

/* Start:/bitrix/templates/vivat2022/style/components/cart.css?16881253319776*/
.cart-section .cart-section-holder {
  position: relative;
}

.cart-section .cart-section-holder:after {
  content: "";
  display: block;
  clear: both;
}

.cart-section .cart-section-holder .cart-section-content {
  float: left;
  width: calc(100% - 300px);
  padding: 0 35px 0 0;
}

.cart-section .cart-section-holder .cart-section-sidebar {
  float: left;
  width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
  border-radius: 12px;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .order-summary-unit {
  line-height: 130%;
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .order-summary-unit .unit-title {
  font-size: 110%;
  width: 50%;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .order-summary-unit .unit-value {
  font-size: 110%;
  font-weight: bold;
  width: 50%;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .order-summary-unit.total-summ {
  margin: 0 0 30px 0;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .order-summary-unit.total-summ .unit-title {
  font-size: 135%;
  font-weight: bold;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .order-summary-unit.total-summ .unit-value {
  font-size: 135%;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .input-holder {
  margin: 0 0 10px 0;
}

.cart-section .cart-section-holder .cart-section-sidebar .order-summary-table .make-order-now {
  margin: 20px 0 0 0;
  background: #bd3d84;
  display: block;
  width: 100%;
}

.cart-section .cart-controls {
  margin: 0 0 50px 0;
  padding: 10px 0 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 20;
display:flex;
flex-direction:row;
flex-wrap:wrap;
    align-items: center;
gap:10px;
justify-content: space-between;
}

.cart-section .cart-controls .checkbox-holder {
}

.cart-section .cart-controls .cart-controls-checked-unit-options {

}

.cart-section .cart-controls .cart-controls-checked-unit-options a{
	display:flex;
flex-direction:row;;
    align-items: center;
	text-decoration:none;
}


.cart-section .cart-controls .cart-controls-checked-unit-options a svg path{
	fill:#8163a8;
}

.cart-section .cart-controls .cart-options-sort {
}

.cart-section .goods-list-inline {
  margin: 60px 0;
}

.ordermaker-section {
  margin: 0 0 100px 0;
}

.ordermaker-section .order-maker-section-title {
  font-size: 160%;
  line-height: 150%;
  border-bottom: solid 1px #ebedf5;
  margin: 0 0 30px 0;
}

.ordermaker-section .order-maker-section-unit {
  margin: 0 0 40px 0;
}

.ordermaker-section .order-maker-section-unit .unit-title {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.ordermaker-section .order-maker-section-unit.order-pay-type .radio-holder img {
  margin: 0 0 0 10px;
}

.ordermaker-section .order-maker-section-unit.order-pay-type .radio-holder:not(:last-child) {
  margin: 0 0 15px 0;
}

.ordermaker-section .order-maker-section-unit.order-pick-type .radio-holder:not(:last-child), .ordermaker-section .order-maker-section-unit.order-buyer-type .radio-holder:not(:last-child) {
  margin: 0 20px 0 0;
}

.ordermaker-section .order-maker-section-unit.order-delivery-address .input-holder {
  max-width: 300px;
}

.ordermaker-section .order-maker-section-unit.order-delivery-address .input-holder:not(:last-child) {
  margin: 0 0 15px 0;
}

.delivery-methods-list {
  padding: 30px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.delivery-methods-list .delivery-type-unit {
  position: relative;
  width: calc((100% - 60px) / 3);
  margin: 0 0 30px;
}

.delivery-methods-list .delivery-type-unit:nth-child(3n-1) {
  margin-left: 30px;
  margin-right: 30px;
}

.delivery-methods-list .delivery-type-unit input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
}

.delivery-methods-list .delivery-type-unit input[type="radio"] + label {
  position: relative;
  line-height: 130%;
  padding: 20px;
  display: block;
  height: 100%;
  cursor: pointer;
  border: solid 3px #ebedf5;
  border-radius: 12px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.delivery-methods-list .delivery-type-unit input[type="radio"] + label .fake-radio {
  height: 25px;
  width: 25px;
  position: absolute;
  display: block;
  border: 2px solid #c1b0d8;
  border-radius: 26px;
  left: 20px;
  top: 20px;
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.delivery-methods-list .delivery-type-unit input[type="radio"] + label .fake-radio:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  display: block;
  background: #8163a8;
  border-radius: 18px;
  left: calc(50% - 8.5px);
  top: calc(50% - 8.5px);
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.delivery-methods-list .delivery-type-unit input[type="radio"] + label:hover .fake-radio {
  border-color: #8163a8;
}

.delivery-methods-list .delivery-type-unit input[type="radio"] + label .delivery-type-unit-name {
  display: block;
  font-size: 110%;
  margin: 3px 0 0 35px;
}

.delivery-methods-list .delivery-type-unit input[type="radio"] + label .delivery-type-unit-description {
  display: block;
  font-size: 110%;
  margin: 10px 0 0 0;
  font-size: 90%;
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:checked + label {
  border-color: #bd3d84;
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:checked + label .fake-radio {
  background-size: 100%;
  border-color: #8163a8;
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:checked + label .fake-radio:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:disabled + label {
  cursor: not-allowed;
  color: #afb2bf;
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:disabled + label:hover .fake-radio {
  border-color: #ebedf5;
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:disabled + label .fake-radio {
  border-color: #ebedf5;
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:disabled + label .fake-radio:after {
  background: #afb2bf;
}

.delivery-methods-list .delivery-type-unit input[type="radio"]:disabled + label .fake-radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAABdJREFUGBljYGBg+A/FQAoTMGEKDUcRAATwAgFGIXEOAAAAAElFTkSuQmCC");
  opacity: 0.2;
  background-position: center center;
}

.delivery-prompt {
  position: relative;
  padding: 11px 20px 10px 40px;
  border: solid 1px #ebedf5;
  line-height: 150%;
  border-radius: 18px;
}

.delivery-prompt svg {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 10px;
}

.delivery-prompt svg path {
  fill: #afb2bf;
}

@media screen and (max-width: 1330px) {
  .cart-section .cart-section-holder .cart-section-content {
    width: calc(100% - 280px);
    padding: 0 20px 0 0;
  }
  .cart-section .cart-section-holder .cart-section-sidebar {
    width: 280px;
  }
}

@media screen and (max-width: 1130px) {
  .cart-section .cart-section-holder .cart-section-content {
    width: 100%;
    padding: 0;
    float: none;
  }
  .cart-section .cart-section-holder .cart-section-sidebar {
    float: none;
    width: 100%;
    margin: 0 0 100px 0;
  }
  .ordermaker-section {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 890px) {
  .cart-section .cart-controls {
    position: static;
  }
  .cart-section .cart-controls .checkbox-holder {
    float: none;
    width: 100%;
    display: block;
  }
  .cart-section .cart-controls .cart-controls-checked-unit-options {
    float: none;
    width: 100%;
    padding: 5px 0 10px 0;
    margin: 0;
  }
  .cart-section .cart-controls .cart-options-sort {
    float: none;
    width: 100%;
    clear: both;
  }
  .ordermaker-section .order-maker-section-unit.order-buyer-type .radio-holder:not(:last-child) {
    margin: 0 20px 10px 0;
  }
  .ordermaker-section .order-maker-section-unit.order-delivery-address .input-holder {
    max-width: none;
    width: 100%;
  }
  .ordermaker-section .delivery-methods-list {
    display: block;
  }
  .ordermaker-section .delivery-methods-list .delivery-type-unit {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
/*# sourceMappingURL=cart.css.map */
/* End */


/* Start:/bitrix/templates/vivat2022/style/components/goods-list-inline.css?16881246115800*/
@charset "UTF-8";
.goods-list-inline ol {
  border-bottom: solid 1px #ebedf5;
  padding: 15px 0;
  position: relative;
}

.goods-list-inline ol:after {
  content: "";
  display: block;
  clear: both;
}

.goods-list-inline ol li {
  float: left;
  position: relative;
}

.goods-list-inline ol li .checkbox-holder {
  position: absolute;
  left: 5px;
  top: 5px;
}

.goods-list-inline ol li .goods-list-inline-picture {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 12px;
}

.goods-list-inline ol li .goods-list-inline-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goods-list-inline ol li .goods-list-inline-picture a img {
  display: block;
}

.goods-list-inline ol li .goods-list-inline-name {
  line-height: 150%;
}

.goods-list-inline ol li .goods-list-inline-name .goods-code {
  display: block;
  font-size: 90%;
  color: #afb2bf;
}

.goods-list-inline ol li .product-favorite-indicator {
  float: left;
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.goods-list-inline ol li .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.goods-list-inline ol li .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.goods-list-inline ol li .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.goods-list-inline ol li .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.goods-list-inline ol li .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.goods-list-inline ol li .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.goods-list-inline ol li .goods-price,
.goods-list-inline ol li .goods-count {
  font-weight: bold;
  line-height: 150%;
}

.goods-list-inline ol li .goods-old-price {
  text-decoration: line-through;
  font-size: 90%;
  color: #afb2bf;
  line-height: 150%;
}

.goods-list-inline ol li .goods-discount span {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  border-radius: 12px;
  padding: 2px 7px;
  line-height: 1;
}

.goods-list-inline ol li .goods-summ {
  line-height: 150%;
  font-weight: bold;
}

.goods-list-inline ol li .goods-summ-old {
  line-height: 150%;
  text-decoration: line-through;
  font-size: 90%;
  color: #afb2bf;
}

.goods-list-inline ol li:nth-child(1) {
  width: 100px;
}

.goods-list-inline ol li:nth-child(2) {
  width: calc(60% - 100px);
  padding: 0 0 0 10px;
}

.goods-list-inline ol li:nth-child(3) {
  width: calc(20% - 60px);
  text-align: right;
  padding: 0 30px 0 0;
}

.goods-list-inline ol li:nth-child(4) {
  width: 120px;
  text-align: right;
}

.goods-list-inline ol li:nth-child(5) {
  width: calc(20% - 60px);
  text-align: right;
}

.goods-list-inline ol.goods-list-inline-head {
  padding: 5px 0;
}

.goods-list-inline ol.goods-list-inline-head li {
  color: #afb2bf;
  font-size: 90%;
}

.goods-list-inline ol .remoove-item {
  height: 32px;
  width: 32px;
  /*position: absolute;*/
position:relative;
  border-radius: 12px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background: #fff;
  border: solid 1px #383c52;
  left: 2px;
  /*top: 35px;*/
margin:4px 0 0 0;
}

.goods-list-inline ol .remoove-item svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.goods-list-inline ol .remoove-item svg path {
  fill: #383c52;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.goods-list-inline ol .remoove-item:hover {
  border-color: #383c52;
}

.goods-list-inline ol .remoove-item:hover svg path {
  fill: #383c52;
}

.goods-list-inline ol .remoove-item:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.goods-list-inline .show-more-holder {
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 890px) {
  .goods-list-inline .goods-list-inline-head {
    display: none;
  }
  .goods-list-inline ol li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .goods-list-inline ol li .goods-list-inline-picture {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
  .goods-list-inline ol li .product-favorite-indicator {
    float: none;
    margin: 0 auto;
  }
  .goods-list-inline ol li .goods-price:before {
    content: "Цена";
    display: block;
    font-size: 80%;
    font-weight: normal;
  }
  .goods-list-inline ol li .goods-count:before {
    content: "Кол-во";
    display: block;
    font-size: 80%;
    font-weight: normal;
  }
  .goods-list-inline ol li .goods-summ:before {
    content: "Сумма";
    display: block;
    font-size: 80%;
    font-weight: normal;
  }
  .goods-list-inline ol li .items-counter-default {
    margin: 10px auto 0 auto;
  }
  .goods-list-inline ol li:nth-child(1) {
    width: auto;
  }
  .goods-list-inline ol li:nth-child(2) {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .goods-list-inline ol li:nth-child(3) {
    float: left;
    text-align: left;
    width: calc(50% - 60px);
    padding: 0;
  }
  .goods-list-inline ol li:nth-child(4) {
    float: left;
    text-align: left;
    width: 120px;
    padding: 0;
  }
  .goods-list-inline ol li:nth-child(5) {
    float: left;
    text-align: left;
    width: calc(50% - 60px);
    padding: 0;
    text-align: right;
  }
  .goods-list-inline ol .remoove-item {
    right: 10px;
    left: auto;
    top: 5px;
  }
}
/*# sourceMappingURL=goods-list-inline.css.map */
/* End */


/* Start:/bitrix/templates/vivat2022/style/components/product-carousel.css?17503233316830*/
.product-carousel-section {
  margin: 0 0 100px 0;
}

.product-carousel-section .product-carousel-section-title {
  font-size: 225%;
  font-weight: bold;
  margin: 0 0 50px 0;
}

.product-carousel-slider {
  overflow: hidden;
  padding: 0 1px 25px 1px;
}

.product-carousel-slider > .slick-list {
  margin: 0 -32px;
}

.product-carousel-slider .product-carousel-slider-unit{
	margin:0 32px;
}

.product-carousel-slider > .slick-arrow
{
	top:calc(50% - 100px);
}

.product-carousel-slider .product-pictures-carousel .slick-slide{margin:0;}



.product-carousel-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-carousel-slider > .slick-dots {
  counter-reset: listCounter;
  height: 15px;
}

.product-carousel-slider > .slick-dots li {
  counter-increment: listCounter;
  position: absolute;
  width: 30px;
  margin: 0;
  text-align: right;
  left: calc(50% - 45px);
}

.product-carousel-slider > .slick-dots li button {
  color: #afb2bf;
  background: none;
  font-size: 90%;
  height: auto;
  width: auto;
  display: none;
}

.product-carousel-slider > .slick-dots li.slick-active button {
  background: none;
  display: block;
}

.product-carousel-slider > .slick-dots li:last-child {
  font-size: 90%;
  color: #afb2bf;
}

.product-carousel-slider > .slick-dots li:last-child::before {
  content: counter(listCounter);
  position: absolute;
  right: -60px;
}

.product-carousel-slider > .slick-dots:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #ebedf5;
  position: absolute;
  left: calc(50% - 20px);
  top: 50%;
}

.product-carousel-slider > .slick-dots:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #ebedf5;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
}

.product-carousel-slider .product-carousel-slider-unit {
  border: solid 1px #ebedf5;
  position: relative;
  padding-bottom: 60px;
  border-radius: 8px;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker {
  top: 20px;
  right: 20px;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker:nth-child(2) {
top: calc(20px + 22px);
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker:nth-child(3) {
top: calc(42px + 22px);
}

.product-carousel-slider .product-carousel-slider-unit .product-picture .sale-marker:nth-child(4) {
top: calc(64px + 22px);
}



.product-carousel-slider .product-carousel-slider-unit .product-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 226px;
}

.product-carousel-slider .product-carousel-slider-unit .product-picture a img {
  /*display: block;
  width: 100%;*/
	max-height: 100%;
}

.product-carousel-slider .product-carousel-slider-unit .product-price {
  padding: 10px 10px 15px 10px;
}

.product-carousel-slider .product-carousel-slider-unit .product-price .product-current-price {
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.product-carousel-slider .product-carousel-slider-unit .product-price .product-old-price {
  font-size: 110%;
  text-decoration: line-through;
  color: #afb2bf;
  margin: 0 10px 0 0;
}

.product-carousel-slider .product-carousel-slider-unit .product-price .product-sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  border-radius: 12px;
  padding: 2px 7px;
  line-height: 1;
}

.product-carousel-slider .product-carousel-slider-unit .product-name {
  padding: 0 10px;
}

.product-carousel-slider .product-carousel-slider-unit .product-name a {
  color: #383c52;
  text-decoration: none;
  display: block;
  line-height: 130%;
}

.product-carousel-slider .product-carousel-slider-unit .product-name a:hover {
  color: #8163a8;
}

.product-carousel-slider .product-carousel-slider-unit .product-additional-params {
  padding: 4px 10px;
  /*    padding: 0 10px;
      position: absolute;
      bottom: 60px;*/
}

.product-carousel-slider .product-carousel-slider-unit .product-additional-params p {
  font-size: 75%;
}

.product-carousel-slider .product-carousel-slider-unit .items-counter-default {
  margin: 10px 10px 0 auto;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 0;
display: flex;
flex-direction: row;
align-items: center;
}


.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator {
  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.product-carousel-slider .product-carousel-slider-unit .product-options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}
/*# sourceMappingURL=product-carousel.css.map */
/* End */


/* Start:/bitrix/templates/vivat2022/style/components/order-result.css?16837406582070*/
.make-order-result {
  background: #fff;
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
  max-width: 300px;
  padding: 20px;
  margin: 100px auto;
  border-radius: 12px;
}

.make-order-result .make-order-result-icon {
  background: #ebedf5;
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 32px;
  margin: 0 auto 20px auto;
}

.make-order-result .make-order-result-icon svg {
  position: absolute;
  height: 48px;
  width: 48px;
  display: block;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.make-order-result .make-order-result-icon svg path {
  fill: #383c52;
}

.make-order-result .make-order-result-title {
  font-weight: bold;
  text-align: center;
  font-size: 110%;
  margin: 0 0 20px 0;
}

.make-order-result .make-order-result-description {
  text-align: center;
  margin: 0 0 20px 0;
}

.make-order-result .default-button {
  background: #bd3d84;
  display: block;
  width: 100%;
}

.make-order-result.positive .make-order-result-icon {
  background: #02c087;
}

.make-order-result.positive .make-order-result-icon svg path {
  fill: #fff;
}

.make-order-result.positive .make-order-result-title {
  color: #02c087;
}

.make-order-result.negative .make-order-result-icon {
  background: #db3126;
}

.make-order-result.negative .make-order-result-icon svg path {
  fill: #fff;
}

.make-order-result.negative .make-order-result-title {
  color: #db3126;
}
/*# sourceMappingURL=order-result.css.map */
/* End */
/* /bitrix/templates/vivat2022/style/components/cart.css?16881253319776 */
/* /bitrix/templates/vivat2022/style/components/goods-list-inline.css?16881246115800 */
/* /bitrix/templates/vivat2022/style/components/product-carousel.css?17503233316830 */
/* /bitrix/templates/vivat2022/style/components/order-result.css?16837406582070 */
