html {
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
}

:root {
    --golos: "Golos Text", serif;
    --manrope: "Manrope", serif;
}

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;
}

html,
body{
    min-height: 100vh;
}

body{
    font-family: "Manrope", serif;
    background-color: #17152C;
    margin: 0;
    scroll-behavior: smooth;
    position: relative;
    height: 100%;
}

body.lock{
    overflow: hidden;
}

.container {
    max-width: 380px;
    margin: 0 auto;
    padding: 0 35px;
}

.banner_img{
    margin: 70px 0 47px 0;
}

.banner_img .container{
    max-width: 375px;
    padding: 0 15px;
}

.banner_img_inner {
    width: 100%;
    height: 515px;
}

.banner_img_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1000px;
    filter: drop-shadow(0px 34px 44px #22193096);
}

.content{
    margin-bottom: 60px;
}

.content_inner h1{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.content_inner h2{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.content_inner p{
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:  #6A687F;
    margin-bottom: 40px;
}

.content_inner a{
    background-color: #ECD7E8;
    color: #1C182F;
    border-radius: 100px;
    width: 100%;
    padding: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 34px 34px -10px #22193033;
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: -0.06em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.contact_inner h2{
    font-family: var(--golos);
    font-size: 50px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.contact_inner a.tel_link{
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 6px;
    display: block;
}

.contact_inner a.email_link{
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 47px;
    width: 100%;    
    display: block;
    color: #FFFFFF;
}

.contact_inner .languages{
    padding-top: 60px;
    border-top: 1px solid #F5EEE31A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.contact_inner .languages li{
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    letter-spacing: -0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF66;
    position: relative;
    transition: all 0.3s ease;
    margin-left: 29px;
    cursor: pointer;
}


.contact_inner .languages li:first-of-type::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-100%, -50%);
    width: 12px;
    height: 12px;
    background-image: url('../img/world-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact_inner .languages li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translate(-100%, -50%);
    width: 3px;
    height: 3px;
    background-color: #FFFFFF66;
    border-radius: 100%;
}

.contact_inner .languages li.active{
    color: #FFFFFF;
}

.contact_inner .social_icons{
    display: flex;
    gap: 20px;
    align-items: center;
    width: 362.5px;
}

.contact_inner .social_icons a{
    width: 57.15px;
    height: 57.15px;
    border-radius: 100%;
    border: 0.87px solid #FFFFFF1F;
    box-shadow: 0px 29.44px 29.44px -8.66px #4A40391F;
    backdrop-filter: blur(29.441341400146484px);
    background-color: #FFFFFF0F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_icons_block{
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_icons_block{
    margin-bottom: 60px;
}

.rights{
    font-size: 13px;
    font-weight: 600;
    line-height: 18.2px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF66;
    padding-bottom: 160px;
}

.back_gradient{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg_z.svg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    .contact_inner .languages li:hover {
        color: #FFFFFF;
        transition: all 0.3s ease;
    }
  }

@media only screen and (max-width: 768px) {
    .contact_inner .social_icons{
        width: 100%;
        gap: 5px;
    }

    .rights{
        padding-bottom: 60px;
    }

    .banner_img{
        margin-top: 20px;
    }

    .back_gradient{
        background-image: url('../img/bg_m.svg');
    }
}