@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts-customer/Gilroy-Regular.eot');
    src: url('../fonts-customer/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts-customer/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts-customer/Gilroy-Regular.woff') format('woff'),
        url('../fonts-customer/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts-customer/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts-customer/Gilroy-Bold.eot');
    src: url('../fonts-customer/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts-customer/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts-customer/Gilroy-Bold.woff') format('woff'),
        url('../fonts-customer/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts-customer/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('../fonts-customer/MuseoSansCyrl-300.eot');
    src: url('../fonts-customer/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts-customer/MuseoSansCyrl-300.woff2') format('woff2'),
        url('../fonts-customer/MuseoSansCyrl-300.woff') format('woff'),
        url('../fonts-customer/MuseoSansCyrl-300.ttf') format('truetype'),
        url('../fonts-customer/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('../fonts-customer/MuseoSansCyrl-700.eot');
    src: url('../fonts-customer/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts-customer/MuseoSansCyrl-700.woff2') format('woff2'),
        url('../fonts-customer/MuseoSansCyrl-700.woff') format('woff'),
        url('../fonts-customer/MuseoSansCyrl-700.ttf') format('truetype'),
        url('../fonts-customer/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
    font-weight: 700;
    font-style: normal;
}

html{
	font-size:16px
}

body{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:26px;
	line-height:1.2;
}

h1,h2,h3,h4,h5,h6,li,p,ul{
	margin:0;
	padding:0
}

a,a:active,a:hover,a:visited,a:focus{
	text-decoration:none;
}

button,input,select,textarea{
	border:none
}

button:focus,input:focus,select:focus,textarea:focus{
	outline:0
}

section{
	padding:65px 0
}

.clearfix:after{
	content:"";
	display:table;
	clear:both;
}

.btn{	
	padding: 17px 0;	
	border-radius: 6px;
	position: relative;
	color: #32312f;
	z-index: 5;
}

.btn-hover{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: -o-linear-gradient(bottom, #ffc554, #ffc657, #ffe391);
	background: -webkit-gradient(linear, left bottom, left top, from(#ffc554), color-stop(#ffc657), to(#ffe391));
	background: linear-gradient(0deg, #ffc554, #ffc657, #ffe391);
	top: 0;
	left: 0;
	z-index: 3;
}

.btn:hover:after{	
	opacity: 0;
}

.btn-text{
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	z-index: 9;
	text-shadow: 0px 1px 1px rgba(255,255,255,.5);
}

.btn-shadow{
	margin-left: 1%;
	position: absolute;
	display: block;
	width: 98%;
	height: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	        box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 1;
	background: rgba(0,0,0,.5);
	bottom: -4px;
	border-radius: 6px;
}

.btn:after{	
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: -o-linear-gradient(bottom, #f6b73e, #f9c457, #ffdb72);
	background: -webkit-gradient(linear, left bottom, left top, from(#f6b73e), color-stop(#f9c457), to(#ffdb72));
	background: linear-gradient(0deg, #f6b73e, #f9c457, #ffdb72);
	z-index: 4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn:before{	
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	border-radius: 6px;
	z-index: 2;
	background: #a97734;
	width: 100%;
	height: 100%;
}

.heading{
	font-size: 2.8125rem;
	font-family: "Gilroy-Regular", sans-serif;
	font-weight: 400;
	line-height: 1.3;
}

.heading b{
	font-family: "Gilroy-Bold", sans-serif;
	font-weight: 700;
}

/*Главный экран*/

#header{
	background-image: url(../img/bg.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	padding-bottom: 90px;
}

.nav-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin-top: 28px;		
}

.logo-box{
	width: 11.8%;
	margin-right: 2%;
}

.logo-head, .logo-head:hover, .logo-head:active, .logo-head:visited{
	line-height: 1;
	font-size: 2.5rem;	
	font-weight: 700;	
	font-family: "Gilroy-Bold", sans-serif;
	color: #fff;
}

.logo-text{
	font-size: 0.625rem;
	color: #f1f1f1;
}

.description-box{
	width: 21%;
}

.description{
	font-size: 0.8125rem;
	line-height: 1.6;	
	color: #f1f1f1;
}

.adress-box{
	width: 21%;	
	margin-left: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.adress-ico{
	width: 28px;
	margin-top: 7px;	
}

.adress-text{
	margin-left: 15px;
	color: #f1f1f1;
}

.adress-text span{
	font-size: 0.875rem;
	display: block;
	line-height: 1.5;	
}

.phone-box{
	width: 16%;
	text-align: right;
}

.phone{
	font-size: 1.25rem;
	line-height: 15px;
	font-family: "MuseoSansCyrl-700", sans-serif;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 13px;
	letter-spacing: 20;
}

.phone, .phone:hover, .phone:focus, .phone:active, .phone:visited{
	color: #fff;
}

.callback, .callback:active, .callback:visited{
	color: #fed86e;
	font-size: 0.875rem;
	position: relative;
}

.callback span{
	background: #fed86e;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 300;
}

.callback:hover{
	color: #fed86e;
}

.callback:hover span{
	color: #fed86e;
	opacity: 0;
}

#offer{
	margin-top: 60px;
}

.offer-title{
	font-weight: 700;
	font-size: 3.4375rem;
	line-height: 1.25;	
	font-family: "Gilroy-Bold", sans-serif;
}

.offer-title span{
	color: #fed86e;
}

.offer-subtitle-box{
	margin-top: 37px;
}

.offer-subtitle{
	font-size: 1.375rem;
	font-weight: 300;
	margin-bottom: 15px;	
}

.offer-subtitle-ico-box{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fed66b;
	text-align: center;
	float: left;
	display: none;
}

.offer-subtitle-ico-box img{
	height: 7px;
	margin-top: -2px;
}

.offer-subtitle-text{
	display: block;
	margin-left: 0px;
	float: left;
	width: 90%;
}

.offer-subtitle:nth-child(3){
	margin-bottom: 0px;		
}

.offer-btn-box{
	margin-top: 58px;
}

.btn-offer{
	width: 390px;
}

.offer-bottom-text{
	margin-top: 30px;
	font-size: 0.9375rem;
}

/*-------Преимущества------*/

#advantages{
	background-image: url(../img/bg-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.heading-advantages{
	width: 90%;
}

.advantages-content-wrap{
	margin-top: 62px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advantages-content-block{
	width: 46.5%;
	margin-right: 3.5%;
	margin-bottom: 60px;
}

.advantages-content-heading{
	font-size: 1.25rem;
	font-family: "MuseoSansCyrl-700", sans-serif;
	font-weight: 700;
	margin-bottom: 37px;
	line-height: 1.3;
}

.advantages-content-text{
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.3;
}

.advantages-img-block{
	display: block;
	margin-bottom: 27px;
	border: 3px solid #ebebeb;
	-webkit-box-shadow: 0px 2px 32px rgba(48, 48, 48, .05);
	        box-shadow: 0px 2px 32px rgba(48, 48, 48, .05);
}

.advantages-img-block img{
	width: 100%;
}

/*-----------stage-----------*/

#stage{
	border-bottom: 1px solid #f5f5f5;
}

.stage-heading{
	text-align: center;
}

.stage-box{
	margin-top: 82px;
}

.stage-cta-head{
	font-size: 1.25rem;
	font-family: "MuseoSansCyrl-700", sans-serif;
	font-weight: 700;
	margin-bottom: 24px;
}

.stage-cta-phone, .stage-cta-phone:hover, .stage-cta-phone:focus, .stage-cta-phone:active, .stage-cta-phone:visited{
	font-size: 1.625rem;
	font-family: "MuseoSansCyrl-700", sans-serif;
	margin-bottom: 10px;
	display: block;
	color: #000;
	font-weight: 700;
}

.stage-cta-ahead{
	margin-top: 10px;
}

.stage-btn-box{
	margin-top: 22px;
}

.btn-stage{
	width: 266px;
	padding: 16px auto;
}

.btn-stage .btn-text{
	font-size: 1.125rem !important;
}

.stage-text{
	margin-top: 28px;
	font-size: 1rem;
	line-height: 1.3;
}

.stage-bull-block{
	margin-bottom: 26px;
}

.stage-bull-ico-box{
	width: 24px;
	height: 24px;
	float: left;
	border-radius: 50%;
	background: -o-linear-gradient(bottom, #f6b73e, #f9c457, #ffdb72);
	background: -webkit-gradient(linear, left bottom, left top, from(#f6b73e), color-stop(#f9c457), to(#ffdb72));
	background: linear-gradient(0deg, #f6b73e, #f9c457, #ffdb72);
	text-align: center;
}

.stage-bull-ico{
	fill: #000;
	height: 10px;
	width: 10px;
	margin-top: 7px;
}

.stage-bull-text{
	margin-left: 20px;
	float: left;
	font-size: 1.25rem;
	width: 80%;
}


/*------Адреса и карты-------*/

.place-heading{
	text-align: center;
}

.map-box{
	position: relative;
	margin: 0 50px;
	margin-top: 60px;
	overflow: hidden;
}

.map-content-box{
	position: absolute;
	z-index: 2;
	width: 450px;
	height: 100%;
	margin-top: 45px;
}

.map-content-block{
	padding: 30px 25px;
	background: #f4f4f4;
	margin-left: 40px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.map-content-block:nth-child(1){
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.map-content-block:nth-child(2){
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.map-content-block-active{
	background: #fff;
}

.map-content-block-active .map-content-ico-wrap{
		background: -o-linear-gradient(bottom, #f6b73e, #f9c457, #ffdb72);
		background: -webkit-gradient(linear, left bottom, left top, from(#f6b73e), color-stop(#f9c457), to(#ffdb72));
		background: linear-gradient(0deg, #f6b73e, #f9c457, #ffdb72);
}

.map-content-ico-block{
	float: left;
	width: 25%;
}

.map-content-ico-wrap{
	border-radius: 50%;
	background-color: #e9e7ea;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-top: 10px;
}

.map-content-ico{
	width: 150%;
	margin-left: -25%;
}

.map-content-text-block{
	float: left;
	width: 75%;
}

.map-content-text-head{
	font-size: 1.3125rem;
	margin-bottom: 10px;
}

.map-content-text-adress{
	font-size: 1.125rem;
	margin-bottom: 5px;
}

.map-content-text-work{
	font-size: 1.125rem;
	margin-bottom: 20px;
}

.map-content-text-phone,.map-content-text-phone:focus, .map-content-text-phone:hover, .map-content-text-phone:active, .map-content-text-phone:visited {
	font-family: "MuseoSansCyrl-700", sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	color: #000;
}

.map-wrap{
	max-height: 450px;
}

.map{
	height: 450px;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	text-align: center;
	display: none;
}

.map-active{
	display: block;
}


/*----Футер-------*/

#footer{
	background: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 60px;
}

.footer-text-box{
	margin-bottom: 25px;
	font-size: 0.875rem;
	line-height: 1.4;
}

.footer-text-box a, .footer-text-box a:hover, .footer-text-box a:active, .footer-text-box a:visited {
	font-size: 0.875rem;
	color: #000;
}

.footer-user-box{
	margin-top: 25px;
	text-align: center;
}

.footer-user-box a, .footer-user-box a:hover, .footer-user-box a:active, .footer-user-box a:visited {
	font-size: 0.875rem;
	color: #000;
	margin: 0 20px;
}

.footer-author-box{
	margin-top: 45px;
	text-align: center;
}

.footer-user-box br{
	display: none;
}

.footer-author-box {
	font-size: 0.875rem;
	color: #000;
}

.footer-author-box a, .footer-author-box a:hover, .footer-author-box a:active, .footer-author-box a:visited{
	font-size: 0.875rem;
	color: #000;
	position: relative;
}

.footer-author-box:hover span{
	opacity: 0;
}

.footer-author-box a span{
	background: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 300;
}

.footer-link{
	position: relative;
}

.footer-link:hover span{
	opacity: 0;
}

.footer-link span{
	background: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 300;
}


/*--------popup-------------*/

.popup-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	z-index: 221;
	overflow-y: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.popup-overlay-active{
	opacity: 1;
	visibility: visible;
}

.popup-box{
	position: relative;
	width: 515px;
	padding: 54px 75px;
	background: #fff;
	border-radius: 5px;
	z-index: 222;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 200px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
}

.popup-box-active{
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
}

.popup-box:before{
	content: "";
	display: block;
	width: 98%;
	height: 98%;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	position: absolute;
	top: 1%;
	left: 1%;
}

.popup-clous{
	position: absolute;
	right: -40px;
	top: -5px;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.popup-clous:hover{
	color: #ffe391;
}

.popup-heading{
	font-size: 2.25rem;
	font-family: "Gilroy-Bold", sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.popup-subtitle{
	margin-top: 26px;
	color: #707070;
	font-weight: 300;
	line-height: 1.3;
	font-size: 1.25rem;
}

.popup-form-box{
	margin-top: 35px;
	position: relative;
}

.popup-input-box{
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	height: 82px;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.popup-ico{
	width: 20px;
	height: 20px;
	fill: #8c8c8c;
	margin-left: 26px;
}

.popup-input{
	margin-left: 20px;
	font-size: 1.125rem;
	color: #000;
	font-weight: 300;
	height: 20px;
	position: relative;
	width: 70%;
}

.popup-input::-webkit-input-placeholder{
	color: #8c8c8c;
}

.popup-input::-moz-placeholder{
	color: #8c8c8c;
}

.popup-input:-ms-input-placeholder{
	color: #8c8c8c;
}

.popup-input::-ms-input-placeholder{
	color: #8c8c8c;
}

.popup-input::placeholder{
	color: #8c8c8c;
}

.btn-popup{
	margin-top: 50px;
	width: 100%;
	height: 82px;
}

.popup-politic{
	color: #bdbdbd;
	text-align: center;
	line-height: 1.7;
	font-size: 0.8125rem;
	margin-top: 31px;
}

.popup-politic a, .popup-politic a:hover, .popup-politic a:active, .popup-politic a:visited{
	color: #bdbdbd;
	position: relative;
}

.popup-politic a span{
	background: #bdbdbd;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 300;
}

.popup-politic a:hover span{
	color: #bdbdbd;
	opacity: 0;
}

.popup-heading-thanks{
	text-align: center;
}

.popup-subtitle-thanks{
	text-align: center;
}



.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

