/*шрифты*/
@font-face {  
  font-family: "Montserrat Bold";
  src:url("../fonts/Montserrat-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Montserrat Light";
  src:url("../fonts/Montserrat-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat Medium";
  src:url("../fonts/Montserrat-Medium.ttf") format("opentype");
}
h1,h2,h3,.btn-custom,.sppb-btn{
    font-family: "Montserrat Bold" !important;
}
ul{
    font-family: "Montserrat Light";
}
.tel-header{
    font-family: "Montserrat Medium";
      color: #bb8652 !important;
}
/*шрифты*/
/*шапка*/
#sp-header {
   box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2) !important;
}
li.sp-menu-item.current-item.active a{
  background: #303030;
  border-radius: 4px;
  padding: 19px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
  line-height: 100% !important;

}
div#sp-position1 {
    display: flex;
    justify-content: flex-end;
}
#sp-menu .sp-column{
    justify-content: flex-start !important;
}

/*шапка*/
/*.header-sticky .container{
  background: rgb(30 30 30 / 50%);
  backdrop-filter: blur(2px);
  height: 100px;
}
.header-sticky .tel-header {
    font-family: "Montserrat Medium";
    color: #ffffff !important;
  
}
.header-sticky #sp-menu{
  height: 30px;
}*/
/*формы*/
#form1_tel3,#form1_name{
  background-color:#1e1e1e !important;
  border:none;
  border-bottom:1px solid #fff !important;
}
#form3_tel3,#form3_name{
    background:none !important;
  border:none;
  border-bottom:1px solid #fff !important;
}
.cf-control-group:has(#form1_termsofservice4),.cf-control-group:has(#form3_termsofservice4) {
    padding-top: 0;
}
.cf-control-group:has(#form1_termsofservice4) a,.cf-control-group:has(#form3_termsofservice4) a{
  color:#fff;
  text-decoration:underline;
}
#cf1 .cf-form-wrap,#cf3 .cf-form-wrap{
  padding:0 !important;
}
.btn-custom {
    width: min-content !important;
}
#cf2 input{
  font-weight:600 !important;
  font-size:18px !important;
  border:none !important;
  border-bottom:1px solid #272727 !important;
  padding-bottom:8px !important;
      padding: 0 !important;
    border-radius: 0 !important;
}
.form_title{
  font-size:24px;
  font-weight:700;
  color:#272727;
}
.cf-label {
  font-size:13px !important;
   font-weight:300 !important;
}
.cf-label a{
  text-decoration:underline
}

.extra_fields_el{
  display:flex;
  align-items:flex-start;
  width:100%;
  padding: 5px 0;
}
.extra_fields_name{
  display:block;
  width:50%;
  font-size:16px;
  font-weight:500;
  color:#9EA09E;
}
.extra_fields_value{
  display:block;
  width:50%;
  font-size:16px;
  font-weight:500;
  color:#272727;
}
.extra_fields_value .price{
  font-size:18px;
  font-weight:700;
}
/*формы*/
/*главная первый блок*/
div#column-wrap-id-1752580704002 {
    position: relative;
}
div#column-wrap-id-1752580704003 {
    position: absolute;
    right: 0;
}
#sppb-addon-1752640493688 {
    width: fit-content;
}
#sppb-addon-1752640497663 ul>li{
  line-height: 180%;
}
/*главная первый блок*/
.img-custom{
      position: relative;
    left: -12%;
    width: 100%;
}
ul.custom-list {
  list-style: none;
  padding-left: 0;
  font-family: 'Montserrat Light';
}

ul.custom-list li {
  position: relative;
    padding-left: 53px;
    margin-bottom: 45px;
}

ul.custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="%23889471" /><rect x="28.6569" y="12.6569" width="2" height="16" transform="rotate(45 28.6569 12.6569)" fill="white" /><rect x="11.6863" y="18.3137" width="2" height="10" transform="rotate(-45 11.6863 18.3137)" fill="white" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.sppb-addon-video-local-source {
    border-radius: 30px;
      object-fit: cover !important;
    height: 550px !important;
}
.sppb-addon-video .sppb-addon-video-local-video-wrap {
    padding-top: 0 !important;
}
.sppb-addon-video-local-source {
    position: static;
}
.about_company{
    font-family: "Montserrat Bold";
  margin:70px 0px 0px 0px;
  display:flex;
  column-gap:30px;
      align-items: center;
    text-decoration: underline;
}
/*страница товара*/
.productfull .row.jshop {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    padding: 40px 90px 75px 120px;
}
.sp-copyright{
  display: flex;
    padding: 40px 0;
    color: #83928F;
  align-items:center;
  justify-content:center;
  gap:50px;
    font-size: 12px;
}
.sp-copyright a{
  color: #83928F !important;
}
#sp-footer .container-inner{
  padding:0 !important;
}
.policy p{
  margin:0;
}
.policy h2{
      font-size: 22px;
}
.breadcrumb .float-start{
  display:none;
}
.breadcrumb{
  background-color:transparent;
  padding-left:0;
}
@media (min-width:1200px) and (max-width:1399px){
  #sppb-addon-wrapper-1752647131974{
        margin-left: 0px !important;
  }
  #sppb-addon-1752647131974 .sppb-addon-text-block .sppb-addon-content {
    font-size: 16px !important;
}
  #sppb-addon-1753095748206 img, #sppb-addon-dMAWb4HfcWcZ4bDBkrzBs img{
    width: 35px !important;
  }
  #sp-position1{
            width: 30.333333% !important;
  }
  #sp-menu{
    width: 53% !important;
  }
  .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
    font-size: 13px !important;
  }
}
@media (max-width:1199px){
  .about_company{
    margin-top:40px
  }
  
}

@media (min-width:992px) and (max-width:1199px){
  .sp-megamenu-parent>li>a{
    font-size: 13px;
  }
  #sp-logo{
            width: 13.666667% !important; 
  }
  #sp-menu {
        width: 56% !important;
    }
      #sppb-addon-1753095748206 img, #sppb-addon-dMAWb4HfcWcZ4bDBkrzBs img {
        width: 30px !important;
    }
  #sppb-addon-1753095728535{
    gap:14px !important;
  }
      #sppb-addon-1752647131974 .sppb-addon-text-block .sppb-addon-content {
        font-size: 14px !important;
        
    }
  #sppb-addon-wrapper-1752647131974{
    margin-left: 0px !important;
  }
  #sp-position1{
            width: 30.333333% !important;
  }
}
@media(max-width:991px){
  .logo{
    width:124px;
    height:auto !important;
    
  }
  #sp-logo{
        margin-right: auto;
  }
  #sp-menu{
    order:3;
    width:50px;
    height:50px;
    background-color:rgba(187, 134, 82, 1);
    border-radius:50px;
   
  }
  #sp-header{
    height:80px;
    display: flex;
    align-items: center;
  }
  .logo-image{
    height:50px !important;
    object-fit:cover;
  }
  #sp-menu .sp-column {
    justify-content: center !important;
}
  body.ltr #offcanvas-toggler.offcanvas-toggler-right{
    margin-left:0 !important;
  }
  .sp-copyright{
        display: flex;
    padding: 30px 0;
    gap: 15px 50px;
    flex-wrap: wrap;
  }
  .offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span{
    color:#fff;
    font-size:16px;
    font-weight:500;
    padding: 15px 16px;
  }
  .offcanvas-menu .offcanvas-inner ul.menu>li.active{
      background: #303030;
    border-radius: 4px;

    max-width: 180px;
  }
}

@media (max-width:768px){
  .convertforms .cf-one-third, .convertforms .cf-two-sixths{
    width:50%;
  }
  .cf-control-group[data-key="4"] {
    order:3;
    margin:20px 0 10px;
  }
  #cf2 .cf-control-group[data-key="4"]{
    order:0;
  }
  div[data-key="2"]  {
    order:4;
 width: 215px !important;
}
  div[data-key="2"] button {

    width: 215px !important;
}
  .ul.custom-list li{
    margin-bottom:20px;
  }
  .gallery-block{
    max-width:365px;
    margin:0 auto;
    border-radius:15px !important;
  }
  .sppb-addon-video-local-source{
    height: 280px !important;
  }
  #column-wrap-id-1752727585622{
    height: 280px
  }
 #cf3 .cf-one-third,
#cf3 .cf-two-sixths, #cf3 .cf-one-fourth {
    width: 100% !important;
}

 
}
@media (max-width:576px){
  #sp-menu{
   margin-right:20px;
}
  .img img{
    border-radius:15px !important;
  }
}
@media (max-width:400px){
  ul.custom-list li::before{
    width:30px;
  }
  ul.custom-list li {
    position: relative;
    padding-left: 46px;
    margin-bottom: 20px;
}
      #cf2 .cf-control-group[data-key="4"] {
        order: 0;
        margin: 0;
        font-size: 18px;
    }
  .extra_fields_name{
    font-size: 14px;
  }
  .extra_fields_value{
     font-size: 14px;
  }
  .extra_fields_el {
    display: flex
;
    align-items: flex-start;
    width: 100%;
    padding: 3px 0;
}
  .cf-control-group .form_price{
    padding-top:0;
  }
  #cf2 input{
    font-size: 14px !important;
  }
  #cf2 button{
    border-radius: 35px;
    padding: 13px 16px !important;
    color: #1d1d1d;
    font-size: 14px !important;
    background-color: #bb8652;
    width: 180px !important;
  }
  #cf2 .convertforms .cf-content-wrap, .convertforms .cf-form-wrap{
    border-radius:15px !important
  }
}