@media screen and (max-width: 1309px) { 
    .container {
        max-width: 1170px; 
    }

    .team-item-foto::after { 
        width: 360px;
        height: 360px; 
    }
}

@media screen and (max-width: 1199px) {

    .container {
        max-width: 970px; 
    }

    .main { 
        background: url(/wp-content/uploads/2025/03/mn-2.jpg) no-repeat; 
        background-position: center;
    }
    
    .team-item-foto::after {
        width: 280px;
        height: 280px;
        left: 0;
        right: 0;
        margin: auto;
    }

    
}

@media screen and (max-width: 991px) {

    .container {
        max-width: 740px;
    }

    .card__items {
        grid-template-columns: 1fr;
    }

    .footer-row {
        display: flex    ;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        text-align: center;
    }

    .footer__logo {
        text-align: center;
        display: flex    ;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .header__burger {
        display: flex;
        align-items: center;
        position: relative;  
        width: 32px;
        height: 32px; 
        min-width: 32px; 
    } 


    body.burger-active {
        overflow: hidden;
    }

    .header__burger>span {
        width: 100%;
        height: 3px;
        background: #3EB9CA;
        display: block;
        transition: all .2s;
        position: relative;
    }

    .header__burger>span:before, .header__burger>span:after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        background: #3EB9CA;
        transition: all .4s; 
    }    
    
    .header__burger>span:after { 
        width: 70%; 
        right: 0; 
    }

    .header__burger>span:before {
        margin-top: -12px;
    }

    .header__burger>span:after {
        margin-top: 12px;
    }

    .burger-active .header__burger>span {
        height: 0px;
    }

    .burger-active .header__burger>span:before { 
        margin-top: 0; 
        transform: rotate( -45deg);
    }

    .burger-active .header__burger>span:after { 
        margin-top: 0; 
        transform: rotate( 45deg);
        width: 100%;
    }

    .footer__rek {
        padding-top: 0; 
    }

    .footer__text {
        flex-direction: column;
        row-gap: 20px;
        text-align: center;
    }
    .contact-box {
        padding: 20px;
        max-width: 100%;
        top: 0px;
        transform:none;
        left: 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: flex    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-box h2 {
        margin-bottom: 10px; 
    }

    .header__nav {
        display: none;
    }

    .header__btn {
        margin-left: auto;
    }

    .team-item-foto img {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {

    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; 
    }
    .header__btn a:first-child { 
        display: none;
    }

    .card__item-top {
        padding: 20px; 
    }

    .card__item-top   {
        justify-content: center;
        flex-direction: column;
        row-gap: 20px;
        text-align: center; 
    }

    .card__spec { 
        flex-direction: column;
        row-gap: 20px;
    }

    .card {
        padding: 0px 0 50px;
        margin-bottom: 70px;
        background: url(img/card.jpg) no-repeat;
        background-size: cover;
    }


    h2 { 
        font-size: 33px; 
    }

     .about .swiper-button-next, .about .swiper-button-prev { 
        display: none;
    }

    
    .main {
        padding-top: 80px;
        margin-bottom: 70px; 
        padding-bottom: 70px; 
    }

    .header-row { 
        padding: 10px; 
        column-gap: 15px;
    }
	.navfixed header .header-row { 
		padding: 5px 10px;
	}

    .main {
        background: none; 
    }

    .main-img {
        display: block;
        margin: 0 -10px;
    }

    .shedule .swiper-button-next, .shedule .swiper-button-prev { 
        min-width: 35px;
    }

    .shedule-box { 
        min-width: 680px;
    }

    .shedule .swiper-slide {
        overflow-x: auto;
    }

    .fancybox-content {  
        padding: 30px; 
    }
    .main h1 { 
        font-size: 20px; 
    }

    .main h1 span { 
        font-size: 28px; 
    }

    .main-text p strong {
        font-size: 20px; 
    }

    .main-text p {
        margin-bottom: 30px;
        text-align: center;
    }

    .main-text {
        text-align: center;
    }

    .apps-row {
        display: flex;
        flex-direction: column; 
        text-align: center;
        justify-content: center;
    }

    .apps-img img {
        margin: 0 auto;
    }

    .wheel { 
        overflow: hidden;
    }
    .apps-text__link { 
        gap: 14px;
    }
    .main-rating,
	.main-nl {  
		left: 10px;     
	}
	
	.main-rating {  
		top: 70px     
	}
 
	.main-nl {  
		top: 125px       
	}
	
	.hero-item { 
		min-height: 85vh; 
		padding: 75px 0;
	}
	
	.header__btn {
		gap: 5px;
	}
	.header-phone {
		width: 40px;  
	}
 	.hero-slide .swiper-button-next, .hero-slide .swiper-button-prev {
		display:none;
	}
	
}

@media screen and (max-width: 414px) {
    
   
}
@media screen and (max-width: 375px) {
     
}