* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #181827 url('../img/bg_body.jpg') center top no-repeat;
    background-size: 100%;
    font-family: 'Roboto Condensed', 'Segoe UI', sans-serif;
    line-height: 1.5;
    color: #c4c4c4;
}


.frost-wrapper {
    max-width: 1190px;
    width: 98%;
    margin: 30px auto;
    background: #21212d;
    position: relative;
}

iframe{
    max-width: 100%;
    width: 98%;
    margin: 0 auto 20px auto;
    display: block;
    height: 600px;
}


h1,
h2,
h3,
h4 {
    line-height: 1.2;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}


.frost-btn {
    display: inline-block;
    border: 2px solid #adadad;
    background: transparent;
    padding: 10px 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #adadad;
    cursor: pointer;
    transition: all 0.25s;
    text-align: center;
}

.frost-btn:hover {
    background: rgba(173, 173, 173, 0.1);
    border-color: #dedede;
    color: #dedede;
}


.frost-subtitle {
    color: #f68b1f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
}

.frost-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    color: #dedede;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    display: inline-block;
}

.frost-title span {
    color: #f68b1f;
}

.frost-title:after {
    content: "";
    display: block;
    width: 237px;
    height: 50px;
    background: url('../img/s1.png') no-repeat center;
    background-size: contain;
    margin: 0 auto;
}


.frost-title--center {
    text-align: center;
    display: block;
}



.frost-text {
    color: #c4c4c4;
    font-size: 1rem;
    line-height: 1.6;
}


.frost-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.frost-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.frost-logo__img {
    height: 45px;
    width: auto;
}

.frost-logo__brand {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #dedede;
    letter-spacing: 1px;
}

.frost-nav {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.frost-nav__list {
    display: flex;
    gap: 28px;
    list-style: none;
}

.frost-nav__link {
    color: #c4c4c4;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    transition: 0.2s;
}

.frost-nav__link:hover {
    color: #f68b1f;
}

.frost-nav__btn {
    border: 2px solid #adadad;
    padding: 8px 22px;
    color: #adadad;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
}

.frost-nav__btn:hover {
    background: rgba(173, 173, 173, 0.1);
    color: #dedede;
}


.frost-menu-toggle {
    display: none;
    background: none;
    border: 2px solid #adadad;
    padding: 8px 15px;
    color: #adadad;
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}


.frost-banner {
    background: url('../img/bg_heroes.jpg');
    background-size: cover;
    background-position: left bottom;
    padding: 80px 40px;
}

.frost-banner__inner {
    max-width: 500px;
}

.frost-banner .frost-subtitle {
    margin-bottom: 10px;
}

.frost-banner .frost-title:after {
    display: none;
}

.frost-banner .frost-text {
    margin: 0px 0 30px;
}


.frost-about {
    padding: 70px 40px 50px;
    text-align: center;
}

.frost-about__text-wrapper {
    max-width: 850px;
    margin: 20px auto 30px;
}

.frost-about__text {
    margin-bottom: 20px;
}


.frost-games {
    padding: 20px 40px 60px;
}

.frost-game-block {
    background: #1b1b27;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    margin-bottom: 50px;
}

.frost-game-block--reverse {
    flex-direction: row-reverse;
}

.frost-game__content {
    flex: 1;
}

.frost-game__title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    color: #dedede;
    margin-bottom: 20px;
    font-weight: 700;
}

.frost-game__text {
    margin-bottom: 28px;
}

.frost-game__img {
    flex: 0.9;
    max-width: 45%;
}

.frost-game__img img {
    width: 100%;
    display: block;
}


.frost-advantages {
    padding: 30px 40px 70px;
    text-align: center;
}

.frost-advantages__row {
    display: flex;
    gap: 30px;
    margin-top: 55px;
    flex-wrap: wrap;
    justify-content: center;
}

.frost-advantage {
    background: #1b1b27;
    padding: 35px 25px;
    flex: 1;
    min-width: 240px;
    transition: 0.2s;
}

.frost-advantage__icon {
    height: 70px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.frost-advantage__title {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #dedede;
    margin-bottom: 10px;
    font-weight: 700;
}


.frost-cta {
    background: url('../img/bg_cta.jpg');
    background-size: cover;
    background-position: center;
    padding: 55px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.frost-cta__text-block {
    max-width: 60%;
}

.frost-cta__title {
    font-size: 2rem;
    text-transform: uppercase;
    color: #dedede;
    margin-bottom: 12px;
}


.frost-footer {
    background: #141416;
    padding: 40px 30px 25px;
}

.frost-footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
}

.frost-footer__brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.frost-footer__logo {
    height: 40px;
}

.frost-footer__email {
    color: #c4c4c4;
    font-size: 0.9rem;
    border-left: 1px solid #3a3a4a;
    padding-left: 15px;
}

.frost-footer__links {
    display: flex;
    gap: 15px 28px;
    flex-wrap: wrap;
}

.frost-footer__link {
    color: #c4c4c4;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
}

.frost-footer__link:hover {
    color: #f68b1f;
}

.frost-footer__legal-note {
    border: 1px solid #adadad;
    padding: 14px 20px;
    text-align: center;
    font-size: 1.1rem;
    margin: 20px 0 25px;
    color: #b0b0c0;
    background: rgba(0, 0, 0, 0.2);
}

.frost-footer__copyright {
    font-size: 0.8rem;
    text-align: center;
    color: #8f8fa3;
    border-top: 1px solid #282834;
    padding-top: 20px;
}




.frost-page-header {
    padding: 40px 40px 20px;
    background: #1b1b27;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.frost-breadcrumbs {
    margin-bottom: 20px;
}

.frost-breadcrumbs a {
    color: #adadad;
    font-size: 0.85rem;
    text-transform: uppercase;
    text-decoration: none;
}

.frost-breadcrumbs a:hover {
    color: #f68b1f;
}

.frost-breadcrumbs span {
    color: #f68b1f;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.frost-page-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #dedede;
    text-align: center;
    margin: 10px 0 0;
}

.frost-page-title span {
    color: #f68b1f;
}


.frost-content {
    padding: 40px;
    background: #21212d;
}

.frost-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #dedede;
    margin: 30px 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(246, 139, 31, 0.3);
}

.frost-content h2:first-of-type {
    margin-top: 0;
}

.frost-content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    color: #f68b1f;
    margin: 20px 0 10px;
}

.frost-content p {
    color: #c4c4c4;
    line-height: 1.7;
    margin-bottom: 16px;
}

.frost-content ul,
.frost-content ol {
    color: #c4c4c4;
    line-height: 1.7;
    margin: 15px 0 20px;
    padding-left: 25px;
}

.frost-content li {
    margin-bottom: 8px;
}

.frost-content a {
    color: #f68b1f;
    text-decoration: none;
}

.frost-content a:hover {
    text-decoration: underline;
}

.frost-update-date {
    background: #1b1b27;
    padding: 15px 20px;
    margin-top: 40px;
    border-left: 3px solid #f68b1f;
    font-size: 0.85rem;
    color: #adadad;
}

.frost-contact-email {
    background: #1b1b27;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 1.1rem;
}

.frost-contact-email a {
    color: #f68b1f;
    font-weight: bold;
    text-decoration: none;
}



.frost-contacts {
    display: flex;
    gap: 50px;
    padding: 40px;
    background: #21212d;
    flex-wrap: wrap;
}

.frost-contacts-form {
    flex: 1.2;
    min-width: 280px;
}

.frost-contacts-info {
    flex: 0.8;
    min-width: 260px;
    background: #1b1b27;
    padding: 30px;
    height: fit-content;
}

.frost-contacts-info h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #dedede;
    margin-bottom: 20px;
}

.frost-contacts-info h3 span {
    color: #f68b1f;
}

.frost-contacts-info p {
    color: #c4c4c4;
    line-height: 1.7;
    margin-bottom: 25px;
}

.frost-contact-email-large {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(246, 139, 31, 0.3);
}

.frost-contact-email-large a {
    color: #f68b1f;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    word-break: break-all;
}

.frost-contact-email-large a:hover {
    text-decoration: underline;
}


.frost-form-group {
    margin-bottom: 22px;
}

.frost-form-group label {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #adadad;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.frost-form-group input,
.frost-form-group textarea,
.frost-form-group select {
    width: 100%;
    padding: 12px 15px;
    background: #1b1b27;
    border: 1px solid #3a3a4a;
    color: #dedede;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.frost-form-group input:focus,
.frost-form-group textarea:focus,
.frost-form-group select:focus {
    outline: none;
    border-color: #f68b1f;
}

.frost-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.frost-btn-submit {
    background: transparent;
    border: 2px solid #adadad;
    color: #adadad;
    padding: 12px 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.25s;
}

.frost-btn-submit:hover {
    background: rgba(173, 173, 173, 0.1);
    border-color: #dedede;
    color: #dedede;
}

.frost-form-success {
    margin-top: 20px;
    padding: 15px;
    background: rgba(246, 139, 31, 0.15);
    border-left: 3px solid #f68b1f;
    color: #dedede;
    font-size: 0.95rem;
    display: none;
}

.frost-form-success.show {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}






































@media (max-width: 920px) {
    .frost-wrapper {
        width: 95%;
        margin: 20px auto;
    }

    .frost-header {
        padding: 15px 20px;
    }

    .frost-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 20px;
    }

    .frost-nav--open {
        display: flex;
    }

    .frost-nav__list {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .frost-menu-toggle {
        display: block;
    }

    .frost-banner {
        padding: 50px 25px;
    }

    .frost-game-block,
    .frost-game-block--reverse {
        flex-direction: column;
        padding: 30px;
    }

    .frost-game__img {
        max-width: 100%;
        order: 1;
    }

    .frost-game__content {
        order: 2;
    }

    .frost-cta__text-block {
        max-width: 100%;
    }

    .frost-title {
        font-size: 2rem;
    }

    .frost-title:after {
        width: 180px;
        height: 40px;
        bottom: -42px;
    }
}

@media (max-width: 680px) {
    .frost-advantages__row {
        flex-direction: column;
    }

    .frost-footer__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .frost-banner .frost-title:after {
        display: none;
    }

    .frost-logo__brand {
        font-size: 20px;
    }

    .frost-games {
        padding: 20px;
    }

    .frost-footer__links {
        justify-content: center;
    }

    .frost-footer__brand {
        width: 100%;
        justify-content: center;
    }
    .frost-contacts{
        padding: 40px 20px;
    }
    .frost-contacts-info{
        width: 100%;
        flex: auto;
    }
    iframe{
        height: 470px;
    }
    .frost-advantages{
        padding: 30px 20px;
    }
    .frost-about{
        padding: 40px 20px;
    }
}

img {
    max-width: 100%;
    display: block;
}