

/* Start:/local/templates/cmt-product/components/bitrix/menu/header_cmt/style.css?17309647222444*/
.nav.header__nav > ul > .nav__item.parent_menu > ul {
	display: flex;
	position: absolute;
	width: 100%;
	z-index: 9;
	background: #fff;
	visibility: hidden;
	gap: 15px;
	transition: .3s;
	pointer-events: none;
	opacity: 0;
	justify-content: flex-start;
	border-radius: 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #eee;
	padding: 20px 25px;
	flex-wrap: wrap;
}

.nav.header__nav > ul > .nav__item.parent_menu:hover > ul {
display:flex;
visibility:visible;
pointer-events:auto;
opacity:1;
}

.nav.header__nav > ul > .nav__item.parent_menu > ul > li a {
margin-right:0;
font-size:14px;
padding:0 5px!important;
}

.nav.header__nav > ul > .nav__item.parent_menu > ul > li {
margin-right:0;
width:32%;
}

.nav.header__nav > ul > .nav__item.parent_menu > ul ul {
padding-left:0;
}

.nav.header__nav > ul > .nav__item.parent_menu > ul ul a {
font-weight:400;
font-size:13px;
padding:0 5px!important;
}

.nav__list {
position:relative;
}

.nav.header__nav > ul > .nav__item.parent_menu > ul ul li {
line-height:1em;
}
.nav.header__nav > .nav__list.list-reset > .nav__item.parent_menu.menu-close > a {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg width='800px' height='800px' viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z' fill='%23888888' /%3e%3c/svg%3e");
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

.nav.header__nav > .nav__list.list-reset > .nav__item.parent_menu.menu-close:hover > a {background-image: none;}




.nav.header__nav  .nav__link b {
	margin-left: 8px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}




.nav.header__nav  .nav__list.list-reset > .nav__item:first-child > ul > .nav__item:last-child {

  width: 100%;
  text-align: center;
}

.nav.header__nav .nav__list.list-reset > .nav__item:first-child > ul > .nav__item:last-child a {

  display: block;
  background-color: #275432;
  border-color: #275432;
  color: #fff;
  max-width: 156px;
  padding: 5px 15px !important;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: .3rem;
}
.nav.header__nav .nav__list.list-reset > .nav__item:first-child > ul > .nav__item:last-child a b {
margin:0;}
.nav__list.list-reset > .nav__item:first-child > ul > .nav__item:last-child a:hover b { color: #fff;}
/* End */


/* Start:/local/templates/cmt-product/components/bitrix/menu/header_mobile_cmt/style.css?1729347540994*/


.parent_container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .toggle_open {
  
    width: 25px;
    background: url(/images/down.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    background-color: #fafafa;
    border-radius: 5px;
  }
  
  
  .menu-mobil ul {
    padding: 0;
    text-align: center;
  }
  
  .menu-mobil ul ul {
	display: none;
}

.parent_container.open + ul {
  display: block;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.parent_container.open + ul a {
  font-weight: normal;
}


.parent_container.open > .toggle_open { transform: rotate(180deg);}


.parent_container.open + ul a {

  font-size: 13px;
}

.parent_container.open + ul .parent_container.open + ul a {
  font-size: 12px;
  padding: 6px;
}

.parent_container.open + ul .parent_container.open + ul li {
  line-height: 1em;
  font-size: 14px;
}


/* End */


/* Start:/local/templates/cmt-product/template_styles.css?17869608495061*/
.search_text {
	text-align: center;
	width: 100%;
	margin-top: 45px;
	font-size: 22px;
}

.catalog-page__sidebar {
  margin-bottom: 25px;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}
blockquote {
	padding: 10px 20px;
	margin: 20px 0 20px 5%;
	font-size: 22px;
	border-left: 5px solid #ccc;
}
.modal-content {
	z-index: 11000 !important;
	/* margin-top: 120px; */
}

.modal-content {
	padding: 20px;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.modal-content .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-footer button, #callback_zakaz_yes .btn.btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 0px 16px;
	max-width: 160px;
	width: 100%;
	height: 54px;
	background-color: #006429;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	transition: background-color 0.3s ease;
	position: relative;
	outline: none;
	cursor:pointer;
	border:0;}

.modal-content .col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.spreadsheet-header {

  font-size: 15px;
}
.modal-content .col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

#callback {
	max-width: 450px;
}

.nav.header__nav ul {
	list-style: none;
}

#callback {
  max-width: 450px;
}

.btn.btn-secondary {

  color: #222;
  background: #f5f5f5;
}
.suggestion-btn-show.load_more_recom {
	cursor: pointer;
}

.tiles-active .product-cart-info {
	width: 100%;
}

.partners-logo {
  background-size: contain;
  background-position: center center;
}

.modal-footer button {

  border: 0;
  margin-left: 19px;
}

.not-found-message {
	text-align: center;
	color: var(--dark-gray);
	padding: 0 0 15px;
}

.tiles-active .product-cart-picture {
	background-size: 80%;
}

#callback_zakaz_yes .text-light {
	color: #f8f9fa !important;
}
#callback_zakaz_yes .bg-dark {
	background-color: #343a40 !important;
}

#callback_zakaz_yes .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

#callback_zakaz_yes {
	background: transparent;
}
#callback_zakaz_yes .btn.btn-primary {
	margin: 0 auto;
}

.articles-cart-btn {
	pointer-events: none;
}

.tabs-box h3 {
	margin-top: 15px;
}

.share_text {
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
	max-width: 200px;
}

.return-btm {
	cursor: pointer;
}







.catalog-list_header {
	background: #fff;
	padding-bottom: 15px;
	z-index: 10000;
	position: relative;
}

.list-catalog.container {
  display: flex;
  flex-wrap: wrap;
}

.list-catalog.container {
  padding-top: 15px;
}

.list-catalog.container .subteam-item_header {
	width: 25%;
	margin-bottom: 20px;
}

.catalog-list_wrapper {
	position: absolute;
	width: 100%;
	z-index: 9;
	display: none;
}

.catalog-list_wrapper.active {
	position: absolute;
	width: 100%;
	z-index: 9;
	display: none;
}

.catalog-list_wrapper .overlay {
  display: block;
}


.catalog-list_wrapper .overlay {
	top: 150px;
}

.catalog-list_wrapper.active {
	display: block;
}



@media (max-width:1150px) {
	.list-catalog.container .subteam-item_header {
		width: 33%;
		margin-bottom: 20px;
	}
}



@media (max-width:650px) {
	.list-catalog.container .subteam-item_header {
		width: 50%;
		margin-bottom: 20px;
	}
}

.news-box a {
	text-decoration: underline;
	color: #006429;
}
/* End */
/* /local/templates/cmt-product/components/bitrix/menu/header_cmt/style.css?17309647222444 */
/* /local/templates/cmt-product/components/bitrix/menu/header_mobile_cmt/style.css?1729347540994 */
/* /local/templates/cmt-product/template_styles.css?17869608495061 */
