/*
Theme Name: Sanacin
Theme URI: https://sanacinc.ru
Description: Wordpress тема для официального сайта Sanacin
Author: Sanacin
Author URI: https://sanacinc.ru
Version: 1.1.2
Text Domain: Sanacin
*/

* {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica';
}
.slick-slide:focus,
.slick-slide:active,
img:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
img:active,
a:active,
input:active,
textarea:active,
button:active {
	outline: none;
}
.container {
	display: flex;
	flex-wrap: wrap;
	width: 1110px;
	margin: 0 auto;
}
.gray__bg {
	background: #fff;
}
/* header */
header {
	background: #ececec;
	color: #fff;
}
strong {
	font-weight: 700;
}
.top__logo_container {
	width: 1110px;
	display: flex;
	align-items: center;
	padding: 10px 0;
	margin: 0 auto;
}
.sub__header {
	background: #979797;
}
.top__logo_container .logo {
	width: 300px;
	height: 70px;
}
.top__logo_container .meta__top {
	width: calc(100% - 133px);
}
.meta__top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.meta__top div {
	position: relative;
	margin: 0 0 0 30px;
}
.meta__top_city {
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 0 15px;
	color: #737373;
}
.meta__top_city:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -2px;
	width: 10px;
	height: 13px;
	background: url(img/maps.png);
}
.meta__top_city:after {
	content: '';
	position: absolute;
	top: 12px;
	right: -10px;
	width: 5px;
	height: 5px;
	background: url(img/arrow-right.png);
}
.meta__top_phone {
	font-size: 24px;
	font-weight: 900;
	color: #000;
	padding: 0 0 0 25px;
	
}
.meta__top_phone:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 19px;
	height: 19px;
	background: url(img/phone.webp);
}
.meta__top_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #c00029;
	font-family: 'AG_Helvetica';
	color: #fff;
	font-size: 18px;
	padding: 5px 35px 8px 35px;
	transition: all .5s;
}
.meta__top_btn a {
	color: #fff;
	text-decoration: none;
}
.meta__top_btn a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.meta__top_btn:hover {
	background: #bcbcbc;
	color: #131313;
	cursor: pointer;
}
.meta__top_btn:hover a {
	color: #000;
}
.top__logo_menu {
	width: 100%;
}
.top__logo_menu ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.top__logo_menu ul li {
	position: relative;
	list-style: none;
	margin: 0 60px 0 0;
	font-size: 18px;
}
.top__logo_menu ul li a {
	font-family: 'Helvetica';
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.top__logo_menu ul li:last-child {
	margin: 0;
}
.top__logo_menu ul li:last-child:before {
	display: none;
}
.top__logo_menu ul li:before {
	content: '';
	position: absolute;
	top: 0;
	right: -32px;
	height: 100%;
	border-left: 1px solid #010101;
	border-right: 1px solid #212121;
}
.top__logo_menu ul li span:after,
.top__logo_menu ul li:after {
	content: '';
	width: calc(100% + 60px);
	position: absolute;
	bottom: -10px;
	left: -30px;
	height: 7px;
	background: #c00029;
	opacity: 0;
	transition: all .5s;
}
.top__logo_menu ul li:hover {
	cursor: pointer;	
}
.top__logo_menu ul li span:after,
.top__logo_menu ul li:hover:after {
	opacity: 1;
}
/* content */
.content__container {
	width: calc(100% - 330px);
	min-height: 400px;
	margin: 10px 0 0 0;
	padding: 0 30px 0 0;
}
.content__container-fluid {
	width: 100%;
	margin: 30px 0;
	padding: 0;
}
.aside__container {
	margin: 30px 0 120px 0;	
}
.content__container_breadcrumbs {
	margin: 0;
}
.content__container_breadcrumbs,
.content__container_breadcrumbs a,
.content__container_breadcrumbs span {
	font-family: 'helvetica_light-normal';	
	color: #b3b3b3;
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
}
.content__container_title {
	margin: 20px 0;
}
.content__container_title h1 {
	color: #0b0b0b;
	font-size: 36px;
	font-weight: 900;
}
.content__container_title .desc {
	font-size: 18px;
	font-family: 'helvetica_cyrillic_bold_oblique';
	font-weight: 400;
	margin: 10px 0 40px 0;
}
.content__container_title .desc p {
	margin-bottom: 10px;
}
.content__container_title .desc ul {
	margin: 0 0 10px 30px;
}
.content__container_textdata {
	margin-bottom: 120px;	
}
.content__container_textdata p {
	font-family: 'Helvetica';
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: #191919;
	margin: 
	0 0 20px 0;
}
.content__container_textdata img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 5px auto;
}
.content__container_textdata h2 {
	font-family: 'Helvetica';	
	color: #191919;
	font-size: 27px;
	font-weight: 900;
	margin: 20px 0;
}
/* sidebar */
.banner__widget.widget {
	width: 300px;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	min-height: 550px;
	background: url(img/banner-photo.png);
	margin: 0 0 60px 0;
	text-align: center;
}
.banner__widget.widget:before {
	content: '';
	position: absolute;
	top: -41px;
	right: -43px;
	width: 92px;
	height: 96px;
	background: url(img/klubnichka.png) no-repeat center center;
}
.banner__widget.widget .widget_title {
	font-family: 'Helvetica';
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.banner__widget_bottom_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 250px;
	height: 50px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	background: #111111;
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
	font-size: 23px;
	box-shadow: 0 10px 32px rgba(17, 17, 17, .58);
	transition: all .5s;
}
.banner__widget_bottom_btn a {
	color: #fff;
	text-decoration: none;
}
.banner__widget_bottom_btn:hover {
	background: linear-gradient(to top, #c00029, #d70037);
	cursor: pointer;
}
.banner__widget.widget .widget_subtitle {
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 20px;
	color: #bbbbbb;
}
.shop__form.widget {
	width: 300px;
	box-sizing: border-box;
	padding: 0 20px 40px 20px;
	margin: 0;
}
.shop__form.widget .shop__form_title {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to top, #9d162e, #c00029);
	padding: 10px 15px 15px 15px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}
.shop__form.widget .shop__form_title_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Helvetica';
	font-weight: 900;
	font-size: 16px;
}
.shop__form.widget .shop__form_title_text span {
	font-family: 'AG_Helvetica';
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}
.shop__form.widget .shop__form_title .shop__form_title_discount {
	font-size: 50px;
	font-weight: 900;	
}
.shop__form.widget .shop__form_count {
	justify-content: space-between;
}
.shop__form.widget .shop__form_footer {
	margin: 10px 0 0 0;
}
.shop__form.widget .shop__form_footer > div.shop__form_footer {
	margin: 10px 0 40px 0;	
}
.shop__form.widget .shop__form_footer {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.shop__form.widget .shop__form_button {
	width: 100%;
	border: none;
	box-sizing: border-box;
}
.box_green {
	background: #e8f5e9;
    color: #1b5e20;
	margin: 15px 0;
    padding: 20px 20px 20px 20px;
	border: 2px solid;
	border-radius: 3px;
    position: relative;
    font-style: normal;
	font-size: 20px;
	text-align: left;
    overflow: hidden;
}
.box_red {
	background: #fff8e1;
    color: #de6000;
	margin: 15px 0;
    padding: 20px 20px 20px 20px;
	border: 2px solid;
	border-radius: 3px;
    position: relative;
    font-style: normal;
	font-size: 20px;
	text-align: left;
    overflow: hidden;
}
.box_blue {
	background: #e3f2fd;
    color: #0d47a1;
	margin: 15px 0;
    padding: 20px 20px 20px 20px;
	border: 2px solid;
	border-radius: 3px;
    position: relative;
    font-style: normal;
	font-size: 20px;
	text-align: left;
    overflow: hidden;
}
.post__entry .stop,
.post__entry .warning,
.post__entry .advice {
	position: relative;
	margin: 30px 0;
	padding: 30px 30px 30px 110px;
	border: 2px solid;
	border-radius: 3px;
	font-size: 20px;
	text-align: left;
}

.post__entry .stop:before,
.post__entry .warning:before,
.post__entry .advice:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 25px;
	height: 20px;
	padding: 0 15px;
	color: #FFF;
	border-radius: 5px;
	font-family: 'Exo 2', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
}
/* footer */
.footer__container {
	background: url(img/footer-bg.webp) center center no-repeat;
	font-family: 'Helvetica';
	font-size: 18px;
	color: #fff;
	padding: 60px 0 15px 0;
	margin: 0;
}
.footer__item img {
	margin: -80px 0 20px 0;
}
.footer__text p {
	margin: 0;
}
.footer__container .container {
	justify-content: space-between;
}
.shop__form {
	width: 460px;
	position: relative;
	background: linear-gradient(to top, #2a2a2a, #2e2d2d);
	border-radius: 30px;
	padding: 30px;
	font-size: 20px;
	font-family: 'Helvetica';
	color: #fff;
	font-weight: 300;
	margin: -40px 0 20px 0;
}
.guarentee {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -35px;
	right: -65px;
	width: 130px;
	height: 130px;
	background: #c00029;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	border-radius: 50%;
	text-align: center;
}
.guarentee span:nth-child(1) {
	font-weight: 900;	
	font-size: 27px;
}
.shop__form_button {
	width: max-content;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #c00029;
    color: #fff;
	font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 500;
    padding: 13px 30px;
	margin: 30px 0 0 0;
    transition: all .5s;
	border: none;
}
.shop__form_button:hover {
	background: #979797;
	color: #fff;
	cursor: pointer;
}
.shop__form_count {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #8b8b8b;
	margin: 20px 0 0 0;
}
.shop__form_count .pack_count {
	font-family: 'Helvetica';
	font-size: 23px;
	color: #fff;
	font-weight: 500;
}
.shop__form_count .pack_add,
.shop__form_count .pack_del { 
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #414141;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 0;
	margin: 0 10px;
	transition: all .5s;
}
.shop__form_count .pack_add:hover, .shop__form_count .pack_del:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}
.shop__form_counter {
	display: flex;
	margin: 20px 0 0 0;
}
.shop__form_counter > span {
	width: max-content;
	display: block;
	font-family: 'Helvetica' !important;
	font-size: 50px;
	color: #fff;
	padding: 0 5px 0 10px;
	letter-spacing: 20px; 
	background: url(img/counter.png) no-repeat;
}
.shop__form_counter span span {
	font-family: 'Helvetica' !important;
	font-size: 50px;
	color: #fff;
}
.shop__form_counter span.shop__form_trigger {
	display: flex;
	align-items: center;
	font-family: 'Helvetica';
	font-weight: 300;
	font-size: 17px;
	color: #767676;
	background: none;
	letter-spacing: normal;
}
.shop__form_field input {
	width: 100%;
	height: 30px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #a2a2a2;
	color: #a2a2a2;
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	transition: all .5s;
}
.shop__form_field input:hover, 
.shop__form_field input:focus {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
.shop__form_footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
/* Attention block */
.block__attention {
	display: flex;
	background: linear-gradient(to top, #1c2c3a, #7089a1);
	border-radius: 5px;
	font-size: 27px;
	font-family: 'Helvetica';
	font-weight: 600;
	color: #fff;
}
.block__attention_text,
.block__attention_image {
	width: 50%;
}
.block__attention_text {
	padding: 30px 20px;	
}
.block__attention_desc {
	font-size: 16px;
	font-family: 'Helvetica';
	font-weight: 300;
	margin: 40px 0 30px 0;
	color: #fff;
}
.block__attention_btn {
	width: max-content;
	background: #c00029;
	color: #df0734;
	font-weight: 500;
	padding: 15px 55px;
	font-size: 19px;
	font-weight: 500;
	border-radius: 5px;
	transition: all .5s;
}
.block__attention_btn a {
	color: #fff;
	text-decoration: none;
}
.block__attention_btn:hover a {
	color: #fff;
}
.block__attention_image {
	position: relative;
	background: #abaab0;
	border-radius: 0 5px 5px 0;
}
.block__attention_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 5px 5px 0;
}
/* Attention block 2 */
.block__knopka_text {
	padding: 20px 30px;	
}
.block__knopka_btn {
	width: max-content;
	background: #c00029;
	color: #df0734;
	font-weight: 300;
	padding: 20px 30px;
	margin: 5px 5px 15px 30px;
	font-size: 26px;
	font-weight: 300;
	border-radius: 15px;
	transition: all .5s;
}
.block__knopka_btn a {
	color: #fff;
	text-decoration: none;
}
.block__knopka_btn:hover a {
	color: #fff;
}
.age__attr {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-weight: 900;
	font-size: 22px;
}
/* Warning */
.warning_bar {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.warning_bar_icon {
	display: flex;
	align-items: center;
	width: 150px;
	height: 150px;
	margin: 5px 10px 0 0;
}
.warning_bar_title {
	color: #9d162e;
	font-weight: 300;
	font-size: 20px;
	padding: 10px 0;
}
.warning_bar_title p {
	font-family: 'Helvetica';
}
/* Options */
.options_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.options_bar p {
	color: #888888;
	font-weight: 300;
	font-size: 15px;
	margin: 0;
}
.options_bar_title {
	color: #888888;
	font-weight: 300;
	font-size: 15px;
}
.options_bar_buttons {
	position: relative;
	background: #fff;
	color: #000;
	padding: 10px 35px 10px 15px;
	font-size: 18px;
	font-weight: 500;
	box-shadow: 0 2px 16px rgba(118, 118, 118, .17);
	border-radius: 5px;
}
.options_bar_buttons:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
	width: 5px;
	height: 7px;
	background: url(img/right-dark.png);
}
/* Result */
.result__item {
	display: flex;
	min-height: 290px;
    height: auto;
	border-radius: 5px;
	background: #fff;
	padding: 30px 25px;
	margin: 0 0 30px 0;
}
.result__item_left {
	width: 40%;
}
.result__item_right {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: calc(60% - 30px);
	text-align: center;
	margin-left: 30px
}
.result__item_title .title {
	font-size: 26px;
	line-height: 26px;
	font-family: 'Helvetica';
	font-weight: 600;
	color: #191919;
}
.result__item_title .desc {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Helvetica';
	font-weight: 300;
	margin: 20px 0 30px 0;
	color: #191919;
}
.result__item_bth {
	width: max-content;
    background: linear-gradient(to top, #007326, #009E35);
    color: #fff;
    font-weight: 500;
    padding: 10px 45px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 5px;
    transition: all .5s;
}
.result__item_bth a {
	color: #fff;
	text-decoration: none;
}
.block__attention_btn:hover,
.result__item_bth:hover { 
	background: #000;
	color: #fff;
	cursor: pointer;
}
.block__knopka_btn:hover,
.result__item_bth:hover { 
	background: #000;
	color: #fff;
	cursor: pointer;
}
.photo_area_img .photo_area_title {
	font-family: 'Helvetica';
	color: #bf0028;
	font-size: 19px;
	margin: 30px 0 0 0;
}
.photo_area_img {
	width: 205px;
	height: 250px;
	margin: 0 5px;
}
.photo_area {
	width: 100%;
	height: 100%;
}
.photo_area_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	margin: 0;
}
.result_count {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -10px;
    width: 56px;
    height: 56px;
    background: #4c00b4;
    color: #fff;
    font-family: 'Helvetica';
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
}
.result__item.dark {
	background: linear-gradient(to top, #000000, #1a1b1b);
}
.result__item.dark .desc,
.result__item.dark .title {
	color: #fff;
}
.result__item.dark .photo_area_img .photo_area_title {
	color: #fff;
}
/* Benefits */
.benefits__block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.benefits__block_item {
	width: 33%;
	display: flex;
	margin: 20px 0;
}
.benefits__block_item_img {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	padding: 0 40px 0 0;
}
.benefits__block .benefits__block_item_text {
	width: calc(100% - 85px);
	display: flex;
	align-items: center;
	font-size: 20px;
	font-family: 'Helvetica';
	padding: 0 5px 0 0;
}
/* Product */
.product__effect {
	position: relative;
	background: #6d20c5 url(img/block_bg.png);
	padding: 50px 50px 50px 160px;
	border-radius: 5px;
	margin: 30px 0;
}
.product__effect_title {
	max-width: 300px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	font-family: 'Helvetica';
	color: #fff;	
	margin: 0px 0px 25px 50px;
}
.product__effect p {
	margin: 0;
	font-size: 17px;
	font-family: 'Helvetica';
	color: #fff;
	margin: 0px 0px 5px 50px;
}
/* Producr effect Advanced */
.product__effect.advanced {
	position: relative;
	background: url(img/block_bg_advanced.webp);
	padding: 40px 10px 40px 150px;
	border-radius: 5px;
}
/* Sovet */
.product__sovet {
	border-radius: 5px;
	background: #f1a9c6 url(img/banner-sovet.png) no-repeat center center;
	padding: 25px;
	margin: 30px 0;
}
.product__sovet_trigger {
	width: max-content;
	border-radius: 5px;
	background: #c6668f;
	padding: 5px 25px;
	font-family: 'AG_Helvetica';
	font-size: 20px;
	color: #fff;
}
.product__sovet p {
	width: 60%;
	margin: 10px 0 0 0;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Helvetica';
	font-weight: 300;
	color: #fff;
}
/* Product banner */
.product__banner {
	background: #252525 url(img/product__banner.png) no-repeat center center;
	padding: 25px;
	margin: 20px 0;
	border-radius: 5px;
}
.product__banner_title {
	width: 30%;
	font-weight: 900;
	color: #fff;
	font-size: 27px;
	line-height: 27px;
}
.product__banner_subtitle {
	width: 30%;
	font-weight: 300;
	color: #989898;
	font-size: 17px;
	line-height: 17px;
}
.product__banner_subtitle p {
	margin-top: 20px;
	color: #989898;
}
/* Step */
.steps {
	margin: 30px 0;	
}
.steps .step {
	display: flex;
	background: #fff;
	padding: 10px 10px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.steps .step:last-child {
	margin-bottom: 0;
}
.steps .step .step__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.steps .step .step__item p {
	margin-bottom: 10px;
}
.steps .step .step__item:nth-child(1) {
	width: 300px;
}
.steps .step .step__item:nth-child(2) {
	width: calc(100% - 155px);
	padding: 0 0 0 30px;
}
.steps .step .step__item .title {
	font-family: 'Helvetica';
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 20px 0;
}
.steps .step .step__item p {
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	color: #191919;
}
/* How-to-work */
.how-to-work {
	display: flex;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	margin: 10px 0 5px;
}
.how-to-work-item {
	width: 65%;
	padding: 30px 25px;
}
.how-to-work-item .title {
    font-family: 'Helvetica';
    color: #191919;
    font-size: 25px;
    font-weight: 900;
    margin: 0 0 20px 0;
}
/* Tabs */
.tabs__block {
	display: flex;
	justify-content: space-between;
}
.tabs__block span {
	position: relative;
	border: 1px solid #b1b1b1;
	border-radius: 3px;
	padding: 8px 20px;
	font-weight: 400;
	font-family: 'Helvetica';
	font-size: 17px;
	color: #181818;
	transition: all .5s;
}
.tabs__block span a {
	font-size: 17px;
	color: #181818;
	text-decoration: none;
}
.tabs__block span a:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.tabs__block span.active,
.tabs__block span:hover {
	position: relative;
	border: 1px solid #bf0028;
	cursor: pointer;
}
.tabs__block span.active:before,
.tabs__block span:hover:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 15px;
	height: 15px;
	background: url(img/check-button.png) no-repeat center center;
}
/* free-banner */
.free-banner {
	display: flex;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	font-size: 17px;
    font-weight: 900;
    margin: 40px 0 20px 0;
}

/* Comments banner */
.comments__banner {
	background: #fff;
	color: #fff;
	padding: 35px 25px;
	margin: 20px 0;
	border-radius: 5px;
}
.comments__banner_title .title {
	font-family: 'Helvetica';
	color: #000;
	font-size: 26px;
	font-weight: 900;
}
.comments__banner_title p {
	width: 60%;
	color: #000;
	font-size: 16px;
}
.comments__block ul:not(.acf-radio-list) li {
	list-style: none;
	background: #ebebeb;
	padding: 30px 25px;
	margin: 0 0 30px 0;
	border-radius: 5px;
	color: 18px;
	font-family: 'AG_Helvetica';
	font-weight: 300;
	color: #181818;
}
.comments__block ul.children {
	margin: 30px 0 0 70px;
	border-left: 1px solid #bf0028;
}
.comments__block ul.children li {
	padding: 0;
	margin: 0 0 0 25px;
}
.comments__block ul li .title {
	font-size: 18px;
	font-family: 'Helvetica';
	font-weight: 600;
	color: #181818;
}
.comments__block ul li .comments__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.comments__block ul li .comments__item .title {
	display: flex;
	justify-content: space-between;
}
.comments__block ul li .datatime {
	color: #bbbbbb;
	font-family: 'Helvetica';
	font-weight: 300;
	font-size: 15px;
}
.comments__block .photo {
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.comments__block .photo img {
	border-radius: 50%;
	margin: 0;
}
.comments__text p {
	margin: 0 0 20px 0;
}
.comments__text p:last-child {
	margin: 0;
}
.comments__block .name { 
	display: flex;
	align-items: center;
}
.comments__block .stars {
	margin: 3px 0 0 20px;
	display: flex;
	align-items: center;
}
.comments__block .stars img {
	margin: 0 5px;
}
.comments__block ul.children .comments__item,
.comments__block ul.children .title {
	display: flex;
}
.comments__block ul.children .stars {
	display: none;
}
.comment__form {
	position: relative;
	background: #ebebeb;
	padding: 35px 25px;
	border-radius: 5px;
}
.comment__form_field {
	display: flex;
	justify-content: space-between;	
}
.comment__form textarea {
	width: 100%;
	height: 75px;
	margin: 0 0 20px 0;
	background: transparent;
    border: none;
    border-bottom: 1px solid #a2a2a2;
    color: #a2a2a2;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 10px 0;   
    transition: all .5s;    
}
.comment__form input[type="text"] {
   	width: calc(50% - 15px);
    background: transparent;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    color: #a6a6a6;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 10px 0;   
	margin: 0 0 20px 0;
    transition: all .5s;
}
.comment__form input[type="submit"] {
	width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-49%);
    background: linear-gradient(to top, #bf0029, #d70037);
    color: #fff;
    font-family: 'Helvetica';
    font-size: 22px;
    font-weight: 500;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    transition: all .5s;
}
.comment__form input[type="submit"]:hover {
	background: #000;
	cursor: pointer;
}
.pagination a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-family: 'AG_Helvetica';
	font-size: 17px;
	color: #a6a6a6;
	text-decoration: none;
}
.pagination .element {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 5px;
	text-align: center;
	border-radius: 13px;
	background: transparent;
}
.pagination .element:hover,
.pagination .element.active {
	background: #ce0033;
}
.pagination .element a {
	color: #a6a6a6;
}
.pagination .element:hover a,
.pagination .element.active a {
	color: #fff;
}
.pagination .prev:hover a,
.pagination .next:hover a{
	color: #ce0033;
}
/* Main BG */
.main-bg {
	background: url(img/main-bg.webp) center center no-repeat;
	padding: 30px 0 120px 0;
}
.main__slider {
	width: 100%;
	height: auto;
	position: relative;
}
.main__slider .guarantee {
	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
   	position: absolute;
    	top: 90px;
   	right: 180px;
    	width: 130px;
    	height: 130px;
    	background: #c00029;
    	color: #fff;
    	font-size: 20px;
    	line-height: 22px;
    	font-weight: 500;
    	border-radius: 50%;
    	text-align: center;
}
.main__slider .guarantee span:nth-child(1) {
    	font-weight: 900;
    	font-size: 27px;
}
.main__slider_text p:nth-child(1) {
    font-weight: 900;
    font-size: 56px;	
	color: #9d162e;
}
.main__slider_text p:nth-child(2) {
	font-family: 'AG_Helvetica';
    font-weight: 400;
    font-size: 32px;	
	color: #000;
	margin: 20px 0 40px 0;
}
.main__slider_text p:nth-child(3) {
	font-family: 'AG_Helvetica';
    font-weight: 400;
    font-size: 24px;	
	color: #fff;
	margin:  0 0 40px 0;
}
.main__slider_text ul {
	margin: 0 0 40px 30px;
	padding: 0;
}
.main__slider_text ul li {
	position: relative;
	font-family: 'Helvetica';
    font-weight: 300;
    font-size: 20px;	
	color: #000;
	margin: 0 0 30px 0;
	list-style: none;
}
.main__slider_text ul li:before {
	content: '';
	width: 31px;
	height: 38px;
	position: absolute;
	top: -3px;
	left: -35px;
	background: url(img/check-button.png);
}
.timeblock p {
	font-family: 'Helvetica';
    font-weight: 700;
    font-size: 24px;
	color: #000;
	margin: 40px 0 20px 0;
}
.top__form {
	position: relative;
	display: flex;
	width: 100%;
	margin: -60px 0 0 0;
	background: linear-gradient(to top, #2a2a2a, #2e2d2d);
	box-shadow: 0 10px 36px rgba(17, 17, 17,.45);
	border-radius: 20px;
}
.top__form:after {
	content: '';
    position: absolute;
    top: 70px;
    right: -60px;
    width: 140px;
    height: 93px;
    background: url(img/koltso.png);
}
.top__form_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 220px;
	background: linear-gradient(to top, #9d162e, #c00029);
	border-radius: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	padding: 35px 0 0 0;
}
.top__form_left p:nth-child(2) span {
	display: block;
	margin-top: 5px;
	transform: rotate(-5deg);
}
.top__form_left p:nth-child(3) {
	font-weight: 700;
	font-size: 72px;
	margin-top: 15px;
}
.top__form_right {
	width: calc(100% - 250px);
	display: flex;
	padding: 30px;
}
.top__form_right .shop__form_count {
	margin: 0;
}
.top__form_right .shop__form_footer {
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}
.top__form_right .form__left {
	width: calc(100% - 350px);
	padding-right: 50px;
}
.top__form_right .form__right {
	width: 300px;
}
.top__form_right input[type=text]  ,
.top__form_right input[type=tel]  {
	width: 100%;
   	height: 30px;
	background: transparent;
    	border: none;
    	border-bottom: 1px solid #fff;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 300;
    	padding: 0 0 10px 0;
    	margin: 20px 0 0 0;
    	transition: all .5s;
}
.top__form_right input[type=submit] {
	width: 100%;
   	height: 40px;
	    background: #c00029;
    	border: none;
    	color: #fff;
    	font-size: 22px;
    	font-weight: 300;
    	padding: 0 0 5px 0;
    	margin: 30px 0 0 0;
    	transition: all .5s;
}
.top__form_right .shop__form_count .pack_add {
	margin: 0 10px 0 60px;
	transition: all .5s;
}
.top__form_right .shop__form_count .pack_del {
	transition: all .5s;	
}
.top__form_right .shop__form_count .pack_add:hover,
.top__form_right .shop__form_count .pack_del:hover {
	background: #fff;
	color: #414141;
	cursor: pointer;
}
.top__form_right input:nth-child(1) {
	margin: 10px 0 55px 0;
}
.top__form_right input[type=text]:nth-child(2) ,
.top__form_right input[type=tel]:nth-child(2) {
	margin: 0 0 20px 0;
}
.top__form_right .shop__form_footer {
	margin: 10px 0;
	color: #fff;
	font-size: 18px;
}
.top__form_right .shop__form_button {
	width: calc(100% - 60px);
	background: linear-gradient(to top, #c00029, #d70037);
	margin: 20px 0 0 0;
	transition: all .5s;
}
.top__form_right .shop__form_button:hover {
	background: #fff;
	color: #313131;
	cursor: pointer;
}
.end__form {
	position: relative;
	display: flex;
	width: 100%;
	margin: 5px 0 15px 0;
	background: linear-gradient(to top, #2a2a2a, #2e2d2d);
	box-shadow: 0 10px 36px rgba(17, 17, 17,.45);
	border-radius: 10px;
}
.end__form_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 200px;
	background: linear-gradient(to top, #007326, #009E35);
	border-radius: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	padding: 35px 0 0 0;
}
.end__form_left p:nth-child(2) span {
	display: block;
	margin-top: 5px;
	transform: rotate(-5deg);
}
.end__form_left p:nth-child(3) {
	font-weight: 700;
	font-size: 72px;
	margin-top: 15px;
}
.end__form_right {
	width: calc(100% - 150px);
	display: flex;
	padding: 30px;
}
.end__form_right .shop__form_count {
	margin: 0;
}
.end__form_right .shop__form_footer {
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}
.end__form_right .form__left {
	width: calc(100% - 350px);
	padding-right: 50px;
}
.end__form_right .form__right {
	width: 300px;
}
.end__form_right input[type=text]  ,
.end__form_right input[type=tel]  {
	width: 100%;
   	height: 30px;
	background: transparent;
    	border: none;
    	border-bottom: 1px solid #fff;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 300;
    	padding: 0 0 10px 0;
    	margin: 20px 0 0 0;
    	transition: all .5s;
}
.end__form_right input[type=submit] {
	width: 100%;
   	height: 40px;
	    background: #c00029;
    	border: none;
    	color: #fff;
    	font-size: 22px;
    	font-weight: 300;
    	padding: 0 0 5px 0;
    	margin: 30px 0 0 0;
    	transition: all .5s;
}
.end__form_right .shop__form_count .pack_add {
	margin: 0 10px 0 60px;
	transition: all .5s;
}
.end__form_right .shop__form_count .pack_del {
	transition: all .5s;	
}
.end__form_right .shop__form_count .pack_add:hover,
.end__form_right .shop__form_count .pack_del:hover {
	background: #fff;
	color: #414141;
	cursor: pointer;
}
.end__form_right input:nth-child(1) {
	margin: 10px 0 55px 0;
}
.end__form_right input[type=text]:nth-child(2) ,
.end__form_right input[type=tel]:nth-child(2) {
	margin: 0 0 20px 0;
}
.end__form_right .shop__form_footer {
	margin: 10px 0;
	color: #fff;
	font-size: 18px;
}
.end__form_right .shop__form_button {
	width: calc(100% - 60px);
	background: linear-gradient(to top, #c00029, #d70037);
	margin: 20px 0 0 0;
	transition: all .5s;
}
.end__form_right .shop__form_button:hover {
	background: #fff;
	color: #313131;
	cursor: pointer;
}
.instr__form {
	position: relative;
	display: flex;
	width: 100%;
	margin: 10px 0 0 0;
	background: linear-gradient(to top, #2a2a2a, #2e2d2d);
	box-shadow: 0 10px 36px rgba(17, 17, 17,.45);
	border-radius: 20px;
}
.instr__form_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 220px;
	background: linear-gradient(to top, #9d162e, #c00029);
	border-radius: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	padding: 35px 0 0 0;
}
.instr__form_left p:nth-child(2) span {
	display: block;
	margin-top: 5px;
	transform: rotate(-5deg);
}
.instr__form_left p:nth-child(1) {
	font-weight: 500;
    font-size: 32px;
	line-height: 50px;
	color: #fff;
	margin: 0 0 5px 0;
}
.instr__form_left p:nth-child(2) {
	font-weight: 500;
    font-size: 32px;
	line-height: 50px;
	color: #fff;
	margin: 0 0 5px 0;
}
.instr__form_right {
	width: calc(100% - 30px);
	display: flex;
	padding: 30px;
}
.instr__form_right .shop__form_count {
	margin: 0;
}
.instr__form_right .shop__form_footer {
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}
.instr__form_right .form__left {
	width: calc(100% - 350px);
	padding-right: 50px;
}
.instr__form_right .form__right {
	width: 300px;
}
.instr__form_right input[type=text]  {
	width: 100%;
   	height: 30px;
	background: transparent;
    	border: none;
    	border-bottom: 1px solid #fff;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 300;
    	padding: 0 0 10px 0;
    	margin: 20px 0 0 0;
    	transition: all .5s;
}
.instr__form_right input[type=submit] {
	width: 100%;
   	height: 50px;
	    background: #c00029;
    	border: none;
    	color: #fff;
    	font-size: 22px;
    	font-weight: 300;
    	padding: 0 10px 5px 10px;
    	margin: 30px 0 0 0;
    	transition: all .5s;
}
.instr__form_right .shop__form_count .pack_add {
	margin: 0 10px 0 60px;
	transition: all .5s;
}
.instr__form_right .shop__form_count .pack_del {
	transition: all .5s;	
}
.instr__form_right .shop__form_count .pack_add:hover,
.instr__form_right .shop__form_count .pack_del:hover {
	background: #fff;
	color: #414141;
	cursor: pointer;
}
.instr__form_right input:nth-child(1) {
	margin: 20px 0 15px 0;
}
.instr__form_right input[type=text]:nth-child(2) {
	margin: 0 0 20px 0;
}
.instr__form_right .shop__form_footer {
	margin: 10px 0;
	color: #fff;
	font-size: 18px;
}
.instr__form_right .shop__form_button {
	width: calc(100% - 60px);
	background: linear-gradient(to top, #c00029, #d70037);
	margin: 20px 0 0 0;
	transition: all .5s;
}
.instr__form_right .shop__form_button:hover {
	background: #fff;
	color: #313131;
	cursor: pointer;
}
.benefits__block {
	margin: 20px 0 10px 0;
	justify-content: space-between;
}
.benefits__block .benefits__block_item {
    width: 33%;
    display: flex;
   	margin: 30px 0;
}
.pokazaniya__block {
	display: flex;	
}
.double__fluid_block {
	position: relative;
	width: 50%;
	background: #979797;
}
.double__fluid_block:nth-child(1) .double__fluid_block_body:nth-child(1) {
	padding: 40px;
	float: right;
}
.double__fluid_block:nth-child(2) .double__fluid_block_body:nth-child(1) {
	padding: 60px;
	background: linear-gradient(to top, #7089a1, #1c2c3a);
}
.double__fluid_block .double__fluid_block_body .title { 
	max-width: 450px;
	color: #fff;
    font-size: 36px;
   	font-weight: 900;
	margin: 0 0 40px 0;
}
.double__fluid_block .double__fluid_block_body {
	min-width: 450px;
}
.double__fluid_block .double__fluid_block_body ul {
	max-width: 450px;
	margin: 0 0 0 20px;
}
.double__fluid_block .double__fluid_block_body ul li {
	position: relative;
	font-size: 23px;
    line-height: 23px;
	font-family: 'AG_Helvetica';
    font-weight: 400;
    color: #fff;
	margin-bottom: 30px;
	list-style: none;
}
.double__fluid_block .double__fluid_block_body ul li:before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: -40px;
	background: url(img/check-button-result.png);
}
.double__fluid_block .double__fluid_block_body ul.pokazanya li:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: -40px;
	background: url(img/check-button-none.png);
}

.double__fluid_block:nth-child(1):after {
    content: '';
    width: 372px;
    height: 318px;
    position: absolute;
    top: 150px;
    left: 0;
    background: url(img/sanacin_1.png) left center no-repeat;
}
.double__fluid_block:nth-child(2):after {
	content: '';
	width: 372px;
	height: 318px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/sanacin_2.png) left center no-repeat;
}
.original__block {
	padding: 60px 40px;
}
.original__block h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 900;
} 
.original__block p {
	font-size: 18px;
   	line-height: 24px;
	font-family: 'Helvetica';
    font-weight: 300;
	margin: 0 0 20px 0;
}
.original__block ol {
	counter-reset: counter;
	margin: 0;
	padding: 0;
}
.original__block ol li {
	position: relative;
	list-style: none;
	font-size: 19px;
   	line-height: 24px;
	font-family: 'AG_Helvetica';
    font-weight: 400;
	margin: 0 0 20px 45px;
}
.original__block ol li:before { 
	counter-increment: counter;
  	content: counter(counter);
	display: block;
	position: absolute;
	top: 0;
	left: -45px;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	line-height: 26px;
	text-align: center;
	background: #212121;
	color: #fff;
}
.counter_kupit {
	padding: 10px 30px;
}
.counter_kupit h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 900;
} 
.counter_kupit p {
	font-size: 24px;
   	line-height: 24px;
	font-family: 'Helvetica';
    font-weight: 300;
	margin: 0 0 20px 0;
}
.counter_kupit ol {
	margin: 0;
	padding: 0;
}
.counter_kupit ol li {
	position: relative;
	list-style: none;
	font-size: 22px;
   	line-height: 22px;
	font-family: 'AG_Helvetica';
    font-weight: 400;
	margin: 0 0 20px 45px;
}
.counter_kupit ol li:before { 
  	counter-increment: counter;
  	content: '!';
	display: block;
	position: absolute;
	top: 0;
	left: -45px;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	line-height: 30px;
	text-align: center;
	background: #212121;
	color: #fff;
}
.ymaps {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.photo__double {
	display: flex;
	width: 100%;
	box-shadow: 0 10px 36px rgba(17, 17, 17, .3);
	border-radius: 10px;
	margin: 50px 0 60px 0;
}
.photo__double_right,
.photo__double_left {
	position: relative;;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
}
.photo__double_left {
	background: #fff;
	border-radius: 10px 0 0 10px;
}
.photo__double_left:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: url();
}
.photo__double_right {
	background: linear-gradient(to top, #1f1f1f, #3a3a3a);
	border-radius: 0 10px 10px 0;
}
.photo__double_right:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: url(img/no-button.png);
}
.photo__zakaz {
	position: relative;;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
}
.photo__zakaz {
	background: #fff;
	border-radius: 10px 0 0 10px;
}
.doс_review {
	background: #fff url(img/doc-bg.webp) no-repeat center right;
	padding: 60px 0 80px 0;	
}
.doс_review .container {
	flex-direction: column;
}
.doс_review h2 {
	width: 50%;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	margin: 0 0 80px 0;
}
.dosc__info {
	position: relative;
	width: calc(60% - 40px);
	margin: 0 0 40px 40px;
}
.dosc__info:before {
	content: '';
	position: absolute;
	top: -100px;
    left: -35px;
	background: url(img/bg-quote.png);
	width: 683px;
	height: 573px;	
}
.dosc__info p { 
	font-family: 'Helvetica', serif;
  	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	margin: 0 0 40px 0;
}
.dosc__info p:last-child {
	margin: 0;
}
.doc__info {
	font-size: 17px;
    font-weight: 500;
    margin: 45px 0 50px 55px;
}
.after-doc .container {
	flex-direction: column;
}
.after-doc h2 {
	width: 100%;
	font-size: 32px;
	line-height: 32px;
	font-weight: 900;
	margin: 0 0 2px 0;
}
.afterdoc__info {
	position: relative;
	width: calc(100% - 10px);
	margin: 0 0 40px 40px;
}
.afterdoc__info p { 
	font-family: 'Helvetica';
  	font-weight: 300;
	line-height: 24px;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.afterdoc__info p:last-child {
	margin: 0;
}
.afterdoc__info {
	font-size: 17px;
    font-weight: 500;
    margin: 25px 0 25px 10px;
}
.video_video {
	position: relative;
	width: calc(100%);
	margin: 10px 0 2px 0px;
	}
.documents {
	position: relative;
	width: calc(100%);
	margin: 10px 0 2px 0px;
	}
.reviews {
	display: flex;
	overflow: hidden;
}
.reviews__list {
	background: linear-gradient(to top, #7089a1, #1c2c3a);
	color: #fff;
	padding: 60px 0;
}
.reviews__list h2 {
	font-size: 36px;
    line-height: 36px;
	color: #fff;
	margin: 0 0 60px 0;
	font-weight: 900;
}
.reviews__item {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin: 0 15px;
	transition: all .5s;
}
.reviews__item img {
	border: 5px solid transparent;
	transition: all .5s;
}
.reviews__item:hover img,
.slider_item.slick-active .reviews__item img {
	border: 5px solid #fff;
	border-radius: 50%;
}
.reviews__item_image {
	width: 80px;
	height: 80px;
	margin: 0 30px 50px 0;
}
.reviews__item_text {
	width: calc(100% - 95px);
	background: #2a2a2a;
	color: #fff;
	padding: 25px;
	border-radius: 10px;
	transition: all .5s;
}
.reviews__item:hover .reviews__item_text,
.slider_item.slick-active .reviews__item .reviews__item_text {
	width: calc(100% - 95px);
	background: #fff;
	color: #131313;
	padding: 25px;
	border-radius: 10px;
}
.reviews__item_text .text {
	position: relative;
	font-family: 'Helvetica';
	font-size: 20px;
    line-height: 24px;
	margin: 20px 0 0 0;
}
.reviews__item .reviews__item_text .text:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	width: 15px;
	height: 11px;
	background: url(img/quote-hh.png);
	transition: all .5s;
}
.reviews__item .reviews__item_text .text:after {
	content: '';
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 15px;
	height: 11px;
	background: url(img/quote-hh.png);
	transform: rotate(180deg);
	transition: all .5s;
}
.reviews__item:hover .reviews__item_text .text:before,
.slider_item.slick-active .reviews__item .text:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	width: 15px;
	height: 11px;
	background: url(img/quote-bb.png);
}
.reviews__item:hover .reviews__item_text .text:after,
.slider_item.slick-active .reviews__item .text:after {
	content: '';
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 15px;
	height: 11px;
	background: url(img/quote-bb.png);
	transform: rotate(180deg);
}
.reviews__item_text .name {
	font-family: 'AG_Helvetica';
	font-size: 17px;
    line-height: 28px;
	color: #616161;
	margin: 20px 0 0 0;
}
.how-work {
	margin: 60px auto;
}
.how-work h2 {
	font-size: 36px;
    	line-height: 36px;
	color: #212121;
	margin: 0 0 60px 0;
}
.double__how-work {
	display: flex;
}
.double__how-work_left {
	margin-right: 20px;
}
.double__how-work_item {
	margin: 0 0 30px 0;
    font-weight: 300;
	font-size: 18px;
	color: #0e0e0e;
}
.double__how-work_trigger {
	display: block;
	width: max-content;
	background: linear-gradient(to top, #c00029, #d70037);
	color: #fff;
	font-weight: 300;
	padding: 7px 40px;
	border-radius: 10px;
	margin: 0 0 15px 0;
}
.middle__form_block {
	position: relative;
	background: #121211 url(img/middle_form_bg.webp);
	padding: 0 0 20px 0;
}
.middle__form_block:before {
	content: '';
	position: absolute;
	top: 200px;
	left: 0;
	width: 414px;
	height: 621px;
	background: url();
}
.middle__form_block .trigger {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 215px;
    left: 160px;
    width: 130px;
    height: 130px;
    background: #b90845;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
}
.middle__form_block .shop__form.widget {
	width: 500px;
	padding: 0;
	background: transparent;
}
.middle__form_block .shop__form.widget .shop__form_button {
	background: linear-gradient(to top, #c00029, #d70037);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	transition: all .5s;
}
.middle__form_block .shop__form.widget .shop__form_button:hover {
	background: #313131;
	color: #fff;
	cursor: pointer;
}
.middle__form_block .shop__form.widget .shop__form_title {
	padding: 15px 40px;
	justify-content: flex-start;
}
.middle__form_block .shop__form.widget .shop__form_title_text {
    font-size: 28px;
    margin-top: -15px;
}
.middle__form_block .shop__form.widget .shop__form_title_text span {
    font-size: 42px;
}
.middle__form_block .shop__form.widget .shop__form_title .shop__form_title_discount {
	 font-size: 90px;
	margin-left: 20px;
}
.middle__form_block .shop__form.widget .shop__form_count {
	justify-content: flex-start;
	color: #fff;
}
.middle__form_block .shop__form_count,
.middle__form_block .shop__form_field,
.middle__form_block .shop__form_footer {
	width: 70%;
}
.sostav_podrobnee {
	margin: 40px auto 80px;
}
.sostav_podrobnee .about__title {
	font-family: 'Helvetica';
	color: #131313;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}
.sostav_podrobnee .components_about_text p {
	font-family: 'Helvetica';
	color: #131313;
	font-size: 20px;
	font-weight: 300;
	margin: 40px 0 0 0;
}
.sostav_podrobnee .components_about_text p strong {
	color: #4c00b4;
}
.sostav_gelya {
	background: #121211;
    padding: 65px 0 80px 0;
}
.middle__form_block .shop__form_count .pack_add {
	margin: 0 10px 0 40px;
}
.middle__form_block .shop__form_count .pack_add,
.middle__form_block .shop__form_count .pack_del {
	transition: all .5s;
}
.middle__form_block .shop__form_count .pack_add:hover,
.middle__form_block .shop__form_count .pack_del:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}
.sostav_gelya {
	background: url(img/sostav.webp) center right no-repeat;
}
.sostav_gelya h2 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    margin: 0 0 20px 10px;
    font-weight: 900;
}
.sostav_gelya p {
	width: 80%;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 0 10px;
	color: #000;
}
.sostav_gelya .sostav_item_desc p:nth-child(1) {
	font-style: 23px;
	font-weight: 900;
	color: #9d162e;
}
.sostav_gelya .sostav_item_desc p:nth-child(2) {
	font-size: 17px;
	font-weight: 600;
	color: #000;
}
.sostav_items {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.sostav_items .sostav_item {
	display: flex;
	align-items: center;
	width: 50%;
	min-height: 125px;
	margin: 60px 0 0 0;
}
.sostav_items .sostav_item_photo {
	position: relative;
	width: 230px;
	height: 100%;
	margin-right: 10px;	
}
.sostav_items .sostav_item_photo img {
	position: absolute;
    bottom: 0;
    right: 0;
}
.sostav_items  .sostav_item_desc {
	width: calc(100% - 140px);
}
.sostav_items .sostav_item p {
	width: 100%;
	margin: 0;
}
.slick-dots {
	min-height: 50px;
}
.slick-dots li button:before {
    font-size: 12px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1 !important;
    color: #fff !important;
}
.slick-dots li button:before, .slick-dots li button:before {
    opacity: 1;
    color: #313131 !important;
    transition: all .5s;
}
.pay_methods {
	margin: 50px 0 10px 0;
}
.pay_methods h3 {
	font-weight: 500;
	font-size: 26px;
}
.pay_methods ul {
	display: flex;
	flex-wrap: wrap;
}
.pay_methods ul li {
	display: flex;
	height: 40px;
	align-items: center;
	position: relative;
	list-style: none;
	border: 1px #b1b1b1 solid;
	border-radius: 5px;
	padding: 0 30px;
	margin: 20px 10px 0 0;
	transition: all .5s;
}
.pay_methods ul li.active,
.pay_methods ul li:hover {
	border: 1px #bf0028 solid;
	cursor: pointer;
}
.pay_methods ul li.active:before, .pay_methods ul li:hover:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 15px;
    height: 15px;
    background: url(img/check-button.png) no-repeat center center;
}
.form_methods {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 10px 0;
}
.form_methods h3 {
	width: 100%;
	font-weight: 500;
	font-size: 26px;
	margin: 0 0 20px 0;
}
.form_methods .form_methods_item {
	width: 50%;
}
.form_methods_item_layer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 999;
}
.form_methods_item_block {
	width: calc(100% - 80px);
	position: relative;
	background: #fff;
	padding: 220px 20px 80px 20px;
	border-radius: 5px;
}
.form_methods_item_block:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(img/sanacin-kupit.webp) no-repeat right center;
	border-radius: 5px;
}
.form_methods_item_block img {
	margin: 0 5px;
}
.form_methods_item_title {
	position: absolute;
	left: -12px;
	top: 20px;
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	width: 422px;
	height: 52px;
	padding: 7px 40px;
	background: url(img/flag.png);
}
.form_methods_item_p {
	margin: 0 0 40px 0;
}
.form_methods_item_p p:nth-child(1) {
	color: #7f7f7f;
	font-size: 18px;
	font-weight: 300;
}
.form_methods_item_p p:nth-child(2) input[type="text"] {
	border-radius: 5px;
	background: #fff;
	border: none;
	width: 70%;
	height: 50px;
	margin: 10px 0 0 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .55);
	font-size: 18px;
	color: #1a1a1a;
	font-family: 'AG_Helvetica';
	padding: 0 20px;
}
.form_methods_item_p input[type="submit"] {
	width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(to top, #c00029, #d70037);
    color: #fff;
    font-family: 'Helvetica';
    font-size: 24px;
    font-weight: 500;
    padding: 10px 70px;
    transition: all .5s;
    border: none;
}
.form_methods_item_payment {
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.form_methods_item_payment p:nth-child(2) {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}
.form_methods_item_payment p:nth-child(2) span#cart_old_itog {
	font-family: 'AG_Helvetica';
	color: #979797;
	font-size: 26px;
	font-weight: 400;
	text-decoration: line-through;
}
.cart {
	display: flex;
	height: 200px;
	align-items: center;
	justify-content: space-between;
	padding: 0 45px;
	background: #fff;
	border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .55);
}
.cart div { 
	height: 60px;
	border-right: 1px solid #b7b7b7;
	padding: 0 30px;
}
.cart div:first-child,
.cart div:last-child { 
	border-right: none;
	padding: 0;
}
.cart_img {
	width: 127px;
	height: 128px !important;
}
.cart_title {
	color: #0b0b0b;
	font-size: 26px;
	font-weight: 700;
}
.cart_count {
	display: flex;
	align-items: center;
}
.cart_count .cart_add, .cart_count .cart_del,
.cart_count .pack_add, .cart_count .pack_del {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 0 10px;
    transition: all .5s;
}
.cart_count .cart_add:hover, .cart_count .cart_del:hover,
.cart_count .pack_add:hover, .cart_count .pack_del:hover {
	background: #bf0028;
	cursor: pointer;
}
.cart_count .pack_count {
	color: #171717;
	font-size: 23px;
	font-weight: 500;
}
.cart_price {
	min-width: 220px;
	color: #a6a6a6;
	font-weight: 300;
	font-size: 15px;
}
.cart_price p:nth-child(1) {
	color: #0b0b0b;
	font-weight: 600;
	font-size: 26px;
}
.cart_price p span#count {
	margin: 0;
	padding: 0;
}
.cart_price p span#old_price {
	color: #a6a6a6;
	font-weight: 300;
	font-size: 18px;
	text-decoration: line-through;
}
.cart_clear {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	position: relative;
	font-family: 'AG_Helvetica';
	color: #a6a6a6;
	font-weight: 300;
	font-size: 18px;
	padding: 0 20px 0 0;
	transition: all .5s;
}
.cart_clear span:hover {
	color: #666;
	cursor: pointer;
}
.cart_clear:before {
	content: '';
	position: absolute;
	top: 24px;
	right: 0;
	width: 15px;
	height: 17px;
	background: url(img/basket.png);
}
.not_found {
	margin-bottom: 40px !important;
}
.comment-form {
	display: flex;
    flex-direction: column-reverse;
}
#count {
	padding: 0 5px;
}
.rating-block {
	display: flex;
}
.commentrating {
	width: 16px;
	height: 16px;
	position: relative;
	margin: 0 5px 10px 0;
	padding-left: 5px;
}
.commentrating .star {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(img/star-empty.png);
	transition: all .5s;
}
.commentrating input {
	display: none;
}
.commentrating .star.active,
.commentrating .star:hover {
	background: url(img/star.png);
	cursor: pointer;
}
.commentrating input[type=radio]:checked + .star {
	background: url(img/star.png);
}
.commentrating input[type=radio]:checked + .star:before {
	background: none;
}
.response {
	margin-top: 20px;
	text-align: right;
}
.response a {
	font-family: 'AG_Helvetica';
	font-size: 18px;
	color: #b90845;
	transition: all .5s;
	text-decoration: none;
	border-bottom: 1px solid #b90845;
}
.response a:hover {
	color: #b90845;
	border-bottom: 1px solid transparent;
}
.comment-reply-title {
	padding-bottom: 10px;
}
.callback-button {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	background: url(img/phone.png);
	animation: radial-pulse 2s infinite;
	cursor: pointer;
}
.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	border-radius: 10px;
	padding: 35px;
	z-index: 9999;
	display: none;
}
.modal__form_title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.modal__form_subtitle {
	font-size: 27px;
	margin: 0 0 20px 0;
}
.modal__form_subfooter {
	font-family: 'AG_Helvetica';
	font-size: 24px;
	text-align: center;
	margin: 0 0 40px 0;
}
.modal input[type="text"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #a2a2a2;
	margin: 15px 0;
	font-size: 22px;
	color: #a2a2a2;
	padding: 0 0 5px 0;
}
.modal__form_footer input[type="submit"] {
	position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
	background: #b90845 url(/wp-content/uploads/2019/09/phone-1.png) 20px center no-repeat;
	padding-left: 60px;
	font-weight: 500;
	font-size: 25px;
}
.modal__form .close {
	color: #fff;
	position: absolute;
    top: -36px;
    right: 20px;
	font-weight: 300;
	font-size: 25px;
	cursor: pointer;
}
.modal__form .close:hover {
	cursor: pointer;
}
.bg-hidden {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(59, 50, 46, .8);
	display: none;
}
.modal__form_footer input[type="submit"]:hover {
	color: #000;
	background: #e1e1e1 url(/wp-content/uploads/2019/09/phone-1.png) 20px center no-repeat;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
 
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}


.cpu{
	padding: 10px 0;
	text-align: center;
	}
	.cpu img{
	display:block;
	margin: 0 auto;
	width: auto;
	}
	.cpu a{
	display: inline-block;
	margin: 5px;
	color: #333;
	font-size: 14px;
	}
	

	.top__logo_container .meta__top div{
		z-index: 99999;
	}