

/* Start:/local/templates/ustemplate/components/bitrix/news.list/main_slider/style.css?16683496105408*/
.main-slider__item {
  display: flex;
}

/* .main-slider-navigation {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 66px;
  justify-content: center;
  align-items: center;
} */

.section-main-slider .main-slider {
  width: 100%;
  margin-bottom: 0 !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.section-main-slider .main-slider .main-slider__item {
  background: #fff;
}

.section-main-slider .main-slider::before {
  /* content: '';
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(218, 207, 149, 1) 2%, rgba(185, 164, 49, 1) 255%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(218, 207, 149, 1) 2%, rgba(185, 164, 49, 1) 255%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(218, 207, 149, 1) 2%, rgba(185, 164, 49, 1) 255%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#b9a431", GradientType=1);
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  z-index: -1; */
}

.slick-vertical .slick-slide {
  /* border: 0; */
}

.slick-slide:focus {
  outline: none;
}

.main-slider-navigation .slick-prev:hover svg path, .main-slider-navigation .slick-next:hover svg path {
  fill: #D1A162;
  fill: linear-gradient(180deg, #F4E4B6 0%, #D1A162 95.83%);
}

.section-main-slider .slick-dots {
  bottom: -30px;
}

.main-slider-navigation .slick-prev::before, .main-slider-navigation .slick-next::before {
  display: none;
}

.main-slider-navigation .slick-prev {
  order: 1;
  position: static;
  width: auto;
  height: auto;
}

.main-slider-navigation .slick-dots {
  order: 2;
  position: relative;
  z-index: 10;
  bottom: auto;
}

.main-slider-navigation .slick-next {
  order: 3;
  position: static;
  width: auto;
  height: auto;
}

.main-slider-navigation .slick-dots {
  counter-reset: dots;
  margin: 20px 0;
}

.main-slider-navigation .slick-dots li {
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-transition: width .25s, height 0.25s;
  transition: width .25s, height 0.25s;
}

.main-slider-navigation .slick-dots li {
  margin: 14px 0;
}

.main-slider-navigation .slick-dots li button {
  width: calc(100% - 25px);
  height: 1px;
  padding: 0;
  background: #BFBFBF;
}

.main-slider-navigation .slick-dots li:before {
  counter-increment: dots;
  /* Инкрементирует счетчик*/
  content: counter(dots);
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  width: 25px;
  height: 40px;
  color: #BFBFBF;
}

.main-slider-navigation .slick-dots li button:before {
  display: none;
}

.main-slider-navigation .slick-dots li.slick-active {
  width: 139%;
}

.main-slider-navigation .slick-dots li.slick-active button {
  background: #D1A162;
  background: linear-gradient(180deg, #F4E4B6 0%, #D1A162 95.83%);
  height: 2px;
}

.main-slider-navigation .slick-dots li.slick-active:before {
  color: #D1A162;
  /* background: linear-gradient(180deg, #F4E4B6 0%, #D1A162 95.83%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.main-slider-navigation .slick-prev, .main-slider-navigation .slick-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-slider__info {
  padding: 40px 20px 60px 60px;
  width: 536px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.main-slider__title {
  color: #e3000f;
  background-image: #fff;
  font-size: 48px;
  line-height: 60px;
  font-family: 'Bookman Old Style', serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
}

.main-slider__info p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.main-slider__btn a {
  max-width: 196px;
  height: 50px;
  /* border: 1px solid #b2962d; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.main-slider__btn a svg {
  margin-right: 18px;
}

.main-slider__btn a svg path {
  fill: #b2962d;
}

.main-slider small{
font-size: 40%;
}

@media (max-width: 1000px) {
  .main-slider-navigation {
    display: none;
  }
  .section-main-slider .main-slider {
    width: 100%;
  }
  .main-slider__info {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 30px;
  }
  .main-slider__picture {
    width: 100%;
  }
  .main-slider__picture img {
    width: 100%;
  }
  .section-main-slider .main-slider .main-slider__item {
    position: relative;
  }
}

@media (max-width: 600px) {
  .main-slider__info .main-slider__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .main-slider__info p {
    display: none;
  }
  .main-slider__PREVIEW_TEXT {
    display: none;
  }
  .main-slider__info {
    background: rgba(255, 255, 255, 0.7);
  }
  .main-slider__btn a {
    height: 30px;
    font-size: 12px;
    width: 140px;
  }
  .main-slider__btn a svg {
    display: none;
  }
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/catalog.section/section-slider/style.css?16684097832246*/
.slick-slider.catalog-section {
	margin: 0 -15px;
	display: flex;
	overflow: hidden;
	width: calc(100% + 30px);
}
.slick-slider.catalog-section.slick-initialized{
	display: block;
}
.slick-slider.catalog-section {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.slick-slider.catalog-section.slick-initialized {
	visibility: visible;
	opacity: 1;    
}
.slick-slider.catalog-section .slick-slide {
	margin: 15px;
}

.section-item-slider .slick-prev, .section-item-slider .slick-next, .section-item-slider .slick-dots {
	position: static;
	width: auto;
	height: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.section-item-slider .slick-prev:before, .section-item-slider .slick-next:before {
	display: none;
}

.section-item-slider .slick-prev {
	order: 1;
}

.section-item-slider .slick-dots {
	order: 2;
	margin: 0 20px;
}

.section-item-slider .slick-next {
	order: 3;
}

.section-item-slider-nav {
	display: flex;
	align-items: center;
}

/* .section-item-slider .slick-dots li button {
	width: auto;
	height: auto;
	font-family: 'Playfair Display', Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #BFBFBF;
	padding: 0 5px;
} */

/* .section-item-slider .slick-dots li button:before {
	display: none;
} */

.section-item-slider .slick-dots li {
	width: auto;
	height: auto;
}
.slick-dotted.slick-slider{
	margin-right: 0;
}
/* 
.section-item-slider .slick-dots li.slick-active {
	color: #D1A162;
	background: linear-gradient(180deg, #F4E4B6 0%, #D1A162 95.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} */
.section-item-slider .slick-prev:not(.slick-disabled):hover svg path, .section-item-slider .slick-next:not(.slick-disabled):hover svg path {
	fill: #D1A162;
	/* fill: linear-gradient(180deg, #F4E4B6 0%, #D1A162 95.83%); */
}
.main-title.main--popular a:hover {
	color: #b2962d;
  }

@media (max-width: 600px){
	.section-item-slider-nav{
		justify-content: space-between;
	}
	.slick-slider.catalog-section .slick-slide{
		margin: 10px;
	}
	.slick-slider.catalog-section{
		margin: 0 -10px;
		width: calc(100% + 20px);
	}
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/catalog.section/section-slider/themes/blue/style.min.css?1577263304706*/
.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 */


/* Start:/local/components/uvelirsoft/banners.list/templates/.default/style.css?16684097822854*/

.section-main-banners {
  position: relative;
}

.section-main-banners::before {
  /* content: '';
  position: absolute;
  width: 370px;
  height: auto;
  left: 10%;
  top: 80px;
  bottom: 80px;
  background: rgb(255,255,255);
background: -moz-linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(223,214,164,1) 38%, rgba(213,201,133,1) 54%, rgba(185,164,49,1) 255%);
background: -webkit-linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(223,214,164,1) 38%, rgba(213,201,133,1) 54%, rgba(185,164,49,1) 255%);
background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(223,214,164,1) 38%, rgba(213,201,133,1) 54%, rgba(185,164,49,1) 255%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#b9a431",GradientType=1); */
}

.main-banners {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.col-70 {
  width: 70%;
}

.col-65 {
  width: 65%;
}

.col-55 {
  width: 55%;
}
.col-50{
  width: 50%;
}

.col-45 {
  width: 45%;
}

.col-33 {
  width: 66.66666%;
}

.col-60 {
  width: 60%;
}

.col-40 {
  width: 40%;
}

.col-35 {
  width: 35%;
}

.col-33 {
  width: 33.33333%;
}

.col-30 {
  width: 30%;
}
.col-100 {
  width: 100%;
}

.main-banners__item {
  display: flex;
  width: 100%;
}

.main-banners__item picture {
  display: block;
  /* overflow: hidden;
  width: calc(100% - 30px);
  margin: 15px; */
  width: 100%;
}

.main-banners__item a {
  /* position: absolute; */
  display: flex;
  position: relative;
  overflow: hidden;
  width: calc(100% - 30px);
  margin: 15px;
  box-shadow: 10px 0px 25px rgba(0, 0, 0, 0.25);
}

.main-banners__item a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(0, rgba(255, 255, 255, 0.7) 7.81%, rgba(255, 255, 255, 0) 100%); */
  /* transform: rotate(-180deg); */
}

.main-banners__item a:hover::before {
  /* background: linear-gradient(229.99deg, rgba(244, 228, 182, 0.6) 3.12%, rgba(209, 161, 98, 0.6) 147.94%);
  transition: background 0.5s ease; */
}

/* .main-banners__item a:hover .main-banners__item--text {
  color: #fff;
} */

.main-banners__item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.main-banners__col {
  display: flex;
  flex-wrap: wrap;
}

.main-banners__item.col-40 {
  width: 40%;
}

.main-banners__item.col-60 {
  width: 60%;
}

.main-banners__item--text {
  position: absolute;
  font-family: 'Bookman Old Style', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 43px;
  color: #000;
  left: 30px;
  bottom: 10px;
  letter-spacing: 0.15em;
}
.main-banners__item--text:hover, .main-title.main--banners a:hover {
  color: #b2962d;
}
@media (max-width: 1000px){
  .main-banners__col{
    width: 100%;
  }
  .section-main-banners::before{
    display: none;
  }
  .main-banners__item{
    width: 100% !important;
  }
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/news.list/brends/style.css?1584951844275*/
.section-brands{
  margin-top: 50px;
}
.brands__item{
  width: calc(100% / 7);
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.brands__item img{
  max-width: 100%;
  margin: auto;
}
.section-brands .slick-track{
  display: flex;
  align-items: center;
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/sender.subscribe/subscribe/style.css?15882564001459*/
.form-subscribe__title {
  font-family: 'Bookman Old Style', serif;
  color: #b2962d;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
}

.form-subscribe__input {
  border: 1px solid #b2962d;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 6px 17px;
  font-size: 14px;
  height: 32px;
  color: #000;
}

.form-subscribe__input::placeholder {
  color: #000;
}

.form-subscribe__btn {
  max-width: 180px;
  height: 50px;
  border: 1px solid #b2962d;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: none;
  color: #b2962d;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  padding: 0;
}
.form-subscribe__btn svg {
  margin-right: 20px;
}

.form-subscribe__right, .form-subscribe__left {
  width: 50%;
}

.form-subscribe__right {
  text-align: right;
}

.section-subscribe .flex-container {
  margin: 0;
}

.custom-checkbox a, .custom-checkbox {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #2d2b2a;
}

.custom-checkbox {
  display: flex;
}

.custom-checkbox a {
  text-decoration: underline;
}

.form-group+.form-group {
  margin-top: 16px;
}

.form-subscribe__right {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 992px){
  .form-subscribe__btn{
    max-width: 196px;
    margin-top: 10px;
  }
}
/* End */
/* /local/templates/ustemplate/components/bitrix/news.list/main_slider/style.css?16683496105408 */
/* /local/templates/ustemplate/components/bitrix/catalog.section/section-slider/style.css?16684097832246 */
/* /local/templates/ustemplate/components/bitrix/catalog.section/section-slider/themes/blue/style.min.css?1577263304706 */
/* /local/components/uvelirsoft/banners.list/templates/.default/style.css?16684097822854 */
/* /local/templates/ustemplate/components/bitrix/news.list/brends/style.css?1584951844275 */
/* /local/templates/ustemplate/components/bitrix/sender.subscribe/subscribe/style.css?15882564001459 */
