@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-Regular.eot');
	src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PTSans-Regular.woff2') format('woff2'),
	url('../fonts/PTSans-Regular.woff') format('woff'),
	url('../fonts/PTSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-Bold.eot');
	src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PTSans-Bold.woff2') format('woff2'),
	url('../fonts/PTSans-Bold.woff') format('woff'),
	url('../fonts/PTSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-BoldItalic.eot');
	src: url('../fonts/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PTSans-BoldItalic.woff2') format('woff2'),
	url('../fonts/PTSans-BoldItalic.woff') format('woff'),
	url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
    font-display: swap;
}
@font-face {
	font-family: 'Officina Serif';
	src: url('../fonts/OfficinaSerifBold.eot');
	src: url('../fonts/OfficinaSerifBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OfficinaSerifBold.woff2') format('woff2'),
	url('../fonts/OfficinaSerifBold.woff') format('woff'),
	url('../fonts/OfficinaSerifBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}

/*-------------------- RESETE STYLES --------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
html{
	line-height:1;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
a img{
	border:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
	display:block;
}
strong, b{
	font-weight:700;
}
/*-------------------- BOOTSTRAP STYLES --------------------*/
.clearfix:before, .clearfix:after, .row:before, .row:after{
	display:table;
	content:"";
	clear:both;
}
.container{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	.container{
		width:750px;
	}
}
@media (min-width:992px){
	.container{
		width:970px;
	}
}
@media (min-width:1200px){
	.container{
		width:1170px;
	}
}
@media (min-width:1460px){
	.container{
		width:1186px;
	}
}
.container-fluid {
	margin-right:auto;
	margin-left:auto;
}
.row {
	clear:both;
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left;}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9 {width:75%}
.col-xs-8 {width:66.66666667%}
.col-xs-7 {width:58.33333333%}
.col-xs-6 {width:50%}
.col-xs-5 {width:41.66666667%}
.col-xs-4 {width:33.33333333%}
.col-xs-3 {width:25%}
.col-xs-2 {width:16.66666667%}
.col-xs-1 {width:8.33333333%}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left; }
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:75%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:41.66666667%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:25%}
	.col-sm-2{width:16.66666667%}
	.col-sm-1{width:8.33333333%}
}
@media (min-width:992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left;}
	.col-md-12{width:100%}
	.col-md-11{width:91.66666667%}
	.col-md-10{width:83.33333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.66666667%}
	.col-md-7{width:58.33333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.66666667%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.66666667%}
	.col-md-1{width:8.33333333%}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left;}
	.col-lg-12{width:100%}
	.col-lg-11{width:91.66666667%}
	.col-lg-10{width:83.33333333%}
	.col-lg-9{width:75%}
	.col-lg-8{width:66.66666667%}
	.col-lg-7{width:58.33333333%}
	.col-lg-6{width:50%}
	.col-lg-5{width:41.66666667%}
	.col-lg-4{width:33.33333333%}
	.col-lg-3{width:25%}
	.col-lg-2{width:16.66666667%}
	.col-lg-1{width:8.33333333%}
}
.pull-right{float:right}
.pull-left{float:left}
.hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
.hidden{display:none}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
/*-------------------- DEFAULT STYLES --------------------*/
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
	color:#41413f;
	line-height:1.2;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	min-width: 320px;
	background-color: #e5e5e5;
	overflow-x: hidden;
}
*{
	box-sizing:border-box;
	outline:none !important;
}
*:before, *:after{
	box-sizing:border-box;
}
.hide{
	display:none;
}
b, strong{
	font-weight:bold;
}
button, input[type="button"], input[type="submit"]{
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled]{
	cursor:default;
}
button::-moz-focus-inner, input::-moz-focus-inner{
	padding:0;
	border:0;
}
h1,h2,h3,h4,h5{
	font-family: 'Officina Serif', sans-serif;
	font-weight: 700;
}
h2{
	font-size: 51px;
}
/*-------------------- MENU --------------------*/
.header{
	background-color:#fff;
	min-height:108px;
	position:relative;
	width:100%;
	border-bottom: 1px solid #898989;
	transition: .3s ease-in-out;
	position: fixed;
	top: -300px;
	left: 0;
	width: 100%;
	z-index: 3;
}
.header.header-fix{
	top: 0;
}
.header .container{
	min-height:108px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.header-info{
	font-family: 'Officina Serif', sans-serif;
	font-size: 18px;
	color: #1a1a18;
	font-weight: 700;
	padding-right: 34px;
}
.header-phone{
	font-size: 30px;
	color: #1a1a18;
	text-decoration: none;
	display: block;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.header-phone:hover{
	color: #E94949;
}
.header-phone::before{
	content: '';
	position: absolute;
	top: 4px;
	right: -55px;
	width: 45px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/callme.svg);
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	pointer-events: none;
}
.header-phone:hover::before{
	opacity: 1;
}
/*-------------------- LOGO --------------------*/
.logo{
	color: #000;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	max-width: 165px;
	width: 100%;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.logo:hover{
	opacity: .7;
}
/*-------------------- POPUP --------------------*/
.overlay {
	left: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	background-color: rgba(0,0,0,.7);
}
.overlay.active {
	z-index: 9;
	opacity: 1;
	overflow: hidden;
}
.overlay.active-gal {
	background-color: transparent;
}
.popup {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	position: fixed;
	top: 50%;
	z-index: -1;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	max-width: 440px;
	width: 100%;
	background-color: #fff;
	padding: 30px 20px;
}
.popup.active {
	z-index: 10;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
body.modal .overlay {
	opacity: 1;
	z-index: 9;
	overflow: hidden;
}
body.modal {
	overflow: hidden;
}
.popup h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}
.popup p{
	text-align: center;
	font-size: 16px;
}
.popup-close {
	width: 28px;
	height: 28px;
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.popup-close::before,
.popup-close::after {
	content: "";
	width: 2px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.popup-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-close:hover::before,
.popup-close:hover::after {
	opacity: .6;
}
.popup input{
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 20px;
}
.popup ul li{
	margin-bottom: 10px;
}
.popup ul li:last-child{
	margin-bottom: 0;
}
.popup .popup-btn{
	border: none;
	text-transform: uppercase;
	max-width: 290px;
	margin: 20px auto 0;
	background-color: red;
	color: #fff;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	font-weight: 700;
	font-size: 16px;
}
.popup .popup-btn:hover{
	opacity: .7;
}
/*-------------------- MAIN --------------------*/
.main{
	height: 1040px;
	border-bottom: 192px solid #fcd633;
	background-position: center;
	max-width: 100%;
}
.main-wrap{
	position: absolute;
	top: 136px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	text-align: center;
	background-image: url(../img/bg-item.min.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 790px;
	width: 100%;
	padding: 80px 10px 40px;
	min-height: 450px;
}
.main-wrap::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fcd633;
	height: 35px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: 'Officina Serif', sans-serif;
	font-weight: 700;
}
.main-wrap img{
	max-width: 315px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.main-phone{
	display: inline-block;
	color: #41413f;
	font-size: 51px;
	text-decoration: none;
	margin: 24px 0 28px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.main-phone:hover{
	color: #fcd633;
}
.main-adr{
	font-size: 30px;
}
.go-down{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.go-down img{
	display: block;
	position:relative;
	top: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-animation: eye 2.5s ease-in-out infinite;
	-moz-animation: eye 2.5s ease-in-out infinite;
	-o-animation: eye 2.5s ease-in-out infinite;
	-ms-animation: eye 2.5s ease-in-out infinite;
	animation: eye 2.5s ease-in-out infinite;
}
@keyframes eye{
	50%{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		top: 10px;
	}

}
/*-------------------- ABOUT --------------------*/
.section-about{
	background-color: #fff;
	max-width: 1460px;
	margin: -295px auto 0;
	padding: 95px 0 110px;
	position: relative;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.about-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.about-left{
	width: 54%;
}
.about-left h2{
	line-height: 48px;
	max-width: 440px;
	margin-bottom: 84px;
}
.about-left p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 23px;
}
.about-right{
	width: 40%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 68px;
}
.about-item{
	width: 50%;
	text-align: center;
	margin-top: 77px;
}
.about-item:nth-of-type(2),
.about-item:first-child{
	margin-top: 0;
}
.about-item img{
	height: 104px;
	max-width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-item p{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 25px;
	margin-top: 16px;
}
.about-item p:last-child{
	margin-bottom: 0;
}
.about-item:hover img{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
section{
	max-width: 1460px;
	margin: 0 auto;
}
/*--------------------- section-gallery ---------------------*/
.section-gallery{
	position: relative;
}
.section-gallery h2{
	position: absolute;
	top: 257px;
	right: 0;
	background-color: #fff;
	line-height: 48px;
	padding: 35px 40px 42px 132px;
	max-width: 688px;
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.section-gallery:hover h2{
	background-color: rgba(255,255,255,0.6);
}
.gallery-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.gallery-wrap>li{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-top>li:nth-of-type(1){
	width: 453px;
}
.gallery-top>li:nth-of-type(2){
	width: 319px;
}
.gallery-top>li:nth-of-type(3){
	width: 353px;
}
.gallery-top>li:nth-of-type(4){
	width: 335px;
}
.gallery-top>li{
	height: 319px;
}
.gallery-bottom>li{
	height: 365px;
}
.gallery-bottom>li:nth-of-type(1){
	width: 206px;
}
.gallery-bottom>li:nth-of-type(2){
	width: 567px;
}
.gallery-bottom>li:nth-of-type(3){
	width: 432px;
}
.gallery-bottom>li:nth-of-type(4){
	width: 255px;
}
/*--------------------- section-calc ---------------------*/
.section-calc{
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #da7e33;
	min-height: 1226px;
	padding-top: 93px;
}
.section-calc h2{
	color: #fff;
	margin-bottom: 58px;
}
.s-calc-slogan{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}
.calc-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 4px;
	margin: 64px 0 77px;
}
.calc-wrap>li{
	width: 100%;
	line-height: 57px;
	position: relative;
}
.calc-wrap>li:first-child{
	border-radius: 4px 0 0 4px;
}
.calc-wrap>li::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	height: 80%;
	width: 1px;
	background-color: #bfbfbf;
}
.calc-wrap>li:last-child::before{
	display: none;
}
.calc-wrap>li input{
	display: block;
	width: 100%;
	border: none;
	padding: 0 22px;
}
.nice-select{
	width: 100%;
	float: none;
	border: none;
	line-height: 57px;
	background-color: transparent;
	padding-left: 22px;
}
.calc-wrap>li input,
.nice-select{
	font-size: 20px;
	color: #363636;
	height: 57px;
	font-family: 'PT Sans', sans-serif;
	background-color: transparent;
}
.nice-select .list{
	width: 100%;
}
.calc-wrap .nice-select.open .option:first-child{
	display: none;
}
.nice-select:after {
	border-bottom: 2px solid #737373;
	border-right: 2px solid #737373;
	height: 10px;
	margin-top: -7px;
	right: 15px;
	width: 10px;
}
.datepicker{
	background-image: url(../img/date.svg);
	background-position: 93% center;
	background-repeat: no-repeat;
	background-size: auto 30%;
	cursor: pointer;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #da7e33;
	background: #da7e33;
	color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #fcd633;
	background: #fcd633;
	font-weight: normal;
	color: #fff;
}
.s-calc-bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.calc-rigth,
.calc-left{
	width: calc(50% - 25px);
}
.calc-left{
	background-color: #12ac9f;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	min-height: 240px;
	padding: 20px 180px 20px 0;
}
.calc-left::before{
	content: '';
	position: absolute;
	right: 100%;
	height: 100%;
	width: 237px;
	background-color: #12ac9f;
}
.form-wrap>li{
	margin-bottom: 24px;
}
.form-wrap>li:last-child{
	margin-bottom: 0;
}
.form-wrap input{
	display: block;
	width: 100%;
	border-radius: 4px;
	font-family: 'PT Sans', sans-serif;
	color: #363636;
	font-size: 24px;
	height: 57px;
	padding: 0 22px;
	border: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.form-wrap input::placeholder{
	color: 363636;
}
.form-wrap input::-webkit-input-placeholder  {color: 363636;}
.form-wrap input::-moz-placeholder           {color: 363636;}
.form-wrap input:-moz-placeholder           {color: 363636;}
.form-wrap input:-ms-input-placeholder      {color: 363636;}
.form-wrap input[type="submit"]{
	height: 78px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #ed5360;
	border: none !important;
}
.form-wrap input[type="submit"]:hover{
	background-color: #E94949;
}

/*----------------------- s-contacts -----------------------*/
.s-contacts{
	background-color: #fffdff;
	padding: 100px 0 104px;
	position: relative;
	z-index: 2;
}
.contacts-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.contacts-form,
.contact-info{
	width: calc(50% - 25px);
}
.contacts-form .form-wrap textarea,
.contacts-form .form-wrap input{
	border: 1px solid #383838;
}
.contacts-form .form-wrap textarea{
	display: block;
	width: 100%;
	border-radius: 5px;
	resize: none;
	height: 204px;
	font-family: 'PT Sans', sans-serif;
	color: #363636;
	padding: 22px;
	font-size: 24px;
}
.s-contacts h2{
	margin-bottom: 80px;
}
.cont-list{
	color: #363636;
	font-size: 24px;
}
.cont-list li{
	margin-bottom: 26px;
}
.cont-list li:last-child{
	margin-bottom: 0;
}
.cont-list a{
	color: #363636;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	text-decoration: none;
}
.cont-list a:hover{
	color: #E94949;
}
/*----------------------------- MAP -----------------------------*/
.map{
	height: 800px;
	position: relative;
	margin-top: -262px;
}
/*--------------------------- FOOTER ---------------------------*/
footer{
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	min-height: 160px;
	background-color: #5d5d5d;
	margin-top: 20px;
}


/*--------------------------- MEDIA ---------------------------*/
@media(max-width: 1199px){
	.calc-wrap>li input, .nice-select {
		font-size: 16px;
	}
	.section-calc h2 {
		margin-bottom: 40px;
	}
	.calc-wrap{
		margin: 50px 0 66px;
	}
	.section-calc {
		min-height: 1100px;
		padding-top: 70px;
	}
	.calc-left {
		font-size: 30px;
		padding: 20px 140px 20px 0;
	}
	.gallery-top>li {
		height: 290px;
	}
	.gallery-bottom>li {
		height: 310px;
	}
	h2 {
		font-size: 45px;
	}
	.main-phone {
		font-size: 45px;
		margin: 18px 0 22px;
	}
	.main-wrap img {
		max-width: 300px;
	}
	.main-wrap {
		padding: 60px 10px 40px;
		min-height: 410px;
		max-width: 730px;
	}
	.main {
		height: 980px;
	}
	.about-item img {
		height: 90px;
	}
	.about-item p {
		font-size: 20px;
		line-height: 20px;
		margin-top: 14px;
	}
	.about-item {
		margin-top: 20px;
	}
	.section-about {
		padding: 70px 0 80px;
	}
	.section-gallery h2 {
		line-height: 45px;
		padding: 28px 20px 34px 80px;
		max-width: 530px;
		top: 215px;
	}
	.main-adr {
		font-size: 28px;
	}
	.about-left h2 {
		line-height: 45px;
		margin-bottom: 40px;
	}
	.s-contacts {
		padding: 70px 0 104px;
	}
	.cont-list {
		font-size: 22px;
	}
	.s-contacts h2 {
		margin-bottom: 46px;
	}
	footer{
		min-height: 140px;
	}
	.header-phone {
		font-size: 28px;
	}
	.header-phone::before {
		right: -48px;
		width: 36px;
		height: 36px;
	}
	.header,
	.header .container {
		min-height: 90px;
	}
}
@media(max-width: 991px){
	.main-wrap img {
		max-width: 260px;
	}
	.main-phone {
		font-size: 38px;
		margin: 15px 0 18px;
	}
	.main-wrap::before{
		height: 25px;
	}
	.main-wrap {
		padding: 44px 10px 40px;
		min-height: 350px;
		max-width: 630px;
	}
	.main-adr {
		font-size: 26px;
	}
	.main {
		height: 934px;
	}
	h2 {
		font-size: 38px;
	}
	.about-left h2 {
		line-height: 38px;
		margin-bottom: 30px;
	}
	.about-left p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.about-item img {
		height: 66px;
	}
	.about-item p {
		font-size: 16px;
		line-height: 17px;
	}
	.gallery-top>li {
		height: 200px;
	}
	.gallery-bottom>li {
		height: 220px;
	}
	.section-gallery h2 {
		line-height: 38px;
		padding: 14px 20px 15px 60px;
		max-width: 420px;
		top: 148px;
	}
	.section-calc h2 {
		margin-bottom: 25px;
	}
	.s-calc-slogan {
		font-size: 18px;
		line-height: 22px;
	}
	.calc-wrap{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.calc-wrap>li{
		width: 33.33%;
		border-bottom: 1px solid #bfbfbf;
		line-height: 50px;
	}
	.calc-wrap>li:nth-of-type(3)::before{
		display: none;
	}
	.calc-wrap>li:nth-of-type(4),
	.calc-wrap>li:nth-of-type(5),
	.calc-wrap>li:nth-of-type(6){
		border: none;
	}
	.nice-select{
		line-height: 50px;
	}
	.calc-wrap>li input, .nice-select {
		height: 50px;
	}
	.calc-left {
		font-size: 24px;
		padding: 20px 80px 20px 0;
		min-height: 188px;
	}
	.form-wrap input{
		font-size: 18px;
		height: 50px;
	}
	.form-wrap>li {
		margin-bottom: 15px;
	}
	.form-wrap input[type="submit"] {
		height: 60px;
	}
	.section-calc {
		min-height: 930px;
		padding-top: 50px;
	}
	.s-contacts {
		padding: 50px 0 80px;
	}
	.cont-list {
		font-size: 16px;
	}
	.cont-list li {
		margin-bottom: 16px;
	}
	.contacts-form .form-wrap textarea {
		height: 150px;
		font-size: 18px;
	}
	.map {
		height: 500px;
		margin-top: 0;
	}
	footer {
		min-height: 90px;
		font-size: 18px;
	}
	.logo {
		max-width: 140px;
	}
	.header-phone {
		font-size: 24px;
	}
	.header-info {
		font-size: 16px;
	}
	.header, .header .container {
		min-height: 70px;
	}
}
@media(max-width: 767px){
	.main-wrap img {
		max-width: 190px;
	}
	.main-phone {
		font-size: 26px;
		margin: 10px 0;
	}
	.main-adr {
		font-size: 18px;
	}
	.main-wrap {
		padding: 30px 10px 32px;
		min-height: 240px;
		max-width: 460px;
		top: 80px;
	}
	.section-about{
		margin: 0 auto;
	}
	.main {
		border-bottom: 60px solid #fcd633;
	}
	.main {
		height: 530px;
	}
	h2 {
		font-size: 30px;
	}
	.about-left h2 {
		line-height: 35px;
		margin-bottom: 20px;
	}
	.about-item img {
		height: 54px;
	}
	.go-down{
		width:30px;
		height: 30px;
	}
	.go-down img{
		top: 30px;
		border: 2px solid #74cabd;
		border-radius: 50%;
	}
	@keyframes eye{
		50%{
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
			top: 40px;
		}

	}
	.section-about {
		padding: 50px 0 60px;
	}
	.gallery-top>li {
		height: 170px;
	}
	.gallery-bottom>li {
		height: 180px;
	}
	.section-gallery h2 {
		line-height: 30px;
		padding: 14px 20px 15px 54px;
		max-width: 300px;
		top: 127px;
		font-size: 24px;
	}
	.s-calc-slogan {
		font-size: 16px;
		line-height: 20px;
	}
	.section-calc h2 {
		margin-bottom: 15px;
	}
	.calc-wrap {
		margin: 32px 0 40px;
	}
	.calc-left {
		font-size: 20px;
		padding: 10px 40px 10px 0;
		min-height: 190px;
	}
	.form-wrap input {
		font-size: 16px;
		height: 50px;
	}
	.section-calc {
		min-height: 780px;
	}
	.contacts-form .form-wrap textarea{
		font-size: 16px;
	}
	.map {
		height: 300px;
	}
	footer {
		min-height: 80px;
		font-size: 16px;
	}
	.logo {
		max-width: 110px;
	}
	.header-info{
		padding-right: 0;
		text-align: right;
	}
	.header-phone {
		font-size: 20px;
	}
	.header-info {
		font-size: 14px;
	}
	.header-phone::before{
		display: none;
	}
}
@media (max-width: 576px){
	.main {
		height: 100vh;
	}
	.main-wrap {
		padding: 30px 10px 32px;
		min-height: 240px;
		max-width: 90%;
		top: 70px;
		background-color: #fff;
	}
	.contacts-wrap,
	.s-calc-bottom,
	.about-wrap{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts-form,
	.contact-info,
	.calc-rigth,
	.calc-left,
	.about-left{
		width: 100%;
	}
	.about-right{
		width: 100%;
		padding-top: 30px;
	}
	.gallery-top>li {
		height: 120px;
	}
	.gallery-bottom>li {
		height: 130px;
	}
	h2 {
		font-size: 26px;
	}
	.about-left h2 {
		line-height: 28px;
	}
	.section-gallery h2 {
		line-height: 24px;
    padding: 14px 20px 15px 30px;
    max-width: 250px;
		top: 80px;
		font-size: 22px;
	}
	.section-calc {
		padding-top: 40px;
	}
	.section-calc .calc-wrap>li {
		width: 50%;
		border-bottom: 1px solid #bfbfbf;
		line-height: 50px;
	}
	.section-calc .calc-wrap>li:nth-of-type(5),
	.section-calc .calc-wrap>li:last-child{
		border-bottom: none;
	}
	.section-calc .calc-wrap>li:nth-of-type(3)::before{
		display: block;
	}
	.section-calc .calc-wrap>li:nth-of-type(2n)::before{
		display: none;
	}
	.calc-wrap>li input, .nice-select {
		font-size: 14px;
	}
	.calc-left {
		font-size: 20px;
		padding: 16px 10px 16px 22px;
		min-height: auto;
		margin-bottom: 30px;
	}
	.calc-left::before{
		display: none;
	}
	.s-contacts {
		padding: 40px 0 56px;
	}
	.s-contacts h2 {
		margin-bottom: 24px;
	}
	.contact-info{
		margin-bottom: 30px;
	}
	footer{
		padding: 15px;
		text-align: center;
	}
}
@media (max-width: 400px){
	.go-down img{
		top: 42px;
	}
	@keyframes eye{
		50%{
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
			top: 48px;
		}
	}
}


















