

/* Start:/bitrix/templates/jetmix_edas/components/bitrix/catalog/jetmix-catalog/style.css?15998189661152*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.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%;
	}
	.hidden {
		display:none;
	}
}
@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:/bitrix/templates/jetmix_edas/components/bitrix/catalog.element/jetmix-element/style.css?16472563736511*/
section.products {
  margin-top: 50px;
}
section.products .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.products .block-title {
  font-size: 36px;
  color: #0c5e0c;
}
section.products .search_product {
  position: relative;
}
section.products .search_product input {
  border: 2px solid #0c5e0c;
  border-radius: 10px;
  padding: 15px 50px 15px 25px;
  font-size: 14px;
}
section.products .search_product input::placeholder {
  font-size: 14px;
}
section.products .search_product img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
section.products .product_item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 60px 0;
  opacity: 0.2;
}
section.products .inner {
  display: flex;
  justify-content: space-between;
}
section.products .product_content {
  display: flex;
}
section.products .product_content img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-right: 50px;
}
section.products .product_info {
  max-width: 450px;
  width: 100%;
}
section.products .product_info .title {
  font-size: 20px;
  line-height: 1.7;
}
section.products .product_info .description {
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0 30px;
}
section.products .product_info .more_link {
  font-weight: bold;
}
section.products .product_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.products .product_menu__row {
  display: flex;
  align-items: center;
}
section.products .product_price {
  font-size: 24px;
  font-weight: 600;
  margin-right: 35px;
}
section.products .product_count {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #f6f6f6;
  padding: 0 30px;
}
section.products .product_count input {
  height: 45px;
  text-align: center;
  font-size: 24px;
  border: none;
  font-weight: 600;
  color: #000;
  background: none;
  max-width: 60px;
}
section.products .product_count button {
  cursor: pointer;
  border: none;
  background: none;
  right: 100px;

}
section.products .product_count input::-webkit-outer-spin-button,
section.products .product_count input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
section.products .add_to_basket {
  background-color: none;
  font-weight: 700;
  color: #0c5e0c;
  border: 1px solid #0c5e0c;
  border-radius: 4px;
  text-transform: uppercase;
  width: 100%;
  height: 45px;
  cursor: pointer;
  margin-top: 25px;
  max-width: 220px;
  margin-left: auto;
}
@media all and (max-width: 1023.98px) {
  section.products .inner {
    flex-direction: column;
  }
  section.products .product_menu {
    margin-top: 40px;
  }
  section.products .add_to_basket {
    margin: 40px 0 0;
  }
}
@media all and (max-width: 576.98px) {
  section.products .headline {
    flex-direction: column;
  }
  section.products .headline .block-title {
    margin-bottom: 20px;
  }
  section.products .product_content {
    flex-direction: column;
  }
  section.products .product_content img {
    margin-bottom: 20px;
  }
}

.added-cart-modal {
  display: none;
}
.added-cart-modal.shown {
  display: block;
}
.popup-window-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.added-cart-modal .close-modal {
  position: absolute;
}
.popup-window.popup-window-with-titlebar {
  z-index: 120;
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
}
.added-cart-modal .modal-title {
  font-size: 24px;
  line-height: 133%;
  font-weight: 700;
  margin-bottom: 25px;
}
.added-cart-modal .good-about {
  margin: 10px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.added-cart-modal .form-order {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
  background-color: #ffee59;
  width: 100%;
  border: none;
  border-radius: 4px;
  margin-bottom: 40px;
}
.added-cart-modal .keep-shopping {
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
}


section.products .add-production__btn {
  font-size: 50px;
  left: 15px;
  height: 0;
  position: absolute;
  vertical-align: middle;
  top: -15px;
  color: #333;
}


section.products .add-production__btn.js-plus {
  font-size: 40px;
  left:auto;
  right: 15px;
  height: 0;
  position: absolute;
  vertical-align: middle;
  top: -6px;
  color: #333;
}

.form__item.form__input.add-production__qty {
  color: #333;
}

.product_menu__row {
  margin-bottom:24px;
}

.btn__block {
  width:100%;
}

.btn__block a {
  display:block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}





.added-cart-modal {
  display: none;
}
.added-cart-modal.shown {
  display: block;
}
.added-cart-modal .overlay {
  z-index: 110;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.added-cart-modal .close-modal {
  position: absolute;
}
.added-cart-modal .modal-wrapper {
  z-index: 120;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
}
.added-cart-modal .modal-title {
  font-size: 24px;
  line-height: 133%;
  font-weight: 700;
  margin-bottom: 25px;
}
.added-cart-modal .good-about {
  margin: 10px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.added-cart-modal .form-order {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
  background-color: #ffee59;
  width: 100%;
  border: none;
  border-radius: 4px;
  margin-bottom: 40px;
}
.added-cart-modal .keep-shopping {
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
}

.modal-wrapper img {
  width:100%;
}
/* End */
/* /bitrix/templates/jetmix_edas/components/bitrix/catalog/jetmix-catalog/style.css?15998189661152 */
/* /bitrix/templates/jetmix_edas/components/bitrix/catalog.element/jetmix-element/style.css?16472563736511 */
