@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/molitna.jpg) 0% 0%/100% no-repeat;
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 24px;
    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: 250px;
    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: 9px 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: 55px;}
}
@media(max-width: 416px){
    .layer{background: #8f0506;min-height: 95px;}
    .layer .text-block-270 {font-size: 46px;}
}

/*------------wheel---------*/

.wheel{
    padding: 2%;
    background-color: #edf1ff;
}
.wheel-content{
    flex: .7059;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
._ii_{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.wheel-img{
    flex: 1.3944;
    min-width: 200px;
}
.wheel-img img{
    width: 100%;
    max-width: 396px;
}
.wheel-btn-content{
    flex: 1;
    min-width: 200px;
}
.button-y {
    margin-bottom: 2%;
    line-height: 16px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #fcfcfc;
    background-color: #ffd800;
    box-shadow: 1px 1px 3px 0 #000;
    color: #192024;
    text-align: center;
    padding: 9px 15px;
    font-size: 16px;
}
.button-y:hover {
    background-color: #f3002e;
    box-shadow: none;
    color: #fcfcfc;
}
.wheel .text-block-2 {
    position: relative;
    left: 0px;
    font-size: 26px;
    line-height: 1.4em;
    font-style: normal;
    font-weight: 300;
}
.wheel .heading {
    position: relative;
    left: 0px;
    top: 30px;
    margin-top: -18px;
    margin-bottom: 31px;
    font-size: 100px;
    line-height: 0.7em;
    color: #333;
}
.wheel .heading-2 {
    position: relative;
    left: 56px;
    margin-bottom: 29px;
    color: #ff0100;
    font-size: 140px;
    line-height: 0.7em;
    font-weight: 900;
    text-align: left;
}
.wheel .text-block-267 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    font-size: 26px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 300;
    text-align: left;
}

@media(max-width: 1160px){
    .wheel .heading-2 {left: 15px;margin-bottom: 23px;font-size: 104px;line-height: .8em;}
}
@media(max-width: 770px){
    ._ii_ {min-width: 468px;}
    .wheel-content {flex: .8;text-align: center;}
    .wheel .heading-2 {left: 38px;line-height: .8em;text-align: center;}
    .wheel .text-block-267 {text-align: center;margin-bottom: 28px;}
}
@media(max-width: 641px){
    .wheel .heading {font-size: 81px;}
    .wheel .heading-2 {font-size: 85px;}
    ._ii_ {min-width: 315px;}
}
@media(max-width: 416px){
    .wheel .heading-2 {left: 13px;margin-bottom: 13px;font-size: 65px;}
    .wheel .heading {font-size: 66px;}
    .wheel .text-block-2 {font-size: 21px;}
    .wheel .text-block-267 {font-size: 20px;}
    ._ii_ {min-width: 290px;}
}


/*------------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: 18px;
}
.inner-fixed img{
    width: 100%;
    max-width: 87px;
    height: 94px;
    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: 82px;height: 141px;}
    .inner-fixed img {width: 90%; height: 75px}
    .red, .fixed-text {font-size: 16px;}

}



.div-block {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 1%;
    margin-left: auto;
    border-style: solid;
    border-width: 20px;
    border-color: #676770 #8e8e9c;
    border-radius: 200px;
}
.html-embed {
    border-radius: 200px;
    background-color: #f1f3f4;
    text-align: center;
    outline: none;
}
audio{outline: none;}
@media(max-width: 416px){
    .div-block {max-width: 355px;border-width: 10px;}
}

.inright{animation: inright 1s ease-in-out;}
@keyframes inright{
    0%{transform: translateX(100px); opacity: 0;}
    100%{transform: translateX(0px); opacity: 1;}
}











