@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype')
}

.no-scroll {
    overflow-y: hidden !important
}

.header__top {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
    height: 56px;
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.header__top-left {
    gap: 10px;
    display: flex;
    align-items: center
}

.header__top-left-logo {
    font-size: 14px;
    /* background-color: red;
    padding: 13px;
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
    margin-left: -15px */
}

.header__top-left-logo:hover {
    background-color: #ff5e66
}



.header__top-left a:hover {
    background-color: #103d53;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%)
}

.logo-main:hover {
    background-color: transparent !important
}





@keyframes pulse {
    0% {
        transform: scale(.85);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        transform: scale(.85);
        box-shadow: 0 0 0 0 transparent
    }
}

.header__top-right {
    display: flex;
    align-items: center;
    gap: 30px
}

@media(width<=475px) {
    .header__top-right {
        /* display: none */
    }
}

.header__bottom {
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.header__bottom nav {
    width: 100%
}

.header__bottom-list {
    background-color: #f56b0d;
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 10px;
    align-items: center;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 0 15px
}

.header__bottom-list a {
    transition: background-color .2s;
    padding: 10px 8px;
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.header__bottom-list a:hover {
    background-color: rgba(16, 61, 83, .1)
}

.header__bottom-list a::after {
    content: "";
    position: absolute;
    right: -8px;
    color: #c4c4c4
}

.header__title,
.video-section {
    background-color: #000000
}

.core-title {
    margin: 0 auto;
    color: #fff;
    padding: 20px 0
}

.video__bottom {
    display: flex;
    justify-content: space-between;
    font-family: Roboto, sans-serif;
    color: #fff
}

.video__bottom img {
    max-width: 385px;
    width: 100%
}

.video__bottom-left span:nth-child(1) {
    font-weight: 700;
    font-size: 11px;
    position: relative
}

.video__bottom-left span:nth-child(1)::before {
    background-color: #ff3640;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 0 8px 1px 0
}

.video__bottom-left span:nth-child(2) {
    font-weight: 500;
    font-size: 12px;
    color: #bac0cb
}

.video__bottom-left span:nth-child(3) {
    font-weight: 400;
    font-size: 11px;
    color: #7c8088
}

@media(width<=767px) {
    .video__bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }
}

.video-section {
    margin-bottom: 40px
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    color: inherit;
}

body {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}



.core-title {
    font-size: 46px;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    max-width: 800px;
    text-align: center;
}

.div-video {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.video {
    max-width: 900px;
    width: 100%;
    cursor: pointer;
}

.full-video {
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: -4%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(1, 1, 1, 0.9);
}

.close {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 40px;
}

.close div {
    font-size: 52px;
    color: white;
    cursor: pointer;
}

.close div:hover {
    font-size: 52px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.relative {
    position: relative;
}

.notification {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.notification div {
    background-color: rgba(49, 202, 79, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    border: 1px solid white;
}

.notification img {
    width: 70px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 4px dotted blue;
}

.form-title {
    margin-top: 10px;
    margin-bottom: 5px;
}

.form img {
    margin: 20px 0;
    width: 100%;
    max-width: 300px;
}

.form-price {
    font-size: 24px;
    margin-bottom: 20px;
}

.form-text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(113, 113, 113);
}

input {
    font-size: 18px;
    padding: 4px 10px;
    border: 1px solid rgba(53, 130, 237, 0.5);
    margin-bottom: 20px;
    width: 60%;
    outline: none;
}

.btn-submit {
    background-color:#0068ff;
    color: white;
    border: none;
    width: 50%;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.4s ease;
}

@media (hover: hover) {
    .btn-submit:hover {
        transform: scale(0.9);
        transition: 0.4s ease;
    }
}

.banner-chanels {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #f56b0d;
    padding: 10px;
    margin-bottom: 10px;
}

.banner-chanels p {
    color: #000000!important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-chanels div {
    display: flex;
    gap: 20px;
}

.banner-chanels img {
    width: 100%;
    max-width: 110px;
}

.all-coments {
    border: 1px solid rgb(187, 187, 187);
}

.text-all-coments {
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
}

.place-coment {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coment {
    margin-top: 10px;
    display: flex;
    width: 95%;
    margin-bottom: 20px;
    opacity: 1;
    transition: 0.4s ease;
    transform: translateY(0);
}

.ava-coment {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    padding: 5px;
}

.name-coment {
    color: #365899;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
}

.info-coment {
    width: 90%;
}

.text-coment {
    font-size: 16px;
    padding: 10px;
    border-radius: 100px;
    background-color: #eaebef;
    width: 100%;
}

.all-buttons-coment {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-react-coment {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 10px;
    color: #365899;
}

.btn-react-coment p:last-child {
    color: rgb(105, 105, 105);
}

.react-coment {
    cursor: pointer;
}

.react-coment:hover {
    text-decoration: underline;
}

.btn-like-coment {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px 1px rgba(1, 1, 1, 0.3);
    border-radius: 100px;
    padding: 2px 5px;
}

@media (max-width: 900px) {
    .core-title {
        font-size: 38px;
    }

    .banner-chanels img {
        width: 90px;
    }

    .banner-chanels p {
        font-size: 20px;
        text-align: center;
    }

    .text-coment {
        font-size: 16px;
        /* padding: 30px 10px; */
        border-radius: 30px;
        background-color: #eaebef;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .core-title {
        font-size: 28px;
    }

    .banner-chanels img {
        width: 50px;
    }
}

@media (max-width: 390px) {
    .all-buttons-coment {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.animate-show {
    opacity: 0;
    transition: 0.4s ease;
    transform: translateY(20px);
}

.input-container {
    position: relative;
    width: 60%;
}

.input-container input {
    width: 100%;
}

.input-container input[name="phone"] {
    padding-left: 35px;
    /* Добавляем отступ слева для изображения */
}

.input-container img {
    width: 25px;
    position: absolute;
    left: 5px;
    top: -5px;
    transform: translateY(-50%);
}

.div__popup-form {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(1, 1, 1, 0.8);

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}

@keyframes animPopupForm {
    0% {
        transform: translateY(-500%);
    }

    100% {
        transform: translateY(0%);
    }
}

.popup-form {
    background-color: white;
    overflow: auto;
    width: 90%;
    max-width: 500px;
    max-height: 90%;
    cursor: default;
    animation: animPopupForm 0.5s ease forwards;
}

.popup-form .form-title,
.popup-form .img-form_cert,
.popup-form .footer-title_form,
.popup-form .termina-form,
.popup-form .timer,
.popup-form .form-text {
    display: none;
}

.popup-form .btn-submit {
    margin: 0;
}

.popup-form .prod-form-img {
    margin-top: 0px;
}

.popup-form .div-img-form_cert {
    margin: 0;
    display: none;
}

.popup-form__btn-close {
    position: absolute;
    right: 2%;
    top: 3%;
    z-index: 1;
    font-size: 64px;
    cursor: pointer;
    color: rgb(172, 172, 172);
    transition: 0.3s ease;
    line-height: 1px;
}

.popup-form__btn-close:hover {
    transform: scale(0.9);
    transition: 0.3s ease;
}

.div-section-form {
    /* margin: 20px auto; */
    width: 100%;
}

.prod-form-img {
    /* max-height: 240px; */
}

.none {
    display: none;
}


.ovh {
    overflow-y: hidden;
}