@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
html {
  overflow-x: hidden; }
  html.active {
    overflow: hidden; }

input {
  font-family: 'Noto Sans', sans-serif; }

body {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }
  *:focus {
    outline: none; }

a {
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s; }
  a__icon {
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  a__text {
    -webkit-transition: color .3s;
    transition: color .3s; }

b {
  color: #0054A6; }

.modal-product {
  margin-top: 30px; }
  .modal-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    margin-top: 10px;
    text-align: end; }
    .modal-product__item p {
      font-weight: 700; }
    .modal-product__item span {
      color: #7a7a7a; }

.btn-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-radius: 3px;
  -webkit-transition: border .3s, color .3s;
  transition: border .3s, color .3s; }

.btn-blue {
  background: #fff;
  border: 1px solid #0054A6;
  color: #0054A6; }
  .btn-blue > svg {
    fill: #0054A6; }
  .btn-blue:hover {
    color: #ED1847;
    border: 1px solid #ED1847; }
    .btn-blue:hover > svg {
      fill: #ED1847; }
  .btn-blue.disabled {
    border: 1px solid #BCBCBC;
    color: #BCBCBC;
    pointer-events: none; }
    .btn-blue.disabled > svg {
      fill: #BCBCBC; }

.btn-white {
  color: #0054A6;
  background: #fff;
  border: 1px solid #fff; }
  .btn-white:hover {
    background: #0054A6;
    color: #fff; }
  .btn-white.disabled {
    color: #94B7DA;
    border: 1px solid #94B7DA;
    background: #0054A6;
    pointer-events: none; }

.btn-red {
  border: 1px solid #ED1847;
  background: #ED1847;
  color: #fff; }
  .btn-red:hover {
    background: #0054A6;
    border: 1px solid #0054A6; }
  .btn-red:focus {
    background: #00407F;
    border: 1px solid #00407F; }
  .btn-red.disabled {
    color: #fff;
    background: #BCBCBC;
    border: 1px solid #BCBCBC;
    pointer-events: none; }

.header {
  position: relative; }
  .header-desktop {
    width: 100%;
    -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
            box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1); }
    .header-desktop-wrapper .phone-container {
      display: grid;
      grid-template-columns: 1fr auto;
      margin-top: 10px; }
      .header-desktop-wrapper .phone-container span {
        font-size: 12px; }
      .header-desktop-wrapper .phone-container div:nth-child(3) {
        grid-column: span 2; }
    .header-desktop-top {
      width: 100%;
      padding: 0 75px;
      position: relative;
      height: 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header-desktop-top:after {
        position: absolute;
        content: "";
        height: 1px;
        background: #E2E2E2;
        width: calc(100% - 150px);
        left: 75px;
        top: 100%; }
      @media (max-width: 1660px) {
        .header-desktop-top {
          padding: 0 15px; }
          .header-desktop-top:after {
            width: calc(100% - 30px);
            left: 15px; } }
      .header-desktop-top-left, .header-desktop-top-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
      @media (max-width: 1240px) {
        .header-desktop-top-center {
          margin: 15px 0 25px 0; } }
      .header-desktop-top-center-button {
        padding: 14px 36px;
        border-radius: 3px;
        background-color: #ED1847;
        color: white;
        font-size: 16px;
        font-weight: 900;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap; }
        @media (max-width: 1370px) {
          .header-desktop-top-center-button {
            padding: 14px 20px;
            font-size: 14px; } }
        @media (max-width: 1300px) {
          .header-desktop-top-center-button {
            padding: 14px 15px;
            font-size: 11px; } }
      .header-desktop-top-right {
        position: relative; }
        .header-desktop-top-right > * {
          -webkit-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
          opacity: 1; }
        .header-desktop-top-right.active > * {
          opacity: 0; }
    .header-desktop-logo {
      width: calc(281px + (100vw - 1170px) * 0.11333);
      height: calc(69.75px + (100vw - 1170px) * 0.00389);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-desktop-logo__img {
        height: calc(69.75px + (100vw - 1170px) * 0.00389);
        width: calc(104.625px + (100vw - 1170px) * 0.00583); }
      .header-desktop-logo__text {
        font-size: calc(14.5px + (100vw - 768px) * 0.00391);
        line-height: calc(18.43px + (100vw - 768px) * 0.00484);
        color: #333;
        margin-left: calc(21.5px + (100vw - 768px) * 0.00564);
        max-width: 229px; }
    .header-desktop-domains {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-desktop-domains-container {
        margin-left: calc(45.70312px + (100vw - 1170px) * 0.03906);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: calc(185px + (100vw - 1241px) * 0.19882); }
      @media (max-width: 1500px) {
        .header-desktop-domains {
          margin-left: 0; } }
      .header-desktop-domains__icon {
        width: calc(14.625px + (100vw - 1170px) * 0.0125);
        height: 24px;
        fill: #ED1847; }
      .header-desktop-domains__city {
        margin-left: calc(6.09375px + (100vw - 1170px) * 0.00521);
        font-size: calc(14px + (100vw - 1170px) * 0.00533);
        line-height: 26px;
        color: #ED1847;
        border-bottom: 1px dashed #ED1847; }
      .header-desktop-domains-near {
        color: #828282;
        margin-left: 18px;
        position: relative;
        font-size: calc(13px + (100vw - 1170px) * 0.004);
        line-height: 26px;
        border-bottom: 1px dashed #828282;
        font-style: italic; }
        .header-desktop-domains-near:before {
          position: absolute;
          content: "-";
          font-size: 16px;
          line-height: 24px;
          color: #828282;
          left: -11px;
          top: 2px; }
    .header-desktop-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0054A6;
      font-size: calc(14px + (100vw - 1170px) * 0.00533);
      line-height: 26px; }
      .header-desktop-phone__icon {
        height: calc(14.625px + (100vw - 1170px) * 0.0125);
        width: 24px;
        fill: #0054A6;
        margin-right: calc(6.09375px + (100vw - 1170px) * 0.00521); }
      .header-desktop-phone:hover {
        color: #ED1847; }
        .header-desktop-phone:hover .header-desktop-phone__icon {
          fill: #ED1847; }
    .header-desktop-callback {
      margin-left: calc(13.40625px + (100vw - 1170px) * 0.01146);
      height: calc(45px + (100vw - 1170px) * 0.01067);
      width: calc(124.92188px + (100vw - 1170px) * 0.10677);
      font-weight: bold;
      font-size: calc(10px + (100vw - 1170px) * 0.008);
      line-height: 25px; }
    .header-desktop-social {
      height: 44.5px;
      width: 44.5px;
      min-width: 44.5px;
      border: 5px solid #EDEDED;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      overflow: hidden;
      margin-left: 44px;
      position: relative;
      z-index: 2; }
      .header-desktop-social-wrapper {
        top: -23px;
        left: 46px;
        position: absolute;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 100%; }
        .header-desktop-social-wrapper-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 32px;
          gap: 5px; }
          .header-desktop-social-wrapper-inner.--fix {
            margin: 0; }
      .header-desktop-social-item {
        margin: 2.5px 0;
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        -webkit-transition: min-width .2s, min-height .2s;
        transition: min-width .2s, min-height .2s; }
        .header-desktop-social-item__icon {
          width: 100%;
          height: 100%;
          fill: none; }
      .header-desktop-social:hover {
        overflow: unset; }
        .header-desktop-social:hover .header-desktop-social-wrapper {
          z-index: 1; }
    .header-desktop-search {
      position: relative;
      height: 53px;
      width: 431px;
      border: 1px solid #CDCDCD;
      border-radius: 3px;
      background: #fff; }
      .header-desktop-search-activate {
        margin-left: 30px;
        cursor: pointer; }
        .header-desktop-search-activate-wrapper {
          top: 1px;
          left: 7px; }
        .header-desktop-search-activate__icon {
          width: 24px;
          height: 24px;
          fill: #333; }
        .header-desktop-search-activate.active + .header-desktop-search-wrapper {
          right: 0; }
      .header-desktop-search-wrapper {
        position: absolute;
        opacity: 1 !important;
        top: 0;
        height: 100%;
        padding-left: 40px;
        right: -40vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 13;
        -webkit-transition: right .3s ease-in-out;
        transition: right .3s ease-in-out;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-desktop-search-wrapper.hidden {
          display: none; }
      .header-desktop-search-button {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-desktop-search-button__icon {
          width: 24px;
          height: 24px;
          fill: #0054A6; }
        .header-desktop-search-button:focus .header-desktop-search-button__icon {
          fill: #ED1847; }
      .header-desktop-search__input {
        width: 100%;
        height: 100%;
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding: 0 40px 0 70px;
        font-size: 18px;
        line-height: 24px;
        color: #333; }
    .header-desktop-bottom {
      padding: 0 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1600px) {
        .header-desktop-bottom {
          padding: 0 15px; } }
      .header-desktop-bottom-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 28.75px;
        margin-top: -1px; }
        .header-desktop-bottom-nav-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          color: #333;
          font-size: 16px;
          line-height: 24px;
          font-weight: normal;
          -webkit-transition: font-weight .2s;
          transition: font-weight .2s; }
          .header-desktop-bottom-nav-item > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: relative;
            z-index: 1;
            padding: 16px 1.6vw;
            color: inherit;
            text-wrap: nowrap; }
          .header-desktop-bottom-nav-item-children {
            top: 100%;
            left: 0;
            z-index: 12;
            background: #fff;
            -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            position: absolute;
            padding: 24px 47px 20px 44px;
            opacity: 0;
            pointer-events: none; }
            .header-desktop-bottom-nav-item-children.catalog-item {
              display: grid;
              grid-template-columns: auto auto;
              -webkit-column-gap: 40px;
                 -moz-column-gap: 40px;
                      column-gap: 40px; }
              .header-desktop-bottom-nav-item-children.catalog-item .header-desktop-bottom-nav-item-children-item {
                white-space: nowrap; }
            .header-desktop-bottom-nav-item-children-item {
              font-size: 16px;
              line-height: 24px;
              color: #333;
              display: block;
              padding: 6px 0;
              width: 100%;
              font-weight: normal; }
              .header-desktop-bottom-nav-item-children-item.last {
                color: #0054A6;
                font-weight: 700; }
                .header-desktop-bottom-nav-item-children-item.last:visited {
                  color: #0054A6; }
                .header-desktop-bottom-nav-item-children-item.last:hover {
                  color: #ED1847; }
              .header-desktop-bottom-nav-item-children-item:visited {
                color: #333; }
              .header-desktop-bottom-nav-item-children-item:hover {
                color: #ED1847; }
          .header-desktop-bottom-nav-item__icon {
            margin-left: 12px;
            width: 16px;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s;
            height: 16px;
            fill: #333; }
          .header-desktop-bottom-nav-item__hover {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0;
            -webkit-transition: opacity .2s;
            transition: opacity .2s; }
          .header-desktop-bottom-nav-item.hover {
            font-weight: bold;
            color: #fff; }
            .header-desktop-bottom-nav-item.hover .header-desktop-bottom-nav-item__icon {
              fill: #fff; }
          .header-desktop-bottom-nav-item:hover {
            color: #ED1847; }
            .header-desktop-bottom-nav-item:hover .header-desktop-bottom-nav-item-children {
              opacity: 1;
              pointer-events: all; }
            .header-desktop-bottom-nav-item:hover .header-desktop-bottom-nav-item__icon {
              fill: #ED1847;
              -webkit-transform: rotateX(180deg);
                      transform: rotateX(180deg); }
            .header-desktop-bottom-nav-item:hover .header-desktop-bottom-nav-item__hover {
              opacity: 1; }
          @media (max-width: 1600px) {
            .header-desktop-bottom-nav-item {
              font-size: calc(12px + (100vw - 1170px) * 0.00533); }
              .header-desktop-bottom-nav-item__icon {
                width: calc(12px + (100vw - 1170px) * 0.00533);
                margin-left: calc(9px + (100vw - 1170px) * 0.004); } }
  .header-domain_select {
    position: absolute;
    top: 95px;
    width: 100%;
    height: calc(100vh - 95px);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: -1;
    padding: 50px 75px;
    overflow-y: scroll; }
    @media (max-width: 1170px) {
      .header-domain_select {
        position: fixed;
        top: 0;
        height: 100vh; } }
    .header-domain_select-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-domain_select-search {
      position: relative;
      border: 1px solid #CDCDCD;
      border-radius: 3px;
      height: 53px;
      width: 674px; }
      @media (max-width: 979px) {
        .header-domain_select-search {
          width: calc(100% - 60px); } }
      .header-domain_select-search-button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-domain_select-search-button__icon {
          width: 24px;
          height: 24px;
          fill: #0054A6; }
        .header-domain_select-search-button:focus .header-domain_select-search-button__icon {
          fill: #ED1847; }
      .header-domain_select-search__input {
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        font-size: 16px;
        line-height: 24px;
        color: #333;
        padding: 0 64px 0 20px;
        height: 100%;
        width: 100%; }
        .header-domain_select-search__input::-webkit-input-placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
        .header-domain_select-search__input::-moz-placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
        .header-domain_select-search__input::-ms-input-placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
        .header-domain_select-search__input::placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
    .header-domain_select-domains {
      margin-top: 36px;
      -webkit-columns: 7;
         -moz-columns: 7;
              columns: 7; }
      @media (max-width: 1920px) {
        .header-domain_select-domains {
          -webkit-columns: 5;
             -moz-columns: 5;
                  columns: 5; } }
  @media (max-width: 1920px) and (max-width: 1320px) {
    .header-domain_select-domains {
      -webkit-columns: 4;
         -moz-columns: 4;
              columns: 4; } }
  @media (max-width: 1920px) and (max-width: 1320px) and (max-width: 979px) {
    .header-domain_select-domains {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }
  @media (max-width: 1920px) and (max-width: 1320px) and (max-width: 979px) and (max-width: 768px) {
    .header-domain_select-domains {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (max-width: 1920px) and (max-width: 1320px) and (max-width: 979px) and (max-width: 768px) and (max-width: 600px) {
    .header-domain_select-domains {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; } }
      .header-domain_select-domains-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid-column;
        margin-top: -5.5px; }
        .header-domain_select-domains-item-domain {
          padding: 12.5px;
          font-weight: 500;
          font-size: 16px;
          display: block;
          line-height: 24px;
          color: #333; }
          .header-domain_select-domains-item-domain:hover {
            color: #ED1847;
            text-decoration: underline; }
          .header-domain_select-domains-item-domain.hidden {
            display: none; }
        .header-domain_select-domains-item__letter {
          margin-top: 5.5px;
          min-height: 37px;
          min-width: 37px;
          height: 37px;
          width: 37px;
          font-weight: 900;
          font-size: 16px;
          line-height: 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 50%;
          border: 1px solid #ED1847;
          color: #ED1847;
          margin-right: 19px; }
        .header-domain_select-domains-item.hidden {
          display: none; }
    .header-domain_select__close {
      cursor: pointer;
      height: 40px;
      width: 40px;
      fill: #0054A6; }
      @media (max-width: 979px) {
        .header-domain_select__close {
          height: 36px;
          width: 36px; } }
  .header.domain-select {
    height: 150px; }
    .header.domain-select .header-desktop-top {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 11;
      -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
              box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1); }
    .header.domain-select .header-domain_select {
      background: #fff;
      opacity: 1;
      z-index: 10; }
    .header.domain-select .header-desktop-bottom {
      display: none; }
    @media (max-width: 1170px) {
      .header.domain-select .header-domain_select {
        z-index: 12;
        padding: 25px 40px; } }

@media (max-width: 1170px) and (max-width: 768px) {
  .header.domain-select .header {
    padding: 15px 20px; } }
  .header-wrapper {
    width: 100%; }
  .header-mobile {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 11;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    .header-mobile-top {
      height: calc(65px + (100vw - 320px) * 0.03348);
      border-bottom: 1px solid #EDEDED;
      position: relative;
      background: #fff; }
      .header-mobile-top-menu {
        height: 100%;
        width: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 4px; }
        .header-mobile-top-menu__icon {
          height: 24px;
          width: 24px;
          color: #333; }
          .header-mobile-top-menu__icon:first-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .header-mobile-top-menu__icon:last-child {
            display: none; }
        .header-mobile-top-menu.active .header-mobile-top-menu__icon:first-child {
          display: none; }
        .header-mobile-top-menu.active .header-mobile-top-menu__icon:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .header-mobile-bottom {
      height: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 15px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #fff; }
      .header-mobile-bottom .phone-container {
        display: grid;
        grid-template-columns: 1fr auto;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .header-mobile-menu {
      position: fixed;
      left: -200%;
      top: 121px;
      background: #fff;
      height: calc(100vh - 121px);
      width: 492px;
      z-index: 10;
      -webkit-transition: left .3s ease-in-out;
      transition: left .3s ease-in-out;
      padding: 14px 24px 22px 15px;
      overflow-y: scroll; }
      @media (max-width: 600px) {
        .header-mobile-menu {
          width: 281px; } }
      .header-mobile-menu-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 600px) {
          .header-mobile-menu-top {
            display: block; } }
      .header-mobile-menu-bg {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.37);
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        z-index: -2;
        opacity: 0; }
        .header-mobile-menu-bg.active {
          z-index: 9;
          opacity: 1; }
      .header-mobile-menu.active {
        left: 0; }
      .header-mobile-menu-domains {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-mobile-menu-domains__icon {
          height: 24px;
          width: 24px;
          margin-right: 10px;
          fill: #ED1847; }
          @media (max-width: 768px) {
            .header-mobile-menu-domains__icon {
              width: calc(18px + (100vw - 320px) * 0.01339);
              height: calc(18px + (100vw - 320px) * 0.01339); } }
        .header-mobile-menu-domains__text {
          color: #ED1847;
          font-size: 18px;
          line-height: 24px;
          border-bottom: 1px dashed #ED1847; }
          @media (max-width: 768px) {
            .header-mobile-menu-domains__text {
              font-size: calc(13px + (100vw - 320px) * 0.01116); } }
        .header-mobile-menu-domains:hover .header-mobile-menu-domains__icon, .header-mobile-menu-domains:hover .header-mobile-menu-domains__text, .header-mobile-menu-domains:focus .header-mobile-menu-domains__icon, .header-mobile-menu-domains:focus .header-mobile-menu-domains__text {
          fill: #0054A6; }
      .header-mobile-menu-shops {
        margin-left: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        line-height: 24px;
        color: #828282;
        border-bottom: 1px dashed #828282;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 2px;
        position: relative; }
        .header-mobile-menu-shops:before {
          position: absolute;
          left: -11px;
          top: 0;
          content: "-";
          font-family: "Noto Sans", sans-serif; }
          @media (max-width: 600px) {
            .header-mobile-menu-shops:before {
              display: none; } }
        @media (max-width: 768px) {
          .header-mobile-menu-shops {
            margin-left: calc(29px + (100vw - 320px) * -0.02232);
            font-size: calc(13px + (100vw - 320px) * 0.0067);
            line-height: 23px; } }
        .header-mobile-menu-shops:hover {
          color: #ED1847;
          border-bottom: 1px dashed #ED1847; }
      .header-mobile-menu-catalog {
        width: 100%;
        margin-top: 25.5px; }
        .header-mobile-menu-catalog-children {
          position: fixed;
          z-index: 10;
          left: -200%;
          top: 121px;
          background: #fff;
          height: calc(100vh - 121px);
          width: 281px;
          overflow-y: scroll;
          -webkit-transition: left .3s ease-in-out;
          transition: left .3s ease-in-out;
          padding-bottom: 12px; }
          .header-mobile-menu-catalog-children-back {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 19px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 52px;
            background: #0054A6;
            margin-bottom: 8px; }
            .header-mobile-menu-catalog-children-back__text {
              max-width: calc(100% - 24px);
              font-weight: bold;
              font-size: 13px;
              line-height: 19px;
              color: #fff; }
            .header-mobile-menu-catalog-children-back__icon {
              margin-right: 8px;
              width: 16px;
              height: 16px;
              fill: #fff;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
          .header-mobile-menu-catalog-children-item {
            margin: 0 15px;
            padding: 10px 0;
            font-size: 14px;
            line-height: 19px;
            display: block;
            color: #333; }
            .header-mobile-menu-catalog-children-item.last {
              color: #0054A6;
              font-weight: 700; }
        .header-mobile-menu-catalog-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .header-mobile-menu-catalog-item__text {
            font-size: 16px;
            line-height: 24px;
            min-width: -webkit-fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            max-width: calc(100% - 36px);
            color: #333;
            padding: 15px 0; }
            @media (max-width: 768px) {
              .header-mobile-menu-catalog-item__text {
                width: calc(14px + (100vw - 320px) * 0.00446);
                line-height: calc(19px + (100vw - 320px) * 0.01116); } }
            @media (max-width: 768px) {
              .header-mobile-menu-catalog-item__text {
                padding: calc(8.5px + (100vw - 320px) * 0.01451); } }
          .header-mobile-menu-catalog-item__subitems_btn {
            cursor: pointer;
            width: 100%;
            padding: 5.5px 0; }
          .header-mobile-menu-catalog-item__icon {
            width: 20px;
            height: 20px;
            margin-top: 4px;
            margin-left: 20px;
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            fill: #0054A6; }
            @media (max-width: 768px) {
              .header-mobile-menu-catalog-item__icon {
                width: calc(16px + (100vw - 320px) * 0.00893);
                height: calc(16px + (100vw - 320px) * 0.00893);
                margin-left: calc(20px + (100vw - 320px) * -0.01562); } }
          .header-mobile-menu-catalog-item.active + .header-mobile-menu-catalog-children {
            left: 0; }
      .header-mobile-menu-search {
        margin-top: 35px;
        width: 100%;
        height: 53px;
        position: relative;
        border: 1px solid #D8D8D8;
        border-radius: 3px; }
        @media (max-width: 600px) {
          .header-mobile-menu-search {
            margin-top: 14.5px;
            height: 40px; } }
        .header-mobile-menu-search-button {
          position: absolute;
          top: 0;
          right: 0;
          width: 64px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 768px) {
            .header-mobile-menu-search-button {
              width: calc(56px + (100vw - 320px) * 0.01786); } }
          .header-mobile-menu-search-button__icon {
            width: 20px;
            height: 20px;
            fill: #0054A6; }
            @media (max-width: 768px) {
              .header-mobile-menu-search-button__icon {
                width: calc(16px + (100vw - 320px) * 0.00893);
                height: calc(16px + (100vw - 320px) * 0.00893); } }
          .header-mobile-menu-search-button:hover .header-mobile-menu-search-button__icon, .header-mobile-menu-search-button:focus .header-mobile-menu-search-button__icon {
            fill: #ED1847; }
        .header-mobile-menu-search__input {
          width: 100%;
          height: 100%;
          border: none;
          padding: 0 56px 0 20px;
          font-size: 16px;
          line-height: 24px;
          color: #333; }
          @media (max-width: 768px) {
            .header-mobile-menu-search__input {
              font-size: calc(14px + (100vw - 320px) * 0.00446);
              line-height: calc(22px + (100vw - 320px) * 0.00446); } }
          .header-mobile-menu-search__input::-webkit-input-placeholder {
            font-size: 16px;
            line-height: 24px;
            color: #8B8B8B; }
          .header-mobile-menu-search__input::-moz-placeholder {
            font-size: 16px;
            line-height: 24px;
            color: #8B8B8B; }
          .header-mobile-menu-search__input::-ms-input-placeholder {
            font-size: 16px;
            line-height: 24px;
            color: #8B8B8B; }
          .header-mobile-menu-search__input::placeholder {
            font-size: 16px;
            line-height: 24px;
            color: #8B8B8B; }
            @media (max-width: 768px) {
              .header-mobile-menu-search__input::-webkit-input-placeholder {
                font-size: calc(14px + (100vw - 320px) * 0.00446);
                line-height: calc(22px + (100vw - 320px) * 0.00446); }
              .header-mobile-menu-search__input::-moz-placeholder {
                font-size: calc(14px + (100vw - 320px) * 0.00446);
                line-height: calc(22px + (100vw - 320px) * 0.00446); }
              .header-mobile-menu-search__input::-ms-input-placeholder {
                font-size: calc(14px + (100vw - 320px) * 0.00446);
                line-height: calc(22px + (100vw - 320px) * 0.00446); }
              .header-mobile-menu-search__input::placeholder {
                font-size: calc(14px + (100vw - 320px) * 0.00446);
                line-height: calc(22px + (100vw - 320px) * 0.00446); } }
      .header-mobile-menu-social {
        margin-top: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-right: 59px; }
        @media (max-width: 600px) {
          .header-mobile-menu-social {
            margin-top: 15px;
            padding-right: 12px; } }
        .header-mobile-menu-social-item {
          width: 53.5px;
          height: 53.5px; }
          @media (max-width: 600px) {
            .header-mobile-menu-social-item {
              height: 29.65px;
              width: 29.65px; } }
          .header-mobile-menu-social-item__icon {
            width: 100%;
            height: 100%; }
    .header-mobile-wrapper {
      position: absolute;
      top: 5px;
      left: calc(50% - 100px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-self: center;
      gap: 15%; }
    .header-mobile-logo {
      top: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-mobile-logo__svg {
        height: calc(46.9px + (100vw - 320px) * 0.051);
        width: calc(68px + (100vw - 320px) * 0.08175); }
      .header-mobile-logo__text {
        margin-left: calc(12px + (100vw - 320px) * 0.02121);
        font-weight: 500;
        font-size: calc(11px + (100vw - 320px) * 0.00804);
        color: #333;
        max-width: calc(121px + (100vw - 320px) * 0.12232);
        line-height: calc(14px + (100vw - 320px) * 0.00982); }
    .header-mobile-phone {
      font-size: 12px;
      line-height: 14px;
      color: #0054A6;
      text-decoration: underline;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      width: 100%;
      margin-left: 15%; }
      @media (max-width: 768px) {
        .header-mobile-phone {
          margin-left: 0; } }
      .header-mobile-phone__icon {
        width: 18.13px;
        height: 18.13px;
        margin-right: 8.16px;
        fill: #0054A6; }
      .header-mobile-phone:hover {
        color: #ED1847; }
        .header-mobile-phone:hover .header-mobile-phone__icon {
          fill: #ED1847; }
    .header-mobile-callback {
      width: calc(137px + (100vw - 320px) * 0.54471);
      height: 40px;
      font-weight: 900;
      font-size: 11px;
      line-height: 14px; }
      @media (max-width: 768px) {
        .header-mobile-callback {
          width: 120px;
          font-size: 10px; } }
  .header .domain-phone-name {
    color: #0054A6;
    font-size: 12px;
    margin-left: 32px; }

.mobile-domain-phone {
  font-size: 11px;
  color: #0054A6; }

.footer {
  width: 100%;
  padding: 0 75px;
  background: #EDF2F8; }
  @media (max-width: 1600px) {
    .footer {
      padding: 0 15px; } }
  .footer-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 106px;
    border-bottom: 1px solid #C5D7EA; }
    .footer-top-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 600px) {
        .footer-top-top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap; } }
    @media (max-width: 1170px) {
      .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        height: unset;
        padding: 15px 0 28px; } }
    .footer-top-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 979px) {
        .footer-top-right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      @media (max-width: 600px) {
        .footer-top-right {
          padding-top: 26px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          border-top: 1px solid #C5D7EA;
          width: 100%; } }
  .footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 0 45px; }
    @media (max-width: 1800px) {
      .footer-middle {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  @media (max-width: 1800px) and (max-width: 1320px) {
    .footer-middle {
      padding: 0 0 45px; } }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 54px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-top: 1px solid #C5D7EA; }
    @media (max-width: 1170px) {
      .footer-bottom {
        height: unset; } }
    .footer-bottom-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      @media (max-width: 1170px) {
        .footer-bottom-left {
          margin-top: -2px;
          width: 100%; } }
  @media (max-width: 1170px) and (max-width: 768px) {
    .footer-bottom-left {
      margin-top: 0;
      padding-top: 14px; } }
    .footer-bottom__copyright {
      margin-right: 43px;
      padding: 2px 0; }
      @media (max-width: 768px) {
        .footer-bottom__copyright {
          width: 100%;
          margin-right: 0; } }
    .footer-bottom__copyright, .footer-bottom__privacy {
      font-size: 14px;
      line-height: 20px;
      color: #333; }
    .footer-bottom__privacy {
      padding: 16px 0;
      text-decoration: underline;
      margin-right: 37px; }
      .footer-bottom__privacy:hover {
        color: #ED1847; }
    .footer-bottom-sitemap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #0054A6;
      font-size: 14px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 20px; }
      .footer-bottom-sitemap__icon {
        height: 24px;
        width: 24px;
        fill: #0054A6;
        margin-right: 9px; }
      .footer-bottom-sitemap:hover {
        color: #ED1847; }
        .footer-bottom-sitemap:hover .footer-bottom-sitemap__icon {
          fill: #ED1847; }
      @media (max-width: 768px) {
        .footer-bottom-sitemap {
          width: 100%; } }
    .footer-bottom-placestart {
      padding: 10px 0;
      color: #333;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 18px; }
      @media (max-width: 1170px) {
        .footer-bottom-placestart {
          margin-top: 15px; } }
      .footer-bottom-placestart__logo {
        height: 21px;
        width: 21px;
        fill: #9BBF2E;
        margin-left: 5px;
        margin-top: 2px; }
      .footer-bottom-placestart__text {
        height: 10px;
        width: 79.05px;
        fill: #333; }
      .footer-bottom-placestart:hover {
        color: #ED1847; }
        .footer-bottom-placestart:hover .footer-bottom-placestart__logo, .footer-bottom-placestart:hover .footer-bottom-placestart__text {
          fill: #ED1847; }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal; }
    @media (max-width: 1800px) {
      .footer-nav {
        width: 100%; } }
    .footer-nav-item {
      width: calc(100% / 5 - 20px);
      margin-bottom: 30px; }
      .footer-nav-item.edit-width {
        max-width: 300px; }
      .footer-nav-item.autoglass.edit {
        width: calc(100% / 2); }
        @media (max-width: 860px) {
          .footer-nav-item.autoglass.edit {
            width: calc(100%); }
            .footer-nav-item.autoglass.edit .edit {
              max-height: 230px; } }
  @media (max-width: 860px) and (max-width: 600px) {
    .footer-nav-item.autoglass.edit .edit {
      max-height: 290px; } }

@media (max-width: 860px) and (max-width: 600px) and (max-width: 480px) {
  .footer-nav-item.autoglass.edit {
    width: 100%; }
    .footer-nav-item.autoglass.edit .edit {
      max-height: initial; } }
      @media (max-width: 1320px) {
        .footer-nav-item {
          margin-top: 30px;
          width: calc(100% / 5 - 20px); } }
  @media (max-width: 1320px) and (max-width: 860px) {
    .footer-nav-item {
      width: calc(100% / 3); } }
  @media (max-width: 1320px) and (max-width: 860px) and (max-width: 600px) {
    .footer-nav-item {
      width: calc(100% / 2); } }
  @media (max-width: 1320px) and (max-width: 860px) and (max-width: 600px) and (max-width: 480px) {
    .footer-nav-item {
      width: 100%; } }
      .footer-nav-item__title {
        display: block;
        font-weight: bold;
        font-size: calc(18px + (100vw - 320px) * 0.0025);
        line-height: calc(20px + (100vw - 320px) * 0.00375);
        color: #333; }
        .footer-nav-item__title:hover {
          color: #ED1847; }
      .footer-nav-item-subitem {
        display: block;
        padding: calc(6px + (100vw - 320px) * 0.00156) 0;
        color: #333;
        font-size: calc(14px + (100vw - 320px) * 0.00063);
        line-height: 20px; }
        .footer-nav-item-subitem.edit {
          padding-right: calc(6px + (100vw - 320px) * 0.00156); }
        .footer-nav-item-subitem:hover {
          color: #ED1847; }
        .footer-nav-item-subitems {
          max-width: 210px;
          margin-top: calc(8px + (100vw - 320px) * 0.00219); }
          .footer-nav-item-subitems.edit {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            max-height: 350px;
            max-width: 100%; }
  .footer-info {
    width: 412px;
    position: relative; }
    .footer-info .footer-nav-item {
      width: 100%; }
    .footer-info__link {
      font-weight: bold;
      font-size: calc(18px + (100vw - 320px) * 0.0025);
      line-height: calc(20px + (100vw - 320px) * 0.00375);
      color: #333;
      margin-top: 20px;
      margin-right: 20px; }
      .footer-info__link:first-child {
        margin-top: 0; }
      .footer-info__link:hover {
        color: #ED1847; }
    .footer-info-drive2 {
      margin-top: 34px;
      margin-right: 34px;
      height: 46px;
      width: 112px; }
      .footer-info-drive2__img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .footer-info-drive2, .footer-info__link {
      display: block; }
    .footer-info-social {
      margin-top: 34.86px;
      margin-right: 34.86px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 283.14px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 480px) {
        .footer-info-social {
          margin-left: 10.48px;
          width: 250.23px; } }
      .footer-info-social-item {
        height: calc(37.81px + (100vw - 320px) * 0.00376);
        width: calc(37.81px + (100vw - 320px) * 0.00376); }
        .footer-info-social-item__icon {
          height: 100%;
          width: 100%;
          fill: none;
          -o-object-fit: contain;
             object-fit: contain; }
    .footer-info-payment {
      margin-top: 36.31px; }
      @media (max-width: 768px) {
        .footer-info-payment {
          margin-top: 25.71px; } }
      .footer-info-payment__title {
        font-size: 15px;
        line-height: 26px;
        color: #333; }
      .footer-info-payment-items {
        margin-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .footer-info-payment-item {
        height: 11px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 20px; }
    @media (max-width: 1800px) {
      .footer-info {
        margin-top: 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .footer-info-left {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
    @media (max-width: 1800px) and (max-width: 768px) {
      .footer-info-left {
        display: block; } }
    @media (max-width: 1800px) {
        .footer-info-right {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          margin-top: 20px; } }
    @media (max-width: 1800px) and (max-width: 768px) {
      .footer-info-right {
        margin-top: 40px;
        display: block; } }
    @media (max-width: 1800px) {
          .footer-info-right-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline; } }
      @media (max-width: 1800px) and (max-width: 600px) {
        .footer-info-right-left {
          display: block; } }
    @media (max-width: 1800px) {
        .footer-info__link, .footer-info-drive2, .footer-info-social, .footer-info-payment {
          margin-top: 0; } }
  @media (max-width: 1800px) and (max-width: 768px) {
    .footer-info-payment {
      margin-top: 40px; } }

@media (max-width: 1800px) and (max-width: 768px) and (max-width: 600px) {
  .footer-info-social {
    margin-top: 30px; }
  .footer-info-payment {
    margin-top: 25.5px; } }
  @media (max-width: 1800px) and (max-width: 768px) {
    .footer-info__link {
      margin-top: 14px; } }
  .footer-logo {
    width: calc(322px + (100vw - 768px) * 0.03819);
    height: calc(70.5px + (100vw - 768px) * 0.00188);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .footer-logo {
        width: calc(229px + (100vw - 320px) * 0.20759);
        height: calc(46.2px + (100vw - 320px) * 0.05424); } }
    .footer-logo__icon {
      height: calc(70.48px + (100vw - 768px) * 0.0019);
      width: calc(102px + (100vw - 768px) * 0.00608); }
      @media (max-width: 768px) {
        .footer-logo__icon {
          height: calc(46.2px + (100vw - 320px) * 0.05424);
          width: calc(67px + (100vw - 320px) * 0.07812); } }
    .footer-logo__text {
      font-size: calc(18px + (100vw - 768px) * 0.00087);
      line-height: calc(23px + (100vw - 768px) * 0.00087);
      color: #333;
      margin-left: calc(20px + (100vw - 768px) * 0.00694);
      max-width: calc(200px + (100vw - 768px) * 0.02517); }
      @media (max-width: 768px) {
        .footer-logo__text {
          font-size: calc(13px + (100vw - 320px) * 0.01116);
          line-height: calc(17.3px + (100vw - 320px) * 0.01272);
          max-width: calc(141px + (100vw - 320px) * 0.1317); } }
    @media (max-width: 600px) {
      .footer-logo {
        margin: 15px 0 0 15px; } }
    @media (max-width: 1170px) {
      .footer-logo {
        margin-bottom: 14.5px; } }
  .footer-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: calc(18px + (100vw - 320px) * 0.0025);
    line-height: calc(20px + (100vw - 320px) * 0.00375);
    color: #0054A6;
    padding: 30px 0;
    margin-right: 23px; }
    .footer-phone__icon {
      height: calc(22px + (100vw - 320px) * 0.0025);
      width: calc(22px + (100vw - 320px) * 0.0025);
      fill: #0054A6;
      margin-right: calc(10px + (100vw - 320px) * -0.00063); }
    @media (max-width: 979px) {
      .footer-phone {
        margin-right: 0;
        padding: 30px 0 0; } }
  @media (max-width: 979px) and (max-width: 600px) {
    .footer-phone {
      padding: 0; } }
    .footer-phone:hover {
      color: #ED1847; }
      .footer-phone:hover .footer-phone__icon {
        fill: #ED1847; }
  .footer-callback {
    padding: 30px 0;
    margin-right: 41px; }
    .footer-callback__text {
      font-style: italic;
      font-size: 16px;
      line-height: 24px;
      color: #0054A6;
      border-bottom: 1px dashed #0054A6; }
    .footer-callback:hover .footer-callback__text {
      color: #ED1847;
      border-bottom: 1px dashed #ED1847; }
    @media (max-width: 979px) {
      .footer-callback {
        margin-right: 0;
        padding: 0 0 30px; } }
  @media (max-width: 979px) and (max-width: 600px) {
    .footer-callback {
      margin-top: 3px;
      padding: 0; } }
  .footer-registration {
    height: calc(40px + (100vw - 320px) * 0.00813);
    width: calc(176px + (100vw - 320px) * 0.04188);
    font-weight: 900;
    font-size: calc(11px + (100vw - 320px) * 0.00313);
    line-height: calc(15px + (100vw - 320px) * 0.00562); }
    @media (max-width: 1170px) {
      .footer-registration {
        width: 50%; } }
  @media (max-width: 1170px) and (max-width: 979px) {
    .footer-registration {
      width: 100%; } }
  @media (max-width: 1170px) and (max-width: 979px) and (max-width: 600px) {
    .footer-registration {
      width: 176px; } }
    @media (max-width: 600px) {
      .footer-registration {
        margin: 15px 0 0 0; } }
    .footer-registration.--meduim {
      display: none; }
      @media (max-width: 1170px) {
        .footer-registration.--meduim {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (max-width: 600px) {
        .footer-registration.--meduim {
          display: none; } }
    .footer-registration.--dm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1170px) {
        .footer-registration.--dm {
          display: none; } }
  @media (max-width: 1170px) and (max-width: 600px) {
    .footer-registration.--dm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 600px) {
    .footer {
      padding: 0; }
      .footer-bottom {
        padding: 0 15px; }
      .footer-top {
        padding: 0; }
        .footer-top-right {
          padding: 26px 15px 28px; }
      .footer-middle {
        padding: 0 15px 36.77px; } }

.modal-domains {
  padding: 35px 30px;
  width: 300px; }
  .modal-domains-item {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    display: block; }
    .modal-domains-item.active {
      color: #0054A6; }
    .modal-domains-item:hover {
      color: #ED1847; }

.modal-near {
  padding: calc(20px + (100vw - 320px) * 0.00688) calc(20px + (100vw - 320px) * 0.01562) calc(20px + (100vw - 320px) * 0.0175) calc(20px + (100vw - 320px) * 0.01);
  width: 1215px;
  height: 718px;
  position: relative; }
  @media (max-width: 1290px) {
    .modal-near {
      width: 100%;
      height: 100vh;
      overflow: scroll; } }
  .modal-near__header {
    font-weight: 900;
    font-size: calc(18px + (100vw - 320px) * 0.00625);
    line-height: calc(24px + (100vw - 320px) * 0.0075);
    color: #333; }
    @media (max-width: 1170px) {
      .modal-near__header {
        padding-right: 20px; } }
  .modal-near-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    top: 0;
    right: 0; }
    .modal-near-close__svg {
      width: 24px;
      height: 24px;
      fill: #333; }
    @media (max-width: 1290px) {
      .modal-near-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .modal-near-content {
    width: 100%;
    height: -webkit-fill-available;
    position: relative;
    margin-top: 26px; }
    .modal-near-content-select {
      position: relative;
      z-index: 1;
      padding: 40px 32px;
      height: 486px;
      width: 330px;
      -webkit-box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.15);
              box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.15);
      border-radius: 3px;
      background: #fff; }
      @media (max-width: 1170px) {
        .modal-near-content-select {
          width: 100%;
          height: 400px; } }
      .modal-near-content-select-list {
        width: 100%;
        height: 345px;
        margin-top: 20px; }
        @media (max-width: 1170px) {
          .modal-near-content-select-list {
            height: 250px; } }
        .modal-near-content-select-list-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .modal-near-content-select-list-item.hidden {
            display: none; }
          .modal-near-content-select-list-item-letter {
            width: 38px;
            height: 38px;
            border: 1px solid #ED1847;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-weight: 900;
            font-size: 16px;
            line-height: 24px;
            color: #ED1847;
            margin-right: 19px; }
          .modal-near-content-select-list-item-subitems {
            display: block;
            margin-top: -5.5px; }
            .modal-near-content-select-list-item-subitems__city {
              font-weight: 500;
              padding: 12.5px 0;
              display: block;
              font-size: 16px;
              line-height: 24px;
              color: #333; }
              .modal-near-content-select-list-item-subitems__city.active {
                -webkit-text-decoration-line: underline;
                        text-decoration-line: underline;
                color: #ED1847; }
              .modal-near-content-select-list-item-subitems__city:hover {
                color: #0054A6; }
              .modal-near-content-select-list-item-subitems__city.hidden {
                display: none; }
      .modal-near-content-select-map {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        @media (max-width: 1170px) {
          .modal-near-content-select-map {
            margin-top: 15px;
            position: unset; } }

.modal-typical {
  width: 544px;
  padding: calc(25px + (100vw - 320px) * 0.015) calc(30px + (100vw - 320px) * 0.01875);
  position: relative; }
  @media (max-width: 600px) {
    .modal-typical {
      width: 100%;
      overflow: scroll; } }
  .modal-typical-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46px;
    height: 46px; }
    .modal-typical-close__svg {
      width: 24px;
      height: 24px;
      fill: #333; }
  .modal-typical-form {
    display: block;
    margin-top: 24px; }
  .modal-typical__header {
    font-weight: 900;
    font-size: calc(18px + (100vw - 320px) * 0.00625);
    line-height: calc(22px + (100vw - 320px) * 0.00875);
    color: #333333;
    text-align: center; }
  .modal-typical__description {
    margin-top: 14px;
    font-size: calc(12px + (100vw - 320px) * 0.0025);
    line-height: calc(18px + (100vw - 320px) * 0.00375);
    color: #878787;
    text-align: center; }
  .modal-typical__send, .modal-typical__send2 {
    margin-top: 17px;
    font-weight: 900;
    cursor: pointer;
    font-size: calc(12px + (100vw - 320px) * 0.0025);
    line-height: calc(18px + (100vw - 320px) * 0.00375);
    width: 100%;
    height: calc(40px + (100vw - 320px) * 0.00813); }
  .modal-typical-personal {
    margin-top: 13px; }
    .modal-typical-personal, .modal-typical-personal__link {
      font-size: calc(11px + (100vw - 320px) * 0.0025);
      line-height: calc(16px + (100vw - 320px) * 0.00313);
      color: #878787; }
    .modal-typical-personal__link {
      text-decoration: underline; }
      .modal-typical-personal__link:hover {
        color: #0054A6; }
  .modal-typical__error {
    display: none;
    margin-top: 12px;
    font-size: calc(12px + (100vw - 320px) * 0.0025);
    line-height: calc(18px + (100vw - 320px) * 0.00375);
    color: #ED1847; }
    .modal-typical__error.active {
      display: block; }

.modal-response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 466px; }

.modal-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-success__icon {
    width: 80px;
    height: 80px;
    fill: none; }
  .modal-success__header {
    margin-top: 17px;
    color: #0054A6; }
  .modal-success__description {
    margin-top: 15px; }

.modal-error__icon {
  width: 76px;
  height: 76px;
  fill: none; }

.modal-error__header {
  margin-top: 17px;
  color: #ED1847;
  max-width: 252px; }

.modal-error__description {
  margin-top: 15px; }

.modal-load__icon {
  width: 199px;
  height: 199px;
  fill: none; }

.modal-load__header {
  margin-top: 22.4px; }

.form-group-file {
  border: 1px #0054A6 solid;
  border-radius: 3px; }
  .form-group-file label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0054A6;
    font-size: calc(13px + (100vw - 768px) * 0.0026);
    font-weight: 900;
    height: calc(40px + (100vw - 320px) * 0.00813); }
    .form-group-file label img {
      margin-right: 16px; }
      @media (max-width: 768px) {
        .form-group-file label img {
          height: 60%; } }
    .form-group-file label svg {
      width: 20px;
      height: 20px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 10px; }
      .form-group-file label svg path {
        fill: #0054A6; }

.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.54);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20; }
  .modal-bg.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.modal-base {
  background: #fbfbfb;
  border-radius: 2px;
  display: none; }
  .modal-base.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.scroll-top {
  position: fixed;
  bottom: 75px;
  right: 75px;
  height: 120px;
  width: 120px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  z-index: -1; }
  @media (max-width: 1600px) {
    .scroll-top {
      bottom: 15px;
      right: 15px; } }
  @media (max-width: 1170px) {
    .scroll-top {
      display: none; } }
  .scroll-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 85px;
    width: 85px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ED1847;
    border: 1px solid #ED1847;
    cursor: pointer;
    -webkit-transition: border .3s, background-color .3s;
    transition: border .3s, background-color .3s; }
  .scroll-top__icon {
    width: 53px;
    height: 53px;
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .scroll-top.active {
    opacity: 1;
    z-index: 3; }
  .scroll-top.end {
    position: absolute;
    top: 66px;
    right: 0; }
    @media (max-width: 1800px) {
      .scroll-top.end {
        top: -195px; } }
    .scroll-top.end .scroll-top-wrapper {
      background: none;
      border: 1px solid #C5D7EA; }
    .scroll-top.end .scroll-top__icon {
      fill: #C5D7EA; }

.k-scroll-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.k-scroll-track {
  width: 100%;
  padding-right: 13px;
  overflow: scroll; }
  .k-scroll-track::-webkit-scrollbar {
    display: none; }
  .k-scroll-track::-moz-viewport-scroll {
    display: none; }

.k-scroll-bar {
  width: 5px;
  margin-top: 5px;
  height: calc(100% - 10px);
  background: #F9F9F9;
  border-radius: 9px;
  position: relative; }
  .k-scroll-bar.hidden {
    display: none; }
  .k-scroll-bar-slider {
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
    background: #0054A6;
    border-radius: 9px; }

.cookie {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1B2B55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px calc(15px + (100vw - 320px) * 0.09062);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cookie.hidden {
    display: none; }
  @media (max-width: 1170px) {
    .cookie {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .cookie__text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-right: 20px; }
    @media (max-width: 1170px) {
      .cookie__text {
        padding: 0;
        width: 100%; } }
  .cookie__link {
    text-decoration: underline; }
  .cookie__btn {
    width: 306px;
    height: 53px;
    border: 1px solid #fff;
    background: #1B2B55;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    color: #fff; }
    .cookie__btn:hover {
      background: #fff;
      color: #1B2B55; }
    @media (max-width: 1170px) {
      .cookie__btn {
        margin-top: 12px;
        width: 100%; } }

.address-modal {
  padding: 30px 28px 23px;
  -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
  background: #fff;
  width: 352px;
  position: absolute;
  top: 75px;
  right: 147px;
  display: none; }
  .address-modal-close {
    position: absolute;
    top: 11px;
    cursor: pointer;
    right: 11px;
    height: 24px;
    width: 24px; }
    .address-modal-close__svg {
      height: 100%;
      width: 100%;
      fill: #333; }
  .address-modal-bottom {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .address-modal-bottom__rate {
      height: 50px;
      width: 125px; }
    .address-modal-bottom__call {
      height: 52px;
      width: 140px;
      background: #0054A6;
      font-weight: 900;
      font-size: 16px;
      cursor: pointer;
      border: 1px solid #0054A6;
      line-height: 24px; }
      .address-modal-bottom__call:hover {
        background: #fff;
        color: #0054A6; }
  .address-modal__header {
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    color: #878787; }
  .address-modal__title {
    margin-top: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333; }
  .address-modal__phone {
    margin-top: 14px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #0054A6; }
  .address-modal__time {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    width: 200px; }
  .address-modal.active {
    display: block; }
  @media (max-width: 979px) {
    .address-modal {
      margin-top: 15px;
      position: unset;
      width: 100%;
      display: block; }
      .address-modal-close {
        display: none; } }

.phoneMask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 150px);
  width: 100vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .phoneMask__input {
    height: 50px;
    padding-left: 20px;
    font-size: 18px;
    width: 200px;
    background: #fcfcfc;
    border: 1px solid;
    border-radius: 2px; }

@media (max-width: 1240px) {
  .--desktop {
    display: none !important; } }

@media (min-width: 1241px) {
  .--mobile {
    display: none !important; } }

@media (max-width: 1170px) {
  .main {
    margin-top: 122px; } }

.privacy {
  padding-bottom: 100px; }

iframe .badge-widget {
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=base.css.map */
