/*
Theme Name: Blank
*/


.margin-50 {
  height: 50px;
  width: 100%;
  background: #fff;
}

.margin-100 {
  height: 100px;
  width: 100%;
  background: #fff;
}

.margin-150 {
  height: 150px;
  width: 100%;
  background: #fff;
}

.margin-200 {
  height: 200px;
  width: 100%;
  background: #fff;
}

.margin-250 {
  height: 250px;
  width: 100%;
  background: #fff;
}

.margin-300 {
  height: 300px;
  width: 100%;
  background: #fff;
}

.margin-350 {
  height: 350px;
  width: 100%;
  background: #fff;
}

.margin-400 {
  height: 400px;
  width: 100%;
  background: #fff;
}

@media (max-width: 1024px) {
  .margin-50 {
    height: 25px;
    width: 100%;
  }
  
  .margin-100 {
    height: 50px;
    width: 100%;
  }
  
  .margin-150 {
    height: 75px;
    width: 100%;
  }
  
  .margin-200 {
    height: 100px;
    width: 100%;
  }
  
  .margin-250 {
    height: 125px;
    width: 100%;
  }
  
  .margin-300 {
    height: 150px;
    width: 100%;
  }
  
  .margin-350 {
    height: 175px;
    width: 100%;
  }
  
  .margin-400 {
    height: 200px;
    width: 100%;
  }
}

.product_labels{
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.second_price_single_content{
  font-weight: 600;
  font-size: 42px;
  line-height: 124%;
  color: #E21D24;
}
.second_price_single_desc{
  color: #E21D24;
}

.second_price_wrap{
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
}
.second_price_content{
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #E21D24;
}
.second_price_desc{
  border: 1px solid #FFD7D7;
  background: #FFF7F8;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  bottom: 50%;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  white-space: nowrap;
  padding: 2px 4px;
  border-radius: 8px;
  color: #E21D24;
}
.search_product_list .second_price_desc{
  display: none;
}

.job_sections{
  margin-bottom: 45px;
}
.job_section+.job_section{
  margin-top: 45px;
}
.job_item_wrap{
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 1px;
  border-radius: 20px;
  background-color: #f5f5f5;
  line-height: 1.3
}
.job_item_wrap strong, .job_contacts_footer strong, .text-block strong{
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.job_item_wrap *+p{
  margin-top: 10px;;
}
.job_item_wrap .sectio-title{
  font-size: 22px;
}
.job_item_description{
  margin-top: 15px;
}
.job_item_top{
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  padding-right: 130px;
}
.job_open_hidden{
  position: absolute;
  right: 0;
  bottom: 0;

}
.job_item_hidden{
  display: none;
  transition: 0s;
}
.job_item_contact{
  margin-top: 20px;
  padding-bottom: 20px;
}
.job_item_contact a, .job_contacts_footer a{
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}
.job_item_contact a:hover, .job_contacts_footer a:hover{
  text-decoration: none;
}
.job_contacts_footer{
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
  line-height: 1.3;
}
.job_contacts_footer .sectio-title{
  font-size: 22px;
  margin-bottom: 15px;
}
.job_contacts_footer *+p{
  margin-top: 10px;;
}

.text-block .wp-block-table{
  margin-bottom: 23px;
}

.cookie-banner{
  position: fixed;
  width: 520px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.3;
  border: 1px solid #fce000;
  box-shadow: 0 0 5px #fce000;
  z-index: 99999999999;
  display: none;
}
.cookie-banner a{
  text-decoration: underline;
}
.cookie-banner a:hover{
  text-decoration: none;
}
.cookie-banner__inner{
  position: relative;
  padding-right: 120px;
}
#cookieAcceptBtn{
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce-privacy-policy-text, .policy_desc{
  line-height: 1.3;
}
.woocommerce-privacy-policy-text a, .policy_desc a{
  text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover, .policy_desc a:hover{
  text-decoration: none;
}
.policy_desc{
  margin-bottom: 10px;
}
.promotion{
  display: flex;
  padding: 20px;
  border-radius: 20px;
  background: #f5f5f5;
}
.promotion_image{
  min-width: 250px;
  width: 250px;
  margin-right: 20px;
}
.promotion_image img{
  display: block;
}
.promotion-products-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 15px;
  gap: 15px;
}
.promotion_center{
  flex: 1;
}
.text-products-block{
  color: #666363;
  font-size: 15px;
  margin-top: 15px;
  line-height: 19px;
}
.promotion-product-item-img{
  padding-top: 70%;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.promotion-product-item-img img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 10px);
  max-height: calc(70% - 10px);
}
.promotion+.promotion{
  margin-top: 50px;
}
.promotion_image img{
  margin-bottom: 15px;
  display: block;
  max-height: 500px;
}
.promotion_link{
  width: 200px;
  min-width: 200px;
  margin-left: 15px;
  display: flex;
  align-items: flex-end;
}
.promotion .promotion_link .btn-global{
  display: flex;
  width: 100%;
}
.promotion .promotion_link .btn-global.promotion_link_products2{
  padding: 25px 40px;
  text-align: center;
}
.promotion .h2{

}
.promotion .text-block{
  margin-top: 15px;
}
.promotion .btn-global{
  display: inline-block;
}
.promotion-products{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  row-gap: 32px;
}

.header-menu-mobile__content-menu__list-item a .big-size{
  padding-left: 43px;
  font-size: 24px;
}

.header-bottom__content-nav__logo, .header-mobile__logo{
  position: relative;
}
.header-bottom__content-nav__logo svg, .header-mobile__logo svg{
  position: absolute;
  right: -34px;
  top: -2px;
  width: 42px;
}
.header-bottom__content-nav__logo svg{
  width: 42px;
  right: -34px;
  top: 0;
}

@media(max-width: 1300px){
  .promotion-products-list{
    grid-template-columns: repeat(3, 1fr);
  }
  .promotion-products-list > *:last-child {
    display: none;
  }
}
@media (max-width: 1024px) {
  .promotion-products{
    grid-template-columns: repeat(3, 1fr);
  }
  .promotion{
    flex-wrap: wrap;

  }
  .promotion_link{
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    justify-content: end;
  }
  .promotion .promotion_link .btn-global{
    width: 200px;
  }
  .promotion_image{
    flex: 1;
    margin-right: 0;
    width: 100%;
  }
  .promotion_center{
    width: 100%;
    min-width: 100%;
  }
  .promotion_image img{
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media(max-width: 768px){
  .promotion-products{
    grid-template-columns: repeat(2, 1fr);
  }
  .product_labels{
    left: 6px;
    top: 6px;
    gap: 6px;
  }
  body .footer__content-top .btn-global{
    top: 440px;
  }
  .promotion+.promotion{
    margin-top: 30px;
    padding-top: 30px;
  }
  .promotion-products-list{
    grid-template-columns: repeat(2, 1fr);
  }
  .promotion-products-list > *:nth-last-child(-n+2) {
    display: none;
  }
}
@media (max-width: 550px) {
  .cookie-banner{
    width: calc(100vw - 30px);
  }
  #cookieAcceptBtn{
    top: auto;
    bottom: 0;
  }
  .cookie-banner__inner{
    padding-right: 0;
    min-height: 70px;
  }
}
@media (max-width: 450px) {
  .second_price_desc{
    position: static;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .job_item_top{
    padding-right: 0;
  }
  .job_open_hidden{
    position: static;
    margin-top: 15px;
  }
  .promotion-products-list2{
    grid-template-columns: repeat(1, 1fr);
  }
  .promotion-products-list2 > *:nth-last-child(-n+3) {
    display: none;
  }
}
@media (max-width: 450px) {
  .second_price_single_wrap{
    margin-bottom: 15px;
  } 
}