@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
    font-family: Futura PT;
    color: #fff;
    font-size: 16px;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    background-color: #F8A600;
    display: flex;
}

.content {
    width: 100%;
    margin: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
}

.tabs {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.tabs__items {
    display: flex;
    flex-direction: column;
    flex: 0 0 205px;
    margin-right: 50px;
    justify-content: center;
}

.tabs__items-title {
    margin-bottom: 10px;
}

.tabs__items-title span {
    font-weight: 500;
}

.tabs__item {
    color: #000;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.tabs__item:hover,
.tabs__item.active {
    border: 3px solid #cacaca;
}

.tabs__big {
    font-size: 36px;
}

.tabs__little {
    font-size: 11px;
}

.tabs__average {
    font-size: 21px;
}

.tabs__qr {
    margin-bottom: 8px;
}

.qrcode {
    display: flex;
    flex-direction: row;
    background-color: #AD498C;
    font-size: 18px;
    padding: 15px 5px;
    border-radius: 3px;
    align-items: center;
    font-weight: 300;
    line-height: .8;
    text-decoration: none;
    color: #fff;
}

.qrcode span {
    font-size: 16px;
    font-weight: 500;
}

.qrcode img {
    margin-right: 5px;
}

.tabs__social {
    display: flex;
    align-items: center;
}

.tabs__social .tabs__social-link {
    text-transform: none !important;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 16px;
    margin-right: 3px;
    width: 100%;
    cursor: pointer;
}

.tabs__social-link {
    color: #000;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 6px;
    justify-content: center;
}

.tabs__social img {
    max-width: 37px;
    border-radius: 5px;
}

.autor {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}

.autor__img {
    margin-right: 5px;
}

.autor__content {
    display: flex;
    flex-direction: column;
    text-align: center;

}

.autor__title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.autor__telegram {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.autor__text {
    color: #000;
    font-size: 8px;
}

.tabs__body {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    max-width: 1350px;
}

.tabs__block {
    display: none;
}



.tabs__block.active {
    display: block;
}

.aside__contant {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.aside__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aside__body-contant {
    display: flex;
    flex-direction: row;
}

.h1 {
    text-align: center;
    margin-bottom: 100px;
    font-size: 32px;
    max-width: 938px;
    color: #000;
    font-weight: 700;
}

.h1 span {
    color: #fff;
}

.aside__block1 {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aside__block1-text1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.aside__block1-text2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
}

.aside__block1-text3 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 30px;
}

.aside__block1-text4 {
    font-size: 23px;
    font-weight: 700;
}

.aside__block2 {
    padding: 18px 35px;
    border: 10px solid #fff;
    border-radius: 50px;
    color: #000;
    margin-left: 50px;
    font-weight: 500;
}

.aside__block2-text1 {
    font-size: 36px;
}

.aside__block2-text2 {
    font-size: 61px;
}

.aside__block2-text3 {
    font-size: 32px;

}

.aside__block2-text4 {
    font-size: 46px;
}

.aside__block2-text5 {
    font-size: 34px;
}

.aside__block2-text6 {
    font-size: 27px;
}

.aside__text {
    text-align: center;
    font-weight: 800;
    margin-top: 60px;
}

.aside__text-1 {
    color: #000;
    font-size: 20px;
}

.aside__text-2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.aside__text-3 {
    color: #000;
    font-size: 15px;
}

.aside__text-3 span {
    color: #fff;
    font-size: 26px;
}

.aside__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.aside__logo {
    display: flex;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
    text-decoration: none;
}

.aside__logo img {
    margin-right: 3px;
}

.aside__title {
    color: #000;
    text-align: center;
    margin-bottom: 55px;
    font-size: 34px;
    font-weight: 700;
}


.aside__video {
    flex: 1 1 auto;
    margin-right: 15px;
}

.aside__video video {
    max-width: 100%;
    border-radius: 60px;
    border: 3px solid #fff;
}

.checkbox {
    flex: 0 0 410px;
}

.checkbox__title {
    color: #000;
    margin-left: 35px;
    font-size: 16px;
}

.checkbox__item {
    font-size: 16px;
    display: flex;
    margin-bottom: 3px;
    align-items: center;
}

.checkbox__check {
    width: 30px;
    height: 15px;
    background-color: #5CCD7B;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

.checkbox__check span {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    background-color: #FFFFFF;

}

.checkbox__qr {
    text-decoration: none;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 8px 35px;
    display: flex;
    flex-direction: row;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    font-size: 12px;
    margin: 10px 0;
    align-items: center;
}

.checkbox__qr span {
    color: #000;
}

.checkbox__qr img {
    margin-right: 8px;
}

.off {
    background-color: #C4C4C5;
}

.off span {
    left: 1px;
}

.aside__action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.aside__price {
    padding: 10px 25px;
    border: 3px solid #AD498C;
    border-radius: 5px;
}

.aside__price-title {
    font-size: 34px;
    font-weight: 700;
}

.aside__price-title span {
    color: #000;
}

.aside__price-text {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.aside__price-footer {
    font-size: 11px;
}

.aside__qr {
    padding: 3px 10px 3px 3px;
    font-size: 14px;
}

.aside__qr img {
    width: 45px;
    height: 45px;
}

.aside__price-title.bold {
    font-size: 34px;
    margin-bottom: 20px;
}

.pwhite {
    font-size: 16px;
    margin-bottom: 15px;
}

.pblack {
    color: #000;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.titlewhite {
    color: #fff;
    margin: 0;
}

.titleblack {
    margin: 0;
}

.green {
    background-color: #5FCE7E;
    border: none;
    padding: 4px;
    margin: 0;
    max-width: 140px;
    font-size: 12px;
}

#tab_04 {
    margin-top: -100px;
}


.b24-form {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0, .6);
}

.close {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 60px;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    display: none;
}


.b24-form-style-classic {
    z-index: 1;
}

#tab_01 {
    margin-left: -180px;
    margin-top: 20px;
}

.mobile__social {
    display: none;
}

.widget_video {
    border: 2px solid #fff;
    border-radius: 15px;
    max-width: 150px;
    overflow: hidden;
    cursor: pointer;
    transform-origin: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: 0.3s ease-in;
}

.widget_video:hover {
    transform: scale(1.1, 1.1);
}

.widget_video video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.widget_video.active {
    max-width: 280px;
    transition: 0.3s ease-in;
}

.widget_video.active:hover {
    transform: initial;
}

.widget_video.remove {
    display: none;
}

.controlBtn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 10px;
    z-index: -1;
}

.controlBtn.active {
    z-index: 99;
}

.controlBtn.active span {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    background: #ffffff;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    transition: .2s ease-in;
}

.widget_video:not(.active) .controlBtn span:first-child {
    transform: rotate(45deg);
}

.widget_video:not(.active) .controlBtn span:last-child {
    transform: rotate(-45deg);
}

@media (max-width:1400px) {
    #tab_01 {
        margin: 0;
    }
}

@media (max-width:1240px) {
    .aside__contant {
        flex-direction: column;
    }

    .h1 {
        margin-bottom: 20px;
        margin-top: 40px;
        font-size: 26px;
        max-width: 838px;
    }

    .aside__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .aside__body-contant {
        display: flex;
        flex-direction: column;
    }

    .aside__block1 {
        order: 2;
    }

    .aside__block2 {
        order: 1;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-top: 20px;
    }

    .content {
        height: 100%;
    }

    .aside__block2-text1 {
        font-size: 34px;

    }

    .aside__block2-text2 {
        font-size: 58px;
    }

    .aside__block2-text3 {
        font-size: 30px;
    }

    .aside__block2-text4 {
        font-size: 43px;
    }

    .aside__block2-text5 {
        font-size: 32px;
    }

    .aside__block2-text6 {
        font-size: 25px;
    }

    .aside__block1-text1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .aside__block1-text2 {
        font-size: 29px;
        margin-bottom: 20px;
    }

    .aside__block1-text3 {
        font-size: 49px;
        margin-bottom: 20px;
    }

    .aside__block1-text4 {
        font-size: 22px;
    }

    .aside__footer {
        margin-top: 20px;
    }

    .aside__text {
        margin-top: 40px;
    }

    .aside__checkbox {
        margin-top: 20px !important;
    }

    .aside__video {
        margin-top: 30px;
    }

    .aside__title {
        margin-bottom: 30px;
    }

    #tab_04 {
        margin-top: 0px;
    }
}

@media (max-width:767.98px) {
    .tabs {
        flex-direction: column;
    }

    .tabs__item {
        min-height: 71px;
        align-items: center;
        line-height: 1;
        background-color: #fff;
    }

    .tabs__items-body {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .tabs__items-title {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .tabs__items {
        margin-right: 0;
        flex: 0 0 155px;
    }

    .aside__text {
        display: none;
    }

    .qrcode {
        padding: 5px;
        width: 70%;
        margin-top: 40px;
    }

    .tabs__social {
        width: 70%;
    }

    .tabs__social .tabs__social-link {
        padding: 20px 16px;
    }

    .tabs__social img {
        min-width: 57px;
        height: 57px;
    }

    .tabs__autor {
        margin-bottom: 30px;
    }

    .tabs__items-body {
        transform: scale(.6, .6);
    }

    .aside__block2-text1 {
        font-size: calc(14px + 24 * (100vw / 767));

    }

    .aside__block2-text2 {
        font-size: calc(38px + 14 * (100vw / 767));
    }

    .aside__block2-text3 {
        font-size: calc(20px + 7 * (100vw / 767));
    }

    .aside__block2-text4 {
        font-size: calc(28px + 10 * (100vw / 767));
    }

    .aside__block2-text5 {
        font-size: calc(21px + 6 * (100vw / 767));
    }

    .aside__block2-text6 {
        font-size: calc(16px + 6 * (100vw / 767));
    }

    .aside__block1-text1 {
        font-size: calc(13px + 10 * (100vw / 767));
    }

    .aside__block1-text2 {
        font-size: calc(13px + 11 * (100vw / 767));
        margin-bottom: 20px;
    }

    .aside__block1-text3 {
        font-size: calc(22px + 19 * (100vw / 767));
        margin-bottom: 20px;
    }

    .aside__block1-text4 {
        font-size: calc(10px + 8 * (100vw / 767));
    }

    .aside__block1 {
        text-align: center;
    }

    .aside__block2 {
        margin-top: 0;
        border: 7px solid #fff;
        box-shadow: 0 0 15px 0 #4b4b4b, inset 0 0 15px 0 #4b4b4b;
    }

    .aside__footer-text {
        text-align: center;
    }

    .tabs__social-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .aside__footer-text {
        font-size: 14px;
        max-width: 220px;
    }

    .aside__title {
        font-size: calc(12px + 18 * (100vw / 767));
        margin-bottom: 20px
    }

    .aside__video {
        margin-right: 0;
        margin-bottom: 0px !important;
        margin-top: 0px;
    }

    .aside__video video {
        border-radius: 20px;
    }



    .checkbox__item {
        font-size: calc(7px + 10 * (100vw / 767));
    }

    .checkbox__title {
        font-size: calc(7px + 10 * (100vw / 767));
    }

    .aside__price-title {
        font-size: calc(7px + 18 * (100vw / 767));
    }

    .aside__price-text {
        font-size: calc(10px + 4 * (100vw / 767));
        margin-bottom: 0px;
    }

    .qrcode {
        margin-top: 25px;
    }

    .green {
        display: none;
    }

    .checkbox {
        flex: 0 0 auto;
        max-width: 85%;
    }

    .aside__price {
        margin: 0;
    }

    .aside__price-title.bold {
        font-size: calc(14px + 20 * (100vw / 767));
    }

    .close {
        color: #000;
    }

    .qrcode p {
        margin-left: 30px;
    }

    .h1 {
        margin-bottom: 40px;
        margin-top: 20px;
        font-size: 24px;
        max-width: 838px;
    }
}