

/* Start:/local/templates/Moonka/components/bitrix/breadcrumb/breadcrumbs/style.css?1679910708560*/
.Breadcrumbs,
.Breadcrumbs div {
	display: flex;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'P22 - Book', regular;
	font-size: 16px;
	color: var(--main-color);
	margin-left: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}

.breadcrumbHome {
	font-family: 'P22 - Book', regular;
	font-size: 16px;
	color: var(--main-color);
	margin-left: 5px;
	position: relative;
	right: 4px;
}

/* .bx-breadcrumb .bx-breadcrumb-item a:hover {} */
/* End */


/* Start:/local/templates/Moonka/components/bitrix/catalog/NEW_catalog_v2/style.css?1754913074697*/
.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%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/Moonka/components/bitrix/catalog/NEW_catalog_v2/bitrix/catalog.element/main/style.css?178637362811676*/
.product {
  position: relative;
}

.product__like {
  border: none;
  background-color: transparent;
  font-size: 26px;
  color: var(--main-color);
}

.product__sale {
  display: block;
  font-family: 'P22 - Book', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 25px;
}

.product__title {
  width: 500px;
  font-family: 'Lovelace - italic';
  font-size: 25px;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: uppercase;
}

.product__oldPrice {
  font-family: 'P22 - Book', sans-serif;
  font-size: 16px;
  text-decoration-line: line-through;
  color: var(--main-color);
  text-transform: uppercase;
}

.product__newPrice {
  font-family: 'P22 - Book', sans-serif;
  font-size: 16px;
  color: var(--main-color);
  margin-bottom: 100px !important;
  text-transform: uppercase;
}

.product__gift {
  display: flex;
  align-items: center;
  font-family: 'P22 - Book', sans-serif;
  font-size: 14px;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 36px;
}

.product__giftIcon {
  font-size: 25px;
  margin-right: 15px;
}

.product__sizes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.product__sizesBtn {
  display: inline-flex;
  width: 100%;
  min-width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--main-color);
  margin-right: 12px;
  font-family: 'P22 - Book', sans-serif;
  font-size: 18px;
  color: var(--main-color);
}
a.product__sizesBtn.selected {
  background-color: #d8eaf4;
}
a.product__sizesBtn.not_exist::after {
  content: none;
}
a.product__sizesBtn.not_exist {
  opacity: 0.5;
}

.product__delivery {
  display: block;
  width: 250px;
  font-family: 'P22 - Book', sans-serif;
  font-size: 18px;
  color: var(--main-color);
  text-align: right;
}

.product__buyBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.product__buyBlockCart {
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 25px 45px;
}

.product__cartBtn {
  font-family: 'P22 - Book', sans-serif;
  font-size: 24px;
  color: var(--main-color);
}

.product__input {
  font-family: 'P22 - Book', sans-serif;
  font-size: 24px;
  color: var(--main-color);
  width: 100px;
  border: none;
  text-align: center;
  background-color: transparent;
}

.product__buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 84px;
  background-color: var(--main-color);
  font-family: 'P22 - Book', sans-serif;
  font-size: 16px;
  text-align: center;
  color: var(--bg-color);
  text-transform: uppercase;
}

.uk-accordion.product-page-info > li {
  padding: 15px 0;
  border-bottom: 1px solid var(--main-color);
}
.uk-accordion.product-page-info > li:first-child {
  border-top: 1px solid var(--main-color);
}
.uk-accordion.product-page-info > :nth-child(n + 2) {
  margin-top: 0px;
}
.product-page-info .uk-accordion-title {
  color: var(--main-color);
}

.product__otherFirst,
.product__otherSecond {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.product__otherContainers {
  /* width: 50%; */
  width: 100%;
  border-top: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 25px;
}

.product__otherFirstTitle,
.product__otherFirstText {
  font-family: 'P22 - Book', sans-serif;
  font-size: 18px !important;
  color: var(--main-color) !important;
}

.product__otherFirstTextUppercase {
  text-transform: uppercase;
}

.product__otherFirstTitle {
  text-transform: uppercase;
}

.product__otherFirstTitle::before {
  width: max-content !important;
  background-image: none !important;
  content: '+' !important;
  font-family: 'P22 - Book', sans-serif;
  font-size: 20px;
  color: var(--main-color);
}

.product__tableExit {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--main-color);
}

.product__otherSecond > .product__otherContainers {
  display: flex;
  justify-content: space-between;
}

.uk-open > .product__otherFirstTitle::before {
  content: '-' !important;
}

.product__description {
  margin-top: 40px !important;
  font-family: 'P22 - Book', sans-serif;
  font-size: 20px;
  color: var(--main-color);
}

.product__hr {
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: var(--main-color);
  height: 1px;
}

.product__footer {
  display: flex;
  justify-content: space-between;
}

.product__socialTitle {
  font-family: 'P22 - Book', sans-serif;
  font-size: 14px;
  color: var(--main-color);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px !important;
  cursor: pointer;
}

.product__socialTitle:last-child::after {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--main-color);
  bottom: -3px;
}

.product__socialLink {
  font-family: 'P22 - Book', sans-serif;
  font-size: 13px;
  text-decoration-line: underline !important;
  text-transform: uppercase;
  color: var(--main-color);
}

.not_exist {
  cursor: pointer;
}

.catalogItem_new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.catalogItem_new :not([class^='price-with-discount'], .catalog-item-label) {
  position: relative;
  color: var(--main-color);
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
}
.catalogItem_new_left-slider {
  display: grid;
  grid-template-columns: 117px 1fr;
  gap: 15px;
}

.catalogItem_new_left-slider .left {
  display: grid;
  gap: 40px;
  overflow: auto;
  max-height: 566px;
  height: fit-content;
}
.catalogItem_new_left-slider .left img {
  min-height: 130px;
  max-height: 130px;
}
.catalogItem_new_right {
  padding-left: 15px;
}
.catalogItem_new h1 {
  font-size: 17px;
  font-family: 'Lovelace - italic';
  line-height: 30px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 550px;
}
.catalogItem_new_right .favourites {
  display: block;
  font-family: 'Lovelace - italic';
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.catalogItem_new_right-price {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: 'Lora', serif;
  font-size: 17px;
}
.catalogItem_new_right--scu {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.scu_item {
  width: 37px;
  height: 37px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.scu_item.disable::before {
  content: '';
  width: 200%;
  height: 2px;
  position: absolute;
  rotate: -45deg;
  background-color: #008065;
}
.scu_item.active::before {
  background-color: #fff;
}
.scu_item.active {
  color: #fff;
  background-color: #008065;
}
.out_of_stock {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 25px;
}
.out_of_stock button {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 8px;
  font-size: 12px;
}

.out_of_stock button .bx-catalog-subscribe-button {
  margin-bottom: 0;
}

.out_of_stock button::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.out_of_stock-notification::before {
  background-image: url(/local/templates/Moonka/components/bitrix/catalog/NEW_catalog_v2/bitrix/catalog.element/main/notic.svg);
}
.out_of_stock-gift::before {
  background-image: url(/local/templates/Moonka/components/bitrix/catalog/NEW_catalog_v2/bitrix/catalog.element/main/gift.svg);
}
.catalogItem_new_right .out_of_stock_desc,
.catalogItem_new_right button.addToCart {
  min-height: 60px;
  width: 100%;
  background-color: var(--main-color);
  color: var(--font-color-v2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
}
.out_of_stock_desc {
  cursor: pointer;
}
.desc_list_item {
  padding: 16px 0;
  border-top: 1px solid rgba(var(--main-color-rgb), 0.5);
}
.desc_list_item:last-child {
  border-bottom: 1px solid rgba(var(--main-color-rgb), 0.5);
}
.desc_list_item .title {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}
.desc_list_item .open_text {
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
  top: 8px;
  cursor: pointer;
}
.desc_list_item .open_text::before,
.desc_list_item .open_text::after {
  content: '';
  display: block;
  width: 17px;
  height: 2px;
  background-color: #008065;
  position: absolute;
  top: 0;
}
.desc_list_item .open_text::after {
  rotate: 90deg;
}
.desc_list_item.active .open_text::after {
  display: none;
}
.desc_list_item .text {
  display: none;
  font-family: 'Raleway', sans-serif;
}
.desc_list_item.active .text {
  display: block;
  padding-top: 10px;
}
.desc_list_item p {
  margin: 20px 0;
}

#main .next_prev_icon {
  display: none;
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.catalogItem_new_left-slider .Slideshow ul li.uk-active {
  display: flex;
  height: fit-content;
}

.catalogItem_new_left-slider .Slideshow ul li img {
  align-self: center;
}

@media screen and (max-width: 881px) {
  .catalogItem_new {
    grid-template-columns: 1fr;
  }

  .catalogItem_new_left-slider {
    display: flex;
    flex-direction: column-reverse;
  }

  .catalogItem_new_left-slider .left {
    grid-auto-flow: column;
  }

  .catalogItem_new_left-slider .right {
    display: block;
  }

  .catalogItem_new_right {
    padding-left: 0;
  }

  .catalogItem_new_left-slider .left {
    display: none;
  }

  #catalogItem_main_img {
    width: 80vw;
  }

  #main .next_prev_icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
    height: 100%;
  }

  #main .next_prev_icon:first-child {
    left: 0;
  }

  #main .next_prev_icon:last-child {
    right: 0;
  }
}

@media screen and (max-width: 380px) {
  .desc_list_item {
    margin-right: 20px;
  }

  .out_of_stock_desc,
  .addToCart {
    width: 95%;
  }

  .catalogItem_new_right .favourites {
    right: 15px;
  }

  .out_of_stock {
    gap: unset;
    justify-content: space-between;
  }
}
s.s_silver {
  color: silver;
  padding-left: 10px;
}

.widget-catalog-split {
  font-family: 'Raleway';
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
}

.widget-catalog-split__logo {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: #121214;
  border-radius: 12px 2px 2px 12px;
  padding: 3px 4px 3px 3px;
}

.widget-catalog-split__logo svg {
  width: 15.4px;
}

.widget-catalog-split .widget-catalog-split__price {
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.widget-catalog-split .widget-catalog-split__text {
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  color: #000;
  text-transform: initial;
}

.widget-catalog-dolyami {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
}

.widget-catalog-dolyami__logo svg {
  width: 16px;
}

.widget-catalog-dolyami .widget-catalog-dolyami__text,
.widget-catalog-dolyami .widget-catalog-dolyami__text span {
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  color: #000;
  text-transform: initial;
}

.widget-catalog-dolyami .widget-catalog-dolyami__text span {
  white-space: nowrap;
}

.widgets-catalog-list {
  display: flex;
  align-items: center;
  gap: 16px 64px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .widgets-catalog-list {
    gap: 16px 20px;
  }
}

/* End */


/* Start:/local/templates/Moonka/components/bitrix/catalog.products.viewed/viewed/style.min.css?16799107083220*/
@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-products-viewed-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/Moonka/components/bitrix/main.feedback/gift/style.min.css?1734362674251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/local/templates/Moonka/components/bitrix/form/product_report_admission/bitrix/form.result.new/.default/style.css?17628715121680*/
.overlay {
	background-color: #FFF0;
}

.simple-form {
	min-width: 373px;
    padding: 16px 10px 10px 10px;

	background-color: #F1F1F1;

	overflow: auto;

    font-family: "P22 - Book";
}

.simple-form * {
    text-transform: none;
}

.simple-form [data-hidden] {
	display: none;
}

.form-header {
    position: relative;
}

.form-header__close {
    position: absolute;
    right: 5px;
    top: 0;

	cursor: pointer;
}

.form-header__title,
.form-header__description {
    color: #164E43;
    font-weight: 600;
}

.form-header__title {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.form-header__description {
    max-width: 230px;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 12px;
}

.form-body * {
    color: #164E4380;
}

.form-body__field input {
    width: 100%;
    margin-bottom: 15px;
    
    background: transparent;
    border: none;
    border-bottom: 1px solid #164E4380;

    font-size: 12px;
}

.form-body__user-agreement {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.form-body__user-agreement label * {
    font-size: 9px;
}

.form-body__user-agreement label a {
    text-decoration: underline;
}

.form-body__user-agreement .custom-checkbox + label::before {
    width: 12px;
    height: 12px;
}

.form-body__user-agreement p {
    max-width: 255px;
    margin-left: 10px;
}

.simple-form__buttons {
    margin-top: 20px;
}

.form-button {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 18px;
    
    border: 1px solid #164E43;
    
    text-transform: uppercase;
    color: #164E43;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
/* End */
/* /local/templates/Moonka/components/bitrix/breadcrumb/breadcrumbs/style.css?1679910708560 */
/* /local/templates/Moonka/components/bitrix/catalog/NEW_catalog_v2/style.css?1754913074697 */
/* /local/templates/Moonka/components/bitrix/catalog/NEW_catalog_v2/bitrix/catalog.element/main/style.css?178637362811676 */
/* /local/templates/Moonka/components/bitrix/catalog.products.viewed/viewed/style.min.css?16799107083220 */
/* /local/templates/Moonka/components/bitrix/main.feedback/gift/style.min.css?1734362674251 */
/* /local/templates/Moonka/components/bitrix/form/product_report_admission/bitrix/form.result.new/.default/style.css?17628715121680 */
