@import url('normalize.css');

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size:14px;
	line-height: 1.3em;
	font-family: Gotham Pro, sans-serif;
	color:#000;
	background:#fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	/*display: inline;*/
}


a{
	color:#333;
	text-decoration:underline;
	transition: all 0.2s ease-in-out 0s;
}

	a:visited {
		
	}

	a:hover{
		text-decoration:none;
	}

.link {
	border-bottom: 1px dashed #329bc1;
	text-decoration:none;
	transition: all 0.2s ease-in-out 0s;
}

	.link:visited {
		
	}

	.link:hover{
		border-bottom-color: rgba(0,0,0,0) !important;
		text-decoration:none;
	}

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


/*body>.section_header,
body>section,
body>.section_footer {
	width: 100%;
	float: left;
	clear: both;
}*/



.cont {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
	/*clear: both;*/
	padding: 0 20px;
	box-sizing: border-box;
}

.button {
	display: inline-block;
	padding: 13px 24px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-shadow: none;
	box-sizing: border-box;

	background: linear-gradient(101.9deg, #F7C04C 2.15%, #F7830F 100%);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out 0s;
}

	.button:hover {
		background: linear-gradient(282.31deg, #F7C04C -0.89%, #FFAF4B 48.69%, #F7830F 98.92%);
	}

	.button:active {
		background: #353535;
	}

	
	.button.invert{
		background: #fff;
		color: #329bc1;
		box-shadow: 0 0 1px rgba(0,0,0,.4);
	}
		.button.invert:hover,
		.button.invert:active {
			background: #329bc1;
			color: #fff;
			box-shadow: none;
		}

	.button>i.fa{
		margin-right: 6px;
	}

input[type=text],
input[type=tel],
input[type=email] {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #666;
    font-family: Ubuntu, sans-serif;
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    vertical-align: top;
    width: 238px;
	box-sizing: border-box;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
}

	input[type=text]:focus ,
	input[type=tel]:focus ,
	input[type=email]:focus  {
		border:1px solid #ddd;
		color:#333;
		box-shadow: 1px 1px 4px rgba(0,0,0,.04);
		border-left: 2px solid #329bc1;
	}
	
textarea {
	background-color:#fdfdfd;
	border:1px solid #eee;
	border-radius:2px;
	padding:3px 10px;
	color:#666;
	font-size:11px;
	font-family: Ubuntu, sans-serif;
	width:238px;
	height:92px;
    margin-bottom: 10px;
    vertical-align: top;
	box-sizing: border-box;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
}

	textarea:focus {
		border:1px solid #ddd;
		color:#333;
		box-shadow: 1px 1px 4px rgba(0,0,0,.04);
		border-left: 2px solid #329bc1;
	}
	
select {
	line-height:30px;
	height:30px;
	background-color:#fdfdfd;
	/*background: linear-gradient(to top, #f2f3f3, #ffffff);*/
	border:1px solid #eee;
	border-radius:2px; 
	padding:0 0 0 8px;
	color:#666;
	font-size:11px;
	font-family: Ubuntu, sans-serif;
	width:260px;
	cursor:pointer;
	box-sizing: border-box;
	position: relative;

	border-right: 3px solid #329bc1;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
}

	select:focus {
		border:1px solid #ddd;
		color:#333;
		box-shadow: 1px 1px 4px rgba(0,0,0,.04);
		border-left: 2px solid #329bc1;
	}




header {
	width: 100%;
	float: left;
	clear: both;
	background: #2E2E2E;
	margin-bottom: 30px;
}

header .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

header .logo {
	display: block;
	padding-left: 70px;
	background: url(../images/logo.svg) no-repeat left center;
	background-size: contain;
	font-family: Gotham Pro;
	font-style: italic;
	font-weight: 900;
	font-size: 21px;
	text-decoration: none;
	margin: 8px 0 8px 0;
}

header .logo:hover {
	opacity: 0.6;
}

header .logo span {
	color: #fff;
	display: block;
}

header .logo span:nth-child(1) {
	color: #FFBD04;
}

header nav {
	margin: 5px 17px;
	text-align: center;
}

header nav a {
	text-decoration: none;
	font-family: Gotham Pro;
	font-size: 14px;
	line-height: 1.2em;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	margin: 0 3px;
}

header nav a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -6px;
	/*background: #FFBD0400;*/
	background: #FFBD04;
	height: 4px;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 2px;
}

header nav a:hover:after,
header nav a.active:after {
	background: #FFBD04;
	left: 0;
	right: 0;
}


header .address {
	margin: 5px 20px;
}

header .address .town {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

header .address .tel {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 13px;
	color: #FFFFFF;
}

header .address .tel a {
	color: #fff;
	text-decoration: none;
}

header .address .tel span {
	font-weight: 300;
}

header .socials {
	margin: 5px 20px;
}

header .socials a {
	text-decoration: none;
}

header .socials a:hover {
	opacity: .6;
}

header .socials a img {
	
}

header .bt {
	margin: 5px 0 8px 0;	
}

header .bt .button {
	text-transform: none;
	border-radius: 10px;
	font-size: 14px;
	padding: 6px 17px;
}




.firstB {
	width: 100%;
	float: left;
	clear: both;
	background: url(../images/firstB_bg.png) no-repeat 50% 0;
	padding-top: 42px;
}

.firstB .cont {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	/*justify-content: space-around;*/
}

.firstB .lf {
	width: 50%;
	position: relative;
}

.firstB .lf .t1 {
	font-family: Gotham Pro;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	color: #000000;
}

.firstB .lf .t1 div {
	z-index: 1;
	position: relative;
}

.firstB .lf .t1 div span {
	color:#FFBD04;
	text-shadow: -1px -1px 0px white,1px 1px 0px white,3px 3px 2px #999;
}

.firstB .lf .t1 div a {
	text-decoration: none;
	color:#000;
	border-bottom: 1px dashed #000;
}

.firstB .lf .t1 div a:hover {
	color:#FFBD04;
	border-bottom: 1px dashed #FFBD04;
}

.firstB .gepard {
	/*margin-left: -390px;*/
	margin-top: -50px;
	position: absolute;
	right: 10px;
}

.firstB .rt {
	width: 50%;
}

.firstB .rt .t1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 86.7%;
	text-transform: uppercase;
	padding-bottom: 19px;
}

.firstB .rt .t1 span {
	color: #FFBD04;
}

.firstB .rt .t2 {
	font-family: Gotham Pro;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	line-height: 139.69%;
	color: #000000;
	/*padding-bottom: 11px;*/
}

.firstB .rt .t3 {
	font-family: Gotham Pro;
	font-size: 18px;
	line-height: 139.69%;
	color: #000000;
	padding-bottom: 16px;
}

.firstB .rt p {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 139.3%;
	color: #000000;
}

.firstB .separator {
	width: 100%;
	height: 100px;
}

.firstB .rt .t4 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 174.69%;
	color: #000000;
	padding-bottom: 12px;
	text-align: center;
}

.firstB .rt .bt {
	margin-bottom: 12px;
	text-align: center;
}

.firstB .rt .t5 {
	text-align: center;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 95.19%;
	color: #000000;
}


.firstB_sub {
	width: 100%;
	float: left;
	clear: both;
	background: url(../images/firstB_sub.png) no-repeat 50% 0;
	height: 100px;
	margin: 10px 0 50px;
}


.header1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.2em;
	color: #000000;
	padding-bottom: 60px;
	text-align: center;
}



.why  {
	width: 100%;
	float: left;
	clear: both;
	background: url(../images/why_bg.png) no-repeat 50% 50%;
	padding-bottom: 80px;
}

.why .blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.why .blocks .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.why .blocks .item {
	width: 50%;
	padding: 0 30px 70px;
	box-sizing: border-box;
	display: flex;
	/*flex-wrap: nowrap;*/
	align-items: center;
	/*justify-content: space-around;*/
}

.why .blocks .item .img {
	width: 170px;
	height: 230px;
	border: 5px solid #FFBD04;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
}

.why .blocks .item .img img {
	background: #fff;
	border: 20px solid #fff;
	margin-left: -5px;
}

.why .blocks .item .text {
	flex: 2;
	padding-left: 30px;
}

.why .blocks .item .text div {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	color: #000000;
	padding-bottom: 30px;
}

.why .blocks .item .text p {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
}

.why .info {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
}


.addit {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/why_bg.png) no-repeat 50% 50%;*/
	padding-bottom: 80px;
}

.addit .blocks {
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	justify-content: space-around;
} 

.addit .blocks .lt {
	box-sizing: border-box;
	padding-right: 80px;
}

.addit .blocks .lt .wrap {
	
}

.addit .blocks .lt .wrap .t1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	color: #000000;
	padding-bottom: 10px;
}

.addit .blocks .rt .wrap .t2 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.2em;
	color: #000000;
}

.addit .blocks .rt {
	
}

.addit .blocks .rt>div {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}

.addit .blocks .rt>div span:nth-child(1) {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 41px;
	line-height: 160.69%;
	color: #FFBD04;
	vertical-align: middle;
	display: inline-block;
	padding-right: 30px;
	width: 50px;
	text-align: right;
}

.addit .blocks .rt>div span:nth-child(2) {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	color: #000000;
	vertical-align: middle;
	display: inline-block;
}





.spec {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/why_bg.png) no-repeat 50% 50%;*/
	padding-bottom: 80px;
}

.spec .blocks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding-bottom: 40px;
}

.spec .blocks .lt {
	width: 60%;
}

.spec .blocks .lt .t1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 1em;
	color: #000000;
	padding-bottom: 30px;
}

.spec .blocks .lt .t1 span {
	color: #FFBD04;
} 

.spec .blocks .lt .t2 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1em;
	color: #000000;
	padding-bottom: 20px;
}

.spec .blocks .lt .t2 span {
	color: #FFBD04;
} 

.spec .blocks .rt {
	width: 40%;
}

.spec .blocks .rt img {
	max-width: 100%;
}

.spec .info {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 107.7%;
	color: #000000;
	text-align: center;
}




.prices {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/why_bg.png) no-repeat 50% 50%;*/
	padding-bottom: 80px;
}

.prices .price_bt {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 50px;
}

.prices .price_bt a{
	display: inline-block;
	padding: 13px 24px 12px;
	text-decoration: none;
	box-sizing: border-box;
	background: #F7F7F7;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	/*text-transform: uppercase;*/
	color: #aaa;
	transition: all 0.2s ease-in-out 0s;
}

.prices .price_bt a.active {
	color: #fff;
	background: linear-gradient(101.9deg, #F7C04C 2.15%, #F7830F 100%);
}

.prices .price_bt a:hover {
	background: linear-gradient(282.31deg, #F7C04C -0.89%, #FFAF4B 48.69%, #F7830F 98.92%);
	color: #fff;
}

.prices .price_bt a:nth-child(1) {
	border-radius: 5px 0 0 5px;
}

.prices .price_bt a:nth-child(3) {
	border-radius: 0 5px 5px 0;
}

.prices .tabs {
	padding-bottom: 20px;
}

.prices .tabs .tab {
	display: none;
	transition: all 0.2s ease-in-out 0s;
}

.prices .tabs .tab.active {
	display: block;
}

.prices .tabs .item {
	border: 1px solid #F3F3F3;
	border-radius: 5px;
	display: flex;
/*flex-wrap: wrap;*/
align-items: center;
/*justify-content: space-around;*/
	margin-bottom: 35px;
}

.prices .tabs .item .lt {
	padding: 17px 40px 30px 46px;
	border-right: 1px solid #F3F3F3;
	box-sizing: border-box;
}

.prices .tabs .item .lt .t1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	color: #000000;
	padding-bottom: 25px;
}

.prices .tabs .item .lt .t2 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.4em;
	color: #000000;
	padding-bottom: 60px;
}

.prices .tabs .item .lt .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.prices .tabs .item .lt .bot .more {
	
}

.prices .tabs .item .lt .bot .more a {
	text-decoration: none;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	color: #B0B0B0;
}

.prices .tabs .item .lt .bot .more a:hover {
	text-decoration: underline;
}

.prices .tabs .item .lt .bot .more a img {
	padding-right: 20px;
	vertical-align: middle;
}

.prices .tabs .item .lt .bot .price {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.2em;
	color: #000000;
}

.prices .tabs .item .lt .bot .price span {
	font-size: 42px;
}

.prices .tabs .item .lt .bot .price_old {
	position: absolute;
	right: 0;
	bottom: -30px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 174.69%;
	text-decoration-line: line-through;
	color: #B0B0B0;
}

.prices .tabs .item .lt .bot .price_old_2 {
	position: absolute;
	right: 0;
	bottom: -25px;
	font-family: Gotham Pro;
	font-style: normal;
	/*font-weight: bold;*/
	font-size: 12px;
	line-height: 174.69%;
	/*text-decoration-line: line-through;*/
	color: #B0B0B0;
}


.prices .tabs .item .rt {
	padding: 17px 70px 20px 70px;
	box-sizing: border-box;
}

.prices .tabs .item .rt .list {
	padding-bottom: 20px;
	min-width: 200px;
}

.prices .tabs .item .rt .list div {
	background: url(../images/prices_marker.svg) no-repeat 0 0;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
	padding-left: 30px;
	margin-left: -30px;
	padding-bottom: 15px;
	position: relative;
}

.prices .tabs .item .rt .list div .old {
	position: absolute;
	right: 0;
	bottom: -5px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 174.69%;
	text-decoration-line: line-through;
	color: #B0B0B0;
}


.prices .info {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
}



.services {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/why_bg.png) no-repeat 50% 50%;*/
	padding-bottom: 80px;
}

.services .blocks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
} 

.services .blocks .lt {
	flex: 1;
	box-sizing: border-box;
	padding-right: 80px;
}

.services .blocks .lt .header1 {
	text-align: left;
	padding-bottom: 50px;
}

.services .blocks .lt .list {
	padding-left: 50px;
}

.services .blocks .lt .list>div {
	display: flex;
	align-items: center;
}

.services .blocks .lt .list span:nth-child(1) {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 41px;
	line-height: 160.69%;
	color: #FFBD04;
	vertical-align: middle;
	display: inline-block;
	padding-right: 30px;
	width: 50px;
	text-align: right;
}

.services .blocks .lt .list span:nth-child(2) {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	color: #000000;
	vertical-align: middle;
	display: inline-block;
}

.services .blocks .rt {
	flex: 1;
	box-sizing: border-box;
}

.services .blocks .rt img {
	max-width: 100%;
}




.promo {
	width: 100%;
	float: left;
	clear: both;
	background: url(../images/promo_bg.png) no-repeat 70% 50%;
	padding-bottom: 80px;
}

.promo .blocks {
	display: flex;
	/*flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;*/
	padding-bottom: 40px;
}

.promo .blocks>div {
	padding-bottom: 20px;
	width: 50%;
	box-sizing: border-box;
}

.promo .blocks>div .h {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2em;
	color: #000000;
	padding-left: 70px;
}

.promo .blocks>div .h span {
	color: #FFBD04;
	display: block;
}

.promo .blocks>div .sep {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 33px;
	color: #000000;
	background: url(../images/promo_sep.svg) no-repeat 40px 50%;
	/*background-size: cover;*/
	margin: -8px 0 -4px;
}

.promo .blocks>div .t {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4em;
	color: #000000;
	padding-left: 70px;
}

.promo .bt {
	text-align: center;
}




.opros {
	width: 100%;
	float: left;
	clear: both;
	background: url(../images/opros_bg.svg) no-repeat 50% 50%;
	padding-top: 100px;
	padding-bottom: 80px;
	/*background-size: contain;*/
}

.opros .t1 {
	padding-bottom: 20px;
	text-align: center;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	color: #000000;
}

.opros .t2 {
	padding-bottom: 40px;
	text-align: center;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4em;
	color: #000000;
}

.opros .bt {
	text-align: center;
}


.audit {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
}

.audit .t1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	color: #000000;
	padding-bottom: 10px;
	text-align: center;
}

.audit .t2 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.2em;
	color: #000000;
	text-align: center;
	padding-bottom: 50px;
}

.audit .form {
	display: flex;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}

.audit .form .text {
	font-family: Gotham Pro;
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.2em;
	color: #000000;

	position: absolute;
	right: 0;
}

.audit .form input[type=text] {
	width: 372px;
	height: 50px;
	line-height: 50px;
	border: none;
	background: #F3F3F3;
	border-radius: 5px 0px 0px 5px;

	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 50px;
	color: #333;
}

.audit .form .button {
	box-shadow: 0px 0.5px 4px rgba(0, 0, 0, 0.25);
	height: 50px;
	border-radius: 0 5px 5px 0;	
}




.projects {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
}

.projects .cont {
	display: flex;
}

.projects .lt {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.projects .lt .t1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 174.69%;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding-bottom: 60px;
}

.projects .lt .t2 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 174.69%;
	color: #000000;
	padding-bottom: 5px;
}

.projects .lt .t3 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 174.69%;
	color: #000000;
	padding-bottom: 9px;
}

.projects .lt .t4 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 174.69%;
	color: #000000;
	padding-bottom: 29px;
}

.projects .lt .t5 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 174.69%;
	color: #000000;
	padding-bottom: 18px;
}

.projects .lt .list {
	display: flex;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding-bottom: 40px;
}

.projects .lt .list>div {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.projects .lt .bt {
	text-align: center;
	padding-bottom: 10px;
}


.projects .rt {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}

.projects .rt .counter {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 174.69%;
	text-align: justify;
	color: #000000;
	text-align: right;
	/*padding-bottom: 10px;*/
}

.projects .rt .counter span {
	font-size: 54px;
}

.projects .rt .arrows {
	text-align: right;
	padding-bottom: 20px;
}

.projects .rt .arrows a {
	margin-left: 20px;
}

.projects .rt .arrows a:hover {
	opacity: .6;
}

.projects .rt .projects_img {
	text-align: right;
}

.projects .rt .projects_img img {
	max-width: 100%;
}


.steps {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
}

.steps .blocks {
	display: flex;
	flex-wrap: wrap;
}

.steps .blocks > div {
	width: 25%;
	box-sizing: border-box;
	padding: 0 33px 27px;
}

.steps .blocks > div .img {
	width: 100%;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.steps .blocks > div .img img {
	max-width: 100%;
}

.steps .blocks > div .t {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 174.69%;
	text-align: center;
	color: #000000;
}



.usecms {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
}

.usecms .text {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 174.69%;
	color: #000000;
}

.usecms .text p {
	padding-bottom: 15px;
}



.consult {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
}

.consult .cont {
	
}

.consult .t1 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 115.69%;
	color: #000000;
	padding-bottom: 70px;
	text-align: center;
	margin-top: -50px;
}

.consult .form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 100px;
}

.consult .form .lt {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.consult .form .lt .line {
	box-sizing:border-box;
	width: 100%;
	padding-bottom: 15px;
}

.consult .form .lt .line:nth-child(1) {
	width: 50%;
	padding-right: 25px;
}

.consult .form .lt .line:nth-child(2) {
	width: 50%;
}

.consult .form .lt .line input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	background: #F3F3F3;
	border-radius: 5px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 50px;
	color: #333;
}

.consult .form .lt .line textarea {
	width: 100%;
	line-height: 50px;
	border: none;
	background: #F3F3F3;
	border-radius: 5px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 50px;
	color: #333;
	height: 150px;
}

.consult .form .rt {
	width: 50%;
	text-align: center;
}

.consult .form .rt .button {
	margin-bottom: 17px;
}

.consult .form .rt .t2 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 11px;
	text-align: center;
	color: #000000;
	max-width: 277px;
	margin: 0 auto;
}


.shopinfo {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
}

.shopinfo .blocks {
	display: flex;
	justify-content: center;
}

.shopinfo .blocks a {
	padding: 0 20px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 174.69%;
	color: #000000;
}


.seoblock {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
	font-family: Gotham Pro;
	font-size: 16px;
	line-height: 1.2em;
}

.seoblock h2 {
	font-size: 26px;
	padding: 10px 0 15px;
	line-height: 1.2em;
}

.seoblock p {
	padding-bottom: 15px;
	line-height: 1.2em;
}

.seoblock ul {
	margin: 0 0 20px 20px;
}

.seoblock ul li {
	padding-bottom: 10px;
}



footer {
	width: 100%;
	float: left;
	clear: both;
	background: #2E2E2E;
}

footer .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

footer .logo {
	display: block;
	padding-left: 70px;
	background: url(../images/logo.svg) no-repeat left center;
	background-size: contain;
	font-family: Gotham Pro;
	font-style: italic;
	font-weight: 900;
	font-size: 21px;
	text-decoration: none;
	margin: 8px 0 8px 0;
}

footer .logo:hover {
	opacity: 0.6;
}

footer .logo span {
	color: #fff;
	display: block;
}

footer .logo span:nth-child(1) {
	color: #FFBD04;
}

footer .address {
	margin: 5px 20px;
}

footer .address .town {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

footer .address .tel {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 13px;
	color: #FFFFFF;
}

footer .address .tel span {
	font-weight: 300;
}

footer .socials {
	margin: 5px 20px;
}

footer .socials a {
	text-decoration: none;
}

footer .socials a:hover {
	opacity: .6;
}

footer .socials a img {
	
}

footer .bt {
	margin: 5px 0 8px 0;	
}

footer .bt .button {
	text-transform: none;
	border-radius: 10px;
	font-size: 14px;
	padding: 6px 17px;
}

footer .info {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #FFFFFF;
	max-width: 238px;
}

footer .address {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #FFFFFF;
	max-width: 220px;
}













.ipopup_open {
    overflow: hidden !important;
}
    .ipopup_open body {
        overflow: hidden !important;
        height: 100% !important;
    }
.ipopup_wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#ipopup {
    position: relative;
    display: none;
    margin: 90px auto;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
}
    *html #ipopup {
        position: absolute
    }
#ipopup .bt_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    z-index: 222;
    transition: all 0.2s ease-in-out 0s;
}
    #ipopup .bt_close:hover {
        transform: scale(1.5) rotate(360deg);
        /*color: #c21f13;*/
    }
    #ipopup .bt_close:after {
        content: "\00d7";
    }
#ipopup_fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
}
    *html #fade {
        position: absolute
    }
#ipopup_fade ~ *{
    transition: all .2s ease-in;
}


#ipopup_fade {
    opacity: .3;
    background: #000;
}
#ipopup {
    width: 530px;
    padding: 30px 30px 30px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
    #ipopup .title {
        font-size: 23px;
        text-align: center;
        font-family: Gotham Pro;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		line-height: 19px;
		color: #000000;
		padding-bottom: 10px;
    }
    #ipopup .title2 {
        font-family: Gotham Pro;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 11px;
		color: #000000;
		padding-bottom: 30px;
		text-align: center;
    }

    #ipopup .lines {
        display: flex;
        align-items: center;
    }
    #ipopup .lines .line {
        width: 50%;
    }
    #ipopup .lines .line:nth-child(2) {
       	padding-left: 20px;
    }
    #ipopup .line .input {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border: none;
		background: #F3F3F3;
		border-radius: 5px;
		font-family: Gotham Pro;
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		line-height: 50px;
		color: #333;
        margin-bottom: 20px;
    }

    #ipopup .line .bt {
        width: 100%;
        padding-bottom: 10px;
    }

    #ipopup .line .bt .button {
        width: 100%;
    }

    #ipopup .line .text {
        font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		line-height: 10px;
		text-align: center;
		color: #000000;
    }

html {
	min-height: 100%;
}


.content {
	 flex: 1 0 auto;
}

.content .header1 {
	/*margin-top: 80px;*/
}

.content p {
	font-size: 16px;
	margin-bottom: 15px;
}



.price_table {
	width: 100%;
	float: left;
	clear: both;
	background: url(../images/price_table_bg.png) no-repeat 50% 50%;
	padding-bottom: 80px;
}

.price_table_wrap {
	width: 100%;
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	justify-content: space-around;
	padding-bottom: 30px;
}

.price_table_wrap .col {
	
}

.price_table_wrap .col:nth-child(1) {
	
}

.price_table_wrap .col:nth-child(2) {
	
}

.price_table_wrap .col:nth-child(3) {
	
}

.price_table_wrap .col .header {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.price_table_wrap .col .header span {
	display: block;
	padding: 18px 10px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #CCCCCC;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
}

.price_table_wrap .col .blocks {
	width: 100%;
	display: flex;

	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}

.price_table_wrap .col:nth-child(1) .blocks {
	border-radius: 5px 0 0 5px;
}

.price_table_wrap .col:nth-child(3) .blocks {
	border-radius: 0 5px 5px 0;
}

.price_table_wrap .col .blocks .bts {
	display: none;
	padding: 5px 0;
}

.price_table_wrap .col:nth-child(1) .blocks .bts {
	display: block;
}

.price_table_wrap .col .blocks .bts div {
	height: 86px;
	display: flex;
	align-items: center;
	padding: 34px 18px;
	box-sizing: border-box;
	border-right: 1px solid #E0E0E0;
}

.price_table_wrap .col .blocks .bts div+div {
	border-top: 1px solid #E0E0E0;
}

.price_table_wrap .col .blocks .bts a {
	display: block;
	background: linear-gradient(102.63deg, #F7C04C 2.15%, #F7830F 100%);
	border-radius: 5px;
	text-decoration: none;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	padding: 14px 17px;
	min-width: 200px;
	box-sizing: border-box;
} 

	.price_table_wrap .col .blocks .bts a:hover {
		background: linear-gradient(282.31deg, #F7C04C -0.89%, #FFAF4B 48.69%, #F7830F 98.92%);
	}

	.price_table_wrap .col .blocks .bts a:active {
		background: #353535;
	}

.price_table_wrap .col .blocks .nums {
	background: #F0F2FA;
	border-radius: 5px;
	margin: 5px;
} 

.price_table_wrap .col:nth-child(2) .blocks .nums {
	background: #fff;
}

.price_table_wrap .col .blocks .nums .num {
	display: flex;
	align-items: center;
	justify-content: space-around;
}



.price_table_wrap .col .blocks .nums .num div {
	white-space: nowrap;
	position: relative;
	height: 86px;
	display: flex;
	align-items: center;
	padding: 17px 31px;
	box-sizing: border-box;

	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 115.2%;
	text-align: center;
	color: #000000;
	width: 50%;
}

.price_table_wrap .col:nth-child(3) .blocks .nums .num div {
	width: 100%;
}

.price_table_wrap .col .blocks .nums .num div+div {
	border-left: 1px solid #E0E0E0;
}


.price_table_wrap .col .blocks .nums .num+.num div {
	border-top: 1px solid #E0E0E0;
}

.price_table_wrap .col .blocks .nums .num div span {
	position: absolute;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 115.2%;
	text-align: center;
	color: #000000;
	left: 5px;
	top: 5px;
} 

.price_table_wrap .col .blocks .nums_last {
	background: #F0F2FA;
	border-left: 1px solid #E0E0E0;
	border-radius: 5px;
	margin: 5px 5px 5px -5px;
	box-sizing: border-box;
	padding: 15px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 173.2%;
	text-align: center;
	color: #000000;
	display: flex;
	align-items: center;
} 

.price_table .info {
	text-align: center;
}

.price_table .info div {
	display: inline-block;
	vertical-align: middle;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 173.2%;
	text-align: center;
	color: #595959;
	background: url(../images/price_table_info.png) no-repeat left center;
	padding: 26px 0 26px 90px;
}


.price_table .info_box {
	display: none;
}




.portfolio {
	width: 100%;
	float: left;
	clear: both;
	/*background: url(../images/promo_bg.png) no-repeat 70% 50%;*/
	padding-bottom: 80px;
}

.portfolio .topbt {
	text-align: center;
	padding-bottom: 20px;
}

.portfolio .topbt {
	text-align: center;
}

.portfolio .topbt a.button {
	background: #F7F7F7;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	color: #aaa;
}

.portfolio .topbt a.button.active,
.portfolio .topbt a.button:hover {
	color: #fff;
	background: linear-gradient(101.9deg, #F7C04C 2.15%, #F7830F 100%);
}


.portfolio .tabs {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 50px;
}

.portfolio .tabs a{
	display: inline-block;
	padding: 13px 24px 12px;
	text-decoration: none;
	box-sizing: border-box;
	background: #F7F7F7;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	/*text-transform: uppercase;*/
	color: #aaa;
	transition: all 0.2s ease-in-out 0s;
}

.portfolio .tabs a.active {
	color: #fff;
	background: linear-gradient(101.9deg, #F7C04C 2.15%, #F7830F 100%);
}

.portfolio .tabs a:hover {
	background: linear-gradient(282.31deg, #F7C04C -0.89%, #FFAF4B 48.69%, #F7830F 98.92%);
	color: #fff;
}

.portfolio .tabs a:nth-child(1) {
	border-radius: 5px 0 0 5px;
}

.portfolio .tabs a:nth-last-child(1) {
	border-radius: 0 5px 5px 0;
}

.portfolio .items {
	display: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	/*justify-content: space-around;*/
	transition: all 0.2s ease-in-out 0s;
}

.portfolio .item {
	position: relative;
	width: 25%;
	overflow: hidden;
}

.portfolio .item img {
	float: left;
	width: 100%;
	/*height: 100%;*/
}

.portfolio .item .info  {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
}

.portfolio .item:hover .info  {
	background: rgba(0, 0, 0, 0.8);
}

.portfolio .item .info .info_wrap  {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.portfolio .item .info .type {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
	color: #FFFFFF;
	padding-bottom: 25px;
}

.portfolio .item .info .name {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 21px;
	color: #FFFFFF;
	padding-bottom: 14px;
}

.portfolio .item .info .desc {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 12px;
	color: #FFFFFF;
	padding-bottom: 26px;
}

.portfolio .item .info .bt {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
	color: #FFC700;
	float: right;
	text-decoration: none;
	background: url(../images/portfolio_bt.png) no-repeat right center;
	padding: 10px 55px 10px 0;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}

.portfolio .item .info .bt:hover {
	padding-right: 40px;
	padding-left: 15px;
}

.portfolio .item.show_all {
	position: relative;
} 

.portfolio .item.show_all a {
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../images/portfolio_bt.png) no-repeat right center;
	padding: 10px 55px 10px 0;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
} 

.portfolio .item.show_all a:hover {
	padding-right: 40px;
	padding-left: 15px;
} 



.price_box_info {
	
}

.price_box_info h2 {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 174.69%;
	padding-bottom: 20px;
	color: #000000;
}

.price_box_info p {
	padding-bottom: 15px;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 174.69%;
	color: #000000;
}












