:root {
  --color-primary: #f4c11b;
  --color-2: #000;
  --color-3: #cbfaf5;
  --color-4: #d0e9e7;
  --color-5:#fbe116;
  --color-6: #edf9f8;
  --footer: #000;
  --color-isite: #fff;
  --color-main-text: #3e3e3e;
  --font-family: "Roboto";
  --grad:linear-gradient(148deg, #ebaf1a 45%, #fff484 70% 70%, #fff484 100%);
  --grad2: #ebaf1a;
}
/*----------------------------------------*/
/*  Ipad
/*----------------------------------------*/ 
@media (max-width: 1100px){
  .clipart_service_flex .menu li .image-title {
    font-size: 22px;
    flex-basis: 50%;
  }
  .clipart_service_flex .menu li .image-description {
    flex-basis: 50%;
  }
  .flex-about-promo__section .center_about-promo__section::before {
    height: 13%;
  }
}
@media (max-width: 992px){
  .contacts h2 {
    text-align: left;
  }
  .block-header-promo {
    height: 900px;
  }
  .main_about_img {
    display: none;
  }
  .main_about_img_xs {
    display: block;
  }
  h1,h2 {
    text-align: center;
  }

  .clipart_flex_service ul li::after{
    font-size: 18PX;
  }
  header .container-fluid {
    width: auto;
  }
  .right-price-block__product {
    display: flex
    ;
        flex-wrap: wrap;
        /* flex-direction: column; */
        align-items: center;
  }
  
  .clipart_grid ul {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .clipart_grid ul::before {
    display: none;
  }
  .clipart_grid ul li {
    width: 48%;
    padding: 30px;
  }
  .clipart_grid ul li::after {
    font-size: 15px;
  }
  .clipart_grid ul li .image-description {
    font-size: 22px;
  }
  .clipart_grid ul li:nth-child(4), .clipart_grid ul li:nth-child(5) {

  }
  .clipart_grid ul li:nth-child(5),
  .clipart_grid ul li:nth-child(6),
  .clipart_grid ul li:nth-child(7),
  .clipart_grid ul li:nth-child(8),
  .clipart_grid ul li:nth-child(9) {
    width: 48%;
    left: 0;
    right: 0;
    margin: 0;

  }
  .contacts {
    margin: 0 0 40px;
    padding: 40px 0 0;
  }
  .clipart_grid ul li:nth-child(6){
    order: 10;
    display: flex;
  }
  .clipart_grid ul li:nth-child(5){
    order: 9;
    display: flex;
  }
  .clipart_service_flex .menu li .text-vertical {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .clipart_service_flex .menu li::before {
    font-size: 27px;
  }
  h1 span, h2 span {
    padding: 7px 15px;
  }
  .left-name-block__list_product, .left-name-block__product {
    padding: 0 0 0 15px;
  }
  .over_block_acc {
    max-width: 100%;
    width: 100%;
  }
  .sp-accordion.sp-accordion-style1 .toggler, .sp-accordion.sp-accordion-style1 .toggler span, .sp-accordion.sp-accordion-style1 .toggler span span {
    font-size: 25px;
  }
  .right-price-block__product span {
    width: 100%;
    margin: 10px 0 0;
  }
  .clipart_flex_service ul li {
    padding: 30px;
  }
  .header-flex {
    font-size: 20px;
  }
  .flex_text_top,
  .wrap_block_acc {
    flex-direction: column;
  }
  .clipart_flex_service ul {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 2fr));
  }
  .clipart_flex ul li .over-block-text {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: -10px 0 0;
  }
  .clipart_flex_service ul li .image-title {
    font-size: 22px;
  }
  .clipart_flex ul li {
    margin: 0 0 20px
  }
  .list_li_text_top  {
    max-width: 100%;
  }
  .wrap_flex_top li .wrpa_padding__text_top {
    padding: 20px 30px;
  }
  .wrpa_block_flex_text img.flex_right_promo {
    width: 100%;
  }
  .wrpa_block_flex_text {
    flex-direction: column;
  }
  .promo {
    margin-bottom: 40px;
    /* padding: 110px 0; */
 }
  .promo h2 {
    font-size: 30px;
    margin: 10px 0 0;
  }
  .link_promo {
    padding: 13px 25px;
  }
  .text_promo_left {
    padding: 3vmax 3vmax 3vmax 3vmax;
  }
  .text_promo_left img {
    width: auto;
  }

  .promo::before {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
  .clipart {
    padding: 0 0 40px;
  }
  .inner-block {
    padding-top: 0;
  }
  h1 {
    padding-top: 0;
  }
  .bg-form-block p {
    /* text-align: center; */
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .wrpa_block_flex_text img.flex_right_promo {
    width: 61%;
  }
  .promo h2 {
    font-size: 2.5vmax;
  }
  .link_promo {
    padding: 13px 25px;
  }
  .text_promo_left {
    padding: 3vmax 0 3vmax 3vmax;
  }
  .text_promo_left img {
    width: 25%;
  }
	
	.clipart .image-title {
		padding:12px;
		font-size:15px;
	}
    .fl.block-contact {
flex-wrap: wrap;
flex-basis: 48%;
}
    
    .clipart2 ul li {
flex-basis: 25%;
text-align: center;
padding: 0 30px;
position: relative;
}

    .call a {
        font-size: 13px;
    }
    .single-product > a .product-image {
display: inline-block;
width: 100%;
height: 315px;
line-height: 335px;
text-align: center;
vertical-align: middle;
}
.text-search {
    background: none;
    color: rgb(0, 0, 0);
    line-height: 1;
    outline: none;
    padding: 8px 41px 9px 18px;
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 22;
    border: 1px solid rgb(169 169 169);
    border-radius: 50px;
    max-width: 162px;
}

	
.block-content .container-fluid {
    padding-left: 15px;
    margin-left: 1%;
}
.logo {max-width:400px}
    .promo {
        margin-top: 0;
        /* padding: 100px 0; */
    }
.search-pro {
    position: relative;
    margin: 0px 0%;
    width: 23%;
}
.nivo-caption {font-family:'Acrom_M' !important; width:65% !important}
.nivo-caption h3 {color:#fff;font-size:40px;margin-top: 5px;margin-bottom:30px;}
.nivo-caption h3 strong {color:#fba700; font-weight:normal}
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-form-block h2 {
    text-align: left;
  }
  header .branch img {
    width: 36px;
    margin-right:10px
}
    .single-product > a .product-image {
display: inline-block;
width: 100%;
height: 315px;

text-align: center;
vertical-align: middle;
}
  .cart_top .over-branch .total_products {left:-2px}
  



  .li-block-partners {
        text-align: center;
        float: left;
        width: 33.33333333%;
        margin-bottom: 30px;
    
    }
      .fl {
        flex-wrap: wrap 
    }
    
    .bg-form-block .fl {
        justify-content: center;
        flex-wrap: nowrap;
    
    }
.fl.jsb {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    
    }
    
    .fl .form-group {
        flex-basis: 50%;
        padding-right: 18px;
        margin-bottom: 0px;
    
    }
.fl.block-contact {
        flex-wrap: wrap;
        flex-basis: 100%;
    
    }
.ac {
    align-items: center;
}
.fl.block-contact span {
        flex-basis: 100%;
        text-align: left;
        margin: 0 0 10px;
        display: flex;
        align-items: center;
    
    }
  .modal-call {
    width: 100%;
    font-size: 14px;
    padding: 4px 5px 4px;
  }
	.clipart3 ul {
		flex-wrap:wrap;
	}
.clipart3 ul li {
	padding:0 15px;
	flex-basis:50%;
	margin-bottom:50px;
}
.clipart ul li {
    flex-basis: 50%;
    text-align: center;
    list-style: none;
    color: #000000;
    padding: 0 15px;
    margin-bottom: 60px;
    position: relative;
}
	.clipart ul li:last-child {
		flex-basis:100% 
	}
  .container-fluid {
    margin: 0 ;
}
  .block-content .container-fluid {
    padding-left: 15px;
    margin-left: 1%;
}
    .block-content img {margin-bottom:30px;}
.search-pro {
    position: relative;
    margin: 0px 0% 20px;
    width: 90%;
}

    
    .clipart2 ul li {
flex-basis: 25%;
text-align: center;
padding: 0 20px;
position: relative;
}
    .promo p {
        max-width: 400px
    }
.blocks-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .slogan {
font-weight: 300;
text-transform: uppercase;
font-size: 30px;
padding-right: 20px;
}
.nivo-caption {font-family:'Acrom_M' !important; width:100% !important; z-index:999; padding:5px !important}
.nivo-caption h3 {color:#fff;font-size:25px;margin-top: 5px;margin-bottom:15px;}
.nivo-caption h3 strong {color:#fba700; font-weight:normal}

.nivo-caption strong a {background:#fba700;display:inline-block;padding: 5px 15px;border:none !important;border-radius: 25px; top:0;margin-top: 10px !important;position: relative; float:left;}
.blocks-buttons .submit-form {
    
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 13px 25px;
    height: fit-content;
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 100%;
}
.agreement_label {
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 5px 0 0px 0;
    position: relative;
    /* color: #fff; */
    float: left;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 20px;
}
.block-clip2 ul li {
    display: inline-block;
    position: relative;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    width: 33%;
    min-height: 270px;
    color: #fff;
    vertical-align: top;
    margin: 0 0 20px;
}
.bg-form-block h2 {
        padding: 0px 0;
        margin: 0 0 10px;
        font-size: 26px;
        /* color: #fff; */
    
    }
.form-block {
        padding: 0;
    
    }
header .branch {
    width: auto;
    color: #fff;
    text-align: center;
    position: relative;
    top: 0;
    float: none;
    margin: 30px 30px;
    /* padding: 0px 0 0 0; */
    line-height: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    min-width: 160px;
}
  span.address i {
    
  }
    .fl .blocks-buttons {
        flex-basis: 35%;
        justify-content: center;
        display: flex;
    
    }
  .logo {
    /* margin:0px 0 15px; */
    text-align: center;
  }
  .block-contact {
    text-align: center;
    margin-right: 0;
  }
  header .search-box {
    width: 100%;
  }
  .main-menu ul.menu li {
    padding:0 2%;
  }
  .block-slide-text {
    background-size: 63%;
    top: 225px;
    height:295px;
  }
  
  .block-footer-contacts .logo {margin:15px 0}
  .text-promo {
    font-size: 18px;
    line-height: 35px;
    color:#fff;
  }
  .text-promo h2 {
    font-size: 60px;
    font-family: Acrom_B;
    margin:0px;
    line-height: 65px;
  }
  .text-promo h2 span {
    font-size: 30px;
    display: block;
    line-height: 55px;
  }
  .promo-block {
    margin:0 0 55px;
    min-height: 435px;
  }
/*----------------------------------------*/
/*  Form promo
/*----------------------------------------*/ 
  .block-form-promo {
    background: none;
    height: 190px;
  }
  .block-form-promo form {
    width: 100%;
    top: -110px;
  }
  .header-form-promo h3 {
      font-size: 30px;
      line-height: 30px;
  }    
  .block-form-promo .button-animate {
     font-size: 25px;
  }
  .promo-block.block-mobile-form-only {
    margin:0px;
  }
/*----------------------------------------*/
/*  clip1
/*----------------------------------------*/
  .block-clip1 ul li {
    height: 200px; 
  }
  .block-clip1 ul li img {
    height: 200px;
  }
  .block-clip1 ul li .over-block-text {
    height:200px;
    line-height: 185px;
  }
  .text-vertical {
    font-size: 17px;
    line-height: 23px;  
  }
  .block-clip1 .image-description {
    line-height: 18px;
  }
/*----------------------------------------*/
/*  end clip1
/*----------------------------------------*/  
  .single-product-item span.addtocart-button {
    width: 40px;
  }
  .addtocart-bar {
    text-align: right;
  }
  .single-product > a .product-image {
    height: 425px;
    line-height: 415px; 
  }
  .single-product-item .productdetails .col-md-6, 
  .single-product-item .product-container .col-md-6{
     padding:0 15px 0 0;
  }
  .single-product-item .productdetails .price-list.col-md-6,
  .single-product-item .product-container .price-list.col-md-6 {
     padding:0 0 0 15px;
  }
  .single-product-item .scroll-text {
    left:0px;
  }
  .owl-carousel.owl-theme .owl-nav {
   display: none;
  }
  .button-animate {
    padding:6px 15px;
  }
/*----------------------------------------*/
/*  clip2
/*----------------------------------------*/
  .block-clip2 ul li {
    min-height: 210px;
  }
/*----------------------------------------*/
/*  clip5_modal
/*----------------------------------------*/  
  .block-clip-modal ul li {
    height: 200px; 
  }
  .block-clip-modal ul li img {
    height: 200px;
  }
  .block-clip-modal ul li .over-block-text {
    height:200px;
    line-height: 200px;
  }          
/*----------------------------------------*/
/*  clip_material1
/*----------------------------------------*/   
  .block-clip-text ul li {
    margin:0 0 20px;
  }
  .block-clip-text h2.text-clip-header {
    font-size: 24px;
    line-height: 25px;
    margin:0 0 10px; 
  }
  .block-clip-text .note {
    font-size: 20px;
    padding:10px 0;
  }
  .block-clip-text ul li img {
    margin:20px 0 0;
  }
/*----------------------------------------*/
/*  clip_material2
/*----------------------------------------*/ 
  .block-clip-text2 ul li {
    text-align: center;
  }
  .block-clip-text2 ul li .over-block-text {
    text-align: center;
  }
  .block-clip-text2 h2.text-clip-header {
    text-align: center;
  }
  .block-clip-text2 ul li ul {
   margin: 0 auto;
    display: block;
    width: fit-content;
  }
/*----------------------------------------*/
/*  clip_material3
/*----------------------------------------*/
  .block-clip-text3 ul {
   text-align: center;
  }
  .block-clip-text3 ul li {
    float:none;
  }
  .block-clip-text3 ul li .text-bg {
    min-height: 710px;
  }     
  
  .block-counter {
    text-align: center;
  }  
  .counter-animation {
    text-align: center;
  }                     
  
  footer .block-contact {
    text-align: center;
    padding:25px 0 35px;
    float:none !important;
  }   
  footer {
    padding:0 0 20px;
    margin: 0;
  }                           
  .isite {
   float: none;
    margin: 0 0 0 auto; 
  }
/*----------------------------------------*/
/*  filter
/*----------------------------------------*/ 
  .cf_wrapper_input_text_2 input[type="search"] {
      width: 20%;
      min-width: 20px; 
  }
  .cf_wrapper_input_text_2 .cf_search_button.btn {
    padding:6px;
  }
  
  .productdetails-view .spacer-buy-area {
    padding:15px 0 0;
  }
  .adminForm.user-details {
    margin:0px !important;
  }
  .inner-form .submit-form {
    float: left;
    margin: 0 15px 0 0;
  }
  .bg-form-block-inner .agreement_label {
    padding:8px 0 0;
  }
  .bg-form-block-inner h2 {
    text-align: center;
  }
  .product-related-products .single-product > a .product-image {
    height: 250px;
    line-height: 250px; 
  }
  .product-related-products .single-product-item .single-product-name {
    padding:0 0 5px;
  }
  .block-form-liner {
      padding: 15px 0;
  } 
  .right-column {
    margin:0 0 30px;
  }
}
/*----------------------------------------*/
/*  phone
/*----------------------------------------*/ 
@media (max-width: 767px) {
  .wrap_clip__about_block ul li .over-block-text .image-title {
    font-size: 16px;
    line-height: 1.2;
  }
  .left__flex_row{
    flex-basis: 100%;
    margin-right: 0;
  }
  .clipart_grid ul li:nth-child(5),
  .clipart_grid ul li:nth-child(6),
  .clipart_grid ul li:nth-child(7),
  .clipart_grid ul li:nth-child(8),
  .clipart_grid ul li:nth-child(9) {
    width: 100%;


  }
  .clipart_grid ul li:nth-child(4) {
    order: 12;
  }
  .bg-form-block p {
    text-align: center;
  }
  .form-block .bg-form-block .submit-form {
    background: var(--color-primary);
    color: #000;
    max-width: 100%;
  }
  .bg-form-block::before {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    width: 30%;
    height: 30%;
    top: 71%;
  }
  .wrap_clip__about_block ul li:nth-child(4n+3),
  .wrap_clip__about_block ul li:nth-child(4n+4) {
    border: 0;
    background: #000;
    color: #fff;
  }
  header .container-fluid {
    width: auto;
    margin: 0 0;
    flex-direction: column;
   
  }
  .col-fl-1 {
    padding: 0 15px;
  }
  .block-header-promo {
    height: 800px;
  }
  .col-fl-1 {
    background: var(--color-primary);
  }
  .flex_row {
    flex-direction: column;
  }
  .wrpa-block-header {
    padding: 0px 0 0;
    justify-content: space-between;
  }
  .col-fl-1::after{
display: none;
  }
  .form-block.header-from {
    position: relative;
    right: 0;
    bottom: inherit;
    width: 90%;
    top: 50px;
    margin: 0 auto;
  }
  .wrpa-block-header::after,
  .wrpa-block-header::before {
    display: none;
  }
  .mmenu-bg-block {
    margin: 0;
  }
  .clipart_grid ul li,
  .clipart_grid ul li:nth-child(6), .clipart_grid ul li:nth-child(7), .clipart_grid ul li:nth-child(8), .clipart_grid ul li:nth-child(9) {
    width: 100%;
    padding: 30px;
  }
  .clipart_grid {
    padding: 0 0 40px;
    margin: 20px 0;
  }
  .left_column {
    flex-basis: 100%;
    margin: 0 0% 0 0;
  }
  .header-flex {
    grid-template-columns: minmax(0, 5fr) minmax(0, 2fr);
  }
  .text_promo_left {
    text-align: center;
  }
  h1 span, h2 span {
    padding: 10px 15px;
    margin: 0 5px 0 0;
  }
  .clipart_flex ul li,
  .wrap_flex_top li,
  .wrap_flex_top li:nth-child(2n) {
    flex-basis: 100%;
  }
  .sp-accordion.sp-accordion-style1 .toggler, .sp-accordion.sp-accordion-style1 .toggler span, .sp-accordion.sp-accordion-style1 .toggler span span  {
    font-size: 20px;
  }
  .block-accardion .icon-toggler {
    padding: 20px !important;
  }
  .left_header_text_top,
  .wrap_block_acc h2 {
    width: 100%;
  }
  .promo .link_promo {
    margin: 0 auto;
  }
  .text_promo_left img {
    display: block;
    margin: 0 auto;
  }
    .hamburger--elastic .hamburger-inner {
        top:-1px !Iimportant
    }
    .promo .back {
    min-height: 478px;
    padding: 20px 20px 40px ;
    color: white;
    border-radius: 20px;
    background-size: cover;
}
	
    .single-product > a .product-image {
display: inline-block;
width: 100%;
height: 400px;
line-height: 335px;
text-align: center;
vertical-align: middle;
}
	.promo .fl .text {
    flex-basis: 100%;
}
    .reviews-single-blog {
padding: 0 30px;
}
	.promo h2 {font-size: 28px;line-height: 1.2;padding: 0;}
  .promo h2 br {display:none;}
  .wrap {background:none}
  .promo .fl .img {
    flex-basis: 100%;
    padding-top:40px
}
  .fl.jsb {flex-wrap:wrap;justify-content: flex-start;}
  footer .row {
        justify-content: center;
    
    }
    .copy, .copy2 {
        flex-basis: 100%
    }
  .logo2 {
    margin-top: 30px;
    margin-bottom:0
}
    .promo h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.bg-form-block {
    padding: 30px 25px;
    background-position: right 0;
}
    .fl {
        flex-wrap: wrap 
    }
    
    .bg-form-block .fl {
        justify-content: center 
    }
.fl.jsb {
        display: flex;
        justify-content: fl;
        flex-wrap: wrap;
        align-items: center;
    
    }
    
    .fl .form-group {
        flex-basis: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    
    }
.fl.block-contact {
        flex-wrap: wrap;
        flex-basis: 100%;
        text-align: left;
        justify-content: flex-start;
    
    }
.ac {
    align-items: center;
}
.fl.block-contact span {
        flex-basis: 100%;
        text-align: left;
        margin: 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    
    }
.promo h3 span {
    color: #2ed5c7;
    font-size: 33px;
    font-weight: 700;
    margin-bottom:5px;
}
    .promo p {
    font-size: 15px;
    /* color: rgb(79, 78, 78); */
    font-weight: 400;
}
    .promo {
        margin-top: 0;
        padding: 0;
    }
    .form-block {}
  .block-footer-contacts .logo {margin: 37px 0 40px;}
  .flex {
    display: block;
}
    .clipart ul {
        flex-wrap:wrap;
    }
    .clipart ul li {
        flex-basis: 100% !important;!i;!;
        text-align: center;
        list-style: none;
        margin-bottom: 50px;
        /* color: white; */
    }
   
.container-fluid {
        margin: 0 15px;
        padding: 0;
    
    }
    .clipart2 ul {
        flex-wrap: wrap;
    }
    .block-content .container-fluid {
padding-left: 15px;
margin-left: 0;
}
    .clipart2 ul li {
flex-basis: 100%;
text-align: center;
padding: 0 20px;
        margin-bottom:40px;
position: relative;
}
.blocks-buttons {
        display: flex;
        justify-content: center;
        flex-basis: 100% !important;
    }
.block-content img {margin-bottom:40px}
  .search-pro {width: 100%}
  .mmenu-bg-block {
    display: flex;
  }
  .li-block-partners {
        text-align: center;
        float: left;
        width: 50%;
        padding: 5px 0;
    
    }
  .block-form-liner {
      padding: 15px 0;
  } 
  .block-contact span.phone {
        font-size: 17px;
    
    }
  .modal-call {
    width: 195px;
    margin:0 auto;
    display: block;
    font-size: 15px;
    padding: 4px 5px 4px;
  }
  span.address i {
  
  }
  .col-fl-1 {
        width: auto;
        flex-basis: 100% !important;
        margin: 0 auto;
    
    }
    
    .slogan {
font-weight: 300;
text-transform: uppercase;
font-size: 22px;
padding-right: 0px;
}
  .col-fl-3 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-basis: 100% !important;
}
  .logo {
    margin: 20px 0 20px;
    text-align: center;
    width: 50%;
  }
  .block-contact {
    text-align: center;
    margin-top: 0px;
  }
  span.phone p {
    margin-right: 0px !important;
}
  header .search-box {
    width: 100%;
  }
  .main-menu ul.menu li {
    padding:0 2%;
  }
  .d-flex {flex-wrap: wrap !important;justify-content: center !important;width: 100%;}
  header .branch {
    float:none;
    margin:20px auto;
    left: 0;
    text-align: center;
    /* background: #a7a33f; */
  }
  .header-branch {
    display: none;
  }
  span.address {
        padding: 0;
    
    }
  .block-slide-text {
    background-size: cover !important;
    top: 305px;
    width: 290px;
    background: url(/images/slide-promo.png) no-repeat right bottom;
    height: 185px;
    margin:0 auto;
  }

	.clipart3 ul {
		flex-wrap:wrap;
	}
.clipart3 ul li {
    text-align: center;
    padding: 0 20px;
    flex-basis: 100%;
	margin-bottom:30px;
    position: relative;
}
  .promo-block {
    margin:0 0 55px;
    min-height: 435px;
  }
	.clipart ul li:before {
		height:50px
	}
  h2,h1 {
        font-size: 24px !important;
        font-weight: normal;
        line-height: 29px;
        margin-top: 0;
        margin: 0 0 20px;
        text-align: center;
    
    }
	.clipart .image-title {
		padding:12px;
		font-size:15px;
	}
	.clipart h2 {
		line-height:1.5
	}
/*----------------------------------------*/
/*  Form promo
/*----------------------------------------*/ 
  .block-form-promo {
    background: none;
    height: 190px;
  }
  .block-form-promo form {
    width: 100%;
    top: -50px;
  }
  .block-form-promo .header-input {
    text-align: center;
  }
  .header-form-promo h3 {
      font-size: 30px;
      line-height: 30px;
  }    
  .block-form-promo .button-animate {
     font-size: 20px;
     padding:10px;
  }
  .promo-block.block-mobile-form-only {
    margin:0 0 10px;
    min-height:635px;
  }  
/*----------------------------------------*/
/*  clip1
/*----------------------------------------*/
  .block-clip1 {
    padding:0;
  }
  .block-clip1 ul li {
    height: 250px; 
    width: 100%;
  }
  .block-clip1 ul li img {
    height: 250px;
  }
  .block-clip1 ul li .over-block-text {
    height:250px;
    line-height: 235px;
  }
  .text-vertical {
    font-size: 17px;
    line-height: 23px;  
  }
  .block-clip1 .image-description {
    line-height: 18px;
  }
/*----------------------------------------*/
/*  end clip1
/*----------------------------------------*/  
   div.product {
     width: 100%;
     padding:0 15px;
   }
   .nivo-caption strong a {background:#fba700;display:inline-block;padding: 10px 15px;border:none !important;border-radius: 25px;margin-top: 20px !important;position: relative; float:left;top: 0px;}
   .nivo-caption h3 {color:#000;font-size:35px;margin-top: 15px;margin-bottom:30px;}
     .theme-default .nivo-caption {
    	position:relative;
    	left: 5%;
    	height:100%;
    	top: 0px;
    	background: transparent;
    	color:#000;
    	width: 100%;
    	text-indent:inherit;
    	text-align: right;
    	display: -webkit-flex;
    	webkit-justify-content: flex-start;
    	display: flex;
    	align-items: center;
    	justify-content: flex-start;
    	transition: all 0.4s ease 0s;
    	font-size: 15px;
    	padding: 15px;
    	z-index:8;
    	/* padding: 5px 10px; */
    	opacity: 1;
    	overflow: hidden;
    	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    	box-sizing: border-box;         /* Opera/IE 8+ */
    	line-height: 16px;
    }
   .fancybox-container .fancybox-content a.continue_link {
      display: none; 
   }
   .fancybox-container .fancybox-content a.showcart {
     width: 100%;
     text-align: left;
     left:0;
   }
   .fancybox-container .fancybox-content h4 {
    margin: 20px 0 0;
    font-size: 15px; 
   }
  
  .single-product-item span.addtocart-button {
    width: 40px;
  }
  .addtocart-bar {
    text-align: right;
  }
  .single-product > a .product-image {
    height: 425px;
    line-height: 415px; 
  }
  .single-product-item .productdetails .col-md-6, 
  .single-product-item .product-container .col-md-6{
     padding:0 15px 0 0;
  }
  .single-product-item .productdetails .price-list.col-md-6,
  .single-product-item .product-container .price-list.col-md-6 {
     padding:0 0 0 15px;
  }
  .single-product-item .scroll-text {
    left:0px;
  }
  .owl-carousel.owl-theme .owl-nav {
   display: none;
  }
  .button-animate {
    padding:6px 15px;
  }
/*----------------------------------------*/
/*  clip2
/*----------------------------------------*/
  .block-clip2 {
    padding:20px 0 0;
  }
  .block-clip2 ul {
    margin:0px;
  }
  .block-clip2 ul li {
    min-height: auto;
    width: 100%;
  }
/*----------------------------------------*/
/*  clip3
/*----------------------------------------*/
.block-clip3 {
  padding:0px;
}
.block-clip3 h2 {
  margin:0 0 35px;
}
/*----------------------------------------*/
/*  clip4_modal
/*----------------------------------------*/  
.block-full-clip-modal.block-clip-modal ul > li.clip-li {
  width: 100% !important;
  height: 250px !important;
  line-height: 250px !important;
}
.block-full-clip-modal.block-clip-modal ul > li.clip-li .over-block-text {
  height: 250px ;
  line-height: 250px;
}
.block-clip-modal ul li ul li {
  height:inherit;
}
.block-full-clip-modal.block-clip-modal ul > li.clip-li .image-title-top {
 line-height: 250px !important;  
}
.block-full-clip-modal.block-clip-modal ul > li.clip-li .image-title-top span {
  font-size: 22px;
  line-height: 25px;
}
/*----------------------------------------*/
/*  clip5_modal
/*----------------------------------------*/  
  .block-clip-modal ul li {
    height: 250px;
    width: 100%; 
  }
  .block-clip-modal ul li img {
    height: 250px;
  }
  .block-clip-modal ul li .over-block-text {
    height:250px;
    line-height: 250px;
  }         
/*----------------------------------------*/
/*  text_dop
/*----------------------------------------*/    
  .height-block-over-flex {
    display: block;
  }
  .text-block-flex {
    display: block;
    justify-content: inherit;
  }
  .block-text-dop .main-block-img {
    min-height: 200px;
  }
/*----------------------------------------*/
/*  clip_material1
/*----------------------------------------*/   
  .block-clip-text h2 {
    margin:0 0 0;
  }
  .block-clip-text ul li {
    margin:0 0 20px;
    height: auto;
  }
  .block-clip-text ul li .over-block-text {
    height: auto;
    padding:15px 0 0 0px;
  }
  .block-clip-text h2.text-clip-header {
    font-size: 24px;
    line-height: 25px;
    margin:0 0 10px; 
  }
  .block-clip-text .note {
    font-size: 20px;
    padding:10px 0;
  }
  .block-clip-text ul li img {
    margin:20px 0 0;
  }
/*----------------------------------------*/
/*  clip_material2
/*----------------------------------------*/ 
  .block-clip-text2 h2 {
    margin:0 0 10px;
  }
  .block-clip-text2 ul li {
    text-align: center;
    width: 100%;
    padding:0px;
  }
  .block-clip-text2 ul li .over-block-text {
    text-align: center;
    line-height: inherit;
    height: auto;
    padding:0px;
  }
  .block-clip-text2 h2.text-clip-header {
    text-align: center;
  }
  .block-clip-text2 ul li ul {
   margin: 0 auto;
    display: block;
    width: fit-content;
  }
/*----------------------------------------*/
/*  clip_material3
/*----------------------------------------*/
  .block-clip-text3 ul {
   text-align: center;
  }
  .block-clip-text3 ul li {
    float:none;
  }
  .block-clip-text3 ul li .text-bg {
    min-height: inherit;
  }     
  
  .block-counter {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }  
  .counter-animation {
    text-align: center;
      font-size: 120px;
    line-height: 120px;
  }     
  #countbox{width: 285px;}
  #countbox #countbox-secs {
    display: none;
  }               
  .agreement_label {
    padding:20px 0 0;
  }
  .form-block .bg-form-block .submit-form {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .form-block.header-from .fl .blocks-buttons .submit-form {
    background: #000;
    color: #fff;
  }
  .promo-block.inner-block-promo {
    margin: 0 0 20px;
    min-height: 335px; 
  } 
  .general-bg, .manufacturer-product-link a, a.ask-a-question, a.product-details, a.details, div.details, button.default {
    font-size:15px;
  }
  .checkout-button-top #checkoutFormSubmit {
    float: none;
    margin: 0 auto;
    display: block; 
  } 
  .buttonBar-right {
    float:none;
    text-align: center;
  }
  fieldset {
    width:100%;
    display: block;
  
  }
  .vm-payment-shipment-select {
      padding:20px 0 0;
  }
  .vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, button.default, .vm-button {
    font-size: 15px; 
    padding: 10px 18px;
  }
  
  footer .block-contact {
    text-align: center;
    padding:25px 0 35px;
    float:none !important;
  }   
  footer {
    padding:0 0 20px;
    margin: 0;
    text-align:center;
  }                           
  .isite {
   float: none;
   margin: 23px auto;
  }
/*----------------------------------------*/
/*  filter
/*----------------------------------------*/ 
  .cf_wrapper_input_text_2 input[type="search"] {
      width: 20%;
      min-width: 20px; 
  }
  .cf_wrapper_input_text_2 .cf_search_button.btn {
    padding:6px;
  }
  
  .productdetails-view .spacer-buy-area {
    padding:15px 0 0;
  }
  .adminForm.user-details {
    margin:0px !important;
  }
  .inner-form .submit-form {
    float: left;
    margin: 0 15px 0 0;
  }
  .bg-form-block-inner .agreement_label {
    padding:8px 0 0;
  }
  .bg-form-block-inner h2 {
    text-align: center;
  }
  .product-related-products .single-product > a .product-image {
    height: 250px;
    line-height: 250px; 
  }
  .product-related-products .single-product-item .single-product-name {
    padding:0 0 5px;
  }
  .right-column {
    margin:0 0 30px;
  }

}