html {
    scroll-behavior: smooth;
}
body * {
    -webkit-transition: .4s;
    transition: .4s;
}
.main_section {
    width: 100%;
    height: 960px;
    overflow: hidden;
    margin: 0 0 64px 0;
}
.main_section video {
    position: absolute;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    opacity: 0.80;
    height: 960px;
    display: flex;
    left: 0;
    top: 0;
    z-index: 7;
}
.main_section .video_bg_frame {
    position: absolute;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    opacity: 0.90;
    background: url('/extore/frontend/themes/gto/video/video_bg_frame2.svg') center no-repeat;
    background-size: cover;
    height: 960px;
    display: flex;
    left: 0;
    top: 0;
    z-index: 8;
}
.main_section .wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 180px;
    gap: 24px;
    z-index: 9;
}
.main_section h1.section_title {
     width: 710px;
    font-size: 42px;
}
.main_section h2.section_title {
    font-size: 28px;
}
.main_section .desc {
    width: 710px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #5A6380 , #404685, #5A6380);
    -webkit-border-image: -webkit-linear-gradient(top left, #5A6380 , #404685, #5A6380);
    border-image: linear-gradient(to bottom right, #5A6380 , #404685, #5A6380);
    border-image-slice: 1;
}
.main_section .advantages {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 22px;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #5A6380 , #404685, #5A6380);
    -webkit-border-image: -webkit-linear-gradient(top left, #5A6380 , #404685, #5A6380);
    border-image: linear-gradient(to bottom right, #5A6380 , #404685, #5A6380);
    border-image-slice: 1;
}
.advantages .item {
    width: calc(20% - 12.8px);
    display: flex;
    height: 180px;
    position: relative;
    flex-direction: column;
    gap: 8px;
    border-right: 2px solid #5A6380;
}
.advantages .item:last-child {
    border-right: none;
}
.advantages .item.icon_1 {
    background: url('/extore/frontend/themes/gto/img/icons/icon_1.svg') left -16px top no-repeat;
}
.advantages .item.icon_2 {
    background: url('/extore/frontend/themes/gto/img/icons/icon_2.svg') left -16px top no-repeat;
}
.advantages .item.icon_3 {
    background: url('/extore/frontend/themes/gto/img/icons/icon_3.svg') left -16px top no-repeat;
}
.advantages .item.icon_4 {
    background: url('/extore/frontend/themes/gto/img/icons/icon_4.svg') left -16px top no-repeat;
}
.advantages .item.icon_5 {
    background: url('/extore/frontend/themes/gto/img/icons/icon_5.svg') left -16px top no-repeat;
}
.advantages .item .adv {
    padding-top: 16px;
    margin-left: 44%;
}
.advantages .item .one {
    font-size: 11px;
    height: 28px;
    color: #FFFFFF;
}
.advantages .item .two {
    font-size: 36px;
    font-weight: bold;
    color: #FF0000;
}
.advantages .item .caption {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}





@media (max-width: 1738px) {
    .advantages .item .one {
        font-size: 10px;
    }
    .advantages .item .caption {
        font-size: 18px;
    }
    .advantages .item {
        height: 170px;
    }
}
@media (max-width: 1614px) {
    .advantages .item .adv {
        margin-left: 38%;
    }
    .advantages .item.icon_1 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_1.svg') left -16px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_2 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_2.svg') left -16px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_3 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_3.svg') left -16px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_4 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_4.svg') left -16px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_5 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_5.svg') left -16px top no-repeat;
        background-size: 40%;
    }
}
@media (max-width: 1468px) {
    .advantages .item .one {
        font-size: 10px;
        height: 36px;
    }
    .advantages .item {
        height: 160px;
    }
    .advantages .item .two {
        font-size: 30px;
        font-weight: bold;
        color: #FF0000;
    }
    .advantages .item .caption {
        font-size: 16px;
    }
}
@media (max-width: 1300px) {
    .advantages .item {
        width: calc(33% - 10.6px);
        display: flex;
        height: 180px;
        position: relative;
        flex-direction: column;
        gap: 8px;
        border-right: 2px solid #5A6380;
    }
    .advantages .item:nth-child(3) {
        border-right: none;
    }
    .main_section {
        height: 1160px;
    }
    .main_section video {
        height: 1160px;
    }
    .main_section .video_bg_frame {
        height: 1160px;
    }
    .advantages .item .one {
        font-size: 11px;
        height: 28px;
    }
    .advantages .item .two {
        font-size: 36px;
    }
    .advantages .item .caption {
        font-size: 22px;
    }
}
@media (max-width: 1100px) {
    .main_section {
        height: 1100px;
    }
    .main_section video {
        height: 1100px;
    }
    .main_section .video_bg_frame {
        height: 1100px;
    }
    .advantages .item .caption {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .advantages .item .one {
        font-size: 10px;
        height: 36px;
    }
    .advantages .item {
        height: 160px;
    }
    .advantages .item .two {
        font-size: 30px;
        font-weight: bold;
        color: #FF0000;
    }
    .advantages .item .caption {
        font-size: 16px;
    }
}
@media (max-width: 786px) {
    .main_section h1.section_title {
        width: 100%;
    }
    .main_section .desc {
        width: 100%;
       /*   margin-top: 64px; */
        margin-top: 244px;
        font-size: 12px;
    }
    
    .advantages .item {
        width: calc(50% - 8px);
        padding-right: 12px;
        height: 180px;
    }
    .advantages .item:nth-child(2), .advantages .item:nth-child(4) {
        border-right: none;
    }
    .advantages .item:nth-child(3), .advantages .item:nth-child(5) {
        border-right: 2px solid #5A6380;
    }
    .main_section video {
        height: 624px;
    }
    .main_section .video_bg_frame {
        height: 624px;
    }
    .main_section h2.section_title {
        /* margin-top: 64px;*/
        margin-top: 4px;
    }
    .main_section {
        height: 1420px;
    }
    .main_section .advantages {
        background: url('/extore/frontend/themes/gto/video/video_bg_frame2.svg') center no-repeat;
        background-size: cover;
        gap: 24px 16px;
        backdrop-filter: blur(50px);
    }
    .main_section .video_bg_frame {
        top: 520px;
    } 
}
@media (max-width: 576px) {
    header {
        background: rgba(0, 4, 49, 0.6);
    }
    .main_section {
        height: 1430px;
    }
    .main_section .wrapper {
        padding-top: 126px;
    }
    .main_section video {
        height: 864px;
    }
    .main_section .video_bg_frame {
        height: 864px;
    }
    .main_section h2.section_title {
           /* margin-top: 44px;*/
        margin-top: 4px;
    }
    .advantages .item .adv {
        margin-left: 42%;
        padding-top: 8px;
    }
    .advantages .item .one {
        font-size: 8px;
        height: auto;
    }
    .advantages .item .two {
        font-size: 20px;
    }
    .advantages .item.icon_1 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_1.svg') left -10px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_2 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_2.svg') left -10px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_3 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_3.svg') left -10px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_4 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_4.svg') left -10px top no-repeat;
        background-size: 40%;
    }
    .advantages .item.icon_5 {
        background: url('/extore/frontend/themes/gto/img/icons/icon_5.svg') left -10px top no-repeat;
        background-size: 40%;
    }
    .main_section .advantages {
        padding: 16px;
    }
    .advantages .item .caption {
        font-size: 10px;
    }
    .advantages .item {
        padding-right: 6px;
        height: 100px;
    }
}





