/*
	Theme Name: Perfetcha theme
	Description: Custom theme for Perfetcha company
	Version: 1.0
	Author: Александ Шапарь

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "Raleway", sans-serif;
	color:#222;
	font-size: 16px;
	line-height: 1.4;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:inherit;
	text-decoration:none;
	transition: all .3s ease;
}
a:hover {
	color: #BCDDC3;
}
a:focus {
	outline:0;
}
a:avtive{
	color: #8AB894;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 100%;
	position:relative;
}
.container{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	width: 1244px;
}
.d-flex{
	display: flex;
}
.a-center{
	align-items: center;
}
.j-between{
	justify-content: space-between;
}
.j-center{
	justify-content: center;
}
/* header */
.header {

}
.top-line{
	background-color: #222222;
	color: #fff;
}
.phone{
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-size: 15px;
	font-weight: 600;
}
.top-line-flex{
	align-items: center;
	height: 40px;
}
.top-line-flex .social{
	margin-left: 30px;
	margin-right: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.social a:hover rect,
.social a:hover path{
	fill: #A7D6F5;
}
.social li:last-child a:hover path{
	fill: #222
}
.top-line-flex .social li+li{
	margin-left: 10px;
}
.top-line-flex .logo-by{
	margin-left: auto;
}
.footer a:hover,
.header a:hover{
	color: #A7D6F5;
}
.top-line-flex .languages{
	font-size: 12px;
	margin-right: 30px;
}
.top-line-flex .languages a+a:before{
	content:'|';
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
}
.top-line-flex .languages a.active{
	color: rgba(255,255,255,0.4);
}
.header-flex{
	height: 110px;
	align-items: center;
	border-bottom: 1px solid #E0E0E0;
}
.header .menu{
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.header .menu li+li{
	margin-left: 65px;
}
.header .menu li a{
	display: flex;
	height: 110px;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 4px solid transparent;
}
.header .menu li a:hover{
	border-bottom-color: #A7D6F5;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #222;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 80px;
}
.footer-flex {
	margin-right: -15px;
	margin-left: -15px;
}
.footer-flex .col{
	width: calc(25% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}
.footer-flex .col:first-child{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 10px;
}
.footer-flex .col:nth-child(2) ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	max-width: 216px;
}
.footer-flex .col:nth-child(2) ul li{
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footer-flex .col:nth-child(2) p{
	display: flex;
	margin: 0 0 30px;
	max-width: 206px;
}
.footer-flex .col:nth-child(2) p img{
	margin-left: 15px;
}
.footer-flex .col:nth-child(3) ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
	columns: 2;
	font-size: 15px;
}
.footer-flex .col:nth-child(3) ul li{
	margin-bottom: 15px;
}
.footer-flex .col-title{
	display: flex;
	height: 44px;
	align-items: flex-end;
	text-align: left;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 18px;
}
.footer-flex .col:nth-child(4){
	max-width: 185px
}
.footer-flex .col:nth-child(4) .phone{
	margin-bottom: 10px;
}
.footer-flex .col:nth-child(4) .social{
	list-style-type:none;
	padding: 0;
	margin: 40px 0 0;
}
.footer-flex .col:nth-child(4) .social li{
	margin-right: 10px;
}
.green{
	color: #BCDDC3;
}
.blue{
	color: #A7D6F5;
}
.rose{
	color: #F7C2CD;
}
.rose-bg{
	background-color: #F7C2CD;
	color: #fff;
}
.green-bg{
	color: #fff;
	background: #BCDDC3;
}
.yellow-bg{
	color: #fff;
	background: #F0DA00;
}
.blue-bg{
	color: #fff;	
	background: #A7D6F5;
}
.btn{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	border: none;
	padding: 0 30px;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	height: 60px;
	transition: all .3s ease;
}
.btn-border{
	color: #222222;
	background-color: #fff;
	border: 4px solid #A7D6F5;
}
.btn-border:hover{
	background: #A7D6F5;
	border-color: #A7D6F5;
	color: #fff;
}
.btn-border:active{
	background: #7DB8DE;
	border-color: #7DB8DE;
	color: #fff;
}
.btn-fill{

}
.btn-border svg{
	margin-left: 10px;
}
.btn-border:hover svg path{
	stroke: #fff
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.section-about-product{
	background-color: #222;
	color: #fff;
	position: relative;
	padding-bottom: 120px;
}
.section-about-product:before{
	content:'';
	display: block;
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 300px;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: #222;
}
.section-first{
	padding-top: 40px;
}
.section-first .top-text{
	margin-bottom: 60px;
}
.section-first .top-text .col:first-child{
	width: 704px;
}
.section-first .top-text .col:last-child{
	width: 434px;
}
.section-first .video{
	margin-bottom: 60px;
	position: relative;
}
.section-first .video a:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	background-image: url(img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.section-first .main-text{
	font-size: 64px;
	line-height: 130%;
	color: #222222;
}
.section-first .main-text .rose-bg{
	padding-left: 5px;
	padding-right: 5px;
}
.section-first .second-text{
	font-size: 23px;
	margin-bottom: 33px;
}
.about-product-text{
	margin-bottom: 60px;
}
.about-product-text .col:first-child{
	width: 415px;
	font-weight: 500;
	font-size: 48px;
	line-height: 130%;
}
.about-product-text .col:last-child{
	width: 758px;
	font-size: 20px;
	line-height: 150%;
}
.ap-info .item{
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
}
.ap-info .item:nth-child(1){
	border: 4px solid #BCDDC3;
}
.ap-info .item:nth-child(2){
	border: 4px solid #A7D6F5;
}
.ap-info .item:nth-child(3){		
	border: 4px solid #F7C2CD;
}
.ap-info .item:nth-child(4){
	border: 4px solid #FEEC3C;
}
.ap-info .item .inner{
	background: #222222;
	width: 225px;
	height: 130px;
	margin-left: -40px;
}
.ap-info .item .inner .big{
	font-weight: 500;
	font-size: 48px;
	line-height: 150%;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.ap-info .item .inner .small{
	font-size: 20px;
	line-height: 130%;
	color: #FFFFFF;
	padding-left: 40px;
}

.section-products{
	padding-top: 120px;
	overflow: hidden;
}
.section-products .section-title{
	margin-bottom: 108px;
}
.section-title{
	position: relative;
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	color: #222222;
}
.section-title.small{
	font-size: 32px;
}
.section-title:before{
	content:"";
	display: block;
	position: absolute;
	right: calc(100% + 60px);
	top: 50%;
	width: 600px;
	height: 3px;
	background: #222;
}
.section-title .rose-bg{
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 6px;
}
.products-list .r-row{
	margin-bottom: 192px;
}
.products-list .r-row .col:nth-child(2){
	width: 289px;
	min-width: 289px;
}
.products-list .r-row .col:nth-child(1),
.products-list .r-row .col:nth-child(3){
	width: calc((100% - 289px) / 2);
	position: relative;
}
.products-list .r-row:nth-child(even){
	flex-direction: row-reverse;
}
.products-list .r-row .thumb{
	height: 438px;
	border-width: 4px;
	border-style: solid;
	position: relative;
	border-bottom-width: 0;
}
.products-list .r-row .thumb img{
	position: absolute;
	bottom: 0;
	right: 0;
	/*max-width: none;*/
}
.products-list .r-row .thumb svg{
	position: relative;
	z-index: 2;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.products-list .r-row .thumb svg rect{
	cursor: pointer;
}
.products-list .r-row .p-title{
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
}
.products-list .r-row .btn{
	width: 100%;
	height: 66px;
}

.products-list .r-row .col:last-child,
.products-list .r-row:nth-child(even) .col:first-child{
	padding-left: 30px;
	padding-right: 0;
}
.products-list .r-row .col:first-child,
.products-list .r-row:nth-child(even) .col:last-child{
	padding-right: 30px;
	padding-left: 0;
}
.products-list .r-row:nth-child(1) .pokazaniya .pok-list li span,
.products-list .r-row:nth-child(1) .btn,
.products-list .r-row:nth-child(1) .thumb{
	border-color: #BCDDC3;
}
.products-list .r-row:nth-child(1) .btn:hover{
	background-color: #BCDDC3;
}
.products-list .r-row:nth-child(1) .pokazaniya .pok-list li.active{
	color: #BCDDC3;
}
.products-list .r-row:nth-child(1) .pokazaniya .pok-list li.active span{
	background: #BCDDC3;
}
.products-list .r-row:nth-child(1) .col:first-child::before{
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1000px;
	top: 62px;
	background: #BCDDC3;
	z-index: -1;
}
.products-list .r-row:nth-child(1) .col:first-child img{
	position: absolute;
	right: 0;
	max-width: none;
	bottom: -48px;
	right: 0;
}
.products-list .r-row .p-table{
	padding-top: 30px;
}
.products-list .r-row .p-table table td{
	width: 50%;
	vertical-align: top;
	padding-bottom: 15px;
}
.products-list .r-row .col:first-child{
	padding-bottom: 125px;
}
.products-list .r-row .p-table table td:first-child{
	opacity: 0.5;
}

.products-list .r-row:nth-child(2) .pokazaniya .pok-list li span,
.products-list .r-row:nth-child(2) .btn,
.products-list .r-row:nth-child(2) .thumb{
	border-color: #A7D6F5;
}
.products-list .r-row:nth-child(2) .btn:hover{
	background-color: #A7D6F5;
}
.products-list .r-row:nth-child(2) .pokazaniya .pok-list li.active{
	color: #A7D6F5;
}
.products-list .r-row:nth-child(2) .pokazaniya .pok-list li.active span{
	background: #A7D6F5;
}
.products-list .r-row:nth-child(2) .col:first-child::before{
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
	top: 62px;
	background: #A7D6F5;
	z-index: -1;
}
.products-list .r-row:nth-child(2) .col:first-child img{
	position: absolute;
	right: 0;
	max-width: none;
	bottom: -48px;
	left: 0;
}
.products-list .r-row:nth-child(3) .pokazaniya .pok-list li span,
.products-list .r-row:nth-child(3) .btn,
.products-list .r-row:nth-child(3) .thumb{
	border-color: #F7C2CD;
}
.products-list .r-row:nth-child(3) .btn:hover{
	background-color: #F7C2CD;
}
.products-list .r-row:nth-child(3) .pokazaniya .pok-list li.active {
	color: #F7C2CD;
}
.products-list .r-row:nth-child(3) .pokazaniya .pok-list li.active span{
	background: #F7C2CD;
}
.products-list .r-row:nth-child(3) .col:first-child::before{
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1000px;
	top: 62px;
	background: #F7C2CD;
	z-index: -1;
}
.products-list .r-row:nth-child(3) .col:first-child img{
	position: absolute;
	right: 0;
	max-width: none;
	bottom: -48px;
	right: 0;
}
.products-list .r-row:nth-child(4) .pokazaniya .pok-list li span,
.products-list .r-row:nth-child(4) .btn,
.products-list .r-row:nth-child(4) .thumb{
	border-color: #F0DA00;
}
.products-list .r-row:nth-child(4) .btn:hover{
	background-color: #F0DA00;
}
.products-list .r-row:nth-child(4) .pokazaniya .pok-list li.active span{
	background: #F0DA00;
}
.products-list .r-row:nth-child(4) .pokazaniya .pok-list li.active{
	color: #F0DA00;
}
.products-list .r-row:nth-child(4) .col:first-child::before{
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
	top: 62px;
	background: #F0DA00;
	z-index: -1;
}
.products-list .r-row:nth-child(4) .col:first-child img{
	position: absolute;
	right: 0;
	max-width: none;
	bottom: -48px;
	left: 0;
}

.products-list .pokazaniya{
	font-size: 18px;
	line-height: 1.4;
}
.products-list .pokazaniya p{
	margin: 0 0 10px;
}
.products-list .pokazaniya p strong{
	font-weight: 600;
}
.products-list .pokazaniya .pok-list{
	list-style-type:none;
	padding: 0;
	margin: 31px 0 44px;
	columns: 2;
}
.products-list .pokazaniya .pok-list li{
	margin-bottom: 20px;
	padding-left: 40px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
}
.products-list .pokazaniya .pok-list li span{
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	border: 2px solid #000;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #222;
}

.products-list .r-row .col:last-child{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.products-list .p-action{
	padding-bottom: 62px;
}
.products-list .p-action a{
	padding-bottom: 10px;
	border-bottom: 4px solid #000;
	font-weight: 500;
	font-size: 16px;
}
.products-list .p-action a svg{
	margin-left: 5px;
}
.products-list .r-row:nth-child(1) .p-action a path{
	stroke: #BCDDC3;
}
.products-list .r-row:nth-child(1) .p-action a{
	border-color: #BCDDC3;
}
.products-list .r-row:nth-child(1) .p-action a:hover{
	color: #BCDDC3;
}
.products-list .r-row:nth-child(2) .p-action a path{
	stroke: #A7D6F5;
}
.products-list .r-row:nth-child(2) .p-action a{
	border-color: #A7D6F5;
}
.products-list .r-row:nth-child(2) .p-action a:hover{
	color: #A7D6F5;
}
.products-list .r-row:nth-child(3) .p-action a path{
	stroke: #F7C2CD;
}
.products-list .r-row:nth-child(3) .p-action a{
	border-color: #F7C2CD;
}
.products-list .r-row:nth-child(3) .p-action a:hover{
	color: #F7C2CD;
}
.products-list .r-row:nth-child(4) .p-action a path{
	stroke: #F0DA00;
}
.products-list .r-row:nth-child(4) .p-action a{
	border-color: #F0DA00;
}
.products-list .r-row:nth-child(4) .p-action a:hover{
	color: #F0DA00;
}


.section-title .subtitle{
	font-size: 24px;
	line-height: 1.3;
	margin-left: 20px;
}
.tech-points{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}
.tech-points .t-image{
	width: 100%;
	margin-bottom: 50px;
}
.tech-points .t-point{
	/*width: 330px;*/
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
.tech-points .t-point span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border: 4px solid #F7C2CD;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #F7C2CD;
	position: relative;
}
.tech-points .t-point.yellow span{
	border-color: #F0DA00;
	color: #F0DA00;
}
.tech-points .t-point:nth-child(2):before,
.tech-points .t-point:nth-child(3):before{
	content:'';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url(img/left-rose.svg);
	background-repeat: no-repeat;
	background-position: center;
	top: 30px;
	left: -94px;
	transform: translateY(-50%);
}
.tech-points .t-point:nth-child(6):before,
.tech-points .t-point:nth-child(7):before{
	content:'';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url(img/left-yellow.svg);
	background-repeat: no-repeat;
	background-position: center;
	top: 30px;
	left: -94px;
	transform: translateY(-50%);
}
.tech-points .t-point:nth-child(2) span{
	color: #fff;
}
.tech-points .t-point:nth-child(2) span:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	background:#F7C2CD;
	z-index: -1;
}
.tech-points .t-point:nth-child(2) span:after{
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 26px;
	z-index: -1;
	height: 100px;
	width: 1px;
	border-left: 4px dashed #F7C2CD;
}
.tech-points .t-point:nth-child(5) span{
	color: #fff;
}
.tech-points .t-point:nth-child(5) span:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	background:#F0DA00;
	z-index: -1;
}
.tech-points .t-point:nth-child(5) span:after{
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 26px;
	z-index: -1;
	height: 100px;
	width: 1px;
	border-left: 4px dashed #F0DA00;
}
.section-features{
	margin-top: 66px;
	max-width: 100%;
	overflow: hidden;
}

.molekuly{
	padding-top: 72px;
	padding-bottom: 80px;
	background-image: url(img/features-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50px;
	position: relative;
}
.molekuly .item{
	margin-bottom: 30px;
	width: 350px;
	padding-top: 60px;
}
.molekuly .item:last-child{
	position: absolute;
	right: 0;
	top: 154px;
}
.molekuly .item .m_name{
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	margin: 20px 0;
}
.molekuly .item .m_text{
	font-size: 20px;
	line-height: 140%;
}
.f-cols{
	margin-top: 110px;
	margin-bottom: 15px;
}
.f-cols .col{
	width: calc(100%/3);
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.f-cols .col:nth-child(1){
	padding-right: 60px;
}
.f-cols .col:nth-child(2){
	padding: 60px;
	min-width: 468px;
}
.f-cols .col:nth-child(2):after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1063px;
	background-color: #F7C2CD;
}

.f-cols .col:nth-child(3){
	padding-left: 60px;
}
.f-cols .col:nth-child(3):after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 300%;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #BCDDC3;
}
.f-cols .col-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 40px;
	text-transform: uppercase;
	white-space: nowrap;
}
.f-cols .col p{
	font-size: 18px;
}
.f-cols .col .blue{
	text-transform: lowercase;
	color: #A7D6F5;
	padding-left: 26px;
	position: relative;
}
.f-cols .col .rose{
	text-transform: lowercase;
	padding-left: 26px;
	position: relative;
}
.f-cols .col .green{
	text-transform: lowercase;
	color: #BCDDC3;
	padding-left: 26px;
	position: relative;
}
.f-cols .col .green svg,
.f-cols .col .rose svg,
.f-cols .col .blue svg{
	position: absolute;
	left: 0;
	top: 2px;
}
.section-lips-tech{
	margin-top: 150px;
	max-width: 100%;
	overflow: hidden;
}
.section-lips-tech .section-title{
	margin-bottom: 60px;
}

.lips-slider-nav .slick-arrow{
	background: none;
	padding: 0;
	border: none;
	font-size: 0;
	z-index: 10;
	margin-left: 10px;
}
.lips-slider-nav{
	display: flex;
	justify-content: flex-end;
}
.lips-slider-nav .slick-arrow.slick-disabled{
	opacity: 0.4;
	pointer-events: none;
}

.lips-slider .item .col:first-child{
	width: 764px;
	min-width: 764px;
}
.lips-slider .item .col:first-child img{
	float: right;
}
.section-lips-tech .t-point{
	width: 344px;
	margin-bottom: 22px;
	position: relative;
	padding-left: 34px;
	display: inline-block;
	margin-right: 25px;
}
.section-lips-tech .t-point .counter{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	position: absolute;
	border: 2px solid #BCDDC3;
	font-size: 14px;
}
.section-lips-tech .t-point .name{
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.section-lips-tech .t-point p{
	margin: 0;
	font-size: 18px;
}
.lips-slider .item .col .p-title{
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
	margin-left: 16px;
}
.lips-slider .item .col .bg-block{
	background: #BCDDC3;
	padding: 30px 16px;
	position: relative;
}
.lips-slider .item .col .bg-block:after{
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	background: #BCDDC3;
	height: 100%;
	width: 200%;
}
.lips-slider .item .col .bg-block table{
	width: 100%;
}
.lips-slider .item .col .bg-block table td{
	vertical-align: top;
	padding-bottom: 15px;
}
.lips-slider .item .col .bg-block table td:first-child{
	opacity: 0.5;
	width: 95px;
}
.section-face-tech{
	margin-top: 200px;
	max-width: 100%;
	overflow: hidden;
}

.tabs-wrap{
	position: relative;
	margin-top: 60px;
}
.tabs-nav{
	display: flex;
	justify-content: space-between;
	list-style-type:none;
	padding: 0;
	margin: 0 0 30px;
	border-bottom: 2px solid #BDBDBD;
}
.tabs-nav .tab-item{
	cursor: pointer;
	font-size: 18px;
	position: relative;
	padding: 0 20px 22px;
	white-space: nowrap;
	transition: all .3s ease;
}
.tabs-nav .tab-item.active:after{
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -2px;
	background: #222222;
}
.tabs-nav .tab-item:hover{
	color: #A7D6F5;
}
.tabs-wrap .tab-content .col:first-child{
	position: relative;
	padding: 60px 60px 60px 0;
	background: #A7D6F5;
	width: 50%;
}
.tabs-wrap .tab-content .col:first-child:after{
	content: '';
	display: block;
	background: #A7D6F5;
	position: absolute;
	right: 100%;
	height: 100%;
	width: 200%;
	top: 0;
}
.tabs-wrap .tab-content .col:last-child{
	padding-left: 30px;
	width: 50%;
}
.tabs-wrap .tab-content .tab-title{
	font-size: 32px;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tabs-wrap .tab-content .acc-item{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BDBDBD;
}
.tabs-wrap .tab-content .acc-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	cursor: pointer;
}
.tabs-wrap .tab-content .acc-btn svg{
	position: relative;
	min-width: 18px;
	margin-left: 20px;
	transition: transform .3s ease;
}
.tabs-wrap .tab-content .acc-btn.active svg{
	transform: rotate(45deg);
}
.section-certificate{
	margin-top: 240px;
	position: relative;
}
.section-certificate:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 426px;
	background: #BCDDC3;
	z-index: -1
}
.section-certificate .title{
	font-size: 48px;
	line-height: 130%;
}
.section-result{
	margin-top: 210px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.section-result:before{
	content:'';
	display: block;
	width: 100%;
	position: absolute;
	z-index: -1;
	height: 747px;
	background-color: #F7C2CD;
	background-image: url(img/cite.svg);
	background-repeat: no-repeat;
	background-position: 172px 0;
	top: 400px;
	left: 0;
}

.section-result .section-title{
	margin-bottom: 60px;
}
.before-after-slider .twentytwenty-container{
	width: 100%;
}
.before-after-slider .twentytwenty-container img{
	height: 420px;
	width: 100%;
	object-fit: cover;
}
.before-after-slider {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 100px;
}
.before-after-slider .item{
	margin-right: 15px;
	margin-left: 15px;
}
.twentytwenty-handle:before, .twentytwenty-handle:after{
	width: 2px;
	margin-left: -1px;
	box-shadow: none;
}
.twentytwenty-handle{
	width: 10px;
	height: 60px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	border: none;
	cursor: pointer;
	margin-left: -5px;
	margin-top: -30px;
}
.twentytwenty-handle span{
	display: none;
}
.twentytwenty-after-label,
.twentytwenty-before-label{
	display: none;
}

.before-after-slider-nav{
	position: relative;
}
.before-after-slider-nav .slick-arrow{
	position: absolute;
	right: 0;
	bottom: 60px;
	padding: 0;
	background: none;
	border: none;
	font-size: 0;
}

.slick-arrow:hover path{
	stroke: #A7D6F5;
}
.slick-arrow:active rect{
	fill: #222;
}

.before-after-slider-nav .slick-arrow.slick-prev{
	right: 70px;
}
.before-after-slider .outter{
	margin-bottom: 20px;
}
.before-after-slider .p_name{
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #222222;
}
.before-after-slider .count{
	font-size: 18px;
	line-height: 140%;
}
.before-after-slider .c_name{
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 20px;
}
.before-after-slider .cite{
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	padding-left: 37px;
	background-image: url(img/cite.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 0 3px;
}
.video-slider-nav .slick-arrow{
	padding: 0;
	background: none;
	border: none;
	font-size: 0;
	margin-left: 10px;
}
.before-after-slider-nav .slick-arrow.slick-disabled,
.video-slider-nav .slick-arrow.slick-disabled{
	opacity: 0.4;
	pointer-events: none;
}
.video-slider .slick-list,
.before-after-slider .slick-list{
	overflow: visible;
}
.vs-title{
	font-size: 32px;
	align-self: flex-end;
}
.vs-header{
	margin-bottom: 30px;
}
.video-slider{
	margin-right: -15px;
	margin-left: -15px;
}
.video-slider .item{
	margin-right: 15px;
	margin-left: 15px;
}
.video-slider .item .title{
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.video-slider .item p{
	font-size: 18px;
	line-height: 140%;
	margin: 0;
}
.video-slider .item a{
	display: block;
	position: relative;
}
.video-slider .item a:after{
	content:'';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	background-image: url(img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%,-50%);
}
.section-about-company{
	margin-top: 240px;
	margin-bottom: 240px;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.section-about-company .col{
	margin-top: 60px;
	width: 340px;
}
.section-about-company .col p{
	margin-top: 0;
}
.section-about-company .col:first-child{
	font-style: italic;
	font-size: 32px;
	line-height: 140%;
	width: 295px;
}
.section-about-company .col:nth-child(2){
	width: 378px;
	margin-left: 10px;
}
.section-about-company .col:last-child{
	position: relative;
	width: 410px;
	margin-left: auto;
}
.section-about-company .col:last-child:after{
	content:'';
	display: block;
	position: absolute;
	left: -60px;
	bottom: -60px;
	height: 756px;
	width: 900px;
	background: #A7D6F5;
	z-index: -1;
}
.section-about-company .col:last-child img{
	margin-bottom: 40px;
}
.section-about-company .col .text-2{
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 40px;
}
.section-about-company .col .text-3{
	font-size: 18px;
	line-height: 140%;
	margin-top: 30px;
}
.section-about-company .col .btn{
	border-color: #222;
	background: transparent;
}
.section-about-company .col .btn:hover{
	background: #222;
	color: #A7D6F5;
}
.section-map{
	position: relative;
	padding-bottom: 120px;
}
.section-map:after{
	content: '';
	height: 350px;
	display: block;
	left: 0;
	bottom: 0;
	background: #F8E638;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.map-block{
	margin-top: 60px;
}
.acf-map{
	position: relative;
	height: 420px;
}
.type-point ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid rgba(34, 34, 34, 0.1);
}
.type-point li{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 62px;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}
.type-point li+li{
	margin-left: 50px;
}
.type-point li.active:before{
	content:'';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #222;
}
.points-list{
	background: #FFFFFF;
	border: 4px solid #F0DA00;
	padding: 60px;
}
.points-list .inner{
	margin-right: -15px;
	margin-left: -15px;
	flex-wrap: wrap;
}
.points-list .inner .list-item{
	margin: 0 15px 30px;
	width: calc(100%/3 - 30px);
	border-bottom: 1px solid #E0E0E0;
}
.points-list .inner .list-item .partner-name{
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 5px;
	margin-top: 0;
}
.points-list .inner .list-item .address{
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 10px;
}
.points-list .inner .list-item .bolder{
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	display: block;
}
.points-list .inner .list-item .partner-link a{
	color: #A7D6F5;
}
.points-list .inner .list-item p{
	margin-top: 0;
}
.type-map .btn{
	border-color: #222;
	text-transform: none;
	font-weight: normal;
}
.type-map .btn:hover{
	color: #222;
	background: none
}
.type-map .btn span{
	opacity: 0.4;
	margin-right: 3px;
	margin-left: 3px;
}
.type-map .btn span.active{
	opacity: 1;
}


.form-title{
	font-size: 48px;
	line-height: 130%;
	margin-bottom: 10px;
}
.form-subtitle{
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 50px;
}
.wpcf7-form-control-wrap{
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 48px;
}
.wpcf7-form-control-wrap input{
	border: none;
	border-bottom: 2px solid #A7A7A7;
	padding-bottom: 10px;
	width: 100%;
	font-size: 20px;
	line-height: 130%;
	color: #222;
	background: none;
}
.wpcf7-form-control-wrap input:focus{
	border-color: #222;
}
.wpcf7-form-control-wrap input.wpcf7-not-valid{
	border-color: #F7C2CD;
}
.form-wrap p{
	margin: 0;
}
.form-wrap br{
	display: none;
}
.wpcf7-radio{
	margin-top: 15px;
}
.wpcf7-radio input{
	visibility: hidden;
	position: absolute;
}
.wpcf7-radio .wpcf7-list-item{
	margin: 0 30px 0 0;
}
.wpcf7-radio .wpcf7-list-item label{
	cursor: pointer;
}
.radio-label{
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 15px;
}
.wpcf7-list-item-label{
	position: relative;
	display: flex;
	align-items: center;
}
.wpcf7-list-item-label:before{
	width: 24px;
	height: 24px;
	border: 2px solid #222;
	margin-right: 10px;
	display: inline-block;
}
.wpcf7-list-item-label:after{
	display: block;
	position: absolute;
	background: #A7D6F5;
	width: 12px;
	height: 12px;
	top: 6px;
	left: 6px;
	opacity: 0;
}
input:checked+.wpcf7-list-item-label:after{
	opacity: 1;
}
.form-wrap .btn{
	width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	position: absolute;
	right: 0;
	bottom: 14px;
	font-size: 14px;
	line-height: 130%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #F7C2CD;
	z-index: -1;
}




.main-features{
	padding-top: 40px;
}
.f-flex p{
	font-size: 20px;
	margin: 0 0 20px;
}
.f-flex{
	justify-content: space-between;
}
.f-flex .col:last-child{
	width: 800px;
	min-width: 800px;
	margin-left: 60px; 
}
.f1{
	margin-top: 40px;
	margin-bottom: 100px;
}
.f1 .item{
	padding: 30px;
	width: calc(50% - 15px);
}
.f1 .item:first-child{
	border: 4px solid #F0DA00;
}
.f1 .item:last-child{
	border: 4px solid #F7C2CD;
}
.f1 .item div:first-child{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.f1 .item:first-child div:last-child{
	font-weight: 600;
	font-size: 32px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #F0DA00;
}
.f1 .item:first-child div:last-child span{
	font-size: 24px;
}
.f1 .item:last-child div:last-child{
	font-weight: 600;
	font-size: 32px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #F7C2CD;
}
.f1 .item:last-child div:last-child span{
	font-size: 24px;
}
.f1-graf{
	border: 4px solid #F7C2CD;
	padding: 4px;
	display: flex;
}
.f2-graf{
	border: 4px solid #BCDDC3;
	padding: 4px;
	display: flex;
}
.f4-graf{
	border: 4px solid #F0DA00;
	padding: 4px;
	display: flex;
}
.graf-title{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.graf{
	margin-bottom: 100px;
}
.graf>.d-flex{
	justify-content: space-between;
	width: 100%;
}
.graf-wrap{
	padding: 30px;
}
.graf-wrap .leg{
	list-style-type:none;
	padding: 0;
	margin: 30px 0 0;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
}
.graf-wrap .leg li+li{
	margin-left: 30px;
}
.graf-wrap .leg li span{
	display: inline-block;
	vertical-align: text-bottom;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.graf-desc{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	width: 258px;
	min-width: 258px;
}

.f1-graf .graf-desc{
	background-color: #F7C2CD;
}
.f2-graf .graf-desc{
	background-color: #BCDDC3;
}
.f4-graf .graf-desc{
	
}

.f3{
	margin-bottom: 200px;
}
.f3>p{
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	margin: 40px 0 10px;
}
.f3 .item{
	flex: 1 0 0;
	border-width: 4px;
	border-style: solid;
	padding:30px;
	margin-left: 15px;
	margin-right: 15px;
}
.f3>.d-flex{
	margin-right: -15px;
	margin-left: -15px;
}
.f3 .desc{
	padding: 30px;
}
.f3 .item .icol p:first-child{
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.f3 .item .icol p:last-child{
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	margin: 0;
}




#post-404{
	text-align: center;
	padding: 100px 0;
}
#post-404 p{
	font-size: 36px;
	line-height: 130%;
	margin: 0;
}
#post-404 img{
	margin-top: -40px;
	margin-bottom: -40px;
}
#post-404 .btn{
	margin-top: 70px;
}
#post-404 .btn svg{
	margin-right: 10px;
}
#post-404 .btn:hover svg path{
	stroke: #fff;
}
/*------------------------------------*\
    MODAL
\*------------------------------------*/

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  
}
.is-blurred{
	filter: blur(10px);
}
.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(167, 214, 245, 0.4), rgba(167, 214, 245, 0.4));
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 600px;
  max-width: 90%;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal-body {
  background: #fff;
  padding: 60px;
  position: relative;
  border-top: 4px solid #A7D6F5;
  border-left: 4px solid #A7D6F5;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -38px;
  border: none;
  background: none;
}
.wpcf7 form .wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

#modalFeature .modal-box{
	width: 420px;
}
#modalFeature .modal-body{
	padding: 0;
	border-color: #BCDDC3;
}
#modalFeature img{
	height: 300px;
}
#modalFeature .outter{
	padding: 20px 20px 30px;
}
.feature-name{
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
}
.feature-name:before{
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 4px;
	height: 18px;
	background: #BCDDC3;
}
.f-keys .key{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 5px;
	color: rgba(34, 34, 34, 0.4);
	margin-top: 15px;
}
.f-keys .value{
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Raleway';
	src:url('fonts/Raleway-Regular.ttf');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Raleway';
	src:url('fonts/Raleway-Italic.ttf');
    font-weight:normal;
    font-style:italic;
}
@font-face {
	font-family:'Raleway';
	src:url('fonts/Raleway-Bold.ttf');
    font-weight:bold;
    font-style:normal;
}
@font-face {
	font-family:'Raleway';
	src:url('fonts/Raleway-SemiBold.ttf');
    font-weight:600;
    font-style:normal;
}
@font-face {
	font-family:'Raleway';
	src:url('fonts/Raleway-Medium.ttf');
    font-weight:500;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.visible-mob,
.visible-tablet{
	display: none;
}
.mob-menu{
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 199;
	transform: translateY(-100%);
	transition: transform .5s ease;
	background: #222;
	height: 100vh;
	padding: 30px 20px 30px;
}
.mob-menu.active{
	transform: translateY(0);
}
.mob-menu .menu{
	padding: 0;
	margin: 40px 0 40px;
	list-style-type: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
}
.mob-menu .menu li{
	margin-bottom: 30px;
}
.mob-menu .social{
	list-style-type: none;
	padding: 0;
	margin: 0;
	justify-content: center;
}
.mob-menu .social li{
	margin-right: 7px;
	margin-left: 7px;
}
.mob-menu .social li svg{
	width: 40px;
	height: 40px;
}


@media only screen and (max-width:1199px) {
	.top-line{
		position: relative;
		z-index: 200;
		height: 30px;
	}
	.top-line-flex{
		height: 30px;
	}
	.header .menu{
		display: none;
	}
	.top-line-flex .social,
	.top-line-flex .phone{
		display: none;
	}
	.visible-tablet{
		display: block;
	}
	.header-flex{
		justify-content: center;
		position: relative;
		height: 70px;
	}
	.header-flex>*:first-child{
		position: absolute;
		left: 0;
		font-size: 0;
	}
	.header-flex>*:last-child{
		position: absolute;
		right: 0;
	}
	.menu-toggle{
		padding: 0;
		border: none;
		background: none;
	}
	.mob-menu-top{
		position: relative;
		height: 70px;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #E0E0E0;
	}
	.mob-menu-top .close-menu{
		position: absolute;
		left: 0;
		font-size: 0;
	}
	.section-first{
		padding-top: 30px;
	}
	.section-first .main-text{
		font-size: 36px;
		line-height: 130%;
	}
	.section-first .second-text{
		font-size: 16px;
		line-height: 140%;
		margin-bottom: 10px;
	}
	.btn{
		height: 40px;
		font-size: 14px;
		line-height: 16px;
	}
	.section-first .video{
		margin-bottom: 30px;
	}
	.about-product-text .col:first-child{
		font-weight: 500;
		font-size: 28px;
		line-height: 130%;
	}
	.about-product-text .col:last-child{
		font-size: 16px;
		line-height: 150%;
	}
	.ap-info .item{
		width: 130px;
		height: 130px;
	}
	.ap-info .item .inner{
		height: 84px;
		margin-left: -12px;
	}
	.ap-info .item .inner .big{
		font-weight: 500;
		font-size: 24px;
		line-height: 150%;
		font-style: italic;
	}
	.ap-info .item .inner .small{
		font-size: 14px;
		line-height: 130%;
		padding-left: 10px;
	}
	.section-about-product{
		padding-bottom: 40px;
	}
	.about-product-text{
		margin-bottom: 30px;
	}
	.section-products{
		padding-top: 40px;
	}
	.section-title{
		font-size: 28px;
		line-height: 130%;
	}
	.section-products .section-title{
		margin-bottom: 55px;
	}
	.products-list .r-row .p-title{
		font-weight: 500;
		font-size: 20px;
		line-height: 130%;
		margin-bottom: 10px;
	}
	.products-list .r-row .col:nth-child(2) {
	    width: 218px;
	    min-width: 218px;
	}
	.products-list .r-row .p-table table tr{
		display: block;
		padding-bottom: 5px;
	}
	.products-list .r-row .p-table table td{
		display: block;
		font-size: 15px;
		width: 100%;
		padding-bottom: 5px;
	}
	.products-list .r-row .thumb{
		height: 290px;
	}
	.products-list .r-row .col:nth-child(1), .products-list .r-row .col:nth-child(3){
		width: calc((100% - 218px)/2);
	}
	.products-list .r-row .col:first-child, .products-list .r-row:nth-child(even) .col:last-child{
		padding-right: 20px;
	}
	.products-list .r-row .col:first-child{
		margin-top: -36px;
		padding-bottom: 80px;
	}
	.products-list .r-row .p-table{
		padding-top: 20px;
	}
	.products-list .r-row:nth-child(4) .col:first-child::before,
	.products-list .r-row:nth-child(3) .col:first-child::before,
	.products-list .r-row:nth-child(2) .col:first-child::before,
	.products-list .r-row:nth-child(1) .col:first-child::before{
		top: 36px;
	}
	.products-list .r-row .thumb svg{
		height: auto;
	}
	.products-list .r-row:nth-child(1) .col:first-child img{
		width: 317px;
		right: -23px;
		bottom: -26px;
	}
	.products-list .r-row .btn{
		height: 50px;
		font-size: 14px;
	}
	.products-list .pokazaniya{
		font-size: 15px;
	}
	.products-list .pokazaniya .pok-list{
		columns: 1;
		margin: 20px 0 30px;
	}
	.products-list .pokazaniya .pok-list li{
		padding-left: 34px;
		margin-bottom: 15px;
	}
	.products-list .r-row .col:last-child, .products-list .r-row:nth-child(even) .col:first-child{
		padding-left: 20px;
	}
	.products-list .p-action{
		flex-direction: column;
	}
	.products-list .r-row .col:last-child{
		justify-content: flex-start;
	}
	.products-list .p-action a{
		font-size: 14px;
		max-width: 154px;
		margin-bottom: 15px;
		white-space: nowrap;
	}
	.products-list .r-row{
		align-items: flex-start;
		margin-bottom: 50px;
	}
	.products-list .r-row:nth-child(4) .col:first-child img{
		width: 322px;
		bottom: -25px;
		left: -23px;
		right: auto;
	}
	.products-list .r-row:nth-child(3) .col:first-child img{
		width: 315px;
		right: -23px;
		left: auto;
		bottom: -23px;
	}
	.products-list .r-row:nth-child(2) .col:first-child img{
		width: 315px;
		left: -27px;
		right: auto;
		bottom: -25px;
	}
	.tech-points .t-point{
		width: max-content;
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.tech-points .t-point span{
		width: 40px;
		min-width:40px;
		height: 40px;
		font-size: 16px;
		border-width: 2px;
	}
	.tech-points .t-point:nth-child(5) span:after,
	.tech-points .t-point:nth-child(2) span:after{
		left: 18px;
	}
	.tech-points .t-point:nth-child(6):before, .tech-points .t-point:nth-child(7):before,
	.tech-points .t-point:nth-child(2):before, .tech-points .t-point:nth-child(3):before{
		width: 16px;
		height: 16px;
		left: -40px;
		top: 20px;
	}
	.tech-points .t-point:nth-child(2){
		width: 192px;
	}
	.tech-points .t-point:nth-child(3){
		width: 196px;
	}
	.section-title .subtitle{
		font-size: 18px;
	}
	.molekuly{
		background-size: 312px;
		background-position: 50% 130px;
		padding-top: 50px;
	}
	.molekuly .item{
		width: 230px;
		padding-top: 0;
	}
	.molekuly .item .m_name{
		font-weight: 600;
		font-size: 16px;
		line-height: 140%;
		margin: 10px 0;
	}
	.molekuly .item .m_text{
		font-size: 16px;
		line-height: 140%;
	}
	.f-cols .col:nth-child(2){
		min-width:0;
	}
	.f-cols .col{
		padding: 20px 20px 0 0;
		flex-direction: column;
		display: flex;
		justify-content: space-between;
	}
	.f-cols .col:nth-child(2){
		padding: 20px 20px 50px;
	}
	.f-cols .col:nth-child(3){
		padding: 20px 0 50px 20px
	}
	.f-cols{
		margin-top: 20px;
	}
	.f-cols .col-title{
		font-size: 16px;
		white-space: normal;
	}
	.f-cols .col p{	
		font-size: 16px;
	}
	.section-lips-tech{
		margin-top: 100px;
	}
	.btn-border{
		border-width: 2px;
	}
	.section-lips-tech .t-point p{
		font-size: 16px;
	}
	.lips-slider .item .outter>.d-flex{
		flex-direction: column-reverse;
	}
	.lips-slider .item .outter>.d-flex .col:last-child{
		margin-bottom: 30px;
	}
	.lips-slider .item .col:first-child img{
		margin-top: -30px;
	}
	.tabs-nav{
		overflow-x: auto;
	}
	.tabs-wrap .tab-content .tab-title{
		font-size: 20px;
	}
	.tabs-wrap .tab-content .acc-btn{
		font-size: 16px;
	}
	.tabs-wrap .tab-content .acc-item{
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.section-about-company,
	.section-result,
	.section-certificate{
		margin-top: 100px;
	}
	.section-certificate .title{
		font-size: 24px;
	}
	.section-certificate:before{
		height: 300px;
	}
	.cert-flex img{
		max-height: 340px;
		margin-right: 100px;
	}
	.before-after-slider .twentytwenty-container img{
		height: 250px;
	}
	.before-after-slider-nav .slick-arrow{
		bottom: 15px;
	}
	.section-result:before{
		background-image: none;
		top: 260px;
		height: 495px;
	}
	.before-after-slider{
		margin-bottom: 15px;
	}
	.before-after-slider-nav .slick-arrow svg,
	.video-slider-nav .slick-arrow svg{
		width: 40px;
		height: 40px;
	}
	.before-after-slider-nav .slick-arrow.slick-prev{
		right: 50px;
	}
	.section-about-company .col{
		margin-top: 30px;
	}
	.section-about-company{
		margin-bottom: 140px;
	}
	.hidden-tablet{
		display: none;
	}
	.section-about-company .visible-tablet{
		margin-top: 30px;
		width: 430px;
	}
	.section-about-company .visible-tablet .big{
		font-size: 24px;
		line-height: 130%;
		margin-bottom: 20px;
	}
	.section-about-company .col:last-child{
		width: 233px;
	}
	.section-about-company .col:last-child img{
		margin-bottom: 20px;
		width: 90px;
	}
	.section-about-company .col .text-2{
		font-size: 20px;
		line-height: 140%;
		margin-bottom: 20px;
	}
	.section-about-company .col .text-2 p{
		margin-top: 0;
	}
	.section-about-company .col .text-3{
		font-size: 14px;
		line-height: 140%;
	}
	.section-about-company .col:last-child:after{
		left: -15px;
		height: 535px;
	}
	.type-point li{
		height: 44px;
		padding: 0;
		white-space: nowrap;
		font-size: 15px;
	}
	.type-point li+li{
		margin-left: 30px;
	}
	.type-point ul{
		display: flex;
	}
	.section-map .section-title{
		font-size: 24px;
	}
	.type-map .btn{
		padding: 0 13px;
	}
	.map-block{
		margin-top: 30px;
	}
	.acf-map{
		height: 250px;
	}
	.points-list{
		padding: 20px
	}
	.before-after-slider .cite,
	.before-after-slider .c_name,
	.before-after-slider .count,
	.before-after-slider .p_name{
		font-size: 16px;
	}
	.before-after-slider .c_name{
		margin-top: 10px;
	}
	.vs-title{
		font-size: 20px;
	}
	.video-slider .item .title{
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.video-slider .item p{
		font-size: 16px;
	}
	.f-flex .col:last-child{
		min-width: 0;
		width: auto;
		margin-left: 20px;
	}
	.f-flex .col:first-child{
		width: 230px;
		min-width:230px;
	}
	.f3>.d-flex{
		flex-wrap: wrap;
	}
	.f3 .item:nth-child(2){
		order: 2;
		width: 100%;
	}
	.section-title.small{
		font-size: 28px;
	}
	.graf{
		margin-bottom: 80px;
	}
}
@media only screen and (max-width:767px) {
	.container{
		padding: 0 20px;
	}
	.visible-mob{
		display: block;
	}
	.hidden-mob{
		display: none !important;
	}
	.mob-menu-top{
		height: 50px;
	}
	.menu-toggle{
		margin-left: -5px;
	}
	.logo {
		width: 177px;
	}
	.header-flex{
		height: 60px;
	}
	.top-line-flex .languages{
		display: none;
	}
	.header-flex .visible-tablet:last-child{
		display: none;
	}
	.ap-info{
		flex-wrap: wrap;
	}
	.section-first .top-text{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.section-first .main-text{
		font-size: 26px;
		line-height: 130%;
	}
	.section-first .top-text .col:last-child,
	.section-first .top-text .col:first-child{
		width: auto;
		margin-bottom: 10px;
	}
	.section-first{
		padding-top: 20px;
	}
	.section-first .top-text .col:last-child .btn{
		height: 60px;
		width: 100%;
		margin-top: 25px;
		border-width: 4px;
		font-size: 16px;
	}
	.section-first .video img{
		height: 346px;
		width: 100%;
		object-fit: cover;
	}
	.about-product-text{
		flex-direction: column;
	}
	.about-product-text .col{
		max-width: 100%
	}
	.section-about-product:before{
		height: 200px;
	}

	.section-map>.container>.d-flex{
		flex-direction: column;
	}
	.cert-flex{
		flex-direction: column;
	}
	.cert-flex img{
		margin: 0;
	}
	.top-line-flex .phone{
		display: flex;
		font-size: 13px;
	}
	.footer{
		overflow: hidden;
	}
	.about-product-text .col:first-child{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.ap-info .item{
		margin-bottom: 20px;
	}
	.ap-info .item:nth-child(even){
		transform: translateY(20px);
	}
	.products-list .r-row:nth-child(even),
	.products-list .r-row{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.products-list .r-row .col:nth-child(2),
	.products-list .r-row .col:nth-child(1), 
	.products-list .r-row .col:nth-child(3){
		width: 100%;
	}
	.products-list .r-row .col:last-child{
		padding-left: 0px;
		padding-top: 20px;
	}
	.products-list .r-row .btn{
		border-width: 4px;
		height: 60px;
		font-size: 16px;
	}
	.products-list .r-row .thumb{
		height: 350px;
	}
	.products-list .r-row .col:first-child{
		margin-top: 0;
		padding-bottom: 140px;
	}
	.products-list .p-action{
		flex-direction: row;
		justify-content: space-between;
		padding-bottom: 0;
	}
	.products-list .p-action a{
		font-size: 12px;
	}
	.products-list .p-action a svg{
		margin-left: 0;
	}
	.products-list .r-row .col:first-child img{
		display: none;
	}
	.products-list .pokazaniya .pok-list{
		margin-bottom: 10px;
	}
	.section-title .subtitle{
		display: block;
		margin: 10px 0 0;
		font-size: 18px;
	}
	.section-title{
		font-size: 24px;
	}
	.tech-points{
		margin-top: 30px;
	}
	.tech-points .t-point:nth-child(3),
	.tech-points .t-point:nth-child(2){
		width: 100%;
	}
	.tech-points .t-point{
		margin-bottom: 20px;
	}
	.section-about-company>.container>.d-flex{
		flex-direction: column;
	}
	.section-about-company .col:last-child,
	.section-about-company .visible-tablet{
		max-width:100%;
		margin-left: 0;
	}
	.section-about-company .col:last-child{
		width: 100%;
	}
	.section-about-company .col:last-child:after{
		left: -20px;
		top: -40px;
	}
	.section-about-company .visible-tablet{
		margin-bottom: 35px;
	}
	.acf-map{
		height: 280px;
	}
	.type-map .btn{
		width: 100%;
		margin-top: 20px;
		border-width: 4px;
		background: transparent;
	}
	.type-point li+li{
		margin-left: 20px;
	}
	.map-block{
		margin-top: 20px;
	}
	.section-map .section-title{
		margin-bottom: 30px;
	}
	.section-about-company{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.section-map{
		padding-bottom: 40px;
	}
	.points-list .inner .list-item{
		width: calc(100% - 30px);
	}
	.section-map:after{
		height: 390px;
	}
	.tech-points .t-image{
		display: none;
	}
	.tech-points .t-point{
		flex-wrap: wrap;
	}
	.tech-points .t-point img{
		width: 100%;
		margin-top: 20px;
	}
	.section-features .section-title .subtitle{
		display: none;
	}
	.molekuly .item:last-child{
		position: static;
	}
	.molekuly{
		background-image: none;
		padding-bottom: 0;
	}
	.molekuly .item{
		width: auto;
		margin-bottom: 20px;
	}
	.molekuly .item:nth-child(2){
		padding-bottom: 290px;
		position: relative;
	}
	.molekuly .item:nth-child(2):after{
		content: '';
		display: block;
		background-image: url(img/features-bg-mob.png);
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: contain;
    	width: 360px;
    	height: 290px;
    	bottom: 0;
    	position: absolute;
    	left: 50%;
    	transform: translateX(-50%);
	}
	.f-image img{
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
	.f-cols{
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-bottom: 30px;
		overflow-x: auto;
		position: relative;
	}
	.f-cols:after{
		content: '';
		display: block;
		position: absolute;
		right: 20px;
		bottom: 0;
		background-image: url(img/swipe.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 85px;
		height: 18px;
	}
	.f-cols .col{
		width: 280px;
		min-width:280px;
		justify-content: flex-start;
	}
	.f-cols .col-title{
		margin-bottom: 20px;
	}
	.f-cols .col p{
		margin: 0 0 20px;
	}
	.f-cols .col:nth-child(3),
	.f-cols .col:nth-child(2){
		padding: 20px;
		min-width:280px;
	}
	.f-cols .col:nth-child(3):after{
		width: 100%;
	}
	.section-features .btn-border{
		width: 100%;
		height: 60px;
		border-width: 4px;
	}
	.section-lips-tech{
		margin-top: 80px;
	}
	.lips-slider .item .col:first-child{
		width: 100%;
		min-width:0;
	}
	.lips-slider .item .col:first-child img{
		float: none;
	}
	.lips-slider .item .col .p-title{
		font-size: 20px;
		margin: 10px 0;
	}
	.section-lips-tech .t-point{
		width: 100%;
		margin-bottom: 15px;
	}
	.lips-slider .item .col .bg-block{
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}
	.lips-slider .item .col .bg-block table,
	.lips-slider .item .col .bg-block table tr,
	.lips-slider .item .col .bg-block table td{
		display: block;
		width: 100%;
	}
	.lips-slider .item .col .bg-block table tr{
		margin-bottom: 10px;
	}
	.lips-slider .item .col .bg-block table td{
		padding: 0;
	}
	.lips-slider .item .col .bg-block table td+td{
		margin-top: 5px;
	}
	.lips-slider .item .table-title{
		font-weight: 600;
		margin: 0 0 10px;
	}
	.lips-slider-nav .slick-arrow svg{
		width: 40px;
		height: 40px;
	}
	.section-face-tech{
		margin-top: 90px;
	}
	.section-face-tech .inner>.d-flex{
		flex-direction: column;
	}
	.tabs-wrap .tab-content .col:last-child,
	.tabs-wrap .tab-content .col:first-child{
		width: 100%;
	}
	.tabs-wrap .tab-content .col:first-child{
		padding: 10px;
		margin-right: -20px;
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	.tabs-wrap .tab-content .col:first-child:after{
		display: none;
	}
	.tabs-nav{
		margin-bottom: 20px;
	}
	.tabs-nav .tab-item{
		padding: 0 10px 14px;
	}
	.tabs-wrap .tab-content .col:last-child{
		padding-left: 0;
		padding-top: 20px;
	}
	.section-certificate:before{
		bottom: 20px;
		transform: translate(-50%,0);
		top: auto;
	}
	.section-certificate .title{
		margin-bottom: 20px;
	}
	.section-about-company, .section-result, .section-certificate{
		margin-top: 80px;
	}
	.graf>.d-flex,
	.f-flex{
		flex-direction: column;
	}
	.f-flex .col:last-child{
		margin-left: 0;
		margin-top: 20px;
	}
	.graf-desc{
		width: 100%;
		padding: 20px;
		flex-direction: row;
	}
	.graf-desc p{
		margin: 0;
	}
	.graf-desc p+p{margin-left: 10px;}
	.section-f-main img{
		height: 280px;
		width: 100%;
		object-fit: cover;
	}
	.graf-wrap img{
		width: 100%;
		height: auto;
	}
	.graf-wrap .leg{
		flex-wrap: wrap;
		font-size: 11px;
	}
	.graf-wrap .leg li{
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.graf-wrap .leg li+li{
		margin-left: 5px;
	}
	.f-flex .col:first-child{
		width: 100%;
	}
	.graf-wrap .leg li span{
		width: 14px;
		height: 14px;
	}
	.graf-wrap{
		padding: 10px;
	}
	.f1{
		margin-top: -5px;
		margin-bottom: 30px;
	}
	.f-flex p{
		font-size: 16px;
	}
	.f1+p{
		font-size: 20px;
	}
	.f1 .item{
		padding: 15px;
	}
	.f1 .item:first-child div:last-child span,
	.f1 .item:last-child div:last-child span,
	.f1 .item div:first-child{
		font-size: 14px;
	}
	.f1 .item:last-child div:last-child,
	.f1 .item:first-child div:last-child{
		font-size: 18px;
	}
	.graf-title{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.graf{
		margin-bottom: 60px;
	}
	.section-title.small{
		font-size: 24px;
	}
	.f3>.d-flex{
		flex-wrap: nowrap;
	}
	.f3 .item{
		padding: 15px;
	}
	.f3 .item .icol p:first-child{
		font-size: 18px;
	}
	.f3 .item .icol p:last-child{
		font-size: 14px !important;
	}
	.f3 .desc{
		padding: 20px;
		flex-direction: row;
		display: flex;
	}
	.f3 .desc p:first-child svg{
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}
	.section-f3 .f3>.d-flex:nth-last-child(2){
		flex-wrap: wrap;
	}
	.f3>.d-flex:nth-last-child(2){

	}
	.f3 .item:nth-child(2){
		width: 100%;
	}
	.f3{
		margin-bottom: 80px;
	}
	.section-f5 .f3>.d-flex{
		flex-wrap: wrap;
	}
	.section-title.small br{
		display: none;
	}
	.section-f5 .f3>.d-flex:nth-last-child(2) .item{
		width: 100%;
	}
	.section-f5 .f3 .item .icol p:first-child svg{
		width: 24px;
		height: 24px;
	}
	.footer-flex{
		flex-direction: column;
	}
	.footer-flex .col:first-child{
		flex-direction: row;
	}
	.footer-flex .col{
		width: 100%;
		margin: 0;
		padding: 0 20px;
		order: 2
	}
	.footer-flex .col:first-child{
		order: 0;
		padding-bottom: 30px;
	}
	.footer-flex .col:last-child{
		order: 1;
		max-width: 100%;
	}
	.footer{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.footer-flex .col:first-child img{
		max-width:130px;
	}
	.footer-flex .col-title{
		height: auto;
		margin-bottom: 20px;	
	}
	.footer-flex .col:nth-child(4) .phone{
		font-weight: 600;
		font-size: 32px;
		line-height: 38px;
	}
	.footer-flex .col:nth-child(4) .mail{
		font-size: 18px;
		line-height: 140%;
		color: #A7D6F5;
	}
	.footer-flex .col:nth-child(4) .social{
		margin-top: 20px;
	}
	.footer-flex .col:nth-child(4) .social li svg{
		width: 40px;
		height: 40px;
	}
	.footer-flex .col:nth-child(2) p{
		max-width:100%;
		font-weight: 600;
		font-size: 16px;
		align-items: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-flex .col:nth-child(2) p br{
		display: none;
	}
	.footer-flex .col:nth-child(2) p svg{
		width: 22px;
		height: 22px;
	}
	.footer-flex .col:nth-child(2) ul{
		width: 100%;
		max-width: 100%;
		justify-content: space-between;
	}
	.footer-flex .col:nth-child(2) ul li{
		width: calc(100%/3 - 10px);
		margin-bottom: 15px;
	}
	.footer-flex .col:nth-child(2) ul li img{
		width: 100%;
	}
	.footer-flex .col:nth-child(3){
		margin-top: 15px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
