

/* Start:/antiseptic/layout/styles/main.min.css?174758004415198*/
::-moz-selection {
  background-color: #DE5B51;
  color: #fff;
}

::selection {
  background-color: #DE5B51;
  color: #fff;
}

.as-main {
  padding-top: 120px;
  background: #ffffff;
}

.as-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -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;
  text-decoration: none;
  background-color: #DE5B51;
  padding: 19px 28px;
  font-size: 16.0437px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  position: relative;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  border: none;
}

.as-btn:hover {
  background-color: rgba(221, 91, 81, 0.85);
  color: #fff;
}

.as-btn:active {
  background-color: #D04F45;
  color: #fff;
}

.as-btn--custom {
  background: #fff;
  border: 1px solid #DE5B51;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #DE5B51;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.as-btn--custom:hover {
  color: #fff;
}

.as-btn--custom:active {
  color: #fff;
}

.block-as-left__title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 18px;
}

.block-as-left__sub-title {
  font-size: 22px;
  line-height: 1.45;
}

.block-as-left__logo {
  margin-bottom: 52px;
  display: block;
}

.block-as-left__btn {
  margin-top: 25px;
}

.block-as-right {
  text-align: right;
  padding-right: 55px;
  padding-top: 8px;
}

.as-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.as-list__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -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;
  text-decoration: none;
  background-color: #86BA3B;
  padding: 8px 10px;
  opacity: .5;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 6px;
  border: none;
}

.as-list__btn.active {
  opacity: 1;
}

.as-list__btn span {
  font-size: 18px;
  text-transform: lowercase;
  margin-left: 4px;
}

.as-list__btn:not(:last-child) {
  margin-right: 22px;
}

.as-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.as-container__item {
  max-width: 723px;
}

.section-as-two {
  padding-top: 50px;
}

.section-as-one {
  padding-top: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.section-as-one__img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  height: -webkit-calc(100% + 126px);
  height: calc(100% + 126px);
}

.as-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.as-item__title {
  margin-bottom: 13px;
  font-size: 32px;
  letter-spacing: -0.7px;
  line-height: 38px;
  font-family: "LatoBlack", "sans-serif";
  color: #000;
  font-weight: normal;
}

.as-item__image {
  margin-right: 63px;
  width: 238.02px;
  height: 526px;
  position: relative;
  text-align: center;
  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;
}

.as-item__content {
  padding-top: 72px;
}

.as-item__content--2 {
  padding-top: 54px;
}

.as-item__img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.as-item__img--1 {
  left: 21px;
}

.as-item__list {
  margin-bottom: 15px;
}

.as-item__description {
  padding-top: 3px;
  margin-bottom: 15px;
}

.as-item__description--2 {
  margin-bottom: 21px;
}

.as-item__description p {
  color: #000;
  line-height: 1.5;
}

.as-item__description p span {
  color: #DE5B51;
}

.as-item__btn {
  min-width: 270px;
}

.as-item-price__title {
  font-size: 18px;
  line-height: 22px;
  margin-right: 8px;
}

.as-item-price__price {
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
}

.as-item-price__price span {
  font-size: 18px;
  line-height: 22px;
  font-family: "LatoBold", "sans-serif";
  text-transform: lowercase;
}

.count-block {
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f3f6f8;
  border-radius: 6px;
  height: 30px;
}

.count-block__minus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background-color: rgba(196, 196, 196, 0.5);
  content: "";
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}

.count-block__plus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-top: -1px; */
  /* margin-left: -9px; */
  background-color: rgba(196, 196, 196, 0.5);
  content: "";
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-top: -5px;
  /* margin-left: -1px; */
  width: 2px;
  height: 10px;
}

.count-block__plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
  width: 10px;
  height: 2px;
  background-color: rgba(196, 196, 196, 0.5);
  content: "";
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.count-block__item {
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  width: 25px;
  border-radius: 5px;
}

.count-block__item:hover:after,
.count-block__item:hover:before {
  background: #b7b7b7;
}

.count-block__input {
  padding: 0;
  width: 15px;
  border: none;
  border-radius: 1px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 180ms text-shadow ease, 180ms color ease;
  -o-transition: 180ms text-shadow ease, 180ms color ease;
  transition: 180ms text-shadow ease, 180ms color ease;
  -webkit-appearance: none;
  display: block;
  font-size: 16px;
  background: #f3f6f8;
}

[data-stab-item="2"] {
  display: none;
}

.as-detail.fixed {
  position: fixed;
  top: 155px;
}

.as-container__right {
  position: relative;
  height: 400px;
  width: 335px;
  float: right;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  padding-top: 63px;
}

.as-detail {
  top: 2px;
  -webkit-transform: all .3s;
  -ms-transform: all .3s;
  transform: all .3s;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  min-width: 384px;
  max-height: 417px;
  z-index: 9;
}

.as-detail__header {
  background: #F9F9F9;
  padding: 28px 0px 24px;
  text-align: center;
}

.as-detail__list {
  padding: 30px 23px 25px 70px;
  background: #fff;
}

.as-detail__item {
  font-size: 16px;
  text-shadow: 0px 0px 24px rgba(255, 255, 255, 0.35);
  position: relative;
}

.as-detail__item:not(:last-child) {
  margin-bottom: 18px;
}

.as-detail__item:before {
  content: '';
  position: absolute;
  left: -32px;
  height: 14px;
  width: 14px;
  top: 3px;
  background-image: url(/antiseptic/layout/styles/../img/_src/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.as-detail__footer {
  padding-left: 31px;
  padding-top: 26px;
  background: #F9F9F9;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.as-detail__footer svg {
  margin-right: 16px;
}

.as-detail__footer p {
  line-height: 1.3;
}

.section-as-three {
  padding-top: 60px;
  overflow: hidden;
}

.section-as-three__container {
  position: relative;
}

.section-as-three__img {
  position: absolute;
  right: -195px;
  bottom: 0;
}

.cv-19-banner {
  display: none !important;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity,  transform;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  transition-property: opacity,  -webkit-transform;
  -webkit-transition-property: opacity,  -webkit-transform;
  -o-transition-property: transform,  opacity;
  transition-property: transform,  opacity;
  transition-property: transform,  opacity,  -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

a.waves-effect .waves-ripple {
  z-index: -1;
}

.as-btn.as-btn--custom[data-stab-item="2"] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.block-as-right {
  position: relative;
  left: -215px;
  top: -30px;
}

.posa-el {
  position: absolute;
  left: 309px;
  background: transparent;
  top: 191px;
  padding: 0;
}

.posa-el p {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
}

@media (max-width: 1260px) {
  .as-container__item {
    max-width: 600px;
  }

  .as-item__image {
    margin-right: 30px;
    width: 210px;
  }

  .as-item__title {
    font-size: 27px;
  }

  .block-as-left__title {
    line-height: 1;
  }

  .block-as-right {
    left: -200px;
  }
}

@media (max-width: 1112px) {
  .block-as-right {
    left: -127px;
  }

  .posa-el {
    left: 250px;
  }
}

@media (max-width: 991px) {
  .as-main {
    padding-top: 80px;
  }

  .as-container__item {
    max-width: 100%;
  }

  .as-container__right {
    display: none;
  }

  .as-item__image {
    width: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .as-detail {
    position: relative;
    z-index: 2;
  }

  .as-detail-2-wrap {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .section-as-one {
    padding-top: 30px;
  }

  .block-as-left__title {
    font-size: 42px;
  }

  .block-as-left__logo {
    margin-bottom: 30px;
  }

  .block-as-left__btn {
    margin-top: 35px;
  }
}

@media (max-width: 658px) {
  .as-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .as-item__image {
    height: 395px;
  }

  .as-item__content {
    padding-top: 0px;
    text-align: center;
  }

  .as-item__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .as-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-as-left {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .block-as-left__title {
    font-size: 30px;
  }

  .block-as-left__sub-title {
    font-size: 20px;
  }

  .block-as-left__btn {
    margin-top: 20px;
  }

  .block-as-left__logo {
    margin-bottom: 10px;
  }

  .block-as-left__logo svg {
    width: 160px;
    height: auto;
  }

  .block-as-left br {
    display: none;
  }

  .as-item__image {
    height: 285px;
  }

  .as-item__title {
    font-size: 20px;
    line-height: 1.3;
  }

  .as-item__description {
    padding-top: 10px;
  }

  .as-detail {
    min-width: 100%;
  }

  .as-detail__header {
    padding: 18px 0;
  }

  .as-detail__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .as-detail__list {
    padding: 18px 23px 23px 58px;
  }

  .as-detail__item {
    font-size: 14px;
    line-height: 1.3;
  }

  .as-detail__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .as-detail__footer {
    padding-left: 24px;
    padding-right: 20px;
  }

  .as-detail__footer svg {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .as-detail__footer p {
    font-size: 14px;
    line-height: 1.2;
  }

  .as-detail__footer p br {
    display: none;
  }

  .section-as-two {
    padding-top: 25px;
  }

  .as-item br {
    display: none;
  }

  .as-item__image {
    margin-right: 0;
  }

  .as-item__img--1 {
    left: auto;
  }
}

@media (max-width: 1260px) and (min-width: 991px) {
  .as-detail {
    min-width: 340px;
  }

  .as-detail__title {
    font-size: 18px;
  }

  .as-detail__list {
    padding: 18px 23px 23px 58px;
  }

  .as-detail__item {
    font-size: 14px;
  }

  .as-detail__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .as-detail__footer {
    padding-left: 24px;
  }

  .as-detail__footer svg {
    margin-right: 10px;
  }

  .as-detail__footer p {
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 575px) {
  .section-as-three {
    padding-top: 0;
  }
}

@media (max-width: 1260px) and (min-width: 1020px) {
  .as-main .container {
    width: 95%;
  }
}

@media (max-width: 1320px) {
  .as-container__right{
    width: 370px;
  }
}

/* End */
/* /antiseptic/layout/styles/main.min.css?174758004415198 */
