*::-webkit-input-placeholder {
	color: #9C9CAA;
	opacity: 1;
}
*:-moz-placeholder {
	color: #9C9CAA;
	opacity: 1;
}
*::-moz-placeholder {
	color: #9C9CAA;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #9C9CAA;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body { 
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 24px;
/* 	color: #767687; */
    color: #333;
	overflow-x: hidden;
	margin: 0; 
	background: #F8F8FE;
}
button {
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal; 
}
.wrapper {
	padding-top: 96px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
.header {
	padding: 17px 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
}
.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	display: inline-block;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.menu {
	margin: 0 25px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Helvetica Neue';
}

.menu > li {
    padding-right: 30px;
}

.menu a {
	color: #373742;
	transition: all 0.3s;
}

.page_bg_wr {
    padding-top: 50px;
}

@media screen and (min-width: 1201px){

    .menu .sub-menu {
        display: none;
        position: absolute;
        top: 15px;
        left: 0;
        width: 200px;
        padding: 15px;
        margin-left: -15px;
        margin-top: 2px;
        background: #fff;
    }
    
    .menu > li.menu-item-has-children {
        position: relative;
        padding-right: 30px;
        background: url(../img/ar.svg) no-repeat right calc(50% - 1px);
    }
    
    .menu > li.menu-item-has-children:hover .sub-menu{
        display: block;
    }
}

.menu a:hover {
	color: #FF6D8D;
}
.btn-main {
    cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 0 30px;
	height: 44px;
	background-color: #946FDE;
	border-radius: 8px;
	border: 1px solid transparent;
	font-family: 'Helvetica Neue';
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s;
}
.btn-main:hover {
	border-color: #9BABB1;
	background-color: #fff;
	color: #FF6D8D;
}
.btn-main:hover img {
	filter: invert(0.5) sepia(1) hue-rotate(305deg) saturate(5) brightness(1);
}
.btn-main:focus {
	color: #fff;
	background-color: #FF6D8D;
	box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.15), inset 0px 2px 2px rgba(0, 0, 0, 0.2);
	border-color: transparent;
}
.btn-main:focus img {
	filter: none;
}

.btn-main_square {
    width: 44px;
    padding: 0;
}

.btn-main_square img {
    margin-right: 0 !important;
}

.comment-form .rating_estimate .rating__item {
	font-size: 46px;
	color: #ddeaf1;
	margin: 0;
}
.btn-main_min {
	height: 44px;
}
.btn-main img {
	margin-right: 20px;
	margin-top: -3px;
}
.btn-main_icon {
	padding-left: 12px;
}
.social-list {
	display: flex;
	align-items: center;
}
.social-list a {
	margin: 0 10px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	transition: all 0.3s;
}

.social-list a img {
transition: all 0.3s;
}
.social-list a:hover img {
filter: contrast(300%);
}

.link-icon {
	font-weight: 500;
	color: #373742;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
}
.link-icon:hover {
	color: #FF6D8D;
}
.link-icon img {
	margin-right: 10px;
}
.arrow-main {
	width: 20px;
	height: 20px;
	background-image: url(../img/ar.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
.link-icon .arrow-main {
	margin-left: 10px;
}
.title-big {
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 35px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Helvetica Neue';
	background: -webkit-linear-gradient(rgba(172, 130, 255, 1), rgba(92, 196, 255, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title-big + .article {
    margin-bottom: 30px;
}

.billbord {
	padding-top: 70px;
}
.article h2,
.title-section {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 30px;
	font-weight: 900;
	font-family: 'Helvetica Neue';
	color: #2E2E3A;
}

.title-section_page {
	padding-top: 80px;
	padding-bottom: 25px;
}

.billbord-main {
	position: relative;
}
.billbord-main__image {
	height: 565px;
	border-radius: 20px;
	border-radius: 20px;
	border-bottom-left-radius: 100px;
	overflow: hidden;
}
.billbord-main__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	border-bottom-left-radius: 100px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.billbord-main:hover .billbord-main__image img  {
	transform: scale(1.2);
}
article h3,
.title-middle {
	font-size: 28px;
	line-height: 32px;
	font-weight: 900;
	font-family: 'Helvetica Neue';
}
.billbord-main__content {
	bottom: 64px;
	left: 70px;
	max-width: 430px;
	width: 100%;
	color: #fff;
	position: absolute;
	z-index: 2;
}
.btn-main_white {
	color: #946FDE;
	background-color: #fff;
}
.btn-main_white:hover {
	background-color: #946FDE;
	color: #fff;
	border-color: #946FDE;
}
.btn-main_white:hover img,
.btn-main_white:focus img {
	filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}
.item-article .btn-main,
.big-article .btn-main,
.billbord-main__content .btn-main {
	padding-left: 12px;
	margin-top: 20px;
	height: 44px;
}
.billbord-main__content .title-middle {
	margin-bottom: 20px;
}
.sidebar-articles {
	padding: 35px 13px;
	background: #FFFFFF;
	border-radius: 20px;
	min-height: 100%;
}
.title-small {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #2E2E3A;
	font-family: 'Helvetica Neue';
}
.article-min {
	padding: 17px 19px;
	padding-right: 12px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Helvetica Neue';
	font-weight: 700;
	color: #767687;
	display: flex;
	border-radius: 20px;
	align-items: center;
	transition: all 0.3s;
}	
.article-min__image {
	width: 76px;
	height: 76px;
	margin-right: 10px;
	border-radius: 10px;
	flex: none;
}
.article-min__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.article-min__text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	padding-right: 8px;
	margin-right: auto;
}
.article-min:hover {
	color: #fff;
	background-color: #946FDE;
}
.arrow-page {
	width: 30px;
	height: 30px;
	flex: none;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.arrow-page::before,
.arrow-page::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/ar_right2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.3s;
}
.arrow-page::before {
	background-image: url(../img/ar_right.svg);
	opacity: 1;
}
.article-min:hover .arrow-page::after {
	opacity: 1;
}
.sidebar-articles__list {
	max-height: 450px;
	padding-right: 5px;
	overflow: auto;
}
.sidebar-articles__list::-webkit-scrollbar {
	-webkit-appearance: none;
}
.sidebar-articles__list::-webkit-scrollbar:vertical {
	width: 5px;
}
.sidebar-articles__list::-webkit-scrollbar:horizontal {
	height: 5px;
}
.sidebar-articles__list::-webkit-scrollbar-thumb {
	background-color: #C5A9FB;
	border-radius: 50px;
}
.sidebar-articles__list::-webkit-scrollbar-track {
	border-radius: 50px;
	background-color: transparent;
}
.line-about__item {
	margin-left: 30px;
	display: inline-flex;
	align-items: center;
}
.line-about__item img {
	margin-right: 10px;
	max-width: 30px;
}
.line-about {
	font-size: 18px;
	margin-bottom: 35px;
	color: #373742;
	display: flex;
	align-items: center;
}
.line-about__title {
	font-weight: 500;
	font-family: 'Helvetica Neue';
}
.head-section {
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link-page {
	font-size: 14px;
	line-height: 20px;
	color: #373742;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s;
}
.link-page .arrow-page {
	margin-left: 10px;
}
.link-page:hover {
	color: #946FDE;
}
.link-page:hover .arrow-page::after {
	opacity: 1;
}
.link-page:hover .arrow-page::before {
	opacity: 0;
}
.head-section .link-page {
	margin-bottom: 25px;
}
.sidebar-articles .title-small {
	padding-left: 15px;
	padding-bottom: 15px;
}
.big-article {
	padding-left: 70px;
	background: #659CCF;
	border-radius: 20px;
	color: #fff;
	border-bottom-right-radius: 100px;
}
.title-block {
	font-size: 28px;
	line-height: 32px;
	color: #373742;
	font-weight: 900;
	font-family: 'Helvetica Neue';
}
.big-article .title-block {
	color: #fff;
	margin-bottom: 20px;
}
.big-article__image {
	position: relative;
	top: 30px;
}
.big-article__image img {
	max-width: 100%;
	transition: all 0.3s;
	height: auto;
}
.big-article:hover .big-article__image img {
	transform: rotate(15deg);
}
.item-article {
	display: flex;
	border-radius: 20px;
	border-bottom-left-radius: 100px;
	margin-top: 30px;
	background-color: #fff;
	align-items: center;
}
.item-article__content {
	padding: 0 30px;
	padding-right: 50px;
	flex: 1;
}
.item-article__image {
	width: 302px;
	height: 344px;
	border-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 100px;
	flex: none;
	overflow: hidden;
	display: block;
}
.item-article__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 100px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-article:hover .item-article__image img {
	transform: scale(1.05);
}
.item-article .btn-main {
	border: 1px solid #EFEFF7;
}
.item-article .title-block {
	display: block;
	margin-bottom: 20px;
}
.item-article_big {
	min-height: calc(100% - 30px);
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: flex-start;
}
.item-article__bigimage img {
	transition: all 0.3s;
	max-width: 100%;
	height: auto;
}
.item-article:hover .item-article__bigimage img  {
	transform: rotate(-8deg);
}
.item-article_big .item-article__content {
	padding: 50px 0px;
	max-width: 413px;
	margin-left: 70px;
	padding: 0;
	padding-top: 55px;
	flex: none;
}
.item-team {
	background: #FFFFFF;
	color: #2E354D;
	overflow: hidden;
/* 	border-radius: 20px; */
	display: block;
}

.item-team .item-team__image {
    max-height: 240px;
}

.item-team .item-team__image img {
    height: 180px;
    object-fit: cover !important;
}

.item-team__image {
    display: block;
/*
	background-color: #FFDB5D;
	align-items: center;
	justify-content: center;
	display: flex;
*/
	z-index: 1;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
}

/*
.item-team__image img {
    height: 240px;
}
*/

.item-team__bg {
	font-size: 500px;
	line-height: 58px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.2;
	position: absolute;
	top: 60px;
	left: 0;
	font-family: 'Helvetica Neue';
	z-index: -1;
/* 	transition: all 0.3s; */
}
.item-team__image img {
/*
	max-width: 100%;
	max-height: 100%;
*/
/* 	transition: all 0.3s; */
	object-fit: contain !important;
    height: auto;
    width: auto;
    margin: 0 auto;
    width: 100%;
}
.item-team__content {
	padding: 29px 20px;
	display: block;
}
.item-team__features {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-team__feautere {
	display: inline-flex;
	align-items: center;
}
.item-team__feautere img {
	margin-right: 10px;
}
.item-team__descr {
	color: #767687;
	margin-bottom: 10px;
	display: block;
}
.item-team__title {
	font-size: 22px;
	line-height: 30px;
	font-family: 'Helvetica Neue';
	font-weight: 700;
	margin-bottom: 10px;
	transition: all 0.3s;
	display: block;
}
.team {
	padding-bottom: 110px;
}


.home .item-team .item-team__image {
	background-color: #F2994A;
}
/*
.item-team:hover .item-team__image img {
	transform: scale(1.2) translateY(40px);
}
.item-team:hover .item-team__bg {
	opacity: 1;
	color: #FFDB5E;
}
*/
.item-team_2 .item-team__image {
	background-color: #ffafc7;
}
.item-team_3 .item-team__image {
	background-color: #94CF65;
}
.item-team_4 .item-team__image {
	background-color: #C5A9FB;
}
.item-team_2:hover .item-team__image {
	background-color: #f46691;
}
.item-team_2:hover .item-team__bg {
	color: #FFAFC7;
}
.item-team_3:hover .item-team__image {
	background-color: #76AE49;
}
.item-team_3:hover .item-team__bg {
	color: #94CF65;
}
.item-team_4:hover .item-team__image {
	background-color: #946FDE;
}
.item-team_4:hover .item-team__bg {
	color: #C5A9FB;
}
.slider-team .item-team {
	margin: 0 15px;
}
.slider-team {
	margin: 0 -15px;
}
.item-team:hover .item-team__title {
	color: #946FDE;
}
.slick-arrow {
	width: 30px;
	height: 30px;
}
.slick-arrow svg path {
	transition: all 0.3s;
}
.slick-arrow:hover svg path {
	fill: #FFDB5E;
}
.slick-arrow.slick-disabled svg path {
	fill: #C0C0C9;
}
.arrows-right .slick-arrow {
	top: -60px;
	right: 15px;
	left: auto;
	transform: none;
}
.arrows-right .slick-prev {
	right: 65px;
}
.footer {
	padding-top: 49px;
	font-size: 14px;
	line-height: 20px;
	color: #D5D5DC;
	background: #373742;
}
.footer a {
    color: #D5D5DC;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.3s;
}
.footer a:hover {
    color: #946FDE;
} 

.footer__title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Helvetica Neue';
}
.footer .logo {
	margin-bottom: 20px;
}
.footer__subtitle {
	padding-bottom: 20px;
	padding-top: 30px;
	font-weight: 500;
	font-family: 'Helvetica Neue';
}
/*
.footer__nav a {
	color: #D5D5DC;
	border-bottom: 1px solid #D5D5DC;
	display: inline-block;
	transition: all 0.3s;
}
.footer__nav a:hover {
	color: #946FDE;
	border-color: #946FDE;
}
*/
.footer__nav li {
	margin-bottom: 23px;
}
.footer__left {
	max-width: 423px;
}
.footer .btn-main {
	height: 44px;
	padding-left: 12px;
}
.footer .btn-main img {
	margin-right: 14px;
}
.footer .btn-main_white:not(:hover) {
	color: #373742;
}
.footer__center,
.footer__right {
	margin-left: 30px;
}
.footer__bottom {
	padding: 17px 0;
	margin-top: 35px;
	background: #292932;
}
.footer__bottom .footer__nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer__bottom .footer__nav li {
	margin: 0;
	margin-right: 40px;
}
.footer__bottom .footer__nav li:last-child {
	margin-right: 0;
}
.footer p a {
	color: #946FDE;
}
.form-simple input {
	height: 44px;
	font-size: 16px;
	line-height: 24px;
	padding: 0 15px;
	width: 215px;
	margin-right: -15px;
	background: transparent;
	border: 1px solid #767687;
	border-radius: 10px;
	color: #fff;
	font-family: 'Open Sans';
}
.form-simple {
	margin: 20px 0;
	display: flex;
	align-items: center;
}
/*Style Sandwich*/
.btn_nav {
	border: none;
	z-index: 60;
	display: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	position: relative;
}
.btn_nav:hover {
	opacity: 1;
} 
.sandwich span {
	display: block;
}
.sandwich {
	width: 24px;
	height:28px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 20;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 14px;
	height: 4px;
	display: block;
	margin: 0;
	background-color: #946FDE;
	border: medium none;
	border-radius: 10px;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 8px;
	width: 24px;
	height: 4px;
	display: block;
	margin: 0;
	background-color: #946FDE;
	border: medium none;
	border-radius: 10px;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 13px;
	width: 24px;
	height: 4px;
	display: block;
	background-color: #946FDE;
	border: medium none;
	border-radius: 10px;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 12px;
	width: 27px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 4px;
	width: 27px;
	transform: rotate(-45deg);
}

/*End Sandwich*/
.breadcrumbs {
	font-size: 14px;
	line-height: 18px;
	padding: 30px 0;
/*
	text-transform: lowercase;
	
*/
    display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #946FDE;
	transition: all 0.3s;
}
.breadcrumbs span {
	margin: 0 10px;
}
.article-main {
	padding: 43px 70px;
	background-color: #fff;
	border-radius: 30px;
}
.title-min {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: 'Helvetica Neue';
	color: #373742;
}
.item-nav {
	color: #373742;
	padding: 10px !important;
	padding-right: 3px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(66, 66, 66, 0.07);
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.article-main .col-lg-6 {
    margin-bottom: 10px;
}

.article-main .row_nav {
    margin-bottom: 10px;
}

.item-nav img {
	margin-right: 10px;
}
.row_nav {
	margin-bottom: 20px;
}
.article img,
.article-main__image img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.article p img {
    margin-bottom: 20px;
}

.article-main__image {
	margin-bottom: 50px;
}
.head-block {
	margin-top: 50px;
}
.date-simple {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #9C9CAA;
}
.expert-min {
	padding: 10px;
	padding-right: 40px;
	margin-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #946FDE;
	display: inline-flex;
	align-items: center;
}
.expert-min__image {
	width: 55px;
	height: 55px;
	border-radius: 10px;
	margin-right: 20px;
	flex: none;
}
.expert-min__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.article-main blockquote {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	padding: 0;
	margin: 0;
}

.article_wr blockquote {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	background: #946FDE;
	color: #fff;
	padding: 30px;
}

.article_wr table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.article_wr table:last-child {
    margin-bottom: 0;
}

.article_wr table tr th,
.article_wr table tr td{
    border: 1px solid #ccc;
    padding: 5px;
}

.article {
/* 	padding-bottom: 70px; */
    margin-bottom: 70px;
}

.text-big.article {
    margin-bottom: 0;
}

.comments-ammount,
.item-date {
	font-size: 14px;
	line-height: 20px;
	padding-left: 28px;
	background-image: url(../img/ic_calendar.svg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #373742;
}
.comments-ammount {
	background-image: url(../img/ic_chat.svg);
}
.line-date {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-step {
	padding: 70px 49px;
	padding-right: 28px;
	padding-bottom: 40px;
	border-radius: 0px 0px 100px 0px;
	background: #FFFFFF;
	min-height: 100%;
	box-shadow: 0px 10px 20px rgba(66, 66, 66, 0.07);
	position: relative;
	z-index: 1;
}
.item-step .title-small {
	margin-bottom: 25px;
}
.item-step__number {
	font-size: 200px;
	line-height: 160px;
	top: 25px;
	left: 0;
	font-weight: 900;
	text-transform: uppercase;
	color: #DAFDDE;
	position: absolute;
	z-index: -1;
	font-family: 'Helvetica Neue';
	transition: all 0.3s;
}
.row_steps > div {
	margin-top: 30px;
}
.row_steps > div:nth-child(2) .item-step__number {
	color: #FDE9DA;
}
.row_steps > div:nth-child(3) .item-step__number {
	color: #DADEFD;
}
.row_steps > div:nth-child(4) .item-step__number {
	color: #FDDAFC;
}
.row_steps > div:nth-child(5) .item-step__number {
	color: #CAECFF;
}
.row_steps > div:nth-child(6) .item-step__number {
	color: #FDF3DA;
}
.item-step:hover .item-step__number {
	font-size: 300px;
	line-height: 230px;
	top: -20px;
	background: -webkit-linear-gradient(rgba(64, 192, 137, 1), rgba(199, 244, 102, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.row_steps > div:nth-child(2) .item-step:hover .item-step__number {
	background: -webkit-linear-gradient(rgba(244, 110, 102, 1), rgba(252, 255, 82, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.row_steps > div:nth-child(3) .item-step:hover .item-step__number {
	background: -webkit-linear-gradient(rgba(172, 130, 255, 1), rgba(92, 196, 255, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.row_steps > div:nth-child(4) .item-step:hover .item-step__number {
	background: -webkit-linear-gradient(rgba(255, 89, 189, 1), rgba(255, 230, 141, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.row_steps > div:nth-child(5) .item-step:hover .item-step__number {
	background: -webkit-linear-gradient(rgba(57, 179, 249, 1), rgba(121, 239, 255, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.row_steps > div:nth-child(6) .item-step:hover .item-step__number {
	background: -webkit-linear-gradient(rgba(255, 178, 106, 1), rgba(255, 184, 119, 1), rgba(197, 255, 124, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comparison .title-section	{
	padding-bottom: 30px;
	text-align: center;
}
.comparison-block {
	display: flex;
	position: relative;
}
.comparison-item {
	height: 356px;
	padding-bottom: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	background: linear-gradient(128.79deg, #F46E66 4.01%, #FCFF52 92.5%);
}
.comparison-item:nth-child(2) {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	background: linear-gradient(128.79deg, #39B3F9 4.01%, #79EFFF 82.33%);
}
.comparison-block__vs {
	width: 194px;
	height: 380px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	pointer-events: none;
}
.comparison-block__vs img {
	max-width: 100%;
}
.comparison-item__image img {
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.3s;
}
.comparison-item:nth-child(2) .btn-comparison {
	background: #94CF65;
}
.comparison-block:hover .comparison-item:first-child .comparison-item__image img {
	transform: scale(0.7);
}
.comparison-item:hover + .comparison-item .comparison-item__image img {
	transform: scale(0.7);
}
.comparison-item:first-child:hover .comparison-item__image img {
	transform: scale(1) !important;
}
.comparison-item__title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Helvetica Neue';
	text-align: center;
}
.btn-comparison {
	height: 48px;
	color: #fff;
	font-weight: 700;
	padding: 0 20px;
	background: #F78AAA;
	box-shadow: 0px 27px 80px rgba(0, 0, 0, 0.05), 0px 8.13971px 24.1177px rgba(0, 0, 0, 0.0325794), 0px 3.38082px 10.0172px rgba(0, 0, 0, 0.025), 0px 1.22278px 3.62304px rgba(0, 0, 0, 0.0174206);
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	transition: all 0.3s;
}
.btn-comparison img {
	margin-right: 10px;
	transition: all 0.3s;
}
.comparison-item:hover .btn-comparison {
	background-color: #fff;
	color: #F46691;
}
.comparison-item:hover .btn-comparison img {
	filter: invert(0.5) sepia(1) hue-rotate(305deg) saturate(8) brightness(1);
}
.comparison-item:nth-child(2):hover .btn-comparison {
	color: #76AE49;
}
.comparison-item:nth-child(2):hover .btn-comparison img {
	filter: invert(0.6) sepia(1) hue-rotate(63deg) saturate(8) brightness(1);
}
.comparison__bottom {
	padding-top: 18px;
	text-align: center;
}
.comparison__bottom .btn-main {
	height: 52px;
	min-width: 170px;
}
.table-wrap table {
	width: 100%;
	border-spacing: 0;
	color: #2E354D;
}
.table-wrap {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 10px 20px rgba(66, 66, 66, 0.07);
}
.table-wrap thead th {
	font-size: 22px;
	line-height: 30px;
	color: #373742;
	font-weight: 700;
	padding: 25px 0;
	padding-left: 65px;
	text-align: left;
	font-family: 'Helvetica Neue';
	background: #EFEFF7;
}
.table-wrap td {
	padding: 14px 0;
	border-top: 1px solid #EFEFF7;
	padding-left: 65px;
}
.table-wrap td:nth-child(2) {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	padding-left: 0;
	font-family: 'Helvetica Neue';
}
.text-main .title-small {
	padding-bottom: 25px;
}
.text-main li {
	padding-left: 14px;
	margin-bottom: 20px;
	position: relative;
}
.text-main ul li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 6px;
	height: 6px;
	background: #7DD12B;
	border-radius: 50%;
	top: 9px;
	left: 0;
}
.text-main ol {
	padding: 0;
	margin: 0;
	counter-reset: list1;
	list-style-type: none;
}
.text-main ol li::before  {
	position: absolute;
	top: 0;
	left: -10px;
	display: block;
	color: #7DD12B;
	counter-increment: list1;
	content: counter(list1) ;
}
.rate-block {
	padding-top: 50px;
	margin-top: 35px;
	border-top: 1px solid rgba(218, 241, 253, 0.5);
}
.rating {
	display: flex;
	align-items: center;
}
.rating__item {
	font-size: 14px;
	color: #D5D5DC;
	transition: all 0.3s;
	margin-right: 7px;
}
.item-form .rating_1 > .rating__item:nth-child(1) {
	color: #FFDB5E;
}
.item-form .rating_2 > .rating__item:nth-child(-n+2) {
	color: #FFDB5E;
}
.item-form .rating_3 > .rating__item:nth-child(-n+3) {
	color: #FFDB5E;
}
.item-form .rating_4 > .rating__item:nth-child(-n+4) {
	color: #FFDB5E;
}
.item-form .rating_5 > .rating__item:nth-child(-n+5) {
	color: #FFDB5E;
}
.rating__item.active {
	color: #FFDB5E;
}
.rating-wrap {
	font-size: 14px;
	line-height: 20px;
	display: flex;
	color: #373742;
	align-items: center;
}
.rating-wrap .rating {
	margin-left: 25px;
}
.rating-wrap .rating + div {
	color: #C0C0C9;
	margin-left: 6px;
}
.rate-ratings {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rating_estimate .rating__item {
	cursor: pointer;
}
.rate-buttons {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn-rate {
	font-size: 14px;
	line-height: 20px;
	min-width: 170px;
	height: 54px;
	padding: 0 20px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	color: #F78AAA;
	font-weight: 700;
	font-family: 'Helvetica Neue';
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	text-align: center;
}
.btn-rate img {
	margin-right: 30px;
	transition: all 0.3s;
}
.btn-rate:hover {
	background-color: #F78AAA;
	color: #fff;
}
.btn-rate_well {
	color: #F2C94C;
}
.btn-rate_well:hover {
	background-color: #F2C94C;
}
.btn-rate_good {
	color: #94CF65;
}
.btn-rate_good:hover {
	background-color: #94CF65;
}
.btn-rate_well:hover img,
.btn-rate_good:hover img {
	filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}
.tg-block {
    display: block;
	padding: 31px 20px;
	text-align: center;
	background-image: url(../img/tg_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
}
.tg-block .title-middle {
	color: #fff;
}
.item-comment {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 44px;
	display: flex;
}
.item-comment__image {
	width: 55px;
	height: 55px;
	margin-right: 20px;
	border-radius: 10px;
	flex: none;
}
.item-comment__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-comment__date {
	margin-bottom: 10px;
	color: #946FDE;
}
.item-comment p {
	margin-bottom: 10px;
}
.btn-page {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #94CF65;
	font-family: 'Helvetica Neue';
	padding: 0 25px;
	height: 40px;
	background-color: #F8F8FE;
	border-radius: 10px;
	transition: all 0.3s;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btn-page:hover {
	background-color: #94CF65;
	color: #fff;
}
.item-comment_inner {
	padding-left: 75px;
}
.item-comment:last-child {
	margin-bottom: 0;
}
.wrap-sidebar-article {
	position: relative;
}
.sidebar-article {
	width: 370px;
	margin-left: 100px;
	position: absolute;
	left: 100%;
	top: 0;
}
.sidebar-article__wrap {
	padding-left: 30px;
	border-left: 1px solid #D5D5DC;
}
.title-extrasmall {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	color: #373742;
	font-weight: 700;
	font-family: 'Helvetica Neue';
}
.link-simple {
	font-size: 14px;
	line-height: 14px;
	color: #946fde;
	border-bottom: 1px solid #946FDE;
	transition: all 0.3s;
}
.link-simple:hover {
	border-color:transparent;
}
.jspVerticalBar {
	display: none !important;
}
.block-form {
	padding: 40px 28px;
	padding-bottom: 52px;
	color: #fff;
	background: linear-gradient(128.79deg, #40C089 4.01%, #C7F466 101.65%);
	border-radius: 20px;
}
.descr-form {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 28px;
}
.descr-form a {
	color: #946FDE;
}
.block-form .title-middle {
	margin-bottom: 15px;
}
.item-form input:not([type="file"]),
.item-form textarea {
	height: 58px;
	width: 100%;
	font-size: 14px;
	font-family: 'Open Sans';
	color: #000;
	padding: 0 15px;
	background: #FFFFFF;
	border: 1px solid #F4F8FF;
	border-radius: 10px;
}
.item-form textarea {
	height: 96px;
	padding-top: 15px;	
	resize: none;
}
.item-form__title {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px;
}
.checkbox {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
	position: relative;
	padding: 3px 0 0 38px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: .2s;
	border: 1px solid #F4F8FF;
}
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	width: 24px;
	height: 24px;
	background-image: url(../img/ic_check.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}

.checkbox_form {
	margin-top: 0;
	margin-bottom: 20px;
}

.block-form .btn-main {
	margin-top: 18px;
	height: 60px;
	width: 100%;
}
.sidebar-article_top {
	top: -30px;
}
.nav-page__title {
	margin-top: 15px;
	font-weight: 550;
	font-size: 18px;
	line-height: 22px;
	color: #373742;
	margin-bottom: 10px;
}
.nav-page__list {
	font-size: 16px;
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
}
.nav-page__list:not(:last-child) {
	margin-bottom: 20px;
}
.nav-page__list a {
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	height: 44px;
	padding: 0px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #373742;
	transition: 0.3s all;
	position: relative;
}
.nav-page__list a:hover:after {
	opacity: 1;
	transition: 0.5s;
}
.nav-page__list a:not(:last-child) {
	margin-right: 10px;
}
.nav-page__list a span {
	position: relative;
	z-index: 99;
}
.nav-page__list a:hover span {
	color: #fff;
}
.nav-page__list a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: linear-gradient(128.79deg, #ac82ff 4.01%, #5cc4ff 101.65%);
	opacity: 0;
	border-radius: 10px;
	transition: all 0.3s;
	z-index: 2;
}
.nav-page_article {
	display: none;
}
.sidebar-expert  blockquote {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	padding: 0;
	margin: 0;
}
.rating-page .title-big {
	margin-bottom: 25px;
}
.select-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.select-sorting {
	display: flex;
	align-items: center;
}
.rating-diet .col-lg-6:last-child .select-sorting {
	justify-content: flex-end;
}
.rating-diet {
	margin-top: 30px;
	margin-bottom: 100px;
}
.select-sorting .jqselect {
	width: 416px;
}
.jqselect {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #efeff7;
	border-radius: 10px;
	width: 100%;
}
.opened .jq-selectbox__trigger::after {
	opacity: 1;
	transform: rotate(180deg);
}
.jq-selectbox__select-text {
	cursor: pointer;
	padding: 15px;
	padding-right: 40px;
	width: initial !important;
}
.jq-selectbox__trigger::after {
	position: absolute;
	display: block;
	content: " ";
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	background-image: url(../img/chevron-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	transition: all 0.3s;
}
.jq-selectbox__dropdown {
	width: 100%;
	left: 0;
	display: block;
	background-color: #fff;
	position: relative;
	padding: 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.jq-selectbox__dropdown li {
	position: relative;
	display: block;
	align-items: center;
	transition: all 0.3s;
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 10px;
}
.jq-selectbox__dropdown li:last-child {
	margin-bottom: 0px;
}
.jq-selectbox__dropdown li.sel,
.jq-selectbox__dropdown li:hover {
	font-weight: 500;
	color: #5cc4ff;
}
form:not(.calculate_norms):not(.check_compare) select {
	visibility: hidden;
}
.sortings-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.select-sorting .title-min {
	margin: 0;
	margin-right: 10px;
}

.table-rating {
	margin-top: 30px;
}
.table-rating table {
	width: 100%;
	border-spacing: 0;
}
.table-rating th {
	padding: 23px 0;
	background: #946FDE;
	color: #fff;
	text-align: left;
}
.table-rating th:first-child {
	padding-left: 100px;
}
.table-rating th:first-child {
	border-top-left-radius: 20px;
}
.table-rating th:last-child {
	border-top-right-radius: 20px;
}
.title-th {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Helvetica Neue';
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.title-th img {
	margin-left: 10px;
}
.main-td {
	display: flex;
	align-items: center;
}
.image-td {
	width: 70px;
	height: 70px;
	flex: none;
	margin-right: 20px;
	border-radius: 10px;
	display: block;
}
.image-td img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.value-td {
	display: inline-flex;
	align-items: center;
}
.value-td img {
	margin-right: 10px;
}
.title-min_green  {
	color: #76AE49;
}
.title-min_purple  {
	color: #946FDE;
}
.title-min_pink  {
	color: #F46691;
}
.table-rating .title-min {
	margin: 0;
}
.table-rating a.title-min {
	transition: all 0.3s;
}
.table-rating a.title-min:hover {
	color: #5DC5DC;
}
.table-rating td {
	padding: 9px;
	background-color: #fff;
	border-bottom: 1px solid #EFEFF7;
}
.table-rating tr:last-child td {
	border: none;
}
.table-rating tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}
.table-rating tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}
.table-rating td:nth-child(2),
.table-rating td:nth-child(3),
.table-rating td:nth-child(4) {
	width: 282px;
}
.table-rating td:nth-child(5) {
	width: 190px;
}

.article p{
    padding-bottom: 1.5em;
}

.article p:last-child {
    padding-bottom: 0;
}

.two_cols .article {
    column-width: 50%;
	column-count: 2;
}

/* .article h2, */
.title-section_gradient {
	background: -webkit-linear-gradient(rgba(172, 130, 255, 1), rgba(92, 196, 255, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.article h3,
.best-info .title-middle {
	color: #3F454E;
	margin-bottom: 15px;
}
.best-info .title-section {
	margin-bottom: 15px;
}
.best-info {
	padding-top: 100px;
	padding-bottom: 50px;
}
.best-diets__block {
	font-size: 14px;
	line-height: 20px;
	background: url(../img/bg-best.jpg) no-repeat top;
	position: relative;
	padding-top: 130px;
	margin-bottom: 60px;
}
.best-diets__item {
	padding: 75px 80px;
	padding-bottom: 65px;
/* 	background: url(../img/bg-diets.svg) no-repeat; */
    background: rgba(255,255,255, 0.5);
	position: relative;
	background-size: 100% 100%;
	z-index: 9;
	backdrop-filter: blur(30px);
	filter: drop-shadow(0px 7px 64px rgba(0, 0, 0, 0.07));
	border-radius: 25px;
}

.best-diets__content p {
	margin-bottom: 20px;
}
.best-diets__content {
	min-height: 260px;
	padding-right: 400px;
}
.best-diets__item p span {
	color: #ff5c7c;
	margin-left: 3px;
}
.best-diets__item p .color_purp {
	color: #946fde;
	margin-left: 3px;
}
.best-diets__descr {
	max-width: 966px;
	margin-bottom: 30px;
	padding-right: 30px;
}
.best-diets__item .best-diets__text {
	margin-bottom: 20px;
	color: #78859c;
	max-width: 905px;
}
.best-diets__item .title-section {
	padding-right: 400px;
	margin-bottom: 20px;
}
.best-diets__title {
	font-weight: 550;
	font-size: 18px;
	line-height: 22px;
	color: #946fde;
	margin-bottom: 5px;
}
.best-diets__info {
	margin-top: 15px;
}
.best-diets__info p {
	color: #78859c;
}
.best-diets__footer {
	padding-left: 80px;
	padding-right: 31px;
	padding-bottom: 77px;
}
.best-diets__footer p {
	font-size: 14px;
	line-height: 20px;
	color: #767687;
	padding-bottom: 40px;
}
.best-diets__like {
	font-weight: 550;
	font-size: 18px;
	line-height: 22px;
	color: #76ae49;
	margin-bottom: 10px;
	position: relative;
}
.best-diets__like:before {
	content: "";
	background: url(../img/like-best.svg) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -40px;
}
.best-diets__like:after {
	content: "";
	width: 1px;
	height: 97px;
	background: #ddeaf1;
	position: absolute;
	right: -65px;
}
.dontlike_pink {
	color: #ff5c7c;
}
.dontlike_pink:after {
	display: none;
}
.dontlike_pink:before {
	background: url(../img/dontlike-best.svg) no-repeat;
	width: 24px;
	height: 24px;
}
.main-card {
	position: absolute;
	right: 0;
	top: -90px;
	background: #94cf65;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 0px 20px 20px 20px;
	padding: 66px;
	max-width: 470px;
	width: 100%;
	color: #fff;
}
.main-card .title-min {
	color: #fff;
}
.main-card ul li {
	position: relative;
}
.main-card ul li:not(:last-child) {
	margin-bottom: 5px;
}
.main-card ul li:before {
	content: "•";
	position: absolute;
	left: 0px;
	top: 2px;
}
.best-diets__result {
	margin-top: 50px;
}
.best-diets__result p {
	line-height: 24px;
	color: #78859c;
}
.row_diets-info {
	margin-top: 30px;
}
.row_diets-info .title-min {
	color: #946fde;
	margin-bottom: 6px;
}
.main-card p {
	margin-bottom: 20px;
}
.row_diets-advantages .title-min {
	position: relative;
}
.row_diets-advantages .title-min img {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 20px;
}
.row_diets-advantages {
	margin-top: 35px;
	align-items: flex-start;
}
.row_diets-advantages > div:nth-child(1) .title-min img {
	top: -2px;
}
.row_diets-advantages > div:nth-child(1) .title-min {
	color: #76AE49;
}
.row_diets-advantages > div:nth-child(2) .title-min {
	color: #FF5C7C;
}
.row_diets-advantages > div:nth-child(2)::before {
	position: absolute;
	display: block;
	content: " ";
	width: 1px;
	height: 100%;
	top: 0;
	left: -60px;
	background-color: #DDEAF1;
}
.best-info_bottom {
	padding-top: 0;
}
.video-block__image {
	height: 490px;
	border-radius: 20px;
	position: relative;
	display: block;
}
.video-block__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.video-block {
	display: block;
	position: relative;
	color: #fff;
}
.video-block__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.video-block__content {
	padding: 20px 40px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.video-block .title-min {
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 400;
	display: block;
}
.time-min {
	font-size: 14px;
	white-space: nowrap;
	display: inline-flex;
}
.time-min img {
	margin-right: 10px;
}
.video-block .time-min {
	margin-left: 10px;
}
.icon-play {
	width: 83px;
	height: 83px;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 3;
	transition: all 0.3s;
}
.video-block:hover .icon-play {
	transform: scale(1.1);
}
.comments-main {
	padding: 70px 100px;
	margin-top: 50px;
	background: #FFFFFF;
	border-radius: 20px;
}
.comments-main .item-comment {
	max-width: 1030px;
}
.comments-main .item-comment .btn-page {
	font-weight: 400;
	padding: 0;
	background-color: transparent;
}
.comments-main .item-comment .btn-page:hover {
	color: #FF6D8D;
}

.comment-form {
	padding: 60px 50px;	
	color: #fff;
	background: linear-gradient(128.79deg, #40C089 4.01%, #C7F466 101.65%);
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}
.comment-form .title-middle {
	padding-bottom: 25px;
}

.comment-form .rating_estimate  {
	max-width: 310px;
	justify-content: space-between;
}
.item-form  .rating_estimate {
	margin-top: 5px;
}
.comment-form__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-form .item-form {
	margin-bottom: 30px;
}
.comment-form .btn-main {
	height: 70px;
	width: 309px;
	max-width: 100%;
}
.rating-page {
	padding-bottom: 50px;
}
.card-simple {
	padding: 35px 30px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	min-height: 100%;
}
.card-simple .title-small {
	margin-bottom: 15px;
}
.card-simple a {
	transition: all 0.3s;
	color: #946FDE;
}
.card-simple__icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: linear-gradient(128.79deg, #40C089 4.01%, #C7F466 101.65%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-simple__icon img {
	max-width: 100%;
	max-height: 100%;
}
.card-simple_2 .card-simple__icon {
	background: linear-gradient(128.79deg, #F46E66 4.01%, #FCFF52 92.5%);
}
.card-simple_3 .card-simple__icon {
	background: linear-gradient(128.79deg, #AC82FF 4.01%, #5CC4FF 101.65%);
}
.advatage-block {
	padding: 112px 0;
	padding-right: 100px;
	background-image: url(../img/bg_avd.jpg);
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	background-size: cover;
}
.advatage-block .btn-main {
	margin-top: 40px;
	min-width: 200px;
	height: 50px;
}
.diet-page {
	font-size: 18px;
	line-height: 28px;
}
.item-quality__icon {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-quality_1 .title-min {
	color: #946FDE;
}
.item-quality_2 .title-min {
	color: #F78AAA;
}
.item-quality_3 .title-min {
	color: #94CF65;
}
.item-quality_4 .title-min {
	color: #53E0F3;
}
.item-quality_5 .title-min {
	color: #FFDB5E;
}
.item-quality_6 .title-min {
	color: #39B3F9;
}
.item-quality_1:hover {
	background-color: #946FDE;
}
.item-quality_2:hover {
	background-color: #F78AAA;
}
.item-quality_3:hover {
	background-color: #94CF65;
}
.item-quality_4:hover {
	background-color: #53E0F3;
}
.item-quality_5:hover {
	background-color: #FFDB5E;
}
.item-quality_6:hover {
	background-color: #39B3F9;
}
.item-quality:hover  {
	color: #373742;
	color: #fff;
}
.item-quality:hover .title-min {
	color: #fff;
}
.item-quality:hover .item-quality__icon img {
	filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}
.item-quality__icon img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}
.item-quality {
	padding: 72px 65px;
	background: #FFFFFF;
	min-height: 100%;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	transition: all 0.3s;
}
.row_qualities > div {
	margin-bottom: 30px;
}
.text-main p {
/* 	margin-bottom: 20px; */
}
.special-info {
	font-size: 16px;
	line-height: 24px;
	padding: 48px;
	padding-bottom: 41px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}
.special-info__icon {
	width: 70px;
	height: 21px;
	background: #FFAFC7;
	border-radius: 20px;
	margin-bottom: 20px;
}
.special-info .row > div:nth-child(2) .special-info__icon {
	background: #C5A9FB;
}
.special-info .row > div:nth-child(3) .special-info__icon {
	background: #94CF65;
}
.preparation-block {
	color: #373742;
	padding: 90px 104px;
	padding-bottom: 80px;
	background-color: #FDCE43;
	background-image: url(../img/bg_preparation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-radius: 20px;
}
.preparation-block__content {
	max-width: 870px;
}
.preparation-block p {
	margin-bottom: 15px;
}
.preparation-block ul {
	margin-bottom: 15px;
}
.preparation-block ul li {
	padding-left: 20px;
	position: relative;
}
.preparation-block ul li::before {
	position: absolute;
	display: block;
	content: "•";
	top: 0;
	left: 0;
}
.best-diets__block_page {
/* 	padding-top: 378px; */
	border-radius: 20px;
	padding-top: 0;
	position: relative;
	-webkit-background-size: contain !important;
    background-size: contain !important;
}
.best-diets__block_page > .df {
    padding: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.best-diets__block_page > .df .img_wr {
    padding-right: 30px;
}

.best-diets__block_page > .df .title-section {
    margin-bottom: 0;
    color: #000;
}

.best-diets__block_page .best-diets__item {
/* 	padding-top: 103px; */
}
.best-diets__block_page p {
/* 	margin-bottom: 20px; */
}
.info-apart {
    margin-top: 50px;
	font-size: 14px;
	line-height: 20px;
	padding: 45px 100px;
	background-color: #fff;
}

.row_diets-advantages ol {
	margin: 0;
	padding: 0;
}
.info-apart .row_diets-advantages {
	margin: 0;
	align-items: initial;
}
.mb-0 {
	margin-bottom: 0;
}
.info-apart_alert {
	color: #fff;
	margin-bottom: 50px;
	background: #C5A9FB;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.info-apart_alert .title-min {
	color: #fff;
}
.info-apart_alert ul {
	columns: 2;
}
.info-apart_alert ul li {
	padding-right: 40px;
	padding-left: 20px;
	position: relative;
}
.info-apart ul li:before {
	content: "•";
	position: absolute;
	left: 0px;
	top: 2px;
}
.info-apart_alert p {
	margin-bottom: 20px;
}
.info-apart_alert img {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 20px;
}
.info-apart .title-min {
	position: relative;
}
.best-diets__block ul {
	margin-bottom: 20px;
}
/*
.item-schedule p,
.text-section ul li,
.best-diets__block ul li {
	padding-left: 20px;
	position: relative;
}
*/
/*
.item-schedule p::before,
.text-section ul li:before,
.best-diets__block ul li:before {
	content: "•";
	position: absolute;
	left: 0px;
	top: 2px;
}
*/
.step-diet__number {
	font-size: 200px;
	line-height: 58px;
	font-weight: 900;	
	text-transform: uppercase;
	font-family: 'Helvetica Neue';
	color: #C5A9FB;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: -20px;
}
.step-diet {
	padding-left: 40px;
	margin-top: 65px;
	position: relative;
}
.text-big {
	font-size: 18px;
	line-height: 28px;
}
.text-main {
	font-size: 16px;
	line-height: 24px;
}
.text-min {
	font-size: 14px;
	line-height: 20px;
}
.schedule {
	padding: 55px 35px;
	background: #FFFFFF;
	backdrop-filter: blur(30px);
	border-radius: 30px;
}
.tabs-schedule {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tabs-schedule a {
	font-size: 14px;
	line-height: 20px;
	padding: 0 44px;
	color: #373742;
	margin-right: 20px;
	height: 50px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #F8F8FE;
	border-radius: 10px;
	font-family: 'Helvetica Neue';
	transition: all 0.3s;
}
.tabs-schedule a:hover,
.tabs-schedule .active a {
	background-color: #946FDE;
	color: #fff;
}
.tab-pane-schedule {
	display: none;
}
.tab-pane-schedule:first-child {
	display: block;
}
.schedules-wrap {
	display: flex;
	margin: 0 -10px;
}
.item-schedule {
	padding: 23px;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 18px;
	flex: 1;
	min-height: 100%;
	margin: 0 10px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	transition: all 0.3s;
}
.unit-schedule {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #EFEFF7;
}
.unit-schedule > .title-min {
	color: #767687;
}
.item-schedule_1 .title-min {
	color: #946FDE;
}
.item-schedule_2 .title-min {
	color: #F46691;
}
.item-schedule_3 .title-min {
	color: #94CF65;
}
.item-schedule_4 .title-min {
	color: #53E0F3;
}
.item-schedule_5 .title-min {
	color: #5599FF;
}
.item-schedule:hover {
	background-color: #5599FF;
	color: #fff;
}
.item-schedule_1:hover {
	background-color: #946FDE;
}
.item-schedule_2:hover {
	background-color: #F46691;
}
.item-schedule_3:hover {
	background-color: #94CF65;
}
.item-schedule_4:hover {
	background-color: #53E0F3;
}
.item-schedule_5:hover {
	background-color: #5599FF;
}

.item-schedule:hover .title-min {
	color: #FFDB5E;
}
.item-schedule p {
	padding-left: 13px;
}
.expert-min__content > * {
	display: block;
}
.tabs-results {
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 30px;
	margin-bottom: -30px;
	display: flex;
	align-items: center;
	overflow-y: auto;
}
.tabs-results li {
	margin-right: 30px;
}
.tabs-results::-webkit-scrollbar {
	-webkit-appearance: none;
}
.tabs-results::-webkit-scrollbar:vertical {
	width: 10px;
}
.tabs-results::-webkit-scrollbar:horizontal {
	height: 10px;
}
.tabs-results::-webkit-scrollbar-thumb {
	background-color: #C5A9FB;
	border-radius: 50px;
}
.tabs-results::-webkit-scrollbar-track {
	border-radius: 50px;
	background-color: #fff;
}
.tab-pane-results {
	display: none;
}
.tab-pane-results:first-child {
	display: block;
}
.tab-container-results {
	padding: 70px 65px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 20px;
}
.tab-container-results p {
	margin-bottom: 18px;
}
.image-result {
	margin-bottom: 30px;
}
.image-result img {
	max-width: 100%;
	height: auto;
	display: block;
}
.tab-container-results .title-middle {
	margin-bottom: 30px;
	color: #3F454E;
}
.main-estimate {
	font-size: 80px;
	line-height: 58px;
	width: 170px;
	height: 170px;
	font-weight: 700;
	font-family: 'Helvetica Neue';
	text-transform: uppercase;
	background: #F8F8FE;
	border-radius: 50%;
	color: #373742;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	margin-left: 30px;
}
.item-progress {
	margin-bottom: 20px;
}
.item-progress .title-min {
	color: #767687;
}
.item-progress__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.progressbar {
	height: 13px;
	background: #EFEFF7;
	border-radius: 50px;
	position: relative;
}
.progressbar__value {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	border-radius: 50px;
}
.wrap-result-estimate {
	display: flex;
	justify-content: space-between;
}
.left-estimate {
	flex: 1;
}
.image-result + .title-min {
	text-align: center;
}
.content-result {
/* 	margin-left: -45px; */
}
.content-result .btn-main {
	height: 60px;
	padding-left: 18px;
	font-size: 16px;
	margin-top: 10px;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.tabs-results .expert-min {
	transition: all 0.3s;
}
.tabs-results .expert-min:hover,
.tabs-results .active .expert-min {
	background-color: #946FDE;
	box-shadow: none;
	color: #fff;
}
.tabs-results .expert-min:hover *,
.tabs-results .active .expert-min * {
	color: #fff;
}
.expert-min .title-min {
	margin-bottom: 6px;
}
.schedule {
    margin-top: 50px;
}
.item-nutritionist__image {
	width: 170px;
	height: 170px;
	flex: none;
	margin-right: 20px;
	background-color: #94CF65;
	border-radius: 10px;
}
.item-nutritionist__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-nutritionist {
	padding: 38px 40px;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}
.item-nutritionist__info {
	font-size: 14px;
	line-height: 20px;
	max-width: 185px;
	flex: none;
	margin-right: 20px;
}
.item-nutritionist__content {
	font-size: 18px;
	line-height: 28px;
	flex: 1;
}
.icon-approval {
	width: 30px;
	height: 30px;
	background-image: url(../img/ic_like1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.icon-approval_dislike {
	background-image: url(../img/ic_dislike1.svg);
}
.icon-approval_like {
	background-image: url(../img/ic_like1.svg);
}
.item-nutritionist__content .icon-approval {
	margin-bottom: 20px;
}
.item-nutritionist__descr {
	margin-bottom: 10px;
	color: #946FDE;
}
.item-nutritionist__info,
.item-nutritionist__content {
	padding-top: 32px;
}
.item-recipe {
	display: flex;
	min-height: 100%;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 100px;
}
.item-recipe__image {
	width: 370px;
	min-height: 386px;
	flex: none;
	display: block;
	border-radius: 20px 0 0 100px;
}
.item-recipe__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 100px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.row_recipe > div {
	margin-bottom: 30px;
}
.item-recipe__content {
	padding: 25px 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-recipe__content .title-min {
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
.line-composition {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 270px;
	display: flex;
	align-items: center;
}
.line-composition__icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	flex: none;
}
.line-composition__icon img {
	max-width: 100%;
	max-height: 100%;
}
.line-composition__value {
	min-width: 79px;
	margin-left: auto;
}
.tags-recipes {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tags-recipes__item {
	font-size: 14px;
	line-height: 20px;
	padding: 7px 26px;
	color: #767687;
	margin-right: 10px;
	background-color: #F8F8FE;
	border-radius: 10px;
	transition: all 0.3s;
	display: inline-block;
}
.item-recipe .btn-main {
	width: 270px;
	height: 60px;
	font-size: 16px;
	max-width: 100%;
	margin-top: auto;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.row_recipe > div:nth-last-child(1),
.row_recipe > div:nth-last-child(2) {
	margin-bottom: 0;
}
.tabs-simple {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tabs-simple a {
	padding: 10px;
	margin-right: 10px;
	color: #373742;
	transition: all 0.3s;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.tabs-simple .active a,
.tabs-simple a:hover {
	background-color: #C5A9FB;
	color: #fff;
}
.row_team > div {
	margin-bottom: 30px;
}
.pager-btn {
	width: 30px;
	height: 30px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	transition: all 0.3s;
	display: block;
}
.pager-btn_prev {
	background-image: url(../img/prev.svg);
}
.pager-btn_next {
	background-image: url(../img/next.svg);
}
.pager-btn:not(.disabled):hover {
	filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(1);
}
.pager-nav {
	display: flex;
	align-items: center;
}
.pager-btn.disabled {
	filter: grayscale(1);
	opacity : 0.4;
	filter: alpha(opacity=40); 
}
.team-page {
	padding-bottom: 50px;
}
.tabs-simple + .title-min {
	margin-top: 15px;
}
.title-big_mobile {
	display: none;
}
.card-block {
	padding: 72px 70px;
	font-size: 14px;
	line-height: 20px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}
.card-block__features {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
/*
.card-block .item-team {
	display: inline-block !important;
}
*/
.card-block .item-team__image {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.card-block__features .title-min {
	margin: 0;
}
.card-block__features .item-team__features {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #D5D5DC;
}
.card-block__features .item-team__feautere {
	font-size: 16px;
	margin-right: 20px;
	color: #2E354D;
}
.card-block__features .item-team__feautere:last-child {
	margin-right: 0;
}
.card-block__content {
	margin-left: -60px;
}
.item-sertificat {
	width: 170px;
	height: 130px;
	margin-right: 20px;
	margin-top: 10px;
	border-radius: 20px;
}
.item-sertificat:last-child {
	margin-right: 0;
}
.item-sertificat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sertificats-wrap {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.card-block ul {
	columns: 2;
}
.card-block ul li {
	padding-left: 20px;
	position: relative;
}
.card-block ul li::before {
	position: absolute;
	display: block;
	content: "•";
	top: 0;
	left: 0;
}
.card-block .btn-main {
	margin-top: 25px;
	padding-left: 16px;
	height: 60px;
	font-size: 16px;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.card-block .title-section {
	margin-bottom: 20px;
}
.program-features {
	margin-top: auto;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #EFEFF7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.feature-program {
	display: flex;
	align-items: center;
	color: #2E354D;
}
.feature-program img {
	margin-right: 10px;
	max-width: 24px;
}
.item-program {
	padding: 25px 30px;
	min-height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s;
}
.item-program p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	width: 100%;
}
.item-program__image {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.item-program__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-program .title-small {
	width: 100%;
	margin-bottom: 20px;
}
.item-program .btn-main {
	padding: 0 13px;
	margin-top: 20px;
}
.btn-main_gray {
	color: #946FDE;
	background-color: #F8F8FE;
}
.btn-main_gray:hover {
	background-color: #946FDE;
	color: #fff;
	border-color: #946FDE;
}
.btn-main_gray:hover img,
.btn-main_gray:focus img {
	filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}
.card {
	padding-bottom: 17px;
}
.row_top {
	margin-bottom: 20px;
}
.tabs-wrap + .title-min {
	margin-top: 15px;
}
.filter-block {
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}
.top-sorting {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.top-sorting .jqselect {
	margin-bottom: 10px;
	margin-left: 30px;
	width: initial;
	color: #373742;
	white-space: nowrap;
	border: none;
}
.top-sorting .jq-selectbox__select-text  {
	padding: 10px 15px;
	padding-right: 55px;
}
.top-sorting  .jq-selectbox__trigger::after {
	right: 14px;
	background-image: url(../img/arrow_down.svg);
}
.checkbox_page {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.checkbox_page label span {
	padding: 10px 13px;
	color: #373742;
	padding-left: 47px;
	background: #FFFFFF;
	border-radius: 8px;
}
.checkbox_page label span:before {
	width: 20px;
	height: 20px;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 2px #946FDE solid;
	border-radius: 7px;
}
.checkbox_page label span:after {
	left: 15px;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.top-sorting .tabs-wrap {
	margin-right: auto;
}
.discounts .title-big {
	margin-bottom: 25px;
}
/* products */

.products-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 129px;
}
.products-links a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 24px;
	color: #373742;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: 0.3s all ease-in;
}
.products-links a:hover {
	background: #c5a9fb;
	color: #fff;
}
.products-links a:not(:last-child) {
	margin-right: 10px;
}
.products .title-big {
	margin-bottom: 20px;
}
.products-card {
	margin-top: 25px;
/* 	margin-bottom: 50px; */
}
.products-card__title {
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #2f3144;
	margin-bottom: 20px;
}
.products-item {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 20px;
}
.products-img img {
	max-width: 100%;
	max-height: 100%
}
.products-img {
	height: 368px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}
.products-item:hover .products-item__bottom {
	height: 100%;
	bottom: 0;
	border-radius: 30px;
}
.products-item__bottom {
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0px 0px 20px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 24px;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 24px;
	height: 93px;
	transition: 0.3s ease-in;
}

.products-img__text {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #946fde;
}
.products-item__arrow {
	width: 48px;
	height: 48px;
	background-image: url(../img/arr-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	transition: opacity, 0.3s ease-in;
}

.products-item:hover .products-item__arrow {
	visibility: visible;
	opacity: 1;
}
.slider-nav .slick-slide.slick-current {
	border-color: #946fde;
	border-radius: 5px;
	overflow: hidden;
}

.card-block .row {
    align-items: flex-start;
}

.slider-for {
	position: relative;
	padding-top: 15px;
}
.img-hover {
	position: absolute;
	top: 0;
	left: 0;
}
.slider-for__img {
	border-radius: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
/* 	height: 356px; */
}
.slider-for__img:hover .img-hover  {
	visibility: visible;
	opacity: 1;
}
.slider-for__img:hover > img {
	transform: scale(2);
}
.slider-for__img img {
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.3s;
}
.slider-nav {
	position: absolute;
	bottom: 0;
	left: 7px;
	right: 7px;
}
.slider-nav .slider-nav__img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
}
.slider-nav .slider-nav__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 5px;
}
.slider-nav .slick-slide {
	margin: 0 7px;
	border: 1px solid transparent;
	transition: 0.5s all;
}
.products-block {
    margin-top: 50px;
	background: #ffffff;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 38px;
	margin-bottom: 50px;
}
.products-block__item .rating_1 > *:nth-child(-n + 1) .rating__item i {
	color: #F78AAA;
}
.products-block__item .rating_2 > *:nth-child(-n + 2) .rating__item i {
	color: #F78AAA;
}
.products-block__item .rating_3 > *:nth-child(-n + 3) .rating__item i {
	color: #F78AAA;
}
.products-block__item .rating_4 > *:nth-child(-n + 4) .rating__item i {
	color: #F78AAA;
}
.products-block__item .rating_5 > *:nth-child(-n + 5) .rating__item i {
	color: #ff358a;
}
.products-block__item .rating__item.active i {
		color: #ff358a;
}

.products-block__item .rating__item i {
	color: #d3d3ff;
	font-size: 10px;
}
.products-block__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.products-block__img:after {
	content: '';
	width: 1px;
	height: 280px;
	background: #efeff7;
	position: absolute;
	top: 2px;
	right: -16px;
}
.products-block__item {
	display: flex;
	align-items: flex-start;
}
.products-block__item:not(:last-child) {
	margin-bottom: 20px;
}
.products-block__items {
	margin-top: 20px;
}
.products-block__descr {
	padding-right: 10px;
	margin-right: auto;
	display: inline-block;
}
.title_right {
	font-weight: 550 !important;
	font-size: 18px !important;
	line-height: 22px;
	color: #2f3144;
	padding-top: 60px;
}
.products-block__links {
	display: flex;
	flex-wrap: wrap;
}
.products-block__links a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8f8fe;
	border-radius: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #946fde;
	padding:  16px;
	height: 40px;
	transition: 0.5s all;
}
.products-block__links a:hover {
	color: #39b3f9;
}
.products-block__links a {
	margin-right: 10px;
	margin-top: 10px;
}
.products-block__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products-block .rating__star {
	font-size: 14px;
	margin-right: 6px;
	color: #ffc702;
}

.rating__star_ {
    color: #ccc !important;
}

.products-block .rating-stars {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.products-block .rating-text {
	font-size: 14px;
	line-height: 20px;
	color: #9191ac;
}
.products-block .rating-text a {
	color: #946fde;
	border-bottom: 1px solid #946fde;
	transform: 0.3s all;
}
.products-block .rating-text a:hover {
	border-color: transparent;
}
.products-block p {
	font-size: 14px;
	line-height: 20px;
	color: #738395;
}
.products-block__img {
	margin-top: -7px;
	position: relative;
}

.test {
	margin-top: 50px;
}
.test-block {
	background: #fff;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 49px;
}
.test-top {
	display: flex;
	align-items: center;
}
.test .title-section {
	font-size: 28px;
	margin-right: 20px;

}
.test-top__img {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.test-progress__wrap {
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.test-progress__wrap .title-middle {
	color: #373742;
}
.test-progress {
	position: relative;
	background: #F8F8FE;
	border-radius: 50px;
	height: 24px;
	width: 100%;
	margin-right: 40px;
}
.test-progress span {
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50px;
}
.test-number {
	font-family: "HelveticaNeueCyr";
	font-weight: 900;
	font-size: 28px;
	line-height: 32px;
	color: #373742;
	margin-top: -10px;
}
.test-item {
	display: flex;
	align-items: center;
}
.test-item:not(:last-child) {
	margin-bottom: 34px;
}
.test-item__img {
	margin-right: 12px;
	width: 20px;
}
.test-item__img img {
	max-width: 100%;
}
.test-item__text {
    width: calc(100% - 32px);
	font-size: 14px;
	line-height: 20px;
	color: #738395;
}
.test-block__title {
	font-family: "HelveticaNeueCyr";
	font-weight: 550;
	font-size: 18px;
	color: #373742;
	margin-bottom: 20px;
}
.test-block__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255, 219, 94, 0.1);
	border-radius: 10px;
	height: 40px;
	padding: 0px 14px;
}

.test-block__item a {
    color: #767687;
}


.test-block__item a:hover {
    color: #333;
}

.test-block__item:not(:last-child) {
	margin-bottom: 10px;
}
.test-price {
	color: #FF9334;
	font-family: "HelveticaNeueCyr";
	font-weight: 550;
	font-size: 18px;
	line-height: 22px;
}
.test .item_blue {
	background: rgba(57, 179, 249, 0.1);
}
.test .item_pink {
	background: rgba(247, 138, 170, 0.1)
}
.test .item_green {
	background: rgba(148, 207, 101, 0.1);
}
.test .color_green {
	color: #76AE49;
}
.test .color_blue {
	color: #39B3F9;
}
.test-block .row .col-lg-6 .test-block__title {
	margin-bottom: 30px;
}
.testers {
	margin-top: 50px;
}
.testers-block {
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	padding-top: 40px;
	padding-left: 50px;
	padding-bottom: 52px;
	padding-right: 70px;
}
.testers-block .title-section {
	margin-bottom: 20px;
	font-size: 28px;
}
.testers-block .col-lg-6 {
    margin-bottom: 30px;
}
.testers-block .col-lg-6:nth-last-child(1),
.testers-block .col-lg-6:nth-last-child(2) {
    margin-bottom: 0;
}

.testers-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.tester-wrap {
	background: #F8F8FE;
	border-radius: 20px;
	padding-left: 23px;
	padding-top: 24px;
	padding-right: 23px;
	padding-bottom: 25px;
}
.tester-img {
	margin-right: 10px;
	height: 40px;
	width: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	flex: none;
}
.tester-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	font-family: "object-fit: cover";
}
.testers-like {
	position: relative;
	margin-right: 22px;
}
.testers-like img {
	max-width: 100%;
}
.testers-item .icon-approval:after {
	content: '';
	width: 1px;
	height: 23px;
	background: #D3D3FF;
	position: absolute;
	top: 0;
	right: -10px;
}
.tester-text {
	color: #C0C0C9;
}
.testers-block p {
	line-height: 24px;
	font-style: italic;
	color: #738395;
}
.choice {
	margin-top: 50px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	padding: 50px;
	padding-bottom: 40px;
}
.choice .title-section {
	font-size: 28px;
	margin-bottom: 10px;
}
.choice-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	position: relative;
}
.choice p {
	font-size: 14px;
	line-height: 20px;
	color: #9191AC;
}
.choice li {
    color: #9191AC;
}

.choice-img img {
	max-width: 100%;
	border-radius: 20px;
}
.choice-list  ul li {
	position: relative;
	margin-left: 10px;
}
.choice-list  ol li {
	position: relative;
	list-style: none;
	margin-left: 15px;
	margin-bottom: 20px;
}
.choice-list  ol {
	counter-reset: myCounter;
	margin: 0;
	padding: 0;
}
.choice-list  ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #7DD12B;
	left: -15px;

	position: absolute;

}
.choice-list ul li:not(:last-child) {
	margin-bottom: 20px;
}
.choice-list ul li:before {
	content: '•';
	position: absolute;
	color: #7DD12B;
	left: -10px;
	top: 0;
}
.choice-play {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.rating-items .rating__item {
	font-size: 13px;
}
.rating-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rating-wrap {
	display: flex;
	align-items: center;
}
.rating-evoluation {
	font-size: 14px;
	line-height: 20px;
	color: #373742;
	margin-right: 21px;
}
.rating-numbers {
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	color: #C0C0C9;
	margin-top: 4px;
}
.rating-items .rating-area:not(:checked) > label:before {
	content: "\f005";
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
	font-weight: 600;
	line-height: 0px;
}
.rating-items .rating-area:not(:checked) > label {
	font-size: 13px;
	margin-top: -1px;
	width: 0px;
}
.rating-items .rating-area__wrap {
	display: flex;
	align-items: center;
}
.rating-items .rating-area__wrap span {
	display: inline-block;
	margin-right: 20px;
}
.rating-items .rating-area > label {
	margin-right: 20px;

}
.question {
	background:url(../img/question-bg.jpg) no-repeat center;
	height: 94px;
	border-radius: 20px;
	padding-top: 29px;
	margin-bottom: 50px;
	margin-top: 40px;
}
.question__title {
	color: #fff;
	font-family: "HelveticaNeueCyr";
	font-weight: 900;
	font-size: 28px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.products .reviews {
	background: #FFFFFF;
	border-radius: 20px;
	padding-left: 50px;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 45px;
	margin-bottom: 50px;
}
.sidebar {
	background: #FFFFFF;
	border-radius: 20px;
	padding-top: 34px;
	padding-left: 30px;
	padding-right: 34px;
	padding-bottom: 34px;
}
.sidebar-price {
	padding-bottom: 20px;
	border-bottom: 1px solid #EFEFF7;
	margin-bottom: 20px;
}
.sidebar-price__items {
	display: flex;;
}
.sidebar-price__item {
	display: flex;
	align-items: center;
}
.sidebar-price__item span {
	margin-right: 8px;
}
.sidebar-price__item:first-child {
	margin-right: 20px;
}
.sidebar-price__item input {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #373742;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 110px;
	width: 100%;
	height: 40px;
	border: 1px solid #C5A9FB;
	border-radius: 20px;
}
.sidebar .checkbox {
	display: block;
	margin: 0px 0px 0px -10px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.sidebar .checkbox label input {
	position: absolute;
	z-index: -9999;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 1px 0 0 7px !important;
}
.sidebar .checkbox label span {
	position: relative;
	padding: 6px 0px 1px 35px;
	display: block;
	cursor: pointer;
	color: #767687;
	text-align: left;
	margin-left: 10px;
}
.sidebar .checkbox label span:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #EFEFF7;
	transition: 0.2s;
}
.sidebar .checkbox label span:after {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #EFEFF7;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	background-image: none;
	color: #fff;
	font-size: 9px;
	opacity: 0;
	transition: 0.2s;
}
.sidebar .checkbox label input:checked + span:after {
	opacity: 1;
	background: #946FDE;
}
.sidebar .checkbox label input:checked + span {
	color:  #373742;
}

.checkbox-items:nth-last-child(2) {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}
.products .form {
	margin-top: 0px;
}
.sidebar .btn-main {
	background: #F8F8FE;
	border-radius: 10px;
	color: #373742;
	border: none;
	padding: 15px 0px;
	max-width: 185px;
	width: 100%;
	transition: 0.3s ease-in-out;
	margin: 0 auto;
	margin-top: 21px;
}
.sidebar .btn-main:hover {
	background: #946FDE;
	color: #fff;
}
.products-block .title-min {
	display: block;
	margin-bottom: 5px;
}
.products-block .title-middle  {
	color: #373742;
	display: block;
	margin-bottom: 15px;
}
.test-top .title-middle {
	color: #373742;
}
.hint {
	width: 20px;
	height: 21px;
	margin-left: 15px;
	top: 2px;
	cursor: pointer;
	position: relative;
	background-image: url(../img/info.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: inline-block;
}
.btn-comparsion {
	width: 30px;
	height: 28px;
	display: inline-block;
	opacity: 0.5;
	font-size: 20px;
/*
	background-image: url(../img/product-block.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
*/
.btn-comparsion:hover {
    opacity: 1;
}
}
.products-block__right {
	border-left: 1px solid #efeff7;
}
.products-block__right .title-min {
	padding-bottom: 10px;
}
.row_product-rating {
	margin-top: 20px;
}
.title-min_test {
	margin-bottom: 20px;
}
.test-block__item_1 {
	background: rgba(255, 219, 94, 0.1);
}
.test-block__item_1 .title-min {
	color: #FF9334;
}
.test-block__item_2 {
	background: rgba(57, 179, 249, 0.1);
}
.test-block__item_2 .title-min {
	color: #39B3F9;
}
.test-block__item_3 {
	background: rgba(247, 138, 170, 0.1);
}
.test-block__item_3 .title-min {
	color: #F46691;
}
.test-block__item_4 {
	background: rgba(148, 207, 101, 0.1);
}
.test-block__item_4 .title-min {
	color: #76AE49;
}
.test-block__item_5 {
	background: rgba(148,111,222, 0.1);
}
.test-block__item_5 .title-min {
	color: #946FDE;
}

.test-block__item a {
    width: calc(100% - 100px);
    padding-right: 5px;
    line-height: 1.2em;
}

.test-block__item .title-min {
	margin: 0;
	text-align: right;
	width: 100px;
}
.testers-item .title-min {
	margin: 0;
}
.testers-item {
	font-size: 14px;
	line-height: 20px;
}
.testers-item .icon-approval {
	margin-right: 22px;
	position: relative;
	width: 20px;
	height: 20px;
}
.testers-item .icon-approval_like {
	background-image: url(../img/like-products.svg);
}
.testers-item .icon-approval_dislike {
	background-image: url(../img/dontlike-products.svg);
}
.choice-img .icon-play {
	width: 147px;
	height: 142px;
	background-image: url(../img/choice-play.svg);
}
.choice-img:hover .icon-play {
	transform: scale(1.05);
}
.choice .title-small {
	margin-bottom: 20px;
}
.products .comments-main {
	padding: 55px 50px;
}
.products {
	padding-bottom: 50px;
}
.row_products > div {
	margin-top: 30px;
}
.sidebar__item {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #EFEFF7;
}
.sidebar .title-min {
	margin-bottom: 15px;
}
.sidebar-button {
	text-align: center;
}
.sidebar .btn-main {
	height: 50px;
	line-height: 50px;
	display: block;
}
.products-block .col-lg-9 {
	padding-top: 20px;
}
.hint__content {
	width: 200px;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
	border-radius: 15px;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	transform: translateX(-50%);
	position: absolute;
	font-weight: 400;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 7%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.hint:hover .hint__content {
	visibility: visible;
	opacity: 1;
}
.item-product {
	margin-bottom: 30px;
	padding: 53px 50px;
	font-size: 14px;
	line-height: 20px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	display: flex;
}
.item-product:last-child {
    margin-bottom: 0;
}
.item-product__image {
	width: 250px;
	height: 260px;
	margin-right: 30px;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	flex: none;
}
.item-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-product:hover .item-product__image img {
	transform: scale(1.8);
}
.item-product__content {
	flex: 1;
}
.item-product__top {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.product-trainer {
	display: flex;
	align-items: center;
}
.product-trainer__image {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #F2994A;
	flex: none;
}
.item-product__top .title-small {
	min-width: 190px;
	margin-right: 25px;
}
.item-product .title-section {
	margin-bottom: 15px;
	display: block;
	text-align: left;
}
.item-product .btn-main {
	margin-top: 15px;
	background-color: #f78aaa;
	height: 52px;	
	min-width: 200px;
}
.item-product .btn-main:hover {
	background-color: #946FDE;
	border-color: #946FDE;
	color: #fff;
}
.item-product__bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.item-product__feature {
	margin-top: 15px;
	border-left: 1px solid #D5D5DC;
	padding-left: 10px;
	margin-left: 10px;
	color: #373742;
	display: inline-flex;
	align-items: center;
}
.item-product__feature img {
	margin-right: 10px;
}
.item-product__feature:first-child {
	padding-left: 0;
	margin-left: 0;
	border: none;
}

.discounts {
	padding-bottom: 0 !important;
}
.ozon-block {
	padding: 25px;
	margin-top: 30px;
	background: #FFFFFF;
	border-radius: 20px;
}
.ozon-block__image {
	height: 192px;
	display: block;
	margin-bottom: 20px;
	border-radius: 20px;
}
.ozon-block__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.rating-ozon {
	font-size: 14px;
	line-height: 20px;
	color: #373742;
	display: flex;
}
.rating-ozon a {
	color: #946FDE;
}
.rating-ozon {
	margin-bottom: 20px;
}
.rating-ozon .rating {
	margin-right: 33px;
}
.ozon-block .btn-main {
	padding: 0 14px;
	margin-top: 15px;
	border: 1px solid #EFEFF7;
}
.ozon-block .btn-main img {
	margin-right: 13px;
}
.video-sidebar {
	padding: 29px 25px;
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
}
.video-sidebar iframe {
	height: 192px;	
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
} 
.jqselect ,
.jqselect * {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;    
}
.video-min {
	display: block;
	position: relative;
}
.video-min img {
	max-width: 100%;
	border-radius: 20px;
}
.video-min_play {
	width: 72px;
	height: 50px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	position: absolute;
	z-index: 2;
	background-image: url(../img/play_yt.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
	background-size: 100% 100%;
}
.video-min:hover .video-min_play {
	transform: scale(1.05);
}
.btn-main {
	padding-top: 2px !important;
}
.best-diets__block_special {
	margin-bottom: -30px;
}
.info-apart {
	position: relative;
	z-index: 11;
} 

.card-block .slider-for {
    padding-top: 0;
}

.card-block .slider-nav .img_wr img {
    width: 100%;
    height: auto;
}

.card-block .slider-nav .img_wr .icon-play{
    display: none;
}

.card-block .slider-nav {
    padding-top: 30px;
    position: relative;
}


/*
.text-big ol li + li,
.article ol li + li{
    padding-top: 1em;
}

.text-big ul li + li,
.article ul li + li{
    padding-top: 1em;
}
*/

.article p:last-child, ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.article ul:not(.breadcrumbs),
.article ol {
    margin: 0;
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}
.article ul:not(.breadcrumbs) li,
.article ol li {
  line-height: 1.5em;
  margin-left: 1.5em;
  padding-right: 1.5em;
}

.article ul:not(.breadcrumbs) li + li,
.article ol li + li {
    margin-top: 1em;
}

.article ul:not(.breadcrumbs) li {
    list-style-type: disc;
}

.article ul li,
.article ol li {
    margin-bottom: 0;
}

.article ul:not(.breadcrumbs) li::before {
    display: none;
}

img.alignright { float: right; margin: 0 0 1em 1em;}
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.text-big.article *:last-child:After {
    content: '';
    clear: both;
    display: block;
}

.item-question {
	background: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #D3D3FF;
	border-radius: 10px;
}
.item-question:last-child {
	margin-bottom: 0;
}
.item-question__head {
	padding: 22px 20px;
	padding-right: 27px;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	margin: 0 -2px;
	transition: all 0.3s;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-question__content {
	font-size: 16px;
	line-height: 26px;
	padding: 25px;
	color: #9191AC;
	display: none;
}
.active .item-question__head {
	border-color: #D3D3FF;
}
.item-question__arrow {
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.item-question__arrow::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
.active .item-question__arrow {
	transform: rotate(180deg);
}
.active .item-question__arrow::after {
	opacity: 1;
}


.subscribe-block {
	padding: 63px 69px;
	padding-right: 30px;
	margin-top: 30px;
	background-color: #9C71EB;
	border-radius: 30px;
	background-image: url(../img/bg_subscribe.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #fff;
}
.subscribe-block__title {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 25px;
	font-weight: 700;
	max-width: 397px;
}
.subscribe-block__descr {
	margin-bottom: 18px;
}
.form-subscribe {
	background-color: rgba(246, 251, 252, 0.4);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 670px;
}

.form-subscribe .wpcf7-form-control-wrap {
    width: calc(100% - 84px);
    padding: 0 15px;
}

input[type="submit"] {
    cursor: pointer;
}

.form-subscribe input[type="text"],
.form-subscribe input[type="email"] {
	height: 50px;
	max-width: 100%;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	background: #FFFFFF;
	border-radius: 8px;
	border: none;
	font-family: 'Open Sans';
	font-size: 14px;
	flex: 1;
	color: #2F3144;
}
.btn-subscribe {
	width: 84px;
	height: 84px;
	background-color: #FF358A;
	border-radius: 20px;
	border: none;
	background-image: url(../img/ic_send.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

.subscribe-block_page {
	background-color: #0167FF;
	border-radius: 30px;
	min-height: 100%;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../img/bg_subscribe2.svg);
	background-repeat: no-repeat;
	background-position: right top !important;
}
.subscribe-block_page .form-subscribe {
	width: 100%;
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
}
.subscribe-block_page .subscribe-block__title {
	max-width: 310px;
}

.item-checkbox {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
.item-checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.item-checkbox label span {
	position: relative;
	height: 50px;
	padding-left: 67px;
	padding-right: 34px;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.item-checkbox label span:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 15px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 2px #0167FF solid;
	transition: .2s;
}
.item-checkbox label span:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 15px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	background-image: none;
	color: #0167FF;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.item-checkbox label input:checked + span:after {
	opacity: 1;
}

.item-form input {
    max-width: 360px;
}

.item-form .jq-selectbox__select-text {
	display: flex;
	align-items: center;
}
.jq-selectbox__trigger {
	position: absolute;
	display: block;
	width: 8px;
	height: 7px;
	background-image: url(../img/arrow_min2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}
.item-form  .jqselect {
	width: 100%;
}
.item-form textarea {
	padding-top: 15px;
	height: 108px;
	resize: none;
}
.item-form *::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.item-form *:-moz-placeholder {
	color: #999;
	opacity: 1;
}
.item-form *::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.item-form *:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.item-form  {
	margin-bottom: 20px;
}

.quiz {
	padding: 70px;
	margin-top: 80px;
	padding-top: 60px;
	background: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
.quiz-progressbar {
	margin-top: 30px;
	height: 3px;
	width: 100%;
	position: relative;
	background: #D3D3FF;
	overflow: hidden;
}
.quiz-progressbar__value {
/* 	width: 25%; */
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FF358A;
	transition: all 0.3s;
}
.descr-section {
	line-height: 24px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #9191AC;
}
.title-block {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
}
.quiz .title-block {
	padding-top: 30px;
	padding-bottom: 25px;
}
.quiz .item-checkbox label span {
	padding-left: 60px;
	height: 57px;
	display: flex;
	border: 1px solid #D3D3FF;
	transition: all 0.3s;
}
.quiz .item-checkbox label span:before {
	left: 20px;
	border-color: #D3D3FF;
}
.quiz .item-checkbox label span:after {
	left: 20px;
	color: #D3D3FF;
	opacity: 1;
}
.quiz .item-checkbox label input:checked + span {
	border-color: #0167FF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
}
.quiz .item-checkbox label input:checked + span::after {
	color: #0167FF;
}
.quiz .item-checkbox label input:checked + span::before {
	border-color: #0167FF;	
}

.quiz .item-checkbox {
    margin-bottom: 30px;
}

.quiz__buttons {
	padding-top: 0;
	display: flex;
	align-items: center;
}

.quiz__buttons .btn-main {
	height: 68px;
	font-size: 16px;
	line-height: 24px;
	min-width: 270px;
	margin-right: 20px;
	cursor: pointer;
}
.quiz__buttons .btn-main:last-child {
	margin-right: 0;
}
.tab-quiz {
	display: none;
}
.tab-quiz:first-child {
	display: block;
}
.item-advice {
	padding: 70px 65px;
	padding-bottom: 95px;
	font-size: 16px;
	line-height: 26px;
	min-height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	position: relative;
}
.item-advice p {
	color: #9191AC;
}
.item-advice__icon {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-advice__icon img {
	max-width: 100%;
	max-height: 100%;
}
.item-advice.item-advice_special {
	background: #0167FF;
	padding-left: 202px;
	color: #fff;
}
.item-advice_special p {
	color: #B6EFF7;
}
.item-advice_special .item-advice__icon {
	left: 70px;
	top: 68px;
	position: absolute;
}
.row_advices > div {
	margin-bottom: 30px;
}

.row_coupons > div {
    margin-bottom: 30px;
}

.item-coupon {
	text-align: center;
	min-height: 100%;
	padding-bottom: 50px;
	background: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
.item-coupon__image {
	height: 206px;
	border-radius: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-coupon__image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 20px;
}
.item-coupon__value {
	margin-bottom: 17px;
	padding: 0 15px;
}
.item-coupon__title {
	padding: 0 20px;
	margin-bottom: 17px;
}

.single-discount .wrapper > .container > div:last-child {
    margin-bottom: 80px;
}
