html,body{
    margin: 0;
    padding: 0;
    /* cursor: url(../img/pointer.png) 12 2, pointer; */
    font-family: 'Jost', sans-serif !important;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
header{
    height: 80px;
}
#wrapper{
    position: relative;
    overflow: hidden;
    background: #333;
    color: #fff;
    height: 100vh;
}
#wrapper_main{
    overflow: hidden;
    height: 100%;
}
.clear{
    width: 100%;
    height: 40px;
}
/* соц сети и  ссылки */
.social{
    text-align: right;
    padding-top: 20px;
}
.social a,.social a:hover{
    color: #fff;
}
.social li{
    position: relative;
    display: inline-block;
    margin-left: 30px;
    height: 40px;
    width: 40px;
    padding-top: 7px;
    text-align: center;
    z-index: 1;
}
.social li::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border:1px solid #0d90e7;
    z-index: -1;
    transform: rotateZ(45deg);
    transition: 0.4s;
}
.social li:hover::before{
    transform: rotateZ(135deg);
    background: #0d90e7;
}
/* главный текст */
.main_text{
    text-align: left;
}
.main_text_block {
    position: relative;
    top: 44vh;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}
.logo{
    padding-top: 20px;
}
.logo img{
    width: 160px;
}
.offer {
    height: 50px;
}
.offer h2,.offer span{
    display: inline-block;
}
.offer span{
    font-size: 2rem;
    font-weight: 300;
}
.main_text h1{
    font-weight: 700;
    font-size: 61px;
    margin-bottom: 45px;
}
.main_text h2{
    font-weight: 300;
}
.form_email {
    margin-top: 3px;
    width: 50%;
    float: left;
    text-align: left;
}
.sale{
    height: 117px;
    padding: 19px;
    background: #171717;
    border-radius: 10px;
    box-shadow: 0 15px 25px -7px #097cca85;
    /* margin-top: 40px; */
    margin: 50px 40px 0px 50px;
    cursor: pointer;
    transition: 0.4s;
}
.sale:hover{
    margin: 30px 30px 0px 30px;
    box-shadow: 0 5px 5px 0px #097cca52;
}
.form_email p{
    margin-bottom: 7px;
}
.form_email input{
    height: 40px;
    width: 55%;
    padding-left: 20px;
    border: 0;
    border-radius: 5px;
}
.form_email button{
    height: 41px;
    border: 0;
    border-radius: 5px;
    background: #0c7ac4;
    width: 40%;
    color: #fff;
}
/* таймер */
div#countdown {
    width: 48%;
    float: left;
    margin-right: 2%;
    padding-bottom: 7px;
}
.countdown-number {
    display: inline-block;
    width: 20%;
}
.countdown-time {
    font-size: 35px;
    width: 100%;
    display: inline-block;
}
span.countdown-text {
    color: #0d90e7;
}
/* кнопки для выезда */
.btn_block{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.btn_link_left,.btn_link_right{
    cursor: pointer;
}
.btn_block .btn_link_left{
 float: right;
}
.btn_block .btn_link_right{
    float: left;
   }
.block_open {
    margin-top: 40px;
}
.block_open button{
    width: 150px;
    padding: 15px 25px;
    background: #0d90e7;
    border: 2px solid #0d90e7;
    color: #fff;
    box-shadow: 0 5px 20px #2b2b2b99;
    transition: 0.4s;
    border-radius: 0px;
    cursor: pointer;
}
.block_open button:hover{
    background: #fff0;
    color: #fff;
    border: 2px solid #0d90e7;
    box-shadow: 0 0 10px #27272799;
}
.block_open button.btn_link_left{
    background: #fff0;
    color: #fff;
    border: 2px solid #0d90e7;
}
.block_open button.btn_link_left:hover{
    background: #0d90e7;
    border: 2px solid #0d90e7;
    color: #fff;
    
}
/* контакты и о нас */
#contact{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left:-50%;
    transition: 0.4s;
    color: #333;
    background: #fff;
    font-size: 25px;
    padding-top: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9;
}
#about{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right:-50%;
    transition: 0.4s;
    color: #333;
    background: #fff;
    font-size: 25px;
    padding-top: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9;
}
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
    }
    
    ::-webkit-scrollbar-track {
    background-color:#ecedee
    }
    
    ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#147fe4;
    }
    
    ::-webkit-scrollbar-thumb:hover{
    background-color:#147fe4;
    }
    
    ::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
    }
    
    ::-webkit-scrollbar{
    width: 4px;
    }
div#contact.left_block_open {
left: 0;
}
div#about.right_block_open {
    right:0;
}
/* КОНТАКТЫ */
.close_row {
    position: relative;
}
.close_row .closee{
    position: absolute;
    top: -35px;
    right: 20px;
    padding: 0px 10px;
    border: 2px solid;
    transition: 0.4s;
}
.close_row .closee:hover{
    opacity: 0.6;
}
.area_title{
    position: relative;
    overflow: hidden;
}
.area_title h2{
    background: #fff;
    display: inline-block;
    z-index: 3;
    padding: 0 10px;
    font-size: 39px;
    margin-left: 15px;
}
.area_title:after{
    content: '';
    position: absolute;
    width: 70%;
    height: 4px;
    top: 20px;
    left: 0;
    background: #147fe4;
    z-index: -1;
}
.contacts {
    display: flex;
}
.icons {
    width: 20%;
    float: left;
}
.icons .icon {
    position: relative;
    width: 60px;
    height: 50px;
    background: #147fe4;
    padding-left: 14px;
    padding-top: 5px;
    color: #fff;
    top: -15px;
    border:2px solid #147fe4;
    transition: 0.4s;
}
.info {
    width: 80%;
    float: left;
}
.info p{
    font-weight: 300;
    font-size: 20px;
}
.contacts:hover .icons .icon{
    top:0;
    background: #fff;
    color: #147fe4;
    border-color: #147fe4;
}
.que_site h4 {
    padding: 15px 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
    background: #147fe4;
}
.contact_form input,.contact_form textarea{
    width: 100%;
    padding-left: 15px;
    border: 2px solid #333;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    color: #333;
}
.contact_form input {
    height: 55px;
}
input::placeholder, textarea::placeholder{
    font-size: 18px;
    font-weight: 300;
    color: #333;
}
textarea{
    height: 150px;
}
.form_input {
    margin-bottom: 20px;
}
.contact_form button{
    width: 100%;
    padding: 5px 20px;
    background: #333;
    border:2px solid #333;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    transition: 0.4s;
}
.contact_form button:hover{
    background: #fff;
    border-color: #333;
    color: #333;
}
/* о нас */
.aboutus{
    font-size: 18px;
    font-weight: 300;
}
.covid p {
    position: relative;
    padding: 15px 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
    background: #147fe4;
    box-shadow: 0px 5px 20px #6d6d6d8c
}
.covid p:before{
    content: '';
    position: absolute;
    left: -5px;
    top: -23px;
    width: 70px;
    height: 80px;
    background: url('../img/—Pngtree—3d-cyan-corona-virus-element_5325427.png');
    background-size: cover;
    
}
.covid p:after{
    content: '';
    position: absolute;
    right: -10px;
    top: 18px;
    width: 55px;
    height: 55px;
    background: url('../img/business.png');
    background-size: cover;
    
}
.prem img {
    width: 100%;
}
.portfolio img {
    width: 100%;
}
.stat {
    text-align: left;
}
.stat img {
    width: 64px;
}
.stat h4 {
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    
}
.stat h4:before {
    content: '';
    position: absolute;
    width: 3%;
    height: 100%;
    background: #147fe4;
    top: 0;
    left: -10px;
    transition: 0.4s;
}
.stat:hover h4:before{
    background: #30b3ff;
}
.stat p {
    font-size: 15px;
}
.form_portfolio{
    padding: 35px 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
    background: #147fe4;
    box-shadow: 0px 5px 20px #6d6d6d8c
}
.form_portfolio input{
    height: 40px;
    width: 55%;
    padding-left: 20px;
    border: 0;
    border-radius: 5px;
}
.form_portfolio button{
    height: 41px;
    border: 0;
    border-radius: 5px;
    background: #333;
    width: 40%;
    color: #fff;
}
/* слайдер отзывы */
.logo_term img{
    width: 135px !important;
    margin-bottom: 10px;
}
.term h4 {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}
.term h4:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 0;
    height: 2px;
    bottom: -15px;
    background: #147fe4;
}
.term p {
    font-size: 18px;
    font-weight: 300;
}
@media screen and (max-width:768px){
    #wrapper {
        overflow-x: hidden;
        overflow-y: visible;
        height: 100%;
        
    }
    #wrapper_main {
        overflow: visible;
        height: auto;
        padding-bottom: 60px;
    }
    .main_text_block{
        transform: none;
        top: 0;
    }
    .social li{
        margin-left: 10px;
    }
    .sale{
        height: 140px;
    }
    .close_row{
        display: none !important;
    }
    #about,#contact {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left:0;
        transition: 0.4s;
        color: #333;
        background: #fff;
        font-size: 25px;
        padding-top: 50px;
        /* overflow-x: hidden; */
        /* overflow-y: scroll; */
        z-index: 9;
    }
    .sale:hover {
        margin: 0;
        box-shadow: 0 5px 5px 0px #097cca52;
    }
}
@media screen and (max-width:425px){
    header {
        height: 175px;
    }
    .logo {
        text-align: center;
    }
    .social {
        text-align: center;
    }
    .social ul{
        padding-left: 0;
    }
    .social li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .main_text h2, .offer span.typed-cursor {
        font-weight: 300;
        font-size: 20px;
    }
    .main_text h1 {
        font-size: 36px;
    }
    .sale {
        height: 230px;
        margin: 0;
    }
    div#countdown {
        width: 100%;
    }
    .form_email {
        width: 100%;
        float: left;
        text-align: center;
    }
    .covid p:after{
        width: 55px;
        height: 55px;
        top:auto;
        bottom: -20px;
    }
    .stat {
        text-align: center;
    }
    .stat h4:before {
        width: 30%;
        height: 5%;
        top: auto;
        bottom: -5px;
        left: 35%;
    }
    .form_portfolio p{
        font-size: 17px;
    }
    .form_portfolio button{
        font-size: 16px;
    }
    .none{
        display: none;
    }
    .term .col-sm-12{
        padding-left: 0;
    }
    .owl-stage-outer{
        height: 444px;
    }
    .block_open{
        display: none;
    }
}
@media screen and (max-width:375px){
    .logo {
        margin-bottom: 10px;
    }
    .main_text h1 {
        font-size: 30px;
    }
    .sale {
        height: 285px;
    }
    .form_email input {
        height: 40px;
        width: 100%;
    }
    .form_email button {
        width: 100%;
        margin-top: 10px;
    }
    .offer{
        margin-top: 20px;
    }
    .form_portfolio input{
        height: 60px;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .form_portfolio input::placeholder{
        text-align: center;
    }
    .form_portfolio button{
        width: 100%;
        font-size: 17px;
        height: 60px;
        margin-top: 10px;
    }
    .icons .icon{
        left: -10px;
    }
    .form_portfolio p {
        font-size: 21px;
    }
    .covid p:before{
        left: -25px;
        top: -30px;
    }
    .covid p:after {
        bottom: -25px;
        right: -25px;
    }
}