/*
Theme Name: CNC Shop
Author: Vladislav Verbivskiy & Aziback Mamandaliev
Description: The blank wordpress theme
Version: 1.0.0
Text Domain: empty
*/

@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("fonts/stolzl_bold.woff2") format("woff2"), url("fonts/stolzl_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("fonts/stolzl_medium.woff2") format("woff2"), url("fonts/stolzl_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("fonts/stolzl_book.woff2") format("woff2"), url("fonts/stolzl_book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("fonts/stolzl_regular.woff2") format("woff2"), url("fonts/stolzl_regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("fonts/stolzl_light.woff2") format("woff2"), url("fonts/stolzl_light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
:root {
  --clr-darkBlue: #0e2745;
  --clr-text-gray: #5a636d;
  --clr-lightGay: #eceef0;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

a {
  color: inherit;
}

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

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
  html {
    font-size: 2.6666666667vw;
  }
}

html,
body {
  height: 100%;
}

body {
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  line-height: 1;
  font-family: "Stolzl";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

input::placeholder,
textarea::placeholder {
  color: #929292;
}

input[type=password]:focus,
input[type=number]:focus {
  outline: none;
}

/* Для всех браузеров */
input[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  color: var(--clr-darkBlue);
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  /*overflow: hidden;*/
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .wrapper {
    overflow: hidden;
  }
}

._container {
  max-width: calc(32rem + 1080 * (100vw - 37.5rem) / 1545);
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    width: 100%;
  }
  ._container:not(._no-padding) {
    padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    padding-right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

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

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  background-color: #fff;
  cursor: pointer;
  border-radius: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
}
.select__value {
  display: flex;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(5.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: fit-content;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: transform 0.3s ease 0s;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  background: url("img/icons/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding-top: calc(0.4rem + 10 * (100vw - 37.5rem) / 1545);
  padding-right: calc(4.8rem + 16 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.4rem + 10 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.6rem + 12 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  gap: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  max-height: calc(28rem + 60 * (100vw - 37.5rem) / 1545);
  overflow-y: auto;
  scrollbar-width: thin;
}
.select__option {
  cursor: pointer;
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  line-height: 140%;
  transition: color 0.3s;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  display: flex;
  flex-direction: column;
  gap: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.select__option-sub {
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

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

.input,
.password {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  border-bottom: 1px solid #bbc5cf;
}
.input:focus,
.password:focus {
  color: var(--clr-darkBlue);
  border-bottom: 1px solid var(--clr-darkBlue);
}
.input._focus,
.password._focus {
  color: var(--clr-darkBlue);
  border-bottom: 1px solid var(--clr-darkBlue);
}
.input._error,
.password._error {
  border-bottom: 1px solid red;
}

.password {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.password__input {
  width: 100%;
}
.password__icon {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  width: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .password__icon:hover {
    opacity: 0.3;
  }
}
.password__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  /*visibility: hidden;*/
  font-weight: 400;
  line-height: 122.2222222222%;
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("img/icons/check-darkBlue.svg") center no-repeat;
  background-size: 70%;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  line-height: 121.4285714286%;
  letter-spacing: -1.875%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.checkbox__text:before {
  content: "";
  left: 0;
  top: 0;
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #bbc5cf;
  margin-right: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  flex-basis: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
}

.checkbox._error .checkbox__text:before {
  border-color: red;
}

.checkbox a {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.radio {
  position: relative;
}
.radio__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.radio__input:checked + .radio__text:after {
  transform: scale(1);
}
.radio__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #002d4b;
  line-height: 130%;
  cursor: pointer;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.radio__text:before {
  content: "";
  display: block;
  align-self: flex-start;
  background: transparent;
  border: 1px solid var(--clr-darkBlue);
  border-radius: 100%;
  position: relative;
  margin-right: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  min-width: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.radio__text::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background-color: var(--clr-darkBlue);
  transition: transform 0.3s;
  transform: scale(0);
  width: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  left: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
  top: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.radio a {
  color: var(--clr-darkBlue);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .radio a:hover {
    text-decoration: none;
  }
}
.radio._error .radio__text:before {
  border: 1px solid #ee1212;
}

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

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

.rating.rating_sending {
  opacity: 0.2;
}

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

.rating__body {
  position: relative;
}

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

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

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

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

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

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

.quantity {
  display: flex;
}
.quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #0e2745;
  background-color: #0e2745;
  color: #fff;
  transition: opacity 0.3s ease;
  font-weight: 300;
  line-height: 77.7777777778%;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
  width: calc(3rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  
  transition: background-color .3s, color .3s;
  
}
@media (min-width: 991.98px) {
  .quantity__button:hover {
    /*opacity: 0.3;*/
    background-color: transparent;
    color: #0e2745;
  }
}
.quantity__input {
  position: relative;
  flex: 1 1 auto;
  text-align: center !important;
  background: none;
  font-weight: 300;
  width: 100%;
  border: 1px solid #0e2745;
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.quantity__input:disabled {
  color: #0e2745;
}

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

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

._opasity-hover {
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 991.98px) {
  ._opasity-hover:hover {
    opacity: 0.3;
    transition: 0.3s;
  }
}

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

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

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

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

.trow {
  display: table-row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("img/icons/p-left.svg") 0 0/100% no-repeat;
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("img/icons/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  padding-top: calc(0rem + 30 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0rem + 30 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0rem + 10 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0rem + 10 * (100vw - 37.5rem) / 1545);
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: calc(90rem + 0 * (100vw - 37.5rem) / 1545);
  min-height: calc(90rem + -461 * (100vw - 37.5rem) / 1545);
  padding-top: calc(3rem + 50 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(3rem + 50 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 90 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 56 * (100vw - 37.5rem) / 1545);
}
.popup__close {
  position: absolute;
  cursor: pointer;
  z-index: 30;
  background: url("img/icons/close-dark.svg") 0 0 no-repeat;
  background-size: cover;
  top: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  right: calc(2.4rem + 17 * (100vw - 37.5rem) / 1545);
  width: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .popup__body {
    flex: 1 1 auto;
    min-height: 100%;
  }
}

.popup-addCart {
  position: fixed;
  z-index: 10;
  background: #bbc5cf;
  box-shadow: 2px 2px 16px rgba(14, 39, 69, 0.15);
  opacity: 0;
  /*transform: translateX(100%);*/
  transition: opacity 0.3s ease, right 0.2s ease;
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(32.7rem + 0 * (100vw - 37.5rem) / 1545);
  top: calc(14.5rem + 108 * (100vw - 37.5rem) / 1545);
  right: -100%;
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.popup-addCart._active {
  opacity: 1;
  right: calc(2.4rem + 238 * (100vw - 37.5rem) / 1545);
}
.popup-addCart__content {
  display: flex;
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.popup-addCart__img {
  background: #ffffff;
  border: 1px solid #bbc5cf;
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(5.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(4.079rem + 0 * (100vw - 37.5rem) / 1545);
}
.popup-addCart__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.popup-addCart__title {
  font-weight: 300;
  line-height: 121.4285714286%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.popup-addCart__name {
  font-weight: 400;
  line-height: 116.6666666667%;
  color: #5a636d;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .popup-addCart {
    top: 15%;
  }
}

.header__top {
  border-bottom: 1px solid #a9afb5;
}
.header__top-container {
  display: grid;
  grid-template-columns: 25.0716332378% 51.3610315186% 23.3524355301%;
}
.header__logo {
  margin-top: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.7rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(16.5rem + 76 * (100vw - 37.5rem) / 1545);
  height: calc(5rem + 24 * (100vw - 37.5rem) / 1545);
}
.header__center {
  border-right: 1px solid #a9afb5;
  padding-top: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.7rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0rem + 40 * (100vw - 37.5rem) / 1545);
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0rem + 23 * (100vw - 37.5rem) / 1545);
}
.header__nav-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(0.5rem + 5 * (100vw - 37.5rem) / 1545);
}
.header__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.header__link {
  font-weight: 400;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  line-height: 116.6666666667%;
  color: var(--clr-text-gray) !important;
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .header__link:hover {
    opacity: 0.3;
  }
}
.header__application {
  font-weight: 400;
  line-height: 116.6666666667%;
  text-decoration-line: underline;
  color: var(--clr-darkBlue);
  transition: opacity 0.3s ease 0s;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .header__application:hover {
    opacity: 0.3;
  }
}
.header__contacts {
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: calc(1rem + 25 * (100vw - 37.5rem) / 1545);
}
.header__buttons {
  display: flex;
  align-content: center;
  justify-content: end;
  font-weight: 300;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  gap: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.header__navOpen {
  display: none;
}
.header__bottom {
  display: grid;
  grid-template-columns: 28.6532951289% 1fr 13.5%;
  border-bottom: 1px solid #a9afb5;
  margin-bottom: calc(3.2rem + -32 * (100vw - 37.5rem) / 1545);
}

@media (min-width: 991.98px) {
  .header__bottom {
    position: sticky;
    z-index: 12;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    
  }
}

.header__catalog {
  border-right: 1px solid #a9afb5;
  background-color: #eceef0;
}
.header__left {
  position: relative;
  padding-top: calc(1rem + 5 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2rem + -5 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0rem + 56 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .header__top {
    border: none;
  }
  .header__top-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .header__center {
    display: none;
  }
  .header__buttons {
    padding-bottom: calc(2rem + 16 * (100vw - 37.5rem) / 1545);
  }
  .header__button .button-header__text {
    display: none !important;
  }
  .header__navOpen {
    display: flex;
    flex-direction: column;
    gap: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .header__navOpen-line {
    background: var(--clr-darkBlue);
    width: calc(2.8rem + 0 * (100vw - 37.5rem) / 1545);
    height: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
    border-radius: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .header__bottom {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    border: none;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .header__bottom {
    max-width: 750px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .header__bottom {
    max-width: none;
  }
  .header__bottom:not(._no-padding) {
    padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    padding-right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
}
@media (max-width: 991.98px) {
  .header__catalog {
    border-right: none;
    background: none;
  }
}

.logo {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.contact-header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  column-gap: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  row-gap: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
  cursor: pointer;
}
.contact-header._adress {
  grid-template-rows: 1fr;
}
.contact-header__icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(2rem + -2 * (100vw - 37.5rem) / 1545);
}
.contact-header__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.contact-header__link {
  width: fit-content;
  position: relative;
  font-weight: 500;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  line-height: 118.75%;
  transition: opacity 0.3s ease 0s;
  color: var(--clr-darkBlue);
  margin-top: calc(0.1rem + 0 * (100vw - 37.5rem) / 1545);
  display: flex;
  align-items: center;
  gap: calc(0.5rem + 3 * (100vw - 37.5rem) / 1545);
}
.contact-header__link a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.contact-header__copy {
  position: relative;
}
.contact-header__text {
  grid-column: 2/3;
  font-weight: 300;
  line-height: 118.1818181818%;
  color: var(--clr-text-gray);
  font-size: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
}
.contact-header__copy {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.3rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.3rem + 0 * (100vw - 37.5rem) / 1545);
  
  background: url("img/icons/copy.svg") center no-repeat;
  background-size: contain;
}
*[data-copy]._copied .contact-header__copy {
    background: url("img/icons/check-gray.svg") center no-repeat;
    background-size: contain;
}

@media (min-width: 991.98px) {
  .contact-header:hover .contact-header__link {
    opacity: 0.3;
  }
}

.button-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .button-header:hover .button-header__text {
    opacity: 0.3;
  }
}

.cart-button {
  position: relative;
}

.header-cart-count {
  
  position: relative;
  top: calc(-.4rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  background-color: var(--clr-darkBlue);
  color: #fff;
  border-radius: 50%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  right: calc(.8rem + 0 * (100vw - 37.5rem) / 1545);
  
  width: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  
}

.button-header__icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.button-header__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.button-header__text {
  transition: opacity 0.3s ease 0s;
  font-weight: 300;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  line-height: 100%;
  text-transform: uppercase;
}

.catalog-header__button {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  padding-top: calc(.6rem + 15 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(.6rem + 9 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 76 * (100vw - 37.5rem) / 1545);
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-header__icon svg {
  width: calc(2.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-header__arrow {
  display: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-header__arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-header__text {
  font-weight: 500;
  font-size: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  line-height: 120%;
  text-transform: uppercase;
}
.catalog-header__lsit {
  display: none;
}
@media (max-width: 991.98px) {
  .catalog-header__button {
    display: none;
  }
  .catalog-header__lsit {
    display: block;
  }
}

.list-catalog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eceef0;
  margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.list-catalog._active .list-catalog__arrow {
  rotate: -90deg;
}
.list-catalog__items {
  margin-bottom: calc(1.2rem + -12 * (100vw - 37.5rem) / 1545);
}
.list-catalog__arrow {
  rotate: 90deg;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: rotate 0.3s ease 0s;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.list-catalog__arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.list-catalog__items {
  transition: gap 0.5s ease 0s;
}


@media (max-width: 991.98px) {
  .page-panel__wrapper {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .page-panel__wrapper--main-page {
    position: sticky;
    top: 8.6rem;
    z-index: 10;
  }
}

.catalog-panel {
  background-color: var(--clr-lightGay);
  transition: background-color 0.3s ease;
  margin-bottom: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}

.catalog-panel:hover ._child {
  display: block;
}

.catalog-panel:not(._list), .catalog-panel__top {
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 10% 1fr 3%;
  cursor: pointer;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  position: relative;
}
.catalog-panel__top._active .catalog-panel__arrow {
  transform: rotate(-90deg);
}
@media (min-width: 991.98px) {
  .catalog-panel:not(._list):hover {
    background-color: #d4dae0;
  }
}
.catalog-panel:last-child {
  margin-bottom: 0;
}
.catalog-panel__icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(2.5rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.5rem + 0 * (100vw - 37.5rem) / 1545);
  margin-right: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-panel__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-panel__name {
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-panel__arrow {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  transition: transform 0.3s ease;
}
.catalog-panel__arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-panel__list {
  margin-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-panel__link {
  font-weight: 400;
  line-height: 100%;
  color: #5a636d;
  display: block;
  transition: opacity 0.3s ease;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-panel__link:last-child {
  margin-bottom: 0;
}
@media (min-width: 991.98px) {
  .catalog-panel__link:hover {
    opacity: 0.4;
  }
}

.search-header {
  display: flex;
  align-items: center;
  border: 1px solid #a9afb5;
  overflow: hidden;
  max-height: calc(5.6rem + 0 * (100vw - 37.5rem) / 1545);
  gap: calc(1rem + 10 * (100vw - 37.5rem) / 1545);
  border-radius: calc(4.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.search-header__input {
  height: fit-content;
  font-weight: 300;
  line-height: 116.6666666667%;
  width: 100%;
  font-size: calc(1.4rem + -2 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.search-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100%;
  transition: opacity 0.3s ease;
  background-color: var(--clr-darkBlue);
  width: calc(4.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.7rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .search-header__button:hover {
    opacity: 0.3;
  }
}
.search-header__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.search-header__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 6;
  overflow-y: auto;
  transition: transform 0.3s;
  transform: translateX(-100%);
}
.mobile-menu._active {
  transform: translateX(0);
}
.mobile-menu__wrapper {
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(5.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__logo {
  width: calc(16.5rem + 76 * (100vw - 37.5rem) / 1545);
  height: calc(5rem + 24 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__navClose {
  margin-top: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__navClose img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mobile-menu__search {
  margin-top: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__catalog {
  margin-bottom: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__button {
  width: 100%;
  border: 1px solid #bbc5cf;
  justify-content: center;
  padding-top: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__button:last-child {
  border-left-width: 0px;
}
.mobile-menu__contacts {
  margin-bottom: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__contact {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__contact:last-child {
  margin-bottom: 0;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__nav-bottom {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  row-gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.mobile-menu__link {
  font-weight: 400;
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  line-height: 116.6666666667%;
  color: var(--clr-text-gray) !important;
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .mobile-menu__link:hover {
    opacity: 0.3;
  }
}
.mobile-menu__application {
  font-weight: 400;
  line-height: 116.6666666667%;
  text-decoration-line: underline;
  color: var(--clr-darkBlue);
  transition: opacity 0.3s ease 0s;
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .mobile-menu__application:hover {
    opacity: 0.3;
  }
}

.result-search {
  display: none;
  position: absolute;
  top: 99%;
  background: #ffffff;
  border: 1px solid #bbc5cf;
  box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  width: 100%;
  left: calc(0rem + 54 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(68.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
  z-index: 3;
}

.result-search._active {
  display: block;
}

.result-search__section {
  margin-bottom: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.result-search__section:last-child {
  margin-bottom: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
}
.result-search__title {
  font-weight: 400;
  line-height: 121.4285714286%;
  text-transform: uppercase;
  color: #5a636d;
  width: 100%;
  border-bottom: 1px solid #bbc5cf;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.result-search__title:last-child {
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.result-search__list {
  display: flex;
  flex-direction: column;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.result-search__link {
  width: fit-content;
  font-weight: 400;
  line-height: 116.6666666667%;
  color: #5a636d;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.result-search__link:last-child {
  margin-bottom: 0;
}
.result-search__highlight {
  color: #0e2745;
  background-color: #ddd;
}
.result-search__item:first-child {
  border-top: 0;
}
.result-search__button {
  display: flex;
  align-items: center;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  color: #0e2745;
  width: fit-content;
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.result-search__button:hover .result-search__button-icon {
  transform: translateX(20px);
}
.result-search__button-icon {
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.result-search__button-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .result-search {
    top: 85%;
  }
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  justify-content: center;
  margin-top: calc(4.8rem + 32 * (100vw - 37.5rem) / 1545);
}
.footer__left {
  background-color: var(--clr-lightGay);
  padding-bottom: calc(4rem + 100 * (100vw - 37.5rem) / 1545);
}

.footer__left-container {
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  max-width: calc(0rem + 700 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .footer__left-container {
    max-width: 750px;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .footer__left-container {
    max-width: none;
  }
  .footer__left-container:not(._no-padding) {
    padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    padding-right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
}
.footer__logo {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(19.7rem + 66 * (100vw - 37.5rem) / 1545);
  height: calc(6rem + 21 * (100vw - 37.5rem) / 1545);
  margin-top: calc(3.2rem + -7 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + 19 * (100vw - 37.5rem) / 1545);
}
.footer__logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
}
.footer__contact._adress {
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .footer__contact._adress:hover {
    opacity: 0.5;
  }
}
.footer__contact._adress .contact-header__text {
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
}
.footer__client {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-top: calc(3rem + 39 * (100vw - 37.5rem) / 1545);
}
.footer__title {
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  font-size: calc(1.6rem + 4 * (100vw - 37.5rem) / 1545);
}
.footer__catalog {
  background-color: #bbc5cf;
}
.footer__bottom {
  grid-column: 1/3;
  background-color: var(--clr-lightGay);
  border: 1px solid #bbc5cf;
  padding-top: calc(0rem + 22 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .footer {
    grid-template-columns: 1fr;
  }
  .footer__left-container {
    grid-template-columns: 1fr;
  }
  .footer__client {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .footer__catalog {
    background-color: #d4dae0;
  }
  .footer__bottom {
    grid-column: 1/2;
    background-color: #d4dae0;
    border: none;
    margin-top: -1px;
  }
}

.client-footer__title {
  margin-bottom: calc(1.9rem + 13 * (100vw - 37.5rem) / 1545);
}
.client-footer__links {
  display: flex;
  flex-direction: column;
  gap: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
}
.client-footer__link {
  font-weight: 400;
  line-height: 118.75%;
  color: var(--clr-text-gray);
  font-size: calc(1.4rem + 2 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .client-footer__link:hover {
    opacity: 0.3;
  }
}
.client-footer__button {
  margin-top: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
}

.catalog-footer__conatainer {
  padding-top: calc(3.2rem + 37 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(4.8rem + -8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0rem + 56 * (100vw - 37.5rem) / 1545);
  max-width: calc(0rem + 700 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .catalog-footer__conatainer {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .catalog-footer__conatainer {
    max-width: none;
  }
  .catalog-footer__conatainer:not(._no-padding) {
    padding-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    padding-right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
}
.catalog-footer__title {
  margin-bottom: calc(1.6rem + 16 * (100vw - 37.5rem) / 1545);
}
.catalog-footer__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: calc(1rem + 5 * (100vw - 37.5rem) / 1545);
  column-gap: calc(0rem + 25 * (100vw - 37.5rem) / 1545);
}
.catalog-footer__item {
  display: flex;
  /*align-items: center;*/
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .catalog-footer__item:hover .catalog-footer__name {
    opacity: 0.3;
  }
}
.catalog-footer__icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog-footer__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-footer__name {
  font-weight: 400;
  line-height: 118.75%;
  color: var(--clr-text-gray);
  transition: opacity 0.3s ease 0s;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .catalog-footer__conatainer {
    margin: 0 auto;
  }
  .catalog-footer__items {
    grid-template-columns: 1fr;
  }
}

.bottom-footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.bottom-footer__information {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  row-gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.bottom-footer__offer {
  font-weight: 200;
  line-height: 116.6666666667%;
  color: #5a636d;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(0.9rem + 0 * (100vw - 37.5rem) / 1545);
}
.bottom-footer__text {
  font-weight: 400;
  line-height: 121.4285714286%;
  color: var(--clr-text-gray);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.bottom-footer__text._link {
  text-decoration: underline;
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .bottom-footer__text._link:hover {
    opacity: 0.3;
  }
}
.bottom-footer__klatcen {
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(10.3rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.9rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.bottom-footer__klatcen img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.bottom-footer__klatcen-text {
  font-weight: 200;
  line-height: 116.6666666667%;
  text-align: right;
  color: #939393;
  font-size: calc(1.1rem + 1 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .bottom-footer__container {
    flex-direction: column;
    align-items: start;
  }
  .bottom-footer__klatcen {
    margin-left: 0;
  }
  .bottom-footer__klatcen-text {
    text-align: left;
  }
}

._button {
  color: var(--clr-lightGay);
  background-color: var(--clr-darkBlue);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  border: 1px solid var(--clr-darkBlue);
  transition: 0.3s;
}
@media (min-width: 991.98px) {
  ._button:hover {
    transition: 0.3s;
    color: var(--clr-darkBlue);
    background-color: initial;
    border: 1px solid var(--clr-darkBlue);
  }
}

.code-tovar {
  display: flex;
  align-items: center;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.code-tovar__hover {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (min-width: 991.98px) {
  .code-tovar__hover:hover {
    opacity: 0.3;
  }
}
.code-tovar__text {
  font-weight: 400;
  line-height: 116.6666666667%;
  color: #5a636d;
  text-decoration-line: underline;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.code-tovar__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}

.code-tovar._copied .code-tovar__copy::after {
  background: url("img/icons/check-gray.svg") center no-repeat;
  background-size: contain;
}

.code-tovar__copy::after {
  content: "";
  display: block;
  
  background: url("img/icons/copy.svg") center no-repeat;
  background-size: contain;
  
  height: 100%;
  width: 100%;
}


.h2 {
  font-weight: 300;
  line-height: 120%;
  font-size: calc(2.8rem + 12 * (100vw - 37.5rem) / 1545);
}

.h3 {
  font-weight: 500;
  line-height: 140%;
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
}

.h4 {
  font-weight: 300;
  line-height: 122.2222222222%;
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
}

.text-lvl-1 {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}

.top-80 {
  margin-top: calc(4.8rem + 32 * (100vw - 37.5rem) / 1545);
}

.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.section-top__title {
  margin-bottom: calc(0rem + 24 * (100vw - 37.5rem) / 1545);
}
.section-top__buttons {
  display: flex;
  align-items: center;
  gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .section-top__buttons {
    display: none;
    align-items: start;
  }
}

.breadcrumbs {
  font-weight: 400;
  line-height: 118.75%;
  color: #5a636d;
  font-size: calc(1.4rem + 2 * (100vw - 37.5rem) / 1545);
}

._triangle {
  position: absolute;
  background-color: #eceef0;
  transition: background-color 0.3s ease;
}
._triangle._top-rigth {
  top: 0%;
  right: 0%;
  width: calc(7.45rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(8.25rem + 0 * (100vw - 37.5rem) / 1545);
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}
._triangle._bottom-rigth {
  bottom: 0%;
  right: 0%;
  width: calc(5.6rem + 18.5 * (100vw - 37.5rem) / 1545);
  height: calc(6.2rem + 21 * (100vw - 37.5rem) / 1545);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
._triangle-hover:hover ._triangle {
  background-color: #d4dae0;
}

.switch__input {
  display: none;
}
.switch__input:checked ~ .switch__box > .switch__circle {
  transition: transform 0.3s ease;
  transform: translateX(100%);
}
.switch__box {
  cursor: pointer;
  display: block;
  background-color: #eceef0;
  width: calc(4rem + 10 * (100vw - 37.5rem) / 1545);
  height: calc(2rem + 5 * (100vw - 37.5rem) / 1545);
  border-radius: calc(4.8rem + 12 * (100vw - 37.5rem) / 1545);
}
.switch__circle {
  cursor: pointer;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 100%;
  background-color: var(--clr-darkBlue);
  width: calc(2rem + 5 * (100vw - 37.5rem) / 1545);
  height: calc(2rem + 5 * (100vw - 37.5rem) / 1545);
}

.cart-container .quantity {
  display: none;
}
.cart-container .quantity._active {
  display: flex;
}

.page {
  flex: 1 1 auto;
  padding-bottom: calc(5.5rem + 0 * (100vw - 37.5rem) / 1545);
}

.swiper-button {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  height: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease-out;
}
.swiper-button img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-button-next {
  transform: rotate(180deg);
}
@media (min-width: 991.98px) {
  .swiper-button:hover {
    opacity: 0.3;
  }
}
.swiper-pagination {
  position: static;
  display: flex;
  align-items: start;
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.swiper-pagination .swiper-pagination-bullet {
  width: calc(1rem + 2 * (100vw - 37.5rem) / 1545);
  height: calc(1rem + 2 * (100vw - 37.5rem) / 1545);
  background-color: #eceef0;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5a636d;
}
.swiper-navigate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-wrapper {
  height: auto;
}
@media (min-width: 991.98px) {
  .swiper-wrapper {
    padding-top: calc(0.3rem + 2 * (100vw - 37.5rem) / 1545);
    padding-bottom: calc(0.3rem + 2 * (100vw - 37.5rem) / 1545);
    padding-left: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

@media (max-width: 991.98px) {
  .category-main__items,
  .bestOffers-main__items,
  .news-main__items,
  .recommended-news__items,
  .new-page__slider._mini {
    overflow: visible;
  }
}
.category-main__items .swiper-wrapper,
.bestOffers-main__items .swiper-wrapper,
.news-main__items .swiper-wrapper,
.new-page__slider .swiper-wrapper,
.recommended-news__items .swiper-wrapper {
  margin-left: calc(0rem + -10 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0rem + 10 * (100vw - 37.5rem) / 1545);
}

.catalog__title.h2,
.about-page__title.h2,
.basket-page__title.h2,
.checkout-page__title.h2,
.contacts-page__title.h2,
.delevery-page__title.h2,
.form-page__title.h2,
.new-page__title.h2,
.news-page__title.h2,
.pay-page__title.h2,
.searchResult-page__title.h2 {
  margin-top: calc(2rem + -20 * (100vw - 37.5rem) / 1545);
}

.main {
  width: 100%;
  margin-top: calc(2.4rem + -8 * (100vw - 37.5rem) / 1545);
}
.main._with-panel {
  display: grid;
  grid-template-columns: 21.0166919575% 74.7344461305%;
  gap: calc(0rem + 56 * (100vw - 37.5rem) / 1545);
}
.main-margin-top {
  margin-top: calc(4.8rem + 32 * (100vw - 37.5rem) / 1545);
}
.main__banners {
  overflow: hidden;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.main__banner {
  position: relative;
  overflow: hidden;
  background-color: #B5D6F5;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  max-height: calc(34.1rem + 188 * (100vw - 37.5rem) / 1545);
}
.main__panel {
  position: relative;
}
@media (max-width: 991.98px) {
  .main._with-panel {
    display: block;
    margin-top: calc(0rem + 16 * (100vw - 37.5rem) / 1545);
  }
  .main__panel {
    display: none;
  }
  .main__panel-list {
    margin-bottom: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.panel-menu {

}
.panel-menu__lists {

  display: none;
  position: absolute;
  top: calc(-1.2rem + 0 * (100vw - 37.5rem) / 1545);
  left:  100%;
  width: max-content;
  z-index: 5;

  max-width: calc(27.9rem + 0 * (100vw - 37.5rem) / 1545);
  max-height: calc(71.8rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease, visibility 0.4s ease;
  background: #eceef0;
  border: 1px solid #bbc5cf;
  box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  
  padding-top: calc(0rem + 12 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0rem + 12 * (100vw - 37.5rem) / 1545);
  
}
.panel-menu__lists._child {
  top: 0px;
}

.panel-menu__lists._child .panel-menu__link:hover ._subchild {
  display: block;
}

.panel-menu__lists._active {
  opacity: 1;
  visibility: visible;
}
.panel-menu__lists::-webkit-scrollbar {
  width: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.panel-menu__lists::-webkit-scrollbar-track {
  background-color: #eceef0;
}
.panel-menu__lists::-webkit-scrollbar-thumb {
  background-color: #bbc5cf;
  border-radius: calc(2.8rem + 0 * (100vw - 37.5rem) / 1545);
}

.panel-menu__lists > *:last-child {
  margin-bottom: 0;
}
.panel-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  
  padding-left: calc(0rem + 24 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0rem + 24 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0rem + 12 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0rem + 12 * (100vw - 37.5rem) / 1545);
  
  position: relative;
}
.panel-menu__arrow {
}
.panel-menu__arrow img {
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  object-fit: contain;
}

.banner-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-left: calc(2.3rem + 25 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(14.3rem + 31 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.7rem + 53 * (100vw - 37.5rem) / 1545);
  padding-top: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
  height: auto;
}
.banner-main__title {
  z-index: 2;
  font-weight: 300;
  line-height: 120.8333333333%;
  text-transform: uppercase;
  color: var(--clr-darkBlue);
  /*max-width: calc(32.7rem + 105 * (100vw - 37.5rem) / 1545);*/
  margin-top: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
  font-size: calc(2.4rem + 20 * (100vw - 37.5rem) / 1545);
}
.banner-main__subtitle {
  z-index: 2;
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  max-width: calc(46.3rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 4 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + 17 * (100vw - 37.5rem) / 1545);
}

@media (max-width: 991.98px) {
  .banner-main__media {

  } 
}
@media (min-width: 991.98px) {
  .banner-main__media {
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
  } 
}

.banner-main__btn {
  z-index: 2;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: calc(2.9rem + 101 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.2rem + 8 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.2rem + 8 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .banner-main__btn {
    background-color: var(--clr-darkBlue) !important;
    color: white !important;
  }
  .banner-main__btn:hover {
    opacity: 0.8;
  }
}
.banner-main__btn-icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.banner-main__btn-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.banner-main__lines {
  position: absolute;
  right: -20%;
  bottom: -90%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(31.6rem + 501 * (100vw - 37.5rem) / 1545);
  height: calc(38.5rem + 622 * (100vw - 37.5rem) / 1545);
}
.banner-main__lines img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.banner-main__img {
  z-index: 3;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: calc(8.9rem + 154 * (100vw - 37.5rem) / 1545);*/
  /*height: calc(17.9rem + 284 * (100vw - 37.5rem) / 1545);*/
  width: 100%;
  height: 100%;
  
  /*transform: translateY(10%);*/
  /*transform: translateX(15%);*/
  
}

@media (max-width: 991.98px) {
  .banner-main__img {
    width: 50%;
    height: 50%;
  }
}

.banner-main__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.banner-main__navigate {
  z-index: 2;
  position: absolute;
  left: calc(0rem + 48 * (100vw - 37.5rem) / 1545);
  bottom: calc(0rem + 48 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .banner-main__title {
    max-width: none;
  }
  .banner-main__subtitle {
    max-width: none;
  }
  .banner-main__lines {
    right: -30%;
    bottom: -50%;
  }
  .banner-main__img {
    position: absolute;
    bottom: 0;
    /*right: calc(2.7rem + 0 * (100vw - 37.5rem) / 1545);*/
    right: 0;
  }
  .banner-main__navigate {
    position: static;
    margin-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.navigate-banner {
  display: flex;
  align-items: center;
  gap: calc(0rem + 40 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .navigate-banner {
    width: 100%;
    justify-content: space-between;
  }
}

.advantage-main {
  margin-top: calc(2.4rem + -9 * (100vw - 37.5rem) / 1545);
}
.advantage-main__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.advantage-main__item {
  max-width: calc(32.7rem + 10 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.4rem + 24 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-right: calc(5.8rem + -10 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .advantage-main__items {
    grid-template-columns: 1fr;
  }
  .advantage-main__item {
    max-width: 100%;
  }
}

.item-advantage {
  position: relative;
  overflow: hidden;
  border: 1px solid #c8d3e5;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-advantage__title {
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  color: #0e2745;
  font-size: calc(1.6rem + 4 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.6rem + 2 * (100vw - 37.5rem) / 1545);
}
.item-advantage__text {
  font-weight: 400;
  line-height: 130%;
  color: var(--clr-text-gray);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.category-main__navigation {
  display: none;
  margin-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .category-main__navigation {
    display: flex;
  }
}

.item-category {
  border: 1px solid #bbc5cf;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: calc(19rem + 97 * (100vw - 37.5rem) / 1545);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 991.98px) {
  .item-category:hover {
    box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  }
  .item-category:hover .item-category__triangle img {
    filter: brightness(80%);
  }
}
.item-category._mini {
  min-height: calc(17.3rem + 13 * (100vw - 37.5rem) / 1545);
}
.item-category._mini .item-category__img {
  height: calc(9rem + 10 * (100vw - 37.5rem) / 1545);
}
.item-category._mini .item-category__name {
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-category._mini ._triangle {
  width: calc(5.147rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(5.7rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-category._mini .item-category__bottom {
  padding-top: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-category._mini .item-category__arrow {
  margin-right: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-category._mini._filter {
  cursor: pointer;
}
.item-category._mini._filter .item-category__remove {
  display: none;
}
.item-category._mini._filter._active {
  border: 2px solid #0e2745;
}
.item-category._mini._filter._active .item-category__remove {
  display: block;
}
.item-category__remove {
  z-index: 2;
  position: absolute;
  top: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  right: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-category__remove img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  pointer-events: none;
}
.item-category__img {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #bbc5cf;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  width: 100%;
  height: calc(10.3rem + 50 * (100vw - 37.5rem) / 1545);
  padding: calc(1.6rem + 4 * (100vw - 37.5rem) / 1545);
}
.item-category__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-category__name {
  font-weight: 500;
  color: #0e2745;
  line-height: 118.75%;
  word-break: break-word;
  font-size: calc(1.4rem + 2 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2rem + 10 * (100vw - 37.5rem) / 1545);
}
.item-category__bottom {
  padding-top: calc(3rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: auto;
  width: 100%;
}
.item-category__arrow {
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-right: calc(1.3rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.1rem + 4 * (100vw - 37.5rem) / 1545);
}
.item-category__arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .item-category__triangle {
    bottom: 0%;
    right: -3%;
  }
}
@media (min-width: 991.98px) {
  .item-category._mini._filter {
    width: 100% !important;
  }
}

.bestOffers-main__navigation {
  margin-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .bestOffers-main__navigation {
    display: none;
  }
}
.bestOffers-main__link {
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  width: fit-content;
  margin-left: auto;
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  transition: 0.3s;
}
@media (min-width: 991.98px) {
  .bestOffers-main__link:hover {
    transition: 0.3s;
    opacity: 0.7;
    gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
}
.bestOffers-main__link-arrow {
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bestOffers-main__link-arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .bestOffers-main__link {
    display: none;
  }
}

.item-tovar {
  background-color: #f5f5f5;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.3s ease;
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .item-tovar:hover {
    box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  }
}
.item-tovar__img {
  position: relative;
  background-color: white;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(14.5rem + 78 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.5rem + 15 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.5rem + 15 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2rem + 10 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2rem + 10 * (100vw - 37.5rem) / 1545);
}
.item-tovar__img-container {
  padding-top: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
}
.item-tovar__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-tovar__conainer {
  padding-left: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
}
.item-tovar__conainer._bottom {
  margin-top: auto;
}
.item-tovar__status {
  font-weight: 300;
  color: #b92020;
  background-color: #f9c0b9;
  font-size: calc(1rem + 4 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0.4rem + 4 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.4rem + 4 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-tovar__status:last-child {
  margin-bottom: 0;
}
.item-tovar__status-container {
  position: absolute;
  top: calc(0.8rem + 3 * (100vw - 37.5rem) / 1545);
  left: calc(0.8rem + 5 * (100vw - 37.5rem) / 1545);
}
.item-tovar__sizes {
  position: absolute;
  top: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
  right: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
}
.item-tovar__size {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 300;
  font-size: calc(1rem + 4 * (100vw - 37.5rem) / 1545);
  width: calc(1.9rem + 5 * (100vw - 37.5rem) / 1545);
  height: calc(1.8rem + 6 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(0.2rem + 2 * (100vw - 37.5rem) / 1545);
}
.item-tovar__size._yellow {
  color: var(--clr-darkBlue);
  background-color: #fff32c;
}
.item-tovar__size._blue {
  background-color: #0092d6;
}
.item-tovar__size._red {
  background-color: #eb202a;
}
.item-tovar__size._green {
  background-color: #3db864;
}
.item-tovar__size._orange {
  background-color: #f38130;
}
.item-tovar__name {
  font-weight: 300;
  line-height: 122.2222222222%;
  text-transform: uppercase;
  display: block;
  font-size: calc(1.4rem + 4 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
}
.item-tovar__name::after {
  content: "";
  position: absolute;
  inset: 0;
}
.item-tovar__informations {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #5a636d;
  text-decoration-line: underline;
  line-height: 121.4285714286%;
  gap: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.3rem + 5 * (100vw - 37.5rem) / 1545);
}
.item-tovar__code {
  gap: calc(0.6rem + 2 * (100vw - 37.5rem) / 1545);
}
.item-tovar__code span {
  font-size: inherit;
}
.item-tovar__code .code-tovar__copy {
  margin-top: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(1.3rem + 2 * (100vw - 37.5rem) / 1545);
  height: calc(1.3rem + 2 * (100vw - 37.5rem) / 1545);
}
.item-tovar__descriptions {
  color: #000000;
  opacity: 0.6;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.7rem + 3 * (100vw - 37.5rem) / 1545);
}
.item-tovar__bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: calc(2.4rem + -3 * (100vw - 37.5rem) / 1545);
}
.item-tovar__button {
  position: relative;
  width: 100%;
  padding-top: calc(1.6rem + 5 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.5rem + 6 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
}
.item-tovar__button-container {
  padding-left: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
}
.item-tovar__button._over, .delivery-tovar__information-button._over, .suitable-block__button._over, .item-searchResult__button._over {
  text-align: center;
  background: #bbc5cf;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.1rem + 1 * (100vw - 37.5rem) / 1545);
  border: none;
}

.item-searchResult__button._over {
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}

.item-tovar__quantity {
  gap: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-tovar__quantity .quantity__button, .item-tovar__quantity .quantity__input {
  padding-top: calc(1.6rem + 5 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.5rem + 6 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
}
.item-tovar__quantity .quantity__button {
  padding-right: calc(1.5rem + 6 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.5rem + 6 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .item-tovar__descriptions {
    -webkit-line-clamp: 3;
  }
}

.stock-item-tovar__text {
  font-weight: 300;
  margin-left: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  position: relative;
  font-weight: 300;
  line-height: 140%;
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
}
.stock-item-tovar__text._green {
  color: #06af8d;
}
.stock-item-tovar__text._green::before {
  background-color: #06af8d;
}
.stock-item-tovar__text._red {
  color: #b92020;
}
.stock-item-tovar__text._red::before {
  background-color: #b92020;
}
.stock-item-tovar__text::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(-1.6rem + 0 * (100vw - 37.5rem) / 1545);
  top: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: 100%;
  width: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.stock-item-tovar__count {
  font-weight: 200;
  line-height: 100%;
  color: #5a636d;
  font-size: calc(1rem + 2 * (100vw - 37.5rem) / 1545);
  margin-left: calc(0rem + 16 * (100vw - 37.5rem) / 1545);
}

.price-item-tovar__count {
  font-weight: 300;
  line-height: 140%;
  font-size: calc(1.4rem + 6 * (100vw - 37.5rem) / 1545);
}
.price-item-tovar__nds {
  font-weight: 400;
  line-height: 116.6666666667%;
  color: #5a636d;
  font-size: calc(1rem + 2 * (100vw - 37.5rem) / 1545);
  text-align: right;
}

.about-main__title {
  margin-bottom: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
}
.about-main__text {
  font-weight: 400;
  line-height: 130%;
  color: #5a636d;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
  max-width: calc(72.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.about-main__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .about-main__items {
    grid-template-columns: 1fr;
  }
}

.item-about {
  display: grid;
  grid-template-columns: 1.6fr 1fr;

  align-items: center;
  background-color: #eceef0;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.item-about__count {
  width: 85%;
  font-weight: 400;
  line-height: 119.6428571429%;
  font-size: calc(3rem + 18 * (100vw - 37.5rem) / 1545);
}
.item-about__right {
  display: flex;
  flex-direction: column;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-about__icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(3rem + 10 * (100vw - 37.5rem) / 1545);
  height: calc(3rem + 10 * (100vw - 37.5rem) / 1545);
}
.item-about__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-about__name {
  font-weight: 300;
  line-height: 122.2222222222%;
  color: #5a636d;
  font-size: calc(1.4rem + 4 * (100vw - 37.5rem) / 1545);
}

.news-main__navigation {
  margin-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .news-main__navigation {
    display: none;
  }
}

.item-news {
  position: relative;
  border: 1px solid #bbc5cf;
  transition: box-shadow 0.3s ease;
  border-radius: calc(0.4rem + 4 * (100vw - 37.5rem) / 1545);
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 991.98px) {
  .item-news:hover {
    box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  }
}
.item-news__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(12rem + 61 * (100vw - 37.5rem) / 1545);
}
.item-news__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.item-news__img-container {
  padding-top: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
}
.item-news__container {
  padding-left: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
}
.item-news__name {
  font-weight: 500;
  line-height: 125%;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-news__date {
  font-weight: 300;
  line-height: 121.4285714286%;
  color: #b92020;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 9 * (100vw - 37.5rem) / 1545);
}
.item-news__description {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-news__bottom {
  margin-top: auto;
  width: 100%;
}
.item-news__arrow {
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-right: calc(1.3rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.1rem + 4 * (100vw - 37.5rem) / 1545);
}
.item-news__arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.faq-main__title {
  margin-bottom: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.item-faq {
  border-top: 1px solid #bbc5cf;
  padding-top: calc(1.2rem + 8 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + 8 * (100vw - 37.5rem) / 1545);
}
.item-faq:last-child {
  border-bottom: 1px solid #bbc5cf;
}
.item-faq__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(2.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-faq__top._active .item-faq__button {
  transform: rotate(90deg);
}
.item-faq__title {
  font-weight: 500;
  line-height: 137.5%;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
}
.item-faq__button {
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-faq__button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-faq__text {
  font-weight: 400;
  line-height: 121.4285714286%;
  color: #5a636d;
  max-width: 70%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .item-faq__text {
    max-width: none;
    padding-top: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.catalog__breadСrumbs {
  margin-top: calc(0rem + 25 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
  width: 100%;
  line-height: 140%;
}

.catalog__breadСrumbs a {
  transition: opacity .3s;
}

.catalog__breadСrumbs .breadcrumb_last {
  opacity: .5;
}

@media (min-width: 991.98px) {
  
  .catalog__breadСrumbs a:hover {
    opacity: .5;
  }
  
  .catalog__breadСrumbs._mobile {
    display: none;
  }
}

.catalog__title {
  margin-bottom: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.catalog__categories {
  margin-bottom: calc(3.2rem + 16 * (100vw - 37.5rem) / 1545);
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(0.9rem + 11 * (100vw - 37.5rem) / 1545);
}
.catalog__tovars {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog__informations {
  margin-top: calc(4.8rem + 32 * (100vw - 37.5rem) / 1545);
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog__informations h2 {
  font-weight: 300;
  color: #0e2745;
  line-height: 120%;
  font-size: calc(2.8rem + 12 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(4.8rem + 22 * (100vw - 37.5rem) / 1545);
}
.catalog__informations p {
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog__informations p a {
  font-weight: 500;
  transition: opacity 0.3s ease;
}
@media (min-width: 991.98px) {
  .catalog__informations p a:hover {
    opacity: 0.5;
  }
}
.catalog__informations ul {
  margin-top: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.catalog__informations ul li {
  list-style-type: disc;
  margin-left: calc(1rem + 20 * (100vw - 37.5rem) / 1545);
}
.catalog__informations img {
  width: 100%;
  margin-top: calc(2.8rem + 4 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0rem + 8 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .catalog__breadСrumbs:not(._mobile) {
    display: none;
  }
  .catalog__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
    row-gap: calc(0.9rem + 0 * (100vw - 37.5rem) / 1545);
  }
}
.catalog__categoriesMini {
  display: grid !important;
  gap: calc(0.9rem + 11 * (100vw - 37.5rem) / 1545);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.catalog__categoriesMini.swiper-container {
  overflow: visible !important;
}
@media (min-width: 991.98px) {
  .catalog__categoriesMini .swiper-wrapper {
    display: contents;
  }
  .catalog__categoriesMini .swiper-slide {
    width: auto;
  }
}
@media (min-width: 992px) {
  .catalog__categoriesMini__categoriesMini {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .catalog__categoriesMini .swiper-slide {
    width: auto;
  }
}
.catalog__pagination {
  background-color: black;
  color: white;
  text-align: center;
  font-size: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .catalog__tovars {
    grid-template-columns: 1fr 1fr;
  }
  .catalog__tovar .item-tovar__status {
    padding-top: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
    padding-bottom: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
    padding-left: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
    padding-right: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__status-container {
    top: calc(0.6rem + 5 * (100vw - 37.5rem) / 1545);
    left: calc(0.6rem + 7 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__sizes {
    top: calc(0.6rem + 6 * (100vw - 37.5rem) / 1545);
    right: calc(0.6rem + 6 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__size {
    width: calc(1.7rem + 7 * (100vw - 37.5rem) / 1545);
    height: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__img {
    height: calc(10.7rem + 116 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__img-container {
    margin-bottom: calc(0.8rem + 16 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__name {
    font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
    margin-bottom: calc(0.4rem + 12 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__informations {
    gap: calc(0.6rem + 18 * (100vw - 37.5rem) / 1545);
    font-size: calc(1rem + 4 * (100vw - 37.5rem) / 1545);
    margin-bottom: calc(0.8rem + 10 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__copy {
    width: calc(1rem + 5 * (100vw - 37.5rem) / 1545);
    height: calc(1rem + 5 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__descriptions {
    font-size: calc(1rem + 4 * (100vw - 37.5rem) / 1545);
    margin-bottom: calc(0.8rem + 12 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__conainer {
    padding-left: calc(0.8rem + 16 * (100vw - 37.5rem) / 1545);
    padding-right: calc(0.8rem + 16 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__bottom {
    flex-direction: column;
    margin-bottom: calc(1.5rem + 6 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: calc(1rem + 4 * (100vw - 37.5rem) / 1545);
    padding-top: calc(1.1rem + 3 * (100vw - 37.5rem) / 1545);
    padding-bottom: calc(1.1rem + 3 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__button-container {
    padding-left: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
    padding-right: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
    padding-bottom: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .item-tovar__stock {
    margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .stock-item-tovar__text {
    font-size: calc(1rem + 4 * (100vw - 37.5rem) / 1545);
    margin-left: calc(1.4rem + 2 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .stock-item-tovar__text::before {
    left: calc(-1.4rem + -2 * (100vw - 37.5rem) / 1545);
    width: calc(0.7rem + 1 * (100vw - 37.5rem) / 1545);
    height: calc(0.7rem + 1 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .stock-item-tovar__count {
    font-size: calc(0.9rem + 3 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .price-item-tovar {
    display: flex;
    align-items: center;
    gap: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .price-item-tovar__count {
    font-size: calc(1.2rem + 8 * (100vw - 37.5rem) / 1545);
  }
  .catalog__tovar .price-item-tovar__nds {
    font-size: calc(1rem + 10 * (100vw - 37.5rem) / 1545);
  }
}

.category-catalog {
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.category-catalog:last-child {
  margin-bottom: 0;
}
.category-catalog__title {
  font-weight: 500;
  line-height: 122.2222222222%;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.category-catalog__types {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.category-catalog__type {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(2.7rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.7rem + 0 * (100vw - 37.5rem) / 1545);
}
.category-catalog__type img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.category-catalog__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  row-gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.category-catalog__item {
  background: #eceef0;
  display: flex;
  line-height: 115%;
  align-items: center;
  width: fit-content;
  transition: background 0.3s ease;
  font-weight: 300;
  gap: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .category-catalog__item:hover {
    background: #d4dae0;
    box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  }
}
.category-catalog__item-arrow {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.category-catalog__item-arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .category-catalog__types {
    display: none;
  }
}

.configs-catalog {
  margin-top: calc(5rem + 30 * (100vw - 37.5rem) / 1545);
}
.configs-catalog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.configs-catalog__sortings {
  display: flex;
  align-items: center;
  gap: calc(0.8rem + 24 * (100vw - 37.5rem) / 1545);
}
.sorting-catalog {
  display: flex;
  align-items: center;
  gap: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease;
  cursor: pointer;
  
  opacity: .7;
}
@media (min-width: 991.98px) {
  .sorting-catalog:hover {
    opacity: 0.3;
  }
}

.sorting-catalog.price-desc .sorting-catalog__img,
.sorting-catalog.title-desc .sorting-catalog__img {
  transform: scale(1,-1);
}

.sorting-catalog.price,
.sorting-catalog.title,
.sorting-catalog.price-desc,
.sorting-catalog.title-desc {
  opacity: 1;
}

.sorting-catalog__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: calc(1.1rem + 5 * (100vw - 37.5rem) / 1545);
  height: calc(1.1rem + 5 * (100vw - 37.5rem) / 1545);
}
.sorting-catalog__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sorting-catalog__text {
  font-weight: 300;
  line-height: 121.4285714286%;
  color: #5a636d;
  font-size: calc(1.1rem + 3 * (100vw - 37.5rem) / 1545);
}

.instock-catalog {
  display: flex;
  align-items: center;
  gap: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
}
.instock-catalog__text {
  font-weight: 300;
  line-height: 121.4285714286%;
  color: #5a636d;
  font-size: calc(1.1rem + 3 * (100vw - 37.5rem) / 1545);
}
.configs-catalog__section {
  margin-bottom: calc(2.3rem + 41 * (100vw - 37.5rem) / 1545);
}

.section-configs__banner {
  background: #eceef0;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: calc(1.8rem + 32 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 16 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner-left {
  padding-top: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0rem + 32 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner-name {
  font-weight: 300;
  line-height: 120%;
  font-size: calc(1.8rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner-description {
  font-weight: 400;
  line-height: 130%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(36.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner-right {
  padding-top: calc(0rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.2rem + -4 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.2rem + -4 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + -4 * (100vw - 37.5rem) / 1545);
  
  
  min-height: calc(20.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner-img-conainer {
  background-color: white;
  width: 100%;
  max-width: calc(46.8rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(12.6rem + 64 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.559rem + 0 * (100vw - 37.5rem) / 1545);
}
.section-configs__banner-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .section-configs__banner {
    grid-template-columns: 1fr;
  }
  .section-configs-description {
    max-width: none;
  }
  .section-configs-img-conainer {
    max-width: none;
  }
}

.table-configs__row {
  display: grid;
  border-top: 1px solid #bbc5cf;
  border-bottom: 1px solid #bbc5cf;
  padding-top: calc(1.2rem + 4 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
  align-items: center;
  justify-items: center;
  line-height: 120%;
  font-weight: 400;
  font-size: calc(1.4rem + -2 * (100vw - 37.5rem) / 1545);
}

.table-configs[data-display-rows="12"] .table-configs__row {
  grid-template-columns: 1.5fr .6fr .7fr 1fr .46fr .47fr .68fr .47fr 1fr 1fr 1fr 1fr;
  /*grid-template-columns: 15.7509157509% 6.105006105% 7.0818070818% 9.768009768% 10.3785103785% 4.6398046398% 4.7619047619% 6.8376068376% 4.7619047619% 9.768009768% 10.3785103785% 9.768009768%;*/
}
.table-configs[data-display-rows="11"] .table-configs__row {
  grid-template-columns: 1.6fr .7fr .8fr 1.1fr .56fr .57fr .78fr .57fr 1.1fr 1.1fr 1.1fr;
}
.table-configs[data-display-rows="10"] .table-configs__row {
  grid-template-columns: 1.71fr .81fr .91fr 1.21fr .67fr .68fr .89fr .68fr 1.21fr 1.21fr;
}
.table-configs[data-display-rows="9"] .table-configs__row {
  grid-template-columns: 1.83fr .93fr 1fr 1.32fr .89fr .79fr 1fr .79fr 1.31fr;
}
.table-configs[data-display-rows="8"] .table-configs__row {
  grid-template-columns: 1.94fr 1fr 1.2fr 1.42fr 1fr .9fr 1.13fr .91fr;
}
.table-configs[data-display-rows="7"] .table-configs__row {
  grid-template-columns: 2fr 1.1fr 1.3fr 1.52fr 1.1fr 1fr 1.23fr;
}
.table-configs[data-display-rows="6"] .table-configs__row {
  grid-template-columns: 2.1fr 1.2fr 1.4fr 1.62fr 1.2fr 1.1fr;
}
.table-configs[data-display-rows="5"] .table-configs__row {
  grid-template-columns: 2.2fr 1.3fr 1.5fr 1.72fr 1.3fr;
}
.table-configs[data-display-rows="4"] .table-configs__row {
  grid-template-columns: 4fr 1fr 1fr 1fr;
}

.table-configs__row {
  
}


.table-configs__row:last-child {
  border-top: none;
}
.table-configs__row._header {
  align-items: center;
}
.table-configs__title {
  font-weight: 300;
  line-height: 116.6666666667%;
  text-align: center;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__title:first-child {
  text-align: left;
  margin-right: auto;
}
.table-configs__column._name {
  width: 100%;
  padding-right: calc(0rem + 16 * (100vw - 37.5rem) / 1545);
}
.table-configs__column._name p {
  font-weight: 500;
  margin-bottom: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + -3 * (100vw - 37.5rem) / 1545);
}
.table-configs__column._type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__column._materials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(0rem + 60 * (100vw - 37.5rem) / 1545);
}
.table-configs__column._counts {
  margin-top: calc(0rem + 2 * (100vw - 37.5rem) / 1545);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.table-configs__column._price p {
  font-weight: 300;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  white-space: nowrap;
}
.table-configs__column._price span {
  font-size: calc(1.2rem + -2 * (100vw - 37.5rem) / 1545);
}

.table-configs__column._material {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.table-configs__column-text {
  font-weight: 300;
  line-height: 160%;
  text-align: center;
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__column-text._red {
  color: #b92020;
}
.table-configs__column-text._green {
  color: #06af8d;
}
.table-configs__column-name, .table-configs__column-buttom {
  display: none;
}

.table-configs__column-top a {
  font-weight: 500;
  word-break: break-word;
}

.table-configs__column._attribute {
  color: #303030;
}

@media(min-width: 991.98px) {
  .table-configs__column-value {
    text-align: center;
  }
}

/*@media(max-width: 991.92px) {*/
/*  .table-configs__column._attribute {*/
/*    padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);*/
/*  }*/
/*}*/

.table-configs__column-buttom {
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__column-buttom img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.table-configs__quantity {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__quantity .quantity__button, .table-configs__quantity .quantity__input {
  height: calc(2.3rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__quantity .quantity__button {
  width: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__quantity .quantity__input {
  width: calc(3.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__type-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-configs__type-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.table-configs__code {
  color: #5a636d;
  gap: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.2rem + -2 * (100vw - 37.5rem) / 1545);
}
.table-configs__code .code-tovar__copy {
  width: calc(1.2rem + -2 * (100vw - 37.5rem) / 1545);
  height: calc(1.2rem + -2 * (100vw - 37.5rem) / 1545);
}
.table-configs__material {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 300;
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0rem + 2 * (100vw - 37.5rem) / 1545);
}
.table-configs__material._yellow {
  color: var(--clr-darkBlue);
  background-color: #fff32c;
}
.table-configs__material._blue {
  background-color: #0092d6;
}
.table-configs__material._red {
  background-color: #eb202a;
}
.table-configs__material._green {
  background-color: #3db864;
}
.table-configs__material._orange {
  background-color: #f38130;
}
.table-configs__material._gray {
  background-color: #929396;
}
.table-configs__material-comma {
  display: none;
}
.table-configs__basket-button {
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: #eceef0;
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(0rem + -2 * (100vw - 37.5rem) / 1545);
}

.table-configs__basket-button._added {
  background-color: #BBC5CF;
  border: 1px solid #BBC5CF;
  
  color: var(--clr-darkBlue);
}

@media (max-width: 991.98px) {
  .table-configs__row {
    grid-template-columns: 1fr auto auto !important;
    justify-items: start;
  }
  .table-configs__row._header {
    display: none;
  }
  /*.table-configs__row._active .table-configs__column._brand, .table-configs__row._active .table-configs__column._radius, .table-configs__row._active .table-configs__column._type, .table-configs__row._active .table-configs__column._materials, .table-configs__row._active .table-configs__column._l, .table-configs__row._active .table-configs__column._s, .table-configs__row._active .table-configs__column._c, .table-configs__row._active .table-configs__column._d {*/
  .table-configs__row._active .table-configs__column._attribute {
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    padding-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .table-configs__row._active .table-configs__column-buttom {
    transform: rotate(-90deg);
  }
  .table-configs__column {
    display: flex;
    align-items: center;
    gap: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .table-configs__column-name{
      display: block;
  }
  .table-configs__column-buttom {
    display: flex;
  }
  .table-configs__column._name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .table-configs__column-buttom {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  /*.table-configs__column._name, .table-configs__column._brand, .table-configs__column._radius, .table-configs__column._type, .table-configs__column._materials, .table-configs__column._l, .table-configs__column._s, .table-configs__column._c, .table-configs__column._d {*/
  .table-configs__column._name, .table-configs__column._attribute {
    grid-column: 1/4;
  }
  /*.table-configs__column._brand, .table-configs__column._radius, .table-configs__column._type, .table-configs__column._materials, .table-configs__column._l, .table-configs__column._s, .table-configs__column._c, .table-configs__column._d {*/
  .table-configs__column._attribute {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, max-height 0.2s linear, visibility 0.2s linear;
  }
  .table-configs__column._name {
    padding-bottom: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .table-configs__column._materials {
    max-width: none;
  }
  .table-configs__column._counts {
    grid-column: 2/3;
    margin-right: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .table-configs__column._basket {
    grid-column: 3/4;
  }
  .table-configs__column-text {
    line-height: 140%;
  }
  .table-configs__material {
    /*width: fit-content;*/
    /*height: fit-content;*/
    /*color: var(--clr-darkBlue);*/
    font-weight: 400;
  }
  .table-configs__material._yellow, .table-configs__material._blue, .table-configs__material._red, .table-configs__material._green, .table-configs__material._orange, .table-configs__material._gray {
    background: none;
  }
  .table-configs__material-comma {
    display: block;
    margin-left: calc(-0.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .table-configs__type-img {
    display: none;
  }
  .table-configs__basket-button {
    margin-bottom: calc(0.7rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.count {
  display: flex;
  align-items: center;
  gap: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-weight: 400;
  color: #303030;
  text-align: center;
  line-height: 142.8571428571%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.count__button {
  border: 1px solid #0e2745;
  border-width: calc(0.1rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.3rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease;
}
@media (min-width: 991.98px) {
  .count__button:hover {
    opacity: 0.3;
  }
}
.count__input {
  border: 1px solid #0e2745;
  width: fit-content;
  min-width: calc(3.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.3rem + 0 * (100vw - 37.5rem) / 1545);
  border-width: calc(0.1rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
}

.page-filter {
  margin-top: calc(0.4rem + -4 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 44 * (100vw - 37.5rem) / 1545);
}
.page-filter__top {
  display: none;
}
.page-filter__top .item-filter__name {
  font-weight: 500;
  line-height: 120%;
  /*text-transform: uppercase;*/
  font-size: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.page-filter__top._active .item-filter__button {
  transform: rotate(-90deg);
}
.page-filter__top .item-filter__name-icon {
  margin-right: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.page-filter__item {
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.page-filter__item:last-child {
  margin-bottom: 0;
}
.page-filter__more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}

.page-filter__more._active:after {
  transform: rotate(270deg);
}

.page-filter__more::after {
  content: "";
  display: block;
  background: url("img/icons/arrow-blue.svg") center no-repeat;
  background-size: contain;
  
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.page-filter__more._active .page-filter__more-buttom {
  transform: rotate(-90deg);
}
@media (min-width: 991.98px) {
  .page-filter__more:hover {
    opacity: 0.3;
  }
}
.page-filter__clear {
  width: 100%;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid #bbc5cf;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 991.98px) {
  .page-filter__clear:hover {
    background-color: var(--clr-darkBlue);
    color: white;
  }
}

.page-filter__items:not(._active) .page-filter__item:nth-child(n + 8) {
  display: none;
}



@media (max-width: 991.98px) {
  .page-filter__top {
    display: block;
  }
  .page-filter__body {
    margin-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  }
}
@media (min-width: 991.98px) {
  .page-filter__body {
    display: block;
  }
}

.item-filter {
  background: #eceef0;
  border-radius: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + -13 * (100vw - 37.5rem) / 1545);
}
.item-filter__top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding-bottom 0.3s ease-out;
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__top._active {
  padding-bottom: 0;
}
.item-filter__top._active .item-filter__button {
  transform: rotate(-90deg);
}
.item-filter__name {
  display: flex;
  align-items: center;
  gap: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
  font-weight: 300;
  line-height: 121.4285714286%;
  /*text-transform: uppercase;*/
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}

.item-filter__body {
  padding-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}

.item-filter__name-icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__name-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-filter__count {
  display: flex;
  align-items: center;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__count-button {
  transition: opacity 0.3s ease;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .item-filter__count-button:hover {
    opacity: 0.3;
  }
}
.item-filter__count-button._active {
  display: flex;
}
.item-filter__count-button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-filter__button {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-filter__search {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: white;
  padding-top: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__list {
  overflow: auto;
  margin-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  max-height: calc(18rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__list::-webkit-scrollbar {
  width: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(7.7rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__list::-webkit-scrollbar-track {
  background-color: #eceef0;
}
.item-filter__list::-webkit-scrollbar-thumb {
  background-color: #bbc5cf;
  border-radius: calc(2.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__list-body {
  display: flex;
  flex-direction: column;
  height: fit-content;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-filter__checkbox {
  width: 100%;
}

.search-filter__input {
  background-color: none;
  width: 100%;
  font-weight: 400;
  line-height: 121.4285714286%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.search-filter__button {
  display: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease;
}
@media (min-width: 991.98px) {
  .search-filter__button:hover {
    opacity: 0.3;
  }
}
.search-filter__button._active {
  display: flex;
}
.search-filter__button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.tovar-page__content {
  display: grid;
  grid-template-columns: 41.5444770283% 53.5679374389%;
  grid-template-rows: auto auto auto;
  column-gap: calc(0rem + 50 * (100vw - 37.5rem) / 1545);
}
.tovar-page__information {
  margin-bottom: calc(4.8rem + 16 * (100vw - 37.5rem) / 1545);
}
.tovar-page__button {
  width: 100%;
  display: block;
  margin-top: calc(4.8rem + 16 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .tovar-page__content {
    grid-template-columns: 100%;
  }
}

.content-tovar__media {
  grid-row: 1/4;
}

@media (max-width: 991.98px) {
  .content-tovar__media {
    margin-bottom: 3.2rem;
  }
}

.content-tovar__bigImages {
  position: relative;
  overflow: hidden;
  padding-right: 1px;
  height: min-content;
  background: #ffffff;
  border: 1px solid #bbc5cf;
  height: calc(24.7rem + 74 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.576298rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  cursor: pointer;
}
.content-tovar__bigImages .swiper-wrapper {
  height: 100%;
}
.content-tovar__bigImage {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.content-tovar__bigImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content-tovar__status-container {
  position: absolute;
  z-index: 2;
  top: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  left: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.content-tovar__status-container .item-tovar__status {
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.content-tovar__images {
  height: fit-content;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.content-tovar__image {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(24.7rem + -141 * (100vw - 37.5rem) / 1545);
  padding: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  background: #ffffff;
  border: 1px solid #bbc5cf;
  border-radius: calc(0.775089rem + 0 * (100vw - 37.5rem) / 1545);
  transition: border 0.2s ease;
}
@media (min-width: 991.98px) {
  .content-tovar__image:hover img {
    opacity: 0.5;
  }
}
.content-tovar__image img {
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content-tovar__image.swiper-slide-thumb-active {
  border: 1px solid #0e2745;
}
.content-tovar__navigation {
  display: none;
}
.content-tovar__title {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: start;
  
  gap: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  
  margin-bottom: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.content-tovar__detail {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 991.98px) {
  .content-tovar__media {
    grid-row: auto;
  }
  .content-tovar__images {
    display: none;
  }
  .content-tovar__title, .content-tovar__images, .content-tovar__detail, .content-tovar__delevery {
    grid-column: 1/2;
  }
  .content-tovar__title {
    grid-row: 1/2;
  }
  .content-tovar__delevery {
    flex-direction: column;
  }
  .content-tovar__navigation {
    display: flex;
  }
  .content-tovar__detail {
    grid-row: 3/4;
    margin-top: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  }
}


.title-tovar__name {
  font-weight: 300;
  line-height: 121.4285714286%;
  font-size: calc(2.2rem + 6 * (100vw - 37.5rem) / 1545);
  max-width: 90%;
}
.title-tovar__informations {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  row-gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  font-weight: 400;
  line-height: 121.4285714286%;
  text-decoration-line: underline;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.title-tovar__code {
  gap: calc(0.6rem + 2 * (100vw - 37.5rem) / 1545);
}
.title-tovar__code .code-tovar__copy {
  gap: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.title-tovar__code .code-tovar__copy span {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .title-tovar__name {
    grid-column: 1/3;
    max-width: none;
  }
  .title-tovar__code span {
    margin-top: 0;
  }
}

.share-tovar {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  position: relative;
}
@media (max-width: 991.98px) {
  .share-tovar {
    grid-column: 1 / 2;
  }
}
@media (min-width: 991.98px) {
  .share-tovar:hover .share-tovar__text {
    opacity: 0.3;
  }
}
.share-tovar__text {
  font-weight: 300;
  line-height: 100%;
  color: #5a636d;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease;
}
.share-tovar__icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.share-tovar__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.share-popup {
  position: absolute;
  top: 2rem; /* ниже кнопки */
  left: 0;
  background: #fff;
  border: 1px solid #d6e4f5;
  border-radius: .8rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 1.2rem;
  display: none;
  flex-direction: column;
  width: max-content;
  z-index: 1000;
}

.share-popup.active {
  display: flex;
}

.share-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #0b214a;
  font-size: 1.2rem;
  transition: background 0.2s;
}

.share-item:hover {
  background: #f1f5fa;
}

.share-item i {
  width: 1.6rem;height: 1.6rem;
}


/* Иконки можно подключить из FontAwesome или SVG */
.icon-whatsapp::before { content: ""; background: url("img/icons/whatsapp-share.svg") center no-repeat; background-size: contain; width: 1.6rem; height: 1.6rem;  display: block}
.icon-telegram::before { content: ""; background: url("img/icons/telegramm-share.svg") center no-repeat; background-size: contain; width: 1.6rem; height: 1.6rem; display: block; }
.icon-vk::before { content: ""; background: url("img/icons/vk-share.svg") center no-repeat; background-size: contain; width: 1.6rem; height: 1.6rem; display: block; }
.icon-link::before { content: ""; background: url("img/icons/link-share.svg") center no-repeat; background-size: contain; width: 1.6rem; height: 1.6rem; display: block; }


.detail-tovar__item {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.detail-tovar__title {
  font-weight: 500;
  line-height: 122.2222222222%;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.detail-tovar__values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.detail-tovar__input {
  display: none;
}
.detail-tovar__input:checked ~ .detail-tovar__text {
  border: 1px solid #0e2745;
}
.detail-tovar__text {
  display: block;
  transition: border 0.2s ease;
  background: #eceef0;
  border: 1px solid #eceef0;
  cursor: pointer;
  font-weight: 300;
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}

.delivery-tovar {
  display: flex;
  gap: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__information, .delivery-tovar__discount {
  background-color: #eceef0;
  border-radius: calc(0.4rem + 4 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__information {
  width: 60.0364963504%;
  padding-top: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.6rem + 1 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.6rem + 1 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__information-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.delivery-tovar__information-top .delivery-tovar__stock {
  width: fit-content;
}
.delivery-tovar__information-button {
  width: 100%;
  margin-top: calc(2.2rem + -4 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__information-cart {
  display: block;
  width: 100%;
}
.delivery-tovar__stock .stock-item-tovar__text {
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__stock .stock-item-tovar__count {
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__price .price-item-tovar__count {
  font-size: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__price .price-item-tovar__nds {
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__discount {
  width: 39.0510948905%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(1.5rem + -3 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.3rem + -3 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.3rem + -3 * (100vw - 37.5rem) / 1545);
  padding-left: calc(3.8rem + -17 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2rem + 1 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__discount-icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(5.3rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.137rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__discount-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.delivery-tovar__discount-text {
  font-weight: 300;
  line-height: 118.75%;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(1.4rem + 2 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__quantity {
  width: 100%;
  gap: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(2.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.delivery-tovar__quantity .quantity__button, .delivery-tovar__quantity .quantity__input {
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding: calc(1.7rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .delivery-tovar__discount, .delivery-tovar__information {
    width: 100%;
  }
  .delivery-tovar__discount {
    flex-direction: row;
  }
  .delivery-tovar__discount-text {
    text-align: left;
  }
}

.spoller-tovar__top {
  display: none;
  border-top: 1px solid #bbc5cf;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.spoller-tovar:last-child {
  border-bottom: 1px solid #bbc5cf;
}

.spoller-tovar__top._active ~ .spoller-tovar__content {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.spoller-tovar__top._active .spoller-tovar__button {
  transform: rotate(-90deg);
}
.spoller-tovar__content {
  transition: margin-bottom 0.3s ease;
}
.spoller-tovar__name {
  font-weight: 300;
  line-height: 120%;
  font-size: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.spoller-tovar__button {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.spoller-tovar__button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .spoller-tovar__top {
    display: flex;
  }
}

/*.spoller-tovar:last-child {*/
/*  border-bottom: 1px solid #bbc5cf;*/
/*}*/


.information-tovar__tabs {
  display: flex;
  margin-bottom: calc(6.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.information-tovar__tab {
  width: 100%;
  opacity: 0.3;
  border-bottom: 1px solid #0e2745;
  padding-top: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease;
}
.information-tovar__tab._active {
  opacity: 1;
}
.information-tovar__block {
  grid-template-columns: 57.1939871152% 39.2269148175%;
  gap: calc(3.2rem + 18 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .information-tovar__block {
    grid-template-columns: 100%;
  }
  .information-tovar__tabs {
    display: none;
  }
}

.block-tovar._tabs-block._active {
  display: grid;
}
.block-tovar__description {
  margin-bottom: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.block-tovar__description-title {
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.block-tovar__description p {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.block-tovar__description img {
  background: #ffffff;
  /*border: 1px solid #bbc5cf;*/
  width: 100%;
  /*border-radius: calc(0.559375rem + 0 * (100vw - 37.5rem) / 1545);*/
  max-width: calc(80rem + -332 * (100vw - 37.5rem) / 1545);
  height: calc(13.2rem + 58 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
  object-fit: contain;
}
.block-tovar__title {
  font-weight: 300;
  line-height: 120.8333333333%;
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
}
.block-tovar__suitable {
  margin-bottom: calc(0rem + 48 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .block-tovar._tabs-block {
    display: grid;
  }
  .block-tovar__description-title {
    display: none;
  }
}

.specifications-tovar__title {
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.specifications-tovar__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #bbc5cf;
  gap: calc(0.2rem + 28 * (100vw - 37.5rem) / 1545);
  max-width: calc(60rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.8rem + 2 * (100vw - 37.5rem) / 1545);
}
.specifications-tovar__item:last-child {
  /*border-bottom: 1px solid #bbc5cf;*/
}
.specifications-tovar__name {
  font-weight: 300;
  line-height: 121.4285714286%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.specifications-tovar__value {
  line-height: 121.4285714286%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  text-align: right;
}
@media (max-width: 991.98px) {
  .specifications-tovar__item {
    flex-direction: column;
    align-items: start;
  }
}

.suitable-block__title {
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__item {
  position: relative;
  display: flex;
  background: #eceef0;
  gap: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  padding: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__left {
  display: flex;
  align-items: stretch;
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__img {
  background: #ffffff;
  padding: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.19094rem + 0 * (100vw - 37.5rem) / 1545);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(14rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(10.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.suitable-block__details {
  height: auto;
  display: flex;
  flex-direction: column;
}
.suitable-block__details .item-tovar__informations {
  position: relative;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__details .item-tovar__code span {
  margin-top: 0 !important;
}
.suitable-block__details .item-tovar__copy {
  width: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__name {
  font-weight: 300;
  line-height: 121.4285714286%;
  text-transform: uppercase;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  display: block;
}
.suitable-block__name::after {
  content: "";
  position: absolute;
  inset: 0;
}
.suitable-block__count {
  width: 100%;
  font-weight: 300;
  line-height: 140%;
  margin-top: auto;
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__count._green {
  color: #06af8d;
}
.suitable-block__count._red {
  color: #b92020;
}
.suitable-block__button {
  position: relative;
  width: max-content;
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__price .price-item-tovar__count {
  text-align: right;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__price .price-item-tovar__nds {
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__quantity {
  position: relative;
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  gap: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__quantity._active {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
}
.suitable-block__quantity .quantity__button, .suitable-block__quantity .quantity__input {
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__quantity .quantity__button {
  width: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.suitable-block__quantity .quantity__input {
  width: calc(3.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .suitable-block {
    display: none;
  }
}

.cncm-tovar {
  margin-left: auto;
  border-top: 1px solid #bbc5cf;
  max-width: calc(50rem + -173 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0rem + 24 * (100vw - 37.5rem) / 1545);
}
.cncm-tovar__title {
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.cncm-tovar__item {
  display: flex;
  align-items: center;
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.cncm-tovar__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbc5cf;
  width: calc(5.7rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.cncm-tovar__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cncm-tovar__text {
  font-weight: 400;
  color: #5a636d;
  line-height: 122.2222222222%;
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .cncm-tovar {
    padding-top: 0;
    max-width: none;
    border-top: none;
  }
}

.modes-tovar__title {
  margin-bottom: calc(0rem + 24 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__table {
  margin-bottom: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__row {
  width: max-content;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  border-top: 1px solid #bbc5cf;
  border-left: 1px solid #bbc5cf;
  border-right: 1px solid #bbc5cf;
}
.modes-tovar__row:last-child {
  border-bottom: 1px solid #bbc5cf;
}
.modes-tovar__column {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #bbc5cf;
  height: calc(5.6rem + 0 * (100vw - 37.5rem) / 1545);
  font-weight: 400;
  line-height: 115%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(1n) {
  width: calc(8.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(2n) {
  width: calc(18.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(3n) {
  width: calc(17.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(4n) {
  width: calc(18.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(5n) {
  width: calc(18.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(6n) {
  width: calc(18.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(7n) {
  width: calc(18.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:nth-child(8n) {
  width: calc(19rem + 0 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column._header {
  background: #eceef0;
}
.modes-tovar__column._header span {
  width: min-content;
  text-align: center;
  font-weight: 300;
  line-height: 115%;
  color: #0e2745;
  font-size: calc(1.4rem + 2 * (100vw - 37.5rem) / 1545);
}
.modes-tovar__column:last-child {
  border-right: none;
}
.modes-tovar__attention {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(87.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .modes-tovar__title {
    display: none;
  }
  .modes-tovar__table {
    overflow: auto;
    width: 110%;
    margin-left: calc(-2.4rem + 24 * (100vw - 37.5rem) / 1545);
    margin-right: calc(2.4rem + -24 * (100vw - 37.5rem) / 1545);
    padding-left: calc(2.4rem + -24 * (100vw - 37.5rem) / 1545);
    padding-right: calc(2.4rem + -24 * (100vw - 37.5rem) / 1545);
    padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .modes-tovar__table::-webkit-scrollbar {
    width: calc(15.4rem + 0 * (100vw - 37.5rem) / 1545);
    height: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .modes-tovar__table::-webkit-scrollbar-thumb {
    background-color: #bbc5cf;
    border-radius: calc(2.8rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .modes-tovar__column .item-tovar__size {
    width: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    height: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .modes-tovar._tabs-block {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .spareParts-tovar._tabs-block {
    display: block;
  }
  .spareParts-tovar__top {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .suitable-tovar__top {
    display: none;
  }
  .suitable-tovar._tabs-block {
    display: block;
  }
}

.news-page {
  width: 100%;
}
.news-page__title {
  margin-bottom: calc(1.6rem + 16 * (100vw - 37.5rem) / 1545);
}
.news-page__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: calc(1.6rem + 6 * (100vw - 37.5rem) / 1545);
  row-gap: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
}
.news-page__item {
  min-height: calc(39.7rem + 93 * (100vw - 37.5rem) / 1545);
}
.news-page__item .item-news__img {
  height: calc(18.4rem + -3 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .news-page__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*.news-page__breadcrumbs {*/
/*  max-width: calc(32rem + 980 * (100vw - 37.5rem) / 1545);*/
/*}*/

.news-page__pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: calc(4rem + 24  * (100vw - 37.5rem) / 1545);
}

.load-more {
  width: 100%;
  border: 1px solid #a9afb5;
  overflow: hidden;
  font-weight: 500;
  color: #0E2745;
  height: calc(5.6rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(100rem + 0 * (100vw - 37.5rem) / 1545);
  gap: calc(1rem + 10 * (100vw - 37.5rem) / 1545);
  border-radius: calc(6.8rem + 0 * (100vw - 37.5rem) / 1545);
}

.new-page__content {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #bbc5cf;
  max-width: calc(32rem + 560 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0rem + 68 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(4rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(4.8rem + 32 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .new-page__content {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .new-page__content {
    max-width: none;
  }
}
.new-page__content p:not(.new-page__information) {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}


.new-page__content p a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--clr-darkBlue);
  transition: opacity 0.3s ease;
}
@media (min-width: 991.98px) {
  .new-page__content p a:hover {
    opacity: 0.3;
  }
}
.new-page__content h3 {
  font-weight: 500;
  line-height: 140%;
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
  margin-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.new-page__content li {
  list-style-type: inherit;
  color: #5a636d;
  font-weight: 400;
  line-height: 140%;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-left: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.new-page__content > img {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.new-page__content .new-page__slider {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.new-page__top {
  border-bottom: 1px solid #bbc5cf;
  padding-bottom: calc(3.2rem + 16 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.new-page__title {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.new-page__informations {
  display: flex;
  align-items: center;
}
.new-page__information {
  font-weight: 300 !important;
  line-height: 122.2222222222% !important;
  color: #5a636d !important;
  font-size: calc(1.4rem + 4 * (100vw - 37.5rem) / 1545) !important;
  padding-right: calc(2.4rem + -2 * (100vw - 37.5rem) / 1545) !important;
  padding-left: calc(2.4rem + -2 * (100vw - 37.5rem) / 1545) !important;
  border-right: 1px solid #bbc5cf !important;
}
.new-page__information:first-child {
  padding-left: 0 !important;
}
.new-page__information:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}
.new-page__slider._mini .new-page__slider-img {
  height: calc(16rem + 146 * (100vw - 37.5rem) / 1545);
}
.new-page__slider._mini .swiper-navigate {
  display: none;
  margin-top: calc(2.4rem + 28 * (100vw - 37.5rem) / 1545);
}
.new-page__slider._big {
  overflow: visible;
}
.new-page__slider._big .new-page__slider-img {
  height: calc(20.3rem + 218 * (100vw - 37.5rem) / 1545);
}
.new-page__slider-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #bbc5cf;
  border-radius: calc(0.3rem + 5 * (100vw - 37.5rem) / 1545);
}
.new-page__slider-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.new-page .wp-block-image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(67.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.new-page .wp-block-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.new-page .wp-block-video {
  position: relative;
  border: 1px solid #bbc5cf;
  max-width: calc(67.5rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.4rem + 4 * (100vw - 37.5rem) / 1545);
  height: calc(20.3rem + 177 * (100vw - 37.5rem) / 1545);
  width: 100%;
}
.new-page .wp-block-video video {
  width: 100%;
  height: 100%;
}
.new-page__video-poster {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.new-page__video-poster img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.new-page__video-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.new-page__video-filter__hue, .new-page__video-filter__opacity {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.new-page__video-filter__hue {
  z-index: 1;
  background: #0e2745;
  mix-blend-mode: hue;
}
.new-page__video-filter__opacity {
  z-index: 2;
  background: #1c1c1c;
  opacity: 0.5;
}
.new-page__video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-page__video-play-icon {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2.65px);
  border-radius: 100%;
  width: calc(4.8rem + 16 * (100vw - 37.5rem) / 1545);
  height: calc(4.8rem + 16 * (100vw - 37.5rem) / 1545);
}
.new-page__video-play span {
  display: block;
  background-color: #b92020;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  width: calc(1.7rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.7rem + 0 * (100vw - 37.5rem) / 1545);
  margin-left: calc(0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .new-page__slider._mini .swiper-navigate {
    display: flex;
  }
}

.recommended-news {
  width: 100%;
}

.recommended-news__title {
  margin-bottom: calc(1.6rem + 16 * (100vw - 37.5rem) / 1545) !important;
}
.recommended-news__items {
  margin-bottom: calc(2.4rem + 28 * (100vw - 37.5rem) / 1545);
}
.recommended-news__navigation {
  width: min-content;
  gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .recommended-news__navigation {
    width: 100%;
  }
}

.about-page__subtitle {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
/*.about-page__news .recommended-news__items {*/
/*  margin-bottom: 0;*/
/*}*/
.about-page__faq {
  max-width: calc(104.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.about-page__navigate {
  width: fit-content;
  gap: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545) !important;
  margin-top: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545) !important;
}
@media (max-width: 991.98px) {
  .about-page__navigate {
    width: 100%;
  }
}

.company-about-page {
  max-width: calc(104.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.company-about-page__title {
  margin-bottom: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
}
.company-about-page__subtitle {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: 73rem;
}
.company-about-page__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .company-about-page__items {
    grid-template-columns: 1fr;
  }
}

.advantages-about-page {
  margin-bottom: calc(4rem + 26 * (100vw - 37.5rem) / 1545);
}
.advantages-about-page__title {
  margin-bottom: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.advantages-about-page__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(3.2rem + -32 * (100vw - 37.5rem) / 1545);
}
.advantages-about-page__item {
  border-right: 1px solid #bbc5cf;
}
.advantages-about-page__item:last-child {
  border-right: none;
}
.advantages-about-page__item:first-child .advantages-about-page__number, .advantages-about-page__item:first-child .advantages-about-page__bottom {
  padding-left: 0;
}
.advantages-about-page__item:last-child .advantages-about-page__circle {
  display: none;
}
.advantages-about-page__number {
  color: #eceef0;
  width: 100%;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
  border-bottom: 1px solid #bbc5cf;
  padding-left: calc(0rem + 21 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1rem + -10 * (100vw - 37.5rem) / 1545);
  font-size: calc(4rem + 20.3077 * (100vw - 37.5rem) / 1545);
}
.advantages-about-page__bottom {
  position: relative;
  padding-top: calc(2rem + 5 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0rem + 21 * (100vw - 37.5rem) / 1545);
}
.advantages-about-page__circle {
  position: absolute;
  border-radius: 100%;
  background: #b92020;
  width: calc(0.9rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(0.9rem + 0 * (100vw - 37.5rem) / 1545);
  top: calc(-0.5rem + 0 * (100vw - 37.5rem) / 1545);
  right: calc(-0.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.advantages-about-page__name {
  font-weight: 500;
  line-height: 125%;
  color: #0e2745;
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 1 * (100vw - 37.5rem) / 1545);
}
.advantages-about-page__text {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  max-width: calc(27.9rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .advantages-about-page__items {
    grid-template-columns: 1fr;
  }
  .advantages-about-page__item {
    border-right: none;
  }
  .advantages-about-page__item:last-child .advantages-about-page__circle {
    display: block;
  }
  .advantages-about-page__text {
    max-width: none;
  }
}

.slider-about-page {
  overflow: visible;
}
.slider-about-page__slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(16rem + 239 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.4rem + 4 * (100vw - 37.5rem) / 1545);
}
.slider-about-page__slide a {
  width: 100%;
  height: 100%;
}
.slider-about-page__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.manufacturers-about-page {
    overflow: hidden;
}
.manufacturers-about-page__title {
  margin-bottom: calc(2.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.manufacturers-about-page__subtitle {
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545) !important;
  margin-bottom: calc(2.3rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(104.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.manufacturers-about-page__slider {
  overflow: visible !important;
}

.about-page__slider-container {
  overflow: hidden;
}


.manufacturers-about-page__slide {
  background: #ffffff;
  border: 1px solid #bbc5cf;
  border-radius: calc(0.4rem + 4 * (100vw - 37.5rem) / 1545);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(11rem + 37 * (100vw - 37.5rem) / 1545);
  padding: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.manufacturers-about-page__slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: calc(18rem + 47 * (100vw - 37.5rem) / 1545);
}

.pay-page {
  width: 100%;
}
.pay-page__continer {
  max-width: calc(104.7rem + 0 * (100vw - 37.5rem) / 1545);
}
.pay-page__title {
  margin-bottom: calc(1.6rem + 14 * (100vw - 37.5rem) / 1545);
}
.pay-page__items {
  display: grid;
  grid-template-columns: 31.7096466094% 1fr;
  gap: calc(0.8rem + 9 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
}
.pay-page__item {
  padding-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.4rem + 5 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.pay-page__item._big {
  grid-row: 1/3;
  padding-bottom: calc(2.4rem + -7 * (100vw - 37.5rem) / 1545);
  padding-left: calc(3.2rem + -8 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .pay-page__items {
    grid-template-columns: 1fr;
  }
  .pay-page__item._big {
    grid-row: 1/2;
  }
}

.item-pay-page {
  display: grid;
  grid-template-columns: auto 1fr;
  background: #eceef0;
  gap: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-pay-page__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: calc(3.3rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-pay-page__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-pay-page__text {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  margin-top: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}

.information-pay-page__title {
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.information-pay-page__subtitle {
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}

.delevery-page {
  width: 100%;
}
.delevery-page__continer {
  max-width: calc(98.9rem + 0 * (100vw - 37.5rem) / 1545);
}
.delevery-page__title {
  margin-bottom: calc(1.6rem + 16 * (100vw - 37.5rem) / 1545);
}
.delevery-page__content h2, .delevery-page__content h3, .delevery-page__content h4 {
  color: var(--clr-darkBlue) !important;
}
.delevery-page__content h2 {
  font-weight: 500;
  line-height: 140%;
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
  margin-top: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.delevery-page__content h3 {
  font-weight: 500;
  line-height: 140%;
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
  margin-top: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.delevery-page__content h4 {
  font-weight: 300;
  margin-top: calc(0.8rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
}
.delevery-page__content p {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}

.content-page .delevery-page__content p {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.delevery-page__content ul {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.delevery-page__content ul li {
  list-style-type: disc;
  margin-left: calc(2rem + 10 * (100vw - 37.5rem) / 1545);
}

.delevery-page__content a {
  text-decoration: underline;
  transition: opacity .3s;
}
@media (min-width: 991.98px) {
  .delevery-page__content a:hover {
    opacity: .5;
  }
}

.image-delevery {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #eceef0;
  border-radius: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(69.8rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(41.2rem + -167 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
}
.image-delevery__text {
  position: absolute;
  top: calc(4.8rem + -8 * (100vw - 37.5rem) / 1545);
  left: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  z-index: 1;
  font-weight: 500;
  line-height: 118.75%;
  text-transform: uppercase;
  font-size: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.image-delevery__map {
  position: absolute;
  top: -35%;
  right: -8%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(58.727rem + 0.54 * (100vw - 37.5rem) / 1545);
  height: calc(36.877rem + -0.76 * (100vw - 37.5rem) / 1545);
}
.image-delevery__map img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-delevery__car {
  position: absolute;
  bottom: -5%;
  right: -5%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(42.167rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(20.9rem + -1 * (100vw - 37.5rem) / 1545);
}
.image-delevery__car img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .image-delevery__text {
    top: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
    left: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .image-delevery__map {
    top: 17%;
    right: -39%;
    transform: rotate(-22deg);
  }
  .image-delevery__car {
    bottom: -3%;
    right: -24%;
  }
}

.contacts-page {
  width: 100%;
}
.contacts-page__title {
  margin-bottom: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
}
.contacts-page__subtitle {
  font-weight: 500;
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.contacts-page__continer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.contacts-page__top {
  width: fit-content;
  display: flex;
  border-bottom: 1px solid #bbc5cf;
  gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + -12 * (100vw - 37.5rem) / 1545);
}
.contacts-page__contact {
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.contacts-page__contact._adress {
  margin-bottom: 0;
  grid-template-columns: 1fr;
  gap: 1.2rem
}
.contacts-page__contact._adress .contact-header__text {
  font-size: inherit;
  grid-column: unset;
}
@media (max-width: 991.98px) {
  .contacts-page__continer {
    display: block;
  }
  .contacts-page__top {
    flex-direction: column;
  }
  .contacts-page__left {
    margin-bottom: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.partner-contacts-page {
  background: #ffffff;
  border: 1px solid #bbc5cf;
  overflow: hidden;
  position: relative;
  width: calc(15.5rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(18.1rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 991.98px) {
  .partner-contacts-page:hover {
    box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  }
}
.partner-contacts-page__icon {
  border: 1px solid #bbc5cf;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(5.2rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(5.2rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: -3px;
  margin-left: -1.5px;
}
.partner-contacts-page__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.partner-contacts-page__name {
  font-weight: 300;
  line-height: 116.6666666667%;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-left: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
.partner-contacts-page__bottom {
  margin-top: auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: calc(1.5rem + 0 * (100vw - 37.5rem) / 1545);
}
.partner-contacts-page__arrow {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.partner-contacts-page__arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.searchResult-page {
  width: 100%;
}
.searchResult-page__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(4.2rem + 2 * (100vw - 37.5rem) / 1545);
}
.searchResult-page__title {
  max-width: calc(89.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.searchResult-page__found {
  font-weight: 300;
  line-height: 120%;
  color: #5a636d;
  font-size: calc(1.6rem + 4 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.2rem + 7 * (100vw - 37.5rem) / 1545);
}
.searchResult-page__continer {
  max-width: calc(105.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.searchResult-page__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.searchResult-page__sortings {
  display: flex;
  align-items: center;
  gap: calc(0.8rem + 24 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .searchResult-page__header {
    flex-direction: column;
  }
}

.item-searchResult {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  border-top: 1px solid #bbc5cf;
  padding-top: calc(2.4rem + -8 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-searchResult:last-child {
  border-bottom: 1px solid #bbc5cf;
}
.item-searchResult__right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: calc(.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__img {
  background: #ffffff;
  border: 1px solid #bbc5cf;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 1/2;
  grid-column: 1/2;
  width: calc(6.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(5.1rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.2rem + 0.5 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-searchResult__name {
  grid-row: 1/2;
  grid-column: 2/3;
  font-weight: 300;
  line-height: 121.4285714286%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__details {
  display: flex;
  align-items: center;
  grid-column: 2/3;
  grid-row: 1/2;
  gap: calc(0rem + 24 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__price {
  display: flex;
  align-items: center;
  gap: calc(0rem + 4 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__price .price-item-tovar__count {
  line-height: 140%;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__price .price-item-tovar__nds {
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__count {
  font-weight: 300;
  line-height: 140%;
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__count._green {
  color: #06af8d;
}
.item-searchResult__count._red {
  color: #b92020;
}


.item-searchResult__buttons {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  
}
.item-searchResult__quantity {
  display: grid;
  grid-template-columns: auto 1fr auto;
  font-weight: 400;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(0rem + 4 * (100vw - 37.5rem) / 1545);
  gap: calc(0.2rem + 0 * (100vw - 37.5rem) / 1545);
  width: 100%;
}
.item-searchResult__quantity .quantity__input {
  font-weight: inherit;
  font-size: inherit;
  width: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-searchResult__quantity .quantity__button {
  font-weight: inherit;
  font-size: inherit;
  /*width: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);*/
  /*height: calc(2.3rem + 0 * (100vw - 37.5rem) / 1545);*/
}
.item-searchResult__button {
  font-weight: 300;
  line-height: 100%;
  font-size: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .item-searchResult__right {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
  }
  .item-searchResult__information {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .item-searchResult__buttons {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .item-searchResult__quantity {
    display: none;
  }
  .item-searchResult__quantity._active {
    display: grid !important;
  }
  .item-searchResult__details {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .item-searchResult__code {
    grid-row: 1/2;
  }
  .item-searchResult__price {
    margin-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .item-searchResult__price .price-item-tovar__nds {
    display: none;
  }
}

.popup-cookies {
  display: none;
}
.popup-cookies__body {
  z-index: 999;
  position: fixed;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #bbc5cf;
  box-shadow: 2px 2px 10.3px rgba(14, 39, 69, 0.2);
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: calc(1.6rem + 16 * (100vw - 37.5rem) / 1545);
  max-width: calc(32.7rem + 1071 * (100vw - 37.5rem) / 1545);
  bottom: calc(1.6rem + 24 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 24 * (100vw - 37.5rem) / 1545);
  padding-left: calc(1.6rem + 24 * (100vw - 37.5rem) / 1545);
  padding-right: calc(1.6rem + 40 * (100vw - 37.5rem) / 1545);
}
.popup-cookies__left {
  max-width: calc(83.1rem + 0 * (100vw - 37.5rem) / 1545);
}
.popup-cookies__name {
  font-weight: 500;
  line-height: 125%;
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.popup-cookies__text {
  font-weight: 400;
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.popup-cookies__button {
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: #eceef0;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.1rem + 92 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.1rem + 92 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .popup-cookies__body {
    flex-direction: column;
    align-items: stretch;
  }
  .popup-cookies__button {
    width: 100%;
  }
}

.error-page {
  height: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.error-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page__code {
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  color: #0e2745;
  font-size: calc(8rem + 100 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.error-page__text {
  font-weight: 400;
  line-height: 122.2222222222%;
  color: #303030;
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + 24 * (100vw - 37.5rem) / 1545);
}
.error-page__button {
  width: fit-content;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(9.9rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(9.8rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .error-page__body {
    width: 100%;
  }
}

.form-popup__title {
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  color: #0e2745;
  font-size: calc(2.8rem + 12 * (100vw - 37.5rem) / 1545);
}
.form-popup__title._application {
  margin-bottom: calc(4rem + 8 * (100vw - 37.5rem) / 1545);
}
.form-popup__title._getKP {
  margin-bottom: calc(2.4rem + 11 * (100vw - 37.5rem) / 1545);
}
.form-popup__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.form-popup__inputs._tabs-block {
  display: none;
}
.form-popup__inputs._tabs-block._active {
  display: grid;
}
.form-popup__input {
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545) !important;
}
.form-popup__input input {
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.9rem + -3 * (100vw - 37.5rem) / 1545);
}
.form-popup__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: calc(4rem + 16 * (100vw - 37.5rem) / 1545);
  gap: calc(3.2rem + -26 * (100vw - 37.5rem) / 1545);
}
.form-popup__switch {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-popup__button {
  margin-left: calc(0rem + 21 * (100vw - 37.5rem) / 1545);
  margin-right: calc(0rem + 33 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.1rem + 83 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.1rem + 83 * (100vw - 37.5rem) / 1545);
}
.form-popup__policy {
  width: 110%;
  margin-left: calc(0rem + 16 * (100vw - 37.5rem) / 1545);
  
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.form-popup__radio .radio__text {
  font-weight: 300;
  line-height: 121.4285714286%;
  color: #0e2745;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-popup__message {
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  font-size: calc(2.8rem + 12 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .form-popup__bottom, .form-popup__inputs {
    grid-template-columns: 1fr;
  }
  .form-popup__button {
    width: 100%;
  }
  .form-popup__policy {
    width: 100%;
  }
}

.login-page,
.register-page,
.recovery-page,
.profile-page {
  width: 100%;
}

.profile-page .information-form-page {
  min-height: 0 !important;
  width: fit-content;
  gap: calc(0.9rem + 7 * (100vw - 37.5rem) / 1545);
  height: calc(7.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.profile-page .information-form-page__icon {
  margin-top: -2px;
  margin-left: -1.5px;
}
.profile-page .information-form-page__edit {
  padding-right: calc(0rem + 30 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .profile-page .information-form-page {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .profile-page .information-form-page__link {
    margin-top: 0;
  }
}

.form-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.form-page__left {
  margin-right: calc(0rem + 97 * (100vw - 37.5rem) / 1545);
}
.form-page__title {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-page__inputs {
  margin-bottom: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-page__input {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-page__input:last-child {
  margin-bottom: 0;
}
.form-page__input input {
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-page__bottom .form-page__link {
  display: none;
}
.form-page__button {
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.1rem + 102 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.1rem + 102 * (100vw - 37.5rem) / 1545);
}
.form-page__link {
  display: block;
  margin-left: auto;
  width: fit-content;
  font-weight: 300;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(4rem + -16 * (100vw - 37.5rem) / 1545);
}
.form-page__link:hover {
  opacity: 0.3;
  text-decoration-line: underline;
}
.form-page__right {
  position: sticky;
  top: 10%;
  height: fit-content;
}
.form-page__information {
  margin-top: calc(4rem + -40 * (100vw - 37.5rem) / 1545);
}
.form-page__save {
  width: fit-content;
  margin-top: calc(3.2rem + 24 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2rem + 83 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2rem + 83 * (100vw - 37.5rem) / 1545);
}
.form-page__dontsave {
  width: fit-content;
  margin-top: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2rem + 83 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2rem + 83 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .form-page {
    grid-template-columns: 1fr;
  }
  .form-page__input .form-page__link {
    display: none;
  }
  .form-page__bottom .form-page__link {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .form-page__button {
    width: 100%;
  }
  .form-page__save {
    width: 100%;
  }
  .form-page__dontsave {
    width: 100%;
  }
  .form-page__right {
    position: static;
  }
}

.information-form-page {
  background: #ffffff;
  border: 1px solid #bbc5cf;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  display: flex;
  min-height: calc(0rem + 181 * (100vw - 37.5rem) / 1545);
}
.information-form-page__icon {
  border: 1px solid #bbc5cf;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(8rem + 0 * (100vw - 37.5rem) / 1545);
  min-width: calc(8rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(8rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(0.7rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.6rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: -3px;
  margin-left: -1.5px;
}
.information-form-page__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.information-form-page__left {
  padding-top: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
}
.information-form-page__title {
  font-weight: 300;
  line-height: 120.8333333333%;
  color: #0e2745;
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.information-form-page__text {
  font-weight: 400;
  line-height: 130%;
  color: #5a636d;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
}
.information-form-page__text ul li {
  list-style-type: disc;
  margin-left: calc(1rem + 20 * (100vw - 37.5rem) / 1545);
}
.information-form-page__link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  color: #0e2745;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(2.4rem + 8 * (100vw - 37.5rem) / 1545);
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  cursor: pointer;
}
@media (min-width: 991.98px) {
  .information-form-page__link:hover {
    opacity: 0.3;
  }
  .information-form-page__link:hover .information-form-page__link-icon {
    transform: translateX(100%);
  }
}
.information-form-page__link-icon {
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.information-form-page__link-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .information-form-page {
    flex-direction: column;
  }
}

.basket-page {
  width: 100%;
}
.basket-page__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
}
.basket-page__left {
  margin-bottom: calc(3.2rem + -32 * (100vw - 37.5rem) / 1545);
}
.basket-page__title {
  margin-bottom: calc(2.4rem + 21 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .basket-page__container {
    display: block;
  }
}

.basket-page__reset {
  width: calc(28rem + 0 * (100vw - 37.5rem) / 1545);
  display: block;
  text-align: center;
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  
  background-color: white;
  color: var(--clr-darkBlue);
  transition: opacity 0.3s ease;
  margin-top: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity .3s;
  
  margin-bottom: calc(3.2rem + 16 * (100vw - 37.5rem) / 1545);
}

@media (max-width: 991.98px) {
  .basket-page__reset {
    width: 100%;
  }
}

@media (min-width: 991.98px) {
  .basket-page__reset:hover {
    opacity: .4;
  }
}

.table-basket__row {
  display: grid;
  grid-template-columns: 14.7776183644% 27.5466284075% 15.3515064562% 16.212338594% 17.5035868006% 8.6083213773%;
  justify-items: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #bbc5cf;
  padding-top: calc(1.6rem + 6 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.4rem + 2 * (100vw - 37.5rem) / 1545);
}

.table-basket__row._deleted {
  opacity: .4;
}

.table-basket__row._header {
  font-weight: 400;
  line-height: 121.4285714286%;
  text-transform: uppercase;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(0rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(0rem + 16 * (100vw - 37.5rem) / 1545);
  border-bottom: 1px solid #5a636d;
}
.table-basket__image {
  background: #ffffff;
  border: 1px solid #bbc5cf;
  border-radius: 1px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(7.2rem + 31 * (100vw - 37.5rem) / 1545);
  height: calc(5.5rem + 25 * (100vw - 37.5rem) / 1545);
}
.table-basket__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.table-basket__name-text {
  font-weight: 300;
  line-height: 121.4285714286%;
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + -2 * (100vw - 37.5rem) / 1545);
}
.table-basket__code {
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
  width: fit-content;
}
.table-basket__code .code-tovar__copy {
  width: calc(1.3rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.3rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-basket__quantity {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(3.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-basket__quantity .quantity__input {
  width: calc(4.5rem + 0 * (100vw - 37.5rem) / 1545);
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-basket__quantity .quantity__button {
  height: 100%;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  padding-left: calc(0.9rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0.9rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-basket__price {
  display: flex;
  gap: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-basket__price .price-item-tovar__count {
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-basket__price .price-item-tovar__nds {
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.table-basket__delete {
  font-weight: 300;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  transition: opacity 0.3s ease;
}

@media (max-width: 991.98px) {
  .table-basket__delete, .table-basket__restore {
    font-size: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    height: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    position: absolute;
    /*display: none;*/
    background: url("img/icons/close-dark.svg") center no-repeat;
    background-size: contain;
  }
}

@media (min-width: 991.98px) {
  .table-basket__delete:hover {
    opacity: 0.3;
  }
}

.table-basket__stock {
  font-weight: 300;
  position: relative;
  font-weight: 300;
  line-height: 140%;
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
  
  text-align: center;
}
.table-basket__stock._green {
  color: #06af8d;
}
.table-basket__stock._red {
  color: #b92020;
}

.table-basket__name {
  width: 100%;
}


@media (max-width: 991.98px) {
  .table-basket__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    justify-items: start;
    align-items: start;
  }
  .table-basket__row._header > * {
    display: none;
  }
  .table-basket__delete, .table-basket__price {
    /*display: none;*/
  }
  .table-basket__delete-icon {
    display: block;
    position: absolute;
  }
  .table-basket__price._total {
    display: flex;
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .table-basket__name {
    grid-column: 2/4;
    width: 85%;
    padding-left: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  }
  .table-basket__quantity {
    margin-left: auto;
    grid-column: 2/4;
    grid-row: 2/3;
    margin-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.decoration-basket {
  max-width: calc(0rem + 480 * (100vw - 37.5rem) / 1545);
  padding: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
  border: 1px solid #bbc5cf;
  border-radius: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__top {
  border-bottom: 1px solid #bbc5cf;
  padding-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(2.4rem + 16 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__total, .decoration-basket__nds {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.decoration-basket__total {
  font-weight: 300;
  line-height: 120.8333333333%;
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__nds {
  font-weight: 300;
  line-height: 100%;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__button {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
}
/*@media (min-width: 991.98px) {*/
/*  .decoration-basket__button:hover ~ ._ligth {*/
/*    opacity: 0.4;*/
/*  }*/
/*}*/
.decoration-basket__button._ligth {
  background-color: white;
  color: var(--clr-darkBlue);
  transition: opacity 0.3s ease;
  margin-top: calc(0.6rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (min-width: 991.98px) {
  .decoration-basket__button._ligth:hover {
    /*background-color: var(--clr-darkBlue);*/
    /*color: white;*/
    opacity: .4;
  }
}

.decoration-basket__policy {
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  border-top: 1px solid #bbc5cf;
  padding-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.decoration-basket__lists .decoration-basket__total {
  font-size: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__lists .decoration-basket__total._active .decoration-basket__icon {
  transform: rotate(-90deg);
}
.decoration-basket__openList {
  display: flex;
  align-items: center;
  gap: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__icon {
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  transform: rotate(90deg);
}
.decoration-basket__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.decoration-basket__items {
  margin-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__item {
  display: flex;
  gap: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
}
.decoration-basket__delevery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  line-height: 120%;
  margin-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(7.1rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .decoration-basket {
    max-width: none;
  }
}

.item-decoration-basket {
  display: flex;
  justify-content: space-between;
  padding-top: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  border-bottom: 1px solid #BBC5CF;
}
.item-decoration-basket__left {
  display: flex;
  flex-direction: column;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-decoration-basket__name, .item-decoration-basket__price {
  font-weight: 400;
  line-height: 121.4285714286%;
  color: #303030;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  max-width: calc(24.1rem + 0 * (100vw - 37.5rem) / 1545);
}
.item-decoration-basket__count {
  line-height: 116.6666666667%;
  color: #5a636d;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
}

.checkout-page {
  width: 100%;
}
.checkout-page__container {
  display: grid;
  grid-template-columns: 43.0515759312% 1fr;
}
.checkout-page__title {
  margin-bottom: calc(1.6rem + 8 * (100vw - 37.5rem) / 1545);
}
.checkout-page__subtitle {
  line-height: 150%;
  font-weight: 300;
  color: #5a636d;
  margin-bottom: calc(1.6rem + 24 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.6rem + 4 * (100vw - 37.5rem) / 1545);
}
.checkout-page__subtitle a {
  font-weight: 500;
  text-decoration-line: underline;
  color: var(--clr-darkBlue);
  transition: opacity 0.3s ease;
}
@media (min-width: 991.98px) {
  .checkout-page__subtitle a:hover {
    opacity: 0.3;
  }
}
.checkout-page__tabs {
  display: flex;
  margin-bottom: calc(3.2rem + 24 * (100vw - 37.5rem) / 1545);
}
.checkout-page__tab {
  cursor: pointer;
  opacity: 0.3;
  text-align: center;
  border-bottom: 1px solid #0e2745;
  width: 100%;
  padding-top: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(0rem + 10 * (100vw - 37.5rem) / 1545);
  padding-left: calc(0rem + 10 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 4 * (100vw - 37.5rem) / 1545);
}
.checkout-page__tab._active {
  opacity: 1;
}
.checkout-page__right {
  width: 100%;
}
.checkout-page__decoration {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .checkout-page__container {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.form-checkout__section {
  margin-bottom: calc(3.2rem + 24 * (100vw - 37.5rem) / 1545);
}
.form-checkout__section:last-child {
  margin-bottom: 0;
}
.form-checkout__title {
  font-weight: 500;
  line-height: 140%;
  color: #0e2745;
  font-size: calc(2rem + 4 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-checkout__input {
  margin-bottom: calc(1.2rem + 12 * (100vw - 37.5rem) / 1545);
}
.form-checkout__input input {
  padding-top: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.9rem + -3 * (100vw - 37.5rem) / 1545);
}
.form-checkout__subtitle {
  font-weight: 500;
  line-height: 125%;
  font-size: calc(1.6rem + 2 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-checkout__text {
  line-height: 140%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.form-checkout__textarea {
  line-height: 140%;
  width: 100%;
  border: 1px solid #a9afb5;
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(17.5rem + 0 * (100vw - 37.5rem) / 1545);
}

.file-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed #777777;
  border-radius: calc(0.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2rem + 6 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(6.1rem + -26 * (100vw - 37.5rem) / 1545);
  
  cursor: pointer;
}
.file-form__input {
  display: none;
}
.file-form__input._error ~ .file-form {
  border-color: red;
}
.file-form input {
  display: none;
}
.file-form__left {
  display: flex;
  align-items: center;
  gap: calc(0.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.file-form__icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(2.2rem + 0 * (100vw - 37.5rem) / 1545);
}
.file-form__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.file-form__name {
  font-weight: 400;
  line-height: 135%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.file-form__text {
  font-weight: 400;
  line-height: 115%;
  color: #5a636d;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
@media (max-width: 991.98px) {
  .file-form {
    flex-direction: column;
    align-items: start;
    gap: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.adress-form {
  margin-bottom: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
}
.adress-form__name {
  font-weight: 400;
  line-height: 150%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0.8rem + 4 * (100vw - 37.5rem) / 1545);
}
.adress-form__input input {
  width: 100%;
  font-weight: 300;
  line-height: 116.6666666667%;
  border: 1px solid #a9afb5;
  font-size: calc(1.2rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  padding-left: calc(2.7rem + 0 * (100vw - 37.5rem) / 1545);
  padding-right: calc(2.1rem + 0 * (100vw - 37.5rem) / 1545);
  border-radius: calc(6.8rem + 0 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(3.2rem + 8 * (100vw - 37.5rem) / 1545);
}
.adress-form__input input._error {
  border: 1px solid red;
}

.delevery-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(0.3rem + 0 * (100vw - 37.5rem) / 1545);
  padding-top: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
  border-bottom: 1px solid #d9d9d9;
}
.delevery-form:first-child {
  border-top: 1px solid #d9d9d9;
}
.delevery-form__radio .radio__text {
  font-weight: 300;
  line-height: 121.4285714286%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.delevery-form__text {
  font-weight: 400;
  line-height: 121.4285714286%;
  font-size: calc(1.4rem + 0 * (100vw - 37.5rem) / 1545);
}

.custom-pagination {
}
.custom-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(2rem + 0 * (100vw - 37.5rem) / 1545);
  margin-top: calc(4rem + 8 * (100vw - 37.5rem) / 1545);
}

.category-pagination {
  display: flex;
  justify-content: center;
  gap: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}


.category-pagination .prev, .category-pagination .next {
  display: flex;
  align-items: center;
  gap: calc(.8rem + 0 * (100vw - 37.5rem) / 1545);
}

.category-pagination .prev::after {
  content: "Назад";
  display: block;
}
.category-pagination .prev::before {
  content: "";
  display: block;
  background: url("img/icons/arrow-blue.svg") center no-repeat;
  background-size: contain;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  
  transform: scale(-1, 1);
}

.category-pagination .next::before {
  content: "Следующая";
  display: block;
}
.category-pagination .next::after {
  content: "";
  display: block;
  background: url("img/icons/arrow-blue.svg") center no-repeat;
  background-size: contain;
  width: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
  height: calc(1.6rem + 0 * (100vw - 37.5rem) / 1545);
}

@media (max-width: 991.98px) {
  .category-pagination .prev::after {
    content: "";
  }
  .category-pagination .next::before {
    content: "";
  }
}

.category-pagination .page-numbers {
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.category-pagination a{
  color: #5A636D;
}

.scroll-top {
  height: calc(4.8rem + 6 * (100vw - 37.5rem) / 1545);
  width: calc(4.8rem + 6 * (100vw - 37.5rem) / 1545);
  border-radius: 50%;
  background-color: var(--clr-darkBlue);
  border: 1px solid #fff;
  position: fixed;
  transform: scale(0);
  transition: transform .3s, opacity .3s;
  right: calc(5.2rem + 0 * (100vw - 37.5rem) / 1545);
  bottom: calc(5.2rem + 20 * (100vw - 37.5rem) / 1545);
  z-index: 4;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .scroll-top {
    right: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
    bottom: calc(10.8rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

@media (min-width: 991.98px) {
  .scroll-top:hover {
    opacity: .5;
  }
}
.scroll-top svg {
  height: calc(1rem + 0 * (100vw - 37.5rem) / 1545);
  width: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
}
.scroll-top._active {
  transform: scale(1);
}



@media (max-width: 991.98px) {
  .empty-basket {
      margin-top: calc(4rem + 0 * (100vw - 37.5rem) / 1545);
  }
}

.empty-basket__title {
      margin-bottom: calc(2.4rem + 0 * (100vw - 37.5rem) / 1545);
}
.empty-basket__text {
  font-size: calc(1.8rem + 0 * (100vw - 37.5rem) / 1545);
  color: #5A636D;
  line-height: 140%;
  
  margin-bottom: calc(3.2rem + 16 * (100vw - 37.5rem) / 1545);
}
.empty-basket__link {
  
}

.page__title {
  font-weight: 300;
  line-height: 120%;
  font-size: calc(2.8rem + 12 * (100vw - 37.5rem) / 1545);
  margin-bottom: calc(0rem + 24 * (100vw - 37.5rem) / 1545);
}

.content-page {
  
}


.ajax-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ajax-preloader .spinner {
  width: 4rem;
  height: 4rem;
  border: 4px solid #ddd;
  border-top-color: var(--clr-darkBlue); /* синий WordPress */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.profile-form__logout {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
  position: relative;
  width: 100%;
  padding-top: calc(1.6rem + 5 * (100vw - 37.5rem) / 1545);
  padding-bottom: calc(1.5rem + 6 * (100vw - 37.5rem) / 1545);
  font-size: calc(1.2rem + 2 * (100vw - 37.5rem) / 1545);
  
  width: 24rem;
}