section:not(#hsec-4) {
    overflow-x: hidden;
}
#hsec-1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/hsec1-fon.jpg);
    background-size: contain;
    padding: 1.25rem 0 2.25rem;
}
.hsec1_running {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.hsec1_running span {
    width: max-content;
    display: inline-block;
    font-family: Unbounded, sans-serif;
    font-size: 11.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(255, 248, 248, 0.6);
    white-space: nowrap;
    animation: 30s linear 1s infinite normal none running scroll-left;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
        margin-left: 100%;
    }
    100% {
        transform: translateX(-100%);
        margin-left: 0%;
    }
}
.hsec1_box {
    position: relative;
    height: 100%;
    z-index: 1;
}
.hsec1_logo {
    width: 10.952rem;
}
.hsec1_logo img {
    width: 100%;
}
.hsec1_info {
    width: 46.875rem;
}
.hsec1_title {
    margin-bottom: 0.55rem;
}
#hsec-2 {
    padding-top: 5rem;
}
.hsec2_banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 46.875rem;
    height: 26.438rem;
    object-fit: cover;
    border-radius: 16px;
    z-index: 0;
}
.hsec2_box {
    position: relative;
    padding-top: 2.563rem;
    width: 33.5rem;
    margin-bottom: 2.375rem;
    min-height: 22.88rem;
    z-index: 1;
}
.hsec2_title {
    margin-bottom: 1.25rem;
}
.slide_item {
    height: 100%;
    padding: 1.875rem 2.25rem;
    border-radius: 16px;
    background: linear-gradient(126deg, rgba(19, 173, 232, 0.5) 29.05%, rgba(57, 49, 49, 0.00) 210.99%);
    backdrop-filter: blur(12.5px);
    color: #FFFFFF;
}
.slide_title {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
}
#hsec-3 {
    margin-top: 3.5rem;
}
.hsec3_title {
    margin-bottom: 2.5rem;
}
.hsec3_item {
    width: calc(50% - 10px);
    text-align: center;
    align-content: center;
}
.hsec3_img {
    width: calc(50% - 10px);
    min-height: 20rem;
    height: auto;
    aspect-ratio: 4 / 3;
    padding: 2px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #79CA0C;
}
.hsec3_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.hsec3_ititle {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.hsec3_itext {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.hsec3_itext span {
    color: #79CA0C;
}
.hsec3_btn {
    margin-top: 3rem;
}
.hsec3_btn .btn {
    margin-left: auto;
}
.hsec2_text span {
    font-weight: 600;
    color: #FFFFFF;
}
.hsec3_box {
    margin-bottom: 2.5rem;
}
.hsec3_img2 {
    width: 100%;
    min-height: 20rem;
    height: auto;
    aspect-ratio: 4 / 3;
    padding: 2px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #79CA0C;
}
.hsec3_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.hsec3_item2 .hsec3_itext {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
}
.hsec3_title2 {
    margin-bottom: 1rem;
}
#hsec-4 {
    margin-top: 5rem;
}
.hsec4_left, .hsec4_right {
    width: calc(50% - 10px);
}
.hsec4_item {
    color: #211E1E;
    width: 100%;
    height: 33rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    background-size: cover;
    background-position: left;
    position: sticky;
    top: 3rem;
    margin-bottom: 1.25rem;
}
.hsec4_item.hsec4_ileft {
    background-image: url(../img/hsec5-left.jpg);
    background-position: center;
}
.hsec4_ititle {
    color: #211E1E;
    margin-bottom: 1.1rem;
}
.hsec4_item.hsec4_iright:nth-child(3n + 1) {
    background-image: url(../img/hsec5-i1.jpg);
}
.hsec4_item.hsec4_iright:nth-child(3n + 2) {
    background-image: url(../img/hsec5-i2.jpg);
    color: #FFFFFF;
}
.hsec4_item.hsec4_iright:nth-child(3n) {
    background-image: url(../img/hsec5-i3.jpg);
}
.hsec4_inum {
    font-size: 7.5rem;
    font-weight: 700;
    padding-left: 1.3rem;
    line-height: 0.8;
}
.hsec4_item ul {
    list-style: none; /* стандарт маркерді алып тастаймыз */
    padding-left: 0.25rem;
}
.hsec4_item li {
    position: relative;
    padding-left: 1.5rem;
}
.hsec4_item li::before {
    content: "✔"; /* қалаған символыңды қой */
    position: absolute;
    left: 0;
    color: rgb(6, 44, 74); /* жасыл түс */
    font-weight: bold;
}
.hsec4_item.hsec4_iright:nth-child(3n + 2) .hsec4_ititle {
    color: #FFFFFF;
}
.hsec4_iright:nth-child(2) {
    top: 7.5rem;
}
.hsec4_iright:nth-child(3) {
    top: 12rem;
}
.hsec4_iright:nth-child(4) {
    top: 16.5rem;
}
.hsec4_iright:nth-child(5) {
    top: 21rem;
}
#hsec-5 {
    margin-top: 5rem;
}
.hsec5_top {
    margin-bottom: 2.5rem;
}
.btn_arr {
    display: flex;
    min-width: 12.5rem;
    padding: 0.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: rgba(121, 202, 12, 0.5);
}
.btn_arr:hover {
    background-color: #79CA0C;
}
.btn_arr.left {
    margin-right: 1.25rem;
}
.btn_arr img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}
.btn_arr.left img {
    transform: rotate(180deg);
    margin-right: 0.625rem;
}
.btn_arr.right img {
    margin-left: 0.625rem;
}
.reviews_item {
    color: #FFFFFF;
    width: 100%;
    padding: 1.25rem;
    border-radius: 16px;
    background-color: rgba(19, 173, 232, 0.5);
}
.reviews_top {
    padding-bottom: 0.938rem;
    border-bottom: 1px solid #9F9D9D;
    margin-bottom: 1.25rem;
}
.reviews_name {
    font-size: 1.25rem;
    font-weight: 600;
}
.reviews_star {
    display: flex;
    justify-content: flex-start;
    padding: 0.435rem 0;
}
.star_img {
    width: 12px;
    height: 12px;
    margin-right: 0.375rem;
}
.star_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.none_star {
    filter: grayscale(1);
}
#hsec-6 {
    width: 100%;
    height: 40rem;
    margin-top: 5rem;
    padding: 3.438rem 0;
    background-image: url(../img/hsec6-fon.jpg);
    background-size: cover;
}
.hsec6_politic {
    color: #FFFFFF;
    font-weight: 300;
}


@media screen and (min-width:1440px) {
    .owl-carousel .owl-stage-outer {
        margin: 0 -4.375rem;
        padding-left: 4.375rem;
    }
}
@media screen and (max-width:1440px) {
    .owl-carousel .owl-stage-outer {
        overflow: unset;
        margin: unset;
        padding-left: unset;
    }
}
@media screen and (max-width:992px) {
    #hsec-1 {
        height: 45.3rem;
        background-position-x: 70%;
        background-size: cover;
        padding: unset;
    }
    #hsec-1 .hsec1_box {
        padding-top: 1.25rem;
        padding-bottom: 2.25rem;
        justify-content: flex-end;
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    }
    .hsec1_bottom {
        display: block;
    }
    .hsec1_info {
        width: 100%;
        margin-bottom: 2.25rem;
    }
    .hsec1_btn {
        display: flex;
        justify-content: center;
    }
    #hsec-2 {
        padding-top: 3rem;
    }
    .hsec2_banner {
        position: relative;
        width: 100%;
        height: 28rem;
        margin-bottom: -5rem;
    }
    .hsec2_box {
        padding-top: unset;
        min-height: unset;
        width: 100%;
    }
    #slideHome2, #slideHome6, #slideHome7 {
        width: 84%;
    }
    #hsec-3, #hsec-4, #hsec-5, #hsec-6 {
        margin-top: 2rem;
    }
    .hsec3_title {
        margin-bottom: 2rem;
    }
    .hsec3_img {
        width: 100%;
        min-height: 43.75vw;
        margin-bottom: 1.25rem;
    }
    .hsec3_item {
        width: 100%;
    }
    .hsec3_btn {
        margin-top: 1.25rem;
    }
    .hsec3_btn .btn {
        margin: 0 auto;
    }
    .hsec3_box {
        margin-bottom: 2rem;
    }
    .hsec3_img2 {
        min-height: 43.75vw;
    }
    .hsec4_box {
        flex-wrap: wrap;
    }
    .hsec4_left, .hsec4_right {
        width: 100%;
    }
    .hsec4_ititle {
        font-size: 2rem;
    }
    .hsec4_item {
        height: 30rem;
        overflow-x: hidden;
    }
    .hsec4_item.hsec4_ileft {
        position: relative;
        top: unset;
    }
    .hsec5_top {
        display: block;
    }
    .hsec5_title {
        margin-bottom: 1.5rem;
    }
    .btn_arr {
        min-width: unset;
        width: calc(50% - 0.773rem);
        background-color: #79CA0C;
    }
    .btn_arr.left {
        margin-right: unset;
    }
    #hsec-6 {
        height: unset;
        background-position: center;
    }
    .hsec6_top {
        margin-bottom: 1.5rem;
    }
    .hsec6_form {
        display: block;
    }
    .form_input {
        margin-right: unset;
        margin-bottom: 1.25rem;
    }
    .form_input input {
        width: 100%;
    }
    .from_btn {
        padding-top: 1rem;
    }
    .btn_post {
        width: 100%;
    }
    .hsec6_politic {
        margin-top: 1rem;
    }
    #slideHome2, #slideHome5 {
        width: 84%;
    }
    #slideHome3 {
        width: 95%;
    }





}