@font-face {
    font-family: "Circe-ExtraBold";
    src: url(Circe-ExtraBold.ttf);
}
@font-face {
    font-family: "Circe-Bold";
    src: url(Circe-Bold.ttf);
}
@font-face {
    font-family: "Circe-Regular";
    src: url(Circe-Regular.ttf);
}

body{
    min-height: 500px;
}
a.def{
    color: inherit;
    text-decoration: none;
}
.hideDiscount{
    display: none;
}
.no_pad{
    padding: 0px;
}
.no_pad_l{
    padding-left: 0px;
}
.no_pad_r{
    padding-right: 0px;
}
.bolder{
    font-family: "Circe-ExtraBold";
}
.bold{
    font-family: "Circe-Bold";
}
.theme_yellow{
    color: rgb( 254, 206, 6 );
}
.theme_purple{
    color: rgb( 119, 70, 149 );
}

.popup_block{
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    max-width: 1140px;
    font-size: 16px;
    z-index: 1001;
    border-radius: 0px;
    color: rgb(74,74,74);
}
#main_anchor_top{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:0px;
    margin: 0px;
    padding: 0px;
}
#main_anchor{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:0px;
    margin: 0px;
    padding: 0px;
}
.menu_main_element{
    cursor: pointer;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: rgba(251,87,87,0.75);
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: rgba(251,87,87,1);
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: rgba(251,87,87,1);
    border-color: rgba(251,87,87,0.75);
    cursor: default
}

.main_block{

}
.main_about .about_text.new{
    font-size: 18px;
}
.head_p_1{
    padding: 0px 28px;
    margin-bottom: 37px;
    margin-top: 38px;
}
.head_p_2{
    padding: 0px 28px;
    margin-bottom: 45px;
}
.main_head{
    height: 100vh;
    min-height: 680px;
    position: relative;
    color: rgb(255,255,255);
}
.main_head.main_head_smi{
    min-height: 450px;
    height: auto;
}
.main_head:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.33);
    z-index: 1;
}
.main_head:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 1) 100%);
    background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 1) 100%);
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 1) 100%);
    opacity: 0.62;
    z-index: 2;
}
.logo_main{
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 329px;
    height: 237px;
    z-index: 3;
    background-position: 0px 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/mirey/logo_main.png);
    width: 15%;
}
#menu{
    display: none;
    z-index: 1001;
}
.menu_items{
    position: fixed;
    z-index: 100;
    top: 26px;
    right: 70px;
    cursor: pointer;
    font-size: 18px;
    color: white;
    padding-left: 0px;
}
.menu_items ul{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.menu_items ul li{
    margin: 0px 15px;
    padding: 6px 0px;
}
.menu_items ul li span{
    cursor: pointer;
}
.menu_items ul li a{
    color: rgb(255,255,255);
    text-decoration: none;
}
.navigation__button {
    position: fixed;
    z-index: 1001;
    top: 29px;
    right: 29px;
    width: 30px;
    cursor: pointer;
    font-size: 0;
    transition: 0.2s;
}
.navigation__button:hover{
    opacity: 0.8;
}
.navigation__bar {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 7px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.main_bg_video{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.main_head .main_head_in{
    will-change: transform;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.main_head .main_head_in .main_offer{
    text-shadow: 0px 0px 27px rgba(0, 0, 1, 0.5);
}
.main_head .main_head_in .main_offer .h1{
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 17px;
}
.main_head .main_head_in .main_offer .h1:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0px);
    background-color: rgb(94, 152, 242);
    width: 88px;
    height: 5px;
    border-radius: 2px;
}
.main_head .main_head_in .main_offer h1{
    font-size: 40px;
    position: relative;
    padding: 0px 75px 0px 75px;
    display: inline-block;
    margin-bottom: 0px;
}
.main_head .main_head_in .main_offer h1:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 59px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    background-image: url("../images/mirey/icon_title_up.png");
}
.main_head .main_head_in .main_offer h1:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 59px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    background-image: url("../images/mirey/icon_title_up.png");
}
.main_head .main_head_in .main_offer p{
    font-size: 30px;
}
.scroll_icon{
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 21px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    border-radius: 12px;
    z-index: 4;
}
.scroll_icon .dot{
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 3px;
    height: 3px;
    position: absolute;
    left: 7px;
    top: 6px;
    opacity: 1;
    -webkit-animation: myTudaSuda 1s ease-out infinite;
    animation: myTudaSuda 1s ease-out infinite;
}

@keyframes myTudaSuda {
    from { height: 3px; top: 6px; opacity: 1;}
    20% { height: 3px; top: 6px; opacity: 1;}
    45%   { height: 9px; top: 6px; opacity: 1;}
    70% { height: 3px; top: 11px; opacity: 1;}
    85%   { height: 3px; top: 11px; opacity: 1;}
    to {height: 3px; top: 11px; opacity: 0;}
}

.main_about{
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.main_about .dop_white{
    position: absolute;
    width: calc(50% + 110px);
    left: calc(50% - 110px);
    height: 100%;
    top: 0px;
    background-color: rgb(255,255,255);
}
.main_about:before{
    content: "";
    position: absolute;
    right: calc(50% + 110px);
    top: 0px;
    height: 100%;
    width: 850px;
    background-color: rgb(122,70,149);
}
.main_about:after{
    content: "";
    position: absolute;
    left: calc(50% - 935px);
    top: 5px;
    width: 125px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    background-image: url(../images/mirey/svg/back_about_1.svg);
    transform: rotate(180deg);
}
.main_about .dop_back{
    position: absolute;
    bottom: calc(-50% + 63px);
    width: calc(50% - 105px);
    height: 100%;
    background-position: 50px 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/mirey/svg/back_about_2_purple.svg);
    transform: rotate(9deg);
    right: calc(50% + 100px);
    min-width: 1120px;
}
.about_video_wrapper{
    position: relative;
}
.about_video_wrapper:before{
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0px 22px 55px 0px rgba(0,0,0,0.35);
    left: 20px;
}
.about_video_wrap{
    position: relative;
    overflow: hidden;
}
.about_video_wrap .about_video .dop_w{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% + 20px);
    z-index: 2;
}
.about_video_wrap .about_video .dop_w:before{
    content: "";
    position: absolute;
    right: 20px;
    top: 0px;
    width: 20px;
    height: 100%;
    background-color: rgb(255,255,255);
    background-image: none;
}
.about_video{
    position: relative;
    width: calc(100% + 20px);
    cursor: pointer;
}
.about_video:before{
    content: "";
    display: block;
    padding-top: 52%;
}
.about_video:after{
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    width: calc(100% - 40px);
    height: 100%;
    background-color: rgb(86,139,222);
}
.about_video .dop_back_video{
    position: absolute;
    bottom: calc(-50% + -25px);
    width: 114%;
    height: 100%;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/mirey/svg/back_about_2.svg);
    transform: rotate(9deg);
    left: -8%;
    top: auto;
    z-index: 1;
    opacity: 0.5;
}
.about_video>div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.about_video .back_image{
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url("../images/mirey/back_video.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.about_video>div:before{
    background-image: url("../images/mirey/svg/back_about_2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.about_video .icon_play{
    position: absolute;
    width: 135px;
    height: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.about_video .icon_play:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    box-shadow: 0px 0px 92px 62px rgba(0,0,0,0.91);
}
.about_video .icon_play .in{
    position: absolute;
    left: 45%;
    top: 53%;
    width: 62px;
    height: 62px;
    transform: translate(-50%,-50%);
}
.about_video .icon_play svg{
    position: relative;
    z-index: 2;
}
.about_video .icon_play>svg path{
    transition: 0.45s;
}
.about_video:hover .icon_play>svg path{
    fill: rgb(251,87,87) !important;
}

.about_video .icon_play .in svg path.p2{
    opacity: 0;
    transition: 0.45s;
}
.about_video:hover .icon_play .in svg path.p2{
    opacity: 1;
}

.about_text_wrap{
    padding-left: 0px;
}
.main_about .about_text{
    position: relative;
}
.main_about .about_text .ab_block{
    position: absolute;
    top: 19px;
    right: 0px;
}
.main_about .about_text .ab_block .btn_default{
    min-width: 160px;
}
.main_about .about_text img{
    margin-left: 30px;
    margin-bottom: 25px;
}
.main_about .about_text p{
    padding: 0px 30px;
    margin-bottom: 25px;
}
.main_about .about_text .descr{
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 1, 0.09);
    border-radius: 7px;
    padding: 35px 30px 35px 30px;
    margin-bottom: 0px;
}
.main_about .about_text .descr:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 30px;
    max-width: 213px;
    width: 60%;
    height: 5px;
    background-color: rgb(86,139,222);
}
.main_list{
    margin-top: 120px;
    margin-bottom: 75px;
}
.main_list_in{
    padding-right: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main_list .list_item{
    text-align: left;
    display: inline-block;
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 53px;
    color: rgb(33,33,33);
    margin-bottom: 45px;
}
.main_list .list_item:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    background-image: url("../images/mirey/icon_about_list.png");

    transition: 0.2s;
}
.main_list .list_item .big{
    font-size: 46px;
    line-height: 1;
    position: relative;
    left: -2px;
}

.main_list .list_item_wrap:nth-child(1){
    min-width: 475px;
}
.main_list .list_item_wrap:nth-child(1) .list_item:before{
    transform: rotate(180deg);
}
.main_list .list_item_wrap:nth-child(3) .list_item:before{
    transform: rotate(90deg);
}

.main_list .list_item_wrap:nth-child(1) .list_item:hover:before{
    transform: rotate(90deg);
}
.main_list .list_item_wrap:nth-child(2) .list_item:hover:before{
    transform: rotate(-90deg);
}
.main_list .list_item_wrap:nth-child(3) .list_item:hover:before{
    transform: rotate(0deg);
}

.main_why{
    background-image: url("../images/mirey/back_2.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    min-height: 340px;
    color: rgb(255,255,255);
    font-size: 20px;
    padding-top: 70px;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1600px) and (max-width: 1920px) {
    .main_why:before{
        content: "";
        position: absolute;
        left: 0px;
        bottom: -20px;
        width: 207px;
        height: 285px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-image: url("../images/mirey/triangles.png");
    }
}
@media (min-width: 1400px) and (max-width: 1599px){
    .main_why:before{
        content: "";
        position: absolute;
        left: -80px;
        bottom: -20px;
        width: 207px;
        height: 285px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-image: url("../images/mirey/triangles.png");
    }
}
.main_why .m_why_text{
    padding-right: 45px;
}
.main_why .m_why_text p{
    margin-top: 20px;
}
.main_why .m_why_text h2{
    font-size: 30px;
}
.back_grey{
    background-color: rgb(250,250,251);
}
.main_reviews{
    padding-top: 30px;
    padding-bottom: 45px;
}
.main_reviews_in{
    opacity: 0;
    display: none;
}
.main_reviews .slick-track{
    padding-bottom: 20px;
}
.main_reviews .slick-dots{
    display: block;
    left: 50%;
    transform: translate(-50%,0px);
    bottom: -40px;
    top: auto;
}
.main_reviews .slick-dots li{
    width: 25px;
    height: 25px;
}
.main_reviews .slick-dots li button{
    width: 25px;
    height: 25px;
    background: rgb(86,139,222);
    background: -moz-linear-gradient(-135deg, rgba(86,139,222,1) 0%, rgba(86,139,222,1) 100%);
    background: -webkit-linear-gradient(-135deg, rgba(86,139,222,1) 0%, rgba(86,139,222,1) 100%);
    background: linear-gradient(-135deg, rgba(86,139,222,1) 0%, rgba(86,139,222,1) 100%);
    border-radius: 50vh;
}
.main_reviews .slick-dots li button:hover{
    opacity: 0.85;
}
.main_reviews .slick-dots li.slick-active button{
    background: rgb(255,173,88);
    background: -moz-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: -webkit-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
}
.main_reviews .slick-dots li button:before{
    display: none;
}
.main_reviews .slick-dots li button:after{
    will-change: transform;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50vh;
    background-color: rgb(248,248,249);
    top: 5px;
    left: 5px;
}

.main_blog{
    padding-top: 30px;
    padding-bottom: 45px;
}
.main_blog_in>div{
    display: flex;
    flex-wrap: wrap;
}
.main_blog .blog_item_wrap{
    margin-bottom: 65px;
}
.main_blog .blog_item{
    position: relative;
    border-radius: 7px;
    box-shadow: 0px 0px 17px 3px rgba(0, 0, 1, 0.07);
    padding-bottom: 55px;
    height: 100%;
}
.main_blog .blog_item .bi_image{
    position: relative;
    border-radius: 7px 7px 0px 0px;
    overflow: hidden;
}
.main_blog .blog_item .bi_image:before{
    content: "";
    display: block;
    padding-top: 67%;
}
.main_blog .blog_item .bi_image img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}
.main_blog .blog_item .bi_info{
    padding: 15px 15px 0px 15px;
}
.main_blog .blog_item .bi_info .bii_title{
    font-size: 16px;
    color: rgb(119,70,149);
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 15px;
    font-family: "Circe-ExtraBold";
    font-weight: 500;
}
.main_blog .blog_item .bii_source{
    font-size: 14px;
    text-align: left;
    padding-top: 15px;
    font-style: italic;
    color: gray;
}
.main_blog .blog_item .bi_info .bii_descr{
    font-size: 14px;
}
.main_blog .blog_item .bii_btn .btn_default{
    font-size: 16px;
    height: 48px;
    position: absolute;
    bottom: -24px;
    left: 15px;
    min-width: 145px;
}
.main_blog .blog_item .bii_date{
    font-size: 14px;
    color: grey;
}
.main_blog .blog_item .bii_bottom{
    padding: 0px 15px 15px 15px;
    text-align: right;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.main_title{
    position: relative;
    padding-left: 40px;
    min-height: 60px;
    margin-top: 105px;
    margin-bottom: 30px;
}
.main_title:before{
    content: "";
    position: absolute;
    top: -29px;
    left: 0px;
    width: 73px;
    height: 60px;
    background-image: url(../images/mirey/back_title.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.main_title p{
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(33,33,33);
    font-family: "Circe-Bold";
}
.main_title h2{
    font-size: 37px;
    color: rgb(33,33,33);
}
.main_title.white h2{
    color: rgb(255,255,255);
}
.main_title.white:before{
    background-image: url(../images/mirey/back_title_white.png);
}
.review_item_wrap{
    outline: none !important;
}
.review_item_wrap.slick-slide{
    height: auto;
}
.review_slider .slick-list{
    height: auto;
}
.review_slider .slick-track{
    max-height: 290px;
    overflow: hidden;
}
.review_item{
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 1, 0.12);
    overflow: hidden;
    cursor: pointer;
}
.review_text{
    position: relative;
    padding: 0px 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(33,33,33);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
}
.review_text:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 20px;
    height: 36px;
    transform: translate(0px, -50%);
    background-image: url("../images/mirey/b_icon_review.png");
}
.review_text:after{
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 36px;
    transform: translate(0px, -50%);
    background-image: url("../images/mirey/b_icon_review.png");
}

.about_video_wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.about_video{
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 20px;
}
.review_video{
    position: relative;
}
.review_video iframe{
    border-radius: 7px 7px 0px 0px;
}
.review_video:before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.review_video .back_image:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}
.review_video>div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.review_video .back_image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.review_video .back_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.review_video .icon_play{
    will-change: transform;
    position: absolute;
    width: 62px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.review_video .icon_play:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    box-shadow: 0px 0px 62px 32px rgba(0,0,0,0.42);
}
.review_video .icon_play .in{
    position: absolute;
    left: 46%;
    top: 50%;
    width: 26px;
    height: 32px;
    transform: translate(-50%,-50%);
}
.review_video .icon_play svg{
    position: relative;
    z-index: 2;
}
.review_video .icon_play>svg path{
    transition: 0.3s;
}
.review_video:hover .icon_play>svg path{
    fill: rgb(251,87,87) !important;
}

.review_video .icon_play .in svg path.p2{
    opacity: 0;
    transition: 0.3s;
}
.review_video:hover .icon_play .in svg path.p2{
    opacity: 1;
}

.main_project{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.main_project .main_title{
    margin-bottom: 65px;
}
.main_project .project_block{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    padding-bottom: 140px;
}
.main_project .project_block.project_1{
    background-image: url("../images/mirey/back_project_1.jpg");
}
.main_project .project_block.project_2{
    background-image: url("../images/mirey/back_project_2.jpg");
}
.main_project .project_block.project_3{
    background-image: url("../images/mirey/back_project_3.jpg");
}
.main_project .project_block.project_4{
    background-image: url("../images/mirey/back_project_4.jpg");
}
.main_project .project_block .project_item{
    position: relative;
    top: -20px;
    box-shadow: 0px 21px 27px 0px rgba(0, 0, 1, 0.13);
    background-color: rgba(26, 26, 26);
}
.main_project .project_block .project_item:before{
    content: "";
    padding-top: 56%;
    display: block;
}

.main_project .project_block .project_item .project_item_first{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.3s;
    opacity: 1;
}
.main_project .project_block .project_item .project_item_first:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.61);
}
.main_project .project_block .project_item .project_item_first:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(54, 54, 54, 1) 100%);
    background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(54, 54, 54, 1) 100%);
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(54, 54, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#363636", GradientType=1);
    opacity: 0.62;
}
.main_project .project_block .project_item .icon_cursor {
    position: absolute;
    width: 54px;
    height: 60px;
    top: 5px;
    right: 11px;
    background-repeat: no-repeat;
    background-size: 34px auto;
    background-position: 50% 50%;
    background-image: url(../images/mirey/svg/icon_cursor.svg);
    -webkit-animation: myCursor 1s ease-out infinite;
    animation: myCursor 1s ease-out infinite;
    z-index: 5;
    cursor: pointer;
}

@keyframes myCursor {
    from { top: 5px; }
    25% { top: 5px; }
    50%   { top: 3px; }
    75% { top: 5px; }
    to { top: 5px; }
}
.main_project .project_block .project_item .project_item_first .descr{
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-size: 18px;
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 22px;
    z-index: 2;
}
.main_project .project_block .project_item .project_item_first .descr:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,0px);
    bottom: 0px;
    width: 37px;
    height: 7px;
    background-color: rgb(254,206,6);
}
.main_project .project_block .project_item .project_item_first .logo_project{
    position: absolute;
    width: 290px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.main_project .project_block .project_item .project_item_first .logo_project img{
    width: 100%;
}
.main_project .project_block .project_item .project_item_second>div{
    z-index: 2;
    position: relative;
}

.main_project .project_block.project_1 .project_item .project_item_first{
    background-image: url("../images/mirey/img_project_1.jpg");
}
.main_project .project_block.project_1 .project_item .project_item_second:before {
    background-image: url(../images/mirey/img_project_1.jpg);
}
.main_project .project_block.project_2 .project_item .project_item_first{
    background-image: url("../images/mirey/img_project_2.jpg");
}
.main_project .project_block.project_2 .project_item .project_item_second:before {
    background-image: url(../images/mirey/img_project_2.jpg);
}
.main_project .project_block.project_3 .project_item .project_item_first{
    background-image: url("../images/mirey/img_project_3.jpg");
}
.main_project .project_block.project_3 .project_item .project_item_second:before {
    background-image: url(../images/mirey/img_project_3.jpg);
}
.main_project .project_block.project_4 .project_item .project_item_first{
    background-image: url("../images/mirey/img_project_4.jpg");
}
.main_project .project_block.project_4 .project_item .project_item_second:before {
    background-image: url(../images/mirey/img_project_4.jpg);
}
.main_project .project_block .project_item .project_item_second:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: blur(0px);
    background-color: rgba(26, 26, 26, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: color;
    transition: 0.45s;
}
.main_project .project_block .project_item .project_item_second:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(54, 54, 54, 1) 100%);
    background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(54, 54, 54, 1) 100%);
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(54, 54, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#363636", GradientType=1);
    opacity: 0.62;
}
.main_project .project_block .project_item .main_bg_video{
    display: none;
}
.main_project .project_block .project_item .project_item_second{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: rgb(255,255,255);
    opacity: 0;
    overflow: hidden;
    transition: 0.3s;
}
.main_project .project_block .project_item.go_info .project_item_first{
    opacity: 0;
}
.main_project .project_block .project_item.go_info .project_item_second{
    opacity: 1;
}
.main_project .project_block .project_item.go_info .project_item_second:before{
    filter: blur(12px);
}
.main_project .project_block .project_item.active .main_bg_video{
    display: block;
}
.main_project .project_block .project_item .project_item_second .sec_up{
    height: 125px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 35px;
    border-bottom: 1px solid rgba(255,255,255,0.17);
}
.main_project .project_block .project_item .project_item_second .sec_up .pr_logo_mini{

}
.main_project .project_block .project_item .project_item_second .sec_up .pr_logo_mini img{
    width: auto;
    min-width: 130px;
    position: relative;
}
.main_project .project_block .project_item .project_item_second .sec_up .pr_title{
    padding-left: 20px;
    position: relative;
    margin-left: 35px;
}
.main_project .project_block .project_item .project_item_second .sec_up .pr_title:before{
    content: "";
    position: absolute;
    left: 0px;
    width: 7px;
    top: 2px;
    height: calc(100% - 6px);
    background-color: rgb(254,206,6);
}
.main_project .project_block .project_item .project_item_second .sec_down{
    padding: 72px;
}
.main_project .project_block .project_item .project_item_second .sec_down .pr_info_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_project .project_block .project_item .project_item_second .sec_down .pr_info_item{
    font-size: 18px;
    width: 33.33%;
    color: rgb(255,255,255);
    min-height: 140px;
    padding-bottom: 30px;
}
.main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title{
    color: rgb(254,206,6);
    text-transform: uppercase;
    font-size: 48px;
}
.main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title .medium{
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
}

.main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item {
    width: 50%;
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item .title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item .desc{
    margin-top: -7px;
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item .title .big{
    line-height: 70px;
    padding-right: 10px;
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item .title .medium {
    position: relative;
    top: -2px;
}
.main_project .project_block.project_1 .project_item .project_item_second .sec_down {
    position: absolute;
    top: calc(50% - 125px);
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down {
    position: absolute;
    top: calc(50% - 125px);
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down .dop_list{
    margin-top: 10px;
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down .dop_list .dl_item{
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.main_project .project_block.project_2 .project_item .project_item_second .sec_down .dop_list .dl_item:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0px;
    background-color: rgb(63,161,214);
}

.main_project .project_block.project_3 .project_item .project_item_second .sec_down {
    position: absolute;
    top: calc(50% - 70px);
    width: 100%;
}
.main_project .project_block.project_4 .project_item .project_item_second .sec_down {
    position: absolute;
    top: calc(50% - 125px);
}
.main_project .project_block.project_4 .project_item .project_item_second .sec_down .pr_info_item .title{
    color: rgb(0,169,232);
}
.main_project .project_block.project_4 .project_item .project_item_second.new .sec_down .pr_info_item .title {
    /*color: rgb(209, 16, 19);*/
    color: rgb(255, 207, 1);
}


.icon_cont{
    position: relative;
    padding-left: 32px;
    transition: 0.2s;
}
.icon_phone{
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-image: url("../images/mirey/svg/icon_phone.svg");
}
.main_footer .icon_cont,
.main_footer .icon_cont>a{
    color: rgba(255,255,255,1);
}
.main_footer .icon_cont:hover,
.main_footer .icon_cont:hover a{
    color: rgba(255,255,255,0.85);
}

.main_learn{
    padding-bottom: 100px;
}
.main_learn .main_learn_in{

}
.main_learn .main_learn_in img{
    max-width: 100%;
}

.main_speed{
    padding-bottom: 55px;
}
.main_speed .speed_item{
    color: rgb(33,33,33);
    padding-top: 103px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    margin-bottom: 55px;
    border-radius: 7px 7px 0px 0px;
}
.main_speed .speed_item>div{
    border-radius: 7px;
    padding: 10px 10px 15px 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 1, 0.09);
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 38px;
    background-repeat: no-repeat;
    background-image: url("../images/mirey/svg/con_r_speed.svg");
    position: relative;
}
.main_speed .speed_item.big>div{
    min-height: 190px;
}
.main_speed .speed_item.si_1{
    background-image: url("../images/mirey/speed/speed_back_1.png");
}
.main_speed .speed_item.si_2{
    background-image: url("../images/mirey/speed/speed_back_2.png");
}
.main_speed .speed_item.si_3{
    background-image: url("../images/mirey/speed/speed_back_3.png");
}
.main_speed .speed_item.si_4{
    background-image: url("../images/mirey/speed/speed_back_4.png");
}
.main_speed .speed_item.si_5{
    background-image: url("../images/mirey/speed/speed_back_5.png");
}
.main_speed .speed_item.si_6{
    background-image: url("../images/mirey/speed/speed_back_6.png");
}
.main_speed .speed_item.si_7{
    background-image: url("../images/mirey/speed/speed_back_7.png");
    background-position: 0px -18%;
}
.main_speed .speed_item.si_8{
    background-image: url("../images/mirey/speed/speed_back_8.png");
    background-position: 0px -45%;
}
.main_speed .speed_item.si_9{
    background-image: url("../images/mirey/speed/speed_back_9.jpg");
    background-position: 50% -10%;
}
.main_speed .speed_item .si_icon{
    position: relative;
    margin-top: -38px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% calc(100% - 10px);
    background-image: url("../images/mirey/speed/icon_speed_line.png");
}
.main_speed .speed_item .si_icon .si_icon_in{
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background: rgb(101,102,181);
    background: -moz-linear-gradient(0deg, rgba(101,102,181,1) 0%, rgba(84,131,211,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(101,102,181,1) 0%, rgba(84,131,211,1) 100%);
    background: linear-gradient(0deg, rgba(101,102,181,1) 0%, rgba(84,131,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6566b5",endColorstr="#5483d3",GradientType=1);
    box-shadow: 0px 20px 84px 0px rgba(0,0,1,0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main_speed .speed_item .si_icon .si_icon_in .dopin{
    color: rgb(255,255,255);
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
}
.si_icon_in img{
    width: 37px;
}
.main_speed .speed_item .si_title{
    font-size: 24px;
    margin-top: 20px;
    text-transform: uppercase;
}
.main_speed .speed_item .si_descr{
    margin-top: 7px;
    padding-right: 20px;
    line-height: 1.25;
    height: 45px;
}

.main_errors{
    position: relative;
}
.main_errors .main_errors_in{
    margin-top: 10px;
}
.main_errors .error_item{
    padding-left: 95px;
}
.main_errors .error_item .ei_icon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border-width: 10px;
    border-color: rgb(255, 84, 84);
    border-style: solid;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main_errors .error_item .ei_icon img{
    width: 26px;
}
.main_errors .error_item .ei_descr{

}
.main_errors .error_item .ei_descr .title{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.main_errors .error_item .ei_descr .descr{
    font-size: 16px;
}
.main_errors .block_book{
    margin-top: 65px;
    padding: 20px 0px;
}

.btn_default{
    display: inline-flex;
    font-family: "Circe-Bold";
    font-size: 18px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 59px;
    padding: 0px 15px;
    background-color: rgb(251,87,87);
    min-width: 262px;
    max-width: 262px;
    cursor: pointer;
    text-transform: none;
    border-radius: 12px;
    overflow: hidden;
    color: rgb(255,255,255);

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn_default:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 1;
    background: rgb(255,173,88);
    background: -moz-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: -webkit-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad58",endColorstr="#fb5757",GradientType=1);

    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.btn_default.btn_smi{
    background-color: #568BDE;
}
.btn_default.btn_smi:before{
    background: rgb(255,173,88);
    background: -moz-linear-gradient(-135deg, #784998 0%, #568BDE 100%);
    background: -webkit-linear-gradient(-135deg, #784998 0%, #568BDE 100%);
    background: linear-gradient(-135deg, #784998 0%, #568BDE 100%);
}
.btn_default:hover:before{
    opacity: 0;
}
.btn_default span{
    position: relative;
    z-index: 1;
    line-height: 1;
}

.main_command{
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
    margin: 0px auto 0px auto;
    overflow: hidden;
    max-width: 1920px;
}

.main_command .main_command_in{
    margin-top: 10px;
}
.main_command .main_command_in>.row{
    height: 530px;
    position: relative;
}
.main_command .main_command_in .photo_l_wrap{
    position: relative;
}
.main_command .main_command_in .photo_l_wrap .photo_l{
    position: absolute;
    right: 0px;
    width: 945px;
}
.main_command.new .main_command_in .photo_l_wrap .photo_l{
    width: 755px;
}
.main_command.new .main_command_in .photo_l_wrap .photo_l img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: 50% -10px;
}
.main_command .main_command_in .photo_r_wrap{
    position: absolute;
    right: 0px;
    top: -98px;
}
.main_command .main_command_in .photo_r_wrap .photo_r{
    position: absolute;
    left: 0px;
    width: 1141px;
}

.main_command.new{
    padding-bottom: 155px;
}

.main_work{
    margin-top: 25px;
    color: rgb(33,33,33);
    padding-bottom: 65px;
}
.main_work .work_info_block{
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 1, 0.09);
    padding: 0px 55px 15px 55px;
    position: relative;
}

.main_work .work_info_block .robot{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.main_work .work_info_block .robot img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: 0.25s;
}
.main_work .work_info_block.hover .robot img{
    right: -10px;
}
.main_work .work_info_block>div{
    position: relative;
    top: 45px;
}
.main_work .work_info_block h3{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 22px;
}
.main_work .work_info_block .desc{
    font-size: 20px;
}
.main_work .work_info_block .desc p{
    margin-bottom: 15px;
}
.main_work .work_info_block .btn_default{
    margin-top: 18px;
}

.main_usefull{
    width: 100%;
    max-width: 1920px;
    margin: 45px auto 0px auto;
    overflow: hidden;
    position: relative;
}
.main_usefull:before{
    content: "";
    position: absolute;
    top: calc(50% + 80px);
    left: 50%;
    transform: translate(-50%,-50%);
    width: 84px;
    height: 84px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/mirey/back_logo_mirey.png");
}
.main_usefull .use_item{
    padding: 50px 0px 50px 0px;
    margin-bottom: 30px;
}
.main_usefull .use_item:before{
    content: "";
    position: absolute;
    top: 0px;
    width: 865px;
    height: 488px;
}
.main_usefull .use_item_wrap:nth-child(1) .use_item:before{
    right: 95px;
}
.main_usefull .use_item_wrap:nth-child(2) .use_item:before{
    left: 95px;
}
.main_usefull .use_item .use_item_inner{
    font-size: 24px;
    color: white;
    padding: 25px 50px 20px 50px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.main_usefull .use_item .use_item_inner .title{
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.main_usefull .use_item_wrap:nth-child(2) .use_item .use_item_inner .title{
    justify-content: flex-end;
}
.main_usefull .use_item .use_item_inner .title:before{
    content: "";
    position: absolute;
    width: 3px;
    background-color: rgb(86,138,220);
    height: 81px;
    top: -3px;
    left: -33px;
}

.main_usefull .use_item_wrap:nth-child(2) .use_item .use_item_inner .title:before{
    right: -33px;
    left: auto;
    background-color: rgb(144,89,177);
}

.main_usefull .use_item .use_item_inner .use_list_item{
    position: relative;
    margin-bottom: 20px;
    padding-left: 65px;
    height: 61px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
}

.main_usefull .use_item .use_item_inner .use_list_item:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0px,-50%);
    left: 0px;
    width: 64px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50% 50%;
    z-index: 1;
}
.main_usefull .use_item .use_item_inner .use_list_item:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: repeat;
    background-size: auto;
    background-position: 50% 50%;
    background-image: url("../images/mirey/b_elem_noize.png");
    opacity: 0.05;

    transition: 0.2s;
}
.main_usefull .use_item .use_item_inner .use_list_item:hover:after{
    opacity: 0.08;
}
.main_usefull .use_item .use_item_inner .use_list_item span{
    position: relative;
    z-index: 3;
}
.main_usefull .use_item .use_item_inner .use_list_item span.small{
    font-size: 18px;
}
.main_usefull .use_item .use_item_inner .use_list_item:nth-child(1):before{
    background-image: url("../images/mirey/svg/icon_usefull_1.svg");
}
.main_usefull .use_item .use_item_inner .use_list_item:nth-child(2):before{
    background-image: url("../images/mirey/svg/icon_usefull_2.svg");
}
.main_usefull .use_item .use_item_inner .use_list_item:nth-child(3):before{
    background-image: url("../images/mirey/svg/icon_usefull_3.svg");
}

.main_usefull .use_item_wrap:nth-child(2) .use_item .use_item_inner .use_list_item:nth-child(1):before{
    background-image: url("../images/mirey/svg/icon_usefull_1_dop.svg");
}
.main_usefull .use_item_wrap:nth-child(2) .use_item .use_item_inner .use_list_item:nth-child(2):before{
    background-image: url("../images/mirey/svg/icon_usefull_2_dop.svg");
}
.main_usefull .use_item_wrap:nth-child(2) .use_item .use_item_inner .use_list_item:nth-child(3):before{
    background-image: url("../images/mirey/svg/icon_usefull_3_dop.svg");
}

.use_item#use_1:before{
    background-image: url("../images/mirey/back_usefull_1_out.jpg");
}
.use_item#use_1 .use_item_inner{
    background-image: url("../images/mirey/back_usefull_1.jpg");
}
.use_item#use_2:before{
    background-image: url("../images/mirey/back_usefull_2_out.jpg");
}
.use_item#use_2 .use_item_inner{
    background-image: url("../images/mirey/back_usefull_2.jpg");
}
.use_item#use_3:before{
    background-image: url("../images/mirey/back_usefull_3_out.jpg");
}
.use_item#use_3 .use_item_inner{
    background-image: url("../images/mirey/back_usefull_3.jpg");
}
.use_item#use_4:before{
    background-image: url("../images/mirey/back_usefull_4_out.jpg");
}
.use_item#use_4 .use_item_inner{
    background-image: url("../images/mirey/back_usefull_4.jpg");
}

.main_partners{
    margin-top: 25px;
}
.partners_slider{
    display: none;
    opacity: 0;
}
.partner_item{
    margin-bottom: 75px;
    border-radius: 7px;
    box-shadow: 0px 0px 17px 3px rgba(0, 0, 1, 0.07);
}
.partner_item .pi_title{
    padding-top: 5px;
    padding-right: 25px;
    text-transform: uppercase;
    position: relative;
    height: 148px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: rgb(255,255,255);
    font-size: 24px;
    background-size: auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;

}
.partner_item .pi_title.pr_1{
    background-image: url("../images/mirey/partners/b_part_1.jpg");
}
.partner_item .pi_title.pr_2{
    background-image: url("../images/mirey/partners/b_part_2.jpg");
}
.partner_item .pi_title.pr_3{
    background-image: url("../images/mirey/partners/b_part_3.jpg");
}
.partner_item .pi_title.pr_4{
    background-image: url("../images/mirey/partners/b_part_4.jpg");
}
.partner_item .pi_title.pr_5{
    background-image: url("../images/mirey/partners/b_part_5.jpg");
}
.partner_item .pi_title.pr_6{
    background-image: url("../images/mirey/partners/b_part_6.jpg");
}
.partner_item .pi_title.pr_7{
    background-image: url("../images/mirey/partners/b_part_7.jpg");
}
.partner_item .pi_title.pr_8{
    background-image: url("../images/mirey/partners/b_part_8.jpg");
}
.partner_item_wrap{
    outline: none !important;
}
.partner_item .pi_title:after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 25px;
    width: 40%;
    max-width: 124px;
    height: 5px;
    background-color: rgb(86,139,222);
}
.partner_item .pi_body{
    padding: 25px;
    background-color: rgb(255,255,255);
    font-size: 16px;
    min-height: 280px;
}
.partner_item .pi_body .under_info{
    display: none;
    padding-top: 5px;
}
.partner_item .pi_body .under_info h4:first-child{
    margin-top: 0px;
}
.partner_item .pi_body h4{
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(119,70,149);
    margin-top: 15px;
    margin-bottom: 10px;
}
.partner_item .btns_block{
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: 30px;
}
.partner_item .pi_body p{

}
.partners_slider.slick-dotted.slick-slider{
    margin-bottom: 105px;
}
.partners_slider .slick-dots{
    display: block;
    left: 50%;
    transform: translate(-50%,0px);
    bottom: -20px;
    top: auto;
}
.partners_slider .slick-dots li{
    width: 25px;
    height: 25px;
}
.partners_slider .slick-dots li button{
    width: 25px;
    height: 25px;
    background: rgb(86,139,222);
    background: -moz-linear-gradient(-135deg, rgba(86,139,222,1) 0%, rgba(86,139,222,1) 100%);
    background: -webkit-linear-gradient(-135deg, rgba(86,139,222,1) 0%, rgba(86,139,222,1) 100%);
    background: linear-gradient(-135deg, rgba(86,139,222,1) 0%, rgba(86,139,222,1) 100%);
    border-radius: 50vh;
}
.partners_slider .slick-dots li button:hover{
    opacity: 0.85;
}
.partners_slider .slick-dots li.slick-active button{
    background: rgb(255,173,88);
    background: -moz-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: -webkit-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
}
.partners_slider .slick-dots li button:before{
    display: none;
}
.partners_slider .slick-dots li button:after{
    will-change: transform;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50vh;
    background-color: rgb(248,248,249);
    top: 5px;
    left: 5px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    color: rgb(75,75,75);
    text-align: left;
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
[type="checkbox"]:not(:checked) + label a,
[type="checkbox"]:checked + label a,[type="radio"]:not(:checked) + label a,
[type="radio"]:checked + label a{
    font-weight: 800;
    color: rgba(255,191,20,1);
    text-decoration: none;
}
[type="checkbox"]:not(:checked) + label a:hover,
[type="checkbox"]:checked + label a:hover,[type="radio"]:not(:checked) + label a:hover,
[type="radio"]:checked + label a:hover{
    color: rgba(255,191,20,0.9);
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before  {
    content: '';
    position: absolute;
    border-radius: 0px;
    transition: 0.2s;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after  {
    content: '';
    position: absolute;
    border-radius: 0px;
    transition: 0.2s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:before,[type="radio"]:not(:checked) + label:before{
    position: absolute;
    border: none;
    width: 20px;
    height: 20px;
    background: rgb(255,173,88);
    background: -moz-linear-gradient(180deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: linear-gradient(180deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad58",endColorstr="#fb5757",GradientType=1);
    left: 0px;
    top: 0px;
    border-radius: 50vh;
}
.has-error [type="checkbox"]:not(:checked) + label:before,.has-error [type="radio"]:not(:checked) + label:before{
    background: red;
}
[type="checkbox"]:checked + label:before,[type="radio"]:checked + label:before{
    position: absolute;
    border: none;
    width: 20px;
    height: 20px;
    background: rgb(255,173,88);
    background: -moz-linear-gradient(180deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: linear-gradient(180deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad58",endColorstr="#fb5757",GradientType=1);
    left: 0px;
    top: 0px;
    border-radius: 50vh;
}
[type="checkbox"]:not(:checked) + label:after,[type="radio"]:not(:checked) + label:after{
    position: absolute;
    background-color: rgb(255,255,255);
    width: 15px;
    height: 15px;
    border: 3px solid rgb(255,255,255);
    left: 2.5px;
    top: 2.5px;
    border-radius: 50vh;
}
[type="checkbox"]:checked + label:after,[type="radio"]:checked + label:after{
    position: absolute;
    background-color: rgb(251,94,87);
    width: 15px;
    height: 15px;
    border: 3px solid rgb(255,255,255);
    left: 2.5px;
    top: 2.5px;
    border-radius: 50vh;
}


.main_partner_go{
    padding-bottom: 105px;
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
}
.main_partner_go .main_partner_go_in{
    background-color: rgb(254,206,6);
    position: relative;
    padding-top: 75px;


}
.main_partner_go .title_part_wrap{
    text-align: center;
}
.main_partner_go .title_part{
    display: inline-block;
    margin: 0px auto 0px auto;
}
.main_partner_go:before{
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url("../images/mirey/svg/back_logo.svg");
    left: calc(50% + 595px);
    top: calc(50% - 55px);
    transform: translate(0px, -50%);
    width: 365px;
    height: 205px;
    z-index: 1;
}
.main_partner_go:after{
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url("../images/mirey/svg/back_logo.svg");
    right: calc(50% + 595px);
    top: calc(50% - 55px);
    transform: translate(0px, -50%);
    width: 365px;
    height: 205px;
    z-index: 1;
}
.main_partner_go h3{
    margin-top: 0px;
    font-family: "Circe-ExtraBold";
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
}
.main_partner_go p{
    font-family: "Circe-Bold";
    position: relative;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 37px;
    line-height: 22px;
    text-align: center;
}
.main_partner_go label{
    color: rgb(75,75,75);
}
.main_partner_go label a{
    color: rgb(251,88,87) !important;
    font-weight: bold !important;
}
.main_partner_go p:before{
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    background-image: url("../images/mirey/b_img_5.png");
    height: 22px;
    width: 207px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 0px;
}
.main_partner_go p:after{
    content: "";
    position: absolute;
    right: -30px;
    top: 0px;
    background-image: url("../images/mirey/b_img_5.png");
    height: 22px;
    width: 207px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 0px;
}
.main_partner_go .block_inputs_in{
    display: flex;
    justify-content: space-between;
}
.main_partner_go .block_inputs_in .input_mirey_wrap{
    margin: 0px 10px;
}
.main_partner_go .btn_default{
    height: 54px;
    width: 175px;
    min-width: 175px;
    margin-left: 10px;
    margin-right: 10px;
}
.main_partner_go .form_mirey{
    padding: 26px 10px 12px 10px;
    background-color: rgb(255,255,255);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 38px 0px rgba(0, 0, 1, 0.13);
    margin-bottom: -68px;
}
.input_mirey_wrap .input_mirey{
    background: rgb(255,173,88);
    background: -moz-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: -webkit-linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    background: linear-gradient(-135deg, rgba(255,173,88,1) 0%, rgba(251,87,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad58",endColorstr="#fb5757",GradientType=1);
    height: 54px;
    border-radius: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}
.input_mirey_wrap .input_mirey.has-error{
    background: red;
}
.input_mirey_wrap .input_mirey.has-error>input{
    border: none !important;
}
.input_mirey_wrap .input_mirey>input{
    height: calc(100% - 5px);
    border-radius: 10px;
    border: 2.5px solid transparent;
    background-color: white;
    margin-top: 2.5px;
    margin-left: 2.5px;
    width: calc(100% - 5px);
    font-size: 16px;
    color: rgb(74,74,74);
    padding: 0px 15px;
}
.input_mirey_wrap .input_mirey>input::-moz-placeholder {
    color: rgb(74,74,74);
    transition: 0.2s;
    text-transform: none;
}

.input_mirey_wrap .input_mirey>input:-ms-input-placeholder {
    color: rgb(74,74,74);
    transition: 0.2s;
    text-transform: none;
}

.input_mirey_wrap .input_mirey>input::-webkit-input-placeholder {
    color: rgb(74,74,74);
    transition: 0.2s;
    text-transform: none;
}


.main_how{
    background-size: auto;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-image: url("../images/mirey/back_how.jpg");
    min-height: 427px;
}

.main_how .main_how_in{
    position: relative;
}
.main_how .main_how_in:before{
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    background-color: rgb(93,148,236);
    box-shadow: 0px 5px 38px 0px rgba(0, 0, 1, 0.13);
}
.main_how .main_how_in>div{
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 38px 0px rgba(0, 0, 1, 0.13);
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-between;
}
.main_how .main_how_in .mh_item{
    position: relative;
    padding-left: 65px;
    color: rgb(33,33,33);
}
.main_how .main_how_in .mh_item .icon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px;
}
.main_how .main_how_in .mh_item .descr{

}
.main_invest{
    padding-bottom: 55px;
}
.main_invest .main_invest_in{
    margin-top: 35px;
}
.main_invest .invest_item{
    position: relative;
    color: rgb(33,33,33);
}
.main_invest .invest_item:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: rgb(112,66,141);
}
.main_invest .invest_item>div{
    position: relative;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 1, 0.09);
    z-index: 1;
}
.main_invest .invest_item .title{
    position: relative;
    height: 50px;
    padding-left: 89px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 100%;
    background-size: auto;
    background-image: url(../images/mirey/dots_why.png);
    margin-bottom: 30px;
}
.main_invest .invest_item .title img{
    position: absolute;
    left: 22px;
    width: 55px;
    bottom: 0px;
}
.main_invest .invest_item .body{
    padding: 0px 22px 20px 22px;
    min-height: 130px;
}

.main_footer{
    min-height: 686px;
    background-size: auto;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-image: url("../images/mirey/back_foot.jpg");
    margin-top: 55px;
}
.main_footer .mf_items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_footer .mf_items:after {
    height: 0;
    width: 33.3333%;
    content: "";
}
.main_footer .mf_item{
    position: relative;
    height: 78px;
    width: 33.33333%;
    margin-bottom: 15px;
}
.main_footer .foot_row{
    font-size: 20px;
    margin-top: 65px;
    color: rgb(255,255,255);
}
.main_footer .foot_row .info{
    padding-top: 20px;
    font-size: 16px;
}
.main_footer .foot_row .info>div:nth-child(1){
    margin-bottom: 10px;
}
.main_footer .foot_row .info>div:nth-child(3){
    margin-bottom: 10px;
}
.mf_item>div:before{
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    height: calc(100% - 10px);
    width: 100%;
    background-color: rgb(89,143,229);
    border-radius: 7px;
}
.mf_item>div{
    position: relative;
    margin: 0px 18px 12px 18px;
    z-index: 1;

}
.mf_item>div>div{
    height: 78px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 81px 0px rgba(0, 0, 1, 0.09);
}
.mf_item .title{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.mf_item .mail{
    font-size: 20px;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1200px) {
    .menu_items {
        font-size: 16px;
    }
    .main_head .main_head_in .main_offer h1 {
        font-size: 45px;
    }
    .main_head .main_head_in .main_offer p {
        font-size: 34px;
    }
    .main_list .list_item_wrap:nth-child(1) {
        min-width: 200px;
    }
    .main_list .list_item_wrap:nth-child(1) {
        min-width: 200px;
    }
    .review_text {
        font-size: 17px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title{
        font-size: 40px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item {
        font-size: 15px;
        min-height: 100px;
        padding-bottom: 20px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down {
        padding: 45px;
    }
    .main_speed .speed_item .si_title {
        font-size: 21px;
    }
    .main_speed .speed_item .si_descr{
        font-size: 14px;
    }
    .main_errors .error_item .ei_descr .title {
        font-size: 24px;
    }
    .main_usefull .use_item .use_item_inner .use_list_item span.small {
        font-size: 15px;
    }
    .main_invest .invest_item .title{
        background-size: 45%;
    }
    .main_how .main_how_in .mh_item{
        padding-left: 60px;
        font-size: 16px;
    }
    .main_invest .invest_item{
        font-size: 14px;
    }
    .main_invest .invest_item .body{
        min-height: 110px;
    }
    .main_invest .invest_item .body br{
        display: none;
    }
    .mf_item .title {
        font-size: 12px;
    }
    .mf_item .mail {
        font-size: 15px;
    }
    .main_footer{
        min-height: 500px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main_about:before {
        display: none;
    }
    .main_partner_go p:before,.main_partner_go p:after{
        display: none;
    }
    .main_partner_go .block_inputs_in {
        justify-content: normal;
        flex-wrap: wrap;
    }
    .main_partner_go .block_inputs_in .input_mirey_wrap {
        width: 33%;
    }
    .menu_items ul li {
        margin: 0px 8px;
    }
    .menu_items {
        font-size: 13px;
    }
    .navigation__button {
        right: 20px;
    }

    .main_about .dop_back {
        display: none;
    }

    .main_about .about_text img {
        margin-left: 15px;
        margin-bottom: 25px;
        margin-top: 35px;
    }

    .main_about .about_text p {
        padding: 0px 15px;
    }

    .main_about .about_text .descr {
        padding: 35px 15px 35px 15px;
    }

    .main_list {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .main_list_in {
        padding-right: 0px;
    }

    .main_list .list_item {
        font-size: 16px;
    }

    .main_list .list_item .big {
        font-size: 32px;
    }

    .main_list .list_item_wrap:nth-child(1) {
        min-width: 200px;
    }

    .main_why {
        padding-top: 35px;
    }

    .review_text {
        font-size: 16px;
    }

    .main_project .project_block .project_item .project_item_first .logo_project {
        width: 30%;
        top: 45%;
    }

    .main_project .project_block .project_item .project_item_first .descr {
        bottom: 10px;
        font-size: 9px;
        padding-bottom: 8px;
    }

    .main_project .project_block .project_item .project_item_first .descr:after {
        height: 4px;
    }

    .main_project .project_block .project_item .project_item_first .icon_cursor {
        width: 24px;
        height: 26px;
        top: 5px;
        right: 10px;
        background-size: 24px auto;
        background-position: 0px 0px;
    }

    .main_project .project_block .project_item:before {
        display: none;
    }

    .main_project .project_block .project_item .project_item_first {
        position: relative;
    }

    .main_project .project_block .project_item .project_item_second {
        position: relative;
        opacity: 1 !important;
    }

    .main_project .project_block .project_item .project_item_second:before {
        filter: blur(15px) !important;
    }

    .main_project .project_block .project_item .project_item_first:before {
        content: "";
        display: block;
        padding-top: 56.25%;
        position: relative;
    }

    .main_project .project_block .project_item .project_item_first:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 26, 26, 0.61);
    }

    .main_project .project_block .project_item .project_item_second .sec_up {
        padding: 0px 15px;
    }

    .main_project .project_block .project_item .project_item_second .sec_up {
        height: 80px;
    }

    .main_project .project_block .project_item .project_item_second .sec_up .pr_logo_mini img {
        min-width: 100px;
    }

    .main_project .project_block .project_item .project_item_second .sec_up .pr_title {
        margin-left: 15px;
        padding-left: 15px;
        font-size: 16px;
    }

    .main_project .project_block .project_item .project_item_second .sec_up .pr_title br {
        display: none;
    }

    .main_project .project_block .project_item .project_item_second .sec_up .pr_title:before {
        width: 3px;
    }

    .main_project .project_block .project_item .project_item_second .sec_down {
        padding: 15px;
    }

    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item {
        font-size: 18px;
        width: 46%;
        min-height: 60px;
    }

    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title {
        font-size: 30px;
        line-height: 1;
    }

    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title .medium {
        font-size: 14px;
    }

    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .desc br {
        display: none;
    }

    .main_project .project_block {
        padding-bottom: 95px;
    }

    .main_project .project_block .project_item .project_item_first .icon_cursor {
        display: none;
    }

    .main_project .project_block .project_item .project_item_first .logo_project {
        display: none;
    }

    .main_project .project_block .project_item .project_item_first .descr {
        display: none;
    }

    .main_project .project_block .project_item.go_info .project_item_first {
        opacity: 1 !important;
    }

    .main_project .project_block.project_1 .project_item .project_item_second .sec_down {
        position: relative;
        top: 0px;
    }

    .main_project .project_block.project_1 .project_item .project_item_second .sec_down .pr_info_item {
        width: 50%;
        min-height: 35px;
        padding-bottom: 5px;
    }

    .main_project .project_block.project_1 .project_item .project_item_second .sec_down .pr_info_item .title .big {
        font-size: 40px;
        top: -1px;
        position: relative;
    }

    .main_project .project_block.project_2 .project_item .project_item_second .sec_down {
        position: relative;
        top: 0px;
    }

    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item {
        width: 50%;
        min-height: 35px;
        padding-bottom: 5px;
    }

    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item .title .big {
        font-size: 40px;
        top: -1px;
        position: relative;
    }

    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .dop_list {
        margin-top: 25px;
        font-size: 14px;
    }

    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .dop_list .dl_item:before {
        top: 1px;
    }

    .main_project .project_block.project_3 .project_item .project_item_second .sec_down {
        position: relative;
        top: 0px;
    }

    .main_project .project_block.project_3 .project_item .project_item_second .sec_down .pr_info_item {
        width: 50%;
    }

    .main_project .project_block.project_4 .project_item .project_item_second .sec_down {
        position: relative;
        top: 0px;
    }

    .main_project .project_block.project_4 .project_item .project_item_second .sec_down .pr_info_item {
        width: 50%;
    }

    .main_project .project_block.project_4 .project_item .project_item_second .sec_down .pr_info_item .title {
        font-size: 40px;
        top: -1px;
        position: relative;
    }

    .speed_item_wrap {
        text-align: center;
    }

    .main_speed .speed_item {
        max-width: 263px;
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .main_errors .error_item {
        margin-bottom: 45px;
    }

    .main_command .main_command_in > .row {
        height: auto;
    }

    .main_command .main_command_in .photo_r_wrap {
        position: relative;
        top: -30px;
    }

    .main_command .main_command_in .photo_r_wrap .photo_r {
        position: relative;
        width: 100%;
    }

    .main_command .main_command_in .photo_r_wrap .photo_r img {
        position: relative;
        max-width: 100%;
    }

    .main_command .main_command_in .photo_l_wrap .photo_l {
        position: absolute;
        right: 0px;
        width: 100%;
        height: auto;
        top: -15px;
    }

    .main_command .main_command_in .photo_l_wrap .photo_l img {
        max-width: 100%;
    }

    .main_work .work_info_block .robot img {
        max-width: 300px;
        opacity: 0.3;
    }

    .partner_item .pi_title {
        text-indent: -9999px;
    }

    .partner_item .pi_title:after {
        right: auto;
        left: 20px;
    }

    .partner_item .pi_body {
        min-height: 380px;
    }

    .main_how .main_how_in .mh_item {
        position: relative;
        padding-left: 40px;
    }
    .main_how .main_how_in .mh_item .icon{
        width: 26px;
    }
    .main_how .main_how_in>div {
        padding: 25px 15px;
    }
    .main_how .main_how_in .mh_item {
        font-size: 14px;
    }
    .main_invest .invest_item {
        margin-bottom: 45px;
        font-size: 16px;
    }
    .main_invest .invest_item .body {
        min-height: 120px;
    }
    .main_footer{
        margin-top: 0px;
        background-size: cover;
        padding-bottom: 40px;
    }
    .main_footer .mf_item{
        width: 50%;
    }
    .mf_item .title {
        font-size: 13px;
    }
    .mf_item .mail {
        font-size: 18px;
    }
    .main_footer .foot_row {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) and (orientation: portrait){

}

@media (min-width: 992px) {

}

@media (max-width: 767px) {
    .main_about .about_text .ab_block {
        position: absolute;
        top: 59px;
        right: 0px;
    }
    .main_about .about_text .ab_block .btn_default {
        height: 48px;
        min-width: 95px;
    }
    .dropdown {
        right: 17px;
    }
    .logo_main{
        width: 55%;
        height: 125px;
        max-width: 300px;
    }
    .main_about {
        padding-top: 65px;
    }
    .main_head .main_head_in .main_offer h1 {
        font-size: 21px;
        padding: 0px 35px 0px 35px;
    }
    .main_head .main_head_in .main_offer h1:before {
        top: 3px;
        width: 30px;
        height: 25px;
        background-size: 100%;
    }
    .main_head .main_head_in .main_offer h1:after {
        top: 3px;
        width: 30px;
        height: 25px;
        background-size: 100%;
    }
    .main_head .main_head_in .main_offer .h1 {
        padding-bottom: 10px;
    }
    .main_head .main_head_in .main_offer p {
        font-size: 16px;
        line-height: 1.1;
    }
    .main_head .main_head_in{
        width: 96%;
    }
    .main_head {
        min-height: 320px;
    }

    .navigation__bar{
        height: 3px;
    }
    .navigation__button {
        top: 15px;
        right: 15px;
        width: 25px;
    }
    .menu_items{
        top: 6px;
        right: 55px;
    }
    .menu_items ul {
        display: flex;
        flex-direction: column;
        text-align: right;
        font-size: 16px;
    }
    .menu_items ul li {
        margin: 0px 15px;
        padding: 10px 0px;
    }

    .about_video .icon_play {
        width: 52px;
        height: 57px;
    }
    .about_video .icon_play .in {
        left: 46%;
        top: 52%;
        width: 24px;
        height: 28px;
    }
    .about_text_wrap {
        padding-left: 15px;
    }
    .main_about:before{
        display: none;
    }
    .main_about .about_text img{
        margin-left: 0px;
        margin-top: 30px;
    }
    .main_about .about_text p{
        padding: 0px;
    }
    .main_about .about_text .descr {
        padding: 20px 15px 20px 15px;
    }
    .main_about .dop_back{
        display: none;
    }
    .main_list .list_item_wrap:nth-child(1){
        min-width: 200px;
        max-width: 100%;
    }
    .main_list {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .main_list .list_item .big {
        font-size: 42px;
        left: -1px;
        top: -3px;
    }
    .main_list .list_item{
        font-size: 15px;
    }
    .main_list_in{
        flex-direction: column;
    }
    .about_video{
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .about_video:after {
        top: 15px;
        left: -15px;
        width: calc(100% - 30px);
    }
    .about_video .dop_back_video{
        left: -10%;
    }
    .about_video_wrap .about_video .dop_w {
        height: calc(100% + 0px);
    }
    .about_video_wrap .about_video .dop_w:before{
        right: 25px;
    }

    .main_partner_go .main_partner_go_in {
        padding-top: 45px;
    }
    .main_partner_go h3{
        font-size: 21px;
    }
    .main_partner_go p:before, .main_partner_go p:after{
        display: none;
    }
    .main_partner_go .block_inputs_in {
        flex-direction: column;
    }
    .input_mirey_wrap .input_mirey{
        width: 100%;
    }
    .main_partner_go .btns_block{
        margin-top: 10px;
    }
    .main_partner_go label{
        margin-top: 20px !important;
        display: block !important;
    }
    .main_partner_go .form_mirey {
        padding-bottom: 35px;
    }

    .main_why {
        background-size: cover;
        background-position: 15% 0px;
        padding-top: 15px;
        font-size: 18px;
        padding-bottom: 15px;
    }
    .main_why .m_why_text h2 {
        font-size: 24px;
    }
    .main_title{
        padding-left: 33px;
        margin-bottom: 45px;
    }
    .main_title h2 {
        font-size: 27px;
    }
    .main_title:before {
        top: -22px;
        width: 55px;
        height: 48px;
        background-size: 100%;
    }

    .review_video .icon_play {
        width: 28px;
        height: 32px;
    }
    .review_video .icon_play .in {
        left: 47%;
        top: 47%;
        width: 13px;
        height: 16px;
    }
    .review_text:before {
        width: 12px;
        height: 34px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .review_text:after {
        width: 12px;
        height: 34px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .review_text {
        padding: 0px 20px;
        font-size: 11px;
    }
    .main_reviews .slick-dots{
        white-space: nowrap;
        width: 100%;
    }

    .main_project .project_block .project_item .project_item_first .logo_project{
        width: 30%;
        top: 45%;
    }
    .main_project .project_block .project_item .project_item_first .descr {
        bottom: 10px;
        font-size: 9px;
        padding-bottom: 8px;
    }
    .main_project .project_block .project_item .project_item_first .descr:after {
        height: 4px;
    }
    .main_project .project_block .project_item .project_item_first .icon_cursor {
        width: 24px;
        height: 26px;
        top: 5px;
        right: 10px;
        background-size: 24px auto;
        background-position: 0px 0px;
    }
    .main_project .project_block .project_item:before{
        display: none;
    }
    .main_project .project_block .project_item .project_item_first{
        position: relative;
    }
    .main_project .project_block .project_item .project_item_second{
        position: relative;
        opacity: 1 !important;
    }
    .main_project .project_block .project_item .project_item_second:before{
        filter: blur(15px) !important;
    }
    .main_project .project_block .project_item .project_item_first:before{
        content: "";
        display: block;
        padding-top: 56.25%;
        position: relative;
    }
    .main_project .project_block .project_item .project_item_first:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 26, 26, 0.61);
    }
    .main_project .project_block .project_item .project_item_second .sec_up{
        padding: 0px 15px;
    }
    .main_project .project_block .project_item .project_item_second .sec_up {
        height: 80px;
    }
    .main_project .project_block .project_item .project_item_second .sec_up .pr_logo_mini img{
        min-width: 70px;
    }
    .main_project .project_block .project_item .project_item_second .sec_up .pr_title{
        margin-left: 15px;
        padding-left: 15px;
        font-size: 10px;
    }
    .main_project .project_block .project_item .project_item_second .sec_up .pr_title br{
        display: none;
    }
    .main_project .project_block .project_item .project_item_second .sec_up .pr_title:before{
        width: 3px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down {
        padding: 15px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item {
        font-size: 14px;
        width: 46%;
        min-height: 60px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title {
        font-size: 21px;
        line-height: 1;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title .medium {
        font-size: 14px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .desc br{
        display: none;
    }
    .main_project .project_block{
        padding-bottom: 95px;
    }
    .main_project .project_block .project_item .project_item_first .icon_cursor{
        display: none;
    }
    .main_project .project_block .project_item .project_item_first .logo_project{
        display: none;
    }
    .main_project .project_block .project_item .project_item_first .descr{
        display: none;
    }

    .main_project .project_block .project_item.go_info .project_item_first {
        opacity: 1 !important;
    }
    .main_project .project_block.project_1 .project_item .project_item_second .sec_down{
        position: relative;
        top: 0px;
    }
    .main_project .project_block.project_1 .project_item .project_item_second .sec_down .pr_info_item {
        width: 100%;
        min-height: 35px;
        padding-bottom: 5px;
    }
    .main_project .project_block.project_1 .project_item .project_item_second .sec_down .pr_info_item .title .big{
        font-size: 40px;
        top: -1px;
        position: relative;
    }
    .main_project .project_block.project_2 .project_item .project_item_second .sec_down{
        position: relative;
        top: 0px;
    }
    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item {
        width: 100%;
        min-height: 35px;
        padding-bottom: 5px;
    }
    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item .title .big{
        font-size: 40px;
        top: -1px;
        position: relative;
    }
    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .dop_list {
        margin-top: 20px;
        font-size: 14px;
    }
    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .dop_list .dl_item:before{
        top: 1px;
    }

    .main_project .project_block.project_3 .project_item .project_item_second .sec_down{
        position: relative;
        top: 0px;
    }

    .main_project .project_block.project_3 .project_item .project_item_second .sec_down .pr_info_item{
        width: 100%;
    }

    .main_project .project_block.project_4 .project_item .project_item_second .sec_down{
        position: relative;
        top: 0px;
    }
    .main_project .project_block.project_4 .project_item .project_item_second .sec_down .pr_info_item{
        width: 100%;
    }
    .main_project .project_block.project_4 .project_item .project_item_second .sec_down .pr_info_item .title{
        font-size: 40px;
        top: -1px;
        position: relative;
    }

    .main_learn {
        padding-bottom: 65px;
    }
    .main_speed .speed_item {
        max-width: 263px;
        margin: 0px auto 45px auto;
    }
    .main_speed {
        padding-bottom: 35px;
    }
    .main_errors .main_errors_in {
        margin-top: 0px;
    }
    .main_errors .error_item {
        padding-left: 65px;
        margin-bottom: 35px;
    }
    .main_errors .error_item .ei_icon {
        left: 15px;
        width: 50px;
        height: 50px;
        border-width: 6px;
    }
    .main_errors .error_item .ei_icon img {
        width: 20px;
    }
    .main_errors .error_item .ei_descr .title {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .main_errors .error_item .ei_descr .descr {
        font-size: 14px;
    }
    .main_errors .block_book {
        margin-top: 20px;
    }
    .main_command {
        padding-top: 10px;
    }

    .main_command .main_command_in .photo_r_wrap{
        position: relative;
        top: -30px;
    }
    .main_command .main_command_in .photo_r_wrap .photo_r{
        position: relative;
        width: 100%;
    }
    .main_command .main_command_in .photo_r_wrap .photo_r img{
        position: relative;
        max-width: 100%;
    }
    .main_command .main_command_in .photo_l_wrap .photo_l {
        position: absolute;
        right: 0px;
        width: 100%;
        height: auto;
        top: -15px;
    }
    .main_command .main_command_in .photo_l_wrap .photo_l img{
        max-width: 100%;
    }
    .main_command .main_command_in>.row {
        height: auto;
    }
    .main_work {
        margin-top: -25px;
    }
    .main_work .work_info_block {
        padding: 0px 15px 15px 15px;
    }
    .main_work .work_info_block h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .main_work .work_info_block .desc {
        font-size: 16px;
    }
    .main_work .work_info_block .robot img {
        width: 95%;
    }
    .main_work .work_info_block .robot {
        position: absolute;
        right: 0px;
        bottom: 0px;
        opacity: 0.15;
        width: 100%;
    }

    .main_usefull{
        margin-top: 0px;
    }
    .main_usefull .use_item .use_item_inner .title img{
        max-width: 100%;
    }
    .main_usefull .use_item .use_item_inner{
        padding: 25px 25px 20px 25px;
    }
    .main_usefull .use_item .use_item_inner .use_list_item{
        padding-left: 45px;
        padding-right: 5px;
        font-size: 18px;
    }
    .main_usefull .use_item .use_item_inner .use_list_item:before{
        width: 45px;
        background-size: 20px;
    }
    .main_usefull .use_item .use_item_inner .use_list_item span{
        top: 2px;
    }
    .main_usefull .use_item .use_item_inner .use_list_item span.small {
        font-size: 13px;
    }
    .main_usefull .use_item .use_item_inner .use_list_item span.small br{
        display: none;
    }
    .main_usefull:before{
        display: none;
    }

    .partner_item .pi_title {
        border-radius: 7px 7px 0px 0px;
        padding-left: 120px;
        padding-right: 15px;
        font-size: 16px;
        text-align: right;
    }
    .partner_item .pi_title:after{
        right: 15px;
    }
    .partner_item .pi_body {
        padding: 15px;
        font-size: 15px;
        min-height: 330px;
    }
    .partners_slider .slick-dots{
        width: 100%;
    }

    .main_how .main_title h2 {
        font-size: 24px;
    }
    .main_how .main_how_in>div {
        padding: 16px 15px;
    }
    .main_how .main_how_in .mh_item {
        padding-left: 45px;
        font-size: 14px;
        margin-bottom: 35px;
    }
    .main_how .main_how_in .mh_item .icon {
        top: 2px;
        width: 30px;
    }
    .main_how .main_how_in>div{
        flex-direction: column;
    }
    .main_how .main_how_in .descr br{
        display: none;
    }

    .main_invest .invest_item {
        margin-bottom: 45px;
        font-size: 16px;
    }
    .main_invest .invest_item .body {
        min-height: 70px;
    }
    .main_invest {
        padding-bottom: 0px;
    }

    .main_footer{
        min-height: 300px;
        padding-top: 45px;
        background-size: cover;
    }
    .main_footer .logo_foot{
        text-align: center;
    }
    .main_footer .logo_foot img{
        max-width: 80%;
    }
    .main_footer .foot_row .info{
        padding-top: 30px;
        text-align: center;
    }
    .main_footer .foot_row{
        padding-bottom: 45px;
    }
    .main_footer .main_title{
        margin-top: 35px;
    }
    .main_footer .mf_item{
        width: 100%;
    }
    .mf_item>div {
        margin: 0px;
    }
    .mf_item>div>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mf_item .mail {
        font-size: 18px;
    }
    .mf_item .title {
        font-size: 13px;
    }
}
@media (min-width: 667px) and (max-width: 768px) and (orientation: landscape) {

}

@media (min-width: 567px) and (max-width: 768px) and (orientation: landscape) {
    .logo_main {
        width: 35%;
    }
    .main_list_in {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main_list .list_item_wrap:nth-child(1){
        max-width: 50%
    }
    .main_why{
        min-height: 200px;
    }
    .speed_item_wrap{
        width: 50%;
        float: left;
    }
    .main_reviews {
        padding-top: 5px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item {
        font-size: 15px;
    }
    .main_project .project_block .project_item .project_item_second .sec_down .pr_info_item .title {
        font-size: 24px;
    }
    .main_project .project_block.project_2 .project_item .project_item_second .sec_down .pr_info_item {
        width: 50%;
    }
    .main_project .project_block.project_3 .project_item .project_item_second .sec_down .pr_info_item {
        width: 50%;
    }
    .main_project .project_block.project_4 .project_item .project_item_second .sec_down .pr_info_item {
        width: 50%;
    }
    .review_video .icon_play {
        width: 42px;
        height: 46px;
    }
    .review_video .icon_play .in {
        width: 17px;
        height: 15px;
    }
    .main_work .work_info_block .robot img{
        max-width: 40%
    }
    .main_usefull .use_item .use_item_inner .use_list_item span.small {
        font-size: 16px;
    }
    .partner_item .pi_body{
        min-height: 240px;
    }
    .invest_item_wrap{
        width: 50%;
        float: left;
    }
    .main_invest .invest_item .body {
        min-height: 120px;
    }
    .main_how .main_how_in .mh_item {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        min-height: 45px;
    }
    .partner_item_wrap{
        text-align: center;
    }
    .partner_item_wrap .partner_item{
        max-width: 555px;
        text-align: left;
        display: inline-block;
    }
}

@media (min-width: 768px) {

}

@media (max-width: 550px) {

}

@media (max-width: 450px) {
    .main_head .main_head_in .main_offer h1 {
        font-size: 26px;
    }

    .main_head .main_head_in .main_offer p {
        font-size: 18px;
    }
}

@media (max-width: 375px) {

}
@media (max-width: 370px) {
    .main_head .main_head_in .main_offer h1 {
        font-size: 21px;
    }
}

@media (max-width: 320px) {

}

/* Dropdown Content */
.dropbtn {
    padding: 5px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: absolute;
    display: inline-block;
    z-index: 99;
    width: 70px;
    right: 27px;
    left: auto;
    top: 75px;
    font-size: 14px;
    padding-left: 3px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    width: 70px;
}

.dropbtn
{
    background: url('/docs/images/switch-language/ru.png') no-repeat 3px center;
    padding-left: 33px;
    width: 65px;
}
.dropbtn.ru{
    background: url('/docs/images/switch-language/ru.png') no-repeat 3px center;
}
.dropbtn.en{
    background: url('/docs/images/switch-language/en.png') no-repeat 3px center;
}
.dropbtn::after {
    background: rgba(0, 0, 0, 0) url("/docs/images/switch-language/arrow_down_white.png") no-repeat scroll center center;
    content: "";
    height: 16px;
    position: absolute;
    top: 5px;
    width: 16px;
}

.dropdown-content a.ru
{
    background: url('/docs/images/switch-language/ru.png') no-repeat 3px center;
}

.dropdown-content a.en
{
    background: url('/docs/images/switch-language/en.png') no-repeat 3px center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: rgb(255,255,255);
    border-top: 5px solid transparent;
    padding: 7px 3px 7px 33px;
    text-decoration: none;
    display: block;
    font-family: "CirceRegular", Arial, sans-serif;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: rgb(20,20,20);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    border-top: 5px solid transparent;
}

/* Change the background color of the dropdown button when the dropdown content is shown */