.baner {
    padding: 100px 0 170px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: bottom;
}
.baner:before {
    position: absolute;
    content: '';
    bottom: -100px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 300px;
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/iharmoni/assets/images/blurline.png);
}
.baner_jet {
    position: absolute;
    content: '';
    bottom: -20%;
    right: 6%;
    width: 1100px;
    height: 1100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/uploads/2022/03/plane-min-min.png);
}
.baner_block {
    height: 80vh;
    position: relative;
    z-index: 2;
}
.baner_top:before {
    position: absolute;
    content: '';
    top: 0;
    right: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 2px;
    background-color: #FF0A00;
}
.baner_top:after {
    position: absolute;
    content: '';
    top: 0;
    right: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 21px;
    background-color: #FF0A00;
}

.baner_right:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 21px;
    background-color: #FF0A00;
}
.baner_right:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 2px;
    background-color: #FF0A00;
}

.baner_left:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 21px;
    background-color: #FF0A00;
}
.baner_left:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 2px;
    background-color: #FF0A00;
}


.baner_bottom:before {
    position: absolute;
    content: '';
    top: 0;
    left: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 21px;
    background-color: #FF0A00;
}
.baner_bottom:after {
    position: absolute;
    content: '';
    top: 0;
    left: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 2px;
    background-color: #FF0A00;
}

.baner_content {
    display: flex;
    align-items: center;
    height: 100%;
}
.baner_fields {
    max-width: 930px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}
.baner_title {
    font-family: Poster Gothic Round ATF;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1E3753;
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 41%), 0 0 0.3em rgb(255 255 255 / 14%), 0 0 0.1em rgb(255 255 255 / 14%);
    color: white;
}
.baner_text {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #1E3753;
    margin-bottom: 42px;
    max-width: 560px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 41%), 0 0 0.3em rgb(255 255 255 / 14%), 0 0 0.1em rgb(255 255 255 / 14%);
    color: white;
}
.baner_subtitle {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1E3753;
    margin-bottom: 50px;
    display: flex;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 41%), 0 0 0.3em rgb(255 255 255 / 14%), 0 0 0.1em rgb(255 255 255 / 14%);
    color: white;
}
.baner_subtitle span {
    color: #FF0A00;
}
.baner_button a {
    padding: 16px 32px;
    background: #1E3753;
    box-shadow: 0px 20px 40px rgb(30 55 83 / 40%);
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #FFFFFF;
    width: auto;
    height: 60px;
    transition: all 0.3s ease-in-out;

}
.baner_button a:hover {
    background-color: #40B6FB;
    transition: all 0.3s ease-in-out;
}
.second_button {
    position: absolute;
    bottom: 31px;
    right: 31px;

}
.second_button a {
    /*background: rgba(30, 55, 83, 0.1);*/
    /*border: 2px solid #FFFFFF;*/
    box-sizing: border-box;
    font-style: normal;
    text-align: center;
    color: #ff0801;
    padding: 16px 42px;
    z-index: -1;
    opacity: 0;
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all .3 ease-in-out;
    cursor: pointer;
}

.days-block {
    display: flex;
}
#timer {
    margin-left: 10px;
    color: #FF0A00;
}
.blue_text {
    color: #1E3753 !important;
    text-shadow: none;
    opacity: 1 !important;
    transition: all 0.5s ease-in-out !important;
}
.show_replay a {
    opacity: 1 !important;
    z-index: 1;
    transition: all 0.5s ease-in-out !important;
}

#myVideo {
    position: absolute;
    right: 0;
    top: -32px;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
}

/* Add some content at the bottom of the video/page */
.video_content {
    position: fixed;
    bottom: 0;

    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
/*#myBtn {*/
/*    width: 200px;*/
/*    font-size: 18px;*/
/*    padding: 10px;*/
/*    border: none;*/
/*    background: #000;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*}*/

/*#myBtn:hover {*/
/*    background: #ddd;*/
/*    color: black;*/
/*}*/


.MyClass ~ .baner_title {
    color: #FFFFFF;
}
.second_button a {
    /*background: rgba(30, 55, 83, 0.1);*/
    /*border: 2px solid #FFFFFF;*/
    box-sizing: border-box;
    font-style: normal;
    text-align: center;
    color: #ff0801;
    padding: 16px 42px;
    z-index: 0;
    opacity: 0;
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.second_button a:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 31'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23f41602;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='b' points='11 21.21 11 7.36 21.66 14.29 11 21.21'/%3E%3Cg%3E%3Cpath class='b' d='M14.5,28.31v-1.5c6.91,0,12.53-5.62,12.53-12.53S21.41,1.76,14.5,1.76,1.97,7.38,1.97,14.29H.47C.47,6.55,6.77,.26,14.5,.26s14.03,6.29,14.03,14.03-6.29,14.03-14.03,14.03Z'/%3E%3Cpolygon class='b' points='15.43 24.38 9.92 27.56 15.43 30.74 15.43 24.38'/%3E%3C/g%3E%3C/svg%3E");
}
.second_button a:hover {
    color: #1E3753;
    transition: all 0.3s ease-in-out;
}
.second_button a:hover:before {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    filter: brightness(0);
}
.text_after_button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
    max-width: 560px;
}

.text_after_button a:hover {
    color: #1E3753;
    transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1195px) {
    .baner {
        background-attachment: fixed;
    }
}
@media only screen and (max-width: 1550px) {
    .baner_jet {
        right: 1%;
    }
}
@media only screen and (max-width: 1440px) {
    .baner:after {
        right: 0;
    }
    .baner_title {
        max-width: fit-content;
    }
    .baner_jet {
        right: -1%;
    }
}
@media only screen and (max-width: 1366px) {
    .baner_jet {
        right: -4%;
    }
}
@media only screen and (max-width: 1280px) {
    .baner_title {
        font-size: 50px;
    }
    .baner_text {
        font-size: 18px;
        max-width: 500px;
    }
}
@media only screen and (max-width: 1200px) {
    .baner:after {
        width: 900px;
        height: 900px;
    }
}
@media only screen and (max-width: 992px) {
    .baner:after {
        bottom: -24%;
        right: -2%;
        width: 700px;
        height: 800px;
    }

    .baner_jet {
        right: -15%;
    }

}
@media only screen and (max-width: 576px) {
    .baner {
        padding: 70px 0;
    }
    .baner_title {
        font-size: 32px;
        line-height: 110%;
    }
    .baner_text {
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
    }
    .baner_subtitle {
        font-weight: 500;
        font-size: 15px;
        line-height: 130%;
    }
    .baner_block {
        height: 100%;
        position: relative;
        padding: 20px 2rem 80px 2rem;
    }


    .baner_top:before {
        right: 10px;
    }
    .baner_top:after {
        right: 10px;
    }

    .baner_right:before {
        right: 10px;
    }
    .baner_right:after {
        right: 10px;
    }

    .baner_left:before {
        left: 10px;
    }
    .baner_left:after {
        left: 10px;
    }


    .baner_bottom:before {
        left: 10px;
    }
    .baner_bottom:after {
        left: 10px;
    }
    .baner_subtitle {
        display: flex;
        flex-direction: column;
    }
    #timer {
        margin-left: 0px;
    }
    .baner_top,
    .baner_right,
    .baner_left,
    .baner_bottom {
        display: none;
    }
    .baner:after {
        bottom: -74%;
        right: -10%;
        width: 480px;
        height: 980px;
    }
    .baner:before {
        bottom: -100px;
        height: 150px;
    }
    .second_button {
        display: none;
    }
    .baner_fields {
        padding-left: 0px;
    }
    .baner_button {
        font-size: 15px;
    }
    .baner_button a {
        font-size: 16px;
        padding: 16px;
    }
    .baner_jet {
        width: 400px;
        height: 400px;
        right: 0%;
    }
	.baner {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}