@media (min-width:1200px) {
    section{
        overflow: hidden;
    }
    .sec0 .t {
        left: 50%;
        transform: translate(-700px);
    }
    .sec1 .t{
    top: 150px;
    right: 50%;
    transform: translate(700px);
}
    .sec2 .t{
    top: 0;
    left: 50%;
    transform: translate(-700px);
}
    .sec3 .t{
    top: 100px;
    right: 50%;
    transform: translate(700px);
}
    .sec4 .t{
    top: 0;
    left: 50%;
    transform: translate(-700px);
}
    .sec5 .t{
    top: 0;
    right: 50%;
    transform: translate(700px);
}
    .sec6 .t{
    top: 100px;
    left: 50%;
    transform: translate(-700px);
}
.owl-nav .owl-prev{
    left: -30px;
}
.owl-nav .owl-next{
    right: -30px;
}
}
@media(max-width:1199px){
    .owl-nav .owl-prev{
    left: 00px;
}
.owl-nav .owl-next{
    right: 00px;
}
}
@media (min-width:992px){
    
.contacts{
    display: inline-flex;
    position: relative;
    align-items: center;
}
.contacts > div {
    display: flex;
    flex-direction: column;
    text-align: right;
align-items: center;
}

.messenger {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.messenger:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: url(../img/icons/down.svg) 50% 50% no-repeat;
    transition:all 0.5s;
}
.messenger:hover:after{
    transform: rotate(180deg)
}
.messenger ul{
    padding-top: 40px;
    background: #fff;
    position: absolute;
    top: 10px;

    
    border-radius:  50px;

    display: inline-flex;
    flex-direction: column;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    opacity: 0;
    transition:all 0.5s;
}
.messenger:hover ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.messenger ul li{
    padding: 0 5px 5px 5px;
    display: inline-block;

}
.messenger a.icon{
        width: 30px;
    height: 30px;
}
    #map{
        opacity: 0.1;
    transition: all 0.5s
}
#map:hover{
    opacity: 1
}
}
@media (max-width:991px) {
    body.active {
        overflow: hidden;
    }
    .messenger{
        display: inline-flex;
        align-items: center;
    }
    .contacts{
        display: inline-flex;
    }
.contacts > div {
    display: flex;
    flex-direction: column;
    text-align: right;
align-items: center;
}
    .messenger .icon{
        width: 30px;
        height: 30px;  
    }
    .messenger .icons{
        display: inline-flex;
    }
    .messenger .icons li{
        margin-left: 5px;
    }
    .tel{
        margin-left: 20px;
        display: inline-block;
        font-size: 0;
        width: 30px;
        height: 30px;
        background: url(../img/icons/telephone.svg)50% no-repeat;
        background-size: 25px;
    }
    .logo span{
        display: none;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .cta .title{
        font-size: 32px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .sec0{
        text-align: center;
    }
    .element{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .cta figure{
        display: none;
    }
    .sec .title{
        font-size: 30px;
    }
    .sec .title br{
        display: none;
    }
    .case .text{
        padding: 30px;
    }
    .case .btn3{
        left: auto;
        right: auto;
        bottom: auto;
        position: relative;
    }
}

@media (max-width:767px) {
    section{
        overflow-x: hidden;
    }
   
    .header{
        background: #fff;
    }
    .logo span{
        display: none;
    }
    .logo img{
        vertical-align: top;
        height: 30px;
    }
    .sec0{
        text-align: center;
        flex-direction: column;
        height: auto;
        padding-top: 90px;
        background: #fff;
        min-height: auto;
        padding-bottom: 50px;
    }
    .element{
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .cta figure{
        display: none;
    }
    .cta .title{
        margin-top: 20px;
        font-size: 22px;
    }
    .cta .subtitle{
        font-size: 18px;
    }
    .cta .title br{
        display: none;
    }
    .puncts{
        padding-bottom: 0;
        position: relative;
    }
    .puncts ul{
        width: 100%;

        flex-direction: column;
        text-align: left;
    }
    .puncts ul li{
        margin-top: 20px;
        padding-left: 60px;
        padding-bottom: 0;
    }
    .puncts ul li i{
       top: 0;
        bottom: auto;
        margin-top: -20px;
    }
    .puncts ul:after{
        border-bottom: none;
        width: auto;
        top: 20px;
        left: 19px;
        border-left: 4px solid #d4d4e1;
    }
    .sec .title{
        font-size: 24px;
    }
    .sec .title br{
        display: none;
    }
    .structure1, .structure2{
        padding: 30px;
        text-align: center;
    }
    .structure1 img, .structure2 img{
        width: 60px;
    }
    
    .how > li{
        font-size: 14px;
        padding-left: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .how li .name{
        font-size: 16px;
    }
    .how li i{
        top: 15px;
        left: 5px;
    }
    .how .text-right{
        margin-top: 10px;
        text-align: center;
    }
    .why{
        padding-left: 30px;
    }
    .why > div{
        padding: 20px;
    }
    .why i{
        left: -20px;
        font-size: 80px;
    }
    .alex1{
        padding-bottom: 20px;
        border-radius: 8px;
        min-width: 100%;
        flex-direction: column;
    }
    .case .text{
        padding: 20px;
    }
    .case .btn3{
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }
    .owl-nav .owl-next{
        right: 0;
    }
    .owl-nav .owl-prev{
        left: 0;
    }
    .sec9{
        text-align: center;
    }
    .alex2 img{
        max-width: 250px;
    }
    .mes1{
        flex-direction: column;
    }
    .tarif.red{
        top: 0;
    }
    .fmenu{
    flex-wrap: wrap;
    display: flex;
    }
    .fmenu li{
        width: 50%;
    }
    
    
}
