#masthead{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 101;
  
    background: #FFFFFF;
  }
  .header-wr{
      /*height: 144px;*/
  }
  .container{
      /*max-width: 1470px;*/
      /*max-width: 1230px;*/
      max-width: 1230px;
      /*max-width: 1366px;*/
      margin: 0 auto;
      padding: 0 15px;
      height: 100%;
  }
  body.home{
      background: #F8F8F8;
  }
  /* .page-template-goroda #primary,*/
  #primary {
      /*max-width: 1230px;*/
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 15px;
      height: 100%;
      padding-bottom: 80px;
  }
  .lazy{
      opacity: 0;
      filter: blur(50px);
      /* this is needed so Safari keeps sharp edges */
      transform: scale(1);
      transition: opacity 1s linear;
  }
  img:not(.lazy){
      opacity: 1;
      transition: opacity 1s linear;
      transform: scale(1);
  }
  .home  #primary, 
  .page-template-goroda #primary,
  .page-template-page-servis #primary,
  .page-template-page-kafe #primary {
      padding: 0;
      /*padding-bottom: 80px;*/
      max-width: none;
  }
  
  .topmen .header-l1 {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 10000;
      transition: all 0.3s;
      box-shadow: 0px 3px 4px rgb(0 0 0 / 10%);
      background: #fff;
      border-bottom: 0;
  }
  .mob-btn{
      display: none;
  
      margin-right: -5px;
      z-index: 100;
  
      height: 28px;
      transition: all .3s ease;
      text-decoration: none;
      padding-right: 50px;
      cursor: pointer;
      position: relative; 
      margin-left: 0px;
  }
  .mob-btn span {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #0B0D13;
  }
  .mob-btn:hover .mob-btn-in{
      width: 28px;
      background: #e31e24;
  }
  .mob-btn-in{
      position: absolute;
      right: 5px;
      top: 12px;
      width: 16px;
      height: 2px;
      background: #0B0D13;
      transition: all 0.3s ease;
  }
  .mob-btn-in:after{
      content: "";
      position: absolute;
      display: block;
      right: 0;
      height: 2px;
      background: #0B0D13;
      width: 28px;
      bottom: -8px;
      transition: all .3s ease;
      animation-duration: .5s;
      animation-delay: .15s;
  }
  .mob-btn-in:before {
      position: absolute;
      display: block;
      right: 0;
      width: 28px;
      height: 2px;
      background: #0B0D13;
      content: "";
      top: -8px;
      transition: all .3s ease;
      animation-duration: .5s;
      animation-delay: 0s;
  }
  .mob-btn.change .mob-btn-in:before {
      top: 0;
      -webkit-transform: rotate(
          45deg
          );
      -ms-transform: rotate(45deg);
      transform: rotate(
          45deg
          );
      background: #e31e24;
  }
  .mob-btn.change .mob-btn-in:after {
      bottom: 0;
      -webkit-transform: rotate(
          -45deg
          );
      -ms-transform: rotate(-45deg);
      transform: rotate(
          -45deg
          );
      background: #e31e24;
  }
  .mob-btn.change .mob-btn-in {
      background: 0 0;
  }
  .mone{
      position: relative;
      overflow: hidden;
  /*	padding-top: 30px;
  padding-bottom: 52px;*/
  
  
  background: url(assets/image/bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  
  height: 684px;
  }
  .porel{
    position: relative;
  }
  .oone{
    background: url(assets/image/bg3.jpg) no-repeat center;
    height: 540px;
  }
  .oone-l3{
    margin-top: 40px;
  }
  .oone__bg{
    position: absolute;
    right: 5%;
    top: 7%;
  }
  .mone .sect{
      /*padding-top: 0;*/
      /*padding-bottom: 52px;*/
  }
  .mone-in {
  
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      height: 100%;
      position: relative;
      z-index: 2;
      -ms-flex-align: flex-start;
      -webkit-box-align: start;
      align-items: flex-start;
      max-width: 650px;
      width: 100%;
  }
  .mone-l1{
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 120%;
  
      color: #1D1D1F;
      margin-bottom: 24px;
  }
  .mone-l1 p,
  .mone-l1 h1{
      font-size: inherit;
      margin-bottom: 0;
    font-weight: inherit;
    font-family: 'GeometriaR', sans-serif;
  }
  .mone-in b{
      font-weight: 700;
  }
  .mone-l1 span{
      font-weight: 700;
      color: #D14520;
  
  }
  .mone-l2{
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
  
      color: #1D1D1F;
      margin-bottom: 40px;
  }
  .header-l1-in{
      display: flex;
      -ms-flex-wrap: wrap;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .main-navigation a{
      position: relative;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
  
      color: #262F40;
      /*padding : 20px 25px;*/
      padding : 20px 0px;
  
  
      display: block;
  
      transition: all 0.3s;
      text-align: center;
  }
  .main-navigation a:hover{
      color: var(--color1) !important;
  }
  .main-navigation ul{
      list-style: none;
      margin: 0;
      padding-left: 0;
      display: flex;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      justify-content: space-between;
      -ms-flex-positive: 1;
      flex-direction: row;
      flex-grow: 1;
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .main-navigation li a:after{
      position: absolute;
      content: '';
      bottom: -2px;
      left: 25%;
      right:  25%;
      width: 50%;
      height: 2px;
      background-color:  var(--color1);
      -webkit-transform: scalex(0);
      -ms-transform: scalex(0);
      transform: scalex(0);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; 
  }
  .main-navigation li:hover > a:after{
      -webkit-transform: scalex(1);
      -ms-transform: scalex(1);
      transform: scalex(1);
  }
  .menu-item-has-children{
      position: relative;
  }
  .menu-item-has-children> a:before{
      position: absolute;
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-right: 1px solid  #0B0D13;
      border-bottom: 1px solid  #0B0D13;
      top: 24px;
      right: -10px;
      transform: rotate( 
          45deg
          );
      transition: all 0.3s;
  }
  .main-navigation ul ul .menu-item-has-children> a:before{
      top: 26px;
      right: 16px;
      transform: rotate( 315deg );
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
      display: block;
      left: 100%;
  }
  .header-rait img{
    margin-top: -22px;
  }
  .site-branding{
      /*width: 52px;*/
      /*min-width: 52px;*/
  }
  .header-l1{
      position: relative;
      z-index: 101;
      padding-top: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #EBEBEB;
      background: #FFFFFF;
  
  
  }
  
  .btn-v1{
  
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
  
  
    color: #EEEEEF;
  
  
  
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    padding: 28px 32px;
  
    background: linear-gradient(180deg, #3E7DF0 0%, #0349CA 100%);
    box-shadow: inset 0px 0px 12px #5C93F8;
    border-radius: 8px;
  
    outline: 0;
    /*border: 2px solid var(--color1);*/
  
  }
  .btn-v1:hover{
  
  }
  .btn-v1:active{
  
  }
  .btn-v2{
  
  }
  .btn-v2:hover{
  
  }
  .btn-v2:active{
  
  }
  .btn-v3{
  
  }
  .btn-v3:hover{
      /*background: var(--color1);
      color: #FFFFFF;*/
  }
  .btn-v3:active{
      opacity: 0.8;
  }
  .header-tel-wr{
      text-align: right;
  }
  .header-tel{
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 100%;
  
      text-align: right;
  
      color: #1D1D1F;
      position: relative;
  
  }
  .header-tel:hover{
      color: #E31E24;
  }
  .header-tel:before{
      content: url( assets/image/phone.svg);
      margin-right: 4px;
  
      position: relative;
      top: 3px;
  
  }
  .header-tel-wr span{
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
  
      text-align: right;
  
      color: #1D1D1F;
      display: inline-block;
      margin-bottom:   8px;
      position: relative;
  }
  .header-tel-wr span:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: -9px;
    top: 4px;
    background: #16D34B;
  }
  
  .header-city{
  
  }
  .header-city__text{
      display: inline-block;
      margin-left: 8px;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      /* identical to box height, or 17px */
  
      text-align: right;
  
      color: #000000;
    position: relative;
  }
  .header-city__text:after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0B0D13;
    border-bottom: 1px solid #0B0D13;
    top: 5px;
    right: -10px;
    transform: rotate( 45deg );
    transition: all 0.3s;
  }
  .header-city__city{
      font-weight: 700;
  }
  /*.main-navigation ul ul {
      box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
      background: #fff;
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      display: block;
      width: 300px;
      }*/
      .menu-glavnoe-menju-container{
          /*position: relative;*/
       /* position: fixed;
        left: 0;
        top: 0;
        width: 100%;*/
      }
      .header-l2  .sf-menu > li > a{
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 100%;
  
          color: #1D1D1F;
      }
      body  .header-l2  .sf-menu > li > a{
        color: #1D1D1F;
      }
      .header-l2{
          background: #FFFFFF;
          box-shadow: 0px 4px 12px rgba(29, 29, 31, 0.05);
      }
      .header-soc{
          display: flex;
          gap: 8px;
      }
      .home .container,
      .page-template-page-rasrochka .container,
      .page-template-goroda .container,
      .page-template-page-opt .container,
      .page-template-reklama .container{
          max-width: 1230px;
      }
  
      .bg-cards .button.clickBuyButton{
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 100%;
          /* identical to box height, or 16px */
  
        margin-left: 0;
        color: #EEEEEF;
        background: linear-gradient(180deg, #3E7DF0 0%, #0349CA 100%);
        box-shadow: inset 0px 0px 12px #5C93F8;
        border-radius: 8px;
        padding: 16px;
        width: 100%;
      }
      body  .bg-cards__body-footer__price .price,
      body  .single-product-body__price .price{
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: 100%;
  
          color: #1D1D1F;
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          align-items: flex-end;
      }
      .bg-cards__body-footer__price{
          margin-left: 0 !important;
      }
      body   .bg-cards__body-footer__price .price del,
      body  .single-product-body__price .price del{
          font-size: 16px;
          color: #8C8C8C;
          margin-left: 16px;
      }
      .bg-cards__body-footer__price{
          margin-bottom: 12px;
      }
      body .woocommerce-loop-product__title{
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 130%;
  
          color: #1D1D1F;
          margin-bottom: 12px; 
        overflow: hidden;
        height: 42px;
      }
      body  .bg-cards__body-footer__qty{
          display: none;
      }
      body .bg-cards {
          padding: 0px 20px 24px 20px;
          background: #FFFFFF;
        overflow: hidden;
        box-shadow: 0px -2px 10px rgba(68, 92, 130, 0.04), -1px 4px 10px rgba(68, 92, 130, 0.06), 0px 0px 2px rgba(68, 92, 130, 0.04);
        border-radius: 8px;
      }
      .bg-cards  ul.bg-cards__body__characteristics{
          padding-top: 20px;
          margin-top: 20px;
          border-top: 1px solid #C8C8C8;
      }
      .bg-cards  ul.bg-cards__body__characteristics li .bg-cards__body__characteristics__attr{
          font-style: normal;
          font-weight: 700;
          font-size: 14px;
          line-height: 120%;
  
          text-align: right;
  
  
          color: #1D1D1F;
  
      }
      .bg-cards ul.bg-cards__body__characteristics li .bg-cards__body__characteristics__name{
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 120%;
  
          color: #1D1D1F;
      }
      .bg-cards .more-har{
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 120%;
  
          color: #D14520;
      }
      .bg-cards .bg-cards__body-footer__btn{
          margin-bottom: 0;
      }
      body  #formOrderOneClick input[type="email"],
      body   #buyoneclick_form_order input[type="tel"],
      body  #buyoneclick_form_order input[type="text"]{
          border: 2px solid;
          border-radius: 8px;
          border-color: #E1DFDE;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 100%;
          /* color: #B4B4B4; */
          padding: 14px 20px;
          height: auto;
      }
      body   #formOrderOneClick>.popup{
          max-width: 400px;
          padding: 40px 30px 36px 30px;
      }
      body #formOrderOneClick .button{
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 100%;
          color: #EEEEEF;
          background: #0349CA;
          border-radius: 8px;
          padding: 16px 34px;
  
      }
      body #formOrderOneClick .popup .close_order{
          background: rebeccapurple;
      }
      #buyoneclick_form_order h2{
          font-style: normal;
          font-weight: 500;
          font-size: 28px;
          line-height: 120%;
  
          margin-bottom: 24px;
      }
      .mone-l3{
        position: relative;
      }
      .mone-l3__st{
          position: absolute;
          left: 120%;
          top: 2px;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          width: 100%;
          line-height: 140%;
          color: #1D1D1F;
       text-align: left;
     }
     .mone-l3__st2{
  
     }
     .mone-l3__st span{
       color: #0349CA;
       font-weight: 700;
     }
     .mone-l3__st:before{
       content: url(assets/image/arrow.svg);
       position: absolute;
       left: -40px;
       top: 130%;
     }
     .mone-l3__btn{
       position: relative;
       overflow: hidden;
     }
     .mone-l3__btn:after{
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 45px;
      transform: skewX(-45deg);  
      animation: flareAnimation;
      left: -150%;
      background: #FFFFFF;
  
      animation: flareAnimation 4s infinite linear;  
  
    }
    @keyframes flareAnimation {
      0% {
        left: -150%;
      }
      50% {
        left: 150%;
      }
      100% {
        left: 150%;
      }
    }
    .mone-l4{
     margin-top: 120px;
   }
   .mone-l4-i{
     position: relative;
     display: inline-block;
     vertical-align: top;
     margin-right: 45px;
  
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 140%;
  
     color: #1D1D1F;
     padding-left: 28px;
   }
   .mone-l4-i:last-child{
     margin-right: 0;
   }
   .mone-l4-i:before{
     content: url( assets/image/galka.svg);
  
  
     position: absolute;
     left: 0;
     top: 10px;
  
   }
   .title_v1{
     font-style: normal;
     font-weight: 400;
     font-size: 32px;
     line-height: 130%;
  
     text-align: center;
  
     color: #1D1D1F;
     margin-bottom: 12px;
   }
   .title_v1 span,
   .title_v2 span{
     font-weight: 700;
   }
   .title_v2{
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 130%;
  
     text-align: center;
  
     margin-bottom: 50px;
     color: #1D1D1F;
   }
   .mtwo{
     padding-bottom: 80px;
     padding-top: 80px;
  
     overflow: hidden;
   }
   .mtwo-i img{
    width: 100%;
  }
  .mtwo-i{
    overflow: hidden;
    border-radius: 8px;
  }
  .mtwo__slider .slick-list{
   overflow: visible;
  }
  .mthree{
  
  }
  .mthree .title_v1{
   max-width: 700px;
   margin: 0 auto;
   margin-bottom: 32px;
  }
  body .btn-s{
  
   min-width: 133px;
   box-shadow: none;
   cursor: pointer;
  
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 100%;
   text-align: center;
   color: #1D1D1F;
   border: 1px solid #C8C8C8;
   border-radius: 8px;
   padding: 18px 32px;
  
   background: transparent;
  }
  body .btn-s:hover{
   border-color: #D14520;
   color: #D14520;
  }
  body .btn-s.active{
    box-shadow: none;
    border-color: #D14520;
    color: #EEEEEF;
    background: #D14520;
  
  }
  body .m-tabs-btn{
   margin-left: 6px;
   margin-right: 6px;
  }
  body .m-tabs-btn-wr{
   margin-bottom: 50px;
  }
  .mfour{
   padding-top: 80px;
   padding-bottom: 80px;
  }
  .mfour-in{
   filter: drop-shadow(0px 0px 60px rgba(29, 29, 31, 0.1));
   border-radius: 8px;
   padding: 20px;
  
   background: url(assets/image/bg2.jpg) no-repeat center;
   -webkit-background-size: cover;
   background-size: cover;
  }
  .mfour-wr{
   border: 1px solid #C8C8C8;
   border-radius: 8px;
   padding: 40px;
  
   position: relative;
  }
  .mfour-l{
  
  }
  .mfour-r{
  
  }
  .mfour-l1{
   background: #D14520;
   border-radius: 12px;
   margin-bottom: 20px;
   display: inline-block;
   vertical-align: top;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 100%;
   /* identical to box height, or 16px */
  
  
   color: #EEEEEF;
   padding: 12px 20px;
  }
  .mfour-l2{
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 130%;
   margin-bottom: 20px;
   color: #1D1D1F;
  
   max-width: 550px;
  }
  .mfour-l2 b{
   font-weight: 700;
  }
  .mfour-l2 span{
   font-weight: 700;
   color: #D14520;
  }
  .mfour-l3{
   margin-left: 0;
   padding-left: 0;
   margin-bottom: 32px;
  }
  .mfour-l3 li{
   position: relative;
   padding-left: 28px;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 140%;
  
   color: #1D1D1F;
  
   margin-bottom: 8px;
  }
  .mfour-l3 li:before{
   content: url( assets/image/galka.svg);
  
  
   position: absolute;
   left: 0;
   top: 1px;
  }
  .mfour-l4{
   padding: 24px 32px;
  }
  .mfour__img{
   position: absolute;
   left: 660px;
   top: 52px;
  }
  .mfour__bank{
   display: flex;
   position: absolute;
   right: 30px;
   bottom: 40px;
   gap: 10px;
  }
  .mfour__bank img{
  
   filter: drop-shadow(0px -2px 10px rgba(68, 92, 130, 0.04)) 
   drop-shadow(-1px 4px 10px rgba(68, 92, 130, 0.06)) 
   drop-shadow(0px 0px 2px rgba(68, 92, 130, 0.04));
  }
  .mfive{
  
  }
  .mfive-in{
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
  }
  .mfive-l{
  
  }
  .mfive-r{
   max-width: 780px;
   width: 100%;
  }
  .mfive__title{
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 130%;
  
   color: #1D1D1F;
   margin-bottom: 12px;
  }
  .mfive__title b{
   font-weight: 700;
  }
  .mfive__title2{
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 130%;
  
   color: #1D1D1F;
   margin-bottom: 32px;
  }
  .mfive-slide{
   display: flex !important;
   gap: 14px;
   flex-direction: column;
  }
  .mfive .slick-slide{
   margin-right: 8px;
   margin-left: 8px;	
  }
  .mfive .slick-track{
   margin-right: -8px;
   margin-left: -8px;	
  }
  .youtube{
   border-radius: 8px;
  }
  .msix{
   padding-top: 80px;
   padding-bottom: 80px;
  }
  .msix-in{
   border-radius: 12px;
   padding: 20px;
  
   background: #FFFFFF;
  
   box-shadow: 0px 0px 60px rgba(29, 29, 31, 0.1);
  }
  .msix-wr{
   border: 1px solid #C8C8C8;
   border-radius: 8px;
   padding: 40px;
  
   position: relative;
  }
  
  .msix__up{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   margin-bottom: 40px;
  }
  .msix-l{
  
  }
  .msix-r{
   text-align: right;
  }
  .msix-l1{
   margin-bottom: 0;
   max-width: 664px;
  }
  .msix-l2{
   display: inline-block;
   vertical-align: top;
   margin-bottom: 12px;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 130%;
   /* or 23px */
  
   text-align: right;
  
   color: #1D1D1F;
  
  }
  .msix-l3{
   display: inline-block;
   vertical-align: top;
   font-style: normal;
   font-weight: 700;
   font-size: 26px;
   line-height: 100%;
  
   text-align: right;
   font-family: 'GeometriaB';
  
   color: #1D1D1F;
   margin-bottom: 14px;
  }
  .msix-l4{
   justify-content: flex-end;
  }
  .msix__down-text{
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 130%;
  
   color: #A0A0A0;
   margin-top: 30px;
  }
  .wpcf7-form-control-wrap{
  
  }
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap select{
   /*border: 1px solid #F0F0F0;*/
  
   background: #F0F0F0;
   border-radius: 8px;
  
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 100%;
   /*color: #AAB4C0;*/
   padding: 26px;
   padding-left: 22px;
   display: block;
   width: 100%;
  
  }
  .msix  .wpcf7-form > p{
   margin-bottom: 0;
   display: flex;
   gap: 16px;
  }
  .wpcf7-form{
   position: relative;
  }
  .msix  .wpcf7-spinner{
   position: absolute;
   right: 0;
   bottom: 0;
  }
  .wpcf7-submit{
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   padding: 28px 34px;
   color: #EEEEEF;
   text-align: center;
   display: inline-block;
   cursor: pointer;
   transition: all 0.3s;
  
   background: linear-gradient(180deg, #3E7DF0 0%, #0349CA 100%);
   box-shadow: inset 0px 0px 12px #5C93F8;
   border-radius: 8px;
   outline: 0;
  }
  .mseven{
  
  }
  .mseven-in{
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   grid-column-gap: 20px;
   grid-row-gap: 20px;
   width: 100%;
  }
  .mseven .title_v1{
   margin-bottom: 50px;
  }
  .mseven-i{
   border-radius: 8px;
  }
  .meight{
   padding-top: 80px;
   /*padding-bottom: 80px;*/
  }
  .meight .title_v1{
   margin-bottom: 50px;
  }
  
  .trr{
   max-height: 156px;
   transition: max-height 0.2s ease-out;
   overflow: hidden;
  
  }
  .trr-o{
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   border: 1px solid #D14520;
   border-radius: 8px;
   padding: 18px 32px;
   color: #D14520;
   text-align: center;
   cursor: pointer;
  
   display: block;
   margin: 0 auto;
  
   width: 206px;
  
  }
  .trr.open + .trr-o {
   /*display: none;*/
  }
  body  .subscribe-item{
   justify-content: space-between;
  }
  body   .subscribe{
   padding-top: 58px;
   padding-bottom: 58px;
   background: #0349CA;
  }
  body   .subscribe-item__caption,
  body   .subscribe-item__caption p{
   font-style: normal;
   font-weight: 700;
   font-size: 32px;
   line-height: 130%;
   width: 100%;
   max-width: 535px;
  
   color: #FFFFFF;
  }
  .subscribe-item__btn  .btnModal{
   background: #D14520;
   border-radius: 8px;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 100%;
   height: auto;
   width: auto;
   box-shadow: none;
  
   color: #EEEEEF;
   text-align: center;
   display: inline-block;
   vertical-align: top;
  
   padding: 28px 75px;
  }
  .slider-paging-number{
   text-align: center;
  }
  .mtwo .slider-paging-number{
   top: -40px;
   z-index: 6;
   position: relative;
  }
  .mtwo  .slick-slide{
    margin-left: 10px;
    margin-right: 10px;
  
  }
  .mtwo-i{
    border-radius: 8px;
    overflow: hidden;
  }
  .mtwo  .slick-track{
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .slider-paging-number li{
   margin-left: 4px;
   margin-right: 4px;
   display: inline-block;
  }
  .slider-paging-number li button{
   font-size: 0;
   width: 12px;
   height: 12px;
  
   background: #D2D2D2;
   border-radius:  100%;
  }
  .slider-paging-number li.slick-active button{
   background: #D14520;
  }
  .subscribe{
    margin-top: 80px;
  }
  .bg-cards__body-footer__btn .btnModal{
    display: none;
  }
  .single_add_to_cart_button.clickBuyButton{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #EEEEEF;
    background: linear-gradient(180deg, #3E7DF0 0%, #0349CA 100%);
    box-shadow: inset 0px 0px 12px #5C93F8;
    border-radius: 8px;
    padding: 16px;
    display: inline-block;
    margin-left: 16px;
  }
  .single-btn .btnModal {
   display: none;
  }
  .title_v1 h1,
  .title_v1 p,
  .title_v1 h2{
    font-family: 'GeometriaR', sans-serif;
    font-weight: inherit;
    margin-bottom: 0;
    font-size: inherit;
  }
  .title_v1 b,
  .title_v1 span{
    font-family: 'GeometriaB';
  }
  
  body .label-span {
    position: absolute;
    display: grid;
    z-index: 1;
    left:  -34px;
    bottom: 18px;
  }
  body .label-span span{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    padding: 6px 20px;
    color: #FFFFFF;
    border-radius: 0 4px 4px 0;
    text-align: center;
  }
  body .bg-cards__body-footer{
    display: block;
  }
  body .mm-menu--theme-light,
  body .mm-navbar,
  body .up-sells__item.current, 
  body .up-sells__item.current:hover,
  body .sf-menu > li > ul li,
  body .sf-menu > li > ul li:hover,
  body .mm-panel{
    background: #0349CA;
    background-color:  #0349CA;
  }
  
  body .sf-menu > li:not(.sf-mega-link) > ul > li,
  body .sf-menu > li:not(.sf-mega-link) > ul > li:hover{
   background: #0349CA !important;
   background-color:  #0349CA !important;
  }
  body .btnModal{
    background: linear-gradient(180deg, #3E7DF0 0%, #0349CA 100%);
    box-shadow: inset 0px 0px 12px #5C93F8;
    border-radius: 8px;
  }
  
  div.wpfMainWrapper[data-filter="1"] #wpfBlock_1 .irs-bar, div.wpfMainWrapper[data-filter="1"] #wpfBlock_1 .irs-from, div.wpfMainWrapper[data-filter="1"] #wpfBlock_1 .irs-to, div.wpfMainWrapper[data-filter="1"] #wpfBlock_1 .irs-single{
    background: #d14520 !important;
    background-color: #d14520 !important;
  }
  .irs--round .irs-handle {
  
    border: 4px solid #d14520 !important;
    background-color: #d14520 !important;
    
  }
  
  .irs--round .irs-line{
    background-color: #e6e6e6 !important;
  }
  
  .irs .irs-max{
    display: none !important;
  }
  
  div.wpfMainWrapper[data-filter="1"] #wpfBlock_7 .irs-bar, div.wpfMainWrapper[data-filter="1"] #wpfBlock_7 .irs-from, div.wpfMainWrapper[data-filter="1"] #wpfBlock_7 .irs-to, div.wpfMainWrapper[data-filter="1"] #wpfBlock_7 .irs-single {
    background-color: #0349CA !important;
    border-color: #0349CA !important;
  }
  .woocommerce-pagination ul li .page-numbers:hover, .woocommerce-pagination ul li .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current{
   background-color: #0349CA !important;
   color: #fff  !important;
  }
  .home-reviews-swiper-slide__header-name data{
    color: #0349CA  !important;
  }
  .meight-in{
    margin-bottom: 40px;
  }
  #breadcrumbs{
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .single-product-img .label-span{
    display: none;
  }
  .for-title{
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 115%;
  
    color: #1D1D1F;
    margin-bottom: 32px;
  }
  .for-title b{
   font-weight: 700;
  }
  .for-title p{
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 115%;
  
    color: #1D1D1F;
  }
  
  .pum-container label{
    display: block;
  }
  .pum-container .wpcf7-form-control-wrap{
    width: 100%;
    margin-top: 10px;
    display: block;
  }
  .pum-container input  {
    width: 100%;
    border: 2px solid #EDEDED;
    border-radius: 6px;
    background: #FFFFFF;
  }
  .pum-container  select{
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #EDEDED;
    border-radius: 6px;
  }
  .pum-container .wpcf7-submit{
    width: 100%;
    background: linear-gradient(180deg, #3E7DF0 0%, #0349CA 100%);
    box-shadow: inset 0px 0px 12px #5C93F8;
    border-radius: 8px;
    border: 0;
  }
  .meight-in  .tablepress{
    border-radius: 8px 8px 0px 0px !important;
    overflow: hidden;
  }
  body .tablepress>:where(thead,tfoot)>*>th{
    background: #EBEBEB;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */
  
    padding: 16px;
    color: #646464;
  
  }
  body .tablepress   td{
    padding: 16px !important;
    padding-left: 20px !important;
    border: 1px solid #EBEBEB !important;
  }
  table{
  
  }
  #tablepress-1 img{
    max-width: 120px;
  } 
  .page-template-page-opt .mseven  {
    padding-top: 50px;
  }
  .sf-menu > li > ul li a{
    padding: 0.35em 1em;
  }
  .up-sells-wr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .up-sells__col2{
   grid-template-columns: repeat(2, 1fr);
  }
  .up-sells__col3{
   grid-template-columns: repeat(3, 1fr);
  }
  .up-sells__col4{
   grid-template-columns: repeat(2, 1fr);
  }
  .up-sells__col5{
   grid-template-columns: repeat(3, 1fr);
  }
  .up-sells__col6{
   grid-template-columns: repeat(3, 1fr);
  }
  .up-sells__col7{
   grid-template-columns: repeat(3, 1fr);
  }
  body .bg-cards  .bg-cards__body .bg-cards__body__characteristics > div{
    display: none;
  }
  .bg-cards .more-har{
    display: block !important;
  }
  .entry-content ul{
    margin-bottom: 1em;
  }
  .entry-content ol{
    margin-bottom: 1em;
  }
  .entry-content ul li{
    list-style: disc;
    margin-bottom: 6px;
  }
  
  .entry-content ol li{
    list-style-type: decimal;
    margin-bottom: 6px;
  }
  .mkom{
    padding-bottom: 80px;
  }
  .mkom .title_v1{
    margin-bottom: 40px;
  }
  .mkom img{
    border-radius: 12px;
  }
  
  
  
  
  
  
  
  
  
  
  
  /*=========================================================================*/
  
  
  @media screen and (max-width: 1920px) { 
  
  } 
  @media screen and (max-width: 1660px) { 
  
  } 
  @media screen and (max-width: 1600px) { 
  
  } 
  @media screen and (max-width: 1440px) { 
  
  } 
  @media screen and (max-width: 1366px) {
  
  }
  @media screen and (max-width: 1280px) { 
  
  } 
  @media screen and (max-width: 1200px) { 
  
  } 
  @media screen and (max-width: 1100px) { 
  
  } 
  @media screen and (max-width: 1040px) { 
  
  } 
  @media screen and (max-width: 992px) {
    .header-rait{
      display: none;
    }
    .header-l2{
      display: none;
    }
    .mone-l1{
      font-size: 32px;
    }
  
    .btn-v1{
      padding: 18px 22px;
    }
    .mone {
  
      height: 590px;
    }
    .mtwo .title_v1{
      margin-bottom: 8px;
    }
    .title_v2 {
  
      margin-bottom: 32px;
  
    }
    .mtwo,
    .mfour,
    .msix{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .meight{
      padding-top: 50px;
    }
    .mfour__img {
      position: absolute;
      left: 660px;
      top: 52px;
      width: 200px;
    }
    .mfour-l2 {
  
      font-size: 24px;
  
    }
    .mfour__bank img{
      width: 100px; 
    }
    .mfive-r {
      max-width: 600px;
  
    }
    .msix-l1 {
  
      max-width: 450px;
    }
    .title_v1{
      font-size: 26px;
      margin-bottom: 30px;
    }
  
    .mfive__title {
  
      font-size: 25px;
  
    }
    .menu.mm-listview{
      padding: 40px;
    }
  
  } 
  @media screen and (max-width: 768px) { 
   .header-city {
    display: none;
  }
  .mone-l1 {
    font-size: 26px;
  }
  .mone-l2 {
  
    font-size: 16px;
  
    margin-bottom: 20px;
  }
  .mfour__img {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    width: 100px;
  }
  .msix__up{
    flex-direction: column;
  }
  .msix-l1 {
    max-width: none;
    margin-bottom: 16px;
  }
  .msix-l4{
    justify-content: center;
  }
  .msix-r {
    text-align: center;
    width: 100%;
  }
  .mfive-in {
    flex-direction: column;
  }
  .mfive-r {
    max-width: none;
  }
  body .subscribe-item__caption, body .subscribe-item__caption p {
    font-size: 25px;
  }
  body .subscribe-item__caption{
    margin-bottom: 32px;
  }
  .subscribe-item__btn .btnModal {
  
    padding: 20px 70px;
  }
  .oone__bg{
    opacity: 0.5;
  }
  } 
  @media screen and (max-width: 650px) { 
    .mkom{
      padding-bottom: 40px;
    }
    .mkom .title_v1{
      margin-bottom: 12px;
    }
  
  } 
  @media screen and (max-width: 568px) { 
    header  .header-soc{
      display: none;
    }
    .site-branding img{
      width: 108px;
      max-width: none;
    }
    .site-branding{
      overflow: hidden;
      width: 52px;
    }
    .header-tel-wr span{
      font-size: 12px;
      margin-bottom: 0;
    }
    .header-tel{
      font-size: 16px;
    }
    .mone{
      padding-top: 32px;
      /*height: 743px;*/
      height: 603px;
      background: url(assets/image/bg_mob.jpg) no-repeat center;
      background-size: cover; 
      background-position-y: bottom;
    }
    .mone-l1{
      font-weight: 400;
      font-size: 22px;
      line-height: 130%;
      margin-bottom: 12px;
      text-align: center;
    }
    .header-l1{
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .mone-in{
      align-items: center;
      justify-content: flex-start;
    }
    .mone-l2{
      text-align: center;
      font-size: 16px;
      margin-bottom: 32px;
    }
    .mone-l3__st:before{
      display: none;
    }
  
    .mone-l3__st {
  
     left: 12%;
     top: 80px;
     text-align: center;
     max-width: 230px;
   }
   .mone-l4-i {
  
    margin-right: 0px;
  
    padding-left: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .mone-l4 {
    margin-top: 90px;
    text-align: center;
    display: none;
  }
  .mone-l4-i:before {
    position: relative;
    left: 0;
    display: block;     
    margin-bottom: 6px;  
  }
  .mone-l4-i br{
    display: none;
  }
  .mtwo, .mfour, .msix{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title_v1{
    font-size: 22px;
  }
  .mtwo .title_v1 {
    margin-bottom: 12px;
  }
  .title_v2 {
    font-size: 16px;
  }
  .mtwo .slider-paging-number {
    top: 0px;
    z-index: 6;
    position: relative;
  }
  .mthree .title_v1 {
    margin-bottom: 24px;
  }
  body .btn-s{
    font-size: 14px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    padding: 12px 16px;
    min-width: auto;
  }
  body .m-tabs-btn-wr{
    margin-bottom: 20px;
  }
  body .bg-cards .bg-cards__img{
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  body .bg-cards  .bg-cards__upper{
    display: flex;
    /*gap: 16px;*/
    flex-direction: column;
  }
  .bg-cards__body-footer__price{
    margin-bottom: 8px;
  }
  body .bg-cards__body-footer__price .price{
    font-size: 16px;
  }
  body .woocommerce-loop-product__title{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .mfour-in, .msix-in {
  
    border-radius: 8px;
    padding:  0px;
  
  }
  .mfour-wr, .msix-wr {
    border: 0;
    border-radius: 8px;
    padding: 40px 16px;
    text-align: center;
  
  }
  .mfour__img{
    display: none;
  }
  .mfour-l1{
  
  }
  .mfour-l2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .mfour-l3 li{
    margin-right: 0px;
    padding-left: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .mfour-l3 li:before {
    position: relative;
    left: 0;
    display: block;
    margin-bottom: 2px;
  }
  .mfour__bank {
    display: grid;
    position: relative;
    right: 0;
    bottom: 0;
    /*gap: 14px;*/
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  .mfour__bank img{
    width: 100%; 
  }
  .mfour-l{
    margin-bottom: 32px;
  }
  body .youtube {
    height: 180px !important;
  }
  .msix .wpcf7-form > p {
    margin-bottom: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
  
    padding: 20px;
  
  }
  .wpcf7-submit{
    padding: 20px;
  }
  .mfive__title{
    font-size: 22px;
  }
  .mfive__title2{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mfive-l{
    text-align: center;
    margin-bottom: 20px;
  }
  .msix__up {
    margin-bottom: 20px;
  }
  .msix__down-text {
  
    margin-top: 16px;
  }
  .mseven .title_v1 {
    margin-bottom: 32px;
  }
  .mseven-in {
  
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  
  }
  .meight .title_v1 {
    margin-bottom: 32px;
  }
  .trr {
    max-height: 150px;
  
  }
  body .subscribe {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  
  }
  body .subscribe-item__caption, body .subscribe-item__caption p {
    font-size: 22px;
    text-align: center;
  }
  body .bg-cards__body-footer__price{
    margin-bottom: 8px;
    padding-top: 20px;
  }
  body .bg-cards {
    padding: 0px 16px 20px 16px;
  
  }
  .bg-cards ul.bg-cards__body__characteristics{
    overflow: hidden;
  
    height: 46px;
  }
  .bg-cards .bg-cards__body__characteristics.open2 ul.bg-cards__body__characteristics{
    height: auto;
  }
  body .bg-cards__body-footer__btn {
    width: 100%;
  
  }
  .single_add_to_cart_button.clickBuyButton {
  
    margin-left: 6px;
  }
  
  body .bg-cards__body-footer__price .price del{
    font-size: 12px;
  }
  .bg-cards__img img{
    margin-left: -16px;
  }
  body .label-span {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    left: -17px;
    top: 0;
    bottom: auto;
  }
  body .label-span span {
    border-radius: 8px 0px 4px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .bg-cards ul.bg-cards__body__characteristics li .bg-cards__body__characteristics__attr{
    width: 34%;
  }
  .bg-cards ul.bg-cards__body__characteristics li .bg-cards__body__characteristics__name {
   width: 65%;
  }
  .for-title p {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 115%;
    color: #1D1D1F;
  }
  .for-title{
    margin-bottom: 24px;
  }
  body .pum-theme-2300 .pum-container,
  body  .pum-theme-lightbox .pum-container{
    padding: 18px;
  }
  body .meight-in .column-2{
    display: none;
  }
  body .meight-in .column-1{
    padding: 4px !important;
    font-size: 14px;
  }
  body .tablepress td {
    padding: 6px !important;
    font-size: 14px;
    padding-left: 10px !important;
    
  }
  .mone-l3__btn{
    position: relative;
    padding: 24px 58px;
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
  .up-sells-wr{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .up-sells__item {
    width: 100% !important;
  }

  .bl__example-products > ul {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    }

    .bg-cards .button.clickBuyButton{
        font-size: 12px;
        padding: 15px;
    }
  } 
  
  @media screen and (max-width: 480px) {
  
  }
  @media screen and (max-width: 390px) { 
  
  }
  @media screen and (max-width: 340px) { 
  
  }
