*, *::after, *::before{
    box-sizing: border-box;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: #000;
}
p {
    margin: 0 0 10px;
}
ul{
    list-style: inside;  
    padding: 0;
}
li{
    list-style-type: none;
    padding: 0;
}
.content-text li{
    list-style-type: square;
}    
h2, h3{
    margin-bottom: 10px;
}
body{
    margin: 0;
}
body::-webkit-scrollbar {
    width: 1em;              
}
body::-webkit-scrollbar-track {
    background: #fff;      
}
body::-webkit-scrollbar-thumb {
    background-color: #22282E;    
    border-radius: 20px;     
    border: 3px solid #fff;  
}
.no-scroll, .lock{
    overflow: hidden;
}
.container{
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 1em;
}
.container.page_service{
    background-color: #fff;
    padding-bottom: 1em;
}
/* Header */
.top_header{
    background-color: #22282E;
    padding: 0.5em;
}
.top_header-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header-text{
    color: #fff;
}
.top_header-telephones{
    display: flex;
}
.top_header-telephone a{
    color: #fff;
    margin-left: 1.5em;
}
.telephone_link{
    display: flex;
    align-items: center;
}
.telephone_link:hover{
    color: #1078a8;
}
.bottom_header{
    background-color: #f7f7f7;
    padding: 0.5em 0;
    position: relative;
}
.bottom_header-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_header-logo img{
    display: block;
    width: 50%;
    height: auto;
}
.bottom_header-menu{
    display: flex;
    align-items: center;
}
.nav{
    display: none;
}
.nav_links{
    display: flex;
}
.nav__link{
    color: #000;
    text-transform: uppercase;
    margin-right: 1.5em;
    position: relative;
}
.nav__link::after {
    content: "";
    height: 2px;
    width: 0;
    background-color: #629A7F;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    transition: width .2s linear;
}
.nav__link:hover::after {
    width: 100%;
}
.button_request-call{
    color: #fff;
    padding: 1em 1.5em;
    background-color: #629A7F;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    outline: 3px solid #629A7F;
    transition: all 0.1s linear;
    margin: 2px;
}
.button_request-consult{
    color: #fff;
    padding: 1em 1.5em;
    background-color: #629A7F;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    outline: 3px solid #629A7F;
    transition: all 0.1s linear;
    margin: 2px;
}
.button_request-submit{
    color: #fff;
    padding: 1em 1.5em;
    background-color: #629A7F;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    outline: 3px solid #629A7F;
    transition: all 0.1s linear;
    margin: 2px;
}
.button_request-contact{
    color: #fff;
    padding: 1em 1.5em;
    background-color: #629A7F;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    outline: 3px solid #629A7F;
    transition: all 0.1s linear;
    margin: 2px;
}
.button_request-call:hover, .button_request-consult:hover, .button_request-submit:hover, .button_request-contact:hover{
    outline: 1px solid #123524;
    background-color: #123524;
}
.button_request-call-image{
    display: none;
}
.background_image{
    background-image: url('./images/banner-2.jpg');
    height: 85vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.background_image.page{
    height: 30vh;
}
.main_title{
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 600;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25%;
}
/* Services */
.section_services{
    background-color: #F5F5F6;
}
.title-services{
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-top: 1.5em;
    font-weight: 600;
}
.title-services::after{
    content: '';
    display: block;
    height: 0.1em;
    background-color: #333;
    width: 3em;
    margin: 1em auto;
}
.under-title_text{
    text-align: center;
}
.services-sc{
    padding: 25px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.services-sc a{
    text-decoration: none;
    width: 32.33333%;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0px 10px 40px rgb(126 155 189 / 35%);
    transition: all 0.3s linear;
    margin-right: 10px;
}
.service-sc{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.services-sc a:hover {
    transform: translateY(-15px);
}
.services-sc a:hover img{
    opacity: 0.3;
}
.service-sc__image{
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.service-sc-link{
    color: #000;
}
.service-sc-link:hover .img-wrapper div{
    opacity: 1;
    transform: translateY(25px);
    transition: all 0.3s ease;
}
.img-wrapper div{
    color: #fff;
    font-size: 1em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    opacity: 0.6;
    z-index: 100;
    opacity: 0;
    transform: translateY(110px);
}
.img-wrapper{
    background-color: #303030;
    position: relative;
}
.service-sc__text{
    line-height: 0.8;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-sc__title{
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 1.5em;
    color: #000;
    margin: 15px 0;
    line-height: 1.2;
}
.service-sc_desc{
    color: #123524;
    font-size: 2em;
}
/* Section Call */
.section_call{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 2.5em 0;
}
.section_call-text{
    margin-right: 1.5em;
    font-size: 1.5em;
}
/* Section Schema */
.title_schema{
    background-color: #123524;
    padding: 1.5em 0;
}
.title_schema-text{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
}
.section_schema{
    padding: 2em 0;
}
.section_schema-items{
    display: flex;
}
.schema_item-image{
    width: 4em;
}
.schema_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    text-align: center;
    padding: 1em;
}
.schema_item-text{
    margin-top: 1.5em;
}
.block-item{
    position: relative;
    display: block;
}
.block-item::after{
    content: "";
    height: 0.1em;
    width: 8em;
    background-color: #123524;
    position: absolute;
    top: 47%;
    left: 135%;
}
.section_schema-items .schema_item:last-child .block-item::after{
    display: none;
}
.schema_item-number{
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate3d(-50%, -50%, 10px);
    font-weight: 800;
}
/* Section Form */
.section_form{
    background-color: #22282E;
    padding: 2em 0;
}
.form_title{
    color: #000;
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.5em;
    font-weight: 600;
}
.modal__content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form-input{
    width: 100%;
    margin-bottom: 1.5em;
    padding: 1em;
    border: 2px solid #d7d4d4;
}
.form-input::placeholder{
    font-family: "Retroica", sans-serif;
}
.text_requared{
    margin-bottom: 1.5em;
}
/* Footer */
.footer{
    background-color: #22282E;
}
.footer_copyright{
    text-align: center;
    color: #fff;
    padding: 1.5em;
}

/* Page Service */
.service_block{
    background-color: #F5F5F6;
    padding: 2em 0;
}
.service_block-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3em 0;
}
.title-text{
    font-size: 1.5em;
    font-weight: 600;
}
.service-price{
    font-size: 1.5em;
    font-weight: 600;
    color: #123524;
    margin-left: 2em;
    line-height: 1.2;
}
.service_image img{
    display: block;
    margin: 2em auto;
}
.section_page-form-title{
    padding-top: 1.5em;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding-bottom: 1.5em;
}
.block_form{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.block_form img{
    display: block;
    width: 50%;
}
.form_request-service{
    width: 40%;
}
/* Page Contacts */
.page_title{
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
}
.section_info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5em;
}
.section_info-contacts{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.section_info-form{
    width: 40%;
}
.info_telephone, .info_mail, .info_time{
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}
.block_tele, .block_mail, .block_time{
    display: flex;
    flex-direction: column;
}
.info_telephone-title, .info_mail-title, .info_time-title{
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.image-contact{
    margin-right: 1.5em;
    width: 10%;
}
.info_telephone-numder:hover, .info_mail-email:hover{
    color: #1078a8;
}
.pole_name-phone{
    display: flex;
}
.form-title{
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.5em;
}
.form__label{
    width: 100%;
}
.modal__content.form-contact .form__label.name{
    margin-right: 1em;
}
.button_request-call.form-contact{
    width: 100%;
}
/*=====Header-Mobile=====*/

.header_mobile{
    display: none;
    justify-content: space-around;
    align-items: center;
}

/*=====Burger=====*/

.menu-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.menu-icon{
    position: relative;
    width: 30px;
    height: 5px;
    background-color: #0FA3B1;
}
.menu-icon::before{
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    width: 30px;
    height: 5px;
    background-color: #0FA3B1;
    transition: top 0.2s linear, transform 0.2s linear;
}
.menu-icon::after{
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 30px;
    height: 5px;
    background-color: #0FA3B1;
    transition: top 0.2s linear, transform 0.2s linear;
    z-index: 1000;
}
.menu-icon.menu-icon-active{
    background-color: transparent;
}
.menu-icon.menu-icon-active::before{
    transform: rotate(45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s linear;
    background-color: #333;
}
.menu-icon.menu-icon-active::after{
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s linear;
    background-color: #333;
}
/*Modal-Call*/

.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden; 
    transition: all 0.8s ease 0s;
}
.popup_closed{
    opacity: 0;
    visibility: hidden; 
}
.popup_body{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    transition: all 0.8s ease 0s;
}
.popup_content{
    background-color: #fff;
    box-shadow: 0 0 0 11px rgb(255 255 255 / 20%);
    border-radius: 0;
    padding: 45px 15px;
    position: relative;
    display: flex;
    width: 520px;
}
.popup__close{
    position: absolute;
    right: 3px;
    top: 3px;
    transition: transform 0.2s linear;
    width: 35px;
    height: 35px;
}
.popup__close:hover{
    transform: rotate(90deg);
}
.popup__close img{
    width: 100%;
    height: 100%;
}
.modal__footer{
    margin-top: 10px;
    display: flex;
    justify-content: center;
} 
.form__label{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
/* Page 404 */
.block-content{
    text-align: center;
    margin: 2em auto;
}
.error_str{
    text-align: center;
    font-size: 5em;
    color: black;
    margin-top: 1em;
}
.error_404{
    font-size: 15em;
    color: #2fa3f2;
}

.form-item-recaptcha{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.breadcrumbs {
    font-size: 14px;
    padding-top: 20px;
}
.breadcrumbs a span{
    color: #629A7F;
    text-decoration: none;
}
.breadcrumbs span:hover {
    text-decoration: none;
    color: #666;
}
.breadcrumbs span {
    color: #666;
}
.articles-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:40px;
}
.article-img{
    width:100%;
    aspect-ratio:16/10;
}
.article-img img,.article-photo img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.article-photo{
    width:100%;
    aspect-ratio:16/9;
    margin-bottom:1em;
}
.article-item .date{
    text-align:right;
    color:#555;
    margin-right:5px;
}
@media (max-width: 1200px){
    .main_title{
        padding-top: 15%;
    }
    .articles-wrapper{
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width: 768px){
    .header{
        position: sticky;
        width: 100%;
        top: 0;
        z-index: 1000;
    }
    .header_mobile{
        display: flex;
        position: relative;
    }
    .wrapper-menu-burger{
        display: flex;
        justify-content: center;
        width: 20%;
    }
    .nav{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        z-index: 100;
        height: 100vh;
    }
    .nav.active{
        display: flex;
        flex-direction: column;
    }
    .nav__link{
        font-weight: 600;
        font-size: 20px;
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid;
        display: flex;
        align-items: center;
    }
    .nav_links{
        display: none;
    }
    .top_header-block{
        flex-direction: column;
    }
    .top_header-text{
        margin-bottom: 1em;
    }
    .button_request-call{
        border-radius: 50%;
        padding: 0.5em 0.5em;
        outline: none;
    }
    .button_request-call-image{
        display: block;
    }
    .button_request-call-text{
        display: none;
    }
    .main_title{
        width: 100%;
        font-size: 2em;
        padding-top: 40%;
    }
    .services-sc a{
        width: 100%;
        margin-right: 0;
    }
    .section_call{
        flex-direction: column;
    }
    .section_schema-items{
        flex-direction: column;
    }
    .schema_item{
        width: 100%;
    }
    .block-item::after{
        display: none;
    }
    .section_call-text{
        margin-right: 0;
        margin-bottom: 1em;
    }
    .nav__link::after{
        display: none;
    }
    .section_info{
        flex-direction: column;
    }
    .section_info-contacts{
        width: 100%;
    }
    .section_info-form{
        width: 100%;
    }
    .service_block{
        padding: 0;
    }
    .block_form img{
        display: none;
    }
    .form_request-service{
        width: 100%;
    }
    .nav__link.price-link{
        display: none;
    }
    .articles-wrapper{
        grid-template-columns:1fr;
    }
}