* {
    margin : 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
}
body{
    position: relative;
    background: #13254E;
}
section,
.container{
    margin: 0 auto;
    max-width: 1440px;
}
.main{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    max-width: unset;
    min-height: -webkit-fill-available;
}
.main::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: left top / auto no-repeat url(../images/Ellipse8.svg);
}
.main_main_container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 100px;
    padding-top: 145px;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    min-height: -webkit-fill-available;
}
.img_main{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 26px;
    max-width: 78%;
    max-height: 78%;
    object-fit: contain;
    object-position: 0 10px;
}
.main_heading{
    margin-bottom: 20px;
    width: 590px;
    height: 150px;
    font-family: Orchidea Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 125%;
    color: #FFFFFF;
}
.main_text{
    margin-top: 10px;
}
.main_text > a{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.8);    
    text-decoration: none;
}
.main_text_arrow{
    display: inline-block;
    margin-left: 20px;
    width: 22.87px;;
    height: 15px;
    background: #C4C4C4;
    mask: center / cover no-repeat url("../images/2.svg");
    -webkit-mask: center/ cover no-repeat url("../images/2.svg");
}
.main_social{
    margin-top: 30px;
    margin-bottom: 110px;
}
.main_social > a{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.main_social_instagram{
    background: url("../images/InstagramLogo.svg");
}
.main_social_facebook{
    background: url("../images/FacebookLogo.svg");
}
.main_social_telegram{
    background: url("../images/TelegramLogo.svg");
}

@media (max-width: 1100px) {
    .main_text_arrow{
        display: none;
    }
    .main .main_social{
        display: none;
    }
    .img_main{
        display: none;
    }
    .main{
        background: 0 104%/ contain  no-repeat url(../images/bg_m.svg)
    }
    .main::before{
        background: left top / 100% auto no-repeat url(../images/EllipseM1.svg);
    }
    .main_main_container{
        padding: 95px 22px;
    }
    .main_heading{
        margin-bottom: 60px;
        width: unset;
        height: unset;
        font-family: Orchidea Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 125%;
        text-align: center;
    }
    .main_text{
        text-align: center;
    }
    .main_text > a{
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, 0.8);
        text-decoration-line: underline;
    }
    .contacts_map_info{
        height: unset;
    }
    .main_social{
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: unset;
        padding-bottom: 25px;
    }
    .main_social > a{
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 10px;
    }
    .main_social_instagram{
        background: center/cover no-repeat url("../images/InstagramLogo_1.svg");
    }
    .main_social_facebook{
        background: center/cover no-repeat url("../images/FacebookLogo_1.svg");
    }
    .main_social_telegram{
        background: center/cover no-repeat url("../images/TelegramLogo_1.svg");
    }
}

@media (max-height: 700px) and (min-width: 500px) {
    .main{
        background-position: 100% 104%;
        background-size: auto 50%;
    }
    .img_main{
        max-width: 80%;
        max-height: 60%;
    }
}

@media (max-height: 560px) and (max-width: 480px) {
    .main{
        background-position: 50% 104%;
        background-size: auto 30%;
    }
}

.logos li {
    margin-bottom: 0.5em;
}

.logos img {
    max-height: 20px;
    position: relative;
    display: inline-block;
    top: -2px;
    width: auto;
}