.page-id-446 .l-section.height_small {
    padding: 0;
}
.content {
    max-width: 1111px;
    margin: 0 auto;
}
.content section:not(:last-child) {
    margin-bottom: clamp(50px, 8.961vw, 100px);
}
section tbody {
    border: 1px solid;
    border-color: #fff;
}
section tbody tr,
section tbody td {
    border-bottom: 1px solid;
    border-color: #fff;
}
section tbody th {
    border-right: 1px solid;
    border-color: #fff;
}
.btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 356px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(218, 57, 31), rgb(182, 28, 16) 100%);
    margin: 20px auto;
    cursor: pointer;
}
.btn span {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    z-index: 1;
}
.btn img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.remember {
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(180.00deg, rgb(65, 65, 65), rgb(53, 53, 53) 100%);
}
.remember__head {
    display: flex;
    gap: 20px;
    align-items: center;
}
.remember__head h5 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(180.00deg, rgb(79, 193, 169), rgb(49, 132, 117));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.remember p {
    margin-top: 10px;
}

.banner {
    height: clamp(200px, 33.154vw, 370px);
    border-radius: 10px;
    overflow: hidden;
}
.banner-1 {
    padding-left: clamp(10px, 5.108vw, 57px);
    padding-bottom: clamp(20px, 5.735vw, 64px);
    background: url('../img/banner_1.webp') no-repeat center left;
    background-size: cover;
}
.banner-1 .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.banner .btn {
    width: clamp(170px, 31.9vw, 356px);
    margin: 0;
}


.slots .container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 20px;
}
.slots > span {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(65, 65, 65), rgb(53, 53, 53) 100%);
}
.slots > span::before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 60px);
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #67BEAE;
}
.slot__item {
    display: flex;
    grid-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
}
.slot__item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.payments {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(8, 1fr);
}
.payment__item {
    display: flex;
    grid-gap: 10px;
    flex-flow: column;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.banner-2 {
    margin-top: 20px;
    padding: clamp(20px, 5.376vw, 60px);
    background: url('../img/banner_2.webp') no-repeat center right;
    background-size: cover;
}
.banner-2 .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}
.banner-2 .btn {
    margin: 0;
}
.banner-2 .container h5 {
    font-size: clamp(22px, 2.867vw, 32px);
    font-weight: 600;
    line-height: 39px;
    text-shadow: 0px 0px 5px #000;
}
.banner-2 .container p {
    margin-bottom: 0;
    background: linear-gradient(180.00deg, rgb(79, 193, 169), rgb(49, 132, 117));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.banner-2 .container span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 0px 5px #000;
}


.float-right {
    float: right;
    margin-left: 20px;
}

.content .faq {
    max-width: 100%;
    padding: 40px 0;
}
.faq .container {
    max-width: 1111px;
    margin: 0 auto;
}
.spoiler-wrapper {
    display: flex;
    grid-gap: 20px;
    flex-flow: column;
}
.spoiler {
    border-radius: 10px;
    overflow: hidden;
}
.spoiler-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(180.00deg, #414141, #353535 100%);
    cursor: pointer;
}
.spoiler-title span {
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
}
.arrow-spoiler {
    transition: all 0.3s;
    transform: rotate(180deg);
}
.arrow-spoiler-active {
    transform: rotate(0deg);
}
.spoiler:nth-child(3) .arrow-spoiler {
    transform: rotate(0deg);
}
.spoiler:nth-child(3) .arrow-spoiler-active {
    transform: rotate(180deg);
}
.spoiler-content {
    display: none;
    padding: 20px;        
    background: #494949;
}
.spoiler:nth-child(3) .spoiler-content {
    display: block;
}
.spoiler-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
}
.spoiler-content a:not(:last-child) {
    margin-bottom: 10px;
}



@media screen and (max-width: 992px) {
    .slots .container {
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-around;
    }
    .slot__item {
        margin: 0 auto;
    }
    .payments {
        grid-template-columns: repeat(4, 1fr);
    }
    .payment__item {
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .slots .container {
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-around;
    }
    .payments {
        grid-template-columns: repeat(2, 1fr);
    }
}