.global-wrapper {
  background-image: url(../images/pattern.png);
  padding-top: 176px;
  max-width: 100%;
  overflow: hidden; }
.page-wheel{
  padding: 0!important;
}
.page-wheel header{
  position: relative;
}
  .global-wrapper:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 19;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .global-wrapper.cropp:before {
    opacity: 1;
    visibility: visible; }

td, th {
    padding: 10px;
}
.map-but {
  max-width: 255px;
  display: block;
  background-color: #f26723;
  color: white;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.429;
  text-decoration: none;
  padding: 8px 23px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  border: 1px solid #f26723;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
}
.map-but:hover {
  background-color: #fff;
  color: #f26723;
}
.contein-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }


.button-more {
  display: inline-block;
  font-size: 22px;
  background-color: #f26723;
  border: 1px solid #f26723;
  line-height: 1.4;
  text-decoration: none;
  color: white;
  font-weight: 300;
  padding: 10px 30px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase; }
  .button-more:hover {
    background-color: transparent;
    color: #f26723; }

.button-more-white {
  display: inline-block;
  font-size: 22px;
  background-color: #fff;
  border: 1px solid #f26723;
  line-height: 1.4;
  text-decoration: none;
  color: #f26723;
  font-weight: 300;
  padding: 10px 30px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center; }
  .button-more-white:hover {
    background-color: #f26723;
    color: #fff; }

.button-more-arrow {
  display: block;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #f26723;
  line-height: 1.4;
  text-decoration: none;
  color: #f26723;
  font-weight: 300;
  padding: 10px 30px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .button-more-arrow svg {
    position: absolute;
    width: 34px;
    fill: #f26723;
    top: -webkit-calc(50% - 6px/2);
    top: -moz-calc(50% - 6px/2);
    top: calc(50% - 6px/2);
    right: -40px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .button-more-arrow svg polygon, .button-more-arrow svg rect {
      fill: #f26723; }
  .button-more-arrow:hover {
    background-color: transparent;
    color: #f26723; }
    .button-more-arrow:hover svg {
      right: 20px;
      opacity: 1; }

/* slick */
.slick-prev:before, .slick-next:before {
  opacity: 1; }

.slick-prev, .slick-next {
  width: 25px;
  height: 50px;
  font-size: 1px; }

.slick-track .slick-slide {
  height: auto; }

.slick-dots {
  margin: 0;
  bottom: 40px;
  left: 0;
  right: 0; }
  .slick-dots li {
    /*border: 4px solid #d9d7e3; */
    width: 15px;
    height: 15px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .slick-dots li:before {
      content: '';
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: transparent;
      border: 4px solid #d9d7e3;
      /* box-shadow: inset 0px 0px 0px 4px rgba(#d9d7e3,1); */
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 2; }
    .slick-dots li:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      bottom: 0;
      background-color: #5a4f93;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 3; }
    .slick-dots li:hover:before {
      /*box-shadow: inset 0px 0px 0px 20px rgba(#d9d7e3,1);*/
      background-color: #d9d7e3; }
    .slick-dots li.slick-active:after {
      top: 0; }
    .slick-dots li button {
      display: none; }

/* slick */
/* page-builder */
.page-builder {
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-builder .mbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px; }
  .page-builder .asside {
    width: 294px; }
  .page-builder .main-content {
    width: -webkit-calc(100% - 294px - 15px);
    width: -moz-calc(100% - 294px - 15px);
    width: calc(100% - 294px - 15px);
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px; }
  .page-builder .main-content-transparent {
    width: -webkit-calc(100% - 294px - 15px);
    width: -moz-calc(100% - 294px - 15px);
    width: calc(100% - 294px - 15px);
    padding: 0 20px 20px;
    margin-bottom: 15px; }

.conteinter-for-single-lists {
  padding: 30px 0px; }

/* page-builder */
/* title-rozdale */
.title-rozdale {
  margin-bottom: 30px;
  margin-left: 12px;
  margin-right: 12px; }
  .title-rozdale > h2, .title-rozdale > a {
    font-size: 30px;
    text-decoration: none;
    border-top: 1px solid #cbcbcb;
    color: #cbcbcb;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
    cursor: pointer; }
    .title-rozdale > h2:before, .title-rozdale > a:before {
      position: absolute;
      top: 0px;
      left: 0;
      line-height: 1.4;
      overflow: hidden;
      width: 100%;
      max-width: 0;
      font-size: 30px;
      content: attr(data-hover);
      white-space: nowrap;
      color: #5a4f93;
      border-bottom: 2px solid #5a4f93;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      text-shadow: 0px 0px 0px #5a4f93; }
    .title-rozdale > h2:hover:before, .title-rozdale > a:hover:before {
      max-width: 100%; }
  .title-rozdale.dark-theme > h2, .title-rozdale.dark-theme > a {
    color: white;
    border-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .title-rozdale.dark-theme > h2:before, .title-rozdale.dark-theme > a:before {
      color: #f26723;
      border-color: #f26723;
      text-shadow: 0px 0px 1px #f26723; }
    .title-rozdale.dark-theme > h2:hover, .title-rozdale.dark-theme > a:hover {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
      color: rgba(255, 255, 255, 0); }

/* title-rozdale */
/* footer */
.footer {
  background-color: #5a4f93;
  padding: 15px 0 7px; }
  .footer .left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px); }
    .footer .left-side .logo {
      display: block; }
    .footer .left-side .texter {
      width: -webkit-calc(100% - 125px);
      width: -moz-calc(100% - 125px);
      width: calc(100% - 125px);
      max-width: 600px; }
      .footer .left-side .texter p {
        font-size: 12px;
        margin-bottom: 0;
        color: white;
        line-height: 1.5;
        letter-spacing: 0.02em; }
    .footer .left-side .linkers {
      display: block; }
      .footer .left-side .linkers ul {
        padding: 15px;
        margin: 0;
        list-style: none; }
        .footer .left-side .linkers ul li {
          padding-bottom: 15px; }
          .footer .left-side .linkers ul li:last-child {
            padding-bottom: 0; }
          .footer .left-side .linkers ul li i {
            margin-right: 5px; }
          .footer .left-side .linkers ul li svg {
            width: 30px;
            margin: 0 0 1px 5px;
            display: inline;
            opacity: 0;
            fill: #f26723;
            -webkit-transform: translateX(200%);
            -moz-transform: translateX(200%);
            -ms-transform: translateX(200%);
            -o-transform: translateX(200%);
            transform: translateX(200%);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
      .footer .left-side .linkers a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        font-size: 12px;
        color: white;
        line-height: 1.5;
        font-weight: 400; }
        .footer .left-side .linkers a:hover {
          color: #f26723; }
          .footer .left-side .linkers a:hover svg {
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 1; }
        .footer .left-side .linkers a i {
          color: #f26723; }
  .footer .right-side {
    width: 65px; }
    .footer .right-side .creator {
      display: block;
      position: relative; }
      .footer .right-side .creator .hovered {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .footer .right-side .creator .normal {
        opacity: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .footer .right-side .creator:hover .hovered {
        opacity: 1; }
      .footer .right-side .creator:hover .normal {
        opacity: 0; }

/* footer */
/* header */
header {
  position: fixed;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  header.scrolled.translater {
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%); }
  header .topper-line {
    background-color: #5a4f93;
    padding: 3px 0;
    position: relative;
    z-index: 2;
    /*overflow: hidden; */
  }

  header .phone-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    header .phone-part .call-to {
      text-decoration: none;
      max-width: 200px;
      text-align: center;
      margin-right: 10px; }
      header .phone-part .call-to strong {
        font-size: 22px;
        color: white;
        line-height: 1.455;
        font-weight: 400;
        letter-spacing: 0.06em; }
      header .phone-part .call-to span {
        font-size: 10px;
        color: #9c8fdd;
        line-height: 1.4; }
    header .phone-part .call-popup {
      margin: 0 10px;
      font-size: 14px;
      color: white;
      line-height: 1.3;
      font-weight: 300;
      padding: 5px 10px;
      border: 1px solid #fff;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      header .phone-part .call-popup:hover {
        background-color: #f26723;
        border-color: #f26723;
        color: #fff; }
  header .doc-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
/*
    header .doc-part .texters {
      width: 600px; }
*/
      header .doc-part .texters ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        header .doc-part .texters ul li a {
          text-decoration: none;
          font-size: 14px;
          color: white;
          line-height: 1.2;
          letter-spacing: 0.05em;
          font-weight: 300;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          header .doc-part .texters ul li a .fa {
            margin-right: 5px; }
          header .doc-part .texters ul li a:hover {
            color: #f26723; }

      /*header .doc-part .lang ul {*/
      /*  padding: 0;*/
      /*  margin: 0;*/
      /*  list-style: none;*/
      /*  display: -webkit-box;*/
      /*  display: -webkit-flex;*/
      /*  display: -moz-box;*/
      /*  display: -ms-flexbox;*/
      /*  display: flex;*/
      /*  -webkit-box-align: center;*/
      /*  -webkit-align-items: center;*/
      /*  -moz-box-align: center;*/
      /*  -ms-flex-align: center;*/
      /*  align-items: center;*/
      /*  -webkit-box-pack: justify;*/
      /*  -webkit-justify-content: space-between;*/
      /*  -moz-box-pack: justify;*/
      /*  -ms-flex-pack: justify;*/
      /*  justify-content: space-between;*/
      /*  width: 100%; }*/
      /*  header .doc-part .lang ul li a {*/
      /*    font-size: 14px;*/
      /*    color: #f3f3f3;*/
      /*    padding: 1px 10px 4px;*/
      /*    border: 1px solid transparent;*/
      /*    -webkit-border-radius: 10px;*/
      /*    -moz-border-radius: 10px;*/
      /*    border-radius: 10px;*/
      /*    text-decoration: none;*/
      /*    line-height: 1;*/
      /*    font-weight: 300;*/
      /*    display: block;*/
      /*    -webkit-transition: all 0.3s;*/
      /*    -o-transition: all 0.3s;*/
      /*    -moz-transition: all 0.3s;*/
      /*    transition: all 0.3s; }*/
      /*    header .doc-part .lang ul li a.active {*/
      /*      border-color: #fff; }*/
      /*    header .doc-part .lang ul li a:hover {*/
      /*      background-color: #f26723;*/
      /*      border-color: #f26723;*/
      /*      color: #fff; }*/
  header .bottom-line {
    padding: 20px 0;
    background-color: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    header .bottom-line .hidden-butter, header .bottom-line .hidden-phone, header .bottom-line .hidden-button {
      display: none; }
    header .bottom-line .logo {
      display: block; }
      header .bottom-line .logo .scroll-logo {
        display: none; }
    header .bottom-line nav {
      width: -webkit-calc(100% - 265px - 235px);
      width: -moz-calc(100% - 265px - 235px);
      width: calc(100% - 265px - 235px); }
      header .bottom-line nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        header .bottom-line nav ul li {
          overflow: hidden;
          margin: 0 10px;
          height: 1em;
          display: block;
          font-size: 16px;
          text-transform: uppercase;
          font-weight: 300; }
          header .bottom-line nav ul li a {
            text-decoration: none;
            position: relative;
            display: inline-block;
            padding: 0 4px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            color: #5a4f93; }
            header .bottom-line nav ul li a:before {
              position: absolute;
              top: 100%;
              content: attr(data-hover);
              font-weight: 700;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
            header .bottom-line nav ul li a:focus, header .bottom-line nav ul li a:hover {
              -webkit-transform: translateY(-100%);
              -moz-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
              -o-transform: translateY(-100%);
              transform: translateY(-100%); }
          header .bottom-line nav ul li.active a {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            color: #f26723; }
    header .bottom-line .popup-open, header .bottom-line .popup-open-online {
      max-width: 255px;
      display: block;
      background-color: #f26723;
      color: white;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 1.429;
      text-decoration: none;
      padding: 8px 23px;
      -webkit-border-radius: 27px;
      -moz-border-radius: 27px;
      border-radius: 27px;
      border: 1px solid #f26723;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      header .bottom-line .popup-open:hover, header .bottom-line .popup-open-online:hover {
        background-color: #fff;
        color: #f26723; }
    @media only screen and (max-width: 575px) {
      header .bottom-line .popup-open,
      header .bottom-line .popup-open-online {
        font-size: 12px;
      }
    }
    @media only screen and (max-width: 423px) {
      header .bottom-line .popup-open,
      header .bottom-line .popup-open-online {
        font-size: 9px;
      }
    }
  header.scrolled {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2); }
    header.scrolled .bottom-line {
      padding: 8px 0; }
      header.scrolled .bottom-line .popup-open, header.scrolled .bottom-line .popup-open-online:hover {
        background-color: #fff;
        color: #f26723; }
        header.scrolled .bottom-line .popup-open:hover, header.scrolled .bottom-line .popup-open-online:hover {
          background-color: #f26723;
          color: #fff; }
  .header-ocial{display: flex;align-items: center;margin: 0 10px;margin-right: 40px;}
  .header-ocial.mobile{margin-right: 0;justify-content: center;margin-top: 15px;}
  .header-ocial.mobile a {margin:0 10px;}
  .header-ocial a{margin:0 5px;width: 23px;}
  .header-ocial a img{transition:all ease .3s;}
  .header-ocial a:hover img{transform: scale(1.1);}
  @media screen and (max-width: 1200px) {
    .header-ocial{margin-left: auto;}
  }

/* header */
/* bunner-video */
.first-bunner-video {
  position: relative;
  overflow: hidden;
  /*height: calc(100vh - 176px);*/
  width: 100%; }
  .first-bunner-video video {
    display: block;
    /* position: absolute; top: 50%; right: 50%; transform: translate(-50%, -50%); */
    min-width: 100%;
    max-width: 100%;
    /*min-height: 100%; */ }

/* bunner-video */
/* bunners row */
.main-bunners-list {
  padding: 30px 0px;
  margin: 0 auto;
  max-width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-bunners-list a {
    display: block;
    text-decoration: none;
    margin: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

/* bunners row */
/* main-first-wrap */
.main-first-wrap {
  padding: 35px 0; }
  .main-first-wrap h1 {
    text-align: center; }
  .main-first-wrap .contein-flex {
    padding: 65px 0 0; }
  .main-first-wrap .imager {
    width: 460px; }
  .main-first-wrap .texter {
    width: -webkit-calc(100% - 490px);
    width: -moz-calc(100% - 490px);
    width: calc(100% - 490px); }
    .main-first-wrap .texter h3 {
      margin: 5px 0; }
    .main-first-wrap .texter p {
      font-size: 14px;
      color: black;
      line-height: 1.714; }
    .main-first-wrap .texter .button-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-top: 30px; }

/* main-first-wrap */
/* main-program */
.main-program, .program-list-wrap {
  padding-top: 33px; }
  .main-program .list-prog, .program-list-wrap .list-prog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-program .item, .program-list-wrap .item {
    width: calc(100%/3 - 24px);
    margin: 0 12px 45px;
    padding-bottom: 82px;
    position: relative; }

    .main-program .item .con, .program-list-wrap .item .con {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block;
      text-decoration: none; }
      .main-program .item .con img, .program-list-wrap .item .con img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
        .main-program .item .con img.hidden, .program-list-wrap .item .con img.hidden {
          z-index: -1;
          opacity: 0; }
      .main-program .item .con video, .program-list-wrap .item .con video {
        display: block;
        margin: 0 auto; max-width: 100%;
        height: 454px;
        object-fit: inherit;
      }

      @media screen and (max-width:400px;) {
        .main-program .item .con video, .program-list-wrap .item .con video {
          height: 100vw;
        }
      }
    .main-program .item .name, .program-list-wrap .item .name {
      padding: 10px 0;
      border-bottom: 1px solid #f3f3f3;
      font-size: 22px;
      color: #5a4f93;
      line-height: 1.4;
      letter-spacing: 0.02em;
      display: block;
      text-decoration: none; }
    .main-program .item .deskript, .program-list-wrap .item .deskript {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 12px 0; }
      .main-program .item .deskript .labled, .program-list-wrap .item .deskript .labled {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .main-program .item .deskript .labled:first-child, .program-list-wrap .item .deskript .labled:first-child {
          margin-right: 15px; }
        .main-program .item .deskript .labled svg, .program-list-wrap .item .deskript .labled svg {
          fill: #f26723;
          width: 22px; }
        .main-program .item .deskript .labled span, .program-list-wrap .item .deskript .labled span {
          margin-left: 5px;
          font-size: 14px;
          color: #7b7b7b;
          line-height: 1.2; }
    .main-program .item .detail p, .program-list-wrap .item .detail p {
      font-size: 14px;
      color: black;
      line-height: 1.7; }
    .main-program .item .after-button, .program-list-wrap .item .after-button {
      max-width: 260px;
      width: 100%;
      padding-top: 30px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }

.program-list-wrap {
  padding-top: 0;
  margin: 0 -20px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px); }

.program-list-wrap .list-prog {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/*
.program-list-wrap .item {
  margin: 0 -webkit-calc( (100%/4 - 260px)/2) 45px;
  margin: 0 -moz-calc( (100%/4 - 260px)/2) 45px;
  margin: 0 calc( (100%/4 - 260px)/2) 45px; }
*/
/* main-program */
/* main-news */
.main-news .list-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .main-news .list-news .item {
    width: 260px;
    margin: 0 10px 45px;
    padding: 10px;
    background-color: transparent;
    -webkit-box-shadow: 0px 10px 35px 0px transparent;
    -moz-box-shadow: 0px 10px 35px 0px transparent;
    box-shadow: 0px 10px 35px 0px transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .main-news .list-news .item:first-child {
      margin-left: 0; }
    .main-news .list-news .item:hover {
      background-color: #fff;
      -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13); }
      .main-news .list-news .item:hover .name {
        font-weight: 400; }
  .main-news .list-news .top-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #cbcbcb;
    line-height: 1.667;
    letter-spacing: 0.02em;
    padding-bottom: 10px; }
    .main-news .list-news .top-row .place {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      color: #cbcbcb;
      text-decoration: none; }
      .main-news .list-news .top-row .place:hover {
        color: #f26723;
        text-decoration: underline; }
  .main-news .list-news .con {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .main-news .list-news .con img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-height: 100%;
      width: auto;
      height: auto;
      max-width: none;
      min-width: 100%; }
  .main-news .list-news .name {
    padding: 15px 0;
    font-size: 16px;
    color: #5a4f93;
    line-height: 1.375;
    display: block;
    text-decoration: none;
    font-weight: 300; }
  .main-news .list-news .text {
    padding-bottom: 15px; }
    .main-news .list-news .text p {
      font-size: 12px;
      color: #5b5b5b;
      line-height: 1.667; }

.main-news.main-photo {
  padding: 80px 0; }

/* main-news */
/* main-rew */
.main-rew {
  padding-top: 35px; }
  .main-rew .slick-list {
    overflow: visible; }
  .main-rew .rew-list {
    padding: 0 50px 70px;
    margin-bottom: 0; }
  .main-rew .rew-list .slick-dots{bottom:28px;}
  .main-rew .slick-next {
    opacity: 1;
    right: 15px;
    z-index: 5; }
    .main-rew .slick-next:before {
      content: '';
      position: absolute;
      top: 8px;
      right: -webkit-calc(50% - 11px/2);
      right: -moz-calc(50% - 11px/2);
      right: calc(50% - 11px/2);
      width: 35px;
      height: 35px;
      border-top: 3px solid #dcdcdc;
      border-left: 3px solid #dcdcdc;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .main-rew .slick-next:hover:before {
      border-color: #f26723; }
  .main-rew .slick-prev {
    opacity: 1;
    left: 15px;
    z-index: 5; }
    .main-rew .slick-prev:before {
      content: '';
      position: absolute;
      top: 8px;
      left: -webkit-calc(50% - 11px/2);
      left: -moz-calc(50% - 11px/2);
      left: calc(50% - 11px/2);
      width: 35px;
      height: 35px;
      border-top: 3px solid #dcdcdc;
      border-left: 3px solid #dcdcdc;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .main-rew .slick-prev:hover:before {
      border-color: #f26723; }
  .main-rew .item {
    padding: 45px 15px 15px;
    margin: 0 15px;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    margin-top: 150px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 274px; }
    .main-rew .item.slick-active {
      opacity: 1;
      pointer-events: auto; }
    .main-rew .item .big-con {
      position: absolute;
      z-index: 5;
      left: -webkit-calc(50% - 175px/2);
      left: -moz-calc(50% - 175px/2);
      left: calc(50% - 175px/2);
      bottom: -webkit-calc(100% - 35px);
      bottom: -moz-calc(100% - 35px);
      bottom: calc(100% - 35px);
      width: 175px;
      height: 175px;
      border: 10px solid rgba(226, 96, 21, 0.2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2);
      -moz-box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2);
      box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2); }
    .main-rew .item .con {
      overflow: hidden;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      z-index: 1;
      background-position: center center; }
      .main-rew .item .con img {
        position: absolute;
        left: 50%;
        z-index: 2;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none; }
    .main-rew .item .name {
      font-size: 14px;
      color: #5a4f93;
      line-height: 1.357;
      text-align: center;
      padding-bottom: 5px; }
    .main-rew .item .place {
      font-size: 12px;
      color: #cbcbcb;
      line-height: 1.357;
      text-align: center;
      padding-bottom: 10px;
      text-decoration: none; }
      .main-rew .item .place a {
        font-size: 12px;
        color: #cbcbcb;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .main-rew .item .place a:hover {
          color: #f26723;
          text-decoration: underline; }
    .main-rew .item .content {
      border-top: 1px solid #f3f3f3;
      padding: 10px 0;
      height: auto;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .main-rew .item .content.hide {
        height: 130px !important; }
      .main-rew .item .content p {
        font-size: 14px;
        color: black;
        line-height: 24px; }
    .main-rew .item .for-hidden-content {
      height: 35px;
      width: 100%;
      position: relative;
      cursor: pointer;
      display: none; }
      .main-rew .item .for-hidden-content:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -webkit-calc(50% - 25px/2);
        left: -moz-calc(50% - 25px/2);
        left: calc(50% - 25px/2);
        width: 18px;
        height: 18px;
        border-top: 2px solid #dcdcdc;
        border-left: 2px solid #dcdcdc;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .main-rew .item .for-hidden-content.open:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 17px; }

.main-rew .item.only-images{margin-top: 0px;display: flex;justify-content: center;padding: 15px;}

.main-rew .item.only-images .image-only{max-height: 600px;}
.main-rew .item.only-images .image-only img{max-height: 600px;}

/* main-rew */
/* main-video */
.main-video {
  margin-bottom: 30px;
  padding: 25px 0;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed; }
  .main-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(90, 79, 147, 0.9);
    z-index: 1; }
  .main-video .title-rozdale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main-video .title-rozdale .another-side a {
      font-size: 22px;
      font-weight: 300;
      color: white;
      line-height: 1.455;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .main-video .title-rozdale .another-side a i {
        font-size: 30px; }
      .main-video .title-rozdale .another-side a:hover {
        color: #f26723; }
  .main-video .slick-list {
    overflow: visible;
    max-width: 100%; }
  .main-video .rew-list {
    padding: 0 50px 120px;
    margin-bottom: 0; }
  .main-video .slick-dots {
    margin: 0;
    bottom: 40px;
    left: 0;
    right: 0; }
    .main-video .slick-dots li {
      border: 4px solid #d9d7e3;
      background-color: transparent;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .main-video .slick-dots li:hover {
        background-color: #dedce9;
        border-color: #dedce9; }
      .main-video .slick-dots li.slick-active {
        background-color: #5a4f93;
        border-color: #5a4f93; }
      .main-video .slick-dots li button {
        display: none; }
  .main-video .slick-next {
    opacity: 1;
    right: 15px;
    z-index: 5; }
    .main-video .slick-next:before {
      content: '';
      position: absolute;
      top: 8px;
      right: -webkit-calc(50% - 12px/2);
      right: -moz-calc(50% - 12px/2);
      right: calc(50% - 12px/2);
      width: 35px;
      height: 35px;
      border-top: 3px solid #dcdcdc;
      border-left: 3px solid #dcdcdc;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .main-video .slick-prev {
    opacity: 1;
    left: 15px;
    z-index: 5; }
    .main-video .slick-prev:before {
      content: '';
      position: absolute;
      top: 8px;
      left: -webkit-calc(50% - 12px/2);
      left: -moz-calc(50% - 12px/2);
      left: calc(50% - 12px/2);
      width: 35px;
      height: 35px;
      border-top: 3px solid #dcdcdc;
      border-left: 3px solid #dcdcdc;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .main-video .video-list {
    padding: 0 50px;
    max-width: 100%;
    margin: 0; }
  .main-video .item {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    text-decoration: none; }
    .main-video .item.slick-active {
      opacity: 1;
      pointer-events: auto; }
    .main-video .item .con {
      max-width: 100%;
      margin: 0 auto;
      width: 290px;
      height: 179px;
      overflow: hidden;
      position: relative; }
      .main-video .item .con img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .main-video .item .con:before {
        content: '';
        position: absolute;
        width: 58px;
        height: 58px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: rgba(236, 101, 38, 0.8);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 2; }
      .main-video .item .con:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 16px 24px;
        border-color: transparent transparent transparent #fff;
        top: 50%;
        left: -webkit-calc(50% + 5px);
        left: -moz-calc(50% + 5px);
        left: calc(50% + 5px);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3; }
    .main-video .item .after-name {
      padding-top: 20px;
      font-size: 16px;
      color: white;
      line-height: 1.375;
      padding-bottom: 10px;
      margin: 0 auto;
      width: 290px; }
    .main-video .item:hover .con:before {
      background-color: #ec6526; }

/* main-video */
/* main-partners */
.main-partners .item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-decoration: none; }
  .main-partners .item .con {
    max-width: 170px;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    .main-partners .item .con img {
      max-width: 100%;
      max-height: 100%; }
  .main-partners .item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

/* main-partners */
/* main-map */
.main-map {
  padding: 40px 0 120px; }
  .main-map .contein {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover; }
    .main-map .contein:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(90, 79, 147, 0.9);
      z-index: 1; }
    .main-map .contein .mbox {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main-map .contein .mbox .texter {
        color: #fff;
        max-width: 260px;
        padding: 30px 0; }
        .main-map .contein .mbox .texter > * {
          color: #fff; }
        .main-map .contein .mbox .texter h4 {
          margin-bottom: 25px;
          font-size: 18px; }
        .main-map .contein .mbox .texter p {
          font-size: 14px; }
      .main-map .contein .mbox .map {
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
        position: relative;
        padding: 0 15px;
        z-index: 10; }
        .main-map .contein .mbox .map .contein-map {
          position: absolute;
          width: 100%;
          height: auto;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 2; }
          .main-map .contein .mbox .map .contein-map .st12, .main-map .contein .mbox .map .contein-map .st6 {
            fill: #000000;
            font-size: 11px;
            font-family: "Roboto"; }
            .main-map .contein .mbox .map .contein-map .st12.active, .main-map .contein .mbox .map .contein-map .st6.active {
              color: #fff; }
          .main-map .contein .mbox .map .contein-map text[data-rel='#kharkiv_obl'], .main-map .contein .mbox .map .contein-map text[data-rel="#dnipropetrovsk_obl"], .main-map .contein .mbox .map .contein-map text[data-rel="#kyiv_obl"] {
            color: #5A4F93;
            font-size: 12px;
            fill: #5A4F93; }
            .main-map .contein .mbox .map .contein-map text[data-rel='#kharkiv_obl'].active, .main-map .contein .mbox .map .contein-map text[data-rel="#dnipropetrovsk_obl"].active, .main-map .contein .mbox .map .contein-map text[data-rel="#kyiv_obl"].active {
              fill: #fff; }
        .main-map .contein .mbox .map:before {
          content: '';
          position: absolute;
          width: 530px;
          height: 530px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          top: 50%;
          left: 55%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border: 20px solid rgba(226, 96, 21, 0.2);
          z-index: 1; }
        .main-map .contein .mbox .map svg {
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          .main-map .contein .mbox .map svg text {
            pointer-events: none;
            font-family: "Roboto";
            font-weight: 500;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            .main-map .contein .mbox .map svg text.active {
              fill: #fff !important;
              color: #fff !important; }
          .main-map .contein .mbox .map svg .labels-path {
            pointer-events: none; }
          .main-map .contein .mbox .map svg .st4, .main-map .contein .mbox .map svg .st5, .main-map .contein .mbox .map svg .st11 {
            pointer-events: none; }
      .main-map .contein .mbox .hidden-points {
        width: 100%;
        max-width: 530px;
        margin: 0 auto;
        display: none;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 10px 0 75px; }
        .main-map .contein .mbox .hidden-points a {
          max-width: 90px;
          display: block;
          text-decoration: none; }
          .main-map .contein .mbox .hidden-points a .con {
            width: 40px;
            margin: 0 auto;
            display: block; }
          .main-map .contein .mbox .hidden-points a .text {
            font-size: 18px;
            color: #fff;
            display: block;
            text-align: center;
            padding-top: 10px; }
  .main-map #dnipropetrovsk_obl, .main-map #kyiv_obl, .main-map #kharkiv_obl {
    cursor: pointer;
    fill: #DCDCDC;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .main-map #dnipropetrovsk_obl:hover, .main-map #dnipropetrovsk_obl.active, .main-map #kyiv_obl:hover, .main-map #kyiv_obl.active, .main-map #kharkiv_obl:hover, .main-map #kharkiv_obl.active {
      fill: #F26723; }

/* main-map */
/* scroll-top button */
.button-scrollTop {
  z-index: 99;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .button-scrollTop span {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-top: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .button-scrollTop:hover {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }

/* scroll-top button */
/* popup-call-back */
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto; }
  .popup-wrap.open {
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.9); }
    .popup-wrap.open .contein {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .popup-wrap .contein {
    position: relative;
    max-width: 700px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.33);
    background-position: -5px bottom;
    background-repeat: no-repeat;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .popup-wrap .contein form {
      max-width: 280px;
      opacity: 1;
      -webkit-transition: all 0.1;
      -o-transition: all 0.1;
      -moz-transition: all 0.1;
      transition: all 0.1; }
      .popup-wrap .contein form.hider {
        opacity: 0;
        pointer-events: none; }
  .popup-wrap .closer {
    position: absolute;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    top: -18px;
    right: -18px;
    background-color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .popup-wrap .closer i {
      color: #f26723; }
  .popup-wrap .content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .popup-wrap .content .name-form {
      font-size: 22px;
      color: #5a4f93;
      line-height: 1.6;
      text-align: center; }
    .popup-wrap .content .row2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .popup-wrap .content .row2 .input:first-child {
        margin-right: 5px; }
      .popup-wrap .content .row2 .input:last-child {
        margin-left: 5px; }
    .popup-wrap .content .input {
      margin: 0;
      width: 100%;
      padding-top: 25px; }
      .popup-wrap .content .input input {
        font-size: 14px;
        line-height: 1.714;
        color: #f26723; }
      .popup-wrap .content .input .input__label {
        font-size: 14px;
        color: #f26723;
        line-height: 1.714;
        font-weight: 400;
        letter-spacing: 0.02em;
        top: 10px; }
      .popup-wrap .content .input .graphic--nao {
        stroke: #f26723; }
      .popup-wrap .content .input.input--filled .input__label {
        color: #5a4f93; }
      .popup-wrap .content .input.input--filled .graphic--nao {
        stroke: #5a4f93; }
      .popup-wrap .content .input.error .input__label {
        color: red; }
      .popup-wrap .content .input.error .graphic--nao {
        stroke: red; }
    .popup-wrap .content .radiogroup {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 40px 0 30px; }
      .popup-wrap .content .radiogroup label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        position: relative;
        width: 30%;
        overflow: hidden;
        cursor: pointer; }
        .popup-wrap .content .radiogroup label input {
          position: absolute;
          top: -100%;
          left: -100%;
          width: 0;
          height: 0;
          opacity: 0;
          pointer-events: none;
          cursor: pointer; }
        .popup-wrap .content .radiogroup label .beutify {
          width: 12px;
          height: 12px;
          margin-right: 5px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          overflow: hidden;
          position: relative;
          border: 1px solid #f26723;
          line-height: 1;
          display: inline-block; }
          .popup-wrap .content .radiogroup label .beutify:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 5px;
            height: 5px;
            background-color: #5a4f93;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
        .popup-wrap .content .radiogroup label .texter {
          font-size: 14px;
          color: #f26723;
          line-height: 1.714; }
        .popup-wrap .content .radiogroup label input:checked ~ .beutify:before {
          opacity: 1; }
    .popup-wrap .content .submit-row button {
      width: 100%; }
  .popup-wrap .hidde-sucess {
    opacity: 1;
    pointer-events: none; }
    .popup-wrap .hidde-sucess .success-message {
      position: absolute;
      right: 30px;
      max-width: 280px;
      left: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .popup-wrap .hidde-sucess .success-message h1 {
        font-size: 24px;
        color: #f26723;
        margin-bottom: 15px;
        font-weight: 700;
        letter-spacing: 1; }
      .popup-wrap .hidde-sucess .success-message p {
        color: #c4c6bf; }
      .popup-wrap .hidde-sucess .success-message .icon-checkmark circle {
        fill: #f26723; }

/* popup-call-back */
/* hidden-menu */
.fancybox-enabled1 {
  overflow: hidden; }

#hidden-menu {
  position: fixed;
  top: 0;
  left: -355px;
  z-index: 20;
  width: 355px;
  height: 100vh;
  background-color: #483d81;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  #hidden-menu.open {
    left: 0; }
  #hidden-menu .closer-menu {
    width: 31px;
    height: 31px;
    z-index: 10;
    position: absolute;
    top: 17px;
    left: 17px;
    cursor: pointer; }
    #hidden-menu .closer-menu:before {
      content: '';
      position: absolute;
      width: 42px;
      height: 2px;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 48%;
      left: -5px; }
    #hidden-menu .closer-menu:after {
      content: '';
      position: absolute;
      width: 42px;
      height: 2px;
      background-color: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 48%;
      left: -5px; }
  #hidden-menu .top-part {
    background-color: #5a4f93;
    padding-bottom: 30px;
    margin-bottom: -30px; }
  #hidden-menu .bottom-part {
    position: relative;
    /*background-color: $primary-color2;*/
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 30px; }
    #hidden-menu .bottom-part:before {
      content: '';
      position: absolute;
      top: 0px;
      left: -webkit-calc(50% - 1400px/2);
      left: -moz-calc(50% - 1400px/2);
      left: calc(50% - 1400px/2);
      width: 1400px;
      height: 1400px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #483d81; }
  #hidden-menu .contein .inside-contein {
    max-width: 265px;
    margin: 0 auto;
    padding: 10px 0 0px;
    position: relative;
    z-index: 3; }
  #hidden-menu .contein .lang-line {
    padding: 10px 20px 25px; }
  #hidden-menu .contein .pop-line {
    padding: 10px 0; }
  #hidden-menu .contein .phone-line {
    padding: 10px 0 10px
    display: none; }
  #hidden-menu .contein .call-back-line {
    display: none; }
  #hidden-menu .lang {
    width: 100px;
    margin: 0 auto; }
    #hidden-menu .lang ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      #hidden-menu .lang ul li a {
        font-size: 14px;
        color: #f3f3f3;
        padding: 1px 10px 4px;
        border: 1px solid transparent;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        line-height: 1;
        font-weight: 300;
        display: block;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        #hidden-menu .lang ul li a.active {
          border-color: #fff; }
        #hidden-menu .lang ul li a:hover {
          background-color: #f26723;
          border-color: #f26723;
          color: #fff; }
  #hidden-menu .popup-open,#hidden-menu .popup-open-online {
    max-width: 255px;
    display: block;
    background-color: #f26723;
    color: white;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.429;
    text-decoration: none;
    padding: 8px 23px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: 1px solid #f26723;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    #hidden-menu .popup-open:hover, #hidden-menu .popup-open-online:hover {
      background-color: transparent;
      color: #f26723; }
  #hidden-menu nav {
    width: 100%;
    padding-top: 30px; }
    #hidden-menu nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block; }
      #hidden-menu nav ul li {
        padding: 0 10px;
        overflow: hidden;
        margin: 0 0 20px;
        height: -webkit-calc(1em + 0px);
        height: -moz-calc(1em + 0px);
        height: calc(1em + 0px);
        display: block;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300; }
        #hidden-menu nav ul li a {
          position: relative;
          display: block;
          padding: 0 10px 0 0;
          font-size: 16px;
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          text-decoration: none; }
          #hidden-menu nav ul li a:before {
            position: absolute;
            top: -webkit-calc(100% + 0px);
            top: -moz-calc(100% + 0px);
            top: calc(100% + 0px);
            content: attr(data-hover);
            font-weight: 700;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
          #hidden-menu nav ul li a:focus, #hidden-menu nav ul li a:hover {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  #hidden-menu .texters ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%; }
    #hidden-menu .texters ul li {
      padding: 10px 0; }
      #hidden-menu .texters ul li a {
        text-decoration: none;
        font-size: 14px;
        color: white;
        line-height: 1.2;
        letter-spacing: 0.05em;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        #hidden-menu .texters ul li a:hover {
          color: #f26723; }
  #hidden-menu .call-to {
    text-decoration: none;
    max-width: 200px;
    text-align: center;
    margin-right: 10px;
    display: block;
    margin: 0 auto; }
    #hidden-menu .call-to strong {
      font-size: 22px;
      color: #fff;
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0.06em; }
    #hidden-menu .call-to span {
      font-size: 10px;
      color: #fff;
      line-height: 1.4; }

/* hidden-menu */
/* breadcrumbs-wrap */
.breadcrumbs-wrap {
  background-attachment: fixed;
  position: relative;
  -moz-background-size: cover;
  background-size: cover; }
  .breadcrumbs-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(90, 79, 147, 0.9);
    z-index: 1; }
  .breadcrumbs-wrap .mbox {
    position: relative;
    z-index: 2;
    min-height: 290px;
    padding: 15px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .breadcrumbs-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .breadcrumbs-wrap ul li {
      display: inline-block; }
      .breadcrumbs-wrap ul li:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff;
        line-height: 1.714; }
      .breadcrumbs-wrap ul li span {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        color: white;
        line-height: 1.714;
        letter-spacing: 0.02em;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .breadcrumbs-wrap ul li span:hover {
          color: #f26723; }
      .breadcrumbs-wrap ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        color: white;
        line-height: 1.714;
        letter-spacing: 0.02em;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .breadcrumbs-wrap ul li a:hover {
          color: #f26723;
          text-decoration: underline; }
      .breadcrumbs-wrap ul li:last-child {
        display: block;
        padding-top: 15px; }
        .breadcrumbs-wrap ul li:last-child a, .breadcrumbs-wrap ul li:last-child span {
          font-size: 36px;
          color: #f3f3f3;
          line-height: 1.4; }
        .breadcrumbs-wrap ul li:last-child:after {
          display: none; }
      .breadcrumbs-wrap ul li:first-child a {
        position: relative; }
        .breadcrumbs-wrap ul li:first-child a:before {
          content: '';
          position: absolute;
          top: 100%;
          left: -2px;
          right: 0px;
          height: 1px;
          background-color: #f26723;
          opacity: 0; }
      .breadcrumbs-wrap ul li:first-child a:hover {
        text-decoration: none; }
        .breadcrumbs-wrap ul li:first-child a:hover:before {
          opacity: 1; }
  .breadcrumbs-wrap .socials {
    width: 100%;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .breadcrumbs-wrap .socials li {
      display: block;
      padding: 0 !important;
      margin: 0 11px; }
      .breadcrumbs-wrap .socials li:after {
        display: none; }
      .breadcrumbs-wrap .socials li:first-child a:before {
        display: none; }
    .breadcrumbs-wrap .socials a {
      display: block;
      width: 30px;
      height: 30px;
      font-size: 1px !important;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
      -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .breadcrumbs-wrap .socials a:hover {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.41);
        -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.41);
        box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.41); }
  .breadcrumbs-wrap .search-params {
    display: block;
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .breadcrumbs-wrap .search-params .param {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 10px; }
      .breadcrumbs-wrap .search-params .param svg {
        width: 18px;
        margin-right: 8px;
        fill: #fff; }
      .breadcrumbs-wrap .search-params .param span {
        font-size: 16px;
        color: white;
        line-height: 1.375; }
    .breadcrumbs-wrap .search-params .butt-back {
      display: inline-block;
      padding: 10px 25px;
      border: 1px solid #fff;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      border-radius: 19px;
      font-size: 16px;
      font-weight: 300;
      text-decoration: none;
      color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      background-color: transparent;
      text-transform: uppercase; }
      .breadcrumbs-wrap .search-params .butt-back:hover {
        background-color: #f26723;
        border-color: #f26723; }

/* breadcrumbs-wrap */
/* asside-menu-wrap */
.asside-menu-wrap {
  width: 100%;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  padding: 30px;
  margin-bottom: 15px; }
  .asside-menu-wrap .name {
    font-weight: 300;
    font-size: 22px;
    color: #f26723;
    line-height: 1;
    text-align: center;
    padding-bottom: 20px;
    display: block;
    text-decoration: none; }
  .asside-menu-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 280px; }
    .asside-menu-wrap ul li {
      margin-bottom: 15px; }
      .asside-menu-wrap ul li:last-child {
        margin-bottom: 0; }
      .asside-menu-wrap ul li a {
        text-decoration: none;
        color: #5a4f93;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.002em;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s;
        font-weight: 300; }
        .asside-menu-wrap ul li a svg {
          width: 30px;
          margin: 0 0 3px 8px;
          display: inline;
          opacity: 0;
          fill: #5a4f93;
          -webkit-transform: translateX(200%);
          -moz-transform: translateX(200%);
          -ms-transform: translateX(200%);
          -o-transform: translateX(200%);
          transform: translateX(200%);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        .asside-menu-wrap ul li a:hover {
          font-weight: 400; }
          .asside-menu-wrap ul li a:hover svg {
            fill: #5a4f93;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 1; }
      .asside-menu-wrap ul li.active a {
        font-weight: 400;
        color: #f26723; }
        .asside-menu-wrap ul li.active a:hover {
          font-weight: 400; }
          .asside-menu-wrap ul li.active a:hover svg {
            fill: #f26723;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 1; }

/* asside-menu-wrap */
/* asside-rew */
.asside-rew {
  width: 100%;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  padding: 30px;
  margin-bottom: 15px; }
  .asside-rew .title-asside .name {
    font-size: 22px;
    color: #f26723;
    line-height: 1;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
    display: block;
    text-decoration: none; }
  .asside-rew .contein-slider {
    padding: 0 0px 50px;
    margin-bottom: 0; }
  .asside-rew .slick-dots {
    bottom: 0; }
  .asside-rew .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 3px; }
  .asside-rew .item {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .asside-rew .item.slick-active {
      opacity: 1;
      pointer-events: auto; }
    .asside-rew .item .big-con {
      position: relative;
      z-index: 20;
      left: -webkit-calc(50% - 115px/2);
      left: -moz-calc(50% - 115px/2);
      left: calc(50% - 115px/2);
      bottom: -webkit-calc(100% - 35px);
      bottom: -moz-calc(100% - 35px);
      bottom: calc(100% - 35px);
      border: 10px solid rgba(226, 96, 21, 0.2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2);
      -moz-box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2);
      box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2);
      display: inline-block;
      width: 115px;
      height: 115px; }
    .asside-rew .item .con {
      overflow: hidden;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      z-index: 1;
      background-position: center center;
      -moz-background-size: contain;
      background-size: contain; }
      .asside-rew .item .con img {
        position: absolute;
        left: 50%;
        z-index: 2;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none; }
    .asside-rew .item .name {
      padding: 15px 0 5px;
      font-size: 14px;
      color: #5a4f93;
      line-height: 1.357;
      text-align: center; }
    .asside-rew .item .place {
      font-size: 12px;
      color: #cbcbcb;
      line-height: 1.357;
      text-align: center;
      padding-bottom: 10px;
      text-decoration: none; }
      .asside-rew .item .place a {
        font-size: 12px;
        color: #cbcbcb;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .asside-rew .item .place a:hover {
          color: #f26723;
          text-decoration: underline; }
    .asside-rew .item .content {
      border-top: 1px solid #f3f3f3;
      padding: 10px 0;
      height: auto;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .asside-rew .item .content.hide {
        height: 120px !important; }
      .asside-rew .item .content p {
        font-size: 12px;
        color: black;
        line-height: 18px; }
    .asside-rew .item .for-hidden-content {
      height: 24px;
      width: 100%;
      position: relative;
      margin-top: 20px;
      cursor: pointer;
      display: none; }
      .asside-rew .item .for-hidden-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: -webkit-calc(50% - 25px/2);
        left: -moz-calc(50% - 25px/2);
        left: calc(50% - 25px/2);
        width: 18px;
        height: 18px;
        border-top: 2px solid #dcdcdc;
        border-left: 2px solid #dcdcdc;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .asside-rew .item .for-hidden-content.open:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px; }

      .asside-rew .item .image-only{display: flex;justify-content: center;}
      .asside-rew .item .image-only img{width:100%;height:100%;}

/* asside-rew */
/* asside-video */
.asside-video {
  width: 100%;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  padding: 30px;
  margin-bottom: 15px; }
  .asside-video .title-asside {
    text-align: center;
    position: relative;
    padding: 0 50px;
    position: relative; }
    .asside-video .title-asside .name {
      font-size: 22px;
      color: #f26723;
      line-height: 1;
      text-align: center;
      padding-bottom: 20px;
      font-weight: 300;
      display: block;
      text-decoration: none; }
    .asside-video .title-asside .added-item {
      position: absolute;
      right: 0;
      top: -13px;
      font-size: 30px;
      color: #cbcbcb;
      line-height: 1.4; }
  .asside-video .contein-video .item {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    .asside-video .contein-video .item .con {
      max-width: 100%;
      margin: 0 auto;
      width: 100%;
      position: relative; }
      .asside-video .contein-video .item .con:before {
        content: '';
        position: absolute;
        width: 58px;
        height: 58px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: rgba(236, 101, 38, 0.8);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .asside-video .contein-video .item .con:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 16px 24px;
        border-color: transparent transparent transparent #fff;
        top: 50%;
        left: -webkit-calc(50% + 5px);
        left: -moz-calc(50% + 5px);
        left: calc(50% + 5px);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .asside-video .contein-video .item .con img {
        width: 100%; }
    .asside-video .contein-video .item .after-name {
      padding-top: 20px;
      font-size: 16px;
      color: #5a4f93;
      line-height: 1.375;
      padding-bottom: 0px;
      margin: 0 auto;
      width: 100%; }
    .asside-video .contein-video .item:hover .con:before {
      background-color: #ec6526; }

/* asside-video */
/* carrer-wrap */
.carrer-wrap .con {
  margin-bottom: 15px;
  position: relative; }
  .carrer-wrap .con img {
    width: 100%; }
  .carrer-wrap .con .hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(90, 79, 147, 0.8);
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding: 5px 15px; }

.carrer-wrap p {
  font-size: 16px;
  color: #5a4f93;
  line-height: 1.375;
  margin-bottom: 25px; }

/* carrer-wrap */
/* history-wrap */
.history-wrap {
  padding: 30px 0; }
  .history-wrap .list-hist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .history-wrap .list-hist .item {
      display: block;
      text-decoration: none;
      padding: 10px;
      background-color: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      width: 265px;
      margin: 0 0 30px; }
      .history-wrap .list-hist .item:hover {
        -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        background-color: #fff; }
        .history-wrap .list-hist .item:hover .name {
          font-weight: 400; }
      .history-wrap .list-hist .item .con {
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden; }
        .history-wrap .list-hist .item .con img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          width: auto;
          max-width: none; }
      .history-wrap .list-hist .item .name {
        padding-top: 15px;
        font-size: 16px;
        color: #5a4f93;
        font-weight: 300;
        line-height: 1.375;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .history-wrap .list-hist .item .poss {
        padding-top: 5px;
        font-size: 12px;
        color: #cbcbcb;
        line-height: 1.667; }

.history-list-wrap {
  padding-top: 0 !important; }

/* history-wrap */
/* vacancy-wrap */
.vacancy-wrap {
  padding: 30px 0 0px; }
  .vacancy-wrap.vacancy-list-wrap {
    padding: 0; }
  .vacancy-wrap .list-vac {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .vacancy-wrap .item {
    display: block;
    text-decoration: none;
    padding: 10px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 265px;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
    background-color: #fff; }
    .vacancy-wrap .item:hover .top-line .name {
      font-weight: 400; }
    .vacancy-wrap .item .top-line {
      min-height: 68px; }
      .vacancy-wrap .item .top-line .name {
        font-size: 16px;
        text-decoration: none;
        color: #5a4f93;
        font-weight: 300;
        line-height: 1.375;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .vacancy-wrap .item .bottom-line {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 10px; }
      .vacancy-wrap .item .bottom-line .placer {
        font-size: 16px;
        font-family: "Roboto";
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        transition: all 0.3s;
        color: #cbcbcb;
        line-height: 1.375;
        text-decoration: none; }
        .vacancy-wrap .item .bottom-line .placer:hover {
          color: #f26723;
          text-decoration: underline; }
      .vacancy-wrap .item .bottom-line .coast {
        font-size: 16px;
        font-family: "Roboto";
        color: #f26723;
        line-height: 1.375; }
        .vacancy-wrap .item .bottom-line .coast svg {
          width: 22px;
          fill: #f26723;
          margin-bottom: -5px; }

/* vacancy-wrap */
/* paginator-wrap */
.paginator-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0; }
  .paginator-wrap .wp-pagenavi, .paginator-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .paginator-wrap .previouspostslink {
    margin-right: 10px; }
  .paginator-wrap .nextpostslink {
    margin-left: 10px; }
  .paginator-wrap span {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .paginator-wrap a, .paginator-wrap .current {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px transparent;
    -moz-box-shadow: 0px 0px 20px 0px transparent;
    box-shadow: 0px 0px 20px 0px transparent;
    position: relative;
    text-decoration: none;
    margin: 0 4px;
    color: #5a4f93; }
    .paginator-wrap a:before, .paginator-wrap .current:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      right: 50%;
      bottom: 50%;
      width: 0;
      height: 0;
      -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .paginator-wrap a svg, .paginator-wrap .current svg {
      width: 90%;
      fill: #5a4f93;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .paginator-wrap a:hover, .paginator-wrap .current:hover {
      color: #f26723; }
      .paginator-wrap a:hover svg, .paginator-wrap .current:hover svg {
        fill: #f26723; }
      .paginator-wrap a:hover:before, .paginator-wrap .current:hover:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .paginator-wrap .current {
    color: #f26723; }
    .paginator-wrap .current svg {
      fill: #f26723; }
    .paginator-wrap .current:before {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .paginator-wrap .extend:after {
    content: '...'; }

/* paginator-wrap */
/* history-single */
.history-single-wrap .texter p {
  font-size: 14px;
  color: black;
  line-height: 1.714;
  margin-bottom: 25px; }

.history-single-wrap .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px; }
  .history-single-wrap .pager .prew, .history-single-wrap .pager .next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none; }
    .history-single-wrap .pager .prew .arr, .history-single-wrap .pager .next .arr {
      width: 30px; }
      .history-single-wrap .pager .prew .arr svg, .history-single-wrap .pager .next .arr svg {
        fill: #cbcbcb;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .history-single-wrap .pager .prew .text-info, .history-single-wrap .pager .next .text-info {
      margin: 0 10px; }
      .history-single-wrap .pager .prew .text-info .name, .history-single-wrap .pager .next .text-info .name {
        color: #cbcbcb;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 16px;
        line-height: 1.375; }
      .history-single-wrap .pager .prew .text-info .poss, .history-single-wrap .pager .next .text-info .poss {
        color: #cbcbcb;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px;
        line-height: 1.667; }
    .history-single-wrap .pager .prew:hover .arr svg, .history-single-wrap .pager .next:hover .arr svg {
      fill: #5a4f93; }
    .history-single-wrap .pager .prew:hover .text-info .name, .history-single-wrap .pager .next:hover .text-info .name {
      color: #5a4f93; }
    .history-single-wrap .pager .prew:hover .text-info .poss, .history-single-wrap .pager .next:hover .text-info .poss {
      color: #f26723; }
  .history-single-wrap .pager .next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }
    .history-single-wrap .pager .next .arr {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .history-single-wrap .pager .next .text-info {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

/* history-single */
/* vacancy-single-wrap */
.vacancy-single-wrap .texter p {
  font-size: 14px;
  font-family: "Roboto";
  color: black;
  line-height: 1.714;
  margin-bottom: 20px; }

.vacancy-single-wrap .texter ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }
  .vacancy-single-wrap .texter ul li {
    font-size: 14px;
    font-family: "Roboto";
    color: black;
    line-height: 1.714;
    margin-bottom: 10px;
    text-indent: 25px;
    position: relative; }
    .vacancy-single-wrap .texter ul li:before {
      content: '';
      position: absolute;
      left: 16px;
      top: 7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 5px;
      border-color: transparent transparent transparent #f26723; }

.vacancy-single-wrap .contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -20px -20px;
  background-color: #5a4f93;
  padding: 15px; }
  .vacancy-single-wrap .contact-row a {
    font-size: 14px;
    color: white;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .vacancy-single-wrap .contact-row a:hover {
      color: #f26723; }

/* vacancy-single-wrap */
/* about-wrap */
.about-wrap .main-banner {
  width: 100%; }
  .about-wrap .main-banner img {
    width: 100%; }

.about-wrap h1 {
  margin-bottom: 30px;
  letter-spacing: 0em; }

.about-wrap h2 {
  font-weight: 300; }

.about-wrap p {
  font-size: 16px;
  line-height: 1.375; }

.about-wrap blockquote {
  max-width: 660px;
  margin: 35px auto; }

.about-wrap p {
  font-size: 14px;
  font-family: "Roboto";
  color: black;
  line-height: 1.714;
  margin-bottom: 20px; }
  .about-wrap p:last-child {
    margin-bottom: 0; }
  .about-wrap p a {
    color: #2200d1;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    position: relative; }
    .about-wrap p a:before {
      content: '';
      position: absolute;
      top: 150%;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #2200d1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
    .about-wrap p a:hover {
      color: #f26723; }
      .about-wrap p a:hover:before {
        top: 100%;
        height: 1px;
        opacity: 1;
        background-color: #f26723; }
  .about-wrap p img.aligncenter {
    margin: 0 auto;
    display: block; }

.about-wrap .part {
  padding: 30px 0; }
  .about-wrap .part:last-child {
    padding-bottom: 0; }

.about-wrap .siders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .about-wrap .siders .con img {
    max-width: none; }
  .about-wrap .siders .side {
    padding-left: 30px; }

.about-wrap h3 {
  margin-bottom: 30px; }

.about-wrap .list-programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0;
  margin: 0; }
  .about-wrap .list-programs li {
    width: 180px;
    height: 180px;
    position: relative; }
    .about-wrap .list-programs li img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .about-wrap .list-programs li a {
      display: block; }
      .about-wrap .list-programs li a:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2); }

/* about-wrap */
/* clubs-content */
.clubs-content .text-part h1 {
  font-size: 18px;
  color: #5a4f93;
  line-height: 1.444;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px; }

.clubs-content .text-part p {
  font-size: 14px;
  color: #5a4f93;
  line-height: 1.444;
  font-weight: 400;
  margin-bottom: 30px; }

.clubs-content .map-part #dnipropetrovsk_obl, .clubs-content .map-part #kyiv_obl, .clubs-content .map-part #kharkiv_obl {
  cursor: pointer;
  fill: #DCDCDC;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .clubs-content .map-part #dnipropetrovsk_obl:hover, .clubs-content .map-part #dnipropetrovsk_obl.active, .clubs-content .map-part #kyiv_obl:hover, .clubs-content .map-part #kyiv_obl.active, .clubs-content .map-part #kharkiv_obl:hover, .clubs-content .map-part #kharkiv_obl.active {
    fill: #F26723; }

.clubs-content .map-part h2 {
  text-align: center;
  padding-bottom: 30px; }

.clubs-content .map-part p {
  font-size: 16px;
  color: #f26723;
  line-height: 1.444;
  font-weight: 400; }

.clubs-content .map-part .conteiner-for-map {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 100px 0; }
  .clubs-content .map-part .conteiner-for-map .cover {
    position: relative;
    height: 420px;
    background-attachment: fixed;
    -moz-background-size: cover;
    background-size: cover; }
  .clubs-content .map-part .conteiner-for-map .cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(90, 79, 147, 0.9);
    z-index: 1; }

.clubs-content .map-part .map {
  width: 100%;
  position: relative;
  display: block;
  height: 100%; }
  .clubs-content .map-part .map .contein-map {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px); }
  .clubs-content .map-part .map:before {
    content: '';
    position: absolute;
    width: 530px;
    height: 530px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid rgba(226, 96, 21, 0.2);
    z-index: 1; }
  .clubs-content .map-part .map svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%; }
    .clubs-content .map-part .map svg text {
      pointer-events: none;
      font-family: "Roboto";
      font-weight: 500; }
      .clubs-content .map-part .map svg text.active {
        fill: #fff; }
      .clubs-content .map-part .map svg text tspan {
        font-family: "Roboto"; }
    .clubs-content .map-part .map svg text[data-rel='#kharkiv_obl'], .clubs-content .map-part .map svg text[data-rel="#dnipropetrovsk_obl"], .clubs-content .map-part .map svg text[data-rel="#kyiv_obl"] {
      color: #5A4F93;
      font-size: 12px;
      fill: #5A4F93; }
      .clubs-content .map-part .map svg text[data-rel='#kharkiv_obl'].active, .clubs-content .map-part .map svg text[data-rel="#dnipropetrovsk_obl"].active, .clubs-content .map-part .map svg text[data-rel="#kyiv_obl"].active {
        fill: #fff; }
    .clubs-content .map-part .map svg .labels-path {
      pointer-events: none; }
    .clubs-content .map-part .map svg .st4, .clubs-content .map-part .map svg .st5, .clubs-content .map-part .map svg .st11 {
      pointer-events: none; }

.clubs-content .map-part .hidden-points {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0 75px; }
  .clubs-content .map-part .hidden-points a {
    max-width: 90px;
    display: block;
    text-decoration: none; }
    .clubs-content .map-part .hidden-points a .con {
      width: 40px;
      margin: 0 auto;
      display: block; }
    .clubs-content .map-part .hidden-points a .text {
      font-size: 18px;
      color: #fff;
      display: block;
      text-align: center;
      padding-top: 10px; }

/* clubs-content */
/* club-list-wrap */
.club-list-wrap .item {
  margin-bottom: 20px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .club-list-wrap .item .con {
    position: relative;
    display: block;
    width: 245px;
    min-height: 200px;
    overflow: hidden; }
    .club-list-wrap .item .con img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: none;
      height: auto;
      width: auto;
      min-width: 100%;
      height: auto; }
  .club-list-wrap .item .texter {
    padding: 25px;
    width: -webkit-calc(100% - 245px);
    width: -moz-calc(100% - 245px);
    width: calc(100% - 245px); }
    .club-list-wrap .item .texter .name {
      font-size: 22px;
      color: #f26723;
      font-weight: 300;
      line-height: 1.455;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .club-list-wrap .item .texter .name svg {
        width: 30px;
        margin: 0 0 3px 8px;
        display: inline;
        opacity: 0;
        fill: #f26723;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .club-list-wrap .item .texter .list-type {
      width: 100%;
      list-style: none;
      padding: 20px 0 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .club-list-wrap .item .texter .list-type li {
        margin-bottom: 15px;
        width: 50%;
        text-indent: 0; }
        .club-list-wrap .item .texter .list-type li:before {
          display: none; }

      .club-list-wrap .item .texter .list-type a,.club-list-wrap .item .texter .list-type span {
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 14px;
        font-family: "Roboto";
        color: black;
        line-height: 1.714; }
        .club-list-wrap .item .texter .list-type a i,.club-list-wrap .item .texter .list-type span i {
          color: #5a4f93;
          font-size: 16px; }
        .club-list-wrap .item .texter .list-type a span,.club-list-wrap .item .texter .list-type span > span {
          margin-left: 10px;
          margin-top: -2px; }

  .club-list-wrap .item .texter .list-type a[href="callto:"],.club-list-wrap .item .texter .list-type a[href="mailto:"]{display: none;}
  .club-list-wrap .item:hover {
    background-color: #fff; }

  .club-list-wrap .item .texter a:hover .name{
    font-weight: 400;
  }
  .club-list-wrap .item .texter a:hover svg {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
/* club-list-wrap */
/* club-single */
.club-single .topper-map {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin: -20px -20px 0;
  background-color: #5a4f93;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .club-single .topper-map .contein-map {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px); }
    .club-single .topper-map .contein-map #gmap {
      width: 100%;
      height: 325px; }
  .club-single .topper-map .list-type {
    width: 300px;
    padding: 25px;
    display: block;
    list-style: none;
    margin: 0; }
    .club-single .topper-map .list-type span, .club-single .topper-map .list-type a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-family: "Roboto";
      color: white;
      line-height: 1.714;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .club-single .topper-map .list-type span span, .club-single .topper-map .list-type a span {
        margin-left: 8px;
        margin-top: -3px; }
      .club-single .topper-map .list-type span i, .club-single .topper-map .list-type a i {
        font-size: 16px; }
    .club-single .topper-map .list-type li {
      margin-bottom: 25px; }
      .club-single .topper-map .list-type li:last-child {
        margin-bottom: 0; }

.club-single .bottom-slider {
  padding-top: 30px; }
  .club-single .bottom-slider h1 {
    padding-bottom: 30px; }

/* club-single */
/* two sliders */
.slider-for .item a {
  display: block;
  text-decoration: none;
  text-align: center; }
  .slider-for .item a img {
    width: 100%; }

.slider-nav .item {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px;
  display: inline-block; }
  .slider-nav .item .con {
    position: relative;
    overflow: hidden;
    height: 85px; }
    .slider-nav .item .con img {
      width: 100%; }
    .slider-nav .item .con .hover-text {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .slider-nav .item .con .hover-text span {
        font-size: 14px;
        color: white;
        line-height: 1.714;
        letter-spacing: 0.02em; }
  .slider-nav .item.slick-active {
    opacity: 1; }
  .slider-nav .item:hover .con .hover-text, .slider-nav .item.slick-current .con .hover-text {
    opacity: 1; }

.slider-nav .slick-next {
  opacity: 1;
  right: 15px;
  z-index: 5; }
  .slider-nav .slick-next:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -webkit-calc(50% - 11px/2);
    right: -moz-calc(50% - 11px/2);
    right: calc(50% - 11px/2);
    width: 35px;
    height: 35px;
    border-top: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .slider-nav .slick-next:hover:before {
    border-color: #f26723; }

.slider-nav .slick-prev {
  opacity: 1;
  left: 15px;
  z-index: 5; }
  .slider-nav .slick-prev:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -webkit-calc(50% - 11px/2);
    left: -moz-calc(50% - 11px/2);
    left: calc(50% - 11px/2);
    width: 35px;
    height: 35px;
    border-top: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .slider-nav .slick-prev:hover:before {
    border-color: #f26723; }

.row-for-calc {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100px;
  margin: 0 auto;
  padding: 30px 0; }
  .row-for-calc .counter, .row-for-calc .count {
    font-size: 16px;
    font-family: "Roboto";
    color: #cbcbcb;
    line-height: 1.478; }
  .row-for-calc .mid {
    margin: 0 5px;
    font-size: 14px;
    font-family: "Roboto";
    color: #cbcbcb;
    line-height: 1.478; }

/* two sliders */
/* photo-list-wrap */
.photo-list-wrap {
  margin: 0 -20px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px); }
  .photo-list-wrap .list-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .photo-list-wrap .list-news .item {
      width: 260px;
      margin: 0 -webkit-calc( (100%/4 - 260px)/2) 45px;
      margin: 0 -moz-calc( (100%/4 - 260px)/2) 45px;
      margin: 0 calc( (100%/4 - 260px)/2) 45px;
      padding: 10px;
      background-color: transparent;
      -webkit-box-shadow: 0px 10px 35px 0px transparent;
      -moz-box-shadow: 0px 10px 35px 0px transparent;
      box-shadow: 0px 10px 35px 0px transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .photo-list-wrap .list-news .item:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13); }
        .photo-list-wrap .list-news .item:hover .name {
          font-weight: 400; }
    .photo-list-wrap .list-news .top-row {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 12px;
      color: #cbcbcb;
      line-height: 1.667;
      letter-spacing: 0.02em;
      padding-bottom: 10px; }
      .photo-list-wrap .list-news .top-row .place {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #cbcbcb;
        text-decoration: none; }
        .photo-list-wrap .list-news .top-row .place:hover {
          color: #f26723;
          text-decoration: underline; }
    .photo-list-wrap .list-news .con {
      position: relative;
      display: block;
      width: 100%;
      height: 200px;
      overflow: hidden; }
      .photo-list-wrap .list-news .con img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
    .photo-list-wrap .list-news .name {
      padding: 15px 0;
      font-size: 16px;
      color: #5a4f93;
      line-height: 1.375;
      display: block;
      text-decoration: none;
      font-weight: 300; }
    .photo-list-wrap .list-news .text {
      padding-bottom: 15px; }
      .photo-list-wrap .list-news .text p {
        font-size: 12px;
        color: #5b5b5b;
        line-height: 1.667; }

/* photo-list-wrap */
/* photo-single-wrap */
.photo-single-wrap .texter {
  margin-bottom: 30px; }
  .photo-single-wrap .texter p {
    font-size: 14px;
    color: black;
    line-height: 1.714;
    margin-bottom: 15px; }
    .photo-single-wrap .texter p:last-child {
      margin-bottom: 0; }

.photo-single-wrap .last-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: 1px solid #f3f3f3; }
  .photo-single-wrap .last-row .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .photo-single-wrap .last-row .left p {
      font-size: 12px;
      color: #5a4f93;
      margin-left: 15px; }
  .photo-single-wrap .last-row .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #cbcbcb;
    line-height: 1.667;
    letter-spacing: 0.02em; }
    .photo-single-wrap .last-row .right .place {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      color: #cbcbcb;
      text-decoration: none;
      margin-left: 25px; }
      .photo-single-wrap .last-row .right .place:hover {
        color: #f26723;
        text-decoration: underline; }

/* photo-single-wrap */
/* program-single-wrap */
.program-single-wrap h1 {
  font-size: 16px;
  color: #5a4f93;
  line-height: 1.375;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 400; }

.program-single-wrap h3 {
  margin-bottom: 25px; }

.program-single-wrap p {
  margin-bottom: 25px;
  font-size: 14px;
  color: black;
  line-height: 1.714; }

.program-single-wrap blockquote {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.program-single-wrap .pager {
  /*display: flex; align-items: center; justify-content: space-between;*/
  padding-top: 20px; }
  .program-single-wrap .pager:after {
    content: '';
    display: block;
    height: 0;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clear: both; }
  .program-single-wrap .pager .next {
    float: right; }
  .program-single-wrap .pager .prew {
    float: left; }
  .program-single-wrap .pager .prew, .program-single-wrap .pager .next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none; }
    .program-single-wrap .pager .prew .arr, .program-single-wrap .pager .next .arr {
      width: 30px;
      margin-top: -5px; }
      .program-single-wrap .pager .prew .arr svg, .program-single-wrap .pager .next .arr svg {
        fill: #cbcbcb;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .program-single-wrap .pager .prew .text-info, .program-single-wrap .pager .next .text-info {
      margin: 0 10px; }
      .program-single-wrap .pager .prew .text-info .name, .program-single-wrap .pager .next .text-info .name {
        color: #cbcbcb;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 16px;
        line-height: 1.375; }
      .program-single-wrap .pager .prew .text-info .poss, .program-single-wrap .pager .next .text-info .poss {
        color: #cbcbcb;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px;
        line-height: 1.667; }
    .program-single-wrap .pager .prew:hover .arr svg, .program-single-wrap .pager .next:hover .arr svg {
      fill: #5a4f93; }
    .program-single-wrap .pager .prew:hover .text-info .name, .program-single-wrap .pager .next:hover .text-info .name {
      color: #5a4f93; }
    .program-single-wrap .pager .prew:hover .text-info .poss, .program-single-wrap .pager .next:hover .text-info .poss {
      color: #f26723; }
  .program-single-wrap .pager .next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }
    .program-single-wrap .pager .next .arr {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .program-single-wrap .pager .next .text-info {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

/* program-single-wrap */
/* video-list-wrap */
.video-list-wrap {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin: 0 -20px; }
  .video-list-wrap .list-conteiner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .video-list-wrap .list-conteiner .item {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      text-decoration: none;
      margin: 0 -webkit-calc( (100%/4 - 260px)/2) 15px;
      margin: 0 -moz-calc( (100%/4 - 260px)/2) 15px;
      margin: 0 calc( (100%/4 - 260px)/2) 15px;
      width: 260px;
      background-color: transparent;
      padding: 10px; }
      .video-list-wrap .list-conteiner .item .con {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        position: relative; }
        .video-list-wrap .list-conteiner .item .con:before {
          content: '';
          position: absolute;
          width: 58px;
          height: 58px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: rgba(236, 101, 38, 0.8);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        .video-list-wrap .list-conteiner .item .con:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 16px 0 16px 24px;
          border-color: transparent transparent transparent #fff;
          top: 50%;
          left: -webkit-calc(50% + 5px);
          left: -moz-calc(50% + 5px);
          left: calc(50% + 5px);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .video-list-wrap .list-conteiner .item .after-name {
        padding-top: 20px;
        font-size: 16px;
        color: #5a4f93;
        line-height: 1.375;
        padding-bottom: 10px;
        font-weight: 300; }
      .video-list-wrap .list-conteiner .item:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13); }
        .video-list-wrap .list-conteiner .item:hover .con:before {
          background-color: #ec6526; }
        .video-list-wrap .list-conteiner .item:hover .after-name {
          font-weight: 400; }

/* video-list-wrap */
/* video-single-wrap */
.video-single-wrap h1 {
  color: #5a4f93;
  line-height: 1.375;
  margin-bottom: 25px;
  font-weight: 400; }

.video-single-wrap h3 {
  margin-bottom: 25px; }

.video-single-wrap p {
  margin-bottom: 25px;
  font-size: 14px;
  color: black;
  line-height: 1.714; }

.video-single-wrap blockquote {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.video-single-wrap iframe {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  margin-bottom: 30px; }

.video-single-wrap .video-frame iframe {
  margin: 0 auto;
  max-width: 100%;
  display: block; }

/* video-single-wrap */
/* news-list-wrap */
.news-list-wrap {
  margin: 0 -20px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px); }
  .news-list-wrap .list-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news-list-wrap .list-news .item {
      width: 260px;
      margin: 0 -webkit-calc( (100%/4 - 260px)/2) 45px;
      margin: 0 -moz-calc( (100%/4 - 260px)/2) 45px;
      margin: 0 calc( (100%/4 - 260px)/2) 45px;
      padding: 10px;
      background-color: transparent;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .news-list-wrap .list-news .item:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13); }
        .news-list-wrap .list-news .item:hover .name {
          font-weight: 400; }
    .news-list-wrap .list-news .top-row {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 12px;
      color: #cbcbcb;
      line-height: 1.667;
      letter-spacing: 0.02em;
      padding-bottom: 10px; }
      .news-list-wrap .list-news .top-row .place {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #cbcbcb;
        text-decoration: none; }
        .news-list-wrap .list-news .top-row .place:hover {
          color: #f26723;
          text-decoration: underline; }
    .news-list-wrap .list-news .con {
      position: relative;
      display: block;
      width: 100%;
      height: 200px;
      overflow: hidden; }
      .news-list-wrap .list-news .con img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
    .news-list-wrap .list-news .name {
      padding: 15px 0;
      font-size: 16px;
      color: #5a4f93;
      line-height: 1.375;
      display: block;
      text-decoration: none;
      font-weight: 300; }
    .news-list-wrap .list-news .text {
      padding-bottom: 15px; }
      .news-list-wrap .list-news .text p {
        font-size: 12px;
        color: #5b5b5b;
        line-height: 1.667; }

/* news-list-wrap */
/* news-single-wrap */
.news-single-wrap .texter h1 {
  color: #5a4f93;
  line-height: 1.375;
  margin-bottom: 25px;
  font-weight: 400; }

.news-single-wrap .texter h3 {
  margin-bottom: 25px; }

.news-single-wrap .texter p {
  margin-bottom: 25px;
  font-size: 14px;
  color: black;
  line-height: 1.714; }

.news-single-wrap .texter blockquote {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.news-single-wrap .texter iframe {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  margin-bottom: 30px; }

.news-single-wrap .video-frame iframe {
  margin: 0 auto;
  max-width: 100%;
  display: block; }

.news-single-wrap .last-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: 1px solid #f3f3f3; }
  .news-single-wrap .last-row .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .news-single-wrap .last-row .left p {
      font-size: 12px;
      color: #5a4f93;
      margin-left: 15px; }
  .news-single-wrap .last-row .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #cbcbcb;
    line-height: 1.667;
    letter-spacing: 0.02em; }
    .news-single-wrap .last-row .right .place {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      color: #cbcbcb;
      text-decoration: none;
      margin-left: 25px; }
      .news-single-wrap .last-row .right .place:hover {
        color: #f26723;
        text-decoration: underline; }

.news-single-wrap:after{
  display: block;
  content: '';
  clear:both;
}

/* news-single-wrap */
/* enci-wrap */
.enci-wrap .list-enci {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .enci-wrap .list-enci .item {
    padding: 10px 10px 15px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 360px;
    margin: 0 -webkit-calc( (100%/3 - 360px)/2) 30px;
    margin: 0 -moz-calc( (100%/3 - 360px)/2) 30px;
    margin: 0 calc( (100%/3 - 360px)/2) 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
    .enci-wrap .list-enci .item .top-cntent .con {
      display: block;
      text-decoration: none;
      margin-bottom: 20px; }
      .enci-wrap .list-enci .item .top-cntent .con img {
        width: 100%; }
    .enci-wrap .list-enci .item .top-cntent .name {
      text-decoration: none;
      font-size: 16px;
      color: #5a4f93;
      line-height: 1.375;
      font-weight: 300; }
    .enci-wrap .list-enci .item .top-cntent .texter {
      padding: 15px 0; }
      .enci-wrap .list-enci .item .top-cntent .texter p {
        font-size: 14px;
        color: #5b5b5b;
        line-height: 1.429; }
    .enci-wrap .list-enci .item .mark-down a {
      margin: 10px 10px 0px 0;
      display: inline-block;
      background-color: transparent;
      padding: 5px 10px;
      border: 1px solid #f26723;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      font-size: 12px;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      color: #f26723; }
      .enci-wrap .list-enci .item .mark-down a:hover {
        background-color: #f26723;
        color: #fff; }
    .enci-wrap .list-enci .item:hover {
      background-color: #fff;
      -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13); }
      .enci-wrap .list-enci .item:hover .top-cntent .name {
        font-weight: 400; }

/* enci-wrap */
/* enciklopedia-single */
.enciklopedia-single .mark-down {
  margin-bottom: 20px; }
  .enciklopedia-single .mark-down a {
    margin: 10px 10px 0px 0;
    display: inline-block;
    background-color: transparent;
    padding: 5px 10px;
    border: 1px solid #f26723;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #f26723; }
    .enciklopedia-single .mark-down a:hover {
      background-color: #f26723;
      color: #fff; }

/* enciklopedia-single */
/* rew-list-wrpa */
.rew-list-wrpa .rew-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.rew-list-wrpa .item {
  padding: 45px 15px 15px;
  min-height: 265px;
  margin: 150px 14px 30px;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /* */ }
  .rew-list-wrpa .item .big-con {
    position: absolute;
    z-index: 5;
    left: -webkit-calc(50% - 175px/2);
    left: -moz-calc(50% - 175px/2);
    left: calc(50% - 175px/2);
    bottom: -webkit-calc(100% - 35px);
    bottom: -moz-calc(100% - 35px);
    bottom: calc(100% - 35px);
    width: 175px;
    height: 175px;
    border: 10px solid rgba(226, 96, 21, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(226, 96, 21, 0.2); }
  .rew-list-wrpa .item .con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-position: center center; }
    .rew-list-wrpa .item .con img {
      position: absolute;
      left: 50%;
      z-index: 2;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: none; }
  .rew-list-wrpa .item .name {
    font-size: 14px;
    color: #5a4f93;
    line-height: 1.357;
    text-align: center;
    padding-bottom: 5px; }
  .rew-list-wrpa .item .place {
    font-size: 12px;
    color: #cbcbcb;
    line-height: 1.357;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: none; }
    .rew-list-wrpa .item .place a {
      font-size: 12px;
      color: #cbcbcb;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .rew-list-wrpa .item .place a:hover {
        color: #f26723;
        text-decoration: underline; }
  .rew-list-wrpa .item .content {
    border-top: 1px solid #f3f3f3;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .rew-list-wrpa .item .content.hide {
      height: 130px !important; }
    .rew-list-wrpa .item .content p {
      font-size: 14px;
      color: black;
      line-height: 24px; }
  .rew-list-wrpa .item .for-hidden-content {
    height: 24px;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: none; }
    .rew-list-wrpa .item .for-hidden-content:before {
      content: '';
      position: absolute;
      top: 0;
      left: -webkit-calc(50% - 25px/2);
      left: -moz-calc(50% - 25px/2);
      left: calc(50% - 25px/2);
      width: 18px;
      height: 18px;
      border-top: 2px solid #dcdcdc;
      border-left: 2px solid #dcdcdc;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .rew-list-wrpa .item .for-hidden-content.open:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }

/* rew-list-wrpa */

.fancybox-thumbs>ul{
  font-size: 1px;}


#facebook-popup {
    display: none;
    width: 375px;
    height: 316px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    margin: 0;
    position: fixed;
    right: 15px;
    bottom: 45px;
    z-index: 10000
}

#facebook-popup .facebook-widget-header {
    width: 100%;
    height: 167px;
    background-color: #3a5897;
    background-image: url(../images/fb-dialog-bg.png);;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%
}

#facebook-popup .facebook-widget-header .facebook-title {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #9daccb;
}

#facebook-popup .facebook-widget-header .facebook-title .facebook-img {
    display: block;
    padding: 12px 0 10px 22px;
    display: block;
    float: left
}

#facebook-popup .facebook-widget-header .facebook-title .facebook-close {
    height: 56px;
    width: 41px;
    float: right;
    background-image: url(../images/i1.png);
    background-repeat: no-repeat;
    background-position: top 8px left -22px;
    background-size: auto;
    cursor: pointer;
    transition: .3s
}

#facebook-popup .facebook-widget-header .facebook-title .facebook-close {
    opacity: .7
}

#facebook-popup .facebook-widget-header h2 {
    padding: 15px 30px 10px 22px;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    color: #fff
}

#facebook-popup .facebook-widget {
    height: 103px;
    width: 100%;
    background: #fff;
    box-sizing: content-box
}

#facebook-popup .facebook-widget iframe {
    padding: 15px 0 10px 25px;
    box-sizing: border-box
}

#facebook-popup .facebook-widget .fb-like {
    padding: 15px 0 0 25px;
    width: 330px !important;
    min-width: 330px !important
}

#facebook-popup .facebook-widget .fb-like .fb_edge_comment_widget iframe {
    width: 200px !important
}

#facebook-popup .facebook-widget .fb-like iframe {
    width: 330px !important;
    min-width: 330px !important
}

#facebook-popup .facebook-widget .fb-like iframe table {
    width: 330px !important
}

#facebook-popup .facebook-widget-footer {
    padding: 12px 0 20px;
    height: 14px;
    width: 100%;
    background: #dededd;
    box-sizing: content-box
}

#facebook-popup .facebook-widget-footer p {
    width: 100%;
    max-width: 270px;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer
}

.share-facebook-block {margin:10px auto 15px;background: #dededd;width: 100%;max-width:560px;text-align: center;}
.share-facebook-block .share-facebook-block--title {padding: 14px;}
.share-facebook-block .share-facebook-block--title p{font-size: 28px;}
@media screen and (max-width: 480px){
  .share-facebook-block .share-facebook-block--title p{font-size: 22px;}
  .share-facebook-block .share-facebook-block--widget iframe {width: 100% !important;}
}


/* .footbik-map-holder{display: flex;align-items: center;justify-content: center;}
.footbik-map-container{max-width:1170px;margin:0 auto;width: 100%;position: relative;}
#footbik-map{width: 100%;height: 700px;} */

.first-step {
  background-color: #f26723;
  max-width: 165px;
  max-height: 255px;
  padding: 10px;
  line-height: 1.429;
  text-decoration: none;
  color: white;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.first-step span {
  font-size: 30px;
}

.first-step p {
  font-size: 14px;
  color: white;
}

.footbik-map-holder{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footbik-map-container{
  max-width:1170px;
  margin:0 auto;
  width: 100%;
  position: relative; /* allows absolute positioning inside it */
}

#footbik-map{
  width: 100%;
  height: 700px;
  z-index: 1; /* to make sure it's below the .first-step */
}


.main-content-full_width {
  width: 100%;
}

.call-contact-map-popup{width: 100%;max-width:700px;padding: 0;overflow: initial;}
.call-contact-map-popup .fancybox-close-small{}
.call-contact-map-popup .cm-header{background: #f26723;color:white;padding:19px 22px;font-size: 27px;display: flex;align-items: center;justify-content: space-between;}
.call-contact-map-popup .cm-body{background: white;display: flex;}
.call-contact-map-popup .cm-left{width: 45%;display: flex;align-items: flex-end;justify-content: center;}
.call-contact-map-popup .cm-right{width: 55%;display: flex;flex-direction:column;align-items: center;padding: 20px 10px;}
.call-contact-map-popup .cm-title {margin-bottom: 30px;}
.call-contact-map-popup .cm-title p{font-size: 24px;text-align: center;}
.call-contact-map-popup .cm-title p.uppercase{text-transform: uppercase;}
.call-contact-map-popup .cm-form{display: flex;flex:1;flex-direction: column;}
.call-contact-map-popup .button-more-white{margin-top: auto;max-width:200px;margin-left: auto;margin-right: auto;}
.call-contact-map-popup .cm-row{display: flex;justify-content: center;}
.call-contact-map-popup .cm-item{display: flex;display: flex;padding: 0 5px;margin-bottom: 21px;max-width: 180px;width: 100%;position: relative;}
.call-contact-map-popup .errorText{position: absolute;top: 100%;font-size: 12px;text-align: center;width: 100%;color: red;}
.call-contact-map-popup .cm-item input{border:1px solid #f26723;border-bottom-left-radius: 5px;border-bottom-right-radius:5px;border-top:none;padding: 5px 10px;width: 100%;    font-size: 14px;color: #5a4f93;}
.call-contact-map-popup .cm-item input::placeholder{color: #5a4f93;}

.call-contact-map-popup [data-fancybox-close]{position: absolute;width: 36px;height: 36px;border-radius: 50%;overflow: hidden;box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);top: -18px;right: -18px;background-color: #fff;cursor: pointer;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;align-items: center;justify-content: center;}
.call-contact-map-popup [data-fancybox-close] i{color: #f26723;}

@media screen and (max-width: 767px) {
  .call-contact-map-popup{width: 100%;max-width:500px;}
  .call-contact-map-popup .cm-header{font-size: 20px;}
  .call-contact-map-popup .cm-left{display: none;}
  .call-contact-map-popup .cm-right{width: 100%;}


}

@media screen and (max-width: 480px) {
  .call-contact-map-popup{max-width:320px;}
  .call-contact-map-popup .cm-header{flex-direction: column;}
  .call-contact-map-popup .cm-right{width: 100%;}
  .call-contact-map-popup .cm-row{flex-direction: column;align-items: center;}
  .call-contact-map-popup .cm-item{max-width:200;}
}


#first-free-form .submit-row {
  margin-top: 30px;
}

.select2-container--default .select2-selection--single {
  border: none!important;
  border-radius: unset!important;
  border-bottom: 1px solid #f26723!important;
  margin-top: 3.5px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #f26723!important;
}

.select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.select2-results__options::-webkit-scrollbar-track {

}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #f26723;
  border-radius: 10px;
}

#menu-navmenu .menu-link{
  padding: 6px 38px ;
  border-radius: 40px;
  background-color: #483D81;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
}


.lang__wrap{
  position: relative;
}
.lang{
  position: absolute;
  display: none;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #5E4F9C;
  border: 1px solid #483D81;
  z-index: 11;
  left: 0;
  transition: all 0.3s;
  top: 40px;

}
.lang a{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.lang.active__block {
  display: block;
  transition: all 0.3s;
}

.lang__header{
  padding: 6px 12px;
  width: 100%;
  border-radius: 12px;
  min-width: 101px;
  display: flex;
  gap:10px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #483D81;
  cursor: pointer;
}
.lang__header-arr{
  transition: all 0.2s;;
}
.lang__header-arr.active__block{
  transition: all 0.2s;
  transform: rotate(-180deg);
}
.lang__header > *{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color:white;
}
.header__lang{
  display: flex;
  align-items: center;
  gap:24px;
}
.lang ul{
 list-style: none;
    padding: 0;
  margin: 0;
  flex-direction: column;
  gap:12px;
  display: flex;
}

.lang__wrap .active, .lang__wrap .not-active{
  display: flex;
  align-items: center;
  gap:6px;
}

header .bottom-line .header__lang{
  display: none;
}
/* Сообщение об ошибке валидации формы */
.form-error-message {
    background-color: #ffe6e6;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 12px 20px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

