

/* Start:/bitrix/templates/aspro_next/css/page_contacts/style.css?165770548134053*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600,700);

* {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
}

.container {
  /*max-width: 1300px;*/
  padding: 0px 20px;
  margin: 0 auto;
}

.intro {
  background: url("/assets/img/intro-bg.png");
  background-position: center;
  background-size: cover;
  padding: 160px 0px 210px;
}

.intro__column {
  max-width: 640px;
}

.intro__title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
}

.intro__subtitle {
  font-size: 16px;
  margin: 38px 0px;
  line-height: 160%;
  font-weight: 600;
}

.intro__text {
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
}

.ribbon {
  border-bottom: 1px solid #D1D1D1;
  padding: 30px 0px;
}

.ribbon .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ribbon__text {
  display: inline-block;
  max-width: 420px;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}

.section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__row--use {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__column--about {
  max-width: 615px;
}

.section__column--use {
  max-width: 591px;
}

.section__column--why {
  max-width: 720px;
  margin-left: auto;
}

.section__column--make {
  max-width: 615px;
}

.section__description--use {
  margin-top: 23px;
}

.section__description--about {
  margin: 20px 0px 40px;
}

.section__description--make {
  margin-bottom: 40px;
}

.about {
  background: url("/assets/img/about-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 130px 0px 150px;
}

.about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 190px;
  border-radius: 110px;
  border: 1px solid #00AEAD;
  color: #00AEAD;
  font-size: 14px;
  line-height: 160%;
}

.use {
  padding: 80px 0;
}

.use__img {
  max-width: 40%;
  width: 552px;
}

.why {
  background: url("/assets/img/why-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 70px;
  padding: 100px 0;
}

.make {
  background: url("/assets/img/make-bg.png") no-repeat;
  background-position: left;
  background-size: cover;
  padding: 125px 0;
}

.serum__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

.serum__row--reverse {
  padding-bottom: 0px;
  margin-top: -100px;
}

.serum__column {
  margin-top: 100px;
}

.serum__img {
  display: block;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.serum__title {
  font-size: 48px;
  font-weight: 400;
}

.serum__subtitle {
  font-weight: 600;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 160%;
}

.serum__description {
  line-height: 160%;
  font-weight: 300;
  font-size: 14px;
}

.review {
  padding: 100px 0;
  background: #F3F3F3;
  position: relative;
}

.review__title {
  margin-bottom: 48px;
  padding-right: 72px;
}

.review .swiper-pagination {
  bottom: auto;
  top: 20px;
  max-width: 80px;
  left: auto;
  right: 24px;
}

.review .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #00AEAC59;
}

.review .swiper-pagination-bullet-active {
  background: #00AEAC;
}

.review .swiper-button-next {
  right: 0;
  left: auto;
  top: 40px;
  width: 24px;
  height: 24px;
}

.review .swiper-button-next::after {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("/bitrix/templates/aspro_next/css/page_contacts/../img/circle-arrow-right.png");
  width: 24px;
  height: 24px;
}

.review .swiper-button-prev {
  right: 104px;
  left: auto;
  top: 40px;
  width: 24px;
  height: 24px;
}

.review .swiper-button-prev::after {
  content: "";
  background: url("/bitrix/templates/aspro_next/css/page_contacts/../img/circle-arrow-right.png");
  width: 24px;
  height: 24px;
}

.review .swiper-slide__img {
  width: 100%;
  height: 295px;
  max-height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
}

.review .swiper-slide__text {
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
}

.review .swiper-slide__title {
  margin: 22px 0px 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.cart {
  padding: 30px 0px 130px;
}

.cart__title {
  font-size: 48px;
  line-height: 58px;
  /*margin: 20px 0px 30px;*/
  font-weight: 400;
}

.cart-breadcrumb__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #6a6a6a;
  line-height: 160%;
}

.cart-products__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  margin-bottom: 20px;
  gap: 30px;
}

.cart-products__title {
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  width: 100%;
}

.cart-products__title--photo {
  max-width: 95px;
}

.cart-products__title--description {
  max-width: 550px;
}

.cart-products__title--price {
  max-width: 130px;
}

.cart-products__title--count {
  max-width: 140px;
}

.cart-products__title--finalprice {
  max-width: 100px;
}

.cart-product {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  gap: 30px;
  border: 1px dashed #D9D9D9;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 20px;
}

.cart-product:last-child {
  margin-bottom: 0;
}

.cart-product:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.cart-product:hover .cart-product__title {
  color: #00aead;
  text-decoration: underline;
}

.cart-product__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 675px;
  width: 100%;
}

.cart-product__trash {
  position: absolute;
  max-width: 68px;
  width: 100%;
  max-height: 68px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  right: -27px;
  top: -33px;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-product__trash img {
  width: 13px;
  height: 15px;
}

.cart-product__trash:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.cart-product__photo {
  max-width: 95px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product__photo img {
  width: 65px;
  height: 50px;
  border-radius: 5px;
  display: block;
}

.cart-product__description {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__title {
  font-size: 14px;
  line-height: 160%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-product__subtitle {
  font-size: 12px;
  font-weight: 300;
}

.cart-product__price {
  max-width: 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 160%;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__price span {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  display: none;
}

.cart-product__count {
  max-width: 140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__count span {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  display: none;
}

.cart-product__count-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.cart-product__plus,
.cart-product__minus {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.1);
}

.cart-product__plus img,
.cart-product__minus img {
  width: 19px;
  height: 19px;
}

.cart-product__count-number {
  font-size: 14px;
  color: #aaa;
  font-weight: 600;
}

.cart-product__finalprice {
  max-width: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__finalprice span {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  display: none;
}

.cart-product__finalprice-number {
  color: #00aead;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

.cart-footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-promo__label {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 13px;
}

.cart-promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 168px;
  border: 1px solid #CACACA;
  width: 300px;
  height: 35px;
}

.cart-promo__row:focus-within {
  border: 1px solid #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::-webkit-input-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::-moz-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input:-ms-input-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::-ms-input-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__button {
  background-color: #00AEAD;
}

.cart-promo__input {
  border: 0;
  background: transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 20px;
  outline: none;
  color: #cacaca;
}

.cart-promo__button {
  max-width: 118px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #cacaca;
  color: white;
  border: 0;
  border-radius: 52px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.cart-result {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-result__title {
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 6px;
}

.cart-result__row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-result__description {
  max-width: 160px;
  width: 100%;
  font-size: 14px;
}

.cart-result__count {
  font-size: 14px;
  font-weight: 600;
}

.cart-result__price {
  font-size: 16px;
  font-weight: 600;
  color: #00AEAD;
}

.cart-result__button {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  border-radius: 88px;
  margin-top: 35px;
  border: 0;
  color: white;
  background-color: #00AEAD;
  font-weight: 500;
  font-size: 14px;
}

.cart-result__button--outline {
  border: 1px solid #00AEAD;
  background: white;
  color: #00aead;
}

.cart-result__button:last-child {
  margin-top: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.popup.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__wrapper {
  padding: 40px 50px 45px;
  background-color: white;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.popup__title {
  font-size: 32px;
}

.popup__subtitle {
  max-width: 290px;
  text-align: center;
  font-size: 14px;
  line-height: 113%;
  margin: 24px 0;
}

.popup__input {
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #757575;
}

.popup__btn {
  height: 43px;
  border-radius: 88px;
  border: 0;
  max-width: 200px;
  width: 100%;
  background-color: #00AEAC;
  color: white;
}

.popup textarea {
  resize: vertical;
  min-height: 100px;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.cart {
  padding: 30px 0px 130px;
}

.cart__title {
  font-size: 48px;
  line-height: 58px;
  /*margin: 20px 0px 30px;*/
  font-weight: 400;
  margin: 0;
}

.cart-breadcrumb__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #6a6a6a;
  line-height: 160%;
}

.cart-products__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  margin-bottom: 20px;
  gap: 30px;
}

.cart-products__title {
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  width: 100%;
}

.cart-products__title--photo {
  max-width: 95px;
}

.cart-products__title--description {
  max-width: 550px;
}

.cart-products__title--price {
  max-width: 130px;
}

.cart-products__title--count {
  max-width: 140px;
}

.cart-products__title--finalprice {
  max-width: 100px;
}

.cart-product {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  gap: 30px;
  border: 1px dashed #D9D9D9;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 20px;
}

.cart-product:last-child {
  margin-bottom: 0;
}

.cart-product:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.cart-product:hover .cart-product__title {
  color: #00aead;
  text-decoration: underline;
}

.cart-product__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 675px;
  width: 100%;
}

.cart-product__trash {
  position: absolute;
  max-width: 68px;
  width: 100%;
  max-height: 68px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  right: -27px;
  top: -33px;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-product__trash img {
  width: 13px;
  height: 15px;
}

.cart-product__trash:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.cart-product__photo {
  max-width: 95px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product__photo img {
  width: 65px;
  height: 50px;
  border-radius: 5px;
  display: block;
}

.cart-product__description {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__title {
  font-size: 14px;
  line-height: 160%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-product__subtitle {
  font-size: 12px;
  font-weight: 300;
}

.cart-product__price {
  max-width: 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 160%;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__price span {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  display: none;
}

.cart-product__count {
  max-width: 140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__count span {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  display: none;
}

.cart-product__count-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.cart-product__plus,
.cart-product__minus {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.1);
}

.cart-product__plus img,
.cart-product__minus img {
  width: 19px;
  height: 19px;
}

.cart-product__count-number {
  font-size: 14px;
  color: #aaa;
  font-weight: 600;
}

.cart-product__finalprice {
  max-width: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product__finalprice span {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #aaa;
  display: none;
}

.cart-product__finalprice-number {
  color: #00aead;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

.cart-footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-promo__label {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 13px;
}

.cart-promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 168px;
  border: 1px solid #CACACA;
  width: 300px;
  height: 35px;
}

.cart-promo__row:focus-within {
  border: 1px solid #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::-webkit-input-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::-moz-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input:-ms-input-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::-ms-input-placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__input::placeholder {
  color: #00AEAD;
}

.cart-promo__row:focus-within .cart-promo__button {
  background-color: #00AEAD;
}

.cart-promo__input {
  border: 0;
  background: transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 20px;
  outline: none;
  color: #cacaca;
}

.cart-promo__button {
  max-width: 118px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #cacaca;
  color: white;
  border: 0;
  border-radius: 52px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.cart-result {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-result__title {
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 6px;
}

.cart-result__row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-result__description {
  max-width: 160px;
  width: 100%;
  font-size: 14px;
}

.cart-result__count {
  font-size: 14px;
  font-weight: 600;
}

.cart-result__price {
  font-size: 16px;
  font-weight: 600;
  color: #00AEAD;
}

.cart-result__button {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  border-radius: 88px;
  margin-top: 35px;
  border: 0;
  color: white;
  background-color: #00AEAD;
  font-weight: 500;
  font-size: 14px;
}

.cart-result__button--outline {
  border: 1px solid #00AEAD;
  background: white;
  color: #00aead;
}

.cart-result__button:last-child {
  margin-top: 0;
}

.order-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 80px;
}

.order-main-column {
  width: 100%;
}

.order-aside {
  max-width: 330px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 16px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
  max-height: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order-aside .cart-result {
  max-width: 100%;
}

.order-aside .cart-result__row--price {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}

.order-block {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-block__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-block__title {
  line-height: 58px;
  font-size: 20px;
  width: 100%;
}

.order-block__title--checkbox {
  font-size: 16px;
  line-height: 1;
}

.order-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-block__row--checkbox {
  margin-bottom: 20px;
}

.order-block__row--checkbox:last-child {
  margin-bottom: 0;
}

.order-block__checkbox {
  width: 20px;
  height: 20px;
}

.order-block__button {
  max-width: 240px;
  margin-left: 34px;
}

.order-block__text {
  max-width: 300px;
  margin: 10px 0px 16px 34px;
}

.order-block__input {
  max-width: 400px;
  width: 100%;
  padding: 10px 20px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #757575;
}

.contacts__inn {
  margin-top: 10px;
  font-size: 1.17em
}

.contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px 50px;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-row__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-weight: 300;
  line-height: 160%;
  min-width: 300px;
}

.contacts-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.contacts-map__column {
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.contacts-map__column--map {
  max-width: 100%;
  width: 100%;
}

.contacts-map__column--second {
  gap: 0;
}

.contacts-map__map {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.contacts-map__map--2 {
  height: 100%;
}

.contacts-map__text span {
  margin-bottom: 10px;
}

.contacts-map__text strong {
  line-height: 160%;
}

.contacts-map__block {
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  /*margin-top: 20px;*/
  line-height: 160%;
}

.contacts-map__block a {
  font-weight: 700;
  color: #00AEAD;
  text-decoration: none;
}

.contacts-map__block--bold {
  font-weight: 700;
}

.cooperation {
  width: 100%;
  height: 80px;
  background: #00AEAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cooperation a {
  font-size: 24px;
  line-height: 46px;
  font-weight: normal;
  color: white;
}

.contacts-info {
  padding: 90px 0;
}

.contacts-info__title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 36px;
}

.contacts-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-info__column {
  max-width: 650px;
  width: 100%;
}

.contacts-info__img {
  display: block;
}

@media (max-width: 1200px) {
  .order-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-map__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    gap: 30px;
  }

  .contacts-map__column--map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-map__column--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .contacts-map__text:first-child {
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .review .swiper-pagination {
    display: none;
  }

  .review .swiper-button-prev {
    right: 48px;
  }

  .contacts-info {
    padding: 30px 0px 0px;
  }

  .contacts-info__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .contacts-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-info__column {
    max-width: 100%;
  }

  .contacts-info__img {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 870px) {
  .cart-products__titles {
    display: none;
  }

  .cart-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-product__main {
    gap: 0;
  }

  .cart-product__title {
    max-width: 100%;
  }

  .cart-product__subtitle {
    display: none;
  }

  .cart-product__price span,
  .cart-product__finalprice span,
  .cart-product__count span {
    display: inline-block;
  }

  .cart-product__price {
    max-width: 80px;
  }

  .cart-product__finalprice {
    max-width: 90px;
  }

  .cart-product__count {
    max-width: 70px;
  }

  .cart-products__titles {
    display: none;
  }

  .cart-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-product__main {
    gap: 0;
  }

  .cart-product__title {
    max-width: 100%;
  }

  .cart-product__subtitle {
    display: none;
  }

  .cart-product__price span,
  .cart-product__finalprice span,
  .cart-product__count span {
    display: inline-block;
  }

  .cart-product__price {
    max-width: 80px;
  }

  .cart-product__finalprice {
    max-width: 90px;
  }

  .cart-product__count {
    max-width: 70px;
  }
}

@media (max-width: 768px) {
  .intro {
    background: url("/assets/img/intro-bg-mobile.png");
    background-position: center;
    background-size: cover;
    padding: 46px 0px 74px;
  }

  .intro__title {
    font-size: 24px;
    line-height: 30px;
  }

  .intro__subtitle {
    font-size: 15px;
    max-width: 257px;
    margin: 24px 0px 21px;
  }

  .intro__text {
    max-width: 157px;
  }

  .ribbon .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section__row--use {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .use__img {
    max-width: 100%;
    max-height: 186px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .about {
    background: url("/assets/img/about-bg-mobile.png") no-repeat;
    background-size: cover;
  }

  .why {
    padding: 60px 0;
  }

  .serum__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .serum__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .serum__img {
    width: 100%;
  }

  .make {
    padding: 74px 0;
  }

  .contacts-map {
    margin-bottom: 40px;
  }

  .contacts-map__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-map__column--second {
    gap: 0;
  }

  .contacts-map__block {
    margin-top: 25px;
  }

  .contacts-map__map {
    height: 300px;
  }

  .contacts-map__map--2 {
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 670px) {
  .cart-breadcrumb {
    display: none;
  }

  .cart-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-breadcrumb {
    display: none;
  }

  .cart-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cooperation {
    height: 60px;
  }

  .cooperation a {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .about {
    padding: 230px 0px 80px;
  }

  .serum__title {
    font-size: 24px;
    line-height: 27px;
  }

  .serum__subtitle {
    margin: 25px 0px 20px;
    font-size: 14px;
  }

  .serum__desscription {
    font-size: 14px;
  }

  .serum__row--reverse {
    margin-top: -100px;
  }

  .review {
    padding: 30px 0px 60px;
  }

  .review__title {
    margin-bottom: 20px;
  }

  .review .swiper-button-prev,
  .review .swiper-button-next {
    top: 23px;
  }

  .contacts-info__img {
    margin: 0px -20px;
    width: calc(100% + 40px);
  }

  .contacts-map__column h3 {
    margin-bottom: 0;
  }

  .contacts-map__block {
    margin-top: 10px!important;
    margin-bottom: -15px!important;
  }

  .contacts-map__block--bold {
    margin-top: 0!important;
  }

  .contacts__inn-ip {
    margin-bottom: 8px!important;
  }
}

.contacts-map__column h3 {
  font-size: 1.17em!important;
  font-weight: normal;
}

.contacts-info__title {
  line-height: normal;
  margin-top: 0;
}

.contacts-map__column h3 {
  margin-top: 0;
}

.contacts-map__block--bold {
  max-width: 380px;
  margin-top: 43px;
}

.top_inner_block_wrapper {
  padding: 0 0 10px!important;
}

@media (min-width: 740px) {
  .contacts-info__img {
    width: 505px;
    height: 565px;
  }
}

.hover_shine .grey {
  display: none;
}

/* End */
/* /bitrix/templates/aspro_next/css/page_contacts/style.css?165770548134053 */
