@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.d9349b968885.woff2") format("woff2"), url("../fonts/Montserrat-Regular.4f69c6c2f89a.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.9caeada6f03d.woff2") format("woff2"), url("../fonts/Montserrat-Medium.071b29a1ff27.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.047a08d1de3c.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.76943a7ba716.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.2d2dee531bf3.woff2") format("woff2"), url("../fonts/Montserrat-Bold.894d9caeb34e.woff") format("woff");
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #555555;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

* {
  outline: 0;
  font-family: inherit;
  box-sizing: border-box;
  scrollbar-color: #dddddd #fff;
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 4px;
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 12px;
  background: #dddddd;
}

input,
textarea,
button {
  appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
input[type=number] {
  appearance: textfield;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  appearance: none;
}

img {
  height: auto;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.responsive-video {
  position: relative;
  padding: 56.25% 0 0;
  overflow: hidden;
  border-radius: 5px;
}
.responsive-video iframe, .responsive-video__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0;
}
.responsive-video__link {
  text-decoration: none;
}
.responsive-video__link:hover:before {
  opacity: 1;
}
.responsive-video__link:hover .responsive-video__play {
  transform: translate(-50%, -50%) scale(1.1);
}
.responsive-video__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(21, 27, 44, 0.35);
  opacity: 0;
  transition: opacity 0.3s;
}
.responsive-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s;
}
.responsive-video__play svg {
  width: 40%;
  height: 40%;
}

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

p {
  margin: 0 0 0.8em;
}
p.reset-m {
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.8em 0 0.7em;
}
h1.reset,
h2.reset,
h3.reset,
h4.reset,
h5.reset,
h6.reset {
  margin: -0.2em 0 0;
}
h1.reset-mt,
h2.reset-mt,
h3.reset-mt,
h4.reset-mt,
h5.reset-mt,
h6.reset-mt {
  margin-top: -0.2em;
}
h1.reset-mb,
h2.reset-mb,
h3.reset-mb,
h4.reset-mb,
h5.reset-mb,
h6.reset-mb {
  margin-bottom: 0;
}
h1.word-wrap,
h2.word-wrap,
h3.word-wrap,
h4.word-wrap,
h5.word-wrap,
h6.word-wrap {
  word-break: break-word;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background: rgba(153, 153, 153, 0.2);
}

@media all and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 25px;
  }
  h5,
  .h5 {
    font-size: 21px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  .text-center {
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  *::-webkit-scrollbar {
    width: 12px;
  }
  *::-webkit-scrollbar-thumb {
    width: 8px;
    border: 2px solid #ffffff;
  }
}
@media all and (min-width: 1400px) {
  body {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 56px;
  }
  h2,
  .h2 {
    font-size: 48px;
  }
  h3,
  .h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 33px;
  }
  h5,
  .h5 {
    font-size: 28px;
  }
  h6,
  .h6 {
    font-size: 24px;
  }
  .responsive-video__play {
    width: 80px;
    height: 80px;
  }
}
.about__video {
  grid-column: 12 span;
  order: 1;
}
.about__text {
  grid-column: 12 span;
}
.about__banner {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.about__types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 1.2em 0;
}
.about__types-item {
  position: relative;
  color: #1c2fd3;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  transition: color 0.3s;
}
.about__types-item:hover {
  color: #5696db;
}
.about__types-item:hover img {
  transform: scale(1.1);
}
.about__types-item:hover span {
  background: #ffffff;
}
.about__types-img {
  display: block;
  width: 100%;
  transition: transform 0.3s;
}
.about__types-title {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 0.7em 1em;
  border-radius: 0 5px 0 0;
  background: rgba(255, 255, 255, 0.75);
  transition: background-color 0.3s;
}
.about__services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.about__services-item {
  position: relative;
  height: 150px;
  font-weight: 600;
  color: #555555;
  line-height: 1;
  border-radius: 5px;
  overflow: hidden;
  background: #ebeff8;
  transition: color 0.3s;
}
.about__services-item:hover {
  color: #5696db;
}
.about__services-item:nth-child(1) img {
  transform: scaleX(-1) translateX(20px);
}
.about__services-item:nth-child(2) img {
  transform: scaleX(-1) translateX(40px);
}
.about__services-item:nth-child(3) img {
  transform: translateX(-100px);
}
.about__services-item:nth-child(4) img {
  transform: translateX(-30px);
}
.about__services-item:nth-child(5) img {
  transform: translateX(-70px);
}
.about__services-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.about__services-title {
  position: absolute;
  display: flex;
  align-items: center;
  right: 16px;
  bottom: 16px;
  gap: 0.3em;
}
.about__services-title svg {
  width: 1.2em;
  height: 1.2em;
}
.about__factors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1.2em 0;
}
.about__factors-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 16px;
  flex: 1 1 auto;
  color: #1c2fd3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  background: rgba(28, 73, 229, 0.15);
  border-left: 3px solid #1c49e5;
}
.about__factors-item img {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.about__manufacture {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 1.2em 0;
}
.about__manufacture-item {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 5px;
}
.about__manufacture-item:hover img {
  transform: scale(1.1);
}
.about__manufacture-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
.about__team {
  margin: 1.2em -5vw;
  padding: 0 5vw;
}
.about__team-item {
  max-width: 248px;
  padding: 16px;
  border: 1px solid #dddddd;
}
.about__team-img {
  display: block;
  margin: 0 0 12px;
}
.about__team-name {
  font-size: 18px;
  font-weight: 700;
}
.about__team-pos {
  font-size: 14px;
  color: #999999;
}
.about__team .swiper-control {
  position: relative;
  margin: 20px 0 0;
}
.about__partners {
  margin: 1.2em -5vw;
  padding: 0 5vw;
}
.about__partners-item {
  max-width: 220px;
}
.about__partners-img {
  display: block;
  border: 1px solid #1c49e5;
  border-radius: 5px;
}
.about__partners .swiper-control {
  position: relative;
  margin: 20px 0 0;
}

@media all and (min-width: 600px) {
  .about__types {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 768px) {
  .about__types {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about__services {
    grid-template-columns: repeat(6, 1fr);
  }
  .about__services-item:nth-child(1) {
    grid-column: span 2;
  }
  .about__services-item:nth-child(1) img {
    transform: scaleX(1) translateX(10px);
  }
  .about__services-item:nth-child(1) span {
    left: 16px;
    right: auto;
  }
  .about__services-item:nth-child(2) {
    grid-column: span 2;
  }
  .about__services-item:nth-child(2) img {
    transform: scaleX(1) translateX(60px);
  }
  .about__services-item:nth-child(2) span {
    left: 16px;
    right: auto;
  }
  .about__services-item:nth-child(3) {
    grid-column: span 2;
  }
  .about__services-item:nth-child(3) img {
    transform: translateX(50px);
  }
  .about__services-item:nth-child(3) span {
    left: 16px;
    right: auto;
  }
  .about__services-item:nth-child(4) {
    grid-column: span 3;
  }
  .about__services-item:nth-child(5) {
    grid-column: span 3;
  }
  .about__factors-item {
    justify-content: center;
    padding: 1em;
    font-size: 20px;
  }
  .about__factors-item img {
    width: 28px;
    height: 28px;
  }
  .about__manufacture {
    grid-template-columns: repeat(12, 1fr);
  }
  .about__manufacture-item {
    height: 200px;
    aspect-ratio: auto;
    grid-column: span 5;
  }
  .about__manufacture-item:nth-child(2n):not(:nth-child(4n)) {
    grid-column: span 7;
  }
  .about__manufacture-item:nth-child(2n+1):not(:nth-child(4n+1)) {
    grid-column: span 7;
  }
  .about__team, .about__partners {
    margin: 1.2em 0;
    padding: 0;
  }
  .about__team-item, .about__partners-item {
    max-width: none;
  }
  .about__team .swiper-control, .about__partners .swiper-control {
    margin: 24px 0 0;
  }
}
@media all and (min-width: 1024px) {
  .about__video {
    grid-column: 7 span;
    order: 0;
    padding: 0 3% 0 0;
  }
  .about__text {
    grid-column: 5 span;
  }
  .about__team .swiper-control, .about__partners .swiper-control {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .about__team .swiper-control .swiper-scrollbar, .about__partners .swiper-control .swiper-scrollbar {
    position: relative;
  }
}
@media all and (min-width: 1260px) {
  .about__services-item:nth-child(1) img {
    right: 0;
    left: auto;
    transform: scaleX(1) translateX(0);
  }
  .about__services-item:nth-child(2) img {
    right: 0;
    left: auto;
    transform: scaleX(1) translateX(0);
  }
  .about__services-item:nth-child(3) {
    grid-column: span 2;
  }
  .about__services-item:nth-child(3) img {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
  .about__services-item:nth-child(3) span {
    left: 16px;
    right: auto;
  }
  .about__services-item:nth-child(4) {
    grid-column: span 3;
  }
  .about__services-item:nth-child(4) img {
    transform: translateX(0);
  }
  .about__services-item:nth-child(5) {
    grid-column: span 3;
  }
  .about__services-item:nth-child(5) img {
    transform: translateX(0);
  }
  .about__manufacture-item {
    height: 300px;
  }
  .about__team-item {
    padding: 20px;
  }
  .about__team-name {
    font-size: 20px;
  }
  .about__team-pos {
    font-size: 16px;
  }
}
@media all and (min-width: 1400px) {
  .about__types-item {
    font-size: 20px;
  }
  .about__services-item {
    font-size: 18px;
  }
  .about__factors-item {
    font-size: 22px;
  }
  .about__factors-item img {
    width: 32px;
    height: 32px;
  }
}
@media all and (min-width: 1920px) {
  .about__factors-item {
    font-size: 24px;
  }
}
.action-form {
  position: relative;
  margin: 1.4em 0;
  border-radius: 5px;
  overflow: hidden;
}
.action-form--learn {
  color: #ffffff;
  background-color: #151b2c;
}
.action-form--learn:after {
  content: "";
  display: block;
  aspect-ratio: 864/1080;
  background-image: url("../img/learn-bg--xs.e8a9b3a78f9f.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.action-form--cooperation {
  display: flex;
  flex-direction: column;
  background-color: #ebeff8;
}
.action-form--cooperation:after {
  content: "";
  aspect-ratio: 861/352;
  background-image: url("../img/cooperation-bg--xs.2271cd8de4c7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.action-form__learn-info {
  padding: 20px 20px 0;
  color: #ffffff;
}
.action-form__learn-info .checkbox,
.action-form__learn-info .field__label {
  color: #999999;
}
.action-form__cooperation-info {
  position: relative;
  padding: 24px 20px 20px;
  color: #ffffff;
  background: #151b2c;
}
.action-form__cooperation-form {
  order: 1;
  padding: 20px 20px 24px;
}
.action-form__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.action-form__list li {
  display: flex;
  gap: 0.75em;
  margin: 1em 0 0;
  line-height: 1.3;
}
.action-form__list li:before {
  content: "";
  flex: 0 0 auto;
  width: 0.75em;
  height: 0.75em;
  margin: 0.3em 0 0 0.2em;
  background: #1c49e5;
  transform: rotate(45deg);
}
.action-form__title {
  margin: 0 0 0.75em;
  font-weight: 600;
  color: inherit;
}
.action-form__subtitle {
  margin: 0 0 20px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .action-form--learn {
    display: grid;
    grid-template-columns: 45% 55%;
    margin: 1.4em 0;
  }
  .action-form--learn:after {
    order: -1;
    aspect-ratio: auto;
    background-image: url("../img/learn-bg.254633db704e.jpg");
    background-position: right center;
  }
  .action-form--cooperation {
    position: relative;
    z-index: 1;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(90deg, #151b2c 50%, #ebeff8 50%);
  }
  .action-form--cooperation:after {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%);
    aspect-ratio: 330/762;
    background-image: url("../img/cooperation-bg.0c4c70a6c2ac.jpg");
    background-position: center;
  }
  .action-form__learn-info {
    padding: 28px 28px 32px 0;
  }
  .action-form__group-field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 12px;
  }
  .action-form__group-field .field {
    margin: 0 0 2px;
  }
  .action-form__cooperation-info, .action-form__cooperation-form {
    width: 45%;
    padding: 28px;
    background: none;
  }
  .action-form__cooperation-form {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1260px) {
  .action-form--cooperation:after {
    left: 47%;
  }
  .action-form__cooperation-info, .action-form__cooperation-form {
    padding: 44px;
  }
  .action-form__learn-info {
    padding: 44px 44px 48px 0;
  }
  .action-form__group-field {
    gap: 16px;
  }
  .action-form__subtitle {
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 1400px) {
  .action-form__learn-info {
    padding: 52px 52px 56px 0;
  }
  .action-form__cooperation-info, .action-form__cooperation-form {
    padding: 52px;
  }
}
@media screen and (min-width: 1920px) {
  .action-form--learn {
    grid-template-columns: 1fr 1fr;
  }
}
.accordion__item {
  margin: 12px 0 0;
  padding: 20px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  transition: box-shadow 0.3s;
}
.accordion__item-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  line-height: 1.4;
}
.accordion__item-head.show .accordion__item-icon {
  transform: rotate(45deg);
}
.accordion__item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.accordion__item:hover .accordion__item-title,
.accordion__item:hover .accordion__item-icon {
  color: #1c2fd3;
}
.accordion__item-title {
  width: calc(100% - 24px);
  color: #333333;
  font-weight: 600;
}
.accordion__item-desc {
  margin: 8px 0 0;
  font-weight: 400;
  color: #999999;
}
.accordion__item-type {
  order: 1;
  margin: 8px 0 0;
  color: #333333;
  font-weight: 600;
}
.accordion__item-icon {
  flex: 0 0 auto;
  align-self: flex-start;
  width: 24px;
  height: 24px;
  margin: 0 -8px 0 auto;
  color: #999999;
  transition: color 0.3s, transform 0.15s;
}
.accordion__item-body {
  display: none;
  padding: 16px 0 0;
}

@media all and (min-width: 768px) {
  .accordion__item {
    padding: 24px;
  }
  .accordion__item-head {
    align-items: baseline;
    flex-wrap: nowrap;
  }
  .accordion__item-title {
    width: auto;
    margin: 0 20px 0 0;
  }
  .accordion__item-type {
    order: 0;
    margin: 0 20px 0 auto;
  }
  .accordion__item-icon {
    margin: 0;
  }
  .accordion__item-body {
    padding: 16px 0 4px;
    width: 70%;
  }
}
@media all and (min-width: 1280px) {
  .accordion__item {
    padding: 28px;
  }
  .accordion__item-title {
    margin: 0 24px 0 0;
  }
  .accordion__item-type {
    order: 0;
    margin: 0 24px 0 auto;
  }
  .accordion__item-body {
    padding: 20px 0 4px;
    width: 75%;
  }
}
@media all and (min-width: 1400px) {
  .accordion__item {
    padding: 32px;
  }
  .accordion__item-title {
    margin: 0 40px 0 0;
    font-size: 18px;
  }
  .accordion__item-desc {
    font-size: 16px;
  }
  .accordion__item-type {
    order: 0;
    margin: 0 40px 0 auto;
  }
}
.cart__list {
  grid-column: span 12;
}
.cart__head {
  display: none;
}
.cart__table {
  display: block;
  margin: 0 -5vw;
  border-collapse: collapse;
  border-spacing: 0;
}
.cart__table tr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 24px 5vw;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.cart__table td {
  line-height: 1.3;
}
.cart__table td:nth-child(1) {
  width: 60px;
}
.cart__table td:nth-child(2) {
  width: calc(100% - 92px);
}
.cart__table td:nth-child(3) {
  width: 100%;
  margin: 20px 0 0;
}
.cart__quantity-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart__price-label {
  margin: 0 0 4px;
  color: #666666;
  font-size: 12px;
}
.cart__price-value {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
}
.cart__quantity-label {
  display: none;
}
.cart__remove {
  position: absolute;
  right: 5vw;
  top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 -4px 0 0;
  color: #999999;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.cart__remove:hover {
  color: #1c2fd3;
}
.cart__remove svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.cart__info {
  grid-column: span 12;
}
.cart__info-main {
  margin: 28px 0 16px;
}
.cart__info-total {
  display: none;
}
.cart__info-cost {
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
}
.cart__info-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart__clear {
  color: #999999;
  transition: color 0.3s;
}
.cart__clear:hover {
  color: #1c2fd3;
}
.cart__contacts {
  display: none;
}

@media all and (min-width: 768px) {
  .cart__list {
    grid-column: span 7;
  }
  .cart__table {
    width: 100%;
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 0.5);
  }
  .cart__table tr {
    padding: 24px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
  .cart__table td:nth-child(1) {
    width: 72px;
  }
  .cart__table td:nth-child(2) {
    width: calc(100% - 104px);
  }
  .cart__price-label {
    font-size: 14px;
  }
  .cart__price-value {
    font-size: 20px;
  }
  .cart__remove {
    right: 20px;
  }
  .cart__info {
    grid-column: span 5;
  }
  .cart__info-main {
    margin: 0 0 20px;
    padding: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
  }
}
@media all and (min-width: 1024px) {
  .cart__list {
    grid-column: span 8;
  }
  .cart__info {
    grid-column: span 4;
  }
}
@media all and (min-width: 1280px) {
  .cart__list {
    grid-column: span 9;
  }
  .cart__table {
    display: table;
  }
  .cart__table tr {
    display: table-row;
  }
  .cart__table td {
    padding: 20px 12px;
    vertical-align: middle;
  }
  .cart__table td:nth-child(1) {
    width: auto;
    padding-left: 20px;
  }
  .cart__table td:nth-child(2) {
    padding-right: 32px;
  }
  .cart__table td:nth-child(2), .cart__table td:nth-child(3), .cart__table td:nth-child(4) {
    width: auto;
  }
  .cart__table td:nth-child(4) {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cart__quantity-price {
    gap: 32px;
    justify-content: flex-start;
  }
  .cart__remove {
    position: static;
  }
  .cart__info {
    grid-column: span 3;
  }
}
@media all and (min-width: 1400px) {
  .cart__list {
    grid-column: span 9;
  }
  .cart__table td {
    padding: 28px 12px;
  }
  .cart__table td:nth-child(1) {
    padding-left: 28px;
  }
  .cart__table td:nth-child(2) {
    padding-right: 40px;
  }
  .cart__table td:nth-child(4) {
    padding-right: 24px;
    padding-left: 28px;
  }
  .cart__quantity-price {
    gap: 36px;
  }
  .cart__info {
    grid-column: span 3;
  }
  .cart__info-main {
    padding: 28px;
  }
}
@media all and (min-width: 1920px) {
  .cart__table td {
    padding: 32px 16px;
  }
  .cart__table td:nth-child(1) {
    padding-left: 32px;
  }
  .cart__table td:nth-child(2) {
    padding-right: 48px;
  }
  .cart__table td:nth-child(4) {
    padding-right: 28px;
    padding-left: 32px;
  }
  .cart__price-label {
    margin: 0 0 6px;
  }
  .cart__price-value {
    font-size: 24px;
  }
  .cart__quantity-price {
    gap: 40px;
  }
  .cart__info-main {
    padding: 32px;
  }
}
@media print {
  .header,
  .footer,
  ol.breadcrumbs,
  .cart__clear,
  .material-item__stock-icon,
  h1 {
    display: none !important;
  }
  .cart__quantity-label {
    display: block;
    text-align: center;
    margin: 0 0 4px;
    color: #666666;
    font-size: 14px;
  }
  .cart__info,
  .cart__list,
  .cart__contacts {
    grid-column: span 12;
  }
  .cart__info-total {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
  }
  .cart__info-cost {
    justify-content: center;
    gap: 20px;
    font-weight: 400;
    margin: 0;
  }
  .cart__info-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    box-shadow: none;
  }
  .cart__info-buttons {
    display: none;
  }
  .cart__price-value {
    font-weight: 400;
  }
  .cart__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 24px;
    width: 98%;
    margin: 0 auto;
  }
  .cart__logo {
    display: block;
    width: 145px;
    height: 45px;
  }
  .cart__order {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
  }
  .cart__table {
    display: table;
    border-radius: 0 0 5px 5px;
    width: 98%;
    margin: 0 auto;
  }
  .cart__table tr {
    display: table-row;
  }
  .cart__table td {
    padding: 20px 10px;
    vertical-align: middle;
  }
  .cart__table td:nth-child(1) {
    width: auto;
    padding-left: 20px;
  }
  .cart__table td:nth-child(2) {
    padding-right: 32px;
  }
  .cart__table td:nth-child(2), .cart__table td:nth-child(3) {
    width: auto;
  }
  .cart__table td:nth-child(3) {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cart__table td:nth-child(4) {
    display: none;
  }
  .quantity {
    margin: 0 20px;
    border: 0 !important;
  }
  .quantity__button {
    display: none;
  }
  .quantity__input {
    font-size: 20px !important;
    font-weight: 400 !important;
  }
  .cart__contacts {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
  }
  .cart__contacts span {
    display: block;
    text-align: right;
  }
}
.cities {
  padding: 12px 5vw 0;
  margin: 24px -5vw 0;
  list-style: none;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.cities__item {
  margin: 8px 0 0;
}
.cities__button {
  display: block;
  padding: 4px 0;
  color: #333333;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  transition: color 0.3s;
}
.cities__button:hover {
  color: #1c2fd3;
}

@media all and (min-width: 768px) {
  .cities {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 12px 36px 0;
    margin: 24px -36px 0;
  }
}
@media all and (min-width: 1024px) {
  .cities {
    padding: 12px 40px 0;
    margin: 24px -40px 0;
  }
}
@media all and (min-width: 1400px) {
  .cities {
    padding: 12px 48px 0;
    margin: 24px -48px 0;
  }
}
.contact-block {
  padding: 20px;
  background: rgba(221, 221, 221, 0.15);
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
}
.contact-block__info {
  margin: 0 0 1em;
}
.contact-block__contact {
  margin: 0 0 0.6em;
  line-height: 1.5;
}
.contact-block__label {
  color: #999999;
}
.contact-block__value {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
}
.contact-block__value--link {
  transition: color 0.3s;
}
.contact-block__value--link:hover {
  color: #1c2fd3;
}

@media all and (min-width: 768px) {
  .contact-block {
    padding: 24px;
  }
  .contact-block__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 20px;
  }
  .contact-block__contact {
    margin: 0;
  }
}
@media all and (min-width: 1280px) {
  .contact-block {
    padding: 28px;
  }
  .contact-block__info {
    flex-wrap: nowrap;
    margin: 0 0 24px;
  }
}
@media all and (min-width: 1400px) {
  .contact-block {
    padding: 32px;
  }
}
.contacts__select, .contacts__main, .contacts__sidebar, .contacts__content {
  grid-column: span 12;
}
.contacts__map {
  height: 60vh;
  max-height: 500px;
  margin: 24px -5vw 0;
}
.contacts__map--filial {
  margin: 44px -5vw 0;
}
.contacts__about-items {
  margin: 0 0 32px;
}
.contacts__about-item:not(:last-child) {
  margin: 0 0 24px;
}
.contacts__about-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  margin: 0 0 12px;
}
.contacts__about-label svg {
  width: 24px;
  height: 24px;
}
.contacts__about-value {
  font-weight: 500;
  font-style: 16px;
  line-height: 1.4;
  color: #333333;
}
.contacts__about-link {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #555555;
  transition: color 0.3s;
}
.contacts__about-link:not(:last-child) {
  margin: 0 0 10px;
}
.contacts__about-link:hover {
  color: #1c2fd3;
}
.contacts__about-list {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.contacts__about-list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
}
.contacts__about-list li:not(:last-child) {
  margin: 0 0 12px;
}
.contacts__about-socials {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts__about-chain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 1;
  color: #ffffff;
}
.contacts__about-chain:hover {
  opacity: 0.8;
}
.contacts__about-chain svg {
  width: 50%;
  height: 50%;
}
.contacts__about-chain--vk {
  background-color: #4a76a8;
}
.contacts__about-chain--vk svg {
  width: 55%;
  height: 55%;
}
.contacts__about-chain--telegram {
  background-color: #0088cc;
  padding: 0 2px 0 0;
}
.contacts__about-chain--whatsapp {
  background-color: #25d366;
}
.contacts__about-chain--youtube {
  background-color: #ff0000;
}
.contacts__about-chain--dzen {
  background-color: #2c3036;
}
.contacts__about-chain--dzen svg {
  width: 45%;
  height: 45%;
}
.contacts__form {
  position: relative;
  margin: 0 -5vw -52px;
  padding: 56px 5vw;
  background: rgba(221, 221, 221, 0.33);
  overflow: hidden;
}
.contacts__form::after {
  content: "";
  z-index: 0;
  position: absolute;
  background: url("/static/img/decor.b1d71f8e1983.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 4px;
  right: -17px;
  width: 111px;
  height: 111px;
}
.contacts__form-text,
.contacts__form form {
  position: relative;
  z-index: 10;
}
.contacts__sidebar {
  order: -1;
}
.contacts__widget {
  margin: 0 0 16px;
}
.contacts__main-link {
  font-weight: 600;
  font-size: 20px;
  color: #1c2fd3;
  margin: 0 0 16px;
  transition: color 0.3s;
}
.contacts__main-link:hover {
  color: #1c49e5;
}
.contacts__dash {
  margin: 32px 0;
  height: 1px;
  width: 100%;
  background: rgba(221, 221, 221, 0.5);
}
.contacts__name-phone {
  grid-column: span 12;
}
.contacts__region:not(:last-child) {
  margin: 0 0 24px;
}
.contacts__region-items {
  border-radius: 5px;
  border: 1px solid rgba(221, 221, 221, 0.5);
}
.contacts__e-shop, .contacts__city {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  padding: 20px;
  transition: box-shadow 0.3s;
}
.contacts__e-shop:hover, .contacts__city:hover {
  box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.5);
}
.contacts__e-shop:hover .contacts__arrow, .contacts__city:hover .contacts__arrow {
  width: 30px;
  background: #1c2fd3;
}
.contacts__e-shop:not(:last-child), .contacts__city:not(:last-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.contacts__e-shop {
  line-height: 1.2;
}
.contacts__e-shop-logo {
  height: 40px;
  width: auto;
  max-width: calc(100% - 30px);
  margin: 0 0 20px;
}
.contacts__e-shop-title {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
  margin: 0 0 12px;
}
.contacts__e-shop-link {
  font-weight: 400;
  color: #1c2fd3;
  font-size: 16px;
  transition: color 0.3s;
}
.contacts__e-shop-link:hover {
  color: #1c49e5;
}
.contacts__e-shop-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.contacts__city {
  line-height: 1.6;
}
.contacts__city:hover .contacts__city-title {
  color: #1c2fd3;
}
.contacts__city-title {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
  transition: color 0.3s;
  max-width: calc(100% - 30px);
  margin: 0 0 20px;
}
.contacts__city-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.contacts__arrow {
  position: absolute;
  right: 22px;
  top: 25px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #999999;
  transition: background-color 0.3s, width 0.3s;
}
.contacts__arrow::before, .contacts__arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px 0 0 1px;
  background: inherit;
  right: 1px;
  transform-origin: center right;
}
.contacts__arrow::before {
  transform: rotate(-45deg);
}
.contacts__arrow::after {
  transform: rotate(45deg);
}
.contacts__phone-mail {
  position: relative;
  z-index: 2;
}
.contacts__contacts-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555555;
  transition: color 0.3s;
  line-height: 1;
}
.contacts__contacts-item svg {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  flex: 0 0 auto;
}
.contacts__contacts-item:hover {
  color: #1c2fd3;
}
.contacts__contacts-item:not(:last-child) {
  margin: 0 0 16px;
}
.contacts__contacts-item--phone {
  font-weight: 600;
  margin: 0 0 16px;
}
.contacts__contacts-item--email {
  font-weight: 400;
  margin: 0 0 16px;
}
.contacts__contacts-item--address {
  font-weight: 400;
}
.contacts__location {
  position: relative;
  z-index: 2;
}

.cluster-icon {
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
}

.popover {
  position: absolute;
  padding: 24px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.popover__title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.popover__address {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px 0;
  color: #555555;
}
.popover__address svg {
  width: 20px;
  height: 20px;
  color: #666666;
  margin: -1px 4px 0 0;
}
.popover__contact {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  color: #1c2fd3;
  transition: color 0.3s;
}
.popover__contact:hover {
  color: #5696db;
}
.popover__contact svg {
  width: 16px;
  height: 16px;
  margin: 0 6px 0 2px;
}
.popover__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -3px;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media all and (min-width: 768px) {
  .contacts__select {
    grid-column: span 6;
  }
  .contacts__map {
    margin: 32px -4vw 0;
  }
  .contacts__map--filial {
    margin: 44px -4vw 0;
  }
  .contacts__about-items {
    display: flex;
    flex-wrap: wrap;
  }
  .contacts__about-item {
    min-width: 50%;
  }
  .contacts__about-socials {
    justify-content: flex-start;
    gap: 32px;
    align-items: center;
  }
  .contacts__about-socials::after {
    content: "";
    display: block;
    height: 1px;
    background: #dddddd;
    flex: 1 0 auto;
  }
  .contacts__form {
    margin: 0 -4vw -64px;
    padding: 56px 4vw;
  }
  .contacts__form::after {
    width: 150px;
    height: 150px;
  }
  .contacts__form form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
  }
  .contacts__form .field {
    margin: 0;
    flex: auto;
  }
  .contacts__form .form__button {
    width: 100%;
  }
  .contacts__name-phone {
    grid-column: span 6;
  }
  .contacts__e-shop {
    flex-direction: row;
  }
  .contacts__e-shop-logo {
    margin: 0 auto 0 0;
  }
  .contacts__e-shop-text {
    width: 60%;
    padding: 0 20px 0 0;
  }
  .contacts__city {
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .contacts__city-title {
    margin: 0;
    padding: 0 20px 0 0;
    width: 50%;
  }
  .contacts__contacts {
    padding: 0 40px 0 0;
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .contacts {
    grid-template-rows: auto 1fr;
  }
  .contacts__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 28px;
  }
  .contacts__main {
    grid-column: span 8;
    grid-row: 1/span 1;
  }
  .contacts__content {
    grid-column: span 8;
    grid-row: 2/span 1;
  }
  .contacts__sidebar {
    grid-column: span 4;
    grid-row: 1/span 2;
    order: 0;
  }
  .contacts__widget {
    position: sticky;
    top: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.5);
    padding: 28px;
  }
  .contacts__name-phone {
    grid-column: span 12;
  }
  .contacts__select {
    grid-column: span 4;
  }
  .contacts__map {
    margin: 32px 0 0;
  }
  .contacts__map--filial {
    height: auto;
    max-height: max-content;
    min-height: 400px;
    margin: 0;
    grid-column: span 6;
  }
  .contacts__about {
    grid-column: span 6;
  }
  .contacts__about-item:not(:last-child) {
    margin: 0 0 28px;
  }
  .contacts__about-socials {
    gap: 20px;
  }
  .contacts__about-chain {
    width: 32px;
    height: 32px;
  }
  .contacts__form {
    margin: 44px 0 0;
    padding: 24px;
    border-radius: 5px;
  }
  .contacts__form::after {
    right: 5px;
    top: -18px;
    width: 160px;
    height: 160px;
  }
  .contacts__form form {
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .contacts__form .field {
    margin: 0;
    flex: 1 1 33%;
  }
  .contacts__form .form__button {
    flex: 1 1 33%;
    width: auto;
  }
  .contacts__region:not(:last-child) {
    margin: 0 0 32px;
  }
  .contacts__e-shop, .contacts__city {
    padding: 28px;
  }
  .contacts__arrow {
    right: 30px;
    top: 33px;
  }
}
@media all and (min-width: 1280px) {
  .contacts__main, .contacts__content {
    grid-column: span 9;
  }
  .contacts__sidebar {
    grid-column: span 3;
  }
  .contacts__map {
    margin: 40px 0 0;
  }
  .contacts__map--filial {
    grid-column: span 7;
    margin: 0;
  }
  .contacts__about {
    grid-column: span 5;
  }
  .contacts__form {
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .contacts__form-text {
    flex: 1 1 40%;
  }
  .contacts__form form {
    flex: 1 1 auto;
  }
}
@media all and (min-width: 1400px) {
  .contacts__grid {
    gap: 30px;
  }
  .contacts__widget {
    padding: 30px;
  }
  .contacts__map--filial {
    grid-column: 6/13;
  }
  .contacts__about {
    grid-column: 1/5;
  }
  .contacts__about-item:not(:last-child) {
    margin: 0 0 30px;
  }
  .contacts__form {
    padding: 30px;
    gap: 30px;
  }
  .contacts__form form {
    column-gap: 24px;
  }
  .contacts__region:not(:last-child) {
    margin: 0 0 40px;
  }
  .contacts__e-shop {
    padding: 30px;
  }
  .contacts__e-shop-logo {
    height: 52px;
  }
  .contacts__e-shop-title {
    font-size: 20px;
  }
  .contacts__city {
    padding: 30px;
  }
  .contacts__contacts {
    display: flex;
    justify-content: space-between;
  }
  .contacts__contacts-item:last-child {
    margin: 0;
  }
  .contacts__contacts-item--address svg {
    width: 20px;
    height: 20px;
  }
  .contacts__phone-mail {
    margin: 0 32px 0 0;
    word-break: break-word;
  }
  .contacts__location {
    width: max-content;
    flex: 0 0 auto;
  }
  .contacts__arrow {
    right: 32px;
    top: 35px;
  }
}
@media all and (min-width: 1920px) {
  .contacts__grid {
    gap: 32px;
  }
  .contacts__widget {
    padding: 32px;
  }
  .contacts__about-label {
    margin: 0 0 16px;
  }
  .contacts__about-item:not(:last-child) {
    margin: 0 0 32px;
  }
  .contacts__form {
    padding: 32px;
    gap: 32px;
  }
  .contacts__form form {
    column-gap: 28px;
  }
  .contacts__e-shop {
    padding: 32px;
  }
  .contacts__location {
    margin: 0 32px 0 0;
  }
  .contacts__city {
    padding: 32px;
  }
}
.content a:not([class]) {
  color: #1c2fd3;
  border-bottom: 1px solid rgba(86, 150, 219, 0.5);
  transition: color 0.3s, border-color 0.3s;
}
.content a:not([class]):hover {
  color: #5696db;
  border-color: rgba(86, 150, 219, 0.75);
}
.content blockquote:not([class]) {
  margin: 1.5em 0 2em;
  padding: 0 0 0 1.5em;
  border-left: 3px solid #1c2fd3;
}
.content blockquote:not([class]) ul,
.content blockquote:not([class]) ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content ul:not([class]),
.content ol:not([class]) {
  margin: 1em 0;
}
.content ul:not([class]) li,
.content ol:not([class]) li {
  margin: 0.5em 0;
}
.content .check-list {
  margin: 1.2em 0;
  padding: 0;
  list-style: none;
}
.content .check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  margin: 1em 0 0;
}
.content .check-list li:before {
  content: "";
  flex: 0 0 auto;
  width: 1.4em;
  height: 1.4em;
  margin: 0.25em 0 0;
  border-radius: 50%;
  background-color: #1c49e5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUwMDggNC40OTk4MUw2LjIwMDc4IDEwLjc5OThMMy44MDA3OCA4LjM5OTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.content .check-list li b {
  color: #1c2fd3;
  font-weight: 600;
}
.content b,
.content strong,
.content big {
  font-weight: 600;
}
.content p:last-child {
  margin: 0;
}

.cooperation__img {
  grid-column: 12 span;
  margin: 0 0 12px;
}
.cooperation__img img {
  display: block;
  width: 100%;
  max-width: 360px;
  border-radius: 2px;
}
.cooperation__content {
  grid-column: 12 span;
}

@media all and (min-width: 768px) {
  .cooperation__img {
    grid-column: 3 span;
    padding: 0 8px 0 0;
    margin: 0;
  }
  .cooperation__content {
    grid-column: 9 span;
  }
}
@media all and (min-width: 1024px) {
  .cooperation__img {
    padding: 0 4px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .cooperation__img {
    padding: 0 10px 0 0;
  }
}
.docs {
  border-radius: 5px;
  border: 1px solid rgba(221, 221, 221, 0.5);
}
.docs__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  color: #999999;
  line-height: 1.4;
  transition: box-shadow 0.3s;
}
.docs__item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.docs__item:hover .docs__item-title,
.docs__item:hover .docs__item-download {
  color: #1c2fd3;
}
.docs__item:not(:first-child) {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.docs__item-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}
.docs__item-info {
  order: 1;
  width: 100%;
  margin: 12px 0 0;
}
.docs__item-title {
  display: block;
  margin: 0 0 4px;
  font-weight: 600;
  color: #333333;
  transition: color 0.3s;
}
.docs__item-download {
  flex: 0 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  color: #999999;
  transition: color 0.3s;
}
.docs__item-download svg {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .docs__item {
    flex-wrap: nowrap;
    padding: 20px 28px 20px 20px;
  }
  .docs__item-icon {
    width: 44px;
    height: 44px;
  }
  .docs__item-info {
    order: 0;
    margin: 0 0 0 28px;
  }
  .docs__item-title {
    display: block;
    margin: 0 0 4px;
    font-weight: 600;
    color: #333333;
    transition: color 0.3s;
  }
  .docs__item-title:hover {
    color: #1c2fd3;
  }
  .docs__item-link {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
    color: #999999;
    transition: color 0.3s;
  }
  .docs__item-link:hover {
    color: #1c2fd3;
  }
  .docs__item-link svg {
    width: 100%;
    height: 100%;
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
.f-button[data-fancybox-toggle-fullscreen], .f-button[data-panzoom-action] {
  opacity: 0;
  display: none;
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.form {
  line-height: 1.4;
}
.form__button {
  margin: 28px 0 0;
}
.form__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.form__buttons--small {
  margin: 12px 0 0;
}
.form__buttons-item {
  flex: 1 1 calc(50% - 6px);
}
.form__field--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-message {
  margin: 16px 0 0;
  padding: 0.85em 1.5em;
  font-size: 0.85em;
  color: #ffffff;
  border-radius: 5px;
}
.form-message--error {
  background: #c30101;
}
.form-message--success {
  background: #4db152;
}

.form-result {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  background-color: #ffffff;
  text-align: center;
}
.form-result__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.form-result__text {
  margin: 0 0 24px;
  color: #666666;
  line-height: 1.5;
}
.form-result__button {
  max-width: 200px;
}

.alert {
  padding: 0.8em 1.2em;
  line-height: 1.5;
  border: 1px solid;
  border-radius: 5px;
}
.alert--warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #e7c173;
}

.field {
  position: relative;
  margin: 16px 0;
}
.field--rating {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 1em;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
}
.field:first-child {
  margin-top: 0;
}
.field:last-child {
  margin-bottom: 0;
}
.field__hint {
  color: #666666;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

@media all and (min-width: 768px) {
  .form__button--right {
    display: flex;
    justify-content: flex-end;
  }
  .form__button--right .button--full {
    width: auto;
  }
  .form__buttons {
    gap: 20px;
  }
  .form__buttons-item {
    flex: 0 0 auto;
    min-width: 200px;
  }
  .form__buttons--jc-sb {
    justify-content: space-between;
  }
}
@media all and (min-width: 1400px) {
  .form__buttons {
    gap: 24px;
  }
  .field {
    margin: 20px 0;
  }
}
.container {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.grid--gap-default {
  row-gap: 24px;
}

@media all and (min-width: 768px) {
  .container {
    width: 92vw;
  }
  .grid {
    gap: 20px;
  }
  .grid--gap-default {
    row-gap: 20px;
  }
}
@media all and (min-width: 1024px) {
  .container {
    width: 94vw;
  }
  .grid {
    gap: 28px;
  }
  .grid--gap-default {
    row-gap: 28px;
  }
}
@media all and (min-width: 1400px) {
  .container {
    width: 92vw;
  }
  .grid {
    gap: 30px;
  }
  .grid--gap-default {
    row-gap: 30px;
  }
}
@media all and (min-width: 1920px) {
  .container {
    width: 1504px;
  }
  .grid {
    gap: 32px;
  }
  .grid--gap-default {
    row-gap: 32px;
  }
}
.lk--padding-item {
  padding: 32px 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.lk--padding-item:first-child {
  padding: 0 0 32px;
}
.lk--padding-item:first-child.lk__message {
  padding: 10px 20px;
}
.lk--padding-item:last-child {
  padding: 32px 0 0;
  border-bottom: none;
}
.lk--error {
  background-color: #fcf8e3;
  color: #e7c173;
  border: 1px solid #e7c173;
}
.lk--confirm {
  background-color: #cff1d5;
  color: #3dc658;
  border: 1px solid #86db97;
}
.lk__message {
  padding: 10px 20px;
}
.lk__item-desc {
  font-size: 14px;
  color: #999999;
}
.lk__subtitle {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.lk__radio {
  margin: 0 32px 0 0;
  display: inline;
}
.lk__dash-text {
  display: inline-flex;
  align-items: baseline;
  width: 100%;
}
.lk__dash-line {
  display: inline;
  border-bottom: 1px dashed #555555;
  line-height: 1;
  flex: 1 0 auto;
  margin: 0 0.3em;
}

@media all and (min-width: 768px) {
  .lk--outline {
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 5px;
  }
  .lk--padding-box {
    padding: 20px;
  }
  .lk--padding-item {
    padding: 20px;
  }
  .lk--padding-item:first-child {
    padding: 20px;
  }
  .lk--padding-item:last-child {
    padding: 20px;
  }
  .lk__message {
    padding: 10px 20px;
  }
}
@media all and (min-width: 1024px) {
  .lk--padding-box {
    padding: 40px;
  }
  .lk--padding-item {
    padding: 40px;
  }
  .lk--padding-item:first-child {
    padding: 40px;
  }
  .lk--padding-item:first-child.lk__message {
    padding: 20px 40px;
  }
  .lk--padding-item:last-child {
    padding: 40px;
  }
  .lk__message {
    padding: 20px 40px;
  }
}
@media all and (min-width: 1400px) {
  .lk--padding-box {
    padding: 60px;
  }
  .lk--padding-item {
    padding: 60px;
  }
  .lk--padding-item:first-child {
    padding: 60px;
  }
  .lk--padding-item:first-child.lk__message {
    padding: 20px 60px;
  }
  .lk--padding-item:last-child {
    padding: 60px;
  }
  .lk__message {
    padding: 20px 60px;
  }
  .lk__subtitle {
    font-size: 20px;
  }
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  touch-action: none;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal--up, .modal--search, .modal--contacts {
  top: 60px;
  z-index: 300;
}
.modal--up.show .modal__inner, .modal--search.show .modal__inner, .modal--contacts.show .modal__inner {
  transform: translateY(0);
  opacity: 1;
}
.modal--down {
  top: 0;
  z-index: 300;
}
.modal--down.show .modal__inner {
  transform: translateY(0);
  opacity: 1;
}
.modal--center, .modal--filter {
  top: 0;
  z-index: 600;
}
.modal--center.show .modal__inner, .modal--filter.show .modal__inner {
  opacity: 1;
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 8px 0;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
}
.modal__head--up {
  min-height: 0;
  padding-top: 0;
}
.modal__head--filter {
  height: 60px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.modal__text:has(+ *:not(.modal__trigger)) {
  margin: 0 0 1em;
}
.modal__close {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  background: none;
  border: 0;
  cursor: pointer;
}
.modal__close--up, .modal__close--down, .modal__close--contacts {
  display: none;
}
.modal__close--center, .modal__close--filter {
  position: relative;
  display: block;
  margin: 0 -8px 0 12px;
}
.modal__close:hover:before, .modal__close:hover:after {
  background-color: #1c2fd3;
}
.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 8px;
  width: 20px;
  height: 1.5px;
  background: #999999;
  border-radius: 2px;
  transform-origin: right top;
  transition: background-color 0.3s;
}
.modal__close:before {
  transform: translateY(-7px) rotate(-45deg);
}
.modal__close:after {
  transform: translate(1px, 7px) rotate(45deg);
}
.modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__inner {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  touch-action: pan-y;
  background-color: #ffffff;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.03);
}
.modal__inner--up, .modal__inner--search, .modal__inner--contacts {
  max-height: calc(100% - 92px);
  padding: 24px 5vw 0;
  border-radius: 0 0 8px 8px;
  transform: translateY(-40px);
}
.modal__inner--down {
  max-height: calc(100% - 92px);
  padding: 0 5vw 24px;
  border-radius: 8px 8px 0 0;
  transform: translateY(40px);
}
.modal__inner--center, .modal__inner--filter {
  height: 100%;
  padding: 0 5vw 32px;
}
.modal__content {
  overflow: auto;
  margin: 0 -12px;
  padding: 0 12px;
}
.modal__trigger {
  position: relative;
  flex: 0 0 auto;
}
.modal__trigger--up, .modal__trigger--search {
  padding: 24px 0 12px;
}
.modal__trigger--down {
  padding: 12px 0 24px;
}
.modal__trigger-icon {
  height: 5px;
  width: 80px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: rgba(221, 221, 221, 0.5);
}
.modal__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.modal__buttons-item {
  margin: 0 0 10px;
  padding: 0 5px;
  flex: 1 1 auto;
}

@media all and (min-width: 375px) {
  .modal__close {
    width: 32px;
    height: 32px;
  }
  .modal__close--center {
    margin: 0 -9px 0 12px;
  }
  .modal__close:before, .modal__close:after {
    top: 15px;
    right: 9px;
    width: 20px;
  }
  .modal:before {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  .modal:after {
    transform: translate(1px, 7.5px) rotate(45deg);
  }
}
@media all and (min-width: 768px) {
  .modal {
    display: flex;
    justify-content: center;
  }
  .modal--search {
    align-items: flex-start;
  }
  .modal--contacts {
    align-items: flex-start;
  }
  .modal--contacts .modal__trigger--up {
    display: block;
  }
  .modal--up, .modal--down, .modal--center {
    top: 0;
    z-index: 1000;
    align-items: center;
    padding: 64px 0;
  }
  .modal--filter {
    align-items: end;
  }
  .modal__inner {
    position: relative;
    overflow: auto;
  }
  .modal__inner--up, .modal__inner--down, .modal__inner--center {
    height: auto;
    max-height: 90vh;
    padding: 40px 36px;
    opacity: 1;
    border-radius: 4px;
    touch-action: none;
  }
  .modal__inner--filter {
    padding: 0 24px 32px;
    width: 50%;
  }
  .modal__inner--small {
    width: 420px;
  }
  .modal__inner--medium {
    width: 640px;
  }
  .modal__inner--contacts, .modal__inner--search {
    padding: 28px 4vw 0;
  }
  .modal__head {
    min-height: auto;
    padding: 0;
    margin: -0.2em 0 20px;
    font-size: 20px;
  }
  .modal__head--filter {
    margin: 0;
  }
  .modal__close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .modal__close--contacts {
    display: none;
  }
  .modal__close--filter {
    margin: 0 -10px 0 12px;
    position: relative;
  }
  .modal__close:before, .modal__close:after {
    top: 50%;
    left: 9px;
    width: 22px;
    height: 2px;
    transform-origin: center;
  }
  .modal__close:before {
    transform: rotate(-45deg);
  }
  .modal__close:after {
    transform: rotate(45deg);
  }
  .modal__trigger--up, .modal__trigger--down {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .modal--contacts .modal__trigger--up {
    display: none;
  }
  .modal--contacts, .modal--filter {
    position: static;
    z-index: 1;
    display: block;
    width: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: none;
  }
  .modal--search {
    top: 105px;
  }
  .modal__inner--up, .modal__inner--down, .modal__inner--center {
    padding: 48px 40px;
  }
  .modal__inner--contacts {
    max-height: none;
    opacity: 1;
    border-radius: 0;
  }
  .modal__inner--search {
    width: 94vw;
    padding: 28px;
  }
  .modal__inner--contacts, .modal__inner--filter {
    width: auto;
    padding: 0;
    background: none;
    transform: none;
    box-shadow: none;
  }
  .modal__inner--filter {
    opacity: 1;
  }
  .modal__overlay--contacts, .modal__overlay--filter {
    display: none;
  }
  .modal__head--filter {
    display: none;
  }
  .modal__trigger {
    display: none;
  }
  .modal__buttons {
    margin: 0 -8px;
  }
  .modal__buttons-item {
    margin: 0 0 16px;
    padding: 0 8px;
  }
}
@media all and (min-width: 1400px) {
  .modal--up, .modal--down {
    padding: 80px 0;
  }
  .modal--search {
    top: 109px;
  }
  .modal__inner--up, .modal__inner--down, .modal__inner--center {
    padding: 52px 48px;
  }
  .modal__inner--small {
    width: 500px;
  }
  .modal__inner--medium {
    width: 760px;
  }
  .modal__inner--search {
    width: 92vw;
    padding: 32px;
  }
  .modal__close {
    width: 40px;
    height: 40px;
  }
  .modal__head {
    margin: -0.2em 0 24px;
    font-size: 22px;
  }
}
@media all and (min-width: 1920px) {
  .modal--up, .modal--down {
    padding: 88px 0;
  }
  .modal__inner--search {
    width: 1504px;
    padding: 36px;
  }
  .modal__close {
    width: 42px;
    height: 42px;
  }
  .modal__head {
    font-size: 24px;
  }
}
.order__form {
  grid-column: span 12;
}
.order__info {
  grid-column: span 12;
}
.order__info-main {
  margin: 28px 0 16px;
}
.order__info-title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
}
.order__list {
  line-height: 1.4;
}
.order__list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.order__list-title {
  width: 100%;
  color: #1c2fd3;
  font-weight: 500;
  transition: color 0.3s;
}
.order__list-title:hover {
  color: #5696db;
}
.order__list-count {
  font-size: 1.1em;
  font-weight: 500;
  color: #333333;
}
.order__list-price {
  font-size: 1.1em;
  font-weight: 700;
  color: #333333;
}
.order__cost {
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px;
  font-size: 1.5em;
  font-weight: 600;
  color: #333333;
}
.order__cost-value {
  font-weight: 700;
}
.order__button {
  margin: 12px 0 0;
}
.order__edit {
  color: #999999;
  transition: color 0.3s;
}
.order__edit:hover {
  color: #1c2fd3;
}

@media all and (min-width: 768px) {
  .order__form {
    grid-column: span 7;
  }
  .order__info {
    grid-column: span 5;
  }
  .order__info-main {
    margin: 0 0 20px;
    padding: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
  }
}
@media all and (min-width: 1024px) {
  .order__form {
    grid-column: span 8;
  }
  .order__info {
    grid-column: span 4;
  }
}
@media all and (min-width: 1280px) {
  .order__info-main {
    padding: 28px;
  }
  .order__info-title {
    font-size: 28px;
  }
  .order__cost {
    margin: 20px 0 32px;
  }
  .order__button {
    margin: 16px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .order__info-main {
    padding: 32px;
  }
}
.page__sidebar {
  grid-column: 12 span;
}
.page__main {
  grid-column: 12 span;
}
.page__outline-content {
  padding: 20px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
}
.page__form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  margin: 16px 0 0;
}
.page__form--reset {
  margin: 0;
}
.page__form--small {
  margin: 0;
}
.page__form-col-4, .page__form-col-6, .page__form-col-8, .page__form-col-12 {
  grid-column: 12 span;
}
.page__article {
  grid-column: 12 span;
}
.page__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page__list li {
  display: flex;
  margin: 1.25em 0 0;
}
.page__list li:first-child {
  margin: 0;
}
.page__list li::before {
  content: "";
  flex: 0 0 auto;
  width: 1.25em;
  height: 1.25em;
  margin: 0.25em 8px 0 0;
  background-image: url("/static/img/check.a582946e27c4.svg");
  background-size: cover;
}
.page__desc {
  margin: 24px 0;
}
.page__desc:last-child {
  margin: 24px 0 0;
}
.page__desc:first-child {
  margin: 0 0 24px;
}
.page__desc h2,
.page__desc h3,
.page__desc h4,
.page__desc h5 {
  font-size: 16px;
}
.page__desc h2:first-child,
.page__desc h3:first-child,
.page__desc h4:first-child,
.page__desc h5:first-child {
  margin-top: 0;
}
.page__desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page__desc ul li {
  display: flex;
  margin: 1.25em 0 0;
}
.page__desc ul li:first-child {
  margin: 0;
}
.page__desc ul li::before {
  content: "";
  flex: 0 0 auto;
  width: 1.25em;
  height: 1.25em;
  margin: 0.25em 8px 0 0;
  background-image: url("/static/img/check.a582946e27c4.svg");
  background-size: cover;
}

@media all and (min-width: 768px) {
  .page__main--small {
    width: 480px;
    margin: 0 auto;
  }
  .page__outline-content {
    padding: 28px;
  }
  .page__form {
    grid-column-gap: 16px;
  }
  .page__form--small {
    width: 50%;
  }
  .page__form-col-4 {
    grid-column: 4 span;
  }
  .page__form-col-6 {
    grid-column: 6 span;
  }
  .page__form-col-8 {
    grid-column: 8 span;
  }
  .page__form-as-end {
    align-self: end;
  }
  .page__form-as-center {
    align-self: center;
  }
  .page__list li {
    margin: 1.5em 0 0;
  }
  .page__list li::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin: 2px 12px 0 0;
  }
  .page__desc h2,
  .page__desc h3,
  .page__desc h4,
  .page__desc h5 {
    font-size: 18px;
  }
  .page__desc ul li {
    margin: 1.5em 0 0;
  }
  .page__desc ul li::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin: 2px 12px 0 0;
  }
}
@media all and (min-width: 1024px) {
  .page__sidebar {
    grid-column: 3 span;
  }
  .page__main {
    grid-column: 9 span;
  }
  .page__outline-content {
    padding: 32px;
  }
  .page__article {
    grid-column: 7 span;
  }
  .page__desc {
    margin: 32px 0;
  }
  .page__desc:last-child {
    margin: 32px 0 0;
  }
  .page__desc:first-child {
    margin: 0 0 32px;
  }
}
@media all and (min-width: 1400px) {
  .page__main {
    grid-column: 9 span;
  }
  .page__outline-content {
    padding: 40px;
  }
  .page__form {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    margin: 20px 0 0;
  }
  .page__form--reset {
    margin: 0;
  }
  .page__form--small {
    margin: 0;
  }
  .page__desc h2,
  .page__desc h3,
  .page__desc h4,
  .page__desc h5 {
    font-size: 24px;
  }
}
.pagination {
  display: flex;
  margin: 24px 0 0;
}
.pagination__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.pagination__list-item.current > a {
  color: #1c2fd3;
  border-color: #1c2fd3;
}
.pagination__list-item:first-child {
  margin: 0 auto 0 0;
}
.pagination__list-item:first-child svg {
  transform: rotate(180deg);
}
.pagination__list-item:last-child {
  margin: 0 0 0 auto;
}
.pagination__list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  background: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: color 0.3s, border-color 0.3s;
}
.pagination__list-link:hover:not(.disabled) {
  color: #1c2fd3;
  border-color: #1c2fd3;
}
.pagination__list-link.disabled {
  border-color: rgba(221, 221, 221, 0.5);
  cursor: auto;
  pointer-events: none;
}
.pagination__list-link.disabled > svg {
  color: #dddddd;
}
.pagination__list-link > svg {
  width: 20px;
  height: 20px;
  color: #999999;
  transition: color 0.3s;
}

@media all and (min-width: 768px) {
  .pagination {
    justify-content: center;
  }
  .pagination__list {
    width: auto;
  }
  .pagination__list-item:first-child {
    margin: 0 4px 0 0;
  }
  .pagination__list-item:last-child {
    margin: 0 0 0 4px;
  }
}
.reviews__head {
  margin: 0 0 16px;
}
.reviews__head-icon {
  display: block;
  margin: 0 0 8px;
}
.reviews__head-text {
  grid-column: 12 span;
}
.reviews__head-button {
  grid-column: 12 span;
}

.review {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
}
.review:not(:last-child) {
  margin: 0 0 16px;
}
.review__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1px;
}
.review__thumb:hover img {
  transform: scale(1.1);
}
.review__thumb:hover span {
  transform: translate(-50%, -50%) scale(1.2);
}
.review__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.9s;
}
.review__thumb-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  color: #1c49e5;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.5);
  transition: transform 0.6s;
}
.review__thumb-icon svg {
  width: 16px;
  height: 16px;
}
.review__content {
  display: flex;
  flex-direction: column;
}
.review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 8px;
}
.review__name {
  padding: 0.2em 0 0;
  line-height: 1.3;
  color: #666666;
}
.review__rating {
  height: 0.85em;
  background-image: url("../img/star-fix.eb33d70cc915.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.review__rating--5 {
  width: 4.25em;
}
.review__rating--4 {
  width: 3.4em;
}
.review__rating--3 {
  width: 2.55em;
}
.review__rating--2 {
  width: 1.7em;
}
.review__rating--1 {
  width: 0.85em;
}
.review__body {
  color: #555555;
  font-weight: 600;
}
.review__photos {
  padding: 24px 0 0;
  margin: auto 0 0;
}
.review__photos-item {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.review__photos-item:hover img {
  transform: scale(1.1);
}
.review__photos-img {
  display: block;
  transition: transform 0.6s;
}
.review__scrollbar {
  margin: 16px 0 0;
}
.review__scrollbar .swiper-scrollbar-drag {
  background: #1c49e5;
}
.review__control {
  display: none;
}

@media all and (min-width: 768px) {
  .reviews__head {
    margin: 0 0 24px;
  }
  .reviews__head-icon {
    margin: 0.3em 20px 0 0;
  }
  .reviews__head-text {
    grid-column: 8 span;
    display: flex;
    align-items: flex-start;
  }
  .reviews__head-button {
    grid-column: 4 span;
  }
  .review {
    flex-direction: row;
    gap: 20px;
  }
  .review__thumb {
    flex: 1 1 auto;
  }
  .review__content {
    width: 45%;
    flex: 0 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .reviews__head {
    margin: 0 0 32px;
  }
  .reviews__head-icon {
    margin: 0.3em 24px 0 0;
  }
  .reviews__head-text {
    grid-column: 9 span;
  }
  .reviews__head-button {
    grid-column: 3 span;
  }
  .review {
    padding: 28px;
    gap: 28px;
  }
  .review__content {
    width: 45%;
  }
  .review__photos {
    position: relative;
    padding: 0 44px;
  }
  .review__control {
    display: block;
  }
  .review__control .swiper-button {
    position: absolute;
    top: calc(50% - 8px);
    transform: translateY(-50%);
  }
  .review__control .swiper-button--prev {
    left: 0px;
  }
  .review__control .swiper-button--next {
    right: 0px;
  }
}
@media all and (min-width: 1400px) {
  .review {
    padding: 32px;
    gap: 32px;
  }
  .review__content {
    width: 50%;
  }
}
@media all and (min-width: 1920px) {
  .review {
    padding: 40px;
  }
}
.section--ovh {
  overflow: hidden;
}
.section--default {
  padding: 52px 0;
}
.section--pb {
  padding: 0 0 52px;
}
.section--pt {
  padding: 52px 0 0;
}
.section__title {
  margin: 0 0 28px;
}
.section__title--small {
  margin: 0 0 16px;
}
.section__title--flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.section__title--flex-wrap {
  flex-wrap: wrap;
}
.section__desc {
  margin: -8px 0 28px;
}
.section__desc p:last-child {
  margin: 0;
}
.section__control {
  display: none;
}

@media all and (min-width: 768px) {
  .section--default {
    padding: 64px 0;
  }
  .section--pb {
    padding: 0 0 64px;
  }
  .section--pt {
    padding: 64px 0 0;
  }
  .section__title {
    margin: 0 0 32px;
  }
  .section__title--small {
    margin: 0 0 16px;
  }
  .section__desc {
    margin: -8px 0 32px;
  }
  .section__control--sm {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1024px) {
  .section--default {
    padding: 76px 0;
  }
  .section--pb {
    padding: 0 0 76px;
  }
  .section--pt {
    padding: 76px 0 0;
  }
  .section__title {
    margin: 0 0 36px;
  }
  .section__title--small {
    margin: 0 0 20px;
  }
  .section__desc {
    margin: -8px 0 36px;
  }
  .section__control--md {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1400px) {
  .section--default {
    padding: 88px 0;
  }
  .section--pb {
    padding: 0 0 88px;
  }
  .section--pt {
    padding: 88px 0 0;
  }
  .section__title {
    margin: 0 0 40px;
  }
  .section__title--small {
    margin: 0 0 24px;
  }
  .section__desc {
    margin: -8px 0 40px;
  }
}
@media all and (min-width: 1920px) {
  .section--default {
    padding: 100px 0;
  }
  .section--pb {
    padding: 0 0 100px;
  }
  .section--pt {
    padding: 100px 0 0;
  }
  .section__title {
    margin: 0 0 44px;
  }
  .section__title--small {
    margin: 0 0 28px;
  }
  .section__desc {
    margin: -8px 0 44px;
  }
}
.sidebar {
  position: relative;
  margin: 8px 0;
}
.sidebar--catalog {
  grid-row-start: 2;
  margin: 0;
}
.sidebar--systems .sidebar__menu-item:not(:last-child) {
  margin: 0 24px 0 0;
}
.sidebar--systems .sidebar__menu-link svg,
.sidebar--systems .sidebar__menu-link img {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.8em 0 0;
  flex: 0 0 auto;
}
.sidebar__widget {
  margin: 28px 0 0;
}
.sidebar__widget:first-child {
  margin: 0;
}
.sidebar__menu {
  display: flex;
  padding: 0 5vw;
  margin: 0 -5vw;
  font-weight: 500;
  list-style: none;
  overflow-y: hidden;
  overflow-x: auto;
  background: #ffffff;
  box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -2px 0 0 rgba(221, 221, 221, 0.5);
}
.sidebar__menu::-webkit-scrollbar {
  display: none;
}
.sidebar__menu-item {
  flex: 0 0 auto;
}
.sidebar__menu-item:not(:last-child) {
  margin: 0 20px 0 0;
}
.sidebar__menu-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 12px;
  line-height: 1;
  color: #666666;
  white-space: nowrap;
  transition: color 0.3s;
}
.sidebar__menu-link.current {
  color: #666666;
}
.sidebar__menu-link.current:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #c30101;
}
.sidebar__menu-link:hover {
  color: #1c2fd3;
}
.sidebar__menu-link:hover svg {
  color: #1c2fd3;
}
.sidebar__menu-link svg {
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em 0 0;
  color: #999999;
  transition: color 0.3s;
}
.sidebar__catalog {
  display: block;
  padding: 0 0;
  margin: 0 0;
  list-style: none;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid rgba(221, 221, 221, 0.5);
}
.sidebar__catalog-item {
  position: relative;
}
.sidebar__catalog-item:not(:last-child) {
  margin: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.sidebar__catalog-item.show {
  border: none;
}
.sidebar__catalog-item--has-children > a:after {
  flex-shrink: 0;
  content: "";
  width: 0.45em;
  height: 0.45em;
  margin: 8px 4px 4px;
  opacity: 0.5;
  border-bottom: 1.5px solid;
  border-left: 1.5px solid;
  transform-origin: center;
  transform: translateY(-2px) rotate(-45deg);
  transition: transform 0.15s;
}
.sidebar__catalog-item--has-children.show > a:after {
  transform: translateY(-1px) rotate(135deg);
}
.sidebar__catalog-link {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #666666;
  padding: 12px 16px;
  line-height: 1.3;
}
.sidebar__catalog-link.current {
  font-weight: 600;
}
.sidebar__catalog-link.current:before {
  content: "";
  position: absolute;
  background: #c30101;
  top: 20%;
  left: -1px;
  width: 2px;
  height: 60%;
  border-radius: 0 2px 2px 0;
}
.sidebar__submenu {
  list-style: none;
  font-weight: 400;
  display: none;
  padding: 0;
  font-size: 0.9em;
}
.sidebar__submenu:not(:last-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.sidebar__submenu-item:first-child > a {
  padding-top: 8px;
}
.sidebar__submenu-item:last-child > a {
  padding-bottom: 12px;
}
.sidebar__submenu-link {
  display: block;
  padding: 10px 16px;
  line-height: 1.3;
  color: #666666;
  transition: color 0.3s;
}
.sidebar__submenu-link:hover {
  color: #1c2fd3;
}
.sidebar__banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin: 16px 0 0;
}
.sidebar__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 27, 44, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.sidebar__banner:hover::before {
  opacity: 1;
}
.sidebar__banner:hover .sidebar__banner-title,
.sidebar__banner:hover .sidebar__banner-link {
  color: #ffffff;
}
.sidebar__banner-img {
  display: block;
  width: 100%;
}
.sidebar__banner-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  line-height: 1.4;
}
.sidebar__banner-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #1c2fd3;
  transition: color 0.3s;
  margin: 0 0 0.6em;
}
.sidebar__banner-link {
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  transition: color 0.3s;
}
.sidebar__banner-link svg {
  flex: 0 0 auto;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0 0.1em 0.5em;
}

@media all and (min-width: 768px) {
  .sidebar {
    margin: 8px 0 12px;
  }
  .sidebar--catalog {
    margin: 0;
  }
  .sidebar__menu {
    padding: 0 4vw;
    margin: 0 -4vw;
  }
  .sidebar__menu-item:not(:last-child) {
    margin: 0 24px 0 0;
  }
}
@media all and (min-width: 1024px) {
  .sidebar {
    margin: 0;
  }
  .sidebar--catalog {
    grid-row-start: auto;
  }
  .sidebar__widget--sticky {
    position: sticky;
    top: 20px;
  }
  .sidebar__menu {
    display: block;
    padding: 0;
    margin: 0;
    overflow: visible;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    box-shadow: none;
  }
  .sidebar__menu-item:not(:last-child) {
    margin: 0;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
  .sidebar__menu-item.show {
    border: none;
  }
  .sidebar__menu-link {
    padding: 12px 16px;
    white-space: normal;
    line-height: 1.3;
  }
  .sidebar__menu-link.current {
    font-weight: 600;
    color: #666666;
  }
  .sidebar__menu-link.current:before {
    top: 20%;
    left: -1px;
    width: 2px;
    height: 60%;
    border-radius: 0 2px 2px 0;
  }
}
@media all and (min-width: 1280px) {
  .sidebar__menu-link, .sidebar__catalog-link {
    padding: 14px 20px;
  }
  .sidebar__submenu-item:first-child > a {
    padding-top: 6px;
  }
  .sidebar__submenu-item:last-child > a {
    padding-bottom: 14px;
  }
  .sidebar__submenu-link {
    padding: 10px 20px;
  }
}
@media all and (min-width: 1400px) {
  .sidebar__menu-link, .sidebar__catalog-link {
    padding: 16px 20px;
  }
  .sidebar__submenu-item:first-child > a {
    padding-top: 4px;
  }
  .sidebar__submenu-item:last-child > a {
    padding-bottom: 16px;
  }
  .sidebar__banner-title {
    font-size: 20px;
  }
  .sidebar__banner-link {
    font-size: 18px;
  }
}
@media all and (min-width: 1920px) {
  .sidebar__banner-title {
    font-size: 24px;
  }
  .sidebar__banner-link {
    font-size: 20px;
  }
}
.solutions__item {
  grid-column: 12 span;
}
.solutions__item-img {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin: 0 0 12px;
}
.solutions__item-title {
  display: block;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.solutions__item-text {
  display: block;
  line-height: 1.4;
  color: #999999;
}
.solutions__item-button {
  padding: 20px 0 0;
}

@media all and (min-width: 768px) {
  .solutions__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .solutions__item-img {
    width: 37%;
    margin: 0;
    flex: 0 0 auto;
  }
  .solutions__item-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .solutions__item-title {
    margin: 0 0 12px;
  }
  .solutions__item-button {
    margin: auto 0 0;
    padding: 16px 0 0;
    width: min-content;
  }
}
@media all and (min-width: 1400px) {
  .solutions__item {
    grid-column: 6 span;
  }
  .solutions__item-title {
    font-size: 20px;
  }
}
@media all and (min-width: 1920px) {
  .solutions__item-title {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .solutions__item-button {
    padding: 24px 0 0;
  }
}
.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  box-shadow: inset 0 0 0 1px #ffffff;
  background: rgba(221, 221, 221, 0.5);
}
.swiper-scrollbar--blue {
  background: #dddddd;
}
.swiper-scrollbar--blue .swiper-scrollbar-drag {
  background: #1c49e5;
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 50;
  height: 3px;
  width: 100%;
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 50;
  width: 3px;
  height: 100%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #dddddd;
  border-radius: 3px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.5;
  border-radius: 50%;
  background: #ffffff;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
  height: 12px;
}

.swiper-pagination-fraction {
  display: flex;
  align-items: baseline;
  font-size: 0.9em;
  color: #666666;
}
.swiper-pagination-fraction-current {
  color: #1c2fd3;
  font-size: 1.65em;
  font-weight: 500;
}
.swiper-pagination-fraction-sep {
  margin: 0 0.3em 0 0.5em;
}

.swiper-navigation {
  display: none;
}

.swiper-control {
  display: flex;
  align-items: center;
}
.swiper-control--absolute {
  position: absolute;
  bottom: 20px;
  left: 5vw;
  z-index: 5;
}

.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #999999;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s;
}
.swiper-button--clear {
  width: 30px;
  height: 30px;
  background: none;
}
.swiper-button--clear:hover {
  color: #1c2fd3;
}
.swiper-button--prev svg {
  transform: rotate(180deg);
}
.swiper-button svg {
  width: 20px;
  height: 20px;
}

@media all and (min-width: 768px) {
  .swiper-control--absolute {
    bottom: 40px;
    left: 4vw;
  }
  .swiper-button--secondary {
    width: 36px;
    height: 36px;
    border: 1px solid #e6e6e6;
    background: none;
  }
  .swiper-button--secondary:not(:disabled):hover {
    color: #ffffff;
    background: #1c2fd3;
  }
  .swiper-button--secondary:disabled {
    opacity: 0.7;
  }
}
@media all and (min-width: 768px) {
  .swiper-navigation--top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 20px;
  }
}
@media all and (min-width: 1024px) {
  .swiper-control {
    justify-content: flex-end;
    gap: 40px;
  }
  .swiper-control--absolute {
    left: 50%;
    bottom: 48px;
    width: 94vw;
    transform: translateX(-50%);
  }
  .swiper-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .swiper-navigation--absolute .swiper-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
  }
  .swiper-navigation--absolute .swiper-button:first-child {
    left: 0;
  }
  .swiper-navigation--absolute .swiper-button:last-child {
    right: 0;
  }
  .swiper-button--white {
    width: 36px;
    height: 36px;
    background: #ffffff;
  }
  .swiper-button--white:hover {
    color: #ffffff;
    background: #1c2fd3;
  }
}
@media all and (min-width: 1400px) {
  .swiper-control--absolute {
    width: 92vw;
  }
  .swiper-button--medium {
    width: 40px;
    height: 40px;
  }
  .swiper-button--medium svg {
    width: 24px;
    height: 24px;
  }
}
@media all and (min-width: 1920px) {
  .swiper-control--absolute {
    width: 1504px;
  }
}
.table {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 -5vw;
}
.table tbody {
  display: block;
}
.table__tr {
  position: relative;
  display: block;
  width: 100vw;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
}
.table__tr--head {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 5vw;
  background: #1c49e5;
}
.table__tr--head th {
  display: none;
  font-weight: 600;
}
.table__tr--head::before {
  content: attr(data-label);
}
.table__tr--body {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 5vw;
  border-bottom: 1px solid #1c49e5;
}
.table td[data-label] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.table td[data-label]::before {
  content: attr(data-label);
  font-weight: 400;
  color: #666666;
  font-size: 16px;
}
.table td[data-label]:not(:last-child) {
  margin: 0 0 8px;
}
.table__number {
  display: none;
}
.table__material {
  width: 100%;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #dddddd;
}
.table__material-flex {
  display: flex;
  gap: 12px;
}
.table__material-img {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
.table__material-link {
  display: block;
  font-weight: 600;
  color: #666666;
  transition: color 0.3s;
}
.table__material-link:hover {
  color: #1c2fd3;
}
.table__material-code {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.table__summ {
  font-weight: 700;
}
.table__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
  background: #1c49e5;
  padding: 32px 5vw;
  margin: 0 -5vw -52px;
}
.table__footer-item {
  display: flex;
  gap: 12px;
}
.table__footer-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  color: #1c49e5;
  height: 40px;
  width: 40px;
  flex: 0 0 auto;
}
.table__footer-img svg {
  width: 60%;
  height: 60%;
}
.table__footer-text {
  line-height: 1.2;
  margin: -2px 0 0;
}
.table__footer-text > span {
  display: block;
}
.table__footer-label {
  font-weight: 500;
  font-size: 16px;
}
.table__footer-label--cost {
  font-weight: 600;
}
.table__footer-value {
  font-weight: 700;
  font-size: 20px;
  margin: 2px 0 0;
}
.table__footer-square {
  font-size: 24px;
  font-weight: 500;
}
.table__footer-cost {
  font-size: 24px;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .table {
    margin: 0 -4vw;
  }
  .table__tr--head {
    padding: 16px 4vw;
  }
  .table__tr--body {
    padding: 24px 4vw;
  }
  .table__footer {
    flex-direction: initial;
    flex-wrap: wrap;
    gap: 24px;
    padding: 32px 4vw;
    margin: 0 -4vw -64px;
  }
  .table__footer-item {
    align-items: center;
  }
  .table__footer-item--cost {
    margin: 0 0 0 auto;
  }
  .table__footer-text {
    margin: 0;
  }
  .table__footer-label--cost {
    font-weight: 500;
  }
  .table__footer-square, .table__footer-cost {
    font-size: 20px;
  }
}
@media all and (min-width: 1024px) {
  .table {
    margin: 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #dddddd;
    overflow: hidden;
  }
  .table--no-footer {
    border-radius: 5px;
  }
  .table tbody {
    display: table-row-group;
  }
  .table__tr {
    display: table-row;
    font-size: 18px;
    padding: 0;
    width: auto;
  }
  .table__tr--head {
    padding: 0;
  }
  .table__tr--head th {
    display: table-cell;
    text-align: left;
    padding: 18px 24px;
  }
  .table__tr--head th:first-child {
    padding: 18px 24px;
  }
  .table__tr--head th:last-child {
    padding: 18px 24px;
  }
  .table__tr--head::before {
    display: none;
  }
  .table__tr--body {
    border-bottom: 1px solid #dddddd;
  }
  .table__tr--body:last-child {
    border: none;
  }
  .table__tr--body td {
    padding: 24px;
    margin: 0;
  }
  .table__tr--body td:first-child {
    padding: 24px;
  }
  .table__tr--body td:last-child {
    padding: 24px;
  }
  .table__tr--body td[data-label] {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
  .table__tr--body td[data-label]::before {
    display: none;
  }
  .table__number {
    display: table-cell;
  }
  .table__material {
    display: table-cell;
    border-bottom: none;
  }
  .table__material-flex {
    gap: 20px;
  }
  .table__material-img {
    width: 70px;
    height: 70px;
  }
  .table__footer {
    gap: 40px;
    padding: 26px 40px;
    margin: 0;
    border-radius: 0 0 5px 5px;
  }
}
@media all and (min-width: 1400px) {
  .table__tr--head th:last-child {
    padding: 18px 60px 18px 24px;
  }
  .table__tr--body td:last-child {
    padding: 24px 60px 24px 24px;
  }
  .table__material-flex {
    gap: 28px;
  }
  .table__material-img {
    width: 80px;
    height: 80px;
  }
  .table__footer-text {
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .table__footer-text > span {
    display: inline;
    margin: 0;
  }
}
@media all and (min-width: 1920px) {
  .table__tr--head th:last-child {
    padding: 18px 130px 18px 24px;
  }
  .table__tr--body td:last-child {
    padding: 24px 130px 24px 24px;
  }
  .table__material-flex {
    gap: 36px;
  }
  .table__material-img {
    width: 96px;
    height: 96px;
  }
  .table__footer {
    gap: 60px;
  }
  .table__footer-label {
    font-size: 18px;
  }
  .table__footer-value, .table__footer-square, .table__footer-cost {
    font-size: 24px;
  }
}
.tabs__links {
  display: flex;
  padding: 0 5vw;
  margin: 0 -5vw 20px;
  font-weight: 500;
  list-style: none;
  overflow-y: hidden;
  overflow-x: auto;
  box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -2px 0 0 rgba(221, 221, 221, 0.5);
}
.tabs__links--product .tabs__links-link.current {
  color: #1c2fd3;
}
.tabs__links--product .tabs__links-link.current:before {
  background: #c30101;
}
.tabs__links::-webkit-scrollbar {
  display: none;
}
.tabs__links-item:not(:last-child) {
  margin: 0 20px 0 0;
}
.tabs__links-link {
  position: relative;
  display: block;
  padding: 0 0 12px;
  line-height: 1;
  color: #999999;
  white-space: nowrap;
  transition: color 0.3s;
}
.tabs__links-link.current {
  color: #666666;
}
.tabs__links-link.current:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #1c2fd3;
}
.tabs__links-link:hover {
  color: #1c2fd3;
}
.tabs__item:not(.current) {
  display: none;
}

@media all and (min-width: 768px) {
  .tabs__links--default {
    padding: 0;
    margin: 0 0 28px;
  }
  .tabs__links--full {
    padding: 0 4vw 0 0;
    margin: 0 -4vw 28px 0;
  }
  .tabs__links-item:not(:last-child) {
    margin: 0 28px 0 0;
  }
  .tabs__links-link {
    padding: 0 0 16px;
  }
}
@media all and (min-width: 1024px) {
  .tabs__links--default {
    margin: 0 0 32px;
  }
  .tabs__links--full {
    padding: 0 3vw 0 0;
    margin: 0 -3vw 32px 0;
  }
  .tabs__links-item:not(:last-child) {
    margin: 0 32px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .tabs__links {
    font-size: 18px;
  }
  .tabs__links--full {
    padding: 0 4vw 0 0;
    margin: 0 -4vw 32px 0;
  }
  .tabs__links-item:not(:last-child) {
    margin: 0 40px 0 0;
  }
}
@media all and (min-width: 1920px) {
  .tabs__links--full {
    padding: 0 calc((100vw - 1504px) / 2) 0 0;
    margin: 0 calc((100vw - 1504px) / 2 * -1) 32px 0;
  }
}
.thanks {
  flex: 1;
  background: url("../img/thanks-bg.3d5b04fd318e.jpg");
  background-repeat: no-repeat;
  background-position: top left 25%;
  background-size: cover;
  min-height: 100vh;
}
.thanks__content {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  margin: 0 auto;
  width: 90vw;
  max-width: 400px;
}
.thanks__content p {
  color: #ffffff;
  margin: 16px 0 0;
  font-size: 14px;
  text-align: center;
}
.thanks__title {
  text-align: center;
  color: #ffffff;
}
.thanks__social {
  display: flex;
  justify-content: space-around;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.thanks__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #1c49e5;
  background: #39416a;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s;
}
.thanks__social-link:hover {
  color: #ffffff;
}
.thanks__social-link svg {
  width: 50%;
  height: 50%;
}
.thanks__social-link--vk:hover {
  background: #0077ff;
}
.thanks__social-link--vk svg {
  width: 55%;
  height: 55%;
}
.thanks__social-link--telegram {
  padding: 0 2px 0 0;
}
.thanks__social-link--telegram:hover {
  background: #27a6e6;
}
.thanks__social-link--whatsapp:hover {
  background: #25d366;
}
.thanks__social-link--youtube:hover {
  background: #ff0000;
}
.thanks__social-link--dzen:hover {
  background: #000;
}
.thanks__social-link--dzen svg {
  width: 45%;
  height: 45%;
}
.thanks__button {
  margin: 48px auto 0;
}

@media all and (min-width: 768px) {
  .thanks {
    display: flex;
    align-items: center;
  }
  .thanks__content p {
    font-size: 16px;
  }
  .thanks__social {
    justify-content: center;
    gap: 20px;
  }
}
@media all and (min-width: 1024px) {
  .thanks__social-link {
    width: 40px;
    height: 40px;
  }
}
@media all and (min-width: 1400px) {
  .thanks__content {
    max-width: 480px;
  }
  .thanks__content p {
    margin: 24px 0 0;
  }
  .thanks__social {
    margin: 52px 0 0;
  }
  .thanks__social-link {
    width: 48px;
    height: 48px;
  }
  .thanks__button {
    margin: 60px auto 0;
  }
}
.uploaded-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 4px;
  margin: 8px 0 0;
}
.uploaded-images__item {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
.uploaded-images__item:hover svg, .uploaded-images__item:hover:after {
  opacity: 1;
}
.uploaded-images__item:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(21, 27, 44, 0.75);
  transition: opacity 0.3s;
}
.uploaded-images__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.uploaded-images__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 24px;
  height: 24px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.coop-hero {
  margin: 0 0 20px;
}
.coop-hero__img {
  border-radius: 5px;
  overflow: hidden;
}
.coop-hero__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1504/400;
}

.coop-text {
  max-width: 1200px;
}
.coop-text p {
  color: #555555;
  line-height: 1.6;
}

.coop-advantages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 28px 0;
}
.coop-advantages__item {
  padding: 20px 0;
}
.coop-advantages__icon {
  margin: 0 0 16px;
}
.coop-advantages__icon img {
  display: block;
  width: 60px;
  height: 60px;
}
.coop-advantages__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c2fd3;
  margin: 0 0 12px;
}
.coop-advantages__text {
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

.coop-categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.coop-categories__item {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 736/440;
  text-decoration: none;
  color: #ffffff;
}
.coop-categories__item:hover .coop-categories__overlay {
  opacity: 0.55;
}
.coop-categories__item:hover .coop-categories__arrow {
  background-color: #1c2fd3;
}
.coop-categories__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.coop-categories__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coop-categories__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: opacity 0.3s;
}
.coop-categories__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 20px;
}
.coop-categories__desc {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 12px;
  opacity: 0.85;
  max-width: 300px;
}
.coop-categories__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.coop-categories__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.coop-categories__arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1c49e5;
  transition: background-color 0.3s;
}
.coop-categories__arrow svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  transform: rotate(-90deg);
}

@media all and (min-width: 768px) {
  .coop-advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 36px 0;
  }
  .coop-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .coop-categories__content {
    padding: 28px;
  }
  .coop-categories__name {
    font-size: 28px;
  }
}
@media all and (min-width: 1024px) {
  .coop-advantages {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 44px 0;
  }
  .coop-advantages__item {
    padding: 24px 0;
  }
  .coop-advantages__title {
    font-size: 20px;
  }
  .coop-categories {
    gap: 28px;
  }
  .coop-categories__content {
    padding: 32px;
  }
  .coop-categories__desc {
    font-size: 14px;
  }
  .coop-categories__name {
    font-size: 32px;
  }
}
@media all and (min-width: 1400px) {
  .coop-advantages {
    gap: 30px;
    padding: 52px 0;
  }
  .coop-advantages__icon img {
    width: 70px;
    height: 70px;
  }
  .coop-advantages__title {
    font-size: 22px;
  }
  .coop-advantages__text {
    font-size: 15px;
  }
  .coop-categories {
    gap: 30px;
  }
  .coop-categories__content {
    padding: 36px;
  }
  .coop-categories__name {
    font-size: 36px;
  }
  .coop-categories__arrow {
    width: 48px;
    height: 48px;
  }
  .coop-categories__arrow svg {
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1920px) {
  .coop-advantages {
    gap: 32px;
  }
  .coop-categories {
    gap: 32px;
  }
}
.dealers__desc {
  max-width: 1503px;
  margin: 0 0 28px;
}
.dealers__desc p {
  color: #555555;
}
.dealers__desc p:last-child {
  margin-bottom: 0;
}

.dealers__action {
  margin: 0 0 12px;
}

.dealer-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.dealer-benefits__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 736/429;
}

.dealer-benefits__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.dealer-benefits__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dealer-benefits__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 20px;
}

.dealer-benefits__icon {
  margin: 0 0 12px;
}
.dealer-benefits__icon img {
  display: block;
  max-height: 60px;
  width: auto;
}

.dealer-benefits__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c2fd3;
  margin: 0 0 8px;
}

.dealer-benefits__text {
  font-size: 12px;
  line-height: 1.5;
  color: #555555;
  max-width: 389px;
}

.dealer-coop {
  background-color: #dddddd;
}

.dealer-coop__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dealer-coop__title {
  font-size: 28px;
  font-weight: 700;
  color: #1c2fd3;
  margin: 0 0 20px;
}

.dealer-coop__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dealer-coop__list li {
  display: flex;
  gap: 0.5em;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.dealer-coop__list li:before {
  content: "•";
  flex: 0 0 auto;
}

.dealer-coop__form-wrap {
  position: relative;
}

.dealer-coop__decor {
  display: none;
}

.dealer-coop__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dealer-coop__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.dealer-coop__field .field {
  margin: 0;
}

.dealer-coop__submit .button {
  width: 100%;
}

.dealer-coop__agree .checkbox {
  font-size: 12px;
  color: #999999;
}

.dealer-partners__item {
  border: 1px solid rgba(221, 221, 221, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.dealer-partners__logo {
  aspect-ratio: 352/120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.dealer-partners__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.dealer-partners__control {
  gap: 8px;
}

.dealer-office {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.dealer-office__info {
  order: 1;
}

.dealer-office__map .contacts__map {
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}

.dealer-office-form {
  padding: 0 0 52px;
}

@media all and (min-width: 768px) {
  .dealer-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .dealer-benefits__icon img {
    max-height: 70px;
  }
  .dealer-benefits__title {
    font-size: 24px;
  }
  .dealer-benefits__text {
    font-size: 13px;
  }
  .dealer-coop__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .dealer-coop__info {
    flex: 0 0 45%;
  }
  .dealer-coop__form-wrap {
    flex: 1;
  }
  .dealer-coop__fields {
    grid-template-columns: 1fr 1fr;
  }
  .dealer-coop__title {
    font-size: 32px;
  }
  .dealer-coop__list li {
    font-size: 18px;
  }
  .dealer-office {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .dealer-office__info {
    order: 0;
  }
  .dealer-office__map .contacts__map {
    height: 100%;
    min-height: 400px;
  }
  .dealer-office-form {
    padding: 0 0 64px;
  }
}
@media all and (min-width: 1024px) {
  .dealer-benefits {
    gap: 28px;
  }
  .dealer-benefits__content {
    padding: 28px;
  }
  .dealer-benefits__icon {
    margin: 0 0 16px;
  }
  .dealer-benefits__icon img {
    max-height: 80px;
  }
  .dealer-benefits__title {
    font-size: 28px;
    margin: 0 0 12px;
  }
  .dealer-benefits__text {
    font-size: 14px;
  }
  .dealer-coop__inner {
    gap: 60px;
  }
  .dealer-coop__title {
    font-size: 36px;
  }
  .dealer-coop__list li {
    font-size: 20px;
  }
  .dealer-coop__decor {
    display: block;
    position: absolute;
    top: -40px;
    right: -20px;
    width: 211px;
    height: 211px;
    opacity: 0.15;
    background-image: url("../img/dealers/decor-dots.585d22580f71.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .dealer-office {
    gap: 28px;
  }
  .dealer-office-form {
    padding: 0 0 76px;
  }
}
@media all and (min-width: 1400px) {
  .dealer-benefits {
    gap: 30px;
  }
  .dealer-benefits__content {
    padding: 32px;
  }
  .dealer-benefits__icon img {
    max-height: 90px;
  }
  .dealer-benefits__title {
    font-size: 33px;
    margin: 0 0 16px;
  }
  .dealer-coop__inner {
    gap: 80px;
  }
  .dealer-coop__title {
    font-size: 40px;
  }
  .dealer-coop__list li {
    font-size: 24px;
  }
  .dealer-office {
    gap: 30px;
  }
  .dealer-office-form {
    padding: 0 0 88px;
  }
}
@media all and (min-width: 1920px) {
  .dealer-benefits {
    gap: 32px;
  }
  .dealer-office {
    gap: 32px;
  }
  .dealer-office-form {
    padding: 0 0 100px;
  }
}
.decisions {
  margin-top: -8px;
}
.decisions__item {
  grid-column: 12 span;
  display: flex;
  align-items: center;
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.3;
  color: #1c2fd3;
  transition: color 0.3s;
}
.decisions__item:hover {
  color: #1c49e5;
}
.decisions__item:hover .decisions__item-icon:before {
  width: 72px;
  height: 72px;
}
.decisions__item:nth-child(1) .decisions__item-icon:before, .decisions__item:nth-child(7) .decisions__item-icon:before, .decisions__item:nth-child(9) .decisions__item-icon:before, .decisions__item:nth-child(15) .decisions__item-icon:before {
  top: -8px;
  right: -8px;
}
.decisions__item:nth-child(2) .decisions__item-icon:before, .decisions__item:nth-child(8) .decisions__item-icon:before, .decisions__item:nth-child(10) .decisions__item-icon:before, .decisions__item:nth-child(16) .decisions__item-icon:before {
  bottom: -8px;
  left: -8px;
}
.decisions__item:nth-child(3) .decisions__item-icon:before, .decisions__item:nth-child(5) .decisions__item-icon:before, .decisions__item:nth-child(11) .decisions__item-icon:before, .decisions__item:nth-child(13) .decisions__item-icon:before {
  top: -8px;
  left: -8px;
}
.decisions__item:nth-child(4) .decisions__item-icon:before, .decisions__item:nth-child(6) .decisions__item-icon:before, .decisions__item:nth-child(12) .decisions__item-icon:before, .decisions__item:nth-child(14) .decisions__item-icon:before {
  bottom: -8px;
  right: -8px;
}
.decisions__item-icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 56px;
  margin: 0 24px 0 0;
}
.decisions__item-icon img {
  display: block;
  width: 100%;
}
.decisions__item-icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 44px;
  height: 44px;
  background: rgba(207, 241, 213, 0.5);
  border-radius: 5px;
  transition: width 0.3s, height 0.3s;
}

@media all and (min-width: 768px) {
  .decisions {
    margin-top: -12px;
  }
  .decisions__item {
    grid-column: 6 span;
    margin: 12px 0 0;
  }
}
@media all and (min-width: 1024px) {
  .decisions__item {
    grid-column: 4 span;
  }
}
@media all and (min-width: 1280px) {
  .decisions__item {
    grid-column: 3 span;
  }
}
@media all and (min-width: 1400px) {
  .decisions {
    margin-top: -16px;
  }
  .decisions__item {
    margin: 16px 0 0;
  }
  .decisions__item:hover .decisions__item-icon:before {
    width: 76px;
    height: 76px;
  }
  .decisions__item-icon {
    width: 60px;
    margin: 0 28px 0 0;
  }
}
@media all and (min-width: 1920px) {
  .decisions {
    margin-top: -20px;
  }
  .decisions__item {
    margin: 20px 0 0;
  }
  .decisions__item:hover .decisions__item-icon:before {
    width: 80px;
    height: 80px;
  }
  .decisions__item-icon {
    width: 64px;
  }
}
.feedback {
  background-image: url("/static/img/feedback-bg--xs.27195b757f3a.jpg");
  background-color: #151b2c;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 56px 0 75%;
}
.feedback__form {
  grid-column: 1/13;
  z-index: 100;
  margin: 0;
}
.feedback__title {
  color: #ffffff;
  grid-column: 12 span;
}

@media all and (min-width: 768px) {
  .feedback {
    background-image: url("/static/img/feedback-bg--sm.df4df43e971b.jpg");
    background-position: center;
    background-size: cover;
    padding: 60px 0;
  }
  .feedback__form {
    grid-column: 1/8;
  }
  .feedback__fields {
    width: 90%;
  }
}
@media all and (min-width: 1024px) {
  .feedback {
    padding: 76px 0;
  }
  .feedback__form {
    grid-column: 1/7;
  }
}
@media all and (min-width: 1280px) {
  .feedback {
    background-image: url("/static/img/feedback-bg.6c927591b8f0.jpg");
  }
  .feedback__form {
    grid-column: 2/7;
  }
}
@media all and (min-width: 1400px) {
  .feedback {
    padding: 88px 0;
  }
  .feedback__fields {
    width: 80%;
  }
}
@media all and (min-width: 1920px) {
  .feedback {
    padding: 100px 0;
  }
}
.footer {
  margin: auto 0 0;
  color: #999999;
  background: #333333;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contacts-main {
  order: 1;
  padding: 20px 0 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  line-height: 1.3;
  color: #ffffff;
}
.footer__contacts-item:first-child {
  margin: 0;
}
.footer__contacts-item--phone {
  font-size: 18px;
  font-weight: 600;
}
.footer__contacts-item--phone svg {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 1px;
}
.footer__contacts-item--email svg {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.footer__contacts-item--address svg {
  width: 20px;
  height: 20px;
  align-self: flex-start;
  margin: 0 8px 0 0;
}
.footer__contacts-item svg {
  flex: 0 0 auto;
  color: #999999;
}
.footer__widget {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.footer__widget:first-child {
  border: 0;
}
.footer__widget-title {
  position: relative;
  padding: 20px 0;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}
.footer__widget-title.show:after {
  transform: translateY(-50%) rotate(135deg);
}
.footer__widget-title:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.15s;
}
.footer__menu {
  display: none;
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
  line-height: 1.3;
}
.footer__menu.show {
  display: block;
}
.footer__menu-item:not(:first-child) {
  margin: 8px 0 0;
}
.footer__menu-link {
  font-size: 14px;
  color: #999999;
  transition: color 0.3s;
}
.footer__menu-link:hover {
  color: #ffffff;
}
.footer__offices {
  display: block;
  padding: 20px 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #999999;
  background: #555555;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s;
}
.footer__social-link:hover {
  color: #ffffff;
}
.footer__social-link svg {
  width: 50%;
  height: 50%;
}
.footer__social-link--vk:hover {
  background: #0077ff;
}
.footer__social-link--vk svg {
  width: 55%;
  height: 55%;
}
.footer__social-link--telegram {
  padding: 0 2px 0 0;
}
.footer__social-link--telegram:hover {
  background: #27a6e6;
}
.footer__social-link--max:hover {
  background: #7142ea;
}
.footer__social-link--whatsapp:hover {
  background: #25d366;
}
.footer__social-link--rutube:hover {
  background: #1b232b;
}
.footer__social-link--youtube:hover {
  background: #ff0000;
}
.footer__social-link--dzen:hover {
  background: #000;
}
.footer__social-link--dzen svg {
  width: 45%;
  height: 45%;
}
.footer__bottom {
  margin: 24px 0 0;
  padding: 16px 0 24px;
  font-size: 14px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.footer__bottom-copyright {
  display: inline-block;
  margin: 0 1em 0 0;
}
.footer__bottom-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.footer__bottom a {
  display: inline-block;
  margin: 0 1em 0 0;
  color: #999999;
  white-space: nowrap;
  transition: color 0.3s;
}
.footer__bottom a:hover {
  color: #ffffff;
}

@media all and (min-width: 768px) {
  .footer__main {
    padding: 56px 0 0;
  }
  .footer__contacts-main {
    padding: 0;
    border-top: 0;
  }
  .footer__contacts-item {
    margin: 20px 0 0;
  }
  .footer__nav {
    display: flex;
    gap: 28px;
  }
  .footer__widget {
    width: 25%;
    border-top: 0;
  }
  .footer__widget-title {
    padding: 0;
    margin: 0 0 16px;
    line-height: 1.5;
  }
  .footer__widget-title:after {
    display: none;
  }
  .footer__menu {
    display: block;
    padding: 0;
  }
  .footer__menu-item:not(:first-child) {
    margin: 12px 0 0;
  }
  .footer__offices {
    padding: 0;
    margin: 36px 0;
    line-height: 1.7;
    border-top: 0;
  }
  .footer__bottom {
    margin: 56px 0 0;
    padding: 24px 0;
  }
  .footer__bottom-logos {
    margin: 16px 0 0;
    padding: 0;
    border-top: 0;
  }
}
@media all and (min-width: 1280px) {
  .footer__main {
    display: flex;
    gap: 60px;
  }
  .footer__contacts {
    flex: 0 0 auto;
    width: 270px;
  }
  .footer__contacts-main {
    order: 0;
  }
  .footer__contacts-item {
    margin: 20px 0 0;
  }
  .footer__nav {
    gap: 40px;
    flex: 1 1 auto;
  }
  .footer__widget {
    width: 28%;
  }
  .footer__widget-title {
    margin: 0 0 24px;
    line-height: 1;
  }
  .footer__widget:nth-child(odd) {
    width: 22%;
  }
  .footer__offices {
    margin: 36px 0;
  }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
  }
  .footer__bottom-logos {
    margin: 0;
    gap: 20px;
  }
}
@media all and (min-width: 1400px) {
  .footer__main {
    gap: 80px;
  }
  .footer__nav {
    gap: 60px;
  }
}
@media all and (min-width: 1920px) {
  .footer__main {
    gap: 100px;
  }
  .footer__nav {
    gap: 80px;
  }
  .footer__widget {
    width: 30%;
  }
  .footer__widget:nth-child(odd) {
    width: 20%;
  }
}
.full-slider {
  position: relative;
  font-size: 18px;
}
.full-slider__item {
  display: flex;
  align-items: center;
  height: calc(100svh - 60px);
  min-height: 560px;
  padding: 0 0 60px;
  line-height: 1.4;
  color: #ffffff;
}
.full-slider__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.full-slider__title {
  margin: 0 0 20px;
  font-weight: 700;
}
.full-slider__title.h1 {
  color: #ffffff;
}
.full-slider__button {
  margin: 40px 0 0;
}

@media all and (min-width: 768px) {
  .full-slider {
    font-size: 20px;
  }
  .full-slider__button {
    margin: 56px 0 0;
  }
  .full-slider__img {
    object-position: center;
  }
}
@media all and (min-width: 1024px) {
  .full-slider__item {
    height: calc(100vh - 105px);
    min-height: 500px;
  }
  .full-slider__title, .full-slider__text {
    width: 65%;
  }
}
@media all and (min-width: 1400px) {
  .full-slider {
    font-size: 24px;
  }
  .full-slider__item {
    height: calc(100vh - 109px);
    min-height: 600px;
  }
  .full-slider__title {
    margin: 0 0 32px;
  }
  .full-slider__button {
    margin: 72px 0 0;
  }
}
.header {
  height: 60px;
}
.header__fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  background-color: #1c2fd3;
  background-image: url("/static/img/header-bg.60d78553c409.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.header__wrap {
  display: flex;
  align-items: center;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  flex: 1 1 auto;
}
.header__logo {
  flex: 0 0 auto;
  position: relative;
  z-index: 500;
  margin: 0 auto 0 0;
}
.header__logo-img {
  display: block;
  height: 32px;
  width: auto;
}
.header__city {
  align-items: center;
}
.header__city--pc {
  display: none;
}
.header__city--tel {
  display: inline-flex;
  margin: 28px 0;
  color: #666666;
}
.header__city .plane {
  flex: 0 0 auto;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.5em 0 0;
  color: #999999;
}
.header__city .arrow {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  margin: 0.1em 0 0 0.2em;
  color: #999999;
  transform: rotate(90deg);
}
.header__contacts {
  flex: 0 0 auto;
  order: 2;
}
.header__contacts-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  color: #ffffff;
}
.header__contacts-phone svg {
  width: 18px;
  height: 18px;
}
.header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.header__actions-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  color: #ffffff;
}
.header__actions-item svg {
  width: 20px;
  height: 20px;
}
.header__actions-count {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  background: #c30101;
  border-radius: 10px;
  transform: translate(50%, -50%);
}
.header__hamburger {
  flex: 0 0 auto;
  order: 3;
  position: relative;
  z-index: 500;
  display: flex;
  justify-content: flex-end;
  width: 28px;
  height: 28px;
  padding: 13px 8px 0 0;
  margin: 0 -8px 0 5px;
  background: none;
  border: 0;
}
.header__hamburger.show span {
  transform: scaleX(0);
}
.header__hamburger.show:before {
  width: 20px;
  transform: translateY(-7px) rotate(-45deg);
}
.header__hamburger.show:after {
  width: 20px;
  transform: translate(1px, 7px) rotate(45deg);
}
.header__hamburger span {
  width: 11px;
  height: 1.5px;
  background: #ffffff;
  border-radius: 2px;
  transform-origin: right;
  transition: transform 0.3s;
}
.header__hamburger:before, .header__hamburger:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 8px;
  height: 1.5px;
  background: #ffffff;
  border-radius: 2px;
  transform-origin: right top;
  transition: transform 0.3s;
}
.header__hamburger:before {
  width: 16px;
  transform: translateY(-6px);
}
.header__hamburger:after {
  width: 7px;
  transform: translateY(6px);
}
.header__phone {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  margin: 0 0 8px;
  color: #1c2fd3;
  font-weight: 500;
  border: 1px solid #1c2fd3;
  border-radius: 4px;
}
.header__phone-number svg {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.5em 0 0;
}
.header__phone-max, .header__phone-telegram, .header__phone-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 calc(33.333% - 4px);
  height: 48px;
  color: #ffffff;
  border-radius: 4px;
}
.header__phone-max svg, .header__phone-telegram svg, .header__phone-whatsapp svg {
  width: 22px;
  height: 22px;
}
.header__phone-telegram {
  background: #27a6e6;
}
.header__phone-whatsapp {
  background: #25d366;
}
.header__phone-max {
  background: #7142ea;
}
.header__phone-callback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  margin: 8px 0 0;
  color: #ffffff;
  font-weight: 600;
  background: #1c49e5;
  border-radius: 4px;
}
.header__nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  padding: 60px 5vw 28px;
  background: #ffffff;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.header__nav.show {
  opacity: 1;
  visibility: visible;
}
.header__nav:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  background: #1c2fd3;
}
.header__decorations {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  z-index: 99;
  background: url("../img/decorations-1.b9925590ae59.gif") repeat-x 100%;
  pointer-events: none;
}

@media all and (min-width: 375px) {
  .header__contacts-phone {
    width: 32px;
    height: 32px;
  }
  .header__contacts-phone svg {
    width: 20px;
    height: 20px;
  }
  .header__actions-item {
    width: 32px;
    height: 32px;
  }
  .header__actions-item svg {
    width: 22px;
    height: 22px;
  }
  .header__hamburger {
    width: 32px;
    height: 32px;
    padding: 15px 9px 0 0;
    margin: 0 -9px 0 5px;
  }
  .header__hamburger.show:before {
    width: 21px;
    transform: translateY(-7.5px) rotate(-45deg);
  }
  .header__hamburger.show:after {
    width: 21px;
    transform: translate(1px, 7.5px) rotate(45deg);
  }
  .header__hamburger span {
    width: 14px;
    height: 1.5px;
  }
  .header__hamburger:before, .header__hamburger:after {
    top: 15px;
    right: 9px;
  }
  .header__hamburger:before {
    width: 20px;
    transform: translateY(-6.5px);
  }
  .header__hamburger:after {
    width: 10px;
    transform: translateY(6.5px);
  }
}
@media all and (min-width: 768px) {
  .header__logo-img {
    height: 36px;
  }
  .header__contacts-phone {
    margin: 0 8px;
  }
  .header__actions-item {
    margin: 0 8px;
  }
  .header__hamburger {
    margin: 0 -9px 0 8px;
  }
  .header__nav {
    padding: 60px 4vw 32px;
  }
}
@media all and (min-width: 1024px) {
  .header {
    position: relative;
    z-index: 500;
    height: auto;
    background: #1c2fd3;
  }
  .header__fixed {
    position: relative;
  }
  .header__inner {
    position: relative;
    height: 105px;
    padding: 48px 0 0;
  }
  .header__inner:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  .header__logo {
    flex: 0 1 auto;
    align-self: center;
    z-index: 1;
    margin: 0 20px 0 0;
  }
  .header__logo-img {
    min-width: 120px;
    width: 160px;
    height: auto;
  }
  .header__contacts {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 48px;
    width: 100%;
  }
  .header__contacts-phone {
    display: none;
  }
  .header__city--pc {
    display: flex;
    align-items: center;
    margin: 0 auto 0 0;
    font-size: 13px;
    color: #ffffff;
    transition: color 0.3s;
  }
  .header__city--pc:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .header__city--pc .plane,
  .header__city--pc .arrow {
    color: inherit;
  }
  .header__city--tel {
    display: none;
  }
  .header__phone {
    align-items: center;
    flex-wrap: nowrap;
  }
  .header__phone-number {
    width: auto;
    height: auto;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
    border: 0;
    transition: color 0.3s;
  }
  .header__phone-number:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .header__phone-number svg {
    width: 1em;
    height: 1em;
    margin: 0 0.4em 0 0;
  }
  .header__phone-max, .header__phone-telegram, .header__phone-whatsapp {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 0 0 0 8px;
    color: #ffffff;
    background: none;
  }
  .header__phone-max svg, .header__phone-telegram svg, .header__phone-whatsapp svg {
    width: 0.9em;
    height: 0.9em;
  }
  .header__phone-callback {
    height: 28px;
    padding: 0 16px;
    margin: 0 0 0 24px;
    font-size: 13px;
    font-weight: 500;
    background: #1c49e5;
    transition: background-color 0.3s;
  }
  .header__phone-callback:hover {
    background: rgba(28, 73, 229, 0.75);
  }
  .header__actions-item {
    margin: 0 0 0 16px;
    width: auto;
    height: auto;
    transition: color 0.3s;
  }
  .header__actions-item:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .header__actions-item svg {
    width: 24px;
    height: 24px;
  }
  .header__hamburger {
    display: none;
  }
  .header__nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto 0 0;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    transition: none;
    transform: none;
    background: none;
  }
  .header__nav:before, .header__nav-consultation {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .header__logo {
    margin: 0 28px 0 0;
  }
  .header__contacts {
    width: auto;
  }
  .header__city--pc {
    margin: 0 16px 0 0;
  }
}
@media all and (min-width: 1360px) {
  .header__logo {
    margin: 0 32px 0 0;
  }
  .header__city--pc {
    font-size: 14px;
  }
  .header__phone-callback {
    height: 32px;
    font-size: 14px;
  }
}
@media all and (min-width: 1400px) {
  .header__logo {
    margin: 0 36px 0 0;
  }
  .header__inner {
    height: 109px;
    padding: 52px 0 0;
  }
  .header__inner:before {
    top: 52px;
  }
  .header__contacts {
    height: 52px;
  }
  .header__actions-item {
    margin: 0 0 0 24px;
  }
}
@media all and (min-width: 1920px) {
  .header__logo {
    margin: 0 44px 0 0;
  }
  .header__logo-img {
    width: 210px;
  }
  .header__phone-callback {
    margin: 0 0 0 28px;
    padding: 0 20px;
  }
  .header__city--pc {
    margin: 0 28px 0 0;
  }
}
.nav {
  margin: 0 -5vw;
  padding: 20px 5vw;
  line-height: 1.3;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  list-style: none;
}
.nav--secondary {
  font-size: 15px;
}
.nav__item--has-children {
  position: relative;
}
.nav__item--has-children > a.show:after {
  transform: translateY(-2px) rotate(135deg);
}
.nav__item--has-children > a:after {
  flex-shrink: 0;
  content: "";
  width: 0.45em;
  height: 0.45em;
  margin: 0 2px 0 8px;
  opacity: 0.5;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  transform-origin: center;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.15s;
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  transition: color 0.3s;
}
.nav__link:hover {
  color: #1c2fd3;
}
.nav__link--secondary {
  padding: 6px 0;
}
.nav__link--primary {
  padding: 8px 0;
  font-weight: 500;
  text-transform: uppercase;
}
.nav__submenu {
  display: none;
  margin: 0;
  padding: 4px 0 12px;
  font-size: 15px;
  list-style: none;
}
.nav__submenu.show {
  display: block;
}
.nav__submenu-item {
  padding: 0 0 0 16px;
}
.nav__submenu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  color: #666666;
  transition: color 0.3s;
}
.nav__submenu-link:hover {
  color: #1c2fd3;
}

@media all and (min-width: 768px) {
  .nav {
    margin: 0 -4vw;
    padding: 20px 4vw;
  }
}
@media all and (min-width: 1024px) {
  .nav {
    margin: 0;
    padding: 0;
    font-size: 14px;
    border: 0;
  }
  .nav--secondary {
    display: none;
  }
  .nav--primary {
    display: flex;
  }
  .nav__item {
    display: flex;
    align-items: center;
  }
  .nav__item--has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    transform: scaleY(1);
  }
  .nav__item--has-children > a:after {
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-3px) rotate(135deg);
  }
  .nav__item--primary {
    height: 57px;
    margin: 0 28px 0 0;
  }
  .nav__link {
    padding: 0;
    color: #ffffff;
    white-space: nowrap;
    transition: color 0.3s;
  }
  .nav__link--primary {
    height: 100%;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.01em;
  }
  .nav__link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .nav__submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    display: block;
    width: 220px;
    padding: 20px 0;
    margin: 0 0 0 -110px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: visibility 0.3s 0.15s, opacity 0.3s 0.15s;
  }
  .nav__submenu ul {
    top: 0;
    left: 100%;
    margin: 0;
    border-radius: 0 5px 5px 0;
  }
  .nav__submenu .nav__item--has-children > a:after {
    width: 0.4em;
    height: 0.4em;
    transform: translateY(-1px) rotate(45deg);
  }
  .nav__submenu-item {
    padding: 0 20px;
    margin: 8px 0 0;
  }
  .nav__submenu-item:first-child {
    margin: 0;
  }
  .nav__submenu-link {
    padding: 4px 0;
  }
}
@media all and (min-width: 1280px) {
  .nav--secondary {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    height: 48px;
    font-size: 13px;
  }
  .nav--primary {
    display: flex;
  }
  .nav__item--secondary {
    margin: 0 12px 0 0;
  }
  .nav__item--primary {
    margin: 0 40px 0 0;
  }
  .nav__submenu {
    width: 240px;
    margin: 0 0 0 -120px;
    font-size: 15px;
  }
  .nav__submenu-item {
    padding: 0 24px;
  }
}
@media all and (min-width: 1360px) {
  .nav--secondary {
    font-size: 14px;
  }
  .nav--primary {
    display: flex;
  }
  .nav__item--secondary {
    margin: 0 16px 0 0;
  }
  .nav__item--primary {
    margin: 0 40px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .nav--secondary {
    height: 52px;
  }
  .nav--primary {
    font-size: 15px;
  }
  .nav__item--secondary {
    margin: 0 20px 0 0;
  }
  .nav__item--primary {
    margin: 0 44px 0 0;
  }
}
@media all and (min-width: 1920px) {
  .nav__item--secondary {
    margin: 0 24px 0 0;
  }
  .nav__item--primary {
    margin: 0 52px 0 0;
  }
  .nav__submenu {
    width: 260px;
    margin: 0 0 0 -130px;
  }
}
.materials {
  margin: 0 -5vw;
  padding: 0 5vw 28px;
}
.materials--catalog {
  padding: 0 5vw 32px;
}
.materials__item {
  width: 75vw;
  max-width: 280px;
  margin: 0 16px 0 0;
  color: #555555;
  transition: color 0.3s;
}
.materials__item:hover {
  color: #1c2fd3;
}
.materials__item:hover .materials__item-thumb:after {
  opacity: 1;
}
.materials__item-thumb {
  position: relative;
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 5px;
}
.materials__item-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 27, 44, 0.35);
  opacity: 0;
  transition: opacity 0.3s;
}
.materials__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.materials__item-title {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}
.materials__item-count {
  display: block;
  margin: 6px 0 0;
  color: #999999;
}
.materials__sorter {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-right: 48px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  width: 100%;
}
.materials__sorter-wrapper {
  position: sticky;
  z-index: 100;
  margin: -12px -5vw 8px;
  padding: 12px 5vw 12px;
  background: #ffffff;
  top: 60px;
}
.materials__sorter .ss-main.field__select--default {
  border: none;
}
.materials__sorter .ss-main.field__select--default:focus {
  box-shadow: none;
}
.materials__sorter-form {
  width: 100%;
}
.materials__view-mode {
  display: none;
}
.materials__filter {
  line-height: 1.3;
}
.materials__filter-title {
  display: none;
}
.materials__filter-item {
  padding: 12px 0;
}
.materials__filter-item:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.materials__filter-item:not(.materials__filter-title) {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.materials__filter-item:not(.materials__filter-title):after {
  flex-shrink: 0;
  content: "";
  width: 0.45em;
  height: 0.45em;
  margin: 8px 4px 4px;
  opacity: 0.5;
  border-bottom: 1.5px solid;
  border-left: 1.5px solid;
  transform-origin: center;
  transform: translateY(-2px) rotate(-45deg);
  transition: transform 0.15s;
}
.materials__filter-item:not(.materials__filter-title).show {
  border: none;
}
.materials__filter-item:not(.materials__filter-title).show + .materials__filter-subitem:not(:last-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.materials__filter-item:not(.materials__filter-title).show:after {
  transform: translateY(-1px) rotate(135deg);
}
.materials__filter-subitem {
  display: none;
  padding: 0 0 12px;
}
.materials__filter-subitem .checkbox {
  width: 100%;
}
.materials__filter-subitem .checkbox:not(:last-child) {
  margin: 0 0 12px;
}
.materials__filter-button {
  position: absolute;
  right: -40px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  width: 32px;
  height: 32px;
}
.materials__filter-button svg {
  width: 24px;
  height: 24px;
}
.materials__filter-submit {
  margin: 32px 0;
}
.materials__banner {
  display: block;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 24px;
}
.materials__banner-img {
  display: block;
  width: 100%;
}
.materials__list {
  margin: 0 0 32px;
}
.materials__list li:not(:first-child) {
  margin: 1.25em 0 0;
}
.materials__catalog {
  margin: 0 -5vw;
  padding: 28px 5vw;
  row-gap: 0;
}
.materials__catalog-item {
  grid-column: 12 span;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding: 24px 0;
  transition: box-shadow 0.3s;
}
.materials__catalog-item:first-child {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.materials__catalog-item:hover .materials__catalog-title {
  color: #1c2fd3;
}
.materials__catalog-item--decisions .materials__catalog-picture {
  border-radius: 0;
}
.materials__catalog-picture {
  display: block;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  width: 35%;
  height: auto;
}
.materials__catalog-img {
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  object-position: center;
}
.materials__catalog-container {
  line-height: 1.4;
  margin: 18px 0 0;
}
.materials__catalog-title {
  font-weight: 600;
  color: #333333;
  margin: 0 0 0.75em;
  transition: color 0.3s;
}
.materials__catalog-count {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.materials__catalog-link {
  display: inline-flex;
  font-weight: 300;
  font-size: 12px;
  color: #1c2fd3;
  transition: color 0.3s;
  margin: 1em 0 0;
  width: 100%;
}
.materials__catalog-link:hover {
  color: #1c49e5;
}
.materials__catalog-button {
  margin: 24px 0 0;
}

.material__images {
  position: relative;
  grid-column: 12 span;
}
.material__videos {
  grid-column: 12 span;
}
.material__price-code {
  margin: 0 0 20px;
}
.material__price-code .material-item__tabs-links {
  margin: 0 0 16px;
}
.material__price-code .material-item__tabs-links-title, .material__price-code .material-item__tabs-links-item {
  font-size: 16px;
}
.material__price-code .material-item__price {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 16px;
}
.material__price-code .material-item__price-square {
  margin: 5px 0 0;
  font-size: 14px;
}
.material__price-code .material-item__stock, .material__price-code .material-item__code {
  display: inline-block;
  margin: 0 16px 0 0;
}
.material__price-code .material-item__stock {
  font-size: 16px;
}
.material__price-code .material-item__stock-icon {
  margin: 0 8px 1px 0;
}
.material__price-code .material-item__code {
  font-size: 14px;
}
.material__video:not(:last-child) {
  margin: 0 0 16px;
}
.material__video-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
  color: #333333;
  margin: 8px 0 0;
}
.material__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 8px 0 0;
}
.material__swiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #dddddd;
  opacity: 1;
  transition: background-color 0.3s;
}
.material__swiper .swiper-pagination-bullet-active {
  background: #c30101;
}
.material__thumbs {
  display: none;
}
.material__subtitle {
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin: 20px 0 16px;
}
.material__subtitle.reset {
  margin: 0;
}
.material__num-list {
  padding: 0 0 0 1.2em;
}
.material__num-list li {
  margin: 0.5em 0;
}
.material__num-list li::marker {
  font-weight: 600;
}
.material__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.material__list li {
  margin: 0.5em 0;
}
.material__about {
  grid-column: 12 span;
}
.material__params {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
.material__params-item {
  width: 100%;
}
.material__widget .material-item__tabs, .material__widget .material-item__stock, .material__widget .material-item__code {
  display: none;
}
.material__widget .material-item__button {
  z-index: 100;
  position: fixed;
  display: flex;
  flex-direction: row-reverse;
  background: #ffffff;
  padding: 16px 5vw;
  left: 0;
  right: 0;
  bottom: 0;
  row-gap: 8px;
  column-gap: 16px;
}
.material__widget .material-item__button .button,
.material__widget .material-item__button .quantity {
  width: 50%;
  font-size: 14px;
  padding: 0;
}
.material__widget .material-item__button .button input,
.material__widget .material-item__button .quantity input {
  width: 20%;
}
.material__cart-thumb {
  display: block;
}
.material__cart-img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.material__cart-name {
  color: #1c2fd3;
  font-weight: 500;
  transition: color 0.3s;
}
.material__cart-name:hover {
  color: #5696db;
}
.material__cart-info {
  display: flex;
  gap: 24px;
  margin: 8px 0 0;
}

.material-item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  overflow: hidden;
  padding: 24px 5vw;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  grid-column: 12 span;
}
.material-item:first-child {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.material-item:hover .material-item__zoom-in {
  opacity: 1;
}
.material-item.material-item--order .material-item__desc, .material-item.material-item--order .material-item__link {
  display: block;
}
.material-item__grid {
  margin: 0 -5vw;
}
.material-item__images {
  position: relative;
}
.material-item__special {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: calc(100% - 40px);
  left: 0;
  top: 0;
  z-index: 2;
}
.material-item__special--full {
  width: 100%;
}
.material-item__special-item {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
  color: #ffffff;
}
.material-item__special-item--new {
  background: #3dc658;
}
.material-item__special-item--recommend {
  background: #925aec;
}
.material-item__special-item--hit {
  background: #c30101;
  padding: 0 10px;
}
.material-item__swiper {
  padding: 0 0 13px;
}
.material-item__swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.material-item__swiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #dddddd;
  opacity: 1;
  transition: background-color 0.3s;
}
.material-item__swiper .swiper-pagination-bullet-active {
  background: #c30101;
}
.material-item__image {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.material-item__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.material-item__zoom-in {
  z-index: 100;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #999999;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
}
.material-item__zoom-in svg {
  width: 65%;
  height: 65%;
}
.material-item__zoom-in:hover {
  color: #ffffff;
  background: #1c2fd3;
  border-color: #1c2fd3;
}
.material-item__info {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.material-item__group {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin: 0 0 8px;
  line-height: 1.4;
}
.material-item__title {
  display: block;
  line-height: 1.4;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
  transition: color 0.3s;
}
.material-item__title:hover {
  color: #1c2fd3;
}
.material-item__desc {
  display: none;
  color: #666666;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #dddddd;
  flex: 1 1 auto;
}
.material-item__link {
  display: none;
}
.material-item__stock-code {
  margin: auto 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 8px;
}
.material-item__stock {
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}
.material-item__stock--success {
  color: #3dc658;
}
.material-item__stock--success .material-item__stock-icon {
  background: #3dc658;
}
.material-item__stock--error {
  color: #1c49e5;
}
.material-item__stock--error .material-item__stock-icon {
  background: #1c49e5;
}
.material-item__stock-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.material-item__code {
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
}
.material-item__params {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 32px;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #dddddd;
}
.material-item__params-item {
  align-items: center;
}
.material-item__params-item .info-block__text {
  display: flex;
  gap: 0.3em;
}
.material-item__params-item .info-block__label {
  margin: 0;
}
.material-item__tabs-links {
  display: flex;
  list-style: none;
  box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -2px 0 0 rgba(221, 221, 221, 0.5);
  padding: 0;
  margin: 0 0 20px;
}
.material-item__tabs-links-title {
  display: block;
  line-height: 1;
  white-space: nowrap;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  margin: 0 40px 0 0;
}
.material-item__tabs-links-item {
  margin: 0 28px 0 0;
}
.material-item__tabs-links-link {
  position: relative;
  display: block;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  padding: 0 0 8px;
  transition: color 0.3s;
}
.material-item__tabs-links-link:hover {
  color: #666666;
}
.material-item__tabs-links-link.current {
  color: #1c2fd3;
}
.material-item__tabs-links-link.current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #1c49e5;
}
.material-item__price-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.material-item__price {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  white-space: nowrap;
}
.material-item__price:not(.current) {
  display: none;
}
.material-item__price-square {
  display: block;
  flex: 0 0 auto;
  border-radius: 5px;
  background: #e7c173;
  padding: 5px 8px;
  margin: auto 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #555555;
  white-space: nowrap;
}
.material-item__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.materials-swiper {
  margin: 0 -5vw;
  padding: 0 5vw;
}
.materials-swiper .swiper-wrapper {
  padding: 0 0 28px;
}
.materials-swiper .swiper-slide {
  width: 85vw;
  max-width: 300px;
}
.materials-swiper .swiper-scrollbar {
  margin: 0 5vw;
  width: 90vw;
}
.materials-swiper__controll {
  display: none;
}
.materials-swiper .material-item {
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}

@media all and (min-width: 768px) {
  .materials {
    margin: 0;
    padding: 0;
  }
  .materials--catalog {
    padding: 0 0 32px;
  }
  .materials__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
  .materials__item {
    grid-column: 4 span;
    width: auto;
    max-width: none;
    margin: 0;
  }
  .materials__sorter-form {
    width: auto;
  }
  .materials__catalog {
    margin: 24px 0 0;
    padding: 0;
    gap: 20px;
  }
  .materials__catalog-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding: 24px;
    gap: 24px;
  }
  .materials__catalog-picture {
    order: 2;
    width: 30%;
  }
  .materials__catalog-container {
    margin: 0;
    padding: 8px;
  }
  .materials__catalog-title {
    font-size: 18px;
  }
  .materials__catalog-count {
    font-size: 16px;
  }
  .materials__catalog-link {
    font-size: 14px;
  }
  .material__subtitle {
    font-size: 18px;
    margin: 24px 0 20px;
  }
  .material__params {
    row-gap: 12px;
  }
  .material__params-item {
    width: 50%;
  }
  .material__widget .material-item__button {
    padding: 16px 4vw;
  }
  .material__cart-img {
    width: 56px;
    height: 56px;
  }
  .material-item {
    padding: 32px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    grid-column: 6 span;
    transition: box-shadow 0.3s;
  }
  .material-item:first-child {
    padding: 32px;
  }
  .material-item:hover {
    box-shadow: 0 0 15px rgba(221, 221, 221, 0.5);
  }
  .material-item__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin: 0;
  }
  .materials-swiper {
    margin: 0;
    padding: 0;
    position: static;
  }
  .materials-swiper__wrap {
    position: relative;
  }
  .materials-swiper .swiper-wrapper {
    padding: 0;
  }
  .materials-swiper .swiper-scrollbar {
    display: none;
  }
  .materials-swiper .swiper-slide {
    width: calc(50% - 10px);
    max-width: none;
  }
  .materials-swiper__controll {
    position: absolute;
    right: 0;
    top: -64px;
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1024px) {
  .materials__grid {
    gap: 28px;
  }
  .materials__item {
    grid-column: 3 span;
  }
  .materials__sorter {
    border: 1px solid rgba(221, 221, 221, 0.5);
  }
  .materials__sorter-wrapper {
    position: static;
    margin: 0 0 32px;
    padding: 0;
    background: none;
  }
  .materials__sorter-form {
    width: auto;
  }
  .materials__filter-items {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    margin: 32px 0 0;
  }
  .materials__filter-title {
    display: block;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
  }
  .materials__filter-item {
    padding: 12px 16px;
  }
  .materials__filter-subitem {
    padding: 0 16px 12px;
  }
  .materials__filter-button {
    display: none;
  }
  .materials__banner {
    margin: 0 0 32px;
  }
  .materials__catalog {
    gap: 28px;
  }
  .materials__catalog-item:hover {
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.5);
  }
  .material__images {
    grid-column: 5 span;
  }
  .material__videos {
    grid-column: 9 span;
  }
  .material__video:not(:last-child) {
    margin: 0 0 24px;
  }
  .material__video-title {
    font-size: 18px;
    margin: 16px 0 0;
  }
  .material__swiper .swiper-pagination {
    display: none;
  }
  .material__swiper .swiper-button {
    position: absolute;
    top: 50%;
  }
  .material__swiper .swiper-button--prev {
    left: 0;
  }
  .material__swiper .swiper-button--next {
    right: 0;
  }
  .material__thumbs {
    position: relative;
    display: block;
    margin: 16px 0 0;
    padding: 0 25%;
  }
  .material__thumbs-img {
    display: block;
    aspect-ratio: 1/1;
    outline: 2px solid rgba(28, 47, 211, 0);
    outline-offset: -2px;
    border-radius: 5px;
    transition: outline 0.3s;
  }
  .material__thumbs .swiper {
    position: static;
  }
  .material__thumbs .swiper-slide {
    cursor: pointer;
  }
  .material__thumbs .swiper-slide-thumb-active img {
    outline: 2px solid #1c2fd3;
  }
  .material__about {
    grid-column: 7 span;
  }
  .material__price-code {
    display: none;
  }
  .material__params {
    row-gap: 16px;
  }
  .material__widget {
    position: sticky;
    top: 20px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.5);
    padding: 20px;
  }
  .material__widget .material-item__tabs, .material__widget .material-item__stock, .material__widget .material-item__code {
    display: block;
  }
  .material__widget .material-item__tabs-links {
    margin: 0 0 32px;
  }
  .material__widget .material-item__tabs-links-title {
    margin: 0 32px 0 0;
  }
  .material__widget .material-item__tabs-links-item {
    margin: 0 16px 0 0;
  }
  .material__widget .material-item__price {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 24px;
  }
  .material__widget .material-item__price-square {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .material__widget .material-item__stock {
    font-size: 16px;
    margin: 0 0 12px;
  }
  .material__widget .material-item__button {
    position: static;
    flex-direction: column;
    padding: 0;
    margin: 32px 0 0;
  }
  .material__widget .material-item__button .button,
  .material__widget .material-item__button .quantity {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
  .material__widget .material-item__button .button input,
  .material__widget .material-item__button .quantity input {
    width: 56px;
  }
  .material__montage-button {
    margin: 20px 0 0;
  }
  .material-item {
    grid-column: 4 span;
  }
  .material-item.material-item--catalog {
    grid-column: 6 span;
  }
  .material-item__grid {
    gap: 28px;
  }
  .materials-swiper .swiper-slide {
    width: calc(33% - 20px);
  }
}
@media all and (min-width: 1280px) {
  .material__cart-thumb, .material__cart-img {
    width: 68px;
    height: 68px;
  }
  .material__cart-info {
    gap: 28px;
  }
}
@media all and (min-width: 1400px) {
  .materials__grid {
    gap: 30px;
  }
  .materials__item {
    font-size: 18px;
  }
  .materials__item-thumb {
    margin: 0 0 20px;
  }
  .materials__item-count {
    margin: 8px 0 0;
  }
  .materials__view-mode {
    display: flex;
  }
  .materials__catalog {
    gap: 30px;
    margin: 32px 0 0;
  }
  .materials__catalog-item {
    grid-column: 6 span;
    padding: 24px;
  }
  .materials__catalog-container {
    padding: 10px;
  }
  .materials__catalog-link {
    margin: 0.6em 0 0;
  }
  .material__widget {
    padding: 32px;
  }
  .material__widget .material-item__tabs-links-title {
    font-size: 16px;
    margin: 0 40px 0 0;
  }
  .material__widget .material-item__tabs-links-item {
    font-size: 16px;
    margin: 0 28px 0 0;
  }
  .material__widget .material-item__price {
    font-size: 48px;
  }
  .material__cart-thumb, .material__cart-img {
    width: 76px;
    height: 76px;
  }
  .material__cart-info {
    gap: 32px;
    margin: 12px 0 0;
  }
  .material-item {
    grid-column: 3 span;
  }
  .material-item__special--large {
    gap: 12px;
  }
  .material-item__special--large .material-item__special-item {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
  }
  .material-item__special--large .material-item__special-item--hit {
    padding: 0 14px;
  }
  .material-item.material-item--row {
    grid-column: 12 span;
    flex-direction: row;
    column-gap: 32px;
  }
  .material-item.material-item--row .material-item__images {
    width: 30%;
  }
  .material-item.material-item--row .material-item__stock-code {
    margin: 0;
  }
  .material-item.material-item--row .material-item__desc, .material-item.material-item--row .material-item__link {
    display: block;
  }
  .material-item.material-item--row .material-item__price-button {
    flex-wrap: wrap;
  }
  .material-item.material-item--row .material-item__button {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
    width: 100%;
  }
  .material-item.material-item--catalog:not(.material-item--row) {
    grid-column: 4 span;
  }
  .material-item__grid {
    gap: 30px;
  }
  .materials-swiper .swiper-slide {
    width: calc(25% - 24px);
  }
  .materials-swiper__controll {
    top: -72px;
  }
}
@media all and (min-width: 1920px) {
  .materials__grid {
    gap: 32px;
  }
  .materials__catalog {
    gap: 32px;
  }
  .materials__catalog-item {
    padding: 30px;
  }
  .materials__params {
    row-gap: 24px;
  }
  .material__cart-thumb, .material__cart-img {
    width: 100px;
    height: 100px;
  }
  .material__cart-info {
    margin: 16px 0 0;
    gap: 32px;
  }
  .material-item__grid {
    gap: 32px;
  }
}
.news {
  margin: 0 -5vw;
  padding: 0 5vw 28px;
}
.news__item {
  width: 75vw;
  max-width: 280px;
  margin: 0 16px 0 0;
  color: #555555;
  font-size: 16px;
  transition: color 0.3s;
}
.news__item:hover {
  color: #1c2fd3;
}
.news__item:hover .news__item-thumb:after {
  opacity: 1;
}
.news__item--lk, .news__item--news {
  grid-column: 12 span;
  width: auto;
  max-width: initial;
  margin: 0;
}
.news__item-thumb {
  position: relative;
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 5px;
}
.news__item-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 27, 44, 0.35);
  opacity: 0;
  transition: opacity 0.3s;
}
.news__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.news__item-title {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}
.news__item-text {
  display: block;
  margin: 8px 0 0 0;
}
.news__item-count {
  display: block;
  margin: 6px 0 0;
  color: #999999;
}
.news__link {
  display: inline-flex;
  align-items: center;
  color: #666666;
  transition: color 0.3s;
}
.news__link:hover {
  color: #1c2fd3;
}
.news__link > svg {
  width: 1em;
  height: 1em;
  margin: 0.1em 0 0 0.3em;
}
.news__control {
  display: none;
}
.news__subtitle {
  margin: 44px 0 24px;
}
.news__list {
  margin: 0 0 40px;
}
.news__bestsellers {
  grid-column: 12 span;
}
.news__bestseller {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #dddddd;
}
.news__bestseller:hover div {
  color: #1c2fd3;
}
.news__bestseller-img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.news__bestseller-info {
  margin: 0 0 0 10px;
}
.news__bestseller-title, .news__bestseller-art {
  transition: color 0.3s;
}
.news__bestseller-title {
  font-weight: 600;
  color: #555555;
  margin: 0 0 8px;
}
.news__bestseller-art {
  font-size: 12px;
  color: #999999;
}

@media all and (min-width: 768px) {
  .news {
    margin: 0;
    padding: 0;
  }
  .news__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
  .news__item {
    grid-column: 4 span;
    width: auto;
    max-width: none;
    margin: 0;
  }
  .news__control {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
  }
  .news__subtitle {
    margin: 64px 0 32px;
  }
  .news__subtitle--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  .news__list {
    margin: 0 0 48px;
  }
  .news__bestseller {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .news__bestseller-img {
    width: 80px;
    height: 80px;
  }
  .news__bestseller-info {
    margin: 0 0 0 16px;
  }
  .news__bestseller-title {
    margin: 0 0 10px;
  }
  .news__bestseller-art {
    font-size: 14px;
  }
  .news .swiper-scrollbar {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .news__grid {
    gap: 28px;
  }
  .news__item {
    grid-column: 3 span;
  }
  .news__item--lk {
    grid-column: 4 span;
  }
  .news__item--news {
    grid-column: 3 span;
  }
  .news__bestsellers {
    grid-column: 8 span;
  }
}
@media all and (min-width: 1400px) {
  .news__grid {
    gap: 30px;
  }
  .news__item-thumb {
    margin: 0 0 20px;
  }
  .news__item-count {
    margin: 8px 0 0;
  }
}
@media all and (min-width: 1920px) {
  .news__grid {
    gap: 32px;
  }
  .news__subtitle {
    margin: 80px 0 32px;
  }
  .news__list {
    margin: 0 0 60px;
  }
  .news__bestseller {
    padding: 0 0 24px;
    margin: 0 0 24px;
  }
  .news__bestseller-img {
    width: 100px;
    height: 100px;
  }
  .news__bestseller-info {
    margin: 0 0 0 18px;
  }
  .news__bestseller-title {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
.objects__info {
  margin: 0 0 28px;
}
.objects__info-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 0;
}
.objects__filter {
  display: flex;
  gap: 12px;
  padding: 0 5vw;
  margin: 0 -5vw 32px;
  list-style: none;
  overflow-y: hidden;
  overflow-x: auto;
}
.objects__filter::-webkit-scrollbar {
  display: none;
}
.objects__filter-button {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 2em;
  font-weight: 600;
  color: #1c2fd3;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.objects__filter-button:hover {
  border-color: #1c2fd3;
}
.objects__filter-button.current {
  color: #ffffff;
  border-color: #1c2fd3;
  background: #1c2fd3;
}
.objects__gallery {
  overflow: hidden;
  margin: 0 -5vw 36px;
  padding: 0 5vw;
}
.objects__gallery.hidden {
  display: none;
}
.objects__gallery:last-child {
  margin-bottom: 0;
}

.object__images, .object__about {
  grid-column: 12 span;
}
.object__image {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.object__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.object__swiper-full {
  margin: 0 0 12px;
}
.object__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 8px 0 0;
}
.object__swiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #dddddd;
  opacity: 1;
  transition: background-color 0.3s;
}
.object__swiper .swiper-pagination-bullet-active {
  background: #c30101;
}
.object__thumbs {
  display: none;
}
.object__info {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
  gap: 16px;
}
.object__video {
  grid-column: 12 span;
}
.object__video-text {
  margin: 20px 0 0;
  grid-column: 12 span;
}

.gallery-objects__backup {
  display: none;
}
.gallery-objects .swiper {
  margin: 0 -5vw;
  padding: 0 5vw;
  overflow: visible;
}
.gallery-objects .swiper-wrapper {
  padding: 0 0 28px;
}
.gallery-objects .swiper-slide {
  width: 75vw;
  max-width: 280px;
}

.object-item {
  position: relative;
  display: block;
  color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
}
.object-item--searching {
  grid-column: 12 span;
}
.object-item:hover img {
  transform: scale(1.1);
}
.object-item:after {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.object-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
.object-item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.object-item__location {
  display: flex;
  align-items: flex-start;
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 0.9em;
}
.object-item__location svg {
  flex: 0 0 auto;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.4em 0 0;
}

@media all and (min-width: 768px) {
  .objects__info {
    display: flex;
    align-items: flex-start;
    margin: 0 0 36px;
  }
  .objects__info-text {
    max-width: 500px;
  }
  .objects__info-buttons {
    margin: 0.2em 0 0 24px;
  }
  .objects__filter {
    flex-wrap: wrap;
    margin: 0 0 36px;
    padding: 0;
    overflow: visible;
  }
  .objects__gallery {
    margin: 0 0 40px;
    padding: 0;
  }
  .object__info {
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .gallery-objects__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-areas: "a a b b" "a a c d";
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-objects__grid .object-item:nth-child(1) {
    grid-area: a;
  }
  .gallery-objects__grid .object-item:nth-child(2) {
    grid-area: b;
  }
  .gallery-objects__grid .object-item:nth-child(2):after {
    padding: calc(50% - 10px) 0 0;
  }
  .gallery-objects__grid .object-item:nth-child(3) {
    grid-area: c;
  }
  .gallery-objects__grid .object-item:nth-child(3):after {
    padding: calc(100% - 10px) 0 0;
  }
  .gallery-objects__grid .object-item:nth-child(4) {
    grid-area: d;
  }
  .gallery-objects__grid .object-item:nth-child(4):after {
    padding: calc(100% - 10px) 0 0;
  }
  .gallery-objects .swiper {
    margin: 0;
    padding: 0;
  }
  .gallery-objects .swiper-wrapper {
    padding: 0;
  }
  .gallery-objects .swiper-slide {
    max-width: none;
    width: 100%;
    opacity: 0.33;
    transition: opacity 0.3s;
  }
  .gallery-objects .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .gallery-objects .swiper-scrollbar {
    display: none;
  }
  .object-item--searching {
    grid-column: 6 span;
  }
  .object-item__title {
    font-size: 14px;
  }
}
@media all and (min-width: 1024px) {
  .objects__filter {
    margin: 0 0 44px;
  }
  .objects__gallery {
    margin: 0 0 44px;
  }
  .objects__gallery--small .gallery-objects__grid {
    gap: 16px;
  }
  .object__images, .object__about {
    grid-column: 6 span;
  }
  .object__swiper-full {
    margin: 0 0 20px;
  }
  .object__swiper .swiper-pagination {
    display: none;
  }
  .object__swiper .swiper-button {
    position: absolute;
    top: 50%;
  }
  .object__swiper .swiper-button--prev {
    left: 0;
  }
  .object__swiper .swiper-button--next {
    right: 0;
  }
  .object__thumbs {
    position: relative;
    display: block;
    margin: 16px 0 0;
    padding: 0 66px;
  }
  .object__thumbs-img {
    display: block;
    aspect-ratio: 735/478;
    outline: 2px solid rgba(28, 47, 211, 0);
    outline-offset: -2px;
    border-radius: 5px;
    transition: outline 0.3s;
  }
  .object__thumbs .swiper {
    position: static;
  }
  .object__thumbs .swiper-slide {
    cursor: pointer;
  }
  .object__thumbs .swiper-slide-thumb-active img {
    outline: 2px solid #1c2fd3;
  }
  .object__info {
    row-gap: 16px;
    column-gap: 24px;
  }
  .object__video {
    grid-column: 6 span;
  }
  .object__video-text {
    margin: 0;
    grid-column: 6 span;
  }
  .gallery-objects__grid {
    gap: 28px;
  }
  .gallery-objects__grid .object-item:nth-child(2):after {
    padding: calc(50% - 14px) 0 0;
  }
  .gallery-objects__grid .object-item:nth-child(3):after, .gallery-objects__grid .object-item:nth-child(4):after {
    padding: calc(100% - 14px) 0 0;
  }
  .object-item__title--large {
    padding: 24px;
    font-size: 18px;
  }
  .object-item__title--small {
    padding: 20px;
    font-size: 16px;
  }
  .object-item__location {
    font-size: 0.9em;
  }
}
@media all and (min-width: 1280px) {
  .object-item__title--large {
    padding: 28px;
  }
  .object-item__location {
    margin: 16px 0 0;
  }
}
@media all and (min-width: 1400px) {
  .objects__filter {
    margin: 0 0 52px;
  }
  .objects__filter-button {
    height: 48px;
    padding: 0 28px;
    font-size: 16px;
  }
  .objects__gallery {
    margin: 0 0 52px;
  }
  .objects__gallery--small .gallery-objects__grid {
    gap: 20px;
  }
  .object__info {
    row-gap: 20px;
    column-gap: 36px;
    margin: 0 0 36px;
  }
  .gallery-objects__grid {
    gap: 30px;
  }
  .gallery-objects__grid .object-item:nth-child(2):after {
    padding: calc(50% - 15px) 0 0;
  }
  .gallery-objects__grid .object-item:nth-child(3):after, .gallery-objects__grid .object-item:nth-child(4):after {
    padding: calc(100% - 15px) 0 0;
  }
  .object-item__title--large {
    padding: 32px;
  }
  .object-item__title--small {
    padding: 24px;
  }
}
@media all and (min-width: 1920px) {
  .objects__filter {
    gap: 16px;
    margin: 0 0 60px;
  }
  .objects__filter-button {
    height: 52px;
    padding: 0 32px;
    font-size: 17px;
  }
  .objects__gallery {
    margin: 0 0 60px;
  }
  .object__info {
    column-gap: 50px;
    margin: 0 0 40px;
  }
  .gallery-objects__grid {
    gap: 32px;
  }
  .gallery-objects__grid .object-item:nth-child(2):after {
    padding: calc(50% - 16px) 0 0;
  }
  .gallery-objects__grid .object-item:nth-child(3):after, .gallery-objects__grid .object-item:nth-child(4):after {
    padding: calc(100% - 16px) 0 0;
  }
  .object-item__title--large {
    padding: 36px;
    font-size: 20px;
  }
  .object-item__title--small {
    padding: 28px;
    font-size: 18px;
  }
}
.services {
  margin: 0 -5vw;
  padding: 0 5vw 28px;
}
.services__item {
  position: relative;
  width: 75vw;
  max-width: 280px;
  margin: 0 16px 0 0;
  color: #ffffff;
  transition: color 0.3s;
  overflow: hidden;
  border-radius: 5px;
}
.services__item--catalog {
  grid-column: 12 span;
  width: auto;
  max-width: initial;
  margin: 0;
}
.services__item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(21, 27, 44, 0.7);
  transition: opacity 0.3s;
}
.services__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 27, 44, 0.1) 0%, rgba(21, 27, 44, 0.1) 50%, rgba(21, 27, 44, 0.7) 80%);
  transition: opacity 0.3s;
}
.services__item:hover:before {
  opacity: 1;
}
.services__item:hover:after {
  opacity: 0;
}
.services__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.services__item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.services__item-title svg {
  flex: 0 0 auto;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0 0.2em 1em;
}

@media all and (min-width: 768px) {
  .services {
    margin: 0;
    padding: 0;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
  .services__item {
    grid-column: 4 span;
    width: auto;
    max-width: none;
    margin: 0;
  }
}
@media all and (min-width: 1024px) {
  .services__grid {
    gap: 28px;
  }
  .services__item {
    grid-column: 3 span;
    font-size: 14px;
  }
  .services__item-title {
    padding: 20px;
  }
  .services__item--catalog {
    grid-column: 4 span;
  }
}
@media all and (min-width: 1400px) {
  .services__grid {
    gap: 30px;
  }
  .services__item {
    font-size: 18px;
  }
  .services__item-title {
    padding: 24px;
  }
}
@media all and (min-width: 1920px) {
  .services__grid {
    gap: 32px;
  }
}
.subscribe {
  padding: 28px 0;
  color: #ffffff;
  line-height: 1.3;
  background: #2d2d2d;
}
.subscribe__title {
  grid-column: 12 span;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.subscribe__title svg {
  flex: 0 0 auto;
  width: 3em;
  height: 3em;
  margin: 0 1.3em 0 0;
  color: #999999;
}
.subscribe__form {
  position: relative;
  grid-column: 12 span;
}
.subscribe__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 60px 0 1.4em;
  color: #ffffff;
  font-size: 14px;
  background: none;
  background: #333333;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.subscribe__input:hover, .subscribe__input:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
.subscribe__input::placeholder {
  opacity: 1;
  color: #666666;
}
.subscribe__button {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 48px;
  color: #666666;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.subscribe__button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe__button svg {
  width: 50%;
  height: 50%;
}

@media all and (min-width: 768px) {
  .subscribe {
    padding: 40px 0;
  }
  .subscribe__title {
    grid-column: 5 span;
  }
  .subscribe__form {
    grid-column: 7 span;
  }
}
@media all and (min-width: 1024px) {
  .subscribe {
    padding: 48px 0;
  }
  .subscribe__title {
    grid-column: 2/span 4;
  }
  .subscribe__form {
    grid-column: 6 span;
  }
}
@media all and (min-width: 1280px) {
  .subscribe__title {
    grid-column: 2/span 4;
    font-size: 18px;
  }
  .subscribe__title svg {
    width: 3.3em;
    height: 3.3em;
    margin: 0 1.6em 0 0;
  }
  .subscribe__form {
    grid-column: 6 span;
    align-self: center;
  }
  .subscribe__input {
    height: 54px;
    padding: 0 64px 0 1.4em;
    font-size: 16px;
  }
  .subscribe__button {
    width: 58px;
    height: 54px;
  }
}
@media all and (min-width: 1400px) {
  .subscribe__title {
    font-size: 20px;
  }
}
.subscribe-social {
  position: relative;
  background-color: #1c49e5;
  padding: 56px 0;
}
.subscribe-social::after {
  content: "";
  position: absolute;
  top: calc(100% - 128px - 10vw);
  width: 100%;
  bottom: -165px;
  background-color: #5481c5;
  border-top: 10vw solid #5495db;
  transform: skew(0deg, -8deg);
  transform-origin: top left;
}
.subscribe-social__text {
  grid-column: 1/13;
  z-index: 100;
  margin: 0 0 25%;
}
.subscribe-social__title {
  color: #ffffff;
}
.subscribe-social__desc {
  color: #ffffff;
  margin: 0;
}
.subscribe-social__social {
  z-index: 100;
  grid-column: 1/13;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.subscribe-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #1c49e5;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s;
}
.subscribe-social__link svg {
  width: 50%;
  height: 50%;
}
.subscribe-social__link--vk:hover {
  background: #0077ff;
}
.subscribe-social__link--vk svg {
  width: 55%;
  height: 55%;
}
.subscribe-social__link--telegram {
  padding: 0 2px 0 0;
}
.subscribe-social__link--telegram:hover {
  background: #27a6e6;
}
.subscribe-social__link--whatsapp:hover {
  background: #25d366;
}

@media all and (min-width: 768px) {
  .subscribe-social {
    padding: 60px 0;
  }
  .subscribe-social::after {
    top: 0;
    width: 50%;
    right: 0;
    bottom: 0;
    background-color: #5481c5;
    border-top: none;
    border-left: 56px solid #5495db;
    transform: skew(-25deg, 0deg);
    transform-origin: bottom left;
  }
  .subscribe-social__text {
    grid-column: 1/8;
    margin: 0;
  }
  .subscribe-social__desc {
    width: 90%;
    font-size: 18px;
  }
  .subscribe-social__social {
    grid-column: 9/13;
    margin: auto 0;
  }
}
@media all and (min-width: 1024px) {
  .subscribe-social {
    padding: 76px 0;
  }
  .subscribe-social__text {
    grid-column: 1/7;
  }
  .subscribe-social__social {
    grid-column: 9/12;
  }
}
@media all and (min-width: 1280px) {
  .subscribe-social__text {
    grid-column: 2/7;
    position: relative;
  }
  .subscribe-social__text::before {
    content: "";
    position: absolute;
    display: block;
    width: 186px;
    height: 186px;
    left: -32px;
    top: -76px;
    translate: -100% 0;
    background-image: url("/static/img/decor.b1d71f8e1983.svg");
  }
}
@media all and (min-width: 1400px) {
  .subscribe-social {
    padding: 88px 0;
  }
  .subscribe-social__text::before {
    top: -88px;
  }
  .subscribe-social__desc {
    width: 80%;
  }
  .subscribe-social__social {
    grid-column: 10/12;
  }
}
@media all and (min-width: 1920px) {
  .subscribe-social {
    padding: 100px 0;
  }
  .subscribe-social__text::before {
    top: -100px;
  }
}
.systems__swiper {
  margin: 0 -5vw;
  padding: 0 5vw;
}
.systems__swiper .swiper-wrapper {
  padding: 0 0 28px;
}
.systems__swiper .swiper-slide {
  width: 82vw;
  max-width: 300px;
}

.system__images, .system__about, .system__tabs-wrapper {
  grid-column: 12 span;
}
.system__about {
  margin: 0 0 40px;
}
.system__swiper {
  margin: 0 -5vw;
  padding: 0 5vw 28px;
}
.system__item {
  width: 75vw;
  max-width: 280px;
  margin: 0 16px 0 0;
  color: #555555;
  font-size: 16px;
  transition: color 0.3s;
}
.system__item:hover .system__item-thamb::after {
  opacity: 1;
}
.system__item-thamb {
  position: relative;
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 5px;
}
.system__item-thamb::after {
  content: "";
  position: absolute;
  background: url("/static/img/zoom-in.5399b1b62e34.svg"), rgba(21, 27, 44, 0.35);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.system__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.system__item-title {
  display: block;
  font-weight: 700;
  line-height: 1.4;
}
.system__noise {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 16px;
}
.system__noise-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  width: 100%;
  line-height: 1;
}
.system__noise-item {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 12px;
  color: #1c49e5;
  line-height: 1.2;
}
.system__noise-item span {
  display: block;
}
.system__noise-img {
  height: 48px;
  width: 48px;
}
.system__result-item {
  margin: 0 0 8px;
}
.system__info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 32px;
}
.system__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.system__buttons .button {
  flex: 1 1 200px;
}
.system__noise, .system__result, .system__info {
  margin: 0 0 24px;
}
.system__dash {
  margin: 20px 0 16px;
  height: 1px;
  width: 100%;
  background: #dddddd;
}
.system__subtitle {
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin: 0 0 16px;
}
.system__count-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5vw;
  padding: 36px 5vw;
  background: rgba(134, 219, 151, 0.25);
}
.system__field {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px 0 0;
  width: 50%;
}
.system__field-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.system__field-label {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin: 0 0 12px;
}
.system__field-input {
  height: 48px;
  width: calc(100% - 30px);
  padding: 0 1em;
  border-radius: 5px;
  border: none;
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  color: #519855;
}
.system__field-unit {
  font-size: 20px;
  font-weight: 700;
  color: #519855;
  margin: 0 0 0 8px;
}
.system__price {
  width: 50%;
  padding: 30px 0 0 8px;
  font-weight: 700;
  font-size: 24px;
  color: #519855;
  text-align: end;
}
.system__range {
  position: relative;
  width: 100%;
  background-color: #86db97;
  height: 4px;
  margin: 30px 0 0;
  border-radius: 2px;
}
.system__range-progress {
  position: absolute;
  height: 4px;
  left: 0%;
  background-color: #3dc658;
  border-radius: 2px;
  margin: 0 auto;
}
.system__range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  outline: none;
  position: absolute;
  margin: 0;
  width: 100%;
  background-color: transparent;
  pointer-events: none;
}
.system__range-input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 4px;
}
.system__range-input::-moz-range-track {
  -moz-appearance: none;
  height: 4px;
}
.system__range-input::-ms-track {
  appearance: none;
  height: 4px;
}
.system__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid rgba(61, 198, 88, 0.25);
  cursor: pointer;
  margin-top: -8px;
  pointer-events: auto;
  border-radius: 50%;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.system__range-input::-moz-range-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 2px solid rgba(61, 198, 88, 0.25);
  cursor: pointer;
  border-radius: 50%;
  pointer-events: auto;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.system__range-input::-ms-thumb {
  appearance: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid rgba(61, 198, 88, 0.25);
  pointer-events: auto;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.system__range-input:hover::-webkit-slider-thumb {
  border: 2px solid rgba(61, 198, 88, 0.5);
}
.system__range-input:active::-webkit-slider-thumb {
  box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
}
.system__range-input:hover::-moz-range-thumb {
  border: 2px solid rgba(61, 198, 88, 0.5);
}
.system__range-input:active::-moz-range-thumb {
  box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
}
.system__button {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 40px 0 0;
}
.system__button .button {
  flex: 1 1 auto;
}
.system__docs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 32px;
}
.system__docs .button {
  flex: 1 0 auto;
}

.system-item {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 24px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  transition: border-color 0.3s;
  display: flex;
  flex-direction: column;
}
.system-item:hover {
  border-color: rgba(28, 47, 211, 0.35);
}
.system-item--catalog {
  grid-column: 12 span;
}
.system-item--catalog .system-item__buttons .button {
  padding: 0;
}
.system-item__title {
  display: block;
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.system-item__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.system-item__desc {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.system-item__thumb-info {
  margin: auto 0 0;
}
.system-item__img {
  display: block;
  width: 100%;
  margin: 16px 0 0;
  border-radius: 5px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.system-item__info {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -12px 0;
}
.system-item__info-item {
  padding: 0 12px;
  margin: 12px 0 0;
}
.system-item__result {
  margin: 16px 0 0;
}
.system-item__result-item {
  margin: 10px 0 0;
}
.system-item__buttons {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 0;
}

@media all and (min-width: 768px) {
  .systems__swiper {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .systems__swiper--container {
    overflow: hidden;
  }
  .systems__swiper .swiper-wrapper {
    padding: 0;
  }
  .systems__swiper .swiper-scrollbar {
    display: none;
  }
  .systems__swiper .swiper-slide {
    width: 40%;
    max-width: 545px;
  }
  .system__swiper {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .system__gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
  .system__item {
    grid-column: 4 span;
    width: auto;
    max-width: none;
    margin: 0;
  }
  .system__noise, .system__result, .system__info {
    margin: 0 0 28px;
  }
  .system__buttons {
    gap: 12px;
  }
  .system__buttons .button {
    flex: 0 1 230px;
  }
  .system__subtitle {
    font-size: 18px;
  }
  .system__count-price {
    margin: 0 -4vw;
    padding: 36px 4vw;
  }
  .system__button {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .system__button .button {
    max-width: 290px;
  }
  .system__docs {
    gap: 12px;
  }
  .system__docs .button {
    max-width: 290px;
  }
  .system-item--catalog {
    grid-column: 6 span;
  }
}
@media all and (min-width: 1024px) {
  .systems__control {
    position: absolute;
    right: 0;
    top: -36px;
    transform: translateY(-100%);
  }
  .system__images {
    grid-column: 5 span;
    margin: 0 0 32px;
  }
  .system__about {
    grid-column: 7 span;
    margin: 0 0 32px;
  }
  .system__noise {
    row-gap: 14px;
    column-gap: 24px;
  }
  .system__noise-title {
    font-size: 18px;
  }
  .system__noise-item {
    font-size: 14px;
  }
  .system__noise-img {
    height: 56px;
    width: 56px;
  }
  .system__noise, .system__result, .system__info {
    margin: 0 0 32px;
  }
  .system__dash {
    margin: 24px 0 20px;
  }
  .system__tabs-wrapper {
    grid-column: 12 span;
  }
  .system__gallery {
    gap: 28px;
  }
  .system__item {
    grid-column: 3 span;
  }
  .system__info {
    row-gap: 16px;
  }
  .system__buttons {
    gap: 16px;
  }
  .system__count-price {
    margin: 0;
    padding: 32px 32px 24px;
    border-radius: 5px;
  }
  .system__field {
    position: relative;
    order: 0;
    width: 150px;
    padding: 0;
    margin: 0 20px 0 0;
  }
  .system__field-label {
    position: absolute;
    font-size: 16px;
    margin: 0;
    top: 0;
    transform: translate(0, -100%);
    line-height: 1.5;
  }
  .system__field-input {
    padding: 0 14px;
  }
  .system__price {
    order: 2;
    width: auto;
    padding: 0;
    margin: 0 20px;
  }
  .system__range {
    width: auto;
    flex: 1 1 auto;
    margin: 0;
    order: 1;
  }
  .system__button {
    order: 3;
    margin: 0 0 0 20px;
    width: auto;
    gap: 16px;
  }
  .system__button .button {
    max-width: 150px;
  }
  .system-item {
    padding: 24px 24px 28px;
  }
  .system-item__desc {
    margin: 12px 0 20px;
  }
  .system-item__thumb-info {
    display: flex;
    gap: 20px;
  }
  .system-item__img {
    width: 50%;
    margin: 0;
  }
  .system-item__info {
    gap: 24px;
    flex-direction: column;
    margin: 0;
  }
  .system-item__info-item {
    padding: 0;
    margin: 0;
  }
  .system-item__result {
    margin: 20px 0 0;
  }
  .system-item__result-item {
    margin: 12px 0 0;
  }
}
@media all and (min-width: 1280px) {
  .system__result-item {
    margin: 0 0 12px;
  }
  .system__count-price {
    padding: 24px 32px;
  }
  .system__field {
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
  }
  .system__field-label {
    position: static;
    font-size: 20px;
    transform: translate(0, 0);
    line-height: 1;
    width: auto;
    margin: 0 32px 0 0;
  }
  .system__field-input {
    width: 104px;
  }
  .system__price {
    margin: 0 32px;
  }
  .system-item {
    padding: 28px 28px 32px;
  }
  .system-item__thumb-info {
    gap: 24px;
  }
  .system-item__img {
    width: 55%;
  }
  .system-item__info {
    gap: 40px;
  }
  .system-item__result {
    margin: 20px 0 0;
  }
  .system-item__result-item {
    margin: 12px 0 0;
  }
  .system-item__buttons {
    flex-direction: row;
    margin: 28px 0 0;
  }
  .system-item__buttons .button {
    flex: 1 1 auto;
  }
}
@media all and (min-width: 1400px) {
  .systems__control {
    top: -38px;
  }
  .system__images {
    grid-column: 4 span;
    margin: 0 0 40px;
  }
  .system__about {
    grid-column: 6/12;
    margin: 0 0 40px;
  }
  .system__noise {
    row-gap: 16px;
    column-gap: 32px;
  }
  .system__noise-title {
    font-size: 18px;
  }
  .system__noise-item {
    font-size: 16px;
  }
  .system__noise-img {
    height: 60px;
    width: 60px;
  }
  .system__tabs-wrapper {
    grid-column: 7 span;
  }
  .system__gallery {
    gap: 30px;
  }
  .system__info {
    row-gap: 20px;
    column-gap: 40px;
  }
  .system__field {
    margin: 0 48px 0 0;
  }
  .system__field-label {
    font-size: 24px;
    margin: 0 48px 0 0;
  }
  .system__price {
    margin: 0 48px;
  }
  .system__button .button {
    max-width: initial;
    width: 180px;
  }
  .system__docs {
    margin: 24px 0 40px;
  }
  .system-item {
    padding: 32px 32px 36px;
  }
  .system-item__info {
    gap: 48px;
  }
  .system-item__result {
    margin: 24px 0 0;
  }
  .system-item__result-item {
    margin: 16px 0 0;
  }
  .system-item__buttons {
    margin: 32px 0 0;
    gap: 12px;
  }
}
@media all and (min-width: 1920px) {
  .system__images, .system__about {
    margin: 0 0 60px;
  }
  .system__gallery {
    gap: 32px;
  }
  .system__result-item {
    margin: 0 0 16px;
  }
  .system__info {
    column-gap: 60px;
    margin: 0 0 40px;
  }
  .system__buttons {
    gap: 20px;
  }
  .system__noise, .system__result {
    margin: 0 0 36px;
  }
  .system__dash {
    margin: 28px 0 24px;
  }
  .system__count-price {
    padding: 24px 40px;
  }
  .system__field {
    margin: 0 60px 0 0;
  }
  .system__field-label {
    margin: 0 80px 0 0;
  }
  .system__price {
    margin: 0 60px;
  }
  .system__button {
    gap: 20px;
  }
  .system__button .button {
    width: 210px;
  }
  .system-item__title {
    font-size: 20px;
  }
}
.breadcrumbs {
  position: relative;
  display: flex;
  padding: 0;
  margin: 24px 0 16px;
  line-height: 1;
  font-size: 14px;
  list-style: none;
  color: #999999;
}
.breadcrumbs--object {
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumbs--object .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.75);
  pointer-events: all;
}
.breadcrumbs--object .breadcrumbs__link:hover {
  color: #ffffff;
}
.breadcrumbs__item {
  margin: 0;
  display: none;
}
.breadcrumbs__item:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.6em;
  height: 0.6em;
  margin: 2px 3px 0 2px;
  border-left: 1.5px solid;
  border-top: 1.5px solid;
  transform: rotate(-45deg);
}
.breadcrumbs__item:nth-last-child(-n+2) {
  display: block;
}
.breadcrumbs__item:last-child {
  display: none;
}
.breadcrumbs__link {
  color: #999999;
}

@media all and (min-width: 768px) {
  .breadcrumbs {
    margin: 36px 0 16px;
    overflow: hidden;
  }
  .breadcrumbs__item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 auto;
  }
  .breadcrumbs__item:before {
    content: "—";
    width: auto;
    height: auto;
    margin: 0 10px;
    border: 0;
    transform: none;
  }
  .breadcrumbs__item:first-child:before {
    display: none;
  }
  .breadcrumbs__item:last-child, .breadcrumbs__item:nth-child(2) {
    display: block;
  }
  .breadcrumbs__item:last-child {
    flex: 1 1 auto;
  }
  .breadcrumbs__link {
    transition: color 0.3s;
  }
  .breadcrumbs__link:hover {
    color: #1c2fd3;
  }
  .breadcrumbs--jc-center {
    justify-content: center;
  }
  .breadcrumbs--jc-center > .breadcrumbs__item:last-child {
    flex: 0 1 auto;
  }
}
@media all and (min-width: 1024px) {
  .breadcrumbs {
    margin: 44px 0 16px;
  }
}
@media all and (min-width: 1400px) {
  .breadcrumbs {
    margin: 52px 0 20px;
  }
}
@media all and (min-width: 1920px) {
  .breadcrumbs {
    margin: 60px 0 24px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: inherit;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.button.hidden {
  display: none;
}
.button--large {
  height: 52px;
  padding: 0 2em;
  font-size: 16px;
}
.button--medium {
  height: 48px;
  padding: 0 2em;
  font-size: 16px;
}
.button--full {
  width: 100%;
}
.button--primary {
  color: #ffffff;
  background: #1c2fd3;
  border: 0;
}
.button--primary:hover {
  background: #5696db;
}
.button--green {
  color: #519855;
  background: #cff1d5;
  border: 0;
}
.button--green:hover {
  background: #86db97;
}
.button--durk-green {
  color: #ffffff;
  background: #519855;
  border: 0;
}
.button--durk-green:hover:not(:disabled) {
  background: #3dc658;
}
.button--durk-green:disabled {
  opacity: 0.5;
}
.button--secondary-green {
  color: #519855;
  background: #ffffff;
  border: 1px solid #519855;
}
.button--secondary-green:hover {
  color: #ffffff;
  background: #519855;
}
.button--secondary {
  color: #1c2fd3;
  background: none;
  border: 1px solid #1c2fd3;
}
.button--secondary:hover {
  color: #ffffff;
  background: #1c2fd3;
}
.button--doc {
  color: #1c2fd3;
  background: none;
  border: 1px solid rgba(28, 47, 211, 0.33);
  font-weight: 500;
}
.button--doc:hover {
  color: #ffffff;
  background: #1c2fd3;
}
.button--vk {
  background: #0077ff;
}
.button--telegram {
  background: #27a6e6;
}
.button--whatsapp {
  background: #25d366;
}
.button--vk, .button--telegram, .button--whatsapp {
  color: #ffffff;
  border: 0;
}
.button--vk:hover, .button--telegram:hover, .button--whatsapp:hover {
  opacity: 0.9;
}
.button--action {
  color: #999999;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  transition: color 0.3s;
}
.button--action:hover {
  color: rgba(153, 153, 153, 0.7);
}
.button--copy {
  background: #39416a;
  border-radius: 2px;
  color: #ffffff;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  padding: 0 1em;
}
.button--copy svg {
  color: #1c49e5;
  width: 1.25em;
  height: 1.25em;
}
.button__icon {
  flex: 0 0 auto;
  width: 1.5em;
  height: 1.5em;
}
.button__icon--left {
  margin: 0 0.6em 0 0;
}
.button__icon--right {
  order: 1;
  margin: 0 0 0 0.6em;
}

@media all and (min-width: 768px) {
  .button--action {
    width: 24px;
    height: 24px;
  }
  .button--copy {
    font-size: 16px;
  }
}
.checkbox {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  font-size: 14px;
  color: #666666;
}
.checkbox:hover .checkbox__icon {
  border-color: #1c2fd3;
}
.checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox__input:checked + .checkbox__icon {
  color: #ffffff;
  border-color: #1c2fd3;
  background: #1c2fd3;
}
.checkbox__icon {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.checkbox__icon svg {
  width: 16px;
  height: 16px;
}
.checkbox a {
  color: #1c2fd3;
  border-bottom: 1px solid rgba(86, 150, 219, 0.5);
  transition: color 0.3s, border-color 0.3s;
}
.checkbox a:hover {
  color: #5696db;
  border-color: rgba(86, 150, 219, 0.75);
}

.info-block {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
}
.info-block--medium, .info-block--prelarge, .info-block--large {
  gap: 12px;
}
.info-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #3dc658;
  border-radius: 5px;
  background: rgba(134, 219, 151, 0.33);
}
.info-block__icon--small, .info-block__icon--xsmall {
  width: 24px;
  height: 24px;
}
.info-block__icon--medium {
  width: 32px;
  height: 32px;
}
.info-block__icon--prelarge {
  width: 40px;
  height: 40px;
}
.info-block__icon--large {
  width: 42px;
  height: 42px;
}
.info-block__icon svg {
  width: 60%;
  height: 60%;
}
.info-block__label {
  margin: 0 0 4px;
  font-size: 12px;
  color: #999999;
}
.info-block__label--xsmall {
  font-size: 14px;
  margin: 0;
}
.info-block__label--prelarge {
  font-size: 14px;
  margin: 0 0 8px;
}
.info-block__label--large {
  font-size: 14px;
  margin: 0 0 12px;
}
.info-block__value {
  color: #333333;
  font-weight: 600;
}
.info-block__value--prelarge, .info-block__value--large {
  font-size: 16px;
}

@media all and (min-width: 1024px) {
  .info-block {
    gap: 12px;
  }
  .info-block--small {
    font-size: 16px;
  }
  .info-block__icon--small {
    width: 28px;
    height: 28px;
  }
  .info-block__icon--medium, .info-block__icon--large {
    width: 46px;
    height: 46px;
  }
  .info-block__label {
    margin: 0 0 6px;
  }
  .info-block__label--small {
    font-size: 13px;
  }
  .info-block__label--medium, .info-block__label--large {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .info-block__value--medium, .info-block__value--large {
    font-size: 20px;
  }
}
@media all and (min-width: 1280px) {
  .info-block__icon--small {
    width: 32px;
    height: 32px;
  }
}
@media all and (min-width: 1400px) {
  .info-block--small {
    font-size: 18px;
  }
  .info-block__icon--small {
    width: 40px;
    height: 40px;
  }
  .info-block__icon--medium {
    width: 60px;
    height: 60px;
  }
  .info-block__icon--large {
    width: 54px;
    height: 54px;
  }
  .info-block__label--small {
    font-size: 14px;
  }
  .info-block__label--medium {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .info-block__label--large {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .info-block__value--medium {
    font-size: 32px;
  }
  .info-block__value--prelarge {
    font-size: 18px;
  }
  .info-block__value--large {
    font-size: 24px;
  }
}
.field__label {
  display: block;
  margin: 0 0 0.4em;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}
.field__group {
  position: relative;
}
.field__file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.field__file:hover ~ .field__file-name {
  border-color: #1c2fd3;
}
.field__file:focus ~ .field__file-name {
  border-color: #1c2fd3;
  box-shadow: inset 0 0 0 1px #1c2fd3;
}
.field__file.chosen ~ .field__button--reset {
  opacity: 1;
  visibility: visible;
}
.field__file-name {
  display: block;
  height: 48px;
  padding: 0 42px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  background: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field__file-name--placeholder {
  color: #999999;
}
.field__input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #333333;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  background: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field__input:hover {
  border-color: #1c2fd3;
}
.field__input:focus {
  border-color: #1c2fd3;
  box-shadow: inset 0 0 0 1px #1c2fd3;
}
.field__input:not(:placeholder-shown) ~ .field__button--reset {
  opacity: 1;
  visibility: visible;
}
.field__input--default {
  padding: 0 1em;
  background: #ffffff;
}
.field__input--white {
  padding: 0 1em;
  background: #ffffff;
}
.field__input--icon-left {
  padding: 0 1em 0 42px;
}
.field__input--icon-right {
  padding: 0 42px 0 1em;
}
.field__input--search {
  padding: 0 42px;
}
.field__input::placeholder {
  opacity: 1;
  color: #999999;
}
.field__input--blue {
  color: #ffffff;
  border: none;
  background: #1f2942;
}
.field__input--blue::placeholder {
  opacity: 0.33;
  color: #ffffff;
}
.field__icon, .field__button {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #999999;
}
.field__icon--left, .field__button--left {
  left: 9px;
}
.field__icon--right, .field__button--right {
  right: 9px;
}
.field__icon--reset, .field__button--reset {
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.field__icon svg, .field__button svg {
  width: 20px;
  height: 20px;
}
.field__button {
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
  transition: color 0.3s;
}
.field__button:hover {
  color: #1c2fd3;
}

.progress-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.progress-block__label {
  width: 100%;
  margin: 0 0 0.1em;
  font-size: 14px;
  font-weight: 600;
}
.progress-block__progress {
  flex: 1 1 auto;
  margin: 0 12px 0 0;
  height: 12px;
  border: 0;
  overflow: hidden;
  background: rgba(134, 219, 151, 0.2);
  border-radius: 12px;
  -webkit-appearance: none;
}
.progress-block__progress::-webkit-progress-bar {
  background: rgba(134, 219, 151, 0.2);
}
.progress-block__progress::-webkit-progress-value {
  background: #3dc658;
}
.progress-block__progress::-moz-progress-bar {
  background: #3dc658;
}
.progress-block__percent {
  color: #4db152;
  font-weight: 700;
}

@media all and (min-width: 1280px) {
  .progress-block--small, .progress-block--medium {
    flex-wrap: nowrap;
  }
  .progress-block__label {
    width: auto;
  }
  .progress-block__label--small {
    min-width: 150px;
    margin: 0 16px 0 0;
    font-size: 16px;
  }
  .progress-block__label--medium {
    min-width: 180px;
    margin: 0 16px 0 0;
    font-size: 18px;
  }
  .progress-block__progress {
    flex: 1 1 auto;
  }
  .progress-block__progress--small, .progress-block__progress--medium {
    margin: 0 16px 0 0;
  }
}
.quantity {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}
.quantity.hidden {
  display: none;
}
.quantity--red {
  color: #ffffff;
  background: #c30101;
}
.quantity--red button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.quantity--gray {
  border: 1px solid #dddddd;
  background: rgba(221, 221, 221, 0.3);
}
.quantity--gray button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.quantity__button {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  color: inherit;
  text-indent: -9999px;
  flex: 0 0 auto;
  background: none;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.quantity__button:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 16px;
  height: 2px;
  width: 16px;
  border-radius: 2px;
  background: currentColor;
}
.quantity__button--plus:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 23px;
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background: currentColor;
}
.quantity__input {
  width: 58px;
  flex: 1 0 auto;
  text-align: center;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 0;
}

.radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.radio:hover .radio__icon {
  border-color: #1c49e5;
}
.radio:hover .radio__icon-img {
  color: #1c2fd3;
}
.radio--catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
}
.radio--catalog .radio__input:checked + .radio__icon-img:not(:hover) {
  color: #666666;
}
.radio__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.radio__input:checked + .radio__icon {
  border-color: #1c2fd3;
}
.radio__input:checked + .radio__icon::before {
  transform: scale(1);
  visibility: visible;
}
.radio__icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  transition: border-color 0.3s;
}
.radio__icon::before {
  content: "";
  position: absolute;
  background-color: #1c2fd3;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s;
  visibility: hidden;
}
.radio__icon-img {
  width: 24px;
  height: 24px;
  color: #dddddd;
  transition: color 0.3s;
}

.range {
  border: 1px solid rgba(221, 221, 221, 0.5);
  background: rgba(221, 221, 221, 0.25);
  border-radius: 5px;
  padding: 16px 16px 0;
}
.range__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 16px;
}
.range__field {
  display: inline-flex;
  gap: 0.3em;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
}
.range__progress {
  position: absolute;
  bottom: -2px;
  height: 4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #1c49e5 no-repeat padding-box;
}
.range__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  outline: none;
  position: absolute;
  margin: 0;
  bottom: -2px;
  background-color: transparent;
  pointer-events: none;
}
.range__input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 4px;
}
.range__input::-moz-range-track {
  -moz-appearance: none;
  height: 4px;
}
.range__input::-ms-track {
  appearance: none;
  height: 4px;
}
.range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid rgba(28, 73, 229, 0.25);
  cursor: pointer;
  margin-top: -8px;
  pointer-events: auto;
  border-radius: 50%;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.range__input::-moz-range-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 2px solid rgba(28, 73, 229, 0.25);
  cursor: pointer;
  border-radius: 50%;
  pointer-events: auto;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.range__input::-ms-thumb {
  appearance: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid rgba(28, 73, 229, 0.25);
  pointer-events: auto;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.range__input:hover::-webkit-slider-thumb {
  border: 2px solid rgba(28, 73, 229, 0.5);
}
.range__input:active::-webkit-slider-thumb {
  box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
}
.range__input:hover::-moz-range-thumb {
  border: 2px solid rgba(28, 73, 229, 0.5);
}
.range__input:active::-moz-range-thumb {
  box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
}

.rating {
  position: relative;
  width: 7.5em;
  height: 1em;
  background-image: url("../img/star.2a2cfb0eaa8d.svg");
  background-position: left -1.5em;
  background-repeat: repeat-x;
  background-size: 1.5em;
  flex: 0 0 auto;
}
.rating--large {
  font-size: 22px;
}
.rating__stars {
  height: 100%;
  background-image: url("../img/star.2a2cfb0eaa8d.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1.5em;
}
.rating__star {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.rating__star:nth-child(1) {
  z-index: 5;
  width: 20%;
}
.rating__star:nth-child(2) {
  z-index: 4;
  width: 40%;
}
.rating__star:nth-child(3) {
  z-index: 3;
  width: 60%;
}
.rating__star:nth-child(4) {
  z-index: 2;
  width: 80%;
}
.rating__star:nth-child(5) {
  z-index: 1;
  width: 100%;
}
.rating__star-icon {
  display: block;
  height: 100%;
  opacity: 0;
  background-image: url("../img/star.2a2cfb0eaa8d.svg");
  background-repeat: repeat-x;
  background-size: 1.5em;
}
.rating__star input {
  position: absolute;
  left: -300px;
  opacity: 0;
  visibility: hidden;
}
.rating__star input:checked + span {
  opacity: 1;
}
.rating__star:hover span {
  opacity: 1;
}
.rating__star:hover ~ label span {
  opacity: 0;
}
.rating__empty {
  font-size: 16px;
  cursor: pointer;
  text-align: right;
  color: #999999;
  flex: 1 1 auto;
}
.rating__empty input {
  position: absolute;
  left: -300px;
  opacity: 0;
  visibility: hidden;
}

select {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block !important;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.ss-hide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ss-main {
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
  min-height: 48px;
  width: 100%;
  padding: 0.5em 1em;
  cursor: pointer;
  background: #ffffff;
  outline: 0;
}
.ss-main.field__select--default {
  border: 1px solid rgba(221, 221, 221, 0.5);
  transition: border-color 0.3s, box-shadow 0.3s;
  border-radius: 5px;
}
.ss-main.field__select--default:hover {
  border-color: #1c2fd3;
}
.ss-main.field__select--default:focus {
  border-color: #1c2fd3;
  box-shadow: inset 0 0 0 1px #1c2fd3;
}

.ss-main .ss-values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.6em 0 0;
  overflow: hidden;
  gap: 4px;
  flex: 1 1 100%;
  color: #333333;
}

.ss-main .ss-values .ss-placeholder {
  line-height: 1;
  color: #999999;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 0.2em 0.4em;
}

.ss-main .ss-values .ss-single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-value {
  display: inline-flex;
  user-select: none;
  align-items: center;
  padding: 0.3em 0.5em;
  color: #ffffff;
  background: #1c2fd3;
  border-radius: 5px;
  animation-name: ss-valueIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  line-height: 1;
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 2px 0 2px 6px;
  margin: 0 0 0 6px;
  cursor: pointer;
  border-left: solid 1px rgba(255, 255, 255, 0.7);
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: 8px;
  width: 8px;
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin: 2px 0 0 12px;
}

.ss-main .ss-deselect svg {
  width: 12px;
  height: 12px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: #999999;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 2px 0 0 12px;
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: #999999;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: 0.3s;
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  min-width: 100%;
  max-height: 224px;
  padding: 8px 0 0;
  background: #ffffff;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 100;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1) translateY(1px);
  transform-origin: center bottom;
}

.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1) translateY(1px);
  transform-origin: center top;
}

.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  padding: 0 1em 4px;
}

.ss-content .ss-search input {
  display: inline-flex;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  height: 40px;
  font-size: inherit;
  font-family: inherit;
  min-width: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  background: none;
  text-align: left;
  box-sizing: border-box;
}

.ss-content .ss-search input::placeholder {
  color: #999999;
  vertical-align: middle;
}

.ss-content .ss-list {
  padding: 0 0 8px;
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-option {
  display: flex;
  padding: 0.5em 1em;
  line-height: 1.3;
  color: #666666;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
}
.ss-option:hover {
  color: #1c2fd3;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: #333333;
}

.ss-content .ss-list .ss-option.ss-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.field__textarea {
  display: block;
  width: 100%;
  height: 96px;
  padding: 0.7em 1em;
  font-size: 16px;
  color: #333333;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  background: none;
  resize: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field__textarea:hover {
  border-color: #1c2fd3;
}
.field__textarea:focus {
  border-color: #1c2fd3;
  box-shadow: inset 0 0 0 1px #1c2fd3;
}
.field__textarea:not(:placeholder-shown) ~ .field__button--reset {
  opacity: 1;
  visibility: visible;
}
.field__textarea::placeholder {
  opacity: 1;
  color: #999999;
}