/*
  Theme Name: Rusvol Th
  
  Author: Max
  
  Version: 1.1
  */

@import 'fonts/fonts.css';

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background: #000;
    color: #fff;
}

*,
*:before,
*:after{
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

p {
    
}


a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.page{
	position: relative;
	overflow: hidden;
}

/* Container */
.intro .order .get_order.mob{
	display: none;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.inner .wrapper{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

/*header*/
.header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*height: 170px;*/
	background: #11111182;
	min-height: 39px;
}
.header.fixed{
    background: #000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    transform: translate3d(0, 0, 0);
}
.header .order_blocks{
	display: flex;
	/*нужен ли фон*/
	background: #ffd15c4f;
}
.header .order_blocks .callback{
	max-width: 530px;
    width: 40%;
    margin-right: 0;
    margin-left: auto;
    color: #fff;
	margin-bottom: 5px;
    display: flex;
	justify-content: space-between;
}
.header .order_blocks .callback .mobiles_phones{
	width: 47%;
}
.header .order_blocks .callback .mobiles_phones .phone_link{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
    text-decoration: none;
	margin-bottom: 7px;
    display: flex;
    align-items: center;
	/*width: 45%;*/
	width: 64.5%;
	margin-left: 45px;
	display: block;
}
.header .order_blocks .callback .mobiles_phones .phone_link span{
	position: relative;
}
.header .order_blocks .callback .mobiles_phones .phone_link span::before{
	position: absolute;
    content: url(images/header/phone.png);
    top: 0;
    left: -40px;
}
.header .order_blocks .get_order{
min-width: 200px;
	width: 45%;
height: 57px;
background: #FFD15C;
border-radius: 8px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;
text-align: center;
color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
.nav{
	max-width: 900px;
	margin-left: 0;
	margin-right: auto;
}
.nav .nav_link{
	margin-left: 35px;
	margin-right: 35px;
	color: #fff;
	font-family: 'Raleway';
font-size: 14px;
font-weight: 500;
line-height: 16px;
letter-spacing: -0.01em;
/*text-align: left;*/
text-decoration: none;
}
.nav .nav_link:first-child{
	margin-left: 0;
}
.nav .nav_link:last-child{
	margin-right: 0;
}
.header .inner{
    /*padding-top: 56px;
    padding-bottom: 56px;*/
	padding-top: 8px;
}

.header .wrapper{
    /*max-width: 1120px;*/
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.header .order{
    /*width: 493px;*/
	/*width: 70%;
    margin-right: 0;*/
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.header .order .phones{
	display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 460px;
}

.header .order .phone_link{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
	width: 45%;
	margin-left: 45px;
}

.header .order .phone_link span{
    position: relative;
}

.header .order .phone_link span::before{
    position: absolute;
    content: url(images/header/phone.png);
    top: 0;
    left: -40px;
}

.header .order .get_order{
    width: 250px;
height: 57px;
background: #FFD15C;
border-radius: 8px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;
text-align: center;
color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}

/*intro order*/
.intro .order{    
	/*width: 70%;
    margin-right: 0;*/
	/*width: 100%;*/
	width: 440px;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
	margin-bottom: 200px;
}

.intro .order .phones{
	display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 460px;
	flex-wrap: wrap;
}

.intro .order .phone_link{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
	/*width: 45%;*/
	width: 64.5%;
	margin-left: 45px;
	display: block;
}

.intro .order .phone_link span{
    position: relative;
}

.intro .order .phone_link span::before{
    position: absolute;
    content: url(images/header/phone.png);
    top: 0;
    left: -40px;
}

.intro .order .get_order{
    width: 250px;
height: 57px;
background: #FFD15C;
border-radius: 8px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;
text-align: center;
color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
/*intro_order*/

/*intro*/
.intro{
    background: url(images/intro/introbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 690px;
    padding-top: 60px;
	/*padding-top: 310px;*/
    padding-bottom: 225px;
}

.intro .title{
   font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 150px;
line-height: 0.88;
letter-spacing: -0.01em;
    padding-top: 15px;
color: #FFFFFF;
/*padding-left: 30px;*/
width: 100%;
}

.intro .intro_block{
   width: 100%;
	max-width: 880px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.intro .intro_block .img_block{
	width: 25%;
}

.intro .intro_block .img_block img{
	width: 100%;
	height: auto;
}

.intro .intro_block .text_block{
	width: 74.5%;
}

.intro .title span{
    position: relative;    
}

.intro .title .logo_img{
	width: 150px;
	top: 20px;
}

/*.intro .title span::before{
    position: absolute;
    z-index: -1;
    content: url(images/intro/logo.png);
    top: -30px;
    left: -10px;
}*/

.intro .suptitle{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 37px;
letter-spacing: -0.01em;
padding-left: 15px;
color: #FFFFFF;
    width: 100%;
}

.intro .suptitle{
    /*max-width: 810px;
    
	margin-left: 195px;
	    top: -20px;
    position: relative;*/
}

/*services*/
.services{
   padding-top: 125px; 
}

.services .services_text{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;

color: #C6C6C6;
    margin-bottom: 135px;
}

.services .title{
   font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 47px;
color: #FFFFFF;
    margin-bottom: 120px;
    width: 100%;
    text-align: center;
}

.services .services_items{
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services .services_items .item{
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 86px;
}

.services .services_items .item .item_img{
    width: 144px;
    position: relative;
        text-align: right;
}

.services .services_items .item .item_img .num{
    /*font-family: 'Overpass';*/
font-style: normal;
font-weight: 500;
font-size: 123px;
line-height: 156px;
letter-spacing: -0.01em;

color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -80px;
}

.services .services_items .item .item_img .serv_img{
    width: 67px;
    margin-right: 0;
    margin-left: auto;
}

.services .services_items .item .text{
    width: 70%;
}

.services .services_items .item .text .ttl{
    margin-bottom: 12px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 28px;

color: #FFFFFF;
}

.services .services_items .item .text .content{
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #C6C6C6;
}

.services .serv_bg{
    min-height: 760px;
    background: url(images/services/serv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.services .block_order{
	display: none;
}

/*преимущества*/
.preim{
    /*padding-top: 90px;*/
    padding-bottom: 135px;
}

.preim .wrapper{
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.preim .item{
   width: 100%;
   margin-bottom: 50px;    
}

.preim .item:nth-child(2n){
	
}

.preim .item:nth-child(2n+1){
	
}

.preim .item .text{
    border-bottom: 2px dashed #FFD15C;
}

.preim .item .text{
   max-width: 45%;
   font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
/*display: flex;
align-items: flex-end;*/
position: relative;
color: #C6C6C6; 
    padding-bottom: 15px;
}

.preim .item:nth-child(2n+1) .text{
	margin-left: auto;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 25px;
}

.preim .item:nth-child(2n) .text{
	margin-left: 0;
   margin-right: auto; 
    padding-left: 25px;
    padding-right: 50px;
}

/*.preim .item .text.right{
   margin-left: 0;
   margin-right: auto; 
    padding-left: 25px;
    padding-right: 50px;
}

.preim .item .text.left{
   margin-left: auto;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 25px;
}*/

.preim .item .text.right::after, .preim .item:nth-child(2n) .text::after{
    content: url(images/preim/tag.png);
    top: -10px;
    right: -20px;
    position: absolute;
}

.preim .item .text.left::after, .preim .item:nth-child(2n+1) .text::after{
    content: url(images/preim/tag.png);
    top: -5px;
    left: -10px;
    position: absolute;
}

.preim .title{
   width: 100%;
    margin-bottom: 75px;
    text-align: center;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 47px;
color: #FFFFFF;
}
.preim .text{
	margin-bottom: 40px;
	width: 100%;
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;

color: #C6C6C6;
}
/*Карта проектов*/
.map{
    
}

.map .title{
   width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 47px;
color: #FFFFFF;
}

.map .suptitle{
   width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #C6C6C6;
}

.map .img{
    width: 100%;
    text-align: center;
    margin-bottom: 125px;
}

.map .img .map_img{
    width: 100%;
    height: auto;
}

.map .map_bg{
    min-height: 500px;
    background: url(images/map/map_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*reviews*/
.reviews{
    padding-top: 130px;
    padding-bottom: 120px;
}

.reviews .wrapper{
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.reviews .title{
    margin-bottom: 45px;
    width: 100%;
    text-align: center;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 47px;
color: #FFFFFF;
}

.reviews .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.reviews .bx-wrapper .bx-prev{
    width: 73px;
    height: 105px;
    top: 45%;
    left: -80px;
    background: url(images/reviews/arr_prev.png);
}

.reviews .bx-wrapper .bx-next{
    width: 73px;
    height: 105px;
    top: 45%;
    right: -80px;
    background: url(images/reviews/arr_next.png);
}

.reviews .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.reviews .item .review_doc{
    width: 48%;
}

.reviews .item .review_doc .rw_img{
    width: 100%;
    height: auto;
    max-height: 630px;
}

.reviews .item .review_text{
    width: 48%;
}

.reviews .item .review_text .review_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.reviews .item .review_text .review_title .img{
    width: 80px;
}

.reviews .item .review_text .review_title .img .author_img{
    width: 100%;
    height: auto;
}

.reviews .item .review_text .review_title .review_name{
    width: 80%;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 26px;
/*display: flex;
align-items: center;*/

color: #FFFFFF;
}

.reviews .item .review_text .review_content{
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #C6C6C6;
    max-width: 80%;
}

.reviews .item .review_text .review_content p{
    margin-bottom: 20px
}

.reviews .bx-wrapper .bx-pager{
    /*display: none;*/
}

/*works*/
.works{
    /*padding-top: 120px;*/
    padding-bottom: 145px;
}

.works .title{
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 47px;
color: #FFFFFF;
}

.works .partners{
    /* overflow-x: scroll;
 overflow-y: hidden;
 white-space: nowrap;  /* чтобы картинки стояли в одну линию, не переходя на другую строку */
/* word-wrap: normal;  /* то же для IE */
}


.works .partners .item img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.works .partners .item{
    /*background-position: center!important; 
    background-repeat: no-repeat!important; 
    background-size: contain!important;
    /*max-width: 305px!important;*/
    
}

.works .partners .bxslider-2{
    /*display: flex;
    justify-content: space-between;*/
}

.works .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-bottom: 0;
}

.works .partners .item{
   min-height: 95px; 
}

/*contacts_us*/
.contacts_us{
    position: relative;
}

.contacts_us .map_contacts{
    width: 100%;
    min-height: 662px;
}

.contacts_us .map_contacts iframe{
    width: 100%;
    height: auto;
    min-height: 662px;
}

.contacts_us iframe {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.contacts_us .address{
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    bottom: 0;
    margin-top: 165px;
    margin-bottom: 165px;
}

.contacts_us .address .our_adress, .contacts_us .our_adress{
    width: 495px;
    /*height: 335px;*/
    padding: 32px;
    margin-left: auto;
    margin-right: 0;
    background: #fff;
    text-align: right;
	position: absolute;
	top: 150px;
	right: 120px;
}

.contacts_us .address .our_adress .ttl, .contacts_us .our_adress .ttl{
    margin-bottom: 42px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 47px;
color: #000000;
	/*text-align: center;*/
}

.contacts_us .address .our_adress .addr, .contacts_us .our_adress .addr{
    font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 25px;
color: #000000;
    margin-bottom: 48px;	
}

.contacts_us .address .our_adress .our_phones, .contacts_us .our_adress .our_phones{
	display: flex;
	justify-content: space-between;
}

.contacts_us .address .our_adress .phone_link, .contacts_us .our_adress .phone_link{
	width: 45%;
    display: block;
    /*font-family: 'Raleway';*/
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
    margin-bottom: 45px;
    text-decoration: none;
color: #000000;
}

.contacts_us .address .our_adress .phone_link span, .contacts_us .our_adress .phone_link span{
    position: relative;
}

.contacts_us .address .our_adress .phone_link span::after, .contacts_us .our_adress .phone_link span::after{
    position: absolute;
    content: url(images/contacts_us/phone.png);
    top: 0;
    left: -40px;
}

.contacts_us .address .our_adress .call_order, .contacts_us .our_adress .call_order{
    background: #FFD15C;
border-radius: 8px;
    width: 156px;
height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #000000;
    text-decoration: none;
    margin-left: auto;
    margin-right: 0;
}

/*footer*/
.footer{
    padding-top: 120px;
    padding-bottom: 120px;
}

.footer .wrapper{
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.footer .logo_block{
    width: 54%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .logo_block .logo_img{
	width: 20%;
}
.footer .logo_block .logo_img img{
	width: 100%;
	height: auto;
}
.footer .logo_block .logo_text{
	width: 78%;
}

.footer .logo_block .logo{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 101.489px;
line-height: 0.9;
letter-spacing: -0.01em;
color: #FFFFFF;
    max-width: 420px;
}

.footer .logo_block .logo span{
    position: relative;
}

.footer .logo_block .logo .logo_img{
    max-width: 100px;
}

/*.footer .logo_block .logo span::before{
    content: url(images/footer/logo.png);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}*/

.footer .logo_block .suptitle{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
letter-spacing: -0.01em;

color: #FFFFFF;
    max-width: 420px;
    /*text-align: right;*/
	margin-left: 10px;
}

.footer .address_block{
    width: 45%;
    text-align: right;
}

.footer .address_block .address {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 35px;
}

.footer .address_block .phone_link {
    display: inline-block;
    /*font-family: 'Raleway';*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 45px;
    text-decoration: none;
    color: #fff;
    width: 45%;
}

.footer .address_block .phone_link span {
    position: relative;
}

.footer .address_block .phone_link span::after {
    position: absolute;
    content: url(images/contacts_us/phone.png);
    top: 0;
    left: -40px;
}

.footer .address_block .email_link {
    display: block;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 45px;
    text-decoration: none;
    color: #fff;
}

.footer .address_block .call_order {
    background: #FFD15C;
    border-radius: 8px;
    width: 156px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
    margin-left: auto;
    margin-right: 0;
}

/*messangers*/
.messangers{
	display: none;
}

/*media*/
@media(max-width: 1600px){
	
}

@media(max-width: 1370px){
	.header .order_blocks .callback .mobiles_phones{
		min-width: 248px;
	}
}


@media(max-width: 1240px){
	.reviews .item .review_doc{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	
	.reviews .item .review_text{
		width: 100%;
	}
	
	.reviews .item .review_text .review_title{
		max-width: 415px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.reviews .item .review_text .review_content{
		margin-left: auto;
		margin-right: auto;
	}
	
	.reviews .bx-wrapper .bx-prev{
		top: 85%;
		width: 20px;
		height: 41px;
		left: 10px;
		background-size: cover;
	}
	
	.reviews .bx-wrapper .bx-next{
		top: 85%;
		width: 22px;
		height: 41px;
		right: 10px;
		background-size: cover;
	}
	
	.services .serv_bg{
		background-size: contain;
		min-height: 559px;
	}
	
	.map .map_bg{
		background-size: contain;
		min-height: 380px;
	}
	
	.header .order_blocks .callback{
		min-width: 530px;
	}
}

@media(max-width: 1030px){
	.header .inner {
        /*padding-top: 25px;
       padding-bottom: 25px;*/
    }	
	
	.intro .title{
		font-size: 65px;
	}
	
	.intro .title .logo_img{
	    width: 70px;
	    top: 20px;
    }
	
	/*.intro .title span::before{
		content: url(images/intro/logo_mob.png);
		top: -10px;
        left: -10px;
	}*/
	
	.intro .suptitle{
		font-size: 12px;
    line-height: 1;
    letter-spacing: -0.01em;
    /*max-width: 370px;*/
		padding-left: 8px;
	}
	
	.intro{
		min-height: 300px;
		/*padding-top: 100px;*/
        padding-bottom: 125px;
	}
	.intro .order{
		margin-bottom: 70px;
	}
	.intro .order .get_order{
		height: 36px;
		    font-size: 16px;
    line-height: 18px;
	}
	.preim .text{
		font-size: 16px;
    line-height: 18px;
		text-align: left;
	}
	.intro .intro_block .img_block {
    width: 15%;
}
	
	.intro .intro_block .text_block {
    width: 84%;
}
	
	.services {
       padding-top: 80px;
    }
	
	.services .services_text{
		margin-bottom: 80px;
		font-size: 16px;
        line-height: 19px;
		text-align: left;
	}	
	
	.footer .address_block {
       width: 45%;
       text-align: right;
    }
	
	.footer .logo_block .logo{
		font-size: 98px;
	}
}
/* Nav toggle*/
.nav-toggle{
    position: absolute;
    padding: 15px 0;
    display: none;
    
    font-size: 0;
    color: transparent;
    border: 0;
    background: none;
    cursor: pointer;
    
    width: 30px;
    top: 5px;
    left: 25px;
    z-index: 1;
}

.nav-toggle:focus{
    outline: 0;
}

.nav-toggle_item{
    display: block;
    
    width: 100%;
    height: 2px;
    background-color: #fff;
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    
    transition: background 0.2s linear; 
}

.nav-toggle.active .nav-toggle_item{
    background: none;
}

.nav-toggle_item:before,
.nav-toggle_item:after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    
    position: absolute;
    
    right: 0;
    
    left: 0;
    margin: auto;
    
    transition: transform 0.2s linear;
}

.nav-toggle.active .nav-toggle_item:before{
    transform-origin: left top;
    transform: rotate(45deg) translate3d(0px, -2px, 0);
}

.nav-toggle.active .nav-toggle_item:after{
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(0px, 3px, 0);
}


.nav-toggle_item:before{
    top: -8px;
}

.nav-toggle_item:after{
    bottom: -8px;
}
.footer .address_block .call_order.mob{
	display: none;
}
@media(max-width: 780px){
	.header .order_blocks .callback{
		margin-top: 20px;
	}
	.header .order_blocks{
		display: none;
	}
	
	.nav-toggle {
    display: block;
}
	.nav{
		display: none;
	}
	.nav.active{
		display: block;
		width: 100%;
   background: #11111182;
		/*background: #000;*/
    z-index: 9999;
    position: absolute;
    top: 39px;
    left: 0;
	}
	.nav .nav_link, .nav .nav_link:first-child, .nav .nav_link:last-child{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 12px;
		margin-bottom: 12px;	
    margin-left: 5px;
		margin-right: 5px;}
	.header .order{
	width: 100%;
    margin-right: auto;
    margin-left: auto; 
		flex-wrap: wrap;
}

.header .order .phones{
	width: 100%;
    max-width: 100%;
	margin-right: auto;
    margin-left: auto;
	    margin-bottom: 20px;
}

.header .order .phone_link{
   	width: 45%;
	    margin-left: 50px;
}	
	
	.header .order .get_order{
		margin-right: auto;
    margin-left: auto;
	}
	
	.intro {
    /*padding-top: 140px;*/
}
	
	.services .title{
		font-size: 24px;
        line-height: 28px;
		margin-bottom: 80px;
	}
	
	.services .services_items .item{
		width: 100%;
	}
	
	.services .services_items .item .text{
		width: 100%;
	}	
	
	.services .services_items .item .item_img{
		width: 100%;
	}
	
	.services .services_items .item .text .ttl{
		font-size: 18px;
        line-height: 21px;
	}
	
	.services .services_items .item .text .content{
		font-size: 16px;
        line-height: 19px;
	}
	
	.services .serv_bg {
		min-height: 300px;
	}
	
	.preim .title{
		font-size: 24px;
        line-height: 28px;
		margin-bottom: 80px;
	}
	
	.preim .item .text{
		max-width: 100%;
	}
	
	.preim{
		padding-bottom: 70px;
	}
	
	.map .title{
		font-size: 24px;
        line-height: 28px;
	}
	
	.map .suptitle{
		font-size: 14px;
        line-height: 16px;
	}
	
	.reviews {
       padding-top: 70px;
       padding-bottom: 70px;
    }
	
	.reviews .title{
		font-size: 24px;
        line-height: 28px;
	}
	
	.works{
		padding-bottom: 55px;
	}
	
	.works .title{
		font-size: 24px;
        line-height: 28px;
		margin-bottom: 40px
	}
	
	.contacts_us .address .our_adress .ttl{
		font-size: 24px;
        line-height: 28px;
		margin-bottom: 25px;
	}
	
	.contacts_us .address .our_adress .addr, .contacts_us .address .our_adress .phone_link{
		font-size: 18px;
        line-height: 20px;
	}
	
	.contacts_us .address .our_adress {
        width: 395px;
		/*height: 285px;*/
	}
	
	.footer {
        padding-top: 80px;
        padding-bottom: 70px;
     }
	
	.footer .address_block{
		width: 100%;
		order: 1;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.footer .address_block .call_order{
		margin-left: auto;
		margin-right: auto;
	}
	.footer .address_block .call_order.pc{
	   display: none;
    }
	.footer .address_block .call_order.mob{
	   display: flex;
    }
	.footer .logo_block{
		width: 100%;
		order: 2;
		max-width: 302px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer .logo_block .logo{
		font-size: 52px;
        line-height: 52px;
	}
	
	/*.footer .logo_block .logo span::before {
		content: url(images/footer/logo_fmob.png);		
	}*/
	
	.footer .logo_block .suptitle{
		margin-right: 15px;
	}
	
	.footer .address_block .address, .footer .address_block .phone_link, .footer .address_block .email_link{
		font-size: 18px;
        line-height: 1;
	}
}
.phone_link.mob {
    display: none;
}
.footer .col_mob {
    display: none;
}

.contacts_us .address .our_adress, .contacts_us .our_adress{
	right: 70px;
}
.mobile_phones{
	display: none;
}

@media(max-width: 550px){
.mobile_phones{
	display: block;
	margin-left: auto;
    margin-right: 10px;
}	
	.header{
		height: 64px;
	}
	.nav-toggle{
		top: 15px;
	}	
	
	/*блок поделиться*/
	.footer .col_mob {
        position: fixed;
        z-index: 9001;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: #E6E6E6;
        border-radius: 5px;
        padding: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .col_mob img, .footer .col_mob svg {
        width: 30px;
        height: 30px;
    }

    .footer .col_mob ._messenger path {
        fill: #0087FB;
    }

    .footer .col_mob ._wa path {
        fill: #139E26;
    }

    .footer .col_mob ._tg path {
        fill: #0088C9;
    }

    .footer .col_mob ._vib path {
        fill: #7D539B;
    }

    .footer .col_mob ._mail path {
        fill: #777777;
    }

    .footer .col_mob a {
        color: white;
    }

    .footer .col_mob .fas {
        color: black;
    }

    .footer .col_mob a img {
    }

	/*блок поделиться*/
	.intro .order .get_order.pc{
		display: none;
	} 
	.intro .order .get_order.mob{
		display: flex;
	} 
	.phone_link.mob{
	   display: block;
		width: 100%;
    text-align: right;
    max-width: 200px;
    margin-right: 0;
    margin-left: auto;
		color: #fff;
		text-decoration: none;
    }
	.phone_link.mob span{
		position: relative;
	}
	.phone_link.mob span::before {
    position: absolute;
    content: url(images/header/phone.png);
    top: -5px;
    left: -40px;
}
	.intro .order{
		display: none;
	}
	.intro .title {
       font-size: 38px;
		padding-top: 0;
    }
	
	.intro .intro_block{
		margin-top: 8px;
	}
	
	.intro .suptitle {
        font-size: 7px;
        padding-left: 6px;
     }
	
	.intro .title .logo_img{
		width: 45px;
	}
	
	.header .order .get_order{
		display: none;
	}
	
	.header .order{
		display: block;
		text-align: right;
	}
	
	.header .order .phone_link{
		display: block;
	}
	
	.intro{
		min-height: 170px;
		padding-top: 67px;
        padding-bottom: 52px;
	}
	
	.contacts_us .address{
		display: none;
	}
	.contacts_us .our_adress{
		display: none;
	}
	.contacts_us .map_contacts iframe, .contacts_us .map_contacts{
		min-height: 170px;
	}
	
	.services .services_items .item .item_img .num{
		top: -20px;
        left: 30%;
	}
	
	.services .services_items .item{
		margin-bottom: 45px;
	}
	
	.services .title{
		margin-bottom: 35px;
	}
	
	.services .block_order{
	   display: block;
		width: 100%;
		margin-bottom: 70px;
    }
	.intro .order .get_order{
		display: none;
	}
	.services .block_order .order_btn{
	   margin-left: auto;
		margin-right: auto;
		width: 156px;
        height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'Raleway';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
		text-decoration: none;
		background: #FFD15C;
        border-radius: 8px;
    }
	
	.reviews .item .review_text .review_title .review_name{
		width: 70%;
		font-size: 18px;
        line-height: 21px;
	}
	
	.reviews .item .review_text .review_title{
		margin-bottom: 24px;
	}
	
	.footer .logo_block .suptitle{
		font-size: 13px;
        line-height: 16px;
	}
	
	/*messangers*/
	.messangers{
	    display: block;
		padding-top: 60px;
		padding-bottom: 60px;
		background: #212121;
    }
	
	.contacts_us .map_contacts{
		background: #212121;
	}
	
	.messangers .title{
	    font-family: 'Raleway';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #FFFFFF;
		margin-bottom: 16px;
		width: 100%;
    }
	
	.messangers .stitle{
	    font-family: 'Raleway';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 14px;
	    line-height: 16px;
	    text-align: center;
        text-align: center;
	    color: #C6C6C6;
		margin-bottom: 45px;
		width: 100%;
    }
	
	.messangers .socials{
	    text-align: center;
		width: 100%;
    }
	
	.messangers .socials .soc_links{
	    margin-left: 20px;
		margin-right: 20px;
		text-decoration: none;
    }
	
	.messangers .socials .soc_links .soc_img{
	    
    }
}

@media(max-width: 480px){
	.header .order .phones{
		flex-wrap: wrap;
	}
	
	.header .order .phone_link{
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-bottom: 10px;
	}
	
	.intro {
       padding-top: 87px;
	}
	.footer .address_block .phone_link{
		width: 100%;
	}
}

@media(max-width: 330px){
	.messangers .socials .soc_links{
	    margin-left: 10px;
		margin-right: 10px;
		text-decoration: none;
    }
}

/*модальное окно*/
#popmake-117{
	
}

#popmake-117 .row{
	margin-bottom: 20px;
	width: 100%;
}
#popmake-117 .row input[type="email"]{
	width: 100%;
	height: 45px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #000;
	padding-left: 10px;
}
#popmake-117 .row input[type="text"]{
	width: 100%;
	height: 45px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #000;
	padding-left: 10px;
}
.intl-tel-input{
	width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
}
.intl-tel-input input{
	width: 100%;
	height: 45px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #000;
	padding-left: 10px;
}
#popmake-117 .row input[type="submit"]{
	outline: none;
	width: 100%;
    height: 45px;
    background: #FFD15C;
    border-radius: 8px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	border: 0;
}

#popmake-117 .row textarea{
	width: 100%;
    height: 110px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #000;
    padding-left: 10px;
	padding-top: 10px;
    color: #000000;    
	border: 0;
	outline: none;
	resize: none;
}

/*marqee*/
.marquee-infinite {
    margin: 0 auto;
    border: 1px solid #000;
    max-width: 100%;
    overflow: hidden;
}

.marquee-infinite div {
    display: flex;
    width: 200%;
    animation: marquee-infinite 5s linear infinite;
}

.marquee-infinite span {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.marquee-infinite img {
    width: auto;
	height: 60px;
}

.marquee-infinite div {
    display: flex;
    width: 200%;
    animation: marquee-infinite 85s linear infinite;
}

.marquee-infinite:hover div {
    animation-play-state: paused;
}


@keyframes marquee-text {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media(max-width: 1030px){
     .reviews {
         padding-top: 30px;
        padding-bottom: 0;
     }
}
@media(max-width: 1030px){
	.marquee-infinite span a{
		display: inline-block;
		/*width: 25%;*/
		width: 45%;
	}
	
	.marquee-infinite span a img{
		width: auto;
		height: auto;
		height: 75px;
	}
}

@media(max-width: 560px){
	.get_order.mob{
	    display: flex;
    }
	.get_order.pc{
	   display: none;
    }
	
	.marquee-infinite span a{
		width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.marquee-infinite span a img {
      width: auto;
      height: 55px;
    }
	
	.marquee-infinite span{
		justify-content: space-between;
	}
	
	.map .map_bg{
		min-height: 180px;
	}
	
	.services .serv_bg {
       min-height: 180px;
    }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}

.row_acceptance{
	margin-bottom: 15px;
	color: #fff;
}

.row_acceptance .wpcf7-list-item{
	margin-bottom: 0;
	margin: 0;
}

.row_acceptance span.text{
	/*display: block;*/
}

.row.row_acceptance span{
	color: #fff;
}


