

/* Start:/local/templates/main/components/bitrix/search.form/header_search/style.css?17032437684225*/
.header-search {
  height: 50px; }
  @media screen and (min-width: 1280px) {
    .header-search {
      min-width: 940px;
      max-width: 940px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .header-search {
      margin-left: -250px;
      min-width: 974px;
      max-width: 974px; } }
  .header-search .search {
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    height: 100%; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-search .search:not(.header) {
        width: 620px; } }
    @media screen and (max-width: 799px) {
      .header-search .search:not(.header) {
        min-width: 450px;
        max-width: 450px; } }
    @media screen and (max-width: 1023px) {
      .header-search .search.header {
        display: none; } }
    .header-search .search form {
      width: 100%;
      height: 100%;
      line-height: normal;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      position: relative;
      z-index: 1; }
      .header-search .search form input {
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
      .header-search .search form input[name="q"] {
        width: 100%;
        height: 100%;
        color: #004aa5;
        font-size: 16px;
        font-family: "Ubuntu Light Italic", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        background: #f6f6f6;
        border: 1px solid #f6f6f6;
        padding: 0 60px 0 30px;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: inset 0 2px 3px 0 #e8ebf0;
        -moz-box-shadow: inset 0 2px 3px 0 #e8ebf0;
        box-shadow: inset 0 2px 3px 0 #e8ebf0; }
        .header-search .search form input[name="q"]::-webkit-input-placeholder {
          color: #004aa5; }
        .header-search .search form input[name="q"]::-moz-placeholder {
          color: #004aa5; }
        .header-search .search form input[name="q"]:-moz-placeholder {
          color: #004aa5; }
        .header-search .search form input[name="q"]:-ms-input-placeholder {
          color: #004aa5; }
        .header-search .search form input[name="q"]:-webkit-autofill, .header-search .search form input[name="q"]:-webkit-autofill:hover, .header-search .search form input[name="q"]:-webkit-autofill:focus, .header-search .search form input[name="q"]:-webkit-autofill:active {
          -webkit-text-fill-color: white !important;
          -webkit-box-shadow: 0 0 0 1000px black inset;
          transition: background-color 5000s ease-in-out 0s;
          border: 1px solid black; }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .header-search .search form input[name="q"] {
            padding-left: 20px; } }
      .header-search .search form input.icon {
        font-size: 0;
        position: absolute;
        right: 24px;
        top: 50%;
        margin-top: -14.5px;
        width: 26px;
        height: 29px;
        background: url("/local/templates/main/components/bitrix/search.form/header_search/../../../../img/search-icon-header.png") center no-repeat;
        border: 0;
        cursor: pointer;
        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: 1023px) and (min-width: 800px) {
          .header-search .search form input.icon {
            right: 20px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/header-menu/style.css?16383772624576*/
.header-menu-wrap {
  max-width: 965px;
  height: 100%;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .header-menu-wrap {
      max-width: 100%; } }
  .header-menu-wrap .header-menu {
    height: 100%;
    width: 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: flex-start;
    align-items: center; }
    .header-menu-wrap .header-menu.km24 > .li {
      margin-left: 42px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .header-menu-wrap .header-menu.km24 > .li {
          margin-left: 30px; } }
    .header-menu-wrap .header-menu:not(.km24) > .li {
      margin-left: 35px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .header-menu-wrap .header-menu:not(.km24) > .li {
          margin-left: 37px; } }
    .header-menu-wrap .header-menu > .li {
      position: relative;
      height: 100%;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .header-menu-wrap .header-menu > .li:first-child {
        margin-left: 10px !important; }
      .header-menu-wrap .header-menu > .li.active > a {
        opacity: .7; }
        .header-menu-wrap .header-menu > .li.active > a:after {
          opacity: 1; }
      .header-menu-wrap .header-menu > .li > a {
        color: white;
        font-size: 14px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        display: block;
        height: 100%;
        line-height: 50px;
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        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-wrap .header-menu > .li > a:after {
          content: '';
          position: absolute;
          left: 50%;
          margin-left: -9px;
          width: 18px;
          height: 2px;
          border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
          bottom: 13px;
          opacity: 0; }
        .header-menu-wrap .header-menu > .li > a:hover:not(.noHover) {
          opacity: .7; }
          .header-menu-wrap .header-menu > .li > a:hover:not(.noHover):after {
            opacity: 1; }
  .header-menu-wrap .header-menu > .li.hover .second {
    left: -10px;
    opacity: 1; }
  .header-menu-wrap .second {
    position: absolute;
    top: 50px;
    max-width: 255px;
    width: 255px;
    left: -50%;
    opacity: 0;
    display: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: #004aa5; }
    .header-menu-wrap .second > .li {
      position: relative;
      width: auto;
      height: 35px;
      display: block;
      border-top: 1px solid #146bd5; }
      .header-menu-wrap .second > .li:hover:not(.noHover) > a, .header-menu-wrap .second > .li.active > a {
        opacity: 0.7; }
      .header-menu-wrap .second > .li > a {
        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;
        line-height: 16px;
        padding: 0 20px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        color: white;
        font-size: 16px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        text-decoration: none; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/header-menu-mobile/style.css?163837726217570*/
.header-menu-mobile-wrap {
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #004aa5;
  opacity: 0;
  height: 0;
  top: 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.fadeIn {
    overflow: visible;
    opacity: 1;
    top: 79px;
    z-index: 1003; }
  .header-menu-mobile-wrap .links-and-buttons {
    margin: 0 auto;
    padding-top: 16px;
    height: 35px;
    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; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-menu-mobile-wrap .links-and-buttons {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .links-and-buttons {
        width: 450px;
        height: auto; } }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .links-and-buttons .link {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        min-width: 50%;
        max-width: 50%;
        text-align: center;
        margin: 12px 0; } }
    .header-menu-mobile-wrap .links-and-buttons .link span {
      color: white;
      font-size: 14px;
      font-family: "Ubuntu", Arial, Sans-Serif;
      text-transform: uppercase;
      border-bottom: 1px dashed white;
      padding-bottom: 2px;
      cursor: pointer; }
    .header-menu-mobile-wrap .links-and-buttons .link.send-request {
      margin-left: 30px; }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .links-and-buttons .link.send-request {
          margin-left: auto; } }
    .header-menu-mobile-wrap .links-and-buttons .log-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;
      margin-left: auto; }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .links-and-buttons .log-wrap {
          margin-left: 0;
          width: 100%; } }
      .header-menu-mobile-wrap .links-and-buttons .log-wrap .fiz, .header-menu-mobile-wrap .links-and-buttons .log-wrap .ur {
        height: 35px;
        line-height: 34px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        border-radius: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        border: 1px solid white;
        white-space: nowrap;
        color: white;
        font-size: 14px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase; }
      .header-menu-mobile-wrap .links-and-buttons .log-wrap .fiz {
        min-width: 215px;
        max-width: 215px;
        padding-left: 60px;
        background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/../../../../img/auth-fiz-header-white.png") 10px center no-repeat; }
      .header-menu-mobile-wrap .links-and-buttons .log-wrap .ur {
        padding-left: 15px;
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        min-width: 220px;
        max-width: 220px; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap .links-and-buttons .log-wrap .ur {
            margin-left: auto; } }
        .header-menu-mobile-wrap .links-and-buttons .log-wrap .ur span {
          height: 100%;
          position: absolute;
          width: 65px;
          background: #f52213;
          color: white;
          font-size: 16px;
          font-family: "Ubuntu Bold", Arial, Sans-Serif;
          text-transform: uppercase;
          padding-left: 8px;
          top: 0;
          right: -2px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
    .header-menu-mobile-wrap .links-and-buttons .logout {
      margin-left: auto;
      max-width: 455px; }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .links-and-buttons .logout {
          margin-left: 0;
          max-width: 450px;
          width: 100%; } }
      .header-menu-mobile-wrap .links-and-buttons .logout form {
        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-end;
        align-items: center;
        height: 24px; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap .links-and-buttons .logout form {
            height: auto;
            width: 100%;
            justify-content: flex-start; } }
        .header-menu-mobile-wrap .links-and-buttons .logout form .lk-link-wrap .lk-link, .header-menu-mobile-wrap .links-and-buttons .logout form .submit {
          color: white;
          font-size: 16px;
          font-family: "Ubuntu", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          height: 100%; }
        .header-menu-mobile-wrap .links-and-buttons .logout form .lk-link-wrap {
          height: 100%; }
          @media screen and (max-width: 799px) {
            .header-menu-mobile-wrap .links-and-buttons .logout form .lk-link-wrap {
              min-width: 50%;
              max-width: 50%;
              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; } }
          .header-menu-mobile-wrap .links-and-buttons .logout form .lk-link-wrap .lk-link {
            height: 100%;
            padding-left: 30px;
            background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/../../../../img/auth-lk-white.png") left center no-repeat;
            white-space: normal;
            line-height: 16px;
            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; }
            @media screen and (max-width: 799px) {
              .header-menu-mobile-wrap .links-and-buttons .logout form .lk-link-wrap .lk-link {
                min-height: 24px; } }
        .header-menu-mobile-wrap .links-and-buttons .logout form .submit {
          padding-right: 25px;
          background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/../../../../img/auth-logout-white.png") right center no-repeat;
          margin: 0 0 0 35px;
          color: white;
          border: 0;
          cursor: pointer; }
          @media screen and (max-width: 799px) {
            .header-menu-mobile-wrap .links-and-buttons .logout form .submit {
              margin-left: 52px;
              padding-left: 0; } }
  .header-menu-mobile-wrap .search-favorite-basket {
    margin: 17px auto 0 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: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-menu-mobile-wrap .search-favorite-basket {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .search-favorite-basket {
        width: 450px;
        margin-top: 7px; } }
    @media screen and (min-width: 800px) {
      .header-menu-mobile-wrap .search-favorite-basket a[href^=tel] {
        display: none; } }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .search-favorite-basket a[href^=tel] {
        color: white;
        font-size: 24px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        text-decoration: none;
        margin: 10px 0 0 5px; } }
    .header-menu-mobile-wrap .search-favorite-basket .favorite {
      min-width: 40px;
      max-width: 40px;
      height: 33px;
      cursor: pointer;
      background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/../../../../img/favorite-header-white.png") center no-repeat;
      text-decoration: none;
      margin-left: auto;
      display: block; }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .search-favorite-basket .favorite {
          margin-top: 10px; } }
    .header-menu-mobile-wrap .search-favorite-basket .basket-header {
      min-width: 63px;
      max-width: 63px;
      height: 28px;
      cursor: pointer;
      background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/../../../../img/basket-icon.png") center no-repeat;
      text-decoration: none;
      margin-left: auto;
      display: block; }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .search-favorite-basket .basket-header {
          margin: 10px 15px 0 22px; } }
  .header-menu-mobile-wrap .ul.menu-mobile {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 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: 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: 799px) {
      .header-menu-mobile-wrap .ul.menu-mobile {
        margin-top: 10px; } }
    .header-menu-mobile-wrap .ul.menu-mobile > .li {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 50%;
      max-width: 50%;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      border-bottom: 1px solid #1867c8; }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .ul.menu-mobile > .li {
          min-width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 799px) {
        .header-menu-mobile-wrap .ul.menu-mobile > .li:first-child {
          border-top: 1px solid #1867c8; } }
      .header-menu-mobile-wrap .ul.menu-mobile > .li:nth-child(odd) {
        border-right: 1px solid #1867c8; }
      @media screen and (min-width: 800px) {
        .header-menu-mobile-wrap .ul.menu-mobile > .li:nth-last-child(1), .header-menu-mobile-wrap .ul.menu-mobile > .li:nth-last-child(2) {
          border-bottom: 0; } }
      .header-menu-mobile-wrap .ul.menu-mobile > .li:hover:not(.noHover) > a span, .header-menu-mobile-wrap .ul.menu-mobile > .li.hover > a span, .header-menu-mobile-wrap .ul.menu-mobile > .li.active > a span {
        opacity: .6; }
        .header-menu-mobile-wrap .ul.menu-mobile > .li:hover:not(.noHover) > a span:after, .header-menu-mobile-wrap .ul.menu-mobile > .li.hover > a span:after, .header-menu-mobile-wrap .ul.menu-mobile > .li.active > a span:after {
          border: 5px solid transparent !important;
          border-left: 7px solid white !important;
          right: -25px !important;
          top: 4px !important; }
      .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul > a span:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 5px;
        border: 5px solid transparent;
        border-top: 7px solid white;
        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-mobile-wrap .ul.menu-mobile > .li > a {
        color: white;
        font-size: 16px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        position: relative;
        white-space: nowrap; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap .ul.menu-mobile > .li > a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        .header-menu-mobile-wrap .ul.menu-mobile > .li > a span {
          position: relative; }
  .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover {
    border-bottom: 0; }
    .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover .ul.second {
      opacity: 1;
      border-bottom: 1px solid #1867c8;
      padding: 10px 0; }
      .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover .ul.second > .li {
        height: 35px; }
  .header-menu-mobile-wrap .ul.second {
    width: 200%;
    background: #146bd5;
    opacity: 0;
    position: relative;
    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: 799px) {
      .header-menu-mobile-wrap .ul.second {
        width: 100%; } }
    @media screen and (min-width: 800px) {
      .header-menu-mobile-wrap .ul.second {
        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; }
        .header-menu-mobile-wrap .ul.second:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 100%;
          left: 50%;
          top: 0;
          z-index: 1;
          background: #1867c8; } }
    .header-menu-mobile-wrap .ul.second > .li {
      position: relative;
      height: 0;
      overflow: hidden;
      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 (min-width: 800px) {
        .header-menu-mobile-wrap .ul.second > .li {
          min-width: 50%;
          max-width: 50%; }
          .header-menu-mobile-wrap .ul.second > .li:nth-child(odd) {
            margin-right: 1px; }
          .header-menu-mobile-wrap .ul.second > .li:nth-child(even) {
            margin-right: -1px; } }
      .header-menu-mobile-wrap .ul.second > .li:hover:not(.noHover) > a span, .header-menu-mobile-wrap .ul.second > .li.active > a span {
        opacity: .6; }
      .header-menu-mobile-wrap .ul.second > .li > a {
        color: white;
        font-size: 16px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        position: relative;
        white-space: nowrap; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap .ul.second > .li > a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
  .header-menu-mobile-wrap .close {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 47px;
    height: 50px;
    cursor: pointer;
    background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/img/close-mobile-menu.png") center no-repeat rgba(255, 255, 255, 0.36); }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/GM/email.subscribe/templates/.default/style.css?17031825058100*/
.subscribe {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #004aa5;
  height: 100%;
  padding-right: 20px;
  margin-left: auto;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .subscribe {
      width: 974px; } }
  @media screen and (max-width: 1279px) {
    .subscribe {
      margin: 0 auto;
      padding-right: 0; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .subscribe {
      width: 760px; } }
  @media screen and (max-width: 799px) {
    .subscribe {
      width: 450px; } }
  .subscribe.page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1260px;
    margin: 0 auto;
    height: 115px; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .subscribe.page {
        width: 974px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .subscribe.page {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .subscribe.page {
        width: 450px; } }
    .subscribe.page form .text-wrap {
      padding: 0 0 0 20px; }
  .subscribe .fixed-wrapper-subscribe {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(175, 201, 233, 0.5);
    z-index: 1000;
    display: none; }
  .subscribe form {
    height: 100%; }
    @media screen and (min-width: 1024px) {
      .subscribe form {
        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; } }
    .subscribe form .text-wrap {
      margin-left: 27px; }
      @media screen and (max-width: 1279px) {
        .subscribe form .text-wrap {
          margin-left: 0; } }
      @media screen and (max-width: 1023px) {
        .subscribe form .text-wrap {
          text-align: center; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .subscribe form .text-wrap {
          padding-top: 13px; } }
      @media screen and (max-width: 799px) {
        .subscribe form .text-wrap {
          padding-top: 15px; } }
      .subscribe form .text-wrap .text-1 {
        color: white;
        font-size: 24px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase; }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .subscribe form .text-wrap .text-1 {
            font-size: 26px; } }
      .subscribe form .text-wrap .text-2 {
        color: #dadada;
        font-size: 20px;
        font-family: "Ubuntu Medium", Arial, Sans-Serif;
        text-transform: uppercase; }
        @media screen and (max-width: 1023px) {
          .subscribe form .text-wrap .text-2 {
            font-size: 16px; } }
    .subscribe form .messages {
      height: auto;
      top: 25%;
      position: fixed;
      min-width: 480px;
      max-width: 480px;
      left: 50%;
      margin-left: -240px;
      background: white;
      -webkit-box-shadow: 0 4px 17px 0 #8bb9c1;
      -moz-box-shadow: 0 4px 17px 0 #8bb9c1;
      box-shadow: 0 4px 17px 0 #8bb9c1;
      z-index: 1001;
      display: none;
      padding: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      .subscribe form .messages p {
        color: #262626;
        font-size: 20px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 25px;
        text-transform: none;
        text-align: center;
        margin-bottom: 0;
        white-space: normal;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5); }
        .subscribe form .messages p.error {
          color: #ff133f; }
        .subscribe form .messages p .unsubscribe {
          text-decoration: underline;
          cursor: pointer; }
      .subscribe form .messages .exit {
        position: absolute;
        background: url("/local/components/GM/email.subscribe/templates/.default/img/cities-exit-min.png") center no-repeat;
        width: 30px;
        height: 30px;
        right: -35px;
        top: -35px;
        cursor: pointer; }
    .subscribe form .input-wrap {
      position: relative;
      margin-left: 20px;
      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: flex-start;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .subscribe form .input-wrap {
          justify-content: center;
          height: auto;
          margin: 5px 0 0 0; } }
      .subscribe form .input-wrap input {
        min-width: 375px;
        max-width: 375px;
        height: 48px;
        color: #004aa5;
        font-size: 20px;
        font-family: "Ubuntu Light Italic", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        padding-left: 30px;
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        -ms-border-radius: 48px;
        border-radius: 48px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #f6f6f6;
        border: 1px solid #f6f6f6; }
        .subscribe form .input-wrap input::-webkit-input-placeholder {
          color: #004aa5; }
        .subscribe form .input-wrap input::-moz-placeholder {
          color: #004aa5; }
        .subscribe form .input-wrap input:-moz-placeholder {
          color: #004aa5; }
        .subscribe form .input-wrap input:-ms-input-placeholder {
          color: #004aa5; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .subscribe form .input-wrap input {
            min-width: 430px;
            max-width: 430px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .subscribe form .input-wrap input {
            min-width: 505px;
            max-width: 505px; } }
        @media screen and (max-width: 799px) {
          .subscribe form .input-wrap input {
            min-width: 370px;
            max-width: 370px; } }
        .subscribe form .input-wrap input.error {
          color: #f52213; }
          .subscribe form .input-wrap input.error::-webkit-input-placeholder {
            color: #f52213; }
          .subscribe form .input-wrap input.error::-moz-placeholder {
            color: #f52213; }
          .subscribe form .input-wrap input.error:-moz-placeholder {
            color: #f52213; }
          .subscribe form .input-wrap input.error:-ms-input-placeholder {
            color: #f52213; }
      .subscribe form .input-wrap .button {
        text-decoration: none;
        min-width: 71px;
        max-width: 71px;
        height: 71px;
        -webkit-border-radius: 71px;
        -moz-border-radius: 71px;
        -ms-border-radius: 71px;
        border-radius: 71px;
        background: url("/local/components/GM/email.subscribe/templates/.default/img/subscribe-email.png") center 7px no-repeat #001a39;
        margin-left: 20px;
        cursor: pointer;
        border: 0; }
        @media screen and (max-width: 799px) {
          .subscribe form .input-wrap .button {
            margin-left: auto; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer-menu/style.css?16661823114277*/
.footer-menu {
  margin-top: 15px;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .footer-menu {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -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-menu {
      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;
      height: auto;
      width: 100%;
      margin-top: 0;
      padding-bottom: 30px; } }
  @media screen and (max-width: 799px) {
    .footer-menu {
      margin-top: 0;
      padding: 20px 0 30px 0; } }
  .footer-menu > .li {
    margin-top: 15px;
    min-width: 295px;
    max-width: 295px; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .footer-menu > .li {
        min-width: 225px;
        max-width: 225px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li {
        min-width: 240px;
        max-width: 240px; } }
    @media screen and (max-width: 799px) {
      .footer-menu > .li {
        min-width: 195px;
        max-width: 195px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li.child-ul {
        margin-top: 30px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li:not(.child-ul) {
        margin-left: 270px;
        min-width: 270px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li:nth-child(1) {
        min-width: 270px;
        max-width: 270px; } }
    .footer-menu > .li:nth-child(3) {
      min-width: 330px;
      max-width: 330px;
      min-height: 100%; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .footer-menu > .li:nth-child(3) {
          min-width: 275px;
          max-width: 275px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .footer-menu > .li:nth-child(3) {
          min-width: 270px;
          max-width: 270px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li:nth-last-child(1) {
        margin-top: -110px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li:nth-last-child(2) {
        margin-top: -155px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li:nth-last-child(3) {
        margin-top: -215px; } }
    .footer-menu > .li > a {
      color: #004aa5;
      font-size: 16px;
      font-family: "Ubuntu Bold", Arial, Sans-Serif;
      text-transform: uppercase;
      text-decoration: none;
      display: table;
      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: 799px) {
        .footer-menu > .li > a {
          font-family: "Ubuntu";
          color: #262626; } }
      .footer-menu > .li > a:hover:not(.noHover) {
        opacity: .7; }
  @media screen and (max-width: 799px) {
    .footer-menu .second {
      display: none; } }
  .footer-menu .second .li a {
    text-decoration: none;
    color: #262626;
    font-size: 16px;
    font-family: "Ubuntu", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    display: table;
    margin-top: 4px; }
    .footer-menu .second .li a:hover:not(.noHover), .footer-menu .second .li a.active {
      opacity: .7; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/system.auth.form/auth/style.css?1638377262545*/
#auth-go-header .validateForm .errors-wrap .error {
  margin-top: 0;
  padding-bottom: 15px; }
#auth-go-header .link {
  display: table;
  color: #959494;
  font-size: 20px;
  font-family: "Ubuntu", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  margin: 0 auto;
  text-align: center; }
  #auth-go-header .link.forgot-password {
    margin-top: 40px;
    margin-bottom: 10px; }
  #auth-go-header .link.register {
    color: #004aa5; }

/*# sourceMappingURL=style.css.map */

/* End */


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


/* Start:/local/templates/main/template_styles.css?1703154639187754*/
pre {
  font-size: 12px;
  position: relative;
  z-index: 1; }

#bx-panel {
  z-index: 10000 !important; }

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(175, 201, 233, 0.5);
  z-index: 1000;
  display: none; }

input, textarea {
  outline: 0;
  box-sizing: border-box;
  color: #262626;
  font-size: 20px;
  font-family: "Ubuntu", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  filter: none; }
  input.error, textarea.error {
    border: 1px solid #f52213 !important; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #262626; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #262626; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #262626; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #262626; }
  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: 33px 0 27px 0;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  white-space: normal;
  position: relative;
  z-index: 1;
  color: #262626;
  font-size: 36px;
  font-family: "Ubuntu Light", Arial, Sans-Serif;
  text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    h1:not(.page-404-h1), div.h1 {
      word-break: break-word; } }
  @media screen and (max-width: 1023px) {
    h1:not(.page-404-h1), div.h1 {
      padding: 30px 0 20px 0; } }
  @media screen and (max-width: 799px) {
    h1:not(.page-404-h1), div.h1 {
      font-size: 30px; } }
  h1:not(.page-404-h1).text, div.h1.text {
    width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 974px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 450px; } }
    h1:not(.page-404-h1).text.km24, div.h1.text.km24 {
      width: 1760px;
      margin: 0 auto; }
      @media screen and (max-width: 1799px) and (min-width: 1280px) {
        h1:not(.page-404-h1).text.km24, div.h1.text.km24 {
          width: 1230px; } }
      @media screen and (max-width: 1279px) and (min-width: 1023px) {
        h1:not(.page-404-h1).text.km24, div.h1.text.km24 {
          width: 974px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        h1:not(.page-404-h1).text.km24, div.h1.text.km24 {
          width: 760px; } }
      @media screen and (max-width: 799px) {
        h1:not(.page-404-h1).text.km24, div.h1.text.km24 {
          width: 450px; } }
  h1:not(.page-404-h1) .str, div.h1 .str {
    position: relative;
    display: inline-block; }
    h1:not(.page-404-h1) .str:after, div.h1 .str:after {
      content: '';
      position: absolute;
      width: 90px;
      height: 2px;
      background: #f52213;
      right: -105px;
      top: 50%;
      margin-top: -2px; }
      @media screen and (max-width: 1279px) {
        h1:not(.page-404-h1) .str:after, div.h1 .str:after {
          width: 70px;
          right: -88px; } }
      @media screen and (max-width: 799px) {
        h1:not(.page-404-h1) .str:after, div.h1 .str:after {
          width: 50px;
          right: -66px; } }

h3, h4, h5 {
  font-weight: normal;
  text-transform: none !important; }

h2 {
  color: #262626;
  font-size: 30px;
  font-family: "Ubuntu Light", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 30px; }

h3 {
  color: #262626;
  font-size: 24px;
  font-family: "Ubuntu", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 24px; }
  h3 * {
    color: #262626;
    font-size: 24px;
    font-family: "Ubuntu Light", Arial, Sans-Serif;
    text-transform: uppercase; }

h4 {
  color: #262626;
  font-size: 20px;
  font-family: "Ubuntu Light", Arial, Sans-Serif;
  text-transform: uppercase;
  height: 20px; }
  h4 * {
    color: #262626;
    font-size: 20px;
    font-family: "Ubuntu Light", Arial, Sans-Serif;
    text-transform: uppercase; }

h5 {
  color: #262626;
  font-size: 16px;
  font-family: "Ubuntu Light", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 16px; }
  h5 * {
    color: #262626;
    font-size: 16px;
    font-family: "Ubuntu Light", Arial, Sans-Serif;
    text-transform: uppercase; }

p, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li, ol li {
  margin: 0 0 20px 0;
  line-height: 22px;
  color: #262626;
  font-size: 16px;
  font-family: "Ubuntu Light", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none; }
  p a, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a, ol li a {
    color: #262626;
    font-size: 16px;
    font-family: "Ubuntu Light", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none; }
    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; }

ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) {
  padding-left: 15px;
  list-style-type: none; }
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) > li {
    text-indent: -5px; }
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) > li:before {
    content: "- ";
    text-indent: -5px; }

ol {
  padding-left: 15px;
  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) ". "; }
      ol li ol li ol {
        counter-reset: list3; }
        ol li ol li ol li:before {
          counter-increment: list3;
          content: counter(list1) "." counter(list2) "." counter(list3) ". "; }

b, strong {
  color: #262626;
  font-size: 16px;
  font-family: "Ubuntu Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  font-weight: normal; }

form {
  margin-bottom: 0; }

.wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  min-width: 1500px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1799px) and (min-width: 1280px) {
    .wrapper {
      min-width: 1260px; } }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .wrapper {
      min-width: 974px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .wrapper {
      min-width: 760px; } }
  @media screen and (max-width: 799px) {
    .wrapper {
      min-width: 450px; } }
  .wrapper table:not(.table-title):not(.cart-items) {
    border-spacing: 0 0;
    border-collapse: collapse; }
    .wrapper table:not(.table-title):not(.cart-items) th {
      color: #262626;
      font-size: 16px;
      font-family: "Ubuntu", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none; }
    .wrapper table:not(.table-title):not(.cart-items) td {
      padding: 5px;
      border: 1px solid #b2b2b2;
      color: #262626;
      font-size: 16px;
      font-family: "Ubuntu Light", Arial, Sans-Serif;
      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 .sk-fading-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4em;
    height: 4em; }
    .loader-wrap .sk-fading-circle .sk-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .loader-wrap .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #f52213;
      border-radius: 100%;
      animation: sk-fading-circle-delay 1.2s infinite ease-in-out both; }
    .loader-wrap .sk-fading-circle .sk-circle-2 {
      transform: rotate(30deg); }
    .loader-wrap .sk-fading-circle .sk-circle-3 {
      transform: rotate(60deg); }
    .loader-wrap .sk-fading-circle .sk-circle-4 {
      transform: rotate(90deg); }
    .loader-wrap .sk-fading-circle .sk-circle-5 {
      transform: rotate(120deg); }
    .loader-wrap .sk-fading-circle .sk-circle-6 {
      transform: rotate(150deg); }
    .loader-wrap .sk-fading-circle .sk-circle-7 {
      transform: rotate(180deg); }
    .loader-wrap .sk-fading-circle .sk-circle-8 {
      transform: rotate(210deg); }
    .loader-wrap .sk-fading-circle .sk-circle-9 {
      transform: rotate(240deg); }
    .loader-wrap .sk-fading-circle .sk-circle-10 {
      transform: rotate(270deg); }
    .loader-wrap .sk-fading-circle .sk-circle-11 {
      transform: rotate(300deg); }
    .loader-wrap .sk-fading-circle .sk-circle-12 {
      transform: rotate(330deg); }
    .loader-wrap .sk-fading-circle .sk-circle-2:before {
      animation-delay: -1.1s; }
    .loader-wrap .sk-fading-circle .sk-circle-3:before {
      animation-delay: -1s; }
    .loader-wrap .sk-fading-circle .sk-circle-4:before {
      animation-delay: -0.9s; }
    .loader-wrap .sk-fading-circle .sk-circle-5:before {
      animation-delay: -0.8s; }
    .loader-wrap .sk-fading-circle .sk-circle-6:before {
      animation-delay: -0.7s; }
    .loader-wrap .sk-fading-circle .sk-circle-7:before {
      animation-delay: -0.6s; }
    .loader-wrap .sk-fading-circle .sk-circle-8:before {
      animation-delay: -0.5s; }
    .loader-wrap .sk-fading-circle .sk-circle-9:before {
      animation-delay: -0.4s; }
    .loader-wrap .sk-fading-circle .sk-circle-10:before {
      animation-delay: -0.3s; }
    .loader-wrap .sk-fading-circle .sk-circle-11:before {
      animation-delay: -0.2s; }
    .loader-wrap .sk-fading-circle .sk-circle-12:before {
      animation-delay: -0.1s; }
@keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.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; } }

.products-exist {
  color: #262626;
  font-size: 16px;
  font-family: "Ubuntu", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 40px; }

header {
  width: 100%;
  position: relative; }
  header:not(.km24) .header-info-wrap {
    width: 100%;
    position: relative;
    background: white; }
    @media screen and (max-width: 1023px) {
      header:not(.km24) .header-info-wrap {
        z-index: 1003; } }
    @media screen and (max-width: 1023px) {
      header:not(.km24) .header-info-wrap:after {
        content: '';
        position: absolute;
        left: 0;
        top: 75px;
        height: 4px;
        width: 100%;
        background-color: #64a8fd; } }
    header:not(.km24) .header-info-wrap .first-line {
      position: relative;
      height: 47px;
      background: white;
      border-bottom: 1px solid #cce7ec; }
      @media screen and (max-width: 1023px) {
        header:not(.km24) .header-info-wrap .first-line {
          display: none; } }
      header:not(.km24) .header-info-wrap .first-line .inner {
        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;
        width: 1260px;
        margin: 0 auto;
        height: 100%; }
        @media screen and (max-width: 1279px) and (min-width: 1023px) {
          header:not(.km24) .header-info-wrap .first-line .inner {
            width: 974px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header:not(.km24) .header-info-wrap .first-line .inner {
            width: 760px; } }
        @media screen and (max-width: 799px) {
          header:not(.km24) .header-info-wrap .first-line .inner {
            width: 450px; } }
        @media screen and (max-width: 1279px) {
          header:not(.km24) .header-info-wrap .first-line .inner {
            justify-content: space-between; } }
        header:not(.km24) .header-info-wrap .first-line .inner .work-hours {
          padding-left: 40px;
          background: url("/local/templates/main/img/work-hours-header.png") left center no-repeat;
          color: #262626;
          font-size: 16px;
          font-family: "Ubuntu", Arial, Sans-Serif;
          text-transform: uppercase;
          height: 28px;
          line-height: 28px;
          white-space: nowrap; }
          @media screen and (max-width: 1279px) {
            header:not(.km24) .header-info-wrap .first-line .inner .work-hours {
              display: none; } }
        header:not(.km24) .header-info-wrap .first-line .inner .call-and-request {
          margin-left: 25px;
          height: 32px;
          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: 1279px) and (min-width: 1024px) {
            header:not(.km24) .header-info-wrap .first-line .inner .call-and-request {
              margin-left: 5px; } }
          header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .request-call, header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .send-request {
            padding-left: 38px;
            height: 32px;
            line-height: 32px;
            white-space: nowrap;
            cursor: pointer; }
            header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .request-call span, header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .send-request span {
              color: #262626;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              border-bottom: 1px dashed #262626;
              transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -webkit-transition: all 0.2s ease; }
            header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .request-call:hover:not(.noHover) span, header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .send-request:hover:not(.noHover) span {
              color: #f52213;
              border-bottom: 1px dashed transparent; }
          header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .request-call {
            background: url("/local/templates/main/img/request-call-header.png") left center no-repeat; }
          header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .send-request {
            background: url("/local/templates/main/img/fast-request-header.png") left center no-repeat;
            margin-left: 25px; }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              header:not(.km24) .header-info-wrap .first-line .inner .call-and-request .send-request {
                margin-left: 42px; } }
        header:not(.km24) .header-info-wrap .first-line .inner .auth-info {
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-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;
            margin-left: 17px; }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap {
                margin-left: 42px; } }
            header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .fiz, header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .ur {
              height: 35px;
              line-height: 34px;
              -webkit-border-radius: 35px;
              -moz-border-radius: 35px;
              -ms-border-radius: 35px;
              border-radius: 35px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              cursor: pointer;
              transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -webkit-transition: all 0.2s ease; }
            header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .fiz {
              min-width: 232px;
              max-width: 232px;
              border: 1px solid #004aa5;
              color: #004aa5;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              padding-left: 60px;
              background: url("/local/templates/main/img/auth-fiz-header.png") 10px center no-repeat; }
              header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .fiz:hover:not(.noHover) {
                color: white;
                background: url("/local/templates/main/img/auth-fiz-header-white.png") 10px center no-repeat #004aa5; }
            header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .ur {
              border: 1px solid #f52213;
              color: #f52213;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              padding-left: 14px;
              margin-left: 10px;
              position: relative;
              overflow: hidden;
              min-width: 240px;
              max-width: 240px; }
              @media screen and (max-width: 1279px) and (min-width: 1024px) {
                header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .ur {
                  margin-left: 37px; } }
              header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .ur span {
                height: 100%;
                position: absolute;
                width: 65px;
                background: #f52213;
                color: white;
                font-size: 16px;
                font-family: "Ubuntu Bold", Arial, Sans-Serif;
                text-transform: uppercase;
                padding-left: 8px;
                top: 0;
                right: -2px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; }
              header:not(.km24) .header-info-wrap .first-line .inner .auth-info .log-wrap .ur:hover:not(.noHover) {
                color: white;
                background: #f52213; }
          header:not(.km24) .header-info-wrap .first-line .inner .auth-info .logout form {
            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;
            height: 24px; }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              header:not(.km24) .header-info-wrap .first-line .inner .auth-info .logout form {
                justify-content: flex-end; } }
            header:not(.km24) .header-info-wrap .first-line .inner .auth-info .logout form .lk-link, header:not(.km24) .header-info-wrap .first-line .inner .auth-info .logout form .submit {
              color: #004aa5;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              height: 100%; }
            header:not(.km24) .header-info-wrap .first-line .inner .auth-info .logout form .lk-link {
              padding-left: 30px;
              background: url("/local/templates/main/img/auth-lk.png") left center no-repeat;
              white-space: normal;
              line-height: 16px;
              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; }
            header:not(.km24) .header-info-wrap .first-line .inner .auth-info .logout form .submit {
              padding-right: 25px;
              background: url("/local/templates/main/img/auth-logout.png") right center no-repeat;
              margin-left: 35px;
              color: #f52213;
              border: 0;
              cursor: pointer; }
        header:not(.km24) .header-info-wrap .first-line .inner .favorite {
          padding-left: 48px;
          height: 32px;
          line-height: 32px;
          white-space: nowrap;
          cursor: pointer;
          background: url("/local/templates/main/img/favorite-header.png") left center no-repeat;
          text-decoration: none;
          margin-left: auto; }
          header:not(.km24) .header-info-wrap .first-line .inner .favorite.active {
            background: url("/local/templates/main/img/favorite-active.png") left center no-repeat; }
          header:not(.km24) .header-info-wrap .first-line .inner .favorite span {
            color: #262626;
            font-size: 16px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            border-bottom: 1px dashed #262626;
            transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease; }
          header:not(.km24) .header-info-wrap .first-line .inner .favorite:hover:not(.noHover) span {
            color: #f52213;
            border-bottom: 1px dashed transparent; }
          @media screen and (max-width: 1279px) {
            header:not(.km24) .header-info-wrap .first-line .inner .favorite {
              display: none; } }
    header:not(.km24) .header-info-wrap .second-line {
      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;
      width: 1260px;
      margin: 0 auto;
      height: 128px; }
      @media screen and (max-width: 1279px) and (min-width: 1023px) {
        header:not(.km24) .header-info-wrap .second-line {
          width: 974px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        header:not(.km24) .header-info-wrap .second-line {
          width: 760px; } }
      @media screen and (max-width: 799px) {
        header:not(.km24) .header-info-wrap .second-line {
          width: 450px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        header:not(.km24) .header-info-wrap .second-line {
          height: 160px; } }
      @media screen and (max-width: 1023px) {
        header:not(.km24) .header-info-wrap .second-line {
          height: 75px;
          align-items: center; } }
      header:not(.km24) .header-info-wrap .second-line .menu-button {
        min-width: 25px;
        max-width: 25px;
        height: 17px;
        cursor: pointer;
        position: relative; }
        @media screen and (min-width: 1024px) {
          header:not(.km24) .header-info-wrap .second-line .menu-button {
            display: none; } }
        header:not(.km24) .header-info-wrap .second-line .menu-button.active:after, header:not(.km24) .header-info-wrap .second-line .menu-button.active:before {
          width: 100%; }
        header:not(.km24) .header-info-wrap .second-line .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: 7px; }
        header:not(.km24) .header-info-wrap .second-line .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: 7px; }
        header:not(.km24) .header-info-wrap .second-line .menu-button.active .line {
          display: none; }
        header:not(.km24) .header-info-wrap .second-line .menu-button:after, header:not(.km24) .header-info-wrap .second-line .menu-button:before, header:not(.km24) .header-info-wrap .second-line .menu-button .line {
          width: 100%;
          height: 3px;
          background: #004aa5;
          position: absolute;
          left: 0; }
        header:not(.km24) .header-info-wrap .second-line .menu-button:after, header:not(.km24) .header-info-wrap .second-line .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:not(.km24) .header-info-wrap .second-line .menu-button .line {
          top: 7px; }
        header:not(.km24) .header-info-wrap .second-line .menu-button:after {
          bottom: 0; }
        header:not(.km24) .header-info-wrap .second-line .menu-button:before {
          top: 0; }
      header:not(.km24) .header-info-wrap .second-line .logo {
        min-width: 295px;
        max-width: 295px;
        height: 96px;
        background: url("/local/templates/main/img/logo-header.png") center no-repeat;
        background-size: contain;
        margin-left: -10px;
        margin-top: 10px; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          header:not(.km24) .header-info-wrap .second-line .logo {
            margin-left: -6px; } }
        @media screen and (max-width: 1279px) {
          header:not(.km24) .header-info-wrap .second-line .logo {
            min-width: 219px;
            max-width: 219px;
            height: 71px;
            background: url("/local/templates/main/img/logo-header-1024.png") center no-repeat; } }
        @media screen and (max-width: 1023px) {
          header:not(.km24) .header-info-wrap .second-line .logo {
            margin-left: 18px;
            margin-top: 0; } }
      header:not(.km24) .header-info-wrap .second-line .search-wrap {
        margin-left: auto;
        height: 50px;
        line-height: 50px; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          header:not(.km24) .header-info-wrap .second-line .search-wrap {
            height: 100%;
            line-height: inherit; } }
        @media screen and (max-width: 1023px) {
          header:not(.km24) .header-info-wrap .second-line .search-wrap {
            height: 35px;
            line-height: 35px; } }
        header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone {
          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-end;
          align-items: flex-start; }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone {
              justify-content: flex-start;
              align-items: center;
              height: 92px;
              margin-left: -10px; } }
          header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .email {
            color: #262626;
            font-size: 16px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            text-decoration: none; }
            @media screen and (max-width: 1023px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .email {
                display: none; } }
          header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone a[href^=tel] {
            margin-left: 27px;
            color: #262626;
            font-size: 24px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            text-decoration: none; }
            @media screen and (max-width: 799px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone a[href^=tel] {
                display: none; } }
          header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .favorite {
            padding-left: 48px;
            height: 32px;
            line-height: 32px;
            white-space: nowrap;
            cursor: pointer;
            background: url("/local/templates/main/img/favorite-header.png") left center no-repeat;
            text-decoration: none;
            margin-left: auto;
            margin-left: 28px; }
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .favorite.active {
              background: url("/local/templates/main/img/favorite-active.png") left center no-repeat; }
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .favorite span {
              color: #262626;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              border-bottom: 1px dashed #262626;
              transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -webkit-transition: all 0.2s ease; }
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .favorite:hover:not(.noHover) span {
              color: #f52213;
              border-bottom: 1px dashed transparent; }
            @media screen and (min-width: 1280px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .favorite {
                display: none; } }
            @media screen and (max-width: 1023px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .favorite {
                display: none; } }
          header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header {
            padding-left: 75px;
            margin-left: 22px;
            position: relative;
            text-decoration: none; }
            @media screen and (min-width: 1280px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header {
                display: none; } }
            @media screen and (max-width: 1023px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header {
                margin-left: auto;
                padding-left: 0;
                min-width: 63px; } }
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header .icon {
              position: absolute;
              z-index: 1;
              background: url("/local/templates/main/img/basket-icon-red.png") left center no-repeat;
              width: 63px;
              height: 28px;
              left: 0;
              top: 5px; }
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header .text {
              color: #f52213;
              font-size: 16px;
              font-family: "Ubuntu Bold", Arial, Sans-Serif;
              text-transform: uppercase; }
              @media screen and (max-width: 1023px) {
                header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header .text {
                  display: none; } }
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header .sum {
              color: #262626;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none; }
              @media screen and (max-width: 1023px) {
                header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header .sum {
                  padding-left: 70px; } }
              @media screen and (max-width: 1023px) {
                header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .basket-header .sum .sum-measure {
                  display: none; } }
          header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .auth {
            min-width: 65px;
            max-width: 65px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            -webkit-border-radius: 35px;
            -moz-border-radius: 35px;
            -ms-border-radius: 35px;
            border-radius: 35px;
            background: #f52213;
            cursor: pointer;
            margin-left: 30px;
            color: white;
            font-size: 16px;
            font-family: "Ubuntu Bold", Arial, Sans-Serif;
            text-transform: uppercase; }
            @media screen and (min-width: 1024px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .auth {
                display: none; } }
          header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .logout-800 {
            margin-left: 20px; }
            @media screen and (min-width: 1024px) {
              header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .logout-800 {
                display: none; } }
            header:not(.km24) .header-info-wrap .second-line .search-wrap .email-and-phone .logout-800 .submit {
              color: #004aa5;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              padding-right: 25px;
              background: url("/local/templates/main/img/auth-logout.png") right center no-repeat;
              color: #f52213;
              border: 0;
              cursor: pointer; }
    header:not(.km24) .header-info-wrap .third-line {
      height: 50px; }
      @media screen and (max-width: 1023px) {
        header:not(.km24) .header-info-wrap .third-line {
          display: none; } }
      header:not(.km24) .header-info-wrap .third-line .third-line-fixed {
        height: 50px;
        background: #146bd5; }
        header:not(.km24) .header-info-wrap .third-line .third-line-fixed.fixed {
          position: fixed;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 10;
          display: block !important;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-animation: fixedHeader 0.4s linear;
          animation: fixedHeader 0.4s linear; }
@-webkit-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-moz-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-ms-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-o-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
        header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner {
          width: 1260px;
          margin: 0 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: flex-start;
          height: 100%; }
          @media screen and (max-width: 1279px) and (min-width: 1023px) {
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner {
              width: 974px; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner {
              width: 760px; } }
          @media screen and (max-width: 799px) {
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner {
              width: 450px; } }
          header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header {
            padding-left: 75px;
            margin-left: auto;
            margin-right: 30px;
            height: 100%;
            position: relative;
            text-decoration: none; }
            @media screen and (max-width: 1279px) {
              header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header {
                display: none; } }
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header.animate {
              -webkit-animation: swing 0.6s ease;
              animation: swing 0.6s ease;
              -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px); }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px); }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header:hover .icon {
              background: url("/local/templates/main/img/basket-icon-hover.png") left center no-repeat; }
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header:hover:before {
              background: white; }
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header .icon {
              position: absolute;
              z-index: 1;
              background: url("/local/templates/main/img/basket-icon.png") left center no-repeat;
              width: 63px;
              height: 28px;
              left: 0;
              top: 12px;
              transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease; }
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header:before {
              content: '';
              position: absolute;
              width: 41px;
              height: 41px;
              -webkit-border-radius: 41px;
              -moz-border-radius: 41px;
              -ms-border-radius: 41px;
              border-radius: 41px;
              background: #001a39;
              left: 18px;
              top: 5px;
              z-index: 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:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header .text {
              color: white;
              font-size: 16px;
              font-family: "Ubuntu Bold", Arial, Sans-Serif;
              text-transform: uppercase;
              margin-top: 6px; }
            header:not(.km24) .header-info-wrap .third-line .third-line-fixed .inner .basket-header .sum {
              color: white;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none; }
    header:not(.km24) .header-info-wrap .fourth-line {
      background: #efefef;
      border-bottom: 1px solid #cce7ec; }
      @media screen and (max-width: 1023px) {
        header:not(.km24) .header-info-wrap .fourth-line {
          border-bottom: 0;
          background: #f6f6f6; } }
  header.km24 .header-info-wrap {
    width: 100%;
    position: relative;
    background: white;
    border-top: 5px solid #63a8fc; }
    @media screen and (max-width: 1023px) {
      header.km24 .header-info-wrap {
        z-index: 1004;
        border-top: 0; } }
    header.km24 .header-info-wrap .first-line {
      background: white;
      height: 102px;
      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;
      padding: 0 15px; }
      @media screen and (max-width: 1023px) {
        header.km24 .header-info-wrap .first-line {
          height: 75px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        header.km24 .header-info-wrap .first-line {
          padding: 0 20px; } }
      @media screen and (max-width: 799px) {
        header.km24 .header-info-wrap .first-line {
          padding: 0 15px; } }
      header.km24 .header-info-wrap .first-line .logo {
        background: url("/local/templates/main/img/logo-bg-1024.png") center no-repeat;
        height: 79px;
        min-width: 243px;
        max-width: 243px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none; }
        @media screen and (max-width: 1023px) {
          header.km24 .header-info-wrap .first-line .logo {
            min-width: 204px;
            max-width: 204px;
            height: 64px;
            background: url("/local/templates/main/img/logo-bg-800.png") center no-repeat; } }
      header.km24 .header-info-wrap .first-line .phone-and-email {
        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; }
        @media screen and (max-width: 1799px) and (min-width: 800px) {
          header.km24 .header-info-wrap .first-line .phone-and-email {
            min-width: 195px;
            max-width: 195px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          header.km24 .header-info-wrap .first-line .phone-and-email {
            margin-left: -15px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header.km24 .header-info-wrap .first-line .phone-and-email {
            margin-left: -5px; } }
        @media screen and (max-width: 799px) {
          header.km24 .header-info-wrap .first-line .phone-and-email {
            display: none; } }
        header.km24 .header-info-wrap .first-line .phone-and-email .phone {
          margin-left: 30px; }
          @media screen and (max-width: 1279px) and (min-width: 800px) {
            header.km24 .header-info-wrap .first-line .phone-and-email .phone {
              margin-left: 0; } }
          header.km24 .header-info-wrap .first-line .phone-and-email .phone a {
            color: #262626;
            font-size: 24px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            text-decoration: none;
            white-space: nowrap; }
        header.km24 .header-info-wrap .first-line .phone-and-email .email {
          color: #262626;
          font-size: 16px;
          font-family: "Ubuntu", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          text-decoration: none;
          margin-left: 45px;
          padding-top: 5px;
          white-space: nowrap; }
          @media screen and (max-width: 1799px) and (min-width: 800px) {
            header.km24 .header-info-wrap .first-line .phone-and-email .email {
              padding-top: 0; } }
          @media screen and (max-width: 1279px) and (min-width: 800px) {
            header.km24 .header-info-wrap .first-line .phone-and-email .email {
              margin-left: 15px; } }
      header.km24 .header-info-wrap .first-line .auth-info {
        margin-left: auto; }
        header.km24 .header-info-wrap .first-line .auth-info form {
          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; }
          header.km24 .header-info-wrap .first-line .auth-info form .lk-link, header.km24 .header-info-wrap .first-line .auth-info form .submit {
            color: #004aa5;
            font-size: 16px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            height: 100%; }
          header.km24 .header-info-wrap .first-line .auth-info form .lk-link {
            white-space: normal;
            line-height: 16px;
            text-decoration: none; }
            @media screen and (min-width: 1280px) {
              header.km24 .header-info-wrap .first-line .auth-info form .lk-link {
                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; } }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              header.km24 .header-info-wrap .first-line .auth-info form .lk-link {
                text-align: right; } }
            @media screen and (max-width: 1023px) {
              header.km24 .header-info-wrap .first-line .auth-info form .lk-link {
                display: none; } }
            header.km24 .header-info-wrap .first-line .auth-info form .lk-link div:first-child {
              height: 24px;
              line-height: 24px;
              padding-left: 30px;
              background: url("/local/templates/main/img/auth-lk.png") left center no-repeat; }
            header.km24 .header-info-wrap .first-line .auth-info form .lk-link div:last-child {
              margin-left: 5px; }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              header.km24 .header-info-wrap .first-line .auth-info form .lk-link div {
                text-align: right; } }
          header.km24 .header-info-wrap .first-line .auth-info form .submit {
            padding-right: 25px;
            background: url("/local/templates/main/img/auth-logout.png") right center no-repeat;
            margin-left: 35px;
            color: #f52213;
            border: 0;
            cursor: pointer; }
    header.km24 .header-info-wrap .second-line {
      background: #146bd5;
      height: 51px;
      overflow: hidden;
      position: relative; }
      header.km24 .header-info-wrap .second-line .inner {
        height: 100%;
        padding: 0 60px 0 45px;
        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: 1799px) and (min-width: 1280px) {
          header.km24 .header-info-wrap .second-line .inner {
            padding: 0 35px 0 25px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          header.km24 .header-info-wrap .second-line .inner {
            padding: 0 35px 0 15px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header.km24 .header-info-wrap .second-line .inner {
            padding: 0 20px; } }
        @media screen and (max-width: 799px) {
          header.km24 .header-info-wrap .second-line .inner {
            padding: 0 15px; } }
        header.km24 .header-info-wrap .second-line .inner .header-menu-wrap {
          max-width: 425px; }
          @media screen and (max-width: 1023px) {
            header.km24 .header-info-wrap .second-line .inner .header-menu-wrap {
              display: none; } }
        header.km24 .header-info-wrap .second-line .inner .menu-button {
          min-width: 19px;
          max-width: 19px;
          height: 14px;
          cursor: pointer;
          position: relative; }
          @media screen and (min-width: 1024px) {
            header.km24 .header-info-wrap .second-line .inner .menu-button {
              display: none; } }
          @media screen and (max-width: 799px) {
            header.km24 .header-info-wrap .second-line .inner .menu-button {
              min-width: 25px;
              max-width: 25px;
              height: 17px; } }
          header.km24 .header-info-wrap .second-line .inner .menu-button.active:after, header.km24 .header-info-wrap .second-line .inner .menu-button.active:before {
            width: 100%; }
          header.km24 .header-info-wrap .second-line .inner .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; }
            @media screen and (max-width: 799px) {
              header.km24 .header-info-wrap .second-line .inner .menu-button.active:after {
                bottom: 7px; } }
          header.km24 .header-info-wrap .second-line .inner .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: 6px; }
            @media screen and (max-width: 799px) {
              header.km24 .header-info-wrap .second-line .inner .menu-button.active:before {
                top: 7px; } }
          header.km24 .header-info-wrap .second-line .inner .menu-button.active .line {
            display: none; }
          header.km24 .header-info-wrap .second-line .inner .menu-button:after, header.km24 .header-info-wrap .second-line .inner .menu-button:before, header.km24 .header-info-wrap .second-line .inner .menu-button .line {
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: 0; }
            @media screen and (max-width: 799px) {
              header.km24 .header-info-wrap .second-line .inner .menu-button:after, header.km24 .header-info-wrap .second-line .inner .menu-button:before, header.km24 .header-info-wrap .second-line .inner .menu-button .line {
                height: 3px; } }
          header.km24 .header-info-wrap .second-line .inner .menu-button:after, header.km24 .header-info-wrap .second-line .inner .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.km24 .header-info-wrap .second-line .inner .menu-button .line {
            top: 6px; }
            @media screen and (max-width: 799px) {
              header.km24 .header-info-wrap .second-line .inner .menu-button .line {
                top: 7px; } }
          header.km24 .header-info-wrap .second-line .inner .menu-button:after {
            bottom: 0; }
          header.km24 .header-info-wrap .second-line .inner .menu-button:before {
            top: 0; }
        header.km24 .header-info-wrap .second-line .inner .catalog-button {
          background: #146bd5;
          color: white;
          font-size: 16px;
          font-family: "Ubuntu Bold", Arial, Sans-Serif;
          text-transform: uppercase;
          min-width: 190px;
          max-width: 190px;
          height: 100%;
          line-height: 50px;
          text-align: center;
          text-decoration: none;
          margin-left: 20px; }
          @media screen and (min-width: 1024px) {
            header.km24 .header-info-wrap .second-line .inner .catalog-button {
              display: none; } }
        header.km24 .header-info-wrap .second-line .inner .favorite-and-basket {
          margin-left: auto;
          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: flex-start;
          align-items: center; }
          header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite {
            padding-left: 55px;
            height: 100%;
            position: relative;
            text-decoration: none;
            line-height: 50px; }
            @media screen and (max-width: 799px) {
              header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite {
                padding-left: 0;
                width: 41px; } }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite:hover .icon {
              background: url("/local/templates/main/img/favorite-header-black.png") left center no-repeat; }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite:hover:before {
              background: white; }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite .icon {
              position: absolute;
              z-index: 1;
              background: url("/local/templates/main/img/favorite-header-white.png") left center no-repeat;
              width: 40px;
              height: 33px;
              left: 0;
              top: 8px;
              transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease; }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite:before {
              content: '';
              position: absolute;
              width: 41px;
              height: 41px;
              -webkit-border-radius: 41px;
              -moz-border-radius: 41px;
              -ms-border-radius: 41px;
              border-radius: 41px;
              background: #001a39;
              left: 2px;
              top: 5px;
              z-index: 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.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite span {
              color: white;
              font-size: 14px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase; }
              @media screen and (max-width: 799px) {
                header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .favorite span {
                  font-size: 0; } }
          header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header {
            padding-left: 75px;
            margin-left: 50px;
            height: 100%;
            position: relative;
            text-decoration: none; }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header {
                margin-left: 30px; } }
            @media screen and (max-width: 1023px) and (min-width: 800px) {
              header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header {
                margin-left: 35px; } }
            @media screen and (max-width: 799px) {
              header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header {
                margin-left: 20px;
                padding-left: 72px; } }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header:hover .icon {
              background: url("/local/templates/main/img/basket-icon-hover.png") left center no-repeat; }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header:hover:before {
              background: white; }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header .icon {
              position: absolute;
              z-index: 1;
              background: url("/local/templates/main/img/basket-icon.png") left center no-repeat;
              width: 63px;
              height: 28px;
              left: 0;
              top: 12px;
              transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease; }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header:before {
              content: '';
              position: absolute;
              width: 41px;
              height: 41px;
              -webkit-border-radius: 41px;
              -moz-border-radius: 41px;
              -ms-border-radius: 41px;
              border-radius: 41px;
              background: #001a39;
              left: 18px;
              top: 5px;
              z-index: 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.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header .text {
              color: white;
              font-size: 16px;
              font-family: "Ubuntu Bold", Arial, Sans-Serif;
              text-transform: uppercase;
              margin-top: 6px; }
              @media screen and (max-width: 799px) {
                header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header .text {
                  display: none; } }
            header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header .sum {
              color: white;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none; }
              @media screen and (max-width: 799px) {
                header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header .sum {
                  font-size: 0;
                  padding-top: 12px; } }
              @media screen and (max-width: 799px) {
                header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header .sum span {
                  display: none; } }
              @media screen and (max-width: 799px) {
                header.km24 .header-info-wrap .second-line .inner .favorite-and-basket .basket-header .sum span.quantity-of-products {
                  color: white;
                  font-size: 20px;
                  font-family: "Ubuntu Medium", Arial, Sans-Serif;
                  text-transform: uppercase;
                  display: block; } }
    header.km24 .header-info-wrap .third-line {
      height: 70px;
      background: #e7e7e7; }
      header.km24 .header-info-wrap .third-line .inner {
        height: 100%;
        padding: 0 15px;
        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; }
        header.km24 .header-info-wrap .third-line .inner .catalog-button {
          position: relative;
          background: #146bd5;
          color: white;
          font-size: 16px;
          font-family: "Ubuntu Bold", Arial, Sans-Serif;
          text-transform: uppercase;
          min-width: 250px;
          max-width: 250px;
          height: 50px;
          line-height: 50px;
          padding-left: 55px;
          display: block;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          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: 1279px) and (min-width: 1024px) {
            header.km24 .header-info-wrap .third-line .inner .catalog-button {
              min-width: 212px;
              max-width: 212px;
              padding-left: 37px; } }
          @media screen and (max-width: 1023px) {
            header.km24 .header-info-wrap .third-line .inner .catalog-button {
              display: none; } }
          header.km24 .header-info-wrap .third-line .inner .catalog-button:hover:not(.noHover) {
            background: #64a8fd; }
          header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich {
            transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            width: 12px;
            height: 12px;
            position: absolute;
            z-index: 1;
            top: 50%;
            margin-top: -6px;
            left: 30px; }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich {
                left: 12px; } }
            header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich:after, header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich:before, header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich .line {
              width: 100%;
              height: 2px;
              background: white;
              position: absolute;
              left: 0; }
            header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich:after, header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich: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.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich .line {
              top: 5px; }
            header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich:after {
              bottom: 0; }
            header.km24 .header-info-wrap .third-line .inner .catalog-button .sandwich:before {
              top: 0; }

.content-wrapper {
  width: 100%; }
  .content-wrapper .content {
    min-height: calc(100vh); }
    .content-wrapper .content.mobile {
      min-height: calc(72vh); }
      .content-wrapper .content.mobile.km24 {
        min-height: calc(83vh); }
    @media screen and (max-width: 799px) {
      .content-wrapper .content.main {
        min-height: calc(80vh); } }
    .content-wrapper .content .text-wrap {
      width: 1260px;
      margin: 0 auto;
      padding-bottom: 60px; }
      @media screen and (max-width: 1279px) and (min-width: 1023px) {
        .content-wrapper .content .text-wrap {
          width: 974px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .content-wrapper .content .text-wrap {
          width: 760px; } }
      @media screen and (max-width: 799px) {
        .content-wrapper .content .text-wrap {
          width: 450px; } }
      .content-wrapper .content .text-wrap.km24 {
        width: 1760px;
        margin: 0 auto; }
        @media screen and (max-width: 1799px) and (min-width: 1280px) {
          .content-wrapper .content .text-wrap.km24 {
            width: 1230px; } }
        @media screen and (max-width: 1279px) and (min-width: 1023px) {
          .content-wrapper .content .text-wrap.km24 {
            width: 974px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .content-wrapper .content .text-wrap.km24 {
            width: 760px; } }
        @media screen and (max-width: 799px) {
          .content-wrapper .content .text-wrap.km24 {
            width: 450px; } }
      .content-wrapper .content .text-wrap .rekveziti {
        color: #262626;
        font-size: 16px;
        font-family: "Ubuntu Medium", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        line-height: 28px; }
    .content-wrapper .content .tabs-red {
      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;
      position: relative;
      z-index: 1;
      border-bottom: 1px solid #f52213; }
      .content-wrapper .content .tabs-red .tab {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 48px;
        height: 48px;
        border: 1px solid white;
        border-bottom: 0;
        cursor: pointer;
        line-height: 22px;
        text-align: center;
        background: white;
        padding: 0 37px;
        margin-right: 10px;
        text-decoration: none;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        color: #262626;
        font-size: 14px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        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: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        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;
        -webkit-box-shadow: 0 4px 17px 0 rgba(122, 202, 216, 0.48);
        -moz-box-shadow: 0 4px 17px 0 rgba(122, 202, 216, 0.48);
        box-shadow: 0 4px 17px 0 rgba(122, 202, 216, 0.48); }
        @media screen and (max-width: 799px) {
          .content-wrapper .content .tabs-red .tab {
            padding: 0 32px; } }
        .content-wrapper .content .tabs-red .tab.active, .content-wrapper .content .tabs-red .tab:hover:not(.noHover), .content-wrapper .content .tabs-red .tab:focus:not(.noHover) {
          border: 1px solid #f52213;
          border-bottom: 0;
          color: #f52213; }
        .content-wrapper .content .tabs-red .tab.active {
          border: 1px solid #f52213;
          border-bottom: 0;
          cursor: default; }
        .content-wrapper .content .tabs-red .tab:last-child {
          margin-right: 0; }

footer {
  width: 100%;
  position: relative; }
  footer * {
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
  footer .footer-wrap .first-line {
    background: #f6f6f6;
    height: 81px; }
    @media screen and (max-width: 1023px) {
      footer .footer-wrap .first-line {
        height: 153px; } }
    footer .footer-wrap .first-line .centered {
      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;
      height: 100%; }
      @media screen and (min-width: 1280px) {
        footer .footer-wrap .first-line .centered {
          width: 1260px;
          margin: 0 auto; } }
  @media screen and (min-width: 1280px) and (max-width: 1279px) and (min-width: 1023px) {
    footer .footer-wrap .first-line .centered {
      width: 974px; } }
  @media screen and (min-width: 1280px) and (max-width: 1023px) and (min-width: 800px) {
    footer .footer-wrap .first-line .centered {
      width: 760px; } }
  @media screen and (min-width: 1280px) and (max-width: 799px) {
    footer .footer-wrap .first-line .centered {
      width: 450px; } }

      @media screen and (max-width: 1279px) {
        footer .footer-wrap .first-line .centered {
          width: 100%;
          background: #004aa5; } }
      footer .footer-wrap .first-line .centered .logo {
        min-width: 297px;
        max-width: 297px;
        height: 100%;
        background: url("/local/templates/main/img/logo-footer.jpg") center -3px no-repeat;
        mix-blend-mode: darken; }
        @media screen and (max-width: 1279px) {
          footer .footer-wrap .first-line .centered .logo {
            display: none; } }
  footer .footer-wrap .second-line {
    background: #d7d7d7; }
    footer .footer-wrap .second-line .centered {
      width: 1260px;
      margin: 0 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: flex-start;
      height: 300px;
      position: relative; }
      @media screen and (max-width: 1279px) and (min-width: 1023px) {
        footer .footer-wrap .second-line .centered {
          width: 974px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        footer .footer-wrap .second-line .centered {
          width: 760px; } }
      @media screen and (max-width: 799px) {
        footer .footer-wrap .second-line .centered {
          width: 450px; } }
      @media screen and (max-width: 1023px) {
        footer .footer-wrap .second-line .centered {
          height: auto; } }
      @media screen and (max-width: 1279px) {
        footer .footer-wrap .second-line .centered:before {
          content: '';
          position: absolute;
          background: #e8e8e8;
          width: 200%;
          height: 100%;
          left: 50%;
          margin-left: -226.7%;
          top: 0;
          z-index: 0; } }
  @media screen and (max-width: 1279px) and (max-width: 1023px) and (min-width: 800px) {
    footer .footer-wrap .second-line .centered:before {
      margin-left: -219.7%; } }
  @media screen and (max-width: 1279px) and (max-width: 799px) {
    footer .footer-wrap .second-line .centered:before {
      margin-left: -200%; } }

      footer .footer-wrap .second-line .centered .info {
        background: #e8e8e8;
        min-width: 297px;
        max-width: 297px;
        height: 100%; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          footer .footer-wrap .second-line .centered .info {
            min-width: 227px;
            max-width: 227px; } }
        @media screen and (max-width: 1279px) {
          footer .footer-wrap .second-line .centered .info {
            background: transparent; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          footer .footer-wrap .second-line .centered .info {
            min-width: 230px;
            max-width: 230px;
            height: 100%; } }
        @media screen and (max-width: 799px) {
          footer .footer-wrap .second-line .centered .info {
            min-width: 213px;
            max-width: 213px;
            padding-right: 12px;
            height: 100%; } }
        footer .footer-wrap .second-line .centered .info .logo {
          width: 215px;
          height: 63px;
          position: relative;
          background: url("/local/templates/main/img/logo-footer-1024.png") center no-repeat;
          background-size: contain;
          display: block;
          mix-blend-mode: darken;
          margin-top: 18px; }
          @media screen and (min-width: 1280px) {
            footer .footer-wrap .second-line .centered .info .logo {
              display: none; } }
        footer .footer-wrap .second-line .centered .info div, footer .footer-wrap .second-line .centered .info a:not(.logo) {
          position: relative;
          margin-top: 18px;
          text-align: center;
          text-decoration: none;
          display: block;
          color: #262626;
          font-size: 16px;
          font-family: "Ubuntu", Arial, Sans-Serif;
          text-transform: uppercase; }
          footer .footer-wrap .second-line .centered .info div[href^=tel], footer .footer-wrap .second-line .centered .info a:not(.logo)[href^=tel] {
            font-size: 24px; }
        footer .footer-wrap .second-line .centered .info .name {
          margin-top: 30px; }
          @media screen and (max-width: 799px) {
            footer .footer-wrap .second-line .centered .info .name {
              margin-top: 45px; } }
        footer .footer-wrap .second-line .centered .info .email {
          text-transform: none !important; }
      footer .footer-wrap .second-line .centered .menus-list {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 27px;
        height: 100%; }
        @media screen and (max-width: 1279px) and (min-width: 800px) {
          footer .footer-wrap .second-line .centered .menus-list {
            margin-left: 20px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          footer .footer-wrap .second-line .centered .menus-list {
            height: auto; } }
        @media screen and (max-width: 799px) {
          footer .footer-wrap .second-line .centered .menus-list {
            margin-left: 25px; } }

.agreement-checkbox {
  white-space: nowrap;
  width: 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: flex-start;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .agreement-checkbox {
      align-items: flex-start; } }
  .agreement-checkbox .checkbox {
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    border: 1px solid #cce7ec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin-right: 10px;
    cursor: pointer; }
    @media screen and (max-width: 799px) {
      .agreement-checkbox .checkbox {
        min-width: 19px;
        max-width: 19px;
        height: 19px; } }
    .agreement-checkbox .checkbox:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("/local/templates/main/img/checkbox-icon.png") center no-repeat;
      opacity: 0;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
    .agreement-checkbox .checkbox input {
      display: none; }
    .agreement-checkbox .checkbox.active:before {
      opacity: 1; }
    .agreement-checkbox .checkbox.error {
      border: 1px solid #f52213; }
  .agreement-checkbox .text {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: #262626;
    font-size: 14px;
    font-family: "Ubuntu", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    white-space: normal;
    line-height: 26px;
    word-spacing: 0; }
    @media screen and (max-width: 1023px) {
      .agreement-checkbox .text {
        line-height: 18px; } }
    .agreement-checkbox .text a {
      color: #262626;
      font-size: 14px;
      font-family: "Ubuntu", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none; }
      .agreement-checkbox .text a:hover:not(.noHover) {
        text-decoration: none; }

.addedToCart {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  width: 300px;
  height: 80px !important;
  line-height: 80px;
  margin-left: -150px;
  background: white;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
  z-index: 1001;
  display: none;
  background: white;
  white-space: nowrap;
  color: #262626;
  font-size: 16px;
  font-family: "Ubuntu Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center; }
  .addedToCart .exit {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -35px;
    top: -35px;
    cursor: pointer; }

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: rgba(0, 0, 0, 0.7);
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  /* Image border */ }

.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;
  bottom: 0;
  position: absolute; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data .lb-details {
  position: absolute;
  bottom: -40px;
  display: none; }

.lb-data .lb-caption {
  color: white;
  font-size: 24px;
  font-family: "NeoSansPro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  letter-spacing: 1.2px; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-closeContainer {
  position: relative; }

.lb-data .lb-close {
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 27px;
  height: 27px;
  background: url(/local/templates/main/img/close.png) top right no-repeat;
  text-align: right;
  cursor: pointer; }

.content-form:not(.other-style).fixedBlock {
  height: auto;
  top: 100px;
  position: absolute;
  width: 675px;
  left: 50%;
  margin-left: -337.5px;
  background: white;
  z-index: 1003;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 17px 0 #8bb9c1;
  -moz-box-shadow: 0 4px 17px 0 #8bb9c1;
  box-shadow: 0 4px 17px 0 #8bb9c1;
  display: none; }
  @media screen and (max-width: 799px) {
    .content-form:not(.other-style).fixedBlock {
      width: 450px;
      margin-left: -225px; } }
  .content-form:not(.other-style).fixedBlock.fade-animate {
    display: block !important;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation: fadeAnimate 0.3s linear;
    animation: fadeAnimate 0.3s linear; }
@-webkit-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-moz-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-ms-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-o-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
  .content-form:not(.other-style).fixedBlock.scroll {
    top: 30px !important; }
    .content-form:not(.other-style).fixedBlock.scroll .validateForm {
      overflow-y: auto;
      height: 100%; }
.content-form:not(.other-style) .access-message {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  z-index: 5; }
  .content-form:not(.other-style) .access-message .message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: black;
    font-size: 22px;
    font-family: "Ubuntu", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    height: 90px; }
.content-form:not(.other-style) .exit {
  position: absolute;
  background: url("/local/templates/main/img/form-exit.png") center no-repeat;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 20px;
  cursor: pointer;
  z-index: 1; }
.content-form:not(.other-style) .validateForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100%;
  position: relative; }
  .content-form:not(.other-style) .validateForm .name-form {
    color: #262626;
    font-size: 28px;
    font-family: "Ubuntu", Arial, Sans-Serif;
    text-transform: uppercase;
    height: 63px;
    border-bottom: 2px solid #64a8fd;
    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;
    white-space: normal; }
  .content-form:not(.other-style) .validateForm .description {
    color: #727272;
    font-size: 24px;
    font-family: "Ubuntu", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    padding-top: 40px; }
  .content-form:not(.other-style) .validateForm .input-message {
    color: #989898;
    font-size: 14px;
    font-family: "Ubuntu Light", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    margin-top: 8px; }
  .content-form:not(.other-style) .validateForm .errors-wrap .error {
    color: #f52213;
    font-size: 18px;
    font-family: "Ubuntu", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    white-space: normal;
    line-height: 16px; }
    .content-form:not(.other-style) .validateForm .errors-wrap .error.agreement {
      display: none;
      margin-bottom: 15px; }
  .content-form:not(.other-style) .validateForm form {
    height: 100%;
    padding: 40px 0 45px 0; }
  .content-form:not(.other-style) .validateForm .inputs {
    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: flex-start; }
    .content-form:not(.other-style) .validateForm .inputs .input-wrap {
      white-space: nowrap;
      position: relative;
      min-width: 420px;
      max-width: 420px; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.hidden) {
        margin: 0 0 20px 0; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap .name {
        color: black;
        font-size: 21px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        margin-bottom: 18px; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap input, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea {
        width: 100%;
        border: 1px solid transparent;
        padding-left: 25px;
        background: #eeeeee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #262626;
        font-size: 20px;
        font-family: "Ubuntu Light Italic", Arial, Sans-Serif;
        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;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: inset 0 2px 2px 0 #d1d6e5;
        -moz-box-shadow: inset 0 2px 2px 0 #d1d6e5;
        box-shadow: inset 0 2px 2px 0 #d1d6e5; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill, .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill:hover, .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill:focus, .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill:active, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill:hover, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill:focus, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill:active {
          -webkit-text-fill-color: #262626 !important;
          -webkit-box-shadow: 0 2px 2px 1000px #eeeeee inset;
          transition: background-color 5000s ease-in-out 0s;
          border: 1px solid #eeeeee;
          background-color: #eeeeee !important; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input::-webkit-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea::-webkit-input-placeholder {
          color: #262626; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input::-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea::-moz-placeholder {
          color: #262626; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-moz-placeholder {
          color: #262626; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-ms-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-ms-input-placeholder {
          color: #262626; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap input {
        height: 55px; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea {
        height: 100%;
        resize: none;
        padding: 14px 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.textarea {
        height: 120px; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.file {
        margin-bottom: 0;
        height: 52px;
        padding-left: 60px;
        overflow: hidden;
        white-space: nowrap;
        background: url("/local/templates/main/img/file-icon.png") left center no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          overflow: hidden;
          cursor: pointer;
          padding: 0; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .name-input-file {
          color: black;
          font-size: 20px;
          font-family: "Ubuntu Light Italic", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          margin-right: 15px;
          cursor: pointer;
          height: 50px;
          line-height: 50px; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .name-input-file:hover:not(.noHover) {
            text-decoration: none; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .file-desc {
          color: black;
          font-size: 16px;
          font-family: "Ubuntu", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          margin-top: 5px;
          white-space: normal;
          line-height: 24px; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .file-name {
          position: relative;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: black;
          font-size: 14px;
          font-family: "Ubuntu", Arial, Sans-Serif;
          text-transform: uppercase;
          line-height: 17px;
          text-transform: none;
          padding-right: 25px;
          word-break: break-all;
          height: 100%;
          white-space: normal;
          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; }
          .content-form:not(.other-style) .validateForm .inputs .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:not(.other-style) .validateForm .inputs .input-wrap .options {
        width: 100%; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options select {
          display: none; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options.active .item.first:after {
          -webkit-transform: rotate(-90deg);
          /* Chrome y Safari */
          -moz-transform: rotate(-90deg);
          /* Firefox */
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
          /* Internet Explorer */
          -o-transform: rotate(-90deg);
          /* Opera */
          -ms-transform: rotate(-90deg); }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .items-wrap {
          display: none;
          position: absolute;
          width: 100%;
          z-index: 2;
          max-height: 287px;
          overflow-y: auto;
          scrollbar-color: #146bd5 #e4ecef;
          scrollbar-width: thin;
          scrollbar-base-color: #146bd5;
          scrollbar-face-color: #146bd5;
          scrollbar-3dlight-color: #146bd5;
          scrollbar-highlight-color: #146bd5;
          scrollbar-track-color: #e4ecef;
          scrollbar-arrow-color: #e4ecef;
          scrollbar-shadow-color: #146bd5;
          scrollbar-dark-shadow-color: #146bd5;
          background: #fcfcfc;
          padding: 25px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .items-wrap::-webkit-scrollbar {
            width: 2px;
            background-color: #e4ecef; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .items-wrap::-webkit-scrollbar-thumb {
            width: 2px;
            background-color: #146bd5; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item {
          display: block;
          white-space: normal;
          cursor: pointer;
          margin-top: 10px; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item:first-child {
            margin-top: 0; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.active .str {
            color: #f52213; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item .str {
            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;
            color: #303030;
            font-size: 18px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            width: 100%;
            height: 100%;
            padding-left: 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first {
            position: relative;
            height: 55px;
            background: transparent;
            border: 2px solid #cce7ec;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first.default .str {
              color: #727272;
              font-size: 18px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              white-space: normal; }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first.error {
              border: 2px solid #f52213; }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first:after {
              content: "";
              width: 19px;
              height: 7px;
              background: url("/local/templates/main/img/form-options-arrow.png") center no-repeat;
              position: absolute;
              top: 50%;
              margin-top: -1px;
              right: 15px;
              cursor: pointer;
              transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -webkit-transition: all 0.2s ease; }
    .content-form:not(.other-style) .validateForm .inputs .show-hide-password {
      width: 35px;
      height: 35px;
      background: url("/local/templates/main/img/eye-icon.png") center no-repeat;
      position: absolute;
      bottom: 9px;
      right: 16px;
      cursor: pointer; }
      .content-form:not(.other-style) .validateForm .inputs .show-hide-password.active {
        background: url("/local/templates/main/img/eye-icon.png") center no-repeat; }
  .content-form:not(.other-style) .validateForm .button-wrap {
    margin-top: 20px;
    display: block; }
    .content-form:not(.other-style) .validateForm .button-wrap .button {
      position: relative;
      align-items: center;
      min-width: 154px;
      max-width: 154px;
      height: 47px;
      line-height: 45px;
      -webkit-border-radius: 47px;
      -moz-border-radius: 47px;
      -ms-border-radius: 47px;
      border-radius: 47px;
      text-align: center;
      color: #262626;
      font-size: 16px;
      font-family: "Ubuntu Bold", Arial, Sans-Serif;
      text-transform: uppercase;
      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: transparent;
      text-decoration: none;
      cursor: pointer;
      overflow: hidden;
      border: 1px solid #f52213;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 1024px) {
        .content-form:not(.other-style) .validateForm .button-wrap .button:hover:not(.noHover) {
          background: #f52213;
          color: white; } }

.contacts-page {
  padding-bottom: 70px; }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .contacts-page {
      padding-bottom: 60px; } }
  @media screen and (max-width: 799px) {
    .contacts-page {
      padding-bottom: 40px; } }
  .contacts-page h1 {
    width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .contacts-page h1 {
        width: 974px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .contacts-page h1 {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .contacts-page h1 {
        width: 450px; } }
  .contacts-page .image-and-info {
    width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .contacts-page .image-and-info {
        width: 974px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .contacts-page .image-and-info {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .contacts-page .image-and-info {
        width: 450px; } }
    @media screen and (min-width: 800px) {
      .contacts-page .image-and-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; } }
    .contacts-page .image-and-info .image {
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 800px) {
        .contacts-page .image-and-info .image {
          min-width: 618px;
          max-width: 618px;
          height: 334px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .contacts-page .image-and-info .image {
          min-width: 475px;
          max-width: 475px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .contacts-page .image-and-info .image {
          min-width: 368px;
          max-width: 368px; } }
      @media screen and (max-width: 799px) {
        .contacts-page .image-and-info .image {
          height: 320px; } }
      .contacts-page .image-and-info .image img {
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 1023px) {
          .contacts-page .image-and-info .image img {
            height: 100%;
            right: 0;
            left: auto;
            max-width: none; } }
    @media screen and (min-width: 800px) {
      .contacts-page .image-and-info .info {
        min-width: 618px;
        max-width: 618px;
        margin-left: auto; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .contacts-page .image-and-info .info {
        min-width: 475px;
        max-width: 475px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .contacts-page .image-and-info .info {
        min-width: 368px;
        max-width: 368px; } }
    @media screen and (max-width: 799px) {
      .contacts-page .image-and-info .info {
        margin-top: 25px; } }
    .contacts-page .image-and-info .info .company-name {
      padding: 16px 35px;
      background: white;
      color: #f52213;
      font-size: 16px;
      font-family: "Ubuntu Bold", Arial, Sans-Serif;
      text-transform: uppercase; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .contacts-page .image-and-info .info .company-name {
          padding: 16px 20px; } }
      @media screen and (max-width: 799px) {
        .contacts-page .image-and-info .info .company-name {
          padding: 16px 25px; } }
    .contacts-page .image-and-info .info .company-info {
      padding: 25px 35px; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .contacts-page .image-and-info .info .company-info {
          padding: 25px 20px; } }
      @media screen and (max-width: 799px) {
        .contacts-page .image-and-info .info .company-info {
          padding: 25px; } }
      .contacts-page .image-and-info .info .company-info .line {
        margin-bottom: 15px; }
        .contacts-page .image-and-info .info .company-info .line:last-child {
          margin-bottom: 0; }
        .contacts-page .image-and-info .info .company-info .line span {
          color: #262626;
          font-size: 16px;
          font-family: "Ubuntu Medium", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          line-height: 24px; }
        .contacts-page .image-and-info .info .company-info .line span:first-child {
          color: #004aa5;
          margin-right: 5px; }

.online-sklad {
  height: 734px;
  position: relative;
  background: url("/local/templates/main/img/online-sklad-bg-min.jpg") center no-repeat; }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .online-sklad {
      height: 654px;
      background: url("/local/templates/main/img/online-sklad-bg-1024-min.jpg") center no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .online-sklad {
      margin-top: -10px;
      height: 680px;
      background: url("/local/templates/main/img/online-sklad-bg-800-min.jpg") center no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 799px) {
    .online-sklad {
      display: none; } }
  .online-sklad:before, .online-sklad:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%; }
    @media screen and (min-width: 1024px) {
      .online-sklad:before, .online-sklad:after {
        display: none; } }
  .online-sklad:before {
    z-index: 1; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .online-sklad:before {
        background: url("/local/templates/main/img/KM24-main-800-ipad-min.png") center no-repeat;
        width: 581px;
        height: 390px;
        margin-left: -400px; } }
  .online-sklad:after {
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    z-index: 0; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .online-sklad:after {
        width: 760px;
        height: 495px;
        margin-left: -380px; } }
  .online-sklad .center {
    width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .online-sklad .center {
        width: 974px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .online-sklad .center {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .online-sklad .center {
        width: 450px; } }
    .online-sklad .center .title-and-auth {
      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;
      height: 190px; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .online-sklad .center .title-and-auth .title {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin: -42px 0 0 -395px; } }
      .online-sklad .center .title-and-auth .title span {
        color: white;
        font-size: 35px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 43px; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .online-sklad .center .title-and-auth .title span {
            font-size: 30px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .online-sklad .center .title-and-auth .title span {
            font-size: 20px; } }
        @media screen and (min-width: 1024px) {
          .online-sklad .center .title-and-auth .title span:first-child, .online-sklad .center .title-and-auth .title span:nth-child(2) {
            display: block; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .online-sklad .center .title-and-auth .title span:first-child {
            font-size: 32px;
            display: block;
            line-height: 26px; } }

.company-page {
  max-width: 1892px;
  margin: 0 auto;
  position: relative; }
  .company-page .top-block {
    height: 560px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #56879b;
    border-top: 1px solid #cce7ec; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .company-page .top-block {
        height: 462px; } }
    @media screen and (max-width: 799px) {
      .company-page .top-block {
        height: 420px; } }
    .company-page .top-block:after {
      content: '';
      position: absolute;
      background: url("/local/templates/main/img/company/robot-hand-min.jpg") 50% 52% no-repeat #83b9d3;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-animation: swinging 3s ease 0s infinite;
      -moz-animation: swinging 3s ease 0s infinite;
      animation: swinging 3s ease 0s infinite; }
@keyframes swinging {
  0% {
    background-position: 50% 52%; }
  50% {
    background-position: 50% 55%; }
  100% {
    background-position: 50% 52%; } }
@-webkit-keyframes swinging {
  0% {
    background-position: 50% 52%; }
  50% {
    background-position: 50% 55%; }
  100% {
    background-position: 50% 52%; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-page .top-block:after {
          background-size: 194%; } }
      @media screen and (max-width: 799px) {
        .company-page .top-block:after {
          background-size: 268%;
          background-position: 47% 51%; } }
    .company-page .top-block h1.company {
      padding: 30px 0 0 0;
      width: 100%;
      position: relative;
      z-index: 2; }
      .company-page .top-block h1.company .inner {
        width: 250px;
        display: table;
        color: #004aa5;
        font-size: 25px;
        font-family: "Ubuntu Light", Arial, Sans-Serif;
        text-transform: uppercase;
        position: relative;
        text-align: center;
        margin: 0 auto; }
        .company-page .top-block h1.company .inner:after, .company-page .top-block h1.company .inner:before {
          content: '';
          position: absolute;
          background: #004aa5;
          height: 1px;
          width: 27px;
          top: 50%;
          margin-top: -1px; }
        .company-page .top-block h1.company .inner:before {
          left: 0; }
        .company-page .top-block h1.company .inner:after {
          right: 0; }
    .company-page .top-block .logo {
      width: 460px;
      height: 135px;
      margin: 38px auto 0 auto;
      left: -10px;
      background: url("/local/templates/main/img/company/company-logo-min.png") center no-repeat;
      background-size: contain;
      position: relative;
      z-index: 2;
      -webkit-animation: sizing 3s linear 0s infinite;
      -moz-animation: sizing 3s linear 0s infinite;
      animation: sizing 3s linear 0s infinite; }
@keyframes sizing {
  0% {
    opacity: 0.7; }
  20% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@-webkit-keyframes sizing {
  0% {
    opacity: 0.7; }
  20% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-page .top-block .logo {
          width: 384px;
          height: 119px;
          margin-top: 20px; } }
      @media screen and (max-width: 799px) {
        .company-page .top-block .logo {
          width: 342px;
          height: 110px;
          margin-top: 20px; } }
    .company-page .top-block .groza {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .company-page .top-block .groza:after, .company-page .top-block .groza:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%; }
      .company-page .top-block .groza:before {
        background: url("/local/templates/main/img/company/ellips-under-logo-min.png") 50% 33% no-repeat; }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .company-page .top-block .groza:before {
            background-size: 92%; } }
        @media screen and (max-width: 799px) {
          .company-page .top-block .groza:before {
            background-size: 125%;
            background-position: 50% 36%; } }
      .company-page .top-block .groza:after {
        width: 502px;
        background: url("/local/templates/main/img/company/groza-min.png") center 37% no-repeat;
        background-size: contain;
        left: 50%;
        margin-left: -377px;
        -webkit-animation: opaciting 3s linear 0s infinite;
        -moz-animation: opaciting 3s linear 0s infinite;
        animation: opaciting 3s linear 0s infinite; }
@keyframes opaciting {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes opaciting {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .company-page .top-block .groza:after {
            width: 414px;
            margin-left: -314px; } }
        @media screen and (max-width: 799px) {
          .company-page .top-block .groza:after {
            width: 340px;
            margin-left: -270px;
            background-position: center 47%; } }
    .company-page .top-block .slogan-wrap {
      width: 916px;
      height: 190px;
      margin: 46px auto 0 auto;
      position: relative;
      z-index: 2;
      background: url("/local/templates/main/img/company/company-top-block-ellips-min.png") center no-repeat;
      background-size: contain;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 14px; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-page .top-block .slogan-wrap {
          width: 720px;
          height: 157px;
          padding: 11px;
          margin-top: 35px; } }
      @media screen and (max-width: 799px) {
        .company-page .top-block .slogan-wrap {
          width: 450px;
          height: 120px;
          padding: 8px;
          margin-top: 25px;
          background: url("/local/templates/main/img/company/company-top-block-ellips-480.png") center no-repeat; } }
      .company-page .top-block .slogan-wrap .slogan {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 170px;
        -moz-border-radius: 170px;
        -ms-border-radius: 170px;
        border-radius: 170px;
        background: rgba(243, 252, 255, 0.7); }
        .company-page .top-block .slogan-wrap .slogan .line-1 {
          padding-top: 30px;
          text-align: center;
          color: #262626;
          font-size: 37px;
          font-family: "Ubuntu Medium", Arial, Sans-Serif;
          text-transform: uppercase; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .company-page .top-block .slogan-wrap .slogan .line-1 {
              font-size: 30.62px;
              padding-top: 25px; } }
          @media screen and (max-width: 799px) {
            .company-page .top-block .slogan-wrap .slogan .line-1 {
              font-size: 20px;
              padding-top: 23px;
              font-family: "Ubuntu Bold"; } }
        .company-page .top-block .slogan-wrap .slogan .line-2 {
          text-align: center;
          color: #f52213;
          font-size: 37px;
          font-family: "Ubuntu Medium", Arial, Sans-Serif;
          text-transform: uppercase; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .company-page .top-block .slogan-wrap .slogan .line-2 {
              font-size: 30.62px; } }
          @media screen and (max-width: 799px) {
            .company-page .top-block .slogan-wrap .slogan .line-2 {
              font-size: 20px;
              font-family: "Ubuntu Bold";
              padding-top: 8px; } }
  .company-page .km24-block {
    height: 710px;
    background: url("/local/templates/main/img/company/km24-bg-min.jpg") center bottom no-repeat;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-page .km24-block {
        height: 690px;
        background-position: 72% 50%; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .company-page .km24-block {
        height: 762px;
        background: white; } }
    @media screen and (max-width: 799px) {
      .company-page .km24-block {
        height: 795px;
        background: white; } }
    .company-page .km24-block:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 921px;
      height: 503px;
      background: url("/local/templates/main/img/company/noutbook-min.png") center bottom no-repeat;
      top: 24%;
      left: 50%;
      margin-left: -817px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .company-page .km24-block:before {
          top: 21%;
          margin-left: -897px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-page .km24-block:before {
          background: url("/local/templates/main/img/company/ipad-company-800-min.png") center bottom no-repeat;
          width: 581px;
          height: 390px;
          top: auto;
          bottom: 0;
          left: 0;
          margin-left: 0; } }
      @media screen and (max-width: 799px) {
        .company-page .km24-block:before {
          background: url("/local/templates/main/img/company/phone-min.png") center bottom no-repeat;
          width: 264px;
          height: 527px;
          top: auto;
          bottom: -30px;
          left: 0;
          margin-left: 0; } }
    .company-page .km24-block:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-size: cover !important;
      z-index: 0; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-page .km24-block:after {
          background: url("/local/templates/main/img/company/km24-bg-800-min.jpg") center bottom no-repeat;
          height: 609px; } }
      @media screen and (max-width: 799px) {
        .company-page .km24-block:after {
          background: url("/local/templates/main/img/company/km24-bg-480-min.jpg") center bottom no-repeat;
          height: 655px; } }
    .company-page .km24-block .title-wrap {
      background: #004aa5;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .company-page .km24-block .title-wrap {
          height: 115px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .company-page .km24-block .title-wrap {
          height: 95px; } }
      @media screen and (max-width: 799px) {
        .company-page .km24-block .title-wrap {
          height: 140px; } }
      .company-page .km24-block .title-wrap .inner {
        margin: 0 auto; }
        @media screen and (min-width: 1024px) {
          .company-page .km24-block .title-wrap .inner {
            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-end;
            height: 100%; } }
        @media screen and (min-width: 1800px) {
          .company-page .km24-block .title-wrap .inner {
            width: 1400px; } }
        @media screen and (max-width: 1799px) and (min-width: 1024px) {
          .company-page .km24-block .title-wrap .inner {
            padding: 0 25px; } }
        .company-page .km24-block .title-wrap .inner .title {
          color: white;
          font-size: 50px;
          font-family: "Ubuntu Light", Arial, Sans-Serif;
          text-transform: uppercase;
          padding-bottom: 15px; }
          @media screen and (max-width: 1799px) and (min-width: 1024px) {
            .company-page .km24-block .title-wrap .inner .title {
              font-size: 32px; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .company-page .km24-block .title-wrap .inner .title {
              height: 88px;
              padding-bottom: 0;
              background: #146bd5;
              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: 42px;
              font-family: "Ubuntu Medium", Arial, Sans-Serif;
              text-transform: uppercase; } }
          @media screen and (max-width: 799px) {
            .company-page .km24-block .title-wrap .inner .title {
              height: 75px;
              padding-bottom: 0;
              background: #146bd5;
              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: 28px;
              font-family: "Ubuntu Bold", Arial, Sans-Serif;
              text-transform: uppercase; } }
        .company-page .km24-block .title-wrap .inner .tabs {
          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-left: auto; }
          @media screen and (max-width: 1023px) {
            .company-page .km24-block .title-wrap .inner .tabs {
              height: 65px;
              justify-content: center;
              align-items: flex-end; } }
          .company-page .km24-block .title-wrap .inner .tabs .tab {
            color: #64a8fd;
            font-size: 27px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            border-bottom: 2px solid transparent;
            padding: 0 10px 20px 10px;
            cursor: pointer;
            white-space: nowrap;
            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: 1799px) and (min-width: 1024px) {
              .company-page .km24-block .title-wrap .inner .tabs .tab {
                font-size: 22px; } }
            @media screen and (max-width: 1023px) and (min-width: 800px) {
              .company-page .km24-block .title-wrap .inner .tabs .tab {
                padding-bottom: 15px; } }
            @media screen and (max-width: 799px) {
              .company-page .km24-block .title-wrap .inner .tabs .tab {
                font-size: 20px;
                padding-bottom: 17px; } }
            .company-page .km24-block .title-wrap .inner .tabs .tab:last-child {
              margin-left: 40px; }
              @media screen and (max-width: 1023px) and (min-width: 800px) {
                .company-page .km24-block .title-wrap .inner .tabs .tab:last-child {
                  margin-left: 70px; } }
              @media screen and (max-width: 799px) {
                .company-page .km24-block .title-wrap .inner .tabs .tab:last-child {
                  margin-left: 24px; } }
            .company-page .km24-block .title-wrap .inner .tabs .tab.active {
              color: white;
              border-bottom: 2px solid white; }
    .company-page .km24-block .items-wrap {
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 1800px) {
        .company-page .km24-block .items-wrap {
          width: 1400px; } }
    .company-page .km24-block .catalog-link {
      position: relative;
      align-items: center;
      min-width: 312px;
      max-width: 312px;
      height: 65px;
      line-height: 63px;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      border-radius: 65px;
      text-align: center;
      color: white;
      font-size: 16px;
      font-family: "Ubuntu Bold", Arial, Sans-Serif;
      text-transform: uppercase;
      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: rgba(255, 255, 255, 0.22);
      text-decoration: none;
      cursor: pointer;
      overflow: hidden;
      border: 1px solid #64a8fd;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      border: 2px solid #64a8fd;
      font-size: 20px;
      position: absolute;
      bottom: 55px;
      left: 50%;
      margin-left: 195px;
      z-index: 1; }
      @media screen and (min-width: 1024px) {
        .company-page .km24-block .catalog-link:hover:not(.noHover) {
          background: #64a8fd;
          color: white; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .company-page .km24-block .catalog-link {
          bottom: 45px;
          margin-left: 76px; } }
      @media screen and (max-width: 1023px) {
        .company-page .km24-block .catalog-link {
          bottom: auto;
          min-width: 250px;
          max-width: 250px;
          height: 53px;
          line-height: 50px;
          font-size: 18px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-page .km24-block .catalog-link {
          top: 182px;
          margin-left: 118px; } }
      @media screen and (max-width: 799px) {
        .company-page .km24-block .catalog-link {
          top: 217px;
          margin-left: -125px; } }
  .company-page .work-for-all-country {
    height: 725px;
    position: relative;
    z-index: 1;
    background: url("/local/templates/main/img/company/work-for-all-country-min.jpg") center no-repeat; }
    @media screen and (max-width: 1279px) {
      .company-page .work-for-all-country {
        background-size: cover !important; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-page .work-for-all-country {
        height: 582px;
        background: url("/local/templates/main/img/company/work-for-all-country-1024-min.jpg") center no-repeat; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .company-page .work-for-all-country {
        height: 489px;
        background: url("/local/templates/main/img/company/work-for-all-country-800-min.jpg") center no-repeat; } }
    @media screen and (max-width: 799px) {
      .company-page .work-for-all-country {
        height: 344px;
        background: url("/local/templates/main/img/company/work-for-all-country-480-min.jpg") center no-repeat; } }
    .company-page .work-for-all-country .title {
      padding-top: 55px;
      text-align: center;
      color: #004aa5;
      font-size: 44px;
      font-family: "Ubuntu Light", Arial, Sans-Serif;
      text-transform: uppercase; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-page .work-for-all-country .title {
          font-size: 36px;
          padding-top: 45px; } }
      @media screen and (max-width: 799px) {
        .company-page .work-for-all-country .title {
          font-size: 30px;
          padding-top: 40px; } }
      .company-page .work-for-all-country .title b {
        color: #004aa5;
        font-size: 44px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase; }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .company-page .work-for-all-country .title b {
            font-size: 36px; } }
        @media screen and (max-width: 799px) {
          .company-page .work-for-all-country .title b {
            font-size: 30px; } }
  .company-page:after {
    content: '';
    position: absolute;
    top: 0;
    width: 300%;
    height: 100%;
    left: -100%;
    background: #f6f6f6; }

.sborka-shchitovogo-oborudovaniya {
  padding-bottom: 70px; }
  @media screen and (max-width: 1023px) {
    .sborka-shchitovogo-oborudovaniya {
      padding-bottom: 50px; } }
  .sborka-shchitovogo-oborudovaniya h1 {
    width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .sborka-shchitovogo-oborudovaniya h1 {
        width: 974px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .sborka-shchitovogo-oborudovaniya h1 {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .sborka-shchitovogo-oborudovaniya h1 {
        width: 450px; } }
  .sborka-shchitovogo-oborudovaniya .top-text {
    width: 1260px;
    margin: 0 auto;
    padding-bottom: 30px; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .sborka-shchitovogo-oborudovaniya .top-text {
        width: 974px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .sborka-shchitovogo-oborudovaniya .top-text {
        width: 760px; } }
    @media screen and (max-width: 799px) {
      .sborka-shchitovogo-oborudovaniya .top-text {
        width: 450px; } }
    @media screen and (max-width: 1023px) {
      .sborka-shchitovogo-oborudovaniya .top-text {
        padding-bottom: 15px; } }
  .sborka-shchitovogo-oborudovaniya .blue-text-wrap {
    background: #64a8fd; }
    .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text {
      width: 1260px;
      margin: 0 auto;
      padding: 18px 85px;
      color: white;
      font-size: 20px;
      font-family: "Ubuntu Medium", Arial, Sans-Serif;
      text-transform: uppercase;
      line-height: 26px;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1279px) and (min-width: 1023px) {
        .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text {
          width: 974px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text {
          width: 760px; } }
      @media screen and (max-width: 799px) {
        .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text {
          width: 450px; } }
      @media screen and (max-width: 1279px) and (min-width: 800px) {
        .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text {
          padding: 18px 20px; } }
      @media screen and (max-width: 799px) {
        .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text {
          padding: 18px 0;
          font-size: 16px;
          line-height: 24px; } }
      .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text * {
        color: white;
        font-size: 20px;
        font-family: "Ubuntu Medium", Arial, Sans-Serif;
        text-transform: uppercase;
        text-decoration: none; }
        @media screen and (max-width: 799px) {
          .sborka-shchitovogo-oborudovaniya .blue-text-wrap .blue-text * {
            font-size: 16px; } }

.poluchenie-i-oplata {
  width: 1260px;
  margin: 0 auto; }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .poluchenie-i-oplata {
      width: 974px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .poluchenie-i-oplata {
      width: 760px; } }
  @media screen and (max-width: 799px) {
    .poluchenie-i-oplata {
      width: 450px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .poluchenie-i-oplata .tabs-red .tab {
      padding: 0 25px !important;
      -webkit-flex: 1 1 auto !important;
      -moz-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; } }
  @media screen and (max-width: 799px) {
    .poluchenie-i-oplata .tabs-red .tab {
      -webkit-flex: 1 1 auto !important;
      -moz-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
      white-space: normal;
      padding: 0 11px !important;
      line-height: 18px !important; } }
  .poluchenie-i-oplata .tabs-content {
    -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; }
    .poluchenie-i-oplata .tabs-content.fadeOut {
      -webkit-animation-name: animateContentBlockFadeOut;
      animation-name: animateContentBlockFadeOut; }
@-webkit-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@-moz-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@-ms-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@-o-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
    .poluchenie-i-oplata .tabs-content.fadeIn {
      -webkit-animation-name: animateContentBlockFadeIn;
      animation-name: animateContentBlockFadeIn; }
@-webkit-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-moz-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-ms-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-o-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .text {
      padding-top: 25px;
      color: #262626;
      font-size: 16px;
      font-family: "Ubuntu", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 23px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .text b {
        color: #262626;
        font-size: 16px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        font-weight: normal; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .text .red-str {
        color: #f52213;
        font-size: 16px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        margin-top: 5px; }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map {
      width: 100%;
      height: 480px;
      border: 2px solid white;
      margin-top: 15px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map {
        width: 100%;
        height: 100%; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map .search-placemark-icons__active {
          color: #f33;
          margin-top: -64px;
          margin-left: -30px;
          position: relative; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map .rubric-placemark-icons-provider__active-content {
          width: 24px;
          height: 24px;
          margin-left: -12px;
          margin-top: -12px; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map .rubric-placemark-icons-provider__active-content > svg {
            fill: #fff;
            overflow: visible; }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] {
      padding-top: 25px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .delivery-title {
        color: #262626;
        font-size: 16px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        padding-bottom: 27px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions {
        border: 1px solid #cce7ec; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .title {
          padding: 12px 25px;
          background: #efefef;
          color: #004aa5;
          font-size: 16px;
          font-family: "Ubuntu Bold", Arial, Sans-Serif;
          text-transform: uppercase; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .title {
              padding: 12px 15px; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container {
          padding: 22px 25px; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container {
              padding: 15px; } }
          @media screen and (min-width: 800px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types {
              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; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
            min-width: 50%;
            max-width: 50%;
            padding-right: 35px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media screen and (max-width: 799px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
                min-width: 100%;
                max-width: 100%;
                padding-right: 0; } }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .sub-title {
              color: #63a8fc;
              font-size: 16px;
              font-family: "Ubuntu Bold", Arial, Sans-Serif;
              text-transform: uppercase;
              padding-left: 75px;
              height: 34px;
              line-height: 34px;
              margin-left: -2px; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .text, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .text, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .text, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .text {
              margin-top: 10px;
              line-height: 24px;
              color: #262626;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none; }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .text b, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .text b, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .text b, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .text b {
                text-transform: none; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free {
              min-width: 53%;
              max-width: 53%;
              padding-right: 20px; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .sub-title {
            background: url("/local/templates/main/img/delvery-free.png") left center no-repeat; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
              padding-right: 20px; } }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
              margin-top: 15px; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .sub-title {
            background: url("/local/templates/main/img/delvery-paid.png") left center no-repeat; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list {
            margin-top: 5px;
            padding-top: 55px;
            background: url("/local/templates/main/img/attention-icon-min.png") left top no-repeat; }
            @media screen and (max-width: 799px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list {
                margin-top: 15px; } }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul {
              padding-left: 5px;
              margin: 0; }
              @media screen and (max-width: 799px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul {
                  padding-left: 0; } }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li {
                padding-left: 20px;
                position: relative;
                list-style: none;
                text-indent: 0; }
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li:before, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 8px;
                  width: 6px;
                  height: 6px;
                  background: #f52213;
                  -webkit-border-radius: 6px;
                  -moz-border-radius: 6px;
                  -ms-border-radius: 6px;
                  border-radius: 6px; }
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul {
                  margin: 20px 0;
                  padding-left: 0; }
                  @media screen and (max-width: 799px) {
                    .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul {
                      margin: 15px 0; } }
                  .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul li, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul li {
                    margin-bottom: 0; }
                    .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul li:before, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul li:before {
                      content: "-";
                      background: transparent;
                      left: 11px;
                      top: 2px; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons {
            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;
            padding: 15px 0 25px 0;
            margin-left: -25px; }
            @media screen and (max-width: 1023px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons {
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: center;
                padding-bottom: 0; } }
            @media screen and (max-width: 799px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons {
                margin-left: 0; } }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
              min-width: 297px;
              max-width: 297px;
              height: 165px;
              margin-right: 23px;
              background: white;
              position: relative; }
              @media screen and (max-width: 1279px) and (min-width: 1024px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
                  min-width: 225.5px;
                  max-width: 225.5px;
                  height: 142px; } }
              @media screen and (max-width: 1023px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
                  min-width: 232px;
                  max-width: 232px;
                  height: 145px;
                  margin-bottom: 23px; } }
              @media screen and (max-width: 799px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
                  min-width: 195px;
                  max-width: 195px;
                  height: 125px;
                  margin-bottom: 23px; } }
              @media screen and (min-width: 1024px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del:nth-child(4n+4), .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del:nth-child(4n+4) {
                  margin-right: 0; } }
              @media screen and (max-width: 1023px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del:nth-child(2n+2), .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del:nth-child(2n+2) {
                  margin-right: 0; } }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del img, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-width: 90%;
                max-height: 90%; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions {
        margin-top: 27px; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .text {
          padding: 0 18px 18px 18px;
          color: #262626;
          font-size: 16px;
          font-family: "Ubuntu Light", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .text {
              padding: 0; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list b:first-child {
          padding-left: 15px; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list b:first-child {
              padding: 0; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol {
          margin-top: 20px;
          counter-reset: myCounter; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol {
              padding: 0; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol li {
            position: relative;
            list-style: none;
            text-indent: 0; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol li:before {
              counter-increment: myCounter;
              content: counter(myCounter) ".";
              color: #f52213;
              font-size: 16px;
              font-family: "Ubuntu Medium", Arial, Sans-Serif;
              text-transform: uppercase;
              display: inline-block;
              text-align: center;
              margin: 0 7px 0 0; }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] {
      margin-top: 30px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments {
        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; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment {
          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;
          margin-right: 80px;
          cursor: pointer; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment.active {
            cursor: default; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment.active .checkbox:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 13px;
              height: 13px;
              background: #f52213;
              -webkit-border-radius: 13px;
              -moz-border-radius: 13px;
              -ms-border-radius: 13px;
              border-radius: 13px; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment .checkbox {
            min-width: 27px;
            max-width: 27px;
            height: 27px;
            background: #eeeeee;
            -webkit-box-shadow: inset 0 2px 3px 0 #d1d6e5;
            -moz-box-shadow: inset 0 2px 3px 0 #d1d6e5;
            box-shadow: inset 0 2px 3px 0 #d1d6e5;
            -webkit-border-radius: 27px;
            -moz-border-radius: 27px;
            -ms-border-radius: 27px;
            border-radius: 27px;
            position: relative; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment .name {
            color: #262626;
            font-size: 16px;
            font-family: "Ubuntu Light", Arial, Sans-Serif;
            text-transform: uppercase;
            margin-left: 15px; }
      @media screen and (min-width: 1024px) {
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content {
          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;
          padding-top: 30px; } }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box {
        min-width: 402px;
        max-width: 402px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #cce7ec;
        margin-right: 28px;
        min-height: 500px; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box {
            min-width: 309px;
            max-width: 309px;
            margin-right: 23px;
            min-height: 595px; } }
        @media screen and (max-width: 1023px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box {
            margin: 30px 0 0 0;
            min-width: 100%;
            max-width: 100%;
            min-height: auto; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box:last-child {
          margin-right: 0; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box.wide {
          min-width: 100%;
          max-width: 100%;
          min-height: auto; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .title {
          padding: 12px 25px;
          background: #efefef;
          color: #004aa5;
          font-size: 16px;
          font-family: "Ubuntu Bold", Arial, Sans-Serif;
          text-transform: uppercase; }
          @media screen and (max-width: 1279px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .title {
              padding: 12px 7px 12px 13px; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info {
          padding: 20px 23px 25px 23px;
          color: #262626;
          font-size: 16px;
          font-family: "Ubuntu", Arial, Sans-Serif;
          text-transform: uppercase;
          line-height: 24px;
          text-transform: none; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info ol {
            margin: 0;
            padding: 0;
            counter-reset: myCounter; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info ol li {
              position: relative;
              list-style: none;
              margin: 0;
              color: #262626;
              font-size: 16px;
              font-family: "Ubuntu", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              line-height: 24px; }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info ol li:before {
                counter-increment: myCounter;
                content: counter(myCounter) ".";
                color: #004aa5;
                display: inline-block;
                text-align: center;
                margin: 0 4px 0 0; }
          @media screen and (max-width: 1279px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info {
              padding: 20px 13px 25px 13px; } }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box {
      margin-top: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #cce7ec; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .title {
        padding: 12px 25px;
        background: #efefef;
        color: #004aa5;
        font-size: 16px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase; }
        @media screen and (max-width: 799px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .title {
            padding: 12px 15px; } }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info {
        padding: 20px 23px 25px 23px;
        color: #262626;
        font-size: 16px;
        font-family: "Ubuntu", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 24px;
        text-transform: none; }
        @media screen and (max-width: 799px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info {
            padding: 15px 15px 25px 15px; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info ol {
          margin: 0;
          padding: 0;
          counter-reset: myCounter; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info ol li {
            position: relative;
            list-style: none;
            margin: 0;
            color: #262626;
            font-size: 16px;
            font-family: "Ubuntu", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            line-height: 24px; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info ol li:before {
              counter-increment: myCounter;
              content: counter(myCounter) ".";
              color: #004aa5;
              display: inline-block;
              text-align: center;
              margin: 0 4px 0 0; }

.oferta:not(.km24) {
  width: 1260px;
  margin: 0 auto; }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .oferta:not(.km24) {
      width: 974px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .oferta:not(.km24) {
      width: 760px; } }
  @media screen and (max-width: 799px) {
    .oferta:not(.km24) {
      width: 450px; } }
.oferta.km24 {
  width: auto;
  padding-left: 310px; }
  @media screen and (max-width: 1799px) {
    .oferta.km24 {
      padding-left: 0; } }
.oferta .title-wrap {
  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: center; }
  .oferta .title-wrap .title {
    color: #262626;
    font-size: 18px;
    font-family: "Ubuntu Medium", Arial, Sans-Serif;
    text-transform: uppercase; }
  .oferta .title-wrap .back {
    position: relative;
    align-items: center;
    min-width: 147px;
    max-width: 147px;
    height: 47px;
    line-height: 45px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    border-radius: 47px;
    text-align: center;
    color: #262626;
    font-size: 16px;
    font-family: "Ubuntu Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    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: transparent;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #f52213;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .oferta .title-wrap .back:hover:not(.noHover) {
        background: #f52213;
        color: white; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .oferta .title-wrap .back {
        margin-top: -122px; } }
    @media screen and (max-width: 1023px) {
      .oferta .title-wrap .back {
        position: absolute;
        right: 0;
        margin-top: -108px; } }
    @media screen and (max-width: 799px) {
      .oferta .title-wrap .back {
        margin-top: -130px; } }
.oferta .text {
  padding-right: 200px; }
  @media screen and (max-width: 1799px) {
    .oferta .text {
      padding-right: 0; } }
  .oferta .text * {
    color: #262626;
    font-size: 14px;
    font-family: "Ubuntu", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    line-height: 22px; }
  .oferta .text ul, .oferta .text ol {
    padding: 0; }
    .oferta .text ul li, .oferta .text ol li {
      padding: 0;
      margin: 0; }
      .oferta .text ul li span:first-child, .oferta .text ol li span:first-child {
        color: #004aa5;
        font-size: 14px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none; }
  .oferta .text > ol {
    counter-reset: list1; }
    .oferta .text > ol > li {
      list-style: none; }
      .oferta .text > ol > li:before {
        display: none; }
      @media screen and (max-width: 1023px) {
        .oferta .text > ol > li > div {
          border: 1px solid #cce7ec;
          padding: 12px 55px 12px 20px;
          background: #efefef;
          display: block;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .oferta .text > ol > li > div span:first-child {
            color: #004aa5;
            font-size: 18px;
            font-family: "Ubuntu Medium", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none; } }
      .oferta .text > ol > li > div:before {
        counter-increment: list1;
        content: counter(list1) ".";
        color: #004aa5;
        font-size: 14px;
        font-family: "Ubuntu Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        padding-right: 3px; }
        @media screen and (max-width: 1023px) {
          .oferta .text > ol > li > div:before {
            color: #004aa5;
            font-size: 18px;
            font-family: "Ubuntu Medium", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            padding-right: 5px; } }
      .oferta .text > ol > li > div:after {
        content: '';
        position: absolute;
        background: url("/local/templates/main/img/sections-arrow-800.png") center no-repeat;
        width: 50px;
        height: 100%;
        right: 0;
        top: 0;
        cursor: pointer; }
        @media screen and (min-width: 1024px) {
          .oferta .text > ol > li > div:after {
            display: none; } }
  .oferta .text > ul > li, .oferta .text > ol > li {
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .oferta .text > ul > li, .oferta .text > ol > li {
        margin-bottom: 5px;
        height: 50px;
        overflow: hidden; } }
    @media screen and (max-width: 1023px) {
      .oferta .text > ul > li.active, .oferta .text > ol > li.active {
        margin-bottom: 30px;
        overflow: visible;
        height: auto; } }
    .oferta .text > ul > li.active > div:after, .oferta .text > ol > li.active > div:after {
      -webkit-transform: rotate(180deg);
      /* Chrome y Safari */
      -moz-transform: rotate(180deg);
      /* Firefox */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
      /* Internet Explorer */
      -o-transform: rotate(180deg);
      /* Opera */
      -ms-transform: rotate(180deg); }
    @media screen and (max-width: 1023px) {
      .oferta .text > ul > li > ol, .oferta .text > ul > li > p, .oferta .text > ol > li > ol, .oferta .text > ol > li > p {
        margin: 15px 0 0 0; } }
.oferta .rekveziti {
  color: #262626;
  font-size: 16px;
  font-family: "Ubuntu Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 28px; }

.seo-text {
  padding: 30px 0;
  max-height: 45px;
  overflow: hidden;
  position: relative;
  transition: max-height 1.5s;
}
.seo-text:not(.show)::before {
  content: '';
  position: absolute;
  height: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #f6f6f6 100%);
}
.read-more-button {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
.seo-text.show {
  max-height: 9999px;
}
.text-center {
  text-align: center;
}
/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/main/components/bitrix/search.form/header_search/style.css?17032437684225 */
/* /local/templates/main/components/bitrix/menu/header-menu/style.css?16383772624576 */
/* /local/templates/main/components/bitrix/menu/header-menu-mobile/style.css?163837726217570 */
/* /local/components/GM/email.subscribe/templates/.default/style.css?17031825058100 */
/* /local/templates/main/components/bitrix/menu/footer-menu/style.css?16661823114277 */
/* /local/templates/main/components/bitrix/system.auth.form/auth/style.css?1638377262545 */
/* /local/templates/main/styles.css?163837726354 */
/* /local/templates/main/template_styles.css?1703154639187754 */
