html {
    background-color: #202020
}

body {
    background: #202020;
    color: #F5F5F5
}

a,
.footer .copyright,
.main-page .round,
.form-feedback input[type='submit'],
.notice .buttons .item {
    color: #F5F5F5
}

a:hover {
    color: #DCDCDC
}

.fsa .content a,
textarea,
input[type="text"] {
    background: #303030;
    border-color: #404040
}

.fsa .button-link {
    background: #303030 url('../../images/arrow-top-right-white.svg') no-repeat right 20px center / 20px 20px !important
}

.footer {
    border-color: #303030
}

.main-page {
    background: url('../../images/bg-cloud-dark.svg') no-repeat center center;
    background-size: cover
}

.main-page .area-2 .line {
    background: #40404080
}

.main-page .main-logo {
    background: url('../../images/logo_e_dark.svg') no-repeat center center
}

.main-page .round,
.h-menu,
.notice {
    background: #303030
}

.notice hr {
    border-color: #404040
}

.notice .buttons .item {
    background-color: #202020
}

@media (max-width: 980px) {
    .main-page .round {
        background: none
    }
}