@charset "UTF-8";
/* Обнуление */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: auto;
  line-height: 1;
  background: #fff;
  font-size: 14px;
  color: #252b42;
  font-weight: 500;
  font-family: Montserrat;
  scroll-behavior: smooth;
}

#anchor {
  padding-top: 50px;
  margin-top: -50px;
}

.custom-swiper-wrapper {
  transform: translate(0, 0);
}
.custom-swiper-wrapper .swiper-custom-nav-promo {
  position: fixed;
}

.custom-swiper-wrapper-2 {
  transform: translate(0, 0);
  justify-content: center !important;
}
.custom-swiper-wrapper-2 .swiper-custom-nav-promo {
  position: fixed;
}

.custom-swiper-wrapper-banner {
  width: 100%;
}

.banner__img {
  width: 100%;
}

.slider-promo > .swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 992px) {
  .slider-promo > .swiper-button-next {
    display: none;
  }
}

.slider-promo > .swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 992px) {
  .slider-promo > .swiper-button-prev {
    display: none;
  }
}

.slider-systems {
  padding: 35px 0 0 0;
}

.swiper-slide {
  justify-content: center;
  display: flex;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(-20px - var(--swiper-navigation-size) / 2) !important;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  width: 50px;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .slider__col {
    margin-left: 16px;
  }
}
.slider__col_r {
  display: flex;
  flex-direction: column;
  width: 50px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .slider__col_r {
    margin-right: 16px;
  }
}

.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-production {
  background: rgb(223, 245, 255);
  margin-right: 8px;
}

.slider-sertificate {
  background: rgb(223, 245, 255);
}

.slider-production__thumbs {
  height: 200px;
}

.slider-production__thumbs_tovar {
  height: 200px;
  width: 40px;
}

.slider-sertificate__thumbs2 {
  height: 200px;
}

.slider-production__thumbs .slider__image, .slider-sertificate__thumbs2 .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider-production__thumbs_tovar .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider-production__thumbs .slider__image:hover, .slider-sertificate__thumbs2 .slider__image:hover {
  opacity: 1;
}

.slider-production__thumbs_tovar .slider__image:hover {
  opacity: 1;
}

.slider-production__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider-production__thumbs_tovar .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider-sertificate__thumbs2 .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider-production__images {
  height: 200px;
  width: 100%;
  min-width: 0;
}

.slider-production__images_card {
  height: 340px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .slider-production__images_card {
    height: 300px;
    overflow: hidden;
  }
}

.slider-sertificate__images2 {
  height: 200px;
  width: 100%;
  min-width: 0;
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider1 > .swiper-button-prev {
  left: 2px;
}

.slider1 > .swiper-button-next {
  right: 2px;
}

.slider1 > :root {
  --swiper-navigation-size: 32px;
}

.header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 51;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  background-color: rgb(177, 54, 117);
  position: sticky;
  position: -webkit-sticky;
}
.header__wa_desktop {
  margin-left: auto;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 900px) {
  .header__navbar {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    order: 2;
  }
  .header__wa_mobile {
    order: -1;
    padding: 0 15px 0 0;
    color: #fff;
  }
  .header__wa_desktop {
    display: none !important;
  }
}
.header [type=checkbox] {
  display: none;
}
@media screen and (max-width: 900px) {
  .header__line {
    display: flex;
    justify-content: space-between;
  }
}
.header__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(177, 54, 117);
}
.header__link {
  color: rgb(255, 255, 255);
}
.header__link:hover {
  color: #252b42;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 15px 0 5px 0;
}
@media screen and (max-width: 900px) {
  .header__container {
    flex-direction: column;
    padding: 10px 0 5px 0;
  }
}
.header__info {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .header__info {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0 0 0;
    text-align: left;
  }
}
.header__address {
  padding: 2px 0;
}
.header__email {
  padding: 2px 0;
}
.header__email a {
  color: #252b42;
  font-size: 14px;
  font-weight: 700;
}
.header__schedule {
  color: #252b42;
  font-size: 14px;
  padding: 2px 0;
}
@media screen and (max-width: 900px) {
  .header__schedule {
    display: none;
  }
}
.header__buttons {
  display: flex;
}
.header__buttons a {
  display: block;
  border: 1px solid #ff0000;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.header__callme a {
  background-color: #ff0000;
}
.header__button {
  padding: 5px;
}
.header__menu {
  position: relative;
  background-color: rgb(177, 54, 117);
}
.header__brand {
  align-items: center;
  display: flex;
}
.header__menu-button {
  display: none;
}
.header__menu-button label {
  padding: 2px;
}
@media screen and (max-width: 900px) {
  .header__menu-button {
    order: 5;
  }
}
.header__phone {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .header__phone {
    order: 1;
    padding: 10px 0 10px 0;
  }
}
.header__phone a {
  color: #fff;
}

.brand {
  display: flex;
  flex-direction: row;
}
.brand__title {
  font-weight: 600;
  color: #252b42;
  font-size: 24px;
}
.brand__img {
  max-width: 56px;
}
.brand__img img {
  width: 100%;
}
.brand__name {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 6px;
}

.toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle:checked ~ .b-flex > label {
  color: rgb(177, 54, 117);
  width: 20%;
}
.toggle:checked ~ .navbar__dropdown {
  visibility: visible;
  opacity: 1;
  height: 2000px;
  transition: 0.5s;
}

.toggle-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
}
.toggle-menu:checked ~ .b-flex > label > .burger-menu__line:first-child {
  transform: rotate(45deg);
}
.toggle-menu:checked ~ .b-flex > label > .burger-menu__line:nth-child(2) {
  display: none;
}
.toggle-menu:checked ~ .b-flex > label > .burger-menu__line:last-child {
  transform: rotate(-45deg);
  margin-top: -6px;
}
.toggle-menu:checked ~ .header__navbar {
  visibility: visible;
  opacity: 1;
  max-height: 2000px;
  transition: 0.5s;
}

@media screen and (min-width: 901px) {
  .b-flex__label {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .b-flex {
    display: flex;
    flex-direction: row;
  }
  .b-flex__link {
    width: 70%;
  }
  .b-flex__label {
    width: 20%;
    color: #252b42;
  }
  .b-flex__label label {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.navbar__link {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.navbar__list {
  display: flex;
  z-index: 52;
}
.navbar__list1 {
  background-color: rgb(177, 54, 117);
}
@media screen and (max-width: 900px) {
  .navbar__list1 {
    background-color: #fff;
  }
}
.navbar__item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.navbar__item a {
  color: #fff;
  font-weight: 600;
  line-height: 171.4285714286%;
  padding: 10px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .navbar__item a {
    color: #252b42;
    width: 100%;
  }
}
.navbar__item li {
  position: relative;
  min-width: 160px;
}
@media screen and (min-width: 901px) {
  .navbar__item:hover > .navbar__link {
    color: rgb(120, 120, 120);
  }
  .navbar__item:hover > .b-flex > .navbar__link {
    color: rgb(120, 120, 120);
  }
  .navbar__item:hover > .navbar__dropdown {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .navbar__item {
    box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .navbar__dropdown-lvl1 {
    background-color: rgb(235, 235, 235);
    padding-left: 5px;
  }
  .navbar__dropdown-lvl2 {
    background-color: rgb(195, 195, 195);
    padding-left: 5px;
  }
  .navbar__dropdown-lvl3 {
    background-color: rgb(155, 155, 155);
    padding-left: 5px;
  }
  .navbar__list1 {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
  }
  .navbar__list {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
  }
  .navbar__dropdown {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  .navbar__item {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 901px) {
  .navbar__dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: block;
    transition: 0.2s;
  }
  .navbar__dropdown a {
    color: rgb(177, 54, 117);
  }
  .navbar__list1 {
    display: flex;
  }
  .navbar__dropdown-lvl1 {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .navbar__dropdown-lvl2 {
    box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .navbar__dropdown-lvl2 {
    left: 100%;
    top: 0;
    width: 100%;
  }
  .navbar__item li {
    background-color: #fff;
  }
}

.header-phone__link:hover {
  color: #252b42;
}

.burger-menu__line {
  width: 25px;
  height: 3px;
  margin: 3px;
  background-color: #fff;
  transition: all 0.5s ease;
}

/*подвал*/
.footer__bcg {
  background-color: rgb(177, 54, 117);
}
.footer__bcg_dark {
  background-color: #252b42;
}
.footer__container {
  flex-direction: column;
  align-items: normal;
  display: flex;
  width: 100%;
  color: #fff;
  padding-top: 14px;
}
.footer__container a {
  color: #fff;
}
.footer_col {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.footer_col > :not(:last-child) {
  margin: 0 0 14px 0;
}
.footer_col-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.footer_col-main > :not(:last-child) {
  margin: 0 0 52px 0;
}
.footer_row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.footer_row > :not(:last-child) {
  margin: 0 14px 0 0;
}
.footer_row-def {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.footer_row-def > :not(:last-child) {
  margin: 0 14px 0 0;
}
@media (max-width: 900px) {
  .footer_row-def {
    flex-direction: column;
  }
  .footer_row-def > :not(:last-child) {
    margin: 0 0px 14px 0;
  }
}
.footer__underline {
  border: 1px solid #fff;
}
.footer__rating {
  border: 2px solid;
  border-radius: 10px;
  padding: 4px 10px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  transition: all 400ms;
}
.footer__rating:hover:hover {
  background-color: #252b42;
  color: rgb(255, 255, 255);
  border: 2px solid #252b42;
}
.footer__rating_ya {
  border: 2px solid;
  border-radius: 10px;
  padding: 4px 10px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  transition: all 400ms;
}
.footer__rating_ya:hover:hover {
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(177, 54, 117);
}
.footer__rating-img {
  background: #fff;
  padding: 5px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.footer__social {
  width: 100%;
  height: 100%;
  max-width: 32px;
  max-height: 32px;
}
.footer__social_xl {
  width: 100%;
  height: 100%;
}
.footer__akciya-img {
  max-width: 42px;
  max-height: 42px;
  width: 100%;
  height: 100%;
}
.footer__left {
  margin-right: 60px !important;
}
.footer__logo {
  width: 100%;
  height: 100%;
  max-width: 64px;
  max-height: 64px;
}
.footer__qr {
  width: 100%;
  max-width: 160px;
  display: flex;
  align-items: center;
  object-fit: contain;
}
.footer__qr-container {
  padding: 20px;
  border-radius: 16px;
  color: #fff;
}
.footer__input {
  width: 100%;
  margin: 0 10px 0 0;
}
.footer__input input {
  width: 100%;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 15px;
}
.footer__inputs > :not(:last-child) {
  margin: 0 0 12px 0;
}
.footer__form {
  padding: 20px;
  border-radius: 16px;
  color: #fff;
}
.footer__submit {
  text-align: center;
}
.footer__submit a {
  color: rgb(255, 255, 255);
}
.footer__submit a:hover {
  text-decoration: underline;
}
.footer__star {
  display: flex;
  height: 100%;
}
.footer__forms {
  margin: 14px 0 14px 0;
}

.footer-section {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
@media (max-width: 979px) {
  .footer-section {
    flex-direction: column;
  }
}

.column-footer__img1 {
  position: absolute;
  top: 44px;
  right: 20px;
}
.column-footer__img2 {
  position: absolute;
  top: 20px;
  right: 64px;
}
.column-footer__subtitle {
  font-size: 12px;
  margin: 0 0 24px 0;
  color: rgb(255, 255, 255);
}
.column-footer__form {
  display: block;
  margin: auto;
}
.column-footer__form_modal {
  width: auto;
  display: block;
  margin: auto;
}
.column-footer__form-phone {
  padding: 0 10px 10px 10px;
}
.column-footer__form-phone input {
  padding: 10px 0 10px 0;
  border: 1px solid #252b42;
  text-align: center;
}
.column-footer__form-button {
  padding: 0 10px 10px 10px;
}
.column-footer__form-button button {
  padding: 12px 50px 12px 50px;
  background: orangered;
  color: #fff;
  text-align: center;
  transition: all 400ms ease;
}
.column-footer__text {
  padding: 5px;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.column-footer__name {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
}
.column-footer__name_orangered {
  font-size: 14px;
  text-transform: uppercase;
  color: #252b42;
  padding: 0 0 10px 0;
  text-align: center;
  color: #333333;
  line-height: 19.2px;
}
.column-footer__price {
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px;
  padding: 2px;
  text-align: left;
}

.catalog-links__item {
  padding: 0 0 8px 0;
}

.footer__footer {
  padding: 20px;
  text-align: center;
}

/* модальное окно*/
#myBtn {
  background-color: #333333;
  color: white;
  padding: 12px 16px;
  font-size: 26px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  width: 260px;
  border: 1px solid orangered;
}

#myBtn:hover {
  background: rgb(255, 255, 255);
  color: #333333;
  border: 1px solid orangered;
  transition: 0.3s;
}

.popup {
  display: none;
  z-index: 5;
  color: #fff;
}

.popup-comm {
  display: none;
  z-index: 5;
  color: #fff;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  /* padding-top: 100px; */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
}

.modal-thx {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  /* padding-top: 100px; */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
}

.modal-content {
  position: relative;
  background-color: rgb(177, 54, 117);
  margin: auto;
  padding: 0;
  border: 5px solid rgb(255, 255, 255);
  width: 330px;
  padding: 24px 24px 16px 24px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.modal-content-thx {
  position: relative;
  background-color: rgb(177, 54, 117);
  margin: auto;
  padding: 0;
  border: 5px solid rgb(255, 255, 255);
  width: 330px;
  padding: 24px 24px 16px 24px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

@-webkit-keyframes animatetop {
  from {
    top: -600px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -600px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  display: block;
  padding: 5px;
  line-height: 0.6;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.mt8 {
  margin-top: 8px;
}

.mt18 {
  margin-top: 18px;
}

.mt36 {
  margin-top: 36px;
}

.mt52 {
  margin-top: 52px;
}

.pt52 {
  padding-top: 52px;
}

.mt9 {
  margin-top: 9px;
}

.mt18 {
  margin-top: 18px;
}

.mt27 {
  margin-top: 27px;
}

.mt36 {
  margin-top: 36px;
}

.mt45 {
  margin-top: 45px;
}

.mt54 {
  margin-top: 54px;
}

.types-of-4__container:hover ~ .types-of-4__title a {
  color: rgb(177, 54, 117);
}
.types-of-4__container:hover ~ .types-of-4__title a:after {
  transition: 0.6s all;
  margin-left: 16px;
}

.types-of-additionally__img:hover ~ .types-of-additionally__title {
  color: rgb(177, 54, 117);
}
.types-of-additionally__img:hover ~ .types-of-additionally__title:after {
  transition: 0.6s all;
  margin-left: 16px;
}

.types-of-5__container:hover ~ .types-of-5__title a {
  color: rgb(177, 54, 117);
}
.types-of-5__container:hover ~ .types-of-5__title a:after {
  transition: 0.6s all;
  margin-left: 16px;
}

.types-of-5__img:hover ~ .types-of-5__title a {
  color: rgb(177, 54, 117);
}
.types-of-5__img:hover ~ .types-of-5__title a:after {
  transition: 0.6s all;
  margin-left: 16px;
}

.button {
  padding: 4px 20px;
  text-align: center;
  font-weight: 600;
  transition: all 400ms ease;
  line-height: 1.7;
  display: block;
  border-radius: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.button:hover {
  cursor: pointer;
}
.button_grow {
  flex-grow: 1;
  width: 100%;
}
.button_unactive {
  background-color: rgb(255, 255, 255);
  color: rgb(180, 180, 180);
  border: 1px solid rgb(180, 180, 180);
}
.button_unactive:hover {
  cursor: inherit;
}
.button_v1 {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
.button_v1:hover {
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 54, 117);
}
.button_v2 {
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 54, 117);
}
.button_v2:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(177, 54, 117);
  border: 1px solid rgb(177, 54, 117);
}
.button_v2_opacity {
  background-color: rgba(177, 54, 117, 0.7);
  color: rgb(255, 255, 255);
  border: 1px solid rgba(177, 54, 117, 0.2);
}
.button_v2_opacity:hover {
  background-color: rgb(177, 54, 117);
  color: white;
  border: 1px solid #b13675;
}
@media screen and (max-width: 900px) {
  .button_v2_extra {
    background-color: rgb(177, 54, 117);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
  }
  .button_v2_extra:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(177, 54, 117);
    border: 2px solid rgb(255, 255, 255);
  }
}
.button_v3 {
  color: #252b42;
  border: 1px solid #252b42;
}
.button_v3:hover {
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 54, 117);
}
.button_v3_clr2 {
  color: rgb(177, 54, 117);
  border: 1px solid rgb(177, 54, 117);
}
.button_v3_clr2:hover {
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 54, 117);
}
.button_v4 {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
.button_v4:hover {
  background-color: #252b42;
  color: rgb(255, 255, 255);
  border: 1px solid #252b42;
}
.button_v5 {
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 54, 117);
}
.button_v5:hover {
  background-color: rgba(177, 54, 117, 0.1);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 54, 117);
}

.button-card_form {
  background: #333333;
  padding: 4px;
  color: #fff;
  text-align: center;
  transition: all 400ms ease;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  display: block;
  border: 1px solid #fff;
  border-radius: 4px;
}
.button-card_form:hover {
  background: #b13675;
  color: #fff;
  border: 1px solid #b13675;
}

.button_v3 button {
  width: 100%;
  transition: all 400ms ease;
  font-weight: 500;
}

.main-index-bcg {
  background: url("/img/main_bcg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 50%;
  width: 100%;
}

.main-index-bcg_cott {
  background: url("/img/main_bcg2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 50%;
  width: 100%;
}

.main-index-bcg_balc {
  background: url("/img/main_bcg3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 50%;
  width: 100%;
}

.main-index-bcg_veka {
  background: url("/img/main_bcg4.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 50%;
  width: 100%;
}

.main-index {
  justify-content: baseline;
  align-items: stretch;
  width: 100%;
  justify-content: flex-end;
  overflow: hidden;
  padding: 35px 0 0 0;
  margin: 0 0 24px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .main-index {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 450px) {
  .main-index {
    padding: 10px 0 0 0;
  }
}
.main-index_fog {
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(216, 239, 255, 0) 70%);
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 450px) {
  .main-index_fog {
    background: linear-gradient(30deg, rgb(255, 255, 255) 10%, rgba(216, 239, 255, 0) 80%);
  }
}
.main-index_fog_balc {
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(216, 239, 255, 0) 70%);
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 450px) {
  .main-index_fog_balc {
    background: linear-gradient(30deg, rgb(255, 255, 255) 10%, rgba(216, 239, 255, 0) 80%);
  }
}
.main-index__button {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: auto;
}
.main-index__button i {
  margin-right: 6px;
}
@media screen and (max-width: 650px) {
  .main-index__button {
    display: block;
  }
  .main-index__button > * {
    width: 100%;
    font-size: 16px;
  }
  .main-index__button > :not(:last-child) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 450px) {
  .main-index__button {
    font-size: 16px;
  }
}
.main-index__img {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 650px) {
  .main-index__img {
    padding: 0;
    width: 70%;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .main-index__img {
    padding: 0;
    width: 55%;
    text-align: center;
  }
}
.main-index__img_balc {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 650px) {
  .main-index__img_balc {
    padding: 0;
    width: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .main-index__img_balc {
    padding: 0;
    width: 80%;
    text-align: center;
  }
}
.main-index img {
  width: 100%;
}
.main-index__title {
  color: rgb(177, 54, 117);
  font-size: 30px;
  padding: 20px 0 20px 0;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .main-index__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .main-index__title {
    font-size: 20px;
  }
}
.main-index__title p {
  color: #252b42;
  font-weight: 400;
  font-size: 22px;
  padding: 6px 0 0 0;
}
@media screen and (max-width: 650px) {
  .main-index__title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .main-index__title p {
    font-size: 16px;
  }
}
.main-index__subtitle {
  color: #252b42;
  font-size: 16px;
  padding: 0 0 10px 0;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 650px) {
  .main-index__subtitle {
    font-size: 24px;
    display: none;
  }
}
.main-index__subtitle p:nth-child(1) {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}
.main-index__subtitle p:nth-child(1):before {
  background-image: url(/img/ico/Frame.png);
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
.main-index__subtitle p:nth-child(2) {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}
.main-index__subtitle p:nth-child(2):before {
  background-image: url(/img/ico/Frame1.png);
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
.main-index__subtitle p:nth-child(3) {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}
.main-index__subtitle p:nth-child(3):before {
  background-image: url(/img/ico/Group\ 1.png);
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
.main-index__container {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .main-index__container {
    flex-direction: column-reverse;
  }
}
.main-index__container1 {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .main-index__container1 {
    width: auto;
  }
}
.main-index__container1_balc {
  display: flex;
  width: 40%;
}
@media screen and (max-width: 450px) {
  .main-index__container1_balc {
    width: auto;
  }
}
.main-index__container2 {
  display: flex;
  width: 100%;
}
.main-index__container2_balc {
  display: flex;
  width: 60%;
}
@media screen and (max-width: 450px) {
  .main-index__container2_balc {
    width: 100%;
  }
}
.main-index__containers {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.main-index__content {
  color: rgb(177, 54, 117);
  display: flex;
  flex-direction: column;
  max-width: 500px;
  justify-content: space-around;
  padding: 0 20px 0 0;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .main-index__content {
    padding: 0;
  }
}
.main-index__content_balc {
  color: rgb(177, 54, 117);
  display: flex;
  flex-direction: column;
  max-width: 400px;
  justify-content: space-around;
  padding: 0 20px 0 0;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .main-index__content_balc {
    padding: 0;
  }
}
.main-index__feature-button {
  color: rgb(177, 54, 117);
  font-size: 22px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 450px) {
  .main-index__feature-button {
    font-size: 20px;
  }
}
.main-index__feature-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(177, 54, 117);
}
.main-index__feature-button:hover ~ .main-index__feature-text {
  visibility: visible;
  opacity: 1;
}
.main-index__feature-text {
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  background: rgb(177, 54, 117);
  color: #fff;
  font-size: 20px;
  margin: 0 0 0 10px;
  transition: all 400ms ease;
}
@media screen and (max-width: 450px) {
  .main-index__feature-text {
    font-size: 14px;
  }
}
.main-index__window {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.main-index__feature1 {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 220px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .main-index__feature1 {
    top: 44px;
    left: 183px;
  }
}
@media screen and (max-width: 450px) {
  .main-index__feature1 {
    top: 32px;
    left: 210px;
  }
}
@media screen and (max-width: 650px) {
  .main-index__feature1 .main-index__feature-text {
    position: absolute;
    left: -220px;
  }
}
.main-index__feature2 {
  position: absolute;
  top: 189px;
  left: 51px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .main-index__feature2 {
    top: 132px;
    left: 69px;
  }
}
@media screen and (max-width: 450px) {
  .main-index__feature2 {
    top: 107px;
    left: 98px;
  }
}
.main-index__feature2_balc {
  position: absolute;
  width: 100%;
  top: 189px;
  left: 51px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .main-index__feature2_balc {
    top: 132px;
    left: 69px;
  }
}
@media screen and (max-width: 450px) {
  .main-index__feature2_balc {
    top: 107px;
    left: 48px;
  }
}
.main-index__feature3 {
  position: absolute;
  width: 100%;
  top: 385px;
  left: 176px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .main-index__feature3 {
    top: 272px;
    left: 174px;
  }
}
@media screen and (max-width: 450px) {
  .main-index__feature3 {
    top: 247px;
    left: 211px;
  }
}
@media screen and (max-width: 650px) {
  .main-index__feature3 .main-index__feature-text {
    position: absolute;
    left: -220px;
  }
}
.main-index__feature4 {
  position: absolute;
  top: 300px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .main-index__feature4 {
    top: 191px;
    left: 85px;
  }
}
@media screen and (max-width: 650px) {
  .main-index {
    flex-direction: column;
  }
}

.bcg_aksess {
  background-image: url(/img/318.webp);
}

.bcg_dom {
  background-image: url(/img/319.webp);
}

.bcg_index {
  background-image: url(/img/315.webp);
}

.bcg_veka {
  background-image: url(/img/406.webp);
}

.bcg_melke {
  background-image: url(/img/402.webp);
}

.bcg_brusbox {
  background-image: url(/img/405.webp);
}

.bcg_rehau {
  background-image: url(/img/404.webp);
}

.bcg_kbe {
  background-image: url(/img/403.webp);
}

.bcg_reachmont {
  background-image: url(/img/401.webp);
}

.bcg_proplex {
  background-image: url(/img/315.webp);
}

.bcg_novotex {
  background-image: url(/img/407.webp);
}

.main-banner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.main-banner__bcg {
  height: 485px;
}
@media screen and (max-width: 900px) {
  .main-banner__bcg {
    height: 385px;
  }
}
@media screen and (max-width: 768px) {
  .main-banner__bcg {
    height: 285px;
  }
}
.main-banner__left {
  position: absolute;
  bottom: -15px;
  left: -90px;
}
@media screen and (max-width: 768px) {
  .main-banner__left {
    bottom: -30px;
  }
}
.main-banner__left img {
  width: 110%;
}
@media screen and (max-width: 768px) {
  .main-banner__left img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .main-banner__left {
    left: -140px;
  }
}
.main-banner__text {
  position: absolute;
  bottom: 95px;
  z-index: 2;
  left: 70px;
  text-shadow: 3px 3px 5px orangered;
  color: white;
}
@media screen and (max-width: 768px) {
  .main-banner__text {
    bottom: 70px;
    left: 10px;
  }
}
@media screen and (max-width: 450px) {
  .main-banner__text {
    bottom: 64px;
  }
}
@media screen and (max-width: 425px) {
  .main-banner__text {
    bottom: 62px;
  }
}
@media screen and (max-width: 415px) {
  .main-banner__text {
    bottom: 58px;
  }
}
@media screen and (max-width: 400px) {
  .main-banner__text {
    bottom: 70px;
  }
}
@media screen and (max-width: 375px) {
  .main-banner__text {
    bottom: 62px;
  }
}
@media screen and (max-width: 350px) {
  .main-banner__text {
    bottom: 52px;
  }
}
.main-banner__title {
  font-size: 38px;
  font-weight: 700;
  padding: 0 0 20px 0;
  color: black;
  text-shadow: 3px 3px 5px rgb(255, 255, 255);
}
.main-banner__title span {
  color: rgb(177, 54, 117);
}
.main-banner__subtitle {
  font-size: 18px;
  font-weight: 600;
}
.main-banner__subtitle:not(:last-child) {
  padding: 0 0 17px 0;
}
@media screen and (max-width: 768px) {
  .main-banner__subtitle:not(:last-child) {
    padding: 0 0 12px 0;
  }
}
@media screen and (max-width: 400px) {
  .main-banner__subtitle {
    font-size: 16px;
  }
  .main-banner__subtitle:not(:last-child) {
    padding: 0 0 12px 0;
  }
}
@media screen and (max-width: 330px) {
  .main-banner__subtitle:not(:last-child) {
    padding: 0 0 10px 0;
  }
}
.main-banner__right {
  position: absolute;
  bottom: 0;
  right: 158px;
}
@media screen and (max-width: 900px) {
  .main-banner__right {
    bottom: 0;
    right: 70px;
  }
}
@media screen and (max-width: 900px) {
  .main-banner__right img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .main-banner__right img {
    display: none;
  }
}
.main-banner__button {
  position: absolute;
  bottom: 34px;
  left: 158px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .main-banner__button {
    bottom: 20px;
    left: 130px;
  }
}
@media screen and (max-width: 400px) {
  .main-banner__button {
    bottom: 16px;
    right: 60px;
    left: auto;
  }
}
@media screen and (max-width: 330px) {
  .main-banner__button {
    bottom: 10px;
    right: 40px;
    left: auto;
  }
}
.main-banner__feature1 {
  top: 45px;
  left: 220px;
  position: absolute;
  display: flex;
}
@media screen and (max-width: 900px) {
  .main-banner__feature1 {
    top: 45px;
    left: 170px;
  }
}
.main-banner__feature2 {
  top: 189px;
  left: 51px;
  position: absolute;
  display: flex;
}
@media screen and (max-width: 900px) {
  .main-banner__feature2 {
    top: 165px;
    left: 35px;
  }
}
.main-banner__feature3 {
  top: 385px;
  left: 176px;
  position: absolute;
  display: flex;
}
.main-banner__feature3 > .main-banner__feature-text {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  background: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  transition: all 400ms ease;
  position: absolute;
  right: 40px;
  bottom: 0px;
  font-size: 16px;
  width: 250px;
}
@media screen and (max-width: 900px) {
  .main-banner__feature3 {
    top: 308px;
    left: 146px;
  }
}
.main-banner__feature4 {
  top: 300px;
  position: absolute;
  display: flex;
}
@media screen and (max-width: 900px) {
  .main-banner__feature4 {
    top: 271px;
    left: 5px;
  }
}
.main-banner__feature-text {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  background: rgb(177, 54, 117);
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  transition: all 400ms ease;
  right: 40px;
  z-index: 10;
  width: 250px;
}
.main-banner__feature-button {
  color: rgb(177, 54, 117);
  font-size: 22px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
.main-banner__feature-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(177, 54, 117);
}

.main-banner__feature-button:hover ~ .main-banner__feature-text {
  visibility: visible;
  opacity: 1;
}

.flex-wrap3 {
  flex-wrap: wrap;
}
.flex-wrap3 > * {
  padding: 0 0px 40px 0px;
}
.flex-wrap3 > *:nth-last-child(-n+3) {
  padding: 0 0px 0px 0px;
}
@media screen and (max-width: 770px) {
  .flex-wrap3 {
    flex-wrap: nowrap;
  }
  .flex-wrap3 > * {
    padding: 0;
  }
  .flex-wrap3 > *:nth-last-child(-n+3) {
    padding: 0;
  }
}

.flex-wrap5 {
  flex-wrap: wrap;
}
.flex-wrap5 > * {
  padding: 0 0px 40px 0px;
}
.flex-wrap5 > *:nth-last-child(-n+5) {
  padding: 0 0px 0px 0px;
}
@media screen and (max-width: 770px) {
  .flex-wrap5 {
    flex-wrap: nowrap;
  }
  .flex-wrap5 > * {
    padding: 0;
  }
  .flex-wrap5 > *:nth-last-child(-n+5) {
    padding: 0;
  }
}

.types-of-3 {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 0;
}
@media screen and (max-width: 520px) {
  .types-of-3 {
    margin: -20px 0 0 0;
  }
}
.types-of-3_fog {
  background: linear-gradient(90deg, rgb(255, 69, 0) 5%, rgba(216, 239, 255, 0) 100%);
  padding: 10px;
}
.types-of-3_slider {
  width: 100%;
}
.types-of-3__item {
  padding: 40px 10px 0px 10px;
  flex-basis: 33.33%;
}
@media screen and (max-width: 770px) {
  .types-of-3__item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 520px) {
  .types-of-3__item {
    flex-basis: 100%;
    padding: 20px 0px 0px 0px !important;
  }
}
.types-of-3__item_bcg {
  margin: 0 10px 40px 10px;
  flex-basis: calc(33.33% - 20px);
}
.types-of-3__item_bcg:nth-last-child(-n+3) {
  margin: 0 10px 0px 10px;
}
@media screen and (max-width: 770px) {
  .types-of-3__item_bcg {
    flex-basis: calc(50% - 20px);
  }
  .types-of-3__item_bcg:nth-last-child(-n+3) {
    margin: 0 10px 40px 10px;
  }
  .types-of-3__item_bcg:nth-last-child(-n+2) {
    margin: 0 10px 0px 10px;
  }
}
@media screen and (max-width: 520px) {
  .types-of-3__item_bcg {
    flex-basis: 100%;
    margin: 0 0px 20px 0px !important;
  }
}
.types-of-3__item_slider {
  width: 100%;
  height: 100%;
  padding: 0 10px 0px 10px;
}
@media screen and (max-width: 770px) {
  .types-of-3__item_slider {
    padding: 0;
  }
}
.types-of-3__item_slider_bcg {
  margin: 0 10px 0px 10px;
}
@media screen and (max-width: 770px) {
  .types-of-3__item_slider_bcg {
    margin: 0;
  }
}
.types-of-3__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.types-of-3__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 400;
  color: rgb(37, 43, 66);
}
.types-of-3__price_white {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 20px;
}
.types-of-3__title {
  color: rgb(177, 54, 117);
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 10px 0;
}
.types-of-3__title_white {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 10px 0;
}
.types-of-3__text {
  color: #252b42;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 20px 10px 10px;
}
.types-of-3__text_white {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 0 20px 0;
}
.types-of-3__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
}
.types-of-3__img {
  margin: 0 0 20px 0;
  position: relative;
  max-height: 100%;
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  width: 100%;
}
.types-of-3__img img {
  object-fit: fill;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.form-v1 {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-v1__bcg {
  background: #eeeeee;
  margin: 20px 0 0 0;
}
.form-v1__img {
  flex: 50%;
}
.form-v1__img img {
  width: 100%;
}
.form-v1__content {
  flex: 50%;
}
.form-v1__title {
  font-size: 22px;
  padding: 0 0 10px 0;
}
.form-v1__text {
  padding: 0 0 10px 0;
}
.form-v1__button {
  display: flex;
}
.form-v1__button-text {
  padding: 0 0 0 20px;
}

.form-v1-v2 {
  /* форма */
}
.form-v1-v2__inputs {
  display: block;
}
@media screen and (min-width: 768px) {
  .form-v1-v2__inputs {
    display: flex;
  }
}
.form-v1-v2__name {
  padding: 4px 8px;
  width: 100%;
}
.form-v1-v2__name input {
  border-bottom: 1px #ff0000 solid;
  padding: 10px;
  font-size: 14px;
  padding-left: 30px;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .form-v1-v2__name input {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .form-v1-v2__name input {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .form-v1-v2__name input {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .form-v1-v2__name input {
    font-size: 18px;
  }
}
.form-v1-v2__phone {
  padding: 4px 8px;
  width: 100%;
}
.form-v1-v2__phone input {
  border-bottom: 1px #ff0000 solid;
  padding: 10px;
  font-size: 14px;
  padding-left: 30px;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .form-v1-v2__phone input {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .form-v1-v2__phone input {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .form-v1-v2__phone input {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .form-v1-v2__phone input {
    font-size: 18px;
  }
}
.form-v1-v2__button {
  padding: 8px 8px;
}
.form-v1-v2__button button {
  padding: 10px;
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .form-v1-v2__button button {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .form-v1-v2__button button {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .form-v1-v2__button button {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .form-v1-v2__button button {
    font-size: 18px;
  }
}
.form-v1-v2__submit {
  font-size: 10px;
  color: #a3a3a3;
  text-align: center;
}
@media screen and (min-width: 420px) {
  .form-v1-v2__submit {
    font-size: 11px;
  }
}
@media screen and (min-width: 576px) {
  .form-v1-v2__submit {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .form-v1-v2__submit {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .form-v1-v2__submit {
    font-size: 14px;
  }
}
.form-v1-v2__bcg {
  background-color: #e7e7e7;
}
.form-v1-v2__title {
  padding: 10px;
  border: 1px solid #ff0000;
}
.form-v1-v2__subtitle {
  padding: 10px;
  border: 1px solid #ff0000;
}
.form-v1-v2__access {
  padding: 10px;
  border: 1px solid #ff0000;
}

.form-v3 {
  display: flex;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .form-v3 {
    flex-wrap: wrap;
  }
}
.form-v3__row {
  display: flex;
}
.form-v3__col {
  display: flex;
  flex-direction: column;
}
.form-v3__bcg {
  background-color: #333;
  margin: 24px 0 0 0;
}
.form-v3__desc {
  display: flex;
  flex-direction: column;
  padding: 0 40px 0 0;
  flex: 60%;
}
@media screen and (max-width: 900px) {
  .form-v3__desc {
    padding: 0;
  }
}
.form-v3__form {
  display: flex;
  flex-direction: column;
  flex: 40%;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 900px) {
  .form-v3__form {
    padding: 0;
  }
}
.form-v3__title {
  font-size: 36px;
  font-weight: 600;
  padding: 0 0 26px 0;
}
.form-v3__subtitle {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .form-v3__subtitle {
    padding: 0 0 10px 0;
  }
}
.form-v3__button {
  display: flex;
  width: 100%;
  justify-content: end;
}
.form-v3__button > button {
  font-size: 16px;
}
.form-v3__inputs {
  padding: 0 0 16px 0;
}
.form-v3__name {
  padding: 0 0 16px 0;
}
.form-v3__name input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
}
.form-v3__name_v2 {
  padding: 0 0 10px 0;
}
.form-v3__name_v2 input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
}
.form-v3__name_v3 {
  padding: 0 0px 8px 0;
}
.form-v3__name_v3 input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgb(120, 120, 120);
}
.form-v3__phone {
  padding: 0 0 16px 0;
}
.form-v3__phone input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
}
.form-v3__phone_v2 {
  padding: 0 0 24px 0;
}
.form-v3__phone_v2 input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
}
.form-v3__phone_v3 {
  padding: 0 8px 8px 0;
}
.form-v3__phone_v3 input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgb(120, 120, 120);
}
.form-v3__submit {
  text-align: center;
  font-size: 10px;
  color: rgb(255, 255, 255);
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .br_desktop {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .br_mobile {
    display: none;
  }
}

.form-v4 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .form-v4 {
    flex-direction: column-reverse;
    padding: 10px 0;
  }
}
.form-v4__bcg {
  background: rgb(223, 245, 255);
  margin: 80px 0 60px 0;
}
.form-v4__bcg ._container {
  overflow: visible !important;
}
@media screen and (max-width: 900px) {
  .form-v4__bcg {
    margin: 20px 0 20px 0;
  }
}
.form-v4__bcg_page {
  background: rgb(223, 245, 255);
  margin: 60px 0 40px 0 !important;
}
.form-v4__bcg_page ._container {
  overflow: visible !important;
}
@media screen and (max-width: 900px) {
  .form-v4__bcg_page {
    margin: 20px 0 20px 0 !important;
  }
}
.form-v4__img {
  text-align: center;
  margin: -80px 0 -60px 0;
}
@media screen and (max-width: 900px) {
  .form-v4__img {
    width: 40%;
    position: absolute;
    right: 20px;
    top: -30px;
    display: none;
  }
}
.form-v4__img img {
  width: 75%;
}
@media screen and (max-width: 900px) {
  .form-v4__img img {
    width: 100%;
  }
}
.form-v4__img_page {
  text-align: center;
  margin: -80px 0 -60px 0;
}
@media screen and (max-width: 900px) {
  .form-v4__img_page {
    width: 40%;
    position: absolute;
    right: 20px;
    top: -30px;
    display: none;
  }
}
.form-v4__img_page img {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .form-v4__img_page img {
    width: 100%;
  }
}
.form-v4__content_page {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 900px) {
  .form-v4__content_page {
    padding: 16px 2px 16px 6px;
  }
}
@media screen and (max-width: 900px) {
  .form-v4__content {
    padding: 16px 0;
  }
}
.form-v4__title {
  font-size: 30px;
  padding: 0 0 4px 0;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(177, 54, 117);
}
@media screen and (max-width: 900px) {
  .form-v4__title {
    font-size: 21px;
  }
}
.form-v4__title_page {
  font-size: 26px;
  padding: 0 0 4px 0;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(177, 54, 117);
}
@media screen and (max-width: 900px) {
  .form-v4__title_page {
    font-size: 21px;
  }
}
.form-v4__text {
  padding: 0 0 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #252b42;
}
@media screen and (max-width: 900px) {
  .form-v4__text {
    font-size: 14px;
  }
}
.form-v4__text_page {
  padding: 0 0 14px 0;
  font-size: 14px;
  font-weight: 400;
  color: #252b42;
}
@media screen and (max-width: 900px) {
  .form-v4__text_page {
    font-size: 14px;
  }
}
.form-v4__button {
  display: flex;
  font-size: 14px;
}
.form-v4__button_page {
  display: flex;
  font-size: 12px;
  padding: 0 0 8px 0;
}
.form-v4__button-text {
  padding: 0 0 0 20px;
}

.form-v6__bcg {
  background: rgb(177, 54, 117);
  margin: 80px 0 60px 0;
}
.form-v6__bcg ._container {
  overflow: visible !important;
}
@media screen and (max-width: 900px) {
  .form-v6__bcg {
    margin: 20px 0 0 0;
  }
}

.form-v5 {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .form-v5 {
    flex-direction: column-reverse;
  }
}
.form-v5__bcg {
  background: rgb(177, 54, 117);
  margin: 80px 0 60px 0;
}
.form-v5__bcg ._container {
  overflow: visible !important;
}
@media screen and (max-width: 900px) {
  .form-v5__bcg {
    margin: 20px 0 0 0;
  }
}
.form-v5__timer {
  display: flex;
  margin: 0 0 20px 0;
}
.form-v5__timer_col {
  display: flex;
  flex-direction: column;
}
.form-v5__timer-items {
  display: flex;
}
.form-v5__timer-items:not(:last-of-type) {
  margin: 0 20px 0 0;
}
.form-v5__timer-items:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 900px) {
  .form-v5__timer-items:not(:last-of-type) {
    margin: 0 14px 0 0;
  }
}
.form-v5__timer-desc {
  font-size: 12px;
  margin: 0 20px 0px 0;
  display: flex;
  justify-content: center;
}
.form-v5__timer-item {
  display: flex;
  position: absolute;
  color: rgb(177, 54, 117);
  font-weight: 700;
  font-size: 30px;
  z-index: 10;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
.form-v5__timer-item:not(:last-of-type) {
  margin: 0 8px 0 0;
}
.form-v5__timer-item_bcg {
  position: relative;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 10px;
}
.form-v5__timer-item_bcg:not(:last-of-type) {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 900px) {
  .form-v5__timer-item_bcg {
    width: 50px;
    height: 50px;
  }
}
.form-v5__img {
  text-align: center;
  margin: -80px 0 -60px 0;
}
@media screen and (max-width: 900px) {
  .form-v5__img {
    width: 40%;
    position: absolute;
    right: 20px;
    top: -30px;
    display: none;
  }
}
.form-v5__img img {
  width: 77%;
}
@media screen and (max-width: 900px) {
  .form-v5__img img {
    width: 100%;
  }
}
.form-v5__content {
  padding: 10px 0 30px 0;
}
@media screen and (max-width: 900px) {
  .form-v5__content {
    padding: 20px 0 40px 0;
  }
}
.form-v5__title {
  font-size: 30px;
  padding: 0 0 10px 0;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .form-v5__title {
    font-size: 21px;
  }
}
.form-v5__text {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .form-v5__text {
    font-size: 14px;
  }
}
.form-v5__button {
  display: flex;
  position: relative;
}
.form-v5__button-text {
  padding: 0 0 0 20px;
}
.form-v5__form {
  display: flex;
}
.form-v5__form > :not(:last-child) {
  padding: 0 16px 0 0;
}
@media screen and (max-width: 900px) {
  .form-v5__form {
    flex-direction: column;
  }
  .form-v5__form > :not(:last-child) {
    padding: 0 0px 16px 0;
  }
}
.form-v5__inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-v5__inputs > :not(:last-child) {
  padding: 0 0 16px 0;
}
.form-v5__inputs input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
}
.form-v5__submit {
  position: absolute;
  top: 40px;
  font-size: 10px;
  text-align: center;
  width: 100%;
}

.types-of-4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.types-of-4__item {
  padding: 0 10px 10px 10px;
  flex-basis: 25%;
  height: auto;
  display: flex;
}
.types-of-4__item:nth-child(odd) {
  padding: 0 10px 0px 10px;
  flex-basis: 25%;
}
@media screen and (max-width: 900px) {
  .types-of-4__item:nth-child(odd) {
    padding: 0 5px 5px 0px;
    flex-basis: 50%;
  }
}
.types-of-4__item:nth-child(even) {
  padding: 0 10px 0px 10px;
  flex-basis: 25%;
}
@media screen and (max-width: 900px) {
  .types-of-4__item:nth-child(even) {
    padding: 0 0px 5px 0px;
    flex-basis: 50%;
  }
}
.types-of-4__title {
  padding: 20px 0 5px 0;
  font-size: 18px;
  font-weight: 600;
  color: rgb(177, 54, 117);
  margin-bottom: auto;
}
@media screen and (max-width: 900px) {
  .types-of-4__title {
    padding: 10px 0 5px 0;
    font-size: 15px;
  }
}
.types-of-4__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  font-size: 22px;
  font-weight: 400;
  color: #252b42;
}
@media screen and (max-width: 900px) {
  .types-of-4__price {
    padding: 10px 0 5px 0;
    font-size: 20px;
  }
}
.types-of-4__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.types-of-4__img {
  filter: url(#round);
}
.types-of-4__img img {
  height: 270px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .types-of-4__img img {
    height: 190px;
  }
}
.types-of-4__button-footer {
  padding: 0 0 10px 0;
  display: flex;
  justify-content: center;
}
.types-of-4__button {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  font-size: 13px;
}
.types-of-4__container {
  position: relative;
}

.types-of-popular-4 {
  width: 100%;
  z-index: 0;
}
.types-of-popular-4__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.types-of-popular-4__card img {
  max-height: 150px;
  max-width: 100%;
}
.types-of-popular-4__footer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.types-of-popular-4__item-name {
  display: flex;
  align-items: end;
  font-size: 14px;
}
.types-of-popular-4__title {
  display: flex;
  align-items: end;
  font-weight: 700;
  padding: 0 0 4px 0;
}
.types-of-popular-4__title > * {
  font-size: 14px !important;
}
.types-of-popular-4__subtitle {
  display: flex;
  align-items: end;
  color: #252b42;
  font-weight: 700;
  padding: 0 0 8px 0;
}
.types-of-popular-4__desc {
  display: flex;
  align-items: end;
  color: #8c8c8c;
  padding: 0 0 4px 0;
}
.types-of-popular-4__items {
  margin-top: auto;
  padding: 0 0 10px 0;
}
.types-of-popular-4__img {
  display: flex;
  justify-content: center;
}
.types-of-popular-4__underline {
  border-bottom: 1px dotted #000;
  flex-grow: 1;
}
.types-of-popular-4__container {
  display: flex;
  padding: 0 0 12px 0;
}
.types-of-popular-4__row {
  display: flex;
}
.types-of-popular-4__col {
  display: flex;
  flex-direction: column;
}
.types-of-popular-4_white {
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  margin: 3px;
}
.types-of-popular-4__content {
  display: flex;
  flex-direction: column;
  padding: 0 0 16px 0;
}
.types-of-popular-4__description {
  padding: 0px 0px 10px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.types-of-popular-4__description > div:not(:last-child) {
  padding: 0 0 6px 0;
}
.types-of-popular-4__price {
  display: flex;
  color: rgb(177, 54, 117);
  font-weight: 700;
  align-items: end;
  font-size: 14px;
}
.types-of-popular-4__size {
  color: #252b42;
  font-size: 12px;
  line-height: 1.7;
}
.types-of-popular-4__button {
  font-size: 14px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.types-of-popular-4__button_calc-color {
  padding: 68px 10px 0 10px;
}
.types-of-popular-4__button_calc-color .button-card_calc-color {
  padding: 6px;
  font-size: 14px;
}

.types-of-additionally {
  width: 100%;
}
.types-of-additionally img {
  width: 100%;
  border-radius: 10px;
}
.types-of-additionally__card {
  display: flex;
  flex-direction: column;
}
.types-of-additionally__title {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.types-of-5 {
  display: flex;
  flex-wrap: wrap;
}
.types-of-5_slider {
  width: 100%;
}
.types-of-5__item {
  padding: 0 5px 5px 5px;
  flex-basis: 20%;
  height: auto;
  display: flex;
  height: 100%;
}
.types-of-5__item:nth-child(odd) {
  padding: 0 5px 0px 5px;
  flex-basis: 20%;
}
@media screen and (max-width: 900px) {
  .types-of-5__item:nth-child(odd) {
    padding: 0 5px 5px 0px;
    flex-basis: 50%;
  }
}
.types-of-5__item:nth-child(even) {
  padding: 0 5px 0px 5px;
  flex-basis: 20%;
}
@media screen and (max-width: 900px) {
  .types-of-5__item:nth-child(even) {
    padding: 0 0px 5px 0px;
    flex-basis: 50%;
  }
}
.types-of-5__title {
  padding: 10px 0 0px 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: auto;
}
.types-of-5__title h3 {
  font-size: 14px !important;
}
@media screen and (max-width: 900px) {
  .types-of-5__title {
    padding: 10px 0 5px 0;
    font-size: 15px;
  }
}
.types-of-5__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: 400;
  color: #252b42;
}
@media screen and (max-width: 900px) {
  .types-of-5__price {
    padding: 10px 0 5px 0;
    font-size: 18px;
  }
}
.types-of-5__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.types-of-5__img {
  filter: url(#round);
}
.types-of-5__img img {
  height: 220px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .types-of-5__img img {
    height: 190px;
  }
}
.types-of-5__button-footer {
  display: flex;
  justify-content: center;
}
.types-of-5__button {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  font-size: 13px;
}
.types-of-5__container {
  position: relative;
}

.about-1-4 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about-1-4 {
    flex-direction: column;
  }
}

.about-1-4__main {
  position: relative;
  flex: 50%;
  padding: 3.43rem;
  padding-bottom: 2.43rem;
  margin-right: 8px;
  background: rgb(177, 54, 117);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-1-4__main {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
.about-1-4__main > .about-1-4__text {
  font-size: 20px;
}
.about-1-4__main > .about-1-4__title {
  font-size: 58px;
  font-weight: 700;
}

.about-1-4__item {
  position: relative;
  flex: calc(50% - 16px);
  padding: 2.29rem 1.14rem 2.43rem;
  margin: 0 8px 8px 0;
  background: rgb(223, 245, 255);
  color: rgb(177, 54, 117);
}
@media screen and (max-width: 375px) {
  .about-1-4__item:nth-child(1) {
    margin: 0px 0px 8px 0;
  }
}
.about-1-4__item:nth-child(3) {
  margin: 0px 8px 0px 0;
}
@media screen and (max-width: 375px) {
  .about-1-4__item:nth-child(3) {
    margin: 0px 0px 8px 0;
  }
}
.about-1-4__item:nth-child(4) {
  margin: 0px 0px 0px 0;
}
.about-1-4__item:nth-child(2) {
  margin: 0px 0px 8px 0;
}
@media screen and (max-width: 375px) {
  .about-1-4__item:nth-child(2) {
    margin: 0px 8px 8px 0;
  }
}

.about-1-4__text {
  font-size: 14px;
  margin-bottom: 1.14rem;
  color: rgb(255, 255, 255);
}

.about-1-4__title {
  font-size: 34px;
  margin-bottom: 1.14rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.about-1-4__subtitle {
  font-size: 34px;
  margin-bottom: 1.14rem;
  font-weight: 700;
  color: rgb(177, 54, 117);
}

.about-1-4__subtext {
  font-size: 14px;
  margin-bottom: 1.14rem;
  color: #252b42;
}

.about-1-4__second {
  display: flex;
  flex-wrap: wrap;
  flex: calc(50% + 8px);
  height: 100%;
}

.about-1-4__img {
  flex: 25%;
}
.about-1-4__img img {
  display: block;
  width: 100%;
}

.color-calc {
  display: flex;
  width: 100%;
}
.color-calc__button {
  display: flex;
  margin-top: auto;
  justify-content: center;
}

.r_color,
.r_thing {
  position: relative;
}
.c_border {
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c_border img {
  width: 82px;
}

.r_color .c_border img,
.r_thing .c_border img {
  border: 3px solid #fff;
  border-radius: 100%;
}

.r_color .c_border:hover img,
.r_thing .c_border:hover img {
  border: 3px solid #fbe60b;
}

.r_color .selected img,
.r_thing .selected img {
  border: 3px solid #c0daf5;
}

.r_color .c_border p,
.r_thing .c_border p {
  color: #666;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 15px;
  margin-top: 5px;
  text-transform: none;
  font-size: 12px;
  /* height: 25px; */
}

.okno {
  background: rgba(0, 0, 0, 0) url(../img/r_color/rc_o.png) no-repeat scroll left center;
  height: 395px;
  right: 0;
  top: 0;
  width: 475px;
}

.okno .plastik {
  background: rgba(0, 0, 0, 0) url("../img/r_color/rc7_o.png") no-repeat scroll left center;
  height: 395px;
  position: absolute;
  width: -webkit-fill-available;
}

.okno .ruchka {
  background: rgba(0, 0, 0, 0) url("../img/r_thing/rt4_o.png") no-repeat scroll left center;
  height: 395px;
  position: absolute;
  width: -webkit-fill-available;
}

.config_hh {
  color: #707070;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  padding: 0px 0px 5px 0px;
  font-weight: 700;
  text-align: center;
}

.carousels {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.carousel-items {
  display: flex;
}

.two-sliders {
  display: flex;
  overflow: hidden;
  color: rgb(177, 54, 117);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .two-sliders {
    flex-direction: column;
  }
}
.two-sliders_white {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .two-sliders_white {
    flex-direction: column;
  }
}
.two-sliders__title {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 26px 0;
}
.two-sliders__item {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.two-sliders__item:nth-child(1) {
  padding-left: 3.43rem;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .two-sliders__item:nth-child(1) {
    padding-left: 1rem;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.two-sliders__item:nth-child(2) {
  flex: calc(50% + 8px);
  padding-top: 24px;
  padding-left: 1.14rem;
}
@media screen and (max-width: 768px) {
  .two-sliders__item:nth-child(2) {
    padding-left: 1rem;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .two-sliders__item {
    width: 100%;
  }
}
.w90per {
  margin: 0 auto;
  align-items: center;
}

.columns-2 {
  columns: 2;
  column-gap: 60px;
}
@media (max-width: 879px) {
  .columns-2 {
    columns: 1;
  }
}

.reviews-form {
  background: rgb(177, 54, 117);
  padding: 20px;
  border-radius: 20px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1.5;
}
.reviews-form input {
  width: 100%;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 15px;
}
.reviews-form input:focus {
  outline: none;
}
.reviews-form__title {
  font-size: 22px;
  font-weight: 700;
}
.reviews-form__subtitle {
  margin: 0 0 12px 0;
}
.reviews-form__data {
  display: flex;
  justify-content: space-between;
}
.reviews-form__name {
  width: 100%;
  margin: 0 10px 0 0;
}
.reviews-form__tel {
  width: 100%;
}
.reviews-form__data {
  margin: 0 0 10px 0;
}
.reviews-form_col {
  margin: 0 0 30px 0;
}
.reviews-form__review {
  padding: 0 0 8px 0;
  width: 100%;
}
.reviews-form__review textarea {
  min-height: 120px;
  resize: none;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 20px;
  font-family: Montserrat;
}
.reviews-form__review textarea:focus {
  outline: none;
}
.reviews-form__review_v2 {
  padding: 0 0 8px 0;
  width: 100%;
}
.reviews-form__review_v2 textarea {
  min-height: 100px;
  resize: none;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 20px;
  border: 1px solid rgb(120, 120, 120);
  font-family: Montserrat;
}
.reviews {
  width: 100%;
}
.reviews__card {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #252b42;
  height: 100%;
}
.reviews_non-slider {
  margin: 0 auto;
  flex-direction: column;
  color: rgb(177, 54, 117);
  break-inside: avoid-column;
  padding: 0 0px 60px 0px;
}
.reviews__container {
  display: flex;
  flex-direction: row;
  padding: 0 0 10px 0;
  justify-content: space-between;
  align-items: flex-end;
}
.reviews__container_column {
  flex-direction: column;
}
.reviews__container:nth-child(3) {
  margin-top: auto;
}
.reviews__container:nth-child(4) {
  padding: 0;
}
.reviews__title {
  color: rgb(120, 120, 120);
  font-size: 16px;
}
@media (max-width: 879px) {
  .reviews__title {
    font-size: 14px;
  }
}
.reviews__rating {
  color: rgb(177, 54, 117);
}
@media (max-width: 879px) {
  .reviews__rating {
    font-size: 12px;
  }
}
.reviews__text {
  line-height: 1.4;
  color: #252b42;
}
.reviews__name {
  color: #333333;
  font-size: 16px;
  padding: 0 0 2px 0;
}
.reviews__date {
  color: rgb(120, 120, 120);
  font-size: 12px;
}
.reviews__button a {
  padding: 2px 8px;
  display: block;
}
.reviews__button button {
  border-radius: 5px;
  padding: 2px 8px;
}

#faq {
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

#reviews {
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
}
.faq i {
  padding: 0 10px 0 0;
  max-width: 40px;
  transition: all 500ms;
}
.faq input {
  display: none;
}
.faq input:checked ~ .faq__title {
  background: rgb(177, 54, 117);
  color: #fff;
  border: 1px solid rgb(177, 54, 117);
}
.faq input:checked ~ article.faq__text {
  max-height: 700px;
}
.faq input:checked ~ label i {
  visibility: hidden;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  transition: all 500ms;
  padding: 0;
}
.faq article {
  overflow: hidden;
}
.faq__title {
  display: block;
  padding: 15px 10px 15px 10px;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-weight: 600;
  color: #252b42;
}
.faq__text {
  max-height: 0;
  transition: all 500ms ease-in-out;
}
.faq__text p {
  padding: 14px 6px 14px 6px;
  line-height: 22px;
}
.faq__item {
  width: 100%;
}
.faq__item:not(:last-child) {
  padding: 0 0 10px 0;
}

.carousel__img {
  object-fit: cover;
  width: 100%;
}
.carousel__button {
  justify-content: center;
  display: flex;
  width: 100%;
}

.carousel-block {
  width: 100%;
  background-size: cover;
}
.carousel-block_2sliders {
  width: 100%;
  background-size: cover;
  height: 100%;
}
.carousel-block_tovar {
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .carousel-block_tovar {
    height: 100%;
  }
}
.carousel-block__card {
  display: flex;
  justify-content: center;
}

.more {
  justify-content: flex-end;
  display: flex;
  width: 100%;
}
.more__button {
  font-size: 14px;
}

.nav-block {
  display: flex;
  margin: 0px 0 10px 0;
  width: 100%;
  justify-content: left;
  flex-wrap: wrap;
}
.nav-block > :not(:last-child) {
  margin-right: 14px;
}
.nav-block__item {
  margin-bottom: 14px;
  padding: 8px 16px;
  border: 2px solid rgb(177, 54, 117);
  border-radius: 24px;
}
.nav-block__item a {
  color: rgb(177, 54, 117);
}
.nav-block__item:hover {
  background-color: rgb(177, 54, 117);
  border: 2px solid rgb(177, 54, 117);
}
.nav-block__item:hover a {
  color: rgb(255, 255, 255);
}

.map {
  margin: auto;
  border: 1px solid #333333;
  width: 100%;
  border-radius: 4px;
}
.map iframe {
  width: 100%;
  padding: 6px;
  border-radius: 4px;
}
@media screen and (max-width: 900px) {
  .map iframe {
    height: 400px;
  }
}

.card-master {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
}
.card-master i {
  margin: 0 8px 0 2px;
}
.card-master__name {
  font-size: 20px;
  font-weight: 700;
}
.card-master__status {
  margin: 0 0 0 10px;
}
.card-master__status i {
  color: green;
}
.card-master__skills {
  display: flex;
}
.card-master__skills i {
  color: orange;
}
.card-master__geo-status i {
  margin: 0 13px 0 4px;
}
.card-master__price {
  padding: 10px 0 0 0;
}
.card-master__rating {
  padding: 0 6px 0 0;
  display: flex;
}
.card-master__rating i {
  color: orange;
}
.card-master__reviews {
  display: flex;
}
.card-master_row {
  display: flex;
  align-items: center;
}
.card-master__header {
  display: flex;
  margin: 0 0 24px 0;
}
.card-master__desc {
  display: flex;
  flex-direction: column;
}
.card-master__desc > :not(:last-child) {
  margin: 0 0 8px 0;
}
.card-master__footer {
  margin-top: auto;
}
.card-master__footer > :not(:last-child) {
  margin: 0 0 8px 0;
}
.card-master__img {
  padding: 0 6px 0 0;
}
.card-master__img img {
  max-width: 110px;
  height: 140px;
  border-radius: 10px;
  object-fit: cover;
}

.counts {
  display: flex;
  margin: 10px 0 10px 0;
  background: rgb(255, 255, 255);
  color: #252b42;
  border-bottom: 2px rgb(222, 222, 222) solid;
  flex-wrap: wrap;
  font-size: 12px;
  width: fit-content;
  justify-content: space-between;
  width: 100%;
}
.counts i {
  font-size: 1.7em;
}
.counts > :not(:last-child) {
  margin: 0 6px 16px 0;
}
@media screen and (max-width: 900px) {
  .counts > :not(:last-child) {
    margin: 0 0px 16px 0;
  }
}
.counts__item {
  display: flex;
}
@media screen and (max-width: 500px) {
  .counts__item {
    width: 50%;
  }
}
.counts_col {
  display: flex;
  flex-direction: column;
}
.counts_col > :not(:last-child) {
  margin: 0 0 4px 0;
}
.counts_row {
  display: flex;
}
.counts__subtitle {
  font-weight: 700;
}

.table-of-contents {
  max-height: 0;
  overflow-y: scroll;
  transition: all 500ms;
  /* сам список */
  /* Вертикальная линия */
  /* Скрытие линии у последнего li */
}
@media (max-width: 900px) {
  .table-of-contents {
    max-height: 0;
    padding: 0;
    border-bottom: none;
  }
  .table-of-contents > ul {
    max-height: 0;
    transition: all 500ms;
  }
}
.table-of-contents > :first-child {
  background: rgb(255, 255, 255);
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-of-contents ul {
  margin-left: 44px !important;
}
.table-of-contents ul li {
  list-style: none;
  position: relative;
}
.table-of-contents ul > :not(:last-child) {
  margin: 0 0px 10px 0;
}
.table-of-contents ol > :not(:last-child) {
  margin: 0 0px 10px 0;
}
.table-of-contents ul li::before {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 16px;
  margin: 0 22px 0 0;
  color: rgb(177, 54, 117);
  margin: 0px 0px 0 -38px;
  position: absolute;
}
.table-of-contents li ul li::before {
  font-family: "FontAwesome";
  content: "\f10c";
  font-size: 10px;
  margin: 0 22px 0 0;
  color: rgb(177, 54, 117);
  margin: 2px 0px 0 -28px;
  position: absolute;
}
.table-of-contents ol {
  counter-reset: num;
  position: relative;
  margin: 0 0 0 44px;
}
.table-of-contents ol li {
  list-style: none;
  position: relative;
}
.table-of-contents ul li > ul {
  margin: 10px 0 0px 18px !important;
}
.table-of-contents ol li:after {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -44px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: rgb(255, 255, 255);
  color: #252b42;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid rgb(177, 54, 117);
}
.table-of-contents ol:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -30px;
  width: 1px;
  border-left: 1px solid #ef6780;
}
.table-of-contents ol li:last-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  width: 28px;
  background: #fff;
}

.page__aside {
  margin: 0 0 0 30px;
  position: sticky;
}
@media (max-width: 900px) {
  .page__aside {
    display: none;
  }
}
@media (max-width: 900px) {
  .page__aside_rev {
    flex-direction: column-reverse;
  }
}
.page__aside i {
  padding: 0 10px 0 0;
  max-width: 40px;
  transition: all 500ms;
  margin: 0 0 -2px 0;
}
.page__aside label {
  display: flex;
  width: 100%;
  border: 1px solid rgb(177, 54, 117);
  padding: 10px 4px 10px 8px;
  position: sticky;
  top: 60px;
  background-color: rgb(255, 255, 255);
  align-items: center;
}
.page__aside input {
  display: none;
}
.page__aside input:checked ~ aside .table-of-contents {
  max-height: 1000px;
  transition: all 500ms;
  padding: 14px 0 0 0;
  border-bottom: 2px solid rgb(222, 222, 222);
}
.page__aside input:checked ~ aside .table-of-contents > ul {
  padding: 0 0 14px 0;
  max-height: 1000px;
  transition: all 500ms;
}
.page__aside input:checked ~ label {
  background: rgb(177, 54, 117);
  color: #fff;
  border: 1px solid rgb(177, 54, 117);
}
.page__aside aside {
  top: 96px;
  position: sticky;
  font-size: 13px;
  line-height: 1.2;
}
.page__aside a {
  color: #252b42;
}
.notebook {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.notebook input {
  display: none;
}
.notebook > label {
  flex: auto;
  padding: 8px 16px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 54, 117);
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .notebook > label {
    padding: 6px 16px;
  }
}
.notebook__content {
  z-index: 0;
  margin-top: -16px !important;
  border: 2px solid rgb(177, 54, 117);
  padding: 25px;
  border-radius: 10px;
}
.notebook__label_profili {
  border: none !important;
  border-right: 2px solid rgb(177, 54, 117) !important;
  font-weight: 700;
}
.notebook__label_profili:last-of-type {
  border-right: none !important;
}

.notebook > div {
  white-space: normal;
  display: none;
  width: 100%;
  margin: 20px 0 0 0;
}

.notebook > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.notebook > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.notebook > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.notebook > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.notebook > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.notebook > input:nth-of-type(6):checked ~ div:nth-of-type(6) {
  display: block;
}

.notebook > input:checked + label:nth-child(2), .notebook > input:checked + label:nth-child(4), .notebook > input:checked + label:nth-child(6), .notebook > input:checked + label:nth-child(8), .notebook > input:checked + label:nth-child(10), .notebook > input:checked + label:nth-child(12) {
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
}
.notebook > input:checked + label:nth-child(2) .point__triangle::before, .notebook > input:checked + label:nth-child(4) .point__triangle::before, .notebook > input:checked + label:nth-child(6) .point__triangle::before, .notebook > input:checked + label:nth-child(8) .point__triangle::before, .notebook > input:checked + label:nth-child(10) .point__triangle::before, .notebook > input:checked + label:nth-child(12) .point__triangle::before {
  color: white;
}

.notebook > input:checked + label.notebook__label_profili:nth-child(2), .notebook > input:checked + label.notebook__label_profili:nth-child(4), .notebook > input:checked + label.notebook__label_profili:nth-child(6), .notebook > input:checked + label.notebook__label_profili:nth-child(8), .notebook > input:checked + label.notebook__label_profili:nth-child(10), .notebook > input:checked + label.notebook__label_profili:nth-child(12) {
  background-color: rgb(255, 255, 255);
  color: rgb(177, 54, 117);
}
.notebook > input:checked + label.notebook__label_profili:nth-child(2) .point__triangle::before, .notebook > input:checked + label.notebook__label_profili:nth-child(4) .point__triangle::before, .notebook > input:checked + label.notebook__label_profili:nth-child(6) .point__triangle::before, .notebook > input:checked + label.notebook__label_profili:nth-child(8) .point__triangle::before, .notebook > input:checked + label.notebook__label_profili:nth-child(10) .point__triangle::before, .notebook > input:checked + label.notebook__label_profili:nth-child(12) .point__triangle::before {
  color: white;
}

.but_for_tab {
  width: fit-content;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  padding: 5px 20px;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  cursor: pointer;
}

.hidden_block {
  max-height: 160px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .hidden_block {
    max-height: 240px;
  }
}

.visible_block {
  max-height: 20000px;
  transition: 5s;
  overflow: hidden;
}
.visible_block ~ .but_for_tab {
  display: none;
}

.stock {
  columns: 2;
  column-gap: 0;
}
@media (max-width: 900px) {
  .stock {
    columns: 1;
    column-gap: 0;
  }
}
.stock__item {
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin: 0 10px 10px 0;
}
.stock__item img {
  width: 100%;
  border-radius: 10px;
}

.stock-banner {
  width: 100%;
}
.stock-banner__item img {
  width: 100%;
}

.none {
  display: none !important;
}

.comment > .comment__item {
  border-bottom: 1px solid #a0a0a0;
  padding: 14px 0 14px 10px;
}
.comment__item {
  padding: 14px 0 14px 0px;
  position: relative;
}
.comment__item > label {
  position: absolute;
  right: 0;
  top: 14px;
  cursor: pointer;
}
.comment__item > input {
  display: none;
}
.comment__date {
  color: rgb(120, 120, 120);
}
.comment__like {
  display: flex;
  position: relative;
}
.comment__like > :not(:last-child) {
  margin: 0 10px 0 0;
}
.comment__like > label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.comment__like > label::before {
  font-family: "FontAwesome";
  content: "\f08a";
  font-size: 20px;
  margin: 0 10px 0 0;
}
.comment__like > input {
  display: none;
}
.comment__like > input:checked ~ label::before {
  font-family: "FontAwesome";
  content: "\f004";
  font-size: 20px;
  margin: 0 10px 0 0;
}
.comment__like-desc {
  position: absolute;
  top: -14px;
  font-size: 12px;
  color: rgb(120, 120, 120);
}
.comment_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.comment__content > :not(:last-child) {
  margin: 0 0 10px 0;
}
.comment__main {
  display: flex;
  flex-direction: column;
}
.comment__title {
  font-weight: 700;
  padding: 0 12px 0 0;
  color: #252b42;
}
.comment__name {
  display: flex;
  margin: 0 0 6px 0;
}
.comment__label {
  font-size: 11px;
  padding: 0px 4px;
  border: 1px solid rgb(177, 54, 117);
  border-radius: 4px;
  align-items: center;
  display: flex;
}
.comment__text {
  font-weight: 500;
  margin: 0 0 14px 0;
  color: #252b42;
  line-height: 1.5;
}
.comment__answer {
  color: #a0a0a0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms cubic-bezier(0, 1, 0, 1);
  margin-left: 32px;
}
.comment__input input {
  display: inline !important;
}
.comment label {
  display: block;
}
.comment label:hover {
  color: rgb(177, 54, 117);
}
.comment__label-text {
  border-bottom: 1px dotted;
  display: inline;
}
.comment__img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.comment__img img {
  position: relative;
  width: auto;
  height: 100%;
  border: 0;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.comment__img-gallery {
  margin: 0 0 10px 0;
}

.subcomment {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms cubic-bezier(0, 1, 0, 1);
  margin-left: 32px;
}

.comment__item > input:checked ~ div {
  max-height: 3000px;
  transition: max-height 300ms cubic-bezier(1, 0, 1, 0);
}

.comment_row > input:checked ~ div {
  max-height: 3000px;
  transition: max-height 300ms cubic-bezier(1, 0, 1, 0);
}

.comment__item > input:checked ~ div:nth-last-child(n+3) {
  border-bottom: 1px solid #a0a0a0;
}

.toggleButton {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggleButton input:checked + .button_swipe {
  background-color: #2196F3;
}
.toggleButton input:checked + .button_swipe:before {
  transform: translateX(26px);
}

.toggleButton input {
  display: none;
}

.button_swipe {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.button_swipe:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  padding: 20px 0;
}

.search-container {
  width: 400px;
  margin: 20px auto;
}
@media (max-width: 900px) {
  .search-container {
    width: 100%;
  }
}

.input-wrapper {
  background-color: rgb(177, 54, 117);
  border-radius: 4px;
  padding: 4px 12px 4px 6px;
  /* Удаление рамки при фокусе на поле ввода */
}
.input-wrapper input[type=text] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
}
.input-wrapper input[type=text]:focus {
  outline: none;
}
.input-wrapper input[type=text]::-moz-focus-inner {
  border: 0;
}
.input-wrapper input[type=text]::-webkit-search-decoration,
.input-wrapper input[type=text]::-webkit-search-cancel-button,
.input-wrapper input[type=text]::-webkit-search-results-button,
.input-wrapper input[type=text]::-webkit-search-results-decoration {
  display: none;
}

.pallet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  /* padding: 20px; */
}

.item {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.grid .item:not(.item-expanded) {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
  position: relative;
  transform-origin: right;
}

.grid .item:not(.item-expanded):hover {
  transform: scale(1.05);
  transform-origin: right;
}
.grid .item:not(.item-expanded):hover > .name, .grid .item:not(.item-expanded):hover .code {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.pallet .item:not(.item-expanded):hover > .name, .pallet .item:not(.item-expanded):hover .code {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.added-style > .name, .added-style .code {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
}

.item-expanded {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(80% - 20px);
  height: calc(80% - 20px);
  z-index: 9999;
  background-color: #fff;
  color: #000;
  padding: 20px;
  text-align: center;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.overlay-visible {
  display: block;
}

.moveButton {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 100%;
  width: 20px;
  background-color: #ccc;
  text-align: center;
  align-items: center;
  line-height: 20px;
  padding: 0 6px;
  display: flex;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
}

.moveButton:hover {
  /* background-color: #25b143; */
  width: 40px;
}

.grid .moveButton:hover::before {
  content: "➕";
  width: 100%;
}

.pallet .moveButton:hover::before {
  content: "➖";
  width: 100%;
}

.name,
.code {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.star {
  color: gray;
  cursor: pointer;
  font-size: 16px;
}

.starsForReviews {
  display: flex;
  padding: 0 0 10px 0;
  align-items: center;
}
.starsForReviews > * {
  padding: 0 10px 0 0;
}

.hide {
  display: none;
}

.clr {
  clear: both;
}

@media screen and (max-width: 900px) {
  .calc_main {
    padding: 0 0 10px 0;
  }
}
.calc_main img {
  max-width: 420px;
  max-height: 300px;
}
@media screen and (max-width: 375px) {
  .calc_main img {
    max-width: 100%;
    max-height: 220px;
  }
}
.ul_menu {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 900px) {
  .ul_menu {
    padding: 0 0 15px 0;
  }
}

.itogi {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 10px 15px 10px 15px;
  background: #ff0000;
  color: #fff;
}

.itogo {
  font-size: 32px;
}

.i_txt1 {
  font-size: 18px;
}

.sw_block {
  display: flex;
  justify-content: space-between;
}
.sw_block input {
  display: block;
}

.calc_menu {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 6px;
}
.calc_menu li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.calc_menu ::before {
  display: none;
}

.sw {
  margin-top: auto;
  padding: 0 0 20px 0;
}
.sw__text {
  position: absolute;
  top: -20px;
  left: 44px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sw__text {
    font-size: 14px;
  }
}

.sw_h {
  padding: 0 0 10px 0;
  font-size: 18px;
  text-align: left;
}

.calc {
  width: 100%;
}
@media screen and (max-width: 440px) {
  .calc {
    flex-direction: column;
  }
}

.c_left {
  width: 100%;
  display: flex;
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .c_left {
    flex-direction: column;
  }
}

.c_right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 0 0 0;
}
@media screen and (max-width: 900px) {
  .c_right {
    width: 100%;
  }
}

.c_col {
  display: flex;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  flex-direction: column;
}

.o1 {
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 11;
  background: #fff;
  padding: 12px 6px;
  border: 1px solid;
  border-radius: 5px;
}
.o1 div {
  padding: 0 0 8px 0;
}

.o2 {
  position: absolute;
  top: 72px;
  left: 40px;
  z-index: 11;
  background: #fff;
  padding: 12px 6px;
  border: 1px solid;
  border-radius: 5px;
}
.o2 div {
  padding: 0 0 8px 0;
}

.o3 {
  position: absolute;
  top: 72px;
  left: 95px;
  z-index: 11;
  background: #fff;
  padding: 12px 6px;
  border: 1px solid;
  border-radius: 5px;
}
.o3 div {
  padding: 0 0 8px 0;
}

.o4 {
  position: absolute;
  top: 72px;
  left: 170px;
  z-index: 11;
  background: #fff;
  padding: 12px 6px;
  border: 1px solid;
  border-radius: 5px;
}
.o4 div {
  padding: 0 0 8px 0;
}

.counter_plus {
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.counter_plus:active {
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .counter_plus {
    background: transparent;
    color: #ff0000;
    border: none;
    padding: 6px 10px;
    margin: 0 2px 0 0;
  }
}

.counter_minus {
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.counter_minus:active {
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .counter_minus {
    background: transparent;
    color: #ff0000;
    border: none;
    padding: 6px 10px;
    margin: 0 2px 0 0;
  }
}

.counter_i_block {
  position: relative;
  display: flex;
}
.counter_i_block:nth-child(1) {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .counter_i_block:nth-child(1) {
    padding: 0;
  }
}

.c_height {
  margin: 0 10px 0 0;
  border: 1px #333 solid;
  border-radius: 5px;
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c_height {
    width: 100px;
    margin: 0 2px 0 0;
  }
}

.c_width {
  margin: 0 10px 0 0;
  border: 1px #333 solid;
  border-radius: 5px;
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c_width {
    width: 100px;
    margin: 0 2px 0 0;
  }
}

.how-to-invite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 979px) {
  .how-to-invite {
    display: grid;
    grid-template-areas: "a b b" "c b b" "c b b";
    grid-template-columns: 50% 25% 25%;
  }
}
.how-to-invite__container {
  width: 100%;
  display: flex;
}
.how-to-invite__container:nth-child(1) {
  padding-bottom: 20px;
}
.how-to-invite__container:nth-child(2) {
  padding-bottom: 20px;
}
@media (min-width: 979px) {
  .how-to-invite__container {
    padding: 0px 20px 0px 0;
  }
  .how-to-invite__container:nth-child(1) {
    grid-area: a;
    padding-bottom: 20px;
  }
  .how-to-invite__container:nth-child(2) {
    grid-area: b;
    padding: 0px 0px 0px 0;
  }
  .how-to-invite__container:nth-child(3) {
    grid-area: c;
  }
}
.how-to-invite__content {
  padding: 10px 10px 0 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-to-invite__form {
  padding: 0 0 10px 0;
}
.how-to-invite__link {
  padding: 0 0 10px 0;
  font-size: 14px;
}
@media (min-width: 979px) {
  .how-to-invite__link {
    font-size: 28px;
  }
}
.how-to-invite__text {
  padding: 0 0 10px 0;
}
.how-to-invite__title {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.how-to-invite__name, .how-to-invite__phone {
  padding: 4px 0;
}
.how-to-invite__name input, .how-to-invite__phone input {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
  padding-left: 30px;
  width: 100%;
  font-size: 18px;
}
.how-to-invite__button {
  padding: 8px 0;
}
.how-to-invite__button button {
  font-size: 18px;
}
.how-to-invite__submit {
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: rgb(120, 120, 120);
}

.before-after__title {
  background: #fff;
}
@media (max-width: 979px) {
  .before-after__title:nth-child(2) {
    position: sticky;
    top: 40px;
    z-index: 50;
  }
  .before-after__title:nth-child(4) {
    position: sticky;
    top: 70px;
    z-index: 50;
  }
  .before-after__title:nth-child(6) {
    position: sticky;
    top: 98px;
    z-index: 50;
  }
}
.before-after__container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.before-after__container > div {
  display: none;
}
.before-after__container > label {
  padding: 20px;
  flex: 0 0 33.33%;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.before-after__container > input {
  display: none;
}
.before-after__container > input:checked + label:nth-child(2) {
  background-color: rgb(177, 54, 117);
  color: #fff;
}
.before-after__container > input:checked + label:nth-child(4) {
  background-color: rgb(177, 54, 117);
  color: #fff;
}
.before-after__container > input:checked + label:nth-child(6) {
  background-color: rgb(177, 54, 117);
  color: #fff;
}

#tab-1:checked ~ .txt-1 {
  display: flex;
  background: linear-gradient(rgb(177, 54, 117), white);
  flex-wrap: wrap;
  justify-content: center;
}

#tab-2:checked ~ .txt-2 {
  display: flex;
  background: linear-gradient(to bottom, rgb(177, 54, 117), white);
  flex-wrap: wrap;
  justify-content: center;
}

#tab-3:checked ~ .txt-3 {
  display: flex;
  background: linear-gradient(to bottom, rgb(177, 54, 117), white);
  flex-wrap: wrap;
  justify-content: center;
}

.case {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.case:target {
  display: flex;
}
.case:before {
  content: "";
  height: 40px;
  width: 33.33%;
  position: absolute;
  top: -40px;
}
.case:nth-child(1) {
  background: linear-gradient(to bottom, rgb(177, 54, 117), white);
}
.case:nth-child(1):before {
  background-color: rgb(177, 54, 117);
  left: 0;
}
.case:nth-child(2) {
  background: linear-gradient(to bottom, rgb(25, 119, 30), white);
}
.case:nth-child(2):before {
  background-color: rgb(25, 119, 30);
  left: 33.33%;
}
.case:nth-child(3) {
  background: linear-gradient(to bottom, rgb(156, 36, 140), white);
}
.case:nth-child(3):before {
  background-color: rgb(156, 36, 140);
  left: 66.66%;
}
.case__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 49;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .case__label {
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .case__label {
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .case__label {
    padding: 14px;
  }
}
@media screen and (max-width: 440px) {
  .case__label {
    padding: 12px;
  }
}
.case__label_green {
  background: green;
  color: white;
}
.case__label_red {
  background: red;
  color: white;
}
.case__title {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  padding: 5px;
}
.case__subtitle {
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 16px;
  padding: 5px;
}
.case__picture {
  display: flex;
  justify-content: center;
  padding: 0 0 10px 0;
}
.case__img {
  max-height: 350px;
  max-width: 285px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .case__img {
    max-height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .case__img {
    max-height: 310px;
  }
}
@media screen and (max-width: 576px) {
  .case__img {
    max-height: 280px;
  }
}
@media screen and (max-width: 440px) {
  .case__img {
    max-height: 250px;
  }
}
.case__text-title {
  padding: 0 0 10px 0;
  font-weight: 700;
}
.case__text-title_red {
  color: red;
}
.case__text-title_green {
  color: green;
}
.case__text-main {
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 16.8px;
  text-align: left;
}
.case__before {
  flex: 1 0 50%;
}
.case__after {
  display: flex;
  flex: 0 0 50%;
}

.tabs__item:target {
  color: white;
}

.tabs__item:target span {
  color: white;
}

.tabs__items:target {
  color: white;
}

.tabs__items:target span {
  color: white;
}

.tabs__items:before ~ .tabs__item {
  color: white;
}

.case-card {
  padding: 10px;
  margin: 10px 10px 0 10px;
  box-shadow: 0 0 9px black;
  border-radius: 10px;
  background: #fff;
}

.button-case {
  display: flex;
  justify-content: end;
}
.button-case__text {
  text-align: right;
}

@media (max-width: 979px) {
  .case__after,
  .case__before {
    flex: 0 0 100%;
  }
  .before-after__container > label {
    flex: 0 0 100%;
    padding: 7px;
  }
}
.masters {
  flex-direction: column;
  font-size: 14px;
  line-height: 16.8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .masters {
    flex-direction: row;
  }
}
.masters__container {
  display: flex;
  flex-direction: column;
  padding: 0 0 0px 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .masters__container {
    flex: 33%;
    padding: 0 10px 0px 10px;
  }
}
.masters__img {
  display: flex;
  justify-content: center;
  padding: 0 8px 0 0;
}
.masters__img img {
  display: block;
  width: auto;
  object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.masters__description {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.masters__description > :not(:last-child) {
  padding: 0 0 10px 0;
}
.masters__item {
  display: flex;
  justify-content: space-between;
  padding: 0 0px 0px 0;
}
.masters__item:last-child {
  margin-top: auto;
}
.masters__subtitle {
  font-style: italic;
  color: rgb(120, 120, 120);
}
.masters__reviews {
  text-decoration: underline;
  color: rgb(177, 54, 117);
}
.masters__reviews a {
  color: rgb(177, 54, 117);
}
.masters__title {
  font-weight: 600;
  font-size: 20px;
}
.masters__button a {
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.masters__button button {
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
}
.masters__rating {
  color: rgb(177, 54, 117);
  flex: 50%;
  text-align: right;
  margin-top: auto;
}
.masters__rating span {
  color: rgb(120, 120, 120);
}
.masters__rating_common {
  display: inline;
  color: rgb(177, 54, 117);
}
.masters__count {
  color: rgb(120, 120, 120);
}
.masters__about > :not(:last-child) {
  padding: 0 0 10px 0;
}
.masters_row {
  display: flex;
  flex-direction: row;
}
.masters_col {
  display: flex;
  flex-direction: column;
}
.masters__header {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.steps {
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 1.3;
}
.steps span {
  color: rgb(177, 54, 117);
}
.steps__item {
  height: 100%;
}
.steps__header {
  display: flex;
  align-items: center;
}
.steps__row {
  display: flex;
  flex-direction: row;
}
.steps__row > :not(:last-child) {
  padding: 0 10px 0 0;
}
.steps__col {
  display: flex;
  flex-direction: column;
}
.steps__col > :not(:last-child) {
  padding: 0 0 20px 0;
}
.steps__icon {
  display: flex;
  align-items: flex-end;
}
.steps__img {
  height: 45px;
  width: 45px;
}
.steps__title {
  font-size: 16px;
  font-weight: 700;
}
.steps .swiper-scrollbar {
  height: var(--swiper-scrollbar-size, 10px) !important;
  background: var(--swiper-scrollbar-bg-color, rgba(177, 54, 117, 0.1));
}

.steps .swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-bg-color, #252b42);
}

.marquee {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.product {
  display: flex;
}
.product_row {
  display: flex;
  flex-direction: row;
}
.product_col {
  display: flex;
  flex-direction: column;
}
.product__item:not(:last-child) {
  padding: 0 20px 0 0;
  border-right: 2px solid lightgray;
}
.product__item:not(:first-child) {
  padding: 0 0px 0 20px;
}
.product__price {
  display: flex;
  align-items: end;
}
.product__price-prefix {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 375px) {
  .product__price-prefix {
    margin: 0 6px 0 0;
  }
}
.product__price-prefix_old {
  margin: 0 8px 0 0;
  color: lightgray;
}
@media screen and (max-width: 375px) {
  .product__price-prefix_old {
    margin: 0 6px 0 0;
  }
}
.product__price-number {
  margin: 0 8px 0 0;
  font-size: 28px;
  color: rgb(177, 54, 117);
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .product__price-number {
    font-size: 22px;
  }
}
.product__price-number_old {
  margin: 0 8px 0 0;
  font-size: 28px;
  color: lightgray;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .product__price-number_old {
    font-size: 22px;
  }
}
.product__price-index_old {
  color: lightgray;
}

.tooltip1 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  max-width: 200px; /* Ограничиваем ширину, чтобы текст не был слишком длинным */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.question-mark {
  cursor: pointer;
  color: blue;
  margin-left: 5px;
  font-weight: bold;
}

.case-work {
  width: 100%;
  height: 100%;
}
.case-work__title {
  font-weight: 700;
  font-size: 20px;
}
.case-work__img {
  width: 100%;
  overflow: hidden;
}
.case-work__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 1.5;
}
.case-work__text :not(:last-child) {
  margin: 0 0 20px 0;
}
.case-work__item {
  display: flex;
  border-radius: 20px;
}
.case-work__item > :not(:last-child) {
  margin: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .case-work__item {
    flex-direction: column;
  }
  .case-work__item > :not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.case-work__descr span {
  font-weight: 800;
}
.case-work__img-main {
  margin: 0 0 16px 0;
}
.case-work__img-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  max-height: 300px;
  object-fit: cover;
}
.case-work__img-tumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 60px;
}
.case-work__button {
  margin-top: auto;
  display: flex;
}

.swiper-slide:not(:last-child) .profili__menu-item {
  border-right: 1px solid rgb(177, 54, 117);
}

.js-swiper-gallery-thumbs .swiper-slide-thumb-active .profili__menu-item {
  color: rgb(177, 54, 117);
}

.js-swiper-gallery-thumbs .profili__menu-item:hover {
  color: rgb(177, 54, 117);
}

.swiper__case-work_thumbnail img {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.swiper__case-work_thumbnail .swiper-slide-thumb-active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.swiper__case-work_thumbnail img:hover {
  opacity: 1;
}

.profili {
  display: flex;
  font-size: 18px;
  width: 100%;
  padding: 100px 40px 20px 40px;
}
@media screen and (max-width: 900px) {
  .profili {
    flex-direction: column-reverse;
    padding: 60px 20px 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .profili {
    flex-direction: column-reverse;
    padding: 40px 10px 6px 10px;
  }
}
.profili__cover {
  width: 100%;
}
.profili__menu {
  width: 100%;
  z-index: 2 !important;
  display: block;
}
.profili__menu-item {
  flex: auto;
  padding: 8px 16px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: gray;
}
.profili__img {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .profili__img {
    margin: 0 0 16px 0;
  }
  .profili__img img {
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
    margin: auto;
  }
}
.profili__img img {
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
  margin-bottom: auto;
  max-width: 450px;
  margin-left: auto;
}
.profili__price {
  font-weight: 500;
}
.profili_col {
  display: flex;
  flex-direction: column;
}
.profili_col > :not(:last-child) {
  margin: 0 0 28px 0;
}
.profili_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.profili_row-col {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .profili_row-col {
    flex-direction: column;
  }
}
.profili_row-colRev {
  display: flex;
  flex-direction: row;
}
.profili_row-colRev > :not(:last-child) {
  margin: 0 16px 0 0;
}
@media screen and (max-width: 900px) {
  .profili_row-colRev {
    flex-direction: column-reverse;
  }
}
.profili__links {
  display: flex;
  flex-wrap: wrap;
}
.profili__link {
  flex: 50%;
  font-weight: 700;
}
.profili__link:not(:last-of-type) {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 900px) {
  .profili__list > :not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.profili__list img {
  object-fit: contain;
  margin: 0 16px 0 0;
}
.profili__title {
  margin: 0 0 16px 0;
  font-weight: 700;
}
.profili__title_color2 {
  color: rgb(177, 54, 117);
}
.profili__link-page {
  display: flex;
  justify-content: end;
  font-size: 16px;
  font-weight: 700;
}
.profili__link-page a {
  color: rgb(177, 54, 117);
}

.b-prof {
  width: 100%;
  height: 100%;
}
.b-prof__img-hrz {
  width: 100%;
  display: flex;
}
.b-prof__img-hrz img {
  width: 100%;
  object-fit: contain;
  margin: auto;
}
@media screen and (min-width: 999px) {
  .b-prof__img-hrz {
    display: none;
  }
}
.b-prof__img-vrt {
  height: 100%;
  display: flex;
}
.b-prof__img-vrt img {
  width: 100%;
  object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .b-prof__img-vrt {
    display: none;
  }
}
.b-prof__orbs {
  z-index: 0;
}
.b-prof_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.b-prof_row > :not(:last-child) {
  margin: 0 10px 0 0;
}
.b-prof_row-col {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.b-prof_row-col > :not(:last-child) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .b-prof_row-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .b-prof_row-col > :not(:last-child) {
    margin: 0 0px 10px 0;
  }
}
.b-prof_col {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.b-prof_col > :not(:last-child) {
  margin: 0 0px 10px 0;
}
.b-prof__link {
  margin-top: auto;
}
.b-prof__link a {
  font-size: 14px;
  justify-content: end;
  color: rgb(177, 54, 117);
}
.b-prof__item-container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.b-prof__item {
  padding: 26px 10px 26px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.b-prof__item > :not(:last-child) {
  margin: 0 0px 8px 0;
}
.b-prof__subitem {
  padding: 20px 0px 0px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-prof__subitem > :not(:last-child) {
  margin: 0 0px 8px 0;
}
.b-prof__desc {
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
}
.b-prof__title {
  font-weight: 700;
  font-size: 24px;
  z-index: 3;
}
.b-prof__title_big {
  margin-top: -10px;
  margin-left: -5px;
}
.b-prof__title_big-1 {
  font-weight: 700;
  font-size: 84px;
}
.b-prof__title_big-2 {
  font-weight: 700;
  font-size: 42px;
  margin-top: -20px;
}
.b-prof__subtitle {
  font-size: 18px;
  font-weight: 400;
}
.b-prof__button {
  width: 100%;
  height: 30%;
}
.b-prof__button .button {
  height: 100%;
}
.b-prof__main-price {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 1100px) {
  .b-prof__main-price {
    margin-top: 10px;
  }
}
.b-prof__over {
  position: absolute;
  top: -18px;
  font-weight: 400;
  font-size: 14px;
}
.b-prof__cost_new {
  font-size: 18px;
  position: relative;
  padding: 12px;
  border-radius: 10px;
  margin: 0 20px 0 0;
}
.b-prof__cost_new span {
  font-size: 30px;
  font-weight: 700;
}
.b-prof__cost_old {
  font-size: 18px;
  position: relative;
  padding: 12px;
  border-radius: 10px;
}
.b-prof__cost_old span {
  font-size: 30px;
  font-weight: 300;
  text-decoration: line-through;
}
.b-prof__bubbles {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 14px !important;
}
.b-prof__bubbles > :not(:last-child) {
  margin-right: 6px;
}
.b-prof__bubble {
  border-radius: 10px;
  padding: 3px 8px;
  margin-bottom: 6px;
}
.b-prof__orb {
  position: absolute;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.2;
  /* animation: rise 10s infinite ease-in; */
}
.b-prof__orb:nth-child(1) {
  width: 107px;
  height: 107px;
  right: -50px;
  bottom: -50px;
}
.b-prof__orb:nth-child(2) {
  width: 121px;
  height: 121px;
  right: 0px;
  bottom: 75px;
}
.b-prof__orb:nth-child(3) {
  width: 197px;
  height: 197px;
  right: 100px;
  bottom: -92px;
}
.b-prof__orb:nth-child(4) {
  width: 340px;
  height: 340px;
  left: -32px;
  top: -210px;
}
.b-prof__orb:nth-child(5) {
  width: 516px;
  height: 516px;
  left: -370px;
  bottom: -367px;
}

._bcg0 {
  background: #252b42;
}

._bcg1 {
  background: rgb(222, 222, 222);
}

._bcg2 {
  background: rgb(177, 54, 117);
}

._bcg3 {
  background: rgb(255, 255, 255);
}

._bcg3-sh {
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
}

._bcg4 {
  background: rgb(223, 245, 255);
}

._bcg5 {
  background: rgb(120, 120, 120);
}

._clr0 {
  color: #252b42;
}
._clr0 a {
  color: #252b42;
}

._clr1 {
  color: rgb(222, 222, 222);
}

._clr2 {
  color: rgb(177, 54, 117);
}

._clr3 {
  color: rgb(255, 255, 255);
}

._clr4 {
  color: rgb(223, 245, 255);
}

._clr5 {
  color: rgb(120, 120, 120);
}

._brd1 {
  border: 1px solid;
}

.quiz-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px 0 40px 0;
  margin-left: 60px;
}
@media screen and (max-width: 900px) {
  .quiz-container {
    margin-left: 0px;
  }
}

.slider-quiz .swiper-button-next, .slider-quiz .swiper-button-prev {
  top: 75%;
}

@media screen and (min-width: 901px) {
  .quiz-slider_flex {
    flex-direction: column;
  }
  .quiz-slider_flex .swiper-slide:not(:last-of-type) {
    margin: 0 0 16px 0;
  }
}

.quiz-question {
  width: 100%;
}
.quiz-question__title {
  margin: 0 0 20px 0;
  display: inline-block;
  font-size: 24px;
}
.quiz-question__title span {
  color: rgb(177, 54, 117);
  font-weight: 700;
}

.quiz {
  display: flex;
  margin: -20px 0 -20px 0px;
  width: 100%;
}
.quiz__footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .quiz {
    flex-direction: column;
    margin: -20px 0 -20px 0px;
  }
}

.quiz-bcg {
  background-color: rgb(223, 245, 255);
}

.quiz-main {
  display: flex;
}
@media screen and (max-width: 900px) {
  .quiz-main {
    flex-direction: column-reverse;
  }
}

.question {
  margin-bottom: 10px;
  font-weight: bold;
}

.quiz-message {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  width: 100%;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 900px) {
  .quiz-message {
    max-width: initial;
    display: none;
  }
}
.quiz-message__info {
  display: flex;
  flex-direction: column;
}
.quiz-message__name {
  color: rgb(177, 54, 117);
  font-size: 16px;
  font-weight: 600;
}
.quiz-message__status {
  color: rgb(120, 120, 120);
  font-weight: 600;
}
.quiz-message__person {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.quiz-message__img {
  margin: 0 10px 0 0;
}
.quiz-message__img img {
  max-width: 48px;
  border-radius: 100px;
}
@media screen and (max-width: 900px) {
  .quiz-message {
    margin: 0 0 20px 0;
  }
}

.quiz-lenta {
  background-color: rgb(177, 54, 117);
  padding: 60px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 290px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .quiz-lenta {
    padding: 30px 20px;
  }
}
.quiz-lenta__title {
  font-size: 24px;
  margin: 0 0 16px 0;
  font-weight: 700;
}
.quiz-lenta__subtitle {
  margin: 0 0 34px 0;
}
.quiz-lenta__text {
  margin: 0 0 0 8px;
}
.quiz-lenta__item {
  display: flex;
  align-items: center;
}
.quiz-lenta__item:not(:last-of-type) {
  margin: 0 0 16px 0px;
}
.quiz-lenta__img img {
  max-width: 80px;
}
.quiz-lenta__img_main {
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
}
.quiz-lenta__img_main img {
  max-width: 200px;
}
@media screen and (max-width: 900px) {
  .quiz-lenta__img_main {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .quiz-lenta {
    margin: 0 auto;
  }
}

.options {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.option:nth-child(odd) {
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
}
.option:nth-child(even) {
  width: calc(50% - 10px);
  margin: 0;
}
.option input {
  display: none;
}
.option label {
  display: flex;
  flex-direction: column;
}
.option label img {
  width: 100%;
}
.option_end:nth-child(odd) {
  width: initial;
  margin: initial;
}
.option_end:nth-child(even) {
  width: initial;
  margin: initial;
}
.option_end:not(:last-child) {
  margin: 0 20px 0 0 !important;
}
.option_end label {
  display: flex;
  flex-direction: column;
}
.option_end label img {
  width: 100%;
  max-width: 64px;
}

#result {
  font-weight: bold;
  margin-top: 20px;
}

.progress-container {
  width: 100%;
  margin-bottom: 10px;
  height: 20px;
  border: 1px solid #ccc;
  position: relative;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: rgb(177, 54, 117);
  transition: width 0.5s ease;
}
.progress-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--arrow-left, 0);
  transform: translateY(-50%);
  width: 22px;
  height: 100%; /* высота стрелки */
  border-top-right-radius: 20px; /* радиус верхнего правого угла */
  border-bottom-right-radius: 20px; /* радиус нижнего правого угла */
  background-color: rgb(177, 54, 117); /* цвет стрелки */
  transition: left 0.5s ease, width 0.5s ease;
}
.progress-bar button {
  background: none;
}

.quiz-progress {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.quiz-progress__button {
  background: none;
  color: rgb(177, 54, 117);
  font-weight: 600;
}

.hidden {
  display: none;
}

.quiz__footer {
  font-weight: 600;
}
.quiz__footer-end {
  font-size: 18px;
  margin: 0 0 16px 0;
  color: rgb(177, 54, 117);
  font-weight: 500;
}
.quiz__footer-end span {
  font-weight: 700;
}

.quiz-footer__num {
  color: rgb(177, 54, 117);
  font-size: 18px;
}
.quiz-footer__num-end {
  font-size: 50px;
  font-weight: 700;
}

.form-quiz {
  margin: 20px 0 0 0;
}
.form-quiz img {
  max-width: 48px;
}
.form-quiz__choice {
  display: flex;
  margin: 0 0 20px 0;
}
.form-quiz__phone {
  margin: 0 0 16px 0;
}
.form-quiz__phone input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 20px;
  font-size: 20px;
}
.form-quiz__submit {
  color: #252b42;
  text-align: center;
  font-size: 12px;
  margin: 4px 0 0 0;
}

.options {
  display: flex;
}

/* Стили для radio button и label */
.option input {
  display: none;
}

.option label {
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
}

/* Обводка при наведении на весь блок, но только для img */
.option label img {
  border: 4px solid #fff; /* Цвет обводки при наведении на изображение */
  border-radius: 10px;
  transition: 0.3s all;
}

.option label:hover {
  color: rgb(177, 54, 117);
}

.option input:checked + label {
  color: rgb(177, 54, 117);
}

/* Обводка при наведении на весь блок, но только для img */
.option label:hover img {
  border: 4px solid rgb(177, 54, 117); /* Цвет обводки при наведении на изображение */
  border-radius: 10px;
  transition: 0.3s all;
}

/* Обводка при выборе (фокусе) только для img */
.option input:checked + label img {
  border: 4px solid rgb(177, 54, 117); /* Цвет обводки при выборе изображения */
  border-radius: 10px;
  transition: 0.3s all;
}

.company-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.company-nav__item {
  width: 50%;
  padding: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .company-nav__item {
    flex: 50%;
  }
}
@media (max-width: 900px) {
  .company-nav__item {
    width: 100%;
  }
}
.company-nav__item:nth-child(even) {
  flex: calc(50% - 26px);
  margin: 0 0 26px 0;
}
@media (max-width: 768px) {
  .company-nav__item:nth-child(even) {
    flex: 100%;
  }
}
.company-nav__item:nth-child(odd) {
  flex: 50%;
  margin: 0 26px 26px 0;
}
@media (max-width: 768px) {
  .company-nav__item:nth-child(odd) {
    flex: 100%;
    margin: 0 0px 26px 0;
  }
}
.company-nav__item:nth-child(3) {
  flex: 50%;
  margin: 0 26px 0px 0;
}
@media (max-width: 768px) {
  .company-nav__item:nth-child(3) {
    flex: 100%;
    margin: 0 0px 26px 0;
  }
}
.company-nav__item:last-child {
  flex: calc(50% - 26px);
  margin: 0;
}
@media (max-width: 768px) {
  .company-nav__item:last-child {
    flex: 100%;
  }
}
.company-nav__item-desc {
  margin: 0 0 50px 0;
  line-height: 1.5;
  max-width: 70%;
}
.company-nav__item-desc_calc {
  margin: 0 0 50px 0;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  max-width: 60%;
}
@media (max-width: 900px) {
  .company-nav__item-desc_calc {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.company-nav__item-desc_help {
  margin: 0 0 40px 0;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  max-width: 60%;
}
@media (max-width: 900px) {
  .company-nav__item-desc_help {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.company-nav__item-desc_sprav {
  margin: 0 0 40px 0;
  color: #252b42;
  line-height: 1.5;
  max-width: 80%;
}
@media (max-width: 900px) {
  .company-nav__item-desc_sprav {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.company-nav_calc {
  background-color: rgb(177, 54, 117);
}
.company-nav__item-title_main {
  color: rgb(177, 54, 117);
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 20px 0;
}
.company-nav__item-title_sprav {
  color: #252b42;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 20px 0;
}
.company-nav__item-title_help {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 20px 0;
}
.company-nav__item-title_calc {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 20px 0;
}
.company-nav__item-button {
  display: flex;
}
.company-nav__item-img {
  position: absolute;
  top: -35px;
  right: 0;
}
@media (max-width: 900px) {
  .company-nav__item-img {
    display: none;
  }
}
.company-nav__item-img img {
  max-width: 220px;
}
@media (max-width: 980px) {
  .company-nav__item-img img {
    max-width: 200px;
  }
}
.company-nav__item-img_help {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 900px) {
  .company-nav__item-img_help {
    display: none;
  }
}
.company-nav__item-img_help img {
  max-width: 200px;
}
.company-nav_sprav {
  background-color: rgb(223, 245, 255);
}
.company-nav_help {
  background-color: #252b42;
}

.katalog {
  display: flex;
}
.katalog__img {
  width: 100%;
}
.katalog__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.katalog__form {
  padding: 20px;
  width: 100%;
  background-color: rgb(223, 245, 255);
}

.tags {
  display: flex;
  overflow-y: hidden;
}
.tags::-webkit-scrollbar {
  display: none;
}
.tags__items {
  max-width: 0;
  overflow: hidden;
  transition: 0.5s ease;
  display: flex;
}
.tags__items .tags__item:not(:last-child) {
  margin: 0 10px 0 0;
}
.tags__items .tags__item:last-child {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 2px solid;
}
.tags__items.active {
  transition: 0.5s ease;
  max-width: 600px;
  overflow: visible;
}
.tags__items.active::-webkit-scrollbar {
  display: none;
}
.tags__item_before {
  display: flex;
  white-space: nowrap;
  position: relative;
}
.tags__item_before:not(:last-child) {
  margin: 0 10px 0 0;
}
.tags__item_before:not(:last-of-type)::after {
  color: #252b42;
  content: "";
  display: inline-block;
  border: 1px solid;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 50%;
}
.tags__item {
  display: flex;
  white-space: nowrap;
  position: relative;
}
.tags__item:not(:last-child) {
  margin: 0 10px 0 0;
  background: rgb(255, 255, 255);
}

#tagsToggle {
  background: none;
  border: none;
  font-size: 24px;
  display: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin: 0 10px 0 0;
  color: rgb(177, 54, 117);
}

.rotate180 {
  transform: rotate(180deg);
  transform-origin: 50% 48%;
}

.types-of-wrap3 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .types-of-wrap3 {
    width: calc(100% + 16px);
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .types-of-wrap3 {
    width: calc(100% + 16px);
  }
}
@media screen and (max-width: 768px) {
  .types-of-wrap3 {
    width: calc(100% + 10px);
  }
}

.types-of-wrap4 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .types-of-wrap4 {
    width: calc(100% + 10px);
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .types-of-wrap4 {
    width: calc(100% + 16px);
  }
}
@media screen and (max-width: 768px) {
  .types-of-wrap4 {
    width: calc(100% + 10px);
  }
}

.types-of-wrap5 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .types-of-wrap5 {
    width: calc(100% + 10px);
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .types-of-wrap5 {
    width: calc(100% + 16px);
  }
}
@media screen and (max-width: 768px) {
  .types-of-wrap5 {
    width: calc(100% + 10px);
  }
}

.item-card {
  display: flex;
  flex-direction: column;
}
.item-card__title_steps {
  text-align: center;
}
.item-card__button {
  margin-top: auto;
}
.item-card_wrap5 {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .item-card_wrap5 {
    flex-basis: calc(16.66% - 10px);
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .item-card_wrap5 {
    flex-basis: calc(20% - 10px);
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .item-card_wrap5 {
    flex-basis: calc(25% - 10px);
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 768px) {
  .item-card_wrap5 {
    flex-basis: calc(33.33% - 16px);
    margin: 0 16px 16px 0;
  }
  .item-card_wrap5:nth-last-child(-n+3) {
    margin: 0 16px 0 0; /* Устанавливаем отступ справа на 0 */
  }
}
@media screen and (max-width: 539px) {
  .item-card_wrap5 {
    flex-basis: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
  .item-card_wrap5:nth-last-child(-n+2) {
    margin: 0 10px 0 0; /* Устанавливаем отступ справа на 0 */
  }
}
.item-card_wrap4 {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .item-card_wrap4 {
    flex-basis: calc(25% - 10px);
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .item-card_wrap4 {
    flex-basis: calc(33.33% - 16px);
    margin: 0 16px 16px 0;
  }
  .item-card_wrap4:nth-last-child(-n+3) {
    margin: 0 16px 0 0; /* Устанавливаем отступ справа на 0 */
  }
}
@media screen and (max-width: 768px) {
  .item-card_wrap4 {
    flex-basis: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
  .item-card_wrap4:nth-last-child(-n+2) {
    margin: 0 10px 0 0; /* Устанавливаем отступ справа на 0 */
  }
}
.item-card_wrap3 {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .item-card_wrap3 {
    flex-basis: calc(33.33% - 16px);
    margin: 0 16px 16px 0;
  }
  .item-card_wrap3:nth-last-child(-n+3) {
    margin: 0 16px 0 0; /* Устанавливаем отступ справа на 0 */
  }
}
@media screen and (max-width: 768px) {
  .item-card_wrap3 {
    flex-basis: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
  .item-card_wrap3:nth-last-child(-n+2) {
    margin: 0 10px 0 0; /* Устанавливаем отступ справа на 0 */
  }
}
@media screen and (max-width: 580px) {
  .item-card_wrap3 {
    flex-basis: 100%;
    margin: 0 10px 10px 0;
  }
  .item-card_wrap3:nth-last-child(-n+2) {
    margin: 0 10px 10px 0; /* Устанавливаем отступ справа на 0 */
  }
  .item-card_wrap3:last-child {
    margin-bottom: 0; /* Обнуляем отступ снизу для последнего элемента */
  }
}
.item-card > :not(:last-child) {
  margin: 0 0 10px 0;
}
.item-card img {
  border-radius: 10px;
  max-height: 270px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.item-card_row {
  display: flex;
  flex-wrap: wrap;
}
.item-card_row > :not(:last-child) {
  margin: 0 32px 14px 0;
}
.item-card_row-free {
  display: flex;
}
.item-card_row-free > :not(:last-child) {
  margin: 0 18px 14px 0;
}

.item-card_line {
  position: relative;
}
.item-card_line > :not(:last-child) {
  margin: 0 0 10px 0;
}
.item-card_line img {
  width: 100%;
  border-radius: 10px;
}
.item-card_line_row {
  display: flex;
  flex-wrap: wrap;
}
.item-card_line_row > :not(:last-child) {
  margin: 0 18px 14px 0 !important;
}
.item-card_line_row-free {
  display: flex;
}
.item-card_line_row-free > :not(:last-child) {
  margin: 0 18px 14px 0;
}
.item-card_line:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(50%, -50%);
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
}

.item-card_paragraph {
  position: relative;
  width: 100%;
}
.item-card_paragraph > :not(:last-child) {
  margin: 0 0 10px 0;
}
.item-card_paragraph img {
  width: 100%;
  border-radius: 10px;
}
.item-card_paragraph_row {
  display: flex;
}
.item-card_paragraph_row > :not(:last-child) {
  margin: 0 18px 14px 0 !important;
}
.item-card_paragraph_row-free {
  display: flex;
}
.item-card_paragraph_row-free > :not(:last-child) {
  margin: 0 18px 14px 0;
}

.slider-free {
  flex-shrink: 0;
  width: auto !important;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.link-page {
  display: flex;
  align-items: center;
  position: relative;
}
.link-page:after {
  margin-left: 6px;
  font-family: FontAwesome;
  content: "\f054";
  margin-top: 2px;
}

.link-page__forward {
  display: flex;
  align-items: center;
}
.link-page__forward:before {
  transition: 0.6s all;
  margin-right: 10px;
  font-family: FontAwesome;
  content: "\f104";
  font-size: 30px;
  margin-top: -4px;
}
.link-page__forward:hover:before {
  transition: 0.6s all;
  margin-right: 16px;
}

.link {
  font-weight: 600;
}
.link_v1 {
  color: rgb(255, 255, 255);
}
.link_v1:hover {
  color: rgb(177, 54, 117);
}
.link_v2 {
  color: #252b42;
}
.link_v2:hover {
  color: rgb(177, 54, 117);
}
.link_v3 {
  color: #252b42;
}
.link_v3:hover {
  color: rgb(177, 54, 117);
}
.link_v4 {
  color: rgb(255, 255, 255);
}
.link_v4:hover {
  color: #252b42;
}
.link_underline {
  text-decoration: underline;
}

.item-card__img:hover ~ .item-card__title a {
  color: rgb(177, 54, 117);
}

.elements {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: -20px;
  border-radius: 20px;
}
.elements ._container {
  padding: 0;
}
.elements__container {
  flex-basis: calc(50% - 20px);
  flex-grow: 1;
  margin: 0 20px 20px 0;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
}
.elements__container:nth-child(even), .elements__container:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 900px) {
  .elements__container:nth-child(odd) {
    margin-right: 0px;
  }
}
.elements:nth-child(1):nth-last-child(1), .elements:nth-child(2):nth-last-child(1) {
  flex-basis: calc(100% - 10px); /* Если элементов 1 или 2, то они занимают всю ширину */
}
.elements:nth-child(3):nth-last-child(2), .elements:nth-child(4):nth-last-child(1) {
  flex-basis: calc(50% - 10px); /* Если элементов 3 или 4, первые два занимают по 50% */
}
@media screen and (max-width: 900px) {
  .elements__container {
    flex-basis: 100%; /* Один элемент в строке при ширине экрана менее 900px */
  }
}

.card-type-house__text {
  font-size: 14px;
}
.card-type-house__container {
  display: flex;
  justify-content: space-between;
}
.card-type-house__footer {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
.card-type-house__description {
  display: flex;
  flex-direction: column;
  flex: 55%;
}
.card-type-house__features {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.card-type-house__feature {
  display: flex;
  padding: 0 10px 10px 0;
}
.card-type-house__img {
  flex: 45%;
  padding: 0 20px 0 0;
}
.card-type-house__img img {
  width: 100%;
}
.card-type-house__price {
  font-size: 22px;
}

.goods__title {
  padding: 0 0 30px 0;
}
.goods__container {
  display: flex;
  padding: 0 0 40px 0;
  justify-content: space-between;
}
.goods__feature {
  flex: 60%;
}
.goods__img {
  flex: 40%;
  padding: 0 40px 0 0;
  position: sticky;
}
.goods__img_card {
  flex: 40%;
  position: sticky;
}
.goods__img_card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 900px) {
  .goods__img_card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.goods__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goods__ico img {
  width: 20px;
  height: 20px;
}
.goods__files {
  display: flex;
  padding: 0 0 10px 0;
}
.goods__subtitle {
  padding: 0 0 20px 0;
}
.goods__text {
  padding: 0 0 30px 0;
}
.goods__things {
  padding: 0 0 20px 0;
}

.feature-goods__item {
  display: flex;
  padding: 0 0 20px 0;
  justify-content: space-between;
}
.feature-goods__title {
  padding: 0 0 20px 0;
}
.feature-goods__subtitle {
  padding: 0 8px 0 0;
}

.flwrwr {
  flex-wrap: wrap;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  line-height: 1 !important;
}
.tooltip:hover {
  color: rgb(223, 245, 255);
}
.tooltip a:visited {
  color: rgb(177, 54, 117);
}

.tooltiptext-content {
  font-size: 14px;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 1.2;
  z-index: 100;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: rgb(255, 255, 255);
  color: rgb(177, 54, 117);
  text-align: center;
  border-radius: 6px;
  border: 1px rgb(177, 54, 117) solid;
  padding: 15px 10px;
  position: absolute;
  z-index: 1;
  transform: translateX(-15%);
  opacity: 0;
  transition: all 0.3s;
  bottom: 50px;
}

.tooltip .tooltiptext_point-question {
  visibility: hidden;
  width: 220px;
  background-color: rgb(255, 255, 255);
  color: rgb(177, 54, 117);
  text-align: center;
  border-radius: 6px;
  border: 1px rgb(177, 54, 117) solid;
  padding: 15px 10px;
  position: absolute;
  z-index: 1;
  transform: translateX(-15%);
  opacity: 0;
  transition: all 0.3s;
  bottom: 50px;
  right: 0px;
}
.tooltip .tooltiptext_point-triangle {
  visibility: hidden;
  width: 180px;
  background-color: rgb(255, 255, 255);
  color: rgb(177, 54, 117);
  text-align: center;
  border-radius: 6px;
  border: 1px rgb(177, 54, 117) solid;
  padding: 15px 10px;
  position: absolute;
  z-index: 10;
  transform: translateX(-15%);
  opacity: 0;
  transition: all 0.3s;
  top: 50px;
  right: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  bottom: 14px;
}

.tooltip:hover .tooltiptext_point-question {
  visibility: visible;
  opacity: 1;
  bottom: 14px;
}
.tooltip:hover .tooltiptext_point-triangle {
  visibility: visible;
  opacity: 1;
  top: 14px;
}

.tooltip .tooltiptext_point-question:hover {
  opacity: 1;
}
.tooltip .tooltiptext_point-triangle:hover {
  opacity: 1;
  font-size: 14px;
}

.tooltip .tooltiptext:hover {
  opacity: 1;
}

.point__question {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.point__question::before {
  content: "?";
  /* border: 1px solid; */
  border: 1px solid rgb(177, 54, 117);
  padding: 4px 10px;
  border-radius: 20px;
  color: rgb(177, 54, 117);
  margin: 0 0 0 10px;
  font-size: 15px;
  /* font-weight: 900; */
  font-weight: 500;
  font-family: Montserrat;
}
.point__triangle {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.point__triangle::before {
  content: "▼";
  /* border: 1px solid; */
  border-radius: 20px;
  color: rgb(177, 54, 117);
  margin: 0 0 0 10px;
  font-size: 15px;
  /* font-weight: 900; */
  font-weight: 500;
  font-family: Montserrat;
}

.card-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .card-product {
    margin: 0;
  }
}
.card-product__number {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .card-product__number:last-child {
    margin: 14px 20px 0 0;
  }
}
.card-product__dimensions {
  display: flex;
  width: 100%;
}
.card-product__dimensions:not(:last-child) {
  margin: 0 20px 0 0;
}
.card-product__numbers {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 25px 0;
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 900px) {
  .card-product__numbers {
    padding: 0;
  }
  .card-product__numbers > div {
    margin: 0 20px 0px 0;
  }
}
.card-product__range {
  display: flex;
  max-width: fit-content;
  align-items: center;
}
.card-product__range input::-webkit-outer-spin-button,
.card-product__range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.card-product__range button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-weight: 600;
  color: rgb(177, 54, 117);
  background-color: rgb(222, 222, 222);
  border-radius: 3px;
  border: 1px solid rgb(222, 222, 222);
  cursor: pointer;
  transition: background-color 0.2s; /* Длительность анимации */
}
.card-product__range button:active {
  border: 1px solid rgb(222, 222, 222);
  background-color: rgb(255, 255, 255); /* Новый цвет кнопки при нажатии */
  color: rgb(177, 54, 117);
}
.card-product__range button.number__quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-weight: 600;
  background-color: rgb(177, 54, 117);
  border-radius: 50%;
  cursor: pointer;
}
.card-product__range button.number__quantity:active {
  border: 1px solid rgb(222, 222, 222);
  background-color: rgb(222, 222, 222);
}
.card-product__range input[type=number] {
  display: block !important;
  font-size: 18px;
  max-width: 50px;
  text-align: center;
  font-weight: 400;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  margin: 0 5px;
}
.card-product__credit > :not(:last-child) {
  padding: 0 0 10px 0;
}
.card-product__credit-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.card-product__credit-row > :not(:last-child) {
  margin: 0 4px 0px 0;
}
.card-product__credit-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-product__credit-col > :not(:last-child) {
  margin: 0 0 6px 0;
}
.card-product__credit-price_main {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.card-product__credit-line {
  background-color: rgb(179, 179, 179);
  display: block;
  height: 6px;
  width: 100%;
  border-radius: 8px;
  margin: 0 2px 0 0;
  transition: background-color 0.3s ease 0.1s;
}
.card-product__credit-line_active {
  margin: 0 2px 0 0;
  background-color: rgb(177, 54, 117);
  display: block;
  height: 6px;
  width: auto;
  border-radius: 8px;
  transition: background-color 0.3s ease 0.1s;
}
.card-product__title {
  font-weight: 700;
  font-size: 26px;
}
.card-product__desc {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.card-product__desc-title {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 14px 0;
}
.card-product__desc-subtitle {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 10px 0;
}
.card-product__desc-col {
  display: flex;
  flex-direction: column;
}
.card-product__desc-files {
  display: flex;
  flex-direction: column;
  padding: 0 0 14px 0;
}
.card-product__desc-link {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
}
.card-product__desc-link i {
  padding: 0 8px 0 0;
  color: red;
}
.card-product__rating {
  padding: 0 6px 0 0;
  color: rgb(223, 245, 255);
}
@media screen and (max-width: 900px) {
  .card-product__rating {
    display: none;
  }
}
.card-product__row {
  display: flex;
  padding: 0 0 10px 0;
  align-items: end;
}
.card-product__col {
  display: flex;
  flex-direction: column;
}
.card-product__col:not(:last-child) {
  padding: 0 34px 0 0;
}
@media screen and (max-width: 900px) {
  .card-product__col:not(:last-child) {
    padding: 0;
  }
}
.card-product__bubbles4 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .card-product__bubbles4 {
    flex-direction: column;
    margin: 0;
  }
}
.card-product__bubbles3 {
  width: 75%;
}
.card-product__bubbles3 .card-product__row:nth-child(4n+6) {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .card-product__bubbles3 {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .card-product__bubbles2 {
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
  }
}
.card-product__bubbles {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.card-product__bubbles label[type=number] {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.card-product__bubbles > div:first-of-type {
  margin: 0 0 20px 0;
}
.card-product__bubbles > div {
  width: 100%;
}
.card-product__bubbles .card-product__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .card-product__bubbles .card-product__row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.card-product__bubbles-title {
  padding: 0 0 10px 0;
  font-weight: 700;
  font-size: 14px;
  display: block;
}
.card-product__bubbles_main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 900px) {
  .card-product__bubbles_main {
    margin: auto;
  }
}
.card-product__bubbles_main label[type=number] {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.card-product__bubbles_main > div:first-of-type {
  margin: 0 0 20px 0;
}
.card-product__bubbles_main > div {
  width: 100%;
}
.card-product__bubbles_main .card-product__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .card-product__bubbles_main .card-product__row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.card-product__bubbles_main_numbers {
  justify-content: space-between;
}
.card-product__bubbles_main-title {
  padding: 0 0 10px 0;
  font-weight: 700;
  font-size: 14px;
  display: block;
}
.card-product__bubble {
  display: flex;
  user-select: none;
  position: relative;
  padding: 0 6px 6px 0;
  /* Checked */
  /* Hover */
  /* Active */
}
.card-product__bubble input[type=radio] {
  display: none;
}
.card-product__bubble input[type=checkbox] {
  display: none;
}
.card-product__bubble span {
  display: flex;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 8px 6px;
}
@media screen and (max-width: 900px) {
  .card-product__bubble span {
    padding: 6px 4px;
    white-space: nowrap;
  }
}
.card-product__bubble:hover > input[type=radio] + span {
  border: 1px solid #777;
}
.card-product__bubble:hover > input[type=checkbox] + span {
  border: 1px solid #777;
}
.card-product__bubble input[type=radio]:checked + span {
  border: 1px solid rgb(177, 54, 117);
}
.card-product__bubble input[type=checkbox]:checked + span {
  border: 1px solid rgb(177, 54, 117);
}
.card-product__main {
  display: flex;
}
@media screen and (max-width: 900px) {
  .card-product__main {
    flex-direction: column;
  }
}
.card-product__main_grid {
  display: flex;
  width: 100%;
  margin: 0 0 20px 0;
}
.card-product__main_grid > :not(:last-child) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 900px) {
  .card-product__main_grid {
    flex-direction: column;
  }
  .card-product__main_grid > :not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.card-product__squad {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.card-product__squad-items {
  display: flex;
  flex-wrap: wrap;
}
.card-product__squad-items p {
  width: 100%;
  display: inline-flex;
}
.card-product__squad-items > :not(:last-child) {
  margin: 0 0 10px 0;
}
.card-product__squad-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  border-bottom: 2px solid rgb(222, 222, 222);
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .card-product__squad-title:hover {
    cursor: pointer;
    color: rgb(177, 54, 117);
  }
  .card-product__squad-title:hover .card-product__squad-title-toggle {
    color: rgb(177, 54, 117);
  }
}
.card-product__squad-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.card-product__squad-text {
  width: 100%;
}
.card-product__squad-img {
  width: 120px;
  display: flex;
  justify-content: center;
  margin-bottom: auto;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .card-product__squad-img {
    width: 42px;
  }
}
.card-product__squad-img img {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .card-product__squad-img img {
    width: 100%;
  }
}
.card-product__squad-img_min {
  width: 34px;
  height: 100%;
  margin: 0 4px 0 0;
}
.card-product__squad-img_min img {
  width: 90%;
}
.card-product__squad-content {
  display: flex;
  width: 100%;
  align-items: center;
}
.card-product__squad-content_half {
  display: flex;
  width: 50%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .card-product__squad-content_half {
    width: 100%;
  }
}
.card-product__master {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card-product__master-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.card-product__header {
  padding: 0 0 20px 0;
}
.card-product__menu {
  display: flex;
  padding: 0 0 28px 0;
}
.card-product__menu-item {
  padding: 0 34px 0 0;
  display: flex;
}
@media screen and (max-width: 900px) {
  .card-product__menu-item {
    padding: 0 6px 14px 0;
  }
}
.card-product__footer {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .card-product__footer {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
}
.card-product__footer i {
  padding: 0 10px 0 0;
  width: 40px;
  transition: all 500ms;
  display: flex;
  margin: 0 0 -2px 0;
  justify-content: center;
}
.card-product__footer > label {
  display: none;
}
@media screen and (max-width: 900px) {
  .card-product__footer > label {
    display: flex;
    width: 100%;
    border: 1px solid rgb(177, 54, 117);
    padding: 10px 4px 10px 8px;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    margin: 0 0 6px 0;
    align-items: center;
  }
}
.card-product__footer input {
  display: none;
}
@media screen and (max-width: 900px) {
  .card-product__footer input:checked ~ .card-product__bubbles4 {
    max-height: 1000px;
    transition: all 500ms;
    padding: 14px 0 0 0;
    border-bottom: 2px solid rgb(222, 222, 222);
  }
  .card-product__footer input:checked ~ .card-product__bubbles4 > ul {
    padding: 0 0 14px 0;
    max-height: 1000px;
    transition: all 500ms;
  }
  .card-product__footer input:checked ~ label {
    background: rgb(177, 54, 117);
    color: #fff;
    border: 1px solid rgb(177, 54, 117);
  }
}
.card-product__footer-item {
  padding: 0 0 16px 0;
  display: flex;
  align-items: baseline;
  font-size: 18px;
}
.card-product__footer-item i {
  padding: 0 8px 0 0;
  color: rgb(177, 54, 117);
  font-size: 26px;
}
.card-product__feature {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .card-product__feature {
    padding: 0;
    width: 100%;
  }
}
.card-product__feature i {
  padding: 0 10px 0 0;
  max-width: 40px;
  transition: all 500ms;
  margin: 0 0 -2px 0;
}
.card-product__feature > label {
  display: none;
}
@media screen and (max-width: 900px) {
  .card-product__feature > label {
    display: flex;
    width: 100%;
    border: 1px solid rgb(177, 54, 117);
    padding: 10px 4px 10px 8px;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    margin: 0 0 6px 0;
    align-items: center;
  }
}
.card-product__feature input {
  display: none;
}
@media screen and (max-width: 900px) {
  .card-product__feature input:checked ~ .card-product__bubbles3 {
    max-height: 1000px;
    transition: all 500ms;
    padding: 14px 0 0 0;
    border-bottom: 2px solid rgb(222, 222, 222);
  }
  .card-product__feature input:checked ~ .card-product__bubbles3 > ul {
    padding: 0 0 14px 0;
    max-height: 1000px;
    transition: all 500ms;
  }
  .card-product__feature input:checked ~ label {
    background: rgb(177, 54, 117);
    color: #fff;
    border: 1px solid rgb(177, 54, 117);
  }
}
.card-product__feature-title {
  padding: 0 0 10px 0;
  font-weight: 700;
}
.card-product__feature-text {
  display: flex;
  color: rgb(177, 54, 117);
  font-weight: 700;
  align-items: end;
  text-align: end;
}
.card-product__img {
  flex-basis: 100%;
}
@media screen and (max-width: 900px) {
  .card-product__img {
    order: 1;
  }
}
.card-product__char {
  flex-basis: 100%;
}
.card-product__char i {
  padding: 0 10px 0 0;
  max-width: 40px;
  transition: all 500ms;
  margin: 0 0 -2px 0;
}
.card-product__char > label {
  display: none;
  display: flex;
  width: 100%;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px 4px 10px 8px;
  z-index: 3;
  background-color: rgb(255, 255, 255);
  margin: 0 0 6px 0;
  align-items: center;
}
.card-product__char input {
  display: none;
}
.card-product__char input:checked ~ .card-product__bubbles {
  max-height: 6500px;
  transition: all 1000ms;
  padding: 14px 0 0 0;
  border-bottom: 2px solid rgb(222, 222, 222);
  overflow: visible;
}
.card-product__char input:checked ~ .card-product__bubbles > ul {
  padding: 0 0 14px 0;
  max-height: 6500px;
  transition: all 1000ms;
}
.card-product__char input:checked ~ label {
  background: rgb(177, 54, 117);
  color: #fff;
  border: 1px solid rgb(177, 54, 117);
}
@media screen and (max-width: 900px) {
  .card-product__char {
    order: 1;
    padding: 0;
  }
}
.card-product__order {
  flex-basis: 60%;
}
.card-product__order i {
  padding: 0 10px 0 0;
  max-width: 40px;
  transition: all 500ms;
  margin: 0 0 -2px 0;
}
.card-product__order > label {
  display: none;
}
@media screen and (max-width: 900px) {
  .card-product__order > label {
    display: flex;
    width: 100%;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px 4px 10px 8px;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    margin: 0 0 6px 0;
    align-items: center;
  }
}
.card-product__order input {
  display: none;
}
@media screen and (max-width: 900px) {
  .card-product__order input:checked ~ .card-product__bubbles2 {
    max-height: 1000px;
    transition: all 500ms;
    padding: 14px 0 0 0;
    border-bottom: 2px solid rgb(222, 222, 222);
  }
  .card-product__order input:checked ~ .card-product__bubbles2 > ul {
    padding: 0 0 14px 0;
    max-height: 1000px;
    transition: all 500ms;
  }
  .card-product__order input:checked ~ label {
    background: rgb(177, 54, 117);
    color: #fff;
    border: 1px solid rgb(177, 54, 117);
  }
}
.card-product__order-price {
  font-weight: 700;
  font-size: 28px;
  padding: 0 0 8px 0;
}
@media screen and (max-width: 900px) {
  .card-product__order-price {
    position: fixed;
    padding: 12px 0 14px 8px;
    bottom: 0;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: rgb(177, 54, 117);
    color: rgb(255, 255, 255);
    margin: 0 0px 0 -14px;
    z-index: 11;
  }
}
@media screen and (max-width: 768px) {
  .card-product__order-price {
    position: fixed;
    padding: 12px 0 14px 8px;
    bottom: 0;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: rgb(177, 54, 117);
    color: rgb(255, 255, 255);
    margin: 0 0px 0 -12px;
    z-index: 11;
  }
}
@media screen and (max-width: 576px) {
  .card-product__order-price {
    position: fixed;
    padding: 12px 0 14px 8px;
    bottom: 0;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: rgb(177, 54, 117);
    color: rgb(255, 255, 255);
    margin: 0 0px 0 -10px;
    z-index: 11;
  }
}
.card-product__order-row {
  display: flex;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 900px) {
  .card-product__order-button {
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 12;
  }
  .card-product__order-button .form-v3__button {
    padding: 0px 8px 0px 0;
  }
}
.card-product__order-container {
  padding: 0 0 24px 0;
}
.card-product__order-container-title {
  padding: 0 0 14px 0;
  font-weight: 600;
  color: #555;
}
.card-product__order-container-addit {
  padding: 0 0 6px 0;
  font-weight: 400;
  color: #555;
}
.card-product__underline {
  border-bottom: 1px dotted #252b42;
  flex-grow: 1;
}

.area__value {
  height: 25px;
  align-items: center;
  display: flex;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .quantity-input {
    display: none;
  }
}

.card-product__squad-text {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.card-product__squad-item.active .card-product__squad-text {
  max-height: 100%;
}

.types-of-3__img {
  opacity: 1;
  transition: opacity 0.5s;
}
.types-of-3__img img {
  transition: opacity 0.5s;
}

.types-of-3__text {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  display: none;
}

.types-of-3__quest {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url(/assets/static/blocks/fo3.pricesBlock/img/ico-quest.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 100;
}

._container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
._container ._container {
  padding: 0;
  margin: 0;
}
._container ._container_no-flex {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  ._container {
    padding: 0px 14px;
  }
}
@media (max-width: 768px) {
  ._container {
    padding: 0px 12px;
  }
}
@media (max-width: 576px) {
  ._container {
    padding: 0px 10px;
  }
}
._container_no-flex {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 992px) {
  ._container_no-flex {
    padding: 0px 14px;
  }
}
@media (max-width: 768px) {
  ._container_no-flex {
    padding: 0px 12px;
  }
}
@media (max-width: 576px) {
  ._container_no-flex {
    padding: 0px 10px;
  }
}
._container_no-flex ._container {
  padding: 0;
  margin: 0;
}
._container_no-flex ._container_no-flex {
  padding: 0;
  margin: 0;
}
._container_menu {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  ._container_menu {
    padding: 0px 14px;
  }
}
@media (max-width: 768px) {
  ._container_menu {
    padding: 0px 12px;
  }
}
@media (max-width: 576px) {
  ._container_menu {
    padding: 0px 10px;
  }
}
._container_page {
  display: flex;
  max-width: 740px;
  flex-direction: column;
  margin: 0;
  overflow-y: hidden;
}
@media (max-width: 900px) {
  ._container_page {
    margin: 0;
  }
}
._container_product {
  display: flex;
  max-width: 950px;
  flex-direction: column;
  margin: 0 auto;
}
._container_product .item-card__img img {
  max-height: 214px;
}
@media (max-width: 900px) {
  ._container_product {
    margin: 0;
  }
}
._container_article {
  display: flex;
  max-width: 780px;
  flex-direction: column;
  margin: 0 30px 0px 0;
  overflow-y: hidden;
}
@media (max-width: 900px) {
  ._container_article {
    margin: 0;
  }
}
._container_main {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  ._container_main {
    padding: 0px 14px;
  }
}
@media (max-width: 768px) {
  ._container_main {
    padding: 0px 12px;
  }
}
@media (max-width: 576px) {
  ._container_main {
    padding: 0px 10px;
  }
}
._container_banner {
  max-width: 1200px;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

._section {
  padding: 50px 0 0px 0;
}
@media (max-width: 992px) {
  ._section {
    padding: 50px 0 0px 0;
  }
}
@media (max-width: 768px) {
  ._section {
    padding: 35px 0 0px 0;
  }
}
@media (max-width: 576px) {
  ._section {
    padding: 35px 0 0px 0;
  }
}

._none {
  display: none;
}

.b-overflow {
  overflow: hidden;
  position: relative;
}

.h-auto {
  height: auto !important;
  display: flex;
}

.space20 {
  margin: 40px auto 40px auto;
}

.netochno u {
  cursor: pointer;
}

.m0 {
  margin: 0 !important;
}

.anchors {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background: rgb(255, 255, 255);
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0 10px 0;
  border-top: 1px solid rgb(222, 222, 222);
  border-bottom: 1px solid rgb(222, 222, 222);
}
.anchors::-webkit-scrollbar {
  display: none;
}
.anchors__sticky {
  position: sticky;
  top: 40px;
  z-index: 50;
}
.anchors__item {
  border-bottom: 1px solid rgb(222, 222, 222);
  margin: 0 24px 0 0;
  font-size: 16px;
}
.anchors__item:hover {
  border-bottom: 1px solid rgb(177, 54, 117);
}
.anchors__item:hover a {
  color: rgb(177, 54, 117);
}
.anchors__item a {
  color: #252b42;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz18 {
  font-size: 18px;
}

.fz24 {
  font-size: 24px;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.dflex {
  display: flex;
  justify-content: space-between;
}
.dflex > * {
  margin: 0 10px 0 0;
}

.dfl {
  display: flex;
}

.alcent {
  align-items: center;
}

.mr25 {
  margin: 0 25px 0 0;
}

.h100 {
  height: 100%;
}

.banner {
  position: relative;
}
.banner__img {
  width: 100%;
  background-color: rgb(177, 54, 117);
}
.banner__button {
  position: absolute;
}
.banner__items {
  position: absolute;
  margin-left: 51px;
  bottom: 60px;
}
.banner__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  margin: 0 0 25px 0;
}
.banner__item {
  font-size: 20px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 40px;
  margin: 0 0 17px;
  width: fit-content;
}

.m-not-lch > :not(:last-child) {
  margin: 0 0 20px 0;
}

.page-title {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 24px 0;
  overflow: hidden;
}
.page-title__line {
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  width: 100%;
}
.page-title__line:nth-child(1) {
  margin: 0 10px 0 0;
}
.page-title__line:nth-child(3) {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 600px) {
  .page-title__line {
    display: none;
  }
}
.page-title__title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.page-title__h2:before, .page-title__h2:after {
  /* Обязательно указываем пустое свойство content, 
  ** иначе псевдоэлементы не появятся на сайте */
  content: "";
  /* Указываем что наши линии будут строчно-блочные и 
  ** выравнивание по высоте - по центру */
  display: inline-block;
  vertical-align: middle;
  /* Задаем ширину 100% и выбираем высоту линии, 
  ** в нашем примере она равна 4 пикселям */
  width: 100%;
  height: 2px;
  /* Добавляем цвет для линии */
  background-color: rgb(177, 54, 117);
  /* Добавляем пседоэлемантам возможность изменить 
  ** позицию линии, для создания отступов от текста */
  position: relative;
}
.page-title__h2:before {
  /* Смещаем левую линию на 100% влево, чтобы линия 
  ** встала рядом с текстом слева */
  margin-left: -100%;
  /* Указываем в пикселях отступ линии от текста заголовка */
  left: -14px;
}
.page-title__h2:after {
  /* Смещаем правую линию на 100% вправо, чтобы 
  ** линия встала рядом с текстом справа */
  margin-right: -100%;
  /* Указываем в пикселях отступ линии от текста заголовка */
  right: -14px;
}

.page-subtitle {
  display: flex;
  width: 100%;
}
.page-subtitle__title {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

:target {
  scroll-margin-top: 100px;
}

#filterCheckbox {
  display: none; /* Скрыть стандартный чекбокс */
}
#filterCheckbox:checked ~ .blog__filter {
  background-color: rgb(255, 255, 255);
  color: rgb(177, 54, 117);
  border: 2px solid rgb(177, 54, 117);
}

.table {
  width: 100%;
  overflow-y: hidden;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

.blog {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog p {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.blog__search {
  display: flex;
  margin: 0 0 2px 0;
}
.blog__filter {
  padding: 0px 26px;
  border-radius: 30px;
  align-items: center;
  display: flex;
  background-color: rgb(177, 54, 117);
  color: rgb(255, 255, 255);
  margin: 0 10px 0 0;
  border: 2px solid rgb(177, 54, 117);
}
.blog__filter:hover {
  cursor: pointer;
}
.blog__filter i {
  margin: 0 4px 0 -10px;
}
.blog__title {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.blog__desc {
  margin: 0 0 10px 0;
}
.blog__img {
  margin: 0 0 10px 0;
}
.blog__img img {
  width: 100%;
  border-radius: 10px;
}
.blog__input-wrapper {
  background-color: rgb(177, 54, 117);
  border-radius: 30px;
  padding: 4px;
  position: relative;
  width: 100%;
  display: flex;
  /* Стили для значка лупы */
}
.blog__input-wrapper input[type=text] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  background-color: #fff;
  border-radius: 30px;
}
.blog__input-wrapper input[type=text]:focus {
  outline: none; /* убрать стандартное синее подчеркивание в большинстве браузеров */
}
.blog__input-wrapper::after {
  content: "\f002"; /* Emoji для лупы. */
  color: rgb(177, 54, 117);
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.blog__tags {
  display: flex;
}
.blog__popular-tags {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
  max-height: 0px; /* или другое достаточно большое значение */
}
.blog__popular-tags.active {
  transition: max-height 0.8s ease-in-out;
  max-height: 100%; /* или другое достаточно большое значение */
}
.blog__popular-tags-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.blog__popular-tags span {
  margin-right: 12px;
  margin-bottom: 8px;
  display: inline-block;
  cursor: pointer;
  color: rgb(177, 54, 117);
  padding: 2px 16px;
  border: 2px solid rgb(177, 54, 117);
  border-radius: 20px;
}
.blog__popular-tags span:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(177, 54, 117);
}
.blog__tag-item {
  margin-right: 12px;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
.blog__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.page {
  font-size: 15px;
  width: 100%;
  line-height: 1.6;
  /* сам список */
}
.page > :not(:last-child) {
  margin: 0 0px 15px 0;
}
.page p a {
  color: rgb(177, 54, 117);
}
.page p a:hover {
  text-decoration: underline;
}
.page h1 {
  font-size: 22px;
  font-weight: 600;
}
.page h2 {
  font-size: 22px;
  font-weight: 600;
}
.page h3 {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.page__compare table tr > td:nth-child(2) {
  background: #dff5ff;
}
.page__test {
  padding: 24px 0 0 0;
  font-size: 16px;
}
.page_col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page_col > * {
  width: 100%;
}
.page_col > :not(:last-child) {
  margin: 0 0px 15px 0;
}
.page_row {
  display: flex;
  width: 100%;
}
.page_row > * {
  width: 100%;
}
.page_row > :not(:last-child) {
  margin: 0 15px 0px 0;
}
.page_def {
  display: flex;
  width: 100%;
}
.page_def > * {
  width: 100%;
}
.page_def > :not(:last-child) {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 900px) {
  .page_def {
    flex-direction: column;
  }
  .page_def > :not(:last-child) {
    margin: 0 0px 15px 0;
  }
}
.page_rev {
  display: flex;
  width: 100%;
}
.page_rev > * {
  width: 100%;
}
.page_rev > :not(:last-child) {
  margin: 0 15px 0px 0;
}
@media screen and (max-width: 900px) {
  .page_rev {
    flex-direction: column-reverse;
  }
  .page_rev > :not(:first-child) {
    margin: 0 0px 15px 0;
  }
}
.page .p-img {
  text-align: center;
  color: #555;
  font-size: 12px;
  justify-content: center;
}
.page__img {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.page__img > :not(:last-child) {
  margin: 0 0px 10px 0;
}
@media screen and (max-width: 900px) {
  .page__img {
    width: 100%;
  }
}
.page__img img {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .page__img img {
    object-fit: contain;
    width: 100%;
  }
}
.page__img_def {
  display: flex;
  justify-content: center;
}
.page__img_def > :not(:last-child) {
  margin: 0 10px 0px 0;
}
@media screen and (max-width: 900px) {
  .page__img_def {
    flex-direction: column;
  }
  .page__img_def > :not(:last-child) {
    margin: 0 0px 15px 0;
  }
}
.page__img_def img {
  width: 100%;
  display: flex;
  height: 100%;
  border-radius: 6px;
  max-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .page__img_def img {
    max-height: 420px;
    object-fit: contain;
  }
}
.page__img_col {
  display: flex;
  flex-direction: column;
}
.page__img_col > :not(:last-child) {
  margin: 0 0px 10px 0;
}
.page__img_col img {
  width: 100%;
  display: flex;
  height: 100%;
  border-radius: 6px;
  max-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .page__img_col img {
    max-height: 260px;
    object-fit: contain;
  }
}
.page__img_row {
  display: flex;
  flex-direction: row;
}
.page__img_row > :not(:last-child) {
  margin: 0 15px 0 0;
}
.page__img_row img {
  width: 100%;
  display: flex;
  height: 100%;
  border-radius: 6px;
  max-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .page__img_row img {
    max-height: 420px;
    object-fit: contain;
  }
}
.page__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  table-layout: fixed;
  overflow-x: auto;
}
@media screen and (max-width: 900px) {
  .page__table {
    width: auto;
  }
}
.page__table tr > th:nth-child(1) {
  z-index: 2;
}
.page__table table {
  width: 100%;
}
.page__table th {
  font-weight: bold;
  padding: 7px;
  background: rgb(177, 54, 117);
  text-align: left;
  font-size: 15px;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0px;
}
.page__table th a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.page__table th a:hover {
  color: rgb(120, 120, 120);
}
.page__table td {
  padding: 7px;
  font-size: 15px;
}
.page__table td:nth-child(1) {
  position: sticky;
  top: 0;
  left: 0px;
  background: inherit;
  z-index: 2;
}
.page__table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.page__table tbody tr:nth-child(odd) {
  background: #fff;
}
.page ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 26px;
}
.page ul > :not(:last-child) {
  margin: 0 0px 10px 0;
}
.page ol > :not(:last-child) {
  margin: 0 0px 10px 0;
}
.page ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 8px;
  border: 4px solid rgb(177, 54, 117);
  border-radius: 100%;
}
.page ol {
  counter-reset: num;
  position: relative;
}
.page ol li {
  list-style: none;
  position: relative;
}
.page ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  color: rgb(177, 54, 117);
  margin: 0 36px 0 0;
  font-size: 22px;
  font-weight: 700;
  width: 0;
}
.page__divider {
  width: 100%;
  height: 1px;
  visibility: visible;
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
}
.page__divider > :not(:last-child) {
  margin: 0 0px 20px 0;
}
.page__quote {
  padding: 6px 0 6px 10px;
  height: auto;
  visibility: visible;
  border-left: 4px solid #000;
  font-style: italic;
  width: 100%;
}
.page__quote > :not(:last-child) {
  margin: 0 0px 20px 0;
}
.page__callout {
  padding: 14px 14px;
  background: linear-gradient(to right, #def9e5 0, #effbce 100%);
  width: 100%;
  height: auto;
}
.page__callout p {
  width: 100%;
  display: inline-flex;
}
.page__callout_thumbs-up {
  padding: 14px 14px;
  background: linear-gradient(to right, #def9e5 0, #effbce 100%);
  width: 100%;
  height: auto;
}
.page__callout_thumbs-up p {
  width: 100%;
  display: inline-flex;
}
.page__callout_thumbs-up > :before {
  font-family: "FontAwesome";
  content: "\f087";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_gray {
  padding: 14px 14px;
  border: 1px solid lightgrey;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.page__callout_gray > :before {
  font-family: "FontAwesome";
  content: "\f087";
  font-size: 100px;
  margin: 0 20px 0 0;
}
.page__callout_gray p {
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
}
.page__callout_thumbs-down {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_thumbs-down p {
  width: 100%;
  display: inline-flex;
}
.page__callout_thumbs-down > :before {
  font-family: "FontAwesome";
  content: "\f088";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_question-circle {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_question-circle p {
  width: 100%;
  display: inline-flex;
}
.page__callout_question-circle > :before {
  font-family: "FontAwesome";
  content: "\f059";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_info-circle {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_info-circle p {
  width: 100%;
  display: inline-flex;
}
.page__callout_info-circle > :before {
  font-family: "FontAwesome";
  content: "\f05a";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_check-circle {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_check-circle p {
  width: 100%;
  display: inline-flex;
}
.page__callout_check-circle > :before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_times-circle {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_times-circle p {
  width: 100%;
  display: inline-flex;
}
.page__callout_times-circle > :before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_ban {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_ban p {
  width: 100%;
  display: inline-flex;
}
.page__callout_ban > :before {
  font-family: "FontAwesome";
  content: "\f05e";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_minus-circle {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_minus-circle p {
  width: 100%;
  display: inline-flex;
}
.page__callout_minus-circle > :before {
  font-family: "FontAwesome";
  content: "\f056";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_plus-circle {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_plus-circle p {
  width: 100%;
  display: inline-flex;
}
.page__callout_plus-circle > :before {
  font-family: "FontAwesome";
  content: "\f055";
  font-size: 22px;
  margin: 0 20px 0 0;
}
.page__callout_chevron-down {
  padding: 14px 14px;
  background: linear-gradient(to right, #ffc7e3 0, #ffebd8 100%);
  width: 100%;
  height: auto;
}
.page__callout_chevron-down p {
  width: 100%;
  display: inline-flex;
}
.page__callout_chevron-down > :before {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 22px;
  margin: 0 20px 0 0;
}