@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body {
  width: 100%;
  height: 100%;
  font: 16px 'Raleway', Arial, Helvetica, Geneva, sans-serif;
  color: #000;
  background-color: #fff;
}
input, textarea, select, button {
  font: 14px 'Raleway', Arial, Helvetica, Geneva, sans-serif;
}

img {
  vertical-align: top;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
input {
  border: 1px solid #ddd;
  padding: 8px 20px;
  color: #000;
  font-weight: 400;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  }

input:focus, input:active {
  outline: none;
}
input[disabled], input[readonly]{
	pointer-events:none;
	background: #ddd;
}
input[type=checkbox], input[type=radio] {
  position: absolute;
  left: -9999px;
  opacity: 0.01;
}
.modify-checkbox {
  padding-left: 30px;
  font-size: 14px;
  position: relative;
}
input[type=checkbox]+.modify-checkbox:before, input[type=radio]+.modify-checkbox:before {
  content: '';
  width: 16px;
  border: 1px solid #000;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 2px;
}
input[type=checkbox]:checked+.modify-checkbox:before, input[type=radio]:checked+.modify-checkbox:before{
	background: #8d39bb;
	border: none;
}
input::-webkit-input-placeholder{
	font-weight:300;
	color:#bbb;
}
input::-moz-placeholder{
	font-weight:300;
	color:#bbb;
}
input:-ms-input-placeholder{
	font-weight:300;
	color:#bbb;
}
input::-ms-input-placeholder{
	font-weight:300;
	color:#bbb;
}
input::placeholder{
	font-weight:300;
	color:#bbb;
}
textarea {
	border: 1px solid #ddd;
	padding: 5px 10px;
	color: #333;
	height: 150px;
	resize: none;
border-radius: 4px;font-size: 16px;}
select {
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 400;
  border-radius: 20px;
  }
p {
  margin-bottom: 10px;
}
h1 {
  margin-bottom: 26px;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}
h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}
h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
}
a {
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #8d39bb;
  text-decoration:none;
}
ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
ul li {
  margin-bottom: 7px;
}
ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
ol li {
  margin-bottom: 10px;
}
e[type="button"] {
  cursor: hand;
  cursor: pointer;
}
table{
	margin: 20px 0;
	background: #fff;
}
td{
	padding:10px;
	border:1px solid #ddd;
}
.anchor{
	float: left;
    width: 100%;
    height: 0;
    position: relative;
    top: -150px;
}
.button{
	border-radius: 20px;
	padding: 10px 22px;
	cursor: pointer;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	font-weight: 400;
	text-decoration: none;
	background: #fff;
	border: 1px solid #8d39bb;
	font-size: 16px;
	color: #8d39bb;
	text-align: center;
	font-weight: 500;
}
.button_inline_block{
	display: inline-block;
	vertical-align: top;
}
.button:hover{
	background: #8d39bb;
	color:#fff;
	opacity: 0.8;
}
.button_right{
	float:right;
}
.popups {
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.popups__shadow {
  background: rgba(0, 0, 0, 0.79);
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__body {
  display: none;
  width: 650px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 20px;
  z-index: 10;
  background: #fff;
  border: 1px solid #8d39bb;
  padding: 40px 32px;
  overflow-y: auto;
  max-height: 550px;
  border-radius: 10px;
}
.popup__body_compare{
	width:80%;
}
.popup__body_big{
	width: 900px;
}
.popup__body_city {
	width:800px;
}
.popup__title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.popup__text{
	float:left;
	width:100%;
}
.popup__minititle {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.form__row {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.form__label{
	width: 100%;
	float: left;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
}
.form__select{
	
}
.form__input, .form__select, .form__textarea{
	width: 100%;
}
.form__inform{
	width:100%;
	margin-top:20px;
	float:left;
	color:#d30000;
	font-weight:700;
}
.form__row-last{
	overflow:hidden;
}
.popup__button{
  cursor: pointer;
  float: left;
  width: 100%;
  padding: 12px 30px;
  margin-top: 20px;
}
.popup__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.popup__close:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #8d39bb;
  position: absolute;
  top: 7px;
  left: 0px;
}
.popup__close:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #8d39bb;
  position: absolute;
  top: 0px;
  left: 7px;
}
.popup__text-main{
	font-size: 16px;
	line-height: 22px;
}
.popup__text_city{
	margin-bottom:20px;
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	float: left;
	width: 100%;
}
.popup__cityItem{
    padding: 0 4px;
    line-height: 30px;
    width: 100%;
    display: block;
    float: left;
}
.clearfix:after {
  content: '';
  width: 100%;
  display: table;
}
.container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.container:after {
  content: '';
  width: 100%;
  display: table;
}
.wrapper{
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.wrapper__content{-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;overflow: hidden;}
.main{
	float:left;
	width:100%;
	margin-top: 120px;
}
.header{position: fixed;width: 100%;z-index: 100;-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 15%);box-shadow: 0px 1px 3px rgb(0 0 0 / 15%);-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;}
.headerTop{
	width: 100%;
	font-size: 14px;
	background: #fff;
	text-align: center;
	padding: 8px 0;
}
.headerTop__contacts{
	float: right;
	font-weight: 500;
}
.headerTop__contact{
	float: left;
	margin-right: 16px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 10px 0;
}
.headerTop__callback{
	cursor: pointer;
	border-bottom: 1px dotted;
}
.headerTop__contact i{
	
}
.headerTop__phone{
	text-decoration: none;
	margin-left: 4px;
	color: #fff;
}
.headerTop__text{
	font-size: 11px;
	color: #777;
	margin-top: 4px;
	font-weight: 400;
}
.header__logo{
	padding: 0px 0;
	width: 200px;
	z-index: 10;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.header__text{
	color: #8d39bb;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.header__menu{
	text-align: center;
	width: 100%;
	background: #8d39bb;
	position: relative;
	z-index: 110;
}
.nav__wrapper{
}
.nav{
	float: left;
	text-align: center;
}
.nav__item{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 12px 8px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 10;
	cursor:pointer;
}
.nav__item:hover{
	color: #fff;
}
.catalog__wrapper{
}
.catalogMenu{
	position: relative;
	float: right;
	text-align: left;
}
.catalogMenu__block{
	float: left;
	position: relative;
}
.catalogMenu__image{
	float: left;
	width: 35px;
	position: absolute;
	left: 10px;
	padding-top: 12px;
}
.catalogMenu__Item{
	float: left;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	padding: 24px 8px;
}
.catalogMenu__Item_selected{
	font-weight:700;
}
.catalogMenu__sub1{
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	        box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	width: 250px;
	top: 90px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
	visibility: hidden;
}
.catalogMenu__block:hover .catalogMenu__sub1{
	top: 64px;
	opacity: 1;
	visibility: visible;
}
.catalogMenu__sub1 .catalogMenu__block{float: left;width: 100%;}
.catalogMenu__sub1 .catalogMenu__block:hover{
	background: none;
}
.catalogMenu__sub1 .catalogMenu__block .catalogMenu__Item{
	width:100%;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 16px 20px;
}
.catalogMenu__sub1 .catalogMenu__Item:hover{
	color: #8d39bb;
}
.slider__item{
	position: relative;
	opacity: 1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 8px;
	overflow: hidden;
}
.slider__item:hover{
	color:#000;
}
.slider__button{
	font-size: 18px;
	color: #8d39bb;
	border: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 32px;
	z-index: 20;
	position: relative;
	padding: 16px 50px;
	text-transform: uppercase;
	min-width: 200px;
}
.slider__button:hover{
	background:#fff;
	color:#000;
	opacity:0.8;
}
.slider__content{
	position: absolute;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	width: 100%;
	top: 50%;
	max-width: 760px;
	text-align: center;
}
.slider__block{
	max-width: 760px;
	position: relative;
	padding: 32px;
	display: block;
}
.slider__header{
	position:relative;
	z-index:20;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	line-height: 130%;
	width: 100%;
}
.slider__text{
	position: relative;
	z-index: 20;
	width: 100%;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 140%;
}
.slider__back{
	background: #7b2da5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 10;
}
.mainblock{
	float:left;
	width:100%;
	padding: 70px 0;
	position: relative;
	z-index: 10;
}
.mainblock:nth-child(2n){
	background: #f7f7f7;
}
.mainblock:nth-child(2){
	margin-top:0;
}
.mainblock:nth-last-child(1){
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mainblock:nth-last-child(2){
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.mainregister__button{
	display: block;
	vertical-align: top;
	margin: 0 auto;
	width: 270px;
	text-align: center;
	padding: 12px 30px;
	margin-top: 30px;
}
.main__body{
	display: block;
	vertical-align: top;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.main__titleBlock{
	text-align:left;
	margin-bottom: 40px;
}
.main__titleBlock_center{
	text-align:center;
}
.main__titleBlock_moremargin{
	margin-bottom: 32px;
}
.main__title{
	font-size: 32px;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
}
.main__titleBorder{
	border-bottom: 2px solid #fdd324;
	margin-top: 10px;
	width: 70%;
}
.main__minititle{
	font-size: 20px;
	font-weight: 500;
	color: #8d39bb;
}
.footer{
	background: #fff;
	padding: 70px 0;
	color: #000;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 80px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 80px rgb(0 0 0 / 5%);
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}
.footer_nomargin{
	margin-top:0;
}
.footer__top{
	width: 100%;
	float: left;
}
.footer__col{
	float: left;
	width: 33%;
}
.footer__head{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 14px;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
.footer__logo{
	float: left;
	width: 100%;
	max-width: 220px;
	margin-bottom: 24px;
}
.footer__logo img{
}
.footer__item{
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #000;
	float: left;
	width: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-size: 14px;
}
.footer__item:hover{
	color: #8d39bb;
}
.footer__button{
	float:left;
	margin-top:16px;
}
.footer__link{
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;
	float: left;
	width: 100%;
	font-size: 14px;
}
.footer__link:hover{
	color: #8d39bb;
}
.footer__bottom{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
}
.footer__bottomBlock{
	float: left;
	width: 100%;
}
.footer__bottomDesc{
	font-size: 15px;
}
.footer__bottomDesc a{
	color: #fff;
	text-decoration: none;
}
.footer__bottomDesc img{
	width: 44px;
	margin-right: 5px;
	position: relative;
	top: -8px;
}
.footer__bottomOffer{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 40px;
}
.footer__socials{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footer__socail{
	color: #8d39bb;
	text-decoration: none;
	border: 2px solid #8d39bb;
	border-radius: 4px;
	padding: 5px;
	margin-right: 10px;
}
.footer__socail:hover{
	color: #000;
	border-color: #000;
}
.path{
	padding: 26px 0 26px;
}
.path__item{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.path__item:nth-last-child(1){
	text-decoration:none;
}
.path__item-arrow{
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	top: -2px;
	position: relative;
}
.h1block{
	width: 100%;
}
.h1block h1{
	font-size:30px;
	margin-bottom: 30px;
	float:left;
}
.h1block__count{
	float:left;
	color: #999;
	margin-left:10px;
	font-size: 30px;
}
.pagination{
	text-align: center;
	margin-bottom: 40px;
}
.pagination_right{
	float: right;
	margin-bottom: 0;
}
.pagination__item {
	text-decoration: none;
	color: #000;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	width: 30px;
	height: 26px;
	border-radius: 2px;
	text-align: center;
	border: 1px solid transparent;
}
.pagination__item:hover, .pagination__item_selected{
	color: #000;
	border: 1px solid #000;
}
.tiny-products{
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: center;
}
.product{
	float: left;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 210px;
	overflow: hidden;
	border-radius: 2px;
	margin-right: 32px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
	width: 325px;
}
.product_big{}
.product_opacity{
	opacity: 0.5;
}
.product_2x:nth-child(2){
	margin-right:0;
}
.product_3x:nth-child(3n){
	margin-right:0;	
}
.product_4x:nth-child(4n){
	margin-right:0;	
}
.product_3x_mini{
	width: 294px;
	margin-right: 20px;
}
.product_3x_mini:nth-child(3n){
	margin-right:0;	
}
.product_mini{
	height: 385px;
}
.product__image{
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 32px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
}
.product__cont{
	padding: 0 32px;
}
.product__name{
	font-size: 20px;
	text-decoration:none;
	margin-bottom: 16px;
	float: left;
	width: 100%;
	font-weight: 700;
}
.product__priceBlock{
	width: 100%;
	padding: 0 32px;
	text-align:center;
	position: absolute;
	bottom: 32px;
}
.product__pricedesc{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #777;
	margin-bottom: 25px;
	line-height: 140%;
}
.product__priceMin{
	font-size:32px;
	font-weight: 700;
	float: left;
	width: 100%;
}
.product__price{float: left;width: 100%;font-weight: 600;font-size: 22px;margin: 10px 0 10px;}
.product__priceMin span{
	font-weight:700;
}
.product__price span{

}
.product__button{
	float: right;
	font-size: 16px;
	width: 100%;
	padding: 12px 20px;
}
.product_big .product__button, .product:hover .product__button{
	background: #8d39bb;
	color: #fff;
}
.product__button_active{
	background:#fff!important;
	color:#8d39bb!important;
}
.product__edit{
	float: right;
	margin-right: 10px;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.product img{
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}
.product_big img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.product:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform:
	scale(1.1);
	-ms-transform:
	scale(1.1);
	transform:
	scale(1.1);
}
.product__info{
	float: left;
	width: 100%;
	margin-bottom: 16px;
	padding: 0 10px;
	color: #999;
	height: 40px;
}
.product__annotation{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #777;
	line-height: 140%;
}
.product__compare{
	float: left;
	width: 100%;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
	cursor: pointer;
	transition:0.2s;
}
.product__compare:hover{
	color:#8d39bb;
}
.product__compare span{
	border-bottom:1px dotted;
}
.productpage__top{
	position: relative;
}
.productpage__imagesBlock{
	float: left;
	width: 550px;
	margin-right: 56px;
	position: relative;
	opacity:0;
}
.productpage__image{
    text-align: center;
    /* height:600px; */
    border-radius: 20px;
    overflow: hidden;
}
.productpage__images{
	margin-top: 20px;
	position: relative;
}
.productpage__imagesItem{
	margin: 0 10px;
	height: 150px;
}
.productpage__price{
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 20px;
}
.productpage__annotation{
	float: left;
	width: 100%;
	text-align: left;
}
.ya-share2{
	float:left;
	width:100%;
	margin-top:20px;
}
.productpage__title{
	font-weight:500;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.productpage__body{
	float:left;
	width:100%;
}
.productpage__buttonBlock{
	float: left;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 32px;
}
.productpage__button{
	display: inline-block;
	vertical-align: top;
	padding: 12px 22px;
	float: left;
	width: 220px;
	text-align: center;
}
.productpage__minitext{
	float:
	left;
	width:100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.productpage__description{
	float:
	left;
	width:100%;
}
.productpage__header{
	font-size: 26px;
	font-weight: 700;
	float: left;
	width: 100%;
}
.products__top{
	float: right;
	width: 30%;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
	        box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
	background: #ffffff;
	text-align: center;
}
.products__content{
	float:left;
	width: 65%;
	font-size: 16px;
	line-height:140%;
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
	background: #ffffff;
	padding: 32px;
}
.products__left{
	float: left;
	width: 100%;
	padding: 32px;
}
.products__right{
	width: 100%;
	max-width: 270px;
	display: inline-block;
}
.products__button{
	min-width: 250px;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
}
.products__contacts{
	float: left;
	width: 100%;
	margin-bottom: 32px;
}
.products__contacts:nth-last-child(1){
	margin-bottom:0;
}
.products__text{
	font-weight: 700;
	margin-bottom: 16px;
	font-size: 18px;
}
.products__phone{
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
}
.b_contacts-big{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    line-height: 32px;
}
.infopage_ul{
    list-style-type: none;
    padding-left: 0;
    margin: 8px auto;
}
.mainproducts{
	margin-bottom:0;
	position:relative;
	opacity: 0;
}
.mainregister{
	position:relative;
	opacity:0;	
	left:700px;
}
.productpage__info{
	position:relative;
	opacity:0;
	float: left;
	width: 100%;
}
.container-left{
	width: 100%;
	float: left;
	position:relative;
	opacity:0;
	margin-bottom: 20px;
}
.container-right{
	width: 100%;
	float: right;
	position:relative;
	opacity:0;
}
.container-right_full{
	width:100%;
}
.leftCatalog{
	float: left;
	width: 100%;
}
.leftCatalog__block{
	position:relative;
	float:left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.leftCatalog__block:nth-last-child(1){
	margin-bottom:0;
}
.leftCatalog__item{
	float: left;
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-weight: 700;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background: #fff;
	padding: 12px 32px;
	border-radius: 40px;
	border: 1px solid #fdd324;
}
.leftCatalog__item:hover, .leftCatalog__item_selected{color: #000;color: #8d39bb;border-color: #8d39bb;}
.comments{
	
}
.comments__list{
	float:left;
	width:100%;
}
.comments__item{
	float:left;
	width:100%;
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #ddd;
}
.comments__header{
	float:left;
	width:100%;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.comments__text{
	float:left;
	width:100%;
	font-size: 16px;
	margin-bottom:10px;
}
.comments__rating{
	float:left;
	width: 214px;
	margin-top: 10px;
}
.comments__empty{
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 700;
}
.comments__form{
	width: 340px;
	background: #fff;
	padding: 30px;
	float: left;
	margin-top: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
	        box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
}
.comments__formHeader{
	font-size: 18px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
}
.comments__row{
	float: left;
	width: 100%;
	margin-bottom: 16px;
}
.comments__label{
	margin-bottom: 10px;
	display:block;
	font-weight: 600;
}
.comments__input, .comments__textarea{
	width:100%;
	margin-bottom:10px
}
.comments__button{
	float: left;
	width: 100%;
}
.rating {
	overflow: hidden;
	width: 214px;
	margin: 0 auto;
	float: left;
}
.rating__input {
	display: none;
}
.rating__label, .comments__ratingItem {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: #ddd;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.rating__input:checked ~ .rating__label {
	color: #ffd700;
}
.rating__label:hover,
.rating__label:hover ~ .rating__label {
	color: #ffd700;
}

.comments__ratingItem.active{
	color: #ffd700;
}
.comments__ratingItem.active ~ .comments__ratingItem{
	color: #ffd700;
}
.slider__main{
	float: left;
	width: 100%;
}
.slider__arrows{
	float: right;
	width: 175px;
	position: absolute;
	bottom: -80px;
	right: 60px;
}
.slider__nav{
	width: 55px;
	height: 55px;
	border-radius: 100%;
	text-align: center;
	background: #fff;
	line-height: 52px;
	font-size: 32px;
	color: #8d39bb;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 10;
}
.slider__nav:hover{
	background: #8d39bb;
	color: #fff;
}
.slider__nav_prev{
	left: 50px;
	padding-right: 2px;
}
.slider__nav_next{
	right: 50px;
	padding-left: 2px;
}
.news{
	position: relative;
	opacity: 0;
}
.allnews{
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: left;
}
.news__slider .slick-track{
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: left;
}
.news__item{
	float: left;
	width: 570px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 2px;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.allnews .news__item{
	width:48%;
	margin-right:2%;
}
.news__item:nth-child(4n+1){
}
.news__item img{
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.news__item:hover img{
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	-webkit-transform:
	scale(1.1);
	    -ms-transform:
	scale(1.1);
	        transform:
	scale(1.1);
}
.news__image{
	width: 50%;
	position: relative;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	float: left;
}
.news__cont{
	float:left;
	width: 50%;
	padding: 32px;
}
.news__header{
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
}
.news__button{
	position: absolute;
	bottom: 20px;
	right: 32px;
}
.news__text{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}
.news__date{
	float: left;
	color: #777;
	font-size: 14px;
	position: absolute;
	bottom: 32px;
	display: block;
}
.advantagesBlock{
	color: #000;
	text-align: center;
	position: relative;
	opacity: 0;
}
.main__border{
	/* border: 2px solid #fdd324; */
	/* padding: 56px; */
	border-radius: 2px;
	float: left;
	width: 100%;
	/* -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25); */
	/* box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25); */
	/* background: #fff; */
}
.advantagesBlock__text{
	float: left;
	width: 100%;
}
.advantagesBlock__title{
	font-size: 34px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 56px;
}
.advantages{
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: center;
}
.advantages__item{
	width: 21%;
	text-align: left;
	margin: 0px 1%;
	margin-bottom: 32px;
	text-align: center;
}
.advantages__icon{
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	max-height: 190px;
}
.advantages__right{
	float: left;
	width: 100%;
}
.advantages__header{
	margin: 0px 0 14px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.allperson{
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: left;
}
.persons{
	color: #000;
	text-align: center;
	position: relative;
	opacity: 0;
}
.persons__slider .slick-track{
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: left;
	padding-top: 4px;
}
.persons__item{
	float: left;
	width: 275px;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 0px;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.persons__item:nth-child(4n+1){
}
.persons__item img{
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.persons__item:hover img{
	-webkit-transform:
	scale(1.1);
	    -ms-transform:
	scale(1.1);
	        transform:
	scale(1.1);
}
.persons__image{
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
}
.persons__cont{
	float:left;
	width:100%;
}
.persons__button{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.persons__header{
	font-size: 16px;
	font-weight: 700;
	padding: 20px 20px 20px;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
}
.persons__text{
	padding: 0 20px;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #555;
}
.persons__date{
	float: left;
	color: #777;
	font-size: 14px;
	padding: 8px 20px;
	position: absolute;
	bottom: 16px;
	width: 100%;
	display: block;
}
.persons__price{
	padding: 20px 20px 10px;
	font-size: 20px;
}
.subscribe{
	position: relative;
	opacity: 0;
	text-align: center;
}
.subscribe__form{
	width: 320px;
	margin: 0 auto;
}
.subscribe__input{
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 20px;
}
.post__image{
	float:left;
	max-width: 360px;
	margin:0 32px 32px 0;
	width: 100%;
}
.personpage__left{
	float: right;
	margin: 0px 40px 40px 0;
	width: 350px;
	position: relative;
	opacity: 0;
	background: #fff;
}
.personpage__right{
	position: relative;
	opacity: 0;
}
.personpage__item{
	margin-bottom: 20px;
	font-size: 16px;
}
.personpage__textlabel{
	color: #000;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.personpage__textvalue{
	font-weight: 400;
}
.personpage__button{
	float: left;
	padding: 12px 50px;
}
.personpage__desc{
	position: relative;
	opacity: 0;
}
.personpage__desc strong{
	font-weight: 700;
}
.pageblock{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.pageblock__img{
	float:left;
	margin:0 32px 32px 0;
	max-width:355px;
}
.pageblock__header{
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 32px;
}
.userblock{
	
}
.userform{
	padding: 20px 32px 20px 14px;
	border-radius: 20px;
	float: left;
	width: 100%;
	max-width: 350px;
	margin-right: 32px;
	margin-bottom: 32px;
	border: 1px solid #ddd;
}
.userform__item{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.userform__label{
	float: left;
	width: 100%;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
}
.userform__label_red{
	color: #8d39bb;
	font-weight: 700;
	cursor: pointer;
}
.userform__input{
	float: left;
	width: 100%;
}
.userform__select{
	float: left;
	width: 100%;
}
.userform__button{
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
}
.userform__itemText{
	float: left;
	width: 100%;
	margin-top: 16px;
}
.usertelegram{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.usertelegram__block{
	float: left;
	width: 48%;
	margin-right: 2%;
	padding: 32px;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.usertelegram__text{
	
}
.usertelegram__button{
	float: left;
	margin-top: 20px;
}
.userformquestion{
	width: 100%;
}
.userformquestion__title{
	font-weight: 700;
	margin-bottom: 20px;
}
.license{
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: left;
}
.license__item{
	width:31%;
	margin:0 1%;
	-webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
	        box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
	margin-bottom:32px;
}
.pagecontacts{
	float:left;
	width:100%;
	margin-top:20px;
}
.pagecontacts__item{
	float:left;
	width:100%;
	margin-bottom:32px;
	-webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
	        box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
	padding:32px;
}
.pagecontacts__title{
	float:left;
	width:100%;
	font-size:18px;
	margin-bottom:20px;
	font-weight:700;
}
.pagecontacts__text{
	float:left;
	width:100%;
}
.documents__items{
	float:left;
	width:100%;
	margin-top:20px;
}
.documents__item{
	float:left;
	width:100%;
	font-size:16px;
	margin-bottom:10px;
}
.products__header{
	font-size:18px;
	font-weight:700;
}
.prices{
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: left;
	margin-top: 20px;
}
.prices__item{
	float: left;
	width: 320px;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 72px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 0px;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 20px 70px 20px;
}
.prices__header{
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
}
.prices__bottom{
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	padding: 0 20px;
}
.prices__price{
	float: left;
	font-size: 20px;
	font-weight: 500;
}
.prices__button{
	float: right;
}
.prices__form{
	float: left;
	width: 320px;
	margin-top: 20px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
	padding: 32px;
	border-radius: 2px;
}
.prices__form input{
	width: 100%;
	margin-bottom: 16px;
}
.prices__formTitle{
	float: left;
	width: 100%;
	margin-bottom: 16px;
	font-weight: 700;
}
.prices__formButton{
	
}
.prices__notify{
	display:none;
	float: right;
}
.opacity-animate{
	position:relative;
	opacity:0;
}
.calculator{
	
}
.calculator__text{
	float: left;
	width: 100%;
	text-align: justify;
}
.calculator__form{
	margin: 20px 0;
	padding: 20px;
	float: left;
	width: 100%;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	background: #f9f9f9;
}
.calculator__input{
	margin-right: 20px;
	margin-top: 16px;
	display: block;
	max-width: 270px;
	width: 100%;
}
.calculator__select{
	margin-right: 20px;
	margin-top: 16px;
	display: block;
	max-width: 270px;
	width: 100%;
}
.calculator__button{
	float: left;
	margin-top: 16px;
	max-width: 270px;
	width: 100%;
}
.calculator__result{
	float: left;
	font-weight: 700;
	width: 100%;
	margin-top: 20px;
}
.calculator__header{
	float:left;
	width:100%;
	font-weight: 700;
	font-size:18px;
	margin-bottom: 16px;
}
.maintext{
}
.maintext__img{
	float:right;
	width:35%;
	margin-left:5%;
	max-width:355px;
}
.maintext__body{
	width:60%;
	float:left;
	font-size: 16px;
	line-height: 140%;
}
.tabs__body{
	float: left;
	width: 100%;
}
.tabs__body + .tabs__body{
	display:none;
}
.tabs__header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: space-around;
	margin-bottom: 32px;
}
.tabs__elem{
	text-align: center;
	cursor: pointer;
	color: #999;
	transition:0.2s;
	border-bottom: 1px dotted;
	padding-bottom: 4px;
}
.tabs__elem:hover, .tabs__elem.active{
	color:#000;
}
.tabs__title{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
}
.user__notice{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: #9c002e;
	font-weight: 700;
}
.usertabs{
	float:left;
	width:100%;
	position: relative;
}
.usertabs__left{
	float: left;
	width: 40%;
}
.usertabs__right{
	float: left;
	width: 60%;
}
.usertabs__header{
	margin-bottom: 10px;
	float:left;
	width:100%;
}
.usertabs__elem{
	float: left;
	padding: 12px 22px;
	background: #ffe8fe;
	cursor: pointer;
	transition: 0.2s;
	border: 1px solid transparent;
	color: #000;
	font-weight: 500;
	margin: 0 10px 16px 0;
	text-decoration: none;
	opacity: 1;
	border-radius: 40px;
	font-size: 14px;
}
.usertabs__elem.active, .usertabs__elem:hover{
	background: #8d39bb;
	color: #fff;
	opacity: 1;
}
.usertabs__body{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	display:none;
}
.usertabs__body + .usertabs__body{
	display:none;
}
.usertabs__body.active{
	display:block;
}
.user__header{
	float:left;
	width:100%;	
}
.user__header h1{
	float:left;
}
.user__logout{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.user__paymentNotice{
	float:left;
	width:100%;
	font-weight: 700;
	margin-bottom: 16px;
	color: #9c002e;
}
.user__paymentNotice a{
	border-bottom:1px dotted;
	cursor:pointer;
	color:#8d39bb;	
}
.user__paymentNotice_violet{
	color:#8d39bb;
}
.calendar{
	float: left;
	width: 100%;
}
.calendar__iterations{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.calendar__iteration{
	float: left;
	margin-right: 8px;
	background: #ffa5a5;
	cursor: pointer;
	transition: 0.2s;
	border: 1px solid transparent;
	color: #000;
	font-weight: 500;
	width: 40px;
	height: 40px;
	line-height: 32px;
	text-align: center;
	opacity: 0.5;
	margin-bottom: 8px;
	border: 4px solid transparent;
}
.calendar__iteration_filled{
	background:#2a8a00;
	color: #fff;
}
.calendar__start{
	border-color: #8d39bb;
}
.calendar__iteration.active, .calendar__iteration:hover{
    opacity:1;
}
.calendarform{
	display:none;
}
.calendar__dates{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.calendar__addDate{
	float: left;
	padding: 14px 20px;
}
.user__calc{
	float: left;
	width: 100%;
}
.user__calcTitle{font-size: 22px;font-weight: 700;margin-bottom: 20px;float: left;width: 100%;}
.user__calcItem{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
}
.user__calcHeader{
	font-weight: 400;
	float: left;
}
.user__calcValue {
	float: left;
	margin-left: 10px;
	font-weight: 700;
}
.chart-js{
	float:left;
	max-height:500px;
	width:100%;
}
.user__materials{
	
}
.user__materialsBlock{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.user__materialsBlock:nth-last-child(1){
	border:none;
}
.user__materialsTitle{
	font-weight: 700;
	font-size: 25px;
	cursor: pointer;
}
.user__materialsMiniTitle{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.user__materialsMiniTitle:nth-child(1){
	margin-top:0;
}
.user__materialsContent{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	display: none;
}
.user__materialsText{
	float: left;
	width: 100%;
	line-height: 140%;
	padding-top: 20px;
}
.user__materialsLink{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.user__video{
	max-width:100%;
	width:700px;
}
.benefits{
	text-align: center;
}
.benefits__block{
	
}
.benefits__items{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.benefits__item{
	margin-bottom: 16px;
	font-size: 20px;
	display: flex;
}
.benefits__icon{
	display: inline-block;
	vertical-align: top;
	color: #8d39bb;
}
.benefits__text{
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	margin-left: 10px;
}
.programwho{
	text-align: center;
}
.programwho__block{
	
}
.programwho__items{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.programwho__item{margin-bottom: 32px;}
.programwho__icon{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: #8d39bb;
	border-radius: 32px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 5px 10px 10px 0;
}
.programwho__content{
	display: inline-block;
}
.programwho__title{
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
}
.programwho__title:before{
	margin-right:10px;
}
.programwho__text{
	line-height: 140%;
	margin-top: 8px;
}
.programwho__button{
	display: inline-block;
	vertical-align: top;
	padding: 14px 32px;
	margin-top: 32px;
	font-size: 22px;
	background: #8d39bb;
	color: #fff;
}
.howitwork{
	text-align:center;
}
.howitwork__block{
	text-align:left;
	display:inline-block;
	vertical-align:top;
	/* max-width:1000px; */
}
.howitwork__item{
	float: left;
	width: 100%;
	margin-bottom: 22px;
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	overflow: hidden;
}
.howitwork__titleBlock{
	float: left;
	width: 100%;
	cursor: pointer;
	transition:0.2s;
}
.howitwork__titleBlock:hover{
	color:#8d39bb;
	
}
.howitwork__titleBlock:hover .howitwork__icon{
	border-color: #8d39bb;
}
.howitwork__title{
	font-weight: 600;
	font-size: 20px;
	float: left;
	padding-right: 40px;
}
.howitwork__icon{
	font-size: 14px;
	margin-left: 16px;
	width: 32px;
	height: 32px;
	line-height: 31px;
	text-align: center;
	border-radius: 32px;
	border: 1px solid #000;
	top: 12px;
	position: absolute;
	right: 11px;
}
.howitwork__text{
	display:none;
	float: left;
	width: 100%;
	line-height: 140%;
	margin: 20px 0 0;
}
.maincallback{
	text-align:center;
}
.maincallback__block{
	float:left;
	width:100%;
}
.maincallback__text{
	font-size:20px;
	line-height:140%;
	display: inline-block;
	vertical-align: top;
	max-width: 800px;
	font-weight: 500;
}
.mainslogan__title{
	font-size:25px;
	font-weight:300;
	text-align:center;
}
.popup__compare{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.popup__compareLine{
	display: table-row;
	font-size: 14px;
}
.popup__compareCell{
	display: table-cell;
	padding: 8px 20px;
	border: 1px solid #ddd;
	font-size: 20px;
	text-align: center;
	background-color: #ccffd9;
}
.popup__compareLine_title .popup__compareCell{
	font-weight:700;
}
.popup__compareCell_minus{
	background-color: #ffdcdc;
}
.popup__compareCell_name{
	font-size: 14px;
	text-align: left;
	background: #fff;
}

.cookiepoffer{
	position:fixed;
	width:100%;
	bottom: 0;
	left:0;
	background: #efefef;
	padding: 20px 0;
	z-index: 999999995;
	-webkit-box-shadow: 1px -1px 3px rgb(0 0 0 / 15%);
	box-shadow: 1px -1px 3px rgb(0 0 0 / 15%);
}
.cookiepoffer__text{
	font-size: 12px;
	font-weight:400;
	line-height:140%;
	width: 100%;
}
.cookiepoffer__button{
	margin-top: 16px;
	float: left;
	font-size: 16px;
	padding: 10px 24px;
	border: 1px solid #000;
	color: #000;
}
.cookiepoffer__button:hover{
	color:#fff;
	background:#000;
}
.usercontent{
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	-webkit-box-pack: left;
	justify-content: left;
	gap: 2%;
	margin-top: 32px;
}
.usercontent__item{
	float: left;
	width: 23%;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	min-width: 350px;
	background: #fbfbfb;
}
.usercontent__item_3{
	width:31%;
}
.usercontent__item img{
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.usercontent__item:hover img{
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	-webkit-transform:
	scale(1.1);
	    -ms-transform:
	scale(1.1);
	        transform:
	scale(1.1);
}
.usercontent__image{
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	float: left;
}
.usercontent__cont{
	float:left;
	width: 100%;
	padding: 32px;
}
.usercontent__header{
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.usercontent__button{float: left;width: 100%;}
.usercontentdetail{
	margin-top: 32px;
}
.usercontentdetail__title{
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	margin-bottom: 32px;
}
.usercontentdetail__image{
	float: right;
	max-width: 550px;
	margin: 0 0 32px 32px;
}
.usercontentdetail__fulltext{
	
}
.usercontentdetail__fulltext h2{
	font-size: 30px;
}
.usercontentdetail__fulltext h3{
	border-top: 1px solid #ddd;
	padding-top: 32px;
}
.usercontentdetail__firstext{
	display:none;
	background: #f7f7f7;
	padding: 0 32px 32px 32px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	margin-top: 20px;
}
.usercontentdetail__firstext h2{
	font-size: 30px;
}
.usercontentdetail__materialtext h2{
	font-size: 30px;
}
.usercontentdetail__link{
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	background: #8d39bb;
	color: #fff;
	margin-bottom: 32px;
}
.usercontentdetail__see {
	font-weight:700;
	font-size:18px;
}
.usercontentdetail__see span{
	border-bottom:1px dotted;
	cursor: pointer;
}
.userrecommend{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.userrecommend__header{
	float: left;
	width: 100%;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 500;
	text-decoration:none;
}
.userrecommend__header span{
	border-bottom:1px dotted;
}
.psychotest-list,
.psychotest-detail {
    margin: 20px 0;
    color: #333;
}

.psychotest-list__item {
    margin-bottom: 16px;
}

.psychotest-list__link {
    text-decoration: none;
    font-size: 22px;
    border-bottom: 1px dotted;
    font-weight: 700;
}

.psychotest-list__link:hover {
    color: #3367D6;
}

.psychotest-detail__header h2 {
    font-size: 28px;
    margin-bottom: 15px;
    border-bottom: 2px solid #4285F4;
    padding-bottom: 10px;
}

.psychotest-detail__description p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.psychotest-form {
    margin-top: 20px;
    margin-bottom: 32px;
}

.psychotest-question {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}
.psychotest_has-error{
	border-color:#db0000;
}
.psychotest-question__text {
    font-size: 18px;
    margin-bottom: 16px;
}

.psychotest-question__answers {
}

.psychotest-question__label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0 10px 20px 0;
    border-right: 1px solid #ddd;
    color: #444;
    padding-right: 10px;
}
.psychotest-question__label:nth-last-child(1){
	border-right:none;
}
.psychotest-question__answer{
	font-size:20px;
}
.userform__result {
    float: left;
    max-width: 900px;
}

.psychotest-result__header {
    font-size: 20px;
    margin-bottom: 10px;
}

.userform__resulttext {
    font-size: 16px;
    line-height: 1.4;
    padding: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #f5f5f5;
}
.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    padding: 20px;
}
.spinner {
    margin-left: 10px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #4285F4;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.constructor__user{
	margin-bottom: 20px;
	font-weight: 500;
}
.constructor__user a{
	color: #8d39bb;
}
.constructor__item_opacity{
	/* opacity: 0.5; */
}
.constructor__item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.constructor__itemLeft {
   float: left;
   width: 70%;
}
.constructor__itemRight{
	float: right;
	width: 30%;
}
.constructor__header {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}
.constructor__price {
    font-size: 18px;
    font-weight: 500;
    float: right;
    margin-right: 20px;
}
.constructor__annotation {
    display: none;
    margin-top: 5px;
    color: #222;
    font-size: 14px;
}
.constructor__annotation a{
	text-decoration:none;
	border-bottom: 1px dotted #000;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	margin: 8px 0;
}
.constructor__button {
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    float: right;
    font-size: 14px;
}
.constructor__button.active {
    background: #8d39bb;
    color: #fff;
}
.constructor__buttonTotal {
    background: #999;
    color: #fff;
    text-align: center;
    cursor: not-allowed;
    margin-right: 10px;
    border-color: #999;
}
.constructor__buttonTotal.active {
    background: #8d39bb;
    cursor: pointer;
    border-color: #8d39bb;
}
.constructor__buttonBlock {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}
.constructor__totalBlock{
	float:left;
	width:100%;
	margin-top:20px;
}
.constructor__total{
	font-weight: 400;
	margin-bottom: 8px;
	float: left;
	width: 100%;
	font-size: 16px;
}
.constructor__total span{
	font-weight:700;
}
.constructor__buttonBlock{
	float:left;
	width:100%;
}
.constructor__buttonTotal{
	
}
.constructorbutton__fixed{
	position: fixed;
	z-index: 1000;
	bottom: 32px;
	right: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	cursor: pointer;
	border-radius: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 20px;
	box-shadow: 0 16px 16px #005A9A60;
	background-color: #8d39bb;
	border: none;
	animation: blinkbutton 2s infinite linear;
}
@keyframes blinkbutton {
  	0% {
  	    box-shadow: 0 0 0 0 #8d39bb;
	}
  	50% {
        box-shadow: 0 0 10px 4px #8d39bb
  	}
  	100%{
  		box-shadow: 0 0 0 0 #8d39bb;
  	}
}
.account{
	text-align: center;
}
.account__items{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.account__image{
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 10px;
}
.account__itemsBlock{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.account__item{
	margin-bottom: 16px;
	font-size: 20px;
	display:flex;
}
.account__itemIcon{
	display: inline-block;
	vertical-align: top;
}
.account__content{
	margin-left:20px;
}
.account__itemTitle{
	display:inline-block;
	font-weight:700;
	vertical-align:top;
}
.account__itemText{
	display:inline-block;
	vertical-align:top;
}
.question {
	display: flex;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0;
	border-radius: 10px;
	position: relative;
}
.question .question-text {
	flex: 1;
}
.question-text label{
	display:block;
}
.question-text p{
	margin-bottom:20px;
	display: inline-block;
	vertical-align: top;
}
.question-image {
	margin-left: 20px;
}
.question-image img {max-width: 150px;}
.result {
	display: none;
}
.resultquiz__title{
	font-weight: 700;
	margin-bottom: 16px;
	font-size: 20px;
}
.resultquiz__text{
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.quiz__button{
	float:left;
}
.backgroundgray{
	background: #f7f7f7;
	float: left;
	width: 100%;
}
.desctop-none{
	display:none;
}
.mainproducts.animate{
	-webkit-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;
	opacity:1;
}
.advantagesBlock.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.news.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.persons.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.subscribe.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.productpage__imagesBlock.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.productpage__info.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.container-left.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.container-right.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.personpage__left.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.personpage__right.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.personpage__desc.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}
.opacity-animate.animate{
	-webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
	opacity:1;
}