@import "lib.css" screen;
.input_email{display: block;margin: 20px auto;width: 100%;max-width: 350px;border-radius: 8px;font-family: akrobat-regular;color: #4f4f4f;height: 40px;outline: none;border: 1px solid #4f4f4f;font-size: 20px;padding-left: 15px;background-color: #e7f3fd;}.input_email:focus{border: 1px solid #4b74fb;}

header{
    min-height: 300px;
    background-image: url(../images/451.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 1025px){
    header {min-height: 265px;}
}
@media(max-width: 641px){
    header {min-height: 228px;}
}
@media(max-width: 770px){
    header {min-height: 218px;}
}
@media(max-width: 700px){
    header {min-height: 178px;}
}
@media(max-width: 560px){
    header {min-height: 148px;}
}
@media(max-width: 465px){
    header {min-height: 120px;}
}
@media(max-width: 360px){
    header {min-height: 104px;}
}
@media(max-width: 321px){
    header {min-height: 95px;}
}

/*-----------bordo-------------*/

.bordo{
    background-image: url(../images/345.jpg);
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1% 2%;
}
.bordo .text-block-273 {
    color: #fff;
    text-align: center;
}
.bordo .text-block-10 {
    margin-bottom: 2%;
    color: #fff;
    font-size: 44px;
    line-height: 1.2em;
    text-align: center;
}
@media(max-width: 641px){
    .bordo {background: #8f0506;}
    .bordo .text-block-10 {font-size: 30px;}
}
@media(max-width: 321px){
    .bordo .text-block-10 {font-size: 24px;}
}

/*-------------video_block-------------*/

.video_block{
    position: relative;
    z-index: 0;
    padding: 2%;
}
.video_wrapper{
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    border-style: solid;
    border-width: 20px;
    border-color: #8e8e9c #676770 #676770;
    border-radius: 20px;
    box-shadow: 1px 1px 3px 0 #000;
}
.thumb-wrap {
    /*background: url(../images/dzen.jpg) no-repeat;*/
    background-position: 0% 0%;
    background-size: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn{
    display: block;
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #f1f3f4;
    border-radius: 50px;
    background-image: linear-gradient(157deg, #c00606, #5a0505);
    box-shadow: 1px 1px 3px 0 #000;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    letter-spacing: 3px;
    padding: 9px 15px;
    color: white;
}
.btn:hover{
    background-image: linear-gradient(157deg, #5a0505, #c00606);
}

.opinion{
    display: block;
    width: 100%;
    max-width: 350px;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.7em;
    padding-bottom: 0.8em;
    border-style: none;
    border-width: 2px;
    border-color: #fff;
    border-radius: 500px;
    background-color: #1a2a83;
    box-shadow: 1px 1px 3px 0 #505050;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px;
    color: white;
}
.opinion:hover{
    background-color: #1a833b;
}

@media(max-width: 641px){
    .video_wrapper {border-width: 10px;border-radius: 10px;}
}

/*------------form_block-----------*/

.form_block{
    padding: 0% 4% 3%;
}
.border{
    max-width: 940px;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #000;
    margin-bottom: 3%;
}
.mess{
    color: #616161;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 2%;
}
#form{
    margin: auto;
    height: 300px;
    color: #192024;
}
textarea{
    padding-top: 11px;
    padding-left: 18px;
    font-size: 20px;
    font-family: akrobat-regular;
}
.button{
    font-family: akrobat-regular;
    padding: 9px 15px;
    display: block;
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.8em;
    padding-bottom: 1em;
    border-radius: 500px;
    cursor: pointer;
    background-image: linear-gradient(180deg, #2103ff, #1602b8);
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.wrapper-form *{outline: none;}
.wrapper-form{
    width: 100%;
    max-width: 700px;
    margin: 0 auto 110px auto;
    padding-right: 10px;
    padding-left: 10px;
}
.font18{
    font-size: 18px;
}


@media(max-width: 1025px){.form_block {padding: 0% 4% 8%;}}@media(max-width: 450px){.form_block {padding: 0% 4% 20%;}}      /*-----------layer----------*/ 

.layer{
    background-image: url(../images/442.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    padding: 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.layer .text-block-270 {
    margin-top: 5px;
    color: #fcfcfc;
    font-size: 80px;
    line-height: 1.4em;
    font-weight: 700;
}
@media(max-width: 770px){
    .layer .text-block-270 {font-size: 64px;}
    .layer {min-height: 150px;}
}
@media(max-width: 641px){
    .layer {min-height: 134px;}
    .layer .text-block-270 {font-size: 35px;}
}
@media(max-width: 416px){
    .layer{background: #8f0506;min-height: 95px;}
}

/*-----------last------------*/

.last{
    padding: 3%;
}
.last-title{
    color: #f2002b;
    font-size: 44px;
    line-height: 1.4em;
    text-align: center;
}
.last-content{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.last-img{
    flex: .704;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.last-img img{
    width: 100%;
    max-width: 280px;
    max-height: 362px;
}
.last .text-block-8 {
    margin-top: 11px;
    font-size: 17px;
    line-height: 1.4em;
    color: #192024;
}
.last_btn{
    display: block;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #f2002b, #610606);
    font-size: 28px;
    line-height: 2em;
    text-align: center;
    letter-spacing: 2px;
    padding: 9px 15px;
    color: white;
}
.last_btn:hover{
    background-image: linear-gradient(180deg, #610606, #f2002b);
}

.last .text-block-140 {
    margin-bottom: 0.5em;
    color: #192024;
    font-size: 18px;
    line-height: 1.4em;
}
@media(max-width: 1025px){
    .last .text-block-140 br:not(.br){display: none;}
}
@media(max-width: 770px){
    .last .text-block-8 br:not(.br){display: none;}
}
@media(max-width: 655px){
    .ddd{order: -1;}
}
@media(max-width: 614px){
    .last-title {font-size: 34px;}
}

/*------------fixed-----------*/

.fixed{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 120px;
    height: 190px;
    background: #fff;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.64);
    transition: .2s;
    z-index: 1;
}
.fixed:hover{
    transform: scale(0.99);
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    border-color: #b90404;
}
.inner-fixed{
    width: 100%;
    height: 100%;
    padding: 1%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.fixed-text{
    color: #192024;
    font-size: 17px;
}
.red{
    color: #d10000;
    font-size: 18px;
    line-height: 24px;
}
.inner-fixed img{
    width: 100%;
    max-width: 87px;
    height: 104px;
    animation: inner 1s ease-in-out;
}

@keyframes inner{
    0%{transform: scale(.1); opacity: 0;}
    70%{transform: scale(1.1); opacity: .7;}
    100%{transform: scale(1); opacity: 1;}
}

@media(max-width: 416px){
    .fixed {width: 100px;
            height: 169px;}
    .inner-fixed img {width: 90%;}
    .red, .fixed-text {font-size: 16px;line-height: 14px;}

}

/*---------------mail----------------*/

.mail{
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 2% 6% 4%;
    background-image: url(../images/mail.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.inner_mail{

}
.mail_img{
    flex: 1;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 221px;
}
.mail_img img{
    max-width: 100%;
}
.mail_content{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-block-273 {
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
}
@media(max-width: 1025px){
    .text-block-273 {font-size: 20px;}
    .mail {padding: 5% 6% 3%;}
}
@media(max-width: 801px){
    .mail {background: rgb(255,208,208);
           background: linear-gradient(133deg, rgba(255,208,208,1) 0%, rgba(248,217,250,1) 34%, rgba(217,221,254,1) 67%, rgba(225,246,249,1) 100%);
           margin-top: 30px;
    }
}

/*-----------desc----------*/

.desc{
    padding: 3%;
}
.desc_content{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.desc_img{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 321px;
}
.desc_img img{
    max-width: 100%;
}
.list-8 {
    color: #ff5e00;
    font-size: 30px;
    font-weight: 900;
    list-style-type: decimal;
}
.text-block-317 {
    margin-bottom: 11px;
    color: #292525;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}
._98 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-left: 6px solid #32a2e6;
    font-size: 16px;
}
@media(max-width: 1025px){
    .text-block-200 br:not(.br){display: none;}
}
@media(max-width: 866px){
    .desc_img{order: -1;}
    ._98{margin-bottom: 30px;}
}
@media(max-width: 770px){
    .layer .text-block-270 {font-size: 64px;}
    .layer {min-height: 150px;}
}
@media(max-width: 641px){
    .layer {min-height: 134px;}
    .layer .text-block-270 {font-size: 50px;}
}
@media(max-width: 416px){
    .layer{background: #8f0506;min-height: 95px;}
}
.last_b{
    display: block;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2002b), to(#610606));
    background-image: linear-gradient(180deg, #f2002b, #610606);
    font-size: 28px;
    line-height: 2em;
    text-align: center;
    letter-spacing: 2px;
    padding: 9px 15px;
    color: white;
}
.last_b:hover{
    background-image: linear-gradient(180deg, #610606, #f2002b);
}

/*----------spec footer----------*/

#footer{
        background: #122a68 !important;
    }
    #footer .hidd {
        color: hsla(353.42465753424653, 97.36%, 34.12%, 1.00);
        font-size: 32px;
        margin-bottom: 2%;
    }

    #footer .blue{
        padding: 1% 3% 2%;
        background-image: linear-gradient(180deg, rgba(5, 18, 192, 0.5), rgba(5, 18, 192, 0.5)), url(../images/new_footer_fon.jpg);
        background-position: 0px 0px, 50% 0px;
        background-size: auto, 1280px;
    }
    #footer .blue .max1{
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 1%;
    }
    #footer .blue-h1{
        margin-bottom: 3%;
        font-size: 31px;
        font-weight: 300;
        color: #fff;
    }
    #footer .quest{
        display: block;
        width: 100%;
        max-width: 200px;
        margin-right: auto;
        margin-left: auto;
        border-style: solid;
        border-width: 3px;
        border-color: #fff;
        border-radius: 30px;
        background-image: linear-gradient(180deg, hsla(353.42465753424653, 100.00%, 42.94%, 1.00), hsla(353.42465753424653, 93.10%, 17.26%, 1.00));
        font-size: 22px;
        line-height: 2em;
        text-align: center;
        text-transform: uppercase;
        padding: 9px 15px;
        color: white;
    }
    #footer ._l:hover, #footer .colorGreen{
        background-image: linear-gradient(11deg, hsla(144.96, 96.49%, 31.89%, 1.00), hsla(144.96, 96.49%, 21.37%, 1.00));
    }
    #footer .blue-button1{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 440px;
        margin: auto;
    }

    #footer .hidden-img{
        flex: 1;
        min-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .hidden-content{
        flex: 1;
        min-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .div-block-3 {
        width: 100%;
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
        border-style: solid;
        border-width: 20px;
        border-color: #8e8e9c #676770;
        border-radius: 20px;
    }
    #footer .hidden-img img{
        max-width: 100%;
    }
    #footer .hidden-block{
        display: none;
    }
    #footer .hidden-block{
        padding: 2%;
        background: #fff;
    }
    #footer .foo{
        padding: .5%;
    }
    #footer .text-block-q, #footer .text-block-q a{
        color: #8e8e9c;
    	font-size: 14px;
    	line-height: 16px;
        font-weight: 400;
    }
    #footer .row1, #footer .row2{
        width: 100%;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    #footer .text-block-11 {
        margin-bottom: 3%;
        font-size: 36px;
        line-height: 1.4em;
        text-align: left;
        font-family: georgia !important;
    }
    #footer .text-block-14 {
        margin-bottom: 3%;
        font-size: 20px;
        line-height: 20px;
    }
    #footer .text-block-15 {
        color: #192024;
        font-size: 22px;
        line-height: 1.2em;
    }
    #footer .hidden-content ul li{
        color: hsla(353.42465753424653, 97.36%, 34.12%, 1.00);
        font-size: 30px;
        list-style-type: square;
    }
    #footer .last-btn{
        display: block;
        width: 100%;
        max-width: 400px;
        margin-top: 2%;
        margin-right: auto;
        margin-left: auto;
        float: none;
        border-radius: 50px;
        background-image: linear-gradient(180deg, #e64c40, #6f0202);
        font-size: 30px;
        line-height: 2em;
        text-align: center;
        padding: 9px 15px;
        color: white;
    }
    #footer .last-btn:hover{
        background-image: linear-gradient(180deg, #6f0202, #e64c40);
    }
    #footer .ll{display: none;}
    #footer .bordo{
        padding: 2% 4%;
        background-color: #a60303;
    }
    #footer .bordo-text{
        color: #fff;
        font-size: 44px;
        line-height: 1.2em;
        text-align: center;
    }
    #footer .ll{
        background: #fff;
    }