

/* Start:/bitrix/templates/landing24/template_styles.css?17023824852312*/
.grecaptcha-badge {
	opacity: 0;
}

.button-left-open {
	position: fixed;
    width: 90px;
    right: 0;
    top: 50%;
    z-index: 99;
    background: #A5C33C;
    color: #fff !important;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
    -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-left-open img {
	width: 34px;
	padding-bottom: 10px;
}


@media (min-width: 768px) {
	.navbar-toggler {
    	display: none!important;
	}
}

.u-icon-v1, .u-icon-v1 .u-icon__elem-regular, .u-icon-v1 .u-icon__elem-hover {
    margin: auto !important;
}

.shop_menuthree_header a {
    text-decoration: none !important;
    color: #ffffff;
}

.landing-layout-flex {
	display:flex;
	flex-wrap: nowrap;
	/*overflow: hidden;*/
	flex-direction: column;
}

@media (min-width: 768px) {

	.landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-flex.sidebar-right {
		flex-direction: row-reverse;
	}

	.landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}
	
	.landing-layout-flex .landing-sidebar {
		width: 30%;
	}
	
	.landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {
	
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px;	/* 30% * 992px */
	}
	
	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}
}

.g-pt-30 {
	padding-top: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}
.g-py-30 {
	padding-top: 2.14286rem !important;
	padding-bottom: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}


@media (max-width: 767px) {

.product-item-title {
text-overflow: unset;
white-space: unset;
}
h3.product-item-title {
    margin-bottom: 10px;
}
}
/* End */
/* /bitrix/templates/landing24/template_styles.css?17023824852312 */
