* {padding: 0;margin: 0;border: 0;}
*,
*:before,
*:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,
:active {outline: none;}
a:focus,
a:active {outline: none;}
nav,
footer,
header,
aside {display: block;}
html,
body {height: 100%;width: 100%;font-size: 100%;line-height: 1;font-size: 14px;-ms-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
input,
button,
textarea {font-family: inherit;}
input::-ms-clear {display: none;}
button {cursor: pointer;}
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-size: inherit;font-weight: 400;}
html,
body {height: 100%; font-weight: 400; font-family:'Open Sans'; color: #000000; background: #FFFFFF;}

@font-face {
  font-family:'Open Sans';
  src:  url("../fonts/OpenSans-Bold.woff"),
        url("../fonts/OpenSans-Bold.woff2");
        font-weight: 700;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family:'Open Sans italic';
  src:  url("../fonts/OpenSans-Italic.woff"),
        url("../fonts/OpenSans-Italic.woff2");
        font-weight: 400;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family:'Open Sans';
  src:  url("../fonts/OpenSans-Light.woff"),
        url("../fonts/OpenSans-Light.woff2");
        font-weight: 300;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family:'Open Sans';
  src:  url("../fonts/OpenSans-Medium.woff"),
        url("../fonts/OpenSans-Medium.woff2");
        font-weight: 500;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family:'Open Sans';
  src:  url("../fonts/OpenSans-SemiBold.woff"),
        url("../fonts/OpenSans-SemiBold.woff2");
        font-weight: 600;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family:'Open Sans';
  src:  url("../fonts/OpenSans-Regular.woff"),
        url("../fonts/OpenSans-Regular.woff2");
        font-weight: 400;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family: '21Cent';
  src:  url("../fonts/21Cent-Italic.woff"),
        url("../fonts/21Cent-Italic.woff2");
        font-weight: 400;
        font-display: swap;
        font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src:  url("../fonts/Inter-Light.woff"),
        url("../fonts/Inter-Light.woff2");
        font-weight: 300;
        font-display: swap;
        font-style: normal;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
body._lock{
  overflow: hidden;
}
.wrapper {

}
._container{
  max-width: 870px;
  margin: 0 auto;
  padding: 0 5px;
}
.main {
  flex: 1 1 auto;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.title{
  font-weight: 500;
  font-size: 25px;
  line-height: 136%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.button{
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  padding: 14px 40px;
  background-color: inherit;
  border: 2px solid #000000;
  color: #000000;
  display: block;
}
.link{
  font-size: 16px;
  line-height: 128%;
  text-align: center;
  color: #000000;
  display: block;
}
.links{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts__phone-number{
  position: relative;
  padding-left: 22px;
  font-family: 'Inter';
  font-weight: 300;
  font-size: 16px;
  line-height: 118%;
  color: #000000;
  z-index: 2;
}
.contacts__phone-number::before{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  top: 2px;
  left: 0;
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
}
.contacts__telegram{
  margin-right: 12px;
  height: 15px;
}
.contacts__vk{
  width: 25px;
  height: 14px;
  margin-right: 10px;
}
.contacts__social{
  display: flex;
  align-items: center;
}
.header__link--mod{
  display: none;
}
/*---------------------------------------header----------------------*/
.header{
  border-bottom: 2px solid #000000;
}
.header__wrapper{
  background-color: #FFFFFF;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  right: 0;
}
.header__top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 20px 10px;
}
.logo-img{
  width: 209px;
  height: 60px;
}
.header__link-like{
  width: 27px;
  height: 23px;
}
.header__contacts{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
.menu__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  height: 157px;
  padding: 100px 5px 5px 5px;
  max-width: 970px;
  margin: 0 auto;
}
.menu__link{
  font-size: 16px;
  line-height: 137%;
  color: #000000;
  text-transform: uppercase;
}
.header__burger{
  display: none;
}
.header__box{
  display: flex;
  align-items: center;
  gap: 19px;
}
.header__link{
  position: relative;
  z-index: 5;
}
.menu__list-item--mod{
  display: none;
}
.search-box{
  position: absolute;
  top: 27px;
  transform: translate(-50%, 50%);
  background-color: transparent;
  padding-right: 50px;
}
.search-txt{
  border: none;
  background: none;
  padding: 0;
  color: #000000;
  font-size: 16px;
  transition: all 0.5s;
  line-height: 120%;
  width: 0px;
  float: left;
}
.search-txt._active{
  width: 120px;
  margin-left: -120px;
}
.search__list{
  width: 120px;
  position: absolute;
  top: 22px;
  right: 85px;
  background-color: #FFFFFF;
  padding: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.search__link{
  display: block;
  color: #000000;
  margin-bottom: 10px;
}
.search__list._active{
  opacity: 1;
}
/*---------------------------------------header----------------------*/
/*---------------------------------------homepage----------------------*/
.homepage{
  position: relative;
  margin-bottom: 45px;
}
.homepage__photo{
  position: absolute;
  width: 100%;
  height: 475px;
  top: 0;
  left: 0;
}
.homepage__content{
  position: relative;
  z-index: 2;
 padding: 0px 0px 96px 0px;
}
.homepage__item{
  max-width: 300px;
  padding-left: 10px;
}
.homepage__slider .homepage__item {
    max-width: 100%;

}
@media (min-width: 690px) {
.homepage__slider .homepage__item {
        min-height: 474px;
}
}
@media (max-width: 690px) {
.homepage__slider .homepage__item {
        min-height: 400px;
}
.slick-dots {
    bottom: 40px!important ;
}
}
@media (max-width: 570px) {
.homepage__slider .homepage__item {
        min-height: 394px;
}
}
.homepage__item-title{
  font-family: '21Cent';
  font-style: italic;
  font-weight: 400;
  font-size: 72px;
  line-height: 92px;
  text-transform: uppercase;
}
.homepage__item-text{
  font-size: 16px;
  line-height: 128%;
  margin-bottom: 22px;
}
.homepage__btn{
  display: flex;
}
.slick-dots{
 position: relative ;
  bottom: -50px;
  left: 10px;
  display: flex;
  align-items: flex-start;
  border: none;
  gap: 7px;
max-width: 870px;
    margin: 0 auto;
}

.slick-dots button{
  border: none;
  font-size: 0px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #A3A3A3;
  border-radius: 50%;
  position: relative;
}
.slick-dots li.slick-active button{
  background: inherit;
  border: 1px solid #A3A3A3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/*---------------------------------------homepage----------------------*/
/*---------------------------------------catalog----------------------*/
.catalog{
  margin-bottom: 60px;
}
.catalog__items{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 50px;
}
.catalog__item{
  max-width: 390px;
  display: grid;
  grid-auto-flow: row;
  grid-template: auto auto 1fr minmax(50px, auto) / 1fr;
}

.button__catalog{
  justify-self: start;
}
/*---------------------------------------catalog----------------------*/
.akciya_img{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 26px;
}
/*---------------------------------------CATALOG----------------------*/
.catalog__text{
  max-width: 772px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 52px;
}
.catalog__photo{
  max-width: 390px;
  max-height: 390px;
  margin-bottom: 60px;
}
.catalog__photo-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog__box-title{
  padding-bottom: 8px;
  border-bottom: 3px solid #000000;
  margin-bottom: 8px;
}
.catalog__title{
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
}
.catalog__box-text{
  margin-bottom: 34px;
}
.catalog__button{
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid #000000;
  padding: 14px 43px;
}
/*---------------------------------------CATALOG----------------------*/
/*---------------------------------------bestseller----------------------*/
.bestseller{
  margin-bottom: 68px;
}
.bestseller__item{
  width: 255px;
}
.bestseller__photo{
  max-width: 255px;
  max-height: 255px;
  margin-bottom: 47px;
  display: block;
}
.bestseller__photo-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bestseller__name{
  font-size: 16px;
  line-height: 128%;
  margin-bottom: 19px;
  border-bottom: 2px solid #000000;
  padding-bottom: 15px;
  display: block;
  color: #000000;
}
.bestseller__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bestseller__box-cost{
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  text-transform: uppercase;
}
.bestseller__icons{
  display: flex;
  gap: 19px;
}
.slick-slider{
width: 100%;
}
.slick-arrows{
  padding: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: 30%;
  transition: translateY(-50%);
}
.slick-arrows__right{
  right: 0px;
}
.slick-arrows__left{
  left: -45px;
}
/*---------------------------------------bestseller----------------------*/

/*---------------------------------------stocks----------------------*/
.stocks{
  margin-bottom: 62px;
}
.stocks__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 20px;
}
.stocks__item {
  max-width: 390px;
  display: grid;
  grid-auto-flow: row;
  grid-template: auto 1fr minmax(50px, auto) / 1fr;
}
.stocks__photo {
  max-width: 385px;
  max-height: 385px;
  margin-bottom: 15px;
  display: block;
}
.stocks__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stocks__list {
  margin-bottom: 6px;
  border-bottom: 3px solid #000000;
  padding-bottom: 8px;
}
.stocks__list-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
}
.stocks__list-text {
  font-size: 21px;
  line-height: 138%;
}
.stocks__link {
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
  color: #000000;
}
.stocks__list--active {
  border-bottom: none;
}
.stocks__list-title--active {
  margin-bottom: 10px;
  border-bottom: 3px solid #000000;
  padding-bottom: 8px;
}
.stocks__btn{
  display: flex;
  align-items: center;
  margin-top: 54px;
}
.stocks__button{
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid #000000;
  padding: 14px 43px;
}
/*---------------------------------------stocks----------------------*/
/*---------------------------------------black----------------------*/
.black {
  background-color: #000000;
  margin-bottom: 55px;
}
.black__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.black__photo {
  position: absolute;
  left: -100px;
  top: 0;
  width: 660px;
  height: 100%;
}
.black__info {
  flex-basis: 400px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  padding: 67px 0px 125px 0px;
}
.black__logo {
  text-align: center;
  margin-bottom: 63px;
}
.black__logo-img {
  width: 115px;
  height: 133px;
}
.black__text {
  font-size: 16px;
  line-height: 128%;
  color: #FFFFFF;
  margin-bottom: 19px;
}
/*---------------------------------------black----------------------*/
/*---------------------------------------blog----------------------*/
.blog{
  margin-bottom: 69px;
}
.blog__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 84px;
}
.blog__item {
  max-width: 389px;
  display: grid;
  grid-auto-flow: row;
  grid-template: auto 1fr minmax(50px, auto) / 1fr;
}
.blog__photo {
  max-width: 389px;
  max-height: 384px;
  margin-bottom: 24px;
  display: block;
}
.blog__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
  border-bottom: 3px solid #000000;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #000000;
  display: block;
}
.blog__link {
  font-size: 21px;
  line-height: 138%;
  color: #000000;
}
.blog__btn{
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.blog__button{
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid #000000;
  padding: 14px 42px;
}
/*---------------------------------------blog----------------------*/
/*---------------------------------------news----------------------*/
.news {
  position: relative;
}
.news__content {
  padding: 30px 0px 0px 0px;
  position: relative;
  z-index: 2; 
  text-align: center;
}
.news__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.news__form {
  padding: 0px 40px;
}
.news__input {
  width: 60%;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  padding: 14px;
  margin-right: 33px;
}
.news__button, .btn-primary, .btn-outline-secondary {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  padding: 14px 44px;
	margin-right: 10px;
	display: inline-block;
	background: #eee;
	color: #000;
}
.hews__photo {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
}
.bx-subscribe {
  margin: 10px 0 40px;
}
.checkbox{
	margin-bottom: 10px;
}
.bx-soa-pp-item-container .row{
	display: flex;
	flex-wrap: wrap;
}
.bx-soa-pp-company{
	width: 20%;
}
.bx-soa-pp-desc-container .bx-soa-pp-company{
	width: 100%;
}
.bx-soa-section-content textarea{
	resize: none;
	border: 1px solid #777;
	display: block;
	max-width: 320px;
	width: 100%;
}

/*---------------------------------------news----------------------*/
/*---------------------------------------about us----------------------*/
.company__header{
  margin-top: 39px;
  margin-bottom: 100px;
}
.title__company{
  margin-bottom: 6px;
}
.company__title{
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.company__photo {
  max-width: 557px;
  max-height: 268px;
  margin: 0 auto;
  padding-top: 47px;
}
.company__photo-img {
  width: 100%;
  object-fit: cover;
}
.company__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.company__item {
  display: flex;
  column-gap: 15px;
  margin-bottom: 40px;
}
.company__box {
  max-width: 330px;
}
.text {
  font-size: 16px;
  line-height: 128%;
}
.box-text{
  margin-bottom: 30px;
}
/*--------------------------history---------------------*/
.history__body{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.history__photo{
  max-width: 359px;
  max-height: 408px;
}
.history__photo-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history__info{
  background: #E0F7F8;
  flex-basis: 500px;
}
.history__info-text{
  padding: 51px 68px 51px 38px; 
}
/*---------------------------history---------------------*/
/*-----------------------------philosophy---------------------*/
.philosophy{
  margin-bottom: 30px;
}
.philosophy__block{
  background: #E0F7F8;
  padding: 33px 160px;
  margin-bottom: 30px;
}
.philosophy__block-text{
  font-family:'Open Sans italic';
  font-size: 20px;
  line-height: 135%;
  text-align: center;
}
.philosophy__text{
  font-family:'Open Sans italic';
  font-size: 16px;
  line-height: 137%;
  text-align: end;
}
/*-----------------------------philosophy---------------------*/
/*-----------------------------ingredients---------------------*/
.ingredients{
  margin-bottom: 93px;
}
.ingredients__items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 55px;
  row-gap: 35px;
  margin-top: 30px;
	position: relative;
}
.ingredients__item{
  max-width: 250px;
  display: grid;
  grid-auto-flow: row;
  grid-template: auto 1fr minmax(50px, auto) / 1fr;
  position: relative;
}
.ingredients__photo{
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 11px;
  display: block;
}
.ingredients__photo-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ingredients__name{
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  margin-bottom: 5px;
}
.ingredients__link{
  font-size: 16px;
  line-height: 128%;
  color: #000000;
}
/*-----------------------------ingredients---------------------*/
/*---------------------------------------about us----------------------*/

/*---------------------------------------REVITAL----------------------*/
.revital{
  margin-bottom: 80px;
}
.revital__header{
  margin-top: 39px;
  margin-bottom: 40px;
}
.title__revital{
  margin-bottom: 6px;
}
.link__revital{
  padding-right: 15px;
  position: relative;
}
.link__revital::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #000000;
  top: 3px;
  right: 7px;
  transform: rotate(20deg)
}
.product{
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.product__block{
  flex-basis: 390px;
}
.product__photo{
  max-width: 390px;
  max-height: 390px;
  margin-bottom: 15px;
  display: none;
}
.product__photo.active{
  display: block;
}
.product__photo-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__images{
  display: flex;
  gap: 15px;
}
.product__image{
  max-width: 90px;
  max-height: 90px;
}
.product__info{
  flex-basis: 400px;
}
.product__head{
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 2px solid #000000;
  margin-bottom: 11px;
}
.product__title{
  font-size: 21px;
  line-height: 138%;
  margin-bottom: 3px;
}
.product__subtitle{
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
}
.product__icon{
  display: block;
}
.product__box{
  margin-bottom: 20px;
}
.product__box-title{
  font-size: 16px;
  line-height: 128%;
  margin-bottom: 15px;
}
.product__rating{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 52px;
}
.rating{
  display: flex;
  gap: 5px;
}
.product__rating-link{
  font-size: 16px;
  line-height: 128%;
  color: #000000;
  text-decoration: underline;
}
.product__cost{
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.product__basket-wrapper{
  border: 2px solid #000000;
  display: inline-block;
}
.product__basket{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 14px 38px 14px 79px;
  color: #000000;
  background-color: transparent;
}
.product__basket.close{
  display: none;
}
.product__send{
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  text-transform: uppercase;
  display: none;
  padding: 14px 43px 14px 43px;
}
.product__send.open{
  display: block;
}
.product__basket::before{
  position: absolute;
  content: '';
  width: 32px;
  height: 24px;
  top: 14px;
  left: 17px;
  background-image: url(../images/buy.svg);
  background-repeat: no-repeat;
}
.product_video_block{
	margin-bottom: 40px;
}
.description__block{
  display: none;
}
.description__block--active{
  display: block;
}
.description__button--active{
  border-bottom: 2px solid #000000;
}
.description{
  max-width: 723px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.description__buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.description__button{
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
  background-color: transparent;
  padding-bottom: 17px;
}
.description__button.active{
  border-bottom: 2px solid #000000;
}
.feedback__items{
  margin-bottom: 75px;
}
.feedback__item{
  margin-bottom: 50px;
}
.feedback__item-name{
  font-family:'Open Sans italic';
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 14px;
}
.rating__reviews{
  margin-bottom: 13px;
}
.opinion__input{
  font-family:'Open Sans italic';
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #000000;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 137%;
  color: #000000;
}
::-webkit-input-placeholder {
  color:#000000;
}
.opinion__rating{
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 46px;
}
.opinion__rating-title{
  font-family:'Open Sans italic';
  font-size: 16px;
  line-height: 137%;
}
.opinion__btn{
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.opinion__button{
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  padding: 14px 26px;
  border: 2px solid #000000;
  text-align: center;
}
.opinion__button.get{
  display: none;
}
.opinion__send{
  display: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  padding: 14px 26px;
  border: 2px solid #000000;
  text-align: center;
}
.opinion__send.get{
  display: block;
}
/*.star:hover{
  fill: #000000;
  cursor: pointer;
}*/
.selected-star,
.star-hover {
  fill: #000;
  cursor: pointer;
}
/*---------------------------------------REVITAL----------------------*/
/*---------------------------------------CARE----------------------*/
.care{
  margin-bottom: 113px;
}
.care__body{
  display: flex;
  justify-content: space-between;
}
.care__box{
  margin-bottom: 55px;
}
.care__title{
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.care__title-link{
  color: #000000;
  background-color: transparent;
}
label{
  font-size: 16px;
  line-height: 128%;
  cursor: pointer;
}
input[type="checkbox"]{
  display: none;
}
label::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  vertical-align: middle;
  margin-right: 6px;
}
input[type="checkbox"]:checked + label::before{
  background-image: url(../images/vector-care.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  align-items: center;
}
.bx-soa-wrapper label::before{
	display: none;
}
.bx-soa-wrapper .form-check-input{
	margin-right: 10px;
}
.bx-soa-wrapper .form-group, .bx-soa-wrapper .form-check{
	margin-bottom: 5px;
}
.bx-soa-custom-label{
	margin-right: 5px;
}
.care__wrapper{
  margin-bottom: 12px;
}
.care__items{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 20px;
}
.care__item{
  max-width: 255px;
}
.care__photo{
  max-width: 255px;
  max-height: 255px;
  object-fit: cover;
  margin-bottom: 47px;
  display: block;
  position: relative;
}
.care__photo-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.care__link{
  display: block;
  padding-bottom: 15px;
  border-bottom: 2px solid #000000;
  margin-bottom: 19px;
}
.care__link-title{
  font-size: 16px;
  line-height: 128%;
  color: #000000;
}
.care__block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.care__cost{
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  text-transform: uppercase;
}
.care__icons{
  display: flex;
  gap: 19px;
}
/*---------------------------------------CARE----------------------*/
/*---------------------------------------article----------------------*/
.article__content {
  margin-bottom: 79px;
}
.article__photo {
  max-width: 860px;
  margin-bottom: 48px;
}
.article__photo-img {
  width: 100%;
  object-fit: cover;
}
.article__block {
  margin-bottom: 19px;
}
/*---------------------------------------article----------------------*/
/*---------------------------------------delivery----------------------*/
.delivery__content{
  margin-bottom: 70px;
}
.delivery__title{
  font-weight: 500;
  font-size: 21px;
  line-height: 138%;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #000000;
  margin-bottom: 8px;
}
.delivery__text{
  margin-bottom: 30px;
}
.delivery__subtitle{
  font-family:'Open Sans italic';
  font-size: 20px;
  line-height: 135%;
  text-decoration: underline;
}
/*---------------------------------------delivery----------------------*/
/*---------------------------------------components----------------------*/
.components {
  margin-bottom: 127px;
}
.components__content {
  margin-top: 182px;
}
.components__btn {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.components__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid #000000;
  padding: 14px 40px;
}
.components__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 48px;
  row-gap: 20px;
}
.components__item {
  max-width: 250px;
  display: grid;
  grid-auto-flow: row;
  grid-template: auto 1fr minmax(50px, auto) / 1fr;
}
.components__photo {
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 11px;
}
.components__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.components__box {
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  margin-bottom: 11px;
}
.components__title {
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
}
.components__link {
  font-size: 16px;
  line-height: 128%;
  color: #000000;
}

/*---------------------------------------components----------------------*/

/*---------------------------------------registration----------------------*/
.reg{
  padding: 137px 0px;
}
.reg__content{
  text-align: center;
}
.title__reg{
  margin-bottom: 10px;
}
.reg__text{
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 35px;
}
.box__reg{
  max-width: 374px;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
}
.input__phone{
  padding-left: 140px;
}
.reg__cod{
  flex-basis: 180px;
}
.input__reg{
  padding-left: 150px;
}
.reg__phone::before,
.reg__cod::before{
  display: none;
}
.reg__btn{
  display: flex;
  justify-content: center;
  margin-bottom: 136px;
  text-align: center;
}
.reg__button{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #000000;
  padding: 15px 72px;
}
.reg__button.active{
  display: none;
}
.reg__button-send{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #000000;
  padding: 15px 72px;
  display: none;
  color: #000000;
}
.reg__button-send.active{
  display: block;
}
.reg__link{
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  color: #000000;
}
.box__cod{
  max-width: 374px;
  margin: 0 auto;
  justify-content: start;
  padding-bottom: 18px;
  border-bottom: 1px solid #000000;
  margin-bottom: 37px;
  display: none;
  text-align: center;
}
.box__cod.active{
  display: flex;
}
/*---------------------------------------registration----------------------*/

/*---------------------------------------account----------------------*/
.account{
  margin-top: 39px;
  margin-bottom: 120px;
}
.account__content{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.account__menu{
  flex-basis: 200px;
  margin-top: 75px;
}
.account__item{
  margin-bottom: 20px;
}
.account__item-link{
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  cursor: pointer;
}
.account__item-link:hover{
  font-weight: 600;
}
.account__info{
  flex-basis: 648px;
}
.account__body{
  display: none;
}
.account__body.active{
  display: block;
}
.account__item-link.active{
  font-weight: 600;
}
.title__account{
  text-align: start;
  margin-left: 100px;
}
.account__title{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.personal{
  margin-bottom: 50px;
}
.personal__box{
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid #000000;
  margin-bottom: 37px;
}
.personal__name{
  font-family:'Open Sans italic';
}
.personal__name::before{
  display: none;
}
.personal__input--active1{
  padding-left: 143px;
}
.personal__input--active2{
  padding-left: 180px;
}
.personal__input--active3{
  padding-left: 127px;
}
.personal__input{
  width: 100%;
  padding-right: 20px;
  font-size: 16px;
  line-height: 120%;
}
.personal__data{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.personal__name--date{
  flex-basis: 190px;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}
.personal__input--date{
  padding-left: 60px;
}
.personal__box--house{
  max-width: 210px;
}
.personal__input--house{
  padding-left: 44px;
}
.personal__box--index{
  flex-basis: 210px;
}
.personal__input--index{
  padding-left: 50px;
}
.personal__box--sity{
  flex-basis: 391px;
}
.personal__input--sity{
  padding-left: 46px;
}
.personal__input--street{
  padding-left: 165px;
}
.personal__input--home{
  padding-left: 69px;
}
.personal__input--body{
  padding-left: 56px;
}
.personal__input--apartment{
  padding-left: 54px;
}
.address{
  margin-bottom: 75px;
}
.address__block{
  display: flex;
  justify-content: space-between;
  gap: 46px;
}
.address__content{
  margin-bottom: 30px;
}
.address__content--more{
  display: none;
}
.address__content--more.active{
  display: block;
}
.address__btn{
  display: flex;
}
.address__button{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #000000;
  padding: 15px 72px;
}
.address__button--active{
  padding: 17px 40px;
}
.personal__input--phone{
  padding-left: 100px;
}
.personal__name--email{
  flex-basis: 50px;
}
.personal__input--email{
  padding-left: 100px;
}
.orders__block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.orders__item{
  margin-bottom: 60px;
}
.orders__block--active,
.orders__blocks{
  margin-bottom: 18px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
.orders__box-title{
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}
.orders__box-title--mod span{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  font-family:'Open Sans';
}
.orders__box-title--mod{
  font-family:'Open Sans italic';
}
.card__box{
  margin-bottom: 30px;
}
.card__title{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 3px;
}
.card__subtitle{
  font-size: 16px;
  line-height: 120%;
}
.card__percent{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.card__link{
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
  line-height: 120%;
  margin-top: 60px;
  display: block;
}
/*---------------------------------------account----------------------*/
/*---------------------------------------footer----------------------*/
.footer{
  background: #FFFFFF;
}
.footer__content{
  padding: 60px 20px 60px 20px;
}
.footer__body{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__title{
  font-weight: 500;
  font-size: calc(21px + 3 * (100vw / 1920));
  line-height: 138%;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.footer__item-link{
  font-size: calc(17px + 3 * (100vw / 1920));
  line-height: 138%;
  color: #000000;
}
.footer__wrapper{
  background-color: #000000;
}
.footer__block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
  padding: 17px 10px;
  gap: 20px;
}
.footer__block-text{
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer__block-link{
  font-size: 16px;
  line-height: 128%;
  color: #FFFFFF;
}
.contacts__phone--mod {
  margin-bottom: 13px;
}
.footer__box--mod{
  margin-right: 50px;
}
/*---------------------------------------footer----------------------------*/

.vozvrat h2{
	font-size: 20px;
	margin-bottom: 30px;
}
.vozvrat p{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.serts_block{
	text-align: center;
	margin-bottom: 50px;
}
.serts_block a{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	color: #000;
	text-decoration: underline;
}

.faq_block-item{
	margin-bottom: 25px;
}
.faq_block-item h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.faq_block-item p{
	font-size: 16px;
	line-height: 1.2;
}

.ingredients__popup{
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 380px;
	padding: 30px;
	box-shadow: 1px 1px 8px 4px #a0a0a0;
	background: #fff;
	z-index: 5;
}
.ip_close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 24px;
	cursor: pointer;
}
.ingredients__popup h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 35px;
	padding-right: 30px;
}
.ip_text{
	font-size: 16px;
	line-height: 1.4;
}
.ingredients__popup.ip_show{
	display: block;
}
.ctweb-smsauth-form {
    max-width: 500px;
    margin: 0 auto;
}
.bx-authform-label-container{
	font-size: 18px;
    margin: 30px 0 10px;
}
.bx-authform-formgroup-container input[name="PHONE_NUMBER"], .bx-authform-formgroup-container input[name="CODE"]{
	border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 5px;
	text-align: center;
}

/*---------------------------------------media----------------------------*/
@media (max-width: 850px) {
  .news__form {
    padding: 0px 10px;
  }
	.hews__photo {
		height: 250px;
		padding: 10px;
	}
	.news__title {
	  font-size: 18px;
	  line-height: 1.3;
	  margin-bottom: 20px;
	}
  .news__input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
	.news__button, .btn-primary, .btn-outline-secondary {
		padding: 12px 40px;
		margin-right: 0;
	}
  .company__box {
    max-width: 100%;
  }
}

@media (max-width: 770px) {
	body{
		padding-top: 80px;
	}
  .header__top{
    padding: 10px 10px;
  }
  .header__content{
    height: 100px;
  }
  .header__burger{
     display: block;
    position: fixed;
    width: 30px;
    height: 20px;
    cursor: pointer;
    top: 5px;
    left: 15px;
    z-index: 1111;
  }
  .header__burger span,
  .header__burger::before,
  .header__burger::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #000000;
  }
  .header__burger::before,
  .header__burger::after{
    content: '';
  }
  .header__burger::before{
    top: 0;
  }
  .header__burger::after{
    bottom: -2px;
    width: 100%;
  }
  .header__burger span{
    top: 50%;
    transform: scale(1) translate(0px -50%);
  }
  .header__burger._active span{
    display: none;
  }
  .header__burger._active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .header__burger._active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    width: 100%;
  }
  .menu{
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 30px 30px 30px 30px; 
    transition: All 0.5s ease 0s;
    overflow: auto;
    z-index: 5;
  }
  .menu._active{
    top: 0;
  }
  .menu__list-item:not(:last-child){
    margin-bottom: 20px;
  }
  .menu__list{
    display: block;
    text-align: center;
    position: relative;
    margin-top: 20px;
  }
  .header__box{
    display: none;
  }
  .slick-slider{
    width: 550px;
    margin: 0 auto;
  }
  .slick-arrows__left{
    left: -20px;
  }
  .bestseller{
    margin-bottom: 30px;
  }
  .blog__items {
    justify-content: center;
  }
  .blog{
    margin-bottom: 30px;
  }
  .company__item {
    margin-bottom: 0px;
  }
  .company__items{
    margin-bottom: 30px;
  }
  .history__info-text{
    padding: 20px; 
  }
  .philosophy__block{
    padding: 20px;
    margin-bottom: 20px;
  }
  .ingredients__items{
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
    justify-items: center;
  }
  .company__header{
    margin-top: 120px;
  }
  .revital__header{
    margin-top: 120px;
  }
  .catalog__items{
    grid-template-columns: 1fr;
    justify-self: center;
  }
  .catalog__item{
    margin: 0 auto;
  }
  .header__link--mod{
    display: block;
  }
  .account{
    margin-top: 120px;
    margin-bottom: 50px;
  }
  .title__account{
    text-align: center;
    margin-left: 0px;
  }
  .menu__list-item--mod{
    display: block;
  }
	.ingredients__popup{
	  margin-left: -30px;
	}
}

@media (max-width: 660px) {
  .account__content{
    flex-wrap: wrap;
  }
  .address__block{
    flex-wrap: wrap;
    gap: 0px;
  }
  .address__content{
    margin-bottom: 20px;
  }
  .personal__box{
    width: 100%;
  }
  .personal__box--sity{
    flex-basis: 100%;
  }
  .personal__name--street{
    margin-right: 46px;
  }
  .account__menu{
    margin-top: 20px;
  }
  .care__items{
    justify-items: center;
  }
}


@media (max-width: 600px) {
  .slick-slider{
  width: 100%;
    margin: 0 auto;
  }
  .slick-arrows__right{
    right: -30px;
  }
  .slick-arrows__left{
    left: -30px;
  }
  .blog__items {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 30px;
  }
  .blog__btn{
    margin-top: 10px;
  }
  .stocks__items {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 40px;
  }
  .stocks__btn{
    margin-top: 10px;
  }
  .history__body{
    flex-wrap: wrap;
  }
  .history__info{
    flex-basis: 100%;
  }
  .description__button{
    font-size: 13px;
  }
  .description__buttons{
    margin-bottom: 20px;
    gap: 5px;
  }
  .care__items{
    grid-template-columns: 1fr;
    column-gap: 20px;
  }
  .catalog__photo{
    margin-bottom: 20px;
  }
  .components__items {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .components__btn{
    margin-bottom: 30px;
    justify-content: center;
  }
  .catalog{
    margin-bottom: 30px;
  }
  .care__body{
    flex-wrap: wrap;
    justify-content: center;
  }
  .care__menu{
    margin-bottom: 40px;
  }
  .header__top{
    justify-content: center;
  }
  .bestseller__photo{
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .bestseller__item{
    width: 260px;
  }
  .bestseller__box{
    margin-right: 10px;
    margin-left: 10px;
  }
  .bestseller__name{
    margin-right: 10px;
    margin-left: 10px;
  }
  .orders__block--active {
    display: block;
  }
}

@media (max-width: 570px) {
	body{
		padding-top: 125px;
	}
	.homepage__item-title {
	  font-size: 46px;
	  line-height: 60px;
	}
	.homepage__photo {
		height: 400px;
	}

}

@media (max-width: 500px) {
  .black__info {
    padding: 10px 0px 30px 0px;
  }
  .company__header{
    margin-bottom: 30px;
  }
  .text{
    font-size: 14px;
  }
  .box-text{
    margin-bottom: 20px;
  }
  .philosophy__block-text{
    font-size: 14px;
  }
  .philosophy__text{
    font-size: 14px;
  }
  .ingredients{
    margin-bottom: 10px;
  }
  .footer__body{
    justify-content: center;
  }
  .footer__content{
    text-align: center;
  }
  .footer__box--mod{
    margin-right: 0px;
  }
  .product{
    flex-wrap: wrap;
    justify-content: center;
  }
  .article__content {
    margin-bottom: 19px;
  }
  .article__photo{
    margin-bottom: 20px;
  }
  .delivery__text{
    margin-bottom: 15px;
  }
  .delivery__content{
    margin-bottom: 30px;
  }
  .footer__block{
    justify-content: center;
  }
  .footer__title{
    margin-bottom: 0px;
  }
  .contacts__social{
    justify-content: center;
  }
  .header__burger{
    top: 40px;
  }
	.black__photo {
		width: 100%;
	}
}

@media (max-width: 450px) {
  .footer__block-link{
    font-size: 13px;
  }
  .ingredients__items{
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 0px;
  }
  .care__box{
    margin-bottom: 20px;
  }
  .care{
    margin-bottom: 30px;
  }
  .care__link{
    margin-bottom: 10px;
  }
  .care__link-title{
    font-size: 14px;
  }
  .care__photo{
    margin-bottom: 20px;
  }
  .care__cost{
    font-size: 16px;
  }
  .care__icons-img{
    width: 20px;
  }
  .title{
    font-size: 18px;
  }
  .link{
    font-size: 14px;
  }
  .news__title{
    font-size: 14px;
  }
  .personal__input--active1{
    padding-left: 60px;
  }
  .personal__input--active2{
    padding-left: 100px;
  }
  .personal__input--active3{
    padding-left: 50px;
  }
  .personal__input{
    padding-right: 10px;
  }
  .personal__input--sity,
  .personal__input--street{
    padding-left: 30px;
  }
  .personal__input--apartment{
    padding-left: 25px;
  }
  .personal__input--date{
    padding-left: 20px;
  }
  .personal__name--date{
    flex-basis: 300px;
  }
  .personal__name--email{
    flex-basis: 100px;
  }
  .personal__input--email{
    padding-left: 30px;
  }
  .input__phone{
    padding-left: 50px;
  }
  .address__button{
    margin: 0 auto;
  }
  .reg__cod{
    flex-basis: 175px;
  }
  .input__reg{
    padding-left: 50px;
  }
  .reg__phone{
    margin-left: 5px;
  }
	.news__content {
  		padding: 20px 0px 0px 0px;
	}
	.news__input {
		margin-bottom: 15px;
  		padding: 12px;
	}
	.ingredients__popup {
		width: 300px;
	}
}
/*---------------------------------------media----------------------------*/