﻿/* Responsive Css */

.main-header .header-lower .mobile-brand{
  display: none;
}

@media only screen and (max-width: 1699px){

  .main-header.style-two .header-lower:before, 
  .main-header.style-two .header-lower:after{
    display: none;
  }

}


@media only screen and (max-width: 1549px){

  .main-header.style-two .header-lower:before, 
  .main-header.style-two .header-lower:after{
    display: none;
  }

  .main-header.style-two .header-lower li.logo-box{
    margin: 0px 34px 0px 6px !important;
  }

  .main-header.style-two .header-lower .nav-box .nav-btn{
    margin-left: 20px;
    top: 5px;
  }

  .main-header.style-two .header-lower .main-menu .navigation > li{
    margin: 0px 22px;
  }

  .rtl .main-header.style-two .header-lower .nav-box .nav-btn{
    margin-left: 0px;
    margin-right: 20px;
  }

}


@media only screen and (max-width: 1199px){

  /* Header collapse: под 1200px (таблети и по-малки устройства) десктоп
     хедърът се свива в мобилен (лого + бургер + плаващ езиков бутон) */
  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler{
    display: block;
    margin-top: 26px;
    padding: 10px;
    margin-left: 15px;
  }

  .main-header.style-two .header-lower .nav-box{
    display: none;
  }

  .main-header.style-two .header-lower .outer-box{
    min-height: 104px;
    justify-content: center;
  }

  .main-header.style-two{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .main-header.style-two.fixed-header .header-lower{
    box-shadow: 0 5px 24px rgba(35, 38, 45, 0.12);
  }

  .boxed_wrapper{
    padding-top: 104px;
  }

  .main-header.style-two .header-lower .mobile-brand{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .main-header.style-two .header-lower .mobile-brand .mvm-logo{
    color: #23262d;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
  }

  .main-header.style-two .header-lower .mobile-brand .mvm-logo span{
    color: #2F714B;
  }

  .main-header.style-two .header-lower .mobile-nav-toggler{
    position: absolute;
    right: 15px;
    margin-left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    z-index: 20;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler{
    background: #ffffff;
    width: 46px;
    height: 46px;
    padding: 0px;
    border: 1px solid #2F714B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0px 3px 10px rgba(35, 38, 45, 0.08);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler:focus{
    outline: none;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler:hover{
    background: #f0f8f3;
    border-color: #245a3c;
    box-shadow: 0px 5px 14px rgba(47, 113, 75, 0.18);
  }

  .main-header.style-two .menu-area .mobile-nav-toggler:active{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background-color: #2F714B;
    width: 20px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler:hover .icon-bar:nth-child(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .main-header.style-two .menu-area .mobile-nav-toggler:hover .icon-bar:nth-child(2){
    opacity: 0;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler:hover .icon-bar:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-header.style-two .header-lower .btn-box{
    display: none;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler{
    margin-top: 0px;
  }

  .mobile-menu .navigation li.logo-box{
    display: none;
  }

}


/* Header/лого: по-голямо лого за екрани под 1123px (за всички страници) */
@media only screen and (max-width: 1123px){

  .main-header.style-two .header-lower .mobile-brand .mvm-logo-img{
    height: 140px;
  }

  .mobile-menu .menu-head .nav-logo .mvm-logo-img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .main-header.style-two .header-lower .outer-box{
    min-height: 152px;
  }

  .boxed_wrapper{
    padding-top: 152px;
  }

}

/* На тесни телефони логото се намалява, за да не застъпва бутоните */
@media only screen and (max-width: 560px){

  .main-header.style-two .header-lower .mobile-brand .mvm-logo-img{
    height: 104px;
  }

  .main-header.style-two .header-lower .outer-box{
    min-height: 120px;
  }

  .boxed_wrapper{
    padding-top: 120px;
  }

}


/* EN: изместваме навигацията малко наляво, за да не стои езиковият бутон
   толкова близо до секциите на менюто */
@media only screen and (min-width: 1200px){

  html[lang="en"] .main-header.style-two .header-lower .menu-area,
  html[lang="en"] .main-header.style-two .sticky-header .menu-area{
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

}


/* Desktop nav tightening: на лаптоп ширини свиваме разстоянията между
   нав линковете, за да се побират до езиковия бутон */
@media only screen and (max-width: 1650px){

  .main-header.style-two .header-lower .main-menu .navigation > li{
    margin: 0px 16px;
  }

  .main-header.style-two .header-lower li.logo-box{
    margin: 0px 16px !important;
  }

  .main-header.style-two .header-lower li.logo-box .logo{
    width: 180px;
  }

  .main-header.style-two .header-lower li.logo-box .logo .mvm-logo-img{
    width: 180px;
  }

  .main-header.style-two .header-lower .btn-box .theme-btn{
    padding: 17px 28px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li{
    margin: 0px 16px;
  }

  .main-header.style-two .sticky-header .btn-box .theme-btn{
    padding: 17px 28px;
  }

}


@media only screen and (max-width: 1500px){

  .main-header.style-two .header-lower .main-menu .navigation > li{
    margin: 0px 12px;
  }

  .main-header.style-two .header-lower li.logo-box{
    margin: 0px 12px !important;
  }

  html[lang="en"] .main-header.style-two .header-lower .btn-box .theme-btn{
    padding: 17px 26px;
  }

  html[lang="en"] .main-header.style-two .sticky-header .btn-box .theme-btn{
    padding: 17px 26px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li{
    margin: 0px 12px;
  }

}


@media only screen and (max-width: 1480px){

  .main-header.style-two .header-lower .main-menu .navigation > li{
    margin: 0px 5px;
  }

  .main-header.style-two .header-lower li.logo-box{
    margin: 0px 5px !important;
  }

  .main-header.style-two .header-lower li.logo-box .logo{
    width: 145px;
  }

  .main-header.style-two .header-lower li.logo-box .logo .mvm-logo-img{
    width: 145px;
  }

  .main-header.style-two .header-lower .main-menu .navigation > li > a{
    font-size: 13px;
  }

  html[lang="en"] .main-header.style-two .header-lower .btn-box .theme-btn{
    padding: 17px 16px;
    font-size: 12px;
  }

  html[lang="en"] .main-header.style-two .sticky-header .btn-box .theme-btn{
    padding: 17px 16px;
    font-size: 12px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li{
    margin: 0px 5px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li > a{
    font-size: 13px;
  }

}


@media only screen and (max-width: 1300px){

  .main-header.style-two .header-lower .main-menu .navigation > li{
    margin: 0px 7px;
  }

  .main-header.style-two .header-lower li.logo-box{
    margin: 0px 7px !important;
  }

  .main-header.style-two .header-lower li.logo-box .logo{
    width: 160px;
  }

  .main-header.style-two .header-lower li.logo-box .logo .mvm-logo-img{
    width: 160px;
  }

  .main-header.style-two .header-lower .main-menu .navigation > li > a{
    font-size: 13px;
  }

  .main-header.style-two .header-lower .btn-box .theme-btn{
    padding: 17px 28px;
  }

  html[lang="en"] .main-header.style-two .header-lower .btn-box .theme-btn{
    padding: 17px 16px;
    font-size: 11px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li{
    margin: 0px 7px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li > a{
    font-size: 13px;
  }

  .main-header.style-two .sticky-header .btn-box .theme-btn{
    padding: 17px 28px;
  }

  html[lang="en"] .main-header.style-two .sticky-header .btn-box .theme-btn{
    padding: 17px 16px;
    font-size: 11px;
  }

}


@media only screen and (max-width: 1220px){

  .main-header.style-two .header-lower .main-menu .navigation > li{
    margin: 0px 6px;
  }

  .main-header.style-two .header-lower li.logo-box{
    margin: 0px 6px !important;
  }

  .main-header.style-two .header-lower li.logo-box .logo{
    width: 130px;
  }

  .main-header.style-two .header-lower li.logo-box .logo .mvm-logo-img{
    width: 130px;
  }

  .main-header.style-two .header-lower .main-menu .navigation > li > a{
    font-size: 13px;
  }

  html[lang="en"] .main-header.style-two .header-lower .btn-box .theme-btn{
    padding: 17px 14px;
    font-size: 11px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li{
    margin: 0px 6px;
  }

  .main-header.style-two .sticky-header .main-menu .navigation > li > a{
    font-size: 13px;
  }

  html[lang="en"] .main-header.style-two .sticky-header .btn-box .theme-btn{
    padding: 17px 14px;
    font-size: 11px;
  }

}


@media only screen and (max-width: 1349px){

  .main-header .outer-box{
    padding: 0px;
  }

  .main-header.style-one{
    padding: 0px 40px;
  }

  .rtl .main-header .search-box-outer{
    margin-left: 20px !important;
  }

}


@media only screen and (max-width: 1280px){

  /* hero dots: at 768-1280px текстът започва от x~15-60, а точките са на x=50
     и ги закриват -> местим ги долу по средата, хоризонтално */
  .banner-section .owl-dots{
    left: 50%;
    top: auto;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
  }

  .banner-section .owl-theme .owl-dots .owl-dot span{
    margin: 0px 7px;
  }

}


@media only screen and (max-width: 1200px){

  .banner-section.style-two .banner-carousel .slide-item{
    min-height: 651px;
  }

  .header-top ul.left-info,
  .header-top ul.right-info{
    float: none;
    display: block;
    text-align: center;
  }

  .service-block-one .inner-box .lower-content .inner .text{
    padding: 0px 20px;
  }

  .contact-section .content_block_3 .content-box{
    margin: 0px;
  }

  .cta-section .inner-container .text{
    float: none;
  }

  .cta-section .inner-container .text h2 br{
    display: none;
  }

  .cta-section .inner-container .btn-box{
    float: none;
    margin-top: 20px;
  }

  .cta-section .inner-container{
    padding-right: 50px;
  }

  .news-block-one .inner-box .lower-content{
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-block-one .inner-box .lower-content .post-info li{
    margin-right: 10px;
  }

  .news-block-one .inner-box .lower-content .post-info li:before{
    display: none;
  }

  .about-style-two .content_block_2 .content-box{
    margin-left: 0px;
  }

  .team-block-one .inner-box .lower-content{
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-section .skills-inner{
    margin: 0px;
  }

  .news-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-block-two .inner-box .post-info li{
    margin-right: 10px;
  }

  .news-block-two .inner-box .post-info li:before{
    display: none;
  }

  .rtl .about-style-two .content_block_2 .content-box{
    margin-right: 0px;
  }

  .rtl .faq-section .skills-inner{
    margin: 0px;
  }

  .chooseus-section .image-box{
    margin-left: 0px;
  }

  .product-details-content .product-details{
    margin-left: 0px;
  }

  .product-details-content .slider-inner{
    margin-right: 0px;
  }

  .chooseus-section.style-two .content_block_5 .content-box{
    margin-left: 0px;
  }

  .contact-info-section .content-box{
    margin-right: 0px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .page-title.mvm-abstract .mvm-shards{
    display: none;
  }

  .banner-carousel .content-box{
    margin: 0px 0px 40px 0px;
  }

  .banner-carousel .image-box{
    margin: 0px;
  }

  .feature-section .content_block_1 .content-box{
    margin-left: 0px;
  }

  .feature-section .inner-box .single-item{
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-section .content_block_2 .content-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .sec-title h2 br{
    display: none;
  }

  .service-block-one .inner-box{
    margin-bottom: 30px;
  }

  .contact-section .image-box{
    max-width: 570px;
    margin: 0 auto 30px auto;
  }

  .gallery-section .owl-dots{
    display: none;
  }

  .testimonial-section .content_block_4 .content-box{
    margin: 0px 0px 30px 0px;
  }

  .testimonial-section .image-column .image-box{
    max-width: 500px;
    margin: 0 auto;
    padding: 0px;
  }

  .cta-section .inner-container{
    padding-left: 50px;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .widget-section{
    padding-bottom: 40px;
  }

  .footer-bottom{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom .copyright,
  .footer-bottom .developer{
    float: none !important;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    margin: 0;
  }

  .footer-bottom .copyright p,
  .footer-bottom .developer p{
    text-align: center;
  }

  .footer-bottom .mvm-legal-links{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image_block_2 .image-box{
    max-width: 560px;
    margin: 0 auto 80px auto;
  }

  .gallery-style-two .sec-title .btn-box{
    position: relative;
    top: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .gallery-style-two .small-block,
  .gallery-style-two .big-block .gallery-block:first-child{
    padding-top: 0px;
  }

  .gallery-style-two .project-block-one .inner-box{
    max-width: 370px;
    margin: 0 auto 30px auto;
  }

  .faq-inner{
    margin-bottom: 30px;
  }

  .news-block-two .inner-box{
    margin-bottom: 30px;
  }

  .news-style-two{
    padding-bottom: 100px;
  }

  .feature-block-one .inner-box{
    margin-bottom: 30px;
  }

  .feature-style-two{
    padding-bottom: 100px;
  }

  .chooseus-section .image-box{
    max-width: 520px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .chooseus-section .image-box .image-bg{
    display: none;
  }

  .shop-page-section .nice-select .list{
    left: inherit !important;
    right: 0px !important;
  }

  .product-details-content .slider-inner{
    margin-bottom: 50px;
  }

  .shop-details .product-discription .tabs-content .content-box{
    padding-right: 0px;
  }

  .chooseus-section.style-two .image-box{
    margin: 0 auto 30px auto;
  }

  .service-section.service-page{
    padding-bottom: 280px;
  }

  .service-sidebar{
    margin-top: 40px;
  }

  .blog-sidebar{
    margin-top: 40px;
  }

  .contact-info-section .content-box{
    margin-bottom: 30px;
  }

  .contact-style-two .inner-content{
    padding-left: 50px;
    padding-right: 50px;
  }

  .team-block-one .inner-box{
    margin-bottom: 30px;
  }

  .locations-section .locations-row{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-template-areas:
      "content"
      "photo"
      "btn";
  }

  .locations-section .locations-photo{
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .locations-section .locations-content{
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .locations-section .locations-btn{
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .locations-section .locations-content .inner h3{
    font-size: 26px;
    line-height: 34px;
  }

  .locations-section .locations-btn .theme-btn{
    margin-top: 10px;
  }

}


@media only screen and (max-width: 767px){

  .sec-pad{
    padding: 65px 0px 70px 0px !important;
  }


  .banner-carousel .content-box h1,
  .banner-carousel .content-box h2{
    font-size: 55px;
    line-height: 60px;
  }

  .banner-section .owl-dots{
    display: none;
  }

  .feature-section{
    padding: 70px 0px;
  }

  .feature-section .inner-box{
    margin-right: 0px;
  }

  .feature-section .inner-column .single-column:last-child{
    margin: 0px;
    padding-top: 0px;
  }

  .feature-section .inner-box .single-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }

  .sec-title h2{
    font-size: 36px;
    line-height: 45px;
  }

  .about-section{
    padding: 70px 0px;
  }

  .service-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .contact-section{
    padding-top: 250px;
    padding-bottom: 70px;
  }

  .gallery-section{
    padding: 70px 30px;
  }

  .testimonial-section{
    padding: 70px 0px;
  }

  .cta-section .inner-container .text h2{
    font-size: 36px;
    line-height: 45px;
  }

  .news-section{
    padding: 70px 0px 140px 0px;
  }

  .news-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .footer-top .footer-logo{
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-top .top-info{
    float: none;
    display: block;
    text-align: center;
  }

  .footer-top .top-info li{
    text-align: left;
  }

  .footer-bottom .footer-social li{
    margin-right: 20px;
  }

  .banner-section.style-two .banner-carousel .slide-item{
    padding: 100px 0px 130px 0px;
    min-height: 721px;
  }

  .about-style-two .content_block_2 .content-box .bottom-box{
    flex-wrap: wrap;
  }

  .about-style-two .content_block_2 .content-box .bottom-box .btn-box{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .about-style-two{
    padding: 70px 0px;
  }

  .service-style-two{
    padding: 70px 0px;
  }

  .service-block-two .inner-box{
    padding: 32px 25px 28px 25px;
  }

  .gallery-style-two{
    padding: 70px 0px 40px 0px;
  }

  .team-block-one{
    max-width: 270px;
    margin: 0 auto;
  }

  .faq-section,
  .testimonial-style-two{
    padding: 70px 0px;
  }

  .testimonial-style-two .sec-title{
    margin-bottom: 50px;
  }

  .news-style-two{
    padding: 70px 0px 40px 0px;
  }

  .news-style-two .sec-title{
    margin-bottom: 50px;
  }

  .clients-section{
    padding-bottom: 180px;
  }

  .page-title{
    padding: 80px 0px;
  }

  .page-title .title h1{
    font-size: 60px;
    line-height: 65px;
  }

  .page-title .title{
    margin-bottom: 10px;
  }

  .feature-style-two{
    padding: 70px 0px 40px 0px;
  }

  .feature-style-two .sec-title,
  .team-section .sec-title{
    margin-bottom: 50px;
  }

  .chooseus-section{
    padding: 70px 0px;
  }

  .news-section .sec-title{
    margin-bottom: 50px;
  }

  .shop-page-section{
    padding: 70px 0px 160px 0px;
  }

  .shop-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .product-details-content,
  .shop-details .product-discription{
    padding: 70px 0px;
  }

  .product-details-content .product-details h2{
    font-size: 35px;
    line-height: 40px;
  }

  .shop-details .product-discription .tab-btns li{
    margin-right: 15px;
  }

  .shop-details .product-discription .tabs-content .customer-review{
    margin-bottom: 30px;
  }

  .other-shop-section{
    padding: 70px 0px 110px 0px;
  }

  .other-shop-section .sec-title{
    margin-bottom: 50px;
  }

  .service-section.service-page{
    padding: 70px 0px 230px 0px;
  }

  .video-section{
    padding: 230px 0px 70px 0px;
  }

  .service-details{
    padding: 70px 0px 180px 0px;
  }

  .service-details-content .two-column .image-box{
    margin-bottom: 30px;
  }

  .gallery-page-section{
    padding-top: 70px;
  }

  .sidebar-page-container{
    padding: 70px 0px 170px 0px;
  }

  .contact-info-section{
    padding: 70px 0px;
  }

  .contact-style-two{
    padding-bottom: 170px;
  }

  .service-section .sec-title{
    margin-bottom: 50px;
  }

  .gallery-section .sec-title,
  .service-style-two .sec-title{
    margin-bottom: 50px;
  }

  .page-title .bread-crumb li{
    letter-spacing: 0px;
  }

  .blog-details-content blockquote h2{
    font-size: 24px;
    line-height: 30px;
  }

  .pb-215{
    padding-bottom: 170px !important;
  }

  .sec-pad-2{
    padding: 70px 0px !important;
  }


}

@media only screen and (max-width: 599px){

  .main-header .outer-box .btn-box{
    display: none;
  }

  .project-block-one.small-image .inner-box{
    top: 0px;
  }

  .footer-top .top-info li{
    margin-right: 100px;
  }

  .footer-top .top-info li:before{
    right: -60px;
  }

  .footer-bottom .footer-social li{
    margin-bottom: 10px;
  }

  .rtl .footer-top .top-info li{
    margin-left: 100px;
  }

  .rtl .footer-top .top-info li:before{
    left: -60px;
  }

  .content_block_5 .content-box .list-item li{
    width: 100%;
  }

  .product-details-content .slider-content .product-image{
    padding-left: 0px;
  }

  .product-details-content .slider-content .slider-pager{
    position: relative;
    height: auto;
  }

  .product-details-content .slider-content .slider-pager .thumb-box li{
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px !important;
  }

  .product-details-content .slider-content .slider-pager .thumb-box li:last-child{
    margin-right: 0px;
  }

  .product-details-content .slider-inner{
    height: auto;
  }

  .shop-details .product-discription .tab-btns li{
    margin-bottom: 10px;
  }

  .shop-details .product-discription .tab-btns li:last-child{
    margin-bottom: 0px;
  }

  .shop-details .product-discription .tabs-content .customer-comments{
    padding-left: 0px;
  }

  .video-section .video-inner{
    padding: 180px 0px;
  }

  .news-block-four .inner-box h2,
  .news-block-three .inner-box .lower-content h2{
    font-size: 24px;
    line-height: 30px;
  }

  .news-block-four .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content .post-share-option .tags-list{
    float: none;
    margin-bottom: 10px;
  }

  .blog-details-content .post-share-option .social-links{
    float: none;
  }

  .blog-details-content .author-box{
    padding-left: 50px;
  }

  .blog-details-content .author-box .author-thumb{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }

  .contact-info-section .inner-box .single-item{
    border: none !important;
    width: 100%;
  }

  .service-details-content .inner h2{
    font-size: 30px;
    line-height: 38px;
  }

  .blog-details-content .post-nav .left-nav{
    padding-bottom: 15px;
  }

}


@media only screen and (max-width: 499px){

  .cta-section .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-top .top-info li:before{
    display: none;
  }

  .footer-top .top-info li{
    margin: 0px 15px !important;
    margin-bottom: 10px;
  }

  .footer-top .top-info li:last-child{
    margin-bottom: 0px;
  }

  .banner-carousel .content-box .btn-box .theme-btn.banner-btn{
    margin-left: 0px;
    margin-top: 10px;
  }

  .main-header .search-box-outer .dropdown-menu{
    right: -100px;
  }

  .pagination li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .pagination li a:before{
    width: 40px;
    height: 40px;
    left: -5px;
    top: -5px;
  }

  .news-block-three .inner-box .image-box .video-btn a{
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .news-block-three .inner-box .image-box .video-btn a:after, 
  .news-block-three .inner-box .image-box .video-btn a:before{
    width: 80px;
    height: 80px;
  }

  .blog-details-content blockquote{
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content .comment-box .comment.reply-comment{
    margin-left: 0px;
  }

  .blog-details-content .comments-form-area,
  .contact-style-two .inner-content{
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-section .inner-container:before{
    width: 160px;
  }

  .default-sidebar .other-box .inner{
    padding: 100px 30px;
  }

}


@media only screen and (max-width: 399px){

  .main-header.style-one{
    padding: 0px;
  }

  .main-header.style-one .header-lower{
    padding: 0px 10px 0px 15px;
  }

  .main-header .search-box-outer .dropdown-menu{
    right: -70px;
    width: 300px;
  }

  .gallery-section{
    padding-left: 15px;
    padding-right: 15px;
  }

  .content_block_4 .content-box .testimonial-content{
    padding-left: 0px;
  }

  .content_block_4 .content-box .testimonial-content .icon-box{
    position: relative;
    top: 0px;
    margin-bottom: 20px;
  }

  .main-header.style-two .search-box-outer .dropdown-menu{
    right: -15px;
  }

  .rtl .main-header .search-box-outer .dropdown-menu{
    right: inherit;
  }

  .shop-page-section .item-shorting .text h5{
    font-size: 15px;
  }

  .our-shop .nice-select{
    font-size: 15px;
  }

  .addto-cart-box .item-quantity{
    margin-right: 20px;
  }

  .error-section .inner-box h1{
    font-size: 150px;
    line-height: 150px;
  }

  .mvm-404-code{
    gap: 4px;
  }

  .mvm-404-code > span{
    font-size: 128px;
    letter-spacing: -4px;
  }

  .service-sidebar .contact-widget{
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content .author-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-carousel .content-box .btn-box .theme-btn{
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 16px auto;
    padding: 12px 24px;
    font-size: 13px;
    text-align: center;
  }

  .banner-carousel .content-box .btn-box .theme-btn.banner-btn{
    margin: 0 auto;
  }

}
@media only screen and (max-width: 1200px){
  .footer-grid{
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
}

@media only screen and (max-width: 767px){
  .mvm-404 .mvm-404-actions{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 320px;
    margin: 0 auto;
  }

  .mvm-404 .mvm-404-actions .theme-btn{
    width: 100%;
    min-width: 0;
  }

  .footer-main{
    padding: 60px 0px 55px 0px;
  }

  .footer-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .image_block_2 .image-box{
    margin-bottom: 50px;
  }

  .about-style-two .about-stat-overlay .stat-label .stat-label-full{
    display: none;
  }

  .about-style-two .row{
    display: flex;
    flex-direction: column;
  }

  .about-style-two .content-column,
  .about-style-two .content_block_2,
  .about-style-two .content-box{
    display: contents;
  }

  .about-style-two .content-column .sec-title{
    order: 1;
    padding: 0px 15px;
  }

  .about-style-two .content-column .intro-text{
    order: 2;
    padding: 0px 15px;
  }

  .about-style-two .image-column{
    order: 3;
  }

  .about-style-two .content-column .bottom-box{
    order: 4;
    padding: 0px 15px;
  }
}

/* =============================================
   MVM Autoglass — tablet about order (768-991px):
   текст първо, снимката със статистики после
   ============================================= */

@media only screen and (min-width: 768px) and (max-width: 991px){

  .about-style-two .row{
    display: flex;
    flex-direction: column;
  }

  .about-style-two .content-column,
  .about-style-two .content_block_2,
  .about-style-two .content-box{
    display: contents;
  }

  .about-style-two .content-column .sec-title{
    order: 1;
    padding: 0px 15px;
  }

  .about-style-two .content-column .intro-text{
    order: 2;
    padding: 0px 15px;
  }

  .about-style-two .image-column{
    order: 3;
  }

  .about-style-two .content-column .bottom-box{
    order: 4;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
  }

  .about-style-two .content_block_2 .content-box .bottom-box .btn-box{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0px;
  }

  .about-style-two .image_block_2 .image-box{
    margin-bottom: 40px;
  }

}

/* =============================================
   MVM Autoglass — mobile optimisation 320-425px
   ============================================= */

@media only screen and (max-width: 425px){

  body{
    overflow-x: hidden;
  }

  .banner-section,
  .about-style-two,
  .service-style-two,
  .faq-section,
  .testimonial-style-two,
  .clients-section,
  .main-footer{
    overflow: hidden;
  }

  /* ---- header ---- */

  .main-header.style-two .header-lower .nav-box{
    display: none;
  }

  .main-header.style-two .header-lower li.logo-box{
    margin: 0px;
    max-width: 100%;
  }

  .main-header.style-two .header-lower li.logo-box .logo{
    width: auto;
    padding: 12px 0px 10px 0px;
  }

  .main-header.style-two .header-lower li.logo-box .logo:after{
    width: calc(100% + 24px);
    left: -12px;
  }

  .main-header.style-two .header-lower li.logo-box .mvm-logo{
    font-size: 22px !important;
  }

  .main-header.style-two .header-lower .mobile-nav-toggler{
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    margin: 0px;
  }

  .main-header.style-two .header-lower .mobile-brand .mvm-logo{
    font-size: 22px;
  }

  /* ---- banner / hero ---- */

  .banner-section.style-two .banner-carousel .slide-item{
    padding: 75px 0px 95px 0px;
  }

  .banner-carousel .content-box h5{
    font-size: 15px;
    line-height: 22px;
  }

  .banner-carousel .content-box h1,
  .banner-carousel .content-box h2{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 28px;
  }

  .banner-carousel .content-box .btn-box .theme-btn{
    padding: 11px 22px;
    font-size: 13px;
  }

  .banner-carousel .content-box .btn-box .theme-btn.banner-btn{
    padding: 11px 24px;
  }

  /* ---- titles ---- */

  .sec-title h2{
    font-size: 28px;
    line-height: 36px;
  }

  .sec-title span.top-text{
    font-size: 13px;
    letter-spacing: 1px;
  }

  .sec-title{
    margin-bottom: 26px;
  }

  /* ---- about ---- */

  .about-style-two{
    padding: 50px 0px;
  }

  .about-style-two .image_block_2 .image-box{
    margin-bottom: 50px;
  }

  .about-style-two .content_block_2 .content-box .bottom-box .btn-box .theme-btn{
    padding: 13px 26px;
  }

  .content_block_2 .content-box .text{
    margin-bottom: 18px;
  }

  /* ---- services ---- */

  .service-style-two{
    padding: 50px 0px;
  }

  .service-style-two .service-block{
    margin-bottom: 20px;
  }

  .service-block-two .inner-box{
    padding: 26px 20px 24px 20px;
  }

  .service-style-two .btn-box{
    margin-top: 35px;
  }

  .service-style-two .btn-box .theme-btn{
    padding: 13px 30px;
  }

  /* ---- faq + skills ---- */

  .faq-section{
    padding: 50px 0px;
  }

  .faq-inner{
    margin-bottom: 10px;
  }

  .accordion-box .block .acc-btn{
    padding: 16px 58px 16px 20px;
  }

  .accordion-box .block .acc-btn h5{
    font-size: 15px;
    line-height: 22px;
  }

  .accordion-box .block .acc-btn .icon-outer{
    right: 15px;
  }

  .accordion-box .block .acc-content{
    padding: 0px 20px 20px 20px;
  }

  .skills-inner{
    margin-top: 45px;
  }

  /* ---- testimonials ---- */

  .testimonial-style-two{
    padding: 50px 0px;
  }

  .testimonial-block-one{
    max-width: 420px;
    margin: 0 auto;
  }

  .testimonial-block-one .inner-box{
    padding: 30px 22px 28px 22px;
  }

  .testimonial-block-one .inner-box .quote-icon{
    right: 16px;
    top: 16px;
    width: 42px;
    height: 42px;
  }

  .testimonial-block-one .inner-box .quote-icon i{
    font-size: 15px;
  }

  .testimonial-block-one .inner-box .author-info .author-avatar{
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }

  /* ---- clients ---- */

  .clients-section{
    padding: 40px 0px 130px 0px;
  }

  .clients-section .clients-title{
    margin-bottom: 45px;
  }

  .clients-section .clients-title span{
    font-size: 12px;
    line-height: 20px;
    padding: 0px 34px;
    letter-spacing: 1.5px;
  }

  .clients-section .clients-title span:before,
  .clients-section .clients-title span:after{
    width: 22px;
  }

  .clients-section .brands-set{
    gap: 45px;
    padding-right: 45px;
  }

  .clients-section .clients-logo-box img{
    max-height: 100px;
  }

  /* ---- footer ---- */

  .footer-main{
    padding: 45px 0px 40px 0px;
  }

  .footer-grid{
    gap: 32px;
  }

  .footer-brand .brand-logo{
    font-size: 26px;
  }

  .footer-bottom p{
    font-size: 13px;
  }

}

@media only screen and (min-width: 400px) and (max-width: 767px){
  .banner-carousel .content-box .btn-box .theme-btn{
    padding: 11px 22px;
    font-size: 13px;
  }
  .banner-carousel .content-box .btn-box .theme-btn.banner-btn{
    padding: 11px 24px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 359px){

  .main-header.style-two .header-lower li.logo-box .mvm-logo{
    font-size: 20px !important;
  }

  .main-header.style-two .header-lower .mobile-brand .mvm-logo{
    font-size: 20px;
  }

  .main-header.style-two .header-lower .mobile-nav-toggler{
    right: 10px;
  }

  .banner-section.style-two .banner-carousel .slide-item{
    padding: 55px 0px 70px 0px;
  }

  .banner-carousel .content-box h1,
  .banner-carousel .content-box h2{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .banner-carousel .content-box .btn-box .theme-btn,
  .banner-carousel .content-box .btn-box .theme-btn.banner-btn{
    padding: 11px 20px;
    font-size: 12px;
  }

  .sec-title h2{
    font-size: 24px;
    line-height: 31px;
  }

  .accordion-box .block .acc-btn h5{
    font-size: 14px;
  }

  .clients-section .clients-title span{
    padding: 0px 28px;
  }

  .clients-section .clients-logo-box img{
    max-height: 85px;
  }

  .clients-section .brands-set{
    gap: 32px;
    padding-right: 32px;
  }

  .footer-grid{
    gap: 26px;
  }

}

@media only screen and (max-width: 991px){

  .mvm-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
  }

}

@media only screen and (max-width: 599px){

  .mvm-gallery-grid{
    gap: 12px;
    margin-top: 30px;
  }

  .mvm-gallery-image img{
    height: 150px;
  }

  .mvm-gallery-zoom{
    width: 44px;
    height: 44px;
    font-size: 15px;
  }

}

@media only screen and (max-width: 359px){

  .mvm-gallery-image img{
    height: 120px;
  }

}

/* ---- MVM contact section ---- */

@media only screen and (max-width: 991px){

  .contact-style-two{
    padding: 70px 0px;
  }

  .contact-info-inner{
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 767px){

  .contact-style-two .sec-title{
    margin-bottom: 40px;
  }

  .contact-style-two .form-inner{
    padding: 30px 20px 35px 20px;
  }

}

@media only screen and (max-width: 499px){

  .contact-info-inner{
    padding: 30px 25px;
  }

  .contact-info-inner .info-box .icon-box{
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    font-size: 16px;
  }

}

/* ---- MVM CTA + Map ---- */

@media only screen and (max-width: 1199px){

  .mvm-cta .inner-container .text h2{
    font-size: 44px;
    line-height: 52px;
  }

}

@media only screen and (max-width: 767px){

  .mvm-cta{
    padding-bottom: 157px;
  }

  .mvm-cta .inner-container{
    padding: 40px 30px;
  }

  .mvm-cta .inner-container .text h2{
    font-size: 34px;
    line-height: 42px;
  }

  .mvm-cta .inner-container .btn-box{
    width: 100%;
  }

  .google-map-section .auto-container{
    padding-bottom: 70px;
  }

  .mvm-map{
    height: 320px;
  }

}

@media only screen and (max-width: 499px){

  .mvm-cta .inner-container{
    padding: 34px 24px;
  }

  .mvm-cta .inner-container .text h2{
    font-size: 28px;
    line-height: 36px;
  }

  .mvm-cta .inner-container::before{
    width: 100%;
  }

}

/* =============================================
   MVM Autoglass — overflow & mobile hero
   ============================================= */

@media only screen and (max-width: 991px){

  .service-style-two,
  .about-style-two,
  .main-footer{
    overflow: hidden;
  }

}

@media only screen and (max-width: 767px){

  /* мобилни hero изображения (портретни) */
  .banner-carousel .image-layer.mvm-hero-1{
    background-image: url('../images/hero/hero-1-mobile.webp') !important;
  }

  .banner-carousel .image-layer.mvm-hero-2{
    background-image: url('../images/hero/hero-2-mobile.webp') !important;
  }

  .banner-carousel .image-layer.mvm-hero-3{
    background-image: url('../images/hero/hero-3-mobile.webp') !important;
  }

  .pilkington-section{
    margin-top: -70px;
  }

}

/* =============================================
   MVM Autoglass — mobile footer (centered, 767px)
   ============================================= */

@media only screen and (max-width: 767px){

  .clients-section{
    padding-bottom: 100px;
  }

  .main-footer .footer-top{
    padding: 115px 0px 45px 0px;
  }

  .main-footer .footer-top .footer-logo{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-top .top-info{
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-top .top-info li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0px !important;
    padding-left: 0px;
    flex: 1 1 0;
    min-width: 0;
  }

  .footer-top .top-info li:last-child{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .footer-top .top-info li:before{
    display: none;
  }

  .footer-top .top-info li i{
    position: static;
    display: block;
    margin: 0 auto 8px auto;
    font-size: 30px;
  }

  .footer-top .top-info li h3{
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 24px;
  }

  .footer-top .top-info li p{
    font-size: 12px;
    line-height: 15px;
  }

  .main-footer .widget-section{
    padding: 45px 0px 50px 0px;
  }

  .main-footer .widget-section .footer-widget{
    margin: 0px 0px 45px 0px !important;
  }

  .footer-bottom .copyright,
  .footer-bottom .mvm-legal-links,
  .footer-bottom .developer{
    text-align: center;
  }

  .main-footer .widget-section .row{
    display: flex;
    flex-direction: column;
  }

  .main-footer .widget-section .footer-column:first-child{
    display: contents;
  }

  .main-footer .widget-section .about-widget{
    display: contents;
  }

  .main-footer .widget-section .about-widget .contact-box{
    display: contents;
  }

  .main-footer .widget-section .about-widget .widget-title,
  .main-footer .widget-section .about-widget .text{
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-footer .widget-section .about-widget .text{
    margin-bottom: 45px;
  }

  .main-footer .widget-section .about-widget .hours-block{
    order: 9;
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* =============================================
   MVM Autoglass — footer-top centered (768-1199px)
   На таблети зеленият блок е в колона:
   лого горе, 3-те статистики долу.
   При 1200px+ се включва базовият row layout
   (лого + статистики една до друга).
   ============================================= */

@media only screen and (min-width: 768px) and (max-width: 1199px){

  .main-footer .footer-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 115px;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-footer .footer-top .top-info{
    margin-top: 0px;
    text-align: center;
    flex: 0 0 auto;
  }

  .main-footer .footer-top .top-info li{
    float: none;
  }

  .main-footer .footer-top .footer-logo{
    display: flex;
    justify-content: center;
  }

}

/* =============================================
   MVM Autoglass — footer-top content width (1200px+)
   Зеленият блок е широк точно колкото
   съдържанието си (лого + статистики в ред),
   центриран в контейнера.
   ============================================= */

@media only screen and (min-width: 1200px){

  .main-footer .footer-top{
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }

}

/* =============================================
   MVM Autoglass — hero h1 mobile sizing
   ============================================= */

@media only screen and (max-width: 767px){

  .banner-section.style-two .banner-carousel .content-box h1,
  .banner-section.style-two .banner-carousel .content-box h2{
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 32px;
  }

}

@media only screen and (max-width: 425px){

  .banner-section.style-two .banner-carousel .content-box h1,
  .banner-section.style-two .banner-carousel .content-box h2{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 28px;
  }

}

@media only screen and (max-width: 359px){

  .banner-section.style-two .banner-carousel .content-box h1,
  .banner-section.style-two .banner-carousel .content-box h2{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

}

@media only screen and (max-width: 767px){

  .about-style-two .content_block_2 .content-box .sec-title h2{
    font-size: 30px;
    line-height: 38px;
  }

}


/* ---- MVM Services page (responsive) ---- */

@media only screen and (max-width: 991px){

  .mvm-process .process-grid{
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .mvm-features .features-grid{
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

}

@media only screen and (max-width: 767px){

  .mvm-process{
    padding: 80px 0px 60px 0px;
  }

  .mvm-process .process-grid{
    margin-top: 35px;
  }

  .mvm-features{
    padding: 65px 0px 60px 0px;
  }

  .service-style-two.services-page-section .services-intro{
    margin-top: -25px;
  }

}

@media only screen and (max-width: 575px){

  .mvm-process .process-grid{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mvm-features .features-grid{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mvm-features .feature-item{
    padding: 20px 18px;
  }

}

/* ---- MVM Contacts page (responsive) ---- */

@media only screen and (max-width: 991px){

  .mvm-book-cta .book-inner{
    padding: 48px 30px;
  }

  .mvm-book-cta .book-inner h2{
    font-size: 28px;
    line-height: 38px;
  }

}

@media only screen and (max-width: 767px){

  .mvm-contacts{
    padding: 70px 0px 50px 0px;
  }

  .mvm-contacts .contacts-intro{
    margin: -20px auto 35px;
    font-size: 15px;
  }

  .mvm-contacts .contacts-grid{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-loc-card{
    padding: 20px 18px 24px 18px;
  }

  .contact-loc-card .loc-content{
    padding: 0px;
  }

  .contact-loc-card .loc-photo{
    height: 190px;
    margin: -20px -18px 18px -18px;
    border-radius: 12px 12px 0px 0px;
  }

  .contact-loc-card .loc-photo-overlay img{
    width: 150px;
  }

  .mvm-book-cta{
    padding: 0px 0px 55px 0px;
  }

  .mvm-book-cta .book-inner{
    padding: 42px 20px;
  }

  .mvm-book-cta .book-inner h2{
    font-size: 25px;
    line-height: 34px;
  }

  .mvm-book-cta .book-inner .book-actions{
    gap: 14px;
  }

}

/* mvm 404 page – mobile */
@media only screen and (max-width: 767px){

  .mvm-404{
    padding: 70px 0px 90px 0px;
    min-height: auto;
  }

  .mvm-404-code{
    gap: 3px;
    margin-bottom: 20px;
  }

  .mvm-404-code > span{
    font-size: 118px;
    letter-spacing: -4px;
  }

  .mvm-404-code .mvm-404-zero i{
    width: 26px;
    height: 26px;
    border-width: 2px;
  }

  .mvm-404-code .mvm-404-zero i.mvm-404-shard{
    left: -14px;
    top: 18px;
  }

  .mvm-404-code .mvm-404-zero i.mvm-404-shard-2{
    right: -12px;
    bottom: 18px;
  }

  .mvm-404 .inner-box h1{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 14px;
  }

  .mvm-404 .inner-box p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 28px;
    padding: 0px 10px;
  }

}

@media only screen and (max-width: 399px){

  .mvm-404{
    padding: 50px 0px 70px 0px;
  }

  .mvm-404-code > span{
    font-size: 90px;
  }

  .mvm-404-code .mvm-404-zero i{
    width: 20px;
    height: 20px;
    border-width: 2px;
  }

  .mvm-404-code .mvm-404-zero i.mvm-404-shard{
    left: -12px;
    top: 14px;
  }

  .mvm-404-code .mvm-404-zero i.mvm-404-shard-2{
    right: -10px;
    bottom: 14px;
  }

  .mvm-404 .inner-box h1{
    font-size: 22px;
    line-height: 30px;
  }

  .mvm-404 .inner-box p{
    font-size: 14px;
    line-height: 22px;
  }

  .mvm-404 .mvm-404-actions{
    max-width: 280px;
  }

  .mvm-404 .mvm-404-actions .theme-btn{
    padding: 14px 20px;
    font-size: 13px;
  }

}

