

/* Start:/local/templates/pastuh/css/main_catalog.css?17122053662066*/

.catalog {
  margin: 40px 0 40px 0;
}
.catalog__title{
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom: 34px;
  color: #25282B;
  text-align: center;
  font-size: 44.625px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.24px;
  letter-spacing: -1.344px;
  
}

.search_input form table td{
  padding: 0px;
}

.search_input form table{
  margin-bottom: 0px;
}
.catalog__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  place-items: center;
  padding: 0 20px;
}
.catalog__item {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.catalog__item:hover .catalog__item-content-img{
  transform: scale(1.05);
  
}
.catalog__item-content-img{
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 360px;
  object-fit: contain;
}

.catalog__text{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  height: 100%;
  color: white;
  padding: 0px 20px 20px 20px;
  font-size: 25px;
  font-weight: 700;
  background:linear-gradient(0deg,rgba(0,0,0,0.75),rgba(0,0,0,0));
  position: absolute;
  width: 100%;
}
@media(max-width:1300px){
  .catalog__wrapper {
    gap: 25px;
  }
  .catalog__text{
    font-size: 25px;
  }
}
@media(max-width:1200px){
  .catalog__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog__item {
    max-width: 330px;
    width: 100%;
  }
}
@media(max-width:800px){
  .catalog__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

}
@media(max-width:600px){
  .catalog__title{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .catalog__wrapper {
    grid-template-columns: 1fr;
    padding: 0px;
  }
  .catalog__text{
    font-size: 20px;
  }
  .catalog__item {
    max-width: inherit;
    width: 100%;
  }
  .catalog__img{
  }
  .catalog {
    margin: 20px 0 40px 0;
}

}
/* End */


/* Start:/local/templates/pastuh/css/main_products.css?17147376975381*/

.products {
  margin: 0 0 87px 0;
}
.products__title {
  text-align: center;
  margin-bottom: 34px;
  color: #25282B;
  text-align: center;
  font-family: Arial;
  font-size: 44.625px;
  font-weight: 700;
  line-height: 58.24px;
  letter-spacing: -1.344px;
}
.products__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px !important;
  margin: 20px;
}
body:not(.rtl) .w-order-select>select {
  padding-right: 2.8em;
}
.w-order-select>select {
  -webkit-appearance: none;
  padding: 12px;
}
.us_grid_order_1 option{
  padding: 4px !important;
  height: 20px;
  font-size: 16px;
}
.w-order-select{
  position: relative;
  width: fit-content;
}
.w-order-select:after {
  content: '';
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 10px;
  font-size: var(--inputs-font-size);
  margin: 0 var(--inputs-padding);
  color: var(--inputs-text-color);
  pointer-events: none;
  border: 0.4em solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 2px;
}
#us_grid_order_1{
  font-weight: 400;
    letter-spacing: 0em;
    border-radius: 0.3em;
    background: #ffffff;
    color: var(--color-content-text);
    box-shadow: 0px 0px 0px 1px var(--color-content-border) inset;
}

.products__item:hover {
  box-shadow: 0 8px 15px #0000004f;
}
.products__item:hover .products__photos span {
  opacity: 1;
}
.products__item {
  position: relative;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.products__photos {
  background-size: cover;
}
.products__photos span {
  width: 100%;
  height: 235px !important;
  border-bottom: 3px solid rgba(0,0,0,0.2);
  border-radius: 2px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.products__photos span:hover {
  border-bottom: 3px solid #ff5722 ;
}


.products__buttons {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 3px;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.products__buttons img {
  width: 100%;
  height: 100%;
}
.products__preview{
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 auto;
}
/* .products__buttons:first-child {
  opacity: 1;
  visibility: visible;
} */
.products__buttons img{
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    top: -3px;
    left: 0;
    pointer-events: none;
    user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    object-fit: cover;
   
}
.products__buttons span:hover img{
  opacity: 1;
  visibility: visible;
}
.products__content{
  padding:  8px 16px 16px;
  max-width: 225px;
}
.products__text {
  color: black;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  height: 65px;
  overflow: hidden;
  font-family: 'Open Sans','sans-serif';
  transition: .3s;
}


.products__price-wrapper div:nth-child(3){
  color: #ff5722;
}
.products__price {
  font-size: 16px;
  font-weight: 600;
  color: #35415b;
  padding-top: 8px;
  font-family: "Open Sans",sans-serif;
}
.products__company-info{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
}
.products__company-info span{
  color: #35415b;
  font-size: 16px;
  font-weight: 600;
}
.products__company-bottom-info {
  text-align: center;
  margin: 0 auto;
  color: #35415b;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}

.products__price-wrapper{
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.products__old-price{
  color: #808080b0;
  text-decoration: line-through;
}
.products__sale{
  padding: 2px 7px 3px 7px;
  color: floralwhite;
  background-color: #ff5722;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
}
@media(max-width:1200px){
  .products__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px;
  }
}
@media(max-width:900px){
  .products__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px;
  }
}
@media(max-width:800px){
  .products__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px;
  }
  .products__title {
    font-size: 30px;
  }
}
@media(max-width:600px){
  .products__inner {
    grid-template-columns:  1fr;
    gap: 20px;

  }
  .products__buttons img{
    object-fit: contain;
}
  .products__photos span {
    height: 370px;
  }
  .products__company-info{
    font-size: 14px;
    
  }
  .products__company-info span{
    font-size: 14px;
  }
  .products__company-bottom-info{
    font-size: 12px;
    line-height: 12px;
  }
  .products__company-info{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
    gap: 10px;
  }
  .products {
    margin: 0 0 40px 0;
  }
}
@media(max-width:400px){}

.products__title {
  font-size: 29px;
  line-height: 34px;
  margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/pastuh/css/element.css?174497660421174*/
.popup__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #33333375;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.popup__element.active {
  opacity: 1;
  visibility: visible;
}

.popup__element.active .popup__element-content {
  transform: scale(1);
  opacity: 1;

}

.popup__element-content {
  background-color: white;
  padding: 44px;
  max-width: 688px;
  width: 100%;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.popup__element-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.popup__element-content-top-title {
  color: rgb(37, 40, 43);
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 58.24px;
  letter-spacing: -1.34px;
  text-align: center;
}

.popup__element-content-top-close {
  padding: 13px;
  border-radius: 4px;
  background: rgb(248, 248, 248);
  width: 50px;
  height: 50px;
  cursor: pointer;

}

.popup__element-content-top-close svg {
  transition: all 0.2s ease-in-out;
}

.popup__element-content-top-close:hover svg {
  transform: rotate(15deg);
}

.popup__element-content-top-close:active svg {
  transform: rotate(45deg);
}

.popup__element-content-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup__element-content-form-input.err {
  border: 1px solid red;
}

.popup__element-content-form-input {
  padding: 16px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  box-sizing: border-box;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 4px;
}

.popup__element-content-form-input:focus {
  outline: none;
}

.popup__element-content-form-checked {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.popup__element-content-form-checked .popup__checkbox {
  margin: 0 !important;
}

.popup__element-content-form-checked p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(53, 65, 91);
  padding: 0 !important;
  margin: 0 !important;
}

.popup__element-content-form-checked a {
  color: rgb(5, 88, 168);
  transition: all 0.2s ease-in-out;
}

.popup__element-content-form-checked a:hover {
  color: rgb(53, 65, 91);
}

.popup__element-content-button {
  border-radius: 4px;
  background: rgb(34 108 199 / 45%);
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 16px;
  padding: 16px;
  max-width: max-content;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  cursor: not-allowed;
}

.popup__element-content-button:hover {
  background-color: #5c414178;


}

.popup__element-content-button.active {

  background-color: #0879e3;
  cursor: pointer;
}

.popup__element-content-button.active:hover {
  background: rgb(5, 88, 168);

}



.app__good {
  fill: none;
  transition: all 0.2s ease-in-out;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
}

.element__button-call {
  padding: 12px 32px 12px 32px;
  background: rgb(5, 88, 168);
  border-radius: 4px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  color: white;
  max-width: max-content;
  margin-top: 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.element__button-call:hover {
  background: #0879e3;
}

.element__button-card.active .app__good {
  animation: app 1s;

}

@keyframes app {
  50% {
    stroke-dashoffset: 0;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {}
}

.img__center {
  margin: 0 auto;
}

.row {
  padding: 0;
}

.element {
  margin: 0 auto;
}

.element__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

.element__inner::-webkit-scrollbar {
  opacity: 0;
}

.element__description img {
  height: auto;
}

.makros-img {

  width: 100%;
}

.element__info {
  display: flex;
  flex-direction: column;
  max-width: 475px;
  width: 100%;
}

.element__title {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 40px;
}

.element__price {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;

}

.element__old-price {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #808080b0;
  text-decoration: line-through;
}

.element__flex-price {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.element__flex-price div:nth-child(2) {
  color: #43B630;
}

.element__button-card {
  display: flex;
  gap: 5px;
  margin-bottom: 48px;
  align-items: center;
}

.element__button-card input {
  max-width: 72px;
  height: 48px;
  border: none;
  padding: 0 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
  box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
}

.element__button-card input:focus {
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
}

.element__button-card div {
  padding: 13px 30px;
  color: white;
  background-color: #43B630;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  max-width: 160px;
}

.element__button-card div:hover {
  background-color: #333333;
}

.element__info .element__whatsapp {
  margin-left: auto;
  padding: 0 20px;
  color: #333333;
  height: 50px;
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #dfe2e6;
  border-radius: 5px;
  transition: all .4s ease;
}

.element__info .element__whatsapp svg {
  width: 40px;
  height: 40px;
}

.element__info .element__whatsapp svg path {
  fill: #333333;
  transition: all .4s ease;
}

.element__info .element__whatsapp:hover {
  color: #43B630;
  box-shadow: 0px 0px 4px 0px #3333339c;
}

.element__info .element__whatsapp:hover svg path {
  fill: #43B630;
}

.accordion {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
}

.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  color: black;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid #dee2e6;
  font-family: Arial, Helvetica, sans-serif;
}

.element__accordion .accordion:last-child {
  border-bottom: 1px solid #dee2e6;
}

.accordion__title span {
  display: inline-flex;
  position: relative;
  width: 11px;
  height: 40px;
  background-color: transparent;
  transform: rotate(0);
  transition: transform 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion__title.active span {
  transform: rotate(180deg);
}

.accordion__title h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
}

.accordion__title.active h5 {
  color: #1fa900;
}

.accordion__title svg {
  stroke: #35415B;
}

.accordion__title.active svg {
  stroke: #1fa900;
}

.accordion__title:hover {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
}

.accordion__title:focus {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
}

.accordion__content {
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: content-box;
  border-bottom: none;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  color: #35415B;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out 0.5s, visibility 0.1s ease-out 0.5s;
}

.accordion__content.active {
  visibility: visible;
  opacity: 1;
  padding: 20px;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out, visibility 0.1s ease-out;
}

.accordion__content h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  margin-bottom: 20px;
}

.accordion__content div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  line-height: 30px;
  margin-bottom: 10px;
}

.accordion__content p {
  margin-bottom: 0px !important;
}

.accordion__content ul {
  list-style: none;
  padding-left: 20px;
}

.accordion__content li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  line-height: 20px;
  list-style: disc !important;
}

.accordion__content-delivery {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  margin-bottom: 20px;
}

.accordion__content-delivery-text span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  font-weight: 700;
  line-height: 30px;
}

.accordion__content-delivery-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  line-height: 30px;
  list-style: disc !important;
}

.element__swiper {
  max-width: 615px;
  display: flex;
  gap: 10px;
  height: 350px;
  position: sticky;
  top: 0px;
  bottom: 0;
}

.mySwiper {
  width: 100px;
  flex-shrink: 0;
  overflow-y: auto;
  padding: 4px;
}

.mySwiper::-webkit-scrollbar {
  opacity: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.swiper-slide img {
  object-fit: contain;
}

.mySwiper2 {
  max-width: 620px;
  width: 100%;
}

.swiper-slide-thumb {
  transition: all 0.2s ease-in-out;
}

.swiper-slide-thumb-active {
  border: 2px #1fa900 solid;
  z-index: 50;
}

.element__button-info {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  padding: 10px 24px;
  border-radius: 25px;
  border: 5px #f2f4f7 solid;
  max-width: 126px;
  margin-bottom: 10px;
}

.element__description {
  padding: 48px 24px 24px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  margin-bottom: 20px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px !important;
  transition: all 0.2s ease-in-out;
  color: black;
  margin-bottom: 20px !important;
}

.element__description-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  color: #35415B;
  margin-bottom: 20px;
  line-height: 30px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

tr {
  border-bottom: #e3e7f0 1px solid;
  border: 1px solid #35415B !important;
}

table {
  border-collapse: collapse;
}

td,
th,
p {
  padding: 10px 16px;
  color: #35415b;
  line-height: 30px;
  text-align: start;
  /* border: 1px solid #35415B; */
}

td,
th {
  border: 1px solid #35415B;
}

.clear-table {
  margin-bottom: 20px;
}

p {
  color: #35415B;
  padding: 0;
  margin-bottom: 20px !important;
  padding: 5px;
}

td img {
  object-fit: contain;
}

.element-prculiartities {
  background-color: rgb(213, 228, 243);
}

.element-prculiartities p {
  padding: 0;
}

.element-prculiartities h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 10px 10px;
}

.element-prculiartities tr img {
  height: 40px;
  object-fit: contain;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px !important;
  transition: all 0.2s ease-in-out;
  color: black;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px !important;
  transition: all 0.2s ease-in-out;
  color: black;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}

li {
  line-height: 30px;
  color: #35415b;
  padding-bottom: 8px;
}

.element__listing {
  margin-bottom: 20px;
  list-style: disc !important;
  padding-left: 30px !important;
}

.eltmtnt__titlers-two {
  margin-bottom: 0 !important;
}

table {
  border: none;
}

td {
  vertical-align: top;
}

.element__products-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px !important;
  transition: all 0.2s ease-in-out;
  color: black;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  margin-bottom: 20px;
}

td img {
  max-width: 40px;
  height: auto;
}

.element-characteristic td {
  border: 1px #e3e7f0 solid;
}

.main__slider {
  position: relative;
  padding: 10px;
}

.element-swiper-button-next {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
}

.element-swiper-button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.element-swiper-button-prev:hover {
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.element-swiper-button-prev svg {
  position: absolute;
  bottom: 10px;
  left: 16px;
}

.element-swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.element-swiper-button-next:hover {
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.element-swiper-button-next svg {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

/*  */
.element-fos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 48px 24px 24px;
  border: 1px solid #e8e8e8;
  background: #f3f3f3;
  border-radius: 20px;
}

.element-fos__title {
  font-weight: 700;
  font-size: 32px;
  color: #43B630;
  margin: 0 !important;
}

.element-fos__subtitle {
  margin: 0 !important;
  padding: 0;
}

.element-fos-form__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.element-fos-form__form-input {
  border-radius: 8px;
  border: 1px solid rgba(245, 245, 245, 1);
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  padding: 16px;


  display: flex;
  justify-content: flex-start;
  gap: 12px;

  font-size: 16px;
  font-weight: 400;
  color: rgba(146, 148, 149, 1);
}

.element-fos-form__form-input.red {
  border: 1px solid rgb(255, 0, 0);
}

.element-fos-form__form-textarea {
  border-radius: 8px;
  border: 1px solid rgba(245, 245, 245, 1);
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  padding: 16px;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;

  font-size: 16px;
  font-weight: 400;
  color: rgba(146, 148, 149, 1);
}

.element-fos-form__form-textarea.red {
  border: 1px solid rgb(255, 0, 0);
}

.element-fos-form__form-input-name {
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: rgba(146, 148, 149, 1);
}

.input-name-text {
  width: 521px;
  height: 140px;
  resize: none;
}

.element-fos-form__policy {
  display: flex;
  gap: 12px;

}

.element-fos-form__policy-input {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(245, 245, 245, 1);

  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;

  position: relative;
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 1);

  margin: 0 !important;
  flex-shrink: 0;
}

.element-fos-form__policy-input.red {
  border: 1px solid rgb(255, 0, 0);
}

.element-fos-form__form-policy {
  cursor: pointer;
}

.element-fos-form__form-policy>a {
  color: #43B630;
  font-size: 14px;
  font-weight: 400;
}

.element-fos-form__policy-input:checked::before {
  content: url('/local/templates/priborufa/images/questions/done.svg');
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element-fos-form__btn {
  background-color: #43B630;
  border-radius: 4px;
  padding: 17px 10px;

  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;

  border: none;
  cursor: pointer;
}



@media(max-width:1200px) {
  .element__title {
    font-size: 20px;
  }

}

@media(max-width:1000px) {

  .element__inner {
    flex-direction: column;
    padding: 0 10px;
  }

  .element__swiper {
    position: static;
  }

  .element__info {
    max-width: inherit;
  }

  .accordion {
    max-width: inherit;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 25px !important;
  }

  h4 {
    font-size: 22px !important;
  }

  .element-prculiartities h3 {
    padding: 10px 0;
  }

  td,
  th,
  p {
    padding: 5px 16px;
    line-height: 20px;
  }

  .element__products-title {
    font-size: 20px !important;
  }
}

@media(max-width:1000px) {
  .element__button-card div {
    padding: 13px 30px;
    color: white;
    background-color: rgba(34, 108, 199, 0.90);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    max-width: 160px;
  }

  .element__button-card div:hover {
    background-color: rgba(34, 108, 199, 0.90);
  }

  .element__button-card div:active {
    background-color: #333333;
  }
}

@media(max-width:500px) {
  .popup__element {
    padding: 0px;
  }

  .popup__element-content {
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .popup__element-content-top {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .popup__element-content-top-close {
    padding: 9px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .popup__element-content-button {
    text-align: center;
    max-width: none;
  }




  .element__description {
    padding: 20px 10px 10px;
  }

  .element__description p,
  li,
  td {
    font-size: 14px;
  }

  .swiper-slide-buttion {
    height: 60px;
    width: 60%;
  }

  .element__swiper {
    height: 220px;
    gap: 0;
  }

  .element__title {
    margin-bottom: 20px;
  }

  tr {
    display: flex;
    flex-direction: column;

  }

  p {
    padding: 0;
    margin-bottom: 5px !important;
    overflow: auto;
  }

  h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
  }

  h4 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
  }

  li {
    padding: 0;
  }

  h2 {
    font-size: 20px;
  }

  .element__description-text {
    font-size: 14px;
  }

  tr {
    width: inherit;
    margin: 0 auto;
  }

  .accordion__content-text {
    line-height: 25px;
  }

  .accordion__content-delivery-text li {
    font-size: 14px;
    line-height: 25px;
  }

  .element__flex-price {
    margin-bottom: 10px;
  }

  .element__flex-price div {
    font-size: 20px;
  }

  .element-swiper-button-next:hover {
    padding: 10px 10px;
    background-color: transparent;
  }

  .element-swiper-button-next:active {
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .element-swiper-button-prev:hover {
    padding: 10px 10px;
    background-color: transparent;
  }

  .element-swiper-button-prev:active {
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }

}

@media(max-width:500px) {
  h3 {
    font-size: 17px !important;
  }

  h4 {
    font-size: 17px !important;
  }

  h2 {
    font-size: 17px !important;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/pastuh/components/bitrix/catalog/catalog/style.min.css?1699513140959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/pastuh/components/bitrix/catalog.element/element/style.min.css?169883448022040*/
.product-item-detail-info-section{padding:0 20px}@media(max-width:992px){.product-item-detail-info-section{padding:0}}.product-item-detail-info-container{margin-bottom:20px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.product-item-detail-info-container-title{margin-bottom:3px;color:#000;font-weight:var(--ui-font-weight-bold);font-size:13px}.product-item-detail-pay-block{position:relative;margin-bottom:15px;padding:20px 20px 0;border:1px solid #e4e4e4;border-radius:3px;background-color:#fff}.bx-retina .product-item-detail-pay-block{border-width:.5px}.product-item-detail-compare-container{position:relative;margin:0 -20px;padding:4px 15px;min-height:30px;border-top:1px solid #e4e4e4;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;color:#4e4e4e;vertical-align:middle;font-size:12px;line-height:20px}.product-item-detail-compare .checkbox{margin:0;padding:0}.product-item-detail-price-current{color:#d0021b;white-space:nowrap;font-weight:var(--ui-font-weight-bold);font-size:30px;line-height:33px;transition:font-size 200ms ease}.product-item-detail-price-old{color:#bdbdbd;text-decoration:line-through;white-space:nowrap;font-weight:var(--ui-font-weight-bold);font-size:14px;line-height:17px}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%;vertical-align:middle}.product-item-scu-item-text-container{min-width:48px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;overflow:hidden;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}.product-item-selected-scu-container{word-spacing:1px}.product-item-selected-scu{display:inline-block;overflow:hidden;padding:0 5px;min-width:22px;height:22px;outline:1px solid #c0cfda;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:22px}.bx-retina .product-item-selected-scu{outline-width:.5px}.product-item-selected-scu-color{background-position:center;background-size:20px 20px;background-repeat:no-repeat}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:var(--ui-font-weight-bold);font-size:19px;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:var(--ui-font-weight-bold);font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.btn.product-item-detail-buy-button{position:relative;display:block;margin:0 auto 20px;max-width:250px;width:100%;height:50px;text-transform:uppercase;font-weight:800;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.product-item-detail-short-card-btn .btn.product-item-detail-buy-button{margin:0}.btn.product-item-detail-buy-button span{position:absolute;top:50%;right:0;left:0;display:inline-block;min-height:16px;max-width:100%;white-space:normal;line-height:16px;transform:translateY(-50%)}.btn-link.product-item-detail-buy-button{height:25px}.product-item-detail-slider-container{position:relative;max-width:100%;background:transparent;transition:background 800ms ease}.product-item-detail-slider-block{position:relative;box-sizing:border-box;padding-top:56.25%;height:0}.product-item-detail-slider-block.product-item-detail-slider-block-square{padding-top:100%}.product-item-detail-slider-images-container{position:absolute;top:0;right:0;bottom:0;left:0}.product-item-detail-slider-image{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;opacity:0;transition:opacity 250ms linear}.product-item-detail-slider-image.active{z-index:10;opacity:1}.product-item-detail-slider-image img{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;outline:1px solid transparent;background-position:center;background-repeat:no-repeat;transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease;transform:translateY(-50%) translateX(-50%)}.product-item-detail-slider-progress-bar{position:absolute;bottom:0;left:0;z-index:180;height:3px}.product-item-detail-slider-controls-block{padding:10px 0;text-align:center}.product-item-detail-slider-controls-image{position:relative;display:inline-block;overflow:hidden;width:65px;height:65px;outline:1px solid #c0cfda;background-color:#fff;text-align:center;cursor:pointer}.bx-retina .product-item-detail-slider-controls-image{outline-width:.5px}.bx-no-retina .product-item-detail-slider-controls-image.active{outline-width:2px}.bx-retina .product-item-detail-slider-controls-image.active{outline-width:1px}.product-item-detail-slider-controls-image img{position:absolute;top:50%;left:50%;max-width:65px;max-height:65px;width:auto;height:auto;transform:translateY(-50%) translateX(-50%)}.product-item-detail-slider-left,.product-item-detail-slider-right{position:absolute;top:0;bottom:0;z-index:111;display:block;width:25%;	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center; opacity:.57;cursor:pointer;transition:all 300ms ease}.product-item-detail-slider-left{left:0}.product-item-detail-slider-right{right:0;transform:rotate(180deg)}.product-item-detail-slider-left:hover,.product-item-detail-slider-right:hover{background-color:rgba(255,255,255,.4);opacity:.8}.product-item-detail-slider-close{display:none}.product-item-detail-slider-container.popup .product-item-detail-slider-close{position:absolute;top:4px;right:110px;bottom:0;z-index:150;display:block;width:50px;height:50px;	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center; opacity:.27;cursor:pointer;transition:all 300ms ease}.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover{opacity:1}.product-item-detail-slider-container.popup .product-item-detail-slider-right{right:105px}.product-item-detail-slider-container.magnified .product-item-detail-slider-image{z-index:100}.product-item-detail-slider-container.magnified .product-item-detail-slider-image img{outline-color:#ddd}.product-item-detail-slider-container.magnified .product-item-detail-slider-left,.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index:50}.product-item-detail-slider-container.magnified .product-item-label-text,.product-item-detail-slider-container.magnified .product-item-label-ring{opacity:0}.product-item-detail-slider-container.popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:#fff;animation-name:imgPopupShow;animation-duration:300ms}.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{right:105px}.product-item-detail-slider-container.popup .product-item-detail-slider-block{padding-top:0;height:100vh}.product-item-detail-slider-container.popup .product-item-detail-slider-image{position:absolute;top:50%;left:50%;max-height:100vh;width:calc(100% - 150px);transform:translateY(-50%) translateX(-50%)}@-webkit-keyframes imgPopupShow{from{opacity:0}to{opacity:1}}@-moz-keyframes imgPopupShow{from{opacity:0}to{opacity:1}}@-ms-keyframes imgPopupShow{from{opacity:0}to{opacity:1}}@-o-keyframes imgPopupShow{from{opacity:0}to{opacity:1}}@keyframes imgPopupShow{from{opacity:0}to{opacity:1}}.product-item-detail-slider-container.popup .product-item-detail-slider-image img{max-width:100%;max-height:90vh;width:auto;cursor:default}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{position:absolute;top:0;right:0;bottom:0;overflow-y:auto;padding:20px;border-left:1px solid #d3d3d3;background-color:#fff}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{display:block;margin-bottom:20px}@media(max-width:767px){.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{right:0}.product-item-detail-slider-container.popup .product-item-detail-slider-block{padding-top:0;height:calc(100vh - 111px)}.product-item-detail-slider-container.popup .product-item-detail-slider-image{width:90%}.product-item-detail-slider-container.popup .product-item-detail-slider-image img{max-width:100%;max-height:calc(100vh - 115px);width:auto;cursor:default}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{position:absolute;top:auto;right:0;bottom:0;left:0;overflow-x:auto;max-height:111px;border-top:1px solid #d3d3d3;border-left:0;white-space:nowrap}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{display:inline-block;margin-bottom:0}.product-item-detail-slider-container.popup .product-item-detail-slider-close{right:10px;z-index:200}.product-item-detail-slider-left,.product-item-detail-slider-right{max-width:75px}.product-item-detail-slider-container.popup .product-item-detail-slider-right{right:0}}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:190;opacity:1;transition:opacity 450ms ease}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-detail-slider-container.popup .product-item-label-text,.product-item-detail-slider-container.popup .product-item-label-ring{display:none}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:var(--ui-font-weight-bold)}.product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:var(--ui-font-weight-bold)}.product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:20px;height:20px;font-size:13px;line-height:20px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-detail-tabs-container{min-height:60px;border-bottom:1px solid #ededed;background:#fff}.product-item-detail-tabs-list{display:block;margin:0;padding:0;list-style:none}.product-item-detail-tabs-list:after{display:table;clear:both;content:""}.product-item-detail-tab{float:left;min-height:60px}.product-item-detail-tab-link{position:relative;display:inline-block;box-sizing:border-box;padding:10px 25px;height:60px;color:#039be5;vertical-align:middle;text-transform:uppercase;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-weight:var(--ui-font-weight-bold);font-size:13px;line-height:45px;transition:all 250ms ease}.product-item-detail-tab-link:hover,.product-item-detail-tab.active .product-item-detail-tab-link{color:#000}.product-item-detail-tab-link:after{position:absolute;right:0;bottom:0;left:0;height:0;background:#1485ce;content:"";transition:all 250ms ease}.product-item-detail-tab-link:hover:after,.product-item-detail-tab.active .product-item-detail-tab-link:after{height:3px}.product-item-detail-tab-link:active:after{height:6px}.product-item-detail-tab-content{padding:25px 0}@media(max-width:991px){.product-item-detail-tabs-container{display:none !important}.product-item-detail-tab-content{display:block !important}}.product-item-detail-tabs-container-fixed{position:fixed;top:-100px;right:0;left:0;z-index:1000;background-color:#fff;box-shadow:0 4px 14px 0 rgba(32,54,74,.23);transition:top 350ms linear}.product-item-detail-tabs-container-fixed{min-height:45px;background:#fff}.product-item-detail-tabs-container-fixed.active{top:0;opacity:1}.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list{margin:0 auto;max-width:1048px}.product-item-detail-tabs-container-fixed .product-item-detail-tab{min-height:45px}.product-item-detail-tabs-container-fixed .product-item-detail-tab-link{padding:10px 25px;height:45px;line-height:25px}.bx-touch .product-item-detail-tabs-container-fixed{display:none !important}.product-item-detail-short-card-fixed{position:fixed;top:-85px;right:0;left:0;z-index:1010;box-sizing:border-box;padding:7px 0 8px;height:85px;background-color:#fff;box-shadow:0 4px 14px 0 rgba(32,54,74,.23);transition:top 220ms linear}.product-item-detail-short-card-fixed.active{top:0;opacity:1}.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active{top:85px}.bx-touch .product-item-detail-short-card-fixed{display:none !important}.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container{margin:0 auto;max-width:1048px}.product-item-detail-short-card-content-container table{min-width:100%;border-collapse:collapse}.product-item-detail-short-card-image{padding-right:15px;width:80px;vertical-align:middle;text-align:left}.product-item-detail-short-card-image img{max-width:none;height:65px}.product-item-detail-short-title-container{max-width:650px}.product-item-detail-short-title-text{display:block;color:#000;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:16px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}.product-item-detail-short-card-price{padding:0 10px;vertical-align:middle;text-align:right}.product-item-detail-short-card-btn{padding-left:10px;min-width:120px}.product-item-detail-tab-content{display:none}.product-item-detail-tab-content.active{display:block}.product-item-detail-tab-content h3{margin-bottom:10px;font-weight:var(--ui-font-weight-bold);font-size:14px}.product-item-detail-properties{display:block;overflow:hidden;margin:0;max-width:560px;color:#a5a5a5;font-size:12px}.product-item-detail-properties dl{clear:both}.product-item-detail-properties dt{float:left;clear:both;font-weight:normal}.product-item-detail-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/local/templates/pastuh/components/bitrix/catalog.section/section_product-slider/style.min.css?16981397403212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/pastuh/components/bitrix/catalog.section/section_product-slider/themes/blue/style.min.css?1698139740706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/pastuh/css/main_catalog.css?17122053662066 */
/* /local/templates/pastuh/css/main_products.css?17147376975381 */
/* /local/templates/pastuh/css/element.css?174497660421174 */
/* /local/templates/pastuh/components/bitrix/catalog/catalog/style.min.css?1699513140959 */
/* /local/templates/pastuh/components/bitrix/catalog.element/element/style.min.css?169883448022040 */
/* /local/templates/pastuh/components/bitrix/catalog.section/section_product-slider/style.min.css?16981397403212 */
/* /local/templates/pastuh/components/bitrix/catalog.section/section_product-slider/themes/blue/style.min.css?1698139740706 */
