@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'Roboto', sans-serif;
}


h3 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
}

svg {
    max-width: 200px;
    max-height: 200px;
}

@media (max-width: 991px) {
    svg[class*="bi"] {
        max-width: 125px;
        max-height: 125px;
    }
}

.my-card {
    height: 200px;
}

@media (max-width: 1399px) {
    div[class*="my-card"] {
        height: 205px;
    }
}

@media (max-width: 1199px) {
    div[class*="my-card"] {
        height: 250px;
    }
}

@media (max-width: 767px) {
    div[class*="my-card"] {
        height: 205px;
    }
}

@media (max-width: 371px) {
    div[class*="my-card"] {
        height: 250px;
    }
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.youtube {
    font-size: x-large;
    color: red;
}

.telegram {
    font-size: x-large;
    color: #0088cc;
}

.instagram {
    font-size: x-large;
    /*color: #8a3ab9;*/
    background: -moz-linear-gradient(top, #8a3ab9 0%, #fccc63 100%);
    background: -webkit-linear-gradient(top, #8a3ab9 0%, #fccc63 100%);
    background: linear-gradient(to bottom, #8a3ab9 0%, #fccc63 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


#mainPage {
    background-color: #082652;
}

.facebook {
    font-size: x-large;
    color: #0088cc;
}