/* !Responsive */
@media (min-width: 600px) {
    .left-sec {
        margin-top: 0;
        display: flex;
        justify-content: end;
    }
    .page-form{
        text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    }
    .nav-links {
        display: flex;
        gap: 20px;
        list-style: none;
        padding: 0;
        flex-direction: row;
        position: relative;
        background: none;
        visibility: visible;
        opacity: 1;
        max-height: 85px;
        box-shadow: none;
        align-items: center;
        justify-content: center;
    }

    .left-sec a {
        margin: 0 10px;
        font-size: 14px;
        transition: 0.3s ease;
    }

    .left-sec a:hover{
        color:#00e223;
    }

    .nav-links li {
        padding: 0;
        text-align: center;
    }

    .nav-links li a {
        color: white;
        text-decoration: none;
        text-wrap: nowrap;
        font-size: 1.5vw;
        transition: 0.4s ease;
    }
    .nav-links li a:hover{
        color:#00e223;
    } 
    .menu-toggle {
        display: none;

        font-size: 24px;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
    }

    .services {
        flex-direction: row;
        flex-wrap: wrap;
        align-items:flex-start;
        justify-content: center;
        background:#fff;
    }

    .service {
        display: flex;
        background:#0a3b0a;
        width: 75%;
        flex-direction: column;
        padding: 2em;
        border-bottom: none;
        border-right: 1px solid #0a2c25;
        margin:20px 0px;
    }
    .light{
        background: #144f14;
    }
    

    .testimonial-list {
       
    }

    .hero h1 {
        font-size: 1.6vw;
    }

    .nav-center p {
        font-size: 0.7vw;
    }

    .hero-content img {
        max-width: 200px;

    }
    .hero-content p{
        font-size: 20px;
        padding: 0 2.3rem;
    }
    .hero-content{
        width:100%;
        padding:0px 20px;
    }
    .nav{
        padding:1rem 0.75rem;
    }
    .about{
        padding:5rem 2.3rem;
    }
    .about p{
        font-size: 18px;
    }
    .testimonial-list{
        width: calc(100% - 40px);
        max-width: 100%;
        flex-wrap: wrap;
         flex-direction: row;
        justify-content: space-around;
    }
    .testimonial{
        width: 43%;
        align-items: center;
        justify-content: flex-start;
    }
    .contact-tree{
        flex-direction: row;
    }
    .foot{
        min-width: unset;
        width:33%;
    }
    .footer-content h2{
        margin-bottom: 20px;
    }
    .foot{
        padding: 10px;
    }
    .foot>svg{
        max-width: 3rem;
    }
    .contact-link p{
        margin-bottom: 6px;
    }
}
@media (min-width: 1050px) {
    body{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav{
        padding: 1em 2em;
    }
    .hero{
        width:100%;
    }
    .hero h1{
        font-size: 32px;
        line-height: 44px;
    }
    .nav-center p{
        font-size:11px;
    }
    .nav-links li a{
        font-size: 16px;
        }
    .about{
        padding:5rem 0;
        max-width: 1020px;
    }
    .about p{
        font-weight: 400;
    }
    .pluses-list ul li{
        width:33%;
    }
    .pluses-list  ul li:last-child{
        width:33%;
    }
    .about span{
        font-size:24px;
    }
    .services{
        wrap:nowrap;
        align-items:normal;
    }
    .service{
        width: 33.33%;
        padding: 3em 3em;
        margin-bottom:0px;
    }
    .service p{
        text-align:center;
        font-size: 16px;;
    }
    .service h3{
        font-size:36px;
        text-align:center;
    }
    .service ul li {
        font-size: 14px;
        margin: 20px 0px;
        font-weight: 400;
        line-height: 14px;
    }
    .price.not p{
        font-size: 14px;
        margin-bottom:0;
    }
    .linkzakaz{
        margin-top:auto;
        margin-bottom: 30px;
    }
    .background-deco h4{
        align-items: center;
        justify-content: center;
        word-spacing: 7px;
    }
    .testimonials{
        padding: 60px 0px;
        max-width: 1020px;
    }
    .testimonial-list{
        width:100%;
    }
    .testimonial{
        width: 30%;
    }
    .service ul{
        margin:10px 0px;
    }
    .testimonials{
        margin-bottom: 50px;;
    }
    footer{
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom:0;
        padding-bottom: 3px;;
    }
    .footer-content{
        padding-bottom: 0px;
        padding-top: 20px;
        max-width: 1020px;
        width:100%;
    }
    .footer-content h2{
        font-size:34px;
        margin-bottom: 44px;
    }
    .foot>svg{
        width:200px;
        max-width: 100%;
    }
    .foot-form{
        width: 100%;
        max-width: 700px;;
    }
    .foot-form form{
        max-width: 100%;
        position:relative;
    }
    .oneline{
        max-width: unset;
        width: 440px;
        display: flex;
        position: relative;
    }
    .oneline input{
        width:100%;
        max-width: unset;
        display: block;
    }
    .oneline .form-btn{
        position: absolute;
        right:0;
        z-index: 4;
        top:0;
        margin:0px;
    }
    .foot-form form p{
        margin-bottom:2em;
    }
    .foot-form form p{
        font-size: 27px;;
        margin-bottom: 10px;
    }
    .social-foot{
        margin-top: 40px;
        margin-bottom:30px;;
    }
    .social-foot a:hover{
        color:#00e223;
    }
    .contact-tree{
        margin:50px 0;
    }
    form .oneline{
        margin:40px;
    }
}