@font-face {
    font-family: eUkraineHead;
    src: url("../fonts/e-UkraineHead-Regular.otf") format("opentype");
}

@font-face {
    font-family: eUkraineHead;
    font-weight: bold;
    src: url("../fonts/e-UkraineHead-Bold.otf") format("opentype");
}

html, body {
    padding: 0;
    margin: 0;
    background: #161616;
    font-family: eUkraineHead;
}

.header {
    height: 93px;
    width: 100%;
    background: #161616;
    display: flex;
}

@media only screen and (max-width: 425px) {
    .header {
        height: 51px;
    }
}

.header-logos {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-main-logo {
    margin-left: 60px;
}

@media only screen and (max-width: 425px) {
    .header-main-logo {
        margin-left: 15px;
    }
}

.header-logos ul {
    display: flex;
    padding-left: 60px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 425px) {
    .header-logos ul {
        padding-left: 15px;
    }
}

.header-logos ul li {
    list-style-type: none;
    padding: 0;
    margin-right: 30px;
}

.section-images {
    display: flex;
    position: absolute !important;
}

.section-images:after {
    content: '';
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
}

.section-images img {
    width: 25%;
    height: 528px;
    object-fit: cover;
}

@media only screen and (max-width: 425px) {
    .section-images img {
        height: 375px;
    }
}

.section-content {
    position: relative;
    z-index: 10;
    margin-top: 250px;
    padding: 0 60px;
}

@media only screen and (max-width: 425px) {
    .section-content {
        left: 0;
        padding: 0 15px;
    }
}

.section-content h1 {
    font-weight: normal;
    font-size: 52px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 24px;
    margin-top: 0;
    max-width: 900px;
}

@media only screen and (max-width: 425px) {
    .section-content h1 {
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        line-height: 50px;
        color: #FFFFFF;
        width: 100%;
    }
}

.section-content p {
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
    max-width: 965px;
    margin-bottom: 28px;
}

@media only screen and (max-width: 425px) {
    .section-content p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        color: #FFFFFF;
        width: 100%;
    }
}

.section-content a {
    padding: 8px 34px;
    background: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    text-decoration: none;
    color: #CBFF00;
}

.section-content a:hover {
    background: rgba(255, 255, 255, 0.3);
}


.section-featured-video {
    padding: 0 60px;
    margin-top: 66px;
}

@media only screen and (max-width: 425px) {
    .section-featured-video {
        padding: 0 15px;
    }
}

.section-featured-video-head {
    display: flex;
    align-items: center;
    margin-top: 66px;
    margin-bottom: 20px;
}

.section-title h1 {
    font-weight: normal;
    font-size: 38px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (max-width: 425px) {
    .section-title h1 {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
    }
}

.section-slider-navigation {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.section-slider-navigation > svg {
    cursor: pointer;
}

.section-slider-navigation > svg:hover path {
    stroke: #CBFF00;
    stroke-opacity: 1;
}

@media only screen and (max-width: 425px) {
    .section-slider-navigation {
        display: none;
    }
}

.section-slider-navigation p {
    margin-left: 23px;
    margin-right: 23px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.arrow-right {
    transform: rotate(180deg);
}

.section-featured-video-content {
    display: flex;
    justify-content: space-between;
}

.video-item {
    width: 32%;
    cursor: pointer;
    position: relative;
    margin-bottom: 40px;
}

.owl-item > .video-item {
    width: 100%;
}

@media only screen and (max-width: 425px) {
    .video-item {
        width: 100%;
    }
}

.video-item-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.video-item-name {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
}

.video-item-date {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0;
    margin-bottom: 0;
}

/*.video-item:hover:after {*/
/*    content: '';*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    width: 100%;*/
/*    height: 240px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*}*/

.video-item:hover > .video-item-btn svg path {
    fill: #CBFF00;
}

.video-item:hover > .video-item-name  {
    text-decoration: underline;
}

.video-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 86px;
    padding: 0;
    border-radius: 20px;
    position: absolute;
    top: 93px;
    left: calc(50% - 43px);
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    text-decoration: none;
    color: #CBFF00;
    z-index: 2;
}

.section-videos {
    padding: 0 60px;
}

.section-videos > .section-title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 425px) {
    .section-videos {
        padding: 0 15px;
    }
}

.section-videos-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    padding: 19px 0 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 425px) {
    .mkip-logo {
        width: 76px;
    }

    .waw-logo {
        width: 81px;
    }

    .dforce-logo {
        width: 91px;
    }

    .section-footer {
        padding: 5px 0;
    }

    .section-footer ul {
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }

    .section-footer ul li {
        margin-right: 0;
    }
}

.footer-logos ul {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-logos ul li {
    list-style-type: none;
    padding: 0;
    margin-right: 75px;
}

@media only screen and (max-width: 425px) {
    .footer-logos {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }

    .footer-logos ul {
        padding-left: 0;
    }

    .footer-logos ul li {
        margin-right: 0;
    }
}


.footer-logos ul li:last-child {
    margin-right: 0;
}

.color-gray {
    color: rgba(255, 255, 255, 0.5);
}