@font-face {
    font-family: 'Upright';
    src: url('../fonts/HelveticaCyrUprightRegular.eot');
    src: url('../fonts/HelveticaCyrUprightRegular.eot') format('embedded-opentype'),
         url('../fonts/HelveticaCyrUprightRegular.woff2') format('woff2'),
         url('../fonts/HelveticaCyrUprightRegular.woff') format('woff'),
         url('../fonts/HelveticaCyrUprightRegular.ttf') format('truetype'),
         url('../fonts/HelveticaCyrUprightRegular.svg#HelveticaCyrUprightRegular') format('svg');
}

@font-face {
    font-family: 'CyrRoman';
    src: url('../fonts/HelveticaNeueCyrRoman.eot');
    src: url('../fonts/HelveticaNeueCyrRoman.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCyrRoman.woff2') format('woff2'),
         url('../fonts/HelveticaNeueCyrRoman.woff') format('woff'),
         url('../fonts/HelveticaNeueCyrRoman.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyrRoman.svg#HelveticaNeueCyrRoman') format('svg');
}
@font-face {
    font-family: 'CyrBold';
    src: url('../fonts/HelveticaNeueCyrBold.eot');
    src: url('../fonts/HelveticaNeueCyrBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueCyrBold.woff2') format('woff2'),
         url('../fonts/HelveticaNeueCyrBold.woff') format('woff'),
         url('../fonts/HelveticaNeueCyrBold.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyrBold.svg#HelveticaNeueCyrBold') format('svg');
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff2') format('woff2'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype'),
         url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}



*{
	/* outline: 1px solid #000; */
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

button{
	outline: none;
}

input[type="text"],

input[type="submit"]{
	outline: none;
}

span, a, input, textarea, div, figure, ul, li, img, td{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea{
	outline: none;
	border: none;
}

textarea{
	resize: none;
}

figure{
	margin: 0;
}

table {

    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
    line-height: 17px;

}

td,
th {
    padding: 5px 5px 15px 10px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
}

img{
	max-width: 100%;
	height: auto;
}

p{
	margin-bottom: 20px;
}

a{
	color: #9e9e9e;
	text-decoration: none;
}

.clr:before, .clr:after {
	display: table;
	content: "";
	line-height: 0;
}

.clr:after {
	clear: both;
}

.table-cell{
	display: table-cell;
}

body{
	font-family: Arial;
	font-size: 16px;
	color: #565656;
	min-height: 100vh;
	position: relative;
}

h1{
	margin: 0 0 35px 0;
}

.pos-relative{
	position: relative;
}

.upper{
	text-transform: uppercase;
}

.bolder{
	font-weight: 600;
}



.col-3{width: 25%; float: left;}
.col-6{width: 50%; float: left;}




.f5px{font-size: 5px !important;}
.f6px{font-size: 6px !important;}
.f7px{font-size: 7px !important;}
.f8px{font-size: 8px !important;}
.f9px{font-size: 9px !important;}
.f10px{font-size: 10px !important;}
.f11px{font-size: 11px !important;}
.f12px{font-size: 12px !important;}
.f13px{font-size: 13px !important;}
.f14px{font-size: 14px !important;}
.f15px{font-size: 15px !important;}
.f16px{font-size: 16px !important;}
.f17px{font-size: 17px !important;}
.f18px{font-size: 18px !important;}
.f19px{font-size: 19px !important;}
.f21px{font-size: 21px !important;}
.f22px{font-size: 22px !important;}
.f23px{font-size: 23px !important;}
.f24px{font-size: 24px !important;}
.f25px{font-size: 25px !important;}
.f26px{font-size: 26px !important;}
.f27px{font-size: 27px !important;}
.f28px{font-size: 28px !important;}
.f29px{font-size: 29px !important;}
.f30px{font-size: 30px !important;}

.white{color: #fff;}
.orange,
.orange a{color: #feb229;}

.orange-link{
	color: #c2935a;
}

.wrapper{
	max-width: 
}

.header,
.main,
.footer{
	display: block;
}

.container{
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
}

.main-title{
	text-align: center;
	color: #282828;
	font-size: 25px;
	font-family: Helvetica;
	font-weight: 200;
}
.underline{
	position: relative;
	display: inline-block;
}
.underline:after{
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	content: '';
	width: 85%;
	height: 2px;
	margin: 0 auto;
	background: #feb229;
}

.header{
	min-height: 75px;
}
.header.set-index{
	padding-bottom: 100px;
}
.header .header-content{
	padding-bottom: 40px;
}

.header .container{
	position: relative;
	height: 100%;
}

.ico-house{
	padding-left: 19px;
	background: url('../img/ico-house.png') no-repeat left center;
}
.ico-gear{
	padding-left: 18px;
	background: url('../img/ico-service.png') no-repeat left center;
}



.header__top-block{
	padding-top: 10px;
}
.top-menu,
.top-search{
	width: 50%;
	float: left;
}
.main .top-search{
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.main .top-search__form{
	width: 50%;
}
.main .top-search__input{
	width: 95%;
	font-size: 16px;
}
.main .top-search__submit{
	float: right;
	position: relative;
	top: 10px;
	width: 5%;
}



.menu-and-search{
	padding: 0 60px;
}

.top-menu__item{
	display: inline-block;
	font-family: 'Upright';
	font-size: 12px;
	list-style: none;
	margin-left: 30px;
}
.top-menu__item:first-child{
	margin-left: 0;
}
.top-menu__item a{
	
}

.top-search{
	text-align: right;
}

.top-search__form{
	display: inline-block;
}

.top-search__submit{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/ico-search.png') no-repeat top left;
}
.top-search__input{
	display: inline-block;
	border-bottom: 1px solid #9e9e9e;
	color: #9e9e9e;
	font-size: 12px;
	padding-bottom: 5px;
	vertical-align: top;
	font-style: italic;
}



.logo-address-block{
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
	min-height: 80px;
	padding: 0 60px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444343+0,000000+100 */
	background: #444343; /* Old browsers */
	background: -moz-linear-gradient(top, #444343 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #444343 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #444343 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.logotype{
	display: inline-block;
	background: url('../img/logo.png') no-repeat center center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -71px;
	width: 142px;
	height: 77px;
}
.logotype a{
	display: block;
	width: 100%;
	height: 100%;
}


.address-block{
	width: 100%;
	min-height: 80px;
}
.address-left,
.address-right{
	float: left;
	width: 50%;
}
.address-left{
	margin-top: 24px;
	padding-right: 80px;
	color: #fff;
	font-size: 14px;
	font-family: 'CyrRoman';
	
}
.address-right{
	margin-top: 18px;
	padding-left: 80px;
	text-align: right;
}
.address-right__phone{
	font-size: 25px;
	font-family: 'CyrBold';
}
.address-right__phone .white{
    font-family: 'CyrRoman';
}
.address-right__mail{
	font-family: 'CyrRoman';
	font-size: 14px;
}

.nav{
	position: absolute;
	top: 78px;
	left: 35px;
	right: 35px;
	z-index: 998;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feb229+0,ea9701+100 */
	background: #feb229; /* Old browsers */
	background: -moz-linear-gradient(top, #feb229 0%, #ea9701 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feb229 0%,#ea9701 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feb229 0%,#ea9701 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb229', endColorstr='#ea9701',GradientType=0 ); /* IE6-9 */
}
.nav__menu-blok{
	display: block;
	list-style: none;
	min-height: 50px;
	width: 100%;
	text-align: center;
}
.nav__menu-item{
    display: inline-block;
    font-family: 'Lato';
    font-size: 16px;
    text-align: center;
    margin-right: 70px;
}
.nav__menu-item:last-child{
	margin-right: 0;
}

.nav__menu-item a{
	display: block;
	position: relative;
	color: #000;
	line-height: 50px;
}
.nav__menu-item a:after{
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #282828;
}
.nav__menu-item:hover a:after{
	display: block;
}

.nav__menu-item.active a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 7px;
	background: #282828;
}

.nav__show-menu{
	position: relative;
	display: none;	
	color: #000;
	line-height: 50px;
	font-family: 'Lato';
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.nav__show-menu:after{
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #282828;
}
.nav__show-menu.active:after{
	display: block;
}

.header-bg{
	background: url('../img/texture-slider.png') no-repeat center top / cover,
				url('../img/header-bg.jpg') no-repeat center top / cover;
}

.set-index .header-bg {
	height: 450px;
}
.set-pages .header-bg {
	height: 175px;
}
.header.set-pages{
	margin-bottom: 40px;
}


.header-bg{
	padding-top: 100px;
}
.slider-top{
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -70px;	
	margin-left: 37px;
	margin-right: 37px;
}

.slide-item-container{
	width: 23%;
	float: left;
	padding: 0 15px;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.slider-dots{
	position: absolute;
	right: -20px;
	top: 45px; 
}
.slider-dots li {
	height: 21px;
	list-style: none;
}
.slider-dots li button{
	display: block;
	width: 13px;
	height: 13px;
	background: url('../img/ico-sprite-sliderdots.png') no-repeat bottom center;
	border: none;
	color: transparent;
	top: 0;
	left: 0;
}
.slider-dots li.slick-active button{
	background: url('../img/ico-sprite-sliderdots.png') no-repeat top center;
}

.main{
	padding-bottom: 121px;
}
.main .container{
	max-width: 990px;
	font-family: Arial;
	line-height: 25px;
	padding-bottom: 50px;
}
.main .container p{
	text-align: justify;
}

p + ul{
	margin-top: -15px;
}

ul + p{
	margin-top: 20px;
}

.main .container ul{
	margin-left: 45px;
}

/*Страницы*/


/*Форма*/
.myform{
	max-width: 630px;
	margin: 0 auto;
}
.required-text{
	color: #feb229;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 15px;
}
.input-wrap{
	float: left;
	position: relative;
}
.myinput{
	display: inline-block;
	width: 93%;
	border: 1px solid #9e9e9e;
	padding-left: 10px;
	padding-right: 10px;
	color: #6a6a6a;
	font-size: 12px;
	line-height: 36px;
    height: 36px;
    margin-bottom: 22px;
}
.myinput:focus{
	border: 1px solid #feb737;
}

.ico-man{
	padding-right: 40px;
	background: url('../img/ico-man.png') no-repeat center right;
}
.ico-mail{
	padding-right: 40px;
	background: url('../img/ico-mail.png') no-repeat center right;
}
.star{
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 8px;
	top: 0;
	right: 3%;
	background: url('../img/ico-star.png') no-repeat center center;	
}

.mytextarea{
	width: 100%;
	min-height: 145px;
	border: 1px solid #9e9e9e;
	padding: 13px;
	color: #aaaaaa;
	font-size: 12px;
	font-style: italic;
}

.mytextarea{
	margin-bottom: 22px;
}
.mytextarea:focus{
	border: 1px solid #feb737;
}

.button{
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 18px;
	font-family: Arial;
	background: url('../img/button-bg.png') repeat-x left top;
	padding: 0 22px;
}
.button:hover{
	background: url('../img/button-bg.png') repeat-x left bottom;
}

.button.ico-planer{
	padding-right: 40px;
	background: url('../img/ico-planer.png') no-repeat 90% center,
	url('../img/button-bg.png') repeat-x left top;
}

.button.ico-planer:hover{
	padding-right: 40px;
	background: url('../img/ico-planer.png') no-repeat 90% center,
	url('../img/button-bg.png') repeat-x left bottom;
}


/*Конец. Форма*/


.search-item{
	padding: 10px;
	margin-bottom: 10px;
	background: #f1f1f1;
}
.search_name a{
	color: #474747;
}
.search_text {
	color: #959595;
}




.ico-profile{
	display: inline-block;
    padding-left: 35px;
    height: 18px;
	background: url('../img/ico-feedback.png') no-repeat left center;
}

.footer{
	background: #020202;
	min-height: 120px;
	color: #7d7d7d;
	font-family: Helvetica;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer .container{
	position: relative;
	max-width: 990px;
	padding: 25px 0px;
}
.footer-content{
	width: 33.333%;
	float: left;
}

.footer-feedback{
	margin-bottom: 15px;
	margin-top: 10px;
}

.footer-feedback a{
	color: #b0b0b0;
}

.footer-address{
	font-size: 12px;
}

.footer-logo{
	margin: 0 auto;
	margin-bottom: 7px;
	width: 94px;
	height: 47px;
	background: url('../img/footer-logo.png') no-repeat top center;
}

.footer-copy{
	font-size: 12px;
	text-align: center;
}

.footer-razrab{
	position: absolute;
	bottom: 25px;
	right: 0px;
	text-align: right;
	font-size: 12px;
}




@media screen and (max-width: 1080px) {
	
	.main .container{
		padding: 0 20px;
		padding-bottom: 50px;
	}
	.footer .container{
		padding: 25px 20px;
	}

	.footer-razrab{
		bottom: 25px;
		right: 20px;
	}
}

@media screen and (max-width: 1023px) {

	.table-overflow{
		max-width: 100%;
		overflow-x: auto;
	}
		
	.container,
	.main .container,
	.footer .container{
		max-width: 768px;
	}

	.nav__show-menu{
		display: inline-block;	
	}
	.nav__menu-blok{
		display: none;
	}
	.nav{
		text-align: center;
	}
	.nav__menu-item{
		display: block;
		max-width: 50%;
		margin: 0 auto;
	}
	.nav__menu-item:last-child{
		margin: 0 auto;
	}
	.set-index .header-bg {
	    height: 300px;
	}
	.nav__menu-item a:after{
		height: 3px;
	}
	.nav__menu-item:hover a:after{
		display: block;
	}
	.nav__menu-item.active a:after{
		height: 3px;
	}



	.slider-dots{
		position: absolute;
	    display: block;
	    text-align: center;
	    width: 100%;
	    bottom: -35px;
	    top: auto;
	    right: auto;
	    left: 0;
	}

	.slider-dots li {
	    display: inline-block;
	    margin-left: 15px;
	}
	.slider-dots li:first-child {
	    margin-left: 0;
	}
	
}
@media screen and (max-width: 767px) {
	
	.logo-address-block{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		text-align: center;
	}
	.header .header-content{
		padding-bottom: 0;
	}
	
	.logotype,
	.nav{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.nav{
		margin-top: 15px;
	}
	.logotype{
		display: inline-block;
		margin-left: 0;
		margin-top: 10px;
	}
	.address-left, .address-right {
	     float: none; 
	     width: 100%; 
	     padding: 0;
	     text-align: inherit;
	}
	.nav__menu-blok{
		position: absolute;
		top: 100%;
		left: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feb229+0,ea9701+100 */
		background: #feb229; /* Old browsers */
		background: -moz-linear-gradient(top, #feb229 0%, #ea9701 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #feb229 0%,#ea9701 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #feb229 0%,#ea9701 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb229', endColorstr='#ea9701',GradientType=0 ); /* IE6-9 */
		box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.5);
	}

	.set-index .header-bg {
	    height: 230px;
	}

	.footer-content {
	    text-align: center;
	    width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}
	.footer-razrab{
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		text-align: center;
		
	}
	.inline-m{
		display: inline-block;
		width: auto;
		padding-right: 10px;
		float: none;
		vertical-align: top;
	}
	.text-center-m{
		text-align: center;
	}
	.myinput {
		width: 90%;
	}

	.main .top-search {
    	text-align: center;

	}
	.main .top-search__form{
		width: 80%;
	}

	
}


@media screen and (max-width: 479px) {
	.slider-dots li {
	    margin-left: 9px;
	}

	.nav{
		margin-right: -60px;
		margin-left: -60px;
		
	}
	.nav__menu-item {
	    max-width: 97%;
	}

	.menu-and-search{
		text-align: center;
	}
	.header .top-search {
    	display: none;
	}
	.top-menu{
		margin-bottom: 10px;
		width: 100%;
    	float: none;
	}

	.inline-m.col-6{
		width: 100%;
	}
}

@media screen and (max-width: 359px) {
	.address-right__phone {
    	font-size: 21px;
	}

	.input-wrap.col-6{
		width: 100%;
	}
	.main .top-search__form{
		width: 100%;
	}
}
.clauses_list {
	counter-reset: list;
}

.clauses_list h4 a {
	font-size: 16px;
    color: #565656;
	text-decoration: underline;
}

.black:before {
	/*content: "Part " counter(list) ". ";*/
	/*content: counter(list)". ";
	counter-increment: list;*/
}

.black {
	display: block;
	margin: 10px 0 10px 0;
}

h2.main-title {
	margin-bottom: 30px;
}

/*==================*/
.clauses_list .block {
    float: left;
    width: 32%;
    /* text-align: center; */
    border: #dddddd 1px solid;
    height: 147px;
    /*padding: 0 20px;*/
    margin: 5px;
    background-color: #f9f9f9;
}

.clear {
	clear: both;
}

.block-row-img {
	display: block;
    float: left;
	padding: 40px 10px 40px 10px;;
}

.block-row-img img {
	width: 80px;
}

.clauses_list .block  .block-text{
	padding: 0 10px 0 10px;
}