/**
* Theme Name: Industrial Child
* Description: This is a child theme of Industrial, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/Anps/portfolio">AnpsThemes</a>
* Template: industrial
* Version: 1.6.1
*/
body.theme-industrial p,
body.theme-industrial select,
body.theme-industrial li{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
body.theme-industrial .site-footer p,
body.theme-industrial .site-footer li{
    font-size: 14px;
}
.before-loop {
    margin-top: 50px;
}
.before-loop .woocommerce-ordering {
    margin-top: 0;
}
.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.woocommerce-products-header .term-description {
display: none;
}
input[type="checkbox"] {
width: 15px !important;
}
/*****scroll-top****/
@media (max-width: 999px){
.scroll-top {
display: block;
right: 20px;
}
}
/****WhatsApp****/
.whatsapp-button {
position: fixed;
left: 103px;
bottom: 50px;
transform: translate(-50%, -50%);
background: #25D366; /*цвет кнопки*/
border-radius: 50%;
width: 55px; /*ширина кнопки*/
height: 55px; /*высота кнопки*/
color: #fff;
text-align: center;
line-height: 53px; /*центровка иконки в кнопке*/
font-size: 35px; /*размер иконки*/
z-index: 9999;
}
.whatsapp-button a {
color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
content: " ";
display: block;
position: absolute;
border: 50%;
border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: animate 1.5s linear infinite;
opacity: 0;
backface-visibility: hidden; 
}
.whatsapp-button:after{
animation-delay: .5s;
}
@keyframes animate
{
0%
{
transform: scale(0.5);
opacity: 0;
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.2);
opacity: 0;
}
}
@media (max-width: 800px) {  
.whatsapp-button {   
bottom: 50px; /*отступ кнопки снизу от экрана*/
left: 50px; /*отступ кнопки слева от экрана(right - справа)*/
}
}

.footer-flex-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;        
}
.site-footer .soc-wrapper{
    display: flex;
}
.footer-flex-wrapper .column{
    display: flex;
    flex-direction: column;
}
.site-footer .ftf img{
    width:232px;
}
.ftf .footer-logo-description{
    font-size:14px;
    color:#7F7F7F;
    width:232px;
    line-height: 100%;
    margin-top:10px;
    margin-bottom:24px;
    font-family: 'Montserrat';
}
.ftf .order-call{        
    width:250px;
    height:42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6CA4C7;
    text-transform: uppercase;
    color:#fff!important;
    font-size:15px;
    margin-bottom:17px;
    font-family: 'Montserrat'!important;
}
.site-footer .soc-wrapper img{
    width:32px;
    height:32px;
}
.site-footer .soc-wrapper{
    gap:16px;
}
.footer-menu{
    gap:8px;
    display: flex;
    flex-direction: column;
}
.footer-menu li{
    position: relative;
}
.footer-menu li a::before{
    content:'\276F';
    position: absolute;
    left:-15px;
    top:0px;
    font-weight:300;
}
.footer-menu li a{
    font-size:15px;
    color:#7F7F7F;
}
.footer-contacts{
    display: flex;
    flex-direction: column;
    gap:12px;
}
.footer-contacts li{
    display: flex;
    align-items: center;
    gap:12px;
    flex-wrap: wrap;
    font-size:15px;
    line-height:100%;
    color:#000;
}
.bottom-links-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom-links-wrapper a{
    color:#3498DB!important;
}
.bottom-links-wrapper a:hover{
    text-decoration: underline!important;
}
@media screen and (max-width:550px){
    .site-footer .ftf{
        justify-content: center;
        align-items: center;
    }
    .footer-flex-wrapper .column{
        width: 100%;
    }
    .footer-flex-wrapper{
        flex-direction: column;
        gap:24px;
    }
    .footer-menu{
        margin-left:20px;
    }
    .ftf .footer-logo-description{
        text-align: center;
        margin-top:14px;
    }
    .bottom-links-wrapper{
        flex-direction: column;
        gap:12px;
    }
    .footer-flex-wrapper{
        margin-bottom:25px;
      }
      .footer-delimetr{
       margin-bottom:25px;
      }
}
#order-call{
    position: relative;
    max-width:540px;
    background-color:#fff;
    padding:45px 30px;
    margin:0 auto;
    border-radius:12px;
    
  }
  #order-call input{
    border-top:0px;
    border-left:0px;
    border-right:0px;
  }
  #order-call input[type=submit]{
    width:250px;
    height:42px;
    background-color:#6CA4C7;
    color:#fff;
    font-size:15px;
    border:0px;
    border-radius:2px;
    margin-top:32px;
    margin-bottom:12px;
  }
  #order-call input[name=your-name]{
    margin-bottom:24px;
  }
  #order-call input{
    font-size:15px;
  }
  
  .acceptence-wrapper .wpcf7-list-item{
    margin-left:0px;
  }
  .acceptence-wrapper input{
    width:16px!important;
    height:16px;
    margin-top:0px!important;
    padding-top:4px!important;
    margin-right:10px;
  }
  .acceptence-wrapper{
    color:#000;
  }
  .wpcf7-list-item{
    height:18px;
  }
  .acceptence-wrapper p{
    line-height: 16px!important;;
  }
  .form-title{
    font-size:24px;
    color:#000;
    font-family:'Montserrat';
    font-weight:500;
    margin-bottom:32px;
  }
  #order-call input::placeholder{
    font-weight:500;
    color:#7F7F7F;
    font-size:15px;
  }
  .acceptence-wrapper a{
    text-decoration: underline!important;
  }
  .block-icons-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom:80px;
    margin-top:40px;
    flex-wrap: wrap;
  }
  .block-icons-wrapper .bi-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:5px;
    max-width:350px;
    font-size:18px!important;    
  }
  .block-icons-wrapper .bi-item p{
    font-size:18px;
    color:#000;
  }
  @media screen and (max-width:550px){
    .block-icons-wrapper .bi-item{
      width:100%;
      max-width:100%;
    }
    .block-icons-wrapper{
        gap:24px;
    }
  }
  .block-icons-wrapper.four-items .bi-item{
    max-width:260px;
  }
  .block-icons-wrapper.four-items .bi-item p{
    font-size:15px;
  }
  .block-icons-wrapper.four-items .bi-item-title{
    font-size:18px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color:#000;
    font-weight:500;
    margin-bottom:10px;
  }
  .block-icons-wrapper.four-items{
    margin-top:45px;
  }
  @media screen and (max-width:550px){
    .block-icons-wrapper.four-items .bi-item{
      max-width:100%;
    }
    .block-icons-wrapper.four-items{
      gap:35px;
    }
  }
  .b-footer-cta .cta-wrapper{
  display: flex;
  gap:24px;
}
.b-footer-cta .cta-wrapper .right .bg-img{
  width:479px;
  height:100%;
  background-image:url('/wp-content/themes/industrial/images/cta-img.png');
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-title p{
  font-size:28px!important;
  font-weight:500!important;
  color:#000!important;
  margin-bottom:24px;
}
.cta-subtitle p{
  color:#000;
  font-size:15px;
  margin-bottom:32px;
}
.cta-form input{
  margin-bottom:24px;
}
.cta-form input[type=text],.cta-form input[type=tel],.cta-form input[type=email]{
  height:42px;
  font-size:15px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}
.cta-form input::placeholder{
  color:#7F7F7F!important;
}
.cta-flex-wrapper{
  display: flex;
  align-items: center;
  gap:24px;
  justify-content: space-between;
}
.acceptence-wrapper{
  display: flex;
}
.cta-form input[type=submit]{
  width:250px;
  height:42px;
  border-radius:2px;
  border:0px;
  background-color:#6CA4C7;
  color:#fff;
  font-size:15px;
}
.cta-flex-wrapper input{
  margin-bottom:12px;
}
.number-flex p{
  display: flex;
}
.cta-form input::-webkit-outer-spin-button,
.cta-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cta-form input[type=number] {
  -moz-appearance: textfield;
}
#numberInput{
  width:32px;
  height:32px;
  padding:0px;
  text-align: center;
  border-radius:6px;
  margin-bottom:0px;
}
.cta-form .cta-flex-wrapper p{
  margin-bottom:0px;
}
.cta-small{
  font-size:12px!important;
  font-weight:500!important;  
  display:block;
}
.cta-flex-wrapper{
  margin-bottom:32px;
}
.number-flex p {
   gap:8px;
  align-items: center;
}
.value-control{
  font-size:32px;
  color:#6CA4C7;
  cursor: pointer;
}
.cta-flex-wrapper .left{
  width:100%;
}
@media screen and (max-width:1000px){
  .cta-wrapper{
    flex-wrap:wrap;
  }
}
.b-footer-cta{
  margin-bottom: 40px;
}
#anpscontactnumber-2 a:first-of-type::before{
  content:'';
  width:25px;
  height:25px;
  background-image:url('/wp-content/themes/industrial/images/phone.svg');
  position: absolute;
  left:-35px;
}
#anpscontactnumber-2 a:first-of-type{
  position: relative;
  font-weight:400;
}
#anpscontactnumber-2 .order-call{
  color:#6ca4c7!important;
}
#anpscontactnumber-2{
  padding-left: 0px;
}
#anpstext-5{
  padding-right:30px;
}
#anpscontactnumber-2 .order-call.oc-top:hover{
  color: #b63d32 !important;
}
.cookie-notice {
  position: fixed;
  bottom: 20px;
  right: 130px;
  max-width: 420px;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 24px rgba(25, 25, 25, 0.15);
  background-color: #fff;
  z-index: 3;
}

@media (max-width: 576px) {
  .cookie-notice {
    font-size: 15px;
    max-width: calc(100% - 20px);
    left: 10px;
    right:auto;
    bottom: 10px;
    padding: 24px;
  }
}

.cookie-notice__buttons {
  margin-top: 16px;
}
.cookie-notice__text{
  font-size:14px;
}
.cookie-notice__confirm {
  background-color: #6ca4c7;
  height: 35px;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 576px) {
  .cookie-notice__confirm{
    font-size: 14px;
    height: 42px;
  }
}

.cookie-notice__confirm:hover {
  background-color: #b63d32;
  color:#fff;
}

/* FILTERS AND NEW CAT TEMPLATE*/
.flex-cat-with-sidebar{
  display: flex;
  gap:24px;
}
.sidebar-fc{
  width:265px;
  min-width: 265px;
  background-color: #F8F9F9;
  padding:18px;
}
ul.products.columns-3{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  width:100%;
}
ul.products.columns-3 li{
  width:30%;
  background-color:#F8F9F9;
  padding:20px;
}

.bapf_hascolarr{
  font-weight:500;
  font-size:15px;
}
#sidebar-filter-cat .bapf_ckbox_sqchck input[type="checkbox"]{
  width:20px!important;
}
#sidebar-filter-cat li{
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom: 10px!important;
}
#sidebar-filter-cat li label{
  margin-bottom:0px;
}
#sidebar-filter-cat li input{
  margin:0px;
}
.new-type-cat .prod-title{
  font-size:17px;
  text-transform: uppercase;
  line-height: 100%;
  margin-top:12px;
  display: block;
  min-height:60px;
  color:#000;
  margin-bottom:20px;
}
.atribute-wrapper .atr-name{
  font-weight:500;
  color:#000;
  max-width:65%;
  font-size:15px;
}
.atribute-wrapper{
  display: flex;
  justify-content: space-between;
}
.atribute-wrapper .atr-value{
  font-size:14px;
  color:#898989;
  text-align: right;
}
.prod-atributes-block{
  margin-bottom:20px;
}
.prod-cat-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod-cat-bottom .pcb-left{
  display: flex;
  flex-direction: column;
}
.prod-cat-bottom .pcb-left .first{
  font-weight:600;
  text-transform: uppercase;
  color:#000;
  font-size:16px;
}
.prod-cat-bottom .pcb-left .second{
  color:#6CA4C7;
  font-size:14px;
  font-weight:500;
}
.pcb-right .cat-prod-modal-init{
  width:125px;
  display: flex;
  text-align: center;
  background-color: #B63D32;
  color:#fff;
  justify-content: center;
  height:41px;
  align-items:center;
  text-transform: uppercase;
  font-size:14px;
  font-weight:500;
}

.only-mob{
  display: none;
}

#sidebar-filter-cat label{
  font-size: 13px!important;
}
.products.new-type-cat li {
  margin-top:0px;
}
.products.new-type-cat{
  margin-top:0px;
}
.atribute-wrapper .atr-name{
  font-size:13px;
  line-height: 150%
}
.atribute-wrapper{
  margin-bottom:16px;
  align-items: flex-end
}

@media screen and (max-width:960px){
  .flex-cat-with-sidebar{
    flex-wrap: wrap;
  }
  #sidebar-filter-cat{
    width:100%;
  }
  ul.products.columns-3.new-type-cat li{
    width:100%;
    margin-top:20px;
  }
  ul.products.columns-3.new-type-cat{
    margin:0 auto;
  }
  .only-mob{
    display: flex;
  }
  .filter-show{
  cursor: pointer;
  position: absolute;
  right:20px;
  top:40px;
  gap:10px;
  font-weight: 500;
  font-size:15px;
}
.before-loop{
  position: relative;
}
#sidebar-filter-cat{
  position: fixed;
  left:-550px;
  transition: all 1s ease-out;
}
#sidebar-filter-cat.opened{
  display: block;
  position: fixed;
  top:0;
  width:100%;
  height:100%;
  z-index: 5;
  left:0px;
  transition: all 1s ease-out;
}
.sidebar-filter-top{
  justify-content: space-between;
}
.sidebar-filter-top img{
  margin-right:16px;
}
div.sidebar-filter-top > div:nth-child(1){
  font-size:20px;
  color:#000;
  cursor:pointer;
}
.filter-show img{
  width:24px;
  height:24px;
}
.filter-show{
  right:0px;
  bottom:0px!important;
  top:auto;
  height:36px;
  align-items: center;
}
.woocommerce-ordering .orderby{
  padding-left:0px;
  padding-right:0px;
  background:none;
  border:none;
}
}
#captcha-container{
    width:300px;
}
.order-subtitle{
    margin-top:24px;
}
.prods-wrapper{
  display: flex;
  flex-direction: column;
  gap:46px;
  margin-top:46px;
}
.prods-wrapper .prod{
  display: flex;
  gap:24px;
  padding-right:24px;
}
.prods-wrapper .prod .pimg{
  width:179px;
  height:179px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.order-subtitle{
  font-size:15px;
}
.ptitle{
  font-size: 24px;
  color:#000;
  line-height: 100%;
  margin-bottom:24px;
}
.col-inp-wrapper{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-top:16px;
  gap:8px;
}
.col-inp-wrapper input{
  width:32px;
  height:32px;
  border:1px solid #7F7F7F;
  border-radius:6px;
  text-align:center;
  font-size:16px;
}
.prods-wrapper .prod .delete{
  position: absolute;
  right:0;
  cursor:pointer;
}
.col-inp-wrapper div{
  height:24px;
  width:24px;
  cursor: pointer;
}
.order-form .label{
  font-weight:500;
  font-size:14px;
  color:#000;
  margin-bottom:12px;
}
.order-form .of-row-wrapper{
  display: flex;
  gap:24px;
  margin-top:32px;
}
.order-form .label-big{
  font-size:16px;
  font-weight:500;
  color:#000;
  margin-top:32px;
  margin-bottom:24px;
}
.order-form .example{
  margin-bottom:32px;
}
.order-form input[type=submit]{
  width:250px;
  height:42px;
  background-color:#6CA4C7;
  color:#fff;
  border-radius:2px;
  border:none;
  margin-top:46px;
  margin-bottom:25px;
  font-weight: 500;
}
.order-form .acceptence-wrapper{
  margin-top:24px;
}
.example .last{
  margin-left:0px;
  display: flex;
  align-items: center;
}
.example input{
  margin-right:12px;
  width:16px;
  height:16px;
  margin-top:0px;
}
.mobile-subtitle{
    display: none;
}
.order-form{
    margin-top:46px;
}
@media screen and (max-width: 500px){
    .mobile-subtitle{
        display: block;
    }
      .mobile-subtitle{
    margin-top:46px;
    font-size:13px;
    font-weight:400;
    line-height: 100%;
  }
  .prods-wrapper .prod{
    padding-right:0px;
    position: relative;
    gap:12px;
  }
  .prods-wrapper .prod .delete{
    bottom:18px;
  }
  .prods-wrapper .prod .colvo-wrapper p:last-of-type{
    display: none;
  }
  .prods-wrapper .prod .ptitle{
    font-size:16px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom:18px;
  }
  .prods-wrapper .prod .pimg{
    width:72px;
    height:72px;
    flex-grow: 4;
    min-width: 72px;
  }
  .prods-wrapper .prod .colvo-wrapper p{
    font-size:13px;
  }
  .prods-wrapper{
    gap:32px;
  }
  .prods-wrapper input[name="text-466"],.prods-wrapper input[name="your-name"],.prods-wrapper input[name="tel-885"],.prods-wrapper input[name="your-email"]{
      padding:10px 20px;
    }
    .of-row-wrapper{
      flex-direction: column;
    }
    textarea[name=textarea-201]{
      height:200px;
    }
    .order-form .acceptence-wrapper p{
      display: flex;
      align-items: center;
    }
}
.buttons-wrapper{
  display: flex;
  gap: 24px;
  padding-bottom:15px;
  margin-bottom:25px;
}
.buy-prod{
  background-color:#B63D32;
  color:#fff;
}
.buttons-wrapper a{
  width:250px;
  border:1px solid #B63D32;
  display: flex;
  justify-content: center;
  align-items: center;
  height:40px;
  font-size:15px;
  font-weight:500;
}
.buy-sample{
  color:#B63D32;
}
@media screen and (max-width:340px){
  .buttons-wrapper{
    flex-direction: column;
  }
}
.exception-mark{
  color:#6ca4c7;
}
.color-exception{
  color:#6ca4c7;
}