@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 400;
    src: local('PT Root UI'), url('fontw/PT Root UI_Bold.woff') format('woff');
}

@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 300;
    src: local('PT Root UI'), url('fontw/PT Root UI_Light.woff') format('woff');
}

@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 500;
    src: local('PT Root UI'), url('fontw/PT Root UI_Medium.woff') format('woff');
}

@font-face {
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 700;
    src: local('PT Root UI'), url('fontw/PT Root UI_Bold.woff') format('woff');
}


body {
    margin: 0;
    font-family: 'PT Root UI', sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,
h1,
h3,
h4,
h5,
h6 {
    margin: 0;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;
    border: 0;
    background-color: #e5e5e5;
}


/* Content */


.section {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


.container {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}


/* Menu */


.navbar {
    background-color: #F2F4F5;
    color: black;
    display: flex;
    flex-direction: column;
    width: 256px;
    height: 100%;
    margin-right: 60px;
    position: fixed;
    padding-left: 16px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 9999;
}


    .navbar::-webkit-scrollbar {
        width: 1px;
        background-color: #f9f9fd;
    }

    .navbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #18aaaa;
    }

    .navbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background-color: #f9f9fd;
    }


.logo {
    display: inline-flex;
    margin-top: 32px;
}

.logo_text {
    margin-left: 8px;
    align-content: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: rgba(8, 151, 47, 1);
}

.divider {
    width: 224px;
    position: relative;
    margin-top: 18px;
}

.menu_items {
    height: 100%;
    width: 224px;
}

.menu_start {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    align-content: center;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
}


    .menu_start:hover {
        background-color: #EAECEF;
    }


.menu_start8 {
    color: #027722;
}

input:focus ~ .tab-close {
    color: #027722;
    background-color: #EAECEF;
}

.tab-close {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    color: #656B71;
}

.menu_vector {
    position: relative;
    align-items: center;
    width: 16px;
    height: 16px;
}

.menu_item {
    cursor: pointer;
    align-content: center;
    width: 100%;
    height: 48px;
    color: #027722;
    border-radius: 8px;
}

    .menu_item:hover {
        background-color: #EAECEF;
    }

.menu_item_inner {
    font-size: 14px;
    font-weight: 500;
    color: #656B71;
    display: inline-flex;
    margin-left: 10px;
}

.menu_vector_icon {
    padding: 1.5px;
}


.menu_vector_box_inner {
    margin: auto;
}


.navbar input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

a {
    text-decoration: none;
    color: #656B71;
}

.go {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-left: 18px;
    opacity: 0;
}

    .go img {
        margin-top: 3px;
        position: absolute;
        height: 14px;
    }

.tooltip {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 252, 186);
    box-shadow: none;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.row {
    display: flex;
}

    .row .col {
        flex: 1;
    }

        .row .col:last-child {
            margin-left: 1em;
        }

/* Accordion styles */
.tabs {
    overflow: hidden;
}

.tab {
    margin-top: 4px;
    border-radius: 8px;
    width: 100%;
    color: #656B71;
    overflow: hidden;
}

.tab-label {
    min-height: 48px;
    display: flex;
    font-family: 'PT Root UI';
    padding: 1em;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 16.8px;
    border-radius: 8px;
    z-index: 9999;
}

.tab:hover a {
    color: #212429;
}

.tab-label_2 {
    width: 185px;
    min-height: 48px;
    height: auto;
    display: flex;
    font-family: 'PT Root UI';
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 16.8px;
    margin-left: 32px;
    border-radius: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
}


.tab-label:hover .go {
    opacity: 1;
}

.tab-label:hover {
    color: #212429;
    background: #EAECEF;
}


.video2:hover {
    color: #212429;
    background: #EAECEF;
}


.tab-label::before {
    content: "";
    margin-top: 4px;
    background-image: url(../images/Vector.svg);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    top: 2px;
}


.list {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 8888;
    height: 100%;
    max-height: 300px;
}


.list2 {
    position: absolute;
    top: -21px;
    left: 13px;
}

.list3 {
    position: absolute;
    top: -1px;
    left: 13px;
}


.list5 {
    position: absolute;
    top: -11px;
    left: 10px;
}

.list6 {
    position: absolute;
    top: -3px;
    left: 10px;
}


.video2 {
    padding-top: 0.5em;
    width: 224px;
    height: 48px;
    border-radius: 8px;
    margin-top: 4px;
    color: #027722;
}

.video {
    position: relative;
    width: 224px;
    height: auto;
    min-height: 48px;
    border-radius: 8px;
    margin-top: 4px;
}


.video_lastchild {
    background: #F2F4F5;
    width: 224px;
    height: auto;
    min-height: 48px;
    border-radius: 8px;
    margin-top: 4px;
    z-index: 9999;
}

.video8 {
    position: relative;
    width: 224px;
    height: auto;
    min-height: 48px;
    border-radius: 8px;
    margin-top: 4px;
    color: #027722;
}

.video:hover {
    color: #212429;
    background: #EAECEF;
}


.video_lastchild:hover {
    color: #212429;
    background: #EAECEF;
}

.video8:hover {
    /*color: #212429;*/
    color: #027722;
    background: #EAECEF;
}


.video::before {
    position: absolute;
    top: -12px;
    content: "";
    transform: translate(0px, 12px);
    background-image: url(../images/before_video.svg);
    background-repeat: repeat;
    width: 2px;
    height: 130%;
    text-align: center;
    transition: all 0.35s;
    margin-left: 15px;
}


.video_lastchild::before {
    position: absolute;
    top: -12px;
    content: "";
    transform: translate(0px, 12px);
    background-image: none;
    background-repeat: no-repeat;
    width: 2px;
    height: 130%;
    text-align: center;
    transition: all 0.35s;
    margin-left: 15px;
}

.video8::before {
    position: absolute;
    /*top: -6px;*/
    content: "";
    transform: translate(0px, 12px);
    /*background-image: url(../images/before_video.svg);*/
    background-repeat: repeat;
    width: 2px;
    height: 110%;
    text-align: center;
    transition: all 0.35s;
    margin-left: 15px;
}


.tab-label_2_text {
    margin-left: 12px;
    position: relative;
}


    .tab-label_2_text::before {
        position: absolute;
        top: -6px;
        content: "";
        transform: translate(0px, 12px);
        background-image: url(../images/line_elipse.svg);
        background-repeat: no-repeat;
        width: 2em;
        height: 2em;
        text-align: center;
        transition: all 0.35s;
        margin-left: -28px;
    }


.tab-label_2_text_lastchild {
    position: relative;
    margin-left: 12px;
}


    .tab-label_2_text_lastchild::before {
        position: absolute;
        top: -20px;
        content: "";
        transform: translate(0px, 12px);
        background-image: url(../images/last_child.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        text-align: center;
        transition: all 0.35s;
        margin-left: -29px;
        z-index: 9999;
    }


.tab-content {
    position: relative;
    max-height: 0;
    color: #2c3e50;
    transition: all 0.35s;
}


input:checked + .tab-label {
    font-weight: 700;
    background: #EAECEF;
    border-radius: 8px;
}

    input:checked + .tab-label::before {
        transform: translate(-50%, 10%) rotate(90deg);
    }

input:checked ~ .tab-content {
    max-height: 130vh;
}


/* Main screen */


.headline {
    color: #212429;
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    display: inline-flex;
    /*margin-left: 300px;*/
    margin-top: 30px;
}


.container_main {
    margin-left: 256px;
    width: auto;
    position: relative;
    margin-right: 10%;
    height: auto;
}


.container_video {
    margin-left: 90px;
    width: auto;
    position: relative;
    margin-right: 10%;
    height: auto;
}


.container_outer {
    position: absolute;
    width: 110%;
    height: 100%;
    min-width: 1000px;
    margin-left: 45px;
    margin-right: 0px;
    padding-right: 20px;
}

.part0_start {
    margin-bottom: 10px;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
}

.pre_head {
    color: #212429;
    display: inline-flex;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 700;
}

.video1 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 231px;
    border-radius: 20px;
    margin-right: 20px;
    margin-top: 15px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


    .video1:hover {
        transform: scale(1.05);
    }


        .video1:hover .vid_img {
            background-image: url(../images/Video2.svg);
        }


.vid_img {
    background-image: url(../images/Video.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 328px;
    height: 140px;
    border-radius: 12px;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.play_ico {
    width: 17px;
    height: 20px;
}

.vid_text {
    margin-top: 15px;
    margin-left: 17px;
    display: flex;
    flex-direction: column;
}

.name {
    font-size: 17px;
    font-weight: 700;
    color: #212429;
}

.discr {
    font-size: 14px;
    font-weight: 400;
    color: #656B71;
}


/* Player */


.movie {
    height: auto !important;
}

.plyr {
    height: auto !important;
    align-items: center;
    direction: ltr;
    display: flex !important;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    border-radius: 20px !important;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0;
}

.plyr__controls {
    height: 44px !important;
    background: rgba(242, 244, 245, 0.9) !important;
    opacity: 1 !important;
}


.plyr [data-plyr=captions] {
    display: none !important;
}

.plyr--pip-supported [data-plyr=pip] {
    display: none !important;
}

#plyr-settings {
    display: none !important;
}

.plyr--full-ui button {
    margin-bottom: 25px !important;
}

.plyr__progress input[type=range] {
    margin-bottom: 25px !important;
    color: #027722 !important;
    fill: #027722 !important;
}

.plyr__time {
    margin-bottom: 22px !important;
}

.plyr__control:hover {
    background: none !important;
}

.plyr__control--overlaid {
    background: none !important;
}

#plyr-play {
    background-image: url(../images/play.svg) !important;
    background-repeat: no-repeat !important;
}


use {
    fill: #027722 !important;
}

.plyr__time {
    color: #212429 !important;
}

.plyr__volume input[type=range] {
    margin-bottom: 22px !important;
    color: #027722 !important;
    display: block !important;
    fill: #027722 !important;
}

.plyr--video {
    background: none !important;
    /* respons */
}


@media (max-width: 1400px) {
    body {
        width: 1400px;
    }

    .container_main {
        width: 1000px;
    }

    .container_outer {
        width: 900px;
    }

    .part0_start {
        flex-wrap: wrap;
    }
}





@media (max-width: 1100px) {
    body {
        width: 1030px;
    }

    .part0_start {
        display: block;
    }
}