/* ------------------ default styles ------------------ */
img{max-width:100%;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.postmeta{padding:5px 0; color:#999;}
.postmeta a{color:#999;}
.postmeta a:hover{color:#0796D0;}
.breadcrumbs{padding:10px 0; margin-bottom:0;}
ol.commentlist{list-style:none;}
#commentform p{margin:5px 0;}
#commentform label{display:block;}
#commentform input#email, #commentform input#url, #commentform input#author, #commentform textarea, #commentform input#eazycfc_captcha{max-width:96%; border:1px #ccc solid; padding:5px 2%;}

#commentform input#submit{ background-color:#32373a; border:none; padding:8px 15px; color:#fff; display:inline-block; cursor:pointer;}
#commentform input#submit:hover{background:#34c6f6; border-bottom-color:#ccc; color:#fff;}
.form-allowed-tags{display:none;}
ul.errormsg{background:#ffe4e4;}
ul.errormsg li{padding:5px;}
.entry-content table, .comment-body table{ border-collapse:collapse; margin:10px 0;}
.entry-content table td, .entry-content table th, .comment-body table td, .comment-body table th{padding:10px 5px; text-align:left;}
.entry-content table th, .comment-body table th{color:#676767; font:normal 18px Oswald; border-bottom:1px #888 solid;}
.entry-content table td, .comment-body table td{border-bottom:1px #ccc solid;}
.fvch-codeblock:hover .comment-form-url{display:block !important;}

/*------------------------------------------- COMMENT STYLES -------------------------------------------*/
.commentlist, ol.commentlist {list-style:none; box-shadow:0 0 5px #666; -moz-box-shadow:0 0 5px #666; -webkit-box-shadow:0 0 5px #666; -khtml-box-shadow:0 0 5px #666; margin:10px 0; background-color:#fff; padding:10px 0;}
.commentlist li, ol.commentlist li { list-style:none; background-image:none !important; padding:0px 15px;}
.commentlist li ol li.depth-2, .commentlist li ol li.depth-3, .commentlist li ol li.depth-4, ol.commentlist li ol li.depth-2, ol.commentlist li ol li.depth-3, ol.commentlist li ol li.depth-4 { border-bottom:none;}
.commentlist li.bypostauthor article, ol.commentlist li.bypostauthor article { background:#f9ffe1;}
.commentlist article, .commentlist li.bypostauthor li article, ol.commentlist li.bypostauthor li article { border:none !important; padding:10px; position:relative; background-color:#fff;}
.commentlist li .fn { font-weight:normal; font-size:15px; font-style:normal;}
.commentlist li.bypostauthor .fn, ol.commentlist li.bypostauthor .fn { color:#000;}
img.avatar { vertical-align:middle; position:static; display:inline-block;}
.commentlist article a time { display:block; clear:both; padding:5px 0 10px; font-size:11px; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; }
.commentlist, ol.commentlist p { font-size:14px;}
.commentlist .reply span, ol.commentlist .reply span { display:none;}
.commentlist .reply a, ol.commentlist .reply a { display:block;	padding:10px; text-align:center; background:#f6f6f6; margin:5px 0; border:1px #ddd solid;}
.comment-author.vcard{display:inline-block; margin-right:15px;}
.comment-list ul.children li.comment{background-image:none; padding-left:5px;}



#form_calc * {
		-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    text-align: center;
}
#form_calc .but-open_dop {
		display: block;
		margin-bottom: 20px;
		margin-top: 10px;
		text-decoration: underline;
		color: #8761d7;
		font-size: 21px;
		cursor: pointer;
}
#form_calc .but-open_dop:hover {
	text-decoration: none;
} 
#form_calc p {
	margin: 0;
}

form .count_it {
	width: 100%;
	height: 40px;
	padding: 0 38px;
	border-radius: 100px;
	border: 1px solid #e0e0e0;
	background-color: white;
	box-shadow: 0px 10px 25px rgba(49,44,45,0.35);
	color: #8761d7; font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin: 15px auto 0;
}
form .count_it .minus,
form .count_it .plus {
	font-size: 18px; color: #7b53c1;
    
	position: absolute;
	top: 0px; left: 18px;
	cursor: pointer;
	
}
form .count_it .plus {
	left: auto; right: 18px;
	font-size: 26px;
}
form .input {
	position: relative;
	margin-top: 40px;
	height: 70px;
}
form input[type=text],
form input[type=tel] {
	position: relative;
	padding: 0 25px;
	font-size: 18px; color: #373739;
	background-color: white;
	border-radius: 100px;
	border: 1px solid #e0e0e0;
	width: 100%;
	height: 40px; line-height: 40px;
	text-align: center;
	margin-top: 20px;
}
input[type=text].error,
form input[type=tel].error {
	background-color: #ffdede;
}
form button {
	position: relative;
	height: 50px; line-height: 48px;
		width: 100%;
	font-size: 18px; color: #fff;
    border: none;
	text-align: center;
	background-color: #00c853;
	border-radius: 100px;
	cursor: pointer;
	margin-top: 15px;
	position: relative;
}
form button span {
	font-size: 30px;
}
form button:hover {
	background-color: #09e665;
}
.jq-selectbox {
	width: 100%;
	display: block !important;
	margin: 20px auto 0;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 40px;
	padding: 0 40px 0 20px;
	border-radius: 100px;
	border: 1px solid #e0e0e0;
	background-color: white;
	box-shadow: 0px 10px 25px rgba(49,44,45,0.35);
	color: #333333; font-size: 18px;
    line-height: 40px;
    text-align: left;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
}
.jq-selectbox__select:hover {
}
.jq-selectbox__select:active {
}
.jq-selectbox.opened .jq-selectbox__select  {
	box-shadow: none;
}
.jq-selectbox.disabled .jq-selectbox__select {

}
.jq-selectbox__select-text {

}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 17px;
	right: 16px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid #7b53c1;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
}
.jq-selectbox__dropdown {
	top: 20px !important;
	bottom: auto !important;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #FFF;
	color: #333333; font-size: 18px;
	z-index: 0;
	padding-top: 20px;
	text-align: left;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	border-radius: 8px;
}
.jq-selectbox li {
	padding: 10px 20px !important;
	list-style: none !important;
	border-bottom: none !important;
}
.jq-selectbox li.selected {
	background-color: #f7f5fc;
	color: #673ab7;
}
.jq-selectbox li:hover {
	background-color: #f7f5fc;
	color: #673ab7;
}


.jq-selectbox__select {
	color: #8761d7;
}

.bl_item_type {
	margin-bottom: 15px;
	display: none;
}
.item_type {
	text-align: center;
	width: 45%; height: 162px;
	margin: 0 2% 30px;
	border: 1px solid #e7e0f7;
	cursor: pointer;
	padding: 0px 11px;
	font-size: 15px; color: #8761d7;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}
.item_type:hover {
	border-color: #c3b0eb;
}
.item_type.active {
	color: white;
	box-shadow: 0px 10px 25px rgba(49,44,45,0.35);
	background: #936edf;
	background: -webkit-linear-gradient(-45deg, #b697f8 0, #855fd6 100%);
	background: -moz-linear-gradient(135deg, #b697f8 0, #855fd6 100%);
	background: linear-gradient(135deg, #b697f8 0, #855fd6 100%);
	border: none;
}
.item_type img.hover {
	display: none;
}
.item_type.active img {
	display: none;
}
.item_type.active img.hover {
	display: inline-block;
}
.item_type .co {
	display: none;
}
.item_type div.t {
	position: relative;
	top: 12px;
}

 .count_okno {
	display: none;
	width: 120px;
	margin: 30px 0;
	height: 40px;
	padding: 0 38px;
	border: 2px solid rgba(0,0,0,0.4);
	border-radius: 100px;
	color: rgba(0,0,0,0.4); font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: default;
}
.item_type.active .count_okno {
	display: inline-block;
}
 .count_okno .minus,
 .count_okno .plus {
	font-size: 18px; color: rgba(0,0,0,0.4);
    
	position: absolute;
	top: 0px; left: 18px;
	cursor: pointer;
	
}
 .count_okno .plus {
	left: auto; right: 18px;
	font-size: 26px;
}
.item_type.active .count_okno {
	color: #fff;
	border: 2px solid #fff;
}
.item_type.active  .count_okno .minus,
.item_type.active  .count_okno .plus {
	color: white;
}
.t_price {
		font-size: 18px;
		line-height: 30px;
		color: #333333;
}
.t_price .price {
	color: #8963d8; font-size: 28px;
}
.btn {
	max-width: 450px;
	width: 100%;
	position: relative;
	height: 70px; line-height: 68px;
	font-size: 26px; color: #fff;
    border: none;
	margin-top: 35px;
	text-align: center;
	background-color: #00c853;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0px 10px 25px rgba(49,44,45,0.35);
}
.btn:hover {
	background-color: #09e665;
}


.popup_bg {
    position: fixed; top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.6); 
    display: none; z-index: 99999;
}

/* popup
-------------------------------*/
.popup {
	position: absolute; top: 50%; left: 0;  
	width: 100%; height: auto; 
	display: none; z-index: 99999;	
    text-align: center;
    background-color: white;
    border-radius: 5px;
}
.popup .name {
	margin-bottom: 25px;
	font-size: 24px;
}
.popup.mw {
    max-width: 450px;
    padding: 25px 40px 40px;
}



.brands {
	width: 93%;
	margin: 20px 0;
	padding-bottom: 0px !important;
	padding: 20px 25px;
	background-color: #f5f3f3;
	text-align: center;
}

.brands__title {
	margin-bottom: 28px;
	font-size: 30px;
	line-height: 26px;
	color: #8a65da;
}

.brands__content {
	display: flex;
	justify-content: space-between;
}

.brands__item {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border-right: 2px solid #e4e1e1;

	color: black;
	font-size: 16px;
	font-weight: 22px;
}

.brands__item_first {
    width: 26%;
    align-items: flex-start;;
}

.brands__item_third {
	width: 35%;
	border-right: none;
}

.brands__item-name {
	margin-bottom: 0px;
}

.brands__two-items {
	display: flex;
    justify-content: space-around;
    width: 100%;
}

.brands__item-name_first {
	width: 212px;
}

.brands__item-name_second {
	width: 80px;
	margin-bottom: 25px;
}

.brands__item-name_third {
    
}

@media (max-width: 1165px) {
	.brands {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.brands {
		padding-bottom: 0;
	}

	.brands__content {
		flex-direction: column;
	}

	.brands__title {
		text-align: center;
	}

	.brands__item {
		margin-bottom: 20px;
		padding-bottom: 20px;
		align-items: center;
		border-right: none;
		border-bottom: 2px solid #e4e1e1;
	}

	.brands__item_first, 
	.brands__item_second, 
	.brands__item_third {
		width: 100%;
	}

	.brands__item-name_first,
	.brands__item-name_second,
	.brands__item-name_third {
		width: 100%;
		text-align: center;
	}
}


.top-block {
    position: relative;
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: url('/wp-content/uploads/2018/06/clean-banner.jpg') no-repeat center;
}


.top-block__text {
	margin-top: 115px;
	margin-left: auto;
    padding: 25px 35px 35px 30px;
    width: 460px;
	background: #bb88c9;
}

.top-block__title {
	color: white;
	font-size: 38px;
	line-height: 50px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.top-block {
		display: none;
	}
}