.product-card {
  background: url("blocks/product-card/images/product-card-bg.svg") #fff;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  padding: 60px;
  min-height: 480px;
  margin-bottom: 40px;
}
.product-card:hover {
  background-image: url("blocks/product-card/images/product-card-bg-hover.svg");
}
.product-card__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card__title {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 1;
}
.product-card__description {
  color: #4F4F4F;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 22px;
}
.product-card__advantages {
  border-left: 4px solid #E5E5E5;
}
.product-card__list {
  margin: 0;
  padding-left: 25px;
  list-style: none;
}
.product-card__list-item {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  position: relative;
}
.product-card__list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-card__list-item:before {
  content: "";
  width: 7px;
  height: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F08143), to(#FFB48A));
  background: -o-linear-gradient(top, #F08143 0%, #FFB48A 100%);
  background: linear-gradient(180deg, #F08143 0%, #FFB48A 100%);
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: -17px;
}
.product-card__svg-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-card__small-svg-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .product-card__small-svg-block  {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-card__svg-block {
    flex-direction: column;
  }
}
@media (max-width: 765px) {
  .product-card__small-svg-block {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-card__small-svg-block:not(:first-of-type) {
    /* margin-top: 10px; */
  }
  .product-card__svg-block img {
    margin-right: 0 !important;
  }
}
.product-card--custom {
  padding: 0;
}
.product-card__catalog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  max-height: 400px;
}
.product-card__catalog-list li:not(:last-of-type) a {
  display: inline-block;
  margin-bottom: 15px;
}
.product-card__catalog-list a {
  font-family: Roboto;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  text-decoration: underline;
}
.product-card-gallery.owl-theme {
  margin: auto;
  width: 83.3333%;
}
.product-card-gallery.owl-theme .owl-dots {
  margin-top: 30px;
  padding-bottom: 30px;
}
.product-card-gallery.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.product-card-gallery.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.product-card-gallery.owl-theme .owl-dots .owl-dot.active span {
  background: #4A68AF;
}
@media (max-width: 576px) {
  .product-card-gallery.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
}
.product-card-gallery.owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  height: 0;
}
.product-card-gallery.owl-theme .owl-nav .owl-next,
.product-card-gallery.owl-theme .owl-nav .owl-prev {
  outline: none;
  padding: 8px 15px !important;
  background: #E4E4E4 !important;
  color: #fff;
  font-size: 2em;
  line-height: 1;
  border-radius: 10px;
}
.product-card-gallery.owl-theme .owl-nav .owl-next:hover,
.product-card-gallery.owl-theme .owl-nav .owl-prev:hover,
.product-card-gallery.owl-theme .owl-nav .owl-next:active,
.product-card-gallery.owl-theme .owl-nav .owl-prev:active {
  background: #4F4F4F !important;
}
.product-card-gallery.owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: -100px;
}
.product-card-gallery.owl-theme .owl-nav .owl-next i {
  position: relative;
  left: 1px;
}
.product-card-gallery.owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -100px;
}
.product-card-gallery.owl-theme .owl-nav .owl-prev i {
  position: relative;
  right: 1px;
}
h2 {
  text-align: center;
}
.cost-calcul--bg {
  background: #fff;
}
.cost-calcul__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cost-calcul__tab {
  font-family: Roboto-Light;
  font-size: 24px;
  line-height: 1;
  color: #2e2e2e;
  background: #DCDCDC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cost-calcul__tab {
    text-align: center;
  }
}
.cost-calcul__tab.active {
  font-family: Roboto-Medium;
  background: #fff;
}
.cost-calcul__content {
  background: #fff;
  padding: 0; /*45px 0;*/
  display: none;
}
.cost-calcul__content.active {
  display: block;
}
.cost-calcul-slider.owl-theme .owl-nav {
  position: absolute;
  width: 210%;
}
@media (max-width: 992px) {
  .cost-calcul-slider.owl-theme .owl-nav {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .cost-calcul-slider.owl-theme .owl-nav {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .cost-calcul-slider.owl-theme .owl-nav {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cost-calcul-slider.owl-theme .owl-nav {
    margin-top: 65px;
  }
}
.cost-calcul-slider.owl-theme .owl-nav .owl-prev,
.cost-calcul-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  font-size: 16px;
  font-family: Roboto-Bold;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cost-calcul-slider.owl-theme .owl-nav .owl-prev:hover,
.cost-calcul-slider.owl-theme .owl-nav .owl-next:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.83%, #F08143), to(#FF5B00));
  background: -o-linear-gradient(top, #F08143 13.83%, #FF5B00 100%);
  background: linear-gradient(180deg, #F08143 13.83%, #FF5B00 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cost-calcul-slider.owl-theme .owl-nav .owl-prev span,
.cost-calcul-slider.owl-theme .owl-nav .owl-next span {
  display: inline-block;
  padding: 12px 52px;
}
.cost-calcul-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
  border: 1px solid #2e2e2e;
  background: #fff;
}
.cost-calcul-slider.owl-theme .owl-nav .owl-prev:hover {
  border-color: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cost-calcul-slider.owl-theme .owl-nav .owl-next {
  right: 0;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.83%, #F08143), to(#FF5B00));
  background: -o-linear-gradient(top, #F08143 13.83%, #FF5B00 100%);
  background: linear-gradient(180deg, #F08143 13.83%, #FF5B00 100%);
  color: #fff;
}
.cost-calcul-slider.owl-theme .owl-nav .owl-next:hover {
  -webkit-box-shadow: 1px 1px 7px 0px inset #2e2e2e;
          box-shadow: 1px 1px 7px 0px inset #2e2e2e;
}
.cost-calcul-slide__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.cost-calcul-slide__price span {
  font-family: Roboto-Bold;
  font-size: 35px;
  color: #F08143;
}
.cost-calcul-slide__price .fa-rub {
  font-size: 25px;
  color: #F08143;
}
.cost-calcul-slide__price-edition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.cost-calcul-slide__price-edition span {
  font-family: Roboto-Bold;
  color: #F08143;
}
.cost-calcul-slide__price-edition .fa-rub {
  color: #F08143;
}
.cos-calcul-slide-detail {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 70%;
}
.cos-calcul-slide-detail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.cos-calcul-slide-detail span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.cos-calcul-slide-detail div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.cos-calcul-slide-detail div span,
.cos-calcul-slide-detail div label {
  font-family: Roboto-Bold;
}
.cos-calcul-slide-detail div i:not(.fas) {
  font-style: normal;
  font-family: Roboto-Bold;
  margin-left: 5px;
}
.cost-calcul-stage {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px;
}
.cost-calcul-range {
  position: relative;
  height: 5px;
  background: #EDEDED;
}
.cost-calcul-range:before {
  content: "";
  height: 100%;
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  background: #F08143;
}
.cost-calcul-range.first:before {
  width: 25%;
}
.cost-calcul-range.second:before {
  width: 50%;
}
.cost-calcul-range.third:before {
  width: 75%;
}
.cost-calcul-range.fourth:before {
  width: 100%;
}
.check-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.check-block span {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 1px solid #8E8E8E;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 1px;
}
.check-block label {
  margin: 0 0 0 30px;
}
.check-block input {
  width: 23px;
  height: 23px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}
.check-block__check:checked + span {
  border-color: #2e2e2e;
}
.check-block__check:checked + span:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #F08143;
  border-radius: 25px;
  position: absolute;
  top: 3.5px;
  left: 3px;
}
.cost-calcul-last-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 510px) {
  .cost-calcul-last-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cost-calcul-last-slide__img {
  max-width: 125px;
}
@media (max-width: 510px) {
  .cost-calcul-last-slide__img {
    max-width: unset;
  }
}
.cost-calcul-last-slide__descr {
  margin-left: 70px;
  width: 50%;
  padding: 0;
  list-style: none;
}
@media (max-width: 1450px) and (min-width: 992px) {
  .cost-calcul-last-slide__descr {
    margin-left: 30px;
  }
}
@media (max-width: 510px) {
  .cost-calcul-last-slide__descr {
    width: 100%;
    margin-top: 1rem;
  }
}
.cost-calcul-last-slide__descr li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.cost-calcul-last-slide__descr span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media (max-width: 1440px) and (min-width: 992px) {
  .cost-calcul-last-slide__descr span {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
}
.cost-calcul-last-slide__descr div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}
.cost-calcul-last-slide__descr select {
  width: 100%;
  border-color: transparent;
}
.detail-line-props {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media (max-width: 510px) {
  .detail-line-props {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}
.detail-line-props a {
  display: inline-block;
}
.slider-range-size .irs--big .irs-grid-pol,
.slider-range-thickness .irs--big .irs-grid-pol,
.slider-range-edition .irs--big .irs-grid-pol {
  top: -25px;
  width: 2px;
  background: #EDEDED;
}
.slider-range-size .irs--big .irs-grid-text,
.slider-range-thickness .irs--big .irs-grid-text,
.slider-range-edition .irs--big .irs-grid-text,
.slider-range-size .irs--big .irs-grid-pol.small,
.slider-range-thickness .irs--big .irs-grid-pol.small,
.slider-range-edition .irs--big .irs-grid-pol.small {
  display: none;
}
.slider-range-size .irs--big .irs-bar,
.slider-range-thickness .irs--big .irs-bar,
.slider-range-edition .irs--big .irs-bar {
  border-right: none;
}
.slider-range-size .irs--big .irs-handle,
.slider-range-thickness .irs--big .irs-handle,
.slider-range-edition .irs--big .irs-handle {
  width: 34px;
  height: 20px;
  background: url("images/polygon-range.svg") no-repeat center;
  top: 37px;
  cursor: pointer;
}
.slider-range-size .irs--big .irs-min,
.slider-range-thickness .irs--big .irs-min,
.slider-range-edition .irs--big .irs-min,
.slider-range-size .irs--big .irs-max,
.slider-range-thickness .irs--big .irs-max,
.slider-range-edition .irs--big .irs-max,
.slider-range-size .irs--big .irs-from,
.slider-range-thickness .irs--big .irs-from,
.slider-range-edition .irs--big .irs-from,
.slider-range-size .irs--big .irs-to,
.slider-range-thickness .irs--big .irs-to,
.slider-range-edition .irs--big .irs-to,
.slider-range-size .irs--big .irs-single,
.slider-range-thickness .irs--big .irs-single,
.slider-range-edition .irs--big .irs-single {
  font-size: 15px;
  color: #2e2e2e;
  background: transparent;
}
.slider-range-size .irs--big .irs-from,
.slider-range-thickness .irs--big .irs-from,
.slider-range-edition .irs--big .irs-from,
.slider-range-size .irs--big .irs-to,
.slider-range-thickness .irs--big .irs-to,
.slider-range-edition .irs--big .irs-to,
.slider-range-size .irs--big .irs-single,
.slider-range-thickness .irs--big .irs-single,
.slider-range-edition .irs--big .irs-single {
  font-family: Roboto-Bold;
}
.slider-range-size,
.slider-range-edition {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media (max-width: 576px) {
  .slider-range-size,
  .slider-range-edition {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
}
@media (max-width: 510px) {
  .slider-range-size,
  .slider-range-edition {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 1rem 0;
  }
}
.slider-range-size .irs--big .irs-line,
.slider-range-edition .irs--big .irs-line,
.slider-range-size .irs--big .irs-bar,
.slider-range-edition .irs--big .irs-bar {
  height: 5px;
  background: #EDEDED;
  border-color: #EDEDED;
}
.slider-range-thickness {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77%;
      -ms-flex: 0 0 77%;
          flex: 0 0 77%;
}
@media (max-width: 510px) {
  .slider-range-thickness {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 1rem 0;
  }
}
.slider-range-thickness .irs--big .irs-line {
  height: 5px;
}
.slider-range-thickness .irs--big .irs-bar {
  height: 5px;
  background: -o-linear-gradient(0.31deg, #F92C2C -0.48%, #F98E2C 44.59%, #F9D82C 72.27%, #37E167 100%);
  background: linear-gradient(89.69deg, #F92C2C -0.48%, #F98E2C 44.59%, #F9D82C 72.27%, #37E167 100%);
  border-color: transparent;
}
.slider-range-thickness .irs--big .irs-min:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("images/plumelet.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: -15px;
}
.custom-size {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  font-size: 15px;
}
@media (max-width: 576px) {
  .custom-size {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}
.custom-size__text {
  font-size: 15px;
  margin-bottom: 5px;
}
.custom-size__link {
  color: #8E8E8E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  border: 1px solid #8E8E8E;
  border-radius: 25px;
  cursor: pointer;
}
.custom-size__link:hover {
  text-decoration: none;
  border-color: #2e2e2e;
}
.custom-edition {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.custom-edition__text {
  font-size: 15px;
  margin-bottom: 5px;
}
.custom-edition__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #8E8E8E;
  border-radius: 25px;
}
.custom-edition__block input {
  width: 45%;
  height: 100%;
  border: none;
  outline: none;
  text-align: right;
}
@media (max-width: 576px) {
  .custom-edition__block input {
    width: 25%;
  }
}
.custom-edition__block span {
  margin-left: 10px;
  color: #8E8E8E;
}
@media (max-width: 576px) {
  .custom-edition__block span {
    margin-left: 5px;
  }
}
.custom-edition__block:hover {
  text-decoration: none;
  border-color: #2e2e2e;
}
.wrapper-width {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77%;
      -ms-flex: 0 0 77%;
          flex: 0 0 77%;
}
@media (max-width: 510px) {
  .wrapper-width {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 1rem 0;
  }
}
@media (max-width: 510px) {
  .wrapper-width .d-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-minus-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #8E8E8E;
  border-radius: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36%;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  position: relative;
}
.block-minus-plus input {
  border: none;
  outline: none;
  cursor: pointer;
}
.block-minus-plus input[type='button'] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  background: transparent;
  z-index: 999;
}
.block-minus-plus .fas {
  position: absolute;
  color: #F08143;
}
.block-minus-plus .fas.fa-minus {
  left: 10px;
}
.block-minus-plus .fas.fa-plus {
  right: 10px;
}
.block-minus-plus input[type='number'] {
  width: 60%;
  text-align: center;
  font-size: 15px;
  font-family: Roboto-Medium;
}
.block-minus-plus__wrapper p {
  font-size: 15px;
  margin-bottom: 5px;
}
.cost-calc-small-slider:before {
  content: "";
  width: 138px;
  height: 457px;
  background: url("images/champagne-bottle.png") no-repeat center;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cost-calc-small-slider .cost-calc-small-slider-item img {
  max-width: 300px;
  margin: 0 auto;
}
.cost-calc-small-slider.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: 7%;
  width: 86%;
}
.cost-calc-small-slider.owl-carousel .owl-nav .owl-prev,
.cost-calc-small-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 61px;
  height: 61px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.83%, #F08143), to(#FF5B00));
  background: -o-linear-gradient(top, #F08143 13.83%, #FF5B00 100%);
  background: linear-gradient(180deg, #F08143 13.83%, #FF5B00 100%);
  color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
}
.cost-calc-small-slider.owl-carousel .owl-nav .owl-prev .fas,
.cost-calc-small-slider.owl-carousel .owl-nav .owl-next .fas {
  font-size: 45px;
}
.cost-calc-small-slider.owl-carousel .owl-nav .owl-prev:hover,
.cost-calc-small-slider.owl-carousel .owl-nav .owl-next:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.83%, #F08143), to(#FF5B00));
  background: -o-linear-gradient(top, #F08143 13.83%, #FF5B00 100%);
  background: linear-gradient(180deg, #F08143 13.83%, #FF5B00 100%);
  -webkit-box-shadow: 1px 1px 7px 0px inset #2e2e2e;
          box-shadow: 1px 1px 7px 0px inset #2e2e2e;
}
.cost-calc-small-slider.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.cost-calc-small-slider.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.cost-calc-small-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.cost-calc-small-slider.owl-carousel .owl-dots button span {
  width: 15px;
  height: 15px;
  background: #4F4F4F;
  opacity: 0.2;
}
.cost-calc-small-slider.owl-carousel .owl-dots button.active span {
  background: #2e2e2e;
  opacity: 1;
}
a.btn-small-slider {
  margin: auto auto 0;
  font-size: 18px;
}
a.btn-small-slider:hover {
  border: 1px solid #F08143;
}
.detail-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 50px 115px 0 0;
  border-right: 2px solid #F1F1F1;
}
@media (max-width: 1440px) {
  .detail-bottom-left {
    padding: 25px 30px 0 0;
  }
}
@media (max-width: 992px) {
  .detail-bottom-left {
    border-right: none;
  }
}
.detail-bottom-left div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-bottom-left p {
  margin: 2rem 0;
  font-size: 16px;
  text-align: justify;
}
.detail-bottom-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-bottom-left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-bottom-left ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
.detail-bottom-left ul li label,
.detail-bottom-left ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  margin-bottom: 0;
}
.detail-bottom-left ul li div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.detail-bottom-left ul li select {
  width: 60%;
}
.first-header {
  font-size: 30px;
}
.first-header h3 {
  margin-bottom: 0;
}
.first-header span:last-of-type {
  color: #F08143;
}
.second-header {
  font-size: 22px;
}
.second-header h4 {
  margin-bottom: 0;
}
.second-header span:last-of-type {
  color: #F08143;
}
.detail-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px 10px 0 80px;
}
@media (max-width: 1440px) {
  .detail-bottom-right {
    padding: 20px 0 0;
  }
}
.detail-bottom-right h5 {
  margin-bottom: 2rem;
}
.detail-bottom-right h5:last-of-type {
  margin-bottom: 1rem;
}
.detail-bottom-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.detail-bottom-right ul li {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  margin-bottom: 10px;
}
@media (max-width: 510px) {
  .detail-bottom-right ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.cost-calc-small-slider-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.cell {
  background: -o-linear-gradient(#8E8E8E, transparent 1px), -o-linear-gradient(left, #8E8E8E, transparent 1px);
  background: linear-gradient(#8E8E8E, transparent 1px), linear-gradient(90deg, #8E8E8E, transparent 1px);
  background-size: 51px 51px;
  background-position: center center;
  border: 1px solid #8E8E8E;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .cell {
    background-size: 25px 25px;
  }
}
.compare-slider-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 71%;
  height: 70%;
  background: #fff;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 60px;
}
@media (max-width: 1200px) {
  .compare-slider-wrapper {
    height: 60%;
    padding: 20px 30px;
  }
}
@media (max-width: 1100px) {
  .compare-slider-wrapper {
    width: 93%;
  }
}
@media (max-width: 455px) {
  .compare-slider-wrapper {
    width: 100%;
  }
}
.compare-slider-wrapper .fa-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}
.compare-slider-wrapper h5 {
  font-size: 16px;
}
.compare-slider.owl-carousel {
  z-index: 9;
}
.compare-slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.compare-slider.owl-carousel .owl-stage .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare-slider.owl-carousel .owl-stage .owl-item img {
  width: auto;
  margin: 0 auto;
  -webkit-filter: brightness(0) invert(0.7);
          filter: brightness(0) invert(0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.compare-slider.owl-carousel .owl-stage .owl-item.center img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.compare-slider.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: -3%;
  width: 106%;
}
@media (max-width: 445px) {
  .compare-slider.owl-carousel .owl-nav {
    width: 120%;
    left: -10%;
  }
}
.compare-slider.owl-carousel .owl-nav .owl-prev,
.compare-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 61px;
  height: 61px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.83%, #F08143), to(#FF5B00));
  background: -o-linear-gradient(top, #F08143 13.83%, #FF5B00 100%);
  background: linear-gradient(180deg, #F08143 13.83%, #FF5B00 100%);
  color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
}
.compare-slider.owl-carousel .owl-nav .owl-prev .fas,
.compare-slider.owl-carousel .owl-nav .owl-next .fas {
  font-size: 45px;
}
.compare-slider.owl-carousel .owl-nav .owl-prev:hover,
.compare-slider.owl-carousel .owl-nav .owl-next:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.83%, #F08143), to(#FF5B00));
  background: -o-linear-gradient(top, #F08143 13.83%, #FF5B00 100%);
  background: linear-gradient(180deg, #F08143 13.83%, #FF5B00 100%);
  -webkit-box-shadow: 1px 1px 7px 0px inset #2e2e2e;
          box-shadow: 1px 1px 7px 0px inset #2e2e2e;
}
.compare-slider.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.compare-slider.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.size-paket-slider.owl-carousel {
  position: absolute;
  top: 7%;
}
.size-paket-slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.size-paket-slider.owl-carousel .owl-stage .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  width: 18%;
  height: 1%;
  border-radius: 3px;
  background: #EDEDED;
  margin: 8% auto 0;
}
@media (max-width: 1740px) {
  .size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 11%;
    width: 30%;
  }
}
@media (max-width: 855px) {
  .size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    width: 45%;
  }
}
@media (max-width: 750px) {
  .size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15%;
  }
}
@media (max-width: 575px) {
  .size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20%;
  }
}
@media (max-width: 455px) {
  .size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    width: 85%;
  }
}
@media (max-width: 445px) {
  .size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 28%;
  }
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button {
  position: absolute;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button.active span:before {
  content: "";
  width: 34px;
  height: 20px;
  background: url("images/polygon-range.svg") no-repeat center;
  position: absolute;
  top: 15px;
  left: -2px;
  cursor: pointer;
  z-index: 9;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button span {
  margin: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: -15px;
  left: -15px;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button span:after {
  content: "";
  width: 3px;
  height: 13px;
  background: #EDEDED;
  position: absolute;
  top: 4px;
  left: 14px;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button span .size {
  position: absolute;
  top: -25px;
  left: -10px;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button:nth-of-type(1) {
  left: 0;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button:nth-of-type(2) {
  left: 25%;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button:nth-of-type(3) {
  left: 50%;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button:nth-of-type(4) {
  left: 75%;
}
.size-paket-slider.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots button:nth-of-type(5) {
  left: 100%;
}
.size-paket-slider-item {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.pharmacy__gallery {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pharmacy__gallery-title {
  padding-bottom: 40px;
}
