

/* Start:/local/templates/main/assets/cookie-message.css?1755241519588*/
.cookie-message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 20px;
    background: #ffc10e;
    color: #000;
	font-family: 'Circe';
	z-index: 100;
}

.cookie-message a {
    color: #000;
    text-decoration: underline;
}

.cookie-message__button {
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: #000;
    color: #fff;
    border-radius: 15px;
    margin-top: 10px;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/left_menu/style.css?161286919415448*/
.header-menu-wrap {
  width: 100%;
  height: 260px;
  background: #10283b;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 1919px) and (min-width: 1024px) {
    .header-menu-wrap {
      height: 200px; } }
  .header-menu-wrap .fixed {
    background: #10283b;
    z-index: 5;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .header-menu-wrap .fixed {
        margin: 0 auto;
        height: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-menu-wrap .fixed {
        width: 760px; } }
    .header-menu-wrap .fixed:not(.sticky):not(.stop) {
      top: 0 !important; }
    .header-menu-wrap .fixed.sticky {
      position: fixed !important;
      top: 0;
      border: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .header-menu-wrap .fixed.stop {
      position: relative !important; }
    .header-menu-wrap .fixed .menu-and-social-media {
      position: relative; }
  .header-menu-wrap .pad {
    position: relative;
    width: 100%;
    height: 34px; }
    @media screen and (max-width: 1919px) and (min-width: 1024px) {
      .header-menu-wrap .pad {
        height: 22px; } }
    @media screen and (max-width: 1023px) {
      .header-menu-wrap .pad {
        height: 0;
        display: none; } }
  .header-menu-wrap .logo {
    background: url("/local/templates/main/components/bitrix/menu/left_menu/../../../../img/logo-header-min.png") center no-repeat;
    width: 119px;
    height: 119px;
    margin: 0 auto;
    display: block;
    background-size: cover; }
    @media screen and (max-width: 1919px) and (min-width: 1024px) {
      .header-menu-wrap .logo {
        width: 103px;
        height: 103px;
        background: url("/local/templates/main/components/bitrix/menu/left_menu/../../../../img/logo-header-1280-min.png") center no-repeat; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-menu-wrap .logo {
        padding: 0;
        width: 71px;
        height: 72px;
        margin: 0; } }
  .header-menu-wrap .menu-button {
    cursor: pointer;
    position: relative;
    width: 62px;
    height: 43px;
    margin: 55px auto 0 auto;
    padding-bottom: 9px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
    @media screen and (max-width: 1919px) and (min-width: 1024px) {
      .header-menu-wrap .menu-button {
        margin-top: 25px;
        height: 35px;
        padding-bottom: 0;
        width: 50px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-menu-wrap .menu-button {
        width: 35px;
        height: 35px;
        margin: 0 0 0 32px; } }
    .header-menu-wrap .menu-button:after, .header-menu-wrap .menu-button:before {
      width: 100%;
      height: 1px;
      background: white;
      position: absolute;
      left: 0; }
    .header-menu-wrap .menu-button:after, .header-menu-wrap .menu-button:before {
      content: '';
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
    .header-menu-wrap .menu-button:after {
      top: 21px; }
      @media screen and (max-width: 1919px) and (min-width: 1024px) {
        .header-menu-wrap .menu-button:after {
          top: 18px; } }
    .header-menu-wrap .menu-button:before {
      top: 0; }
    .header-menu-wrap .menu-button.active {
      margin: 45px auto 0 auto; }
      @media screen and (max-width: 1919px) and (min-width: 1024px) {
        .header-menu-wrap .menu-button.active {
          margin-top: 18px; } }
      .header-menu-wrap .menu-button.active:after, .header-menu-wrap .menu-button.active:before {
        width: 60px; }
        @media screen and (max-width: 1919px) and (min-width: 1024px) {
          .header-menu-wrap .menu-button.active:after, .header-menu-wrap .menu-button.active:before {
            width: 48.5px;
            left: 50%;
            margin-left: -24px; } }
      .header-menu-wrap .menu-button.active:after {
        -webkit-transform: rotate(-45deg);
        /* Chrome y Safari */
        -moz-transform: rotate(-45deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
        /* Internet Explorer */
        -o-transform: rotate(-45deg);
        /* Opera */
        -ms-transform: rotate(-45deg);
        bottom: 6px; }
      .header-menu-wrap .menu-button.active:before {
        -webkit-transform: rotate(45deg);
        /* Chrome y Safari */
        -moz-transform: rotate(45deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
        /* Internet Explorer */
        -o-transform: rotate(45deg);
        /* Opera */
        -ms-transform: rotate(45deg);
        margin-top: 21px; }
        @media screen and (max-width: 1919px) and (min-width: 1024px) {
          .header-menu-wrap .menu-button.active:before {
            margin-top: 18px; } }
  .header-menu-wrap .menu-and-social-media {
    overflow: hidden; }
    .header-menu-wrap .menu-and-social-media.active {
      display: block;
      overflow: visible; }
      .header-menu-wrap .menu-and-social-media.active .social-media {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        opacity: 1;
        height: 18px; }
    .header-menu-wrap .menu-and-social-media ul.header-menu {
      margin: 22px 0 0 0;
      padding: 0;
      list-style-type: none;
      position: relative;
      z-index: 1;
      background: #10283b; }
      .header-menu-wrap .menu-and-social-media ul.header-menu > li {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden; }
        @media screen and (min-width: 1024px) {
          .header-menu-wrap .menu-and-social-media ul.header-menu > li:hover:not(.noHover) > a, .header-menu-wrap .menu-and-social-media ul.header-menu > li.active > a {
            color: #121f22;
            font-size: 18px;
            font-family: "Circe";
            text-transform: uppercase;
            background: #ffc10e; } }
  @media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1024px) {
    .header-menu-wrap .menu-and-social-media ul.header-menu > li:hover:not(.noHover) > a, .header-menu-wrap .menu-and-social-media ul.header-menu > li.active > a {
      font-size: 16px;
      line-height: 18px; } }

        .header-menu-wrap .menu-and-social-media ul.header-menu > li > a {
          color: white;
          font-size: 18px;
          font-family: "Circe Light";
          text-transform: uppercase;
          display: block;
          min-height: 57px;
          height: 57px;
          line-height: 20px;
          letter-spacing: .72px;
          text-decoration: none;
          position: relative;
          white-space: nowrap;
          transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          z-index: 2;
          text-align: center;
          background: transparent;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 1919px) and (min-width: 1024px) {
            .header-menu-wrap .menu-and-social-media ul.header-menu > li > a {
              min-height: 34px;
              height: 34px;
              font-size: 16px;
              line-height: 18px; } }
      .header-menu-wrap .menu-and-social-media ul.header-menu > li.active ul.second, .header-menu-wrap .menu-and-social-media ul.header-menu > li.active ul.third {
        display: block; }
    .header-menu-wrap .menu-and-social-media ul.second {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: none; }
      .header-menu-wrap .menu-and-social-media ul.second > li {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden; }
        .header-menu-wrap .menu-and-social-media ul.second > li:last-child:not(.active) > a {
          border-bottom: 0; }
        @media screen and (min-width: 1024px) {
          .header-menu-wrap .menu-and-social-media ul.second > li:hover:not(.noHover) > a, .header-menu-wrap .menu-and-social-media ul.second > li.active > a {
            background: #ffc10e; } }
        .header-menu-wrap .menu-and-social-media ul.second > li.depth-3:hover:not(.noHover) > a, .header-menu-wrap .menu-and-social-media ul.second > li.depth-3.active > a {
          background: #254055;
          color: #ffc10e;
          border-bottom: 1px solid #536879; }
        .header-menu-wrap .menu-and-social-media ul.second > li > a {
          padding: 0;
          width: 100%;
          min-height: 50px;
          height: 50px;
          letter-spacing: .52px;
          text-decoration: none;
          overflow: hidden;
          position: relative;
          text-align: center;
          background: #254055;
          border-bottom: 1px solid #3b5366;
          color: white;
          font-size: 13px;
          font-family: "Circe Light";
          text-transform: uppercase;
          transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 1919px) and (min-width: 1024px) {
            .header-menu-wrap .menu-and-social-media ul.second > li > a {
              min-height: 35px;
              height: 35px;
              font-size: 12px; } }
    .header-menu-wrap .menu-and-social-media ul.third {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: none; }
      .header-menu-wrap .menu-and-social-media ul.third > li {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
        display: block; }
        @media screen and (min-width: 1024px) {
          .header-menu-wrap .menu-and-social-media ul.third > li:hover:not(.noHover) > a, .header-menu-wrap .menu-and-social-media ul.third > li.active > a {
            background: #ffc10e; } }
        .header-menu-wrap .menu-and-social-media ul.third > li > a {
          padding: 0;
          width: 100%;
          min-height: 50px;
          height: 50px;
          line-height: 18px;
          text-decoration: none;
          overflow: hidden;
          position: relative;
          text-align: center;
          background: #3f576a;
          border-bottom: 1px solid #536879;
          color: white;
          font-size: 16px;
          font-family: "Circe Light";
          text-transform: uppercase;
          text-transform: none;
          transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 1919px) and (min-width: 1024px) {
            .header-menu-wrap .menu-and-social-media ul.third > li > a {
              min-height: 29px;
              height: auto;
              padding: 6px 0;
              font-size: 14px;
              line-height: 16px; } }
    .header-menu-wrap .menu-and-social-media .social-media {
      position: absolute;
      bottom: 12px;
      height: 0;
      width: 100%;
      opacity: 0;
      transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      display: none; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .header-menu-wrap .menu-and-social-media .social-media {
          bottom: 20px; } }
      .header-menu-wrap .menu-and-social-media .social-media a {
        margin-right: 22px;
        background-size: contain !important;
        background-position: center !important; }
        .header-menu-wrap .menu-and-social-media .social-media a:last-child {
          margin-right: 0; }
        .header-menu-wrap .menu-and-social-media .social-media a.facebook {
          min-width: 10px;
          max-width: 10px;
          max-height: 18px;
          height: 18px; }
        .header-menu-wrap .menu-and-social-media .social-media a.vk {
          min-width: 19px;
          max-width: 19px;
          max-height: 12px;
          height: 12px; }
        .header-menu-wrap .menu-and-social-media .social-media a.twitter {
          min-width: 17px;
          max-width: 17px;
          max-height: 15px;
          height: 15px; }
        .header-menu-wrap .menu-and-social-media .social-media a.instagram {
          min-width: 16px;
          max-width: 16px;
          max-height: 16px;
          height: 16px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/header-menu-mobile/style.css?161286919410083*/
.header-menu-mobile-wrap {
  position: absolute;
  width: 100%;
  margin: 0;
  height: 100%;
  top: 111px;
  left: -100%;
  background: #10283b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 105;
  opacity: 0;
  padding-bottom: 60px;
  overflow: hidden;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  @media screen and (min-width: 1024px) {
    .header-menu-mobile-wrap {
      display: none; } }
  @media screen and (max-width: 479px) {
    .header-menu-mobile-wrap {
      top: 74px; } }
  .header-menu-mobile-wrap.active {
    left: 0;
    opacity: 1;
    overflow: visible; }
  .header-menu-mobile-wrap .mobile-menu-head {
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: -112px;
    background: #10283b;
    width: 590px;
    height: 112px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .header-menu-mobile-wrap .mobile-menu-head {
        width: 285px;
        margin-left: -55px; } }
    @media screen and (max-width: 479px) {
      .header-menu-mobile-wrap .mobile-menu-head {
        top: -75px;
        width: 200px;
        margin-left: 15px;
        height: 75px; } }
    .header-menu-mobile-wrap .mobile-menu-head .parent-ul-name {
      color: white;
      font-size: 23px;
      font-family: "Circe Light";
      text-transform: uppercase;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 425px; }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .mobile-menu-head .parent-ul-name {
          font-size: 18px;
          margin-right: 20px;
          text-align: center; } }
      @media screen and (max-width: 479px) {
        .header-menu-mobile-wrap .mobile-menu-head .parent-ul-name {
          display: none; } }
    .header-menu-mobile-wrap .mobile-menu-head .back {
      display: none;
      color: white;
      font-size: 16px;
      font-family: "Circe";
      text-transform: uppercase;
      background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/img/menu-back-icon-min.png") left center no-repeat;
      margin: 0 20px 0 auto;
      height: 100%;
      width: 101px;
      text-align: right;
      line-height: 113px;
      cursor: pointer; }
      @media screen and (max-width: 479px) {
        .header-menu-mobile-wrap .mobile-menu-head .back {
          line-height: 80px;
          margin: 0 0 0 35px;
          width: 80px; } }
      .header-menu-mobile-wrap .mobile-menu-head .back.active {
        display: block; }
  .header-menu-mobile-wrap ul.header-menu {
    margin: 75px 0 0 0;
    padding: 0;
    list-style-type: none;
    z-index: 1;
    background: #10283b;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
    @media screen and (max-width: 479px) {
      .header-menu-mobile-wrap ul.header-menu {
        margin: 35px 0 0 0; } }
    .header-menu-mobile-wrap ul.header-menu.hide {
      margin-left: -100%; }
      .header-menu-mobile-wrap ul.header-menu.hide > li > a {
        opacity: 0;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease; }
    .header-menu-mobile-wrap ul.header-menu > li {
      list-style: none;
      margin: 0 0 22px 0;
      padding: 0; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .header-menu-mobile-wrap ul.header-menu > li {
          margin: 0 0 18px 0; } }
      @media screen and (max-width: 479px) {
        .header-menu-mobile-wrap ul.header-menu > li {
          margin: 0 0 0 0; } }
      .header-menu-mobile-wrap ul.header-menu > li > a {
        color: white;
        font-size: 23px;
        font-family: "Circe Light";
        text-transform: uppercase;
        display: block;
        min-height: 57px;
        height: 57px;
        line-height: 20px;
        letter-spacing: .72px;
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        z-index: 2;
        text-align: center;
        background: transparent;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap ul.header-menu > li > a {
            font-size: 20px; } }
    .header-menu-mobile-wrap ul.header-menu > li.active ul.second, .header-menu-mobile-wrap ul.header-menu > li.active ul.third {
      display: block; }
  .header-menu-mobile-wrap ul.second {
    background: #254055;
    left: 100%;
    opacity: 0;
    margin: 0;
    padding: 45px 0 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
    .header-menu-mobile-wrap ul.second.active {
      left: 0;
      opacity: 1; }
    .header-menu-mobile-wrap ul.second > li {
      list-style: none;
      position: relative;
      margin: 0 0 22px 0;
      padding: 0;
      display: block; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .header-menu-mobile-wrap ul.second > li {
          margin: 0 0 18px 0; } }
      @media screen and (max-width: 479px) {
        .header-menu-mobile-wrap ul.second > li {
          margin: 0 0 0 0; } }
      .header-menu-mobile-wrap ul.second > li > a {
        padding: 0;
        width: 100%;
        min-height: 50px;
        height: 50px;
        letter-spacing: .52px;
        text-decoration: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        color: white;
        font-size: 23px;
        font-family: "Circe Light";
        text-transform: uppercase;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap ul.second > li > a {
            font-size: 20px; } }
  .header-menu-mobile-wrap ul.third {
    background: #254055;
    left: 100%;
    opacity: 0;
    margin: 0;
    padding: 45px 0 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
    .header-menu-mobile-wrap ul.third.active {
      left: 0;
      opacity: 1; }
    .header-menu-mobile-wrap ul.third > li {
      list-style: none;
      position: relative;
      margin: 0 0 18px 0;
      padding: 0;
      display: block; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .header-menu-mobile-wrap ul.third > li {
          margin: 0 0 18px 0; } }
      @media screen and (max-width: 479px) {
        .header-menu-mobile-wrap ul.third > li {
          margin: 0 0 0 0; } }
      .header-menu-mobile-wrap ul.third > li > a {
        padding: 0;
        width: 100%;
        min-height: 50px;
        height: 50px;
        text-decoration: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "Circe Light";
        text-transform: uppercase;
        text-transform: none;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 479px) {
          .header-menu-mobile-wrap ul.third > li > a {
            line-height: 20px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer-menu/style.css?16128691947705*/
.footer-menu-wrap ul.footer-menu {
  margin: 0;
  padding: 53px 0 0 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 479px) {
    .footer-menu-wrap ul.footer-menu {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; } }
  .footer-menu-wrap ul.footer-menu > li {
    list-style: none;
    position: relative;
    margin: 0 !important;
    padding: 0;
    overflow: hidden; }
    @media screen and (max-width: 479px) {
      .footer-menu-wrap ul.footer-menu > li {
        margin: 45px 0 0 0 !important; } }
    @media screen and (min-width: 1920px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(1) {
        min-width: 255px;
        max-width: 255px; } }
    @media screen and (max-width: 1919px) and (min-width: 1280px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(1) {
        min-width: 195px;
        max-width: 195px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(1) {
        min-width: 150px;
        max-width: 150px; } }
    @media screen and (max-width: 1023px) and (min-width: 480px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(1) {
        min-width: 178px;
        max-width: 178px; } }
    @media screen and (max-width: 479px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(1) {
        min-width: 155px;
        max-width: 155px; } }
    @media screen and (min-width: 1920px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(2) {
        min-width: 230px;
        max-width: 230px; } }
    @media screen and (max-width: 1919px) and (min-width: 1280px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(2) {
        min-width: 170px;
        max-width: 170px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(2) {
        min-width: 110px;
        max-width: 110px; } }
    @media screen and (max-width: 1023px) and (min-width: 480px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(2) {
        min-width: 150px;
        max-width: 150px; } }
    @media screen and (max-width: 479px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(2) {
        min-width: 102px;
        max-width: 102px; } }
    @media screen and (min-width: 1920px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(3) {
        min-width: 278px;
        max-width: 278px; } }
    @media screen and (max-width: 1919px) and (min-width: 1280px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(3) {
        min-width: 210px;
        max-width: 210px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(3) {
        min-width: 135px;
        max-width: 135px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(3) {
        min-width: 200px;
        max-width: 200px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(3) {
        min-width: 106px;
        max-width: 106px; } }
    @media screen and (max-width: 479px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(3) {
        min-width: 155px;
        max-width: 155px; } }
    @media screen and (min-width: 1920px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(4) {
        min-width: 225px;
        max-width: 225px; } }
    @media screen and (max-width: 1919px) and (min-width: 1280px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(4) {
        min-width: 160px;
        max-width: 160px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(4) {
        min-width: 80px;
        max-width: 80px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(4) {
        min-width: 150px;
        max-width: 150px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(4) {
        min-width: 111px;
        max-width: 111px;
        position: absolute;
        right: 0;
        bottom: 50px; } }
    @media screen and (max-width: 479px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(4) {
        min-width: 102px;
        max-width: 102px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(5) {
        min-width: 111px;
        max-width: 111px;
        position: absolute;
        right: 0;
        bottom: 10px; } }
    @media screen and (max-width: 479px) {
      .footer-menu-wrap ul.footer-menu > li:nth-child(5) {
        min-width: 105px;
        max-width: 105px;
        right: 0;
        margin-top: 15px !important; } }
    .footer-menu-wrap ul.footer-menu > li > a {
      color: white;
      font-size: 14px;
      font-family: "Circe Bold";
      text-transform: uppercase;
      line-height: 16px;
      text-decoration: none;
      transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      display: table; }
      .footer-menu-wrap ul.footer-menu > li > a:hover:not(.noHover), .footer-menu-wrap ul.footer-menu > li > a.active {
        color: #ffc10e; }
.footer-menu-wrap ul.second {
  margin: 0;
  padding: 23px 0 0 0; }
  @media screen and (max-width: 479px) {
    .footer-menu-wrap ul.second {
      padding: 13px 0 0 0; } }
  .footer-menu-wrap ul.second > li {
    list-style: none;
    position: relative;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    display: table; }
    .footer-menu-wrap ul.second > li:last-child > a {
      margin-bottom: 0; }
    .footer-menu-wrap ul.second > li > a {
      padding: 0;
      margin-bottom: 10px;
      width: 100%;
      text-decoration: none;
      color: white;
      font-size: 16px;
      font-family: "Circe Light";
      text-transform: uppercase;
      line-height: 15px;
      text-transform: none;
      transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1279px) {
        .footer-menu-wrap ul.second > li > a {
          padding: 0 20px 0 0; } }
      .footer-menu-wrap ul.second > li > a:hover:not(.noHover), .footer-menu-wrap ul.second > li > a.active {
        color: #ffc10e; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/styles.css?1755241724198*/
.bx-context-toolbar-empty-area{
    font-size: 12px;
}

.normal-text .text-title {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Circe Bold';
}

.normal-text b {
	font-family: 'Circe Bold';
}
/* End */


/* Start:/local/templates/main/template_styles.css?166860188294417*/
@font-face {
    font-family: "Circe";
    src: url("/local/templates/main/fonts/circe-regular-webfont.eot");
    src: url("/local/templates/main/fonts/circe-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/circe-regular-webfont.woff") format("woff"), url("/local/templates/main/fonts/circe-regular-webfont.ttf") format("truetype"), url("/local/templates/main/fonts/circe-regular-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/circe-regular-webfont.svg#circe-regular-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circe Bold";
    src: url("/local/templates/main/fonts/circe-bold-webfont.eot");
    src: url("/local/templates/main/fonts/circe-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/circe-bold-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/circe-bold-webfont.woff") format("woff"), url("/local/templates/main/fonts/circe-bold-webfont.ttf") format("truetype"), url("/local/templates/main/fonts/circe-bold-webfont.svg#circe-bold-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circe ExtraBold";
    src: url("/local/templates/main/fonts/circe-extrabold-webfont.eot");
    src: url("/local/templates/main/fonts/circe-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/circe-extrabold-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/circe-extrabold-webfont.woff") format("woff"), url("/local/templates/main/fonts/circe-extrabold-webfont.ttf") format("truetype"), url("/local/templates/main/fonts/circe-extrabold-webfont.svg#circe-extrabold-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circe Light";
    src: url("/local/templates/main/fonts/circe-light-webfont.eot");
    src: url("/local/templates/main/fonts/circe-light-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/circe-light-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/circe-light-webfont.woff") format("woff"), url("/local/templates/main/fonts/circe-light-webfont.ttf") format("truetype"), url("/local/templates/main/fonts/circe-light-webfont.svg#circe-light-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circe ExtraLight";
    src: url("/local/templates/main/fonts/circe-extralight-webfont.eot");
    src: url("/local/templates/main/fonts/circe-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/circe-extralight-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/circe-extralight-webfont.woff") format("woff"), url("/local/templates/main/fonts/circe-extralight-webfont.ttf") format("truetype"), url("/local/templates/main/fonts/circe-extralight-webfont.svg#circe-extralight-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circe Thin";
    src: url("/local/templates/main/fonts/circe-thin-webfont.eot");
    src: url("/local/templates/main/fonts/circe-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/circe-thin-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/circe-thin-webfont.woff") format("woff"), url("/local/templates/main/fonts/circe-thin-webfont.ttf") format("truetype"), url("/local/templates/main/fonts/circe-thin-webfont.svg#circe-thin-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeueBold";
    src: url("/local/templates/main/fonts/BebasNeueBold.eot");
    src: url("/local/templates/main/fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/BebasNeueBold.woff2") format("woff2"), url("/local/templates/main/fonts/BebasNeueBold.woff") format("woff"), url("/local/templates/main/fonts/BebasNeueBold.ttf") format("truetype"), url("/local/templates/main/fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeueLight";
    src: url("/local/templates/main/fonts/BebasNeueLight.eot");
    src: url("/local/templates/main/fonts/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/BebasNeueLight.woff2") format("woff2"), url("/local/templates/main/fonts/BebasNeueLight.woff") format("woff"), url("/local/templates/main/fonts/BebasNeueLight.ttf") format("truetype"), url("/local/templates/main/fonts/BebasNeueLight.svg#BebasNeueLight") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

pre {
    font-size: 12px;
    position: relative;
    z-index: 1;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body *:focus {
    outline: none;
}

body * {
    -webkit-tap-highlight-color: transparent;
}

.browser-info {
    display: none !important;
    height: 0 !important;
}

.fixed-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(16, 40, 59, 0.7);
    z-index: 1000;
    display: none;
}

input, textarea {
    outline: 0;
    box-sizing: border-box;
    color: black;
    font-size: 14px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
}

input.error, textarea.error {
    border: 1px solid #e88080 !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #121f22;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #121f22;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #121f22;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #121f22;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

input::-ms-clear, textarea::-ms-clear {
    display: none;
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

h1:not(.page-404-h1), div.h1 {
    padding: 0 0 45px 35px;
    margin: 0;
    color: #121f22;
    font-size: 80px;
    font-family: "Circe Light";
    text-transform: uppercase;
    line-height: 85px;
    font-weight: normal;
    overflow: hidden;
    white-space: normal;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1919px) and (min-width: 480px) {
    h1:not(.page-404-h1), div.h1 {
        font-size: 50px;
        line-height: 55px;
        padding: 0 0 32px 20px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    h1:not(.page-404-h1), div.h1 {
        padding: 50px 0 45px 0;
    }
}

@media screen and (max-width: 1023px) {
    h1:not(.page-404-h1), div.h1 {
        text-align: center;
        word-break: break-word;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    h1:not(.page-404-h1), div.h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media screen and (max-width: 479px) {
    h1:not(.page-404-h1), div.h1 {
        font-size: 24px;
        line-height: 26px;
        padding: 25px 0 20px 0;
    }
}

h1:not(.page-404-h1).text, div.h1.text {
    padding: 185px 0 45px 97px;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    h1:not(.page-404-h1).text, div.h1.text {
        padding: 120px 30px 30px 25px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    h1:not(.page-404-h1).text, div.h1.text {
        padding: 50px 0 0 0;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    h1:not(.page-404-h1).text, div.h1.text {
        padding: 35px 0;
        font-size: 30px;
        line-height: 36px;
    }
}

@media screen and (max-width: 479px) {
    h1:not(.page-404-h1).text, div.h1.text {
        font-size: 24px;
        line-height: 28px;
        padding: 25px 10px 30px 10px;
    }
}

h3, h4, h5 {
    font-weight: normal;
    text-transform: none !important;
}

h2 {
    color: #121f22;
    font-size: 30px;
    font-family: "Circe Light";
    text-transform: uppercase;
    line-height: 30px;
}

h3 {
    color: black;
    font-size: 24px;
    font-family: "Circe Light";
    text-transform: uppercase;
    line-height: 24px;
}

h3 * {
    color: black;
    font-size: 24px;
    font-family: "Circe Light";
    text-transform: uppercase;
}

h4 {
    color: black;
    font-size: 20px;
    font-family: "Circe Light";
    text-transform: uppercase;
    height: 20px;
}

h4 * {
    color: black;
    font-size: 20px;
    font-family: "Circe Light";
    text-transform: uppercase;
}

h5 {
    color: black;
    font-size: 16px;
    font-family: "Circe Light";
    text-transform: uppercase;
    line-height: 16px;
}

h5 * {
    color: black;
    font-size: 16px;
    font-family: "Circe Light";
    text-transform: uppercase;
}

p, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li, ol li {
    margin: 0 0 21px 0;
    line-height: 20px;
    color: #121f22;
    font-size: 17px;
    font-family: "Circe Light";
    text-transform: uppercase;
}

@media screen and (max-width: 479px) {
    p, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li, ol li {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 13px 0;
    }
}

p.orange, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li.orange, ol li.orange {
    font-family: "Circe Bold";
    padding: 25px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffc10e;
    display: table;
    margin: 15px 0 35px 0;
}

@media screen and (max-width: 1919px) and (min-width: 800px) {
    p.orange, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li.orange, ol li.orange {
        padding: 15px 40px;
        margin: 25px 0 45px 0;
    }
}

@media screen and (max-width: 1023px) {
    p.orange, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li.orange, ol li.orange {
        text-align: center;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    p.orange, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li.orange, ol li.orange {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    p.orange, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li.orange, ol li.orange {
        padding: 18px 10px;
    }
}

@media screen and (max-width: 479px) {
    p.orange, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li.orange, ol li.orange {
        padding: 13px 5px;
        margin: 15px 0 18px 0;
    }
}

p a, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a, ol li a {
    color: #121f22;
    font-size: 17px;
    font-family: "Circe Light";
    text-transform: uppercase;
    text-transform: none;
}

@media screen and (max-width: 479px) {
    p a, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a, ol li a {
        font-size: 14px;
        line-height: 16px;
    }
}

p a:hover:not(.noHover), ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a:hover:not(.noHover), ol li a:hover:not(.noHover) {
    text-decoration: none;
}

p strong, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li strong, ol li strong {
    font-family: "Circe Bold";
}

ol {
    counter-reset: list1;
}

ol li {
    list-style-type: none;
}

ol li:before {
    counter-increment: list1;
    content: counter(list1) ". ";
}

ol li ol {
    counter-reset: list2;
}

ol li ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

form {
    margin-bottom: 0;
}

.wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    min-width: 1820px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .wrapper {
        min-width: 1240px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1023px) {
    .wrapper {
        min-width: 985px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .wrapper {
        min-width: 760px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .wrapper {
        min-width: 440px;
    }
}

@media screen and (max-width: 479px) {
    .wrapper {
        min-width: 270px;
    }
}

.wrapper table:not(.table-title):not(.cart-items) {
    border-spacing: 0 0;
    border-collapse: collapse;
}

.wrapper table:not(.table-title):not(.cart-items) td {
    padding: 5px;
    border: 1px solid #3d3d3d;
    color: #2b2a29;
    font-size: 15px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
}

.loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: none;
    z-index: 1003;
}

.loader-wrap .loader {
    position: absolute;
    display: none;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border: 5px solid #10283b;
    border-radius: 100%;
    animation: spin 0.75s infinite linear;
}

.loader-wrap .loader *,
.loader-wrap .loader *::before,
.loader-wrap .loader *::after {
    box-sizing: border-box;
}

.loader-wrap .loader::before,
.loader-wrap .loader::after {
    left: -5px;
    top: -5px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}

.loader-wrap .loader-5,
.loader-wrap .loader-5::before {
    display: inline-block;
    border-color: transparent;
    border-top-color: #10283b;
}

.loader-wrap .loader-5::before {
    animation: spin 1.7s infinite ease;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main-loader .loader-wrap {
    position: fixed;
}

.right-image {
    float: right;
    margin: 15px 0 0 30px;
}

.left-image {
    float: left;
    margin: 15px 30px 0 0;
}

.right-image, .left-image {
    max-width: 460px;
    height: auto;
}

@media screen and (max-width: 1279px) {
    .right-image, .left-image {
        float: none;
        display: block;
        margin: 0 auto 35px auto;
    }
}

@media screen and (max-width: 1023px) {
    .right-image, .left-image {
        width: 100%;
        margin: 0 auto 25px auto;
    }
}

header {
    width: 100%;
    height: 0;
}

@media screen and (max-width: 1023px) {
    header {
        height: auto;
        background: #10283b;
    }
}

header .header-info-wrap {
    height: 70px;
    z-index: 2;
    position: relative;
    padding-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    header .header-info-wrap {
        justify-items: center;
    }
}

@media screen and (max-width: 1023px) {
    header .header-info-wrap {
        width: 100%;
        height: 112px;
        background: #10283b;
        padding: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    header .header-info-wrap {
        width: 760px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    header .header-info-wrap {
        width: 440px;
    }
}

@media screen and (max-width: 479px) {
    header .header-info-wrap {
        height: 75px;
        width: 270px;
    }
}

header .header-info-wrap .logo {
    background: url("/local/templates/main/img/logo-header-72-min.png") center no-repeat;
    width: 71px;
    height: 72px;
    margin: 0;
    background-size: cover;
    display: none;
}

@media screen and (max-width: 1023px) {
    header .header-info-wrap .logo {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .logo {
        width: 55px;
        height: 56px;
    }
}

header .header-info-wrap .menu-button {
    cursor: pointer;
    position: relative;
    width: 35px;
    height: 33px;
    margin: 0 0 0 34px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: none;
}

@media screen and (max-width: 1023px) {
    header .header-info-wrap .menu-button {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .menu-button {
        margin: 0;
        width: 25px;
        height: 22px;
    }
}

header .header-info-wrap .menu-button:after, header .header-info-wrap .menu-button:before, header .header-info-wrap .menu-button .line {
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
}

header .header-info-wrap .menu-button:after, header .header-info-wrap .menu-button:before {
    content: '';
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

header .header-info-wrap .menu-button .line {
    top: 16px;
}

@media screen and (max-width: 1023px) {
    header .header-info-wrap .menu-button .line {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .menu-button .line {
        top: 10px;
    }
}

header .header-info-wrap .menu-button:after {
    bottom: 0;
}

header .header-info-wrap .menu-button:before {
    top: 0;
}

header .header-info-wrap .menu-button.active:after, header .header-info-wrap .menu-button.active:before {
    width: 47px;
    left: -7px;
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .menu-button.active:after, header .header-info-wrap .menu-button.active:before {
        width: 31px;
        left: -4px;
    }
}

header .header-info-wrap .menu-button.active:after {
    -webkit-transform: rotate(-45deg);
    /* Chrome y Safari */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ number);
    /* Internet Explorer */
    -o-transform: rotate(-45deg);
    /* Opera */
    -ms-transform: rotate(-45deg);
    bottom: 15px;
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .menu-button.active:after {
        bottom: 10px;
    }
}

header .header-info-wrap .menu-button.active:before {
    -webkit-transform: rotate(45deg);
    /* Chrome y Safari */
    -moz-transform: rotate(45deg);
    /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ number);
    /* Internet Explorer */
    -o-transform: rotate(45deg);
    /* Opera */
    -ms-transform: rotate(45deg);
    top: 16px;
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .menu-button.active:before {
        top: 11px;
    }
}

header .header-info-wrap .menu-button.active .line {
    display: none;
}

header .header-info-wrap .phone a {
    text-decoration: none;
    min-height: 25px;
    height: 25px;
    color: #121f22;
    font-size: 20px;
    font-family: "Circe Bold";
    text-transform: uppercase;
    margin-left: 50px;
    white-space: nowrap;
}

.jr_tel_mail_wrap {
    display: flex;
    align-items: center;
}
.all_article_text{
    position: relative;
    padding: 0 100px;
    font-size: 20px;
    margin: 130px auto 30px;
}

.before_adv_text {
    font-size: 40px;
    text-align: center;
    padding: 50px 0;
    color: #10283B;
    font-family: "Circe Light";
    font-weight: 900;
    text-transform: uppercase;
}

.before_adv_text_description {
    font-size: 22px;
    text-align: center;
    color: #10283B;
    font-family: "Circe Light";
    font-weight: 900;
    text-transform: uppercase;
}

.new_jr_text_block hr {
    width: 50px;
    margin-bottom: 10px;
    background: #1a56a9;
}
.new_jr_section{
  padding: 30px 0;
  background: linear-gradient(to bottom, rgba(114, 193, 255, 0.4) 0%, rgba(114, 193, 255, 0) 30%, rgba(114, 193, 255, 0) 100%);
}
.new_jr_section h3{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.new_jr_section h4{
  font-size: 28px;
  height: unset!important;
  font-weight: bold;
  text-align: center;
}
.our_clients_text_block{
  font-size: 16px;
  margin: 20px auto;
  max-width: 95%;
}
.our_client_adv{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  max-width: 95%;
  margin: 40px auto;
}
.our_client_adv_item{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  color: #10283B;
  font-family: "Circe Light";
  font-weight: 900;
  text-transform: uppercase;
}
.our_client_adv_item span{
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 36px;
}
.new_list_adv .list-services {
  width: 100%;
  background: none;
  /* background: -moz-linear-gradient(top, rgba(114, 193, 255, 0.4) 0%, rgba(114, 193, 255, 0) 30%, rgba(114, 193, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(114, 193, 255, 0.4) 0%, rgba(114, 193, 255, 0) 30%), rgba(114, 193, 255, 0) 100%;
  background: -o-linear-gradient(top, rgba(114, 193, 255, 0.4) 0%, rgba(114, 193, 255, 0) 30%, rgba(114, 193, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(114, 193, 255, 0.4) 0%, rgba(114, 193, 255, 0) 30%, rgba(114, 193, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(114, 193, 255, 0.4) 0%, rgba(114, 193, 255, 0) 30%, rgba(114, 193, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(114, 193, 255, 0.4)', endColorstr='rgba(114, 193, 255, 0)'); */
}
.new_list_adv .list-services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.new_list_adv .list-services .list ul li{
  font-size: 20px;
  margin-bottom: 10px;
}
.new_list_adv .list-services .list {
  min-width: 50%;
  max-width: 50%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.new_list_adv .list-services .list .title {
  padding-top: 30px;
  color: #121f22;
  font-size: 22px;
  font-family: "Circe Bold";
  text-transform: uppercase;
}
.jr_bottom_request .request-call:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -11px;
  background: url("/local/templates/main/img/request-call-icon-min.png") center no-repeat;
  width: 30px;
  height: 22px;
}
.jr_bottom_request .request-call {
  min-width: 240px;
  max-width: 240px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  background: #ffc10e;
  color: white;
  font-size: 14px;
  font-family: "Circe Light";
  text-transform: uppercase;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 70px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  letter-spacing: .3px;
}
.new_list_adv .title_relevant {
  font-size: 25px;
  color: #10283B;
  font-family: "Circe Light";
  font-weight: 900;
  padding: 0 1.5em;
  border-top: none;
}
.new_list_adv .description_relevant {
    font-size: 22px;
    color: #10283B;
    font-family: "Circe Bold";
    font-weight: 900;
    padding: 0 1.5em;
    text-align: center;
    border-top: none;
    padding: 1.5em 0;
    text-transform: uppercase;
}

.new_jr_text_block .ours_client_description {
    color: #10283B;
    font-size: 28px;
    font-family: "Circe Bold";
    text-align: center;
    padding: 0 40px;
}
.new_jr_section .new_list_adv .new_jr_text_block {
  background: linear-gradient(to bottom, rgba(114, 193, 255, 0.4) 0%, rgba(114, 193, 255, 0) 30%, rgba(114, 193, 255, 0) 100%);
}
.new_list_adv .advantages-bottom .list-services .list .ul .li {
  font-size: 12.7px;
  margin-bottom: 8px;
  padding-left: 18px;
}
.jr_bottom_request {
  display: flex;
  align-items: center;
  max-width: 95%;
  margin: 0 auto;
  justify-content: center;
}
.jr_bottom_request h3{
  margin-right: 50px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(135deg, #7EC711 20%, #FABE0E 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase !important;
}
.new_list_adv .list-services .list .ul {
  margin-top: 30px;
}
@media screen and (max-width: 1919px) and (min-width: 1024px) {
    header .header-info-wrap .phone {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    header .header-info-wrap .phone {
        margin-left: 49px;
    }
}

@media screen and (max-width: 1023px) {
    header .header-info-wrap .phone a {
        color: white;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    header .header-info-wrap .phone {
        margin-left: 30px;
    }
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .phone {
        display: none;
    }

}

header .header-info-wrap .phone .phone-404 a {
    color: white;
}

header .header-info-wrap .request-call {
    min-width: 240px;
    max-width: 240px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    background: #ffc10e;
    color: white;
    font-size: 14px;
    font-family: "Circe Light";
    text-transform: uppercase;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 70px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    letter-spacing: .3px;
    margin-left: -75px;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    header .header-info-wrap .request-call {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    header .header-info-wrap .request-call {
        margin-left: 55px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    header .header-info-wrap .request-call {
        min-width: 70px;
        max-width: 70px;
        height: 70px;
        font-size: 0;
        margin-left: 35px;
    }
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .request-call {
        margin-left: 0;
        min-width: 49px;
        max-width: 49px;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        -ms-border-radius: 49px;
        border-radius: 49px;
        height: 49px;
        font-size: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    header .header-info-wrap .request-call.main {
        margin-left: -295px;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    header .header-info-wrap .request-call.main {
        margin-left: -20px;
    }
}

header .header-info-wrap .request-call:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -11px;
    background: url("/local/templates/main/img/request-call-icon-min.png") center no-repeat;
    width: 30px;
    height: 22px;
}

@media screen and (max-width: 479px) {
    header .header-info-wrap .request-call:before {
        left: 50%;
        margin-left: -15px;
    }

}

header .header-info-wrap .request-call:hover {
    background: #ffa70e;
}

header .header-info-wrap .request-call:hover:before {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: requestCallAnimate;
    animation-name: requestCallAnimate;
}

@-webkit-keyframes requestCallAnimate {
    30% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}

@-moz-keyframes requestCallAnimate {
    30% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}

@-ms-keyframes requestCallAnimate {
    30% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}

@-o-keyframes requestCallAnimate {
    30% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}

@keyframes requestCallAnimate {
    30% {
        left: 30px;
    }
    100% {
        left: 20px;
    }
}

header .header-info-wrap .search-link {
    background: url("/local/templates/main/img/search-icon-min.png") center no-repeat white;
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    margin: 0 30px 0 0;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    header .header-info-wrap .search-link {
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    header .header-info-wrap .search-link {
        margin: 0 0 0 50px;
    }
}

@media screen and (max-width: 799px) {
    header .header-info-wrap .search-link {
        display: none;
    }
}

.content-wrapper {
    width: 100%;
}

@media screen and (min-width: 1920px) {
    .content-wrapper {
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    .content-wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1024px) {
    .content-wrapper .left-block {
        min-width: 200px;
        max-width: 200px;
    }
}

@media screen and (max-width: 1023px) {
    .content-wrapper .left-block {
        display: none;
    }
}

.content-wrapper .left-block.with-before:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    min-width: 200px;
    max-width: 200px;
    height: 100%;
    background: #10283b;
    z-index: 0;
}

.content-wrapper .right-block {
    width: 100%;
    max-width: 1720px;
}

@media screen and (min-width: 1024px) {
    .content-wrapper .right-block {
        transition: all 1.3s ease;
        -o-transition: all 1.3s ease;
        -moz-transition: all 1.3s ease;
        -webkit-transition: all 1.3s ease;
        will-change: transform;
    }

    .content-wrapper .right-block.faster {
        transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

    .content-wrapper .right-block.no-animate {
        transition: all 0s ease;
        -o-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -webkit-transition: all 0s ease;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .content-wrapper .right-block {
        min-width: 1041px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .content-wrapper .right-block {
        min-width: 786px;
    }
}

.content-wrapper .right-block .text-wrap {
    padding: 20px 120px 0 97px;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    .content-wrapper .right-block .text-wrap {
        padding: 10px 10px 0 25px;
    }
}

@media screen and (max-width: 1023px) {
    .content-wrapper .right-block .text-wrap {
        padding: 0 0 0 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .content-wrapper .right-block .text-wrap {
        width: 760px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .content-wrapper .right-block .text-wrap {
        width: 432px;
    }
}

@media screen and (max-width: 479px) {
    .content-wrapper .right-block .text-wrap {
        width: 270px;
    }
}

.content-wrapper .right-block .text-wrap ul:not(.pagination):not(.slider-ul):not(.header-menu):not(.second):not(.third) {
    margin: 15px 0 0 0;
    overflow: hidden;
    padding: 0 0 0 2px;
}

.content-wrapper .right-block .text-wrap ul:not(.pagination):not(.slider-ul):not(.header-menu):not(.second):not(.third) li {
    list-style: none;
    position: relative;
    padding: 0 0 0 24px;
}

@media screen and (max-width: 479px) {
    .content-wrapper .right-block .text-wrap ul:not(.pagination):not(.slider-ul):not(.header-menu):not(.second):not(.third) li {
        padding: 0 0 0 18px;
    }
}

.content-wrapper .right-block .text-wrap ul:not(.pagination):not(.slider-ul):not(.header-menu):not(.second):not(.third) li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: #10283b;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width: 479px) {
    .content-wrapper .right-block .text-wrap ul:not(.pagination):not(.slider-ul):not(.header-menu):not(.second):not(.third) li:after {
        width: 2px;
        height: 2px;
    }
}

.content-wrapper .right-block .text-wrap ul:not(.pagination):not(.slider-ul):not(.header-menu):not(.second):not(.third) li p {
    margin: 0;
}

.content-wrapper .right-block .text-wrap ol {
    margin: 15px 0;
    padding: 0 0 0 35px;
}

.content-wrapper .right-block .buttons-wrap {
    margin: 65px 0 70px 0;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .content-wrapper .right-block .buttons-wrap {
        margin: 40px 0 30px 0;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .content-wrapper .right-block .buttons-wrap {
        margin: 55px 0 55px 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    .content-wrapper .right-block .buttons-wrap {
        margin: 40px 0 45px 0;
    }
}

@media screen and (min-width: 800px) {
    .content-wrapper .right-block .buttons-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 479px) {
    .content-wrapper .right-block .buttons-wrap {
        margin: 25px 0 30px 0;
    }
}

.content-wrapper .right-block .buttons-wrap *:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-items: center;
    min-width: 240px;
    max-width: 240px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: "Circe Light";
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background: #7fcd0d;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 30px;
}

.content-wrapper .right-block .buttons-wrap *:first-child:hover:not(.noHover) {
    background: rgba(127, 205, 13, 0.8);
}

@media screen and (max-width: 799px) {
    .content-wrapper .right-block .buttons-wrap *:first-child {
        margin-right: 0;
    }
}

.content-wrapper .right-block .buttons-wrap *:last-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-items: center;
    min-width: 240px;
    max-width: 240px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: "Circe Light";
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background: #bdc5cc;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-wrapper .right-block .buttons-wrap *:last-child:hover:not(.noHover) {
    background: rgba(189, 197, 204, 0.8);
}

@media screen and (max-width: 799px) {
    .content-wrapper .right-block .buttons-wrap *:last-child {
        margin-top: 20px;
    }
}

.content-wrapper .right-block .buttons-wrap *:first-child, .content-wrapper .right-block .buttons-wrap *:last-child {
    min-width: 400px;
    max-width: 400px;
    min-height: 70px;
    height: 70px;
    font-size: 20px;
    text-decoration: none;
    line-height: 20px;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .content-wrapper .right-block .buttons-wrap *:first-child, .content-wrapper .right-block .buttons-wrap *:last-child {
        min-width: 373px;
        max-width: 373px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    .content-wrapper .right-block .buttons-wrap *:first-child, .content-wrapper .right-block .buttons-wrap *:last-child {
        min-width: 364px;
        max-width: 364px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .content-wrapper .right-block .buttons-wrap *:first-child, .content-wrapper .right-block .buttons-wrap *:last-child {
        min-width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 479px) {
    .content-wrapper .right-block .buttons-wrap *:first-child, .content-wrapper .right-block .buttons-wrap *:last-child {
        min-width: 100%;
        max-width: 100%;
        font-size: 14px;
    }
}

.content-wrapper .content {
    min-height: calc(100vh - 248px);
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    body.with-roll footer {
        padding-left: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    body.with-roll footer .footer-wrap {
        margin-left: -200px;
    }
}

footer {
    width: 100%;
    height: 248px;
    background: #10283b;
    margin-left: -200px;
    padding-left: 200px;
}

footer * {
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media screen and (max-width: 1023px) {
    footer {
        padding-left: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    footer {
        height: 353px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    footer {
        height: 485px;
    }
}

@media screen and (max-width: 479px) {
    footer {
        height: 475px;
    }
}

footer .footer-wrap {
    position: relative;
    margin: 0 auto;
    background: #10283b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    padding: 0 50px 0 41px;
}

@media screen and (max-width: 1919px) and (min-width: 800px) {
    footer .footer-wrap {
        padding: 0 20px 37px 20px;
    }
}

@media screen and (min-width: 1024px) {
    footer .footer-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    footer .footer-wrap {
        width: 760px;
    }
}

@media screen and (max-width: 1023px) {
    footer .footer-wrap {
        padding: 0 !important;
        height: 100%;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    footer .footer-wrap {
        width: 440px;
    }
}

@media screen and (max-width: 479px) {
    footer .footer-wrap {
        width: 260px;
    }
}

footer .footer-wrap .social-media {
    min-width: 200px;
    max-width: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 27px;
    max-height: 27px;
    height: 27px;
    margin: 50px 0 0 auto;
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    footer .footer-wrap .social-media {
        margin: 60px 0 0 0;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    footer .footer-wrap .social-media {
        bottom: 105px;
    }
}

@media screen and (max-width: 799px) {
    footer .footer-wrap .social-media {
        position: absolute;
        left: 50%;
        margin-left: -100px;
    }
}

@media screen and (max-width: 479px) {
    footer .footer-wrap .social-media {
        bottom: 68px;
    }
}

footer .footer-wrap .social-media a {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 27px;
    max-height: 27px;
    height: 27px;
    background-size: contain !important;
    background-position: center !important;
    margin-right: 36px;
}

footer .footer-wrap .social-media a:last-child {
    margin-right: 0;
}

footer .footer-wrap .politika {
    padding: 35px 0 0 0;
}

@media screen and (min-width: 1024px) {
    footer .footer-wrap .politika {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    footer .footer-wrap .politika {
        padding: 58px 0 0 0;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    footer .footer-wrap .politika {
        bottom: 62px;
    }
}

@media screen and (max-width: 799px) {
    footer .footer-wrap .politika {
        position: absolute;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    footer .footer-wrap .politika {
        bottom: 25px;
    }
}

footer .footer-wrap .politika a {
    color: white;
    font-size: 16px;
    font-family: "Circe";
    text-transform: uppercase;
    line-height: 16px;
    text-transform: none;
    display: table;
}

@media screen and (max-width: 799px) {
    footer .footer-wrap .politika a {
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 479px) {
    footer .footer-wrap .politika a {
        font-size: 13px;
    }
}

footer .footer-wrap .politika a:hover {
    text-decoration: none;
}

footer .footer-wrap .address-and-phone {
    margin: 0 0 0 auto;
    text-align: right;
}

@media screen and (min-width: 1024px) {
    footer .footer-wrap .address-and-phone {
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    footer .footer-wrap .address-and-phone {
        position: absolute;
        right: 0;
        bottom: 95px;
    }
}

@media screen and (max-width: 799px) {
    footer .footer-wrap .address-and-phone {
        text-align: center;
        margin: 90px 0 0 0;
    }
}

@media screen and (max-width: 479px) {
    footer .footer-wrap .address-and-phone {
        margin: 48px 0 0 0;
    }
}

footer .footer-wrap .address-and-phone .address {
    color: white;
    font-size: 16px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
}

@media screen and (max-width: 479px) {
    footer .footer-wrap .address-and-phone .address {
        font-size: 14px;
    }
}

footer .footer-wrap .address-and-phone .phone a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: "Circe Bold";
    text-transform: uppercase;
    margin-top: 2px;
}

@media screen and (max-width: 799px) {
    footer .footer-wrap .address-and-phone .phone {
        margin-top: 25px;
    }
}

@media screen and (max-width: 479px) {
    footer .footer-wrap .address-and-phone .phone {
        font-size: 20px;
    }
}

.agreement-checkbox, .email-terms-checkbox {
    white-space: nowrap;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .agreement-checkbox, .email-terms-checkbox {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

.agreement-checkbox .checkbox, .email-terms-checkbox .checkbox {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    background: white;
    position: relative;
    margin-right: 13px;
    border: 1px solid #bac7d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 479px) {
    .agreement-checkbox .checkbox, .email-terms-checkbox .checkbox {
        margin: 0 auto;
    }
}

.agreement-checkbox .checkbox input, .email-terms-checkbox .checkbox input {
    display: none !important;
}

.agreement-checkbox .checkbox .icon, .email-terms-checkbox .checkbox .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("/local/templates/main/img/agreement-checkbox-min.png") center no-repeat;
    display: none;
}

.agreement-checkbox .checkbox.active .icon, .email-terms-checkbox .checkbox.active .icon {
    display: block;
}

.agreement-checkbox .checkbox.error, .email-terms-checkbox .checkbox.error {
    border: 1px solid red;
}

.agreement-checkbox .text, .email-terms-checkbox .text {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 400px;
    min-height: 16px;
    line-height: 14px;
    color: #121f22;
    font-size: 14px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
    white-space: normal;
}

@media screen and (max-width: 479px) {
    .agreement-checkbox .text, .email-terms-checkbox .text {
        max-width: 250px;
        margin-top: 5px;
        text-align: center;
        font-size: 13px;
        line-height: 13px;
    }
}

.agreement-checkbox .text a, .email-terms-checkbox .text a {
    color: #121f22;
    font-size: 14px;
    font-family: "Circe";
    text-transform: uppercase;
    line-height: 14px;
    text-transform: none;
}

@media screen and (max-width: 479px) {
    .agreement-checkbox .text a, .email-terms-checkbox .text a {
        font-size: 13px;
        line-height: 13px;
    }
}

.agreement-checkbox .text a:hover:not(.noHover), .email-terms-checkbox .text a:hover:not(.noHover) {
    text-decoration: none;
}

.contacts-wrap {
    position: relative;
    padding-top: 185px;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    .contacts-wrap {
        padding-top: 122px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .contacts-wrap {
        padding-top: 62px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .contacts-wrap {
        padding-top: 52px;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap {
        padding-top: 25px;
    }
}

.contacts-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 359px;
    background: url("/local/templates/main/img/contacts/contacts-bg-min.jpg") center no-repeat;
    background-size: cover !important;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .contacts-wrap:before {
        height: 259px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .contacts-wrap:before {
        height: 236px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .contacts-wrap:before {
        height: 179px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .contacts-wrap:before {
        height: 168px;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap:before {
        height: 83px;
    }
}

.contacts-wrap h1 {
    color: white;
}

@media screen and (max-width: 1023px) {
    .contacts-wrap h1 {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .contacts-wrap h1 {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

.contacts-wrap .contacts-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 78px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .contacts-wrap .contacts-info {
        margin-top: 90px;
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
    .contacts-wrap .contacts-info {
        margin-top: 60px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .contacts-wrap .contacts-info {
        margin-top: 45px;
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .contacts-wrap .contacts-info {
        margin-top: 55px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 799px) {
    .contacts-wrap .contacts-info {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .contacts-info {
        margin-top: 40px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 799px) {
    .contacts-wrap .contacts-info .phone-wrap, .contacts-wrap .contacts-info .addresses-wrap {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

.contacts-wrap .contacts-info .phone-wrap .name, .contacts-wrap .contacts-info .addresses-wrap .name {
    color: #121f22;
    font-size: 22px;
    font-family: "Circe Light";
    text-transform: uppercase;
    text-transform: none;
}

@media screen and (max-width: 1919px) and (min-width: 480px) {
    .contacts-wrap .contacts-info .phone-wrap .name, .contacts-wrap .contacts-info .addresses-wrap .name {
        font-size: 17.6px;
    }
}

@media screen and (max-width: 799px) {
    .contacts-wrap .contacts-info .phone-wrap .name, .contacts-wrap .contacts-info .addresses-wrap .name {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .contacts-info .phone-wrap .name, .contacts-wrap .contacts-info .addresses-wrap .name {
        font-size: 14px;
    }
}

.contacts-wrap .contacts-info .phone-wrap .value, .contacts-wrap .contacts-info .addresses-wrap .value {
    color: #121f22;
    font-size: 26px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
    margin-top: 8px;
}

@media screen and (max-width: 1919px) and (min-width: 480px) {
    .contacts-wrap .contacts-info .phone-wrap .value, .contacts-wrap .contacts-info .addresses-wrap .value {
        font-size: 20.8px;
    }
}

@media screen and (max-width: 799px) {
    .contacts-wrap .contacts-info .phone-wrap .value, .contacts-wrap .contacts-info .addresses-wrap .value {
        text-align: center;
        margin-top: 4px;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .contacts-info .phone-wrap .value, .contacts-wrap .contacts-info .addresses-wrap .value {
        color: #121f22;
        font-size: 16px;
        font-family: "Circe Bold";
        text-transform: uppercase;
        text-transform: none;
        margin-top: 8px;
        padding: 0 40px;
    }
}

.contacts-wrap .contacts-info .phone-wrap .description, .contacts-wrap .contacts-info .addresses-wrap .description {
    color: #121f22;
    font-size: 18px;
    font-family: "Circe Light";
    text-transform: uppercase;
    text-transform: none;
    line-height: 20px;
}

@media screen and (max-width: 1919px) and (min-width: 480px) {
    .contacts-wrap .contacts-info .phone-wrap .description, .contacts-wrap .contacts-info .addresses-wrap .description {
        font-size: 14.4px;
        line-height: 16px;
    }
}

@media screen and (max-width: 799px) {
    .contacts-wrap .contacts-info .phone-wrap .description, .contacts-wrap .contacts-info .addresses-wrap .description {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .contacts-info .phone-wrap .description, .contacts-wrap .contacts-info .addresses-wrap .description {
        font-size: 12px;
        line-height: 14px;
    }
}

.contacts-wrap .contacts-info .addresses-wrap {
    padding-left: 42px;
    min-width: 535px;
    max-width: 535px;
    margin-right: 60px;
}

@media screen and (max-width: 1919px) {
    .contacts-wrap .contacts-info .addresses-wrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    .contacts-wrap .contacts-info .addresses-wrap {
        min-width: 450px;
        max-width: 450px;
        padding: 0 25px;
        margin-right: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .contacts-wrap .contacts-info .addresses-wrap {
        min-width: 490px;
        max-width: 490px;
        padding: 0 25px;
        margin-right: 0;
    }
}

@media screen and (max-width: 799px) {
    .contacts-wrap .contacts-info .addresses-wrap {
        padding: 0;
    }
}

.contacts-wrap .contacts-info .phone-wrap {
    max-width: 1020px;
}

@media screen and (max-width: 799px) {
    .contacts-wrap .contacts-info .phone-wrap {
        max-width: 100%;
        margin-top: 25px;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .contacts-info .phone-wrap {
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .contacts-info .phone-wrap .value {
        font-size: 18px;
    }
}

.contacts-wrap .yandex-maps {
    position: relative;
}

@media screen and (min-width: 1024px) {
    .contacts-wrap .yandex-maps {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.contacts-wrap .yandex-maps #map, .contacts-wrap .yandex-maps #map-2 {
    min-width: 49%;
    max-width: 49%;
    height: 605px;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .contacts-wrap .yandex-maps #map, .contacts-wrap .yandex-maps #map-2 {
        height: 380px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .contacts-wrap .yandex-maps #map, .contacts-wrap .yandex-maps #map-2 {
        height: 292px;
    }
}

@media screen and (max-width: 1023px) {
    .contacts-wrap .yandex-maps #map, .contacts-wrap .yandex-maps #map-2 {
        min-width: auto;
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .contacts-wrap .yandex-maps #map, .contacts-wrap .yandex-maps #map-2 {
        height: 574px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .contacts-wrap .yandex-maps #map, .contacts-wrap .yandex-maps #map-2 {
        height: 345px;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .yandex-maps #map, .contacts-wrap .yandex-maps #map-2 {
        height: 211px;
    }
}

.contacts-wrap .yandex-maps #map .search-placemark-icons__active, .contacts-wrap .yandex-maps #map-2 .search-placemark-icons__active {
    color: #f33;
    margin-top: -64px;
    margin-left: -30px;
    position: relative;
}

.contacts-wrap .yandex-maps #map .rubric-placemark-icons-provider__active-content, .contacts-wrap .yandex-maps #map-2 .rubric-placemark-icons-provider__active-content {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.contacts-wrap .yandex-maps #map .rubric-placemark-icons-provider__active-content > svg, .contacts-wrap .yandex-maps #map-2 .rubric-placemark-icons-provider__active-content > svg {
    fill: #fff;
    overflow: visible;
}

.contacts-wrap .yandex-maps #map {
    margin-right: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    .contacts-wrap .yandex-maps #map {
        margin-right: 12px;
    }
}

.contacts-wrap .yandex-maps .title {
    display: none;
}

@media screen and (max-width: 1023px) {
    .contacts-wrap .yandex-maps .title {
        height: 95px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #10283b;
        font-size: 17.6px;
        font-family: "Circe Light";
        text-transform: uppercase;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .contacts-wrap .yandex-maps .title {
        height: 75px;
    }
}

@media screen and (max-width: 479px) {
    .contacts-wrap .yandex-maps .title {
        height: 40px;
        font-size: 14px;
    }
}

.contacts-wrap .yandex-maps #map-2 {
    background: url("/local/templates/main/img/contacts/contacts-map-sheme-wide-min.jpg") center 95% no-repeat;
    background-size: cover !important;
}

@media screen and (max-width: 1023px) {
    .contacts-wrap .yandex-maps #map-2 {
        display: block;
    }
}

.company-top-block {
    height: 1080px;
    position: relative;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block {
        height: 720px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block {
        height: 768px;
    }
}

@media screen and (max-width: 1023px) {
    .company-top-block {
        overflow: hidden;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block {
        height: 656px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block {
        height: 635px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block {
        height: 692px;
    }
}

@media screen and (min-width: 1920px) {
    .company-top-block[data-height-less="y"] .logo-and-circles .circles .arrow {
        bottom: -400px;
    }
}

.company-top-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("/local/templates/main/img/company/company-cirles-min.png") 50% bottom no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block:before {
        background: url("/local/templates/main/img/company/company-cirles-1280-min.png") 50% 46.5% no-repeat;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block:before {
        background: url("/local/templates/main/img/company/company-cirles-1024-min.png") 50% 59% no-repeat;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block:before {
        background: url("/local/templates/main/img/company/company-cirles-800-min.png") 50% 59% no-repeat;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block:before {
        background: url("/local/templates/main/img/company/company-cirles-480-min.png") 50% 55% no-repeat;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block:before {
        display: none;
    }
}

.company-top-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("/local/templates/main/img/company/company-bg-new-min.jpg") right top no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media screen and (max-width: 1919px) {
    .company-top-block:after {
        background-size: cover !important;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block:after {
        background: url("/local/templates/main/img/company/company-bg-1280-min.jpg") left top no-repeat;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block:after {
        background: url("/local/templates/main/img/company/company-bg-1024-min.jpg") left top no-repeat;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block:after {
        background: url("/local/templates/main/img/company/company-bg-800-min.jpg") left top no-repeat;
        height: 656px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block:after {
        background: url("/local/templates/main/img/company/company-bg-480-min.jpg") left top no-repeat;
        height: 635px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block:after {
        background: url("/local/templates/main/img/company/company-bg-290-min.jpg") left top no-repeat;
        height: 442px;
    }
}

.company-top-block .left-bg {
    content: '';
    position: absolute;
    left: -200px;
    top: 0;
    min-width: 200px;
    max-width: 200px;
    height: 100%;
    background: #10283b;
    z-index: 0;
}

@media screen and (max-width: 1023px) {
    .company-top-block .left-bg {
        display: none;
    }
}

.company-top-block h1 {
    padding: 175px 0 0 97px !important;
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
    .company-top-block h1 {
        padding: 120px 0 0 20px !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block h1 {
        padding: 30px 0 0 0 !important;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block h1 {
        padding: 20px 0 0 0 !important;
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block h1 {
        padding: 20px 0 0 0 !important;
        font-size: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .company-top-block .logo-and-circles {
        bottom: 43%;
    }
}

@media screen and (min-width: 1024px) {
    .company-top-block .logo-and-circles {
        position: absolute;
        width: 100%;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles {
        bottom: 43%;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block .logo-and-circles {
        bottom: 46%;
    }
}

.company-top-block .logo-and-circles .logo-block {
    text-align: center;
    position: relative;
    height: 270px;
    z-index: 2;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .logo-block {
        height: 185px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .logo-block {
        height: 160px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .logo-block {
        margin-top: 46px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block .logo-and-circles .logo-block {
        height: 115px;
        margin-top: 85px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block .logo-and-circles .logo-block {
        height: 110px;
        margin-top: 30px;
    }
}

.company-top-block .logo-and-circles .logo-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url("/local/templates/main/img/company/company-logo-min.png") center bottom no-repeat;
    width: 270px;
    height: 118px;
    margin-left: -135px;
    background-size: cover;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .logo-block:after {
        width: 190px;
        height: 83px;
        margin: 15px 0 0 -95px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .logo-block:after {
        width: 164px;
        height: 71px;
        margin: 8px 0 0 -83px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .logo-block:after {
        width: 164px;
        height: 71px;
        margin: 8px 0 0 -72px;
    }
}

@media screen and (max-width: 799px) {
    .company-top-block .logo-and-circles .logo-block:after {
        width: 115px;
        height: 50px;
        margin: 8px 0 0 -57.5px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block .logo-and-circles .logo-block:after {
        bottom: -8px;
    }
}

.company-top-block .logo-and-circles .logo-block .logo-text-1 {
    color: #121f22;
    font-size: 35.3px;
    font-family: "Circe ExtraLight";
    text-transform: uppercase;
    line-height: 35px;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .logo-block .logo-text-1 {
        font-size: 24.7px;
        line-height: 27px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .logo-block .logo-text-1 {
        font-size: 21.5px;
        line-height: 27px;
    }
}

@media screen and (max-width: 799px) {
    .company-top-block .logo-and-circles .logo-block .logo-text-1 {
        font-size: 15px;
        line-height: 18px;
    }
}

.company-top-block .logo-and-circles .logo-block .logo-text-2 {
    color: #121f22;
    font-size: 45px;
    font-family: "Circe ExtraBold";
    text-transform: uppercase;
    line-height: 63px;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .logo-block .logo-text-2 {
        font-size: 31.5px;
        line-height: 41px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .logo-block .logo-text-2 {
        font-size: 27.4px;
        line-height: 31px;
    }
}

@media screen and (max-width: 799px) {
    .company-top-block .logo-and-circles .logo-block .logo-text-2 {
        font-size: 19px;
        line-height: 25px;
    }
}

.company-top-block .logo-and-circles .circles {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1919px) {
    .company-top-block .logo-and-circles .circles {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .circles {
        width: 1080px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block .logo-and-circles .circles {
        width: 824px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .circles {
        width: 799px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block .logo-and-circles .circles {
        width: 479px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block .logo-and-circles .circles {
        width: 270px;
        margin: 40px auto 0 auto;
    }
}

.company-top-block .logo-and-circles .circles .circle {
    width: 322px;
    height: 322px;
    -webkit-border-radius: 322px;
    -moz-border-radius: 322px;
    -ms-border-radius: 322px;
    border-radius: 322px;
    background: #10283b;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    font-family: "Circe ExtraBold";
    text-transform: uppercase;
    position: absolute;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .circles .circle {
        width: 225px;
        height: 225px;
        -webkit-border-radius: 225px;
        -moz-border-radius: 225px;
        -ms-border-radius: 225px;
        border-radius: 225px;
        font-size: 21px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .circles .circle {
        width: 195px;
        height: 195px;
        -webkit-border-radius: 195px;
        -moz-border-radius: 195px;
        -ms-border-radius: 195px;
        border-radius: 195px;
        font-size: 18.3px;
    }
}

@media screen and (max-width: 799px) {
    .company-top-block .logo-and-circles .circles .circle {
        width: 137px;
        height: 137px;
        -webkit-border-radius: 137px;
        -moz-border-radius: 137px;
        -ms-border-radius: 137px;
        border-radius: 137px;
        font-size: 12.8px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block .logo-and-circles .circles .circle {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin: 12px auto 0 auto;
    }
}

.company-top-block .logo-and-circles .circles .circle:nth-child(1) {
    left: 228px;
    top: -180px;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(1) {
        left: 98px;
        top: -115px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(1) {
        left: 30px;
        top: -32px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(1) {
        left: 20px;
        top: -32px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(1) {
        left: 11px;
        top: -14px;
    }
}

.company-top-block .logo-and-circles .circles .circle:nth-child(2) {
    left: 695px;
    top: 48px;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(2) {
        left: 427px;
        top: 44px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(2) {
        left: 316px;
        top: 105px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(2) {
        left: 306px;
        top: 107px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(2) {
        left: 169px;
        top: 104px;
    }
}

.company-top-block .logo-and-circles .circles .circle:nth-child(3) {
    left: 1160px;
    top: -180px;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(3) {
        left: 756px;
        top: -118px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(3) {
        left: 600px;
        top: -33px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(3) {
        left: 590px;
        top: -31px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block .logo-and-circles .circles .circle:nth-child(3) {
        left: 318px;
        top: -16px;
    }
}

.company-top-block .logo-and-circles .circles .arrow {
    position: absolute;
    bottom: -412px;
    left: 50%;
    margin-left: -20px;
    background: url("/local/templates/main/img/company/arrow-company-min.png") center no-repeat;
    width: 40px;
    height: 21px;
    display: block;
    background-size: cover;
    cursor: pointer;
}

@media screen and (max-width: 1919px) and (min-width: 1280px) {
    .company-top-block .logo-and-circles .circles .arrow {
        width: 28px;
        height: 15px;
        margin-left: -14px;
        bottom: -298px;
    }
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .circles .arrow {
        width: 24px;
        height: 13px;
        margin-left: -10px;
        bottom: -327px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-top-block .logo-and-circles .circles .arrow {
        margin-left: -7px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .company-top-block .logo-and-circles .circles .arrow {
        width: 17px;
        height: 9px;
        margin-left: -10px;
        bottom: -257px;
    }
}

@media screen and (max-width: 479px) {
    .company-top-block .logo-and-circles .circles .arrow {
        display: none;
    }
}

html.lb-disable-scrolling {
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    margin-top: -20px;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/local/templates/main/img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/local/templates/main/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/local/templates/main/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    display: none;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/local/templates/main/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}

.content-form.fixedBlock {
    height: auto;
    top: 100px;
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    background: white;
    z-index: 1001;
    display: none;
}

@media screen and (max-width: 799px) {
    .content-form.fixedBlock {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 0 !important;
        position: fixed;
    }
    .our_client_adv{
        grid-template-columns: repeat(1, 1fr);
    }
    .new_list_adv .list-services{
        flex-direction: column;
    }
    .new_list_adv .list-services .list{
        width: 100%;
        max-width: 100%;
    }
    .jr_bottom_request{
        display: block;
    }
    .jr_bottom_request h3{
        margin-right: 0;
    }
    .jr_bottom_request .request-call{
        width: 300px;
        margin: 20px auto;
        max-width: 300px;
    }
}

.content-form.fixedBlock.fade-animate {
    display: block !important;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation: fadeAnimate 0.5s linear;
    animation: fadeAnimate 0.5s linear;
}

@-webkit-keyframes fadeAnimate {
    0% {
        -moz-transform: translateX(30%);
        -ms-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        -o-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@-moz-keyframes fadeAnimate {
    0% {
        -moz-transform: translateX(30%);
        -ms-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        -o-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@-ms-keyframes fadeAnimate {
    0% {
        -moz-transform: translateX(30%);
        -ms-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        -o-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@-o-keyframes fadeAnimate {
    0% {
        -moz-transform: translateX(30%);
        -ms-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        -o-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes fadeAnimate {
    0% {
        -moz-transform: translateX(30%);
        -ms-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        -o-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

.content-form.fixedBlock.scroll {
    top: 30px !important;
}

.content-form.fixedBlock.scroll .validateForm {
    overflow-y: auto;
    height: 100%;
}

.content-form .access-message {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0;
    z-index: 5;
}

.content-form .access-message .message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #121f22;
    font-size: 22px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    height: 90px;
}

.content-form .exit {
    position: absolute;
    background: url("/local/templates/main/img/exit-form-icon-min.png") center no-repeat;
    width: 30px;
    height: 30px;
    right: -35px;
    top: -35px;
    cursor: pointer;
}

@media screen and (max-width: 799px) {
    .content-form .exit {
        top: 10px;
        right: 12px;
        background: url("/local/templates/main/img/exit-form-icon-480-min.png") center no-repeat;
    }
}

@media screen and (max-width: 479px) {
    .content-form .exit {
        width: 21px;
        height: 21px;
        background-size: cover;
    }
}

.content-form .validateForm {
    padding: 33px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .content-form .validateForm {
        max-width: 479px;
        padding: 70px 20px 33px 20px;
    }
}

@media screen and (max-width: 479px) {
    .content-form .validateForm {
        max-width: 289px;
        padding: 28px 20px 20px 20px;
    }
}

.content-form .validateForm .name-form {
    color: #121f22;
    font-size: 40px;
    font-family: "Circe Light";
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1.6px;
}

@media screen and (max-width: 799px) {
    .content-form .validateForm .name-form {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .name-form {
        font-size: 30px;
        line-height: 30px;
    }
}

.content-form .validateForm .input-message {
    color: #989898;
    font-size: 14px;
    font-family: "Circe Light";
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    margin-top: 8px;
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-message {
        font-size: 13px;
        padding: 0 10px;
        line-height: 13px;
        margin-top: 15px;
    }
}

.content-form .validateForm .errors-wrap .error {
    color: #ff133f;
    font-size: 15px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    white-space: normal;
    line-height: 16px;
}

.content-form .validateForm .errors-wrap .error.agreement {
    display: none;
    margin-bottom: 15px;
}

.content-form .validateForm form {
    height: 100%;
}

.content-form .validateForm .input-wrap {
    position: relative;
    min-height: 40px;
    width: 100%;
    margin-bottom: 20px;
}

.content-form .validateForm .input-wrap.first {
    margin-top: 12px;
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-wrap.first {
        margin-top: 20px;
    }
}

.content-form .validateForm .input-wrap .name:not(.file) {
    color: black;
    font-size: 16px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
    padding-left: 10px;
    margin-bottom: 5px;
    display: none;
}

.content-form .validateForm .input-wrap input, .content-form .validateForm .input-wrap textarea {
    width: 100%;
    display: block;
    color: #121f22;
    font-size: 14px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
    background: #edf2f6;
    padding: 0 20px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid transparent;
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-wrap input, .content-form .validateForm .input-wrap textarea {
        font-size: 13px;
        padding: 0 10px;
    }
}

.content-form .validateForm .input-wrap input[type="hidden"], .content-form .validateForm .input-wrap textarea[type="hidden"] {
    display: none;
}

.content-form .validateForm .input-wrap input:focus, .content-form .validateForm .input-wrap textarea:focus {
    -webkit-box-shadow: 0 5px 38px 0 rgba(20, 56, 85, 0.24);
    -moz-box-shadow: 0 5px 38px 0 rgba(20, 56, 85, 0.24);
    box-shadow: 0 5px 38px 0 rgba(20, 56, 85, 0.24);
    background: white;
}

.content-form .validateForm .input-wrap input::-webkit-input-placeholder, .content-form .validateForm .input-wrap textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}

.content-form .validateForm .input-wrap input::-moz-placeholder, .content-form .validateForm .input-wrap textarea::-moz-placeholder {
    text-transform: uppercase;
}

.content-form .validateForm .input-wrap input:-moz-placeholder, .content-form .validateForm .input-wrap textarea:-moz-placeholder {
    text-transform: uppercase;
}

.content-form .validateForm .input-wrap input:-ms-input-placeholder, .content-form .validateForm .input-wrap textarea:-ms-input-placeholder {
    text-transform: uppercase;
}

.content-form .validateForm .input-wrap textarea {
    width: 100%;
    height: 180px;
    padding-top: 10px;
    resize: none;
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-wrap textarea {
        line-height: 13px;
        padding-top: 15px;
    }
}

.content-form .validateForm .input-wrap.file {
    min-height: 33px;
    max-height: 57px;
    margin-top: 18px;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-wrap.file {
        max-height: none;
        min-height: auto;
        height: auto;
        margin-bottom: 10px;
    }
}

.content-form .validateForm .input-wrap.file input {
    position: absolute;
    top: 0;
    width: 160px;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-wrap.file input {
        width: 100%;
    }
}

.content-form .validateForm .input-wrap.file .file-name, .content-form .validateForm .input-wrap.file .name-input-file {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-form .validateForm .input-wrap.file .name-input-file {
    width: 160px;
    color: white;
    font-size: 14px;
    font-family: "Circe";
    text-transform: uppercase;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    background: #10283b;
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-wrap.file .name-input-file {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

.content-form .validateForm .input-wrap.file .name-input-file:hover:not(.noHover) {
    text-decoration: none;
}

.content-form .validateForm .input-wrap.file .file-name {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    max-width: 260px;
    color: #121f22;
    font-size: 14px;
    font-family: "Circe";
    text-transform: uppercase;
    text-transform: none;
    padding-right: 25px;
    word-break: break-all;
}

@media screen and (max-width: 799px) {
    .content-form .validateForm .input-wrap.file .file-name {
        max-width: 240px;
    }

  header .header-info-wrap .logo,
  header .header-info-wrap .menu-button{
    flex-shrink: 0;
  }
  .jr_tel_mail_wrap{
    flex-direction: column;
  }
  .jr_top_mail.phone a{
    font-size: 12px!important;
  }
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .input-wrap.file .file-name {
        display: block;
        text-align: center;
        height: auto;
        max-width: 250px;
        line-height: 14px;
        margin-top: 15px;
    }
}

.content-form .validateForm .input-wrap.file .file-name .delete {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
    background: url("/local/templates/main/img/delete-file-icon-min.png") center no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.content-form .validateForm .button-wrap {
    display: block;
}

.content-form .validateForm .button-wrap .button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-items: center;
    min-width: 240px;
    max-width: 240px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: "Circe Light";
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background: #ffc10e;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 70px;
    margin: 30px auto 0 auto;
}

.content-form .validateForm .button-wrap .button:hover:not(.noHover) {
    background: rgba(255, 193, 14, 0.8);
}

@media screen and (max-width: 479px) {
    .content-form .validateForm .button-wrap .button {
        min-width: 250px;
        max-width: 250px;
        margin: 15px auto 0 auto;
    }
}

.content-form.fix-min {
    min-height: 620px;
    height: 620px;
}

.content-form.fix-min .validateForm .input-wrap.input {
    height: 34px !important;
}

.content-form.fix-min .validateForm .input-wrap.textarea {
    height: 125px !important;
}

.content-form.fix-min .validateForm .button-wrap .button {
    height: 43%;
    margin: 20px auto 0 auto;
}

.content-form.flex {
    top: 0 !important;
}

.content-form.flex .exit {
    top: 0;
}

.content-form.flex .validateForm {
    padding: 15px 30px 30px 30px;
}

.content-form.flex .validateForm .name-form {
    height: 5%;
}

.content-form.flex .validateForm .input-message {
    height: 2%;
}

.content-form.flex .validateForm .input-wrap {
    margin-bottom: 12px;
    min-height: auto;
}

.content-form.flex .validateForm .input-wrap.textarea {
    height: 25%;
    max-height: 230px;
}

.content-form.flex .validateForm .input-wrap.input {
    height: 6%;
    max-height: 45px;
}

.content-form.flex .validateForm .input-wrap input, .content-form.flex .validateForm .input-wrap textarea {
    height: 100%;
}

.content-form.flex .validateForm .button-wrap {
    height: 17%;
}

.content-form.flex .validateForm .button-wrap .button {
    min-height: auto;
    height: 53%;
    max-height: 70px;
}

/*# sourceMappingURL=template_styles.css.map */
  
/* End */
/* /local/templates/main/assets/cookie-message.css?1755241519588 */
/* /local/templates/main/components/bitrix/menu/left_menu/style.css?161286919415448 */
/* /local/templates/main/components/bitrix/menu/header-menu-mobile/style.css?161286919410083 */
/* /local/templates/main/components/bitrix/menu/footer-menu/style.css?16128691947705 */
/* /local/templates/main/styles.css?1755241724198 */
/* /local/templates/main/template_styles.css?166860188294417 */
