.mod-landing__about-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #44C9FF;
    color: #FFFFFF;
}
 
.all-moroz {
    background-color: #44C9FF;
    width: 100%;
    height: 100%;
    margin-top: -50px;
    padding-top: 50px;
    min-height: 850px;
    font-weight: 100;
    overflow: hidden;
} 

.row_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.text-center {
    text-align: center;
}

.my-5 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.box-all {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text_box_h {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    padding: 15px;
}

.text_box_p {
    text-align: center;
    font-size: 24px;
    max-width: 455px;
    padding: 20px;
    margin: 0 auto;
}

.image_box {
    display: block;
    text-align: center;
}

.left_box {
    position: relative;    
    z-index: 1;
}

.right_box {
    margin-top: -15px;
    z-index: 2;
}
.img_fluid_60 {
    max-width: 60%;
    height: auto;
    margin-left: -10%;
}
.fix_width{
    min-height: 50px;
    margin-bottom: 25px;
}
.relative{
    position: relative;
    overflow: hidden;
    top: 0;

}

.rect_box {
    background-color: #0096dc;
    padding: 0px 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 35px;
    position: relative;
}

.content_rect_box {
    padding: 12px 30px;
    margin-bottom: 10px;
}

.content_rect_box>.content_title {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 10px;
}

.content_rect_box>.content_text {
    font-size: 17px;
}

.circle_in_box {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #a4e5ff;
    border-radius: 50px;
    left: 0px;
    top: -11px;
}

.circle_in_box:after {
    width: 25px;
    height: 25px;
    content: "";
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMAUExURQAAAPX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI8JXpUAAAEAdFJOU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wBT9wclAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGHRFWHRTb2Z0d2FyZQBwYWludC5uZXQgNC4xLjb9TgnoAAAA8UlEQVQ4T83SWxLDIAgF0DZv4/7XawUu+Egw/Wvvl8ycCEZf6cv8MdxWLB5giDFsvBrDNVJYjiG7GOe8HMLcmEPrEZTGz63VHVwNoDaWH+TDHW6X0oUTXEDtwhNwQe1Bbaw36MEFTk5McWDf2IMbHE5MURjoPjXq+O4QgVNuZWPbW6idwDePJO8u52DVfAqI0THRLFV1YgpBvQRIFCcXFt5R/y5LPUn5Mxw5jE6V26mziRGB9qSibt41Nlgk0m9osHTnVFeCGGykPsIqBdbdL40bWGRzJUgNtfvlxJQGQt5t2EGWt66HaT/v3QW6+RlM6QPl6POw2n7efwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    left: 25%;
    top: 25%;
}

.blocks_box {
    padding: 10px;
}

.snower_first {
    background-image: url('../images/magic_letter/snower1.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: auto;
    width: 85px;
    height: 85px;
    top: -30px;
    right: -5px;
}

.snower_second {
    background-image: url('../images/magic_letter/snower2.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: auto;
    width: 100px;
    height: 110px;
    right: 10px;
    top: -40px;
}

.snower_third {
    background-image: url('../images/magic_letter/snower3.png');
    background-repeat: no-repeat;
    position: absolute;
    background-size: auto;
    width: 85px;
    height: 85px;
    top: -25px;
    right: -7px;

}

.footer_box {
    color: #004173;
}

.footer_box>.small_text {
    font-size: 12px;
    margin-bottom: 8px;
            font-weight: 600;
}

.winner_text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}


.btn_write {
    max-width: 228px;
    margin: 0 auto;
    background-color: #ffd71d;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}



@media (min-width: 991px) {
    .box-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text_box_h {
        font-size: 50px;
        text-align: left;
    }

    .text_box_p {
        text-align: left;
        font-size: 32px;
        margin-left: 0px;
    }

    .img_fluid_60 {
        display: none;
        margin-left: 0px;
    }

    .image_box {
        display: block;
        background-image: url('../images/magic_letter/moroz.png');
        background-repeat: no-repeat;
        position: absolute;
        min-width: 915px;
        left: -298px;
        bottom: -55px;
        min-height: 730px;
    }

    .circle_in_box {
        left: -25px;
        top: 30px;
    }

    .snower_first {
        right: 40px;
    }

    .snower_third {
        right: 55px;
    }

    .btn_write {
        margin-left: 0px;
    }

    
    .right_box {
        margin-top: 10px;
    }
}

@media (min-width: 991px) and (max-width: 999px){
    .text_box_h {
        font-size: 49px;
    }
}

@media (min-width: 991px) and (max-width: 1061px){
    .image_box{
        /*bottom: -111px;
        left: -327px;*/
    }
}