/*
Theme Name: evacuatop
Author: Andrei Nikitin
*/

/* Шаблон внутренней страницы *********************************************************************************************************/
/* ПЕРВЫЙ ЭКРАН*/
.h1-page{
    margin: 100px 0px 0px 30px;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
}
/* Первый экран АДАПТАЦИЯ */
@media (max-width: 1030px) {
    .h1-page{
        font-size: 36px;
        line-height: 40px;
    }
    
}
@media (max-width: 860px) {
    .h1-page{
        font-size: 32px;
        line-height: 36px;
    }
    
}
@media (max-width: 768px) {
    .h1-page{
        font-size: 30px;
        line-height: 32px;
    }
}
@media (max-width: 600px) {
    .h1-page{
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 568px) {
    .h1{
        font-size: 24px;
        line-height: 28px;
    }
}



/*  ИЗМЕНЯЕМЫЙ БЛОК КОНТЕНТА СТРАНИЦЫ    ЛОКАЦИИ*****************************************************************************/
.content-page-local{
    width:100%;
    height:auto;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}
.opisanie{
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 30px;
}
.blok-uslug-local{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.blok-uslug-local-left{
    text-align: left;
    width: 65%;
    font-size: 15px;
    line-height: 1.6;
}
.blok-uslug-local-right{
    width: 35%;
}
.descr-uslug{
    font-weight: 600;
}
.spisok-uslug{
    padding-left: 0px;
    line-height: 1.9;
}
.blok-uslug-img{
    width: 70%;
}
.info-uslug{
    margin-top: 40px;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

/***********************************
.content{
    width: 1200px;
    margin: 80px auto 30px auto;
    padding: 0;
}
.ceny-row-local{
    margin: -40px auto 0px auto;
}*/

.uslugy-zvonok-local{
    display: flex;
    flex-direction: column;
    width: 600px;
    height: auto;
    padding: 25px;
    background-color: #FED238;
    border: 3px solid #f34324;
    border-radius: 15px;
    margin: 20px auto 30px auto;
}
.uslugy-zvonok-b1{
    width:auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
   
}
.uslugy-zvonok-b2{
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
}
.uslugy-zvonok-text-11{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.uslugy-zvonok-b3{
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
}


/*  ПОЧЕМУ МЫ?
Стили в файле main.css
*/

/*  Блок РАСЧЕТ СТОИМОСТИ
Стили в файле main.css
*/


/*  ИЗМЕНЯЕМЫЙ БЛОК КОНТЕНТА СТРАНИЦЫ    ЛОКАЦИИ**********************   АДАПТАЦИЯ    ********************************/
@media (min-width: 1200px) {
    .content-page-local{
        width:auto;
        padding: 20px;
    }
	.opisanie{
        font-size: 15px;
        line-height: 1.5;
     }
	
}
@media (max-width: 1199px) {
    .content-page-local{
        width:auto;
        padding: 20px;
    }
}
@media (max-width: 900px) {
    .opisanie{
        font-size: 13px;
        line-height: 1.5;
     }
    .blok-uslug-local-left{
        width: 55%;
        font-size: 13px;
        line-height: 1.5;
    }
    .blok-uslug-local-right{
        width: 55%;
    }
    .descr-uslug{
        font-size: 13px;
    }
    .spisok-uslug{
        font-size: 13px;
        padding-left: 0px;
        line-height: 1.7;
    }
    .blok-uslug-img{
        width: 70%;
    }
    .info-uslug{
        margin-top: 40px;
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
    }
    .uslugy-zvonok-text-11{
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
    }
}
@media (max-width: 768px) {
    .blok-uslug-local{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .blok-uslug-local-left{
        width: 90%;
        font-size: 13px;
        line-height: 1.5;
    }
    .blok-uslug-local-right{
        width: 90%;
        text-align: center;
    }
    .blok-uslug-img{
        width: 70%;
    }
    .uslugy-zvonok-local{
        width: 400px;
        padding: 15px;
    }
}
@media (max-width: 414px) {
    .uslugy-zvonok-local{
        width: 300px;
        padding: 10px;
    }
}
@media (max-width: 320px) {
    .content-page-local{
        width:auto;
        padding: 10px;
    }
    .uslugy-zvonok-local{
        width: 260px;
        padding: 10px;
    }
    .blok-uslug-local-right{
        width: 100%;
        text-align: center;
    }
    .blok-uslug-img{
        width: 100%;
    }
}




/* СТРАНИЦА 404*/
.content-404{
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
/* СТРАНИЦА СПАСИБО*/
.content-thankyou {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
/* СТРАНИЦА О КОМПАНИИ
 *  *********************************************************************************************************/
.content-page-vnutr{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 0px 0px;

}
.content-vnutr{
    width: auto;
    padding: 0px 0px 0px 40px;

}
 .text-about{
	font-family: Montserrat;
	text-align:left;
	font-size:16px;
    line-height:1.4;
    width: 98%;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (max-width: 1200px) {
    .content-page-vnutr{
        width: auto;
    }
    .content-vnutr{
        width: auto;
        padding: 0px 20px 0px 30px;
    
    }
     .text-about{
        font-size:16px;
        line-height:1.4;
        
    }
}
@media (max-width: 768px) {
    .content-vnutr{
        width: auto;
        padding: 0px 20px 0px 30px;
    
    }
     .text-about{
        font-size:14px;
        line-height:1.4;
        
    }
}

/* СТРАНИЦА ГАЛЕРЕЯ
 *  *********************************************************************************************************/
.galary-blok{
    margin: 40px 0 0 0;
    padding: 0 30px 0 30px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.galary-item{
    margin: 0;
    padding: 5px 2px 5px 2px;
    width: 24%;
    height: auto;
}
.galary-img{
    width: 100%;
    height: auto;
}

/* ГАЛЕРЕЯ ************************* АДАПТАЦИЯ ************************************************************************ */
@media (max-width: 900px) {
    .galary-blok{
        margin: 30px 0 0 0;
        padding: 0 20px 0 20px;
    }
    .galary-item{
        width: 32%;
    }
    .galary-img{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .galary-blok{
        margin: 30px 0 0 0;
        padding: 0 10px 0 10px;
    }
    .galary-item{
        width: 32%;
    }
    .galary-img{
        width: 100%;
    }
}
@media (max-width: 568px) {
    .galary-blok{
        margin: 20px 0 0 0;
        padding: 0 10px 0 10px;
    }
    .galary-item{
        width: 49%;
    }
    .galary-img{
        width: 100%;
    }
}
@media (max-width: 375px) {
    .galary-blok{
        margin: 20px 0 0 0;
        padding: 0 10px 0 10px;
    }
    .galary-item{
        width: 48%;
    }
    .galary-img{
        width: 100%;
    }
}