@media screen and (min-width: 960px) {
  .header {
      z-index: 100;
  }

  .header__nav > UL {
    display: flex;
    width: 100%;
  }
  .header__nav UL LI A {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header__nav UL LI.dropdown UL {
    position: absolute;
    display: none;
    background-color: #7f959d6e;
    padding: 2px;
    margin-top: 80px;
  }

  .header__nav UL LI.dropdown:hover UL {
    display: block;
  }

  .header__nav UL UL LI {
      margin-bottom: 1px;
      display: block;
      max-width: 100%;
  }
  .header__nav UL UL LI A {
      padding: 6px 5px;
      display: block;
      background-color: #7f959d;
      color: #FFF;
      text-align: center;
  }

  BODY.opened {
    position: relative;
  }
}


      .cta__select A.cta__select--Image:before {
        background: url(../img/cta_sprite_3.svg);}

.cta__select A.cta__select--Image.C4T_small:before {
  background-position: -400px 0;
}
.cta__select A.cta__select--Image.C4T_medium:before {
  background-position: -440px 0;
}
.cta__select A.cta__select--Image.C4T_large:before {
  background-position: -480px 0;
}


.cta__select__span {
  font-size: 15px;  
  display: block;
  text-align: center;
}

.product.product__category .product__inner H2 {
  font-size: 2.05em;
}



@media screen and (max-width: 1452px) {
  .header__nav UL LI A {
      padding-left: 20px;
      padding-right: 20px;
  }  
}



STRONG {
  font-family: 'sansbold', sans-serif !important;
}

#cat_description P {
  padding-bottom: 4px;
}

@media screen and (min-width: 960px) {
  .header__nav UL LI A {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
    align-self: center;
  }  
  .header__nav UL LI {
    display: flex;
  }  
  .header__main NAV {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .intro H1 SPAN {
      padding: 10px 20px 15px 20px !important;
  }

  .intro H1 {
    font-size: 2em  !important;
    line-height: 1.2em !important;
  }
  .intro P {
    font-size: 0.8em !important;
  }


  .basket--col--2--b, .basket--col--2--a {
    width: 100%;
  }


}



@media screen and (min-width: 960px) {
  .menu.header__cart {
    height: calc(100vh - 156px - 20px);
  }
  .menu.header__cart.active {
    bottom: 0px;
  }
}

@media screen and (max-width: 960px) {
  .menu.header__cart {
    padding-bottom: 130px;
    height: calc(100vh - 126px - 20px);
  }
  .menu.header__cart.active {
    position: absolute;
    top: 0px;
    z-index: 3147483800 !important;
  }
  #hubspot-messages-iframe-container {
    z-index: 1147483647 !important;
  }
}

.inp--select--new {
  width: calc(100% - 0px - 10px);
}

.inp--button--small {
  border: 0px;
  width: auto !important;
  max-width: 100%;
  padding: 10px 20px 5px 20px !important;
}






.modal-window {
  position: fixed;
  background-color: rgb(0 0 0 / 60%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window.target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-window > div {
  border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}
.modal-close {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 22px;
  height: 22px;
  opacity: 0.3;
}
.modal-close:hover {
  opacity: 1;
}
.modal-close:before, .modal-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #333;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

.modal-window H3 {
  margin-top: 10px;
}


.basket__nav A {
  flex-basis: 40%;
}



.product__price {
    display: grid !important;
    grid-template-columns: 100%;
    height: 60px;
    align-items: center;
    margin-top: 20px;
    padding: 0px !important;
}

.product__price--2column {
  grid-template-columns: 30% 70%;
}

.product__price DIV {
  display: inline;
}


.product__price DIV input {
  max-width: 100%;
  width: auto;
  height: 60px;
  border: 0px;
  background: transparent;
  border-right: #03a9f4 2px solid;
  text-align: right;
  font-size: 20px;
}



.b_no_img .inner {
  display:flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .b_no_img .inner {
    display: block;
  }
  .b_no_img .intro__text {
    padding-bottom: 20px;
  }
  .b_no_img .intro__image {
    display: none;
  }
}