
 html {
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
}

:root {
    --manrope: "Manrope", serif;
}


input:focus,
input:focus-visible,
button:focus,
button:focus-visible{
    outline: unset;
}

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

ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

body{
    font-family: "Manrope", serif;
    background: linear-gradient(180deg, #B8D1ED 0%, #2F648B 100%);
    margin: 0;
    scroll-behavior: smooth;
}

body.lock{
    overflow: hidden;
}

.container {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 30px;
}

.banner_inner{
    height: 560px;
    margin-bottom: 30px;
    margin-top: 40px;
    border-radius: 32px;
    box-shadow: 0px 14px 24px 0px #779ABA;
}

.banner_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}

.banner_inner img.desctop_img{
    display: block;
}

.banner_inner img.mobile_img{
    display: none;
}

.about_us_inner{
    margin-bottom: 30px;
}

.about_us_inner > h1{
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.about_us_inner > p{
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 30px;
    color: #FFFFFF99;
}

.about_us_inner > a{
    padding: 20px 10px;
    width: 100%;
    background-color: #FFFFFF33;
    border: 1px solid #FFFFFF33;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
    margin-bottom: 6px;
}

.about_us_inner > a:last-of-type{
    margin-bottom: 0px;
}

.consultation_container{
    padding: 24px;
    background-color: #155379;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.consultation_container .figure{
    position: absolute;
    top: -71px;
    right: 107px;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    background-color: #B8D1ED6B;
    z-index: 1;
}

.consultation_container .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #1553798c;
    backdrop-filter: blur(28.23px);
}

.consultation_container .consultation_inner{
    position: relative;
    z-index: 3;
}

.consultation_inner > h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 30.8px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.consultation_btns .accordion_block{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.consultation_btns .accordion_block > button svg{
    transition: all 0.3s ease;
}

.consultation_btns .accordion_block.active > button svg{
    opacity: 0.3;
    transition: all 0.3s ease;
}

.consultation_btns .accordion_block > button{
    padding: 20px 28px 20px 24px;
    font-family: var(--manrope);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;   
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    color: #212838;
    background-color: #fff;
}

.consultation_btns .accordion_consu  > button{
    background-color: #B8E63A;
    color: #212838;
}

.consultation_btns .accordion_block.active > .accordion_content{
    margin-bottom: 6px;
}

.consultation_btns .accordion_block.accordion_consu_offline > .accordion_content,
.consultation_btns .accordion_block > .accordion_content{
    margin-bottom: 0;
}

.consultation_btns .accordion_block > .accordion_content .accordion_content_container{
    padding: 24px;
    background-color: #7299BA;
    border-radius: 24px;
}

.consultation_btns .accordion_block > .accordion_content span{
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;
    color: #FFFFFF99;
}

.consultation_btns .accordion_block > .accordion_content h5{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 26px;
    line-height: 36.4px;
    margin-bottom: 16px;
}

.consultation_btns .accordion_block > .accordion_content p{
    color: #FFFFFF99;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    max-width: 274px;
    margin-bottom: 32px;
}

.consultation_btns .accordion_block > .accordion_content a{
    width: 100%;
    padding: 20px;
    width: 100%;
    border-radius: 100px;
    background-color: #155379;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    text-align: center;
    color: #FFFFFF;
}

.consultation_btns .accordion_block.accordion_consu_offline > .accordion_content span{
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;
    color: #FFFFFF99;
    margin-bottom: 4px  ;
    display: inline-block;
}

.consultation_btns .accordion_block  .price_sum_text{
    color: #fff !important;
}

.consultation_btns .accordion_block.accordion_consu_offline > .accordion_content p{
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.consultation_btns .accordion_block.accordion_consu_offline > .accordion_content p.must_text{
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    color: #FFFFFF99;
    max-width: 274px;
    margin-bottom: 32px;
}

footer{
    margin-top: 60px;
}

.footer_inner h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.footer_inner h2{
    font-weight: 700;
    font-size: 34px;
    line-height: 37.4px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer_inner  p.location{
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer_inner a.tel{
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer_inner{
    display: flex;
    flex-direction: column;
}

.show_on_maps > button{
    font-family: var(--manrope);
    padding: 20px 24px;
    background-color: #B8D1ED5C;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    color: #FFFFFF;
    margin-bottom: 10px;
    max-width: 260px;
}

.show_on_maps.active > button svg{
    opacity: 0.5;
    transition: all 0.3s ease;
}

.show_on_maps > button svg{
    transition: all 0.3s ease;
}

.show_on_maps > .accordion_content{
    max-width: 245px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.show_on_maps > .accordion_content .maps_accordion_container{
    padding: 24px;
    background-color: #7299BA;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
}

.show_on_maps > .accordion_content a{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #FFFFFF1A;
    font-weight: 600;
    font-size: 16px;
    line-height: 17.6px;
    text-align: center;
    color: #FFFFFF;
}

.show_on_maps > .accordion_content a:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}

.social_icons{
    display: flex;
    gap: 5px;
    align-items: center;
    padding-bottom: 61px;
    margin-bottom: 50px;
    border-bottom: 1px solid #FFFFFF1A;
    justify-content: center;
}

.social_icons a{
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 100px;
}

.language_changer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-bottom: 50px;
}

.language_changer button{
    font-weight: 600;
    font-size: 13px;
    line-height: 17.76px;
    color: #FFFFFF4D;
    background-color: transparent;
    border: 0;
    font-family: var(--manrope);
    padding: 0;
    cursor: pointer;
}

.language_changer button.active{
    color: #FFFFFF;
}

.rights{
    padding: 40px 0;
    background-color: #769ABB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.rights p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF8F;
}

[data-accordion-content]{
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}


@media (min-width: 768px){
    .social_icons a,
    .consultation_btns .accordion_block > .accordion_content a,
    .language_changer button,
    .show_on_maps > .accordion_content a,
    .show_on_maps > button,
    .consultation_btns .accordion_block > button,
    .consultation_btns .accordion_consu > button,
    .about_us_inner > a{
        transition: all 0.4s ease;
    }

    .social_icons a:hover{
        transition: all 0.4s ease;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .consultation_btns .accordion_block > .accordion_content a:hover{
        transition: all 0.4s ease;
        background-color: #226893;
    }

    .language_changer button:not(.active):hover{
        transition: all 0.4s ease;
        color: rgba(255, 255, 255, 0.50);
    }

    .show_on_maps > .accordion_content a:hover{
        transition: all 0.4s ease;
        color: rgba(255, 255, 255, 0.70);
    }

    .show_on_maps > button:hover{
        transition: all 0.4s ease;
        background-color: rgba(255, 255, 255, 0.30);
    }

    .consultation_btns .accordion_block > button:hover{
        background-color: rgba(255, 255, 255, 0.90);
        transition: all 0.4s ease;
    }

    .consultation_btns .accordion_consu > button:hover{
        transition: all 0.4s ease;
        background-color: #aedd2e;
    }

    .about_us_inner > a:hover{
        background-color: rgba(255, 255, 255, 0.30);
        transition: all 0.4s ease;
    }
}



@media (max-width: 768px){
    .banner_inner img.desctop_img{
        display: none;
    }
    
    .banner_inner img.mobile_img{
        display: block;
    }

    .banner_inner{
        height: 381px;
    }

    .about_us_inner > h1{
        font-size: 39px;
    }

    .consultation_inner > h2{
        margin-bottom: 40px;
    }

    .consultation_inner > h2 br{
        display: none;
    }

    .consultation_btns .accordion_block.active > .accordion_content{
        margin-bottom: 16px;
    }

    .consultation_btns .accordion_block.accordion_consu_offline > .accordion_content, .consultation_btns .accordion_block > .accordion_content{
        margin-bottom: 0;
    }

    .social_icons{
        padding-bottom: 50px;
        overflow-x: auto;
        margin-left: -30px;
        width: calc(100% + 60px);
        padding-left: 30px;
        padding-right: 30px;
    }

    .social_icons::-webkit-scrollbar{
        display: none;
    }

    .social_icons a{
        min-width: 67px;
    }
}