/* Иконки социалок */
.icon-social {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 5px;
    padding: 0;
    background-image: url('/public/img/site/socials/sprite-social.png');
    background-repeat: no-repeat;
    background-size: 400px;
}
.ico-soc1 {background-position: -0 top;} /* телега */
.ico-soc4 {background-position: -120px top;} /* вк */
.ico-soc7 {background-position: -240px top;} /*  */
.ico-soc8 {background-position: -280px top;} /*  */
.ico-soc9 {background-position: -360px top;} /* дискорд */
.ico-soc10 {background-position: -320px top;} /* ютуб */





/* Иконки флагов */
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.flag-icon:before {
    content: "\00a0";
}
.flag-icon-ru {background-image: url(/public/img/site/flags/ru.svg);}
.flag-icon-en {background-image: url(/public/img/site/flags/en.svg);}
.flag-icon-fr {background-image: url(/public/img/site/flags/fr.svg);}
.flag-icon-it {background-image: url(/public/img/site/flags/it.svg);}
.flag-icon-es {background-image: url(/public/img/site/flags/es.svg);}
.flag-icon-pl {background-image: url(/public/img/site/flags/pl.svg);}
.flag-icon-pt {background-image: url(/public/img/site/flags/pt.svg);}
.flag-icon-de {background-image: url(/public/img/site/flags/de.svg);}
.flag-icon-ja {background-image: url(/public/img/site/flags/ja.svg);}
.flag-icon-ko {background-image: url(/public/img/site/flags/ko.svg);}
.flag-icon-nl {background-image: url(/public/img/site/flags/nl.svg);}




.fadeHeaderBackground {
    background: linear-gradient(transparent,var(--background-body));
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
}

.bottom-headerBlock {
    bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}



.heightCalc {
    height: calc(100vh - var(--height-header));
}








/*/////////////////////////////////*/
/*////////// ТЁМНАЯ ТЕМА //////////*/
/*/////////////////////////////////*/
body.dark-theme .fadeHeaderBackground {background: linear-gradient(transparent,var(--background-body-DT));}





/*/////////////////////////////////*/
/*////////// АДАПТИВНОСТЬ //////////*/
/*/////////////////////////////////*/
@media screen and (max-width: 1380px) {
    .bottom-headerBlock {bottom: 40px;}    
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
    .bottom-headerBlock {bottom: 22px;} 
}

@media screen and (max-width: 640px) {
    .bottom-headerBlock {bottom: 14px;}
}

@media screen and (max-width: 480px) {
    .bottom-headerBlock {bottom: 6px;}
}