/*	-------------------------------------------------
	ÐŸÐ¾Ð´ÐºÐ»ÑŽÑ‡Ð°ÐµÐ¼ Ð½ÐµÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ñ‹Ðµ ÑˆÑ€Ð¸Ñ„Ñ‚Ñ‹ | Custom fonts
	------------------------------------------------- */
@font-face {
	font-family:'Gotham';
	src:url('../fonts/gothaproreg.eot');
	src:url('../fonts/gothaproreg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothaproreg.woff') format('woff'),
		url('../fonts/gothaproreg.ttf') format('truetype');
	font-weight: 400;
	font-style:normal;
}
@font-face {
	font-family:'Gotham';
	src:url('../fonts/gothaprobla.eot');
	src:url('../fonts/gothaprobla.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothaprobla.woff') format('woff'),
		url('../fonts/gothaprobla.ttf') format('truetype');
	font-weight: 700;
	font-style:normal;
}
@font-face {
	font-family:'Gotham';
	src:url('../fonts/gothaprobol.eot');
	src:url('../fonts/gothaprobol.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothaprobol.woff') format('woff'),
		url('../fonts/gothaprobol.ttf') format('truetype');
	font-weight: 600;
	font-style:normal;
}
@font-face {
	font-family:'Gotham';
	src:url('../fonts/gothaprolig.eot');
	src:url('../fonts/gothaprolig.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothaprolig.woff') format('woff'),
		url('../fonts/gothaprolig.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family:'Gotham';
	src:url('../fonts/gothapromed.eot');
	src:url('../fonts/gothapromed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothapromed.woff') format('woff'),
		url('../fonts/gothapromed.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family:'Segoe';
	src:url('../fonts/segoesc.eot');
	src:url('../fonts/segoesc.eot?#iefix') format('embedded-opentype'),
		url('../fonts/segoesc.woff') format('woff'),
		url('../fonts/segoesc.ttf') format('truetype');
	font-weight: 400;
	font-style:normal;
}


/*	-------------------------------------------------
	Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ ÑÐ°Ð¹Ñ‚Ð° | Base site styles
	------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	font: normal normal 12px/15px 'Gotham', sans-serif;
	background:#FFF;
	color:#232327;
}

a { color:#03f; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin-bottom:15px; }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

input[type=text], input[type=password] {
}
textarea {
}
input[type=submit], input[type=button] {
}
ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}

.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.clearfix {
	clear: both;
}
/*	-------------------------------------------------
	Ð¡Ñ‚Ð¸Ð»Ð¸ Ð±Ð»Ð¾ÐºÐ¾Ð², ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ð³Ð¾ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ† | Other styles
	------------------------------------------------- */
.wrapper { /* ÐžÐ±ÐµÑ€Ñ‚ÐºÐ° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
	width: 1190px;
	margin: 0 auto;
}
.block-main {
	height: 715px;
	background: url(../images/bg-main.jpg) 50% 0 no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.block-main .wrapper {
	position: relative;
	z-index: 10;
}
.parallax-tree {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 600px;
}
.parallax-tree > div {
	position: relative;
	//bottom: -20%;
	width: 500px;
	height: 600px;
}
.parallax-tree .tree-left {
	float: left;
	left: -20%;
	background: url(../images/tree.png) 100% 0 no-repeat;
}
.parallax-tree .tree-right {
	float: right;
	right: -20%;
	background: url(../images/tree.png) no-repeat;
}
.header {
padding-top: 21px;
    overflow: hidden;
    margin-bottom: 30px;
}
.footer-left,
.header-left {
	float: left;
	margin-left: 20px;
}
.footer-right,
.header-right {
	float: right;
}
.footer .logo,
.header .logo {
	float: left;
	margin-right: 26px;
}
.footer-slogan,
.header-slogan {
	float: left;
	margin-top: 15px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 23px;
}
.footer-slogan:before,
.header-slogan:before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 36px;
	background: #d8dee7;
	left: 0;
	top: 5px;
}
.footer-right,
.header-right {
	text-align: right;
}
.footer-right a,
.header-right a {
	color: #232327;
	line-height: 24px;
}
.footer-right a:hover,
.header-right a:hover {
	text-decoration: none;
}
.footer-phone,
.header-phone {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	padding-left: 42px;
}
.footer-phone2,
.header-phone2 {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	padding-left: 32px;  
     }
.footer-phone:before,
.footer-phone2:before,
.header-phone2:before,
.header-phone:before {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 2px;
	left: 0;
	background: url(../images/ico-phone.png) no-repeat;
}


.header-mail {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 36px;
}
.header-mail:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 2px;
    left: 0;
    background: url(../images/ico-mail.png) no-repeat;
}

.footer-right .callback-modal,
.header-right .callback-modal {
	font-size: 15px;
	line-height: 24px;
}
.main-text {
	float: left;
	margin-left: 45px;
}
.main-text-thank {
    float: left;
    margin-left: 45px;
}
.main-text h1 {
	font-size: 31px;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	width: 576px;
	//height: 147px;
	//background: url(../images/title-main-bg.png) no-repeat;
	//padding: 8px 0 8px 20px;
}
.main-text h1 > div {
	background: #323336;
	background: -moz-linear-gradient(left,  #323336 0%, #4d4e53 100%);
	background: -webkit-linear-gradient(left,  #323336 0%,#4d4e53 100%);
	background: linear-gradient(to right,  #323336 0%,#4d4e53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323336', endColorstr='#4d4e53',GradientType=1 );
	display: inline-block;
	padding: 0 15px;
}
.main-text h2 {
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	height: 80px;
	padding: 3px 0 8px 20px;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	background: url(../images/subtitle-main-bg.png) no-repeat;
}
.main-form {
	width: 457px;
    background: #fff;
    padding: 30px 48px 26px 58px;
    text-align: center;
    float: right;
}
.form-title {
	font-size: 23px;
	line-height: 32px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.form-title b {
	font-size: 27px;
	line-height: 36px;
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
.form-input {
	max-width: 350px;
}
.form-input select,
.form-input input {
	width: 100%;
	height: 54px;
	font-size: 15px;
	padding-left: 29px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f7f7f7;
	-webkit-box-shadow: inset -3px 2px 10px rgba(0,0,0,.03);
	-moz-box-shadow: inset -3px 2px 10px rgba(0,0,0,.03);
	box-shadow: inset -3px 2px 10px rgba(0,0,0,.03);
	border: 1px solid transparent;
}
.form-input select {
	-webkit-appearance: none;
	/* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
  background: #f7f7f7 url(../images/ico-select-form.png) calc(100% - 25px) 50% no-repeat;
}
.form-input select::-ms-expand {
  display: none;
}
.input-name input {
	background: #f7f7f7 url(../images/ico-name-form.png) calc(100% - 25px) 50% no-repeat;
}
.input-phone input {
	background: #f7f7f7 url(../images/ico-phone-form.png) calc(100% - 25px) 50% no-repeat;
}
.input-email input {
	background: #f7f7f7 url(../images/ico-mail-form.png) calc(100% - 25px) 50% no-repeat;
}
.form-input input.error {
	border: 1px solid #EA8E8E;
	background-color: #EAAFAF;
}
.form-input {
	position: relative;
}
.form-input + .form-input {
	margin-top: 23px;
}
.form-body .btn {
	margin-top: 21px;
}
.btn {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	transition: .2s;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.21);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.21);
	box-shadow: 0 5px 15px rgba(0,0,0,.21);
}
.btn:hover {
	text-decoration: none;
	opacity: .8;
}
.btn-std {
	width: 181px;
	height: 54px;
	line-height: 52px;
	background: url(../images/btn-std.png) no-repeat;
}
.btn-middle {
	width: 212px;
	height: 58px;
	line-height: 56px;
	font-size: 16px;
	background: url(../images/btn-middle.png) no-repeat;
}
.btn-cta {
	width: 273px;
	height: 65px;
	line-height: 63px;
	font-size: 16px;
	background: url(../images/btn-cta.png) no-repeat;
}
.btn-big {
    width: 349px;
    height: 59px;
    line-height: 58px;
    font-size: 18px;
    background: url(../images/btn-main.png) no-repeat;
}
.btn-mini {
	width: 106px;
	height: 32px;
	line-height: 30px;
	font-size: 10px;
	background: url(../images/btn-mini.png) no-repeat;
	letter-spacing: 0;
}
.btn[type="submit"] {
	width: 100%;
}
.btn-grey {
	display: inline-block;
	border: 2px solid #c6c7cb;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 600;
	color: #27282d;
	text-transform: uppercase;
	padding: 12px 14px;
	transition: .2s;
}
.btn-grey:hover {
	background: #c6c7cb;
	//color: #fff;
	text-decoration: none;
}
.personal {
	margin-top: 25px;
	font-size: 17px;
	line-height: 18px;
	color: #9d9d9e;
}
.block-products {
background: url(../images/bg-products.png) 50% 0 no-repeat;
    background-size: cover;
    height: 1245px;
    margin-top: -126px;
    padding-top: 150px;
    position: relative;
    z-index: 10;
}
section h2 {
	font-size: 38px;
	line-height: 46px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: center;
	color: #27282d;
	font-weight: 600;
}
.block-subtitle {
	font-size: 22px;
	line-height: 37px;
	color: #40424f;
	text-align: center;
	margin-top: 15px;
}
.block-adresmap {
	font-size: 38px;
	line-height: 37px;
	color: black;
	text-align: center;
	margin-top: 15px;
}

.products-list {
	//overflow: hidden;
	margin-top: 40px;
}
.products-list .item {
	width: 33.3%;
	float: left;
	text-align: center;
	margin-bottom: 93px;
}
.featured-list .item h3,
.products-list .item h3 {
	font-size: 21px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0;
}
.featured-list .item .description,
.products-list .item .description {
	font-size: 14px;
	line-height: 32px;
	color: #27282d;
	margin-bottom: 35px;
}
.block-featured {
	background: url(../images/bg-features.png) 50% 0 no-repeat;
	background-size: cover;
	    height: 1221px;
	top: -65px;
	padding-top: 150px;
	text-align: center;
	position: relative;
}
.featured-list {
	margin: 115px 0 270px 0;
	overflow: hidden;
}
.featured-list .item {
	width: 33.3%;
	float: left;
	margin-bottom: 55px;
}
.featured-list .item .icon {
	width: 138px;
	height: 159px;
	margin: 0 auto;
}
.featured-list .item-1 .icon {
	background: url(../images/featured.png) no-repeat,
				url(../images/ico-featured-1.png) 50% 50% no-repeat;
}
.featured-list .item-2 .icon {
	background: url(../images/featured.png) no-repeat,
				url(../images/ico-featured-2.png) 50% 50% no-repeat;
}
.featured-list .item-3 .icon {
	background: url(../images/featured.png) no-repeat,
				url(../images/ico-featured-3.png) 50% 50% no-repeat;
}
.featured-list .item-4 .icon {
	background: url(../images/featured.png) no-repeat,
				url(../images/ico-featured-4.png) 50% 50% no-repeat;
}
.featured-list .item-5 .icon {
	background: url(../images/featured.png) no-repeat,
				url(../images/ico-featured-5.png) 50% 50% no-repeat;
}
.featured-list .item-6 .icon {
	background: url(../images/featured.png) no-repeat,
				url(../images/ico-featured-6.png) 50% 50% no-repeat;
}

.featured-list .item-1 .icon:hover {
	background: url(../images/ico-featured-h-1.png) 50% 50% no-repeat,
				url(../images/featured-h.png) no-repeat;			
}
.featured-list .item-2 .icon:hover {
	background: url(../images/ico-featured-h-2.png) 50% 50% no-repeat,
				url(../images/featured-h.png) no-repeat;			
}
.featured-list .item-3 .icon:hover {
	background: url(../images/ico-featured-h-3.png) 50% 50% no-repeat,
				url(../images/featured-h.png) no-repeat;			
}
.featured-list .item-4 .icon:hover {
	background: url(../images/ico-featured-h-4.png) 50% 50% no-repeat,
				url(../images/featured-h.png) no-repeat;			
}
.featured-list .item-5 .icon:hover {
	background: url(../images/ico-featured-h-5.png) 50% 50% no-repeat,
				url(../images/featured-h.png) no-repeat;			
}
.featured-list .item-6 .icon:hover {
	background: url(../images/ico-featured-h-6.png) 50% 50% no-repeat,
				url(../images/featured-h.png) no-repeat;			
}
.catalog-image {
	position: absolute;
    bottom: -305px;
    left: 50%;
    margin-left: -507px;
}
.block-advantages {
	padding-top: 250px;
	margin-top: -165px;
	background: url(../images/bg-adventages.png) 50% 0 no-repeat;
	background-size: cover;
}
.block-advantages .block-subtitle {
	margin-bottom: 20px;
}
.advantages-list {
	overflow: hidden;
	margin-top: 95px;
}
.advantages-list .item {
	width: 33.3%;
	float: left;
	margin-bottom: 105px;
	text-align: center;
}
.work-list .item .description,
.advantages-list .item .description {
	font-size: 15px;
	line-height: 24px;
	margin-top: 32px;
}
.work-list .item .description {
	margin-top: 20px;
}
.block-work {
	background: url(../images/delivery-car1.png) 50% 155% no-repeat;
	padding: 80px 0 155px 0;
}
.work-list {
	overflow: hidden;
	padding-top: 11px;
	margin: 90px 0;
}
.work-list .item {
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
}
.work-list .item .icon {
	width: 105px;
	height: 115px;
	display: inline-block;
	position: relative;
}
.work-list .item .step {
	position: absolute;
	top: -11px;
	right: -13px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	background: #ba3a49;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.work-list .item-1 .icon {
	background: url(../images/ico-work-1.png) no-repeat;
}
.work-list .item-2 .icon {
	background: url(../images/ico-work-2.png) no-repeat;
}
.work-list .item-3 .icon {
	background: url(../images/ico-work-3.png) no-repeat;
}
.work-list .item-4 .icon {
	background: url(../images/ico-work-4.png) no-repeat;
}
.work-list .item-5 .icon {
	background: url(../images/ico-work-5.png) no-repeat;
}
.work-list .item + .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 46px;
	height: 15px;
	top: 48px;
	left: -23px;
	background: url(../images/work-arrow.png) no-repeat;
}
.form-delivery {
	width: 534px;
	height: 354px;
	background: #fff;
	padding: 60px 40px 75px 40px;
	text-align: center;
	margin: 0 auto;
}
.form-delivery .form-title {
	font-size: 21px;
	line-height: 37px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.form-delivery .form-subtitle {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 15px;
}
.block-partners {
	background: url(../images/bg-partners.png) 50% 0 no-repeat;
	background-size: cover;
	margin-top: -102px;
	padding-top: 170px;
	text-align: center;
}
.block-partners .wrapper {
	position: relative;
	padding-bottom: 170px;
}
.partners-list {
	overflow: hidden;
	margin: 75px 0;
}
.partners-list .item {
	width: 20%;
	float: left;
	text-align: center;
}
.partners-list .item .name {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 25px 0;
	line-height: 32px;
}

.cta-ask {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #40424f;
	margin-bottom: 40px;
}
.partners-man {
	position: absolute;
	bottom: -25px;
	right: 135px;
}
.block-form {
	height: 1075px;
	background: url(../images/bg-form.png) 50% 0 no-repeat;
	background-size: cover;
	margin-top: -117px;
	position: relative;
	padding-top: 250px;
}
.block-comand {
	padding: 5px 0 50px 0;
}
.comand-list {
	margin-top: 90px;
	overflow: hidden;
}
.comand-list .item {
	width: 33.3%;
	float: left;
	text-align: center;
}
.comand-list .item .name {
	margin-top: 20px;
	font-size: 13px;
	line-height: 27px;
}
.comand-list .item .name b {
	font-size: 20px;
	font-weight: 600;
}
.comand-list .item2 {
	width: 50%;
	float: left;
	text-align: center;
}
.comand-list .item2 .name {
	margin-top: 20px;
	font-size: 13px;
	line-height: 27px;
}
.comand-list .item2 .name b {
	font-size: 20px;
	font-weight: 600;
}
.block-map {
	height: 600px;
}
.footer {
	padding: 60px 0 40px 0;
}
.footer .wrapper {
	overflow: hidden;
}
.slider-item {

}
.slider-img {
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 15px;
}
.slider-img img {
	display: inline;
}
.slider-img:after {
	content: '';
	position: absolute;
	display: block;
	width: 23px;
	height: 20px;
	background: url(../images/ico-quote.png);
	bottom: 0;
	left: 50%;
	margin-left: -11px;
}
.review-title {
	font-size: 19px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 15px;
}
.review-text {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 25px;
}
.reviews-slider .slick-prev,
.reviews-slider .slick-next {
	position: absolute;
	top: 23px;
	right: 25%;
	font-size: 0;
	line-height: 0;
	width:22px;
	height: 37px;
	background: url(../images/ico-arrows.png) no-repeat;
}
.reviews-slider .slick-prev {
	left: 25%;
	right: auto;
	background: url(../images/ico-arrows.png) 0 -37px no-repeat;
}
.review-name {
	font-family: 'Segoe';
	font-size: 17px;
	color: #838691;
    line-height: 1.3;
}
.block-thank {
	height: 100vh;
}
.block-thank .main-text-thank {
	position: relative;
	left: 50%;
	margin-left: -285px;
	text-align: center;
}
.block-thank .main-text-thank h1 {
	padding-top: 50px;
}
.main-text-thank h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    width: 576px;
    height: 99px;
    background: url(../images/title-main-bg-thank1.jpg) no-repeat;
}
.main-text-thank h2 {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
    height: 80px;
    padding: 3px 0 8px 0px;
    left: 50%;
    text-transform: none;
    letter-spacing: 0;
    background: url(../images/title-main-bg-thank2.jpg) no-repeat;
}
.modal-form {
	padding: 0;
	width: 468px;
	border-radius: 4px;
}
.modal-form .main-form {
	float: none;
	margin: 0 auto;
	border-radius: 4px;
}
.page-gazbeton .main-text h1 {
	//background: url(../images/title-gazbeton-bg.png) no-repeat;
	width: 618px;
	letter-spacing: -1px;
	font-size: 30px;
	background: none;
	padding: 0;
	height: auto;
}
.page-gazbeton .main-text h1 > div {
	background: #424248;
	display: inline-block;
	padding: 0 10px;
}
.main-text h1 .small {
	font-size: 28px;
}
.page-gazbeton .main-text h2 {
	background: url(../images/subtitle-gazbeton-bg.png) no-repeat;
	height: 45px;
	font-size: 15px;
}
.button-inside {
	float: right;
	margin-top: 300px;
}
.page-gazbeton .block-main {
    height: 785px;
    background: url(../images/bg-gazbeton.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.block-catalog {
	background: url(../images/bg-catalog.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-top: 90px;
}
.catalog-list {
	margin-top: 60px;
	overflow: hidden;
}
.catalog-list .item {
	background: #fff;
	border: 1px solid #f1f3f9;
	width: 370px;
	float: left;
	text-align: center;
	padding-bottom: 45px;
	margin-bottom: 73px;
}
.catalog-list .item + .item {
	margin-left: 40px;
}
.catalog-list .item:nth-child(3n+1) {
	margin-left: 0;
}
.catalog-list .item h3 {
	padding: 15px 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}
.catalog-list .item .image {
	height: 210px;
	background: #e1e1e1;
	width: 100%;
	line-height: 210px;
	margin-bottom: 35px;
}
.catalog-list .item .image img {
	vertical-align: middle;
}
.catalog-list .item .price {
	text-align: center;
	font-size: 33px;
	color: #40424f;
	margin-bottom: 25px;
}
.catalog-list .item .characteristics {
	margin-bottom: 15px;
}
.catalog-list .item .characteristics .line {
	padding: 18px 25px;
	font-size: 16px;
	overflow: hidden;
	letter-spacing: -1px;
}
.catalog-list .item .characteristics .line:nth-child(odd) {
	background: #fafafa;
}
.catalog-list .item .characteristics .line > div:first-child {
	float: left;
}
.catalog-list .item .characteristics .line > div:last-child {
	float: right;
}
.block-service {
	background: url(../images/bg-service.png) 50% 0 no-repeat;
	background-size: cover;
	height: 1258px;
	margin-top: -210px;
	padding-top: 300px;
}
.service-list {
	margin: 80px 0 120px 0;
	overflow: hidden;
	padding-bottom: 15px;
}
.service-list .item {
	width: 20%;
	float: left;
	text-align: center;
}
.service-list .item h3 {
	font-size: 12px;
	margin: 10px 0 17px 0;
	text-transform: uppercase;
}
.service-list .item .image {
    padding: 0 35px;
	height: 168px;
}
.sale-block {
	height: 185px;
	padding: 62px 45px 0 45px;
	background: #fff;
	font-size: 21px;
	line-height: 32px;
}
.sale-block .sale-text {
	float: left;
}
.sale-block .btn {
	float: right;
}
.calculation-form {
	width: 970px;
	max-width: none;
	padding-top: 60px;
}
.calculation-form .main-form {
	float: right;
	padding-top: 0;
}
.calculation-block {
	float: left;
	width: 50%;
	padding-left: 75px;
}
.calculation-form h3 {
	font-size: 41px;
	text-decoration: uppercase;
	margin-bottom: 50px
}
.calculation-form .price {
	font-size: 29px;
	line-height: 29px;
	text-align: left;
	margin: 43px 0;
	letter-spacing: -1px;
}
.calculation-form .price b {
	font-weight: bold;
	color: #ce2d43;
}
.product-select {
	display: none;
}
.input-checkbox {
	text-align: left;
	margin-bottom: 43px;
}
.input-checkbox label {
	font-size: 16px;
}
.input-checkbox label  + label {
	margin-left: 40px;
}
.checkbox-container {
	display: none;
}
.language {
    float: right;
    font: normal 15px/23px 'Gotham';
    margin: 15px 100px 0px 0px;
}

.language a.ua {
    margin-right: 5px;
}

.language a {
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    border-radius: 17%;
    display: inline-block;
    vertical-align: top;
    color: #3D3A3D;
    text-decoration: none;
    border: 1px solid;
    text-align: center;
}


