@font-face {
    font-family: 'Stratos';
    src: url('StratosLCWeb-Regular.eot');
    src: local('Stratos LC Web'), local('StratosLCWeb-Regular'),
    url('./fonts/StratosLCWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/StratosLCWeb-Regular.woff2') format('woff2'),
    url('./fonts/StratosLCWeb-Regular.woff') format('woff'),
    url('./fonts/StratosLCWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StratosLight';
    src: url('./fonts/StratosLCWeb-Light.eot');
    src: local('Stratos LC Web Light'), local('StratosLCWeb-Light'),
    url('./fonts/StratosLCWeb-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/StratosLCWeb-Light.woff2') format('woff2'),
    url('./fonts/StratosLCWeb-Light.woff') format('woff'),
    url('./fonts/StratosLCWeb-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


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

html {
    scroll-behavior: smooth;
}


.body-overflow {
    overflow: hidden;
}

body {
    font-family: StratosLCWeb, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    background-color: #E2ECF3;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position-y: 66px;
    background-size: cover;
}

.main-content {
    color: #fff;
    margin-top: 90px;
}

.main-content h1 {
    color: #fff;
    font-family: Stratos, Arial, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.main-content p {
    color: #fff;
    font-family: Stratos, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170.477%;
}

.header {
    background: #E2ECF3;
    background: #ffffff;
    /*-webkit-box-shadow: 0px 4px 19px 1px rgba(255, 255, 255, 0.43);*/
    /*box-shadow: 0px 4px 19px 1px rgba(255, 255, 255, 0.43);*/
    height: 123px;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 124px;
}

.logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-link a {
    color: #2B2577;
    font-family: Stratos, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
}

.menu-link a:nth-child(2) {
    margin-right: 80px;
}

.player {
    background-color: #245BA7;
    margin-right: 28px;
    margin-left: 28px;
    padding-top: 77px;
    padding-bottom: 77px;
    border-radius: 30px;
    background-image: url('../img/bg-form-8marta.svg');
    overflow-y: hidden;
}

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

.about {
    max-width: 530px;
    /*border: 1px solid rgb(54, 188, 238);*/
    border: 1px solid #000078;
    border-radius: 30px;
    padding: 27px 45px;
    /*background: rgb(43, 37, 119);*/
}

.about h1 {
    color: rgb(255, 255, 255);
    color: #000078;
    font-family: Stratos, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 20px;
}

.about p {
    color: rgb(255, 255, 255);
    color: #000078;
    font-family: StratosLight, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 30px;
}


.about p:last-child {
    margin-bottom: 0;
}

.about {
    padding: 34px 28px;
    padding-bottom: 52px;
}

.circle {
    background-image: url('../img/circle-desktop.png');
    background-repeat: no-repeat;
    background-position: 17px 100%;
    padding: 0;
}


.header .container,
.main-content .container,
.player .container,
.hosts .container {
    padding-right: 105px;
    padding-left: 105px;
}

.video-container {
    overflow: hidden;
    position: relative;
    min-height: 523px;
    width: 100%;
    margin: 0 auto;
    /*-webkit-box-shadow: 0px 0px 41px 4px rgba(0, 0, 0, 0.25);*/
    /*box-shadow: 0px 0px 41px 4px rgba(0, 0, 0, 0.25);*/
    background-color: #245BA7;

}

img {
    width: 100%;
    height: auto;

}

img.css-t7k0pt {
    height: auto !important;
    -o-object-fit: none !important;
    object-fit: none !important;
}

.video-container video, .video-container iframe {
    position: absolute;
    border: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}


.program-content {
    background: #000078;
    padding-top: 45px;
    padding-bottom: 15px;
}

.program-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program-item {
    width: 278px;
    height: 278px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Stratos, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 21px;
    margin-bottom: 30px;
}

.program-item:first-child {
    color: #FFF;
    font-family: Stratos, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}

.program-item:last-child {
    background-image: url('../img/program-05.png');
    background-repeat: no-repeat;
}

.program-item:nth-child(2) {
    background-image: url('../img/program-01.png');
    background-repeat: no-repeat;
}

.program-item:nth-child(3) {
    background-image: url('../img/program-02.png');
    background-repeat: no-repeat;
}

.program-item:nth-child(4) {
    background-image: url('../img/program-03.png');
    background-repeat: no-repeat;
}

.program-item:nth-child(5) {
    background-image: url('../img/program-04.png');
    background-repeat: no-repeat;
}

.host-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.host-content img {
    width: 245px;
    margin-right: 30px;
}

.host-content h2 {
    color: #2B2577;
    font-family: Stratos, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-right: 30px;
    width: 278px;
    text-align: right;
}

.host-name p {
    color: #2B2577;
    font-family: Stratos, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;

}


.submit-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.form-error p {
    color: red;
}

.main-text {
    margin-bottom: 30px;
}

.feature {
    border-radius: 14px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(131, 148, 194, 0.25);
    box-shadow: 0px 0px 19px 0px rgba(131, 148, 194, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 14px 22px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    height: 97px;
}

.feature img {
    width: 50px;
    margin-right: 12px;
}

.feature p {
    color: #272D64;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 4px;
}

p.feature-title {
    color: #272D64;
    font-family: StratosLCWeb, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
}

.hosts {
    padding-bottom: 45px;
}


.hosts h2 {
    color: #FFF;
    font-family: StratosLCWeb, Arial, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 50px;
}

.hosts-content img {
    max-width: 306px;
    margin-bottom: 20px;
}

.hosts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hosts-content h4 {
    color: #FFF;
    text-align: center;
    font-family: StratosLCWeb, Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hosts-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-right: 50px;
    padding-left: 50px;
}

.hosts-wrap.link-telega {
    justify-content: center;
    align-items: center;
    gap: 44px;
}

.hosts-wrap.link-telega a svg {
    fill: #fff;
}

.hosts-wrap.link-telega a:hover svg {
    fill: #2AABEE;
    transition: 0.5s;
}

.contact {
    display: block;
    border-radius: 30px;
    background: #000078;
    padding-top: 20px;

    padding-right: 100px;
    padding-left: 65px;
    padding-bottom: 27px;

}

.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.contact-text {
    text-align: left;
}

.contact p {
    color: #FFF;
    font-family: StratosLight, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 30px;
}

.contact .copy-right {
    color: #FFF;
    font-family: StratosLight, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0;
}

.contact .copy-right a{
    color: #2BACE3;
    text-decoration: underline;
}


.contact h2 {
    color: #FFF;
    font-family: Stratos, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: left;
}

.contact-telega {
    width: 180px;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.img-container {
    width: 278px;
}

.host-name {
    width: 278px;
}

.link-telega a svg {
    fill: #fff;
    margin-left: 15px;
}

.body-form {
    background-image: url('../img/bg-form-8marta.svg');
    background-color: #2B2577;

    background-position-y: 0;
    background-size: cover;
    height: 100vh;

}

.modal-content.form-content {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.60);
    -webkit-box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.20);
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
    border: none;
}

.form .modal-title {
    color: #FFF;
    font-family: StratosLCWeb, Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
}

.form .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.form label {
    color: #FFF;
    font-family: StratosLCWeb, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    margin-bottom: 16px;
}

.form input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    margin-right: 15px;
    padding: 0;
    color: #8595BF;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}

.form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8595BF;

}

.form input:invalid {
    color: #EA8E8E;
}


.form input::-webkit-input-placeholder {
    color: #8595BF;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}


.form input::-moz-placeholder {
    color: #8595BF;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}


.form input:-ms-input-placeholder {
    color: #8595BF;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}


.form input::-ms-input-placeholder {
    color: #8595BF;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}


.form input::placeholder {
    color: #8595BF;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}

.form .text-muted {
    color: #FFF !important;
    font-family: StratosLCWeb, Arial, sans-serif;
    margin-bottom: 15px;
}

.form p {
    color: #FFF;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 125%;
}

.form p a {
    color: #24387f;
}

.input-wrap {
    width: 100%;
    border-radius: 14px;
    background: #FFF;
    padding: 15px 17px;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}


.btn-auth {
    border: none;
    background: transparent;
    width: 50px;
    padding: 0;
}

.btn-auth svg {
    fill: #E1E1E1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.has-success .btn-auth:hover svg {
    fill: #52c13e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.has-danger .input-wrap {
    border: 1.5px solid #EA8E8E;
}

.pristine-error {
    color: #C94F4F;
    font-family: StratosLCWebLight, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}

.has-success .input-wrap {
    border: 1.5px solid #52c13e;
}

.has-success .btn-auth svg {
    fill: #75cd65;
}

@-webkit-keyframes show-menu {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }

}

@keyframes show-menu {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }

}

.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5000;
    -webkit-animation: show-menu 0.5s ease-in;
    animation: show-menu 0.5s ease-in;
}

.btn-relogin {
    width: 100%;
    background: #75cd65;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
    transition: 0.5s;
}

.btn-relogin p {
    margin: 0;
}

.btn-relogin svg {
    fill: transparent;
}

.btn-relogin:hover {
    background: #52c13e;
    transition: 0.5s;
}

.btn-relogin:hover svg {
    fill: #52c13e;
}

@media (max-width: 1199px) {

    .qrcode {
        width: 140px;
    }




    .video-container {
        min-height: 464px;
    }

    .feature {
        height: 110px;
    }

    .header .container, .main-content .container, .player .container, .hosts .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .circle {
        background-size: 340px;
    }

    .contact {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (max-width: 991px) {

    .about {
        padding: 34px 28px;

    }

    .video-container {
        min-height: 329px;
    }

    .circle {
        background-size: 262px;
    }

    .feature {
        height: 130px;
    }

    .header .container, .main-content .container, .player .container, .hosts .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .contact {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {

    .contact {


        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 20px;

    }

    .contact-telega {
        flex-direction: column;
        gap: 20px
    }

    .link-telega a svg {
        margin-left: 0;
    }

    .circle {
        height: 263px;
        background-position: center;
    }

    .host-content {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

    .img-container {
        align-self: center;
        width: 245px;
    }

    .host-name {
        display: flex;
        width: 100%;
        justify-content: center;

    }

    .host-name p {
        margin-right: 5px;
    }

    .host-content img {
        margin-right: 0;
    }

    .host-content h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .video-container {
        min-height: 289px;
    }

    .feature {
        height: 82px;
    }

    .header .container,
    .main-content .container,
    .player .container,
    .hosts .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .menu-link a:nth-child(2) {
        margin-right: 30px;
    }

    .program-list {
        justify-content: center;
    }

    .about {
        margin-bottom: 30px;
    }

    .about-wrap {
        flex-direction: column;
        justify-content: center;
    }


}

.header-btn,
.mobile {
    display: none;
}


.z-top {
    z-index: 5000;
}

.congrate {
    display: none;
}

.logo-telega {
    display: none;
}

.copy-right-wrap {
    display: none;
}

.item-1 {
    margin-right: 30px;
}

.copy-right-footer {
    display: flex;
}

.copy-right-footer p:first-child {
    margin-right: 5px;
}

.contact-text p {
    margin-bottom: 20px;
}

.copy-right-footer.mobile {
    display: none;
}

@media (max-width: 575px) {
    .program-item:first-child {
        font-size: 32px;
        height: 140px;
        margin-bottom: 0;
    }

    .contact {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact-telega {
        align-self: center;
        margin-bottom: 20px;
    }

    .copy-right-footer {
        display: none;
    }

    .copy-right-footer.mobile {
        display: block;
        text-align: center;
    }

    .item-1 {
        margin-right: 0;
    }

    .circle {
        background-size: 270px;
        height: 271px;
    }

    .contact {
        flex-direction: column;
    }


    .host-name {
        display: flex;
        width: auto;
        color: #2B2577;
        font-family: Stratos, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 31.2px */
    }

    .host-content h2 {
        color: #2B2577;
        font-family: Stratos, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .host-content {
        margin-top: 0;
    }

    .img-container {
        margin-bottom: 20px;
        width: 220px;
    }

    .host-content img {
        width: 220px;
    }

    .host-name p:first-child {
        margin-right: 5px;
    }

    .program-list {
        flex-direction: column;
    }


    .program-item {
        width: 220px;
        height: 220px;
        background-size: 220px;
    }

    .program-item:first-child {
        width: 100%;
        height: 220px;
        text-align: center;
    }

    .program-item:not(:first-child) {
        align-self: center;
    }

    .program-item {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .about h1 {
        font-size: 32px;
    }

    .about p {
        font-size: 20px;
    }

    .program-content {
        padding-top: 0;
    }

    .congrate {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: Stratos, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 41.6px */
        margin-bottom: 120px;
    }

    .copy-right-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 75px;
    }

    .copy-right-wrap p {
        margin-bottom: 0;
        color: #FFF;
        text-align: center;
        font-family: StratosLight, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 15.6px */
    }

    .menu-link a:not(:first-child) {
        color: #FFF;
        text-align: center;
        font-family: Stratos, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 41.6px */
        margin-bottom: 20px;
    }

    .menu-link a:nth-child(2) {
        margin-bottom: 15px;
    }

    .menu-link a:nth-child(4) {
        margin-bottom: 105px;
    }

    .logo-telega {
        display: inline;
        margin-bottom: 20px;
    }

    .main-menu > .menu-link {
        color: #fff;
        flex-direction: column;
        flex-grow: 0;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #2B2577;
        width: 100%;
        height: auto;
        padding-top: 74px;
        z-index: 5000;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        display: flex;
        align-items: center;
        border-radius: 30px;
    }

    .menu-open .main-menu > .menu-link {
        transform: translateX(0);
        transition: transform 0.5s ease;
    }

    .menu-link a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .menu-open .no-open {
        display: none;
    }

    .menu-link a {
        color: #fff;
    }

    .header .container,
    .main-content .container,
    .player .container,
    .hosts .container {
        padding-right: 10px;
        padding-left: 10px;
    }


    .player {
        margin-left: 10px;
        margin-right: 10px;
    }

    .video-container {
        min-height: 275px;
    }

    .menu-link a {
        font-size: 16px;
    }

    .main-menu {
        min-height: 47px;
    }


    .header {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 47px;
    }

    .header_fixed {
        background: #2B2577;
        -webkit-box-shadow: 0px 4px 19px 1px rgba(255, 255, 255, 0.43);
        box-shadow: 0px 4px 19px 1px rgba(255, 255, 255, 0.43);
        height: 47px;
    }

    .main-content {
        margin-top: 8.5%;
        margin-bottom: 36px;
    }

    .main-text {
        margin-bottom: 17px;
    }

    .feature {
        margin-bottom: 15px;
        height: auto;
        padding: 14px;
    }

    .hosts-content img {
        width: 307px;
    }

    .hosts h2 {
        font-size: 32px;
    }

    .pushnoi {
        margin-bottom: 50px;
    }

    .modal-content.form-content {

        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        border: none;
    }

    .form .modal-title {
        margin-bottom: 50px;
    }


    .modal-header {
        justify-content: center;
    }

    .header {
        position: fixed;
        width: 100%;
    }

    .main-menu {
        padding-right: 30px;
        padding-left: 30px;
    }

    .header-btn {
        width: 30px;
        height: auto;
        justify-content: center;
        align-items: center;

        background-color: transparent;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 5002;
        border: none;
        margin-left: auto;
    }

    .menu-wrapper {
        flex-direction: column;
        flex-grow: 0;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #e1d4c9;
        width: 100%;
        height: auto;
        padding-top: 161px;
        z-index: 1;
        transform: translateX(100%);
        transition: transform 0.5s ease;
    }

    .mobile {
        display: flex;
        z-index: 5002;
    }

    .desktop {
        display: none;
    }
}

@media (max-width: 400px) {
    .video-container {
        min-height: 303px;
    }
}


#nav-icon4 {
    width: 30px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 4px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 8px;
    width: 22.63px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14.4px;
    left: 7px;
    width: 22.63px;
}

