.page-img img{
    width: initial;
}
body {
    overflow: hidden;
    height: 100vh;
   
}
.cont-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 70px);
    scroll-snap-type: y mandatory;
    scroll-padding-bottom: 150px;
    /* scroll-snap-stop: always; */
}
.page {
    min-height: 100vh;
    padding-top: 50px;
    scroll-snap-align: start;
    /* scroll-snap-stop: always; */
    /* scroll-snap-stop: normal; */
}
.cont.view {
    max-width: 1200px;
    /* scroll-snap-type: y mandatory; */
    margin: 0 auto;
}

.page-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.page-text {
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 10px;
    line-height: 20px;
    position: absolute;
    top: -15%;
    width: 115%;
}    
.orange {
    color: #f05817;
}

.body {
    /* overflow-y:  none !important;
    width: initial; */
}
.page__header {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}
.page-descr {
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
}
.page-descr ul li {
    display: block;
    margin-bottom: 10px;
}
.page-descr ul li:last-child {
    margin-bottom: 0;
}
.page-wrapper.star {
    flex-direction: row;
}
.back-image {
    width: 60%;
}
.page-right {
    position: relative;
    top: 110px;
    left: 36%;
    width: 346px;
    height: 507px;
}    
.page-right div {
    font-size: 17px;
    font-weight: 600;
} 
.page-right__text-1 {
    position: absolute;
    top: -18%;
    left: 20%;
    max-width: 67%;
}
.page-right__text-2 {
    position: absolute;
    top: 23%;
    left: -42%;
    max-width: 33%;
}
.page-right__text-3 {
    position: absolute;
    max-width: 80%;
    left: -65%;
    text-align: right;   
}
.page-right__text-4 {
    position: absolute;
    left: 84%;
    width: 269px;
    top: 69%;
}
.page-right__text-5 {
    position: absolute;
    left: 104%;
    width: 270px;
    top: 23%;
}
.page-right__img img {
    width: initial;
    display: block;
}

.page--right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .page-item {
    font-size: 16px;
    font-weight: 600;
} */
.page-item {
    margin-bottom: 15px;
}
.page-inner{
    display: flex;
    justify-content: space-between;
}
.page--right__first {
    max-width: 50%;
}
.page-item__header {
    margin-bottom: 15px;
}
.page-item__header .orange {
    font-weight: 600;
}
.video-container {
    position: relative;
}
.video-container iframe {
    position: relative;
    top: 89px;
}

.page-left .requirement {
    width: 120%;
}
.footer-second {
    min-height: 130px;
    background-color: #15252e;
}

@media(max-width: 1212px) {
    .page-1 .page-img {
        display: none;
    }
    .page {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-text {
        position: static;
        width: 100%;
    }
    .video-container iframe {
        top: 0;
        display: block;
        margin: 0 auto;
    }
  
}

@media(max-width: 1100px) {
    .page-wrapper {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .page-descr {
        margin-right: 0;
        margin-top: 20px;
    }
    .page-wrapper.star {
        justify-content: flex-start;
    }
    .page-inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 0 70px;
    }
    .page-left .requirement {
        width: 375px;
    }
    .page--right {
        margin-top: 20px;
    }
    .video-container iframe {
        max-width: 100%;
    }
    .page-img img {
        max-width: 100%;
    }
}

@media(max-width: 900px) {
    .page-right {
        left: 21%;
    }
}

@media(max-width: 450px) {
    .page-right__img {
        display: none;
    }
    .page-right div {
        position: initial;
        max-width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .page-right {
        position: initial;
    }
    .page-left {
        display: none;
    }
    .page--right__first {
        max-width: 54%;
        margin-right: 20px;
    }
    
}