.Technocenose-ProHtmlEditor-v_1-result-area-div{
    overflow: auto;
}

.blue{
    color: #33c6f4;
    font-size: 1em !important;
}
.header{
    width: 100%;
    height: 200px;
    border-bottom-left-radius: 50px;;
    border-bottom-right-radius: 50px;
    background-color: #FAE8D2;
    display: flex;
    justify-content: center;
}
.baikal-logo{
    margin: 20px;
    margin-top: 40px;
}
.eco-logo{
    margin: 20px;    
}
.h1-container{
    text-align: center;
    color: #5D5A5A;
    padding: 40px 10px 0px 10px;
}
.h1-container div{
    font-size: 2em;
    font-weight: 500;
    margin-top: 100px;
}
.t-span{
    font-size: 2em;
    font-weight: 500;
    margin-top: 100px;
}
.buttons-container{
    display: flex;
    justify-content: center;
    min-height: 90px;
}
.eco-btn{
    height:60px;
    border-radius: 15px;
    font-size: 25px;
    margin: 15px;
    cursor: pointer; 
    padding: 18px 30px 15px 30px;
    line-height: 100%;
    color: white;
    text-decoration: none;
    transition: 0.5s;
}
.register-a{
    background: #C7DEC7;
    color: #5D5A5A;
    display: inline-block;
    margin: 20px 20px 0px 20px !important;
}
.login-a{
    background: #CDBDAA;
    display: inline-block;
    margin: 20px !important;
}
.eco-btn:hover{
    color: white;
    text-decoration: none;
}
.register-a:hover{

    background: white;
    border: 1px solid #C7DEC7; 
    color: #C7DEC7;
    font-size: 28px;
    padding-top: 15px;
}
.login-a:hover{

    background: white;
    border: 1px solid #CDBDAA; 
    color: #CDBDAA;
    font-size: 28px;
    padding-top: 15px;
}
.hide{
    display: none !importaint;
}

.test-buttons-container{
    display: flex;
    justify-content: center;
    min-height: 90px;
}
.test-col{
    margin: 40px 20px 0px 20px;
}
.test-col p{
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    color: #5d5a5a;    
}
.test-btn{
    font-size: 25px;
    background: #C7DEC7;
    padding-top: 15px;
    color: #5D5A5A;
}
.test-18-plus-btn{
    font-size: 25px;
    background: #CDBDAA;
    padding-top: 15px;
}
.test-18-plus-btn:hover{
    background: white;
    border: 1px solid #CDBDAA; 
    color: #CDBDAA;
    font-size: 28px;
    padding-top: 15px;
}
.test-btn:hover{

    background: white;
    border: 1px solid #C7DEC7; 
    color: #C7DEC7;
    font-size: 28px;
    padding-top: 15px;
}
.instruction-container{
    width: 100%;
    
    padding: 40px 100px 40px 100px;
    display: flex;
    justify-content: center;
}

.instruction-img{
    width: 100%;
    /*z-index: -500;*/
    margin-left: 50px;
    max-width: 1200px;
}
@media (max-width: 1200px){
    .instruction-img{
        width: 100%
    }
    .test-buttons-container {
        display: flex;
        justify-content: center;
    }
    .footer{
        margin-top: 120px;
    }
}
@media (max-width: 1000px){
    .instruction-img{
        width: 100%
    }
    
}
.footer{
    margin:auto;
    margin-top: 200px;
    width: 550px;
    height: 150px;
    border-top-left-radius: 80px;;
    border-top-right-radius: 80px;
    background-color: #C7DEC7;
    position:relative;
    margin-bottom: -55px;
}
.footer-mushrow{
    position: absolute;
    top: -80px;
    left: 10px;
}
.footer-span{
    font-size: 30px;
    position: absolute;
    top: -50px;
    left: 250px;
    color: #446D00;
}
.footer-mail{
    position: absolute;
    left: 250px;
    top: 45%;
    font-size: 20px;
}
.footer-phone{
    position: absolute;
    left: 240px;
    top: 70%;
    font-size: 20px;
}
.localization-container{
    position: absolute;
    top: 15px;
    right: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 15px;
    font-size: 20px;
    padding: 4px;
    color: #5d5a5a;
}
.phone-number-container{
    position: relative;
    top: 70px;
    left: 80%;
    font-size: 18px;
}
.eng{
    margin-left: 15px;
}
.rus{
}
.rus, .eng{
    border-radius: 15px;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}
.my-active{
    background: #ecf5e9;
    color: white;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    color: #5D5A5A;
}

.img-mob{
        display:none
}

@media (max-width: 700px){
    .desktop{
        display: none;
    }
    .eco-btn{
        display: inline-block;
        width: 100%;
        margin:0;
        text-align: center;
    }
}

@media (max-width: 650px){
    .h1-container div {
        font-size: 1.97em;
        font-weight: 500;
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .localization-container{
        position: absolute;
        top: 10px;
        right: 20px;
        padding: 4px;
        color: #5d5a5a;
    }
    .phone-number-container{
        position: absolute;
        top: 60px;

        margin: auto;
        font-size: 18px;
    }
    .header{
        height: 200px;
    }
    .baikal-logo{
        margin: 20px;
        margin-top: 80px;
        height: 100px;
    }
    .eco-logo{
        margin: 20px;  
        margin-top: 80px;
        height: 100px;
    }
    .buttons-container {
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .test-buttons-container{
        margin-top: 35px;
    }
    .test-col{
        height: 80px;
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .test-buttons-container{
        
        flex-wrap: wrap;
    }
    
    .eco-btn{
        display: inline-block;
        width: 100%;
        margin:0;
        text-align: center;
    }
    .img-screen{
        display:none;
    }
    .img-mob{
        display:block
    }
    .instruction-img{
        width:100%;
        margin:0;
    }
    .instruction-container{
        padding: 0;
        margin-top: 80px;
    }
    .footer{
        width: 100%;
        margin-top: 100px;
    }
    .footer-mushrow{
        position: absolute;
        top: -45px;
        left: 0px;
        width: 98px;
    }
    .footer-span {
        font-size: 26px;
        position: absolute;
        top: -50px;
        left: 41%;
        color: #446D00;
    }
    .footer-mail {
        position: absolute;
        left: 37%;
        top: 28%;
        font-size: 20px;
    }
    .footer-phone {
        position: absolute;
        left: 35%;
        top: 49%;
        font-size: 20px;
    }
}

@media (max-width: 400px){
    .header{
        height: 200px;
    }
    .baikal-logo{
        margin: 20px;
        margin-top: 80px;
        height: 80px;
    }
    /*.eco-logo{
        margin: 20px; 
        margin-top: 80px;
        height: 80px;
    }*/
}

.main-container {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    background-color: #FFFCF0;
}

.h1-part-2-span {
    color: #33C6F4;
}


.select-age-span,
.login-span {
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block;
}

.h1-part-1-span {
    word-break: break-word;
}


.creater-container{
    position: relative;
    width: 100%;
    text-align: right;
    padding: 0px 30px 10px 0px;
    display: inline-block;
    float: left;
}
.creater-container a{
    display: inline-block;
    margin: 0;
    max-width: 100%;
    color: rgba(50, 50, 50, 0.5);
}
.nbics-title{
    font-size: 16px;
}
@media (max-width: 1200px){
    .creater-container{
        text-align: center;
        width: 550px;
        margin: auto;
        padding: 10px;
        max-width: 100%;
        background-color: #C7DEC7;
        margin-top: -2px;
        display: block;
        float: none;
    }
    
    .footer {
        margin-bottom: 0;
    }
    
    .nbics-title{
        margin-left: 0px;
        max-width: 100%;
    }

   
}
































