﻿* {
	margin: 0;
	padding: 0;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    background-color: #FFFFFF;
    color: #000000;
	font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
}
body.opened-popup {
	overflow: hidden;
}
ul li {
    list-style: none outside none;
}
img {
	border: 0;
}
label {
	cursor: pointer;
}
hr {
    border-color: #e5e5e5;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    size: 1px;
	margin: 8px 0;
}
.hr50 {
	width: 50%;
}
h1 {
    color: #000;
    font-size: 53px;
    font-weight: 600;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
h1 span{
	color: #000000;
	font-weight: normal;
	font-size: 52px;
}
h1 b {
	font-weight: normal;
	border-bottom: 3px solid #ff7e00;
}
h2, .h2 {
    font-size: 42px;
    font-weight: normal;
    line-height: 50px;
	font-family: 'Pt Sans', sans-serif;
	text-align: center;
}
h3, .h3 {
    font-size: 35px;
    font-weight: normal;
    line-height: 38px;
	font-family: 'Pt Sans', sans-serif;
}
h4 {
    font-size: 22px;
    line-height: 24px;
	font-weight: normal;
}
h5 {
    font-family: 'Pt Sans', sans-serif;
    font-size: 35px;
    line-height: 38px;
    margin: 10px 0;
}
.ttu {
	text-transform: uppercase;
}
a {
	color: #ff7e00;
	text-decoration: none;
}
a:hover {
	color:#007eff;
}
a.nolink {
	text-decoration: none;
	color: #000000;
	font-size:22px;
	padding-top:8px;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
    background: #ffffff;
	border: 1px solid #e6a76a;
    border-radius: 3px;
    box-shadow: 0 3px 1px rgba(255, 126, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.11);
    font-size: 18px;
    line-height: normal;
    outline: medium none;
    padding: 6px 2%;
	font-family: 'Open Sans', sans-serif;
	width: 96%;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #c2803f;
	box-shadow: 0 3px 1px rgba(255, 126, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.11), 0 0px 5px rgba(255, 126, 0, 0.3);
}
input.error[type="text"], input.error[type="password"], input[type="email"], textarea.error {
    border: 1px solid red;
    box-shadow: 0 0 0 1px red;
}
textarea {
	resize: vertical;
}
select {
    padding: 4px 8px;
    font-size: 16px;
}
select option {
    font-size: 15px;
    padding: 3px 10px;
}
.inpTitle {
    color: #555555;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.button {
    background-image: url("../img/btn_def.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #66b2ff;
    background-size: 100% 100%;
    border-radius: 3px;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.52) inset, 0 0 0 3px rgba(5, 129, 255, 0.43);
    font-size: 24px;
    padding: 15px 55px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	line-height: 22px;
}
.button:hover {
	background-color: #94c9ff;
	background-image: url("../img/btn_hov.png");
	text-decoration: none;
	color: #FFFFFF;
}
.button:active {
	background-color: #66aaf0;
	background-image: url("../img/btn_act.png");
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.52) inset, 0 0 0 3px rgba(5, 129, 255, 0.43);
}
.mButton {
	font-size: 19px;
	padding: 15px 30px;
}
.compactButton {
	font-size: 18px;
    line-height: 17px;
    padding: 10px 30px;
}
.br100 {
	border-radius: 100px;
}
::-webkit-input-placeholder {
	color: #555555;
	font-style: normal;
	font-size:15px;
}
*::-moz-placeholder {
    color: #555555;
    font-size: 15px;
    font-style: normal;
}
placeholder {
	color: #555555;
	font-style: normal;
	font-size: 15px;
}
.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.cf {
    display: block;
}
.center {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.taj {
	text-align: justify;
}
.auto {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.Pt Sans {
	font-family: 'Pt Sans', sans-serif;
}
.white {
	color: #FFFFFF;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.black {
	color: #000000;
}
.orange {
	color: #ff7e00;
}
.red {
	color: #ff2471;
}
.gray {
	color: #777777;
}
.dotted {
    border-bottom: 2px dotted #ffbe7f;
    text-decoration: none;
}
.dotted:hover {
	border-bottom: 2px dotted #b2d8ff;
	text-decoration:none;
}
.dotted1 {
    border-bottom: 1px dotted #ffbe7f;
    text-decoration: none;
}
.dotted1:hover {
	border-bottom: 1px dotted #b2d8ff;
	text-decoration:none;
}
.pt {
	font-family: 'PT Sans', sans-serif;
}
.i {
	font-style: italic;
}
.b {
	font-weight:bold;
}
.attention {
	border: 1px solid #ffa1a1;
	padding: 15px 20px;
	margin: 20px 0;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt60 {
	margin-top:60px;
}
.mt80 {
	margin-top:80px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.fs14 {
	font-size: 14px;
	line-height: 21px;
}
.fs16 {
	font-size: 16px;
	line-height: 24px;
}
.fs18 {
	font-size: 18px;
	line-height: 26px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size: 20px;
	line-height: 26px;
}
.fs26 {
	font-size: 22px;
	line-height: 29px;
}
.fs30 {
	font-size: 30px;
	line-height: 39px;
}
.fs38 {
	font-size: 38px;
	line-height: 43px;
}
.dn {
	display: none;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.error {
    color: #FF7575;
    font-size: 13px;
}
.error_tooltip {
    color: #ff3434;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 3px;
}
label.error {
    background: #ff7575;
    border-radius: 0 10px 10px 15px;
    color: #ffffff;
    margin: 42px 0 0 -31px;
    padding: 3px 10px;
    position: absolute;
}
.page {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
	min-height: 800px;
}
.block {
    margin-left: auto;
	margin-right: auto;
    max-width: 960px;
	min-width: 100px;
    padding: 0 20px;
	position: relative;
}
ul.li2 li{
	float:left;
	width:50%;
}
ul.li3 li{
	float:left;
	width:33.333%;
}
ul.li4 li{
	float:left;
	width:25%;
}
.col2 {
	width:47%;
	float:left;
}
.col3 {
	width: 30.3333%;
	float:left;
}
.col4 {
	width:22%;
	float:left;
}
.col5 {
	width:17%;
	float:left;
}
.col6 {
	width:63.6666%;
	float:left;
}
.col7 {
	width:72%;
	float:left;
}
.col {
	margin-left: 3%;
}
.cols {
	margin-left: -3%;
}



/* popup window*/
.popupWind {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}
.popupBg {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1002;
}
.popupPos {
    padding: 0 5%;
    position: absolute;
    top: 25%;
    width: 90%;
    z-index: 102;
}
.popupWindow {
    background: #ffffff;
    border: 4px solid #e6a76a;
    border-radius: 9px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8), 0 8px 18px rgba(0, 0, 0, 0.5);
    margin: 0 auto 50px;
    max-width: 320px;
    padding: 10px 40px 30px;
    position: relative;
}
.popupWindow .title {
    color: #ff7e00;
    font-size: 28px;
    line-height: 32px;
	margin: 10px 0 0 0;
}
.popupWindow .descr {
    color: #555555;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
	margin: 10px 0;
}
.popupWindow .h4descr {
	color: #333333;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
	margin-top: 25px;
}
.popupWindow .formBody .button {
	width: 90%;
	padding: 15px 5%;
}
.popupWindow  .protect {
	margin-top: 20px;
	font-size: 13px;
	line-height: 16px;
	color: #888888;
}
.closeBtn {
    border: 2px solid #ffffff;
    border-radius: 38px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -40px;
    text-align: center;
    text-decoration: none;
    top: -40px;
    width: 30px;
}
.closeBtn:hover {
	color: #ffffff;
}
/* popup window end*/
.head {
    border-bottom: 2px solid #eee;
    padding: 20px 0 0;
}
.header .logo {
	width: 45%;
	float: left;
}
.header .logo img {
	padding: 0;
}
.header .text {
    color: #555555;
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin-top: 3px;
    width: 53%;
}
.header .text span {
    border-left: 1px solid #e5e5e5;
    display: block;
    margin-left: -1px;
    margin-top: 5px;
    padding: 3px 20px;
}
.header .phone {
	font-size: 25px;
	font-family: 'Pt Sans', sans-serif;
	float: right;
	margin-top: 6px;
	padding-right: 0;
	position: relative;
}
.header .phone span {
	position: absolute;
	top: -24px;
	font-size: 14px;
}
.header .cb-button {
	padding: 4px 20px;
	font-size: 15px;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	margin-right: 20px;
	margin-top: 15px;
	position: relative;
}
.header .cb-button:after {
	background: url("../img/sprite.png") no-repeat -151px -6px;
    content: "";
    height: 13px;
    position: absolute;
    right: -5px;
    top: 8px;
    width: 7px;
}
.fixedMenu {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.20);
    display: none;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.fixedMenu .logo {
    width: 27%;
}
.fixedMenu .logo img {
    max-width: 107px;
}
.fixedMenu .text {
    margin-top: -10px;
    padding: 3px 20px;
}
.fixedMenu .header nav > ul {
	margin-top: 0;
}
.header .text span {
    margin-top: 0;
}
.fixedMenu .cb-button {
    margin-top: 5px;
}
.fixedMenu .phone {
    margin-top: 10px;
}

.header nav > ul {
    cursor: default;
    height: 48px;
    padding-left: 0;
    position: relative;
    text-align: justify;
	margin-top: 5px;
}
.header nav > ul:after {
    content: "";
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-align: justify;
    width: 100%;
}
.header nav > ul > li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    position: relative;
    text-align: justify;
    vertical-align: middle;
}
.header nav > ul > li > a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
}

.header nav > ul > li > a img {
    vertical-align: middle;
    width: 82px;
}
.header nav > ul > li.active > a, .header nav > ul > li > a:hover {
    border-bottom: 2px solid #ff7e00;
    color: #ff7e00;
    padding: 11px 0 9px;
}



.screen1 {
	background: url("../img/screen1-bg.png") repeat-x center bottom #FFFFFF;
	min-height: 525px;
	padding-top: 0;
}
.screen1-bottom {
    background: url("../img/screen1_radius.png") no-repeat center top;
    height: 45px;
    margin-top: -45px;
    position: relative;
    z-index: 101;
}
.s1-bg {
	//*background: url("../img/main-bg.png") no-repeat center top;*//
	height: 502px;
}
.screen1 .title {
	padding: 40px 0 30px;
}
.screen1 .teasers {
	margin-top: 70px;
}
.screen1 .teasers ul {
	margin-left: -3%;
}
.screen1 .teasers ul li {
	float: left;
	width: 30.3333%;
	margin-left: 3%;
}
.screen1 .teasers ul li img {
	float: left;
	margin-right: 25px;
}
.screen1 .teasers ul li p {
	display: block;
    font-family: "Pt Sans",sans-serif;
    font-size: 23px;
    line-height: 26px;
    margin-top: 8px;
    padding-right: 40px;
}
.screen1 .teasers ul li p span {
	text-shadow: 0 1px 1px rgba(255,255,255,0.4)
}
.screen1 .s1-button {
	text-align: center;
	margin-top: 63px;
}
.screen1 .s1-button .button {
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.52) inset, 0 0 0 3px rgba(5, 129, 255, 0.43), 0 0 0 10px #f5f5f5;
}
.stat {
    position: relative;
    z-index: 102;
}
.stat .stat1 {
	background: #ffffff;
	border-radius: 50px;
    box-shadow: 0 -5px 7px -5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-family: "Pt Sans",sans-serif;
    font-size: 35px;
    padding: 17px 50px;
}
.stat .stat2  {
	color: #555555;
	font-size: 16px;
}
.work-types {
	margin-top: 60px;
	background: url("../img/screen2-bg.png") repeat-x center bottom #FFFFFF;
	padding-bottom: 30px;
}
.work-types .title {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0;
}
.work-types .descr {
	font-size: 14px;
	line-height: 21px;
	color: #555555;
}
.work-types .price {
    border-radius: 5px;
    color: #ff7e00;
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
}
.work-types .price p {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 0;
}
.work-types .dop {
	text-align: center;
}
.work-types .dop p {
	font-size: 16px;
	margin-top: 10px;
}
.work-types .work-types-main {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.work-types .button {
    bottom: 0;
    position: absolute;
}
.projects {
	padding: 40px 0;
}
.projects h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}
.projects .img a {
    display: inline-block;
    position: relative;
}
.projects .img a img {
    width: 100%;
}
.projects .img a span {
    border: 4px solid #ff7e00;
    bottom: 14px;
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
	opacity: 0;
	transition-delay: 0.2s;
	transition: 0.2s ease-out;
}
.projects .img a span i {
	background: url("../img/sprite.png") no-repeat 0 0;
    display: block;
    height: 38px;
    left: 50%;
    margin: -19px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 39px;
}
.projects .img a:hover span {
	opacity: 1;
}
.projects .s3-button {
	margin: 40px 0 -22px 0;
}
.projects .s3-button .button {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.52) inset, 0 0 0 3px rgba(5, 129, 255, 0.43), 0 0 0 10px #ffffff;
}
.design-example {
    border-radius: 5px;
    overflow: hidden;
}
.rewiews {
	background: url("../img/gray_bg.png") #f5f5f5;
	padding: 80px 0 50px;
}
.rewiews .rewiew1 {
	max-width: 850px;
	margin: 30px auto;
}
.rewiews .rewiew1 ul li {
	margin: 40px 0 0;
}
.rewiews .rewiew1 .img {
	float: left;
	width: 20%;
	margin-right: 3%;
	text-align: center;
}
.rewiews .rewiew1 .img p.name {
	font-size: 18px;
	margin: 10px 0 2px;
}
.rewiews .rewiew1 .img p.work {
	color: #777777;
}
.rewiews .text {
	background: #ffffff;
	border: 3px solid #ffab58;
    border-radius: 15px;
    box-shadow: 0 3px 4px rgba(255, 126, 0, 0.3);
    float: left;
    margin: 0 -3px;
	position: relative;
}
.rewiews .text  span {
	padding: 15px 20px;
	display: inline-block;
	line-height: 26px;
	color: #444444;
}
.rewiews  .rewiew1 .text {
	width: 77%;
}
.rewiews .rewiew1 .text:before {
	background: url("../img/sprite.png") no-repeat -48px 0;
    content: "";
    height: 27px;
    left: -14px;
    position: absolute;
    top: 70px;
    width: 14px;
}
.rewiews .rewiew1 .img img {
	border-radius: 10px;
}
.rewiews .rewiew2 ul {
	margin-left: -4%;
}
.rewiews .rewiew2 ul li {
	float: left;
	margin-left: 4%;
	width: 46%;
}
.rewiews .rewiew2 ul li .name {
	font-size: 18px;
	margin: 10px 0 25px;
}
.rewiews .rewiew2 ul li .name span {
	color: #777777;
}
.rewiews .rewiew2 .text:before {
	background: url("../img/sprite.png") no-repeat -71px 0;
    content: "";
    height: 19px;
    left: 25px;
    position: absolute;
    top: -19px;
    width: 23px;
}
.what-we {
	margin-top: 50px;
}
.what-we .items {
	margin-top: 50px;
	overflow: hidden;
}
.what-we .items ul {
    background: #f5f5f5;
    border-radius: 5px;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
}
.what-we .items ul li {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    float: left;
    margin-right: -1px;
    padding: 30px 4%;
    text-align: center;
    width: 25.333%;
}
.what-we .items ul li .big {
	font-size: 24px;
	line-height: 28px;
	margin: 15px 0 10px;
}
.what-we .items ul li .text {
	color: #444444;
}
.shema {
	background: url("../img/gray_bg.png") #f5f5f5;
    padding: 0 0 30px;
	margin-top: 60px;
}
.h2border {
    margin-bottom: -90px;
    margin-top: 78px;
}
.h2border h2 {
    margin-top: -30px;
    text-align: center;
}
.h2border h2 span{
	background: #ffffff;
    border-radius: 57px;
    box-shadow: 0 5px 5px -3px #cccccc;
    display: inline-block;
    padding: 6px 35px;
}
.shema .steps {
    padding-top: 90px;
}
.shema .steps ul  {
	margin-left: -6%;
}
.shema .steps ul li {
	float: left;
	width: 44%;
	margin-left: 6%;
	margin-bottom: 60px;
}
.shema .steps ul li .in:before {
	background: url("../img/sprite.png") no-repeat -104px -3px #f0f2f3;
    border-radius: 30px;
    content: "";
    height: 19px;
    left: -12px;
    position: absolute;
    top: 80px;
    width: 18px;
}
.shema .steps ul li.or .in:before {
	background: url("../img/sprite.png") no-repeat -127px -3px #f0f2f3;
}
.shema .steps ul li .in {
	padding: 15px 20px;
	border: 4px solid #a0a0a0;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	height: 220px;
	position: relative;
}
.shema .steps ul li.or .in {
	border: 4px solid #ff7e00;
}
.shema .steps ul li .num {
	font-size: 96px;
	line-height: 80px;
	color: #a0a0a0;
	float: left;
	width: 17%;
}
.shema .steps ul li .text {
	float: left;
	width: 79%;
	padding-top: 15px;
}
.shema .steps ul li .title {
	font-size: 31px;
	line-height: 31px;
	font-family: 'Pt Sans', sans-serif;
}
.shema .steps ul li .descr {
	font-size: 15px;
	line-height: 22px;
	margin-top: 10px;
}
.shema .steps ul li.or .num {
	color: #ff7e00;
}
.shema .steps ul li .line2 {
	bottom: 30px;
    position: absolute;
    width: 93%;
}
.shema .steps ul li .button {
	font-size: 18px;
    line-height: 17px;
    padding: 10px 20px;
}
.shema .steps ul li .phone {
	border-radius: 50px;
    box-shadow: 0 0 0 3px #e6e6e6;
    font-size: 17px;
    padding: 8px 20px;
    white-space: nowrap;
}
.shema .steps ul li.step2 .descr {
    width: 67%;
}
.shema .steps ul li.step2 img {
    bottom: 0;
    position: absolute;
    right: -10px;
}
.shema .steps ul li.step3 .descr {
    width: 81%;
}
.shema .steps ul li.step3 img {
    bottom: -35px;
    position: absolute;
    right: -15px;
}
.shema .steps ul li.step4 .descr {
    width: 50%;
}
.shema .steps ul li.step4 img {
    bottom: -19px;
    position: absolute;
    right: 13px;
}
.shema .steps ul li.step5 img {
    bottom: -18px;
    position: absolute;
    right: -50px;
}
.shema .steps ul li.step6 img {
    bottom: 0;
    position: absolute;
    right: 0;
}
.form-bottom {
	margin-top: 70px;
}
.main-form {
	border: 10px solid #ff7e00;
	padding: 20px 30px;
}
.main-form .left {
	float: left;
	width: 60%;
	margin-right: 5%;
}
.main-form .left .block-title {
    font-size: 50px;
    line-height: 54px;
    margin-top: 10px;
}
.main-form .left .block-descr {
    font-size: 23px;
    line-height: 32px;
    margin-top: 20px;
}
.main-form .left .cols {
	padding: 0 30px;
}
.main-form .left .cols .col3 p {
	font-size: 17px;
	margin-top: 10px;
}
.main-form .left .cols .col3 .or {
	margin-top: 50px;
}
.main-form .right {
	float: left;
	width: 35%;
}
.main-form .right .page-form {
	border: 5px solid #ff7e00;
	border-radius: 8px;
	padding: 20px;
	background: url("../img/gray_bg.png") #f5f5f5;
	margin-top: -60px;
	margin-bottom: -60px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8), 0 4px 8px rgba(0, 0, 0, 0.6);
}
.main-form .right .page-form .form-title {
	font-size: 29px;
	line-height: 32px;
}
.main-form .right .page-form .form-descr {
	font-size: 17px;
	line-height: 20px;
}
.main-form .right .page-form .button {
	font-size: 18px;
    padding: 15px 5%;
    width: 90%;
}
.contacts {
	background: url(../img/map.png) no-repeat center center;
	overflow: hidden;
    padding: 45px 0;
    position: relative;
	background-size: 100%;
}
.contacts .info h2 {
	font-size: 29px;
	line-height: 31px;
	text-align: left;
	font-family: 'Open sans', arial, sans-serif;
}
.contacts .info .cont-block {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	max-width: 350px;
	border-radius: 10px;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
}
.contacts .info .cont-block hr {
	border-color: #d9d9d9;
	margin: 15px -20px;
}
.contacts .info .cont-block p {
	color: #555555;
	margin-top: 5px;
}
.contacts .info .cont-block  .cb-button2:before {
	background: url("../img/sprite.png") repeat -164px -7px;
    content: "";
    height: 10px;
    left: -8px;
    position: absolute;
    top: 8px;
    width: 10px;
}
.contacts .info .cont-block  .cb-button2 {
	background: none repeat scroll 0 0 #ffeede;
    border-radius: 3px;
    display: inline-block;
    float: right;
    line-height: 12px;
    padding: 9px 15px;
    position: relative;
}
.contacts .images {
	text-align: right;
}
.contacts .images a {
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #FFFFFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	margin-bottom: 50px;
}
.contacts .images a img {
	display: block;
	width: 250px;
	height: auto;
}
.footer {
	padding: 40px 0 20px 0;
}
.footer .question {
	font-size: 47px;
	line-height: 49px;
}
.footer .cop {
	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	color: #555555;
}
/*responsive*/
@media (max-width: 1000px) {
	.screen1 .s1-button {
		display: none;
	}
	h2, .h2 {
		font-size: 47px;
	}
	.what-we h2 {
		font-size: 34px;
	}
	.block {
		max-width: 780px;
	}
	.header .logo {
		float: left;
		width: 46%;
	}
	.fixedMenu .logo {
		width: 27%;
	}
	.header .text {
		font-size: 16px;
		width: 54%;
	}
	.header .logo img {
		padding: 0 20px 0 0;
	}
	.header .phone {
		padding-right: 0;
		font-size: 24px;
	}
	.s1-bg {
		background-image: url("../img/main-bg.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 475px;
		margin: 0 20px;
	}
	.screen1 .s1-button {
		margin-top: 29px;
		text-align: center;
	}
	.screen1 .teasers {
		margin-top: 35px;
	}
	.screen1 .teasers ul li {
		text-align: center;
	}
	.screen1 .teasers ul li img {
		float: none;
		margin-right: 0;
	}
	.screen1 .teasers ul li p {
		font-size: 23px;
		line-height: 25px;
		padding-right: 0;
	}
	.stat .stat1 {
		font-size: 32px;
	}
	.work-types .cols .col3 img {
		width: 100%;
	}
	.work-types .dop p {
		font-size: 14px;
		margin-top: 10px;
	}
	.what-we h2 {
		font-size: 41px;
	}
	.what-we .items ul li {
		height: 256px;
		padding: 30px 2%;
		width: 27.333%;
	}
	.what-we .items ul li .big {
		font-size: 20px;
		line-height: 24px;
	}
	.shema .steps ul {
		margin-left: 0;
	}
	.shema .steps ul li {
		float: none;
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}
	.main-form {
		padding: 20px;
	}
	.main-form .left {
		float: left;
		margin-right: 4%;
		width: 55%;
	}
	.main-form .right {
		float: left;
		width: 40%;
	}

	.main-form .left .block-title {
		font-size: 39px;
		line-height: 49px;
	}
	.main-form .left .block-descr {
		font-size: 20px;
		line-height: 27px;
	}
	.main-form .left .cols {
		padding: 0;
		margin-left: 0;
	}
	.main-form .left .cols .col3 .or {
		margin-right: -25px;
	}
	.main-form .left .cols .col3 p {
		font-size: 16px;
		margin-top: 10px;
	}
	.main-form .left .cols .col {
		margin-left: 0;
	}
	.main-form .left .cols .col3 {
		float: left;
		width: 33.3333%;
	}
	.footer .question {
		font-size: 38px;
		line-height: 40px;
	}
	.compactButton {
		font-size: 13px;
		font-weight: bold;
		line-height: 17px;
		padding: 7px 20px;
	}
	.work-types .price {
		color: #ff7e00;
		font-size: 14px;
		margin-top: 10px;
	}
}
@media (max-width: 790px) and (min-width: 630px){

}
@media (max-width: 860px) {
	nav {
		display: none;
	}
	.block {
		max-width: 600px;
		padding: 0 5px;
	}
	h1 {
		font-size: 48px;
	}
	h1 span {
		font-size: 39px;
	}
	.work-types h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 29px;
		line-height: 35px;
	}
	.header .logo {
		width: 60%;
	}
	.fixedMenu .logo {
		width: 39%;
	}
	.header .text {
		width: 40%;
	}
	.fixedMenu .header .cb-button {
		display: none;
	}
	.fixedMenu .header .text {
		width: 47%!important;
	}
	.header .text span {
		margin-right: -93px;
	}
	.header .cb-button:after {
		display: none;
	}
	.header .phone {
		margin-top: 5px;
	}
	.header .cb-button {
		margin-right: 0;
	}
	.screen1 .teasers ul li p {
		font-family: 'Open sans' , Sans serif;
		font-size: 18px;
		line-height: 21px;
	}
	.screen1 .title {
		padding: 30px 0 15px;
	}
	.screen1 .s1-button {
		margin-top: 42px;
	}
	.stat .stat1 {
		font-size: 25px;
	}
	.work-types .dop img {
		height: 65px;
	}
	.work-types .dop p {
		line-height: 18px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.work-types .dop span {
		font-size: 11px;
		line-height: 14px;
	}
	.rewiews .rewiew2 ul li {
		float: none;
		margin-bottom: 30px;
		margin-left: 4%;
		width: 96%;
	}
	.rewiews .rewiew1 .img {
		width: 27%;
	}
	.rewiews .rewiew1 .text {
		width: 70%;
	}
	.rewiews .text span {
		font-size: 14px;
		line-height: 23px;
	}
	.what-we h2 {
		font-size: 33px;
	}
	.what-we .items {
		margin-top: 30px;
	}
	.what-we .items ul li {
		height: 226px;
		padding: 30px 2%;
		width: 46%;
	}
	.shema {
		padding: 0;
	}
	.shema .steps ul li {
		width: 76%;
	}
	.main-form {
		padding: 20px 30px;
		border-radius: 10px;
	}
	.form-bottom {
		margin-top: 50px;
	}
	.main-form .left {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.main-form .left .block-title, .main-form .left .block-descr  {
		text-align: center;
	}
	.main-form .right {
		float: left;
		width: 100%;
	}
	.main-form .right .page-form {
		margin: 35px auto -48px;
		max-width: 80%;
	}
	.main-form .left .cols .col3 .or {
		margin-right: 0;
	}
	.footer .question {
		font-size: 29px;
		line-height: 35px;
	}
}
@media (max-width: 640px) {
	.block {
		padding: 0 5px;
		max-width: 550px;
		min-width: 550px;
	}
	h1 {
		font-size: 39px;
		line-height: 42px;
	}
	h1 span {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.fixedMenu {
		display: none!important;;
	}
	.header .logo {
		width: 100%;
	}
	.header .text {
		display: none;
	}
	.screen1 .title {
    padding: 10px 0 15px;
	}
	.screen1 {
		min-height: 200px;
	}
	.screen1 .teasers ul li p {
		font-family: 'Open sans' , Sans serif;
		font-size: 16px;
		line-height: 22px;
	}
	.s1-bg {
		background-image: none;
		height: auto;
		margin: 0;
	}
	.screen1 .s1-button {
		margin-top: 30px;
	}
	.stat {
		margin-top: 0;
	}
	.screen1 .s1-button {
		margin-bottom: 40px;
	}
	.screen1-bottom {
		display: none;
	}
	.stat .stat1 {
		box-shadow: none;
		font-size: 30px;
		line-height: 34px;
		padding: 0 50px 10px;
	}
	.work-types h2 {
		font-size: 35px;
	}
	.rewiews .rewiew1 .img img {
    width: 95%;
	}
	.what-we h2 {
		font-size: 33px;
		line-height: 35px;
	}
	.footer .question {
		font-size: 27px;
	}
}
@media (max-width: 560px) {
	.block {
		max-width: 500px;
		min-width: 200px;
		padding: 0 10px;
	}
	h1, h1 span {
		font-size: 31px;
		line-height: 42px;
		max-width: 100%;
	}
	h2, .h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.head {
		padding: 20px 0;
	}
	.header .col2 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.header .logo img {
		padding: 0;
	}
	.header .phone {
		float: none;
	}
	.button {
		font-size: 20px;
		line-height: 24px;
		padding: 12px 25px;
		white-space: normal;
		font-weight: normal;
	}
	.stat .stat1 {
		font-size: 26px;
		line-height: 31px;
		padding: 0 0 8px;
	}
	.work-types h2 {
		line-height: 37px;
	}
	.work-types .col3 {
		float: none;
		margin-bottom: 30px;
		text-align: center;
		width: 97%;
	}
	.work-types .col3 img {
		max-width: 270px;
		width: 100%;
	}
	.screen1 .teasers ul li img {
		max-width: 94px;
		width: 100%;
	}
	.work-types .dop .col5 {
		width: 30%;
		margin-bottom: 30px;
	}
	.projects .cols .col4 {
		width: 47%;
		margin-bottom: 10px;
	}
	.shema .steps ul li .in:before {
		top: 68px;
	}
	.contacts .cols .col6 {
		width: 97%;
		float: none;
	}
	.contacts .info .cont-block {
		max-width: 500px;
	}
	.contacts .cols .col3 {
		display: none;
	}
	.rewiews {
		padding: 70px 0 10px;
	}
	.what-we {
		margin-top: 40px;
	}
	.main-form {
		padding: 20px;
	}
	.screen1 .teasers, .stat {
		display: none;
	}
	.screen1 {
		padding: 0 10px 20px;
	}
	.work-types, .projects {
		margin-top: 30px;
	}
	.work-types .button {
		position: static;
	}
	.work-types .work-types-main {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
@media (max-width: 430px) {
	.block {
		padding: 0 2%;
		width: 96%;
		max-width: 96%;
	}
	.work-types .dop .col5 {
		width: 47%;
		margin-bottom: 30px;
	}
	.what-we .items ul li {
		height: 280px;
	}
	.shema .steps ul li {
		width: 100%;
	}
	.shema .steps ul li .title {
		font-size: 26px;
		line-height: 26px;
	}
	.shema .steps ul li .num {
		font-size: 73px;
		line-height: 75px;
	}
	.shema .steps ul li .descr {
		font-size: 15px;
		line-height: 21px;
		margin-top: 5px;
	}
	.main-form .left .cols .col3:first-child img {
		margin-top: 21px;
		width: 80px;
	}

	.main-form .left .cols .col3:nth-child(2) img {
		margin-top: 42px;
		width: 69px;
	}
	.main-form .left .cols .col3:last-child img {
		width: 67px;
	}
	.closeBtn {
		right: -10px;
		top: -54px;
	}
}
/*responsive end*/





/*beforeafter*/
.twentytwenty-handle:before, .twentytwenty-handle:after {
	content: " ";
	display: block;
	width: 3px;
	background: #ffffff;
	height: 9999px;
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
	z-index: 30;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	background: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
    position: absolute;
    top: 0;
    display: block;
	width: 100%;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}
.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}
.twentytwenty-before-label:before {
    content: "До";
    left: 10px;
	color: #000000;
}

.twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-after-label:before {
    content: "После";
    right: 10px;
	color: #000000;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}
.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #ffffff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	z-index: 40;
	cursor: pointer;
}
.twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
}
.twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
}

.twentytwenty-left-arrow {
	border-right: 6px solid #ffffff;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #ffffff;
	right: 50%;
	margin-right: -17px;
}

/*beforeafter*/
