@charset "UTF-8";
.map-block__map:before, .map-block__map:not(.loader-hide):before, .contacts-block-list__map-wrap:not(.loader-hide):before, .contacts__map-wrap:not(.loader-hide):before, .pagination-ajax-loader {
  position: absolute;
  margin: auto;
  inset: 0;
  width: 45px;
  height: 45px;
  border: 4px solid #bbb;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  animation: preloader-rotate 0.8s infinite linear;
}

/* example:
@media only screen and (max-width: 425px) {
   @include cols(4, 0px);
}
@media only screen and (max-width: 320px) {
   @include cols(2, 20px);
}
 */
@font-face {
  font-family: "roboto-my";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "roboto-my";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "roboto-my";
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "roboto-my";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "inter-my Fallback";
  font-style: normal;
  font-weight: 300;
  src: local("Arial");
  ascent-override: 94.03%;
  descent-override: 24.74%;
  line-gap-override: 0%;
  size-adjust: 98.66%;
}
@font-face {
  font-family: "inter-my Fallback";
  font-style: normal;
  font-weight: 400;
  src: local("Arial");
  ascent-override: 92.49%;
  descent-override: 24.34%;
  line-gap-override: 0%;
  size-adjust: 100.3%;
}
@font-face {
  font-family: "inter-my Fallback";
  font-style: normal;
  font-weight: 700;
  src: local("Arial Bold");
  ascent-override: 98.53%;
  descent-override: 25.93%;
  line-gap-override: 0%;
  size-adjust: 94.16%;
}
@font-face {
  font-family: "inter-my Fallback";
  font-style: italic;
  font-weight: 400;
  src: local("Arial Italic");
  ascent-override: 94.32%;
  descent-override: 24.82%;
  line-gap-override: 0%;
  size-adjust: 98.37%;
}
.features__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.features__img-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 100px);
  max-height: var(--img-height, 100px);
  aspect-ratio: var(--aspect-ratio, 100/100);
  width: 100%;
  min-height: 1px;
}

.features__img {
  margin: auto;
}

.features__text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  gap: 7px;
  text-align: center;
}

.features__title {
  font-weight: bold;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.features__text {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.features__item[href] {
  color: var(--color-text-600);
}
.features__item[href] .features__img-container {
  transition: opacity 0.1s ease-in-out;
}
.features__item[href] :where(.features__title, .features__text) {
  transition: color 0.1s ease-in-out;
}
.features__item[href]:hover .features__img-container {
  opacity: 0.8;
}
.features__item[href]:hover.item-padding {
  box-shadow: var(--shadow);
}
.features__item[href]:hover :where(.features__title, .features__text) {
  color: var(--color-primary-600);
}

.features-horizontal.preim {
  padding-top: 0;
  padding-bottom: 30px;
}
.features-horizontal.preim .grid-flex {
  border-top: 1px solid var(--color-secondary-600);
  padding-top: 30px;
}
.features-horizontal.preim .features-horizontal__title {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: var(--white);
}
.features-horizontal.preim .features-horizontal__text {
  color: var(--color-text-300);
}

.features-horizontal__item {
  display: flex;
  gap: 5px 20px;
}
@media only screen and (max-width: 575px) {
  .features-horizontal__item {
    gap: 5px 15px;
  }
}

.features-horizontal__img-container {
  width: 24.3902439024%;
  max-width: var(--img-width, 100px);
  max-height: var(--img-height, 100px);
  aspect-ratio: var(--aspect-ratio, 100/100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.features-horizontal__text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  gap: 7px;
}

.features-horizontal__title {
  font-weight: bold;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.features-horizontal__text {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.features-horizontal__item[href] {
  color: var(--color-text-600);
}
.features-horizontal__item[href] .features-horizontal__img-container {
  transition: opacity 0.1s ease-in-out;
}
.features-horizontal__item[href] :where(.features-horizontal__title, .features-horizontal__text) {
  transition: color 0.1s ease-in-out;
}
.features-horizontal__item[href]:hover .features-horizontal__img-container {
  opacity: 0.8;
}
.features-horizontal__item[href]:hover.item-padding {
  box-shadow: var(--shadow);
}
.features-horizontal__item[href]:hover :where(.features-horizontal__title, .features-horizontal__text) {
  color: var(--color-primary-600);
}

.features-bg__item[href] .features-bg__img-container {
  overflow: hidden;
}
.features-bg__item[href] .features-bg__img-container :where(img, .no-img) {
  transition: all 0.2s linear;
  transform: translate3d(0, 0, 0);
}
.features-bg__item[href]:hover .features-bg__img-container :where(img, .no-img) {
  transform: scale(1.1, 1.1);
}

.features-bg__img-container {
  display: flex;
  aspect-ratio: var(--aspect-ratio, 410/302);
}

.features-bg__img {
  object-fit: cover;
  height: 100%;
}

.features-bg__text-container {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.features-bg__title {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  line-height: 1.2;
}

.features-bg__title,
.features-bg__text {
  text-overflow: ellipsis;
  overflow-x: clip;
}

@media only screen and (min-width: 768px) {
  .features-bg__item {
    position: relative;
  }
  .features-bg__text-container {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    align-items: flex-start;
  }
  .features-bg__title,
  .features-bg__text {
    padding: 10px;
    background-color: var(--color-primary-600);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .features-bg__item {
    display: flex;
    flex-direction: column;
  }
  .features-bg__text-container {
    flex-grow: 1;
    background-color: var(--color-primary-600);
    padding: 7px;
    gap: 3px;
  }
}
.features-circles.section_slider-carousel .features-circles__item {
  box-shadow: none;
  border: 1px solid var(--color-line);
}
.features-circles.section_slider-carousel .features-circles__item:hover {
  transform: none;
}

.features-circles__item-wrapper {
  display: flex;
  max-width: 180px;
  max-height: 180px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  background-color: var(--item_bg);
  box-shadow: 6px 8px 20px rgba(6, 7, 7, 0.1);
  border-radius: 50%;
}
.features-circles__item-wrapper:hover {
  transform: scale(1.25, 1.25);
}
.features-circles__item-wrapper[href] {
  color: var(--color-text-600);
}
.features-circles__item-wrapper[href]:hover {
  background-color: var(--color-primary-600);
  color: var(--white);
}

.features-circles__img-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 180px);
  max-height: var(--img-height, 180px);
  aspect-ratio: var(--aspect-ratio, 180/180);
  width: 100%;
}

.features-circles__img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.features-circles__text-container {
  margin: auto;
  text-align: center;
  line-height: 1.2;
}

.features-circles__count {
  font-size: clamp(2.5rem, 2.625rem + -0.625vw, 1.875rem);
  font-weight: bold;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.features-circles__text {
  text-overflow: ellipsis;
  overflow-x: clip;
}

.gallery__item {
  display: flex;
  flex-direction: column;
  background-color: var(--color-primary-600);
}
.gallery__item[data-fancybox] .gallery__img-container {
  position: relative;
}
.gallery__item[data-fancybox] .gallery__img-container:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/sprite.svg#zoom");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}
.gallery__item:hover[data-fancybox] .gallery__img-container:after {
  opacity: 0.8;
}
.gallery__img-container {
  aspect-ratio: var(--aspect-ratio, 410/273);
}
.gallery__img-container :where(img, .no-img) {
  transition: all 0.2s linear;
  transform: translate3d(0, 0, 0);
}

.gallery__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery__title {
  color: var(--white);
  text-align: center;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
  font-weight: 700;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__title:hover {
  color: var(--color-primary-300);
}

.gallery-fw__item:hover[data-fancybox] .gallery-fw__title:after {
  opacity: 0.8;
}
.gallery-fw__item:hover .gallery-fw__img-container :where(img, .no-img) {
  transform: scale(1.1, 1.1);
}

.gallery-fw__img-container {
  aspect-ratio: var(--aspect-ratio, 650/434);
  overflow: hidden;
}
.gallery-fw__img-container :where(img, .no-img) {
  transition: all 0.2s linear;
  transform: translate3d(0, 0, 0);
}

.gallery-fw__img {
  object-fit: cover;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}

.gallery-fw__title {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  color: var(--color-text-600);
  text-align: center;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}

@media only screen and (min-width: 768px) {
  .gallery-fw__item {
    position: relative;
  }
  .gallery-fw__item[data-fancybox] .gallery-fw__title {
    position: relative;
    position: absolute;
  }
  .gallery-fw__item[data-fancybox] .gallery-fw__title:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url("../img/sprite.svg#zoom");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
    pointer-events: none;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
  .gallery-fw__item[data-fancybox] .gallery-fw__title:after {
    position: relative;
    height: 45px;
    margin: unset;
    margin-top: 5px;
  }
  .gallery-fw__item:hover .gallery-fw__title {
    opacity: 1;
    background-color: rgba(30, 30, 30, 0.87);
  }
  .gallery-fw__title {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    transition: opacity 0.1s ease-in-out, background 0.1s ease-in-out;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-fw__item {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .gallery-fw__title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sections__item {
  display: block;
  background-color: var(--color-primary-600);
}
.sections__item:hover .sections__border {
  box-shadow: var(--shadow-hover);
}
.sections__item:hover .sections__title {
  color: var(--color-primary-300);
}

.sections__border {
  padding: 10px;
  border: 1px solid var(--color-line);
  background-color: var(--white);
  transition: box-shadow 0.1s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .sections__border {
    padding: 5px;
  }
}

.sections__img-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 410px);
  max-height: var(--img-height, 257px);
  aspect-ratio: var(--aspect-ratio, 410/257);
  width: 100%;
}

.sections__img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.sections__title {
  display: block;
  color: var(--white);
  line-height: 1.2;
  transition: color 0.1s ease-in-out;
  text-overflow: ellipsis;
  overflow-x: clip;
  padding: 15px 15px 15px 37px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.sections__title:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  width: 17px;
  height: 5px;
  background-color: var(--color-primary-300);
  transform: skewX(-35deg);
}
@media only screen and (max-width: 575px) {
  .sections__title:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .sections__title {
    font-size: 10px;
    padding: 10px;
  }
}

.sections-sub__item {
  border: 1px solid var(--color-line);
  background-color: var(--white);
}

.sections-sub__img-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 545px);
  max-height: var(--img-height, 402px);
  aspect-ratio: var(--aspect-ratio, 545/402);
  width: 100%;
}
.sections-sub__img-container[href] {
  overflow: hidden;
  display: block;
}
.sections-sub__img-container[href] :where(img, .no-img) {
  transition: all 0.2s linear;
  transform: translate3d(0, 0, 0);
}
.sections-sub__img-container[href]:hover :where(img, .no-img) {
  transform: scale(1.1, 1.1);
}

.sections-sub__img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.sections-sub__title {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  color: var(--white);
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
  text-decoration: none;
  background-color: var(--color-primary-600);
  min-height: 55px;
  padding: 5px 15px;
}
@media only screen and (max-width: 991px) {
  .sections-sub__title {
    min-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .sections-sub__title {
    min-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sections-sub__title {
    padding: 10px;
  }
}
.sections-sub__title:hover {
  background-color: var(--color-primary-600-hover);
}

.sections-sub__text {
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .sections-sub__text {
    padding: 10px;
  }
}

.sections-sub-popup__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 610/270;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.1s ease-in-out;
  background-size: cover;
}
.sections-sub-popup__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e;
  opacity: 0.4;
  transition: opacity 0.1s ease-in-out;
}
.sections-sub-popup__item:hover {
  box-shadow: var(--shadow);
}
.sections-sub-popup__item:hover:before {
  opacity: 0.6;
}
.sections-sub-popup__item:hover .sections-sub-popup__text-container {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.sections-sub-popup__text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  padding: 30px;
}
@media only screen and (max-width: 1359px) {
  .sections-sub-popup__text-container {
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .sections-sub-popup__text-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sections-sub-popup__text-container {
    padding: 10px;
  }
}

.sections-sub-popup__text-container-scroll {
  overflow: auto;
  scrollbar-width: 10px;
  scrollbar-color: #888 #f1f1f1;
}
.sections-sub-popup__text-container-scroll::-webkit-scrollbar {
  width: 10px;
}
.sections-sub-popup__text-container-scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.sections-sub-popup__text-container-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
.sections-sub-popup__text-container-scroll::-webkit-scrollbar-thumb :hover {
  background-color: #555;
}

.sections-sub-popup__text-container_active {
  display: block;
  opacity: 1;
}

.sections-sub-popup__title {
  display: block;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: bold;
  color: var(--color-text-800);
  text-align: center;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1359px) {
  .sections-sub-popup__title {
    margin-bottom: 5px;
  }
}
.sections-sub-popup__title:hover {
  color: var(--color-primary-600);
  text-decoration: none;
}

.sections-sub-popup__title2 {
  position: relative;
  padding: 15px;
  font-weight: 700;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: #fff;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sections-sub-popup__ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 1359px) {
  .sections-sub-popup__ul {
    font-size: 14px;
  }
}

.sections-sub-popup__li {
  display: flex;
}
.sections-sub-popup__li:not(:last-child) {
  margin-bottom: 8px;
}

.sections-sub-popup__a {
  display: inline-block;
  color: var(--color-text-600);
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}
.sections-sub-popup__a:hover {
  color: var(--color-primary-600);
  text-decoration: none;
}

::placeholder {
  color: #999;
}

.form-control-wrap {
  display: grid;
  align-items: center;
  position: relative;
  height: 100%;
}
.form-control-wrap .form-control {
  padding-left: 49px;
}

.form-control-svg {
  position: absolute;
  left: 15px;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.form-control-svg use {
  fill: var(--color-primary-600);
}

.form-control {
  padding: 6px 12px;
  border: 1px solid var(--color-line);
  transition: border ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  height: 40px;
  border-radius: 0;
  overflow-x: clip;
  text-overflow: ellipsis;
}
.form-control:focus-visible {
  outline: none;
  border-color: var(--color-primary-600);
}

.form-control_select {
  background-color: var(--white);
  text-overflow: ellipsis;
  overflow-x: clip;
  padding: 6px 25px 6px 14px;
  appearance: none;
  background-image: url("../img/sprite.svg#arrow-select");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 11px auto;
  color: var(--color-text-600);
}

option {
  font-size: 14px;
}

.form-control_textarea {
  height: 4.5rem;
  min-height: 40px;
  resize: vertical;
}

.form__label-file-name {
  padding: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--color-line);
  overflow-x: clip;
}
.form__label-file-name:hover .form-control_file-btn {
  background-color: var(--color-primary-300-hover);
}

.form-control_file {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.form-control_file-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  width: 120px;
  max-width: 100%;
  min-height: 28px;
  line-height: 1.1;
  background-color: var(--color-primary-600);
  transition: background-color 0.1s ease-in-out;
}

.form-control_file-text {
  line-height: 1.1;
  color: var(--color-text-300);
}

label,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

.checkbox {
  --checkbox-width: 18px;
  --checkbox-height: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.1;
}
.checkbox:not(:last-child) {
  margin-bottom: 15px;
}

.checkbox__input {
  width: var(--checkbox-width);
  height: var(--checkbox-height);
  accent-color: var(--color-primary-600);
  flex-shrink: 0;
}

.checkbox_custom:hover .checkbox__ico {
  opacity: 0.6;
}
.checkbox_custom .checkbox__ico {
  width: var(--checkbox-width);
  height: var(--checkbox-height);
  border: 1px solid var(--color-primary-600);
  transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.checkbox_custom .checkbox__ico svg {
  opacity: 0;
  width: 12px;
  height: 12px;
}
.checkbox_custom .checkbox__ico svg use {
  fill: #fff;
  transition: fill 0.1s ease-in-out;
}
.checkbox_custom .checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.checkbox_custom .checkbox__input:focus-visible + .checkbox__ico {
  outline: 2px solid var(--orange);
}
.checkbox_custom .checkbox__input:checked + .checkbox__ico svg {
  opacity: 1;
}
.checkbox_custom .checkbox__input:checked:not(:disabled) + .checkbox__ico {
  border: 1px solid var(--color-primary-600);
  background-color: var(--color-primary-600);
}
.checkbox_custom .checkbox__input:disabled + .checkbox__ico {
  opacity: 0.4;
}

.checkbox_disabled {
  cursor: not-allowed;
}

.radio {
  --radio-width: 18px;
  --radio-height: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.1;
}
.radio:not(:last-child) {
  margin-bottom: 15px;
}

.radio__input {
  width: var(--radio-width);
  height: var(--radio-height);
  accent-color: var(--color-primary-600);
  flex-shrink: 0;
}

.radio_custom:hover .radio__ico {
  opacity: 0.6;
}
.radio_custom .radio__ico {
  width: var(--radio-width);
  height: var(--radio-height);
  border: 2px solid #6e6e6e;
  transition: opacity 0.1s ease-in-out, border 0.1s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.radio_custom .radio__ico:before {
  background-color: #6e6e6e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.radio_custom .radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.radio_custom .radio__input:focus-visible + .radio__ico {
  outline: 2px solid var(--orange);
}
.radio_custom .radio__input:checked + .radio__ico:before {
  opacity: 1;
}
.radio_custom .radio__input:checked:not(:disabled) + .radio__ico {
  border: 2px solid var(--color-primary-600);
}
.radio_custom .radio__input:checked:not(:disabled) + .radio__ico:before {
  background-color: var(--color-primary-600);
}
.radio_custom .radio__input:disabled + .radio__ico {
  opacity: 0.4;
}

.radio_disabled {
  cursor: not-allowed;
}

.form__title {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 1.2;
  margin-bottom: 15px;
}

.form__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px 10px;
  align-items: center;
}

.form__field_named {
  grid-template-columns: 25% minmax(0, 1fr);
}
.form__field_named .form__feedback {
  grid-column: 2/-1;
}

.form__field_named-top {
  align-items: flex-start;
}
.form__field_named-top .form__label-name {
  margin-top: 0.5em;
}
.form__field_named-top .form-control-svg {
  top: 18px;
}

.form__field_error {
  color: var(--red-800);
}
.form__field_error .form-control {
  border-color: var(--red-800);
}
.form__field_error .form__feedback {
  display: block;
}

.form__field_personal {
  font-size: 13px;
}
.form__field_personal .checkbox {
  margin-bottom: 0;
  color: var(--color-text-600);
}
.form__field_personal .form__feedback {
  font-size: 13px;
}

.form__label-name {
  line-height: 1.1;
  text-overflow: ellipsis;
  overflow: clip;
}
.form__label-name span {
  color: var(--orange);
  white-space: pre;
}

.form__feedback {
  line-height: 1.1;
  font-size: 14px;
  display: none;
}

@media only screen and (max-width: 575px) {
  .form__field_named {
    grid-template-columns: minmax(0, 1fr);
  }
  .form__field_named .form__feedback {
    grid-column: auto;
  }
  .form__label-name {
    display: none;
  }
  .form__feedback {
    font-size: 12px;
  }
}
.modal {
  width: 420px;
  max-width: 100%;
}
.modal .form__title {
  text-align: center;
}
.modal .form__field:not(:last-child) {
  margin-bottom: 10px;
}
.modal .form__label-name {
  font-size: 14px;
}
.modal .form__button {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.modal_success {
  width: 300px;
}
.modal_success .modal__text {
  margin-bottom: 15px;
  text-align: center;
}

.modal_widget-phone {
  width: 350px;
}
.modal_widget-phone .form__title {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}
.modal_widget-phone .form__button {
  width: 100%;
}

.modal_faq .form__field:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .modal_faq .form__field:not(:last-child) {
    margin-bottom: 10px;
  }
}
.modal_faq .form__field_named {
  grid-template-columns: minmax(0, 1fr);
}
.modal_faq .form__field_named-top .form__label-name {
  margin-top: 0;
}
.modal_faq .form__feedback {
  grid-column: auto;
}

.modal_order .form__field_img img {
  max-height: 100px;
}

.modal_slide {
  width: 1000px;
}

.modal__img-container {
  margin-left: auto;
  margin-right: auto;
}

.modal__text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
}

.modal__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

.form-grid .h2:after {
  display: none;
}
.form-grid .sub-title {
  margin-top: -30px;
}
@media only screen and (max-width: 1359px) {
  .form-grid .sub-title {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .form-grid .sub-title {
    margin-top: -10px;
  }
}
.form-grid .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 340px));
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .form-grid .form {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}
.form-grid .form .form__title {
  grid-column: 1/-1;
}
.form-grid .form .form-control {
  height: 60px;
}
@media only screen and (max-width: 1359px) {
  .form-grid .form .form-control {
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .form-grid .form .form-control {
    height: 40px;
  }
}
.form-grid .form .form__field_named-top {
  grid-row: span 2;
}
@media only screen and (max-width: 767px) {
  .form-grid .form .form__field_named-top {
    order: 1;
  }
}
.form-grid .form .form-control_textarea {
  height: 100%;
  resize: none;
  padding-top: 18px;
}
.form-grid .form .form__field_personal {
  grid-column: 1/-1;
  justify-self: center;
}
@media only screen and (max-width: 767px) {
  .form-grid .form .form__field_personal {
    order: 2;
  }
}
.form-grid .form .form__field_personal br, .form-grid .form .form__field_personal br:after {
  content: " ";
}
.form-grid .form .form__field_personal span {
  color: var(--color-text-800);
}
.form-grid .form .form__field_personal a {
  color: var(--color-text-800);
  text-decoration: underline;
}
.form-grid .form .form__field_personal a:hover {
  text-decoration: none;
}
.form-grid .form .form__button {
  grid-column: 1/-1;
  justify-self: center;
}
@media only screen and (max-width: 767px) {
  .form-grid .form .form__button {
    order: 3;
  }
}

.gallery__wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .gallery__wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .gallery__wrapper {
    flex-direction: column;
  }
}

.form-inline {
  flex-grow: 1;
  background-color: var(--color-secondary-100);
  padding: 30px 14px;
  margin-left: auto;
  margin-right: auto;
}
.form-inline .form__grid {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-inline .form__field {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 1359px) {
  .form-inline .form__field {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-inline .form-control {
  width: 100%;
  height: 60px;
}
@media only screen and (max-width: 1359px) {
  .form-inline .form-control {
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .form-inline .form-control {
    height: 40px;
  }
}
.form-inline .form__field_named-top {
  order: 1;
}
.form-inline .form-control_textarea {
  height: 80px;
  resize: none;
  padding-top: 18px;
}
.form-inline .form__field_file {
  order: 2;
}
.form-inline .form__field_personal {
  justify-self: center;
  order: 3;
  margin-top: 20px;
}
.form-inline .form__field_personal span {
  color: var(--color-text-800);
}
.form-inline .form__field_personal a {
  color: var(--color-text-800);
  text-decoration: underline;
}
.form-inline .form__field_personal a:hover {
  text-decoration: none;
}
.form-inline .form__button {
  justify-self: center;
  order: 4;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-inline__title {
  color: var(--color-text-600);
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
  line-height: 1.2;
  text-align: center;
}

.form-inline__sub-title {
  margin-top: 10px;
  color: var(--color-text-800);
  text-align: center;
  line-height: 155%;
}

/* form-cart */
.form-cart__title {
  font-weight: bold;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  margin-bottom: 15px;
}

.form-cart .form {
  width: 630px;
  padding: 20px 30px;
  background-color: var(--color-secondary-200);
}
@media only screen and (max-width: 991px) {
  .form-cart .form {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .form-cart .form {
    padding: 15px;
  }
}
.form-cart .form__field:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .form-cart .form__field:not(:last-child) {
    margin-bottom: 10px;
  }
}
.form-cart .form__field_named {
  grid-template-columns: minmax(0, 1fr);
}
.form-cart .form__feedback {
  grid-column: auto;
}
@media only screen and (max-width: 575px) {
  .form-cart .form__button {
    display: flex;
    margin: auto;
  }
}

/* /form-cart */
/* modal_cart */
.modal_cart {
  width: 1000px;
}
.modal_cart .button-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.modal_cart .button-container .button {
  margin-left: 0;
  margin-right: 0;
}

/* /modal_cart */
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@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-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.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;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.slider {
  /* navigation */
  /* /navigation */
  /* pagination */
  /* /pagination */
}
.slider .swiper-button-prev-custom,
.slider .swiper-button-next-custom {
  --slider-button-width: 18px;
  --slider-button-height: 30px;
  z-index: 10;
}
.slider .swiper-button-prev-custom svg,
.slider .swiper-button-next-custom svg {
  width: var(--slider-button-width);
  height: var(--slider-button-height);
}
.slider .swiper-button-prev-custom svg use,
.slider .swiper-button-next-custom svg use {
  fill: #d2cdc7;
  transition: fill 0.1s ease-in-out;
}
.slider .swiper-button-prev-custom:hover svg use,
.slider .swiper-button-next-custom:hover svg use {
  fill: var(--color-primary-600);
}
.slider .swiper-button-prev-custom:active svg use,
.slider .swiper-button-next-custom:active svg use {
  fill: #d2cdc7;
}
.slider .swiper-button-next-custom {
  transform: scale(-1, 1);
}
.slider .nav-blocks {
  bottom: 100px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .slider .nav-blocks {
    bottom: 15px;
  }
}
.slider .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-color: #d2cdc7;
  --swiper-pagination-color: var(--color-primary-600);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.slider .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color);
}
.slider .swiper-pagination {
  min-width: 100px;
  position: static;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .page__two-columns .slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.slider.dops .slider__wrapper {
  gap: 0;
  grid-template-columns: 35% 65%;
}
.slider.dops .slider__wrapper .slider__img-container {
  height: 100%;
}
.slider.dops .slider__wrapper .slider__text-container {
  background: url(/img/background-slider.webp) top right no-repeat, var(--color-secondary-100);
  background-size: contain;
  height: 100%;
  padding: 50px 190px 50px 50px;
}
@media only screen and (max-width: 1359px) {
  .slider.dops .slider__wrapper .slider__text-container {
    padding: 50px 90px 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider.dops .slider__wrapper .slider__text-container {
    padding: 40px 90px 40px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider.dops .slider__wrapper .slider__text-container {
    background: var(--color-secondary-100);
    padding: 15px 15px;
  }
}
.slider.dops .slider__wrapper .slider__text-container .slider__title {
  font-size: clamp(1.5rem, 1.3625rem + 0.6875vw, 2.1875rem);
  font-weight: 700;
  line-height: 115%;
  color: var(--color-text-600);
}
@media only screen and (max-width: 1359px) {
  .slider.dops .slider__wrapper .slider__text-container .slider__title {
    font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  }
}
@media only screen and (max-width: 991px) {
  .slider.dops .slider__wrapper .slider__text-container .slider__title {
    font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .slider.dops .slider__wrapper .slider__text-container .slider__title {
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  }
}
.slider.dops .slider__wrapper .slider__text-container .slider__text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  font-weight: 300;
  line-height: 135%;
  color: var(--color-text-800);
}
@media only screen and (max-width: 1359px) {
  .slider.dops .slider__wrapper .slider__text-container .slider__text {
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  }
}
@media only screen and (max-width: 991px) {
  .slider.dops .slider__wrapper .slider__text-container .slider__text {
    font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
  }
}
.slider.dops .swiper-pagination {
  margin-right: 225px;
}
@media only screen and (max-width: 1359px) {
  .slider.dops .swiper-pagination {
    margin-right: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .slider.dops .swiper-pagination {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider.dops .swiper-pagination {
    margin-right: 0;
  }
}
.slider .swiper-button-prev-custom, .slider .swiper-button-next-custom {
  display: none;
}
.slider .swiper-pagination-bullet {
  border-radius: 0;
  --swiper-pagination-bullet-inactive-color: var(--color-secondary-300);
  --swiper-pagination-color: var(--color-primary-300) ;
}

.slider__item {
  box-sizing: border-box;
  height: auto;
}

.slider__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider__wrapper {
  aspect-ratio: 1290/500;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .slider__wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider__wrapper {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}

.slider__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.slider__title {
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(1rem, 0.6375rem + 1.8125vw, 2.8125rem);
  text-overflow: ellipsis;
  overflow-x: clip;
}

.slider__text {
  line-height: 130%;
  font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
  text-overflow: ellipsis;
  overflow-x: clip;
}

.slider__button {
  width: 200px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .slider__button {
    margin-top: 0;
  }
}

.slider__img-container {
  aspect-ratio: var(--aspect-ratio, 630/500);
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}

.slider-bg {
  /* navigation */
  /* /navigation */
  /* pagination */
  /* /pagination */
}
.slider-bg .swiper-button-prev-custom,
.slider-bg .swiper-button-next-custom {
  --slider-button-width: 18px;
  --slider-button-height: 30px;
  z-index: 10;
}
.slider-bg .swiper-button-prev-custom svg,
.slider-bg .swiper-button-next-custom svg {
  width: var(--slider-button-width);
  height: var(--slider-button-height);
}
.slider-bg .swiper-button-prev-custom svg use,
.slider-bg .swiper-button-next-custom svg use {
  fill: #d2cdc7;
  transition: fill 0.1s ease-in-out;
}
.slider-bg .swiper-button-prev-custom:hover svg use,
.slider-bg .swiper-button-next-custom:hover svg use {
  fill: var(--color-primary-600);
}
.slider-bg .swiper-button-prev-custom:active svg use,
.slider-bg .swiper-button-next-custom:active svg use {
  fill: #d2cdc7;
}
.slider-bg .swiper-button-next-custom {
  transform: scale(-1, 1);
}
.slider-bg .nav-blocks {
  bottom: 30px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-bg .nav-blocks {
    bottom: 15px;
  }
}
.slider-bg .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-color: #d2cdc7;
  --swiper-pagination-color: var(--color-primary-600);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.slider-bg .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color);
}
.slider-bg .swiper-pagination {
  min-width: 100px;
  position: static;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .page__two-columns .slider-bg {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.slider-bg__item {
  box-sizing: border-box;
  height: auto;
}
@media only screen and (max-width: 575px) {
  .slider-bg__item .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.slider-bg__container {
  height: 100%;
}

.slider-bg__wrapper {
  aspect-ratio: var(--aspect-ratio, 1290/500);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .slider-bg__wrapper {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-bg__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-bg__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slider-bg__wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0e0e0e;
  opacity: 0.4;
  pointer-events: none;
}

.slider-bg__title,
.slider-bg__text,
.slider-bg__button {
  position: relative;
}

.slider-bg__title {
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(1rem, 0.6375rem + 1.8125vw, 2.8125rem);
  text-overflow: ellipsis;
  overflow-x: clip;
}

.slider-bg__text {
  line-height: 130%;
  font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
  color: #fff;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.slider-bg__button {
  width: 200px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-bg__button {
    margin-top: 0;
    align-self: center;
  }
}

.slider-bg-fw {
  /* navigation */
  /* /navigation */
  /* pagination */
  /* /pagination */
}
.slider-bg-fw .swiper-button-prev-custom,
.slider-bg-fw .swiper-button-next-custom {
  --slider-button-width: 18px;
  --slider-button-height: 30px;
  z-index: 10;
}
.slider-bg-fw .swiper-button-prev-custom svg,
.slider-bg-fw .swiper-button-next-custom svg {
  width: var(--slider-button-width);
  height: var(--slider-button-height);
}
.slider-bg-fw .swiper-button-prev-custom svg use,
.slider-bg-fw .swiper-button-next-custom svg use {
  fill: #d2cdc7;
  transition: fill 0.1s ease-in-out;
}
.slider-bg-fw .swiper-button-prev-custom:hover svg use,
.slider-bg-fw .swiper-button-next-custom:hover svg use {
  fill: var(--color-primary-600);
}
.slider-bg-fw .swiper-button-prev-custom:active svg use,
.slider-bg-fw .swiper-button-next-custom:active svg use {
  fill: #d2cdc7;
}
.slider-bg-fw .swiper-button-next-custom {
  transform: scale(-1, 1);
}
.slider-bg-fw .nav-blocks {
  bottom: 30px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-bg-fw .nav-blocks {
    bottom: 15px;
  }
}
.slider-bg-fw .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-color: #d2cdc7;
  --swiper-pagination-color: var(--color-primary-600);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.slider-bg-fw .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color);
}
.slider-bg-fw .swiper-pagination {
  min-width: 100px;
  position: static;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .page__two-columns .slider-bg-fw {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.slider-bg-fw__item {
  box-sizing: border-box;
  position: relative;
  height: auto;
  background-size: cover;
}
.slider-bg-fw__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0e0e0e;
  opacity: 0.4;
  pointer-events: none;
}

.slider-bg-fw__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-bg-fw__wrapper {
  aspect-ratio: var(--aspect-ratio, 1290/500);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .slider-bg-fw__wrapper {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}
.page__two-columns .slider-bg-fw__wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .page__two-columns .slider-bg-fw__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page__two-columns .slider-bg-fw__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slider-bg-fw__title {
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(1rem, 0.6375rem + 1.8125vw, 2.8125rem);
  text-overflow: ellipsis;
  overflow-x: clip;
}

.slider-bg-fw__text {
  line-height: 130%;
  font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
  color: #fff;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.slider-bg-fw__button {
  width: 200px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-bg-fw__button {
    margin-top: 0;
    align-self: center;
  }
}

.slider-carousel {
  /* navigation */
  /* /navigation */
  /* pagination */
  /* /pagination */
}
.slider-carousel .swiper-button-prev-custom,
.slider-carousel .swiper-button-next-custom {
  --slider-button-width: 18px;
  --slider-button-height: 30px;
  z-index: 10;
}
.slider-carousel .swiper-button-prev-custom svg,
.slider-carousel .swiper-button-next-custom svg {
  width: var(--slider-button-width);
  height: var(--slider-button-height);
}
.slider-carousel .swiper-button-prev-custom svg use,
.slider-carousel .swiper-button-next-custom svg use {
  fill: #d2cdc7;
  transition: fill 0.1s ease-in-out;
}
.slider-carousel .swiper-button-prev-custom:hover svg use,
.slider-carousel .swiper-button-next-custom:hover svg use {
  fill: var(--color-primary-600);
}
.slider-carousel .swiper-button-prev-custom:active svg use,
.slider-carousel .swiper-button-next-custom:active svg use {
  fill: #d2cdc7;
}
.slider-carousel .swiper-button-next-custom {
  transform: scale(-1, 1);
}
.slider-carousel .swiper-button-prev-custom,
.slider-carousel .swiper-button-next-custom {
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * var(--slider-button-height) / 2);
}
.slider-carousel .swiper-button-prev-custom {
  left: 10px;
}
.slider-carousel .swiper-button-next-custom {
  right: 10px;
}
.slider-carousel .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-color: #d2cdc7;
  --swiper-pagination-color: var(--color-primary-600);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.slider-carousel .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color);
}
.slider-carousel .swiper-pagination {
  margin-top: 5px;
  position: relative;
  bottom: 0;
}

.slider-carousel__item {
  box-sizing: border-box;
}

.section_slider-carousel {
  /* nav buttons */
  /* /nav buttons */
  /* pagination */
  /* /pagination */
  /* item box-shadow hack (overflow: clip) */
  /* /item box-shadow hack (overflow: clip) */
}
.section_slider-carousel .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.section_slider-carousel .grid,
.section_slider-carousel .grid-flex,
.section_slider-carousel .swiper:not(.swiper-initialized) {
  display: none;
}
.section_slider-carousel .swiper-container {
  position: relative;
}
.section_slider-carousel .swiper-button-prev-custom,
.section_slider-carousel .swiper-button-next-custom {
  --slider-button-width: 18px;
  --slider-button-height: 30px;
  z-index: 10;
}
.section_slider-carousel .swiper-button-prev-custom svg,
.section_slider-carousel .swiper-button-next-custom svg {
  width: var(--slider-button-width);
  height: var(--slider-button-height);
}
.section_slider-carousel .swiper-button-prev-custom svg use,
.section_slider-carousel .swiper-button-next-custom svg use {
  fill: #d2cdc7;
  transition: fill 0.1s ease-in-out;
}
.section_slider-carousel .swiper-button-prev-custom:hover svg use,
.section_slider-carousel .swiper-button-next-custom:hover svg use {
  fill: var(--color-primary-600);
}
.section_slider-carousel .swiper-button-prev-custom:active svg use,
.section_slider-carousel .swiper-button-next-custom:active svg use {
  fill: #d2cdc7;
}
.section_slider-carousel .swiper-button-next-custom {
  transform: scale(-1, 1);
}
.section_slider-carousel .swiper-button-prev-custom,
.section_slider-carousel .swiper-button-next-custom {
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * var(--slider-button-height) / 2);
}
@media only screen and (max-width: 767px) {
  .section_slider-carousel .swiper-button-prev-custom,
  .section_slider-carousel .swiper-button-next-custom {
    display: none;
  }
}
.section_slider-carousel .swiper-button-prev-custom {
  left: -30px;
}
.section_slider-carousel .swiper-button-next-custom {
  right: -30px;
}
.section_slider-carousel.gallery-fw .swiper-button-prev-custom {
  left: 30px;
}
.section_slider-carousel.gallery-fw .swiper-button-next-custom {
  right: 30px;
}
.section_slider-carousel .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-color: #d2cdc7;
  --swiper-pagination-color: var(--color-primary-600);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.section_slider-carousel .swiper-pagination-bullet:hover {
  background: var(--swiper-pagination-color);
}
.section_slider-carousel .swiper-pagination {
  margin-top: 5px;
  position: relative;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section_slider-carousel .swiper-pagination {
    display: none;
  }
}
.section_slider-carousel.slider-carousel_item-box-shadow {
  --slider-shadow-padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .section_slider-carousel.slider-carousel_item-box-shadow {
    --slider-shadow-padding-left: 15px;
  }
}
.section_slider-carousel.slider-carousel_item-box-shadow .swiper {
  width: calc(100% + var(--slider-shadow-padding-left) * 2);
  padding: 0 var(--slider-shadow-padding-left);
  margin-left: calc(-1 * var(--slider-shadow-padding-left));
  overflow: initial;
  overflow-x: clip;
}
.section_slider-carousel.slider-carousel_item-box-shadow .swiper-button-prev,
.section_slider-carousel.slider-carousel_item-box-shadow .swiper-button-prev-custom {
  left: calc(10px + var(--slider-shadow-padding-left));
}
.section_slider-carousel.slider-carousel_item-box-shadow .swiper-button-next,
.section_slider-carousel.slider-carousel_item-box-shadow .swiper-button-next-custom {
  right: calc(10px + var(--slider-shadow-padding-left));
}

.slider-thumbs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

/* slider-thumbs__main */
.slider-thumbs__main {
  overflow: hidden;
  /* navigation */
  /* /navigation */
}
.slider-thumbs__main .swiper-button-prev-custom,
.slider-thumbs__main .swiper-button-next-custom {
  --slider-button-width: 18px;
  --slider-button-height: 30px;
  z-index: 10;
}
.slider-thumbs__main .swiper-button-prev-custom svg,
.slider-thumbs__main .swiper-button-next-custom svg {
  width: var(--slider-button-width);
  height: var(--slider-button-height);
}
.slider-thumbs__main .swiper-button-prev-custom svg use,
.slider-thumbs__main .swiper-button-next-custom svg use {
  fill: #d2cdc7;
  transition: fill 0.1s ease-in-out;
}
.slider-thumbs__main .swiper-button-prev-custom:hover svg use,
.slider-thumbs__main .swiper-button-next-custom:hover svg use {
  fill: var(--color-primary-600);
}
.slider-thumbs__main .swiper-button-prev-custom:active svg use,
.slider-thumbs__main .swiper-button-next-custom:active svg use {
  fill: #d2cdc7;
}
.slider-thumbs__main .swiper-button-next-custom {
  transform: scale(-1, 1);
}
.slider-thumbs__main .swiper-button-prev-custom,
.slider-thumbs__main .swiper-button-next-custom {
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * var(--slider-button-height) / 2);
}
.slider-thumbs__main .swiper-button-prev-custom {
  left: 10px;
}
.slider-thumbs__main .swiper-button-next-custom {
  right: 10px;
}

.slider-thumbs__main-item {
  box-sizing: border-box;
  background-color: var(--bg);
  aspect-ratio: var(--aspect-ratio, 630/390);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-thumbs__main-item[data-fancybox] {
  position: relative;
}
.slider-thumbs__main-item[data-fancybox]:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/sprite.svg#zoom");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}
.slider-thumbs__main-item[data-fancybox]:hover:after {
  opacity: 0.8;
}

.slider-thumbs__svg {
  margin: auto;
  max-width: 120px;
  width: 63.5593220339%;
  height: 66.6666666667%;
}
/* /slider-thumbs__main */
/* slider-thumbs__carousel */
.slider-thumbs__carousel {
  overflow: hidden;
}

.slider-thumbs__carousel-item {
  display: flex;
  box-sizing: border-box;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
  transition: opacity 0.1s ease-in-out;
  aspect-ratio: 150/100;
  min-height: 1px;
}
.slider-thumbs__carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid var(--color-primary-600);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.slider-thumbs__carousel-item:hover, .slider-thumbs__carousel-item.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumbs__carousel-item:hover:before, .slider-thumbs__carousel-item.swiper-slide-thumb-active:before {
  opacity: 1;
}

.slider-thumbs__carousel-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* /slider-thumbs__carousel */
.slider-thumbs_product .slider-thumbs__main {
  position: relative;
}
.slider-thumbs_product .slider-thumbs__main-item {
  aspect-ratio: var(--aspect-ratio, 545/363);
}
.slider-thumbs_product .slider-thumbs__main-img {
  max-width: 100%;
  height: auto;
}
.slider-thumbs_product .no-img {
  aspect-ratio: var(--aspect-ratio, 545/363);
}
@media only screen and (max-width: 991px) {
  .slider-thumbs_product .no-img {
    display: none;
  }
}

.slider-thumbs_gallery .slider-thumbs__main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-thumbs_text-block .slider-thumbs__main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* labels */
.labels {
  display: flex;
  gap: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.labels__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  padding: 0 3px;
  color: #fff;
  min-width: 53px;
}
.labels__item_promo {
  background-color: #DF3030;
}
.labels__item_hit {
  background-color: #3F8532;
}
.labels__item_tip {
  background-color: #B35C00;
}
.labels__item_new {
  background-color: #0F75DB;
}

.labels_slider-thumbs_product {
  z-index: 2;
  top: 6px;
  left: 6px;
}

/* /labels */
/* quantity */
.quantity {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: var(--quantity-height, 40px);
  font-size: 14px;
}

.quantity__input {
  text-align: center;
  background-color: var(--color-secondary-200);
  border: 1px solid var(--color-line);
  border-left: none;
  border-right: none;
  border-radius: 0;
  -moz-appearance: textfield;
}
.quantity__input:focus-visible {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--focus);
}
.quantity__input::-webkit-inner-spin-button, .quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__plus,
.quantity__minus {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: var(--color-text-400);
  border: 1px solid var(--color-line);
  background-color: var(--white);
}
.quantity__plus:hover,
.quantity__minus:hover {
  color: var(--color-text-600);
  border-color: var(--color-text-600);
}
.quantity__plus:active,
.quantity__minus:active {
  color: var(--color-text-600);
  border-color: var(--color-text-600);
}
.quantity__plus:focus-visible,
.quantity__minus:focus-visible {
  z-index: 1;
}

.quantity__minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 10px;
}

.quantity__plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.catalog .quantity {
  --quantity-height: 30px;
}

@media only screen and (max-width: 575px) {
  .catalog-list .quantity {
    width: 190px;
    margin: auto;
  }
}

.catalog-list2 .quantity {
  --quantity-height: 30px;
  width: 100px;
}
@media only screen and (max-width: 575px) {
  .catalog-list2 .quantity {
    width: 190px;
    margin: auto;
  }
}

.product .quantity {
  max-width: 190px;
}

/* /quantity */
/* catalog-photo */
.catalog-photo {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .catalog-photo {
    display: none;
  }
}

.catalog-photo__item {
  margin: 0 2px;
  min-width: 7px;
  max-width: 32px;
  border: 0;
  background-color: transparent;
  position: relative;
  height: 100%;
}
.catalog-photo__item:before {
  content: "";
  height: 7px;
  background-color: var(--color-text-400);
  border: 1px solid var(--white);
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
}
.catalog-photo__item_selected:before {
  background-color: var(--color-primary-600);
}

/* /catalog-photo */
/* catalog__top */
.catalog__top {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  gap: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .catalog__top {
    grid-template-columns: minmax(0, 1fr);
  }
}

.form-control_select-catalog {
  width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .form-control_select-catalog {
    width: 100%;
  }
}

/* catalog__view */
.catalog__view {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .catalog__view {
    justify-self: flex-end;
  }
}

.catalog__view-title {
  font-size: 14px;
  margin-right: 15px;
}

.catalog__view-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-line);
}
.catalog__view-item svg {
  width: 16px;
  height: 16px;
}
.catalog__view-item svg use {
  fill: #B3B3B3;
}
.catalog__view-item:hover, .catalog__view-item_selected {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
}
.catalog__view-item:hover svg use, .catalog__view-item_selected svg use {
  fill: var(--white);
}

/* /catalog__view */
/* not-available */
.not-available {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  color: var(--color-text-600);
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-available:before {
  content: "Нет в наличии";
  border-top: 2px solid var(--color-text-600);
  border-bottom: 2px solid var(--color-text-600);
  position: absolute;
}

.not-available_catalog-list2:before {
  display: none;
}
.not-available_catalog-list2 svg {
  width: 30px;
  height: 30px;
}
.not-available_catalog-list2 svg use {
  fill: #fff;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
}

.not-available-product {
  border-top: 2px solid var(--color-text-600);
  border-bottom: 2px solid var(--color-text-600);
  align-self: flex-start;
}

/* /not-available */
.catalog__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--color-line);
  background-color: var(--white);
  padding: 15px;
}
@media only screen and (max-width: 1359px) {
  .catalog__item {
    padding: 10px;
  }
}

.catalog__img-container {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 300px);
  max-height: var(--img-height, 200px);
  aspect-ratio: var(--aspect-ratio, 300/200);
  width: 100%;
  min-height: 1px;
}
.catalog__img-container:hover {
  opacity: 0.8;
}

.catalog__img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.catalog__title-wrapper {
  flex-grow: 1;
}

.catalog__title {
  margin-top: 5px;
  color: var(--color-text-600);
  line-height: 1.2;
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: clip;
}
.catalog__title:hover {
  text-decoration: underline;
}

.catalog__price-container {
  display: flex;
  align-items: baseline;
  gap: 5px 15px;
  flex-wrap: wrap;
}

.catalog__price-container_no-discounts {
  padding-bottom: 21px;
}

.catalog__price {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  white-space: nowrap;
}

.catalog__price-old {
  color: var(--color-text-400);
  text-decoration: line-through;
  white-space: nowrap;
}

.catalog__discounts {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.catalog__discount,
.catalog__economy {
  font-size: 12px;
  border-radius: 3px;
  background-color: #ffd02e;
  padding: 0 8px;
  white-space: nowrap;
}

.catalog__item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px 5px;
}
@media only screen and (max-width: 575px) {
  .catalog__item-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.catalog__button {
  display: flex;
  margin: auto;
}

.catalog__button-cart {
  font-size: 14px;
  min-height: 30px;
  width: 100%;
}

.catalog__reviews {
  font-size: 12px;
  grid-column: 1/-1;
}

.catalog-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  gap: 15px;
  border: 1px solid var(--color-line);
  background-color: var(--white);
  transition: box-shadow 0.1s ease-in-out;
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .catalog-list__item {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .catalog-list__item {
    padding: 10px;
  }
}
.catalog-list__item:hover {
  box-shadow: var(--shadow-hover);
}

.catalog-list__img-container {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 300px);
  max-height: var(--img-height, 200px);
  aspect-ratio: var(--aspect-ratio, 300/200);
  width: 100%;
}
.catalog-list__img-container:hover {
  opacity: 0.8;
}

.catalog-list__img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.catalog-list__flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog-list__title {
  font-weight: bold;
  color: var(--color-text-600);
  line-height: 1.2;
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: clip;
}
.catalog-list__title:hover {
  text-decoration: underline;
}

.catalog-list__text {
  line-height: 1.2;
}

.catalog-list__price-container {
  display: flex;
  align-items: baseline;
  gap: 5px 15px;
  flex-wrap: wrap;
}

.catalog-list__price {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  white-space: nowrap;
}

.catalog-list__price-old {
  color: var(--color-text-400);
  text-decoration: line-through;
  white-space: nowrap;
}

.catalog-list__discounts {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.catalog-list__discount,
.catalog-list__economy {
  font-size: 12px;
  border-radius: 3px;
  background-color: #ffd02e;
  padding: 0 8px;
  white-space: nowrap;
}

.catalog-list__button {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .catalog-list__button {
    width: 190px;
    display: flex;
    margin: auto;
  }
}

.catalog-list2__item {
  display: grid;
  grid-template-columns: minmax(0, 130px) minmax(0, 1fr) minmax(0, auto) minmax(0, auto) minmax(0, auto);
  align-items: center;
  gap: 15px;
  border: 1px solid var(--color-line);
  background-color: var(--white);
  transition: box-shadow 0.1s ease-in-out;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .catalog-list2__item {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575px) {
  .catalog-list2__item {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .catalog-list2__item {
    padding: 10px;
  }
}
.catalog-list2__item:hover {
  box-shadow: var(--shadow-hover);
  position: relative;
}

.catalog-list2__img-container {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 300px);
  max-height: var(--img-height, 200px);
  aspect-ratio: var(--aspect-ratio, 300/200);
  width: 100%;
}
.catalog-list2__img-container:hover {
  opacity: 0.8;
}

.catalog-list2__img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.catalog-list2__title {
  color: var(--color-text-600);
  line-height: 1.2;
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: clip;
}
.catalog-list2__title:hover {
  text-decoration: underline;
}

.catalog-list2__price-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalog-list2__price {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  white-space: nowrap;
}

.catalog-list2__price-old {
  color: var(--color-text-400);
  text-decoration: line-through;
  white-space: nowrap;
}

.catalog-list2__button {
  width: 100px;
  font-size: 14px;
  min-height: 30px;
}
@media only screen and (max-width: 575px) {
  .catalog-list2__button {
    width: 190px;
    display: flex;
    margin: auto;
  }
}

.product__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .product__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .product__grid {
    gap: 15px;
  }
}

.product__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 575px) {
  .product__flex {
    gap: 10px;
  }
}

.product__price-container {
  display: flex;
  align-items: baseline;
  gap: 5px 15px;
  flex-wrap: wrap;
}

.product__price {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  font-weight: bold;
  white-space: nowrap;
}

.product__price-old {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  color: var(--color-text-400);
  text-decoration: line-through;
  white-space: nowrap;
}

.product__discounts {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.product__discount,
.product__economy {
  font-size: 12px;
  border-radius: 3px;
  background-color: #ffd02e;
  padding: 0 8px;
  white-space: nowrap;
}

.product__discount-text {
  font-size: 14px;
  color: var(--color-text-400);
}

.product__flex2 {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.product__links-tab {
  display: flex;
  gap: 5px 35px;
}

.product__links-tab__item {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.product__links-tab__item-svg {
  width: 10px;
  height: 12px;
  transform: rotate(-90deg);
}
.product__links-tab__item-svg use {
  fill: var(--color-primary-600);
}

.product__docs-item:not(:last-child) {
  margin-bottom: 1rem;
}

.product__docs-text {
  color: var(--color-text-400);
}

/* cart-block */
.cart-block__total {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.cart-page-btns-wrap .button,
.cart-page-btns-wrap .button2,
.cart-page-btns-wrap .button3 {
  margin-top: 15px;
}

/* /cart-block */
/* cart-table */
.cart-table {
  width: 100%;
}

.cart-table__number {
  min-width: 50px;
}

.cart-table__photo {
  min-width: 120px;
}

.cart-table__img-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--img-width, 100px);
  max-height: var(--img-height, 67px);
  aspect-ratio: var(--aspect-ratio, 100/67);
  width: 100%;
}
.cart-table__img-container:hover {
  opacity: 0.8;
}

.cart-table__img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.cart-table__name {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  .cart-table__name {
    max-width: 250px;
  }
}
.cart-table__price-container {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}

.cart-table__price {
  white-space: nowrap;
}

.cart-table__price-old {
  white-space: nowrap;
  text-decoration: line-through;
}

.cart-table__count {
  min-width: 150px;
}
.cart-table__count .quantity {
  width: 114px;
}

.cart-table__sum {
  white-space: nowrap;
}

.cart-table__del {
  min-width: 80px;
}

.cart-table__button-del {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
.cart-table__button-del svg {
  width: 22px;
  height: 25px;
}
.cart-table__button-del svg use {
  fill: var(--color-text-400);
  transition: fill 0.1s ease-in-out;
}
.cart-table__button-del:hover svg use {
  fill: var(--red-800);
}
.cart-table__button-del:active svg use {
  fill: var(--color-text-400);
}

/* /cart-table */
/* cart-order */
.cart-order__grid {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: repeat(2, minmax(0, auto));
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-order__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.cart-order__btn-print {
  text-align: center;
  color: var(--color-text-600);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .cart-order__btn-print {
    justify-self: flex-start;
  }
}
.cart-order__btn-print svg use {
  fill: var(--color-text-400);
  transition: fill 0.1s ease-in-out;
}
.cart-order__btn-print:hover svg use {
  fill: var(--color-text-600);
}
.cart-order__btn-print:hover .cart-order__print-text {
  text-decoration: none;
}

.cart-order__btn-print-text {
  text-decoration: underline;
}

.cart-order__total {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.cart-order__info-wrap {
  padding: 20px 30px;
  background-color: var(--color-secondary-200);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .cart-order__info-wrap {
    padding: 15px;
    gap: 10px;
  }
}

.cart-order__item-title {
  font-weight: bold;
}

.cart-order__item-text {
  font-style: italic;
}

.cart-order__print {
  display: none;
}

.cart-page2-total-price {
  font-size: 18px;
}

.cart-page2-table-total-title {
  font-weight: bold;
}

/* /cart-order */
/* Интернет-магазин netcat (оформление заказа) */
.cart-page2-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.cart-page2-item {
  padding: 20px 30px;
  background-color: #f8f9fa;
}
.cart-page2-item:not(:last-child) {
  margin-bottom: 30px;
}

.cart-page2-form-text {
  margin-bottom: 15px;
}
.cart-page2-form-text span {
  color: var(--orange);
}

.cart-page2-total-price {
  font-size: 18px;
}

.cart-page2-table-total-title {
  font-weight: bold;
}

.tpl-block-order-delivery-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.tpl-block-order-delivery-method:not(:last-child) {
  margin-bottom: 15px;
}

.tpl-block-message.tpl-state-error {
  color: var(--red-800);
}

/* Интернет-магазин netcat (оформление заказа) */
.cart-widget__wrap {
  position: absolute;
  top: 250px;
  width: 100%;
  height: calc(100% - 250px);
}

.cart-widget__wrap-sticky {
  position: sticky;
  top: 75px;
  z-index: 1;
}

.cart-widget {
  position: absolute;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 70px;
  height: 70px;
  background-color: #c2c2c2;
  border-radius: 50%;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  z-index: 10;
}
@media only screen and (max-width: 1565px) {
  .cart-widget {
    left: auto;
    right: 15px;
  }
}
@media only screen and (max-width: 1359px) {
  .cart-widget {
    left: 30px;
    right: auto;
  }
}
@media only screen and (max-width: 1205px) {
  .cart-widget {
    left: auto;
    right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-widget {
    left: 30px;
    right: auto;
  }
}
@media only screen and (max-width: 965px) {
  .cart-widget {
    left: auto;
    right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-widget {
    display: none !important;
  }
}
.cart-widget:hover {
  background-color: darkgray;
}
.cart-widget:hover .cart-widget__count {
  background-color: #656565;
}
.cart-widget.cart-widget_active {
  background-color: #bddb9c;
}
.cart-widget.cart-widget_active .cart-widget__count {
  background-color: #82ba43;
}
.cart-widget.cart-widget_active:hover {
  background-color: #7fb642;
}
.cart-widget.cart-widget_active:hover .cart-widget__count {
  background-color: #4e6f28;
}

.cart-widget__svg {
  width: 28px;
  height: 28px;
}
.cart-widget__svg use {
  fill: #fff;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
}

.cart-widget__count {
  width: 21px;
  height: 21px;
  display: block;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #8b8b8b;
  border-radius: 50%;
  transition: background 0.1s ease-in-out;
}

.cart-widget-big__wrap {
  position: absolute;
  top: 250px;
  width: 100%;
  height: calc(100% - 250px);
}

.cart-widget-big__wrap-sticky {
  position: sticky;
  top: 75px;
  z-index: 1;
}

.cart-widget-big {
  display: block;
  position: absolute;
  right: 0;
  width: 282px;
  transition: width 0.1s ease-in-out;
  overflow: hidden;
  font-size: 14px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .cart-widget-big {
    display: none !important;
  }
}

.cart-widget-big_sm {
  width: 50px;
}

.cart-widget-big_active .cart-widget-big__button {
  background-color: #bddb9c;
}
.cart-widget-big_active .cart-widget-big__button .cart-widget-big__count {
  background-color: #82ba43;
}
.cart-widget-big_active .cart-widget-big__button:hover {
  background-color: #7fb642;
}
.cart-widget-big_active .cart-widget-big__button:hover .cart-widget-big__count {
  background-color: #4e6f28;
}

.cart-widget-big__container {
  width: 282px;
}

.cart-widget-big__button {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background-color: #c2c2c2;
  border-radius: 4px 0 0 4px;
  text-decoration: none;
  float: left;
  position: relative;
  text-align: center;
}
.cart-widget-big__button:hover {
  background-color: darkgray;
}
.cart-widget-big__button:hover .cart-widget-big__count {
  background-color: #656565;
}

.cart-widget-big__count {
  width: 21px;
  height: 21px;
  display: block;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #8b8b8b;
  border-radius: 50%;
  transition: background 0.1s ease-in-out;
}

.cart-widget-big__svg {
  width: 24px;
  height: 24px;
}
.cart-widget-big__svg use {
  fill: #fff;
}

.cart-widget-big__text-container {
  float: left;
  width: 232px;
  background-color: var(--white);
  border: 1px solid #d7dee3;
  padding: 14px 26px 20px 26px;
}

.cart-widget-big__title {
  font-size: 18px;
  font-weight: bold;
}

.cart-widget-big__product {
  line-height: 15px;
  margin-top: 7px;
}

.cart-widget-big__product-count {
  font-weight: bold;
}

.cart-widget-big__product-sum {
  margin-top: 5px;
}

.cart-widget-big__button-order {
  min-width: 100%;
  margin-top: 15px;
}

.cart-widget-big__button-continue {
  min-width: 100%;
  margin-top: 15px;
  text-transform: none;
  padding: 5px;
}

.cart-widget-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: sticky;
  width: 100%;
  height: 42px;
  bottom: 0;
  background-color: #333333;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .cart-widget-bottom {
    display: none !important;
  }
}

.cart-widget-bottom__title {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #fff;
}

.cart-widget-bottom__svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.cart-widget-bottom__svg use {
  fill: #fff;
}

.cart-widget-bottom__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color-primary-600-hover);
}

.cart-widget-bottom_button {
  min-height: 30px;
}

@media print {
  html, body {
    font-size: 14px;
  }
  html, body,
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4 {
    color: #000 !important;
  }
  h1, .h1 {
    font-size: 22px;
  }
  .page {
    background: none !important;
    min-height: auto !important;
  }
  .header,
  .header__desktop-top,
  .footer,
  .menu-top,
  .mm-menu, .mm-wrapper__blocker,
  .breadcrumbs,
  .widgets-right,
  .scrollTopBtn,
  #preloader,
  .cart-order__btn-print,
  .nc-navbar.nc--fixed {
    display: none !important;
  }
  .container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  table.table td, table.table th {
    padding: 5px;
    border: 1px solid #000 !important;
  }
  table.table td a, table.table th a {
    color: #000 !important;
    text-decoration: none;
  }
  .cart-order__info-wrap {
    background-color: transparent;
    padding: 0;
  }
  .cart-order__print {
    display: block;
  }
}
.nc_netshop_filter-wrap {
  background-color: var(--color-secondary-200);
}

.nc_netshop_filter-title {
  font-weight: bold;
  color: #fff;
  background-color: var(--color-primary-600);
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  padding: 10px;
}

.nc_netshop_filter_row {
  border-bottom: 1px solid var(--color-line);
  padding: 20px;
}
@media only screen and (max-width: 1359px) {
  .nc_netshop_filter_row {
    padding: 10px;
  }
}
.nc_netshop_filter_row select {
  width: 100%;
}

.nc_netshop_filter_label {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1359px) {
  .nc_netshop_filter_label {
    margin-bottom: 5px;
  }
}
.nc_netshop_filter_label label {
  margin-bottom: 0;
  cursor: auto;
}

.nc_netshop_filter_row_range .nc_netshop_filter_field {
  display: flex;
}
.nc_netshop_filter_row_range .nc_netshop_filter_field label {
  margin-bottom: 0;
  width: 50%;
}
.nc_netshop_filter_row_range .nc_netshop_filter_field label input {
  width: 100%;
}
.nc_netshop_filter_row_range .nc_netshop_filter_field label:last-child {
  margin-left: 20px;
}

.range-slider {
  margin-top: 15px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.nc_netshop_filter_actions {
  display: flex;
  padding: 10px;
}
.nc_netshop_filter_actions button {
  width: 50%;
}
.nc_netshop_filter_actions button:last-child {
  margin-left: 20px;
}

.nc_auth_login_check, .nc_auth_pass2_check {
  margin-left: 15px;
  font-weight: bold;
  display: none;
}

.nc_auth_pass1_check {
  margin-left: 5px;
  font-weight: bold;
  display: none;
}

#nc_auth_pass1_security {
  margin-left: 15px;
  display: none;
}

#nc_auth_login_ok, #nc_auth_pass2_ok {
  color: #088A08;
}

#nc_auth_login_fail, #nc_auth_pass2_fail {
  color: #FF0000;
}

#nc_auth_pass1_s1 {
  color: #FF0000;
}

#nc_auth_pass1_s2 {
  color: #ddcc11;
}

#nc_auth_pass1_s3 {
  color: #8cd750;
}

#nc_auth_pass1_s4 {
  color: #088A08;
}

#nc_auth_pass1_empty, #nc_auth_pass_min {
  margin-left: 15px;
  font-weight: bold;
  display: none;
  color: #FF0000;
}

.news__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .news__item {
    gap: 15px;
  }
}

.news__img-container {
  display: flex;
  width: 31.25%;
  max-width: var(--img-width, 300px);
  max-height: var(--img-height, 200px);
  aspect-ratio: var(--aspect-ratio, 300/200);
  flex-shrink: 0;
}
.news__img-container[href]:hover {
  opacity: 0.8;
}

.news__text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .news__text-container {
    gap: 5px;
  }
}

.news__title {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: bold;
  color: var(--color-text-600);
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}
.news__title[href]:hover {
  color: var(--color-primary-600);
}

.news__category {
  align-self: flex-start;
  padding: 5px 8px;
  background-color: var(--color-secondary-200);
  border-radius: 4px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .news__category {
    display: none;
  }
}

.news__date {
  color: var(--color-text-400);
  font-size: 12px;
}

.news__text {
  text-overflow: ellipsis;
  overflow-x: clip;
}
@media only screen and (max-width: 767px) {
  .news__text {
    display: none;
  }
}

.news__link {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .news__link {
    display: none;
  }
}
.news__link svg {
  margin-left: 5px;
  width: 6px;
  height: 10px;
  transform: scaleX(-1);
}
.news__link svg use {
  fill: var(--color-primary-600);
}

@media only screen and (max-width: 320px) {
  .news-rows .grid .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .news-rows .grid .grid-flex > :where(div, a, span, li) {
    max-width: calc((100% - 0px) / 1);
    flex-basis: calc((100% - 0px) / 1);
  }
  .news-rows .grid .grid,
  .news-rows .grid .grid-flex {
    gap: 15px;
  }
}

.news-rows__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .news-rows__item {
    gap: 10px;
  }
}

.news-rows__img-container {
  max-width: var(--img-width, 330px);
  max-height: var(--img-height, 220px);
  aspect-ratio: var(--aspect-ratio, 330/220);
  min-height: 1px;
}
.news-rows__img-container[href]:hover {
  opacity: 0.8;
}

.news-rows__text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .news-rows__text-container {
    gap: 5px;
  }
}

.news-rows__title {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: bold;
  color: var(--color-text-600);
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}
.news-rows__title[href]:hover {
  color: var(--color-primary-600);
}

.news-rows__category {
  align-self: flex-start;
  padding: 5px 8px;
  background-color: var(--color-secondary-200);
  border-radius: 4px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .news-rows__category {
    display: none;
  }
}

.news-rows__date {
  color: var(--color-text-400);
  font-size: 12px;
}

.news-rows__text {
  text-overflow: ellipsis;
  overflow-x: clip;
}
@media only screen and (max-width: 767px) {
  .news-rows__text {
    display: none;
  }
}

.news_anons h1 .link, .news_anons .h1 .link,
.news_anons h2 .link, .news_anons .h2 .link,
.news_anons h3 .link, .news_anons .h3 .link {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}
.news_anons .news__title {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}
.news_anons .news__item {
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .news_anons .news__item {
    gap: 15px;
  }
}

.news-widget__item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-line);
}
@media only screen and (max-width: 1359px) {
  .news-widget__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.news-widget__img-container[href]:hover {
  opacity: 0.8;
}

.news-widget__date {
  color: var(--color-text-400);
  font-size: 12px;
}

.news-widget__title {
  color: var(--color-text-600);
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}
.news-widget__title[href]:hover {
  color: var(--color-primary-600);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .pagination {
    gap: 3px;
  }
}

.pagination__item {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--white);
  color: var(--color-text-600);
  border: 1px solid var(--color-line);
  text-decoration: none;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .pagination__item {
    width: 35px;
    height: 35px;
  }
}
.pagination__item svg {
  height: 1em;
}
.pagination__item svg use {
  fill: var(--color-text-600);
  transition: fill 0.1s ease-in-out;
}

.pagination__item:hover,
.pagination__item_selected {
  color: #fff;
  background-color: var(--color-primary-600);
  border: 1px solid var(--color-primary-600);
}
.pagination__item:hover svg use,
.pagination__item_selected svg use {
  fill: #fff;
}

.pagination__item_next {
  transform: scaleX(-1);
}

.pagination-ajax {
  display: none;
}

.button-container-pagination-ajax {
  position: relative;
}

.pagination-ajax-loader {
  opacity: 0;
  top: auto;
  bottom: auto;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.socials_desktop .socials__item {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--logo-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials_desktop .socials__item svg {
  width: 65%;
  max-height: 65%;
}
.socials_desktop .socials__item svg use {
  fill: #fff;
}
.socials_desktop .socials__item:hover {
  opacity: 0.8;
}

.mm-navbar {
  justify-content: center;
}
.mm-navbar .socials__item {
  margin: 4px 2px;
  max-width: 44px;
  height: 44px;
  border-radius: 4px;
  background: var(--logo-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbar .socials__item svg {
  width: 65%;
  max-height: 65%;
}
.mm-navbar .socials__item svg use {
  fill: #fff;
}

.socials_messengers-mobile {
  margin-left: 5px;
  margin-right: 5px;
  flex-wrap: nowrap;
}
.socials_messengers-mobile .socials__item {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--logo-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials_messengers-mobile .socials__item svg {
  width: 65%;
  max-height: 65%;
}
.socials_messengers-mobile .socials__item svg use {
  fill: #fff;
}

.phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.phone-wrap__ico {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.phone-wrap__ico svg {
  width: 100%;
  max-height: 100%;
}
.phone-wrap__ico svg use {
  fill: var(--logo-color);
}
.phone-wrap__ico:hover {
  opacity: 0.8;
}

.tabs__links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-secondary-200);
  min-height: 50px;
  padding: 5px 30px;
  cursor: pointer;
  color: var(--color-text-600);
  line-height: 1.1;
}
@media only screen and (max-width: 1359px) {
  .tabs__link {
    min-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .tabs__link {
    flex-grow: 1;
  }
}
.tabs__link:hover:not(.tabs__link_active) {
  color: var(--color-text-800);
}

.tabs__link_active {
  cursor: default;
  background-color: var(--color-primary-600);
  color: #fff;
}

.tabs__content {
  display: none;
  background-color: var(--white);
  box-shadow: var(--shadow);
  padding: 40px 30px;
}
@media only screen and (max-width: 991px) {
  .tabs__content {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .tabs__content {
    padding: 15px;
  }
}

.tabs__content_active {
  display: block;
}

/* documents-block */
.documents-block__item:not(:last-child) {
  margin-bottom: 30px;
}

.documents-block__table {
  width: 100%;
}

.documents-block__td-title {
  text-align: left !important;
  width: 70%;
}

.documents-block__link {
  color: var(--color-text-600);
  text-decoration: underline;
}
.documents-block__link:hover {
  text-decoration: none;
}

.documents-block__td-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.documents-block__button {
  min-height: 30px;
  width: 130px;
  flex-shrink: 0;
}

/* /documents-block */
/* price-details */
.price-details.section_mb:not(:last-child), .price-details.section_p-sm:not(:last-child) {
  margin-bottom: 10px !important;
}
.price-details.section_mb:not(:last-child) .price-details__body, .price-details.section_p-sm:not(:last-child) .price-details__body {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .price-details.section_mb:not(:last-child) .price-details__body, .price-details.section_p-sm:not(:last-child) .price-details__body {
    margin-bottom: 15px;
  }
}

.price-details__item[open] .price-details__summary {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .price-details__item[open] .price-details__summary {
    margin-bottom: 1rem;
  }
}
.price-details__item[open] .price-details__summary-svg {
  transform: rotate(90deg);
}

.price-details__summary {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  color: var(--color-primary-600);
  cursor: pointer;
  transition: margin 150ms ease-out;
}
.price-details__summary:hover {
  text-decoration: underline;
}

.price-details__summary-svg {
  width: 9px;
  height: 15px;
  transform: rotate(-90deg);
  transition: transform 0.1s ease-in-out;
}
.price-details__summary-svg use {
  fill: var(--color-primary-600);
}

.price-details__table {
  width: 100%;
}

.price-details__td-title {
  text-align: left !important;
  width: 70%;
}

/* /price-details */
.block-table-responsive__item:not(:last-child) {
  margin-bottom: 30px;
}

.faq__button {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .faq__button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq__item:not(:last-child) {
  margin-bottom: 30px;
}

.faq__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-bottom: 5px;
}

.faq__category {
  font-size: 14px;
  color: #fff;
  padding: 3px 5px;
  background-color: var(--color-primary-600);
  border-radius: 4px;
}

.faq__date {
  color: var(--color-text-400);
  font-size: 12px;
}

.faq__flex {
  display: flex;
  gap: 15px;
  padding: 20px 25px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .faq__flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .faq__flex {
    padding: 15px;
  }
}
.faq__flex:not(:last-child) {
  margin-bottom: 15px;
}

.faq__flex_question {
  background-color: var(--color-secondary-200);
}

.faq__flex_answer {
  background-color: var(--white);
  margin-left: 60px;
}
@media only screen and (max-width: 575px) {
  .faq__flex_answer {
    margin-left: 30px;
  }
}

.faq__img-container {
  display: flex;
  max-width: var(--img-width, 225px);
  flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .faq__img-container {
    align-self: center;
  }
}
.faq__img-container[data-fancybox] {
  position: relative;
}
.faq__img-container[data-fancybox]:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/sprite.svg#zoom");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}
.faq__img-container[data-fancybox]:hover:after {
  opacity: 0.8;
}

.faq__answer-name {
  font-style: italic;
  margin-top: 5px;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.categories__item {
  display: flex;
  column-gap: 5px;
  align-items: center;
  line-height: 1.2;
  position: relative;
}
.categories__item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 0.8em;
  background-color: var(--color-line);
  position: absolute;
  right: -10px;
}

.categories__item_selected {
  font-weight: bold;
}

.categories__link[href] {
  color: var(--color-primary-600);
  text-decoration: underline;
}
.categories__link[href]:hover {
  text-decoration: none;
}

.categories__count {
  color: var(--color-text-400);
}

.details__item {
  background-color: var(--color-secondary-200);
  overflow: hidden;
}
.details__item:not(:last-child) {
  margin-bottom: 10px;
}
.details__item[open] .details__summary {
  margin-bottom: 15px;
  padding-bottom: 0;
}
.details__item[open] .details__summary-svg {
  transform: scaleY(1);
}

.details__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: var(--color-text-800);
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  line-height: 125%;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
  transition: color 0.1s ease-in-out, margin 150ms ease-out;
}
@media only screen and (max-width: 767px) {
  .details__summary {
    padding: 15px;
  }
}
.details__summary:hover {
  color: var(--color-primary-600);
}

.details__summary-svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.details__summary-svg use {
  fill: var(--color-primary-600);
}

.details__body {
  padding: 0 110px 10px 20px;
}
@media only screen and (max-width: 1359px) {
  .details__body {
    padding: 0 90px 10px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .details__body {
    padding: 0 50px 10px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .details__body {
    padding: 0 15px 15px 15px;
  }
}

.widget-phone-wrap {
  position: sticky;
  top: calc(100dvh - 60px - 60px);
  z-index: 1;
}

.widget-phone {
  position: absolute;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #00aff2;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.45s ease-in-out;
  z-index: 98;
  visibility: hidden;
}
@media only screen and (max-width: 1555px) {
  .widget-phone {
    left: auto;
    right: 15px;
  }
}
@media only screen and (max-width: 1359px) {
  .widget-phone {
    left: 35px;
    right: auto;
  }
}
@media only screen and (max-width: 1195px) {
  .widget-phone {
    left: auto;
    right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-phone {
    left: 35px;
    right: auto;
  }
}
@media only screen and (max-width: 955px) {
  .widget-phone {
    left: auto;
    right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-phone {
    display: none !important;
  }
}
.widget-phone:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
}
.widget-phone:hover {
  background-color: #75eb50;
  opacity: 1;
  animation: widget-phone-img-anim 1s infinite ease-in-out;
}
.widget-phone:hover .widget__circles:before {
  border: 2px solid #75eb50;
  animation: widget-phone-circle-anim 1.2s infinite ease-in-out;
}
.widget-phone:hover .widget__circles:after {
  background-color: #75eb50;
}

.widget-phone__active {
  opacity: 0.6;
  visibility: visible;
}

.widget__circles {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget__circles:before, .widget__circles:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.widget__circles:before {
  width: 160px;
  height: 160px;
  border: 2px solid #00aff2;
  opacity: 0.5;
  animation: widget-phone-circle-anim 2.2s infinite ease-in-out;
}
.widget__circles:after {
  width: 100px;
  height: 100px;
  background-color: #00aff2;
  opacity: 0.2;
  animation: widget-phone-circle-fill-anim 2.3s infinite ease-in-out;
}
.widget__circles svg {
  width: 30px;
  height: 30px;
  z-index: 1;
}
.widget__circles svg use {
  fill: #fff;
}

@keyframes widget-phone-img-anim {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  40% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes widget-phone-circle-fill-anim {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes widget-phone-circle-anim {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  30% {
    transform: scale(0.7);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.1;
  }
}
/* Контакты (и внутренняя Где купить) */
.contacts-block__item:not(:last-child) {
  margin-bottom: 30px;
}

.contacts-block__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .contacts-block__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-block__grid {
    gap: 10px;
  }
}

.contacts-block__fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .contacts-block__fields {
    gap: 10px;
  }
}

.contacts-block__field-flex {
  display: flex;
  gap: 15px;
}

.contacts-block__field-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .contacts-block__field-wrap {
    gap: 2px;
  }
}

.contacts-block__field-svg {
  flex-shrink: 0;
  width: 1.25em;
  max-height: 1.25em;
}
.contacts-block__field-svg use {
  fill: var(--color-primary-600);
}

.contacts-block__field-title {
  font-weight: bold;
}

.contacts-block__field-text .socials:not(:first-child) {
  margin-top: 5px;
}
.contacts-block__field-text .phone-wrap:not(:last-child) {
  margin-bottom: 5px;
}

.contacts__map {
  margin-top: 10px;
  width: 100%;
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 1359px) {
  .contacts__map {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts__map {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .contacts__map {
    height: 250px;
  }
}

.contacts__map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  z-index: 0;
}
.contacts__map-wrap:not(.loader-hide):before {
  content: "";
}
.contacts__map-wrap > ymaps {
  width: 100% !important;
  height: 100% !important;
}
.contacts__map-wrap > iframe {
  position: relative;
}

.contacts-block__img-container-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contacts-block__img-container-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}

/* /Контакты (и внутренняя Где купить) */
/* Где купить - список */
.form-control_select-city {
  width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .form-control_select-city {
    width: 100%;
  }
}

.contacts-block-list__button {
  display: flex;
  margin-left: auto;
}

.contacts-block-list__map {
  display: none;
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 650px;
}
@media only screen and (max-width: 1359px) {
  .contacts-block-list__map {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-block-list__map {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .contacts-block-list__map {
    height: 250px;
  }
}

.contacts-block-list__map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  z-index: 0;
}
.contacts-block-list__map-wrap:not(.loader-hide):before {
  content: "";
}

.contacts-block-list__links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.contacts-block-list__items:not(:last-child) {
  margin-bottom: 30px;
}

.contacts-block-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.contacts-block-list__name {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: bold;
}

.contacts-block-list__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 25px;
  position: relative;
}
.contacts-block-list__text:before {
  font-size: 26px;
  line-height: 1;
  color: var(--color-primary-600);
  content: "•";
  position: absolute;
  top: 0;
  left: -20px;
}

/* /Где купить - список */
/* ymap */
.ymap-ico {
  width: 30px;
  height: 30px;
}

.ymap__title {
  font-weight: bold;
}

.ymap__flex {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.ymap__img {
  max-width: 100px;
  max-height: 100px;
  flex-shrink: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
}
.ymap__img:hover {
  box-shadow: var(--shadow-hover);
}

.ymap__text-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ymap__btns {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: min-content;
}

.ymap__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-text-600);
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  line-height: 1.1;
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.1s ease-in-out;
}
.ymap__btn:hover {
  text-decoration: none;
  box-shadow: var(--shadow-hover);
}
.ymap__btn svg {
  flex-shrink: 0;
}

/* /ymap */
/* map-block */
.map-block__wrapper {
  position: relative;
  height: 520px;
}
@media only screen and (max-width: 991px) {
  .map-block__wrapper {
    height: auto;
  }
}
.map-block__wrapper > .container {
  height: 100%;
}

.map-block__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FAFAFA;
  height: 520px;
}
@media only screen and (max-width: 991px) {
  .map-block__map {
    height: 480px;
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .map-block__map {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .map-block__map {
    height: 250px;
  }
}
.map-block__map:not(.loader-hide):before {
  content: "";
}
.map-block__map:before {
  content: "";
}
.map-block__map > ymaps {
  width: 100% !important;
  height: 100% !important;
}
.map-block__map > iframe {
  position: relative;
}

.map-block__contacts-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.map-block__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 410px;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow);
  font-style: normal;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .map-block__contacts {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .map-block__contacts {
    padding: 15px;
    width: 100%;
    min-width: auto;
  }
}

/* /map-block */
/* Поле с поиском */
.search-block__form {
  position: relative;
}
.search-block__form .form-control {
  width: 100%;
  padding: 6px 30px 6px 12px;
}

.search-block__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-block__button:hover .search-block__svg use {
  fill: var(--color-primary-600);
}
.search-block__button:active .search-block__svg use {
  fill: var(--color-text-400);
}

.search-block__svg {
  width: 20px;
  height: 20px;
}
.search-block__svg use {
  fill: var(--color-text-400);
  transition: fill 0.1s ease-in-out;
}

:where(.header__mobile-search-block, .header__desktop-search-block) .advancedlink {
  display: none;
}

/* /Поле с поиском */
/* Поиск с подсказками */
.search-block {
  position: relative;
}

.search-block__variants {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  overflow: auto;
  width: 100%;
  max-height: 400px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
@media only screen and (max-width: 1359px) {
  .search-block__variants {
    max-height: 300px;
  }
}
.search-block__variants:after {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 0;
}

.search-block__option {
  display: flex;
  align-items: center;
  min-height: 35px;
  padding: 6px 13px;
  line-height: 1.2;
  color: var(--color-text-600);
  text-decoration: none;
}
.search-block__option:where(:hover, :focus-visible) {
  color: var(--white);
  background-color: var(--color-primary-600);
  text-decoration: none;
}

/* /Поиск с подсказками */
/* Страница поиска в netcat */
.advancedlink {
  margin-top: 10px;
}

.nc_search_results {
  margin-top: 30px;
  padding-left: 0;
}

.nc_search_range {
  margin-bottom: 15px;
}

.nc_search_list {
  margin-bottom: 10px;
}
.nc_search_list li {
  margin-left: 25px;
}

.nc_search_no_results {
  margin-top: 30px;
}
.nc_search_no_results + .nc_search_range {
  display: none;
}

/* /Страница поиска в netcat */
/* Расширенный поиск - форма */
.nc_search_extra_form-wrapper {
  width: 645px;
  padding: 30px;
  background-color: var(--color-secondary-200);
}
@media only screen and (max-width: 991px) {
  .nc_search_extra_form-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .nc_search_extra_form-wrapper {
    padding: 15px;
  }
}
.nc_search_extra_form-wrapper .form__field:not(:last-child) {
  margin-bottom: 15px;
}
.nc_search_extra_form-wrapper .interval {
  display: flex;
  gap: 5px 10px;
  align-items: center;
}
.nc_search_extra_form-wrapper .interval .radio_custom {
  margin-bottom: 0;
}
.nc_search_extra_form-wrapper .form__button {
  margin-left: calc(25% + 10px);
}
@media only screen and (max-width: 575px) {
  .nc_search_extra_form-wrapper .form__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* /Расширенный поиск - форма */
@media (prefers-reduced-motion: no-preference) {
  .features-circles-anim .features-circles__item {
    visibility: hidden;
  }
  .bounceInRight {
    animation-name: bounceInRight;
    animation-duration: 1s;
    animation-delay: calc(200ms * var(--anim-order, 0));
    animation-fill-mode: both;
    visibility: visible !important;
  }
}
@media only screen and (prefers-reduced-motion: no-preference) and (max-width: 767px) {
  .bounceInRight {
    animation-delay: 0s !important;
    /* после postcssSortMediaQueries
     animation-delay с задержкой перекрывает animation-delay: 0s
     из-за особенностей объединения @media (prefers-reduced-motion: no-preference) и @media only screen and (max-width: 767px)
     поэтому исп-ся important
     */
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0) scaleX(3);
    }
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0) scaleX(1);
    }
    75% {
      transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
    90% {
      transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .text-block_two-columns-anim .text-container {
    visibility: hidden;
  }
  .bounceInLeft {
    animation-name: bounceInLeft;
    animation-duration: 1s;
    animation-delay: calc(200ms * var(--anim-order, 0));
    animation-fill-mode: both;
    visibility: visible !important;
  }
}
@media only screen and (prefers-reduced-motion: no-preference) and (max-width: 767px) {
  .bounceInLeft {
    animation-delay: 0s !important;
    /* после postcssSortMediaQueries
     animation-delay с задержкой перекрывает animation-delay: 0s
     из-за особенностей объединения @media (prefers-reduced-motion: no-preference) и @media only screen and (max-width: 767px)
     поэтому исп-ся important
     */
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(-3000px, 0, 0) scaleX(3);
    }
    60% {
      opacity: 1;
      transform: translate3d(25px, 0, 0) scaleX(1);
    }
    75% {
      transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }
    90% {
      transform: translate3d(5px, 0, 0) scaleX(0.995);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .features-anim .features__item {
    visibility: hidden;
  }
  .fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: calc(200ms * var(--anim-order, 0));
    animation-fill-mode: both;
    visibility: visible !important;
  }
}
@media only screen and (prefers-reduced-motion: no-preference) and (max-width: 767px) {
  .fadeIn {
    animation-delay: 0s !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/*
TODO: переверстать legacy
 */
/* Черный текст, (белый, бежевый, синий) фон */
.svhelp-theme-white,
.svhelp-theme-brown,
.svhelp-theme-blue {
  --color-text-400: #6D6E71;
  --color-text-600: #000;
  --color-text-800: #000;
  --color-primary-600: #58595B;
  --color-primary-600-hover: #000;
  --color-secondary-200: #ECECEC;
  --color-secondary-600: #58595B;
  --color-secondary-600: #000;
  --shadow: 0 6px 12px #000;
  --shadow-hover: 0 0 10px #000;
  --color-line: #939598;
  --focus: #007bff;
}
.svhelp-theme-white body,
.svhelp-theme-brown body,
.svhelp-theme-blue body {
  color: #000;
  background-color: #fff;
}
.svhelp-theme-white a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link),
.svhelp-theme-brown a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link),
.svhelp-theme-blue a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link) {
  color: #007bff;
  text-decoration: underline;
}
.svhelp-theme-white a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):visited,
.svhelp-theme-brown a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):visited,
.svhelp-theme-blue a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):visited {
  color: #5199FF;
}
.svhelp-theme-white a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):hover,
.svhelp-theme-brown a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):hover,
.svhelp-theme-blue a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):hover {
  text-decoration: none;
}
.svhelp-theme-white .form-control:focus-visible,
.svhelp-theme-brown .form-control:focus-visible,
.svhelp-theme-blue .form-control:focus-visible {
  border-color: #007bff;
}
.svhelp-theme-white .checkbox__input,
.svhelp-theme-brown .checkbox__input,
.svhelp-theme-blue .checkbox__input {
  accent-color: #007bff;
}
.svhelp-theme-white .checkbox_custom .checkbox__input,
.svhelp-theme-brown .checkbox_custom .checkbox__input,
.svhelp-theme-blue .checkbox_custom .checkbox__input {
  width: 18px;
  height: 18px;
  position: static;
  overflow: visible;
  clip: auto;
}
.svhelp-theme-white .checkbox_custom .checkbox__ico,
.svhelp-theme-brown .checkbox_custom .checkbox__ico,
.svhelp-theme-blue .checkbox_custom .checkbox__ico {
  display: none;
}
.svhelp-theme-white .radio__input,
.svhelp-theme-brown .radio__input,
.svhelp-theme-blue .radio__input {
  accent-color: #007bff;
}
.svhelp-theme-white .radio_custom .radio__input,
.svhelp-theme-brown .radio_custom .radio__input,
.svhelp-theme-blue .radio_custom .radio__input {
  width: 18px;
  height: 18px;
  position: static;
  overflow: visible;
  clip: auto;
}
.svhelp-theme-white .radio_custom .radio__ico,
.svhelp-theme-brown .radio_custom .radio__ico,
.svhelp-theme-blue .radio_custom .radio__ico {
  display: none;
}
.svhelp-theme-white .section_bg,
.svhelp-theme-white .video-bg,
.svhelp-theme-white .section_bgc,
.svhelp-theme-white .text-col[style*=background],
.svhelp-theme-brown .section_bg,
.svhelp-theme-brown .video-bg,
.svhelp-theme-brown .section_bgc,
.svhelp-theme-brown .text-col[style*=background],
.svhelp-theme-blue .section_bg,
.svhelp-theme-blue .video-bg,
.svhelp-theme-blue .section_bgc,
.svhelp-theme-blue .text-col[style*=background] {
  position: relative;
}
.svhelp-theme-white .section_bg:before,
.svhelp-theme-white .video-bg:before,
.svhelp-theme-white .section_bgc:before,
.svhelp-theme-white .text-col[style*=background]:before,
.svhelp-theme-brown .section_bg:before,
.svhelp-theme-brown .video-bg:before,
.svhelp-theme-brown .section_bgc:before,
.svhelp-theme-brown .text-col[style*=background]:before,
.svhelp-theme-blue .section_bg:before,
.svhelp-theme-blue .video-bg:before,
.svhelp-theme-blue .section_bgc:before,
.svhelp-theme-blue .text-col[style*=background]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: grayscale(100%);
}
.svhelp-theme-white .section_bg > .container,
.svhelp-theme-white .video-bg > .container,
.svhelp-theme-white .section_bgc > .container,
.svhelp-theme-white .text-col[style*=background] > .container,
.svhelp-theme-brown .section_bg > .container,
.svhelp-theme-brown .video-bg > .container,
.svhelp-theme-brown .section_bgc > .container,
.svhelp-theme-brown .text-col[style*=background] > .container,
.svhelp-theme-blue .section_bg > .container,
.svhelp-theme-blue .video-bg > .container,
.svhelp-theme-blue .section_bgc > .container,
.svhelp-theme-blue .text-col[style*=background] > .container {
  position: relative;
}

/* /Черный текст, (белый, бежевый, синий) фон */
.svhelp-theme-brown body {
  background-color: #F7F3D6;
}

.svhelp-theme-blue body {
  background-color: #9DD1FF;
}

/* Белый текст, черный фон */
.svhelp-theme-dark {
  --color-text-400: #D1D3D4;
  --color-text-600: #fff;
  --color-text-800: #fff;
  --color-primary-600: #414042;
  --color-primary-600-hover: #231F20;
  --color-secondary-200: #58595B;
  --color-secondary-600: #414042;
  --color-secondary-600: #231F20;
  --shadow: 0 6px 12px #fff;
  --shadow-hover: 0 0 10px #fff;
  --color-line: #fff;
  --focus: #FFC46B;
  --white: #000;
  --mm-color-border: rgba(0, 0, 0, 0.3);
  --mm-color-button: rgba(255, 255, 255, 0.4);
  --mm-color-text: rgba(255, 255, 255, 0.85);
  --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
  --mm-color-background: var(--color-secondary-600);
  --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
  --mm-color-background-emphasis: var(--color-primary-600);
  --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  --fancybox-content-color: #fff;
  --fancybox-content-bg: #000;
}
.svhelp-theme-dark body {
  color: #fff;
  background-color: #000;
}
.svhelp-theme-dark a {
  color: #fff !important;
}
.svhelp-theme-dark a:visited {
  color: #FFC46B !important;
}
.svhelp-theme-dark a:hover {
  color: #f4a70b !important;
}
.svhelp-theme-dark a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link) {
  color: #fff;
  text-decoration: underline;
}
.svhelp-theme-dark a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):visited {
  color: #FFC46B;
}
.svhelp-theme-dark a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):hover {
  color: #f4a70b;
  text-decoration: none;
}
.svhelp-theme-dark ::placeholder {
  color: #fff;
}
.svhelp-theme-dark .form-control {
  background-color: var(--color-primary-600);
  color: #fff;
}
.svhelp-theme-dark .form-control:focus-visible {
  border-color: #f4a70b;
}
.svhelp-theme-dark .checkbox__input {
  accent-color: #f4a70b;
}
.svhelp-theme-dark .checkbox_custom .checkbox__input {
  width: 18px;
  height: 18px;
  position: static;
  overflow: visible;
  clip: auto;
}
.svhelp-theme-dark .checkbox_custom .checkbox__ico {
  display: none;
}
.svhelp-theme-dark .radio__input {
  accent-color: #f4a70b;
}
.svhelp-theme-dark .radio_custom .radio__input {
  width: 18px;
  height: 18px;
  position: static;
  overflow: visible;
  clip: auto;
}
.svhelp-theme-dark .radio_custom .radio__ico {
  display: none;
}
.svhelp-theme-dark .section_bg,
.svhelp-theme-dark .video-bg {
  position: relative;
}
.svhelp-theme-dark .section_bg:before,
.svhelp-theme-dark .video-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: grayscale(100%);
}
.svhelp-theme-dark .section_bg > .container,
.svhelp-theme-dark .video-bg > .container {
  position: relative;
}
.svhelp-theme-dark .section_bgc,
.svhelp-theme-dark .text-col[style*=background] {
  background-color: var(--color-secondary-600) !important;
}
.svhelp-theme-dark table tr:hover td {
  background-color: var(--color-secondary-200);
}
.svhelp-theme-dark .modal {
  background-color: #000;
}
.svhelp-theme-dark .no-img {
  background-color: var(--color-secondary-200);
}
.svhelp-theme-dark .no-img use {
  fill: #fff;
}
.svhelp-theme-dark .header__desktop,
.svhelp-theme-dark .footer__desktop {
  background-color: #000;
}
.svhelp-theme-dark .header__mobile {
  background-color: var(--color-secondary-600);
  box-shadow: var(--shadow);
}
.svhelp-theme-dark .footer__mobile {
  background-color: var(--color-secondary-600);
}
.svhelp-theme-dark .header__logo,
.svhelp-theme-dark .header__mobile-logo {
  filter: brightness(0) invert(1);
}
.svhelp-theme-dark [class*=catalog-advantage] .row {
  --item_bg: var(--color-primary-600)!important;
}
.svhelp-theme-dark .button2 {
  color: #fff;
  border: 1px solid #fff;
}
.svhelp-theme-dark .button2 svg use {
  fill: #fff;
}

/* /Белый текст, черный фон */
.svhelp-font-arial body,
.svhelp-font-arial h1, .svhelp-font-arial .h1,
.svhelp-font-arial h2, .svhelp-font-arial .h2,
.svhelp-font-arial h3, .svhelp-font-arial .h3,
.svhelp-font-arial h4, .svhelp-font-arial .h4,
.svhelp-font-arial h5, .svhelp-font-arial .h5,
.svhelp-font-arial h6, .svhelp-font-arial .h6 {
  font-family: arial;
}

.svhelp-font-times body,
.svhelp-font-times h1, .svhelp-font-times .h1,
.svhelp-font-times h2, .svhelp-font-times .h2,
.svhelp-font-times h3, .svhelp-font-times .h3,
.svhelp-font-times h4, .svhelp-font-times .h4,
.svhelp-font-times h5, .svhelp-font-times .h5,
.svhelp-font-times h6, .svhelp-font-times .h6 {
  font-family: "Times New Roman";
}

.svhelp-font-size-small {
  font-size: 18px;
}

.svhelp-font-size-medium {
  font-size: 22px;
}

.svhelp-font-size-big {
  font-size: 26px;
}

/* button desktop */
.svhelp {
  position: relative;
}
.svhelp.open .svhelp-container, .svhelp:hover .svhelp-container {
  display: block;
}

.svhelp-container {
  display: none;
  padding: 15px;
  background-color: var(--white);
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  box-shadow: var(--shadow);
}
.svhelp-container a {
  color: var(--color-text-600);
}

.svhelp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  color: var(--color-text-600);
  border: 1px solid var(--color-line);
  background-color: transparent;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .svhelp-button {
    font-size: 14px;
  }
}
.svhelp-button i {
  margin-right: 5px;
}
.svhelp-button:active {
  background-color: #eeeeee;
}

.svhelp-default {
  padding: 10px;
  border-bottom: 1px solid var(--color-line);
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  color: var(--color-text-600);
}
.svhelp-default:hover span {
  text-decoration: underline;
}

.svhelp-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-line);
}
.svhelp-item:last-child {
  margin-bottom: 0;
}

.svhelp-theme .svhelp-item-wrapper {
  display: flex;
}
.svhelp-theme .svhelp-item-wrapper .item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 35px;
  margin-right: 10px;
  line-height: normal;
  color: var(--color-text-600);
}
.svhelp-theme .svhelp-item-wrapper .item:hover {
  text-decoration: underline;
}
.svhelp-theme .svhelp-item-wrapper .item[data-svhelp-class=svhelp-theme-white] {
  background-color: var(--white);
  border: 2px solid var(--color-text-600);
}
.svhelp-theme .svhelp-item-wrapper .item[data-svhelp-class=svhelp-theme-dark] {
  background-color: #000;
  color: #fff;
}
.svhelp-theme .svhelp-item-wrapper .item[data-svhelp-class=svhelp-theme-brown] {
  background-color: #F7F3D6;
}
.svhelp-theme .svhelp-item-wrapper .item[data-svhelp-class=svhelp-theme-blue] {
  background-color: #9DD1FF;
}

.svhelp-font-size .svhelp-item-wrapper .item {
  width: 20px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  color: var(--color-text-600);
}
.svhelp-font-size .svhelp-item-wrapper .item:hover {
  text-decoration: underline;
}
.svhelp-font-size .svhelp-item-wrapper .item[data-svhelp-class=svhelp-font-size-small] {
  font-size: 18px;
}
.svhelp-font-size .svhelp-item-wrapper .item[data-svhelp-class=svhelp-font-size-medium] {
  font-size: 26px;
}
.svhelp-font-size .svhelp-item-wrapper .item[data-svhelp-class=svhelp-font-size-big] {
  font-size: 36px;
}

.svhelp-font .svhelp-item-wrapper .item {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 3px;
  text-decoration: none;
  color: var(--color-text-600);
}
.svhelp-font .svhelp-item-wrapper .item:hover {
  text-decoration: underline;
}
.svhelp-font .svhelp-item-wrapper .item[data-svhelp-class=svhelp-font-times] {
  font-family: "Times New Roman";
}
.svhelp-font .svhelp-item-wrapper .item[data-svhelp-class=svhelp-font-arial] {
  font-family: Arial;
}

.svhelp-item-title {
  margin-bottom: 5px;
}

/* /button desktop */
/* button mobile */
@media only screen and (max-width: 991px) {
  #panel-svhelp .svhelp-item-title {
    padding: 10px 20px;
    text-decoration: underline;
  }
  #panel-svhelp .svhelp-item {
    padding: 10px 20px;
  }
  #panel-svhelp .svhelp-theme {
    display: flex;
  }
  #panel-svhelp .svhelp-theme .item {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 35px;
    margin-right: 10px;
    line-height: normal;
  }
  #panel-svhelp .svhelp-theme .item:hover {
    text-decoration: underline;
  }
  #panel-svhelp .svhelp-theme .item[data-svhelp-class=svhelp-theme-white] {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
  }
  #panel-svhelp .svhelp-theme .item[data-svhelp-class=svhelp-theme-dark] {
    background-color: #000;
    color: #fff;
  }
  #panel-svhelp .svhelp-theme .item[data-svhelp-class=svhelp-theme-brown] {
    background-color: #F7F3D6;
    color: #000;
  }
  #panel-svhelp .svhelp-theme .item[data-svhelp-class=svhelp-theme-blue] {
    background-color: #9DD1FF;
    color: #000;
  }
  #panel-svhelp .svhelp-font-size .item {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    line-height: 34px;
    overflow: visible;
    padding: 3px;
    background-color: #fff;
    color: #000;
    vertical-align: top;
  }
  #panel-svhelp .svhelp-font-size .item:hover {
    text-decoration: underline;
  }
  #panel-svhelp .svhelp-font-size .item[data-svhelp-class=svhelp-font-size-small] {
    font-size: 18px;
  }
  #panel-svhelp .svhelp-font-size .item[data-svhelp-class=svhelp-font-size-medium] {
    font-size: 26px;
  }
  #panel-svhelp .svhelp-font-size .item[data-svhelp-class=svhelp-font-size-big] {
    font-size: 36px;
  }
  #panel-svhelp .svhelp-font .item {
    color: #000;
    padding: 3px;
    background-color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 3px;
    text-decoration: none;
  }
  #panel-svhelp .svhelp-font .item:hover {
    text-decoration: underline;
  }
  #panel-svhelp .svhelp-font .item[data-svhelp-class=svhelp-font-times] {
    font-family: "Times New Roman";
  }
  #panel-svhelp .svhelp-font .item[data-svhelp-class=svhelp-font-arial] {
    font-family: Arial;
  }
}
/* /button mobile */
.template-demo {
  --header__desktop-top-height: 0px;
}
@media only screen and (max-width: 991px) {
  .template-demo {
    --header__desktop-top-height: 0px;
  }
}
.template-demo .header__desktop {
  background-color: var(--color-secondary-300);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .template-demo .header__grid {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}
.template-demo .header__address {
  max-width: 200px;
}
.template-demo .header__mobile {
  background-color: var(--color-secondary-300);
}
.template-demo .menu-top {
  background-color: #3d4245;
}
.template-demo .menu-top__link {
  color: #fff;
}
.template-demo .footer__desktop {
  background-color: #3d4245;
  color: #fff;
}
.template-demo .footer__desktop a {
  color: #fff;
}
.template-demo .footer__desktop a:hover {
  color: var(--color-primary-600);
}
.template-demo .footer__grid {
  grid-template-columns: repeat(3, minmax(0, auto));
}
.template-demo .footer-menu__link {
  text-decoration: none;
}
.template-demo .footer-menu__link_selected,
.template-demo .footer-menu__link[href]:hover {
  color: var(--color-primary-600);
}
.template-demo .footer__mastweb {
  align-self: flex-end;
  text-decoration: underline;
}
.template-demo .footer__mastweb:hover {
  text-decoration: none;
}
.template-demo .footer__mobile {
  background-color: #3d4245;
  color: #fff;
}
.template-demo .socials_desktop .socials__item {
  width: 34px;
  height: 34px;
  background: #8b8b8b;
}
.template-demo .socials_desktop .socials__item:hover {
  opacity: 1;
  background: var(--color-primary-600);
}
/*# sourceMappingURL=maps/bundle.min.css.map */

