@media (max-width: 1200px){ .title-utp-absl {max-width: 100% !important;}}
@media (max-width: 1060px) { 
.grid-vid {display: grid; grid-template-columns: 1fr 1fr 1fr !important;}
.img-vid {text-align:center;}
}


@media (min-width:769px) {
	.mobile-yes {display:none;}
	.home-ch-img2 {margin-bottom:20px;}
}

@media (max-width:768px) {
	.mobile-no {display:none;}
}
/* Адаптивные стили для ширины до 992px */
@media (max-width: 992px) {
	.grid-foot-f {display:block !important;margin-top:20px;text-align:center;}
	.header-menu {display:none;}
	
	.phone-contact {display: block !important; }
	.video-container {
		padding-bottom: 30px; }
	.text-afterb-grid {
		display: block !important; }
	.form-input12 {margin-bottom:20px; }
	.form-gridd {
		display: block !important; }
	.title-formm-sdf {
		font-size: 22px !important;margin-top:20px; }
	.img-safes {display:none;}
	.section-etap22 {
		padding: 20px 0px 10px 0px !important; }
	.stage-widget {margin:0 auto;}
	.image-container {display:none;}
	.max-600d { margin-top:0px !important;}
	.safe-bizz{margin-bottom:30px;}
	.block-biznes-safe {
		display: block !important; }
	.safe-tt {
		display: block !important; }
	.dev {text-align: center !important; }
	.biz-g-text-content {min-width: 100% !important;padding: 0px !important; }
	.biz-g-image-container {display:none;}
	.grid-foot-f { padding:0px !important;}
	.card-bottom {display:none;}
	.card-bottom { display:none;}
	.section-ytp-biz {
  background: rgb(0, 50, 108) !important;
  padding-bottom: 10px !important;
  min-height: 100% !important;
  padding-top: 0px !important;
}
	.title-div {font-size:15px !important;}
	 .grid-vid {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
	}
	.section-ytp-home {padding-bottom: 30px !important;
  min-height: 100% !important;
  padding-top: 20px !important;}
	.form-home-g {
  max-width:100% !important;
  margin-left: 0px !important;
  padding: 20px !important;
}
	.ytp-home {
		background:rgba(95, 96, 100, 1) !important; }
	.grid-home-g {display:block !important;
	padding-bottom: 30px !important;
  min-height:100% !important ;
  padding-top: 30px !important;
	}
	.img-vid {text-align:center;}
	.section-ytp-home {background: rgba(0, 50, 108, 1) !important; }
	.calculator-container {padding-right: 0px !important; }
	.img-calc-h {display:none;}
	.grid-calculat {
		display: block !important;padding:20px; }
	  /* Хедер - только логотип, телефон и бургер */
    .header-container {
        justify-content: space-between;
        padding: 0 15px;
    }
    
    .header-logo {
        flex: 0 0 auto;
        order: 1;
    }
    
    .header-menu {
        display: none;
    }
    
    .phone-contact {
        order: 2;
        font-size: 16px;
        margin-right: 0px; /* Отступ от бургера */
		display:table !important;
    }
    
    .mobile-menu-toggle {
        display: block;
        order: 3;
        position:absolute;
        top: 20px;
        right:20px;
    }
    
    /* Убираем отступы которые могут мешать */
    .main-header {
        padding: 15px 0;
    }
    
    /* Дополнительно: скрываем другие элементы если они есть */
    .header-container > *:not(.header-logo):not(.phone-contact):not(.mobile-menu-toggle) {
        display: none;
    }
    /* Главный блок с видео */
    .main-video {
        min-height: 800px;
		height: 100% !important;
    }
    
    .cat-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
        margin-top: 40px;
    }
	.discount-section {padding:15px;}
    .card-container {
        width: 100%;
        height: 250px;
    }
    
    /* Хедер */
    .header-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }


    
    .menu-list {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 15px;
        border-radius: 20px;
    }
    
    .menu-item {
        margin: 5px 3px;
    }
    
    .phone-contact {
        font-size: 18px;
    }
    
    /* Блок преимуществ */
    .grid-adv {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .title-adv {
        min-height: auto;
        font-size: 18px;
    }
    
    .desc-adv {
        font-size: 15px;
    }
    
    /* Секция услуг */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .services-grid2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .slogn-serv {
        margin-top: 20px;
    }
    
    .slogn-serv img {
        max-width: 150px;
    }
    
    /* Форма со скидкой */
    .discount-section.dis2 .discount-container {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin-top: 40px;
    }
    
    .left-f-hh {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .dis-description {
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    /* Блок выполненных работ */
    .center {
        padding: 0 15px;
    }
    
    .works {
        padding: 15px;
    }
    
    /* Блок клиентов */
    .grid-clients {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .grid-clients h2 {
        max-width: 100%;
    }
    
    .grid-clients-logo {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .line-cl {
        max-width: 300px;
    }
    
    /* Блок этапов работ */
    .etap-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .etap-grid22 {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 600px;
        gap: 40px;
    }
    
    .stage-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .image-container img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    .h22 {
        font-size: 32px;
    }
    
    /* Блок "О нас" */
    .grid-about {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .relative img {
        width: 100%;
        height: auto;
    }
    
    .content-ab h2 {
        font-size: 28px;
    }
    
    .link-about {
        padding: 15px 30px;
        margin: 15px auto;
        display: block;
        width: fit-content;
    }
    
    /* Форма заявки */
    .section-form {
        background-size: cover;
        min-height: auto;
        margin: 50px 0;
        padding: 40px 0;
    }
    
    .form-container {
        max-width: 500px;
    }
    
    /* Подвал */
    .grid-footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .title-f {
        font-size: 18px;
    }
    
    .menu-ul ul li a,
    .contact-info {
        font-size: 16px;
    }
    
    /* Синяя полоса с логотипом */
    .content-blue {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px 0;
    }
    
    .slogan-fs {
        font-size: 24px;
    }
    
    /* Контакты в подвале */
    .contact-info div {
        margin-bottom: 5px;
    }
    
    .link-foot {
        padding: 12px 0;
        font-size: 14px;
    }
    
    /* Корректировки для форм */
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-row .form-group {
        margin-bottom: 15px;
    }
    
    .submit-btn {
        padding: 16px;
        font-size: 16px;
    }
    
    /* Для бизнес-блока */
    .biz-g-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Для калькулятора */
    .calculator-content {
        grid-template-columns: 1fr;
    }
    
    /* Для навигации */
    .nav-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-link {
        padding: 10px 20px;
        font-size: 18px;
    }
}

/* Дополнительные адаптивные стили для ширины до 768px */
@media (max-width: 768px) {

    .video-title {
        font-size: 32px;
    }
    
    .video-subtitle {
        font-size: 18px;
    }
    
    /* Блок преимуществ */
    .grid-adv {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .title-adv {
        font-size: 20px;
    }
    .services-grid2 {
        grid-template-columns: 1fr;
        max-width: 400px;margin-top:40px !important;
        margin: 0 auto;
    }
    /* Секция услуг */
    .services-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .section-services h2 {
        font-size: 32px;
    }
    
    .desc-h2 {
        font-size: 14px;
    }
    
    /* Блок выполненных работ */
    .section-works h2 {
        font-size: 28px;
    }
    
    /* Блок клиентов */

    
    /* Блок этапов */
    .stage-title {
        font-size: 20px;
    }
    
    .stage-description {
        font-size: 14px;
    }
    
    /* Форма со скидкой */
    .discount-form {
        padding: 20px;
    }
    
    /* Подвал */
    .grid-footer {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .menu-ul ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .menu-ul ul li {
        margin: 0 5px;
    }
    
    .title-f {
        margin-bottom: 10px;
    }
    
    /* Для бизнес-блока */
    .biz-g-features-grid {
        grid-template-columns: 1fr;
    }
    
    .biz-g-feature-item {
        max-width: 100%;
    }
    
    /* Для карточек проектов */
    .cards-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    /* Для домашней страницы */
    .grid-home-choose,
    .grid-vid,
    .grid-home-g {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .home-ch-title {
        font-size: 28px;
    }
    
    .home-ch-title2 {
        font-size: 18px;
    }
    
    /* Слайдер */
    .slick-track {
        padding: 10px 0;
    }
}

/* Дополнительные адаптивные стили для ширины до 480px */
@media (max-width: 480px) {
/* Главный блок с видео */
    
    .video-title {
        font-size: 24px;
    }
    
    .video-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .video-button {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .cat-grid {
        margin-top: 30px;
    }
    
    .card-container {
        height: 200px;
        border-radius: 15px;
    }
    
    .card-title {
        font-size: 24px;
    }
    
    .card-icon {
        height: 80px;
        margin-top: 10px;
    }
    
    /* Хедер */
    .header-menu {
        margin-top: 15px;
    }
    
    .menu-list {
        padding: 6px 10px;
        border-radius: 15px;
    }
    
    .menu-link {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    .phone-contact {
        font-size: 18px;
    }
    
    .phone-contact:before {
        width: 25px;
        height: 22px;
    }
    
 
    
    .title-adv {
        font-size: 18px;
    }
    
    .desc-adv {
        font-size: 14px;
    }
    
    /* Секция услуг */
    .section-services h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .services-title {
        font-size: 18px;
    }
    
    .serv-title {
        font-size: 18px;
    }
    
    .serv-blue {
  
        padding: 8px 0;
    }
    
    /* Форма со скидкой */
    .discount-section.dis2 .discount-container {
        margin-top: 30px;
        border-radius: 15px;
    }
    
    .left-f-hh {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .dis-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .form-input.mar-b20 {
        margin-bottom: 15px;
    }
    
    .submit-btn {
        padding: 14px;
        font-size: 14px;
    }
    
    /* Блок выполненных работ */
    .section-works h2 {
        font-size: 24px;
    }
    
    .works-title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .works-title2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .work-desc {
        font-size: 14px;
    }
    
    .about-w {
        padding: 4px 6px;
        font-size: 14px;
    }
    
    /* Блок клиентов */
    .grid-clients h2 {
        font-size: 28px;
    }
    
    .desc-cl {
        font-size: 14px;
    }
    

    
    /* Блок этапов */
    .section-etap,
    .section-etap22 {
        padding: 30px 0 0 0;
    }
    
    .h22 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .stage-widget {
        width: 80px;
        height: 16px;
    }
    
    .circle {
        width: 6px;
        height: 6px;
        top: 5px;
        left: 4px;
    }
    
    .stage-text {
        font-size: 14px;
    }
    
    /* Блок "О нас" */
    .content-ab h2 {
        font-size: 24px;
    }
    
    .content-ab {
        font-size: 14px;
    }
    
    .link-about {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    /* Форма заявки */
    .section-form {
        padding: 30px 0;
        margin: 40px 0;
    }
    
    .form-container {
        padding: 25px 20px;
    }
    
    .form-title {
        font-size: 36px;
    }
    
    .form-subtitle {
        font-size: 14px;
    }
    
    .form-input {
        padding: 12px;
        font-size: 14px;
    }
    
    .checkbox-label {
        font-size: 11px;
    }
    
    /* Синяя полоса с логотипом */
    .slogan-fs {
        font-size: 20px;
    }
    
    .line-bg-blue {
        margin-top: 30px;
    }
    
    /* Подвал */
    .title-f {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .menu-ul ul li a,
    .contact-info {
        font-size: 14px;
    }
    
    .contact-info div {
        margin-bottom: 3px;
    }
    
    .link-foot {
        padding: 10px 0;
        font-size: 12px;
        border-radius: 20px;
    }
    
    /* Для мобильных устройств - скрываем некоторые декоративные элементы */
    .decoration-1,
    .decoration-2 {
        display: none;
    }
}
@media (min-width: 992px) {
    
}
@media (min-width:768px) {
  .container {
    width:750px
  }
}
@media (min-width:992px) {
  .container {
    width:970px
  }
}
@media (min-width:1200px) {
  .container {
    width:1170px
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
  }
}

@media (max-width: 767px){
	.hidden-xs{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.hidden-sm{
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.hidden-md{
		display: none !important;
	}
}
@media (min-width: 1200px){
	.hidden-lg{
		display: none !important;
	}
}

@media (min-width: 992px) {
/*** DropDown Menu ***/
 .navbar-nav {display:flex !important; flex-direction:row; justify-content:center!important; width:100%; margin:0 !important;padding:0px;}
 .navbar-nav > li {flex:1 1 auto !important}
  ul.dropdown {background-color:rgba(255,255,255,1); position:absolute; z-index:100; left:auto; top:auto; list-style:none; padding:0; width:15rem; opacity:0; visibility:hidden; z-index:3; -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.25); box-shadow:0 2px 2px 0 rgba(0,0,0,.25); -webkit-transform:translateY(2em); -ms-transform:translateY(2em); transform:translateY(2em); -webkit-transition:opacity .2s ease 0s, -webkit-transform .2s ease 0s; transition:opacity .2s ease 0s, -webkit-transform .2s ease 0s; -o-transition:transform .2s ease 0s, opacity .2s ease 0s; transition:transform .2s ease 0s, opacity .2s ease 0s; transition:transform .2s ease 0s, opacity .2s ease 0s, -webkit-transform .2s ease 0s}
  ul.dropdown li ul {left:100%; top:0}
  ul.dropdown li {width:100%; padding:0; display:block; position:relative; text-align:left}
  ul.dropdown li:last-child {border:0}
  ul.dropdown li a {padding:10px; display:block; 
font-family: "Inter Tight", serif;
font-weight: 400;
font-size: 16px;
    }
  ul.dropdown li a:hover, ul.dropdown li a:focus, ul.dropdown > li.active > a {color:rgba(217,48,44,1); background-color:rgba(238,238,238,1); text-decoration:none}

  .navbar-nav > li:hover > ul.dropdown {opacity:1; visibility:visible; z-index:99; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0)}
  ul.dropdown li:hover > ul {opacity:1; visibility:visible; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0)}
  ul.dropdown li > ul > li > ul {display:none}

  .navbar-top .social {margin:0 0 0 3rem}
  .navbar-top .flex-col:first-child {width:auto}
  .navbar-top .flex-col:nth-child(2) {width:auto}
  .navbar-top .flex-col:last-child {width:auto}

  .flex-row {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:nowrap; flex-wrap:nowrap; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end}
  .flex-col {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center}
  .flex-row .flex-col:nth-child(2) {-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
}


@media (min-width: 768px){
	.container{
		width: 750px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
		float: left;
	}
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66666667%;
	}
	.col-sm-10{
		width: 83.33333333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.66666667%;
	}
	.col-sm-7{
		width: 58.33333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66666667%;
	}
	.col-sm-4{
		width: 33.33333333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66666667%;
	}
	.col-sm-1{
		width: 8.33333333%;
	}
	.col-sm-offset-12{
		margin-left: 100%;
	}
	.col-sm-offset-11{
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10{
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9{
		margin-left: 75%;
	}
	.col-sm-offset-8{
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7{
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6{
		margin-left: 50%;
	}
	.col-sm-offset-5{
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4{
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3{
		margin-left: 25%;
	}
	.col-sm-offset-2{
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1{
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0{
		margin-left: 0;
	}
	.col-sm-tac{
		text-align: center;
	}
	.col-sm-tar{
		text-align: right;
	}
	.col-sm-tal{
		text-align: left;
	}
	.col-sm-taj{
		text-align: justify;
	}
}
@media (min-width: 992px){
	.container{
		width: 970px;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
		float: left;
	}
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66666667%;
	}
	.col-md-10{
		width: 83.33333333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.66666667%;
	}
	.col-md-7{
		width: 58.33333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66666667%;
	}
	.col-md-4{
		width: 33.33333333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66666667%;
	}
	.col-md-1{
		width: 8.33333333%;
	}
	.col-md-offset-12{
		margin-left: 100%;
	}
	.col-md-offset-11{
		margin-left: 91.66666667%;
	}
	.col-md-offset-10{
		margin-left: 83.33333333%;
	}
	.col-md-offset-9{
		margin-left: 75%;
	}
	.col-md-offset-8{
		margin-left: 66.66666667%;
	}
	.col-md-offset-7{
		margin-left: 58.33333333%;
	}
	.col-md-offset-6{
		margin-left: 50%;
	}
	.col-md-offset-5{
		margin-left: 41.66666667%;
	}
	.col-md-offset-4{
		margin-left: 33.33333333%;
	}
	.col-md-offset-3{
		margin-left: 25%;
	}
	.col-md-offset-2{
		margin-left: 16.66666667%;
	}
	.col-md-offset-1{
		margin-left: 8.33333333%;
	}
	.col-md-offset-0{
		margin-left: 0;
	}
	.col-md-tac{
		text-align: center;
	}
	.col-md-tar{
		text-align: right;
	}
	.col-md-tal{
		text-align: left;
	}
	.col-md-taj{
		text-align: justify;
	}
}
@media (min-width: 1200px){
	.container{
		width: 1280px;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
		float: left;
	}
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66666667%;
	}
	.col-lg-10{
		width: 83.33333333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.66666667%;
	}
	.col-lg-7{
		width: 58.33333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66666667%;
	}
	.col-lg-4{
		width: 33.33333333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66666667%;
	}
	.col-lg-1{
		width: 8.33333333%;
	}
	.col-lg-offset-12{
		margin-left: 100%;
	}
	.col-lg-offset-11{
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10{
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9{
		margin-left: 75%;
	}
	.col-lg-offset-8{
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7{
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6{
		margin-left: 50%;
	}
	.col-lg-offset-5{
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4{
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3{
		margin-left: 25%;
	}
	.col-lg-offset-2{
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1{
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0{
		margin-left: 0;
	}
	.col-lg-tac{
		text-align: center;
	}
	.col-lg-tar{
		text-align: right;
	}
	.col-lg-tal{
		text-align: left;
	}
	.col-lg-taj{
		text-align: justify;
	}
}