/* шрифты с kado */
@font-face{
	font-family:'HeuristicaRegular';
	src:url("../fonts/HeuristicaRegular.eot");
	src:url("../fonts/HeuristicaRegular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/HeuristicaRegular.woff") format("woff"),
		url("../fonts/HeuristicaRegular.ttf") format("truetype"),
		url("../fonts/HeuristicaRegular.svg#HeuristicaRegular") format("svg");
	font-style:normal;
	font-stretch:normal;
	font-weight:400
}
@font-face{
	font-family:'HeuristicaRegular';
	src:url("../fonts/HeuristicaItalic.eot");
	src:url("../fonts/HeuristicaItalic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/HeuristicaItalic.woff") format("woff"),
		url("../fonts/HeuristicaItalic.ttf") format("truetype"),
		url("../fonts/HeuristicaItalic.svg#HeuristicaItalic") format("svg");
	font-style:italic;
	font-stretch:normal;
	font-weight:400
}
@font-face{
	font-family:'PFDinTextCompPro-Medium';
	src:url("../fonts/PFDinTextCompPro-Medium.eot");
	src:url("../fonts/PFDinTextCompPro-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/PFDinTextCompPro-Medium.woff") format("woff"),
		url("../fonts/PFDinTextCompPro-Medium.ttf") format("truetype"),
		url("../fonts/PFDinTextCompPro-Medium.svg#PFDinTextCompPro-Medium") format("svg");
	font-style:normal;
	font-stretch:normal;
	font-weight:500
}
@font-face{
	font-family:'Gilroy-ExtraBold';
	src:url("../fonts/Gilroy-ExtraBold.eot");
	src:url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
		url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"),
		url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
	font-style:normal;
	font-stretch:normal;
	font-weight:900
}
/* // шрифты с kado */


@font-face {
    font-family: FuturaPTBold;
    src: url(../fonts/Roboto-Bold.ttf); 
}
@font-face {
    font-family: FuturaPTBook;
    src: url(../fonts/RobotoSlab-Light.ttf); 
}
@font-face {
    font-family: FuturaPTDemi;
    src: url(../fonts/RobotoSlab-Regular.ttf); 
}
@font-face {
    font-family: FuturaPTExtraBold; 
    src: url(../fonts/RobotoSlab-Bold.ttf);
}
@font-face {
    font-family: FuturaPTHeavy; 
    src: url(../fonts/Roboto-Condensed.ttf); 
}
@font-face {
    font-family: FuturaPTLight; 
    src: url(../fonts/RobotoSlab-Light.ttf); 
}
@font-face {
    font-family: FuturaPTMedium; 
    src: url(../fonts/Roboto-Medium.ttf); 
}

*{
	padding: 0px;
	margin: 0px;
	border: 0 none;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 12px;
	color:#273445;
	font-family: FuturaPTBook;
}
table {
    width: 100%;
}
td{
	border: 1px solid #ccc;
    padding: 10px;
    font-size: 18px;
}
.h1-lakis{
	text-align: center;
    font-size: 39px;
    padding-top: 15px;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    color: #194c00;
}
.wrap_container{
	margin: 0 auto;
	width: 1170px;
	padding: 10px 0;
}


.wrap_container:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix{
	clear: both;
}

.text_bold{
	font-weight: bold;
}
/*header*/

.site_header{
	/*background: #fff7f1;*/
}
.site_header .wrap_header {
    min-height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}
.site_header .wrap_header .logo {
    width: 33.333%;
    text-align: center;
}
.site_header .wrap_header a {
    display: block;
    /* padding: 8px 0 10px; */
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    color: #273445;
}
.site_header .wrap_header .header_desc{
	font-size: 13px;
	margin-left: 10px;
	width: 30%;
	text-align: justify;
	font-family: FuturaPTMedium;
	font-weight: 300;
	min-width: 230px;
}
.site_header .wrap_header .phone_header {
    display: flex;
    font-size: 28px;
    margin-left: 25px;
    width: 33.3333%;
    flex-direction: column;
}
.site_header .wrap_header .button_callback {
    width: 33.333%;
	margin: -14px 25px 0 0
}
.site_header .wrap_header .button_callback a:hover {
    color: #f3a81b;
}
.site_header .wrap_header .button_callback p{
	text-align: center;
	padding-top: 8px;
	font-size: 19px;
	font-weight: bold;
}
.site_header .nav_header{
	border-top: 1px solid #C4D2DB;
}
.site_header .nav_header ul{
	list-style: none;
	margin: 0 auto;
	max-width: 1170px;
	min-height: 45px;
}
ul.nav_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.site_header .nav_header ul li{
	padding: 12px 0px;
}
.site_header .nav_header ul li a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #9FA6B8;
}

.site_header .nav_header ul li.separator{
	width: 1px;
	top: 6px;
	bottom: 6px;
	left: 0px;
	height: 25px;
	background-color: #C4D2DB;
	overflow: hidden;
	position: relative;
	padding:0px;
	margin:0px;
}
a.zakaz {
    height: 45px;
    text-align: right;
}
a.zakaz img{
    height: 45px;
}


.front_block{
	background:url(../img/back.png) no-repeat center;
	background-size: cover;
	min-height: 500px;
}

.block_title{
	width: calc(100% - 430px);
    padding: 15px;
    text-align: center;
    margin: 100px auto;
}
.block_title h1{
    color: #242424;
    text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.7);
    line-height: 100px;
    max-width: 700px;
    padding-left: 71px;
    padding-right: 71px;
    padding: 22px 15px;
    font-size: 115px;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.block_title p {
    color: white;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.45);
    line-height: 50px;
    font-family: FuturaPTBold;
    font-size: 32px;
}
.block_right {
    float: right;
    margin: 0 auto;
}
.block_request{
	float: left;
	width: 400px;
	position: relative;
	margin-top: 50px;
}
.block_timer{
	width: 650px;
    min-height: 75px;
    background:  url(/img/dark_h2.png);
    position: relative;
    margin-top: 55px;
    margin-bottom: 30px;
}
.block_timer:after{
	content: '';
    width: 44px;
    height: 75px;
    background: url(../img/angle2.png) no-repeat;
    position: absolute;
    right: -42px;
    top: 0;
    background-size: contain;
}
.text_timer{
	float: left;
    font-size: 21px;
    padding-top: 8px;
    padding-left: 11px;
    width: 60%;
}
#clock {
   float: left;
    width: 40%;
    font-size: 34px;
    padding-top: 9px;
    padding-left: 50px;
    font-weight: bold;
    font-family: FuturaPTBold;
}
.wrap_clock{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap_clock:before {
        background-image: url(/img/arrow1.png);
    background-repeat: no-repeat;
    content: '';
    width: 35px;
    height: 51px;
    position: absolute;
    right: 33%;
    top: 15px;
    background-size: contain;
}
#clock .dots{
	padding: 0px 10px;
	position: relative;
	font-size: 22px;
    top: 10px;
}
.counts{
	font-size: 12px;
    text-align: center;
    color: #000;
}
.company_block {
	min-height: 280px;
	background: #fff7f1;
}
.company_wrap_block{
	width: 100%;	
	padding-top: 30px;	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;	
	-webkit-justify-content: space-around;	
	-ms-flex-pack: distribute;	
	justify-content: space-around;	
	-webkit-flex-wrap: wrap;	
	-ms-flex-wrap: wrap;	
	flex-wrap: wrap;
}
.company_block_item-last,.company_block_item{
	width: 24.8%;
	position: relative;
	min-width: 260px;
}
.company_block_item{
	padding-top: 32px;
}
.company_block_item:after{
	content: '';
    height: 90px;
    width: 1px;
    background: #E8EDF1;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 25px;
}
.company_block_item-last:before,.company_block_item:before{
    content: '';
    display: block;
    width: 180px;
    background: #E8EDF1;
    height: 1px;
    position: absolute;
    left: -webkit-calc(50% - 90px);
    left: calc(50% - 90px);
    top: 115px;
}
.company_block_item-last span,.company_block_item span{
	display: block;
	text-align: center;
}
.company_block_item-last span:first-child,.company_block_item span:first-child{
    font-size: 21px;
    text-transform: uppercase;
    color: #d76a3f;
    margin-bottom: -5px;
}
.company_block_item-last span:nth-child(2),.company_block_item span:nth-child(2){
	color: #d76a3f;
	letter-spacing: 5px;
	font-size: 71px;
	position: relative;
	margin-bottom: 20px;
	font-family: FuturaPTDemi;
}

.company_block_item-last span:last-child,.company_block_item span:last-child{
    font-size: 20px;
    font-family: FuturaPTBook;
}

.preim_block{
	/*background-color: rgba(253, 233, 233, 0.35);*/
	min-height: 750px;
	background: #fff7f1;
}
.wrap_block_preim{
	width: 100%;
	padding-top: 40px;
}
.block_preim{
	width: 30.4%;
	padding: 15px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 19px;
	font-family: FuturaPTMedium;
	text-align: center;
	line-height: 25px;
	position: relative;
	min-height: 85px;
	min-width: 300px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.block_preim:after{
	content: '';
	height: 80px;
	width: 1px;
	background: #E8EDF1;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), color-stop(0%, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(black 50%, rgba(255,255,255,0) 0%);
	background-image: -o-linear-gradient(black 50%, rgba(255,255,255,0) 0%);
	background-image: linear-gradient(black 50%, rgba(255,255,255,0) 0%);
	top: -webkit-calc(50% - 40px);
	top: calc(50% - 40px);
	background-position: right;
	background-size: 10px 8px;
	background-repeat: repeat-y;
}
.block_preim:before{
	content: '';
    display: block;
    width: 230px;
    background: #E8EDF1;
    height: 1px;
    position: absolute;
    left: -webkit-calc(50% - 115px);
    left: calc(50% - 115px);
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(0%, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, black 50%, rgba(255,255,255,0) 0%);
    background-image: -o-linear-gradient(left, black 50%, rgba(255,255,255,0) 0%);
    background-image: linear-gradient(to right, black 50%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 10px;
	background-repeat: repeat-x;
}
.block_preim_text{
	text-align: center;
	font-family: FuturaPTBold;
	font-size: 57px;
	padding-top: 30px;
	position: relative;
}

.block_preim.cor-height {
    min-height: 150px;
}

.wrap_block_preim .block_preim:nth-child(3n):after {
    display: none;
}

.goods_block{
	background-image:url(../img/01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 50px;
}
.wrap_block_goods{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block_goods_text{
	color: #000;
    text-align: center;
    padding: 30px 0 40px;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    font-size: 50px;
    text-shadow: 0px 0px 8px #fff;
}

.goods_block_item{
	width: 25%;
    min-width: 270px;
    background: rgba(255, 255, 255, 0.6);
    margin: 10px 5px;
    border: 1px solid #E8EDF1;
    position: relative;
    margin-bottom: 35px;
}

 .goods_item_text{
	width: 90%;
	text-align: center;
	margin: 5px auto;
	font-size: 16px;
	padding: 10px 0px 0px 0;
	font-family: FuturaPTMedium;
	line-height: 26px;
	border-bottom: 1px solid #E8EDF1;
}
.goods_block_item .goods_item_text:nth-child(1){
	/*min-height: 185px;*/
}
.goods_block_item .goods_item_text:nth-child(2){
	/*min-height: 185px;*/
}
.goods_item_text span{
	font-family: FuturaPTBook;
}

.goods_button{
	width: 85%;
    min-height: 55px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.goods_button a {
    display: block;
    padding: 45px 0px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.goods_button a:hover{
	background: #194c00;
	color: white;
	-webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.38);
	box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.38);
}
section.request_block{
	min-height: 320px;
	background-image: url(../img/back_callback-2.jpg);
	background-size: 100%;
	background-position-y: 52%;
}
.request_overlay{
	background: rgba(31, 32, 33, 0.77);
	min-height: 320px;
}
.request_block_wrap,.request_block_wrap-2{
	width: 100%;
	font-family: FuturaPTBook !important;
	background: transparent;
}
.request_block_text{
	color: white;
    text-align: center;
    font-size: 50px;
    padding: 45px 0 0;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

/*final msg exform*/
.exform_wrapper.callback.modal,
.exform_wrapper.callback-page.modal,
.exform_wrapper.callback-front.modal,
.exform_wrapper.callback-end.modal,
.exform_wrapper.callback-contacts.modal,
.exform_wrapper.callback-offer.modal,
.exform_wrapper.callback-front-2.modal{
	text-align: center;
    max-width: 500px;
    min-height: 160px;
    position: fixed !important;
    top: -webkit-calc(50% - 80px);
    top: calc(50% - 80px);
    left: -webkit-calc(50% - 250px);
    left: calc(50% - 250px);
    -webkit-box-shadow: 1px 6px 29px 4px rgba(0, 0, 0, 0.38);
    box-shadow: 1px 6px 29px 4px rgba(0, 0, 0, 0.38);
    background:white !important;
}
.exform_wrapper.callback.modal p .big,
.exform_wrapper.callback-page.modal p .big,
.exform_wrapper.callback-end.modal p .big,
.exform_wrapper.callback-front.modal p .big,
.exform_wrapper.callback-front-2.modal p .big,
.exform_wrapper.callback-offer.modal p .big,
.exform_wrapper.callback-contacts.modal p .big{
	font-weight: bold;
	font-family: FuturaPTBold;
	font-size: 31px;
}
.exform_wrapper.callback.modal p .small,
.exform_wrapper.callback-page.modal p .small,
.exform_wrapper.callback-end.modal p .small,
.exform_wrapper.callback-front.modal p .small,
.exform_wrapper.callback-front-2.modal p .small,
.exform_wrapper.callback-offer.modal p .small,
.exform_wrapper.callback-contacts.modal p .small{
	font-weight: bold;
	font-family: FuturaPTBook;
	font-size: 15px;
}
/*final msg exform - end*/

.info_block{
	min-height: 590px;
	background: #fff7f1;
}
.info_block_text{
	text-align: center;
	font-family: FuturaPTBold;
	font-size: 40px;
	padding-top: 30px;
	position: relative;
}
.info_wrap{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	flex-wrap: wrap;
}
.info_wrap_item_img{
	width: 45%;
	padding: 0px 20px 40px 20px;
}
.info_wrap_item {
	width: 45%;
	padding: 0px 20px 40px 20px;
	box-sizing: content-box;
}
.info_wrap_item_img img{
	width: 100%;
}
.info_wrap_item p {
	font-family: FuturaPTDemi;
	font-size: 20px;
	padding-top: 20px;
	position: relative;
	left: 40px;
}
.info_wrap_item span {
	font-family: FuturaPTDemi;
	font-size: 20px;
}
.info_wrap_item p:before{
	content: '';
	width: 40px;
	height: 40px;
	left: -50px;
	top: 17px;
	position: absolute;
	background-image: url(../img/angle-list.png);
}
.work_block{
	/*min-height: 1085px;
	background: #F3F3F3;*/
	background: #ffffff;
}
.work_block_text{
	text-align: center;
    font-size: 50px;
    padding: 70px 0 0;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.work_wrap,.work_wrap-2{
	width: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.work_item-2{
	width: 19%;
	min-height: 200px;
	min-width: 240px;
	margin: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.work_item{
	width: 28%;
	min-height: 200px;
	margin: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	min-width: 240px;
}
.work_item-2 img{
	height: 138px;
	position: relative;
	left: 30px;
}
.work_item img{
	height: 138px;
	position: relative;
	left: 20px;
}

.work_item,.work_item-2 p{
	font-weight:bold;
	font-size: 16px;
	text-align: center;
	/* padding-top: 15px; */
	font-family: FuturaPTDemi;
}

.item_pay{
	box-sizing: border-box;
	width: 23%;
	min-height: 200px;
	min-width: 200px;
	padding: 20px;
}
.item_pay img{
	height: 80px;
	position: relative;
	left: 68px;
}
.item_pay.cor-left img{
	left: 90px;
}
.item_pay p{
	font-weight:bold;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	font-family: FuturaPTDemi;
}
.reviews_block{
	min-height: 710px;
	/* background-image: url(../img/back_rews.jpg); */
	background-size: 100%;
	background-position-y: 100%;
}
.reviews_block_overlay{
	/* background: rgba(75, 147, 249, 0.77); */
	min-height: 710px;
}
.reviews_block_text{
	text-align: center;
	font-family: FuturaPTBold;
	font-size: 50px;
	padding-top: 30px;
	color: #273445;
	position: relative;
}
.rev_item{
	max-width: 350px;
	background: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 15px;
	padding: 26px 30px 30px;
}
.rev_item p{
	text-align: center;
}
.rev_item img{
	width: 188px;
	margin: 0 auto;
	/* border: 5px solid red; */
	/* border-radius: 50%; */
	height: 188px;
	box-sizing: border-box;
	object-fit: cover;
	/* padding-bottom: 20px; */
}
.rev_item p.bold{
    font-family: FuturaPTBold;
    font-size: 24px;
    padding-bottom: 10px;
}
.rev_item p.desc{
    font-size: 18px;
    padding-bottom: 13px;
}
.read_more{
	font-size: 16px;
	font-weight: bold;
	padding: 16px;
	text-align: center;
	width: 190px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:  auto;
	display: block;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
	letter-spacing: 1px;
	text-decoration: none;
	color: #273445;
	border: 2px solid #194c00;
}
.read_more:hover{
	background: #194c00;
	color: white;
	-webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.38);
	box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.38);
}

.read_more p {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}
/*revs slider styles*/
.slider_revs_wrap {
    padding-top: 70px;
}
.slider_revs_wrap .bx-wrapper .bx-controls-direction a{
	position: absolute;
    outline: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slider_revs_wrap .bx-wrapper .bx-prev{
	left: -61px;
    background: url(../img/arrows/arrow-hover-left.png) no-repeat;
}
.slider_revs_wrap .bx-wrapper .bx-next{
	right: -61px;
    background: url(../img/arrows/arrow-hover-right.png) no-repeat;
}
.slider_revs_wrap .bx-wrapper .bx-prev:hover,.slider_revs_wrap .bx-wrapper .bx-prev:focus{
    background: url(../img/arrows/arrow-hover-left.png) no-repeat;
}
.slider_revs_wrap .bx-wrapper .bx-next:hover,.slider_revs_wrap .bx-wrapper .bx-next:focus{
    background: url(../img/arrows/arrow-hover-right.png) no-repeat;
  
}

.clients_block{
	min-height: 360px;
	background: #fff7f1;
}
.clients_block_text{
	text-align: center;
	font-family: FuturaPTBold;
	font-size: 50px;
	padding-top: 30px;
	position: relative;
}
.slider-clients .slider-item img{
	margin: 0 auto;
	padding: 10px 47px;
}
.slider-clients{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*clients slider styles*/
.clients_wrap_slider {
    padding-top: 70px;
}
.clients_wrap_slider .bx-wrapper .bx-controls-direction a{
	position: absolute;
    outline: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.clients_wrap_slider .bx-wrapper .bx-prev{
	left: -61px;
    background: url(../img/arrows/arrow-left-2.png) no-repeat;
}
.clients_wrap_slider .bx-wrapper .bx-next{
	right: -61px;
    background: url(../img/arrows/arrow-right-2.png) no-repeat;
}
.clients_wrap_slider .bx-wrapper .bx-prev:hover,.clients_wrap_slider .bx-wrapper .bx-prev:focus{
    background: url(../img/arrows/arrow-hover-left-2.png) no-repeat;
}
.clients_wrap_slider .bx-wrapper .bx-next:hover,.clients_wrap_slider .bx-wrapper .bx-next:focus{
    background: url(../img/arrows/arrow-hover-right-2.png) no-repeat;
  
}

.gallery_block{
	/*min-height: 520px;
	background: #F8F8F8;
	background: #fff7f1;*/
}
.gallery_block_text{
	text-align: center;
    font-size: 50px;
    padding: 70px 0 20px;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.slider-gallery .slider-item img{
	padding: 10px 20px;
}
.slider-gallery .slider-item{
	-o-object-fit: cover;
	object-fit: cover;
}
.slider-gallery{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*clients slider styles*/

.gallery_wrap_slider {
    /*padding-top: 70px;*/
}
.gallery_wrap_slider .bx-wrapper .bx-controls-direction a{
	position: absolute;
	outline: 0;
	width: 50px;
	height: 50px;
	z-index: 9999;
	top: 50%;
	color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gallery_wrap_slider .bx-wrapper .bx-prev{
	left: -61px;
    background: url(../img/arrows/arrow-left-2.png) no-repeat;
}
.gallery_wrap_slider .bx-wrapper .bx-next{
	right: -61px;
    background: url(../img/arrows/arrow-right-2.png) no-repeat;
}
.gallery_wrap_slider .bx-wrapper .bx-prev:hover,.clients_wrap_slider .bx-wrapper .bx-prev:focus{
    background: url(../img/arrows/arrow-hover-left.png) no-repeat;
}
.gallery_wrap_slider .bx-wrapper .bx-next:hover,.clients_wrap_slider .bx-wrapper .bx-next:focus{
    background: url(../img/arrows/arrow-hover-right.png) no-repeat;
  
}

.about_block{
	min-height: 470px;
	/*background: #F8F8F8;*/
	background: #fff7f1;
}
.about_block_text{
	text-align: center;
    font-size: 50px;
    padding: 70px 0 0px;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.about_block_text_2{
	text-align: center;
    font-size: 32px;
    padding: 70px 0 0px;
    font-weight: normal;
    position: relative;
}
.about_block p{
	font-size: 22px;
	font-family: FuturaPTDemi;
	text-align: center;
}
.about_block ul {
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    list-style: none;
    text-align: center;
    line-height: 40px;
}
.about_block p.pad{
	padding-top: 30px;
}

.contacts_block{
	min-height: 300px;
	background: #fff7f1;
}
.contacts_block_text{
	text-align: center;
    font-size: 50px;
    padding: 70px 0 0;
    letter-spacing: 0.1em;
    font-family: "PFDinTextCompPro-Medium",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.contacts_wrap_block{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	flex-wrap: wrap;
}

.contacts_item{
	width: 32%;
	padding: 50px 10px;
	min-width: 370px;
}
.contacts_item.mark{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.contacts_item.mark img{
/*	width: 50px;*/
	height: 50px;
	margin-right: 20px;
}
.contacts_item.mark span{
	font-family: FuturaPTDemi;
	font-size: 14px;
	box-sizing: border-box;
}
section.contacts_block .submit_button{
	background: #194c00;
	width: 100%;
	height: 50px;
	font-size: 19px;
	font-weight: bold;
	-webkit-box-shadow: 2px 6px 15px -4px rgba(0, 0, 0, 0.38);
	box-shadow: 2px 6px 15px -4px rgba(0, 0, 0, 0.38);
	padding: 11px 73px;
	color: white;
	text-transform: uppercase;
	cursor:pointer;
}

.contacts_item.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts_item.phone img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.contacts_item.phone span{
	font-family: FuturaPTDemi;
	font-size: 20px;
}

/*footer*/

.site_footer{
	min-height: 140px;
	background: #fff7f1;
}
.site_footer .wrap_footer{
	min-height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site_footer .wrap_footer img{
	width: 20%;
	min-width: 220px;
}
.site_footer .wrap_footer .footer_desc{
	font-size: 13px;
	margin-left: 10px;
	width: 30%;
	text-align: justify;
	font-family: FuturaPTMedium;
	font-weight: 300;
	min-width: 230px;
}
.site_footer .wrap_footer .phone_footer{
	font-size: 28px;
	margin-left: 25px;
	width: 42%;
	min-width: 250px;
}
.site_footer .wrap_footer .button_callback{
	margin-left: 11px;
	width: 24%;
	height: 45px;
	border:1px solid #C4D2DB;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	min-width: 230px;
	margin: 10px 0px;
}
.site_footer .wrap_footer .button_callback:hover{
	background: #194c00;
	color: white;
	-webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.38);
	box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.38);
}
.site_footer .wrap_footer .button_callback p{
	text-align: center;
	padding-top: 8px;
	font-size: 19px;
	font-weight: bold;
}

/*footer end*/

/*ancor top-butt*/
#top-butt {
        width: 50px;
        height: 50px;
        right: 3%;
        bottom: 50px;
        z-index: 100;
        position: fixed;
        cursor: pointer;
        display: none;
        background: url(../img/arrow-top.png) no-repeat;
}
/*ancor top-butt - end*/

/*hamburger menu:*/
.adapt-menu-icon {
    display: none;
}
.adapt-menu-icon {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 10px;
    margin: 10px auto;
    padding: 5px 0;
    background-color: #FDA324;
    background-image: url(../img/white-hamburger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 5px;
    transition: 0.5s box-shadow;
    z-index: 1000;
	cursor: pointer;
}
.nav_wrap.show {
    display: block;
    position: fixed;
    top: 0;
    background: #FDA324;
    left: 0;
    max-width: 320px;
    width: 320px;
    z-index: 1000;
}
.nav_wrap.showmenu .link-menu:after {
    display:none;
}
.nav_wrap.show .close-button {
    content:'';
    display:block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    background: url('../img/Close-Window-icon.png') no-repeat left center;
    background-size: contain;
    z-index: 100;
    cursor: pointer;
}
.nav_wrap.show a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
}
.adapt-menu-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9;
	top:0;
	left: 0;
}
/*hamburger menu end*/


@media screen and (min-width: 1000px){
	.goods_block_item .goods_item_text:nth-child(1){
		/*min-height: 190px;*/
	}
	.goods_block_item .goods_item_text:nth-child(2){
		/*min-height: 175px;*/
	}
}
@media screen and (max-width: 1250px){
	.slider_revs_wrap .bx-wrapper .bx-prev{
		left: 20px;
	}
	.slider_revs_wrap .bx-wrapper .bx-next{
		right: 20px;
	}
	.clients_wrap_slider .bx-wrapper .bx-prev{
		left: 20px;
	}
	.clients_wrap_slider .bx-wrapper .bx-next{
		right:20px;
	}
	.gallery_wrap_slider .bx-wrapper .bx-prev{
		left: 20px;
	}
	.gallery_wrap_slider .bx-wrapper .bx-next{
		right: 20px;
	}
}
@media screen and (max-width: 1170px){ 
	.wrap_container {
	    width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	    padding:0 10px;
	}
	.wrap_block_preim {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	}
	.wrap_block_preim .block_preim:after {
	    /*display: none;*/
	}
	.site_header .wrap_header .header_desc {
		/*display:none;*/
	}
	.site_footer .wrap_footer .footer_desc {
		/*display:none;*/
	}
	.wrap_header {
		display:flex;
		justify-content:space-around;
		align-items:center;
	}
	.site_header .wrap_header .phone_header {
		margin:0;
	}
	.site_header .wrap_header img {
		margin:0;
	}
	.info_wrap_item_img{
	width: 50%;
	padding: 40px 20px;
	}
	.info_wrap_item {
		width: 50%;
		padding: 20px 20px;
	}
	.about_block p{
		padding: 0px 25px;
	}
}
@media screen and (max-width: 1130px){
	.contacts_item{
		padding: 25px 0px;
	}
	.contacts_item.phone span {
	    padding-left: 24px;
	}
}
@media screen and (max-width: 1100px){
	.info_wrap_item p,.info_wrap_item span{
		font-size: 16px;
	}
	.reviews_block{
	background-size: cover;
	}
}
@media screen and (max-width: 1050px){
	.block_title {
	    width:100%;
	    text-align: center;
    	float: none;
	}
	.block_request{
		float: none;
		width: 360px;
		margin: 25px auto 0;
		padding-bottom: 15px;
	}
	.block_title h1{
		margin-top:0px;
		font-size: 40px;
	}
	.block_timer{
		width: 610px;
		margin: 0 auto;
		margin-top:15px;
	}
	.block_timer:after{
		display: none;
	}

	.right-block {
		float: none!important;
	}

	.block_timer {
		float: none!important;
	}
	.wrap_clock:before {
		background: none;
	}
}
@media screen and (max-width: 950px){
	.about_block p{
		font-size:14px;
	}
}
@media screen and (max-width: 890px){
	.info_wrap_item_img{
		width: 80%;
		padding: 40px 0px 20px 0px;
	}
	.info_wrap_item {
		width: 80%;
		padding:0px 0px 60px 0px;
	}
	.info_wrap_item p,.info_wrap_item span{
		font-size: 20px;
	}
	.request_block_text{
		font-size: 35px;
	}
	.info_block_text{
		font-size:35px;
	}
	.work_block_text{
		font-size:35px;
	}
	.block_goods_text{
		font-size:35px;
	}
	.reviews_block_text{
		font-size:35px;
	}
	.block_preim_text{
		font-size: 35px;
	}
	.clients_block_text{
		font-size: 35px;
	}
	.gallery_block_text{
		font-size: 35px;
	}
	.about_block_text{
		font-size: 35px;
	}
	.contacts_block_text{
		font-size: 35px;
	}

}
@media screen and (min-width: 800px){
	.nav_wrap.show{
		display: none
	}
	.site_header .nav_header ul{
		list-style: none;
		margin: 0 auto;
		max-width: 1170px;
		min-height: 45px;
	}
	ul.nav_wrap {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	}
	.site_header .nav_header ul li{
		padding: 12px 0px;
	}
	.site_header .nav_header ul li a{
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		color: #9FA6B8;
	}

	.site_header .nav_header ul li.separator{
		width: 1px;
		top: 6px;
		bottom: 6px;
		left: 0px;
		height: 25px;
		background-color: #C4D2DB;
		overflow: hidden;
		position: relative;
		padding:0px;
		margin:0px;
	}
}
@media screen and (max-width: 800px){
	.site_header .nav_header{
		display: none;
	}
	.site_header {
    min-height: 120px;
	}
	
	section.request_block{
		background-size: cover;
	}
	.item_pay{
		width: 33%;
	}
	.adapt-menu-icon{
	    display: block;
	}
	.site_header .nav_header ul li{
		padding: 0px !important;
	}
	.separator{
		display: none;
	}
	.nav_list{
		padding: 0px !important;
		border-top:0px !important;
	}
	a.link_list{
		color: black !important;
	}
}
@media screen and (max-width: 760px){
	.contacts_item.phone span {
    	padding-left: 34px;
	}
}
@media screen and (max-width: 700px){
	.block_timer{
		width: 400px;
		text-align: center;
	}
	
	
}
@media screen and (max-width: 650px){
	.item_pay{
		width: 40%;
	}
}
@media screen and (max-width: 600px){
	.item_pay{
		width: 45%;
	}
}
@media screen and (max-width: 570px){
	.text_timer{
		width: 100%;
		float: none;
	}
	#clock{
		width: 190px;
		float: none;
		margin-left:-webkit-calc(50% - 95px);
		margin-left:calc(50% - 95px);
		margin-top: 10px;
    	padding: 0px 0px 10px 0px;
	}
	.block_timer{
		width: 80%;
	}
	.item_pay{
		width: 55%;
	}
}
@media screen and (max-width: 540px){
	.block_title h1{
		font-size: 30px;
	}
	.info_wrap_item_img{
		padding: 40px 0px 20px 0px;
	}
	.info_wrap_item {
		padding:0px 0px 60px 0px;
	}
	.info_wrap_item p,.info_wrap_item span{
		font-size: 15px;
	}
	.info_block_text{
		font-size:30px;
	}
	.about_block p {
	    padding: 0px;
	}
}
@media screen and (max-width: 400px){
	.close_btn{
		right: 0px !important;
	}
}

@media screen and (max-width: 400px){
	.block_title h1{
		font-size: 23px;
	}
	.item_pay{
		width: 65%;
	}
}
@media screen and (max-width: 380px){
	.contacts_item{
		min-width:300px;
	}
	section.contacts_block .submit_button{
		font-size: 16px;
    	padding: 13px 0px 0px 70px;
	}
	.contacts_item.mark span {
	    font-size: 14px;
	}
	.contacts_item.phone span {
	    padding-left: 24px;
	}
	.exform_wrapper.callback,.exform_wrapper.callback-end{
		max-width: 300px !important;
	}
	.exform_header{
		font-size:22px !important;
	}
	.block_request{
		width: 300px;
	}
}
@media screen and (max-width: 350px){
	.block_title h1{
		font-size: 23px;
	}
	.item_pay{
		width: 75%;
	}
	.block_preim{
		min-width: 290px;
	}
}

.d_none {
	display: none;
}

.goods_block_item:before {
    content: '';
    background-image: url(/img/little_plag.png);
    position: absolute;
    width: 85px;
    height: 77px;
    right: calc(50% - 42px);
    top: -45px;
    background-size: contain;
    background-repeat: no-repeat;
}



.ceny_block .slider-gallery.bx_cover img {
        width: 285px;
    height: 200px;
    object-fit: cover;
    margin: 5px auto;
}

.specialist_block .slider-gallery.bx_cover img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 5px auto;
}
.specialist_block .slider-gallery.bx_cover p {
    text-align: center;
    font-size: 16px;
}

.ceny_block .slider-gallery.bx_cover p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;

}

.slider-gallery.bx_cover {
    align-items: baseline;
}

.specialist_block_text {
    text-align: center;
    font-family: FuturaPTBold;
    font-size: 44px;
    padding-top: 30px;
   }
 .like_strong {
 	font-weight: bold;
 }
 span.orange_cena {
    color: #fda324;
    font-weight: bold;
    font-size: 20px;
}

.ceny_block_text {
    text-align: center;
    font-family: FuturaPTBold;
    font-size: 50px;
    padding-top: 30px;
   }

 .ceny_block_desc {
 	text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
 }


img.right_img {
    float: right;
    margin: 70px 0 30px 65px;
    width: 200px;
}

.right-text p {
    text-align: right;
    font-weight: bold;
}

.right-text a {
    color: #273445;
}

.cover-img {
    border: 6px solid white;
    border-radius: 50%;
    width: 188px;
    overflow: hidden;
    height: 188px;
    box-sizing: border-box;
    margin: 0 auto 20px;
}

.cover-img img {
    position: relative;
    top: -6px;
}

.flex-gally {
	width: 80%;
	display: none;
	justify-content: space-around;
	flex-wrap: wrap;
}

.gally-item-1 {
	width: calc(25% - 20px);
    float: left;
    margin: 10px;
}

.gally-item-2 {
	width: calc(25% - 20px);
    float: left;
    margin: 10px;
}
.flex-gally img {
    max-width: 100%;
}
.container-lightbox .flex-gally {
	display: flex;
	padding: 20px;
}
body .container-lightbox .nav-lef {
    display: none;
}
body .container-lightbox .nav-right {
    display: none;
}
body .container-lightbox {
    height: calc(100% - 80px);
    overflow-y: auto;
    max-height: 100%;
    top: 40px;
    width: 1000px;
    left: calc(50% - 500px);
}

body .close-lightbox {
    display: none;
}

.click_img {
    cursor: pointer;
}
.click_wrapper {
	width: 485px;
    height: 325px;
    background-image: url(../img/9068.jpg);
    background-size: cover;
}

.work_item-3 {width: 28%;min-height: 200px;min-width: 240px;margin: 0px 6px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;text-align: center;}

.work_item-3 img {
    width: 100%;
}

p {}

.work_item-3 p {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    /* padding-top: 15px; */
    font-family: FuturaPTDemi;
}
.header_desc {
    text-align: center !important;
    /*width: 22% !important;*/
    font-size: 19px !important;
}
.footer_desc {
    text-align: center !important;
    /*width: 22% !important;*/
    font-size: 19px !important;
}
.discount p {
    color: #194c00;
    font-size: 23px;
    text-align: center;
    font-family: unset;
}

.discount a {
    background: #194c00;
    margin-top: 40px;
    display: inline-block;
    color: #fff7f1;
    text-decoration: none;
    padding: 5px 20px;
    border: 3px solid #ecc697;
    font-family: unset;
}
.discount span {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
}


.discount {
    float: left;
    width: 400px;
    position: relative;
    margin-top:100px;
    margin-right: 30px;
    text-align: center;
    padding: 0 20px;
    background: transparent;
}

.center-block {
    background-color: white;
    padding: 40px 0px;
}

.left-side {
    position: absolute;
    left: 0;
    width: 20px;
    height: calc(100% - 40px);
    top: 20px;
    background-color: white;
}

.bootom-conner:after {
    content: '';
    position: absolute;
    left: -10px;
    display: block;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border: 10px solid white;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0% 50% 0% 0;
}

.right-side {
    position: absolute;
    right: 0;
    width: 20px;
    height: calc(100% - 40px);
    top: 20px;
    background-color: white;
}


.bootom-conner {
    position: absolute;
    left: 0;
    display: block;
    bottom: -20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.top-connre {
    position: absolute;
    left: 0;
    display: block;
    top: -20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.top-connre:after {
    content: '';
    position: absolute;
    left: -10px;
    display: block;
    top: -10px;
    bottom: auto;
    width: 20px;
    height: 20px;
    border: 10px solid white;
    border-bottom-color: white;
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 0% 0% 50% 0;
}

.right-side .bootom-conner:after {
    border-left-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50% 0% 0% 0;
}

.right-side .top-connre:after {
    border-left-color: white;
    border-right-color: transparent;
    border-bottom-color: white;
    border-radius: 0% 0% 0% 50%;
}

.polit {
	text-align: center;
	margin: 12px 0;
}
.exform_wrapper {
	top: 32% !important;
	left: 74% !important;
}
.polit-2 a {
    color: #444;
}
.polit-2 {
    text-align: center;
    margin: 12px 0;
    color: #444;
    font-size: 14px;
}
.btn_wr {
    text-align: center;
    position: relative;
}
.btn_wr:before, .btn_wr:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 6px;
    background: url(../img/dls.png) no-repeat 0 0;
    top: 52px;
    left: 20px;
}
.btn_wr:after {
    left: auto;
    right: 20px;
    background: url(../img/dls.png) no-repeat bottom right;
}
.main {
    position: relative;
    width: 960px;
    margin: auto;
}
.title {
    text-align: center;
    font-size: 29px;
    font-weight: 300;
    letter-spacing: .6px;
    color: #929292;
}
#steps .step:first-child {
    margin-left: 24px;
}
.step {
    float: left;
    text-align: center;
    width: 170px;
    margin-left: 10px;
}
.step_img {
    text-align: center;
}
.step_img {
    text-align: center;
}
.step_text {
    color: #222;
    font-size: 12px;
    padding-top: 22px;
    line-height: 18px;
}
.step_text span {
    display: block;
    color: #194c00;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 1px;
}
.clr {
	clear: both;
}
.title span {
    color: #222;
}
#steps_wr {
padding-top: 64px;
padding-bottom: 74px;
}
#steps_wr .title span{
	text-transform: none;
	font-size: 36px;
}
#steps{
width: 940px;
margin: 55px auto 0;
background: url(../img/steps/dot.png) repeat-x 0px 57px;
}
.step {
float: left;
text-align: center;
width: 170px;
margin-left: 10px;
}
.step_img{
text-align: center;
}
.step_text {
color: #222;
font-size: 12px;
padding-top: 22px;
line-height: 18px;
}
.step_text span {
display: block;
color: #194c00;
font-weight: 600;
font-size: 14px;
padding-bottom: 1px;
}
#steps .step:first-child{
margin-left: 24px;
}

#steps .step:last-child .step_text span {
    display: block;
    color: #194c00;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 1px;
}
.step_text span {
    display: block;
    color: #194c00;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 1px;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
ul.necessary {
    width: 100%;
    margin: 40px auto;
}
ul.necessary>li {
    float: left;
    width: 20%;
    list-style: none;
}
ul.necessary li img {
    display: block;
    margin: 5px;
    width: calc(100% - 10px);
}
.hide_button{
    padding: 15px;
    text-align: center;
}

.request_block_wrap-2 .exform_wrapper form[name="exform"] {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 90px;
    flex-wrap: wrap;
}
.request_block_wrap-2 .exform_wrapper .inpt_wrpr {
    width: 55%;
    display: flex;
    justify-content: space-around;
}
.exform_wrapper.callback-front-2 .inpt_wrpr {
    padding: 20px 0;
}
.request_block_wrap-2 .exform_wrapper .mf_submit {
    width: 25%;
    margin: 0px !important;
    padding: 20px 0;
}
.exform_wrapper.callback-front-2 .mf_submit {
    /* text-align: center; */
    margin-top: 7px;
}
.request_block_wrap-2 .exform_wrapper.callback-front-2 input[type="text"] {
    /* font-family: FuturaPTBook !important; */
    height: 42px;
    border-radius: 12px;
    box-shadow: none;
    padding-left: 15px;
    outline: none;
    transition: 0.3s;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
}
.request_block_wrap-2 .exform_wrapper .inpt_wrpr input {
    margin: 0px 30px 0px 0px !important;
}
.exform_wrapper.callback-front-2 input[type="text"], .exform_wrapper.callback-front-2 textarea {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 0px 7px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 25px;
    text-align: left;
    -moz-box-shadow: inset 1px 1px 4px #ccc;
    -webkit-box-shadow: inset 1px 1px 4px #ccc;
    box-shadow: inset 1px 1px 4px #ccc;
    margin: 5px 0;
    width: 100%;
}
.request_block_wrap-2 .exform_wrapper form[name="exform"] .mf_submit input.send_btn {
    background: #ffffff;
    border-radius: 12px;
    color: #796969;
    height: 42px;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 2px 6px 15px -4px rgba(0, 0, 0, 0.38);
    outline: none;
    width: 291.75px;
    text-transform: uppercase;
}
.exform_wrapper.callback-front-2 .mf_submit .send_btn {
    background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
    background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
    background: -moz-linear-gradient(top, #3d51c8, #051fb8);
    background: -o-linear-gradient(top, #3d51c8, #051fb8);
    background: -ms-linear-gradient(top, #3d51c8, #051fb8);
    background: linear-gradient(top, #3d51c8, #051fb8);
    background-color: #3d51c8;
    cursor: default;
    font-weight: bold;
    color: white;
    padding: 5px 11px;
    border-radius: 5px;
    cursor: pointer;
}
input[type="text"] {
    border: 2px solid #ccc;
    padding: 10px;
}
input.send_btn {
    background: #194c00;
    padding: 15px;
    margin: 20px auto 10px;
    text-align: center;
    color: #fff;
    width: 100%;
}
.inpt_wrpr {
    margin-top: 20px;
}
#hidden-content-b {
  max-width: 550px;
  border-radius: 4px;
  transform: translateY(-50px);
  transition: all .33s;
}
.fancybox-slide--current #hidden-content-b {
  transform: translateY(0);
}
a.btn {
    color: #fff;
    text-decoration: none;
    padding: 8px 0 10px;
    text-align: right;
}
ul.oglavl {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}
	
ul.oglavl li {
	border-bottom: 1px dotted #C2C2C2;
	position: relative;
	padding: 0;
	margin-bottom:5px;
	font-size: 22px;
}
	
ul.oglavl li span {
	background-color: #FFF;
	margin: 0;
}

ul.oglavl li span.text, ul.oglavl li span.page {
	bottom: -5px;
}

ul.oglavl span.text {
	position :relative;
	margin-right:7em;
	padding-right:2px;
}
	
ul.oglavl span.page {
	position: absolute;
	right: 0;
	padding-left:2px;
}
.price{
	display: block;
    width: 300px;
    margin: 50px auto;
    border: 2px solid;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #194c00;
}