body{
    font-family: 'Open Sans', sans-serif;
    color: #f8eaeb;
    font-size: 1rem;
    min-width: 320px;
    background-color: #333333;
}
.main-logo{
    /*display: flex;*/
    /*justify-content: center;*/
}
.main-logo .img-wrap{
    margin: 60px auto 0;
    border-radius: 50%;
    background-image: url(/img/logo_25.svg);
    background-size: cover;
    height: 402px;
    width: 402px;
    /*border: 1px solid #ffffff;*/
}

.main-logo .img-wrap div.img,
.main-logo .img-wrap img{
    height: 402px;
    width: 402px;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.main-logo .img-wrap .social-icons{
    display: flex;
    position: relative;
    height: 91px;
    min-height: 16px;
    width: 360px;
    min-width: 134px;
    margin: -76px auto 0;
}
.social-icons .svg-link{
    fill: #b71d25;
    color: #b71d25;
    width: 100%;
    height: 100%;
}
.social-icons a{
    height: 100%;
    display: inline-block;
    flex: 1;
    margin-left: 32px;
    position: relative;
}
.social-icons a .info{
    position: absolute;
    top: 20%;
    right: 11%;
    color: #81746e;
    font-size: 24px;
    font-weight: bold;
}
.social-icons a:first-child{
    margin-left: 0;
}
.social-icons .icon{
    display: flex;
    height: 100% !important;
}
.social-icons.social-icons-music{
    z-index: 1072;

}
.social-icons.social-icons-music a{

}
.main-logo .img-wrap .social-icons.social-icons-music{
    margin-top: 32px;
}
.main-logo .img-wrap .social-icons.social-icons-up{
    margin-top: -200px;
}
.main-page{
    text-align: center;
}
.main-page h2{
    font-weight: 700;
    font-size: 1.5rem;
    width: 814px;
    margin: 30px auto 0;
    line-height: 1.1;
}

.main-page p{
    font-family: Montserrat, sans-serif;
    width: 649px;
    margin: 41px auto 0;
    line-height: 1.6;
}
.main-link{
    color: #ffffff;
    background-color: #b71d25;
    pointer-events: initial;
    border-style: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    background-image: none;
    margin: 30px auto 60px;
    padding: 19px 68px 21px 67px;
    border-color: transparent;
    stroke: none;
    line-height: 1.4;
    border-radius: 50px;
    text-align: center;
    position: relative;
    display: table;
    cursor: pointer;
    text-decoration: none;
}
.main-link:hover{
    color: #111111;
    background-color: #ffdd9a;
}
footer{
    display: block;
    color: #ffffff;
    background-color: #0a0409;
    position: relative;
    text-align: center;
    padding: 1em;
    min-height: 66px;
    border-top: 1px solid #ffffff;
}
.layout{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #000000;
    z-index: 1071;
    transition: opacity 0.3s ease-in-out;
}
.layout.out{
    opacity: 0;
}

.hidden{
    display: none !important;
}



@media (max-width: 991px) {
    .main-page h2{
        width: 720px;
    }
}
@media (max-width: 767px) {
    .main-page p,
    .main-page h2{
        width: 540px;
    }
}

@media (max-width: 575px) {
    .main-logo .img-wrap div.img,
    .main-logo .img-wrap img,
    .main-logo .img-wrap{
        height: 340px;
        width: 340px;
    }
    .main-logo .img-wrap{
        margin-top: 20px;
    }
    .main-logo .img-wrap .social-icons{
        height: 86px;
        width: 345px;
        margin-top: -71px;
        margin-right: -5px;
    }
    .main-page p,
    .main-page h2{
        width: 340px;
    }
}
@media (max-width: 364px) {
    .main-logo .img-wrap{
        margin-top: 10px;
    }
    .main-logo .img-wrap div.img,
    .main-logo .img-wrap img,
    .main-logo .img-wrap{
        height: 290px;
        width: 290px;
    }
    .main-logo .img-wrap .social-icons{
        height: 86px;
        width: 290px;
        margin-top: -71px;
        margin-right: 0;
    }
    .main-page p,
    .main-page h2{
        width: 290px;
    }
}