.header__item-child .menu {
    top: 70px;
}

.video-box iframe {
    height: 50vw;
}

.video-box img {
    width: 100%;
}



.blk1 {
    padding-top: 100px;
    text-align: center;
    color: #fff;
    position: relative;
}

.up-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.up-title-small {
    font-size: 45px;
    text-align: right;
    line-height: 1;
}

.up-title-first {
    color: var(--red);
    font-size: 100px;
    line-height: 1;
    padding: 0 30px;
}

.up-title img {
    height: 100px;
}

.blk1 h1 {
    font-size: 90px;
}

.blk1 .description {
    font-size: 21px;
    margin: 20px 0 40px 0;
}

.btn-r {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-r a {
    text-decoration: none;
    color: #fff;
}

.btn-r a:hover, .btn-r a:visited {
    color: #fff;
}

.btn-r-inner {
    font-size: 28px;
    padding: 30px 200px;
    background-color: var(--red);
    border-radius: 20px;
}

.cats-img img {
    width: 100%;
}

.ph-1, .ph-2, .ph-3 {
    position: absolute;
    font-size: 24px;
    text-align: left;
}

.ph-1 {
    top: 45%;
    left: 5%;
    max-width: 200px;
    transform: rotate(10deg);
}

.ph-2 {
    top: 40%;
    right: 6%;
    transform: rotate(-10deg);
}

.ph-3 {
    top: 50%;
    right: 4%;
    max-width: 200px;
}

.blk-black-4{
    background-color: #DD1F3B;
    border-radius: 50px 50px 0 0;
    padding-top: 100px;
    padding-bottom: 165px;
    position: relative;
    border-bottom: 10px solid #00151E;
}

.chain{
    display: flex;
    justify-content: center;
    font-size: 70px;
    color: #fff;
    text-align: center;
}
.chain p{
    margin-bottom: 0;
    margin-left: 20px;
}

.chain-text{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 50px;
}

.chain-text p {
    max-width: 70%;
}

.video-box{
    display: flex;
    justify-content: center;
}



body {
    background-color: #00151E !important;
    font-family: 'ZonaPro' !important;
}

@font-face {
    font-family: 'ZonaPro';
    src: local("ZonaPro-Regular"), local("ZonaPro-Regular"), url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --red: #DD1F3B;
}

p {
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 1920px) {
    .ph-1, .ph-2, .ph-3 {
        font-size: 24px;
    }
    .ph-1 {
        top: 45%;
        left: 15%;
        max-width: 200px;
    }

    .ph-2 {
        top: 40%;
        right: 10%;
    }

    .ph-3 {
        top: 50%;
        right: 8%;
        max-width: 200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .blk1 h1 {
        font-size: 70px;
    }
    .chain-text p {
        max-width: 80%;
    }
    .ph-1, .ph-2, .ph-3 {
        font-size: 21px;
    }
    .ph-1 {
        top: 45%;
        left: 2%;
        max-width: 180px;
    }

    .ph-2 {
        top: 40%;
        right: 3%;
    }

    .ph-3 {
        top: 50%;
        right: 1%;
        max-width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .up-title-small {
        font-size: 36px;
    }
    .up-title-first {
        font-size: 75px;
    }
    .up-title img {
        height: 75px;
    }
    .blk1 h1 {
        font-size: 60px;
    }
    .blk1 .description {
        font-size: 18px;
    }
    .btn-r-inner {
        font-size: 24px;
        padding: 20px 100px;
    }
    .chain {
        font-size: 48px;
    }
    .chain img {
        height: 60px;
    }
    .chain-text {
        font-size: 24px;
    }
    .ph-1, .ph-2, .ph-3 {
        font-size: 18px;
    }
    .ph-1 {
        top: 45%;
        left: 2%;
        max-width: 180px;
    }

    .ph-2 {
        top: 43%;
        right: 3%;
    }

    .ph-3 {
        top: 50%;
        right: 1%;
        max-width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .up-title-small {
        font-size: 36px;
    }
    .up-title-first {
        font-size: 75px;
    }
    .up-title img {
        height: 75px;
    }
    .blk1 h1 {
        font-size: 48px;
    }
    .blk1 .description {
        font-size: 18px;
    }
    .btn-r-inner {
        font-size: 24px;
        padding: 20px 100px;
    }
    .chain {
        font-size: 36px;
    }
    .chain img {
        height: 50px;
    }
    .chain-text {
        font-size: 18px;
    }
    .video-box video {
        height: 400px;
    }
    .blk-black-4 {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .ph-1, .ph-2, .ph-3 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .blk1 {
        padding-top: 100px;
    }
    .up-title-first {
        font-size: 42px;
        padding: 0 10px;
        margin-top: -5px;
    }
    .up-title-small {
        font-size: 16px;
    }
    .up-title img {
        height: 36px;
    }
    .blk1 h1 {
        font-size: 42px;
        margin-top: -20px;
    }
    .blk1 .description {
        font-size: 17px;
    }
    .btn-r {
        display: block;
        width: 100%;
        text-align: center;
    }
    .btn-r-inner {
        font-size: 21px;
        padding: 20px;
    }
    .blk-black-4 {
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 20px 20px 0 0;
    }
    .chain {
        font-size: 24px;
    }
    .chain img {
        height: 28px;
    }
    .chain-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .chain-text p {
        max-width: 100%;
    }
    .video-box video {
        height: 200px;
    }
    .ph-1, .ph-2, .ph-3 {
        display: none;
    }
    .chain p {
        font-size: 21px;
    }
}
