#ph-pc-block{
    display:block;
}
#ph-mob-block{
    display:none;
}
.box,.company-info-credit{
    text-align: center;
    width: 100%;
}

html{
    scroll-behavior: smooth;
}
 .btn-custom{
width: 200px;
text-transform: capitalize;
font-size: 15px;
}

summary {
    outline: none;

}
/*Убрать верхнюю полосу "Полная версия сайта" на моб устройствах*/
.toggle-version{
    display: none;
}

.sale-machine{
    width: 46%;
}

.sale-machine-2{
    margin-left:40px;
    padding-right: 20px;
}


/*Убрать последний пукт меню в футере*/
.footer .menu-h-footer li:last-child{
    display:none;
}

.hidden-background-bf{
    background-color:none;
}


.table_custom-pc_e88{
    display:table;
}

.table_custom_mobile_e88{
    display:none;
}

.embroidery-navigation{
   padding: 50px;
}

#embroidery-tables{
    width: 50%;
    margin: 0 auto;
}

.embroidery-h4{
    font-family:'Roboto-Medium', serif;
    font-size: 34px;
    color: #333;
    margin-bottom: 19px
    }

@media (max-width: 520px) {

    #embroidery-tables{
    width: 100%;
    margin: 0 auto;
}

.embroidery-navigation{
   padding: 15px;
}

    .sale-machine{
    width: 100%;
}

.sale-machine-2{
    margin-left:0px;
    padding-right: 0px;
    margin-top:20px;
}

    .table_custom-pc_e88{
    display:none;
}

.table_custom_mobile_e88{
    display:table;
}

#ph-pc-block{
    display:none;
}
#ph-mob-block{
    display:block;
}

}

.credit-block{
    display: inline-block;
    width: 24.5%;
    text-align: center;
    height: auto;
}


.condition-block-inline{
  display: inline-block;
    width: 49.5%;
    padding-left: 40px
}

.alfa-banner-mobile{
    display:none;
}

.condition-block{
    margin-top: 35px;
}
@media (max-width: 768px){
     #bronter-id-1, #bronter-id-2, #bronter-id-3, #bronter-id-4, #bronter-id-5, #bronter-id-6, #bronter-id-7, #bronter-id-8, #bronter-id-9{
    width:100%;

}



    .credit-block{
        display: block;
        width: 100%;
    }

    img.sertificate-class{
        width:99%;
    }



    .condition-block-inline{
  display: block;
    width: 100%;
    padding-left: 0px
}

.condition-block-inline-top{
    margin-top: 35px;
}
.alfa-banner-mobile{
    display:block;
}

.alfa-banner-pc{
    display:none;
}
}


.sticky-wrapper {
    height:100%;
}
.sticky-inner  {
    position: sticky;
    z-index: 1;
    top: 15px;
}
.col-some-height {
    display: flex;
    flex-direction: column;
}
.row-some-height {
    display: flex;
    flex-wrap: wrap;
}
.sticky-fixed {
    position:fixed;
    top:0;
}
a.socLinks, a.socLinks img{
    opacity: 1;
}


.bf-img-h-block{
    display: block;
}

.bf-img-h-hidden{
    display:none;
}


.bannerModel {
    margin-top: -40px;
}

/* Sidebar Banners */

.iFacebook {
    width:100%;
}

#SUPRA img{
width: 100%;
height: 100%;
}

#MAZDA img{
width: 100%;
height: 100%;
}


.textBottomCategory {
    font-family: 'Roboto-Light', serif;
    display: inline;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 27px;
}

.fix-product {
    display: none !important;
}


#FseriesModTable {
    display: block;
}

#FseriesModImg {
    display: none;
}

#FseriesSpecTable {
    display: block;
}

#FseriesSpecImg {
    display: none;
}


.adaptive img {
    margin-right: 2px;
}

.badgeRow {
    display: inline-block;
}

.product-gallery .badgeRow {
    display: block;
    margin-bottom: 7px;

}


.supremeI {
    color: #8BC34A;
    text-decoration: underline;
}

.sub-categories {
    margin-left: 30px;
}

.deliveryTime {
    background: #fff;
    font-size:20px;
    padding: 5px 8px;
    line-height: 25px;
    font-family: 'Roboto-Light', serif;
    margin-bottom: 10px;
}



/*    TOOLTIP    */

.promoHint {
    display: inline-block;
    font-family: 'Roboto-Light', serif;
    font-size: 16px;
    line-height: 1.3;
    color: #777;
    padding: 0 270px;
    text-align: center;
}

.promoTooltip {
    color: #1976D2;
    text-decoration: underline;
    text-decoration-style: dotted;
    position:relative;
    padding: 5px 0;

}

.promoTooltip:before {
    content:attr(data-description);
    box-sizing:border-box;
    display:block;
    background: rgb(56,142,60, 0.9);
    color:white;
    padding:15px;
    position:absolute;
    left:50%;
    margin-top: -33px;
    top:-30px;
    margin-left:-250px;
    width:500px;
    height:88px;
    line-height:20px;
    border-radius:5px;
    opacity:0;
    transition:.25s ease-in-out;
    cursor: pointer;
}


.promoTooltip:after {
    content:'';
    display:block;
    position:absolute;
    top:35px;
    left:50%;
    margin-left:-8px;
    margin-top: -10px;
    height:0;
    width:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid rgb(56,142,60, 0.9);
    transition:.25s ease-in-out;
    opacity:0;
    cursor: default;
}

.promoTooltip:hover:before {
    opacity:1;
    top:-50px;
    cursor: default;
}

.promoTooltip:hover:after {
    opacity:1;
    top:15px;
    cursor: default;
}


/*    TOOLTIP    */

/*    DILERAM    */

#dileramInfoHide {
    display: none;
}

#wforms-form-1 {
    width: 52%;
    float: left;
    padding-left: 30px;
}

td.field-value p {
    margin: 8px;
}

.field-name {
    font-family: 'Roboto-Regular', Arial, serif;
    font-size: 14px;
    vertical-align: top;
    padding-top: 9px;
    padding-right: 20px;
}

input[type="text"], textarea, .required-field {
    width: 100%;
}

#easy_plan_block select, #easy_plan_block input {
    width: 100%;
}

#wforms-form-1 input, select, textarea {
    margin-bottom: 0;
}

.wa-captcha-input {
    height: 40px;
}

.required {
    color: #faa;
}

/*        */

.circleKupon {
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    border-radius: 20px;
}


.left-bottom {
    left: 10px;
    top: 120px;
}

.right-bottom {
    left: 245px;
    top: 120px;
}

.Cupon {
    font-family: 'Roboto-Regular', serif;
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    padding: 34px 0;
    background: linear-gradient(-45deg, #cac531, #f3f9a7);
}

/*Кнопки в корзине*/
button.btn {
    background-color: #41c8ff !important;
}

input.btn.btn-primary {
    float: left;
    margin-left: 31%;
    margin-right: 20px;

}



/*Конец кнопок в корзине*/

.checkout-block .storequickorder_cart_button {
    float: left;
}

.free-shipping-discount {
    font-size: 20px;
    text-align: center;
}

div#minimum-message {
    padding-left: 0;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.checkout ul.checkout-options.shipping h3 {
    width: 82%;
}

.rate span.hint {
    font-size: 14px !important;
}

label span.text {
    font-size: 18px !important;
}

.checkout ul.checkout-options li .rate .price {
    font-size: 15px !important;
}

.badge-block {
    left: 5px;
    right: 5px;
}

.badge {
    background: none;
    margin: 0 5px 10px 0;
    padding: 0;
}



 .motorTable {
     border: 1px solid #C3C3C3;
     padding: 6px 0 10px 15px;
        font-family: 'Roboto-Light', serif;
 }

.motorTableHeader {
         border: 1px solid #C3C3C3;
     padding: 6px 0 8px 15px;
 }


 .motorTablePadding {
     padding: 8px 0 10px 10px;
 }
      /* --- Magazin--- */

 span.storeText {
     font-family: 'Roboto-Regular', serif;
     font-size: 16px;
     color: #444;
 }

 div.storeInfo {
     padding:5px 14px 5px 14px;
     border-bottom: 1px solid #e5e5e5;
     border-radius: 3px;
     margin-top: 2px;
 }



      /* --- Magazin--- */

.method-logo {
    display: none;
}

/* --- Оплата-Доставка-Гарантія-Кредит-- */


#np2_housenum11 {
    margin-left: 5px;
}

#np2_appartament11 {
    margin-left: 5px;
}

#np2_floor11 {
    margin-left: 5px;
}

#np2_custom_street11 {
    display: none !important;
}

.np2_flatfloor {
    width: 100% !important;
    margin-top: 10px;
    font-size: 16px;
}

.dostavkaPage {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-top: 13px;
    margin-bottom: 30px;
    padding: 30px 30px 10px 30px;
}

.dostavkaPageText {
    font-size: 18px;
    color: #444;
    line-height: 1.7rem;
    text-align-last: left;
    margin-bottom: 0;
}

.dostavkaUslovie {
    display: block;
    position: relative;
    width: 48%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 30px;
    padding: 30px 30px 10px 30px;
}

.dostavkaMarginLeft {
    margin-left: 2%;
}

.dostavkaMarginRight {
    margin-right: 2%;
}

.dostavkaUslovieText {
    font-size: 18px;
    color: #444;
    line-height: 27px;
}

.dostavkaImg {
    width: 274px;
    height: 72px;
}

/* --- Оплата-Доставка-Гарантія-Кредит-main- */


.oplata{
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.oplata-block{
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 12%), 0px 2px 2px rgb(0 0 0 / 6%), 0px 0px 2px rgb(0 0 0 / 7%);
  padding: 30px;
  margin: 0px 0px 20px 0px;
}

.oplata-header{
  font-size: 24px;
  margin: 0px 0px 15px 0px;
}

.oplata-block-content{
  display: flex;

}


.oplata-block-info-block{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 12%), 0px 2px 2px rgb(0 0 0 / 6%), 0px 0px 2px rgb(0 0 0 / 7%);
    background: var(--color-secondary);
    border-radius:10px;
    margin: 0px 0px 20px 0px;
}

.oplata-block-info-text{
    font-weight:500;
    margin: 0px;
    padding: 30px;
    font-size:20px;
    line-height: 1.7rem;
    text-align:center;
    color:#fff;
}



.oplata-block-text-list li{
    font-size:18px !important;
    line-height: 2rem;
}

.oplata-block-text-list li::marker{
    color:var(--color-primary);
}

.additional-information li::marker{
    color:var(--color-warn);
}

.oplata-block-text{
  font-size: 18px;
  margin: 0px 20px 15px 20px;
  line-height: 1.7rem;
}

.oplata-block__item-image img{
    min-width:100px !important;
}

.oplata-banner{
  display: flex;
  max-width: 100%;
  margin: 15px 0px 15px 0px;
}

.oplata-banner-img{
  margin: -15px 0px 0px 0px;
  max-width: 100%;
}

.oplata-advantaged{
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.oplata-banner-img__item{
  max-width: 100%;

}

.oplata-advantage-img{
  margin: 0px;
}

.oplata-advantage-img__item{
margin-bottom:1.5rem;
object-position: center;
object-fit: cover;

}


.oplata-advantage-block{
  display: flex;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 12%), 0px 2px 4px rgb(0 0 0 / 6%), 0px 0px 4px rgb(0 0 0 / 7%);
  border-radius: 10px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  max-width:100%;
}

.banner-img-d{

}

.banner-img-m{
  display: none;
}

/* Таблиця розтрочки Sens Bank START*/
.oplata-block-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
}
.oplata-block-table thead th {
    padding: 12px;
    background-color: #136694;
    color: white;
    white-space: nowrap;
}
.oplata-block-table tbody td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}
.oplata-block-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.oplata-block-table tbody tr:nth-child(odd) {
    background-color: white;
}
@media (max-width: 600px) {
    .oplata-block-table thead {
        display: none;
        white-space: nowrap;
    }
    .oplata-block-table, .oplata-block-table tbody, .oplata-block-table tr, .oplata-block-table td {
        display: block;
        width: 100%;
    }
    .oplata-block-table tr {
        margin-bottom: 15px;
    }
    .oplata-block-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .oplata-block-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
    }
}
/* Таблиця розтрочки Sens Bank END */

@media screen and (max-width: 691px){
  .oplata-block-content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .oplata-block__item-image{
    margin: 0px 0px 15px 0px;
  }
  .oplata-block-text{
      margin: 0px 0px 15px 0px;
  }
  .oplata-header{
      margin: 0px 0px 15px 0px;
  }
  .banner-img-m{
    display: block;
  }
  .banner-img-d{
    display: none;
  }
  .oplata-advantaged{
    flex-direction: column;
  }
  .oplata-advantage-block{

  }
}

@media screen and (max-width: 1180px){
  .d-f-wrap{
      flex-wrap:wrap;
  }
}

@media screen and (max-width: 998px) {
  .oplata-advantaged{

  }
  .oplata-advantage-block{
    flex-basis: 35%;
  }
}

@media screen and (max-width: 599px) {
  .oplata-advantaged{
    flex-direction: column;
  }
  .oplata-advantage-block{

  }
}

/* --- Оплата-Доставка-Гарантія-Кредит-main- */


/*---Marker---*/
.bi-patch-question{
    fill: var(--color-badge);
    width: 50px;
    height: 50px;
}

/*mark-icon*/




/*---Marker---*/



/*---Icon ---*/
._icon{
    width: 130px;
    height: auto;
    fill: var(--color-primary);
}

/*---Icon ---*/



#footerStore {
    font-size: 14px;
    color: #7a7a7a;
    font-family: 'Roboto-Light', serif;
    line-height: 1.5;
    text-transform: none;
    margin: 0;
}


.blackFriday {
    margin-right: 20px;
}


.purchaseNew {
    margin: 0 -30px;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.category_description {
    border: 1px solid #e9e9e9;
    padding: 30px 25px 15px 25px;
    font-size: 17px;
    color: #555555;
    margin-bottom: 0;
    line-height: 27px;
}


#description H4 {
    font-size: 2.12rem !important;
}

.breakWordH4 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family:'Roboto-Medium', serif;
    color: #333;
    margin-bottom: 19px;

}

.invisibleLink {
    color: #727171;
    cursor: pointer;
}

.invisibleLink:hover {
    text-decoration: none;
        color: #727171;
}

.blockProductFeatures {
    width: 75%;
    float: left;
}

.blockProductGuarantee {
    width: 25%;
    float: left;
    text-align: right;
    margin-top: -60px;
}

.AlignCenter {
    text-align: center !important;
    text-align-last: center !important;
}

.MarginTop-30px {
    margin-top: -30px !important;
}

.widthPercent70 {
    width: 69%;
    float: left;
}

.widthPercent50 {
    width: 46.3%;
    float: left;
}

.margin-left15px {
    margin-left: 15px !important;
}

.margin-right15px {
    margin-right: 15px !important;
}


.widthPercent30 {
    width: 23.6%;
    float: left;
}


.marginLeft0 {
    margin-left: 0px !important;
}

/* End of block */

.productDescription {
    font-size: 18px;
    color: #333;
    line-height: 1.35;
}


/* Brand Description Riocma*/

.RicomaProductsImg {
    float: left;
    display: inline-block;
    margin-bottom: 20px;
}

.RicomaImgRight {
    margin-right: 5%;
}

.RicomaImgLeft {
    margin-left: 5%;
}

.RicomaImgCenter {
    margin: 0 3%;
}

.JackBruce {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 0 0 0;
}


.JackBruceImg {
    width: 51%;
    float: left;
}

.JackBruceText {
    float:left;
    width: 49%;
    padding: 70px 60px 0 30px;
}


.MayaText {
    float:left;
    width: 63%;
    padding: 70px 60px 0 30px;
}

.MayaImg {
    width: 37%;
    float: left;
}

.JackBruceLeft {
    text-align: left;
    margin-bottom: 0;
}

.JackBruceRight {
    text-align: right;
    margin-bottom: 0;
}


.MAQI_Img {
    width: 47%;
    float: left;
}

.MAQI_Text {
    float:left;
    width: 53%;
    padding: 50px 60px 0 30px;
}



.Visible-Hidden {
    display: block;
}

.Hidden-Visible {
    display: none;
}


.BrandContainerMinerva {
    display: block;
    position: relative;
    width: 46.4%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px 30px 10px 30px;
}

.BrandContainerDesc {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px 30px 10px 30px;
}


.BrandContainerDescDistr {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.marginBottom40px {
    margin-bottom: 40px !important;
}

.marginBottom20px {
    margin-bottom: 20px !important;
}

.BrandContainerDescP {
    font-family: 'Roboto-Regular', serif;
    font-size: 18px;
    color: #727171;
    line-height: 27px;
    text-align-last: left;
    margin-bottom: 0;
}

.BrandContainerDescM {
    font-family: 'Roboto-Regular', serif;
    font-size: 18px;
    color: #727171;
    line-height: 27px;
    text-align: justify;
    text-align-last: left;
}

.RicomaDistributor {
    width: 100%;
}

.RicomaDistributorSmall {
    width: 100%;
    display: none;
}

.TypicalDistributor {
    width: 100%;
}

.TypicalDistributorSmall {
    width: 100%;
    display: none;
}

.RicomaH5 {
    font-family: 'Roboto-Regular', serif;
    font-size: 16px;
    text-align: center;
    float: left;
    text-decoration: underline;
    padding-top: 15px;
}

.H5width50Pers {
    width: 50%;
}

.RicomaLinks65Pers {
    width: 65%;
}

.RicomaLinks26Pers {
    width: 26%;
}

.RicomaLinks25Pers {
    width: 25%;
}

.RicomaLI {
    margin-right: 30px;
}

.TypicalImgLeft {
    margin-left: 12%;
    margin-right: 9%;
}

.TypicalAutolImgLeft {
    margin-left: 10%;
    margin-right: 9%;
}

.TypicalOverlocklImgLeft {
    margin-left: 13%;
    margin-right: 16%;
}

.VetronLockstitchImgLeft {
    margin-left: 7%;
    margin-right: 6%;
}

.VetronHeavyImgLeft {
    margin-left: 7%;
    margin-right: 9%;
}

.HonreyImgLeft {
    margin-left: 12%;
    margin-right: 2%;
}

.6150HDImgLeft {
    margin-left: 0;
    margin-right: 2.5% !important;
}

.HonreyH4 {
    margin-left: 12%;
    margin-right: 2%;
    font-family: 'Roboto-Medium', serif;
    color: #333;
    margin-bottom: 40px;
    font-size: 32px;
}

.marginTop-30px {
    margin-top: -30px !important;
}

.DayangImgLeft_1 {
    margin-left: 7%;
    margin-right: 6%;
}

.DayangImgLeft_2 {
    margin-right: 6%;
}

.DayangImgLeft_3 {
    margin-right: 5%;
}

.ShunfaImgLeft {
    margin-left: 6%;
    margin-right: 2%;
}

.BruceImgLeft {
    margin-left: 0.75%;
    margin-right: 3%;
}


.ShunfaProdImgLeft {
    margin-left: 8%;
    margin-right: 17%;
}

.ShunfaProdImgLeft2 {
    margin-left: 11%;
    margin-right: 20%;
}

.SilterProdImgLeft {
    margin-left: 12%;
    margin-right: 14%;
}

.SilterProdImgLeft2 {
    margin-left: 10%;
    margin-right: 23%;
}

.ViberContacts {
    width: 100%;
}

  @media screen and (max-width: 1023px) {
	  #maya_video{width:100%;}
	  .BrandContainerDescSp{float:left;margin-top:25px;}
  }
  @media screen and (min-width: 1024px) {
	  #maya_video{width:580px;}
	  .BrandContainerDescSp{position: relative;left:25px;top:40px;}
  }
  @media screen and (max-width: 800px) {
#FseriesModTable {display: none;}
#FseriesModImg {display: block;}
#FseriesSpecTable {display: none;}
#FseriesSpecImg {display: block;}

.ViberContacts {width: 50%; float: left;}
.margin-right15px {margin-right: 0;}
.margin-left15px {margin-left: 0 !important;}
.RicomaProductsImg {float: none; margin: 20px 0}
.RicomaImgRight {margin-right: 0;}
.RicomaImgLeft {margin-left: 0;}
.RicomaImgCenter {margin: 0 0;}
.TypicalImgLeft {margin-left: 0; margin-right: 0;}
.TypicalOverlocklImgLeft {margin-left: 0; margin-right: 0;}
.TypicalAutolImgLeft {margin-left: 0; margin-right: 0;}
.VetronLockstitchImgLeft {margin-left: 0; margin-right: 0;}
.VetronHeavyImgLeft {margin-left: 0; margin-right: 0;}
.DayangImgLeft_1 {margin-left: 0; margin-right: 0;}
.DayangImgLeft_2 {margin-left: 0; margin-right: 0;}
.DayangImgLeft_3 {margin-left: 0; margin-right: 0;}
.HonreyImgLeft {margin-left: 0; margin-right: 0;}
.ShunfaImgLeft {margin-left: 0; margin-right: 0;}
.BruceImgLeft {margin-left: 0; margin-right: 0;}
.ShunfaProdImgLeft {margin-left: 0; margin-right: 0;}
.ShunfaProdImgLeft2 {margin-left: 0; margin-right: 0;}
.SilterProdImgLeft {margin-left: 0; margin-right: 0;}
.SilterProdImgLeft2 {margin-left: 0; margin-right: 0;}
.BrandContainerDesc {padding: 30px 20px 10px 20px; margin-left: 5px !important; margin-right: 5px !important;}
.JackBruce {width: 100%; padding: 0 0 0 0; margin-left: 0px !important; margin-right: 5px !important;}
.BrandContainerDescP {text-align: left;}
.BrandContainerDescM {text-align: left;}
.RicomaDistributor {display: none;}
.RicomaDistributorSmall {display: block;}
.TypicalDistributor {display: none;}
.TypicalDistributorSmall {display: block;}
.BrandContainerDescDistr {margin-left: 5px; margin-right: 5px;}
.RicomaH5 {float: none;}
.RicomaLinks65Pers {width: 100%;}
.RicomaLinks26Pers {width: 100%;}
.RicomaLinks25Pers {width: 100%;}
.marginBottom0px {margin-bottom: 0 !important;}
.RicomaBR {display: none;}
.RicomaLI {margin-right: 0;}
.H5width50Pers {width: 100%;}
.HonreyH4 {margin-left: 0; margin-right: 0; text-align: center;}
.widthPercent70 {width: 100%;}
.widthPercent30 {width: 100%;}
.blockProductFeatures {width: 100%;}
.blockProductGuarantee {width: 100%; text-align: center; margin-top: 20px;}
.JackBruceImg {width: 100%; background-color: #F6F6F8;}
.MayaImg {width: 100%; background-color: #F6F6F8;}
.JackBruceText {width: 100%; padding: 30px 30px 40px 20px;}
.MayaText {width: 100%; padding: 30px 30px 40px 20px;}
#tableServo {display:none;}

.MAQI_Img {width: 100%; background-color: #F6F6F8;}
.MAQI_Text {width: 100%; padding: 30px 30px 40px 20px;}

.Visible-Hidden {display: none;}
.Hidden-Visible {display: block;}
.JackBruceLeft {text-align: center;}
.JackBruceRight {text-align: center;}
.BrandContainerMinerva {width: 100%; padding: 30px 20px 10px 20px; margin-left: 5px !important; margin-right: 5px !important; clear: left;}
.dostavkaUslovie {width: 100%; padding: 30px 20px 10px 20px; margin-left: 5px; clear: left;}
.dostavkaPageText {text-align: left; padding: 30px 20px 10px 20px;}
.dostavkaImg {width: 205px; height: 60px;}

#description H4 {font-size: 1.7rem !important;}
#wforms-form-1 {width: 100%; padding-left: 0;}
#dileramInfoHide {display: block; margin: 0 0 30px 0;}
#dileramInfo {display: none;}
.dostavkaPage {padding: 0;}
.promoHint {padding:0;}
.BrandContainerDescMaya{margin: 30px 0 0 0 !important;}
}

/* End of block */




.main-slider-product-home {
    margin-bottom: 50px;
}



/* CHT series */
.embroideryCHT {
    float: left;
    width: 24.98%;
}

  @media screen and (max-width: 800px) {
.embroideryCHT {width: 50%;}
  }


/* End of Block */



/* SWD series */



/* End of Block */



/* EM Series */
.EMtop {
    position: absolute;
    top: 20px;
    right: 120px;
}

  @media screen and (max-width: 1024px) {
 .EMtop {width: 290px; right: 110px;}
  }

  @media screen and (max-width: 768px) {
 .EMtop {width: 215px; right: 90px;}
  }

  @media screen and (max-width: 600px) {
 .EMtop {width: 130px; right: 60px;}
  }


.EMricoma {
    position: absolute;
    left: 54px;
    top: -30px;
}


.EMfeaturesText {
    width: 66%;
    float: left;
    padding: 90px 50px 60px 25px;
}

.EMfeaturesBlockImg {
    width: 34%;
    float: left;
    text-align: left;
    padding: 20px 55px 20px 55px;
}

.EMfeaturesBlockImgLeft {
    width: 34%;
    float: left;
    text-align: left;
    padding: 20px 55px 20px 55px;
}

  @media screen and (max-width: 1024px) {
 .EMfeaturesBlockImg {padding: 60px 15px 20px 25px;}
  }

  @media screen and (max-width: 768px) {
 .EMfeaturesText {padding: 90px 30px 60px 25x;}
 .EMfeaturesBlockImg {padding: 150px 15px 20px 5px;}
 .EMfeaturesBlockImgLeft {padding: 90px 15px 20px 5px;}
  }

  @media screen and (max-width: 600px) {
    .EMfeaturesText {width: 100%; padding: 50px 10px 30px 15px;}
    .EMfeaturesBlockImg {width: 100%; clear: left; padding: 0 15px 20px 5px;}
    .EMfeaturesBlockImgLeft {width: 100%; clear: left;}
  }

.EMfeaturesImg {

}

/* End of Block */


/* Ricoma MT Two-Head */

#Xpower {
    position: absolute;
    top: -110px;
    left: 70px;
}

  @media screen and (max-width: 1024px) {
 #Xpower {width: 260px; left: 20px;}
  }

  @media screen and (max-width: 1024px) {
 #Xpower {width: 150px; left: 10px; top: -80px;}
  }


.MTseriesLeft {
    height: 689px;
    width: 17%;
    float:left;
    background: linear-gradient(to bottom, #fff 0%, #fff 23%, #f3f3f3 23%, #f3f3f3 100%);
}

  @media screen and (min-width: 1025px) and (max-width: 1348px) {
  .MTseriesLeft {display: none;}
  }

  @media screen and (max-width: 1024px) {
  .MTseriesLeft {display: none;}
  }



.MTseriesTwoHead {
    background: linear-gradient(to bottom, #fff 0%, #fff 23%, #f3f3f3 23%, #f3f3f3 100%);
}

/* End of block */

/* MT Series Large Are */

.MTArea {
    position: absolute;
    top: -88px;
    left: 45px;
}

.ricomaMTAre {
    text-align: right;
}

.ricomaBag {
    width: 300px;
    position: absolute;
    top: 76%;
    left: 67%;
}

.selectric { background: #fff }
.selectric .button { background-color: #fff; color: #000; height: 31px }
.selectric-hover .selectric .button { color: #000 }
.selectric .button:after, .selectric-hover .selectric .button:after { border-top-color: #000 }
.selectric .label { white-space: initial; height: 31px; line-height: 31px }
.selectric-items { background: #fff }
.selectric-items li { border-bottom: 1px solid #c4c4c4; padding: 3px 10px }
.selectric-items li:last-child { border-bottom: transparent }
.selectric-items li.highlighted { background: #E0E0E0 }

  @media screen and (min-width: 1025px) and (max-width: 1200px) {
  .ricomaBag {left: 62%;}
  }

  @media screen and (min-width: 769px) and (max-width: 1024px) {
  .ricomaBag {left: 62%; z-index: 999;}
  .ricomaMTAre {transform: translateX(180px); z-index: 1;}
  }

  @media screen and (max-width: 768px) {
  .ricomaBag {width: 80%; left: 15%; top: 90%; z-index: 999;}
  .ricomaMTAre {width: 90%; opacity: 0; transform: translateX(0); z-index: 1;}
  .MTArea {width: 300px; left: 10px;}
  }

/* End of block */






.tableRicoma {
   display: inline-block;
   position: absolute;
   top: 25%;
   left: 10%;
}

  @media screen and (max-width: 1024px) {
  .tableRicoma {top: 20%; left: 5%;}
  }

  @media screen and (max-width: 768px) {
  .tableRicoma {top: 20%; left: 5%; position: relative; margin-bottom: 70px;}
  }


.tableRicomaMT {
   display: inline-block;
   position: absolute;
   top: 16%;
   left: 2%;
}

  @media screen and (max-width: 1024px) {
  .tableRicomaMT {position: relative; margin-bottom: 70px; margin-left: 40%;}
  }

  @media screen and (max-width: 768px) {
  .tableRicomaMT {position: relative; margin-bottom: 70px; margin-left: 20%;}
  }




.tableValign tr {vertical-align: top;}

.displayMainFeaturesLogo {
   position: absolute;
   width:90px;
   height: 90px;
   border-radius: 90px;
   background-color: #fff;
   margin: 0 auto;
   margin-top: -40px;
   margin-left: 43%;
}

  @media screen and (max-width: 768px) {
.displayMainFeaturesLogo {display: none;}
  }

  @media screen and (max-width: 1024px) {
.displayMainFeaturesLogo {margin-left: 44%;}
  }

  @media screen and (max-width: 1200px) {
.displayMainFeaturesLogo {margin-left: 45%;}
  }

  @media screen and (min-width: 1440px) {
.displayMainFeaturesLogo {display: none;}
  }

.displayMainFeatures {
    width: 50%;
}

  @media screen and (max-width: 768px) {
.displayMainFeatures {width:100%;}
  }


.listItemsColumn {
    width: 33%;
    float:left;
}

  @media screen and (max-width: 768px) {
  .listItemsColumn {width:100%;}
  }


/* Display Features*/

.mainFeaturesProduct {
 vertical-align: top;
 padding: 1px 0;
 font-size: 17px;
 color: #595a5c;
 text-align: left;
}

.mainFeaturesProduct tr{
 vertical-align: top;
}

.mainFeaturesDesc {
    width: 50%;
    float: left;
}

  @media screen and (max-width: 768px) {
.mainFeaturesDesc {width: 100%; float: clear;}
.mainFeaturesDisplay img {display:none;}
}

.mainFeaturesDesc td{
    padding: 3px 0;
}

.mainFeaturesDisplay {
 width: 50%;
 float: left;
 text-align: right;
}

  @media screen and (max-width: 1024px) {
.mainFeaturesDisplay {float:right;}
.mainFeaturesDesc {clear:left;}
   }

/* End of block*/

/* Display Features*/

.displayFeature {
    width: 50%;
    float: left;
    margin-bottom: 12px;
}

.displayImage {
    padding: 12px 0 12px 5px;
    text-align: center;
}

.displayDescription {
    padding: 12px 20px 0 50px;
    vertical-align: top;
    text-align: left !important;
}

  @media screen and (max-width: 1024px) {
  .displayImage {padding: 12px 0 12px 20px}
   }

   @media screen and (max-width: 768px) {
  .displayFeature {width:100%}
  .displayDescription {padding:10px 20px 50px 40px}
   }

/* End of block*/


/* Addition devices*/


.liquidListFTH {
    width: 33%;
    float: left;
    margin-bottom: 50px;
}

  @media screen and (max-width: 1024px) {
  .liquidListFTH {width: 33%; height: 232px; margin-bottom: 30px;}
   }

  @media screen and (max-width: 768px) {
  .liquidListFTH {width: 50%;}
   }


.liquidList {
    width: 25%;
    float: left;
    margin-bottom: 50px;
}

  @media screen and (max-width: 1024px) {
  .liquidList {width: 33%; height: 232px; margin-bottom: 30px;}
   }

  @media screen and (max-width: 768px) {
  .liquidList {width: 50%;}
   }


.embroProdustList div{
    float: left;
    width: 33%;
}

  @media screen and (max-width: 700px) {
  .embroProdustList div{width: 100%;}
   }


/* End of block*/

.mainDesc {
    font-size: 18px;
}

.displayFeatures td{
 vertical-align: top;
 padding: 1px 0;
 font-size: 17px;
 color: #595a5c;

}

.listItemsAdd tr {
    line-height: 1.25;
}



.listItemsAdd td {
        padding-left: 15px;
    padding-right: 15px;
        font-size: 18px;
    color: #595a5c;
    text-align: center;
    vertical-align: top
}


.customFont {
    font-size: 16px;
    color: #333333;
    line-height: 1.25;
}


.complectDesc {
    padding-top: 15px !important;
}

.complect {
    padding: 0 31px;
}

.containerCapFrame {
    margin-left: 10%;
}

.imgMargin img{
    margin: 0 20px;
}

.imgMarginCap img{
    margin: 0 60px;
}

  @media screen and (max-width: 800px) {
  .containerCapFrame {margin-left: 0;}
   }



.listItems td {
    font-size: 19px;
    color: #595a5c;
    padding: 0 0 8px 0;
    text-align: center;
    vertical-align: top;
}

 H4 {
    color: #333333;
    font-weight: normal;
}

 .headline H4{
     color:#58585b;
     font-size: 34px;
 }


.tdPaddings td {
    padding: 10px 5px 10px 10px;
    vertical-align: top;
    text-align: left !important;
}

.mainFeatures {
    padding: 10px 5px 10px 10px;
    vertical-align: top;
    text-align: left !important;
}

.shortDesc{
    font-size: 17px;
}

td.alignRight {
    text-align: right !important;
}

.textCenter {
    text-align: center !important;
}

td.borderRight {
    border-right: 1px solid #eee !important;
}

td.borderTop {
    border-top: 1px solid #eee !important;
}

td.Cell {
    padding: 0 20px 0 50px;
    vertical-align: top;
    text-align: left !important;
}

td.Cell span{
    color:#e0823b;
    font-size:20px;
}


.desc td {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}

.desc th {
text-align: center;
padding-top: 9px;
}

th.orange {
    background-color: #eebb8d;
}

.greyCell {
    background-color: #e5e5e5;
}

.lightGrey {
    background-color: #f3f3f3;
}

.ZlightGrey {
    background-color: #f3f3f3;
}

.borderBottom {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

/* Product description */



.site_map:before {
    font-family: "FontAwesome", serif;
    content: "\f105";
    display: inline-block;
    margin-right: 7px;
}


.sub-categories a {
    display: block;
    float: left;
}




.top-line .col-lg-7 {
    padding-top: 0px !important;
}


.col-lg-7 {
    padding-top: 20px !important;
}

/**

.invert-menu .menu-h, .invert-menu .menu-h-tree {
    background-color: #7e953e;
    border-top: none !important;
    border-bottom: none !important;
}

.container-menu-h .menu-h a {
    color: #fff !important;
    font-weight: think !important;
}



.top-line {
    background: #b4babd !important;
}


**/



.panel-default .panel-body img {
        transition: .2s ease-out;

}

.panel-default .panel-body img:hover {
        transform: translateY(-5px);
}


.product .purchase-down {
    border-top: 1px solid #fff;
}

.payment-options {
    padding: 10px 0;
}

.purchase-down img {
    margin-right: 15px;
    transition: .2s ease-out;
}

.purchase-down img:hover {
    cursor: pointer;
    transform: translateY(-1px);
}

img.last_payment_icon {
    margin-right: 0;
}


.noneTransition:hover {
    transform: none !important;
    transition-property: none !important;
}


/**

.footer a {
        color: #ffffff !important;
}

.footer .fa {
     color: #BCBEC0 !important;
}

.copyright {
    color: #BCBEC0 !important;
    padding-bottom: 40px;
}


.footer a {
    text-decoration: none;
}

.footer .container {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 20px;
}

.about-shop {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #006A71;
}


.footer .menu-h-footer a {
    color: #ffffff !important;
}

.footer h5 {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
}

.footer {
    color: #ffffff !important;
    margin-top: 100px;
}


.product h1 {
    font-size: 24px;
}
 **/

.product .cart-group .one-click {
    text-align: center;
    padding-top: 3px;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 5px;
    float: left;
    text-decoration: underline;
}

.payment-footer img {
    max-width: 130px;
    margin-right: 14px;
}

.fa-user:before {
    content: "\f2c0";
}


@media (min-width: 992px) {
    .top-line .container .row .col-lg-7 {
        float: left;
        width: 65%;
    }
}

@media (min-width: 992px) {
    .top-line .container .row .col-lg-5 {
        float: left;
        width: 35%;
    }
}

.menu-h-top li a {
    padding: 0.25rem 0;
    font-size: 1rem;
}

.scroll-top-wrapper, .menu-h li:hover a:hover, .menu-h-tree li:hover a:hover, .breadcrumbs ul li a, .header .cart-block, .bottom-bar .cart-block {
    color: #136694 !important;
}

.add2cart .btn-primary {
    float: left;
}

.product .options .inline-select a.selected {
    background-color: #DBE200 !important;
}

.product .options .inline-select a.selected {
    color: #333 !important;
}
.container-menu-h .menu-h a {
    color: #ffffff;
}

.thumbnail-catalog .name {
    overflow-y: hidden;
}
.wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url {
	margin-left:15px !important;
}
.g-recaptcha > div {
	width:auto !important;
}

/** Smart **/
.menu-h li.smart-menu ul li {
  width: 100%;
}
.menu-h li.smart-menu ul li.smart-menu-header {
  font-size: 20px;
  font-family: 'Roboto-Medium', Arial, serif;
  color: #588f27;
}
.menu-h li.smart-menu ul .lvl2 {
  margin-bottom: 20px;
}
.menu-h li.smart-menu ul li a {
  font-size: 17px;
  font-family: 'Roboto-Medium', serif;
  text-transform: none;
}
.menu-h li.smart-menu ul .lvl3-inner a {
  font-size: 17px !important;
  font-family: 'Roboto-Light', Arial, serif;
  text-transform: none;
  padding-left: 20px;
  position: relative;
}
.menu-h li.smart-menu ul .lvl3-inner a:before {
  content: "\2013";
  position: absolute;
  left: 20px;
  top: 0;
  color: #bcbcbc;
}
.menu-h li.more ul li.smart-menu a {
  text-transform: none !important;
}

.more-menu .smart-menu-header {
  display: none !important;
}
.more-menu .smart-menu.tree .col-lg-4 {
  width: 100%;
}
@media (max-width: 767px) {
  .smart-menu .lvl3-inner {
    display: none;
  }
  .smart-menu .lvl2,
  .smart-menu .lvl3-inner {
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }
  .smart-menu .lvl3-inner {
    padding-left: 10px;
  }
  .smart-menu .lvl2:last-child,
  .smart-menu .lvl3-inner:last-child {
    border-bottom: 0;
  }
  .smart-menu .col-lg-4 {
    padding: 0 !important;
  }
  .smart-menu .row {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 1350px) {
    .promos-block .promos a {
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1200px) {
  .promos-block .promos a {
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .promos-block .promos a {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .promos-block .promos a {
    height: 280px;
  }
}
@media (max-width: 576px) {
    .promos-block .promos a {
        height: auto;
        background:none !important;
    }
    .promos-block .promos a img{
        width:100%;
        display:block;
    }
}


.brand_box .item {
    flex: 0 0 25%;
    height: 120px;
    margin-top: 40px;
    padding: 0 20px;
}
@media (max-width: 576px) {
    .brand_box .item {
        flex: 0 0 33.3333333%;
    }
}
@media (max-width: 400px) {
    .brand_box .item {
        flex: 0 0 50%;
    }
}

/*Flex-box*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-1 {
  flex: 1 1 auto;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}


.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/*Flex-box*/
.top_banner_page a {
    height: 35px;
    display: block;
    background: url('/wa-data/public/site/overlocks/black-friday-top-banner2.jpg') repeat-x center center;
}
@media (max-width: 991px) {
    .top_banner_page a {
        background: url('/wa-data/public/site/overlocks/black-friday-top-banner-mobile.jpg') repeat-x center center;
    }
}


.list-catalog .change_expand {
    margin-top: 10px;
    display: inline-block;
}
.list-catalog .expand-content {
    overflow:hidden;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
}
.list-catalog .expand-content.closed {
    height: 150px;
}


.promos-block .promos .title .promo-title {
    margin-bottom: 10px;
}

.bnt-bf{
    margin: 0 auto;
}

@media (max-width: 767px) {
    .header .logo-fix {
        margin-bottom: -32px;
    }
}

.shipping-rates{
    display: none;
}

@media (max-width: 760px){
input.btn.btn-primary,.storequickorder_cart_button, .checkout-block {
    float:none;
    margin: 0 auto;


}
.checkout-block .storequickorder_cart_button {
    float: none;
    width: 232.25px;
    margin-top: 15px;
}

body {
    overflow-x: hidden;
}

.black-content .JackBruce{
    box-shadow:none;
}

.JackBruce{
    margin-bottom:0px;

}
.bnt-bf{
    margin-left: 20px;
    margin-top:-15px;
}
.bf-img-h-block{
    display:none;
}

.bf-img-h-hidden{
    display:block;
}

}

@media (max-width: 582px){

.wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url{
    margin-left:0px;
}
#change-background-bf{
    background-color: #171717;
}

}

/*Убрать текст промокода в корзине*/
.cupon-text, .promoHint{
    display:none;
}

/* Custom User CSS */

/* Colors ROOT */
:root {
    --color-primary: #136694;
    --color-secondary: #088DD2;
    --color-dark: #303944;
    --color-badge: #e63946;
    --color-hover: #41c8ff;
    --color-buttons: #3db7f4;
    --color-warn: #e63946;
    --color-info: #3db7f4;
    --color-active-link: #088ddc;
    --color-text: #333333;
    --padding: 1.75rem;
    --row-gap-section: 3rem;
    --gap-content: 1.25rem;
    --gap-items: 1.25rem;
}

/* Titles */
.description__title {
    font-weight: 500;
    margin: 0;
    padding: var(--padding);
}

h2.description__title {
    font-size: 2.25rem;
    line-height: 3rem;
}

h3.description__title {
    font-size: 2rem;
    line-height: 2.5rem;
}

h4.description__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

h5.description__title {
    font-size: 1.25rem;
    line-height: 2rem;
}

h6.description__title {
    font-size: 1rem;
    line-height: 1.5rem;
}

/* Containers */
.description-wrapper {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    scroll-behavior: smooth;
}

.description-containers {
    max-width: 1370px;
    display: flex;
    flex-direction: column;
    row-gap: var(--row-gap-section);
}

.description-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*gap:var(--gap-content);*/
}

.description-container--shadow {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 12%), 0px 2px 2px rgb(0 0 0 / 6%), 0px 0px 2px rgb(0 0 0 / 7%);
    border-radius: 0.75rem;
}

/* Images */
.description__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: var(--padding);
}

.description__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-items);
    text-align: center;
    border-radius: inherit;
}

.description__img img{
    border-radius: inherit;
}

.description__img-item {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: none !important;
    transform: none !important;

}

.description__banner {
    text-align: center;
}


.description__img--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 1rem;
    justify-items: center;
    align-items: baseline;
    border-radius: inherit;
}

.description__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.description__img--grid img {
    padding: 0.75rem;
    max-height: 400px;
}

.description__img-item--grid {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Text */
.description__text-container {
    display: flex;
    flex-direction: column;
    gap: var(--gap-items);
    padding: var(--padding);
}

.description__text-container h2,
.description__text-container h3,
.description__text-container h4,
.description__text-container h5,
.description__text-container h6 {
    padding: 0;
    margin: 0;
    text-align: center;
}

.description__text {
    color: var(--color-text);
    font-size: 1.25rem;
    line-height: 2.05rem;
    padding: 0;
    margin: 0;
}
/* Text quote*/
.description__quote {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
}
.description__quote::before {
    content: "📍";
    font-size: 1.2em;
    margin-right: 5px;
}
/* Text quote*/

/* Table START */
.description__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.description__table th, .description__table td {
    padding: 12px;
    border: 1px solid #dddddd;
    text-align: left;
}
.description__table th {
    background-color: #f2f2f2;
}
.description__table tr:nth-child(even) {
    background-color: #f9f9f9;
}
@media (max-width: 600px) {
    .description__table thead {
        display: none;
    }
    .description__table, .description__table tbody, .description__table th, .description__table td, .description__table tr {
        display: block;
    }
    .description__table th, .description__table td {
        padding: 10px;
        border: none;
    }
    .description__table tr {
        margin-bottom: 10px;
        border: none;
    }
    .description__table td {
        text-align: right;
        position: relative;

        border-bottom: 1px solid #dddddd;
    }
    .description__table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(100% - 20px);
        text-align: left;
        white-space: nowrap;
    }
}

/* Table END */

/* Warn for costumers */

.description__warn::before {
    content: '☝️';

}

/* Contacts - Social Links*/
.description__contacts {
    display: flex;
    flex-direction: row;
    gap: var(--gap-content);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex: 1 1 auto;
    padding: var(--padding);
}

.description__social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-items);
    color: var(--color-buttons);
    font-weight: 500;
}

.description__social-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.description__social-img {
    width: 75px;
    height: auto;
}

.description__contacts-img {
    max-width: 350px;
    height: auto;
}

/* List */
.description__list {
    color: var(--color-text);
    font-size: 1.25rem;
    line-height: 2.05rem;
    margin: 0;
    padding: 0;
}

.description__list-item {
    list-style: disc;
    list-style-position: inside;
}

.description__list-item::marker {
    color: var(--color-primary);
}

/* Icons */
.description__advantages {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.description__advantages-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

.description__advantages-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.description__advantages-image {
    display: block;
    max-width: 150px;
}

.description__caption {
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.description__caption img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.description__caption figcaption {
    max-width: 75%;
    text-align: center;
    margin: 0 auto;
    word-wrap: break-word;
}

/* Catalogs */
.description__catalogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.description__catalogs-item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    cursor: pointer;
}

/* Video */
.description-containers-video{
    display: flex;
    flex-direction: column;
    gap: var(--row-gap-section);
    justify-content: center;
    flex-wrap: wrap;
    max-width: 991px;
    margin:0 auto;
}

.description-containers-video section {
    flex-basis: 80%;
}

.description__video-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    flex-wrap: wrap;
}

.description__video {
    display: flex;
    gap: 1rem;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.description__video-wrapper {
    position: relative;
    width: clamp(100%, 50%, 80%);
    height: 350px;
    border-radius: 0.75rem;
}

.description__video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

/* Left-right side containers */
.description--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.description--row-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*Credits */
.additional-buttons{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 10px 0px;
    gap: 10px;
}
.additional-buttons a{
    display: flex;
    align-items: center;
    background:#2A27F9;
    color: #fff;
    border-color: #001af3;
}

.additional-buttons a:hover,
.additional-buttons a:visited,
.additional-buttons a:focus {
    color: #fff !important;
    border-color: #001af3 !important;
    background-color: #5856f9;
}
.additional-buttons a, button{
    margin: 0;
}
.additional-buttons a{
    justify-content: center;
    align-items: center;
}

/*WA - Forms - Custom CSS Start*/

.wforms-form .form-fields {
    width: 100%;
    margin: 0 auto;
}

.wforms-form .field-name {
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
}

.wforms-form .field-value {
    max-width: 100%;
}

.wforms-form .required {
    color: red;
}

.wforms-form input[type="text"] {
    width: calc(100% - 10px);
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.wforms-form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

.wforms-form .response {
    margin-top: 20px;
}

.wforms-form .wa-captcha {
    margin-top: 10px;
    text-align: center;
}

.wforms-form .g-recaptcha {
    display: inline-block;
}
.wforms-form tbody {
    display: flex;
    flex-direction: column;
}

.wforms-form tr.form-field {
    display: flex;
    flex-direction: column;
}
/*WA - Forms - Custom CSS End*/

/* Question answering START */
 .description-qa {
            margin: 10px 0;
        }
        .description-qa h2 {
            margin-top: 0;
            font-size: 2.25rem;
            line-height: 3rem;
            font-weight: 500;
            color: var(--color-text);
            text-align: center;
        }
        .description-qa-block {
            border: 1px solid #ddd;
            padding: 20px;
            margin: 10px 0;
            border-radius: 5px;
            background-color: #f9f9f9;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .description-qa-block label {
            font-weight: bold;
            color: var(--color-primary);
            margin-bottom: 10px;
            display: block;
            cursor: pointer;
            position: relative;
            padding-left: 25px;
            font-size: 1.25rem;
        }
        .description-qa-block label::before {
            content: '+';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.25rem;
        }
        .description-qa-block input[type="checkbox"] {
            display: none;
        }
        .description-qa-block input[type="checkbox"]:checked + label::before {
            content: '-';
        }
        .description-qa-block .description-answer {
            color: var(--color-text);
            display: none;
            font-size: 1.15rem;
            margin-top: 10px;
        }
        .description-qa-block input[type="checkbox"]:checked + label + .description-answer {
            display: block;
        }
        @media (max-width: 600px) {
            .description-qa-block {
                padding: 15px;
            }
            .description-qa h2 {
                font-size: 1.5rem;
            }
            .description-qa-block label {
                font-size: 1.15rem;
            }
            .description-qa-block .description-answer {
                font-size: 1.1rem;
            }
        }
/* Question answering END */

.description__accessories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem 2rem;
    width: 100%;
    padding: var(--padding);
    padding-top: 0;
}

/* advantage Blocks*/

.description-advantages-section {
    padding: 2rem;
    text-align: center;
}

.description-advantages-section__title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.description-advantages-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem; /* Проміжки між карточками */
}

.description-advantage-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-basis: calc(33.333% - 1.5rem); /* 3 карточки в ряд */
    max-width: calc(33.333% - 1.5rem); /* Гарантує, що ширина не перевищує обчислену */
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.description-advantage-card:hover {
    transform: translateY(-0.3125rem); /* 5px */
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.15); /* 6px 12px */
}

.description-advantage-card__image {
    width: 100%;
    border-radius: 0.625rem; /* 10px */
    margin-bottom: 1rem; /* 10px */
}

.description-advantage-card__text {
    margin-top: auto; /* Забезпечує вирівнювання тексту по нижньому краю */
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.description__advantages {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.description__advantages-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

.description__advantages-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.description__advantages-image {
    display: block;
    max-width: 150px;
}

.description__ua-flag::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><path fill="%23005BBB" d="M32 5H4a4 4 0 0 0-4 4v9h36V9a4 4 0 0 0-4-4z"></path><path fill="%23FFD500" d="M36 27a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-9h36v9z"></path></svg>')
        no-repeat center / contain;
    margin-right: 0.5rem;
    vertical-align: -0.2em;
}

 /* Video Cards */
    .description__video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    padding: var(--padding);
    justify-items: start;
    align-items: stretch;
}

.description__video-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%), 0px 1px 3px rgb(0 0 0 / 10%);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 400px;
}

.description__video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 20%), 0px 3px 10px rgb(0 0 0 / 15%);
}

.description__video-card-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.description__video-card-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.description__video-card-content {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.description__video-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.description__video-card-description {
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.5;
    margin: 0;
}


@media (min-width: 1200px) {
    .description__video-gallery {
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
        justify-items: start;
    }
}


@media (max-width: 991.97px) {
    .description__video-gallery {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        align-items: stretch;
        gap: 1.5rem;
    }
}


@media (max-width: 767.96px) {
    .description__video-gallery {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.35rem;
    }

    .description__video-card {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .description__video-card-content {
        padding: 1.25rem;
    }

    .description__video-card-title {
        font-size: 1.1rem;
    }

    .description__video-card-description {
        font-size: 0.95rem;
    }
}
    /* Video Cards End*/

/* Media Queries */
@media (max-width: 767.96px) {
    .description--reverse-item-order {
        order: 0;
    }

    .description--row {
        flex-direction: column;
    }

    h2.description__title,
    h3.description__title,
    h4.description__title,
    h5.description__title,
    h6.description__title {
        margin: 0;
        text-align: center;
    }

    .description-containers-video section {
    flex-basis: 100%;
}

 .description__text-container {
    padding: 1.35rem;
    }

}

@media (min-width: 575.98px) and (max-width: 767.97px) {
    .description--reverse-item-order {
        order: 0;
    }

    .description--row {
        flex-direction: column;
    }

    h2.description__title,
    h3.description__title,
    h4.description__title,
    h5.description__title,
    h6.description__title {
        margin: 0;
        text-align: center;
    }

    .description__text-container {
    padding: 1.35rem;
    }
}

@media (min-width: 767.98px) and (max-width: 991.97px) {
    .description--reverse-item-order {
        order: 0;
    }

    .description--row {
        flex-direction: column;
    }

    h2.description__title,
    h3.description__title,
    h4.description__title,
    h5.description__title,
    h6.description__title {
        margin: 0;
        text-align: center;
    }
}

@media (min-width: 991.98px) and (max-width: 1199.97px) {
    .description--reverse-item-order {
        order: 0;
    }

    .description--row {
        flex-direction: column;
    }

    h2.description__title,
    h3.description__title,
    h4.description__title,
    h5.description__title,
    h6.description__title {
        margin: 0;
        text-align: center;
    }
}

@media (min-width: 1199.98px) {
    .description--reverse-item-order {
        order: 1;
    }

    .description--row-content {
        display: flex;
        flex-wrap: wrap;
        max-width: 55%;
    }
}
@media (max-width: 991.98px) {
    .description-advantages-cards {
        gap: 1.5rem;
    }

    .description-advantage-card {
        flex: 1 1 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
}

@media (max-width: 767.98px) {
    .description-advantages-cards {
        gap: 1.5rem;
    }

    .description-advantage-card {
        flex: 1 1 calc(70%);
        max-width: calc(70%);
        margin: 0 auto;
    }

    .description-advantage-card__text {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .description-advantages-section {
        padding: 1.35rem;
    }

    .description-advantages-section__title {
        font-size: 1.25rem;
    }

    .description-advantage-card {
        flex: 1 1 calc(90%);
        max-width: calc(90%);
        margin: 0 auto;
    }
}

@media (max-width: 991.97px) {
    .description__img--grid {
        grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    }

    .description__img-item--grid {
        max-width: 100%;
        margin: 0;
    }
}


@media (max-width: 767.96px) {
    .description__img--grid {
        grid-template-columns: 1fr;
    }

    .description__img-item--grid {
        max-width: 100%;
        height: auto;
    }
}

/* Custom User CSS End */
