@charset "UTF-8";

@font-face {
  font-family: Calibri;
  font-display: swap;
  src: url("../fonts/calibri.woff2") format("woff2"), url("../fonts/calibri.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Calibri;
  font-display: swap;
  src: url("../fonts/calibri_bold.woff2") format("woff2"), url("../fonts/calibri_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a {
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

:root {
  --colorBlack: #333;
  --colorBlue: #5e667d;
  --colorBlueAccent: #5e667d;
  --colorYellow: #FFD300;
  --colorBlack: #333;
  --colorRed: #E80606;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #f7f7f7;
  color: var(--colorBlack);
  font-size: 16px;
  line-height: 1.3;
  font-family: "Calibri", sans-serif;
}

body.lock {
  overflow: hidden;
}

body.is-popup {
 /* overflow: hidden;
 padding-right: 15px; */
}

body.is-popup .header {
  padding-right: 15px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 1 auto;
  padding-top: 125px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position:relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

.header-topbar {
  background-color: #5e667d;
}

.header-topbar__row {
  height: 70px;
  display: flex;
  align-items: center;
}

.header__lang {
  margin-left: 18px;
  flex: 0 0 68px;
}

.header__lang button {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  border: 1px solid #fff;
  padding: 2px 8px;
  padding-right: 0;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  font-family: Calibri;
  width: 100%;
  height: 22px;
  margin: 1px 0;
}

.header__search {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 1 320px;
  margin-right: 20px;
}

.header__search input,
.header__search button {
  height: 22px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 10px;
  font-family: "Calibri", sans-serif;
}

.header__search input {
  background-color: #fff;
  flex: 1 1 auto;
  color: var(--colorBlue);
}

.header__search input::-webkit-input-placeholder {
  color: #7f7f7f;
}

.header__search input::-moz-placeholder {
  color: #7f7f7f;
}

.header__search input::placeholder {
  color: #7f7f7f;
}

.header__search button {
  background-color: var(--colorBlueAccent);
  color: #fff;
  font-weight: 700;
  min-width: 94px;
}

.header__icons {
  margin-left: auto;
  display: flex;
  gap: 18px;
}

.header__icons > li {
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  color:#fff;
  font-size: 20px;
}

.header__icons > li > a,
.header__icons > li > button {
  display: block;
  width: 100%;
  height: 100%;
  color:#fff;
  font-size: 20px;
}

.header__phones{
  margin-top:2px;
}

.header__phones ul {
  width: 130px !important;
  left: 50% !important;
  translate: -50%;
  text-align: center;
  font-size: 13px;
  margin: -23px 0 0 -35px;
}
.header__phones ul a:hover{
  text-decoration:underline;
}

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

.header .header-main__row {
  transition: height 0.3s ease 0s;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 130px;
  height: 65px;
  background: url("/upload/img/icons/logo.png") 0 center/contain no-repeat;
  transition: all 0.3s ease 0s;
  will-change: transform;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
}

.header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  margin-left: 10px;
}

.header__nav > ul {
  display: flex;
  gap: 18px;
}


.header__nav > ul > li {
  padding: 7px 40px 7px 0;
}


.header__nav > ul > li > a,
.header__nav > ul > li > span > a {
  text-transform: uppercase;
  color: var(--colorBlue);
  line-height: 24px;
  position: relative;
}

.header__nav > ul > li > a::before,
.header__nav > ul > li > span > a::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #FFD300;
  transition: all 0.3s ease 0s;
}

.header__nav > ul > li > a::after,
.header__nav > ul > li > span > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #FFD300;
  transition: all 0.3s ease 0s;
}

.header__nav > ul > li > a:hover::before,
.header__nav > ul > li > span > a:hover::before {
  right: -5%;
  width: 55%;
}

.header__nav > ul > li > a:hover::after,
.header__nav > ul > li > span > a:hover::after {
  left: -5%;
  width: 55%;
}

.header__nav .menu__dropdown {
  position: relative;
}

.header__nav .menu__dropdown.open ul {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.header__nav .menu__dropdown span {
  text-transform: uppercase;
  color: var(--colorBlue);
  padding-right: 24px;
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 24px;
}

.header__nav .menu__dropdown span:hover::after {
  -webkit-animation: bounce-chevron 0.3s ease-in-out;
          animation: bounce-chevron 0.3s ease-in-out;
}

.header__nav .menu__dropdown span::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  right: 0;
  background: url("/upload/img/icons/chevron-down.svg") center/contain no-repeat;
}

.header__nav .menu__dropdown ul {
  position: absolute;
  bottom: 0;
  width: calc(100% + 12px);
  -webkit-transform: translateY(calc(100% - 10px));
          transform: translateY(calc(100% - 10px));
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  color: var(--colorBlue);
  left: -6px;
  padding: 0 5px;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease 0.2s;
}

.header__nav .menu__dropdown ul li:first-child {
  margin-top: 14px;
}

.header__nav .menu__dropdown ul li:last-child {
  margin-bottom: 14px;
}

.header__nav .menu__dropdown ul a {
  display: block;
  padding: 4px 5px;
  font-size: 14px;
  line-height: 17px;
  transition: background 0.3s ease 0s;
}

.header__nav .menu__dropdown ul a:hover {
  background: rgba(30, 121, 216, 0.1019607843);
}

.header__nav .menu__dropdown ul a b {
  display: block;
  margin-top: 4px;
}

.header__button-promo {
  min-width: 160px;
  height: 35px;
}

.header__btn-menu {
  margin-left: 30px;
  display: none;
}

.header__mobile-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 2;
  height: 45px;
  flex: 0 0 45px;
  width: 230px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.8));
  display: none;
}

.header__mobile-head .btn-menu {
  width: 25px;
  height: 25px;
  background: url("/upload/img/icons/btn-close.svg") center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.footer {
  padding: 55px 0 70px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 270px;
}

.footer__contacts li:first-child a {
  display: inline-block;
}

.footer__contacts li:nth-child(-n+2) {
  margin-bottom: 5px;
}

.footer__contacts a {
  padding-bottom: 2px;
}

.footer__contacts a,
.footer__nav-menu a {
  position: relative;
}

.footer__nav-menu a {
  font-weight:bolder;
}

.footer__contacts a:after,
.footer__nav-menu a:after {
  content: "";
  position: absolute;
  left: -2%;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #FFD300;
  transition: all 0.4s ease 0s;
}

.footer__contacts a:hover:after,
.footer__nav-menu a:hover:after {
  width: 104%;
}

.footer__nav-menu ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer__nav-menu a {
  line-height: 17px;
  display: inline-block;
  padding: 2px 0;
}

.footer__subscribe {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 75px;
}

.footer__subscribe b {
  display: flex;
  flex-direction: column;
}

.footer__subscribe-button {
  min-width: 215px;
  min-height: 30px;
}

.footer__socials {
  display: flex;
  justify-content: space-between;
  gap:4px;
  margin-top: 15px;
}
.footer__socials li {
  width: 32px;
  height: 32px;
}
.footer__socials a {
  background-size: 24px;
  background-position: 0 center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display:block;
  font-size: 28px;
  color:#5e667d;
}

.popup {
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup.open {
  visibility: visible;
}

.popup.open .popup__overlay {
  opacity: 0.5;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease 0s;
  padding: 30px 10px;
}

.popup__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease 0s;
  background-color: rgba(51, 51, 51, 0.1490196078);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.popup__content {
  position: relative;
  transition: all 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
          transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  background-color: #fff;
  max-width: 390px;
  padding: 60px 45px 40px;
}

.popup__btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  aspect-ratio: 1;
  background: none;
  width: 28px;
  background: url("/upload/img/icons/btn-close.svg") center/contain no-repeat;
}

.popup__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}

.popup__tab {
  flex: 0 0 calc(50% - 2px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: var(--colorBlueAccent);
  background-color: #fff;
  border: 1px solid var(--colorBlueAccent);
  box-shadow: -2px 10px 15px 0px rgba(51, 51, 51, 0.2);
  transition: all 0.3s ease 0s;
  font-weight: 700;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.popup__tab:hover {
  scale: 1.02;
}

.popup__tab.active {
  background-color: var(--colorBlueAccent);
  color: #fff;
  box-shadow: none;
  font-weight: 400;
  scale: 1;
}

.popup__forms {
  min-height: 380px;
  min-width: 300px;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.8s ease;
}

.popup__forms.is-agent form {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.popup__forms.toggle-sign-in {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.popup__forms.toggle-sign-in ~ .popup__btn-toggle span:first-child {
  display: none;
}

.popup__forms.toggle-sign-in ~ .popup__btn-toggle span:last-child {
  display: block;
}

.popup__forms-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--colorBlueAccent);
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.popup__forms-row:nth-child(2) {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.popup__forms-row form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 0 0 100%;
  padding: 20px 26px;
  transition: all 0.3s ease 0s;
}

.popup__forms-row label {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.popup__forms-row label:has(.input-error)::after {
  content: "(обов'язкове поле)";
  color: var(--colorRed);
  font-size: 12px;
  margin-top: 4px;
}

.popup__forms-row input {
  border: 1px solid rgba(51, 51, 51, 0.6980392157);
  width: 100%;
  height: 30px;
  border-radius: 5px;
  padding: 0 12px;
  color: rgba(51, 51, 51, 0.6980392157);
  font-size: 14px;
}

.popup__forms-row input:focus {
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1019607843);
}

.popup__forms-row input.input-error {
  border: 1px solid var(--colorRed);
  color: var(--colorRed);
}

.popup__forms-row input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.popup__forms-row input[type=checkbox]:checked + span::before {
  border: 1px solid var(--colorBlueAccent);
}

.popup__forms-row input[type=checkbox]:checked + span::after {
  scale: 1;
}

.popup__forms-row input[type=checkbox]:focus + span::before {
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1019607843);
}

.popup__forms-row label:has(input[type=checkbox]) {
  margin-top: 4px;
  font-size: 12px;
}

.popup__forms-row label:has(input[type=checkbox]) span {
  display: inline-block;
  padding-top: 2px;
  position: relative;
  padding-left: 24px;
}

.popup__forms-row label:has(input[type=checkbox]) span::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(51, 51, 51, 0.6980392157);
  border-radius: 5px;
  position: absolute;
}

.popup__forms-row label:has(input[type=checkbox]) span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url("/upload/img/icons/check.svg") center/12px no-repeat;
  scale: 0;
  transition: all 0.2s ease 0s;
}

.popup__forms-row label:has(input[type=checkbox]) a {
  text-decoration: underline;
  color: var(--colorBlueAccent);
}

.popup__forms-row button {
  margin-top: 10px;
  max-width: 200px;
  align-self: center;
  opacity: 1;
}

.popup__forms-row button:disabled {
  opacity: 0.7;
}

.popup__btn-toggle {
  margin-top: 20px;
  display: block;
  background: none;
  margin: 20px auto 0;
}

.popup__btn-toggle span {
  text-align: center;
}

.popup__btn-toggle span:first-child {
  display: block;
}

.popup__btn-toggle span:last-child {
  display: none;
}

.home-filters__item .select2-container {
  height: 40px;
}

.select2-container {
  width: 100% !important;
}

.selects-type-arrow .select2-selection {
  border: 1px solid var(--colorBlue) !important;
  border-radius: 5px !important;
  height: 100% !important;
}

.selects-type-arrow .select2-selection__placeholder {
  color: var(--colorBlue) !important;
}

.selects-type-arrow .select2-selection__arrow {
  background: url("/upload/img/icons/chevron-down.svg") center/contain no-repeat;
  top: calc(50% + 1px) !important;
}

.selects-type-arrow .select2-selection__arrow::before {
  display: none;
}

.selects-type-arrow .select2-selection__arrow::after {
  display: none;
}

.selects-type-arrow .select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.select2-selection {
  width: 100%;
  font-size: 16px !important;
  border: 1px solid var(--colorBlueAccent) !important;
  position: relative;
  z-index: 20;
  border-radius: 0px !important;
  height: 40px !important;
}

.select2-selection__rendered {
  height: 100%;
  display: flex !important;
  align-items: center;
  padding-left: 14px !important;
  color: var(--colorBlue) !important;
}

.select2-selection__arrow {
  width: 24px !important;
  height: 24px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  right: 4px !important;
  transition: all 0.2s ease 0s;
  position: relative;
}

.select2-selection__arrow::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--colorBlueAccent);
  font-size: 20px;
  font-family: Calibri;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.select2-selection__arrow::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--colorBlueAccent);
  font-size: 20px;
  font-family: Calibri;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.select2-selection__arrow b {
  display: none !important;
}

.select2-selection__placeholder {
  color: rgba(51, 51, 51, 0.6) !important;
}

.select2-dropdown {
  padding: 0 6px 14px;
}

.select2-search {
  padding: 0 8px 8px;
  padding-right: 20px;
}

.select2-search__field {
  border-color: var(--colorBlue) !important;
  color: var(--colorBlue) !important;
  height: 30px;
}

.select2-results__options {
  max-height: 230px !important;
  overflow-y: auto;
  background: #fff;
  padding-right: 6px;
}

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

.select2-results__options::-webkit-scrollbar-track {
  background: #A3CCEE;
  border-radius: 4px;
  border: 1px solid var(--colorBlue);
  background-color: #fff;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--colorBlue);
  border-radius: 4px;
}

.select2-results__options[aria-multiselectable=true] li {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: start;
  padding-left: 3px;
  background: transparent !important;
}

.select2-results__options[aria-multiselectable=true] li:hover {
  background-color: rgba(30, 121, 216, 0.1019607843) !important;
  color: #333 !important;
}

.select2-results__options[aria-multiselectable=true] li::before {
  content: "";
  left: 0;
  top: 0px;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  display: inline-block;
  border: 1px solid var(--colorBlueAccent);
  margin-right: 6px;
  margin-top: 2px;
}

.select2-results__options[aria-multiselectable=true] li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: url("/upload/img/icons/check.svg") center 0/11px no-repeat;
  display: none;
}

.select2-results__options[aria-multiselectable=true] li.select2-results__option[aria-selected=true]::after {
  display: block !important;
}

.select2-results__option {
  transition: all 0.2s ease 0s;
  margin-bottom: 8px;
  font-size: 14px;
  padding: 2px 8px;
  cursor: pointer;
}

.select2-results__option--highlighted {
  background-color: rgba(30, 121, 216, 0.1019607843) !important;
  color: #333 !important;
}

.select2-results__option[aria-selected=true] {
  background-color: rgba(30, 121, 216, 0.1019607843) !important;
  color: #333 !important;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.select2-container--default.select2-container--open .select2-selection__arrow::after {
  display: none;
}

body:has(.select2-dropdown--below) .select2-container--open .select2-selection {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

body:has(.select2-dropdown--below) .select2-dropdown {
  border: 1px solid var(--colorBlue) !important;
  border-top: none !important;
}

body:has(.select2-dropdown--above) .select2-container--open .select2-selection {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

body:has(.select2-dropdown--above) .select2-dropdown {
  border: 1px solid var(--colorBlue) !important;
  border-bottom: none !important;
  padding-top: 12px;
}

.select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
}

@-webkit-keyframes bounce-chevron {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes bounce-chevron {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@-webkit-keyframes bg-shiny-move {
  0%, 50% {
    background-position: -500px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes bg-shiny-move {
  0%, 50% {
    background-position: -500px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 5px;
  min-width: 160px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Calibri", sans-serif;
  text-align: center;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.button_primary {
  background: linear-gradient(91.23deg, #FFD300 0, #FFD300 50%, #FDE881 110%);
  color: var(--colorBlue);
  box-shadow: 5px 6px 20px 5px rgba(255, 211, 0, 0.1490196078);
  background-size: 200% 100%;
  background-position: 100% 0;
}

.button_primary:hover {
  background-position: 0;
}

.button_primary:focus {
  background-position: 0;
}

.button_secondary {
  background: #5e667d !important;
  color: #fff;
  background-size: 200% 100%;
  background-position: 100% 0;
}

.button_secondary:hover {
  background-position: 0;
}

.button_white {
  background: #fff;
  color: var(--colorBlueAccent);
  border: 1px solid var(--colorBlueAccent);
}

.button_shiny {
  position: relative;
  overflow: hidden;
}

.button_shiny::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-animation: bg-shiny-move 8s linear infinite;
          animation: bg-shiny-move 8s linear infinite;
  z-index: 1;
}

.link-underline {
  color: #0000EE;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 100%;
  position: relative;
  align-self: start;
}

.link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: var(--colorBlueAccent);
  transition: all 0.3s ease 0s;
}

.link-underline:hover::after {
  width: calc(100% + 12px);
  left: -6px;
}

.link-arrow {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.53px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--colorBlueAccent);
}

.link-arrow::after {
  position: relative;
  top: 0.5px;
  content: "";
  width: 12px;
  height: 8px;
  background: url("/upload/img/icons/chevron-down_blue.svg") center/contain no-repeat;
}

.bgi {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

section {
  margin-bottom: 90px;
}

section h2 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 44.46px;
  margin-bottom: 35px;
  color: var(--colorBlue);
  text-align: center;
  text-transform: uppercase;
}

.nav {
  font-family: "Calibri", sans-serif;
}

.grid-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.grid-4 .grid-item {
  flex: 0 0 calc(25% - 30px);
}

.grid-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.grid-2 .grid-item {
  flex: 0 0 calc(50% - 20px);
}

.grid-item_simple span {
  display: block;
  width: 100%;
  height: 170px;
  margin-bottom: 12px;
  background-position: center;
}

.grid-item_simple h3 {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  color: var(--colorBlue);
  font-weight: 700;
  padding: 0 5px;
}

.grid-item:hover .anim-scale > span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.grid-item .anim-scale {
  overflow: hidden;
}

.grid-item .anim-scale > span {
  display: block;
  height: 100%;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  will-change: transform;
}

.breadcrumbs {
  margin-bottom: 30px;
  display: flex;
  gap: 10px 2px;
  font-size: 12px;
  color: var(--colorBlue);
  flex-wrap: wrap;
}

.breadcrumbs a {
  display: flex;
  align-items: center;
}

.breadcrumbs a::after {
  content: "";
  background: url("/upload/img/icons/chevron-right.svg") center/contain no-repeat;
  flex: 0 0 12px;
  width: 12px;
  height: 15px;
}

.breadcrumbs span {
  font-weight: 700;
}

.head {
  margin-bottom: 50px;
}

.head__wrap {
  padding-top: 20px;
}

.head__banner {
  min-height: 190px;
  display: flex;
  align-items: center;
  padding: 10px 40px;
  position: relative;
  z-index: 2;
}

.head__banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(112.52deg, rgba(51, 51, 51, 0.6) 33.99%, rgba(51, 51, 51, 0) 84.34%);
}

.head__banner h1 {
  
  font-size: 54px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.head__banner_liners {
  flex-wrap: wrap;
  gap: 20px;
}

.head__banner_liners h1 {
  flex: 0 0 100%;
  margin-bottom: 4px;
  font-size: 42px;
  line-height: 62px;
  padding-right: 240px;
}

.head__banner_liners span {
  display: block;
  width: 160px;
  aspect-ratio: 26/6;
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 2;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
}

.head__banner_liners .button_primary {
  min-width: 200px;
}

.head-nav-tab {
  margin-top: -20px;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  background: #F7F7F7;
  top: 130px;
  z-index: 200;
}

.head-nav-tab_directions {
  margin-top: 10px;
  margin-bottom: 10px;
}

.head-nav-tab_directions ul {
  justify-content: flex-start;
}

.head-nav-tab_directions li {
  flex: 0 1 150px !important;
}

.head-nav-tab_common {
  margin: 0;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: transparent;
}

.head-nav-tab_common ul {
  justify-content: flex-start;
}

.head-nav-tab_common li {
  flex: 0 1 150px !important;
}

.head-nav-tab__list {
  display: flex;
  gap: 0 5px;
  justify-content: space-between;
  overflow-x: auto;

}

.head-nav-tab__list li {
  height: auto;
  flex:1;
}

.blocks_content{
  background-color: #ffffff;
  padding:30px 20px;
  margin-bottom:20px;
}

.head-nav-tab__list a {
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 12px;
  white-space: nowrap;
  background-color: #eeeeee;
  border-top: 2px solid #2c2c2c;
  color: #000;
}

.head-nav-tab__list a:hover {
  border-top:2px solid #000000;
  background-color: #fff;
}

.head-nav-tab__list a:hover::before {
  opacity: 1;
}


.head-nav-tab__list li.active a {

  border-top:2px solid #000000;
  background-color: #ffffff;
}

.head-nav-tab__list li.active a::before {
  opacity: 1;
}

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination li {
  flex: 0 0 28px;
  height: 28px;
  border: 1px solid var(--colorBlueAccent);
  color: var(--colorBlueAccent);
}

.pagination li a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}

.pagination li a:hover {
  background-color: var(--colorBlueAccent);
  color: #fff;
}

.pagination__active a {
  background-color: var(--colorBlueAccent);
  color: #fff;
}

.pagination__prev a::before,
.pagination .pagination__next a::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM0 4.5H14V3.5H0L0 4.5Z' fill='%231E79D8'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 14px;
  height: 14px;
}

.pagination__prev a:hover::before,
.pagination .pagination__next a:hover::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM0 4.5H14V3.5H0L0 4.5Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/contain;
}

.pagination__prev a::before {
  rotate: 180deg;
}

.label-rb {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 7px;
  position: relative;
  color: #333;
}

.label-rb:hover::before {
  opacity: 1;
}

.label-rb::before {
  content: attr(data-tooltip);
  position: absolute;
  top: -2px;
  left: 23px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 3;
  font-size: 10px;
  line-height: 14px;
  color: var(--colorBlueAccent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease 0s;
  background-color: #F7F7F7;
  padding: 0 2px;
  border-radius: 2px;
}

.label-rb::after {
  content: "?";
  position: absolute;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 1px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: var(--colorBlueAccent);
}

.label-rb_r span::before {
  content: "R";
}

.label-rb_b span::before {
  content: "B";
}

.label-rb span {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  color: var(--colorBlack);
  position: relative;
}

.label-rb span::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background-color: #C7EAFF;
}

.rate {
  display: flex;
  aspect-ratio: 5/1;
  overflow: hidden;
  height: 14px;
}

.rate::before {
  content: "";
  display: block;
  width: 100%;
  background: url("/upload/img/icons/star_filled.svg") 0/20% repeat;
}

.rate.rate-4::before {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.rate.rate-3::before {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.rate.rate-2::before {
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}

.rate.rate-1::before {
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}

.spoilers {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.spoiler {
  background-color: #fff;
}

.spoiler.open .spoiler__head::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.spoiler.open .spoiler__body {
  opacity: 1;
  transition: height 0.3s ease, opacity 0.4s ease 0.1s;
}

.spoiler__head {
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  padding-right: 68px;
  background: rgb(247,247,247);
  background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 75%, rgba(255,255,255,1) 100%);
  font-weight:bolder;
}

.spoiler__head::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 6px;
  right: 20px;
  background: url("/upload/img/icons/chevron-down.svg") center/contain no-repeat;
  transition: all 0.3s ease 0s;
}

.spoiler__head h3 {
  text-transform: uppercase;
  color: var(--colorBlue);
  line-height: 20px;
}

.spoiler__body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.4s ease 0s;
}

.spoiler__content {
  padding: 6px 20px 10px;
}

.mini-popup {
  position: relative;
}

.mini-popup.open ul {
  -webkit-transform: translateY(calc(100% + 6px));
          transform: translateY(calc(100% + 6px));
  transition: all 0.2s ease 0.1s;
}

.mini-popup button {
  background-color: transparent;
}

.mini-popup ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(calc(100% + 8px));
  transform: translateY(calc(100% + 8px));
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  color: var(--colorBlue);
  padding: 0 4px;
  transition: all 0.2s ease 0s;
  z-index: 2;
  height: 0;
  overflow: hidden;
  gap: 3px;
  font-size: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mini-popup li:first-child {
  margin-top: 10px;
}

.mini-popup li:last-child {
  margin-bottom: 10px;
}

.mini-popup a {
  padding: 0px 4px;
  transition: all 0.3s ease 0s;
  display: inline-block;
  width: 100%;
}

.mini-popup a:hover {
  background-color: rgba(30, 121, 216, 0.1019607843);
}

.mini-popup_arr button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-popup_arr button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: url("/upload/img/icons/chevron-down-w.svg") center/contain no-repeat;
}

.mini-popup_arr button:active ::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mini-popup_arr.open button::after {
  -webkit-animation: bounce-chevron 0.3s ease-in-out;
          animation: bounce-chevron 0.3s ease-in-out;
}

.text-clamp {
  display: flex;
  flex-direction: column;
}

.text-clamp.open .text-clamp__btn {
  align-self: end;
  line-height: 28px;
}

.text-clamp.open .text-clamp__btn span:first-child {
  display: none;
}

.text-clamp.open .text-clamp__btn span:last-child {
  display: block;
}

.text-clamp.open .text-clamp__btn::after {
  rotate: -180deg;
}

.text-clamp.open p {
  -webkit-line-clamp: 500;
}

.text-clamp > div {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--clampRows);
  transition: height 0.3s ease 0s;
}

.text-clamp__btn {
  align-self: end;
  line-height: 28px;
  margin-top: 4px;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.53px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--colorBlueAccent);
}

.text-clamp__btn::after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("/upload/img/icons/chevron-down_blue.svg") center/contain no-repeat;
}

.text-clamp__btn span:first-child {
  display: block;
}

.text-clamp__btn span:last-child {
  display: none;
}

.text-sc {
  background: #EDEDED;
  margin-bottom: 0;
  padding: 30px 0 60px;
}

.text-sc__wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.text-sc__wrap h1 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: var(--colorBlue);
  margin-bottom: 20px;
}

.text-sc__wrap h3 {
  color: var(--colorBlue);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 3px;
}

.text-sc__wrap ul li {
  list-style: disc;
  margin-left: 26px;
}

.text-sc__wrap ol {
  list-style-position: inside;
}

.text-sc__wrap ol li {
  margin-bottom: 0.8em;
}

.text-sc__wrap b span {
  color: #FF5407;
}

.mansion {
  height: 30px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  font-weight: 700;
}

.tabs__nav {
  display: flex;
  gap: 0 10px;
  overflow-x: auto;
  padding: 20px 0;
  position: relative;
  flex: 1 1 auto;
}

.tabs__nav-item {
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  flex: 1;
  height: 35px;
  border: 1px solid var(--colorBlueAccent);
  flex: 0 1 150px !important;
  position: relative;
}

.tabs__nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease 0s;
  opacity: 0;
  background: var(--colorBlueAccent) !important;

}

.tabs__nav-item.active a,
.tabs__nav-item:hover a {
  color: #fff;
}

.tabs__nav-item.active::before,
.tabs__nav-item:hover::before {
  opacity: 1;
}

.tabs__nav-item a {
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 8px 12px;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  background-color: transparent;
}

.tabs__block {
  display: none;
}

.tabs__block.active {
  display: block;
}

@media (min-width: 999px) {
  .header.is-scroll .header-main__row {
    height: 60px;
  }
}

@media (max-width: 998px) {
  main {
    padding-top: 108px;
  }

  .header-topbar__row {
    justify-content: space-between;
  }

  .header__lang {
    margin-right: 90px;
  }

  .header .header-main__row {
    height: 62px;
  }

  .header__nav {
    margin: 0;
    flex: 0 1 auto;
  }

  .header__nav > ul {
    gap: 0;
  }

  .header__nav > ul > li {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }

  .header__nav > ul > li > a,
  .header__nav > ul > li > span > a {
    font-size: 15px;
  }

  .header__nav > ul > li > a::before,
  .header__nav > ul > li > span > a::before {
    display: none;
  }

  .header__nav > ul > li > a::after,
  .header__nav > ul > li > span > a::after {
    display: none;
  }

  .header__nav .menu__dropdown.open span::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .header__nav .menu__dropdown span {
    font-size: 15px;
    display: flex;
    gap: 8px;
  }

  .header__nav .menu__dropdown span:hover::after {
    -webkit-animation: none;
            animation: none;
  }

  .header__nav .menu__dropdown span::after {
    position: static;
    transition: all 0.3s ease 0s;
  }

  .header__nav .menu__dropdown ul {
    position: static;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    background: none;
    padding: 0;
    transition: all 0.3s ease 0s;
  }

  .header__nav .menu__dropdown ul li:first-child {
    margin-top: 8px;
  }

  .header__nav .menu__dropdown ul li:last-child {
    margin-bottom: 0px;
  }

  .header__nav .menu__dropdown ul a {
    padding: 5px 0;
  }

  .header__btn-menu {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .header__btn-menu span {
    position: relative;
    transition: all 0.3s ease 0s;
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
  }

  .header__btn-menu span:first-child {
    top: 0px;
  }

  .header__btn-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .header__mobile-head {
    display: block;
  }

  .menu {
    transition: all 0.5s ease 0s;
    position: fixed;
    z-index: 102;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 230px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }

  .menu::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    z-index: -2;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .menu::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }

  .menu.open {
    right: 0;
  }

  .menu.open::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .menu__list {
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 12px 10px 22px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__wrap {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer__col {
    position: relative;
  }

  .footer__col:nth-child(4) {
    order: -1;
    flex: 0 0 100%;
    padding-bottom: 16px;
  }

  .footer__col:nth-child(4):after {
    display: block;
  }

  .footer__col::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 1px;
    background-color: rgba(51, 51, 51, 0.3019607843);
    display: none;
  }

  .footer__socials {
    flex-direction: row;
    justify-content: center;
    gap: 28px;
  }

  .grid-4 .grid-item {
    flex: 0 0 calc(33% - 26px);
  }
}

@media (max-width: 768px) {
  .footer__socials {
    flex-wrap: wrap;
    max-width: 350px;
    margin: 0 auto;
    gap: 18px 14px;
  }

  .grid-4 {
    gap: 20px;
  }

  .grid-4 .grid-item {
    flex: 0 0 calc(50% - 10px);
  }

  .grid-2 .grid-item {
    flex: 0 0 100%;
  }

  .breadcrumbs {
    margin-bottom: 16px;
    padding: 0 20px;
  }

  .head {
    margin-bottom: 40px;
  }

  .head__wrap {
    padding-top: 16px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .head__banner {
    min-height: 170px;
    padding: 20px;
  }

  .head__banner h1 {
    font-size: 42px;
  }

  .head-nav-tab {
    padding: 18px 0;
  }
}

@media (max-width: 750px) {
  .footer {
    padding: 0;
  }

  .footer__wrap {
    flex-direction: column;
    gap: 0;
  }

  .footer__col {
    padding: 20px 0;
  }

  .footer__col::after {
    display: block;
  }

  .footer__col:nth-child(2) {
    order: 1;
  }

  .footer__col:nth-child(2):after {
    display: none;
  }
}

@media (max-width: 700px) {
  .header__search {
    flex-direction: column;
    background-color: #fff;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 10px 22px;
    flex: 1 1 auto;
  }

  .header__search input {
    width: 100%;
    flex: 0 0 22px;
  }

  .header__search button {
    align-self: end;
  }

  .head__banner_liners h1 {
    padding-right: 0;
  }

}

@media (max-width: 576px) {

  .header__btn-menu{
    margin-left:15px;
  }

  body.is-popup {
    padding-right: 0;
  }

  body.is-popup .header {
    padding-right: 0;
  }

  main {
    padding-top: 70px;
  }

  .container {
    padding: 0 16px;
  }

  .header__lang {
    margin-right: 0px;
  }

  .header__icons {
    gap: 14px;
  }

  .header__icons > li {
    width: 22px;
    flex: 0 0 22px;
    height: 22px;
  }

  .header .header-main__row {
    height: 1px;
  }

  .header__logo {
    width: 120px;
    height: 60px;
    margin: 9px 0 0 -14px;
  }

  .header__button-promo {
    height: 30px;
    max-width: 150px;
    font-size: 14px;
  }

  .footer__contacts {
    font-size: 12px;
  }

  .footer__nav-menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  .footer__nav-menu ul li {
    flex: 0 0 50%;
  }

  .footer__subscribe {
    gap: 14px;
  }

  .popup__body {
    padding: 0;
  }

  .popup__content {
    width: calc(100% - 12px);
    height: calc(100vh - 12px);
    max-width: none;
    padding-top: 120px;
  }

  .popup__btn-close {
    top: 20px;
    right: 20px;
  }

  .home-filters__item .select2-container {
    height: 35px;
  }

  .link-underline:hover::after {
    width: calc(100% + 8px);
    left: -4px;
  }

  section {
    margin-bottom: 50px;
  }

  section h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 16px;
  }

  .breadcrumbs {
    margin-bottom: 14px;
    padding: 0 16px;
  }

  .head {
    margin-bottom: 36px;
  }

  .head__wrap {
    padding-top: 14px;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .head__banner {
    min-height: 140px;
    padding: 20px 16px;
  }

  .head__banner h1 {
    font-size: 32px;
  }

  .head__banner_liners h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .head__banner_liners .button {
    flex: 1 1 calc(50% - 10px);
    min-width: auto !important;
  }

  .head-nav-tab {
    top: 96px;
    padding: 16px 0;
  }

  .head-nav-tab__list {
    gap: 10px;
  }

  .head-nav-tab__list li {
    min-width: 100px;
  }
}