/*!
Theme Name: Chistok
Theme URI: http://craft-tech.com.ua
Author: Software Development (Evgeniy) Design (Andrey)
Author URI: http://craft-tech.com.ua
Description: Шаблон для компании ЧистОК. Одностраничный лэндинг с навигацией по странице. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chistok
Tags: Landing

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* lobster-regular - latin_cyrillic */
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local('RF Krabuler Regular'),
		 url('./fonts/RF Krabuler Regular.woff') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/RF Krabuler Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin_cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/open-sans-v17-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		 url('./fonts/open-sans-v17-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/open-sans-v17-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/open-sans-v17-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/open-sans-v17-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/open-sans-v17-latin_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

html{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*, *::before, *::after{
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
body{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #636363;
}
a{
	font-family: Lobster;
	font-size: 1.5vw;
	line-height: 212.68%;
	color: #636363;
	text-decoration:none;
}
.wrapper{
	max-width: 1680px;
	margin: 0 auto;
}
.header{
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.header-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-nav{
    margin-left: auto;
}
.header-tel{
	margin-left: auto;
	float: left;
	font-family: Lobster;
	font-size: 1.6vw;
	line-height: 169.18%;
	text-align: right;
	color: #464646;
	margin-right: 20px;
}
.page-title{
	line-height: 3vw;
    font-size: 2vw;
    margin-bottom: 20px;
}
.erorr-404{
	position:absolute;
	width:100%;
	top:40%;
	text-align:center;
}
.menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
li.current_page_item > a {
	color:#45B17C;
	}
.menu-item{
	margin-right: 20px;
}
.contact-link{
	display: none;
	font-family: Open Sans;
	font-size: 18px;
	line-height: 212.68%;
	color: #636363;
	margin-left: auto;
}
.contact-key{
	float: left;
    margin-right: 20px;
    margin-left: 4px;
}

.contact-key a:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.line-header{
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(70, 173, 167, 0)), color-stop(49.48%, #46ADA7), to(rgba(70, 173, 167, 0)));
	background: -o-linear-gradient(right, rgba(70, 173, 167, 0) 0%, #46ADA7 49.48%, rgba(70, 173, 167, 0) 100%);
	background: linear-gradient(270deg, rgba(70, 173, 167, 0) 0%, #46ADA7 49.48%, rgba(70, 173, 167, 0) 100%);
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.heder-title{
	font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 2vw;
    line-height: 4vw;
    padding-top: 15vw;
    max-width: 55vw;
}
.heder-title1{
	font-family: Lobster;
	font-style: normal;
	font-weight: normal;
	font-size: 3vw;
	line-height: 4vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 50vw;
	margin-bottom: 3vw;
}
.key-d{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin-top: 10px;

}
.key{
background: #ff0000;
    -webkit-box-shadow: 0px 0px 16px #dd3c3c, 0px 4px 0px #359767, 0px -4px 0px #63e3a4;
    box-shadow: 0px 0px 16px #f10000, 0px 4px 0px #b53b3b, 0px -4px 0px #d74545;
    border-radius: 9px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2vw;
    line-height: 212.68%;
    color: #FFFFFF;
    padding: 0.6em 2.5em;
    margin-right: 22px;
}
.key-d-1{
	width: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin-top: 10px;
}
.key-d-2{
	width: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	margin-top: 10px;
}
.key1{
    width: -moz-available;          
    width: -webkit-fill-available; 
    width: fill-available;
	text-align: center;
	background: #45B17C;
	-webkit-box-shadow: 0px 0px 16px #46ADA7, 0px 4px 0px #359767, 0px -4px 0px #63E3A4;
	        box-shadow: 0px 0px 16px #46ADA7, 0px 4px 0px #359767, 0px -4px 0px #63E3A4;
	border-radius: 9px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 1vw;
	line-height: 212.68%;
	color: #FFFFFF;
	padding: .6em 2.5em;
	margin-right: 22px;
}
.mico{
	padding-top: 7vw;
	padding-bottom: 7vw;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%;
	text-align: center
}
.title_post{
	font-family: Lobster;
	font-size: 3vw;
	line-height: 75px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #636363;
}
.fonts_section{
	width: 100%;
	float: left;
	display: -ms-grid;
	display: grid;
}
.fonts_section_1{
	float: left;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 1.5vw;
	line-height: 54px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #636363;
}
.main-line{
	float: left;
	background: -webkit-gradient(linear, right top, left top, from(rgba(70, 173, 167, 0)), color-stop(49.48%, #46ADA7), to(rgba(70, 173, 167, 0)));
	background: -o-linear-gradient(right, rgba(70, 173, 167, 0) 0%, #46ADA7 49.48%, rgba(70, 173, 167, 0) 100%);
	background: linear-gradient(270deg, rgba(70, 173, 167, 0) 0%, #46ADA7 49.48%, rgba(70, 173, 167, 0) 100%);
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	min-width: 370px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;	
	margin-bottom: 40px;
}
.wp-post-image, .size-post-thumbnail{
    display: block;
    width: 100%;
    height: auto;
}
.bsection{
	float: left;
	width: 100%;
	margin-bottom: 80px;	
}
.box_wg{
	float: left;
}
.thumbnail_wg_right{
	float: right;	
}
.thumbnail_wg_left{
	float: left;	
}
.thumbnail_wg{
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.content_title_wg{
	width: 50%;	
	display: -ms-grid;	
	display: grid;
	margin-top: 3%;
}
.attention{
	width: 100%;
	float: left;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3vw;
	line-height: 34px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #636363;
	margin-top: 3%;
}
.title_wg{
	font-family: Lobster;
	font-size: 2vw;
	line-height: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #636363;
}
.content_wg{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4vw;
	line-height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #636363;
	margin-left: 20px;
    margin-right: 20px;
}

.site-footer{
	height: 160px;
	width: 100%;
	background: #646464;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 160px;
}
.footer-logo, .footer-nav, .footer-tel{
    margin-top: auto;
	margin-bottom: auto;
}
.footer-nav div ul li a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2vw;
	line-height: 212.68%;
	color: #FFFFFF;
}
.footer-nav{
	display: -ms-grid;
	display: grid;
}
.footer-line{
	margin-top: 10px;
    margin-bottom: 10px;
}
.footer-tel{
	font-family: Lobster;
	font-style: normal;
	font-weight: normal;
	font-size: 2vw;
	line-height: 169.18%;	
	text-align: right;
	color: #ffffff;
}
.footer-text{
	font-family: Open Sans;
	font-size: 1.4vw;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #ffffff;
	text-align: center;
}
.prava{
	font-size: 1.4vw;
	-webkit-text-decoration-line: none;
	        text-decoration-line: none;
	color: #9E9E9E;
}
.footer-link{
	display: table;
    margin-left: auto;
}
.page-indent{	
    padding-top: 120px;
}
#back-to-top{
	margin: 1vw;
	position: sticky;
	bottom: 2vw;
	right: 1px;
	z-index: 1000;
}
.key-reviews{
	margin-left: 42%;
	margin-right: 42%;
	text-align: center;
}
.send-ok {
	width: 65vw;
	height: 34vw;
	position: fixed;
	left: 50%;
	margin-left: -32vw;
	background: #ffffff;
	padding: 15px;
	line-height: 23px;
	border-radius: 10px;
	border: 1px solid #A5A5A5;
	z-index: 999992;
	top: 15vw;
	background: url(./img/send-ok.jpg) repeat-x center bottom; 
	background-size: cover;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 6vw 7vw 5vw 6vw 4vw;
	grid-template-rows: 6vw 7vw 5vw 6vw 4vw;
}
.blockcentr, .blockcentr1, .blockcentr2 {
	width: 65vw;;
	height: 34vw;
    position: fixed;
    left: 50%;
    margin-left: -32vw;
    background: #ffffff;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15vw;
}
.blockcentr1{
	width: 45vw;
	margin-left: -23vw;
}
.blockcentr1{
	width: 45vw;
	margin-left: -23vw;
}
.blockall, .blockall1, .blockall2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	background: #000;
	cursor: pointer;
	z-index: 999990;
}
.wpcf7-text{
	border: none;
    border-bottom: 1px solid #45B17C;
	background-color: transparent;
	height: 3vw;
}
.wpcf7-number{
	all: unset;
	-moz-appearance: textfield;
	width: 1.5em;
	text-align: center;
	background: #45B17C;
    margin-left: 10px;
    margin-right: 10px;
	color: white;
	border-radius: 5px;
  }
.wpcf7-submit{
	border: solid 0px #f2f2f2
}
.send-podaca{
	font-family: Lobster;
    font-size: 5vw;
    text-align: center;
	margin-top: 3vw;
}
.send-zvazok{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 2.2vw;
	text-align: center;
	color: #636363;
}

div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); }

input[type='number'] {
    -moz-appearance:textfield;
}

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Стили FAQ */
.faq-wrapper {
    margin: 25px 0;
}
dl {
    line-height: 170%;
    margin-bottom: 20px;
}
dl, dt, dd {
    margin: 0;
	padding: 0;
	padding-left: 40px;
}
.faqs dt {
	background: url(./img/key-faq-l.jpg) repeat-y #FFFFFF;
	background-position: 98%;
	position: relative;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	font-weight: 600;
	height: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}
.faqs dd {
    display: none;
}
.faqs dd {
	margin-top: -10px;
	padding: 40px 20px 20px 40px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 20px 20px;
}
.faqs .hover {
    cursor: pointer;
}
/* Стоп война Укрина */
.stop-war {
	background:url('../../../wp-content/themes/chistok/img/stop_war.svg');
    background-size: contain;
	position: fixed;
	height: 90px;
    top: 50px;
    right: 0;
    width: 80px;
    z-index: 10!important;
}
/* Битрикс расположение кнопки Відкрита лінія */
.b24-widget-button-position-bottom-right{
	right: 10px !important;
	bottom:17px !important;
}

/* Адаптивность */
@media (max-width: 1900px) {
	.margin-indent{
		margin-left: 80px;
		margin-right: 80px;	
	}
}
@media (max-width: 1100px) {
	.contact-link{		
		display: none;
	}
	.footer-link{
		display: none;		
	}
}
@media (max-width: 800px) {
	.header {
		position: unset;
    	width: 100%;
	}
	.fonts_section {
		line-height: 50px;
	}
	.main-line{
		min-width: 250px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.header-nav,.menu,.line-off{
		display: none;
	}
	.margin-indent{
		margin-left: 15px;
		margin-right: 15px;	
	}
	.footer {
		-ms-grid-columns: none;
		grid-template-columns: none;
		-ms-grid-rows: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.footer > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.footer > *:nth-child(2) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.footer > *:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.contact-link{
		display: none;
		position: absolute;
  	    top: 7%;
  	    left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		margin-top: 80px;
	}
	.contact-off,.mico{
		display: none;
	}
	.heder-title {
		padding-top: 7vw;
		font-size: 5.2vw;
		line-height: 12vw;
		text-align: center;
		max-width: 960px;
	}
	.heder-title1{
		font-size: 6.8vw;
		line-height: 9vw;
		max-width: 960px;
		text-align: center;
		margin-bottom: 80vw;
	}
	.custom-logo{
		width: 123px;
		height: 51px;
	}
	.header-tel{
		font-size: 4.6vw;
	}
	.key-d{
		margin-top: 18vw;
	}
	.key-d,.key-d-1{
		margin-left: auto;
		margin-right: auto;
	}
	.key-d-1{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		margin-top: 10px;
	}
	.key-d-2{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		margin-top: 10px;
	}
	.key{
		width: 100%;
		font-size: 3vw;
		margin-right: 0px;		
	}
	.key1{
	    margin-bottom: 40px;
		font-size: 3.2vw;
	    margin-left: auto;
        margin-right: auto;
	}
	.title_post{
		font-size: 8vw;
		line-height: 40px;
	}
	.bsection{
		margin-bottom: 40px;
	}
	.main-line{
		margin-top: 20px;
		margin-bottom: 20px;
		min-width: 168px;
	}
	.content_title_wg{
		width: 100%;
	}
	.thumbnail_wg{
		width: 100%;		
	}
	.title_wg{
		font-size: 5vw;
	}
	.content_wg{
		font-size: 4vw;
		line-height: 7vw;		
	}
	.box_wg, .footer{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.box_wg > .content_title_wg, .footer-logo {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2; }
	.box_wg > .thumbnail_wg, .footer-tel {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1; } 
	.box_wg > .footer-nav {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3; } 
	.d-mob{
	font-size: 10px;
	line-height: 14px;
	}
	.c-mob{
	font-size: 18px;
	line-height: 25px;
	}
	.key-footer{
		position: absolute;
		margin-left: 21%;
    	margin-right: 17%;
	}
	.background_section_7{
		margin-top: 120px;
	}
	.key-footer{
		margin-top: 5vw;
	}
	.key-reviews{
		margin-left: 20vw;
		margin-right: 20vw;
	}
	.faqs dt{
		font-size: 14px;
		height: 40px;
		background: #ffffff;
	}
	dl, dt, dd{
		padding-left: 5px;
		padding-right: 5px;
	}
	.faqs dd{
		font-size: 14px;
		padding: 20px 10px 10px	
	}
	#back-to-top{
		bottom: 22px;
		left: 10px;
	}
	.site-footer{
		height: 100%;
	}
	.footer-logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
   	    margin-top: 20px;
	}
	.footer-tel{
		font-size: 18px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-link{
		margin-top: 8px;
		display: block;
	}
	.contact-key{
		margin-right: 4px;
	}
	.request{
		display: -ms-grid;
		display: grid;
	}
	.attention{
		font-size: 4.5vw;
		font-weight: 500;
	}
	.central_section{		
		max-width: 340px;
		margin: auto;
	}
	.fonts_section_1{
		font-size: 5vw;
	}
	.blockcentr{
		width: 90vw;
		margin-left: -45vw;
		height: 105vw;
	}
	.blockcentr1{
		width: 90vw;
		margin-left: -45vw;
		height: 105vw;
	}
	.send-ok{
		width: 90vw;
		margin-left: -45vw;
		height: 105vw;
		-ms-grid-rows: 15vw 20vw 15vw 6vw 28vw;
		grid-template-rows: 15vw 20vw 15vw 6vw 28vw;
	}
	.wpcf7-text{
		width: 80vw;		
		height: 6vw;
	}
	.send-zvazok{
		font-size: 5.2vw;
	}
	.send-podaca{
		font-size: 10vw;
	}
	.openokno1 img{
		display: none;
	}
	.footer-text{
		font-size: 3vw;
	}
	.heder-fon{
		margin-bottom: 28vw;
	}
}
