.banner {
    width: 100%;
    height: 192px;
    /*background-color: #095BA8;*/
    background-color: #101c6b;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.banner-fon {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-flex: calc(66% - 400px);
    -ms-flex: calc(66% - 400px);
    flex: calc(66% - 400px);
    max-width: calc(66% - 400px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('https://mhl.khl.ru/local/templates/mhl2022/images/banner/bg.jpg');
}

.banner-fon__items {
    width: 200px;
    height: 100%;
    left: -210px;
    position: relative;
}

.banner-fon__items::before {
    content: "";
    position: absolute;
    left: 23%;
    top: 50%;
    height: 200%;
    width: 50%;
    background: #095BA8;
    -webkit-transform: skew(-25deg, 0) translateY(-50%);
    -ms-transform: skew(-25deg, 0) translateY(-50%);
    transform: skew(-25deg, 0) translateY(-50%);
}

.banner-fon__items::after {
    content: "";
    position: absolute;
    left: 23%;
    top: 50%;
    height: 200%;
    width: 50%;
    background: #095BA8;
    -webkit-transform: skew(-36deg, 0) translateY(-50%);
    -ms-transform: skew(-36deg, 0) translateY(-50%);
    transform: skew(-36deg, 0) translateY(-50%)
}


.main-banner {
    /*margin: 60px 0;*/
}

.banner-content {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
    padding-left: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    z-index: 2;
    padding-right:145px;
}

#subscribe-wrap-message {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
// font-family: Roboto;
    position: absolute;
    bottom: -30px;
    color:#fff;
    animation: change-border 2s ease infinite;
    padding:4px;
}

.subscribe-wrap-message-animate{
    border:solid 1px #000;
}

@keyframes change-border {
    0% {
        border-color: #ff0000;
    }
    50% {
        border-color: #ff0000;
    }
    100% {
        border-color: #095BA8;
    }
}


.banner-item__email {
    border:0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 45px;
    width: 400px;
    margin-right: 20px;
    color:#D4D4D4;
    font-size:20px;
    font-weight:600;
    padding-left:5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;


}

.banner-item__email:hover,
.banner-item__email:focus {
}

.banner-item__email::-webkit-input-placeholder {
    color: #D4D4D4;
}

.banner-item__email::-moz-placeholder {
    color: #D4D4D4;
}

.banner-item__email:-ms-input-placeholder {
    color: #D4D4D4;
}

.banner-item__email::-ms-input-placeholder {
    color: #D4D4D4;
}

.banner-item__email::placeholder {
    color: #D4D4D4;
}

.banner-item__email-label {
    display: block;
    margin-bottom: 12px;
    color:#fff;
}

.banner-item{
    width:100%;
}
.banner-item__email-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.banner-item__email-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 12px;
    width: 228px;
    height: 45px;
    background-color: #cf1717;
    cursor: pointer;
    color:#fff;
    margin-bottom:0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.banner-item__email-btn:hover {
    background: #fff;
    color: #cf1717;
}

.banner-item__email-btn.errorCssClass,
.banner-item__email-btn:disabled {
    cursor: not-allowed;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    color: #D7D7D7;
}

:focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
}

.sogl{
    width: 65%;
    font-size:14px;
    font-weight:600;
    color:#fff;
    line-height:16px;
    text-align: center;
    padding-left: 15%;
}

.sogl a{
    font-weight:600;
    color:#fff;
    line-height:16px;
    text-decoration:underline;
}

@media (min-width: 850px) and (max-width: 1200px) {

    .sogl{
        font-size:12px;
    }

    .banner-content{
        width:100%;
        display: block;
    }

    .banner {
        height:280px;
    }

    .banner-fon{
        display:none;
    }

    .banner-item__email-btn{
        font-size:20px;
    }
}

@media (min-width: 490px) and (max-width: 850px) {
    .banner-item__email-wrap{
        justify-content: flex-start;
        align-content: center;
        flex-wrap:wrap;
        flex-direction: column
    }

    .banner-item__email{
        margin-right:0px;
        width:100%;
    }

    .banner-item__email-btn{
        margin-top:10px;
    }

    .sogl{
        font-size:12px;
    }

    .banner-content{
        width:100%;
        /*padding-left:50px;*/
        padding-right:50px;
    }

    .banner {
        height:280px;
    }

    .banner-fon{
        display:none;
    }

    .banner-item__email-btn{
        font-size:20px;
    }
}

@media (max-width: 490px){
    .banner-item__email-wrap{
        justify-content: flex-start;
        align-content: center;
        flex-wrap:wrap;
        flex-direction: column
    }

    .banner-item__email{
        margin-right:0px;
        width:100%;
    }

    .banner-item__email-btn{
        margin-top:10px;
    }

    .sogl{
        font-size:12px;
    }

    .banner-content{
        width:100%;
        /*padding-left:30px;*/
        padding-right:30px;
    }

    .banner {
        height:280px;
    }

    .banner-fon{
        display:none;
    }

    .banner-item__email-btn{
        font-size:20px;
    }

    .sogl{
        font-size:10px;
    }
}

.result{
    color:#fff;
    clear:both;
    width:100%;
    font-weight:bold;
}

.red.result{
    color:#ff0000;
    clear:both;
    width:100%;
    font-weight:bold;
}

body.wait { cursor: wait; }