@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Neue-LT-Cyrillic-77-Bold-Condensed.woff2") format("woff2"), url("fonts/Helvetica-Neue-LT-Cyrillic-77-Bold-Condensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

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

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0px 70px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 40px;
  }
}
@media (max-width: 600px) {
  ._container {
    padding: 0px 20px;
  }
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper,
.swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper,
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper,
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper,
.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%), #fff;
  position: relative;
  z-index: 20;
}
@media (min-width: 998px) {
  .header {
    box-shadow: 0 4px 40px 0 rgba(0, 70, 138, 0.1);
  }
}
.header__top {
  border-bottom: 1px solid rgba(0, 70, 138, 0.1);
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .header__top {
    font-size: 14px;
  }
}
@media (max-width: 998px) {
  .header__top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 0;
    border-bottom: none;
    row-gap: 20px;
  }
}
.header__logo {
  width: 270px;
}
@media (max-width: 1400px) {
  .header__logo {
    width: 220px;
  }
}
@media (max-width: 800px) {
  .header__logo {
    width: 160px;
  }
}
@media (max-width: 450px) {
  .header__logo {
    width: 115px;
  }
}
.header__logo img {
  width: 100%;
}
.header__search {
  margin-left: auto;
}
@media (max-width: 998px) {
  .header__search {
    order: 7;
  }
}
.header__links {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4px;
  margin-left: 20px;
  margin-right: 12px;
}
.header__links_2 {
  display: none;
}
@media (max-width: 1200px) {
  .header__links {
    margin: 0;
  }
}
@media (max-width: 998px) {
  .header__links_1 {
    display: none;
  }
  .header__links_2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
}
.header__links a {
  font-weight: 500;
  color: #000;
}
.header__links a:nth-child(2) {
  font-weight: 700;
}
.header__card {
  width: 32px;
  position: relative;
}
@media (max-width: 600px) {
  .header__card {
    width: 20px;
  }
}
.header__card._active span {
  display: flex;
}
.header__card span {
  display: none;
  position: absolute;
  background-color: #ce3232;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 10px;
  aspect-ratio: 1/1;
  top: 0;
  right: -5px;
  font-weight: 700;
  font-size: 8px;
}
.header__card img {
  width: 100%;
}
.header__consult {
  padding: 16px 20px;
  border-radius: 4px;
  background: #00468a;
  color: #fff;
  font-family: Helvetica;
  font-weight: 700;
  white-space: nowrap;
}
.header__consult:hover {
  background: #5290cc;
}
@media (max-width: 800px) {
  .header__consult {
    padding: 10px 10px;
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .header__consult {
    padding: 8px;
    font-size: 11px;
  }
}
.header__bottom {
  display: flex;
  gap: 64px;
}
@media (max-width: 1200px) {
  .header__bottom {
    gap: 30px;
  }
}
@media (max-width: 998px) {
  .header__bottom {
    position: absolute;
    bottom: 0;
    transform: translate(0px, 100%);
    flex-direction: column;
    gap: 0px;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .header__bottom._active {
    opacity: 1;
    pointer-events: all;
  }
}
.header__el {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-bottom: 16px;
  padding-top: 16px;
  color: #000;
}
@media (max-width: 998px) {
  .header__el {
    flex-wrap: wrap;
  }
}
.header__el span {
  font-weight: 500;
}
@media (max-width: 1200px) {
  .header__el span {
    font-size: 14px;
  }
}
@media (max-width: 998px) {
  .header__el span {
    font-size: 16px;
  }
}
.header__el img {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .header__el img {
    width: 20px;
  }
}
.header__el:hover > span {
  color: #00468a;
  cursor: pointer;
}
.header__el:hover .item-categories__wp {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 998px) {
  .header__el:hover .item-categories__wp {
    display: block;
  }
}
.header__el .item-categories__wp {
  position: absolute;
  max-height: max-content;
  bottom: 0;
  transform: translate(0px, 100%);
  background: #fff;
  max-width: 320px;
  width: 320px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  padding: 0px 24px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 998px) {
  .header__el .item-categories__wp {
    display: none;
    position: relative;
    top: 0;
    bottom: auto;
    transform: translate(0);
    box-shadow: none;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 998px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 24px;
    cursor: pointer;
    z-index: 5;
  }
}
@media (max-width: 998px) and (max-width: 450px) {
  .icon-menu {
    width: 25px;
    height: 20px;
  }
}
@media (max-width: 998px) {
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 2px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background-color: #00468a;
  }
}
@media (max-width: 998px) and (max-width: 450px) {
  .icon-menu span {
    height: 4px;
  }
}
@media (max-width: 998px) {
  .icon-menu span:first-child {
    top: 0px;
  }
}
@media (max-width: 998px) {
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
}
@media (max-width: 998px) {
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 3px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

._more-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00468a;
  border-radius: 4px;
  padding: 16px 20px;
  max-width: 500px;
  margin: 0px auto;
  margin-top: 24px;
  gap: 20px;
  font-weight: 500;
  color: #00468a;
  width: 100%;
}
._more-btn._opened {
  display: none;
}

._title {
  font-weight: 700;
  font-size: 40px;
  font-family: Helvetica;
}
@media (max-width: 998px) {
  ._title {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  ._title {
    font-size: 34px;
  }
}

._arrow-s {
  display: flex;
  gap: 24px;
}
._arrow-s img {
  width: 52px;
}
._arrow-s div {
  cursor: pointer;
}
._arrow-s div:hover {
  opacity: 0.8;
}
._arrow-s ._arrow-s_l {
  transform: rotate(180deg);
}

._btn-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  padding: 16px 20px;
  background: #00468a;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat;
}
._btn-card:hover {
  background: #5290cc;
}
._btn-card._in-card {
  background: #4081c3;
  pointer-events: none;
}
@media (max-width: 998px) {
  ._btn-card {
    padding: 12px 20px;
  }
}
@media (max-width: 400px) {
  ._btn-card {
    font-size: 14px;
  }
}
._btn-card::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/card.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 400px) {
  ._btn-card::before {
    width: 16px;
    height: 16px;
  }
}

._searth {
  background: rgba(69, 162, 253, 0.1);
  padding: 12px 20px;
  max-width: 376px;
  width: 100%;
  display: grid;
  border-radius: 4px;
  grid-template-columns: 1fr 24px;
}
@media (max-width: 1400px) {
  ._searth {
    max-width: 300px;
  }
}
@media (max-width: 998px) {
  ._searth {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr 17px;
  }
}
._searth img {
  width: 100%;
}
._searth button {
  background: transparent;
}
._searth input {
  background: transparent;
}

.home__container {
  margin-top: 32px;
}
.home__block {
  position: relative;
}
.home__dots {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: flex;
  gap: 26px;
  align-items: center;
  z-index: 2;
}
@media (max-width: 998px) {
  .home__dots {
    display: none;
  }
}
.home__dots span {
  border-radius: 100%;
  background: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 0px 8px 0 rgba(20, 21, 23, 0.2);
}
.home__dots span.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  position: relative;
}
.home__dots span.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 14px;
  background-color: #00468a;
  height: 14px;
  border-radius: 50%;
}
.home__slide {
  background: #f5f5f5;
  display: grid;
  grid-template-columns: 1fr 3.4fr;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 1400px) {
  .home__slide {
    grid-template-columns: 1fr 2.4fr;
  }
}
.home__content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-right: 10px;
}
@media (max-width: 1400px) {
  .home__content {
    padding: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 998px) {
  .home__content {
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
}
.home__new {
  border-bottom: 2px solid #d53b3b;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d53b3b;
  font-family: Helvetica;
  max-width: max-content;
}
@media (max-width: 1400px) {
  .home__new {
    font-size: 28px;
  }
}
@media (max-width: 998px) {
  .home__new {
    font-size: 20px;
    padding: 0px 10px;
  }
}
.home__title {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.06em;
  font-family: Helvetica;
  margin-top: 60px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .home__title {
    margin-top: 40px;
    font-size: 40px;
  }
}
@media (max-width: 998px) {
  .home__title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .home__title {
    font-size: 28px;
  }
}
.home__text {
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: auto;
  letter-spacing: 0.06em;
}
@media (max-width: 1500px) {
  .home__text {
    font-size: 17px;
  }
}
@media (max-width: 998px) {
  .home__text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .home__text {
    font-size: 14px;
  }
}
.home__text ul {
  display: flex;
  gap: 12px;
}
.home__text ul li {
  padding: 4px 8px;
  font-weight: 500;
  background: rgba(69, 162, 253, 0.1);
  border-radius: 4px;
}
.home__btn {
  margin-top: 30px;
  padding: 16px 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #00468a;
  border-radius: 4px;
}
.home__btn:hover {
  background: #5290cc;
}
@media (max-width: 998px) {
  .home__btn {
    margin-top: 40px;
    font-size: 12px;
  }
}
.home__img {
  position: relative;
}
@media (max-width: 998px) {
  .home__img {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 600px) {
  .home__img {
    width: calc(100% + 0px);
    transform: translate(0px);
  }
}
.home__img::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../img/lb.svg);
  height: 100%;
  width: 15%;
  transform: rotate(-10deg) translate(35%, -5%);
  object-position: top left;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 998px) {
  .home__img::before {
    display: none;
  }
}
.home__img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/rb.svg);
  height: 100%;
  width: 50%;
  z-index: 1;
  object-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .home__img::after {
    background-image: url(../img/b2.svg);
  }
}
.home__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 998px) {
  .home__img img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
    object-position: center center;
  }
}

.popular__container {
  padding-top: 140px;
}
@media (max-width: 998px) {
  .popular__container {
    padding-top: 40px;
  }
}
.popular__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.popular__left {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 998px) {
  .popular__filter-wp {
    width: calc(100vw - 20px);
    overflow: scroll;
    position: relative;
  }
}
.popular__filter {
  margin-top: 15px;
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
@media (max-width: 998px) {
  .popular__filter {
    width: max-content;
    gap: 12px;
    margin-top: 24px;
  }
}
.popular__filter div {
  border-radius: 100px;
  padding: 8px 16px;
  background: rgba(69, 162, 253, 0.1);
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 998px) {
  .popular__filter div {
    font-size: 16px;
    padding: 6px 12px;
  }
}
.popular__filter div b {
  opacity: 0.3;
  font-weight: 500;
}
.popular__filter div._active {
  background: #00468a;
  color: #fff;
}
.popular__filter div._active img {
  display: block;
}
.popular__filter div img {
  margin-left: 8px;
  display: none;
}
@media (max-width: 998px) {
  .popular__arrow {
    display: none;
  }
}
.popular__block {
  padding-top: 40px;
  overflow: visible;
}
@media (max-width: 998px) {
  .popular__block {
    padding-top: 20px;
  }
  .popular__block .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 998px) and (max-width: 400px) {
  .popular__block .swiper-wrapper {
    gap: 10px;
  }
}
.card {
  display: flex;
  flex-direction: column;
  color: inherit;
}
.card a {
  color: inherit;
}
.card a:hover .card__price span {
  color: #00468a;
}
.card a:hover .card__text {
  color: #00468a;
}
.card._d-none {
  display: none;
}
.card__img {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  background: #e1e1e1;
  border-radius: 12px;
  aspect-ratio: 264/289;
  position: relative;
  overflow: hidden;
}
.card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.card__price {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .card__price {
    margin-top: 16px;
  }
}
.card__price span {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 450px) {
  .card__price span {
    font-size: 20px;
  }
}
.card__price p {
  font-weight: 500;
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.3;
}
@media (max-width: 450px) {
  .card__price p {
    font-size: 14px;
  }
}
.card__info {
  opacity: 0.3;
  margin-top: 8px;
}
@media (max-width: 998px) {
  .card__info {
    font-size: 14px;
  }
}
.card__text {
  margin-top: 8px;
  margin-bottom: 20px;
}
@media (max-width: 998px) {
  .card__text {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
.card__button {
  width: 100%;
  margin-top: auto;
}

.recomendations__container {
  padding-top: 140px;
}
@media (max-width: 998px) {
  .recomendations__container {
    padding-top: 60px;
  }
}
.recomendations__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 998px) {
  .recomendations__arrow {
    display: none;
  }
}
.recomendations__block {
  margin-top: 40px;
  overflow: visible;
}
@media (max-width: 998px) {
  .recomendations__block {
    margin-top: 32px;
  }
  .recomendations__block .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.recomendations__item {
  padding: 24px;
  border-radius: 12px;
  background: rgba(69, 162, 253, 0.1);
}
@media (max-width: 400px) {
  .recomendations__item {
    padding: 20px;
  }
}
.recomendations__wp {
  display: grid;
  grid-template-columns: 1fr 127px;
  gap: 20px;
}
@media (max-width: 400px) {
  .recomendations__wp {
    grid-template-columns: 1fr 100px;
  }
}
.recomendations__left h3 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 400px) {
  .recomendations__left h3 {
    font-size: 20px;
  }
}
.recomendations__left p {
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 400px) {
  .recomendations__left p {
    font-size: 18px;
  }
}
.recomendations__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
}
.recomendations__bottom {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.recomendations__button {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 600px) {
  .recomendations__button {
    max-width: 200px;
  }
}
.recomendations__price {
  display: flex;
  justify-content: end;
  align-items: flex-start;
  gap: 8px;
  white-space: nowrap;
  flex-wrap: wrap;
  max-width: max-content;
}
.recomendations__price span {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 998px) {
  .recomendations__price span {
    font-size: 20px;
  }
}
.recomendations__price p {
  font-weight: 500;
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.3;
}
@media (max-width: 998px) {
  .recomendations__price p {
    font-size: 12px;
  }
}
.specialization__container {
  padding-top: 140px;
}
@media (max-width: 998px) {
  .specialization__container {
    padding-top: 60px;
  }
}
.specialization__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .specialization__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .specialization__block {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.specialization__item {
  position: relative;
  background: #f5f5f5;
  min-height: 260px;
  padding: 24px;
  padding-bottom: 100px;
  border-radius: 12px;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 998px) {
  .specialization__item {
    background: #edf6ff;
  }
}
@media (max-width: 500px) {
  .specialization__item {
    min-height: 200px;
  }
}
@media (max-width: 400px) {
  .specialization__item {
    min-height: 180px;
  }
}
.specialization__item:hover {
  background: #edf6ff;
}
.specialization__item:hover .specialization__img img {
  filter: grayscale(0%);
}
.specialization__head {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 400px) {
  .specialization__head {
    font-size: 20px;
  }
}
.specialization__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
  display: flex;
}
.specialization__img img {
  width: 100%;
  mix-blend-mode: darken;
  transition: 0.3s;
  margin-left: auto;
}
@media (min-width: 998px) {
  .specialization__img img {
    filter: grayscale(100%);
  }
}
.specialization__img_1 {
  width: calc(100% - 80px);
}
.specialization__img_1 img {
  width: 400px;
}
@media (max-width: 500px) {
  .specialization__img_1 img {
    width: 100%;
  }
}
.specialization__img_2 {
  width: calc(100% - 110px);
}
.specialization__img_2 img {
  width: 370px;
}
@media (max-width: 500px) {
  .specialization__img_2 img {
    width: 100%;
    transform: translate(0px, 10%);
  }
}
.specialization__img_3 {
  width: calc(100% - 110px);
}
.specialization__img_3 img {
  width: 400px;
}
@media (max-width: 500px) {
  .specialization__img_3 img {
    width: 100%;
    transform: translate(0px, 10%);
  }
}
.specialization__img_4 {
  width: calc(100% - 120px);
}
.specialization__img_4 img {
  width: 375px;
}
@media (max-width: 500px) {
  .specialization__img_4 img {
    width: 100%;
    transform: translate(0px, 25%);
  }
}
.specialization__txt {
  margin-top: 10px;
  opacity: 0.6;
}

.advantages__container {
  padding-top: 140px;
}
@media (max-width: 998px) {
  .advantages__container {
    padding-top: 60px;
  }
}
.advantages__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .advantages__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 998px) {
  .advantages__block {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
.advantages__item {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 12px;
  padding-right: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.advantages__name {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 400px) {
  .advantages__name {
    font-size: 20px;
  }
}
.advantages__img {
  margin-top: auto;
  max-width: 70%;
  display: flex;
}
@media (max-width: 600px) {
  .advantages__img {
    max-width: 50%;
  }
}
.advantages__img_3 {
  max-width: 40%;
}
@media (max-width: 600px) {
  .advantages__img_3 img {
    transform: translate(0px, 10%);
  }
}
.advantages__img img {
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 600px) {
  .advantages__img_2 img {
    width: 120%;
    max-width: 110%;
  }
}

.reviews__container {
  padding-top: 140px;
}
@media (max-width: 998px) {
  .reviews__container {
    padding-top: 60px;
  }
}
.reviews__top {
  gap: 24px;
  align-items: center;
  display: flex;
}
.reviews__arrow {
  margin-left: auto;
}
@media (max-width: 998px) {
  .reviews__arrow {
    display: none;
  }
}
.reviews__button {
  padding: 16px 54px;
}
.reviews__button::before {
  display: none;
}
@media (max-width: 998px) {
  .reviews__button_1 {
    display: none;
  }
}
.reviews__button_2 {
  margin-top: 20px;
}
@media (min-width: 998px) {
  .reviews__button_2 {
    display: none;
  }
}
.reviews__block {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 998px) {
  .reviews__block {
    margin-top: 32px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .reviews__block .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.reviews__item {
  border-radius: 12px;
  padding: 24px;
  background: rgba(69, 162, 253, 0.1);
}
.reviews__item._d-none {
  display: none;
}
.reviews__wp {
  display: grid;
  grid-template-columns: 57px 1fr 116px;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 998px) {
  .reviews__wp {
    grid-template-columns: 48px 1fr 116px;
  }
}
@media (max-width: 400px) {
  .reviews__wp {
    grid-template-columns: 48px 1fr 100px;
  }
}
.reviews__avatar img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 998px) {
  .reviews__avatar img {
    width: 48px;
    height: 48px;
  }
}
.reviews__info span {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.4;
}
@media (max-width: 400px) {
  .reviews__info span {
    font-size: 14px;
  }
}
.reviews__info p {
  margin-top: 4px;
  font-weight: 500;
  font-size: 24px;
  color: #00468a;
}
@media (max-width: 998px) {
  .reviews__info p {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .reviews__info p {
    font-size: 18px;
  }
}
.reviews__rating {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
.reviews__rating img {
  cursor: pointer;
  width: 100%;
}
.reviews__img {
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 400px) {
  .reviews__img {
    gap: 10px;
  }
}
.reviews__img._1 {
  width: 100%;
}
.reviews__img._1 img {
  width: 100%;
}
.reviews__img._2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.reviews__img._2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__img._3 {
  width: 100%;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
}
.reviews__img._3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__img._3 img:nth-child(1) {
  grid-row: auto/span 2;
}
.reviews__text {
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 998px) {
  .reviews__text {
    font-size: 16px;
  }
}
.articles__container {
  padding-top: 140px;
}
.articles__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articles__all::before {
  display: none;
}
@media (max-width: 998px) {
  .articles__all_1 {
    display: none;
  }
}
.articles__all_2 {
  margin-top: 20px;
}
@media (min-width: 998px) {
  .articles__all_2 {
    display: none;
  }
}
.articles__block {
  margin-top: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 998px) {
  .articles__block {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.articles__item {
  border-radius: 8px;
  overflow: hidden;
  background: rgba(69, 162, 253, 0.1);
}
.articles__img img {
  width: 100%;
  aspect-ratio: 570/270;
  object-fit: cover;
}
.articles__content {
  padding: 24px;
}
@media (max-width: 1200px) {
  .articles__content {
    padding: 20px;
  }
}
.articles__name {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .articles__name {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .articles__name {
    font-size: 18px;
  }
}
.articles__text {
  font-size: 20px;
  margin-top: 20px;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .articles__text {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .articles__text {
    font-size: 16px;
  }
}
.articles__bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articles__link {
  font-weight: 500;
  font-size: 20px;
  color: #00468a;
}
@media (max-width: 400px) {
  .articles__link {
    font-size: 18px;
  }
}
.articles__date {
  opacity: 0.5;
  text-align: right;
}
@media (max-width: 400px) {
  .articles__date {
    font-size: 14px;
  }
}

.request__container {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
}
@media (max-width: 1300px) {
  .request__container {
    grid-template-columns: 200px 1fr;
    padding-top: 70px;
  }
}
@media (max-width: 1100px) {
  .request__container {
    grid-template-columns: 1fr;
    padding-top: 60px;
    position: relative;
  }
}
.request__img {
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .request__img {
    display: none;
  }
}
.request__img img {
  width: 620px;
  margin-bottom: -60%;
}
@media (max-width: 1300px) {
  .request__img img {
    width: 500px;
  }
}
@media (max-width: 998px) {
  .request__img {
    display: block;
    width: 60%;
    right: 0;
    left: auto;
    position: absolute;
    bottom: 0;
    pointer-events: none;
  }
  .request__img img {
    width: 100%;
    transform: scale(-1, 1) translate(-35%);
    mix-blend-mode: darken;
    margin-bottom: 0;
  }
}
.request__wp {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .request__wp {
    grid-template-columns: 1fr;
  }
}
.request__text {
  max-width: 470px;
  font-weight: 500;
  font-size: 24px;
  margin-top: 24px;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .request__text {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .request__text {
    font-size: 16px;
  }
}
.request__form {
  border-radius: 16px;
  padding: 32px;
  background: #ecf6ff;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
}
@media (max-width: 1500px) {
  .request__form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .request__form {
    padding: 20px;
  }
}
.request__form input,
.request__form textarea {
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
}
.request__form input::placeholder,
.request__form textarea::placeholder {
  font-size: 20px;
}
@media (max-width: 400px) {
  .request__form input,
.request__form textarea {
    font-size: 16px;
  }
  .request__form input::placeholder,
.request__form textarea::placeholder {
    font-size: 16px;
  }
}
.request__form textarea {
  z-index: 1;
  grid-row: auto/span 2;
}
@media (max-width: 1500px) {
  .request__form textarea {
    order: 3;
  }
}
.request__form input[type=checkbox] {
  display: none;
}
.request__form input[type=checkbox]:checked + label::before {
  background: #00468a;
  background-image: url(../img/check.svg);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.request__form input[type=checkbox] + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  height: max-content;
  user-select: none;
  font-size: 16px;
  color: #00000042;
  z-index: 2;
}
@media (max-width: 400px) {
  .request__form input[type=checkbox] + label {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .request__form input[type=checkbox] + label {
    order: 5;
  }
}
.request__form input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #00468a;
  border-radius: 4px;
  background: #fff;
}
.request__form button::before {
  display: none;
}
@media (max-width: 1500px) {
  .request__form button {
    order: 4;
    position: relative;
    z-index: 2;
  }
}
.footer {
  background: #00468a;
}
.footer__container {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  display: grid;
  gap: 90px;
  grid-template-columns: 190px max-content 1fr;
}
@media (max-width: 1200px) {
  .footer__container {
    gap: 40px;
  }
}
@media (max-width: 998px) {
  .footer__container {
    grid-template-columns: 1fr;
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 32px;
  }
}
.footer__container a {
  color: inherit;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 998px) {
  .footer__left {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__logo {
  margin-bottom: 4px;
}
@media (max-width: 998px) {
  .footer__logo_1 {
    display: none;
  }
}
@media (min-width: 998px) {
  .footer__logo_2 {
    display: none;
  }
}
@media (max-width: 998px) {
  .footer__logo {
    order: 4;
    margin: 0px auto;
    width: 100%;
    max-width: 288px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__link {
  font-weight: 500;
  font-size: 20px;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__social {
  margin-top: 4px;
  display: flex;
  gap: 15px;
}
.footer__social a {
  transition: 0.3s;
}
.footer__social a:hover {
  transform: scale(1.1);
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .footer__menu {
    order: 1;
  }
}
.footer__menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  opacity: 0.8;
}
@media (max-width: 998px) {
  .footer__menu ul {
    display: flex;
    row-gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__menu ul a:hover {
  text-decoration: underline;
}
.footer__head {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 998px) {
  .footer__head {
    text-align: center;
  }
}
.footer__right {
  border-radius: 16px;
  padding: 32px;
  background: #fff;
}
@media (max-width: 1100px) {
  .footer__right {
    padding: 20px;
  }
}
@media (max-width: 998px) {
  .footer__right {
    padding: 32px;
  }
}
@media (max-width: 998px) {
  .footer__right {
    order: 3;
  }
}
.footer__right button::before {
  display: none;
}
.footer__title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 998px) {
  .footer__title {
    text-align: center;
  }
}
.footer__form {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .footer__form {
    grid-template-columns: 1fr;
  }
}
.footer__form input {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 12px 20px;
  width: 100%;
}
.footer__form button {
  padding: 16px 90px;
}
@media (max-width: 1300px) {
  .footer__form button {
    padding: 16px 40px;
  }
}
@media (max-width: 1100px) {
  .footer__form button {
    padding: 12px 30px;
  }
}
.categories {
  --background: rgba(69, 162, 253, 0.1);
  --check1: url(../img/c.svg);
  --check2: url(../img/cc.svg);
  --arow: url(../img/Arrow2.svg);
}
.categories:not([data-filter=all]) .categories__auto input:not([class=_yes]) + label {
  display: none;
}
.categories[data-filter=spets] {
  --background: #ffe5d7;
  --check1: url(../img/cs1.svg);
  --check2: url(../img/cs2.svg);
  --arow: url(../img/ars.svg);
}
.categories[data-filter=gruzovie] {
  --background: rgba(69, 253, 124, 0.1);
  --check1: url(../img/ch1.svg);
  --check2: url(../img/ch2.svg);
  --arow: url(../img/arg.svg);
}
.categories[data-filter=legkovie] {
  --background: #f5ecff;
  --check1: url(../img/cl1.svg);
  --check2: url(../img/cl2.svg);
  --arow: url(../img/arp.svg);
}
.categories__container {
  padding: 0px 10px;
  margin-top: 90px;
}
@media (max-width: 998px) {
  .categories__container {
    padding: 32px 0px;
    margin-top: 60px;
  }
}
.categories__top {
  mask-size: 100%;
  background-size: 100% 100%;
  max-width: max-content;
  padding: 24px 80px;
  z-index: 2;
  white-space: nowrap;
  z-index: 2;
  position: relative;
}
@media (max-width: 998px) {
  .categories__top {
    padding: 0;
    width: 100%;
    overflow: auto;
  }
}
.categories__top div {
  display: flex;
  gap: 20px;
}
@media (max-width: 998px) {
  .categories__top div {
    gap: 12px;
    width: max-content;
  }
}
.categories__top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/bgf.webp);
  width: calc(100% + 70px);
  height: calc(100% + 90px);
  background-size: 100% 100%;
}
@media (max-width: 998px) {
  .categories__top::before {
    display: none;
  }
}
@media (max-width: 998px) {
  .categories__top {
    padding: 0px 0px;
    box-shadow: none;
    mask: none;
    margin-top: 24px;
  }
}
.categories__top input {
  display: none;
}
.categories__top input:checked + label span {
  opacity: 1;
  color: #fff;
}
.categories__top input[id=all] + label {
  background: rgba(69, 162, 253, 0.1);
}
.categories__top input[id=all]:checked + label {
  background: #00468a;
}
.categories__top input[id=legkovie] + label {
  background: rgba(158, 69, 253, 0.1);
}
.categories__top input[id=legkovie]:checked + label {
  background: #422462;
}
.categories__top input[id=gruzovie] + label {
  background: rgba(69, 253, 124, 0.1);
}
.categories__top input[id=gruzovie]:checked + label {
  background: #2d9e4f;
}
.categories__top input[id=spets] + label {
  background: rgba(253, 133, 69, 0.1);
}
.categories__top input[id=spets]:checked + label {
  background: #f29766;
}
.categories__top label {
  border-radius: 100px;
  padding: 10px 24px;
  cursor: pointer;
}
@media (max-width: 998px) {
  .categories__top label {
    padding: 6px 12px;
  }
}
.categories__top label span {
  opacity: 0.6;
  color: #000;
}
.categories__wp {
  box-shadow: 0 4px 40px 0 rgba(20, 21, 23, 0.1);
  background: #fff;
  padding: 40px 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .categories__wp {
    padding: 32px 20px;
  }
}
.categories__title._v2 {
  margin-top: 24px;
}
@media (max-width: 998px) {
  .categories__title._v2 {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .categories__title._v2::after {
    position: relative;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../img/Arrow2.svg);
    background-size: contain;
    width: 23px;
    height: 13px;
    display: block;
    transform: rotate(180deg);
    transition: 0.5s;
  }
  .categories__title._v2._active::after {
    transform: rotate(0deg);
  }
  .categories__title._v2._active + .categories__auto {
    margin-top: 25px;
    max-height: 1000px;
  }
}
.categories__block {
  margin-top: 40px;
  display: grid;
  gap: 20px;
  align-items: flex-start;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 24px;
  border-bottom: 1px solid #00000011;
}
@media (max-width: 1500px) {
  .categories__block {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1400px) {
  .categories__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .categories__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 998px) {
  .categories__block {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .categories__block {
    grid-template-columns: 1fr;
  }
}
.categories__item._yes .item-categories__top {
  background: var(--background);
}
.categories__item._yes .item-categories__top span::after {
  background-image: var(--arow);
}
.categories__auto {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .categories__auto {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) {
  .categories__auto {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 998px) {
  .categories__auto {
    grid-template-columns: repeat(2, 1fr);
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .categories__auto {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.categories__auto input {
  display: none;
}
.categories__auto input:checked + label::before {
  background-image: var(--check2);
}
.categories__auto label {
  background: var(--background);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 16px 24px;
  cursor: pointer;
}
.categories__auto label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: var(--check1);
  background-size: contain;
  background-repeat: no-repeat;
}
.categories__auto label img {
  mix-blend-mode: darken;
}

.item-categories {
  background: rgba(213, 230, 247, 0.2);
  border-radius: 12px;
}
.item-categories:hover .item-categories__wp {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
.item-categories__top {
  background: rgba(69, 162, 253, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 12px 12px 0 0;
  position: relative;
}
@media (max-width: 998px) {
  .item-categories__top._active + .item-categories__wp {
    max-height: 1000px;
  }
  .item-categories__top._active span::after {
    transform: rotate(0deg);
  }
}
.item-categories__top span {
  position: absolute;
  bottom: 24px;
  left: 20px;
  z-index: 2;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 998px) {
  .item-categories__top span {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .item-categories__top span::after {
    position: relative;
    top: 0;
    left: 0;
    content: "";
    background-image: var(--arow);
    background-image: url(../img/Arrow2.svg);
    background-size: contain;
    width: 23px;
    height: 13px;
    display: block;
    transform: rotate(180deg);
    transition: 0.5s;
  }
}
@media (max-width: 1500px) {
  .item-categories__top span {
    font-size: 20px;
    left: 12px;
    bottom: 12px;
  }
}
@media (max-width: 998px) {
  .item-categories__top span {
    left: 22px;
    bottom: 22px;
  }
}
.item-categories__top img {
  width: 110px;
  margin-left: auto;
  position: relative;
  height: 113px;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 1500px) {
  .item-categories__top img {
    width: 90px;
    height: 100px;
  }
}
.item-categories__wp {
  padding: 0 24px;
  transition: 0.3s;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 998px) {
  .item-categories__wp {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s;
  }
}
.item-categories__wrap {
  flex-direction: column;
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s;
}
.item-categories__wrap::after {
  display: none;
}
.item-categories__el {
  padding: 24px 0;
  border-bottom: 1px solid #00000011;
}
.item-categories__el._yes > div::after {
  background-image: var(--arow);
}
.item-categories__el > div {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.item-categories__el > div span {
  color: rgba(0, 0, 0, 0.6);
}
.item-categories__el > div._active + .item-categories__wrap {
  max-height: 800px;
}
.item-categories__el > div._active::after {
  transform: rotate(0deg);
}
.item-categories__el > div::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 23px;
  transform: rotate(-90deg);
  transition: 0.3s;
  height: 13px;
  background-image: url(../img/Arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-categories__el:last-child {
  border-bottom: none;
}
.item-categories__m2 {
  padding: 20px;
  border-bottom: 1px solid #0000001f;
}
.item-categories__m2 div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-categories__m2 div::after {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
  content: "";
  background-image: url(../img/Arrow3.svg);
  width: 8px;
  height: 5px;
}
.item-categories__m2 div._active::after {
  transform: rotate(180deg);
}
.item-categories__m2 div._active + .item-categories__m3 {
  padding-top: 20px;
  max-height: 300px;
}
.item-categories__m2:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.item-categories__m3 {
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.3s;
  overflow: hidden;
  padding-top: 0;
  max-height: 0px;
}
.item-categories__m3 a {
  font-weight: 500;
  opacity: 0.7;
  color: #000;
}

.dropdown {
  width: 240px;
  position: relative;
  user-select: none;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 20px;
}
.dropdown._open {
  box-shadow: none;
}
.dropdown._open .dropdown__current {
  border-radius: 4px 4px 0 0;
}
.dropdown._open .dropdown__current::after {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 1;
}

.dropdown__current {
  border-radius: 4px;
  padding: 12px 20px;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 14;
  font-weight: 500;
}
.dropdown__current::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/Arrow2.svg);
  width: 16px;
  transition: 0.3s;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: grayscale(100);
  opacity: 0.4;
}

.dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  padding-top: 9px;
}
.dropdown__list::before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  transform: translate(-50%);
  content: "";
  width: calc(100% - 40px);
  background: #000;
  opacity: 0.1;
}

.dropdown._open .dropdown__list {
  display: block;
}

.dropdown__item {
  padding: 11px 20px;
  cursor: pointer;
}

.dropdown__item:hover {
  color: #00468a;
}

.dropdown__item.hidden {
  display: none;
}

.catalog__el {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* если активный с сортировкой вверх */
.catalog__el._up::after {
  content: "";
  position: relative;
  right: 0;
  background-image: url(../img/arbb.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}

/* если активный с сортировкой вниз */
.catalog__el._down::after {
  content: "";
  position: relative;
  right: 0;
  background-image: url(../img/arbb.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

._crumbs {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
}
._crumbs a {
  color: inherit;
}
._crumbs a:hover {
  text-decoration: underline;
}
._crumbs a:not(:last-child) {
  opacity: 0.2;
  position: relative;
}
._crumbs a:not(:last-child)::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: -16px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  background: #000;
}

.catalog__container {
  padding-top: 40px;
}
@media (max-width: 998px) {
  .catalog__container {
    padding-top: 30px;
  }
}
.catalog__top {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.catalog__title {
  font-size: 32px;
}
@media (max-width: 998px) {
  .catalog__title {
    width: 100%;
    border-bottom: 1px solid #0000004f;
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .catalog__title {
    font-size: 30px;
  }
}
.catalog__title span {
  color: rgba(69, 162, 253, 0.5);
}
.catalog__category {
  display: flex;
  gap: 16px;
  align-items: center;
}
.catalog .catalog__category-mob {
  display: none;
}
@media (max-width: 998px) {
  .catalog .catalog__category-mob {
    display: block;
    width: 235px;
  }
}
@media (max-width: 400px) {
  .catalog .catalog__category-mob {
    width: 200px;
  }
}
.catalog .catalog__category-mob .dropdown {
  box-shadow: none;
  width: 235px;
}
@media (max-width: 400px) {
  .catalog .catalog__category-mob .dropdown {
    width: 200px;
  }
}
.catalog .catalog__category-mob .dropdown .dropdown__current {
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  padding: 12px;
}
@media (max-width: 400px) {
  .catalog .catalog__category-mob .dropdown .dropdown__current {
    padding: 12px 5px;
    font-size: 14px;
  }
}
.catalog .catalog__category-mob .dropdown .dropdown__item {
  padding: 12px;
  font-size: 16px;
}
@media (max-width: 400px) {
  .catalog .catalog__category-mob .dropdown .dropdown__item {
    font-size: 14px;
  }
}
.catalog__el {
  padding: 10px 16px;
  white-space: nowrap;
  border-radius: 100px;
  font-size: 20px;
  background: rgba(69, 162, 253, 0.1);
}
@media (max-width: 1500px) {
  .catalog__el {
    font-size: 16px;
  }
}
@media (max-width: 998px) {
  .catalog__el {
    display: none;
  }
}
@media (max-width: 998px) {
  .catalog__search {
    display: none;
  }
}
.catalog__block {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1300px) {
  .catalog__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .catalog__block {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
.catalog__pug {
  padding-top: 40px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #0000003b;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .catalog__pug {
    padding-bottom: 32px;
    padding-top: 24px;
  }
}
.catalog__pug div {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(69, 162, 253, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog__pug div img {
  width: 10px;
}
@media (max-width: 400px) {
  .catalog__pug div {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.catalog__pug div._active {
  background: #00468a;
  color: #fff;
}
.catalog__text {
  padding-top: 40px;
  padding-bottom: 140px;
  font-size: 24px;
}
@media (max-width: 998px) {
  .catalog__text {
    font-size: 20px;
    padding-bottom: 60px;
    padding-top: 24px;
  }
}
@media (max-width: 400px) {
  .catalog__text {
    font-size: 16px;
  }
}

.filter-katalog {
  padding-top: 24px;
}
@media (min-width: 998px) {
  .filter-katalog {
    border-top: 1px solid #0000004f;
    margin-top: 10px;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 998px) {
  .filter-katalog {
    margin-left: auto;
    padding-top: 10px;
  }
  .filter-katalog._open .filter-katalog__mb-buton span:nth-child(1) {
    display: none;
  }
  .filter-katalog._open .filter-katalog__mb-buton span:nth-child(2) {
    display: block;
  }
  .filter-katalog._open .filter-katalog__wp {
    display: grid;
  }
}
.filter-katalog__mb-buton {
  display: none;
}
@media (max-width: 998px) {
  .filter-katalog__mb-buton {
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .filter-katalog__mb-buton span:nth-child(2) {
    display: none;
  }
}
.filter-katalog__wp {
  display: grid;
  gap: 32px;
  grid-template-columns: 310px 220px 240px 230px 1fr;
}
@media (max-width: 1600px) {
  .filter-katalog__wp {
    grid-template-columns: 230px 170px 155px 170px 1fr;
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  .filter-katalog__wp {
    grid-template-columns: 190px 135px 130px 160px 1fr;
  }
}
@media (max-width: 1100px) {
  .filter-katalog__wp {
    grid-template-columns: 1.3fr repeat(3, 1fr);
  }
}
@media (max-width: 998px) {
  .filter-katalog__wp {
    grid-template-columns: 1fr;
    position: absolute;
    background: #fff;
    z-index: 50;
    width: 100vw;
    right: 0;
    padding: 0px 20px;
    display: none;
    padding-bottom: 20px;
  }
}
.filter-katalog__wp .dropdown {
  width: 100%;
  margin-top: 13px;
}
@media (max-width: 1600px) {
  .filter-katalog__wp .dropdown {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .filter-katalog__wp .dropdown {
    font-size: 14px;
  }
}
.filter-katalog__btn {
  display: none;
}
@media (max-width: 998px) {
  .filter-katalog__btn {
    display: block;
  }
  .filter-katalog__btn::before {
    display: none;
  }
}
.filter-katalog__name {
  opacity: 0.3;
}
.filter-katalog__price-inp {
  display: flex;
  gap: 16px;
  margin-top: 13px;
}
.filter-katalog__price-inp input[type=checkbox] {
  display: none;
}
.filter-katalog__price-inp label {
  background: #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  max-width: 180px;
  padding: 12px 20px;
  gap: 5px;
}
.filter-katalog__price-inp label input {
  width: 100%;
}

.model__container {
  padding-top: 40px;
}
.model__note {
  display: flex;
  gap: 8px;
  margin-top: 32px;
  align-items: center;
}
@media (max-width: 1200px) {
  .model__note {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 998px) {
  .model__note {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 24px;
    padding-top: 24px;
  }
}
.model__note span {
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #00468a;
}
@media (max-width: 1600px) {
  .model__note span {
    font-size: 20px;
  }
}
.model__note span img {
  width: 24px;
  flex: 0 0 24px;
}
.model__note ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  opacity: 0.5;
}
@media (max-width: 1600px) {
  .model__note ul {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .model__note ul {
    font-size: 14px;
  }
}
@media (max-width: 998px) {
  .model__note ul {
    flex-direction: column;
    font-size: 20px;
    gap: 16px;
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  .model__note ul {
    font-size: 16px;
  }
}
.model__note ul li {
  padding: 0px 12px;
}
.model__note ul li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 998px) {
  .model__note ul li {
    padding-right: 0;
    position: relative;
    padding-left: 15px;
    border-left: none;
  }
  .model__note ul li:not(:first-child) {
    border-left: none;
  }
  .model__note ul li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
  }
}

.top-model {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 550px 1fr 254px;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .top-model {
    grid-template-columns: 400px 1fr 210px;
  }
}
@media (max-width: 1350px) {
  .top-model {
    grid-template-columns: 400px 1fr;
  }
}
@media (max-width: 1020px) {
  .top-model {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}
.top-model__left {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
@media (max-width: 1020px) {
  .top-model__left {
    grid-template-columns: 1fr;
  }
}
.top-model__mini-slider-wp {
  position: relative;
}
@media (max-width: 998px) {
  .top-model__mini-slider-wp {
    width: calc(100vw - 50px);
    margin: 0px auto;
  }
}
.top-model__mini-slider-wp .top-model__mini-slider-arr {
  position: absolute;
  left: 50%;
  top: -10px;
  cursor: pointer;
  transform: translate(-50%, -100%) rotate(180deg);
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.top-model__mini-slider-wp .top-model__mini-slider-arr.swiper-button-disabled {
  display: none;
}
@media (max-width: 998px) {
  .top-model__mini-slider-wp .top-model__mini-slider-arr {
    left: -5px;
    transform: translate(-100%, -50%) rotate(90deg);
    top: 50%;
  }
}
.top-model__mini-slider-wp .top-model__mini-slider-arr img {
  width: 100%;
}
.top-model__mini-slider-wp .top-model__mini-slider-arr-r {
  transform: translate(-50%, 100%);
  bottom: -10px;
  top: auto;
}
@media (max-width: 998px) {
  .top-model__mini-slider-wp .top-model__mini-slider-arr-r {
    right: -5px;
    left: auto;
    transform: translate(100%, -50%) rotate(-90deg);
    top: 50%;
  }
}
.top-model__mini-slider {
  height: 400px;
}
@media (max-width: 1600px) {
  .top-model__mini-slider {
    height: 285px;
  }
}
@media (max-width: 1020px) {
  .top-model__mini-slider {
    order: 2;
    height: auto;
    width: 100%;
  }
}
.top-model__mini-slide {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.top-model__mini-slide img,
.top-model__mini-slide video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}
.top-model__big-slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.top-model__big-slide.swiper-slide-active {
  z-index: 2;
}
.top-model__big-slide img,
.top-model__big-slide video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}
.top-model__big-slide img._play {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  cursor: pointer;
}
.top-model__big-slide img._play._active {
  opacity: 0.3;
}
@media (max-width: 1020px) {
  .top-model__center {
    order: 5;
  }
}
.top-model__title._v1 {
  display: none;
}
@media (max-width: 1020px) {
  .top-model__title._v1 {
    display: block;
  }
  .top-model__title._v2 {
    display: none;
  }
}
.top-model__wp {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}
.top-model__wp._v2 {
  display: none;
}
@media (max-width: 1020px) {
  .top-model__wp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
  }
  .top-model__wp._v1 {
    display: none;
  }
  .top-model__wp._v2 {
    display: flex;
  }
}
.top-model__nal {
  color: #5290cc;
}
.top-model__nal span {
  color: rgba(0, 0, 0, 0.5);
}
.top-model__time {
  color: rgba(0, 0, 0, 0.3);
}
.top-model__time span {
  color: #000;
}
.top-model__info {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  row-gap: 20px;
  position: relative;
}
@media (max-width: 1500px) {
  .top-model__info {
    gap: 30px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 998px) {
  .top-model__info {
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
}
.top-model__info::before {
  position: absolute;
  top: 0;
  left: 52%;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
@media (max-width: 1500px) {
  .top-model__info::before {
    left: 50%;
    transform: translate(-5px);
  }
}
@media (max-width: 998px) {
  .top-model__info::before {
    display: none;
  }
}
.top-model__el span {
  opacity: 0.5;
}
.top-model__el .top-model__inp label {
  color: rgba(0, 0, 0, 0.5);
}
.top-model__inp {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.top-model__inp input {
  display: none;
}
.top-model__inp input:checked + label {
  border: 1px solid #00468a;
  color: #00468a;
}
.top-model__inp label {
  padding: 8px 16px;
  background: rgba(69, 162, 253, 0.1);
  border-radius: 8px;
  pointer-events: none;
}
.top-model__text {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  font-size: 20px;
  line-height: 1.1;
}
.top-model__text._more p {
  display: block;
  /* или inline-block */
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}
.top-model__text._more a {
  display: none;
}
.top-model__text p {
  display: inline;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* ограничение строками */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 998px) {
  .top-model__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.top-model__text a {
  color: #00468a;
  cursor: pointer;
}
.top-model__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 264px;
  width: 100%;
}
@media (max-width: 1300px) {
  .top-model__right {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    grid-column: auto/span 2;
    order: 4;
  }
}
@media (max-width: 1020px) {
  .top-model__right {
    grid-column: auto/span 1;
    order: 3;
  }
}
@media (max-width: 998px) {
  .top-model__right {
    justify-content: space-between;
    gap: 20px;
  }
}
.top-model__right ._js-anim-wp {
  position: relative;
}
.top-model__right ._js-anim-wp button {
  width: 100%;
}
.top-model__right ._js-anim-wp ._js-anim-img {
  position: absolute;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  bottom: 0;
}
.top-model__right ._js-anim-wp ._js-anim-img img {
  width: 100%;
}
.top-model__price {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .top-model__price {
    flex-direction: column-reverse;
  }
}
.top-model__price span {
  font-weight: 700;
  font-size: 31px;
  color: #00468a;
}
@media (max-width: 1600px) {
  .top-model__price span {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .top-model__price span {
    font-size: 20px;
  }
}
.top-model__price p {
  font-weight: 500;
  font-size: 19px;
  text-decoration: line-through;
  opacity: 0.3;
}
@media (max-width: 1600px) {
  .top-model__price p {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .top-model__price p {
    font-size: 14px;
  }
}
@media (max-width: 998px) {
  .top-model__add {
    max-width: 210px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .top-model__add {
    max-width: 180px;
  }
}
.top-model__link {
  text-align: center;
  border: 1px solid #00468a;
  border-radius: 8px;
  padding: 16px 20px;
  font-weight: 500;
  color: #00468a;
}
@media (max-width: 998px) {
  .top-model__link {
    display: none;
  }
}
@media (min-width: 1020px) {
  .top-model__four {
    grid-column: auto/span 2;
  }
}
@media (max-width: 1020px) {
  .top-model__four {
    order: 4;
    margin-top: 10px;
  }
}

.info-model {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  margin-top: 24px;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .info-model {
    font-size: 16px;
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .info-model {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .info-model {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .info-model {
    font-size: 14px;
  }
}
.info-model__item {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.info-model__el {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 200px;
}
@media (max-width: 1600px) {
  .info-model__el {
    grid-template-columns: 1fr 170px;
  }
}
.info-model__el span:nth-child(1) {
  display: flex;
  gap: 5px;
  position: relative;
  align-items: flex-end;
  position: relative;
}
.info-model__el span:nth-child(1)::after {
  position: relative;
  top: 0px;
  left: 0;
  content: "";
  flex: 1;
  background-image: url(../img/Line8.svg);
  height: 4px;
  background-size: auto 130%;
}
.info-model__el span:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* ограничение строками */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-review__container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .video-review__container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 60px;
  }
}
.video-review__title {
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .video-review__title {
    margin-bottom: 32px;
  }
}
.video-review__video {
  position: relative;
}
.video-review__video video {
  width: 100%;
  aspect-ratio: 974/433;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .video-review__video video {
    aspect-ratio: 1/1;
  }
}
.video-review__video img._play {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  cursor: pointer;
}
.video-review__video img._play._active {
  opacity: 0.3;
}
@media (min-width: 1200px) {
  .video-review__right {
    padding-left: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.video-review__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 380px;
}
.video-review__list li {
  font-size: 24px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(69, 162, 253, 0.1);
  display: grid;
  grid-template-columns: 48px 1fr 24px;
}
@media (max-width: 400px) {
  .video-review__list li {
    font-size: 20px;
    grid-template-columns: 42px 1fr 20px;
  }
}
.video-review__list li img {
  width: 100%;
}
.video-review__list li img:nth-child(3) {
  transform: rotate(-90deg);
}

.reviews-page._v2 .reviews-page__container {
  padding-top: 40px;
  padding-bottom: 140px;
}
@media (max-width: 998px) {
  .reviews-page._v2 .reviews-page__container {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
.reviews-page._v2 .reviews-page__top {
  flex-direction: column;
  gap: 24px;
}
.reviews-page__container {
  padding-top: 140px;
}
@media (max-width: 998px) {
  .reviews-page__container {
    padding-top: 60px;
  }
}
.reviews-page__crumbs {
  margin-bottom: 40px;
}
.reviews-page__top {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
@media (max-width: 998px) {
  .reviews-page__top {
    flex-direction: column;
    gap: 24px;
  }
}
.reviews-page__title {
  max-width: 100%;
}
@media (max-width: 998px) {
  .reviews-page__filter-wp {
    width: calc(100% + 20px);
    overflow: auto;
  }
}
.reviews-page__filter {
  display: flex;
  gap: 24px;
}
@media (max-width: 998px) {
  .reviews-page__filter {
    gap: 12px;
  }
}
.reviews-page__filter div._custom._up, .reviews-page__filter div._custom._down {
  background: #00468a;
  color: #fff;
}
.reviews-page__filter div._custom._up::before, .reviews-page__filter div._custom._up::after, .reviews-page__filter div._custom._down::before, .reviews-page__filter div._custom._down::after {
  display: none !important;
}
.reviews-page__block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .reviews-page__block {
    gap: 20px;
    margin-top: 20px;
  }
}
.reviews-page__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 998px) {
  .reviews-page__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.reviews-page__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews-page__item._photo {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 998px) {
  .reviews-page__item._photo {
    display: block;
    gap: 0px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.08);
  }
}
.reviews-page__item._photo .reviews-page__user {
  display: grid;
  grid-template-columns: 57px max-content 176px 1fr;
  gap: 12px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 998px) {
  .reviews-page__item._photo .reviews-page__user {
    grid-template-columns: 40px max-content 176px 1fr;
  }
}
@media (max-width: 600px) {
  .reviews-page__item._photo .reviews-page__user {
    grid-template-columns: 40px 1fr 176px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .reviews-page__item._photo .reviews-page__user {
    grid-template-columns: 40px 1fr 146px;
  }
}
.reviews-page__img {
  position: relative;
}
.reviews-page__img img,
.reviews-page__img video {
  width: 100%;
  aspect-ratio: 548/372;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
@media (max-width: 998px) {
  .reviews-page__img img,
.reviews-page__img video {
    border-radius: 0px;
  }
}
.reviews-page__img .swiper-slide {
  position: relative;
}
.reviews-page__img .swiper-slide img._play, .reviews-page__img .swiper-slide img._play-i {
  position: absolute;
  width: 100px;
  top: 50%;
  aspect-ratio: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .reviews-page__img .swiper-slide img._play, .reviews-page__img .swiper-slide img._play-i {
    width: 70px;
  }
}
.reviews-page__img .swiper-slide img._play._active, .reviews-page__img .swiper-slide img._play-i._active {
  opacity: 0.5;
}
.reviews-page__img .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.reviews-page__arr-l {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0%, -50%);
  display: flex;
  justify-content: space-between;
  width: 30px !important;
  aspect-ratio: auto !important;
  z-index: 5;
}
@media (max-width: 1300px) {
  .reviews-page__arr-l {
    width: 25px !important;
    left: 30px;
  }
}
@media (max-width: 998px) {
  .reviews-page__arr-l {
    width: 30px !important;
    left: 40px;
  }
}
@media (max-width: 400px) {
  .reviews-page__arr-l {
    width: 25px !important;
    left: 30px;
  }
}
.reviews-page__arr-r {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%) rotate(180deg);
  display: flex;
  justify-content: space-between;
  width: 30px !important;
  aspect-ratio: auto !important;
  z-index: 5;
}
@media (max-width: 1300px) {
  .reviews-page__arr-r {
    width: 25px !important;
    right: 30px;
  }
}
@media (max-width: 998px) {
  .reviews-page__arr-r {
    width: 30px !important;
    right: 40px;
  }
}
@media (max-width: 400px) {
  .reviews-page__arr-r {
    width: 25px !important;
    right: 30px;
  }
}
.reviews-page__wp {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .reviews-page__wp {
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 400px) {
  .reviews-page__wp {
    padding: 17px;
  }
}
.reviews-page__user {
  display: grid;
  grid-template-columns: 57px max-content 1fr;
  gap: 12px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 998px) {
  .reviews-page__user {
    grid-template-columns: 40px max-content 1fr;
  }
}
@media (max-width: 600px) {
  .reviews-page__user {
    grid-template-columns: 40px 1fr;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .reviews-page__user {
    grid-template-columns: 40px 1fr;
  }
}
.reviews-page__avatar img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  object-position: center center;
}
.reviews-page__name {
  font-size: 24px;
}
@media (max-width: 998px) {
  .reviews-page__name {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .reviews-page__name {
    font-size: 16px;
  }
}
.reviews-page__prew {
  margin-left: 12px;
  height: 50px;
}
@media (max-width: 998px) {
  .reviews-page__prew {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .reviews-page__prew {
    height: 40px;
  }
}
.reviews-page__prew .swiper-slide {
  position: relative;
}
.reviews-page__prew .swiper-slide img._play, .reviews-page__prew .swiper-slide img._play-i {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reviews-page__prew .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.reviews-page__prew img,
.reviews-page__prew video {
  width: 100%;
  aspect-ratio: 32/48;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #00468a;
  border-radius: 2px;
}
.reviews-page__star {
  max-width: 116px;
  margin-left: auto;
}
@media (max-width: 600px) {
  .reviews-page__star {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    grid-column: auto/span 3;
    width: 100%;
    max-width: 100%;
    justify-content: start;
    display: flex;
    padding-top: 16px;
  }
  .reviews-page__star img {
    width: 20px;
  }
}
.reviews-page__text {
  margin-top: 16px;
  font-size: 20px;
}
@media (max-width: 998px) {
  .reviews-page__text {
    font-size: 16px;
  }
}
.reviews-page__answer {
  margin-left: 24px;
  padding: 8px 20px;
  background: rgba(69, 162, 253, 0.1);
  border-left: 2px solid #00468a;
  margin-top: 24px;
}
@media (max-width: 998px) {
  .reviews-page__answer {
    padding: 6px 18px;
    padding-left: 15px;
  }
}
.reviews-page__answer span {
  color: #00468a;
  font-weight: 600;
}
.reviews-page__answer p {
  font-size: 20px;
  margin-top: 8px;
}
@media (max-width: 998px) {
  .reviews-page__answer p {
    font-size: 16px;
    margin-top: 4px;
  }
}
.reviews-page__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: auto;
}
.reviews-page__reactions {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 400px) {
  .reviews-page__reactions {
    gap: 14px;
  }
}
.reviews-page__date {
  opacity: 0.3;
}
.reviews-page__like {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.3);
}
.reviews-page__like._active img:nth-child(1) {
  display: none;
}
.reviews-page__like._active img:nth-child(2) {
  display: block;
}
.reviews-page__like img:nth-child(2) {
  display: none;
}

.reviews-page-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
}
@media (max-width: 998px) {
  .reviews-page-bottom {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}
.reviews-page-bottom__pages {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.reviews-page-bottom__pages div {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(69, 162, 253, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-page-bottom__pages div img {
  width: 10px;
}
@media (max-width: 400px) {
  .reviews-page-bottom__pages div {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.reviews-page-bottom__pages div._active {
  background: #00468a;
  color: #fff;
}
.reviews-page-bottom__all {
  margin-top: 20px;
  max-width: 270px;
  width: 100%;
  border: 1px solid #00468a;
  border-radius: 8px;
  padding: 16px 20px;
  color: #00468a;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media (max-width: 998px) {
  .reviews-page-bottom__all {
    display: none;
  }
}
.reviews-page-bottom__right {
  border-radius: 16px;
  padding: 32px;
  background: rgba(69, 162, 253, 0.1);
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .reviews-page-bottom__right {
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 700px) {
  .reviews-page-bottom__right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .reviews-page-bottom__right {
    padding: 20px;
  }
}
.reviews-page-bottom__right button {
  background: #00468a;
  padding: 16px;
  color: #fff;
  border-radius: 8px;
}
.reviews-page-bottom__right button:hover {
  background: #5290cc;
}
@media (max-width: 700px) {
  .reviews-page-bottom__right button {
    order: 4;
  }
}
.reviews-page-bottom__right input[type=checkbox] {
  display: none;
}
.reviews-page-bottom__right input[type=checkbox]:checked + label::before {
  background-image: url(../img/cc.svg);
}
.reviews-page-bottom__right input[type=checkbox] + label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 700px) {
  .reviews-page-bottom__right input[type=checkbox] + label {
    order: 5;
  }
}
.reviews-page-bottom__right input[type=checkbox] + label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.reviews-page-bottom__inp-wp {
  font-size: 20px;
  padding: 12px 20x;
  display: flex;
  border-radius: 8px;
  padding: 12px 20px;
  background: #fff;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .reviews-page-bottom__inp-wp {
    font-size: 16px;
  }
}
.reviews-page-bottom__inp-wp span {
  opacity: 0.5;
}
.reviews-page-bottom__inp-wp input {
  background: transparent;
  font-size: 20px;
}
.reviews-page-bottom__inp-wp input::placeholder {
  font-size: 20px;
}
@media (max-width: 1300px) {
  .reviews-page-bottom__inp-wp input {
    font-size: 16px;
  }
  .reviews-page-bottom__inp-wp input::placeholder {
    font-size: 16px;
  }
}
.reviews-page-bottom__inp-wp._textarea {
  grid-row: auto/span 2;
}
@media (max-width: 700px) {
  .reviews-page-bottom__inp-wp._textarea {
    order: 3;
    height: 125px;
  }
}
.reviews-page-bottom__inp-wp._textarea textarea {
  width: 100%;
  height: 100%;
  background: #fff;
  resize: none;
  border-radius: 8px;
  font-size: 20px;
}
.reviews-page-bottom__inp-wp._textarea textarea::placeholder {
  font-size: 20px;
}
@media (max-width: 1300px) {
  .reviews-page-bottom__inp-wp._textarea textarea {
    font-size: 16px;
  }
  .reviews-page-bottom__inp-wp._textarea textarea::placeholder {
    font-size: 16px;
  }
}
.complectatia__container {
  padding-top: 100px;
}
@media (max-width: 998px) {
  .complectatia__container {
    padding-top: 60px;
  }
}
.complectatia__block {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media (max-width: 700px) {
  .complectatia__block {
    flex-direction: column;
    margin-top: 32px;
    border-bottom: 1px solid none;
    padding-bottom: 0;
  }
}
.complectatia__item {
  background: rgba(213, 230, 247, 0.2);
  border-radius: 12px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 700px) {
  .complectatia__item {
    max-width: 100%;
  }
}
.complectatia__wp {
  padding: 0px 24px;
}
.complectatia__el {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 20px;
  opacity: 0.8;
}
.complectatia__el:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.complectatia__el_top {
  background: rgba(69, 162, 253, 0.1);
  padding: 24px;
  font-size: 24px;
  font-weight: 600;
  opacity: 1;
  border-bottom: none !important;
}
.complectatia__el_top span {
  font-weight: 700;
}

.purchase__container {
  padding-top: 100px;
}
@media (max-width: 998px) {
  .purchase__container {
    padding-top: 60px;
  }
}
.purchase__title {
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .purchase__title {
    margin-bottom: 32px;
  }
}

.model-text {
  margin: 140px 0;
  font-size: 24px;
}
@media (max-width: 998px) {
  .model-text {
    margin: 60px 0;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .model-text {
    font-size: 16px;
  }
}

.services__container {
  padding-top: 40px;
  padding-bottom: 140px;
}
@media (max-width: 998px) {
  .services__container {
    padding-bottom: 60px;
    padding-top: 32px;
  }
}
.services__title {
  margin-top: 40px;
}
.services__tabs {
  margin-top: 24px;
}
@media (max-width: 998px) {
  .services__tabs .tabs__buttons-wp {
    width: 100vw;
    padding: 0px 40px;
    overflow: auto;
    left: 50%;
    transform: translate(-50%);
    position: relative;
  }
}
@media (max-width: 600px) {
  .services__tabs .tabs__buttons-wp {
    padding: 0px 20px;
  }
}
.services__tabs .tabs__buttons {
  display: flex;
  gap: 20px;
  width: max-content;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 100%;
}
@media (max-width: 998px) {
  .services__tabs .tabs__buttons {
    padding-bottom: 24px;
    gap: 12px;
  }
}
.services__tabs .tab-btn {
  border-radius: 100px;
  padding: 8px 16px;
  background: rgba(69, 162, 253, 0.1);
  font-size: 20px;
}
@media (max-width: 998px) {
  .services__tabs .tab-btn {
    font-size: 16px;
  }
}
.services__tabs .tab-btn._active {
  background: #00468a;
  color: #fff;
}
.services__head {
  padding-top: 32px;
  max-width: 700px;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 998px) {
  .services__head {
    padding-top: 24px;
  }
}
@media (max-width: 400px) {
  .services__head {
    font-size: 20px;
  }
}
.services__subtitle {
  margin-top: 16px;
  max-width: 1116px;
  font-size: 20px;
  opacity: 0.8;
}
@media (max-width: 400px) {
  .services__subtitle {
    font-size: 16px;
  }
}

.tabs__content {
  display: none;
}

.tabs__content._active {
  display: block;
}

.equipment__top {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1200px) {
  .equipment__top {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
.equipment__searth {
  width: 100%;
  max-width: 100%;
}
.equipment__wp {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .equipment__wp {
    gap: 15px;
  }
}
@media (max-width: 700px) {
  .equipment__wp {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.equipment__dropdown {
  position: relative;
}
.equipment__dropdown:nth-child(1) {
  z-index: 10;
}
.equipment__dropdown:nth-child(2) {
  z-index: 9;
}
.equipment__dropdown:nth-child(3) {
  z-index: 8;
}
.equipment__dropdown:nth-child(4) {
  z-index: 7;
}
.equipment__dropdown:nth-child(5) {
  z-index: 6;
}
.equipment__dropdown span {
  opacity: 0.3;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.equipment__dropdown .dropdown {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1300px) {
  .equipment__dropdown .dropdown {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .equipment__dropdown .dropdown {
    font-size: 20px;
  }
}
.equipment__dropdown .dropdown__current {
  padding: 16px 20px;
}
.equipment__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .equipment__block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 998px) {
  .equipment__block {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px;
    margin-top: 32px;
  }
}
.equipment__item {
  border-radius: 8px;
  padding: 20px 32px 20px 24px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: grid;
  grid-template-columns: 65px 1fr 30px;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1600px) {
  .equipment__item {
    grid-template-columns: 50px 1fr 25px;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .equipment__item {
    padding: 20px 24px;
  }
}
@media (max-width: 450px) {
  .equipment__item {
    grid-template-columns: 40px 1fr 20px;
  }
}
.equipment__icon img {
  width: 100%;
}
@media (max-width: 700px) {
  .equipment__icon {
    margin-bottom: auto;
  }
}
.equipment__content {
  display: flex;
  flex-direction: column;
}
.equipment__name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  opacity: 0.8;
}
@media (max-width: 1600px) {
  .equipment__name {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .equipment__name {
    font-size: 18px;
  }
}
.equipment__info {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 1600px) {
  .equipment__info {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .equipment__info {
    gap: 12px;
    row-gap: 9px;
  }
}
@media (max-width: 450px) {
  .equipment__info {
    font-size: 14px;
  }
}
.equipment__info div {
  color: rgba(0, 0, 0, 0.5);
}
.equipment__info div span {
  color: #000;
}
.equipment__all {
  opacity: 0.8;
  color: #00468a;
  display: flex;
  gap: 8px;
}
.equipment__all b {
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 1px solid #00468a;
}
.equipment__all img {
  width: 20px;
}
@media (max-width: 1600px) {
  .equipment__all img {
    width: 15px;
  }
}
@media (max-width: 998px) {
  .equipment__all img {
    display: none;
  }
}
.equipment__download img {
  width: 100%;
}

.garancy__title {
  padding-top: 140px;
}
@media (max-width: 998px) {
  .garancy__title {
    padding-top: 60px;
  }
}
.garancy__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .garancy__block {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
.garancy__block a {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  padding: 16px 16px;
  background: #00468a;
  align-items: center;
  font-weight: 500;
  gap: 12px;
  color: #fff;
}
.garancy__block a:hover {
  background: #5290cc;
}
.garancy__block a span {
  color: rgba(255, 255, 255, 0.4);
}
.garancy__block a img {
  width: 24px;
}
@media (max-width: 1200px) {
  .garancy__block a {
    font-size: 12px;
  }
  .garancy__block a img {
    width: 16px;
  }
}
@media (max-width: 998px) {
  .garancy__block a {
    order: 2;
    font-size: 16px;
  }
  .garancy__block a img {
    width: 24px;
  }
}
.garancy__item {
  background: rgba(69, 162, 253, 0.1);
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 998px) {
  .garancy__item {
    order: 3;
  }
  .garancy__item:nth-child(1) {
    order: 1;
  }
}
.garancy__cif {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #00468a;
  color: #00468a;
  font-weight: 500;
  font-size: 20px;
}
.garancy__icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -16px;
}
.garancy__icon img {
  width: 160px;
  max-width: 100%;
}
.garancy__txt {
  margin-top: 12px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1500px) {
  .garancy__txt {
    font-size: 16px;
  }
}
@media (max-width: 998px) {
  .garancy__txt {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .garancy__txt {
    font-size: 18px;
  }
}

.spares__block {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 20px;
  align-items: flex-start;
  margin-top: 24px;
}
@media (max-width: 1500px) {
  .spares__block {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 1300px) {
  .spares__block {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 998px) {
  .spares__block {
    grid-template-columns: 1fr;
  }
}
.spares__wp {
  background: rgba(69, 162, 253, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding-top: 60px;
  padding-left: 60px;
}
@media (max-width: 1200px) {
  .spares__wp {
    padding-top: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 700px) {
  .spares__wp {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.spares__element {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  position: relative;
  align-items: flex-start;
}
.spares__element:nth-child(1) {
  z-index: 5;
}
.spares__element:nth-child(2) {
  z-index: 4;
}
.spares__element:nth-child(3) {
  z-index: 3;
}
.spares__element:nth-child(4) {
  z-index: 2;
}
.spares__element .dropdown {
  box-shadow: none;
  background: transparent;
  width: 180px;
}
@media (max-width: 400px) {
  .spares__element .dropdown {
    width: 120px;
    font-size: 14px;
  }
  .spares__element .dropdown .dropdown__item {
    padding: 10px 12px;
  }
}
.spares__element .dropdown__current {
  padding: 0;
  background: transparent;
  font-weight: 700;
  font-size: 40px;
  color: #00468a;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-family: Helvetica;
}
@media (max-width: 1500px) {
  .spares__element .dropdown__current {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .spares__element .dropdown__current {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .spares__element .dropdown__current {
    font-size: 20px;
  }
}
.spares__element .dropdown__current::after {
  content: "▼";
  background-image: none;
  color: #00468a;
  opacity: 1;
  height: 20px;
  filter: grayscale(0);
  font-size: 20px;
}
@media (max-width: 998px) {
  .spares__element .dropdown__current::after {
    font-size: 10px;
    height: 5px;
    width: 10px;
  }
}
.spares__img {
  margin-left: auto;
  margin-top: 35px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.spares__img img {
  max-width: 100%;
}
.spares__name {
  font-weight: 700;
  font-size: 40px;
  font-family: Helvetica;
}
@media (max-width: 1500px) {
  .spares__name {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .spares__name {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .spares__name {
    font-size: 20px;
  }
}
.spares__el .card {
  background: rgba(69, 162, 253, 0.1);
  padding: 10px;
  border-radius: 8px;
}
.spares__el .card__img {
  aspect-ratio: 528/290;
}
@media (max-width: 998px) {
  .spares__more {
    margin-top: 11px;
  }
}

.catalog-spares {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .catalog-spares {
    margin-top: 60px;
  }
}
.catalog-spares__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 1300px) {
  .catalog-spares__top {
    grid-template-columns: 1fr;
  }
}
.catalog-spares__dwopdawns {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .catalog-spares__dwopdawns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .catalog-spares__dwopdawns {
    grid-template-columns: 1fr;
  }
}
.catalog-spares__dwopdawns .dropdown {
  width: 100%;
}
@media (max-width: 1600px) {
  .catalog-spares__dwopdawns .dropdown {
    font-size: 16px;
  }
}
.catalog-spares__block {
  margin-top: 40px;
}
.catalog-spares__item .card__img {
  aspect-ratio: 406/290;
}

.faq {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 20px;
}
@media (max-width: 1300px) {
  .faq {
    grid-template-columns: 1fr 250px;
  }
}
@media (max-width: 998px) {
  .faq {
    grid-template-columns: 1fr;
  }
}
.faq__wp {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__wp._active .faq__name {
  margin-bottom: 32px;
}
.faq__name {
  transition: 0.3s;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.faq__name._active::after {
  transform: rotate(180deg);
}
.faq__name::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/Arrow2.svg);
  width: 24px;
  height: 24px;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.faq__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq__block._ready {
  overflow: visible;
}
.faq__el {
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 700px) {
  .faq__el {
    padding: 16px;
  }
}
.faq__el._active {
  background: rgba(69, 162, 253, 0.1);
  border: 1px solid #00468a;
}
.faq__quest {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1600px) {
  .faq__quest {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .faq__quest {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .faq__quest {
    font-size: 18px;
  }
}
.faq__quest._active {
  color: #00468a;
}
.faq__quest._active::after {
  transform: rotate(180deg);
}
.faq__quest::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/Arrow2.svg);
  width: 24px;
  height: 24px;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.faq__resp p {
  padding-top: 24px;
  padding-left: 25px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}
@media (max-width: 1600px) {
  .faq__resp p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .faq__resp p {
    padding-left: 0;
    padding-top: 16px;
  }
}
@media (max-width: 400px) {
  .faq__resp p {
    font-size: 15px;
  }
}
.faq__searth {
  margin-top: 100px;
}
@media (max-width: 998px) {
  .faq__searth {
    display: none;
  }
}
.faq__searth ._searth {
  max-width: 100%;
  width: 100%;
}

.feedback__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .feedback__block {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.feedback__dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 800px) {
  .feedback__dropdown {
    grid-template-columns: 1fr;
  }
}
.feedback__dropdown .dropdown {
  width: 100%;
}
.feedback__textarea {
  margin-top: 24px;
}
.feedback__textarea textarea {
  border-radius: 4px;
  padding: 12px 20px;
  width: 100%;
  height: 185px;
  resize: none;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.feedback__inf {
  margin-top: 4px;
  text-align: right;
  opacity: 0.2;
}
.feedback__right {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feedback__right input {
  display: none;
}
.feedback__right label {
  margin-top: 28px;
  height: 100%;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 12px 20px;
  display: grid;
  gap: 10px;
}
.feedback__right label img,
.feedback__right label video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-height: 250px;
}
.feedback__right label img._cst,
.feedback__right label video._cst {
  max-width: 250px;
  margin: 0px auto;
  object-fit: contain;
}
@media (max-width: 700px) {
  .feedback__right label img._cst,
.feedback__right label video._cst {
    max-width: 160px;
  }
}
.feedback__right label span {
  font-weight: 500;
  font-size: 20px;
  opacity: 0.5;
}
@media (max-width: 500px) {
  .feedback__right label span {
    font-size: 18px;
  }
}
.feedback__sviaz {
  margin-top: 32px;
  max-width: 570px;
}
.feedback__name {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 998px) {
  .feedback__name {
    font-weight: 500;
  }
}
@media (max-width: 400px) {
  .feedback__name {
    font-size: 20px;
  }
}
.feedback__radio {
  margin-top: 32px;
  display: flex;
  gap: 24px;
}
@media (max-width: 600px) {
  .feedback__radio {
    gap: 16px;
  }
}
.feedback__radio input {
  display: none;
}
.feedback__radio input:checked + label {
  background: #00468a;
  color: #fff;
}
.feedback__radio label {
  padding: 8px 16px;
  font-size: 20px;
  background: rgba(69, 162, 253, 0.1);
  border-radius: 100px;
}
@media (max-width: 600px) {
  .feedback__radio label {
    font-size: 18px;
  }
}
.feedback__input {
  margin-top: 24px;
  padding: 13px 20px;
  background: rgba(69, 162, 253, 0.1);
  width: 100%;
}
.feedback__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 998px) {
  .feedback__bottom {
    flex-direction: column;
  }
}
.feedback__bottom input[type=checkbox] {
  display: none;
}
.feedback__bottom input[type=checkbox]:checked + label::before {
  background-image: url(../img/cc.svg);
}
.feedback__bottom input[type=checkbox] + label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 700px) {
  .feedback__bottom input[type=checkbox] + label {
    order: 5;
  }
}
.feedback__bottom input[type=checkbox] + label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.feedback__bottom button {
  padding: 16px 60px;
  color: #fff;
  background: #00468a;
  border-radius: 8px;
  white-space: nowrap;
}
.feedback__bottom button:hover {
  background: #5290cc;
}
@media (max-width: 998px) {
  .feedback__bottom button {
    width: 100%;
  }
}

.service-support__container {
  padding-top: 40px;
}
.service-support__title {
  padding-top: 40px;
}
.service-support__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 998px) {
  .service-support__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .service-support__block {
    grid-template-columns: 1fr;
  }
}
.service-support__item {
  background: #f5f5f5;
  border-radius: 12px;
  padding-top: 32px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .service-support__item {
    padding-top: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 998px) {
  .service-support__item {
    padding-top: 32px;
    padding-left: 32px;
  }
}
.service-support__name {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 1350px) {
  .service-support__name {
    font-size: 20px;
  }
}
@media (max-width: 998px) {
  .service-support__name {
    font-size: 24px;
  }
}
.service-support__image {
  margin-left: auto;
  margin-top: auto;
  max-width: 60%;
}
.service-support__image img {
  width: 100%;
}
.service-support__dropdown {
  padding-top: 32px;
  gap: 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  max-width: 1050px;
}
@media (max-width: 998px) {
  .service-support__dropdown {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .service-support__dropdown {
    grid-template-columns: 1fr;
  }
}
.service-support__map {
  margin-top: 32px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1300px) {
  .service-support__map #map {
    height: 650px !important;
  }
}
.service-support__wp {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1400px) {
  .service-support__wp {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1400px) {
  .service-support__wp {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .service-support__wp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .service-support__wp {
    grid-template-columns: 1fr;
  }
}
.service-support__el {
  background: rgba(69, 162, 253, 0.1);
  padding: 12px;
  border-radius: 12px;
}
@media (max-width: 400px) {
  .service-support__el {
    font-size: 15px;
  }
}
.service-support__img {
  position: relative;
}
.service-support__img img {
  width: 100%;
  border-radius: 12px;
}
.service-support__lt {
  position: absolute;
  width: 28px;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.service-support__head {
  margin-top: 24px;
  font-weight: 700;
  font-size: 24px;
  font-family: Helvetica;
}
@media (max-width: 400px) {
  .service-support__head {
    font-size: 20px;
  }
}
.service-support__adress {
  margin-top: 12px;
}
.service-support__services {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  row-gap: 7px;
  color: rgba(0, 0, 0, 0.3);
}
.service-support__services span {
  color: #00468a;
}
.service-support__bottom {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  opacity: 0.3;
}
.service-support__bottom a {
  color: inherit;
}
.service-support__l {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.service-support__call {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #00468a;
  padding: 16px;
  display: block;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 16px;
}
.service-support__call:hover {
  background: #5290cc;
}
.service-support__pages {
  padding-top: 24px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .service-support__pages {
    padding-top: 24px;
  }
}
.service-support__pages div {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(69, 162, 253, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-support__pages div img {
  width: 10px;
}
@media (max-width: 400px) {
  .service-support__pages div {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.service-support__pages div._active {
  background: #00468a;
  color: #fff;
}

.custon-map-item {
  max-width: 400px;
  width: 100%;
}
.custon-map-item .service-support__el {
  background: #fff;
  background: #fff;
}
.custon-map-item .service-support__el .service-support__head {
  margin-top: 12px;
}

.diler__container {
  display: grid;
  grid-template-columns: 1fr 500px;
  padding-top: 120px;
  align-items: flex-end;
}
@media (max-width: 1500px) {
  .diler__container {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 1300px) {
  .diler__container {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 998px) {
  .diler__container {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
}
.diler__left {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .diler__left {
    font-size: 16px;
  }
}
.diler__subtitle {
  margin-top: 40px;
  opacity: 0.8;
}
@media (max-width: 998px) {
  .diler__subtitle {
    margin-top: 32px;
  }
}
.diler__head {
  margin-top: 32px;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 998px) {
  .diler__head {
    font-weight: 600;
    font-size: 20px;
    margin-top: 24px;
  }
}
.diler__list {
  margin-top: 24px;
  padding-left: 50px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  row-gap: 20px;
  opacity: 0.8;
}
@media (max-width: 1500px) {
  .diler__list {
    padding-left: 20px;
  }
}
@media (max-width: 700px) {
  .diler__list {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}
.diler__btn {
  margin-top: 40px;
  font-size: 16px;
  max-width: 400px;
  width: 100%;
  padding: 16px;
  color: #fff;
  background: #00468a;
  border-radius: 8px;
  display: block;
  text-align: center;
}
@media (max-width: 998px) {
  .diler__btn {
    margin-top: 24px;
  }
}
.diler__txt {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 1500px) {
  .diler__txt {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 998px) {
  .diler__txt {
    padding-top: 20px;
    margin-top: 60px;
  }
}
.diler__txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% + 100px);
  z-index: -2;
}
@media (max-width: 998px) {
  .diler__img {
    display: none;
  }
}
.diler__img img {
  width: 100%;
}
@media (max-width: 1300px) {
  .diler__img img {
    width: calc(100% + 100px);
  }
}

.popup__close {
  background-image: url(../img/close-x.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
  right: 15px;
}

.popup_popup .popup__body {
  max-width: 1000px;
  background: transparent;
  padding: 0;
}
.popup_popup .popup__body .request__form {
  padding: 60px;
}
@media (max-width: 600px) {
  .popup_popup .popup__body .request__form {
    padding: 20px;
    padding-top: 60px;
  }
}

.fly-item {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.3, 0.7, 0.4, 1), opacity 0.9s;
}