

/* Start:/local/templates/priborufa/css/main_catalog.css?17035947791961*/

.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;
  
}
.catalog__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 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: 267.5px;
  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/priborufa/css/main_products.css?17174093734471*/

.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: 40px;
  margin: 20px;
}

.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;
  display: flex;
  flex-direction: column;
}
.products__photos {
  background-size: cover;
}
.products__photos span {
  width: 100%;
  height: 210px;
  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 #646cfd ;
}


.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;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.products__text {
  color: black;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'Open Sans','sans-serif';
}
.products__price-wrapper div:nth-child(3){
  color: red;
}
.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: red;
  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/priborufa/css/element.css?177806766122298*/
.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: #646cfd;
}

.element__button-card {
  display: flex;
  margin-bottom: 48px;
  gap: 5px;
  align-items: center;
}

.element__button-card div {
  cursor: pointer;
  outline: none;
  position: relative;
}

.element__button-card div:focus {
  animation: basket-btn 2s ease;
}

.element__button-card div:focus::after {
  content: "В корзине";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
  animation: basket-text 2s ease forwards;
}

@keyframes basket-btn {

  0%,
  80% {
    background: green;
    color: transparent;
  }

  100% {
    background: transparent;
    color: inherit;
  }
}

@keyframes basket-text {

  0%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.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.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.element__button-card div {
  padding: 13px 30px;
  color: white;
  background-color: #0558a8;
  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;
  white-space: nowrap;
}

.element__button-card div:hover {
  background-color: #333333;
}


.element__info .element__whatsapp {
  margin-left: auto;
  padding: 0 5px;
  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: #0558A8;
  box-shadow: 0px 0px 4px 0px #3333339c;
}

.element__info .element__whatsapp:hover svg path {
  fill: #0558A8;
}

.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: #646cfd;
}

.accordion__title svg {
  stroke: #35415b;
}

.accordion__title.active svg {
  stroke: #646cfd;
}

.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;
}

.element__small-nav {
  display: flex;
  gap: 25px;
  flex-direction: column;
  overflow-y: auto;
  width: 96px;
  flex-shrink: 0;
}

.element__small-nav-element {
  height: 97px;
  flex-shrink: 0;
  cursor: pointer;
}

.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 #646cfd 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%;
}

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: rgba(5, 88, 168, 1);
  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: rgba(5, 88, 168, 1);
  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: rgba(5, 88, 168, 1);
  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: 1065px) {
  .element__button-card div {
    padding: 13px 8px;
  }

  .element__info .element__whatsapp {
    padding: 0 5px;

  }

}

@media (max-width: 1000px) {
  .element__button-card div {
    padding: 13px 8px;

    color: white;
    background-color: rgba(34, 108, 199, 0.9);
    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.9);
  }

  .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/priborufa/components/bitrix/catalog/catalog/style.min.css?1699513183959*/
.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/priborufa/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.min.css?16995131836236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/priborufa/css/main_catalog.css?17035947791961 */
/* /local/templates/priborufa/css/main_products.css?17174093734471 */
/* /local/templates/priborufa/css/element.css?177806766122298 */
/* /local/templates/priborufa/components/bitrix/catalog/catalog/style.min.css?1699513183959 */
/* /local/templates/priborufa/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.min.css?16995131836236 */
