* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'TimesNewRomanPS';
    src: url('fonts/TimesNewRomanPSMT.ttf') format('truetype');
    font-weight: bold;
}


body {
    margin: 0 auto;
    max-width: 1300px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

main {
    width: 100%;
    margin: 0 auto;
    padding: 50px 5px;
}

/* .bgVideo {
    width: 100% !important;
}
 */
/* Видео на фоне */
.bgVideo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    border-radius: 10px;
    /* Видео за всеми элементами */
}

/* Основной блок */
.headerBlock {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    height: 100vh;
    justify-content: center;
}

/* Навигация */
nav {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    /* Перемещаем блок */
    top: 20px;
    /* Расстояние от верхнего края */
    left: 50%;
    /* Центрирование по горизонтали */
    transform: translateX(-50%);
    /* Центровка относительно ширины */
    mix-blend-mode: difference;
    /* Взаимодействие с фоном */
    z-index: 1;
    /* Навигация поверх видео */
}

/* Ссылки */
nav a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    /* Обязательно белый цвет для эффекта difference */
    text-decoration: none;
    transition: color 0.3s ease;
}

nav a:hover {
    color: rgba(255, 255, 255, 0.7);
    /* Эффект при наведении */
}





button.registr {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    bottom: 10%;
    width: 200px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #b4ada3b7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button.registr:hover {
    background-color: #cc7a00;
}


.bodys {
    width: 90%;
    margin: 0 auto;
}

.f1 {
    text-align: center;
    width: 100%;
}

.f1 h1 {
    margin-bottom: 100px;
    font-weight: 400;
    color: #001057;
}

.f1 h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 85px;
}

.f1 p {
    font-size: 26px;

}

.f2 {
    margin-top: 120px;
}

.f2-1 {
    display: flex;
    align-items: center;
    gap: 50px;
    text-align: center;
    font-size: 21px;
    margin-bottom: 65px;
}

.iframeYoutube {
    width: 418px;
    height: 237px;
}

.iframeYoutube2 {
    width: 50%;
    height: 300px;
}

.videoFlex {
    display: flex;
    align-items: center;
    gap: 50px;
    font-size: 18px;
    margin-bottom: 65px;
}

.videoFlex h3 {
    font-size: 1.5rem;
    font-weight: 500 !important;
}


.txtBtnFlex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.txtBtnFlex p {
    line-height: 30px;
    text-align: center;
    font-size: 21px;
}

.txtBtnFlex a {
    display: flex;
    width: 100%;
    justify-content: center;
    text-decoration: none;

}

.moree {
    background-color: transparent;
    font-size: 20px;
    background-image: linear-gradient(180deg, #E86F0B 0%, #f2295b 100%);
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 24px;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.referal {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: white;
    background-color: #ff9900;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.referal:hover {
    background-color: #cc7a00;
}

.onlyH1 {
    text-align: center;
    color: #7D6E6E;
    font-size: 39px;
    font-weight: 500;
    margin-top: 120px;
    margin-bottom: 85px;
}

.onlyH2 {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
}

.f3 {
    margin-top: 100px;
    margin-bottom: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f3 p {
    font-size: 24px;
    width: 50%;
    text-align: center;
}

.f3 div {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.f3 img {
    width: 50px;
}

.centerP {
    text-align: center;
    font-style: italic;
    margin-top: 100px;
    color: #333333;
}

.f4 {
    margin-top: 118px;
    text-align: center;
    margin-bottom: 140px;
}

.f4 h1 {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    color: #3F0C0C;
}

.colorBlue {
    color: #000F43 !important;
    margin-bottom: 110px;
}

.f4 p {
    font-size: 18px;
    color: #3F0C0C;
    font-weight: 400;

    margin-top: 33px;
    margin-bottom: 120px;
}

.colorGray {
    color: #333333 !important;
    margin: 0 !important;
    line-height: 30px;
}


.f5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #333333;
    margin-bottom: 100px;
}

.f5 img {
    width: 400px;
    border-bottom-left-radius: 50%;

    border-bottom-right-radius: 50%;
}

.f5 div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.f5 p {
    color: #333333;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.f6 {
    text-align: center;
    margin-bottom: 100px;
}

.f6 h1 {
    color: #6F0303;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 90px;
}

.f6 p {
    line-height: 47px;
    font-size: 21px;

    color: #333333;
}

.f7 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 190px;
}

.f7 p {
    width: 50%;
    text-align: center;
    line-height: 25px;

    font-size: 16px;

    color: #333333;
}

.f7 img {

    width: 130px;
}

.f8 {
    width: 100%;
    text-align: center;
    color: #710101;
    font-size: 16px;
    font-family: inherit;
    margin-top: 200px;
}

.f8 h1 {
    font-size: 32px;
    margin-bottom: 85px;

    color: #333333;
}

.suscubres {
    font-size: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 80px;
}

.bgFooter img {

    width: 100%;
    height: 100%;
    border-radius: 10px;

}

.bgFooter {
    margin-bottom: 55px;
}

.f9 {
    margin-top: 95px;
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px;
}

.pricing-card {
    /*   background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px; */
    padding: 20px;
    text-align: center;
}

.pricing-card h2 {
    color: #2b9348;
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 400;
}

.pricing-card p {
    font-size: 16px;
    margin-bottom: 22px;
    color: #333;
}

.logo-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-card img {
    max-width: 150px;
    height: auto;
}

.f10 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 95px;
}



.f10 a {
    text-decoration: none;
    color: #c36;
}

.f11 {
    text-align: center;

    margin-top: 115px;
}

.f11 h1 {
    font-weight: 400;
    font-size: 27px;

    color: #333333;
    margin-bottom: 95px;
}

.f11 p {
    font-size: 19px;
    font-weight: 400;
    line-height: 44px;

    color: #333333;
}

.mrP {
    margin: 60px 0 100px;
}

.f11 i {
    text-decoration: none;
    color: #ff6600;
}

.f12 {
    text-align: center;
    margin-top: 115px;

    color: #333333;
}

.promo {
    font-size: 22px;
    margin-bottom: 100px;
    font-weight: 400;

    color: #333333;
}

.blocksFl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

}

.blocksFl img {
    width: 150px;
}

.topBlock {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-around;
}

.leftBox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 200px;
}

.middleBox {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 200px;
}

.middleBox img {
    width: 100%;
}

.bottomBlock {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
}

.bottomBlock a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    color: #f2295b;
}

.rightBox {
    text-align: center;
    width: 200px;
}

.redTxt {
    color: #800000;
}

footer {
    padding: 20px 10px;
    background-color: #383d44;
    color: #d0d5dd;
}

.f8-1 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f8-1 h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 400 !important;
    margin: 100px 0;
}

.midleWith {
    width: 500px;
}

a {
    text-decoration: none;
}

.f6 h2 {
    font-size: 28px;
    font-weight: 400;
}

.imgWith {
    width: 250px;
}

.pFlex {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 75px;
}

.pFlex p {
    font-size: 20px;
    line-height: 50px;
}

.elementor-video {
    width: 100%;
}

.f6-2 h1 {
    margin-bottom: 100px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #990E0E;
}

.f-6P {
    text-align: center;
    margin-bottom: 125px;
    font-size: 21px;
}

.f6-2 {
    width: 100%;
}

.moreInfo {
    background: linear-gradient(90deg, #e96443, #fbc2eb);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 13px 30px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;

    justify-content: center !important;
    margin: 0 auto;
    margin-top: 80px;
}

.moreInfo:hover {
    transform: scale(1.05);
    /* Увеличение при наведении */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    /* Увеличение тени */
}

.moreInfo:active {
    transform: scale(0.98);
    /* Легкое уменьшение при клике */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    /* Тень при нажатии */
}



.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-button img {
    width: 50px;
    height: 50px;
    display: block;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
    body {
        max-width: 100%;
        padding: 0 20px;
    }

    header {
        font-size: 16px;
        gap: 20px;
        padding: 10px;
    }

    button.registr {
        font-size: 14px;
        padding: 8px 16px;
    }

    .headerBlock {
        height: 60vh;
    }

    .f1 h1 {
        font-size: 28px;
    }

    .f1 h2,
    .f1 p {
        font-size: 20px;
    }

    /*   .iframeYoutube {
        width: 100%;
        height: auto;
    }
 */
    .f3 p {
        font-size: 18px;
        width: 80%;
    }

    .pricing-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {

    /*    header {
      flex-direction: column;
      gap: 10px;
    } */
    .f8-1 div {
        display: block;
        text-align: center;
    }

    .midleWith {
        margin: 20px 0;
    }

    button.registr {
        font-size: 12px;
        padding: 6px 12px;
    }

    .headerBlock {
        height: 50vh;
    }

    .f1 h1 {
        font-size: 24px;
    }

    .f1 h2,
    .f1 p {
        font-size: 18px;
    }

    .videoFlex {
        flex-direction: column;
        gap: 15px;
    }

    .f3 {
        display: block
    }

    .f3 img {
        margin-top: 10px;
    }

    .f3 p {
        width: 100%;
        font-size: 16px;
    }

    .pricing-container {
        grid-template-columns: 1fr;
        gap: 10px;
        justify-content: center;
    }

    .f7 {
        flex-direction: column;
        gap: 20px;
    }

    .f7 p {
        width: 100%;
        font-size: 16px;
    }

    .txtBtnFlex {
        flex-direction: column;
        gap: 15px;
    }

    .onlyH1 {
        font-size: 28px;
    }

    .onlyH2 {
        font-size: 24px;
    }

    .f5 {
        display: block;
        text-align: center;
    }

    .f5 img {
        width: 80%;
    }

    .f11 h1 {
        font-size: 22px;
    }

    .f11 p {
        font-size: 16px;
    }

    .bgFooter img {
        height: 100%;

    }

    .topBlock {
        display: flex;
    }

    .leftBox {
        margin-bottom: 10px;
    }

    .rightBox iframe {
        width: 100%;
    }

    .videoFlex h3 {
        text-align: center;
        font-size: 20px;
    }

    .blocksFl {
        display: block;
    }

    .imgWith {
        width: 200px;
    }

    .f6 h2 {
        margin-bottom: 90px;
    }

    .pFlex {
        display: none;
    }

    .f2-1 {
        display: block !important;
    }

    .iframeYoutube2 {
        width: 100%;
        height: 250px;
        margin-top: 30px;
    }

    .iframeYoutube {
        width: 100%;
        height: 360px;
    }

    .videoFlex {
        margin-bottom: 100px;
    }
}


@media (max-width: 600px) {
    .main-header {
        flex-direction: column;
        gap: 10px;
        top: 5%;
        padding: 15px;
    }

    .main-header a {
        font-size: 16px;
    }
    nav a {
        font-size: 15px;
       
    }
    
    .midleWith {
        width: 100%;
    }

    .imgWith {
        width: 150px;
    }

    .topBlock {
        display: block;
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    footer {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .middleBox {
        margin-top: 15px;
    }

    .leftBox {
        justify-content: center;
        margin-bottom: 10px;
    }

    .blocksFl {
        display: flex;
        flex-direction: column;
    }

    .f12 {
        display: none;
    }

    .leftBox img {
        width: 20px;
    }

    .middleBox {
        justify-content: center;
    }

    .rightBox p {
        font-size: 14px;
    }

    .middleBox img {
        width: 50px;
        margin: 0 auto !important;
        text-align: center !important;
    }
}

@media (max-width: 400px) {
    .pricing-card {
        padding: 15px;
    }

    .pricing-card h2 {
        font-size: 18px;
    }
    nav a {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        /* Обязательно белый цвет для эффекта difference */
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
}