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

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

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

html {
  font-size: 16px;
}

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

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

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

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0px 80px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 15px;
  }
}

._title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Ubuntu";
}
@media (max-width: 998px) {
  ._title {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  ._title {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

.rating.rating_sending {
  opacity: 0.2;
}

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

.rating__body {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.trow {
  display: table-row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  z-index: 10;
  position: fixed;
  width: 100%;
  background-color: transparent;
  transition: 0.3s;
}
.header._scroll {
  background-color: #fff;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 20px;
}
.header__logo {
  width: 136px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 998px) {
  .header__logo {
    width: 115px;
  }
}
@media (max-width: 500px) {
  .header__logo {
    width: 105px;
  }
}
@media (max-width: 998px) {
  .header__menu {
    transform: translate(0px, -100%);
    transition: 0.3s;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    padding: 40px;
  }
  .header__menu._active {
    transform: translate(0px);
  }
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .header__menu ul {
    gap: 35px;
    font-size: 16px;
  }
}
.header__menu ul a {
  font-size: 18px;
  color: #000;
}
.header__menu ul a:hover {
  text-decoration: underline;
}
@media (max-width: 998px) {
  .header__menu ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .header__menu ul a {
    color: #fff;
    font-size: 24px;
  }
}
.header__links ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__links ul a:hover img {
  transform: scale(1.2);
}
.header__links ul img {
  width: 44px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .header__links {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 998px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    width: 44px;
    position: relative;
    gap: 10px;
    z-index: 3;
  }
  .header__burger div {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
  }
  .header__burger._active {
    gap: 0px;
  }
  .header__burger._active div {
    background-color: #fff;
  }
  .header__burger._active div:nth-child(2) {
    display: none;
  }
  .header__burger._active div:nth-child(1) {
    transform: rotate(-45deg) translate(0px, 1px);
  }
  .header__burger._active div:nth-child(3) {
    transform: rotate(45deg);
  }
}
@media (max-width: 500px) {
  .header__burger {
    width: 36px;
  }
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/
.footer {
  background-image: url(../img/fbg.png);
  background-size: cover;
  background-position: center center;
  margin-top: 150px;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 998px) {
  .footer {
    margin-top: 130px;
  }
}
@media (max-width: 500px) {
  .footer {
    margin-top: 120px;
  }
}
.footer__block {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */
  margin: 50px 0px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 100px 70px 85px 70px;
}
.footer__block a {
  color: #00000087;
}
@media (max-width: 1300px) {
  .footer__block {
    padding: 90px 60px 75px 60px;
  }
}
@media (max-width: 998px) {
  .footer__block {
    padding: 100px 30px;
  }
}
@media (max-width: 700px) {
  .footer__block {
    flex-direction: column;
    padding: 50px 15px;
  }
}
.footer__logo {
  width: 100px;
}
.footer__logo img {
  width: 100%;
}
.footer__ul {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .footer__ul {
    gap: 40px;
  }
}
@media (max-width: 998px) {
  .footer__ul {
    gap: 30px;
  }
}
.footer__ul ul {
  max-width: 185px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__ul ul a {
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
}
.footer__ul ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .footer__ul ul a {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .footer__ul ul a {
    font-size: 15px;
  }
}
.footer__ul ul._last {
  margin-left: 50px;
}
@media (max-width: 1300px) {
  .footer__ul ul._last {
    margin-left: 0px;
  }
}
@media (max-width: 700px) {
  .footer__ul ul {
    width: 45%;
    max-width: 100%;
  }
}
.footer__last {
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 200px;
  width: 100%;
  text-align: end;
}
.footer__last a {
  color: #000000;
  font-size: 20px;
}
.footer__last a:hover {
  text-decoration: underline;
}
@media (max-width: 998px) {
  .footer__last {
    max-width: 150px;
    margin-top: 30px;
  }
  .footer__last a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .footer__last {
    margin-top: 0px;
    text-align: start;
  }
  .footer__last a {
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .footer__wp {
    display: flex;
    justify-content: space-between;
  }
  .footer__wp ul,
.footer__wp .footer__last {
    width: 45%;
    max-width: 100%;
    font-size: 15px;
  }
  .footer__wp ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.footer__social {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .footer__social {
    gap: 12px;
  }
}
.footer__social a:hover img {
  transform: scale(1.2);
}
.footer__social img {
  transition: 0.3s;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 998px) {
  .footer__social img {
    width: 24px;
  }
}

.page {
  flex: 1 1 auto;
  padding-top: 100px;
}
@media (max-width: 500px) {
  .page {
    padding-top: 80px;
  }
}

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

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

.one {
  position: relative;
}
.one._cust .one__container {
  min-height: 400px;
}
@media (max-width: 500px) {
  .one._cust .one__container {
    min-height: 500px;
  }
}
.one._cust img {
  object-position: top center;
}
.one img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .one img {
    border-radius: 10px;
  }
}
.one__container {
  position: relative;
  z-index: 2;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.one__container._mh {
  min-height: max(700px, 100vh - 100px);
}
@media (max-width: 500px) {
  .one__container {
    align-items: end;
    padding-top: 50px;
    padding-bottom: 15px;
    min-height: 500px;
  }
  .one__container._mh {
    min-height: max(500px, 100vh - 80px);
  }
}
.one__block {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7.5px);
  border-radius: 20px;
  padding: 46px 40px;
  max-width: 620px;
}
@media (max-width: 500px) {
  .one__block {
    max-width: 100%;
    width: 100%;
    padding: 25px 15px;
  }
}
.one__title {
  font-weight: 500;
  font-size: 40px;
  font-family: "Ubuntu";
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .one__title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .one__title {
    font-size: 22px;
  }
}
.one__btns {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .one__btns {
    gap: 8px;
  }
}
.one__btns a {
  text-transform: uppercase;
  min-width: 230px;
  font-weight: 600;
  text-align: center;
  filter: drop-shadow(0px 25px 40px rgba(152, 35, 124, 0.2));
  border-radius: 5px;
  padding: 20px 10px;
  color: #FFFFFF;
  background: #CF47AE;
  box-shadow: 0px 25px 40px rgba(152, 35, 124, 0.2);
  border-radius: 5px;
  transition: 0.3s;
}
.one__btns a:hover {
  opacity: 0.6;
}
@media (max-width: 998px) {
  .one__btns a {
    font-size: 13px;
    min-width: 180px;
    padding: 15px 10px;
  }
}
@media (max-width: 500px) {
  .one__btns a {
    font-size: 12px;
    padding: 15px 10px;
    min-width: max-content;
    max-width: calc(50% - 8px);
    width: 100%;
  }
}
.one__btns a:nth-child(2) {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  box-shadow: none;
}

.popular__container {
  padding-top: 150px;
}
@media (max-width: 998px) {
  .popular__container {
    padding-top: 130px;
  }
}
@media (max-width: 500px) {
  .popular__container {
    padding-top: 120px;
  }
}
.popular__tabs {
  padding-top: 50px;
}
@media (max-width: 500px) {
  .popular__tabs {
    padding-top: 30px;
  }
}
.popular__tabs .select {
  display: none;
}
@media (max-width: 998px) {
  .popular__tabs .select {
    display: block;
    margin-bottom: 50px;
  }
  .popular__tabs .select .select__item {
    width: 100%;
    border: 1px solid #858FA4;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    padding-right: 50px;
  }
  .popular__tabs .select .select__item::before {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    content: "";
    right: 22px;
    background-image: url(../img/arr.png);
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .popular__tabs .select .select__item .select__options {
    background-color: #FFFFFF;
    font-size: 16px;
    top: 35px;
  }
}
@media (max-width: 500px) {
  .popular__tabs .select {
    margin-bottom: 30px;
  }
  .popular__tabs .select .select__item,
.popular__tabs .select .select__options {
    font-size: 14px;
  }
}
.popular__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 10px;
}
@media (max-width: 998px) {
  .popular__tabs ul {
    display: none;
  }
}
.popular__tabs ul li {
  opacity: 0.5;
  color: #000;
}
.popular__tabs ul li._active {
  opacity: 1;
}
.popular__top {
  padding-bottom: 50px;
}
.popular__top li {
  cursor: pointer;
}
.popular__block {
  overflow: hidden;
  height: 0 !important;
  display: block;
  height: 100%;
}
.popular__block button {
  display: none !important;
}
.popular__block._active {
  height: auto !important;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 500px) {
  .popular__block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px !important;
    row-gap: 25px !important;
  }
}
.popular__item {
  width: 100%;
  padding: 20px;
}
@media (max-width: 500px) {
  .popular__item {
    width: calc(50% - 8px);
    padding: 0px;
  }
}
.popular__img {
  width: 100%;
  aspect-ratio: 400/480;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}
.popular__text {
  margin-top: 20px;
  font-family: "Ubuntu";
}
@media (max-width: 500px) {
  .popular__text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.popular__price {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 500px) {
  .popular__price {
    font-size: 14px;
  }
}
.popular__btn {
  margin-top: 15px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.popular__btn a {
  color: #FFFFFF;
  min-width: 165px;
  display: block;
  max-width: max-content;
  border-radius: 5px;
  text-align: center;
  padding: 13px;
  transition: 0.3s;
}
.popular__btn a:hover {
  opacity: 0.6;
}
@media (max-width: 1300px) {
  .popular__btn a {
    min-width: 145px;
    font-size: 14px;
  }
}
@media (max-width: 998px) {
  .popular__btn a {
    width: calc(50% - 8px);
    min-width: auto;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .popular__btn a {
    padding: 12px;
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .popular__btn a {
    width: 100%;
  }
}
.popular__btn a._wb {
  background: linear-gradient(91.29deg, #CB11AB 2.31%, #5F2A87 95.78%);
}
.popular__btn a._ozon {
  background: #1B1BF8;
}

.razdel__container {
  padding-top: 150px;
}
@media (max-width: 998px) {
  .razdel__container {
    padding-top: 130px;
  }
}
@media (max-width: 500px) {
  .razdel__container {
    padding-top: 100px;
  }
}
.razdel__block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
.razdel__block button {
  display: none !important;
}
@media (max-width: 998px) {
  .razdel__block {
    margin-top: 40px;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .razdel__block {
    margin-top: 30px;
  }
}
.razdel__item {
  aspect-ratio: 630/690;
  position: relative;
  width: calc(50% - 20px);
  display: flex !important;
  align-items: end;
  padding: 30px;
  margin: 10px;
}
@media (max-height: 800px) {
  .razdel__item {
    aspect-ratio: 630/600;
  }
}
@media (max-width: 998px) {
  .razdel__item {
    width: 100%;
    margin: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .razdel__item {
    padding: 20px;
    aspect-ratio: 345/412;
  }
}
.razdel__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  border-radius: 10px;
}
.razdel__wp {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7.5px);
  /* Note: backdrop-filter has minimal browser support */
  padding: 20px 15px;
  border-radius: 5px;
}
.razdel__wp .razdel__title {
  font-size: 24px;
}
@media (max-width: 998px) {
  .razdel__wp .razdel__title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .razdel__wp {
    padding: 15px;
  }
  .razdel__wp .razdel__title {
    font-size: 16px;
  }
}
.razdel__btn {
  margin-top: 15px;
}
.razdel__btn a {
  padding: 7px 30px;
  color: #FFFFFF;
  background: #CF47AE;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 180%;
  /* identical to box height, or 27px */
  text-transform: uppercase;
  transition: 0.3s;
}
.razdel__btn a:hover {
  opacity: 0.6;
}
@media (max-width: 500px) {
  .razdel__btn a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 12px;
  }
}

.about__container {
  padding-top: 150px;
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .about__container {
    padding-top: 130px;
  }
}
@media (max-width: 500px) {
  .about__container {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .about__container {
    gap: 60px;
  }
}
@media (max-width: 998px) {
  .about__container {
    gap: 30px;
  }
}
.about__content {
  width: calc(50% - 100px);
}
@media (max-width: 1200px) {
  .about__content {
    width: calc(50% - 60px);
  }
}
@media (max-width: 998px) {
  .about__content {
    width: 100%;
  }
}
.about__text {
  margin-top: 40px;
  line-height: 160%;
}
@media (max-width: 998px) {
  .about__text {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .about__text {
    font-size: 13px;
    margin-top: 25px;
  }
}
.about__text p {
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .about__text p {
    margin-bottom: 20px;
  }
}
.about__btns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .about__btns {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .about__btns {
    gap: 15px;
  }
}
.about__btns a {
  transition: 0.3s;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  padding: 20px 10px;
  color: #FFFFFF;
  background: #CF47AE;
  border-radius: 5px;
}
.about__btns a:hover {
  opacity: 0.6;
}
@media (max-width: 1400px) {
  .about__btns a {
    font-size: 14px;
  }
}
@media (max-width: 998px) {
  .about__btns a {
    font-size: 13px;
    padding: 15px 10px;
  }
}
@media (max-width: 500px) {
  .about__btns a {
    font-size: 12px;
    padding: 15px 10px;
  }
}
.about__btns a:nth-child(1) {
  flex: 1 1 160px;
}
@media (max-width: 998px) {
  .about__btns a:nth-child(1) {
    flex: 1 1 250px;
  }
}
.about__btns a:nth-child(2) {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  box-shadow: none;
  flex: 1 1 254px;
}
@media (max-width: 998px) {
  .about__btns a:nth-child(2) {
    flex: 1 1 250px;
  }
}
.about__img {
  width: 50%;
}
.about__img img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 998px) {
  .about__img {
    width: 100%;
  }
}

.slick-list,
.slick-track,
.slick-slide {
  width: 100%;
}

.slick-slide {
  display: flex;
}

.popup__body {
  padding: 70px 110px;
  max-width: 725px;
  border-radius: 20px;
}
@media (max-width: 998px) {
  .popup__body {
    padding: 70px 80px;
    max-width: 585px;
  }
}
@media (max-width: 500px) {
  .popup__body {
    padding: 50px 30px;
    max-width: 345px;
  }
}
.popup__close {
  background-image: url(../img/x.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
}
@media (max-width: 500px) {
  .popup__close {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
.popup__subtitle {
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 998px) {
  .popup__subtitle {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .popup__subtitle {
    font-size: 12px;
    margin-top: 15px;
  }
}
.popup form input {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 22px 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  opacity: 0.5;
  margin-top: 30px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .popup form input {
    padding: 18px;
    font-size: 13px;
    margin-top: 20px;
  }
}
.popup form button {
  width: 100%;
  text-align: center;
  padding: 22px;
  background: #CF47AE;
  border-radius: 5px;
  margin-top: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .popup form button {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .popup form button {
    padding: 18px;
    font-size: 13px;
    margin-top: 15px;
  }
}
.sertificat__container {
  padding-top: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 998px) {
  .sertificat__container {
    padding-top: 130px;
  }
}
@media (max-width: 500px) {
  .sertificat__container {
    padding-top: 120px;
  }
}
.sertificat__item {
  width: calc(33.33% - 15px);
}
@media (max-width: 998px) {
  .sertificat__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .sertificat__item {
    width: 100%;
  }
}
.sertificat__item img {
  width: 100%;
  aspect-ratio: 407/492;
  object-fit: cover;
}

.instruction__container {
  margin-top: 150px;
}
@media (max-width: 998px) {
  .instruction__container {
    margin-top: 130px;
  }
}
@media (max-width: 500px) {
  .instruction__container {
    margin-top: 120px;
  }
}
.instruction__block {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .instruction__block {
    gap: 25px;
  }
}
.instruction__item {
  width: calc(25% - 30px);
  padding: 23px 30px;
  background: #FFFFFF;
  box-shadow: 0px 22px 44px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .instruction__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .instruction__item {
    width: calc(50% - 13px);
    padding: 15px 10px;
    min-height: 160px;
  }
}
.instruction__cif {
  width: 36px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #CF47AE;
  display: flex;
  align-items: center;
  font-family: "Ubuntu";
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  justify-content: center;
}
@media (max-width: 500px) {
  .instruction__cif {
    width: 25px;
    font-size: 16px;
  }
}
.instruction__txt {
  font-size: 20px;
  margin-top: 20px;
  line-height: 150%;
}
@media (max-width: 1300px) {
  .instruction__txt {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .instruction__txt {
    font-size: 15px;
    margin-top: 15px;
  }
}
.instruction__img {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 500px) {
  .instruction__img {
    margin-top: 40px;
  }
}
.instruction__img img,
.instruction__img video {
  width: 100%;
  border-radius: 10px;
}

.promeciania__container {
  padding-top: 130px;
}
@media (max-width: 500px) {
  .promeciania__container {
    padding-top: 120px;
  }
}
.promeciania__block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 500px) {
  .promeciania__block {
    gap: 30px;
    margin-top: 40px;
  }
}
.promeciania__item {
  width: calc(50% - 20px);
  padding: 50px 30px;
  background: #FFFFFF;
  box-shadow: 0px 22px 44px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  line-height: 150%;
  font-size: 20px;
}
@media (max-width: 998px) {
  .promeciania__item {
    width: 100%;
    padding: 40px 30px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .promeciania__item {
    padding: 20px 15px;
    font-size: 15px;
  }
}
.promeciania__item span {
  color: #cf47ae;
}
.promeciania__item p {
  margin-bottom: 20px;
}