@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoRegular/Roboto-Regular.eot');
    src: url('fonts/RobotoRegular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoRegular/Roboto-Regular.woff2') format('woff2'),
        url('fonts/RobotoRegular/Roboto-Regular.woff') format('woff'),
        url('fonts/RobotoRegular/Roboto-Regular.ttf') format('truetype'),
        url('fonts/RobotoRegular/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoMedium/Roboto-Medium.eot');
    src: url('fonts/RobotoMedium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoMedium/Roboto-Medium.woff2') format('woff2'),
        url('fonts/RobotoMedium/Roboto-Medium.woff') format('woff'),
        url('fonts/RobotoMedium/Roboto-Medium.ttf') format('truetype'),
        url('fonts/RobotoMedium/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/RobotoBold/Roboto-Bold.eot');
    src: url('fonts/RobotoBold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoBold/Roboto-Bold.woff2') format('woff2'),
        url('fonts/RobotoBold/Roboto-Bold.woff') format('woff'),
        url('fonts/RobotoBold/Roboto-Bold.ttf') format('truetype'),
        url('fonts/RobotoBold/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Attentica 4F';
    src: url('fonts/Attentica4FUltraLight/Attentica4F-UltraLight.eot');
    src: url('fonts/Attentica4FUltraLight/Attentica4F-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Attentica4FUltraLight/Attentica4F-UltraLight.woff2') format('woff2'),
        url('fonts/Attentica4FUltraLight/Attentica4F-UltraLight.woff') format('woff'),
        url('fonts/Attentica4FUltraLight/Attentica4F-UltraLight.ttf') format('truetype'),
        url('fonts/Attentica4FUltraLight/Attentica4F-UltraLight.svg#Attentica4F-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

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;
}
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;
}

body {
	font-family: 'Roboto';
	line-height: 1;
	color: #323232;
}

a{color: #3aa0ae; text-decoration:none;}
a:hover{text-decoration:underline;}

h1, h2, h3, h4, h5, h6{
	color:#272727;
	font-weight: bold;
	margin-bottom:20px;
}

h1{font-size: 24px;}
h2{font-size: 22px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}

.wr{
	width:1260px;
	padding: 0 15px;
	margin:auto;
	box-sizing: border-box;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* header
-----------------------------------------------------------------------------*/
header{
	position: relative;
}

header .contact{
	text-align: center;
	padding: 18px 0;
}
header .contact.vnutri .adres{
	margin: 0 1%;
}

header .contact .logo-vnutri{
	display:inline-block;
	vertical-align: middle;
}

header .contact .phone,
header .contact .adres,
header .contact .mail{
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
	text-align: left;
	font-size:19px;
	position: relative;
}
header .contact .adres{
	margin: 0 6%;
}
header .contact .phone:after,
header .contact .adres:after,
header .contact .mail:after{
	content:"";
	border-radius:50%;
	background:#eaeef5;
	width:30px;
	height:30px;
	position: absolute;
    left: 0;
    top: -6px;
}
header .contact .phone:before,
header .contact .adres:before,
header .contact .mail:before{
	position: absolute;
    z-index: 99;
	color:#3aa0ae;
}
header .contact .phone:before{
	font-family: FontAwesome;
	content:"\f095";
    left: 8px;
}
header .contact .adres:before{
	font-family: FontAwesome;
	content:"\f041";
    left: 9px;
}
header .contact .mail:before{
	font-family: FontAwesome;
	content:"\f003";
    left: 5.5px;
}

header .contact a{
	color: #323232;
	margin-right: 15px;
}
header .contact .phone a:last-child{
	margin-right: 0;
}
header .contact .mail a:last-child{
	margin-right: 0;
}
header .contact .razmer{
	font-size:21px;
}
header .contact p:first-child{
	margin-bottom:10px;
}
header .contact .bold{
	font-weight: 500;
}

header .logo-block{
	background: url(img/header.png) center / auto no-repeat;
	text-align: center;
	height:870px;
}
header .logo-block .logo{
	
}
header .logo-block .logo p{
	font-size:60px;
	font-weight: bold;
	color:#fff;
	margin-top: -98px;
}
header .logo-block .zakaz{
	display: inline-block;
	outline: 1px solid #ef3a3f;
	margin-top: 30px;
}
header .logo-block .zakaz a{
	font-size:20px;
	color:#fff;
	background: #ef3a3f;
	margin: 3px;
    display: block;
	padding: 11px 39px;
}
/* menu
-----------------------------------------------------------------------------*/
header .menu{
	background:#3aa0ae;
	text-align: center;
}
header .menu ul{
	
}
header .menu ul li{
	display:inline-block;
	margin-right: 4.4%;
}

header .menu ul li:last-child{
	margin-right: 0;
}
header .menu ul li:after{
	font-family: FontAwesome;
	content:"\f107";
	padding-left:5px;
	font-size:25px;
	color:#fff;
	width: 28px;
    display: inline-block;
	transition: all 0.5s;
}
header .menu ul li:hover:after{
	transition: all 0.5s;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
header .menu ul .current-menu-item:after{
	transition: all 0.5s;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

header .menu ul li a{
	color:#fff;
	padding: 22px 0;
    display: inline-block;
	font-size:25px;
	font-weight: 500;
}


.menu-mob{
	display:none;
	text-align: justify;
	height: 70px;
}
.menu-mob li:last-child {
    width: 100%;
}
.menu-mob li p {
    font-size: 25px;
    color: #fff;
}
/* sec-1
-----------------------------------------------------------------------------*/
.sec-1{
	background: url(img/sec-1.jpg) center / cover no-repeat;
	padding: 80px 0 80px 0;
    margin-top: -199px;
}

.sec-1 .h1{
	font-size:35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.sec-1 .lazy{
	margin-bottom:40px;
}
.sec-1 .lazy .slick-dots{
	bottom: -35px;
}
.sec-1 .lazy .item{
	border: 1px solid #dbddde;
	padding:20px;
	box-sizing:border-box;
	text-align: center;
	background: #fff;
}
.sec-1 .lazy .item p{
	font-size:19px;
	color:#272727;
	min-height: 38px;
}
.sec-1 .lazy .item img{
	width:auto;
	height: 27px;
    display: inline-block;
}

.sec-1 .o-kompani{
	display: inline-block;
	margin-bottom: 145px;
}
.sec-1 .o-kompani .text .h1{
	font-size:35px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
.sec-1 .o-kompani .text{
	width:60%;
	float:left;
}
.sec-1 .o-kompani .img{
	width:40%;
	max-width: 378px;
	float:right;
	text-align: center;
}
.sec-1 .o-kompani .img img{
	width:85%;
}

.sec-1 .o-kompani .text p{
	font-size:20px;
	line-height:30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sec-1 .o-kompani .link{
	background:#ef3a3f;
	color:#fff;
	padding: 12px 32px;
	border:1px solid transparent;
	text-decoration:none;
	display: inline-block;
	margin-right: 50%;
}
.sec-1 .o-kompani .link:hover{
	background:#fff;
	color:#ef3a3f;
	border:1px solid #ef3a3f;
}

/* sec-2
-----------------------------------------------------------------------------*/
.sec-2{
	background: url(img/sec-2.png) center / cover no-repeat;
	margin-top: -199px;
	padding: 40px 0 5px;
}
.sec-2 .h1{
	font-size:30px;
	font-weight: 500;
	margin-bottom: 40px;
}

.sec-2 .slick-slide {
	margin-left:40px;
}

.sec-2 .slick-list {
	margin-left:-40px;
}
.sec-2 .slick-dots {
	bottom: -8px;
}
.sec-2 .kachestva .item{
	background: #fff;
    border-radius: 10px;
    border: 10px solid #fff;
    margin-bottom: 40px;
    width: 31%;
    min-height: 345px;
    padding: 22px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.sec-2 .kachestva .item:hover{
	border:10px solid #ffca4a;
	cursor:default;
}
.sec-2 .kachestva .item img{
	margin-bottom: 20px;
	width:auto;
}
.sec-2 .kachestva .item p{
	font-size:17px;
	line-height:22px;
}

/* sec-3
-----------------------------------------------------------------------------*/
.sec-3{
	background: url(img/sec-3.jpg) center / cover no-repeat;
	padding: 40px 0 100px 0;
}
.sec-3 .h1{
	font-size:30px;
	font-weight:500;
	margin-bottom:40px;
}

.sec-3 .slick-slide {
	margin-left:40px;
}

.sec-3 .slick-list {
	margin-left:-40px;
}
.sec-3 .slick-dots{
	bottom: -11px;
}
.sec-3 .kachestva-2{
	margin-bottom: 25px;
}
.sec-3 .kachestva-2 .item{
	background: #fffade;
    border: 1px solid #ede7c3;
    border-radius: 10px;
    padding: 20px 10px 20px 35px;
    box-sizing: border-box;
	position:relative;
	margin-bottom: 30px;
	min-height:220px;
}
.sec-3 .kachestva-2 .item .nomer{
	font-family: 'Attentica 4F';
	font-size:50px;
	color:#ef383b;
	position: absolute;
    left: 12px;
    top: 15px;
}
.sec-3 .kachestva-2 .item .text{
	font-size:19px;
	line-height:22px;
}

/* block-left */
section .block-left{
	display: inline-block;
}

section .block-left .img{
	overflow: hidden;
    width: 45%;
    position: absolute;
    left: 0;
	text-align: left;
	padding-right: 25px;
    box-sizing: border-box;
}
section .block-left .img img{
	float:right;
}
section .block-left .text{
	width: 55%;
	min-height: 283px;
	float:right;
}
section .block-left .text .h1{
	font-size:30px;
	line-height:30px;
	font-weight: bold;
	margin-bottom:20px;
}
section .block-left .text p{
	font-size:20px;
	line-height:30px;
	font-weight: bold;
}

section .text .dalee{
	font-size:20px;
	color:#272727;
	position:relative;
	padding: 10px;
    margin-top: 20px;
    display: inline-block;
	z-index: 99;
}
section .text .dalee:hover{
	text-decoration:none;
}
section .text .dalee:before{
	content:'';
	width:38px;
	height:38px;
	position:absolute;
	top: 1px;
    left: 0;
	z-index: -1;
	transition: all 0.5s;
}
section .text .dalee:hover:before{
	transition: all 0.5s;
	width:100%;
}
section .text .dalee.orange:before{
	background:#ffca4a;
}
section .text .dalee.blue:before{
	background:#46aebb;
}
section .text .dalee.red:before{
	background:#ed3d43;
}
section .text .dalee.green:before{
	background:#51bf66;
}
/* block-right */
section .block-right{
	display: inline-block;
}

section .block-right .img{
	overflow: hidden;
    width: 45%;
    position: absolute;
    right: 0;
	text-align: right;
}

section .block-right .text{
	width: 55%;
	min-height: 283px;
	float:left;
}
section .block-right .text .h1{
	font-size:30px;
	line-height:30px;
	font-weight: bold;
	margin-bottom:20px;
}
section .block-right .text p{
	font-size:20px;
	line-height:30px;
	font-weight: bold;
}

.sec-3 .blue-block{
	background:#548ac4;
	border-radius:15px;
	padding: 17px 17px 17px 94px;
    margin: 50px 0;
    position: relative;
}
.sec-3 .blue-block img{
	position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec-3 .blue-block p{
	font-size:18px;
	line-height:22px;
	color:#fff;
}

/* sec-4
-----------------------------------------------------------------------------*/
.sec-4{
	background:#fff;
	text-align: center;
	padding:45px 0;
}
.sec-4 .h1{
	font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.sec-4 .item{
	display: inline-block;
	vertical-align: top;
	text-align:center;
	margin-bottom: 20px;
	width:12.2%;
	color:#272727;
	outline: none;
}
.sec-4 .item img{
	display: inline-block;
	max-width:124px;
	min-width: 124px;
	margin-bottom: 10px;
}
.sec-4 .item > p{
	font-size:19px;
	line-height: 20px;
	font-weight: 500;
}

.sec-4 .slick-slide {
	margin-left:20px;
}

.sec-4 .slick-list {
	margin-left:-20px;
}

/* sec-5
-----------------------------------------------------------------------------*/
.sec-5{
	background: url(img/sec-5.jpg) center / cover no-repeat;
	padding: 40px 0 250px 0;
	margin-bottom: -175px;
}

.sec-5 .block-right{
	margin-bottom:50px;
}

.sec-5 .form{
	background: url(img/fon-forma.jpg) center / cover no-repeat;
	text-align:center;
	padding: 35px 50px;
	margin: 70px 0 0;
}

.sec-5 .form .h1{
	font-size:32px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
}
.sec-5 .form form{
	margin-bottom: 20px;
}
.sec-5 .form .text{
	font-size:16px;
	line-height: 20px;
	color:#fff;
}

.sec-5 .form input{
    padding: 12px;
    font-size: 18px;
    outline: none;
    border: 0;
    border-radius: 3px;
    width: 24%;
	height: 50px;
	box-sizing: border-box;
	vertical-align: top;
	margin-right: 10px;
}

.sec-5 .form input[type="submit"] {
	font-size: 18px;
	color: #fff;
    border: 2px solid #fff;
    background: transparent;
    transition: 1s;
    cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 28%;
	margin-bottom:0;
	margin-right: 0;
	text-align:left;
	transition: all 0.5s;
}
.sec-5 .form  input[type="submit"]:hover {
    color: #3daab8;
    background: #fff;
	transition: all 0.5s;
}
.sec-5 .form .input{
    display:inline-block;
	width: 24%;
	position: relative;
	height: 50px;
}
.sec-5 .form .input:before{
    font-family: 'FontAwesome';
    content: "\f1d8";
	color:#fff;
    position: absolute;
    left: 17%;
    top: 17px;
    transition: all 0.5s;
}
.sec-5 .form .input:hover:before{
	color: #3daab8;
	transition: all 0.5s;
}

.sec-5  .wpcf7-not-valid-tip{
	display:none;
}
.sec-5 input.wpcf7-not-valid[type="text"],
.sec-5 input.wpcf7-not-valid[type="email"],
.sec-5 input.wpcf7-not-valid[type="tel"],
.sec-5 textarea.wpcf7-not-valid {
    border: 1px solid #fc6666;
}

/* form
-----------------------------------------------------------------------------*/
.modal-form {
    display: none;
}

.modal-form.fancybox-content {
    padding: 20px;
    max-width: 335px;
    border-radius: 5px;
}

.modal-form .h1{
	font-size: 30px;
	font-weight: bold;
    color:#3daab8;
	margin-bottom:15px;
}
.modal-form input {
    padding: 10px 5px;
    margin: 10px 0;
    font-size: 17px;
    outline: none;
    border: 1px solid #3daab8;
    border-radius: 3px;
    width: 100%;
}
.modal-form textarea {
    padding: 10px 5px;
    margin: 10px 0;
    font-size: 17px;
    outline: none;
    border: 1px solid #3daab8;
    border-radius: 3px;
    width: 100%;
}
.modal-form input[type="submit"] {
    color: #3daab8;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #3daab8;
    display: block;
    background: #fff;
    transition: 1s;
    cursor: pointer;
    width: 200px;
    margin: auto;
	margin-top:20px;
}
.modal-form input[type="submit"]:hover {
    color: #fff;
    background: #3daab8;
}

.modal-form .wpcf7-not-valid-tip{
	display:none;
}
.modal-form input.wpcf7-not-valid[type="text"],
.modal-form input.wpcf7-not-valid[type="email"],
.modal-form input.wpcf7-not-valid[type="tel"],
.modal-form textarea.wpcf7-not-valid {
    border: 1px solid #fc6666;
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs{
	margin: 20px 0;
}
.breadcrumbs a{
	color:#7b7b7b;
}
.breadcrumbs .title{
	color:#3aa0ae;
}

/* content
-----------------------------------------------------------------------------*/

.content{
	min-height: 400px;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 30px;
}
.content p{
	margin-bottom:20px;
}
.content ol,
.content ul{
	margin-bottom:20px;
	margin-left:20px;
}
.content ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    color: #3aa0ae;
    padding-right: 5px;
}
.content ol{
    counter-reset: item;
}
.content > ol > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    padding-right: 5px;
	color:#3aa0ae;
	font-weight: bold;
}

/* category
-----------------------------------------------------------------------------*/
.servis{
	display: inline-block;
	border:2px solid #3aa0ae;
	margin-bottom: 20px;
	position: relative;
}
/* .servis:hover{ */
	/* border:2px solid #ed3d43; */
/* } */
.servis .img{
	left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 200px;
}
.servis .img img{
	width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.servis .text{
	width:100%;
	padding: 15px 15px 30px 220px;
    box-sizing: border-box;
}
.servis .text a.h1{
	font-size: 20px;
    font-weight: bold;
    color: #000000;
	margin-bottom: 15px;
    display: inline-block;
}

.servis .dalee{
	background: #ef3a3f;
	padding: 0px 5px;
	position: absolute;
    bottom: 5px;
    right: 5px;
	color:#fff;
}

/* footer
-----------------------------------------------------------------------------*/
footer{
	background: url(img/footer.png) center / cover no-repeat;
	display: inline-block;
    width: 100%;
}
footer.vnutri{
	background: url(img/footer.png) center bottom 45px / auto no-repeat;
}
footer.vnutri .menu-contact {
    padding: 30px 0 20px;
}

footer .logo{
	text-align: center;
}
footer .logo img{
	text-align: center;
	width: 239px;
}
footer .logo p{
	font-size: 29px;
	font-weight:bold;
    color: #fff;
    margin-top: -45px;
}

footer .menu-contact{
	width: 100%;
	display:inline-block;
	padding: 50px 0 20px;
}

footer .menu{
	float:left;
	width: 60%;
}

footer .menu ul{
	-webkit-column-count: 3;
    column-count: 3;
}


footer .menu ul li{
	position:relative;
	padding-left: 10px;
	margin-bottom: 30px;
}
footer .menu ul li:before{
	font-family: FontAwesome;
	content:"\f111";
	font-size:7px;
	color:#d63c4e;
    position:absolute;
	top:7px;
	left:0;
}

footer .menu ul li a{
	font-size:19px;
	font-weight:bold;
	color:#fff;
}

footer .contact{
	float:right;
	width: 40%;
}
footer .contact .phone{
	margin-bottom: 30px;
}
footer .contact .phone p{
	font-size: 13px;
	color: #fff;
	margin-bottom:10px;
}
footer .contact .phone p:before{
	font-family: FontAwesome;
	content:"\f095";
	color:#d63c4e;
	margin-right: 10px;
}
footer .contact .phone a{
	font-size: 22px;
	color: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
footer .contact .adres{
	margin-bottom: 10px;
}
footer .contact .adres p{
	font-size: 13px;
	color: #fff;
	margin-bottom:10px;
}
footer .contact .adres .sity:before{
	font-family: FontAwesome;
	content:"\f041";
	color:#d63c4e;
	margin-right: 10px;
}
footer .contact .adres .street{
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	margin-right: 15px;
}




footer .contact .mail{
	
}
footer .contact .mail a{
	font-size: 15px;
	color: #fff;
	text-decoration:underline;
}
footer .contact .mail a:hover{
	text-decoration:none;
}





footer .footer-line{
	background:#0f2646;
	padding:15px 0;
}

footer .footer-line a,
footer .footer-line p{
	font-size:14px;
	color:#fff;
	display: inline-block;
}
footer .footer-line a{
	margin-left:50px;
}


/* Adaptiv
-----------------------------------------------------------------------------*/
@media (max-width: 1280px){
	.wr{width: 100%;}
	
	.sec-2 .slick-slide {margin-left:15px;}
	.sec-2 .slick-list {margin-left:-15px;}
	.sec-3 .slick-slide {margin-left:15px;}
	.sec-3 .slick-list {margin-left:-15px;}
	
	header .contact.vnutri .razmer{font-size:18px;}
	
	header .contact .phone,
	header .contact .adres,
	header .contact .mail{
		padding-left: 0;
	}
	header .contact .adres{margin: 0 4.3%;}
	header .contact .razmer {font-size: 19px;}
	
	header .contact .phone:after,
	header .contact .adres:after,
	header .contact .mail:after{
		content:none;
	}
	header .contact .phone:before,
	header .contact .adres:before,
	header .contact .mail:before{
		content:none;
	}
	
	header .menu ul li {margin-right: 4%;}
	header .menu ul li:after{
		content:none;
	}
	.sec-4 .item{width:24%;}
	.sec-5 .form input {width: 23%;}
	
	.sec-2 .kachestva .item {min-height: 400px;}
	
	.sec-5 .form .input:before{left: 9%;}
	.sec-5 .form input[type="submit"] {padding: 0 0 0 21%;}
	
}

@media (max-width: 1000px){
	header .contact{display:none;}
	/* menu */
	header .menu .menu-mob{display:block;}
	header .menu .menu-comp {
		display: none;
		position: absolute;
		background: #3aa0ae;
		left: 0;
		right: 0;
		z-index: 99;
		padding: 0 15px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	header .menu .menu-comp.active{
		display: block;
	}
	header .menu .menu-comp li {width: 100%;border-bottom: 1px solid #fff;margin: 0;}
	header .menu .menu-comp li:last-child {border-bottom: 0px solid #fff;}
	header .menu .menu-comp li a{padding: 16px 0;}
	/* menu end*/
	
	.sec-1 .lazy.slick-dotted.slick-slider{margin-bottom:60px;}
	.sec-2 .h1{display:none;}
	
	.sec-5 .form {padding: 35px 20px;}
	
	
	footer .menu ul {-webkit-column-count: 2;column-count: 2;}
	
	.sec-5 .form input {width: 100%; margin-bottom:20px;}
	.sec-5 .form .input {width: auto;}
}

@media (max-width: 768px){
	/* menu */
	header .menu ul li:after{content:none;}
	/* menu end*/
	
	.sec-1 .o-kompani .img{display:none;}
	.sec-1 .o-kompani .text {width:100%;}
	.sec-1 .o-kompani .link {margin-right: 0;}
	
	/* left right block*/
	section .block-left {width: 100%;}
	section .block-left .text {width: 100%;margin-bottom: 40px;}
	section .block-left .img {
		width: 100%;
		position: relative;
		padding-right: 0;
	}
	section .block-left .img img {float: left;}
	
	section .block-right {width: 100%;}
	section .block-right .text {width: 100%;margin-bottom: 40px;}
	section .block-right .img {
		width: 100%;
		position: relative;
		padding-right: 0;
	}
	section .block-right .img img {float: right;}
	/* left right block end*/

	footer .menu{display:none;}
	footer .contact {width: 100%;}
}

@media (max-width: 640px){
	header .logo-block .logo img{width: 90%;}
	header .logo-block .logo p {font-size: 40px;margin-top: -32px;}
	header .logo-block {height: 600px;}
	.sec-1 {margin-top: -87px;}
	.sec-2 .kachestva .item {min-height: auto;}
	footer .footer-line .politika{display:none;}
	
	
	
	body .slick-dots li button:before{color: #3aa0ae;}
	
	
	.servis .img{position:relative;width: 100%;}
	.servis .img img{position:relative;}
	.servis .text{padding: 15px 15px 30px 15px;}
}

@media (max-width: 450px){
	.sec-3 .blue-block img{display:none;}
	.sec-3 .blue-block {padding: 17px;}
	.sec-3 .kachestva-2 .item {min-height: auto;}
	
	
}