

/* Start:/local/templates/tomiko/components/bitrix/catalog.element/default/style.css?17287637199642*/
@charset "UTF-8";
.c-catalog-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .c-catalog-product {
    display: flex;
    flex-direction: column;
  }
}
.c-catalog-product__img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-catalog-product__not-avaliable {
  margin-top: 10px;
  text-align: center;
  margin-left: auto;
}
@media (min-width: 992px) {
  .c-catalog-product__not-avaliable {
    width: 50%;
  }
}
.c-catalog-product .swiper-button-next.swiper-button-next,
.c-catalog-product .swiper-button-prev.swiper-button-prev {
  width: 40px;
  height: 40px;
}
.c-catalog-product .swiper-button-next.swiper-button-next:focus,
.c-catalog-product .swiper-button-prev.swiper-button-prev:focus {
  outline: none;
}
.c-catalog-product .swiper-button-prev.swiper-button-prev {
  content: url(/local/templates/tomiko/images/icons/icon-row-left-active.svg);
  left: -50px;
}
@media (max-width: 600px) {
  .c-catalog-product .swiper-button-prev.swiper-button-prev {
    left: 0;
  }
}
.c-catalog-product .swiper-button-next.swiper-button-next {
  content: url(/local/templates/tomiko/images/icons/icon-row-right-active.svg);
  right: -50px;
}
@media (max-width: 600px) {
  .c-catalog-product .swiper-button-next.swiper-button-next {
    right: 0;
  }
}
.c-catalog-product__img {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .c-catalog-product__img {
    max-height: 630px;
    width: 100%;
  }
}
.c-catalog-product__gallery {
  max-width: 500px;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.c-catalog-product__gallery .swiper-initialized {
  overflow: hidden;
}
@media (max-width: 600px) {
  .c-catalog-product__gallery {
    padding: 0 60px;
  }
}
.c-catalog-product__gallery-img {
  width: 100%;
}
.c-catalog-product__cat-href {
  color: var(--color2);
  transition: color var(--animation-speed);
}
.c-catalog-product__cat-href:hover {
  color: var(--color4);
  text-decoration: none;
}
@media (max-width: 991px) {
  .c-catalog-product__desc-wrap {
    margin-top: 10px;
  }
}
.c-catalog-product__video, .c-catalog-product__info, .c-catalog-product__color, .c-catalog-product__art {
  margin-top: 20px;
}
.c-catalog-product__info {
  display: grid;
  grid-template-columns: 1fr 7fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}
.c-catalog-product__video {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.c-catalog-product__video-icon {
  width: 45px;
  margin-left: 10px;
}
.c-catalog-product__info-title {
  font-weight: bold;
}
.c-catalog-product__pack {
  display: flex;
}
.c-catalog-product__pack--one {
  font-weight: bold;
  margin-top: -5px;
}
.c-catalog-product__color {
  display: flex;
  align-items: flex-end;
}
.c-catalog-product__color-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .c-catalog-product__color-wrap > b {
    width: 100%;
  }
}
.c-catalog-product__price-wrap__inner {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
@media (max-width: 520px) {
  .c-catalog-product__price-wrap__inner {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .c-catalog-product__price-wrap__inner {
    margin-bottom: 15px;
    order: 2;
    justify-content: start;
    margin-right: 0;
  }
}
.c-catalog-product__price-wrap__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}
.c-catalog-product__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  max-width: 200px;
}
@media (max-width: 480px) {
  .c-catalog-product__price-wrap {
    margin-left: 0;
    align-items: start;
  }
}
.c-catalog-product__price {
  color: var(--color4);
  font-weight: bold;
  font-size: 30pt;
  white-space: pre;
}
@media (max-width: 480px) {
  .c-catalog-product__price {
    font-size: 20pt;
  }
}
.c-catalog-product__cart-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .c-catalog-product__cart-number-wrap {
    justify-content: center;
    margin-right: auto;
  }
}
@media (max-width: 520px) {
  .c-catalog-product__cart-number-wrap {
    margin-right: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .c-catalog-product__cart-number-wrap {
    order: 1;
    width: 50%;
  }
}
.c-catalog-product__cart-number-limit-error {
  display: none;
  color: var(--color6);
  position: absolute;
  line-height: 1.2;
  width: 200px;
  left: 0;
}
@media (min-width: 576px) {
  .c-catalog-product__cart-number-limit-error {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: -25px;
    font-size: 11pt;
  }
}
@media (max-width: 575px) {
  .c-catalog-product__cart-number-limit-error {
    font-size: 10pt;
    bottom: -18px;
  }
}
.c-catalog-product__cart-number-col-plus, .c-catalog-product__cart-number-col-minus {
  color: var(--color4);
  font-size: 40pt;
  cursor: pointer;
}
@media (max-width: 360px) {
  .c-catalog-product__cart-number-col-plus, .c-catalog-product__cart-number-col-minus {
    font-size: 30pt;
  }
}
.c-catalog-product__cart-number-col-minus {
  position: relative;
  top: -4px;
}
.c-catalog-product__cart-number-value {
  border: 1px solid var(--color4);
  border-radius: 10px;
  width: 70px;
  text-align: center;
  padding: 8px;
  transition: box-shadow var(--animation-speed), color var(--animation-speed);
}
@media (max-width: 360px) {
  .c-catalog-product__cart-number-value {
    padding: 2px 5px;
    width: 45px;
  }
}
.c-catalog-product__cart-number-value:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.c-catalog-product__cart-number-value:focus {
  outline: none;
}
.c-catalog-product__cart-number-col {
  margin: 0 5px;
}
.c-catalog-product__cart-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .c-catalog-product__cart-btns {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-catalog-product__cart-fav-btn {
  padding: 10px 18px;
  display: inline-flex;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  .c-catalog-product__cart-fav-btn {
    margin-left: 36px;
  }
}
@media (max-width: 480px) {
  .c-catalog-product__cart-fav-btn {
    order: 3;
  }
}
@media (max-width: 360px) {
  .c-catalog-product__cart-fav-btn {
    margin-left: 0;
  }
}
.c-catalog-product__cart-add-btn {
  margin-left: 20px;
  background: var(--color4);
  border-radius: 35px;
  padding: 15px 55px;
  color: var(--color1);
  text-align: center;
  width: 200px;
  transition: background var(--animation-speed);
  cursor: pointer;
}
@media (max-width: 480px) {
  .c-catalog-product__cart-add-btn {
    order: 4;
  }
}
.c-catalog-product__cart-add-btn:hover {
  background: var(--color3);
}
.c-catalog-product__color-value {
  border-bottom: solid transparent 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
}
.c-catalog-product__color-value--circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border: solid var(--color8) 2px;
}
.c-catalog-product__color-value-active {
  border-bottom: solid var(--color4) 2px;
}
.c-catalog-product__color-value--circle.c-catalog-product__color-value-active {
  border: solid var(--color4) 4px;
}
@media (min-width: 400px) {
  .c-catalog-product__gallery--three-items-no-padding {
    padding: 0;
  }
}
@media (min-width: 500px) {
  .c-catalog-product__gallery--four-items-no-padding {
    padding: 0;
  }
}
.c-catalog-product__gallery--no-padding {
  padding: 0;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 340px) {
  .h1,
  h1 {
    font-size: 1.8rem;
  }
}
/*Увеличение изобр в карточке*/
figure.zoom {
  background-position: 50% 50%;
  max-height: 630px;
  height: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  figure.zoom {
    cursor: zoom-in;
  }
}
figure.zoom .figure_content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  figure.zoom .figure_content:hover .zoom_wrap {
    display: block;
    opacity: 1;
    -webkit-animation: show_zoo_image;
    animation: show_zoo_image;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
  }
}
@-webkit-keyframes show_zoo_image {
  from {
    display: none;
    opacity: 0;
  }
  10% {
    display: block;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show_zoo_image {
  from {
    display: none;
    opacity: 0;
  }
  10% {
    display: block;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
figure.zoom .zoom_wrap {
  display: none;
  opacity: 0;
  width: 100%;
  height: 50vh;
  left: 100%;
  top: 0;
  transform: translate(20px, 0px);
  position: absolute;
  z-index: 99;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.12);
  transition: opacity 0.5s;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  figure.zoom .zoom_wrap.active {
    display: block;
    background-size: contain;
    background-position: center !important;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    transform: translate(0, 0);
    opacity: 1;
    background-color: #000;
  }
  figure.zoom .zoom_wrap.active .exit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 40px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    color: #fff;
    font-size: 35px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
}
/* End */


/* Start:/local/templates/tomiko/components/bitrix/catalog.section/products_slider/style.css?17287637195883*/
.c-section-products .c-product-cards {
  width: 100%;
  padding-bottom: 5px;
}
.c-section-products .c-product-cards .swiper-slide {
  display: flex;
  justify-content: center;
}
.c-section-products .c-product-cards__btns .swiper-button-next,
.c-section-products .c-product-cards__btns .swiper-button-prev {
  width: 60px;
  height: 60px;
  position: inherit;
}
.c-section-products .c-product-cards__btns .swiper-button-next:focus,
.c-section-products .c-product-cards__btns .swiper-button-prev:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  .c-section-products .c-product-cards__btns .swiper-button-next,
  .c-section-products .c-product-cards__btns .swiper-button-prev {
    display: none;
  }
}
.c-section-products .c-product-cards__btns .swiper-button-prev {
  content: url(/local/templates/tomiko/images/icons/icon-row-left-active.svg);
  left: 10em;
}
.c-section-products .c-product-cards__btns .swiper-button-next {
  content: url(/local/templates/tomiko/images/icons/icon-row-right-active.svg);
  right: 10em;
}
.c-section-products .c-product-cards__btns .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .c-section-products .c-product-cards__btns .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-section-products .c-product-cards__btns .swiper-pagination {
    flex-wrap: wrap;
    margin: 0;
  }
}
.c-section-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid var(--color4);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: none;
  opacity: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-section-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 10px;
  }
}
.c-section-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet-active::after {
  background: var(--color4);
  width: 5px;
  height: 5px;
  content: " ";
  border-radius: 50%;
  float: left;
}

#section-product-add-to-basket .c-add-to-basket {
  margin-bottom: 20px;
}
#section-product-add-to-basket .c-add-to-basket__header {
  display: flex;
  margin-bottom: 20px;
}
#section-product-add-to-basket .c-add-to-basket__content, #section-product-add-to-basket .c-add-to-basket__form-wrap {
  padding: 0 50px;
}
#section-product-add-to-basket .c-add-to-basket__header-close {
  margin-left: auto;
}
#section-product-add-to-basket .c-add-to-basket__content-title {
  color: var(--color4);
  font-weight: bold;
  text-align: center;
  font-size: 12pt;
}
#section-product-add-to-basket .c-add-to-basket__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section-product-add-to-basket .c-add-to-basket__form-wrap {
  margin-top: 20px;
}
#section-product-add-to-basket .c-add-to-basket__form-btn {
  display: flex;
  justify-content: center;
}
#section-product-add-to-basket .c-add-to-basket__list-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 10px;
  justify-content: center;
}
#section-product-add-to-basket .c-add-to-basket__list-item {
  border-bottom: solid transparent 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
}
#section-product-add-to-basket .c-add-to-basket__list-item--circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border: solid var(--color8) 2px;
}
#section-product-add-to-basket .c-add-to-basket__list-item--circle.selected {
  border: solid var(--color4) 2px;
}
#section-product-add-to-basket .c-add-to-basket__list-item.selected {
  border-bottom: solid var(--color4) 2px;
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-wrap {
    width: 100%;
    justify-content: center;
  }
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
  display: none;
  color: var(--color6);
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  #section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
    font-size: 11pt;
  }
}
@media (max-width: 575px) {
  #section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
    font-size: 10pt;
  }
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 span {
  width: 200px;
  display: inline-block;
  transform: translateY(-12px);
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-plus, #section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-minus {
  color: var(--color4);
  font-size: 40pt;
  cursor: pointer;
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-minus {
  position: relative;
  top: -4px;
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value {
  border: 1px solid var(--color4);
  border-radius: 10px;
  width: 70px;
  text-align: center;
  padding: 8px;
  transition: box-shadow var(--animation-speed), color var(--animation-speed);
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value:focus {
  outline: none;
}
#section-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col {
  margin: 0 5px;
}
/* End */


/* Start:/local/templates/tomiko/components/bitrix/catalog.top/default/style.css?17287637196062*/
@charset "UTF-8";
.c-top-products .c-product-cards {
  width: 100%;
  padding-bottom: 5px;
}
.c-top-products .c-product-cards .swiper-slide {
  display: flex;
  justify-content: center;
}
.c-top-products .c-product-cards__btns .swiper-button-next,
.c-top-products .c-product-cards__btns .swiper-button-prev {
  width: 60px;
  height: 60px;
  position: inherit;
}
.c-top-products .c-product-cards__btns .swiper-button-next:focus,
.c-top-products .c-product-cards__btns .swiper-button-prev:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  .c-top-products .c-product-cards__btns .swiper-button-next,
  .c-top-products .c-product-cards__btns .swiper-button-prev {
    display: none;
  }
}
.c-top-products .c-product-cards__btns .swiper-button-prev {
  content: url(/local/templates/tomiko/images/icons/icon-row-left-active.svg);
  left: 10em;
}
.c-top-products .c-product-cards__btns .swiper-button-next {
  content: url(/local/templates/tomiko/images/icons/icon-row-right-active.svg);
  right: 10em;
}
.c-top-products .c-product-cards__btns .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .c-top-products .c-product-cards__btns .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-top-products .c-product-cards__btns .swiper-pagination {
    flex-wrap: wrap;
    margin: 0;
  }
}
.c-top-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid var(--color4);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: none;
  opacity: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-top-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 10px;
  }
}
.c-top-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet-active::after {
  background: var(--color4);
  width: 5px;
  height: 5px;
  content: " ";
  border-radius: 50%;
  float: left;
}

#top-product-add-to-basket .c-add-to-basket {
  margin-bottom: 20px;
}
#top-product-add-to-basket .c-add-to-basket__header {
  display: flex;
  margin-bottom: 20px;
}
#top-product-add-to-basket .c-add-to-basket__content, #top-product-add-to-basket .c-add-to-basket__form-wrap {
  padding: 0 50px;
}
#top-product-add-to-basket .c-add-to-basket__header-close {
  margin-left: auto;
}
#top-product-add-to-basket .c-add-to-basket__content-title {
  color: var(--color4);
  font-weight: bold;
  text-align: center;
  font-size: 12pt;
}
#top-product-add-to-basket .c-add-to-basket__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top-product-add-to-basket .c-add-to-basket__form-wrap {
  margin-top: 20px;
}
#top-product-add-to-basket .c-add-to-basket__form-btn {
  display: flex;
  justify-content: center;
}
#top-product-add-to-basket .c-add-to-basket__list-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 10px;
  justify-content: center;
}
#top-product-add-to-basket .c-add-to-basket__list-item {
  border-bottom: solid transparent 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
}
#top-product-add-to-basket .c-add-to-basket__list-item--circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border: solid var(--color8) 2px;
}
#top-product-add-to-basket .c-add-to-basket__list-item--circle.selected {
  border: solid var(--color4) 2px;
}
#top-product-add-to-basket .c-add-to-basket__list-item.selected {
  border-bottom: solid var(--color4) 2px;
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-wrap {
    width: 100%;
    justify-content: center;
  }
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
  display: none;
  color: var(--color6);
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  #top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
    font-size: 11pt;
  }
}
@media (max-width: 575px) {
  #top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
    font-size: 10pt;
  }
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 span {
  width: 200px;
  display: inline-block;
  transform: translateY(-12px);
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-plus, #top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-minus {
  color: var(--color4);
  font-size: 40pt;
  cursor: pointer;
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-minus {
  position: relative;
  top: -4px;
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value {
  border: 1px solid var(--color4);
  border-radius: 10px;
  width: 70px;
  text-align: center;
  padding: 8px;
  transition: box-shadow var(--animation-speed), color var(--animation-speed);
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value:focus {
  outline: none;
}
#top-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col {
  margin: 0 5px;
}

/*Сделал все фотографии одного размера*/
.c-product-card__img-wrap {
  height: 340px !important;
}
.c-product-card__img-wrap img.c-product-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*Надпись томико*/
.c-catalog-top-bg {
  opacity: 0.4;
}
/* End */


/* Start:/local/components/custom/new-products-slider/templates/.default/style.css?17287637195711*/
.c-new-products .c-product-cards {
  width: 100%;
  padding-bottom: 5px;
}
.c-new-products .c-product-cards .swiper-slide {
  display: flex;
  justify-content: center;
}
.c-new-products .c-product-cards__btns .swiper-button-next,
.c-new-products .c-product-cards__btns .swiper-button-prev {
  width: 60px;
  height: 60px;
  position: inherit;
}
.c-new-products .c-product-cards__btns .swiper-button-next:focus,
.c-new-products .c-product-cards__btns .swiper-button-prev:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  .c-new-products .c-product-cards__btns .swiper-button-next,
  .c-new-products .c-product-cards__btns .swiper-button-prev {
    display: none;
  }
}
.c-new-products .c-product-cards__btns .swiper-button-prev {
  content: url(/local/templates/tomiko/images/icons/icon-row-left-active.svg);
  left: 10em;
}
.c-new-products .c-product-cards__btns .swiper-button-next {
  content: url(/local/templates/tomiko/images/icons/icon-row-right-active.svg);
  right: 10em;
}
.c-new-products .c-product-cards__btns .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .c-new-products .c-product-cards__btns .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-new-products .c-product-cards__btns .swiper-pagination {
    flex-wrap: wrap;
    margin: 0;
  }
}
.c-new-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid var(--color4);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: none;
  opacity: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-new-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 10px;
  }
}
.c-new-products .c-product-cards__btns .swiper-pagination .swiper-pagination-bullet-active::after {
  background: var(--color4);
  width: 5px;
  height: 5px;
  content: " ";
  border-radius: 50%;
  float: left;
}

#new-product-add-to-basket .c-add-to-basket {
  margin-bottom: 20px;
}
#new-product-add-to-basket .c-add-to-basket__header {
  display: flex;
  margin-bottom: 20px;
}
#new-product-add-to-basket .c-add-to-basket__content, #new-product-add-to-basket .c-add-to-basket__form-wrap {
  padding: 0 50px;
}
#new-product-add-to-basket .c-add-to-basket__header-close {
  margin-left: auto;
}
#new-product-add-to-basket .c-add-to-basket__content-title {
  color: var(--color4);
  font-weight: bold;
  text-align: center;
  font-size: 12pt;
}
#new-product-add-to-basket .c-add-to-basket__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#new-product-add-to-basket .c-add-to-basket__form-wrap {
  margin-top: 20px;
}
#new-product-add-to-basket .c-add-to-basket__form-btn {
  display: flex;
  justify-content: center;
}
#new-product-add-to-basket .c-add-to-basket__list-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 10px;
  justify-content: center;
}
#new-product-add-to-basket .c-add-to-basket__list-item {
  border-bottom: solid transparent 2px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
}
#new-product-add-to-basket .c-add-to-basket__list-item--circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border: solid var(--color8) 2px;
}
#new-product-add-to-basket .c-add-to-basket__list-item--circle.selected {
  border: solid var(--color4) 2px;
}
#new-product-add-to-basket .c-add-to-basket__list-item.selected {
  border-bottom: solid var(--color4) 2px;
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-wrap {
    width: 100%;
    justify-content: center;
  }
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
  display: none;
  color: var(--color6);
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  #new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
    font-size: 11pt;
  }
}
@media (max-width: 575px) {
  #new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 {
    font-size: 10pt;
  }
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-limit-error--v2 span {
  width: 200px;
  display: inline-block;
  transform: translateY(-12px);
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-plus, #new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-minus {
  color: var(--color4);
  font-size: 40pt;
  cursor: pointer;
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col-minus {
  position: relative;
  top: -4px;
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value {
  border: 1px solid var(--color4);
  border-radius: 10px;
  width: 70px;
  text-align: center;
  padding: 8px;
  transition: box-shadow var(--animation-speed), color var(--animation-speed);
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-value:focus {
  outline: none;
}
#new-product-add-to-basket .c-add-to-basket .c-catalog-product__cart-number-col {
  margin: 0 5px;
}
/* End */
/* /local/templates/tomiko/components/bitrix/catalog.element/default/style.css?17287637199642 */
/* /local/templates/tomiko/components/bitrix/catalog.section/products_slider/style.css?17287637195883 */
/* /local/templates/tomiko/components/bitrix/catalog.top/default/style.css?17287637196062 */
/* /local/components/custom/new-products-slider/templates/.default/style.css?17287637195711 */
