#wpadminbar {
    display: none;
}

.site {
    margin-top: 104px;
}

.popup {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    transition: .5s;
    transform: translateY(-150%);
    z-index: 3;
}
.popup.popup__active {
    transform: translateY(0%);
}


.popup_img {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    transition: .5s;
    transform: translateY(-150%);
    z-index: 3;
}

.popup_img.popup_img_active {
    transform: translateY(0%);
}

.popup_img .wrapper-img.new_img {
    width: 60%;
}


.popup .close {
    display: none;
}
.popup__active .close {
    display: flex;
}
.popup_img_active .close {
    display: flex;
}

.close {
    position: absolute;
    width: 27px;
    height: 22px;
    z-index: 3;
    cursor: pointer;
    top: 12px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.close span:nth-child(1) {
    transform: rotate(45deg);
}
.close span:nth-child(2) {
    transform: rotate(-45deg);
}
.popup__active .close span, .popup_img_active .close span {
    height: 3px;
    width: 100%;
    background-color: #FFF;
    transform-origin: left;
}

.popup__active .label_phone {
    display: block;
}
.popup__active .wpcf7-form .label:nth-child(2) {
    margin-left: unset;
}
.popup__active .wpcf7-form .label:nth-child(3) {
    margin-left: unset;
}
.popup.popup__active .wrapper-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-basis: 100%;
    position: relative;
    background-color: #FFF;
    padding: 20px 20px 60px 20px;
    flex-direction: column;
    border-radius: 5px;
}
.popup.popup__active .wrap_label {
    display: flex;
    margin-top: 50px;
    position: relative;
    flex-direction: column;
}


.popup.popup__active .wpcf7-form .label {
    margin-bottom: 15px;
}




.popup.popup__active .wpcf7-response-output {
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.popup__active .wpcf7-form .label:nth-child(2) {
    margin-bottom: 15px;
}








/* Swiper */
.swiper-button-prev:after, .swiper-button-next:after {
    color: #fff;
    font-size: 50px;
}
.swiper-button-prev:focus {
    outline: none;
}
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev:active {
    transform: scale(0.9);
}
.swiper-button-next:active {
    transform: scale(0.9);
}



.swiper-container {
    width: 55%;
    height: auto;

}








.header {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    flex-basis: 100%;
    width: 100%;
    justify-content: space-between;
    padding: 25px 10%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.menu-burger {
    display: none;
}

.languages {
    display: flex;
    position: absolute;
    right: 60px;
    align-items: center;
}
.languages .lang-item a {
    font-size: 16px;
    line-height: 20px;
}

.page-id-66 .header .btn.sandy-three:nth-of-type(2) {
    display: none;
}

.page-id-10 .header .btn.sandy-three:nth-of-type(1) {
    display: none;
}
.page-id-10 .header .btn.sandy-three:nth-of-type(2) {
    display: block;
}

.page-id-66 .wpcf7-form p .wpcf7-form-control:nth-of-type(2) {
    display: block;
}

.page-id-10 .wpcf7-form p .wpcf7-form-control:nth-of-type(1) {
    display: block;
}
.page-id-10 .wpcf7-form p .wpcf7-form-control:nth-of-type(2) {
    display: none;
}

.wpcf7 .ajax-loader {
    display: none;
}



.page-id-66 .active_header .languages .lang-item-ru a, .page-id-10 .active_header .languages .lang-item-en a {
    color: #fff;
}

.page-id-66 .languages .lang-item-ru a {
    font-weight: 700;
    color: #282C2F;
}
.page-id-66 .languages .lang-item-en a {
    color: #D0D0D0;
}

.page-id-10 .languages .lang-item-ru a {
    color: #D0D0D0;
}
.page-id-10 .languages .lang-item-en a {
    font-weight: 700;
    color: #282C2F;
}
.page-id-10 .languages .lang-item:nth-child(2) {
    margin-left: 5px;
}
.active_header .lang-item {
    background-color: #282C2F;
}
.lang-item {
    background-color: #fff;
    border-radius: 4px;
    padding: 7px 4px;
    transition: 0.5s;
}


.lang-item:hover {
    background-color: #F20909;
    border-radius: 4px;
    padding: 7px 4px;
}

.lang-item:hover a {
    color: #fff !important;
}




.page-id-66 .name_ru {
    display: none;
}

.page-id-10 .name_ru {
    display: block;
}
.page-id-10 .name_en {
    display: none;
}








.header.active_header {
    background-color: #282C2F;
}





.header .logo_en, .header .logo_ru {
    width: 130px;
    /*margin-left: 30px;*/
}
.header .logo_shafa_bl, .header .logo_shafa_wh {
    width: 130px;
}

.logo_white {
    display: none;
}

.header.active_header .logo_white {
    display: block;
}

.header.active_header .logo_black {
    display: none;
}

/*EN*/
.page-id-66 .header .logo_ru {  
    display: none;
}
/*RU*/
.page-id-10 .header .logo_en {
    display: none;
}




.navigation {
    display: flex;
    align-items: center;
    flex-basis: 50%;
    justify-content: flex-end;
}

.navigation .menu .menu__item {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.active_header .navigation .menu .menu__item {
    color: #FFFFFF;
}


.menu {
    display: flex;
    justify-content: space-between;
    flex-basis: 85%;
}


    
.popup__active .wpcf7-submit {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 25px;
    color: #fff;
    border: none;
    display: block;
    width: max-content;
    background-color: #F20909;
    border: 1.5px solid #F20909;
    transition: 1s;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.popup__active .wpcf7-submit:hover {
    background-color: #f209096b;
    color: #313131;
}
.popup__active .wpcf7-submit:hover:active {
    background-color: #F20909;
    color: #fff;
}


    











/*Animated button*/


button.animated-button:hover, button.animated-button:visited:hover {
    color: #fff;
    text-shadow: none;
}

button.animated-button.sandy-three {
    color: #282C2F;
    background: transparent;
    border: 1.5px solid #282C2F;
    border-radius: 5px;
}
.active_header button.animated-button.sandy-three {
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}


button.animated-button, button.animated-button:visited {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.animated-button.sandy-three:hover:after {
    height: 400%!important;
    opacity: 1;
    color: #fff;
}
button.animated-button.sandy-three:active {
    background-color: #282C2F;
    border: 1.5px solid #282C2F;
    color: #fff;
}
.active_header button.animated-button.sandy-three:active {
    color: #282C2F;
    background-color: #fff;
    border: 1.5px solid #282C2F;
} 


button.animated-button:hover:after, button.animated-button:visited:hover:after {
    height: 450%;
}


button.animated-button.sandy-three:after {
    border: 3px solid #aea8d3;
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(
-25deg
);
    transform: translateX(-50%) translateY(-50%) rotate(
-25deg
);
}



button.animated-button:after, button.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all .75s ease 0s;
    -moz-transition: all .75s ease 0s;
    -o-transition: all .75s ease 0s;
    transition: all .75s ease 0s;
}


/*Animated button*/




.banner {
    padding: 70px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
}

.content_info {
    display: flex;
    flex-direction: column;
    margin-left: 75px;
    flex-basis: 55%;
}

.text_banner {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
}

.banner .p_tag {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
}




/*
.banner .wpcf7-submit {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    padding: 20px 25px;
    color: #fff;
    border: none;
    display: block;
    width: min-content;
    box-shadow: 0px 4px 10px rgba(234, 70, 72, 0.25);
    border-radius: 5px;
    background-color: #F20909;
    border: none;
    transition: 300ms;
    margin-top: 35px;
}
*/



/*Animated button input*/


.banner .wpcf7-submit:hover, .banner .wpcf7-submit:visited:hover {
    text-shadow: none;
    background-color: #f20909c7;
}

.banner .wpcf7-submit {
    color: #fff;
    background-color: #F20909;
    border: 1.5px solid #F20909;
    border-radius: 5px;
    width: min-content;
    box-shadow: 0px 4px 10px rgba(234, 70, 72, 0.25);
}


.banner .wpcf7-submit, .banner .wpcf7-submit:visited {
    position: relative;
    display: block;
    margin-top: 35px;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    overflow: hidden !important;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 20%) !important;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.banner .wpcf7-submit:hover:after {
    height: 400% !important;
    opacity: 1;
    color: #fff;
}
.banner .wpcf7-submit:active {
    background-color: #E10303;
    border: 1.5px solid #E10303;
    color: #fff;
}


.banner .wpcf7-submit:hover:after, .banner .wpcf7-submit:visited:hover:after {
    height: 450% !important;
}

.banner .wpcf7-submit:after {
    border: 3px solid #aea8d3;
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
}

.banner .wpcf7-submit:after, .banner .wpcf7-submit:visited:after {
    content: "";
    position: absolute !important;
    height: 0% !important;
    left: 50% !important;
    top: 50% !important;
    width: 150% !important;
    z-index: -1 !important;
    -webkit-transition: all .75s ease 0s !important;
    -moz-transition: all .75s ease 0s !important;
    -o-transition: all .75s ease 0s !important;
    transition: all .75s ease 0s !important;
}

/*Animated button input*/













/*Animated button2 input*/


/*.span_submit:hover, .span_submit:visited:hover {*/
/*    color: #fff;*/
/*    text-shadow: none;*/
/*}*/

.span_submit {
    /*color: #282C2F;*/
    background: transparent;
    /*border: 1.5px solid #282C2F;*/
    /*border-radius: 5px;*/
}


.span_submit, .span_submit:visited {
    position: relative;
    display: block;
    font-size: 16px;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.span_submit:hover:after {
    height: 400%!important;
    opacity: 1;
    color: #fff;
}
.span_submit:active {
    background-color: #282C2F;
    border: 1.5px solid #282C2F;
    color: #fff;
}


.span_submit:hover:after, .span_submit:visited:hover:after {
    height: 450%;
}

.span_submit:after {
    border: 3px solid #aea8d3;
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(
-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(
-25deg);
}

.span_submit:after, .span_submit:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all .75s ease 0s;
    -moz-transition: all .75s ease 0s;
    -o-transition: all .75s ease 0s;
    transition: all .75s ease 0s;
}

/*Animated button2 input*/



.label_phone {
    display: none;
}

.wpcf7-form p {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-basis: 100%;
}

.wpcf7-form .label span {
    font-size: 14px;
    line-height: 18px;
}
.wpcf7-form .label:not(:last-child) span:nth-child(2):before {
    content: '*';
    color: red;
}
.wpcf7-form .label {
    flex-basis: 28%;
}
.wpcf7-form .label:nth-child(2) {
    margin-left: 25px;
}
.wpcf7-form .label:nth-child(3) {
    margin-left: 25px;
}

.wpcf7-form .label input {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 0 5px 5px 5px;
    margin: 10px 0 0;
    font-size: 14px;
    color: #646464;
}

.wrap_label {
    display: flex;
    margin-top: 50px;
    position: relative;
}
.wpcf7-form.invalid {
    position: relative;
}


.wrap_label .label span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 10px;
}


.wpcf7-form.sent .wpcf7-response-output {
    position: relative;
    bottom: -20px;
}
.popup.popup__active.wpcf7-form.sent .wpcf7-response-output {
    position: absolute;
}

.wpcf7-form .wpcf7-response-output {
    position: absolute;
    bottom: -70px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 2px solid #00a0d2;
    font-size: 14px;
}




.about {
    padding: 150px 15%;
    background-color: #282C2F;
}


.link-youtube {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 40px;
}
.link-youtube .image .link_img {
    width: 100px;
}
.link-youtube .image {
    width: 100px;
}
.link-youtube .social-network {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
	margin-left: 20px;
}

.content {
    padding: 100px 15%;
    background-color: #282C2F;
}

.title_ar {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}
.about p {
    margin-top: 40px; 
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.number {
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 0;
    background-color: #F20909;
    border: none;
    border-radius: 5px;
    flex-shrink: 0;
}

h2.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}
h3.title {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: 400;
}

.tasks {
    padding: 100px 10%;
    display: flex;
    flex-direction: column;
}

.container {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
}
.content_left, .content_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 32%;
}
.article_task {
    display: flex;
    margin: 0 calc(4% / 3 / 2) 25px calc(4% / 3 / 2);
    justify-content: flex-start;
}
.wrapper_slider {
    flex-basis: 32%;
}





.advantages {
    padding: 0 10% 100px 10%;
    display: flex;
    flex-direction: column;
}
.content_advantages {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
}
.article_advantages {
    padding: 0 15px;
    flex-basis: 25%;
	text-align: center;
}
.article_advantages span {
    font-size: 16px;
    line-height: 20px;
}

.article_advantages:nth-child(-n+3) {
    border-right: 1px solid #F20909; 
}


.icons {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


.page-id-66 .icons .article_figure:nth-of-type(1) {
    display: none;
}




.article_figure figure {
    margin: 0;
}

.icons article:nth-child(1) figure {
    display: flex;
    align-items: center;
}
.icons article:nth-child(1) figure {
    margin-bottom: 25px;
}
.icons article:nth-child(2) figure {
    margin-bottom: 25px;
}

.icons article:nth-child(1) figcaption {
    margin-left: 10px;
}
.icons article:nth-child(2) figure:nth-child(1) .wrapper-img img { 
    width: 155px;
} 
.icons article:nth-child(2) figure:nth-child(2) .wrapper-img img { 
    width: 250px;
} 

.icons article:nth-child(3) {
    display: flex;
}

.icons article:nth-child(3) .wrapper-img {
    margin-left: 25px;
}

.icons article:nth-child(1) figcaption {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}














/* Slider fade*/

.slideshow-container .text {
    display: none;
}
.numbertext {
    display: none;
}
.slideshow-container .prev, .slideshow-container .next {
    display: none;
}

.slideshow-container {
    max-width: 390px;
    position: relative;
    margin: auto;
}
.mySlides img {
    width: 100%;
}





.mySlider img:after {
}
span.lupa {
    height: 40px;
    width: 40px;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    pointer-events: none;
    
}
.lupa:before, .lupa:after{
    content:''; 
    height:20px; 
    display:block; 
    position:absolute; 
    top:0; 
    left:0; 
    
}
.lupa:before{
    width:20px; 
    border:3px #333 solid; 
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
}
.lupa:after{
    width:7px; 
    background:#333; 
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 
    top:17px; 
    left:24px;
}

.mySlides.fade {
    cursor: pointer;
}

.mySlides {
    display: none;
}
.wrapper_slider .button_dots {
    text-align: center;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #c70000;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.wrapper_slider .text {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.button_dots .dot.active {
    background-color: #2D2D2D;
    border: 1px solid #2D2D2D;
    transition: background-color 0.6s ease;
}

.button_dots .dot {
    cursor: pointer;
    height: 0px;
    width: 12px;
    margin: 0 2px;
    border-radius: 2px;
    display: inline-block;
    background-color: #717171;
    border: 1px solid #717171;
    transition: background-color 0.6s ease;
}
.button_dots .dot a {
    height: 10px;
    display: block;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Slider fade*/






.customers  {
    
}
.customers h2.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.customers h3.title {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #F2F2F2;
    margin-top: 70px;
}

.card_customer figcaption {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.card_customer figure {
    margin: 0;
    display: flex;
    align-items: center;
}

.card_customer {
    display: flex;
    justify-content: space-around;
    flex-basis: 100%;
	margin-bottom: 20px;
}
.card_customer img {
    margin-right: 15px;
}


.page-id-66 {
    
}



.icon_clients {
/*     padding: 50px 0 0 0; */
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    width: 95%;
    align-items: center;
    margin-left: 35px;
}
.icon_clients .wrapper-img {
	width: 100%;
}

.icon_clients .wrapper-img:not(:last-child) {
	margin-right: 30px;
}

.icon_clients .wrapper-img:nth-child(1) {
	width: 130%;
}

.icon_clients .wrapper-img:nth-child(2) img {
	width: 80%;
}


.clients {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
	margin-top: 50px;
}






.contacts {
    display: flex;
    justify-content: space-between;
    padding: 0 10% 0 10%;
    flex-basis: 100%;
}
.contacts h2.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    text-align: unset;
}

.contacts .block_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 48%;
}


.block_left .wrapper-img img {
    border: 1px solid #FE4C00;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(234, 70, 72, 0.25);
}
.block_left article {
    display: flex;
    margin-top: 30px;
}
.block_left article .wrapper-img {
    width: 20%;
}
.contact_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
}

.contact_info h3.title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.mail {
    margin-top: 25px;
}
.phone {
    margin-top: 15px;
}


.contacts .block_right {
    flex-basis: 50%;
}


.footer_block {
    background-color: #282C2F;
    height: 55px;
}





.site-main {
    width: 100%;
}


.error404 .site {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error404 h1 {
    text-align: center;
    margin-top: 35vh;
    margin-bottom: 35vh;
}

.error404 .logo_ru.logo_black {
	display: none;
}
.error404 .logo_ru.logo_white {
	display: none;
}

.error404 .btn:nth-of-type(2) {
	   display: none;
}


.footer {
	margin: auto 0 0 0;
}















