*, 
*:before, 
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
	font-family: 'Muller';
}
body{
	margin:0;
	background: #161616;
	font-family: 'Muller';
	font-style: normal;
	line-height:normal;
	font-size:1.1rem;
	color:#fff;
	position:relative;
}
.container{
	width:1170px;
	padding-right: 1rem;
    padding-left: 1rem;
}
.container .row {
    margin-left: -1rem;
    margin-right: -1rem;
}
.row .col{
	padding:0 1rem;
}
.clearfix:after{
	content: "";
    display: table;
    clear: both;
}
a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:active,
a:focus {
    outline: none; 
}
a{
	color:#af9f66;
}
a:hover{
	color:#af9f66;
}
a:active{
	color:#af9f66;
}
::-moz-selection {
    background-color: #af9f66;
    color: #fff;
}
::selection {
	background-color: #af9f66;
	color: #fff;
}
img{
	vertical-align:middle;
}
.row{
    margin-bottom:0;
}
.center{
	text-align:center;
}
.pos-rel{
	position:relative;
}
.full{
	width:100%!important;
}
.responsive-img{
	max-width:100%;
	height:auto
}
.round{
	-webkit-border-radius: 150%;
    -moz-border-radius: 150%;
    -o-border-radius: 150%;
	border-radius:150%;
}
.bg-cover {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.float__left{
	float:left;
}
.float__right{
	float:right;
}
.page{
	overflow:hidden;
	position:relative;
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.page__header{
	height:70px;
	line-height:70px;
	background-color:transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	-webkit-transition:box-shadow 0.3s ease;
	transition:box-shadow 0.3s ease;
}
.page__header.fixed-header{
	position:fixed;
	background:#101010;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
}
.page__nav{
	display:block;
	margin:0;
	padding:0;
}
.page__nav-item{
	display:block;
	float:left;
}
.page__nav-item+.page__nav-item{
	padding-left:2rem;
}
.page__nav-link{
	font-size:13px;
	text-transform:uppercase;
	font-weight:300;
	color:#af9f66;
	letter-spacing:1.5px;
}
.page__nav-link:hover,
.header__phones a:hover,
.page__nav-link.active{
	opacity:0.5;
	color:#af9f66;
}
.header__phones{
	float:right;
}
.header__phones a{
	display:block;
	position:relative;
	float:left;
	color:#af9f66;
	font-size:1.1rem;
	font-weight:400;
}
.header__phones a+a{
	margin-left:2rem;
}
.top{
	padding:12rem 0 0 0;
	background:#101010;
	overflow:hidden;
}
.top__col{
	width:50%;
}
.top__subtitle{
	font-size:1.4rem;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:3px;
}
.heading_h1{
	position:relative;
	font-size:3.7rem;
	line-height:4.5rem;
	font-family: 'Playfair Display SC', serif;
	font-weight:normal;
	color:#af9f66;
	margin:0;
	z-index:3;
	display:inline-block;
}

.top__bottomtitle{
	color:#af9f66;
	margin-top:1rem;
	font-size:1.3rem;
	font-weight:300;
}
.top__paragraph{
	margin:70px 0;
	position:relative;
	z-index:3;
	font-size:1.1rem;
	color:#fff;
	line-height:1.7rem;
	font-weight:300;
	padding-right:3rem;
}
.top__pic{
	position:absolute;
	right: -100px;
	z-index:2;
	bottom:-120px;
}
.top__form{
	position:relative;
	z-index:3;
	border:1px solid #af9f66;
	padding:20px 30px;
	background:#101010;
	margin-bottom:60px;
}
.top__mobile-btn{
	display:none;
}
.top__form-title{
	font-family: 'Playfair Display', serif;
	font-size:2rem;
	line-height:2rem;
	color:#af9f66;
	font-weight:900;
	margin:0 0 20px 0;
}
.top__form-text{
	font-size:1.1rem;
	color:#af9f66;
	line-height:1.7rem;
	font-weight:400;	
}
.top__form-text a{
	color:#af9f66;
}
.top__form-text a ~ span{
	display:none!important;
}
.top__form-text a:hover{
	color:#af9f66;
	opacity:0.5;
}
.top__form-text span{
	font-weight:bold;
	text-decoration:underline;
}
.top__form-heading{
	margin-bottom:2rem;
}
.top__form-row{
	margin-left:-1rem;
	margin-right:-1rem;
}
.top__form .input-row{
	float:left;
	width:50%;
	padding:0 1rem;
}
.top__form label{
	font-size:12px;
	margin-bottom:9px;
	display:block;
	color:#fff;
}
.top__form-button{
	padding-top:40px;
	position:relative;
	margin-bottom:-45px;
}
.big_btn {
	font-family: 'Muller';
    cursor: pointer;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
	text-transform:uppercase;
    width: 260px;
    height: 50px;
	position:relative;
z-index:3;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;    

}
.big_btn.smaller{
    font-size: 1.1rem;
    width: 220px;
    height: 40px;
    line-height: 40px;	
}
.big_btn.color1 {
    color: #101010;
    background: #af9f66;}
.big_btn.color1:hover{
color:#fff;
	background: #000;
}
.big_btn.color1:active{
	background: #af9f66;
}
.big_btn.color1:focus{
	background: #918455;
}
.big_btn.color2 {
    color: #fff;
    background: #0b0b0b;}
.big_btn.color2:hover{

	background: #000;
}
.big_btn.color2:active{
	background: #4b4949;
}
.big_btn.color2:focus{
	background: #0b0b0b;
}
.top__form #phone-error{
	display:none!important;
}
#phone2-error{
	display:none!important
}
input:not([type]), 
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default), 
input[type=email]:not(.browser-default), 
input[type=url]:not(.browser-default), 
input[type=time]:not(.browser-default), 
input[type=date]:not(.browser-default), 
input[type=datetime]:not(.browser-default), 
input[type=datetime-local]:not(.browser-default), 
input[type=tel]:not(.browser-default), 
input[type=number]:not(.browser-default), 
input[type=search]:not(.browser-default), 
textarea.materialize-textarea {
	-webkit-appearance:none;
    background-color: #e7e5dd;
    border: none;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    height: 40px;
	line-height:38px;
    width: 100%;
	color:#585858;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .3s;
    transition: background .3s;
}
input:not([type]):focus:not([readonly]), 
input[type=text]:not(.browser-default):focus:not([readonly]), 
input[type=password]:not(.browser-default):focus:not([readonly]), 
input[type=email]:not(.browser-default):focus:not([readonly]), 
input[type=url]:not(.browser-default):focus:not([readonly]), 
input[type=time]:not(.browser-default):focus:not([readonly]), 
input[type=date]:not(.browser-default):focus:not([readonly]), 
input[type=datetime]:not(.browser-default):focus:not([readonly]), 
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), 
input[type=tel]:not(.browser-default):focus:not([readonly]), 
input[type=number]:not(.browser-default):focus:not([readonly]), 
input[type=search]:not(.browser-default):focus:not([readonly]), 
textarea.materialize-textarea:focus:not([readonly]){
	background-color: #dacb91;
	border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #585858;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #585858;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
    color: transparent
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder{
    color: transparent
}
input::placeholder {
  color: #585858;
}
input:focus::placeholder {
  color: transparent
}
.input-row{
	position:relative;
}
input.unavailable{
	background-color: #fd8d85!important;
}
input.available{
	background-color: #72b975!important
}
button.mfp-close:focus,
button.mfp-close:hover {
    background-color: transparent;
	box-shadow:none;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.ham-btn{
	display:none;
}
#section1{
	background:#222;
	padding:5rem 0 3.3rem 0;
	color:#af9f66;
}
.about-wrap__item{
	width:20%;
	float:left;
}
.about-wrap__text{
	font-size:1.1rem;
	margin-top:20px;
}
.about-wrap__counter{
	font-size:3rem;
	font-family: 'Playfair Display', serif;
	line-height:3rem;
	font-style:italic;
	font-weight:900
}
#section5{
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:0 bottom;
	padding:4rem 0 14.6rem 0;
}
.steps{
	margin-left: -1rem;
    margin-right: -1rem;
}
.step__item {
    padding: 0 1rem;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 3.3rem;
    margin-right: -8px;
}
.step__item-title{
	margin-bottom:2rem;
	position:relative;
}
.step__item-title:after{
	content:"";
	position:absolute;
	top:50%;
	right:-40px;
	width:80px;
	height:1px;
	background:#af9f66
}
.step__item:last-child .step__item-title:after{
	display:none;
}
.step__item-text{
	color:#0e0e0e;
	font-size:14px;
	line-height:20px;
}
.bottom-form{
	padding-top:70px;
	background:#fff;
	border:1px solid #af9f66;
}
.heading{
	font-size:1.3rem;
	color:#000;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 3rem 0;	
}
#main__form{
	background:#af9f66;
	width:70%;
	position:relative;
	margin:0 auto;
	padding:2rem 3.3rem 3.3rem 3.3rem;
	margin-bottom:-2rem;
	-webkit-box-shadow: 0 0 0 1px #fff,0 0 0 5px #af9f66;
	box-shadow: 0 0 0 1px #fff,0 0 0 5px #af9f66;
}
#main__form div{
	position:relative;
	z-index:2;
}
.bottom__form-row{
	margin-left:-1rem;
	margin-right:-1rem;
}
.bottom__form-row .input-row{
	float:left;
	width:33.3333%;
	padding:0 1rem;
}
.bottom__form-row label {
    font-size: 12px;
    margin-bottom: 9px;
    display: block;
    color: #fff;
}
.bottom__form-title{
	font-size:1.1rem;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	margin:0 0 40px 0;
}
.bottom__form-button{
	margin-top:3rem;
}
#section6{
	background:#101010;
	position: relative;
    z-index: 2;
	padding-bottom:6.7rem;
}
.contact__item{
	position:relative;
	width:358px;
	float:left;
	height:600px;
	margin-top: -100px;
	border: 1px solid #af9f66;
}
.contact__item+.contact__item{
	margin-left:90px;
}
.contact-column{
	background:#000000;
	padding:0 1.6rem;
	border:1px solid #af9f66;
}
.contact__title{
	font-size:1.3rem;
	color:#c5c5c5;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:3.3rem;
}
.contact__subtitle{
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	letter-spacing:2px;
	margin-bottom:1rem;
}
.contact__text{
	color:#af9f66;
	font-size:1rem;
	line-height:1.7rem;
}
.contact__link{
	color:#af9f66;
}
.contact__link:hover{
	opacity: 0.5;
	color:#af9f66;
}
.contact__box+.contact__box{
	margin-top:2rem;
}
.contact__bottom-title{
	font-size:1.2rem;
	text-transform:uppercase;
	color:#ffffff;
	letter-spacing:2px;
	margin-bottom:1rem;
}
.contact__bottom{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding: 4rem 1.6rem;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
}
.contact__bottom-link{
	display:inline-block;
	height:40px;
	margin:0 10px;
	width:40px;
	background:#af9f66;
	text-align:center;
	line-height:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
}
.contact__bottom-link img{
	max-height:20px;
}
.contact__bottom-link:hover{
	opacity:0.5;
}
#map{
	position:relative;
	height:400px;
}
.marker-wrap{
	color:#af9a4e;
}
footer{
	padding:40px 0;
	background:#000;
	color:#af9f66;
	font-size:12px;
}
.footer__copy{
	text-transform:uppercase;
	margin-bottom:20px;
}
.footer__link{
	color:#af9f66;
	border-bottom:1px solid #af9f66;
}
.footer__link:hover{
	color:#ccb668;
	border-bottom:1px solid transparent;
}
.outer-wrap{
	display:table;
}
.inner-wrap{
	display:table-cell;
	vertical-align:middle;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#section2{
	min-height:1000px;
	background-color:#0a0a0a;
	padding:5rem 0 6rem 0;
	color:#fff;
	background-image:url(../images/img_bg.png);
	background-position: 700px 30px;
	background-repeat:no-repeat;
	background-size:auto;
}

#section2 .heading,
#section3 .heading,
#section4 .heading{
	color:#fff;
}
.why{
	padding:2rem 2rem 0 2rem;
	border:1px solid #47422d;
	background:#101010;
}
.why__item{
	margin-bottom:40px;
}
.why__item .pos-rel{
	padding:10px;
}
.why__title,
.why__text{
	position:relative;
	z-index:1;
}
.why__title{
	text-transform:uppercase;
	font-size:1.1rem;
	color:#af9a4e;
	margin-bottom:1rem
}
.why__img{
	position:absolute;
	top:0;
	left:-10px;
	z-index:0;
	height:60px;
	opacity:0.15;
}
.why__text{
	color:#fff;
	font-size:14px;
	line-height:1.4rem;
}
.why__link{
	color:#af9f66;
	text-decoration:underline;
}
.why__link:hover{
    color: #af9f66;
    opacity: 0.5;
}
.why__btn{
	margin-top:4rem;

	font-size:1.1rem;
	width:auto;
	padding:0 2rem;
    color: #101010;
    background: #af9f66;
}
.why__btn:hover{
	color: #fff;
	background:#000;
}
.services__item{
	color:#fff;
	font-size:1.1rem;
	display:none;
	line-height:1.6rem;
}
.services__item.active{
	display:block;
}
.services-wrap{
	position:relative;
	padding-bottom:5rem;
	margin-bottom:8rem;
}
.services-wrap:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	background:#af9f66;
	width:50%;
}
.tabs {
    height: 40px;
    width: 100%;
    background-color: transparent;
    margin: 5rem 0 4rem 0;
}
.tabs .indicator{
	display:none;
}
.tabs .tab {
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}
.tabs .tab a:focus {
    background-color: transparent;
    outline: none;
}
.tabs .tab a:hover {
    background-color: #af9f66;
    color: #080808;
}
.tabs .tab a.active,
.tabs .tab a.active:focus {
    color: #080808;
	background-color: #af9f66;
}
.tabs .tab a {
    color: #af9f66;
	border:1px solid #af9f66;
    display: block;
    padding: 0 1rem;
    font-size: 13px;
	font-weight:500;
}
.tabs .tab+.tab{
    margin-left:20px;
}
#section3{
	background-color: #0a0a0a;
	color:#fff;
	padding-top:2rem;
}
.p-filters{
	display:inline-block;
	margin:2rem 0 3rem 0;
}
.pf-item{
	width:25%;
}
.p-filters li{
	display:block;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
	width:120px;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	color: #af9f66;
	border:1px solid #af9f66;
    font-size: 13px;
	font-weight:500;
	-webkit-transition: all 0.3s ease;	
    transition: all 0.3s ease;
}
.p-filters li+li{
	margin:0 0 0 25px;
}
.p-filters li.is-checked,
.p-filters li:hover{
	background:#af9f66;
	color:#080808;
}
.pf-item__link{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.pf-item__link:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.3s ease;	
    transition: all 0.3s ease;	
}
.pf-item__link:hover:after{
	opacity:1;
}
.video .pf-item__link:after{
	opacity:0.1;
}
.video .pf-item__link:hover:after{
	opacity:1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.video-inner{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
	color:#fff;
	text-align:center;
}
.video__title{
	padding:0 7px;
	font-size:1.1rem;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:2rem;
}
.video__date{
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:1rem;
}
.pf-wrap{
	height:1px;
	overflow:hidden;
}
#section4{
	background-color:#0b0b0b;
	color:#fff;
	overflow:hidden;
}
.rev-slide{
	padding:14rem 0 8rem 0;
}
.heading.pos-abs{
	position:absolute;
	top:4rem;
	left:0;
	width:100%;
	z-index:1;
}
.rev-slide-wrap{
	border: 1px solid #47422d;
	padding-top:0;
	padding-left:2rem;
	padding-right:2rem;
	padding-bottom:3.3rem;
}
.rev-ava{
	position:relative;
	margin-top:-80px;
	margin-bottom:2rem;
}
.rev-title{
	font-size:14px;
	color:#af9f66;
	margin-bottom:2rem;
}
.rev-text{
	color:#fff;
	font-size:14px;
	line-height:1.4rem;
}
.bx-controls{
	position: absolute;
    bottom: 4rem;
	width:100%;
}
.bx-controls-direction{
	max-width:1140px;
	margin:0 auto;
	text-align:center;
}
.bx-prev,
.bx-next{
	text-indent:-999999px;
	position:relative;
	display:inline-block;
	width:67px;
	height:14px;
	background-image:url(../images/arrow.svg);
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: all 0.3s ease;	
    transition: all 0.3s ease;	
	margin:0 10px;
}
.bx-next{
	 -webkit-transform: rotate(180deg);    
	-moz-transform: rotate(180deg);        
	-o-transform: rotate(180deg);          
	-ms-transform: rotate(180deg);         
	transform: rotate(180deg);
}
.bx-controls-direction a.disabled{
	opacity:0.4;
	cursor:default;
	pointer-events:none;
}
.header__phones a.tg--link{
    display: block;
    width: 28px;
    margin-top: 18px;
    height: 28px;
    background-image: url(../images/tg.svg);
    background-repeat: no-repeat;
    background-size: 28px;
}
.contact{
	display:inline-block;
}
.cases--slider{
	display: none;
}
.cases--slider.swiper-initialized{
	display: block;
	position: relative;
}
.swiper-slide {
	height: auto!important;
}
#section4{
	padding:5rem 0 7rem 0;
}
.cases--outer img{
	border-radius:10px;
}
.cases--slide{
	text-align: center;
}
.cases--outer{
	display: inline-block;
	padding:5px;
	border-radius: 10px;
	background: #fff;
}
.img-popup2:hover{
	opacity: 0.5;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px)!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
	opacity: 1;
	background: #af9f66!important;
	border: 0!important;
}
.swiper-pagination-bullet {
	width: 50px!important;
	border-radius: 4px!important;
	height: 4px!important;
	opacity: 1!important;
	border: 0!important;
	background-color: #E1E1E1!important;
	transition: all .3s ease;
}
.cases--slider .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -40px;
}
@media only screen and (max-width : 1600px) {
	#section2{
		//background-size:800px auto;
			background-position: 510px 30px;
	}
}
@media only screen and (max-width : 1400px) {
	#section2{
		//background-size:700px auto;
		background-position: 410px 30px;
	}
}
@media only screen and (max-width : 1217px) {
	.container{
		width:970px;
	}
	.top__col{
		width:70%;
	}
	.top__form{
		max-width:570px;
	}
	.top__paragraph{
		padding-right:150px;
	}
	.top__pic {
		position: absolute;
		width: 660px;
		right: -70px;
		z-index: 2;
		bottom: 0;
	}
	.header__phones a{
		font-size:1rem;
	}

	.page__nav-item+.page__nav-item {
		padding-left: 20px;
	}
	.contact__item{
		position:relative;
		width:292px;
		float:left;
		height:500px;
		margin-top: -50px;
	}
	.contact__item+.contact__item{
		margin-left:80px;
	}
	#section6{
		padding-bottom:3.3rem;
	}
	#section2 {
		background-size: 530px auto;
		background-position: right 40px;
	}
	.tabs {
		margin: 0 0 3rem 0;
	}
	.tabs .tab a{
		padding:0 10px;
		border:0;
	}
	.tabs .tab+.tab {
		margin-left: 0px;
	}
	.services-wrap {
		padding-bottom: 4rem;
		margin-bottom: 4rem;
	}
	.pf-item{
		width:33.333333%;
	}
}
@media only screen and (max-width : 992px) {
	.container{
		width:750px;
	}
	.top__col{
		width:100%;
	}
	.top__paragraph{
		padding-right:0;
	}
	.top__pic {
		position: relative;
		width: 400px;
		right: auto;
		z-index: 2;
		bottom: auto;
		display:block;
		margin:0 auto;
	}
	.top__form {
		max-width: 570px;
		display:none;
		margin: 0 auto 60px auto;
	}
	.top__mobile-btn{
		display:block;
		text-align:center;
		margin-bottom:2rem;
	}
	.heading_h1,
	.top__subtitle,
	.top__bottomtitle,
	.top__paragraph{
		display:block;
		text-align:center;
	}
	.top__paragraph {
		margin: 50px 0;
	}
	.heading_h1{
		font-size: 3rem;
		line-height: 3.7rem;
	}
	.sidenav {
		width: 270px;
		padding-top: 3.3rem;
		background-color: #101010;
		z-index: 10001;
		-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
	}
	.sidenav-overlay {
		z-index: 1000;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.ham-btn{
		display:block;
		cursor: pointer;
		position: absolute;
		left: 1rem;
		top: 28px;
		width: 20px;
		z-index: 2;
		height: 14px;
	}
	.ham-btn span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #af9f66;
		opacity: 1;
		left: 0;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.ham-btn span:nth-child(1) {
	  top: 0px;
	}

	.ham-btn span:nth-child(2),
	.ham-btn span:nth-child(3) {
	  top: 6px;
	}

	.ham-btn span:nth-child(4) {
	  top: 12px;
	}
	.ham-btn:hover{
		opacity:0.5;
	}
	.mobile__nav-link{
		display:block;
		background-color:transparent;
		line-height:50px;
		padding:0 20px;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 300;
		color: #af9f66;
		letter-spacing: 1.5px;
	}
	.mobile__nav-link+.mobile__nav-link{
		border-top:1px solid #1f1c1c;
	}
	.mobile__nav-link:hover{
		color: #af9f66;
		background-color:#151515;
	}
	.about-wrap__item {
		width: 33.3333%;
		float: left;
		margin-bottom:1.7rem;
	}
	.contact__item{
		position:relative;
		height:450px;
		float:left;
	}
	.contact__item+.contact__item{
		margin-left:70px;
	}
	.contact__title{
		margin-bottom:2rem;
	}
	.contact__bottom-title {
		font-size: 1.1rem;
	}
	#main__form {
		width: 90%;
	}
	.step__item {
		width: 33.3333%;
		margin-bottom: 3.3rem;
		margin-right: -3px;
	}
	.step__item:nth-child(3) .step__item-title:after{
		display:none;
	}
	#section5 {
		padding: 4rem 0 12rem 0;
	}
	.bottom-form {
		padding-top: 50px;
	}
	.heading {
		margin: 0 0 2rem 0;
	}
	.why__btn {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.why__item {
		margin-bottom: 2rem;
	}
	#section2 {
		background-image:none;
	}
	.video-inner img{
		height: 40px;
	}
	.video__title {
		font-size: 1rem;
		letter-spacing: 1px;
		margin-top: 1rem;
	}
	.video__date{
		margin-top:10px;
	}
	.p-filters {
		margin: 0rem 0 2rem 0;
	}
	.rev-slide-wrap{
		padding:0 3rem 3rem 3rem;
	}
	.bx-next {
		right: -1rem;
	}
	.bx-prev{
		left: -1rem;
	}
	.bx-next:hover {
		right: -23px;
	}
	.bx-prev:hover{
		left: -23px;
	}
	.rev-slide {
		padding: 14rem 0 4rem 0;
	}
	.bx-controls {
		bottom: 1rem;
	}
	.header__phones a.tg--link {
		margin-top: 19px;
	}
}
@media only screen and (max-width : 768px) {
	.container{
		width:580px;
	}
	.top__form {
		max-width: 100%;
		margin: 0 auto 60px auto;
	}
	.top {
		padding: 8rem 0 0 0;
	}
	.about-wrap__counter {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.contact__item.bg-cover{
		position:relative;
		width:250px;
		height:450px;
		float:none;
		margin-top: 0;
	}
	.contact__item+.contact__item{
		margin-left:0;
	}
	.contact__item:last-child{
		margin-left:auto;
		margin-right:auto;
		margin-top:-50px;
	}
	.contact-column{
		width:100%!important;
		margin-top:0;
		display:block;
		float:none;
		height:380px;
		padding-top:2rem;
	}
	.contact-column .inner-wrap{
		display:block;
	}
	#section6{
		padding: 5rem 0 3rem 0;
	}
	.step__item:nth-child(3) .step__item-title:after{
		display:block;
	}
	.step__item:nth-child(2) .step__item-title:after,
	.step__item:nth-child(4) .step__item-title:after{
		display:none;
	}
	.step__item-title {
		margin-bottom: 1rem;
	}
	.step__item-title img{
		height: 36px;
	}
	#main__form {
		width: 100%;
		padding: 2rem 1rem;
		margin-bottom: 0;
		box-shadow: none;
	}
	.bottom__form-title {
		font-size: 1.1rem;
		margin: 0 0 2rem 0;
	}
	.bottom__form-button {
		margin-top: 2rem;
	}
	.step__item {
		width: 50%;
		margin-bottom: 2rem;
		margin-right: -2px;
	}
	#section5 {
		padding: 4rem 0;
	}
	#section2{
		padding:4rem 0;
	}
	.why__img{
		height:36px;
	}
	.why__item {
		margin-bottom: 1rem;
	}
	.why {
		padding: 2rem 1rem 0 2rem;
	}
	.tabs{
		height:60px;
		margin: 0 0 2rem 0;
	}
	.services-wrap {
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}
	.bx-wrapper{
		cursor:move;
	}
	.rev-slide-wrap {
		padding: 0 2rem 2rem 2rem;
	}
	.rev-ava {
		margin-top: -60px;
		margin-bottom: 1rem;
	}
	.rev-ava img{
		height:120px;
	}
	.rev-title{
		margin-bottom:1rem;
	}
	.rev-slide {
		padding: 12rem 0 4rem 0;
	}
	.contact {
		display: block;
	}
}
@media only screen and (max-width : 600px) {
	.container{
		width:100%;
		padding:0 10px;
		max-width:480px;
		min-width:300px;
	}
	.heading_h1 {
		font-size: 2rem;
		line-height: 2.7rem;
	}
	.top__subtitle {
		font-size: 1.1rem;
		margin-bottom:10px;
	}
	.top__bottomtitle {
		font-size: 1.1rem;
	}
	.top__paragraph {
		margin: 30px 0;
		font-size:14px;
		line-height:20px;
	}
	.top__form-title {
		font-size: 1.3rem;
		line-height: 1.3rem;
	}
	.top__form {
		padding: 20px 1rem;
	}
	.top__form-text {
		font-size: 14px;
		line-height: 20px;
	}
	.top__form .input-row {
		width: 100%;
	}
	.top__form .input-row+.input-row{
		margin-top:1rem;
	}
	.top__form-button {
		padding-top: 30px;
	}
	.big_btn{
		height: 40px;
		line-height: 40px;
		font-size: 1.1rem;
	}
	.top__pic{
		width:310px;
	}
	.header__phones a {
		font-size: 13px;
	}
	.about-wrap__counter {
		font-size: 2rem;
		line-height: 2rem;
	}
	.about-wrap__item {
		width: 100%;
		margin-bottom:0;
	}
	.about-wrap__item+.about-wrap__item{
		margin-top:1.5rem;
	}
	.about-wrap__text {
		font-size: 14px;
		margin-top:1rem;
	}
	#section1 {
		padding: 3.3rem 0;
	}

	#section6{
		padding: 3.3rem 0 3.3rem 0;
	}
	.contact__box+.contact__box {
		margin-top: 1rem;
	}
	.contact__bottom-link {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
	.contact__bottom-link img {
		max-height: 16px;
	}
	#map {
		height: 320px;
	}
	#section5 {
		padding: 3.3rem 0;
	}
	.step__item-title:after {
		display:none!important;
	}
	.step__item {
		width: 100%;
		margin-bottom: 2rem;
		margin-right: 0;
		display:block;
	}
	.bottom-form {
		padding-top: 2rem;
		padding-left:1rem;
		padding-right:1rem;
		padding-bottom:1rem;
	}
	.step__item-title img {
		height: 24px;
	}
	.bottom__form-row .input-row {
		width: 100%;
	}
	.bottom__form-row .input-row+.input-row {
		margin-top: 1rem;
	}
	#section2{
		padding:3.3rem 0;
		background-size:300px auto;
	}
	.why__img {
		height: 24px;
	}
	.services-wrap {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	.why__item {
		margin-bottom: 1rem;
	}
	.why__btn{
		padding:0 1rem;
	}
	.services__item {
		font-size: 14px;
		line-height: 1.4rem;
	}
	.pf-item {
		width: 50%;
	}

	.video__title,
	.video__date{
		display:none;
	}
	.p-filters li{
		width: 90px;
	}
	.p-filters li+li {
		margin: 0 0 0 5px;
	}
	#section3{
		padding-top:0;
	}
	.rev-slide-wrap {
		padding: 0 1rem 2rem 1rem;
	}
	.heading.pos-abs {
    top: 3rem;
	}
	.rev-slide {
		padding: 11rem 0 3.3rem 0;
	}
	.header__phones a.tg--link {
		width: 22px;
		margin-top: 22px;
		height: 22px;
		background-size: 22px;
	}
	.contact-column {
		height: 350px;
	}
	.contact__item.bg-cover{
		height:380px;
	}
	#section4 {
		padding: 3.3rem 0 5.3rem 0;
	}
	.cases--slider .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -30px;
	}
}
