

/* Start:/local/templates/main/assets/css/pages/home.css?17053893606152*/
.main-slider__container {
  padding-top: 32px !important;
}

.main-slider__content {
  position: relative;
}

.main-slider__dots {
  margin-top: 25px;
}

.item-main-slider {
  min-height: 480px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
}

.item-main-slider__image {
  width: 100%;
}

.item-main-slider__image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.item-main-slider__content {
  position: relative;
  z-index: 3;
}

.item-main-slider__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.item-main-slider__title_dark {
  color: #292D42;
}

.item-main-slider__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 133.3333333333%;
  color: #fff;
}

.item-main-slider__text_dark {
  color: #292D42;
}

.page__categories {
  margin-bottom: 96px;
}

.page__intro {
  padding-top: 32px;
  overflow: hidden;
  margin-bottom: 96px;
}

.page__new-products {
  margin-bottom: 98px;
}

.page__banners {
  margin-bottom: 80px;
}

.page__single-banner {
  margin-bottom: 98px;
}

.categories-page {
  overflow: hidden;
}

.item-categories-page {
  text-align: center;
  padding-top: 14px;
}

.item-categories-page__image {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.item-categories-page__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 193px;
  border-radius: 50%;
  height: 193px;
  border: 1px solid #E5E8EC;
}

.item-categories-page__text {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 142.8571428571%;
}

.new-products-page__title {
  margin-bottom: 24px;
}

.bestsellers__title {
  margin-bottom: 24px;
}

.sub-slider {
  position: relative;
}

.sub-slider__image {
  min-height: 480px;
  border-radius: 8px;
}

.sub-slider__dots {
  margin-top: 25px;
}

.banners-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banners-page__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 12px;
  margin-bottom: 16px;
}

.banners-page__link {
  display: block;
  border-radius: 8px;
  height: 160px;
}

@media (min-width: 1023.98px) {
  .page {
    padding-bottom: 20px !important;
  }

  .item-main-slider__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page__new-products {
    margin-bottom: 26px;
  }

  .categories-page__body .swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .intro-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-page__main-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 24px;
  }

  .intro-page__main-slider:last-child {
    margin: 0;
  }

  .intro-page__sub-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.4%;
    flex: 0 0 33.4%;
  }
}

@media (max-width: 1440.98px) {
  .item-categories-page__image {
    width: 161px;
    height: 161px;
  }

  .item-categories-page__image::before {
    width: 177px;
    height: 177px;
  }
}

@media (max-width: 1280.98px) {
  .item-main-slider {
    min-height: 400px;
  }

  .sub-slider__image {
    min-height: 400px;
  }
}

@media (max-width: 1240.98px) {
  .item-categories-page__image {
    width: 121px;
    height: 121px;
  }

  .item-categories-page__image::before {
    width: 137px;
    height: 137px;
  }
}

@media (max-width: 1024.98px) {
  .main-slider__body {
    overflow: visible !important;
  }

  .main-slider__buttons {
    display: none;
  }

  .item-main-slider {
    min-height: 250px;
  }

  .page__categories {
    margin-bottom: 64px;
  }

  .page__intro {
    margin-bottom: 54px;
  }

  .page__banners {
    margin-bottom: 48px;
  }

  .page__single-banner {
    margin-bottom: 64px;
  }

  .categories-page__body {
    overflow: visible !important;
  }

  .item-categories-page__image {
    width: 148px;
    height: 148px;
  }

  .item-categories-page__image::before {
    width: 164px;
    height: 164px;
  }

  .new-products-page__title {
    margin-bottom: 16px;
  }

  .bestsellers__title {
    margin-bottom: 16px;
  }

  .intro-page__main-slider {
    margin-bottom: 64px;
  }

  .sub-slider__body {
    overflow: visible !important;
  }

  .sub-slider__image {
    min-height: 252px;
  }

  .sub-slider__buttons {
    display: none;
  }

  .banners-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .banners-page__link {
    height: 182px;
  }
}

@media (max-width: 768.98px) {
  .page__new-products {
    margin-bottom: 64px;
  }

  .banners-page__link {
    height: 140px;
  }
}

@media (max-width: 575.98px) {
  .main-slider__dots {
    margin-top: 17px;
  }

  .item-main-slider {
    min-height: 152px;
  }

  .item-main-slider__title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .item-main-slider__text {
    font-size: 16px;
  }

  .page__banners {
    margin-bottom: 36px;
  }

  .page__single-banner {
    margin-bottom: 48px;
  }

  .item-categories-page__image {
    width: 112px;
    height: 112px;
  }

  .item-categories-page__image::before {
    width: 128px;
    height: 128px;
  }

  .intro-page__main-slider {
    margin-bottom: 49px;
  }

  .sub-slider__image {
    min-height: 200px;
  }

  .banners-page__link {
    height: 72px;
  }
}

@media (max-width: 365.98px) {
  .sub-slider__image {
    min-height: 150px;
  }
}

@media (any-hover: hover) {
  .item-categories-page:hover .item-categories-page__text {
    color: #416AA7;
  }
}
/* End */


/* Start:/local/templates/main/assets/css/pages/contacts.css?17053894251579*/
.contacts__title {
  margin-bottom: 24px;
}

.contacts__text p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}

.contacts__text p:last-child {
  margin: 0;
}

.contacts__text p b {
  font-weight: 500;
}

.contacts__text p a {
  color: #CF643F;
}

.contacts__map iframe {
  height: 436px !important;
  width: 100% !important;
  border-radius: 12px;
}

@media (min-width: 1023.98px) {
  .contacts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts__content {
    padding-right: 48px;
  }

  .contacts__map {
    padding-top: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 62%;
    flex: 0 1 62%;
  }
}

@media (min-width: 1279.98px) {
  .contacts__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
  }
}

@media (max-width: 1280.98px) {
  .contacts__map iframe {
    height: 390px !important;
  }

  .contacts__map iframe {
    height: 360px !important;
  }
}

@media (max-width: 1024.98px) {
  .contacts__content {
    margin-bottom: 48px;
  }

  .contacts__title {
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .contacts__content {
    margin-bottom: 32px;
  }

  .contacts__map iframe {
    height: 290px !important;
  }
}

@media (min-width: 1023.98px) and (max-width: 1279.98px) {
  .contacts__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }

  .contacts__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
}

@media (any-hover: hover) {
  .contacts__text p a:hover {
    text-decoration: underline;
  }
}
/* End */


/* Start:/local/templates/main/assets/css/pages/content.css?17053893934424*/
.content__body h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 12px;
}

.content__body h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 128.5714285714%;
  margin-bottom: 8px;
}

.content__body h3 {
  margin-top: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 133.3333333333%;
  margin-bottom: 8px;
}

.content__body p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.content__body p:last-child {
  margin: 0;
}

.content__body a {
  color: #CF643F;
  white-space: nowrap;
}

.content__body ul {
  margin-bottom: 4px;
}

.content__body ul li {
  font-size: 16px;
  line-height: 150%;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.content__body ul li:last-child {
  margin: 0;
}

.content__body ul li::before {
  content: "";
  left: 12px;
  top: 7px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #292D42;
  border-radius: 50%;
}

.content__body ol {
  margin-bottom: 20px;
  list-style: none;
  counter-reset: counter;
}

.content__body ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.content__body ol li:last-child {
  margin: 0;
}

.content__body ol li::before {
  counter-increment: counter;
  content: counter(counter) ".";
  display: inline-block;
  padding: 0 10px 0 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.content__notice {
  font-size: 16px;
  line-height: 150%;
  padding: 16px;
  background: #F2F5FA;
  border-radius: 8px;
  margin-bottom: 32px !important;
}

.content__image {
  margin-top: 16px;
  margin-bottom: 12px;
}

.content__image img {
  height: 364px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.content__image_big img {
  height: 432px;
}

.content__caption {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #8C8E91;
  margin-bottom: 24px !important;
}

.content__table {
  margin-top: 24px;
  margin-bottom: 12px;
}

.content__spoilers {
  margin-top: 24px;
}

.spoilers-content {
  background: #F2F5FA;
  border-radius: 8px;
}

.spoilers-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.spoilers-content__title span {
  position: relative;
  width: 12px;
  height: 12px;
}

.spoilers-content__title span::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #292D42;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.spoilers-content__title span::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #292D42;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.spoilers-content__title.active span::after {
  opacity: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.spoilers-content__text {
  padding: 10px 16px 24px;
}

.content-container {
  padding: 0 24px;
  margin: 0 auto;
}

@media (min-width: 767.98px) {
  .content-container {
    max-width: 696px;
  }
}

@media (max-width: 1023.98px) {
  .content__body h1 {
    font-size: 28px;
  }

  .content__body h2 {
    font-size: 24px;
  }
}

@media (max-width: 768.98px) {
  .content__body h1 br {
    display: none;
  }

  .content__body h2 br {
    display: none;
  }

  .content__body h3 {
    font-size: 20px;
    font-weight: 700;
  }

  .content__body h3 br {
    display: none;
  }

  .content__image img {
    height: auto;
  }

  .content__image_big img {
    height: auto;
  }

  .content-container {
    padding: 0 16px;
  }
}

@media (max-width: 575.98px) {
  .content__body h1 {
    margin-bottom: 8px;
  }

  .content__body h3 {
    margin-top: 16px;
  }

  .content__notice {
    margin-bottom: 20px !important;
  }

  .content__caption {
    margin-bottom: 16px !important;
  }
}

@media (any-hover: hover) {
  .content__body a:hover {
    text-decoration: underline;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main.slider/style.css?16897991144143*/
.main-slider__container {
  padding-top: 32px !important;
}

.main-slider__content {
  position: relative;
}

.main-slider__dots {
  margin-top: 25px;
}

.item-main-slider {
  min-height: 480px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
}

.item-main-slider__image {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-main-slider__content {
  position: relative;
  z-index: 3;
}

.item-main-slider__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.item-main-slider__title_dark {
  color: #292D42;
}

.item-main-slider__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 133.3333333333%;
  color: #fff;
}

.item-main-slider__text_dark {
  color: #292D42;
}

.page__categories {
  margin-bottom: 96px;
}

.page__main-slider {
  margin-bottom: 96px;
}

.page__new-products {
  margin-bottom: 96px;
}

.item-categories-page {
  text-align: center;
  padding-top: 14px;
}

.item-categories-page__image {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.item-categories-page__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 193px;
  border-radius: 50%;
  height: 193px;
  border: 1px solid #E5E8EC;
}

.item-categories-page__text {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 142.8571428571%;
}

.new-products-page__title {
  margin-bottom: 24px;
}

.bestsellers__title {
  margin-bottom: 24px;
}

.product-slider {
  position: relative;
}

@media (min-width: 1024.98px) {
  .categories-page__body .swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .product-slider__buttons .slider-buttons__item {
    top: 129px;
    -webkit-transform: none;
    transform: none;
  }

  .product-slider__buttons .slider-buttons__item_prev {
    left: -20px;
  }

  .product-slider__buttons .slider-buttons__item_next {
    right: -20px;
  }
}

@media (max-width: 1440.98px) {
  .item-categories-page__image {
    width: 161px;
    height: 161px;
  }

  .item-categories-page__image::before {
    width: 177px;
    height: 177px;
  }
}

@media (max-width: 1240.98px) {
  .item-categories-page__image {
    width: 121px;
    height: 121px;
  }

  .item-categories-page__image::before {
    width: 137px;
    height: 137px;
  }
}

@media (max-width: 1024.98px) {
  .main-slider__body {
    overflow: visible !important;
  }

  .main-slider__buttons {
    display: none;
  }

  .item-main-slider {
    min-height: 400px;
  }

  .page__categories {
    margin-bottom: 64px;
  }

  .page__main-slider {
    margin-bottom: 54px;
  }

  .categories-page__body {
    overflow: visible !important;
  }

  .item-categories-page__image {
    width: 148px;
    height: 148px;
  }

  .item-categories-page__image::before {
    width: 164px;
    height: 164px;
  }

  .new-products-page__title {
    margin-bottom: 16px;
  }

  .bestsellers__title {
    margin-bottom: 16px;
  }

  .product-slider__body {
    overflow: visible !important;
  }

  .product-slider__buttons {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .page__new-products {
    margin-bottom: 64px;
  }
}

@media (max-width: 575.98px) {
  .main-slider__dots {
    margin-top: 17px;
  }

  .item-main-slider__title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .item-main-slider__text {
    font-size: 16px;
  }

  .item-categories-page__image {
    width: 112px;
    height: 112px;
  }

  .item-categories-page__image::before {
    width: 128px;
    height: 128px;
  }
}

@media (any-hover: hover) {
  .item-categories-page:hover .item-categories-page__text {
    color: #416AA7;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/mini.slider/style.css?16897991144143*/
.main-slider__container {
  padding-top: 32px !important;
}

.main-slider__content {
  position: relative;
}

.main-slider__dots {
  margin-top: 25px;
}

.item-main-slider {
  min-height: 480px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
}

.item-main-slider__image {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-main-slider__content {
  position: relative;
  z-index: 3;
}

.item-main-slider__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.item-main-slider__title_dark {
  color: #292D42;
}

.item-main-slider__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 133.3333333333%;
  color: #fff;
}

.item-main-slider__text_dark {
  color: #292D42;
}

.page__categories {
  margin-bottom: 96px;
}

.page__main-slider {
  margin-bottom: 96px;
}

.page__new-products {
  margin-bottom: 96px;
}

.item-categories-page {
  text-align: center;
  padding-top: 14px;
}

.item-categories-page__image {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.item-categories-page__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 193px;
  border-radius: 50%;
  height: 193px;
  border: 1px solid #E5E8EC;
}

.item-categories-page__text {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 142.8571428571%;
}

.new-products-page__title {
  margin-bottom: 24px;
}

.bestsellers__title {
  margin-bottom: 24px;
}

.product-slider {
  position: relative;
}

@media (min-width: 1024.98px) {
  .categories-page__body .swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .product-slider__buttons .slider-buttons__item {
    top: 129px;
    -webkit-transform: none;
    transform: none;
  }

  .product-slider__buttons .slider-buttons__item_prev {
    left: -20px;
  }

  .product-slider__buttons .slider-buttons__item_next {
    right: -20px;
  }
}

@media (max-width: 1440.98px) {
  .item-categories-page__image {
    width: 161px;
    height: 161px;
  }

  .item-categories-page__image::before {
    width: 177px;
    height: 177px;
  }
}

@media (max-width: 1240.98px) {
  .item-categories-page__image {
    width: 121px;
    height: 121px;
  }

  .item-categories-page__image::before {
    width: 137px;
    height: 137px;
  }
}

@media (max-width: 1024.98px) {
  .main-slider__body {
    overflow: visible !important;
  }

  .main-slider__buttons {
    display: none;
  }

  .item-main-slider {
    min-height: 400px;
  }

  .page__categories {
    margin-bottom: 64px;
  }

  .page__main-slider {
    margin-bottom: 54px;
  }

  .categories-page__body {
    overflow: visible !important;
  }

  .item-categories-page__image {
    width: 148px;
    height: 148px;
  }

  .item-categories-page__image::before {
    width: 164px;
    height: 164px;
  }

  .new-products-page__title {
    margin-bottom: 16px;
  }

  .bestsellers__title {
    margin-bottom: 16px;
  }

  .product-slider__body {
    overflow: visible !important;
  }

  .product-slider__buttons {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .page__new-products {
    margin-bottom: 64px;
  }
}

@media (max-width: 575.98px) {
  .main-slider__dots {
    margin-top: 17px;
  }

  .item-main-slider__title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .item-main-slider__text {
    font-size: 16px;
  }

  .item-categories-page__image {
    width: 112px;
    height: 112px;
  }

  .item-categories-page__image::before {
    width: 128px;
    height: 128px;
  }
}

@media (any-hover: hover) {
  .item-categories-page:hover .item-categories-page__text {
    color: #416AA7;
  }
}
/* End */
/* /local/templates/main/assets/css/pages/home.css?17053893606152 */
/* /local/templates/main/assets/css/pages/contacts.css?17053894251579 */
/* /local/templates/main/assets/css/pages/content.css?17053893934424 */
/* /local/templates/main/components/bitrix/news.list/main.slider/style.css?16897991144143 */
/* /local/templates/main/components/bitrix/news.list/mini.slider/style.css?16897991144143 */
