body {
    margin: 0;
    font-family: 'Fira Sans', sans-serif;

    font-size: 15px;
    
    color: #212121;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}


.page{
   overflow: hidden; 
}

/* Container */
.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
  
}


/* header */
.header{
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 160px;
    box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.73);
}

.header_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
   padding-top: 22px;
    padding-bottom: 22px;
    
    /*margin-top: 30px;
    margin-bottom: 30px;*/
    flex-wrap: wrap;
    
}

.logo_text {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #0f4a8e;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 16px;
    
}

.logo_text span{
    color: #45bef5;
}

.slogan{
    vertical-align: middle;
}

.slogan p{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #212121;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}

.slogan span{
   font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #212121;
    margin: 0;
    padding-bottom: 20px; 
}


.btn_zayavka{ 
    background-color: #fd7d1f;
    width: 212px;
    height: 53px;
    border-radius: 27px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: box-shadow 0.2s linear;
    cursor: pointer;
    margin-top: 20px;
}

.btn_zayavka:hover{
    box-shadow: 0px 14px 30px 0px rgba(253, 124, 37, 0.35);
}

.phone{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #212121;
    margin: 0;
    padding-bottom: 33px; 
    padding-top: 33px;
    vertical-align: middle;
    margin-top: 14px;
}

.phone a{
    text-decoration: none;
    color: #111111;
    
}

.phone_img{
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
}


/* navigation */
.navigation{
    margin-top: 161px;
    padding-top: 31px;
  padding-bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav_links{
    font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  color: #45bef5;    
  /*color: rgb(15, 74, 142);*/
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding-left: 50px;  
  text-decoration: none; 
  transition: color 0.2s linear;    
}

.nav_links:first-child{
    padding-left: 0;
}

.nav_links.active{
    color: rgb(15, 74, 142);
    text-decoration: underline; 
}

.nav_links:hover{
    color: rgb(15, 74, 142);
    text-decoration: underline;   
}


.nav-toggle {
    position: absolute;
    padding: 15px 0;
    display: none;
    font-size: 0;
    color: transparent;
    border: 0;
    background: none;
    cursor: pointer;
    width: 30px;
    top: 30px;
    right: 30px;
    z-index: 9999;
}

.nav-toggle_item {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #234eb2;
    position: absolute;
    /*top: 0;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: background 0.2s linear;
}

.nav-toggle_item:before, .nav-toggle_item:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #234eb2;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: transform 0.2s linear;
}

.nav-toggle_item:before {
    top: -8px;
}

.nav-toggle_item:after {
    bottom: -8px;
}


/*slider*/

.reviews__btn,
.slick-arrow{
    display: block;
    font-size: 0;
    color: transparent;
    
    cursor: pointer;
    border: 0;
    background: none;

    position: absolute;
    top: 45%;
    z-index: 1;
    transform: translateY(-50%);
}

.slick-arrow:focus {
    outline: 0;
}

.reviews__btn:after, .slick-arrow:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;

    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
}

.reviews__btn--prev,
.slick-prev {
    left: 15%;
    transform: rotate(-45deg);
}

.slider_btn--next,
.slick-next{
    right: 15%;
    transform: rotate(135deg);
}



.slick-arrow {
    display: block;
    font-size: 0;
    color: transparent;

    border: 0;
    background: none;
    cursor: pointer;

    position: absolute;
    top: 48%;
    z-index: 1;
    transform: translateY(-50%);
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;

    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
}

.slick-prev {
    left: 15%;
    transform: rotate(-45deg);
}

.reviews__btn--next,
.slick-next {
    right: 10%;
    transform: rotate(135deg);
}





/*services banner*/

.data_slides{
    height: 400px;
    overflow: hidden;
}

.service_banner{
    min-height: 400px;
   /* display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;*/
}

.banner_inner{
    background: url(images/banner/santeh_serv.jpg);
    min-height: 400px;
    width: 100%;
    background-size: cover;
}


.banner_introtext{
   float: right;
   display: flex;
   /* align-items: center;
   justify-content: center;*/
   width: 50%;

   background: url(images/banner/podlojka.png);
   background-size: cover;
   min-height: 400px;
   max-height: 400px;  
}

.banner_title{
  font-size: 42px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  padding-top: 70px;
  padding-left: 122px;
  padding-right: 178px; 
  padding-bottom: 30px;   
}

.banner_subtitle{
  padding-bottom: 34px;
  font-size: 22px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  padding-left: 122px;
  padding-right: 178px;
  padding-bottom: 56px; 
}

.apply{
   padding-left: 122px; 
    margin: 0;
    padding-bottom: 35px; 
}

.btn_podrobnee{
    font-size: 14px;
  font-family: "Fira Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  border-radius: 32px;
  background-color: rgb(23, 183, 246);
  
  padding-top: 25px;
  padding-bottom: 25px; 
  padding-left: 35px;
  padding-right: 35px;    
  width: 250px;
    height: 66px;
    text-decoration: none;
}

.btn_podrobnee:hover{
    box-shadow: 0px 8px 16px 0px rgba(59, 59, 59, 0.2); 
}

/*каталог услуг*/

.services_catalog{
    display: flex;
    flex-wrap: wrap;
}


.services_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services_item{
    width: 23%;
    margin-right: 20px;
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
}


.services_item:hover {
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 35px 0px rgba(11, 47, 59, 0.25);
}


.catalog_title {
  font-size: 48px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(33, 33, 33);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 40px;  
}

.services_img{
    width: 100%;
    height: auto;
    max-width: 335px;
}

.services_title{
    
  font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(15, 74, 142);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  height: 96px;
}


.services_price {
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(60, 60, 60);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 24px;    
}


.services_about{
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(23, 183, 246);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
    
}

/* tabs*/

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: left;
    background: #cbeafb;
    border-top: 1px solid #cbeafb;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    /*color: 5d6972;*/
    font-weight: 400;
    line-height: 1.2;
    padding-left: 40px;
    border-right: 1px solid #fff;
}

td{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    /*color: 5d6972;*/
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    padding-left: 40px;
    border-bottom: 1px solid #e4e7eb;
    border-right: 1px solid #e4e7eb;
    border-left: 1px solid #e4e7eb;
}


.header_table{
   border-top: 1px solid #cbeafb; 
}

.coltable_1{
    width: 70%; 
}

.coltable_2, .coltable_3{
    width: 15%; 
}


/* Базовый контейнер табов */
.tabs {
	/*min-width: 320px;
	max-width: 800px;*/
    width: 100%;
    max-width: 1400px;
	padding: 0px;
	margin: 0 auto;
    
}
/* Стили секций с содержанием */
.tabs>section {
	padding: 15px;
    background: #fff;
    margin-bottom: 50px;
	/*border: 1px solid #ddd;*/
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 12px 25px;
	font-weight: 700;
	text-align: center;
	/*color: #f4f3f3;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;*/
	color: #17b7f6;
	
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    position: relative;
}


/* Стили для активной вкладки */
.tabs>input:checked+label {
	
	/*border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;*/
	background: #fff;
    
    font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  color: #0f4a8e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: center;
  border-radius: 15px 15px 0 0;  
  
}


label:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0f4a8e;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;

}

.tabs>input:checked+label:after {
	
    opacity: 1;
}


/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5, #tab6:checked~#content-tab6  {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/


.stoimoct_uslug{
    background-color: #f4f3f3;
    padding-bottom: 56px;
}


.stoimost_title{
    font-size: 48px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(33, 33, 33);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 46px;  
}

.tab_inner{
    display: flex;
    padding-top: 20px;
    padding-bottom: 43px;
    padding-left: 20px;
    padding-right: 20px;
}

 
@media screen and (max-width: 680px) {
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}

/* этапы сотрудничества */

.works_tapes {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding-bottom: 100px; 
}

.tapes_title {
  font-size: 48px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(33, 33, 33);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 68px;  
}

/*address*/

.address{
    display: flex;
    
    min-height: 593px;
    position: relative;
}

.map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}


.address iframe{
    min-height: 593px; 
    width: 100%;
    border-width: 0;
}

.adress_inner{
   
    box-shadow: 0px 0px 38px 0px rgba(204, 204, 204, 0.73);
    margin-top: 78px;
    width: 450px;
    height: 445px;
    background-color: #fff;
    float: right;
    padding-top: 60px;
    padding-left: 37px;
    padding-right: 48px;
    border-radius: 8px;
	position: relative;
	z-index: 2
}

.adress_inner img{
    margin-right: 20px;
}

.contact_phone, .contact_email, .contact_address, .contact_work{
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  color: #363636;
  line-height: 1.2;
  padding-bottom: 20px; 
  display: flex;
  align-items: flex-start;
}

.contact_phone img, .contact_email img, .contact_address img, .contact_work img{
    width: 15%;
}

.contact_phone div, .contact_email div, .contact_address  div, .contact_work div{
    width: 85%;
    vertical-align: middle;
}

.num{
    padding-top: 12px;
}

.container_two {
    position: relative;
/*    z-index: 2;*/
    min-height: 480px;
    width: 100%;
    max-width: 1440px;
    
    margin: 0 auto;
    /*background-color: #fff;*/
/*    float: right;*/
}


.container-one {
	width: 100%;
	margin: 0 auto
}



/* этапы сотрудничества */

.works_tapes {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding-bottom: 100px; 
}

.tapes_title {
  font-size: 48px;
  font-family: 'Fira Sans', sans-serif;
  color: rgb(33, 33, 33);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 68px;  
}

.tapes_inner{
    display: flex;
    justify-content: center;
}

.tape_first_two, .tape_second, .tape_first_one{
    width: 20%;
    padding-top: 22px;
    padding-left: 55px;
}


.tape_first_one{
    background-color: #234eb2;
    position: relative;
}

.tape_first_one:after {
    content: '';
    border: 154px solid transparent;
    border-left: 65px solid #234eb2;
    position: absolute;
    right: -219px;
    top: 6px;
    margin-top: -7px;
}

.tape_first_two{
    background-color: #234eb2;
    position: relative;
}

.tape_first_two:after {
    content: '';
    border: 154px solid transparent;
    border-left: 65px solid #234eb2;
    position: absolute;
    right: -219px;
    top: 6px;
    margin-top: -7px;
}

.tape_first_two:before {
    content: '';
    border: 150px solid transparent;
    border-left: 65px solid #f1f6ff;
    position: absolute;
    /*right: -215px;*/
    left: 0;
    top: 10px;
    margin-top: -8px;
}

.tape_second{
    background-color: #f1f6ff;
    /*position: relative;*/
}

.tape_first:before {
    content: '';
    border: 150px solid transparent;
    border-left: 65px solid #f1f6ff;
    position: absolute;
    right: -215px;
    top: 10px;
    margin-top: -8px;
}

.tape_num{
    width: 56px;
    height: 56px;
   border-radius: 50%;
    padding-top: 8px;
   
    font-size: 24px;
  font-family: 'Fira Sans', sans-serif;
  
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;    
}


.firstn{
    border: 6px solid #f1f6ff; 
    color: #f1f6ff;
}

.secondn{
    border: 6px solid #234eb2; 
    color: #234eb2;
}


.first{
    
    color: #f1f6ff;
}

.second{
    
    color: #234eb2;
}

.tape_img{
    padding-top: 30px;
    padding-left: 82px;
}

.tape_title{
   padding-top: 47px;
   padding-bottom: 40px; 
   font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: left;
}


/*наши преимущества*/

.pluses{
   background-color: #f1f6ff; 
   box-shadow: 0px 4px 10px 0px rgba(59, 59, 59, 0.2);    
}

.pluses_title{
   font-size: 48px;
  font-family: 'Fira Sans', sans-serif;
  color: #212121;
  font-weight: bold;
  line-height: 1.2;
  text-align: center; 
  padding-top: 100px;
  padding-bottom: 70px;      
}

.pluses_inner{
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 72px;
    flex-wrap: wrap;
}


.pluses_item{
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.pluses_border{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    box-shadow: 0px 6px 18px 0px rgba(59, 59, 59, 0.15);
    background: #fff;
    margin: 0 auto;
}

.pluses_img{
    padding-top: 15px;
}

.item_title{
  font-size: 22px;
  font-family: 'Fira Sans', sans-serif;
  color: #234eb2;
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;    
}




/*footer*/

.footer{
    background-color: #2a2a2a;
    
}

.footer_inner{
    display: flex;
    align-items: center;
   /* justify-content: space-between;*/
    padding-top: 52px;
    padding-bottom: 52px;
    flex-wrap: wrap;
    
}

.logo_textf {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    /*padding-top: 3px;
    padding-bottom: 3px;*/
    /*padding-right: 30px;*/
    border-right: 1px solid #fff;
    vertical-align: middle;
    width: 35%;
    padding-top: 10px;
    
}

.logo_textf span{
    color: #45bef5;
}

.footer .sloganf{
    vertical-align: middle;
    padding-left: 30px;
     width: 65%;
}

.footer .sloganf p{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    /*padding-top: 20px;
    padding-bottom: 15px;*/
}

.footer .sloganf span{
   font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    /*padding-bottom: 20px; */
}


.footer .phonef{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin: 0;
   /* padding-bottom: 33px; 
    padding-top: 33px;*/
    vertical-align: middle;
    margin-top: 14px;
    margin-right: 0;
}

.footer .phonef a{
    text-decoration: none;
    color: #fff;
    /*float: right; */
}

.footer .phone_img{
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
    
}

.col_1{
    width: 74%;
    display: flex;
    flex-wrap: wrap;
}

.col_2{
    width: 26%;
}

/*responsive*/

@media (max-width: 1620px) {
    
    /*slaider*/
    .banner_title {
       font-size: 32px;
       padding-top: 35px;
       padding-bottom: 10px;
     }
}


@media (max-width: 1300px){
    
    /*лого и хэдер*/
    
     .header{
        height: 100px;
    }
    
    .navigation {
        margin-top: 100px;
    }
    
    .logo_text {
         font-size: 24px;
        margin-top: 0;
        padding-bottom: 8px;
    }
    
    .slogan p {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .slogan span {
        font-size: 14px;
    }
    
     .btn {
        
    }
    
    .phone {
        font-size: 24px;
        margin-top: 0;
        padding-bottom: 15px;
        padding-top: 5px;
    }
    
    /*меню*/
    
    .nav_links{
        font-size: 14px;
        padding-left: 20px;
    }
    
    
    /*slaider*/
    
    .banner_title {
       padding-right: 88px;
        padding-left: 82px;
     }
    
    .banner_subtitle {
    
        padding-bottom: 34px;
        font-size: 14px;
        padding-bottom: 56px;
        padding-right: 88px;
        padding-left: 82px;
     }
    
    .apply {
       
        padding-left: 82px;
    }
    
    /*footer*/
    
    .logo_textf {
         font-size: 24px;
        margin-top: 0;
        padding-bottom: 8px;
    }
    
    .slogan p {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .slogan span {
        font-size: 14px;
    }
    
         
    .phonef {
        font-size: 24px;
        margin-top: 0;
        padding-bottom: 15px;
        padding-top: 5px;
        text-align: center;
        justify-content: center;
    }
    
    .footer_inner {
       
        padding-top: 30px;
        padding-bottom: 30px;
    
    }
    
    .footer .phonef a {
         text-align: center;    
    }
    
    .col_1, .col_2{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
}

@media (max-width: 850px){
    
    /*лого и хэдер*/
    
    .header{
        height: 205px;
    }
    
    .navigation {
        margin-top: 205px;
    }
    
     .logo_text {
         width: 100%;
         font-size: 20px;
         text-align: center;
    }
    
    .slogan {
        width: 100%;
        
        text-align: center;
    }
    
     .btn {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }
    
    
    .slogan p {
        
        font-size: 12px;
        text-align: center;
    }
    
    .slogan span {
        width: 100%;
        font-size: 10px;
        text-align: center;
    }
    
    .phone {
        width: 100%;
        font-size: 20px;
        text-align: center;
        padding-top: 35px;
    }
    
    /*слайдер*/
    .banner_title {
       padding-right: 38px;
        padding-left: 32px;
        font-size: 24px
     }
    
    .banner_subtitle {
    
        padding-bottom: 44px;
        font-size: 12px;
        
        padding-right: 20px;
        padding-left: 32px;
     }
    
    .apply {
       
        padding-left: 32px;
    }
    
    /*каталог услуг*/
    
    .catalog_title {
        font-size: 24px;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .services_item{
        width: 45%;
    }
    
    
    /*этапы сотрудничества*/
    .tapes_title {
        padding-top: 40px;
        padding-bottom: 40px;
     }
    
    .tapes_inner {
        flex-wrap: wrap;
    }
    
    .tape_first_two, .tape_second, .tape_first_one {
         width: 50%;
         padding-top: 22px;
         padding-left: 55px;
        min-height: 305px;
        margin-bottom: 10px;
    }
    
    
}


@media (max-width: 680px){
    
    td, th{
        padding-left: 0;
    }
    
    /*слайдер*/
    .slick-arrow {
         top: 88%;
    }
    
    
    /*меню*/
    
    .nav {
       display: none;
       position: absolute;
        width: 95%;
    }
    
    .nav-toggle {
        display: block;
    }
    
    .navigation {
        margin-top: 148px;
     }
    
    
    .nav_links {
        display: block;
        
        padding: 8px 20px;
        z-index: 999;
        background: #fff;
     }
    
    .nav.active {
        display: block;
        margin-top: -125px;
        z-index: 9999;
        
    }
    
    /*слайдер*/
    .banner_title{
        font-size: 32px;
        padding-top: 35px;
        padding-bottom: 40px;
    }
    
    .banner_introtext {
        width: 100%;
        font-size: 14px;
        padding-bottom: 56px;
     }
    
    /*наши преимущества*/
    
    .pluses_item{
        width: 50%;
    }
    
    
    /*этапы сотрудничества*/
    
    .tapes_title {
        padding-top: 20px;
        padding-bottom: 20px;
     }
    
    
    .tapes_inner {
        flex-wrap: wrap;
    }
    
    .tape_first_two, .tape_second, .tape_first_one {
         width: 70%;
         padding-top: 22px;
         padding-left: 35px;
        min-height: 305px;
        margin-bottom: 10px;
    }
    
    .tape_img {
        padding-left: 65px;
    }
    
    
    /*map*/
    
    .adress_inner {
   
        margin-top: 78px;
        width: 250px;
        height: 290px;
    
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
   
      }
    
    .contact_phone, .contact_email, .contact_address, .contact_work {
         font-size: 14px;
    
    }
    
    
    
    /*footer*/
    
    .logo_textf {
         font-size: 20px;
         width: 100%;
        border-right: 0;
        padding-bottom: 15px;
    }
    
    .footer .sloganf {
         width: 100%;
        padding-left: 0;
     }
    
    .footer .sloganf p {
        font-size: 12px;
       
    }
    
    .footer .sloganf span {
        font-size: 12px;
    }
    
         
    .phonef {
        
       
    }
    
    .footer_inner {
       
        padding-top: 10px;
        padding-bottom: 10px;
    
    }
    
    .footer .phonef a {
         text-align: center;
        font-size: 20px;
    }
    
    
    
    
}



@media (max-width: 575px){
    
    .tapes_title{
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .stoimost_title {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    
    /*каталог услуг*/
    
    .catalog_title {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .services_item{
        width: 100%;
    }
    
    
}


@media (max-width: 430px){
    
    .reviews__btn--prev,
.slick-prev {
    left: 5%;
    
   }

.reviews__btn--next, .slick-next {
    right: 10%;
    transform: rotate(135deg);
   }
    
    .reviews__btn, .slick-arrow {
   
    top: 90%;
    }
    
      
    /*наши преимущества*/
        
    .pluses_title {
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .pluses_item{
        width: 100%;
        padding-bottom: 15px;
    }
    
}


/*------------POPUP------------*/

.hidden {
    display: none;
  }
  
  .popup-form {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    position: relative;
    background-color: #fff;
    color: #363636;
  }
  
  .popup-form .form-heading {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .popup-form .form-subheading {
    margin-bottom: 20px;
    font-size: 17px;
  }
  
  .popup-form input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 15px 0 15px;
    padding-left: 15px;
    border: 1px solid #c4c4c4;
  }
  
  .popup-form .polytics-link-wrap {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
  }
  
  .popup-form input[type=checkbox] {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  
  .popup-form .polytics-link-wrap a {
    text-decoration: underline;
    color: #363636;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
  }

  .submit-application {
    width: 100%;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 100%;
    line-height: 1;
    background-color: #fd591c;
    color: #fff;
    padding: 15px 23px;
    border-radius: 100px;
    font-weight: 500;
  }
  
  .mfp-close-btn-in button.mfp-close {
    color: #323232;
    text-align: right;
    font-size: 32px;
    margin-right: 15px;
    margin-top: 0;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .info-window {
    background-color: #fff;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    padding-top: 35px;
    padding-bottom: 30px;
    position: relative;
  }
  
  .info-window .popup-title {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .info-window .popup-txt {
    font-size: .85rem;
    line-height: 1.5;
  }
  
  .info-window button.mfp-close {
    color: #222;
  }
  
  .info-window .popup-txt a {
    text-decoration: underline;
  }

  #popup-form textarea {
      width: 100%;
      margin-bottom: 20px;
  }











