<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
header, .black-bg{
    max-width: 1900px;
    margin: 0 auto;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.black-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.header{
    max-width: 1440px;
    height: auto;
    margin: 0px auto;
}
.header-logo{
    padding-left: 50px;
    width: 500px;
    height: 70px;
    padding-top:70px;
    margin-left:-70px;
}
.header-text{
    max-width: 640px;
    height: auto;
    border-left:5px solid white;
    margin-top:5%;
    padding-left: 50px;
}
.header-text p{
    font-family: Exo2-Black;
    font-size: 60px;
    color: white;
    margin: 0px;
}
.header-text_2 p{
    max-width: 430px;
    height: auto;
    font-family: Exo2-Bold;
    font-size: 22px;
    color: white;
    margin-top: 50px;
}
.header-button{
    display: block;
    width: 460px;
    height: 120px;
    font-size:36px;
    font-family: Exo2-Black;
    color: white;
    text-align: center;
    line-height: 120px;
    background: linear-gradient(128deg, rgba(234,50,51,1) 40%, rgba(255,68,28,1) 58%);
    border-radius: 100px;
    margin-top:2%;
}
.header-button:hover{
    animation-name: circle;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes circle{
    0%{
        background: rgba(235, 50, 50, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(235,50,50,0.6);
    }
    20%{
        background: rgba(152, 44, 240, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(152,44,240,0.6);
    }
    40%{
        background: rgba(41, 108, 243, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(41,108,243,0.6);
    }
    60%{
        background: rgba(37, 247, 145, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(37,247,145,0.6);
    }
    80%{
        background: rgba(175, 251, 32, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(175,251,32,0.6);
    }
    100%{
        background: rgba(255, 70, 28, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(255,70,28,0.6);
    }
}
.content{
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.content h1{
    text-align: center;
    font-family: Exo2-Black;
    font-size: 36px;
    color: 0d142c;
}
.content p{
    font-family:Exo2-Regular;
    font-size: 18px;
    color: #272727;
}
.content span{
    font-family:Exo2-Black;
    font-size: 16px;
    color: black;
}
.content h2{
    font-size: 30px;
    font-family:Exo2-Black;
    color: 0d142c;
    text-align: center;
    margin-top: 50px;
}
.content h3{
    font-family:Exo2-Black;
}
ol&gt;li{
    font-family:Exo2-Regular;
    font-size: 20px;
    color: #272727;
    line-height: 1.5;
}
ul&gt;li {
    font-family: Exo2-Regular;
    font-size: 20px;
    color: #272727;
    line-height: 1.5;
}
.bottom-button{
    display: block;
    width: 460px;
    height: 120px;
    font-size:36px;
    font-family: Exo2-Black;
    color: white;
    text-align: center;
    line-height: 120px;
    background: linear-gradient(128deg, rgba(234,50,51,1) 40%, rgba(255,68,28,1) 58%);
    border-radius: 100px;
    margin-top:5%;
    margin: 50px auto;

}
.bottom-button:hover{
    color: #E53331;
    animation-name: circle;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
@keyframes circle{
    0%{
        background: rgba(235, 50, 50, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(235,50,50,0.6);
    }
    20%{
        background: rgba(152, 44, 240, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(152,44,240,0.6);
    }
    40%{
        background: rgba(41, 108, 243, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(41,108,243,0.6);
    }
    60%{
        background: rgba(37, 247, 145, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(37,247,145,0.6);
    }
    80%{
        background: rgba(175, 251, 32, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(175,251,32,0.6);
    }
    100%{
        background: rgba(255, 70, 28, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(255,70,28,0.6);
    }
}
footer{
    width: 100%;
    height: auto;
    background-color: #0d142c;
}
.footer{
    max-width:1000px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: 0px auto;

}
.footer p{
    font-size: 18px;
    font-family:Exo2-Regular;
    color: white;
}

.table-container {
  margin: 0 0 15px 0;
  width: 100%; /* Р—Р°РґР°РµРј С€РёСЂРёРЅСѓ РєРѕРЅС‚РµР№РЅРµСЂР° РЅР° 100% СЌРєСЂР°РЅР° */
  overflow-x: auto; /* Р’РєР»СЋС‡Р°РµРј РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Р№ СЃРєСЂРѕР»Р», РµСЃР»Рё С‚Р°Р±Р»РёС†Р° РЅРµ РїРѕРјРµС‰Р°РµС‚СЃСЏ */
}

table {
    font-family: 'Exo2-Regular';
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
}
th, td {
    color:#000000;
    padding: 8px 12px;
    text-align: left;
    border: 1px solid black;
}
th {
    font-weight: 600;
    background-color: white;
    color: black;
}
tr:nth-child(odd) {
    background-color: inherit; /* Р¤РѕРЅ Сѓ РЅРµС‡РµС‚РЅС‹С… СЃС‚СЂРѕРє РєР°Рє Сѓ СЂРѕРґРёС‚РµР»СЊСЃРєРѕРіРѕ Р±Р»РѕРєР° */
}
tr:nth-child(even) {
    background-color: rgba(4, 38, 75, 0.6); /* Р¤РѕРЅ Сѓ С‡РµС‚РЅС‹С… СЃС‚СЂРѕРє СЃ РїСЂРѕР·СЂР°С‡РЅРѕСЃС‚СЊСЋ */
    color: white; /* Р‘РµР»С‹Р№ С‚РµРєСЃС‚ */
}
tr:nth-child(even) td {
    border-color: #04264B; /* Р¦РІРµС‚ РіСЂР°РЅРёС† Сѓ С‡РµС‚РЅС‹С… СЃС‚СЂРѕРє */
}

.bottom-text{
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 30px;
    font-family:Exo2-Black;
    color: 0d142c;
    text-align: center;
    margin-top: 50px;
}

#sigCommentsBlock {
    margin: auto;
    padding: 30px;
    max-width: 800px;
    min-width: 180px;
    float: none;
    letter-spacing: normal!important;
    text-align: left;
    width: auto;
}  


@font-face{
    font-family:Exo2-Black;
    src: url(../fonts/Exo2-Black.ttf);
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:Exo2-Bold;
    src: url(../fonts/Exo2-Bold.ttf);
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:Exo2-Regular;
    src: url(../fonts/Exo2-Regular.ttf);
    font-style: normal;
    font-weight: normal;
}




@media(max-width:1440px){
    .header-logo{
        margin-left:0px;
    }
    .header-text{
        margin-left: 5%;
    }
    .content{
        padding: 0px 10px;
    }
}
@media(max-width:1100px){
    .header-button{
        position: relative;
        bottom: -50px;
    }
}
@media(max-width:706px){
    .header-button{
        width: 300px;
        height:100px;
        line-height: 100px;
        left: 50%;
        margin-left: -150px;
        font-size: 24px;
    }
    .header-text p{
        font-size: 50px;
    }
    .header-text_2 p{
        font-size: 18px;
    }
    .header-text{
        margin-top: 65px;
    }
}
@media (max-width:540px){
    .header-logo{
        padding-top: 30px;
        width: 400px;
    }
    .header-logo img{
        width: 100%;
        height: 100%;
    }
    .header-text p{
        font-size: 40px;
    }
    .header-text_2 p{
        font-size:16px;
    }
    .header-text {
        margin-top: 130px;
    }
    .header-button{
        top:100px;
    }
    .content h1{
        font-size: 32px;
    }
    .content h2{
        font-size:
        30px;
        margin-top: 30px;
    }
    .bottom-button{
            width: 300px;
            height:100px;
            line-height: 100px;
            font-size: 24px;
    }
    .footer p {
        font-size: 14px;
    }
}
@media(max-width:450px){
    .header-text {
        margin-top: 100px;
        margin-left: 2%;
        padding-left: 20px;
    }
}
@media(max-width:420px){
    .header-logo {
        padding-left: 10px;
        width: 300px;
        height: 50px;
    }
}
@media(max-width:395px){
    .header-text {
        margin-top: 70px;
    }
    .header-button {
        top: 50px;
    }
}
@font-face{
    font-family:Exo2-Black;
    src: url(../fonts/Exo2-Black.ttf);
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:Exo2-Bold;
    src: url(../fonts/Exo2-Bold.ttf);
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:Exo2-Regular;
    src: url(../fonts/Exo2-Regular.ttf);
    font-style: normal;
    font-weight: normal;
}</pre></body></html>