@media (max-width: 1614px) {

    :root{
        --h1-hero: 70px;
        --h1-hero2:48px;
        --h2-main:42px;
        --h3-main:32px;
    }

   .theme-hero .theme-hero-bullet{
    position: static;
    margin-top: 1rem;  
   }
   .theme-hero .theme-hero-content-cols{
    display: block;
   }
  .theme-hero .theme-hero-content-cols .col{
     max-width: 100%;
     width:100%;
   }
  .theme-hero .theme-features-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 5px;
}
 .theme-hero .theme-hero-text{
   font-size: 14px;
   margin-top: 10px;
   margin-bottom: 10px;
   }

    .theme-features-cards{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
   .theme-features-cards .card{
        flex-shrink: 1;
        flex-grow: 1;
        min-width: 150px;
        height: 150px;
   }
   .theme-features-cards .card .title-normal-3{
         font-size: 12px;
   }


}

@media (max-width: 1490px) {

    .theme-hero2 .theme-hero-bullet .icon.icon-32 svg{
      width:42px;
      height: 42px;
    }

}

@media (max-width: 1419px) {

    :root{
        --h1-hero: 64px;
        --h1-hero2:48px;
        --h2-main:42px;
        --h3-main:32px;
    }

    .theme-hero:not(.theme-hero2) .theme-hero-image{
        min-width:auto;
        max-width: 220px;
        position: absolute;
    }
    .theme-hero:not(.theme-hero2) .theme-hero-title-wrap{
        padding-left: 250px;
    }

    .h2-hero{
    font-size: 38px;
}




}

@media (max-width: 1330px) {

    :root{
        --h1-hero2:40px;
        --h2-main:36px;
        --h3-main:28px;
        --btn-lg-text: 13px;
    }

     .theme-topbar .icons-inline svg{
      width: 16px;
      height: auto;
    }

    .header .h5-title{
        font-size: 20px;
    }

    .h3-title,
    .h3-card{
        font-size: 28px;
    }
    .h4-title{
        font-size: 22px;
    }

    .h4-card{
        font-size: 20px;
    }

    .text-normal{
        font-size: 15px;
    }
    
    .text-normal-3{
      font-size: 13px;
    }


    .text-normal-2{
        font-size: 14px;
    }



    .theme-prices-cards .h6-title{
        font-size: 14px;
    }
    .theme-prices-cards .card-body{
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
    }


    .contacts_cols{
        flex-direction: column;
        gap: 15px;
    }
    .theme_callback_form_cols{
   flex-direction: column;
   gap: 10px;
}


    .footer-logo-col{
        flex: 1;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-links, .footer-contacts{
        margin-top: 20px !important;
        font-size: 14px;
    }


}

@media (max-width: 1290px) {


    :root{
        --main-card-padding: 65px;
    }

  


}

@media (max-width: 1200px) {

    :root{
        --h1-hero: 60px;
    }

    

    .theme-topbar .theme-tobar-left{
        display: none;
    }
    .theme-topbar .theme-tobar-right{
        max-width: 100%;
        flex: 1;
        justify-content: space-between;
    }
    .theme-topbar .theme-tobar-right .text-work{
        flex: 1;
    }


    .theme-topbar .icons-inline svg{
      width: 14px;
      height: auto;
    }

   .theme-topbar-phone{
    display: flex !important;
   }

  .header-right-col{
      display: none !important;
  }

   .header-center-col{
     justify-content: flex-end !important;
  }


  .header .navbar{
    font-size: 13px;
  }

  .header .navbar-brand img{
         height: 32px;
  }


    body > .container, 
    body > .container-md, 
    .theme-topbar .container-md {
        max-width: 100%;
    }
    

    .theme-hero .theme-hero-image{
        max-width: 200px;
    }
    .theme-hero .theme-hero-title-wrap{
        padding-left: 230px;
    }
    .theme-hero .theme-hero-bullet{
       width: 80%;
       margin-bottom: 40px;
       margin-top: 10px;
    }
    .theme-hero .theme-hero-text{
       font-size: 13px;
       line-height: 120%;
    } 



    .theme-prices_list{
        display: block;
    }


    .theme-callback .icon-26 svg{
         width: 22px;
    }


.cats_cards{
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(auto, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.theme-content-list .tile{
  flex: 0 0 50%;
  max-width: 50%;
}

}



@media (max-width: 1140px) {

    .theme-hero2 .theme-hero-image{
        min-width:auto;
        max-width: 220px;
        position: absolute;
    }
    .theme-hero2 .theme-hero-title-wrap{
        padding-left: 0;
    }
    .theme-hero2 .h2-hero{
        padding-left: 250px;
    }
    .theme-hero2 .theme-hero-bullet{
        padding-top: 20px;
        margin-bottom: 20px;
        width:95%;
    }

}
@media (max-width: 1040px) {

.theme-card-image.image-big {
    height: 420px;
}

.h3-title{
    font-size: 24px;
}
.h4-title{
   font-size: 18px;
}
 .h4-card {
        font-size: 18px;
}
.h5-card{
    font-size: 16px;
}

.theme-callback .icon-26 svg {
        width: 20px;
 }
.theme-callback .icon-22 svg{
    width: 18px;
}

.theme-callback3 .row{
  flex-direction: column;
  align-items: flex-start !important;
}
.theme-callback3 .row> .col{
   max-width: 100%;
   width: 100%;
   flex-basis: 1;
}
.theme-callback3 .row> .col:last-child{
    order:-1;
    max-width: 600px;
}
.theme-callback3 .form_agree_wrap{
    margin: 0 !important;
}
.theme-callback3  form{
    margin: 0;
}




}


@media (max-width: 1000px) {

   
   :root{
        --h1-hero:40px;
        --h1-hero2:36px;
        --h2-main:30px;
        --h3-main:24px;
        --main-card-padding: 40px;
        --border-radius-lg: 30px;
    }
    .h3-title, .h3-card {
        font-size: 24px;
    }
        .h4-card {
        font-size: 16px;
    }

.text-normal{
    font-size: 14px;
}

.mt-8{
    margin-top: 40px;
}

.theme-topbar{
    font-size: 12px;
}

header.header{
    position: sticky;
    top:0;
    z-index: 100;
    background: #fff;
    margin-top: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.header .navbar{
   display: none;
}


.theme-topbar-phone{
    display: none !important;
}

    .header-right-col {
        display: flex !important;
        padding-right: 15px;
    }    
    .header-left-col {
        display: flex;
        align-items: center;
    }
    .header .h5-title {
        font-size: 16px;
        line-height: 100%;
    }
     .header .h5-title .icon-18 svg {
        width:14px;
        height: auto;
    }



 .three-cards, 
 .theme-callback>.row, 
 .theme-callback2>.row,
 .theme-questions>.row{
        flex-direction: column;
    }
 .theme-callback2>.row>.col:last-child{
    order:-1;
    margin-bottom: 20px;
 }
  .theme-callback2 .text-normal{
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 120%;
    opacity: 0.8;
  }

.theme-about>.row{
flex-direction: column;
}
.theme-about img{
  max-height: 100px;
  margin-bottom: 15px;
}
.theme-about .text-normal-3{
  margin-bottom: 10px !important;
}

section:not(.theme-articles) .three-cards .theme-card{
        position: relative;
        padding-left: 150px;
        align-items: flex-start;
        text-align: left;
   }

 section:not(.theme-articles)  .three-cards .theme-card-image {
   height: 120px;
   width: 120px;
   position: absolute;
   left:0;
}

.theme-articles .three-cards {
   flex-direction: row;
}
.theme-articles .three-cards .theme-card-image {
   height: 200px;
   width: 200px;
}
.theme-articles .three-cards{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
.theme-articles .three-cards .theme-card{
        flex-shrink: 1;
        flex-grow: 1;
        min-width: 200px;
   }


.theme-card-image.image-big{
    height: 250px;
}

.theme-content-cards .theme-card.horizontal{
  align-items: flex-start;
}


 .theme-questions>.row{
    gap: 10px;
 }
  .theme-questions>.row .col{
    padding: 0;
  }
 .theme-questions-cards .row{
    flex-direction: column;    
    padding-right: 0;
 }
 .theme-questions-cards .row>.col{
    margin-bottom: 10px;
    padding: 0;
 }
.theme-questions-cards .row>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
.theme-questions-cards .card-body{
    height: auto !important;
}
.theme-questions-cards .card-body .h5-card{
    min-height: 24px;
    display: flex;
    align-items: center;
}

.theme-prices-cards .row >*{
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
}
.theme-prices-cards .icon-42 svg{
      transform: scale(0.8);
}

.theme-prices > .row.mt-4{
  flex-direction: column;
}

.theme-vk-cards img{
   height: 64px;
   margin-bottom: 10px;
}




}

.mobmenu-toggler {
    display: none;
}

@media (max-width: 768px) {

    :root{
        --main-card-padding: 30px;
    }


.mobmenu-toggler {
    display: flex;
}

    .text-normal-2{
        font-size: 13px;
    }

    .theme-topbar .theme-tobar-right{

    }
    .theme-topbar-buttons{
        margin-left: 0 !important;
    }
    .theme-topbar .theme-tobar-right .text-work{
        line-height: 120%;
        font-size: 11px;    
        display: none;    
    }

    .theme-hero{
        margin-top: 20px !important;
    }

    .header .mobmenu-toggler {
        padding-left: 0;
    }
    .header .mobmenu-toggler svg{
       width:32px;
       height: 32px;
    }

     .header-right-col {
        position: relative;
        height: 35px;    
        padding-right: 0;    
     }
     .header-right-col .h5-title,
     .header-right-col .ajax-modal-ready{
        font-size: 0px;
    }
    .header-right-col .h5-title{
        padding-top: 5px;
    }
    .header-right-col .h5-title svg{
          width:22px !important;
          height: auto !important;                    
    }
    .header-right-col .ajax-modal-ready{
        width:50px;
        height: 35px;  
        display: block;
        position: absolute;
        top:0;
        right:0;
        z-index: 11;
    }
    
    .theme-hero .theme-hero-image {
      display: none;
    }

    .theme-hero2 .h2-hero{
        text-align: center;
        font-size: 28px;
    }
    .theme-hero2 .h2-hero,
    .theme-hero .theme-hero-title-wrap {
        padding-left: 0 !important;
    }
    .theme-hero .theme-hero-bullet {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .theme-hero.theme-hero2 .theme-hero-bullet{
            margin-top: 20px !important;
            border: 2px dashed var(--primary);
            padding: 20px;
            flex-direction: column;
            text-align: center;
    }
    .theme-hero .theme-features-grid {
      display: flex;
      flex-direction: column;
      font-size: 12px;
      padding: 15px;
      background: #fafafa;
      border-radius: var(--border-radius-lg);
    }
    .theme-hero-bullet img {
     width: 32px;
    }
    .theme-hero .theme-features-grid svg{
        width: 14px;
        height: auto;
    }
    .theme-hero .theme-hero-content-cols .col:last-child {
        display: none !important;
    }
    .theme-hero .theme-hero-buttons{
        gap: 10px;
    }

    section:not(.theme-articles) .three-cards .theme-card{
        justify-content: flex-start !important;
    } 
     section:not(.theme-articles) .three-cards .theme-card .h4-card{
        margin-top: 0 !important;
    }
    section:not(.theme-articles) .three-cards .theme-card{
        padding-left: 145px;
    }

    .theme-callback .d-flex.align-items-center.justify-content-between.mt-4{
        flex-direction: column;
        gap: 10px;
    }


    .theme-content-cards .theme-card.horizontal{
        flex-direction: column;
        gap: 15px;
        background: #fff;
        border-radius: var(--border-radius-lg);
        padding-bottom: 20px;
    }
    .theme-content-cards .theme-card:nth-child(2n)>div:last-child {
    order:1;
}


.theme-articles > .row{
    flex-direction: column;
}
.theme-articles > .row .col:last-child{
   display: none !important;
}

.theme-prices > .row.mt-4 .col:last-child {
    justify-content: flex-start !important;
}
.theme-prices > .row.mt-4 .col:last-child .d-flex{
    flex-direction: column;
    gap: 5px;       
}
.theme-prices-cards .row >* {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
}


.footer>.row{
    flex-direction: column;
    gap: 25px;
}


.mobmenu-wrap{
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--secondary-bg);
    padding: 30px;
    z-index: 111111;
}
.mobmenu-top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobmenu-center {
    margin-top: -100px;
}
.mobmenu-center .navbar-nav{
    display: flex;
    flex-direction: column !important;
    align-items: center;    
}
.mobmenu-center .navbar-nav a{
    display: flex;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 24px;
    padding: 20px 0;
}
.mobmenu-center .navbar-nav a.active{
    color: var(--primary);
}
.mobmenu-top img{
    width:90px;
    margin: 0 auto;
}
.mobmenu-top .navbar-brand{
  margin: 0 !important;
}
.mobmenu-close{
    position: fixed;
    top:0;
    right:0;
    z-index: 111112;
    padding: 20px;
}
.mobmenu-close svg{
    width:24px;
    height: 24px;
    fill: var(--primary);
    opacity:0.8;
}


.theme-prices_list .theme-card-basic,
.theme-prices_list .theme_order_form{
  /* padding: 0;
  background: none; */
  margin-left: -25px;
  margin-right: -25px;
  padding: 25px;
}
.theme-content-cards>div{
    padding-left: 0;
    padding-right: 0;
}
.theme-content-cards-descr, .theme-content-cards-phone{
    display: none !important;
}
.theme-prices_list .theme-card-basic p{
    display: none;
}
.theme-prices_list ul li{
   flex-direction: column;
}
.theme-prices_list ul li span:first-child{
   color: #666;
}

.theme_order_form .d-flex.align-items-center.justify-content-between.mt-4.text-bold a:last-child,
.theme-content-cards .d-flex.align-items-center.justify-content-between.mt-4.text-bold a:last-child{
font-size: 0;
}

.theme_order_form input, .theme_order_form select, .theme_order_form .ft_date:not(.active) > label, .theme_order_form .ft_listbitmask:not(.active) > label{
    font-size: 16px;
}


.cats_cards{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(auto, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.theme-content-list .tile{
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px !important;
}

.content_item .f_photo.right_field{
   float: none !important;
   margin-left: 0 !important;
margin-bottom: 30px !important;

}

.theme-content-list .mb-8,
.theme_content_item .mb-8{
  margin-bottom: 40px !important;
}




}



@media (max-width: 600px) {

.contacts_cols .h2-main{
  margin-bottom: 15px;
}

    .theme-prices-cards .row >* {
        flex: 0 0 calc(100%);
        max-width: calc(100%);
    }

    .theme-prices_list ul li.text-18{
        font-size: 16px;
    }
    .theme-prices_list ul li span:first-child{
        margin-bottom: 1px;
    }

}
