﻿BODY {
    padding: 0.5em;
}

.wrapper {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    color: #033b52;
    font-family: sans-serif;
}

.logo2 {
    img {
        max-width: 325px;
    }
}

.block {
    margin: 40px -60px 30px;
    padding: 40px 60px 30px;
    border-top: 2px solid #f2bf4a;
    border-bottom: 2px solid #f2bf4a;
}

.title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.text {
    font-size: 18px;
}

.subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 34px;
}

.table {
    border-collapse: collapse;
    margin: 0 -30px;

    td {
        border: 1px solid #52b6d5;
        padding: 10px 15px;
    }

    .td-blue {
        background: #f0f9fb;
        padding: 10px 45px;
        position: relative;

        &:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border: 4px solid #c4e7f1;
            border-bottom: 0;
            border-top: 0;
        }
    }

    .td-blue-first {
        &:after {
            border-top: 4px solid #c4e7f1;
        }
    }

    .td-blue-last {
        &:after {
            border-bottom: 4px solid #c4e7f1;
        }
    }

    .td-blue:first-child {
        background: black;
        &:after {
            border-top: 4px solid #c4e7f1;
        }
    }

    .td-blue:last-child {

    }

    .table-text {
        font-size: 16px;
        text-align: right;
    }

    .table-text-center {
        text-align: center;
        padding: 10px 10px;
    }

    img {
        max-width: 22px;
    }
}

.button {
    margin: 50px auto 0;
    display: block;
    text-decoration: none;
    padding: 16px 40px;
    background: #f2bf4a;
    color: #033b52;
    width: fit-content;
    font-size: 28px;
    border-radius: 40px;
    border-right: 6px solid #a68632;
    border-bottom: 6px solid #a68632;
    border-top: 1px solid #a68632;
}


@media (max-width: 768px) {
    .logo2 {
        img {
            max-width: 250px;
        }
    }

    .block {
        margin: 40px 0 30px;
        padding: 40px 0 30px;
    }

    .table {
        margin: 0;
    }
}
