a,
button {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    background: none;
    font-weight: inherit;
    font-size: inherit;

}
select {
    background-color: inherit;
}
blockquote {
    margin: 0;
}

button {
    border: none;
    font-family: inherit;
    margin: 0;
    padding: 0;
    font-size: inherit;
}
textarea {
    outline: none;
    border: none;
    resize: none;
}
textarea:focus {
    outline-width: 0;
}

input,
input::placeholder {
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    border: none;
    outline: none;
}
input::placeholder {
    color: inherit
}
picture {
    display: block;
    & img {
        width: 100%;
        min-height: 1px;
        max-width: 100%;
    }
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    margin-block-end: 0;
    margin-block-start: 0;
}

ul li {
    list-style-type: none;
}
ol li {
    list-style-type: none;
}
ol {
    margin: 0;
    padding: 0;
}
ol li {
    list-style-position: inside;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
  }

  main {
    display: block;
  }
  @media (max-width: 1100px) {
    .main {
      margin-top: 105px;
    }
  }
  @media (max-width: 677px) {
    .main {
      margin-top: 105px;
    }
  }
  @media (max-width: 600px) {
    .main {
      margin-top: 105px;
    }
  }
  @media (max-width: 508px) {
    .main {
      margin-top: 105px;
    }
  }
  @media (max-width: 400px) {
    .main {
      margin-top: 105px;
    }
  }
  hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
  }
  

  pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  

  a {
    background-color: transparent;
  }
  
  
  abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
  }
  
  b,
  strong {
    font-weight: 600;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  

  small {
    font-size: 80%;
  }
  
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }

  
  img {
    border-style: none;
    display: block;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0; 
  }
  
  
  button,
  input { 
    overflow: visible;
  }

  
  button,
  select { 
    text-transform: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  

  legend {
    box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; 
    white-space: normal; 
  }
  

  progress {
    vertical-align: baseline;
  }

  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  

  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit;
  }
  
  
  details {
    display: block;
  }

  summary {
    display: list-item;
  }

  template {
    display: none;
  }
  

  [hidden] {
    display: none;
  }
  /* header */

.header {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.header__container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.header__disclaimer {
    background-color: #b1c7fc;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    transition: height .3s ease, background-color .3s linear, color .3s linear;

}


@media (hover:hover) {
  .header__disclaimer:hover {
    background-color: #13007e;
}
}
.disclaimer__text {
    padding: 15px;
}

.header__top {
    background: linear-gradient(-225deg, #422bd4 0, #0876fa 100%);
}

.header__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__top-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__top-link {
    padding: 10px 0;
}

.header__top-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
    line-height: 1;
}

.header__phones a {
    position: relative;
}

.header__phones a::before {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background-color: #fff;
    left: 0;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

.header__phones a:hover::before {
    width: 100%;
}

.header__certificate {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
.header__certificate p, .header__name p {
    margin-bottom: 0 !important;
}
.header__center-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid #eaf2f5;
}

.header__center-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__logo {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.header__logo picture {
    width: 45px;
    height: 41px;
    display: block;
    flex-shrink: 0;
}

.header__logo picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.header__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-left: 10px;
    border-left: 1px solid #d1d1d1;
}

.header__name p {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
}

.header__region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    color: #737373;
    font-weight: 600;
    font-size: 18px;
}

.header__region:hover {
    color: #ff976b;
}

.header__region::before {
    display: block;
    content: "";
    width: 14px;
    height: 20px;
    background: url(../img/pin.png) center center no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__whatsapp {
    padding: 3px;
    width: 46px;
    height: 46px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}

.header__whatsapp picture {
    width: 100%;
    height: 100%;
    display: block;
}

.header__whatsapp picture img {
    width: 100%;
    height: 100%;
}

.header__whatsapp:hover {
    padding: 0;
}

.header__btn {
    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;
    padding: 14px 20px;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s lienar;
    transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s lienar;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
}

.header__btn_white {
    border: 2px solid #ff6f30;
    -webkit-box-shadow: 0 5px 13px rgba(255, 148, 102, 0.84);
            box-shadow: 0 5px 13px rgba(255, 148, 102, 0.84);
    background-color: transparent;
    position: relative;
    color: #f62;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.header__btn_white:hover {
    background-color: #ff5c13;
    color: #fff;
}

.header__btn_orange {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #ff976b), to(#ff5c13));
    background: linear-gradient(to left, #ff976b 0, #ff5c13 100%);
    color: #fff;
    -webkit-box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
            box-shadow: 0 5px 24px rgba(255, 148, 102, 0.81);
    border: 0;
    padding: 16px 20px;
    position: relative;
    overflow: hidden;
}

.header__btn_orange span {
    position: relative;
    z-index: 2;
}

.header__btn_orange::before {
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    inset: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #ff5c13), to(#ff976b));
    background: linear-gradient(to left, #ff5c13 0, #ff976b 100%);
}

.header__btn_orange:hover::before {
    width: 100%;
}

.header__badsee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 5px;
}

.header__badsee img {
    width: 51px;
    height: 31px;
}

.header__badsee span {
    font-size: 10px;
    line-height: 1;
    max-width: 120px;
    text-align: center;
}

.header__bottom-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header__bottom-link {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__bottom-link > a {
    font-size: 14px;
    transition: color .3s linear;
}
@media (hover:hover) {
  .header__bottom-link > a:hover {
    color: #ff5d14
  }
}
.header__bottom-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-mobile {
    background-color: #fff;
}

.header-mobile__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5c13), to(#ff966a));
    background: linear-gradient(90deg, #ff5c13 0, #ff966a 100%);
    -webkit-box-shadow: 0 4px 12px red;
            box-shadow: 0 4px 12px red;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-mobile__phone::before {
    display: block;
    width: 14px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url("../img/phone-call.svg") center center no-repeat;
    background-size: cover;
}

.header-mobile__top {
    padding: 6px 8px;
    background-color: #fff;
}

.header__consult {
    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;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background-color: #b1c7fc;
    color: #fff;
    font-weight: 900;
    font-size: 31px;
}

.header-mobile__btn {
    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;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    background-color: #f0f0f0;
}

.line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #ff5d14;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.hamRotate.active {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.ham7 .top {
    stroke-dasharray: 40 82;
}

.ham7 .middle {
    stroke-dasharray: 40 111;
}

.ham7 .bottom {
    stroke-dasharray: 40 161;
}

.ham7.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}

.ham7.active .middle {
    stroke-dashoffset: 23px;
}

.ham7.active .bottom {
    stroke-dashoffset: -83px;
}

.header-mobile__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 0;
}

.header__logo_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 1;
}
.header__logo_mobile p {
  font-weight: 700;
  font-size: 14px;
}
.header-mobile__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-mobile {
    display: none;
}

.header__top-submenu ul, .header__bottom-submenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.burger__menu {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.header__bottom, .header {
  background-color: #fff;
}
@media (min-width: 1101px) {

    .header__bottom-submenu {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        z-index: 100;
        left: 0;
        color: #343434;
        background-color: #fff;
        border-radius: 6px;
        -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.2s ease, transform 0.3s ease;
        transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
    }
    .header__bottom-link:last-child .header__bottom-submenu{
      left: auto;
      right: 0;
    }
    .header__bottom-submenu ul {
        padding: 10px;
        border-radius: 6px;
        border: 2px solid #ff976b;
        -webkit-box-shadow: 0 5px 13px red;
                box-shadow: 0 5px 13px red;
        min-width: 250px;
        max-height: 50vh;
        overflow-y: auto;
    }

    .header__bottom-submenu ul::-webkit-scrollbar {
        width: 6px;
        border-radius: 6px;
    }

    .header__bottom-submenu ul::-webkit-scrollbar-thumb {
        background-color: #ff5c13;
        border-radius: 6px;
    }

    .header__bottom-submenu ul::-webkit-scrollbar-track {
        background: #0876fa;
        border-radius: 6px;
    }

    .header__bottom-submenu ul a {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
    }

    .header__bottom-submenu ul a::before {
        display: block;
        content: "";
        border-radius: 50%;
        width: 6px;
        height: 6px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-color: #422bd4;
        -webkit-transition: background-color 0.25s linear;
        transition: background-color 0.25s linear;
    }

    .header__bottom-submenu ul a:hover {
        color: #ff976b;
    }

    .header__bottom-submenu ul a:hover::before {
        background-color: #ff976b;
    }

    .header__top-button {
        display: block;
        width: 6px;
        height: 6px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        pointer-events: none;
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    }

    .header__top-menu:hover .header__top-button {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
    }

    .header__top-menu:hover .header__top-submenu {
        opacity: 1;
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        pointer-events: all;
    }

    .header__top-submenu {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        z-index: 100;
        left: 0;
        color: #343434;
        background-color: #fff;
        border-radius: 6px;
        -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.2s ease, transform 0.3s ease;
        transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
    }

    .header__top-submenu ul {
        padding: 10px;
        border-radius: 6px;
        border: 2px solid #ff976b;
        -webkit-box-shadow: 0 5px 13px red;
                box-shadow: 0 5px 13px red;
        min-width: 250px;
    }

    .header__top-submenu ul a:hover {
        color: #ff976b;
    }

    .header__bottom-button {
        display: block;
        width: 5px;
        height: 5px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        pointer-events: none;
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    }

    .header__bottom-menu:hover .header__bottom-button {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
    }

    .header__bottom-menu:hover .header__bottom-submenu {
        opacity: 1;
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        pointer-events: all;
    }
    .header__bottom.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      animation: headerAnimation .3s linear;
      box-shadow: 0 2px 5px 0px rgba(0,0,0,.25);
    }
}
@keyframes headerAnimation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1100px) {
    .header__bottom-submenu li {
       display: flex;
       gap: 10px;
       align-items: center;

    }
    .header__bottom-submenu li::before {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: #fff;
    }
  .header__bottom {
    background-color: transparent;
  }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 5px rgba(0,0,0,.25);
        z-index: 12000;
    }

    .header__top-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__certificate {
        padding-left: 0;
        border-left: none;
    }

    .header__bottom-menu, .header__top-menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .header__center-inner, .header__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__bottom-submenu, .header__top-submenu {
        width: 100%;
        display: none;
    }

    .header__bottom-submenu > ul, .header__top-submenu > ul {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .header__bottom-submenu.active, .header__top-submenu.active {
        display: block;
    }

    .header__bottom-submenu.active > ul, .header__top-submenu.active > ul {
        opacity: 1;
    }

    .header__btn_white {
        color: #fff;
        border-color: #fff;
    }

    .header__top-button, .header__bottom-button {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
    }

    .header__top-button::before, .header__bottom-button::before {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 45%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                transform: translate3d(-50%, -50%, 0) rotate(45deg);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    }

    .header__top-button.panel-active::before, .header__bottom-button.panel-active::before {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(225deg);
                transform: translate3d(-50%, -50%, 0) rotate(225deg);
    }

    .header-mobile {
        display: block;
    }

    .header__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header__inner {
        position: relative;
        width: 100%;
    }

    .header__content {
        position: absolute;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #2a49e3), to(#1665f1));
        background: linear-gradient(90deg, #2a49e3 0, #1665f1 100%);
        color: #fff;
        height: 0;
        -webkit-transition: -webkit-clip-path 0.3s linear;
        transition: -webkit-clip-path 0.3s linear;
        transition: clip-path 0.3s linear;
        transition: clip-path 0.3s linear, -webkit-clip-path 0.3s linear;
        -webkit-clip-path: circle(0 at 100% 0%);
                clip-path: circle(0 at 100% 0%);
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .header__content.active {
        -webkit-clip-path: circle(100%);
                clip-path: circle(100%);
    }

    .header__top {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .header__center {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-bottom: 120px;
    }

    .header__center-inner {
        border-bottom: none;
    }

    .header__bottom {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .header_hide {
        display: none;
    }

    .header__bottom-button {
        border-color: #fff;
    }

    .header__top {
        background: transparent;
    }

    .header__bottom-nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 10px;
    }

    .header__bottom-link {
        padding: 0;
    }

    .header__bottom-link > a {
        font-size: 16px;
        font-weight: 600;
    }

    .header__top-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 0;
    }

    .header__top-nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__top-link {
        padding: 0;
        font-size: 16px;
        font-weight: 600;
    }
}
@media (max-width: 600px) {
  .disclaimer__text {
    padding: 6px 8px;
    line-height: 1;
    font-size: 12px;
  }
  .header__logo_mobile p {
    font-weight: 700;
    font-size: 12px;
    white-space: normal;
  }
}
@media (max-width: 400px) {
  .header-mobile__btns {
    gap: 5px;
  }
  .header__logo picture {
    width: 34px;
    height: 32px;
  }
  .header__logo_mobile {
    gap: 5px;
  }
  .header__container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 340px) {
  .header__consult, .header-mobile__btn {
    width: 30px;
    height: 30px;
  }
}

.region_ul {
  list-style: none;
  text-align: left;
  padding-inline-start: 15px;
}
.region_ul li {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
}
.region_select_link {
  color: #737373;
  font-weight: 600;
  font-size: 18px;
  margin-left: 20px;
}
#active_city,
.active_city {
  color: #000;
  font-weight: 600;
}
.city_names {
  color: #000;
}
.city_names:hover {
  color:  #ff966a
}
.disclaimer_footer_second {
  justify-content: center;
    display: flex;
    height: 50px;
    align-items: center;
    background-color: #fff;
    color: #000;
    margin: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
@media (max-width: 900px) {
  .disclaimer_footer_second  {
    font-size: 14px ;
    font-weight: 900;
  }

}
.burger-lock {
overflow: hidden;
}
.header__region-mobile {
  font-size: 16px;
  display: none;
 color: #333;
 background-color: #fff;
 padding: 6px 8px;
 border-radius: 6px;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .header__region-mobile  {
    display: block;
  }
}