

/* Start:/local/templates/sayou/components/bitrix/catalog/catalog/style.css?17406654745140*/
.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%;
  }
}

.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;
}



.catalog-head {
  margin-bottom: 31px;
}

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;
}

.sliders-offers {
  margin-bottom: 120px;
}

.offers-slider-wrap:not(:last-of-type) .new-offers-mb {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .sliders-offers .new-offers {
    padding: 0;
  }

  .sliders-offers {
    margin-bottom: 80px;
  }

  .offers-slider-wrap:not(:last-of-type) .new-offers-mb {
    margin-bottom: 80px;
  }
}

@media (max-width: 470px) {
  .catalog-head {
    margin-bottom: 22px;
  }
}

@media (max-width: 370px) {
  .main-catalog .product-item__img {
    margin-bottom: 7.5px;
  }

  .main-catalog .product-item__title {
    margin-bottom: 1.5px;
  }
}

.filter-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
}

.filter-row .dropdown {
  position: relative;
}

.filter-row .dropdown.filter-dropdown {
  position: static;

}

.filter-row .dropdown.filter-dropdown .dropdown-menu {
  width: 100%;
  padding: 40px;
}

.filter-row .dropdown .btn {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  align-items: center;
  font-family: 'Roboto';
}

.filter-row .dropdown .btn .dropdown-icon {
  transition: .2s;
  transform: rotate(0);
}

.filter-row .dropdown .btn.show .dropdown-icon {
  transform: rotate(180deg);
}

.filter-row .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  display: inline-flex;
  padding: 20px 40px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #FFF;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  margin-top: 11px !important;
}

.filter-row .dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.filter-row .dropdown .dropdown-menu a {
  white-space: nowrap;
  font-family: Roboto;
  color: #1A1919;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.filter-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  row-gap: 30px;
}

.filter-block .checkbox label .bx-filter-param-text {
  color: #1A1919;
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
}

.filter-block .filter-block__title {
  color: #757575;
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.filter-block .filter-block__block.columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.bx-filter {
  width: 100%;
}

.checkbox .filter-block__text {
  color: #1A1919;
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
}

.filter-block .checkbox {
  margin-bottom: 14px;
}

.filter-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.filter-buttons .btn-long.btn-transparent {
  background-color: transparent;
  color: #1a1919;
}

.filter-buttons .btn-long.btn-transparent:hover {
  color: #FFF;
  border-color: #1a1919;
  background: #1a1919;
}

.catalog-menu-item {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .catalog-menu-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .filter-block {
    margin-bottom: 15px;
  }

  .filter-buttons {
    flex-direction: column;
    row-gap: 10px;
  }

  .filter-buttons .btn-long {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .filter-row .dropdown.filter-dropdown .dropdown-menu {
    padding: 24px;
  }
}


@media (max-width: 380px) {
  .checkbox .filter-block__text {
    font-size: 14px;
    line-height: 122%;
  }

  .filter-row .dropdown.filter-dropdown .dropdown-menu {
    padding: 21px;
  }
}

/* End */


/* Start:/local/templates/sayou/components/bitrix/breadcrumb/nav/style.css?1738590177359*/
.bx-breadcrumb {
	margin: 10px 0;
	margin-bottom: 12px;
}
.bx-breadcrumb i {
  margin-right: 3px;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 8px;
}

@media (max-width: 370px){
  .bx-breadcrumb{
    margin-bottom: 4px;
  }
}
/* End */


/* Start:/local/templates/sayou/components/bitrix/catalog.section/element-section/style.css?17371459472601*/
.catalog-products-block {
	margin-bottom: 62px;
}

.catalog-section-wrapper {
	padding-bottom: 62px;
}
.catalog-section {
	position: relative;
	z-index: 1;
}

.new-slider {
	position: relative;
	z-index: 4;
	background-color: #fff;
	/* padding: 160px 0; */
}

.new-slider__more {
	text-align: end;
}

.new-slider__more span {
	vertical-align: bottom;
	margin: 0 0 0 10px;
	display: inline-block;
	width: 60px;
	height: 29px;
	background: url('data:image/svg+xml,<svg width="50" height="29" viewBox="0 0 50 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M36.0933 1.0176L36.1021 0.0176356L34.1022 0L34.0933 0.999961C34.0469 6.26138 36.8448 10.902 41.031 13.4332H1H0V15.4332H1H41.0502C36.8522 17.9432 34.0469 22.5918 34.0933 27.8588L34.1022 28.8588L36.1021 28.8411L36.0933 27.8412C36.0332 21.0336 41.4954 15.4622 48.186 15.4622C48.7365 15.4622 49.1835 15.0172 49.1859 14.4667C49.1884 13.9162 48.7455 13.4672 48.195 13.4622C41.4955 13.4017 36.0332 7.82327 36.0933 1.0176Z" fill="%231A1919" /></svg>')
		no-repeat;
	/* transition: all 0.2s ease; */
}

.new-slider__more:hover span {
	background: url('data:image/svg+xml,<svg width="61" height="29" viewBox="0 0 61 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M47.0933 1.0176L47.1021 0.0176356L45.1022 0L45.0933 0.999961C45.0469 6.26138 47.8448 10.902 52.031 13.4332L1.09082 13.4332H0.0908203V15.4332H1.09082L52.0502 15.4332C47.8522 17.9432 45.0469 22.5918 45.0933 27.8588L45.1022 28.8588L47.1021 28.8411L47.0933 27.8412C47.0332 21.0336 52.4954 15.4622 59.186 15.4622C59.7365 15.4622 60.1835 15.0172 60.1859 14.4667C60.1884 13.9162 59.7455 13.4672 59.195 13.4622C52.4955 13.4017 47.0332 7.82327 47.0933 1.0176Z" fill="%231A1919"/></svg>')
		no-repeat;
	width: 60px;
}

.new-slider__top {
	margin-bottom: 50px;
}

.new__swiper-prev,
.new__swiper-next {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.arrow-path {
	transition: width 0.5s ease-in-out;
}

.new__swiper-prev {
	right: calc(100% - 40px);
}

.new__swiper-next {
	left: calc(100% - 40px);
}

.new__swiper-prev {
}

.new__swiper-next:hover .arrow-path {
	width: 80px;
}

@media (max-width: 991px) {
	.new-slider {
		padding: 70px 0;
	}

	.new-slider__top {
		margin-bottom: 24px;
	}

	.new__swiper-prev,
	.new__swiper-next {
		position: relative;
		top: unset;
		transform: translateY(0);
		bottom: 0;
		display: inline-block;
		padding-top: 40px;
	}

	.new__swiper-prev {
		right: 0;
		margin-right: 8px;
	}

	.new__swiper-next {
		left: 0;
	}
}

/* End */


/* Start:/local/templates/sayou/components/bitrix/catalog.product.subscribe/subscribe/style.css?17458396903660*/
.newInputCat {
  height: 45px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 12px;
  width: 396px;
  font-family: 'RobotoCondensed';
  font-weight: 300;
  font-size: 16px;
  line-height: 20.8px;
  color: #A9A9A9;
}

.newBtnCat {
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.placeholderNew {
  font-family: 'RobotoCondensed';
  font-weight: 300;
  font-size: 16px;
  line-height: 20.8px;
  color: #A9A9A9;
}

#userContact::placeholder {
  font-family: 'RobotoCondensed';
  font-weight: 300;
  font-size: 16px;
  line-height: 20.8px;
  color: #A9A9A9;
}

/* Button */
.bx-catalog-subscribe-button {
  margin-bottom: 6px;
  display: inline-block;
}

.bx-catalog-popup-content {
  width: 90%;
  max-width: 280px;
}

/* Subscribe popup */
.bx-catalog-subscribe-form-container-label {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px;
}

.bx-catalog-subscribe-form-container-input {
  position: relative;
}

.bx-catalog-subscribe-form-star-required {
  color: #d93333;
}

.bx-catalog-subscribe-form-container .bx-captcha {
  margin-bottom: 10px;
}

.bx-catalog-popup-message {
  font-weight: bold;
  min-width: 240px;
  margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
  background-color: #edf6fc;
  color: #000;
  font-size: 15px;
  min-height: 45px;
  text-align: center;
  padding: 12px 40px 12px 60px;
  position: relative;
  width: 280px;
}

.bx-catalog-subscribe-aligner {
  display: inline-block;
  height: 45px;
  margin-left: -1px;
  vertical-align: middle;
  width: 1px;
}

.bx-catalog-subscribe-alert-text {
  display: inline-block;
  vertical-align: middle;
}

.bx-catalog-subscribe-alert-footer {
  text-align: center;
}

.bx-catalog-subscribe-alert-popup {
  background-color: #edf6fc !important;
  border: 1px solid #edf6fc !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
  box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

.catalogItemSub {
  align-items: center;
}

.newCatClose {
  background-image: url('/local/templates/sayou/img/crestikSub.png');
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.colIconSub {
  width: 79px;
  height: 79px;
  margin-top: 32px;
  margin-bottom: 28px;
}

.popup-window.subscribe-modal-anons {
  padding-left: 28px;
  padding-right: 28px;
}

.subscribe-modal-anons .popup-window-close-icon::after {
  width: 17px;
  height: 17px;
  background-image: url('/local/templates/sayou/components/bitrix/catalog.element/.default/images/close.svg');
}

.subscribe-modal-anons .colIconSub {
  margin-left: auto;
  margin-right: auto;
}

.subscribe-modal-anons .catalogItemSubTitle {
  text-transform: uppercase;
}

.popup-window-titlebar-text {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "RobotoCondensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  color: #1A1919;
}

.subscribe-modal-anons .popup-window-content {
  padding: 0;
}

.popup-window.popup-window-with-titlebar {
  padding-top: 0;
  padding-bottom: 0;
}

.popup-window-buttons {
  padding: 32px 0 28px;
}

.bx-catalog-popup-content {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.subscribe-modal-anons {
  max-width: 452px;
  width: 100%;
}

.bx-catalog-popup-message {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  color: #1A1919;
}

.popup-window-titlebar-text {
  display: block;
  text-align: center;
}
/* End */


/* Start:/local/templates/sayou/components/bitrix/catalog.section/element-section/themes/blue/style.min.css?1725461648706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/sayou/components/bitrix/catalog/catalog/style.css?17406654745140 */
/* /local/templates/sayou/components/bitrix/breadcrumb/nav/style.css?1738590177359 */
/* /local/templates/sayou/components/bitrix/catalog.section/element-section/style.css?17371459472601 */
/* /local/templates/sayou/components/bitrix/catalog.product.subscribe/subscribe/style.css?17458396903660 */
/* /local/templates/sayou/components/bitrix/catalog.section/element-section/themes/blue/style.min.css?1725461648706 */
