.offer_slider .slide_bottom > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_section .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.offer_slider .slick-arrow.slick-next, .main_slider .slick-arrow.slick-next {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.news_section .image_block > img {
  object-fit: cover;
}

.news_section .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_section .image_block {
  position: relative;
  overflow: hidden;
}
.news_section .image_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.offer_slider .slick-arrow:before, .main_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content {
  background: #f9f9f9;
  padding-bottom: 88px;
}

.main_slider {
  background: #B41D8D;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.main_slider .slide_inner {
  display: flex;
  align-items: center;
}
.main_slider .info_block {
  max-width: 55.7%;
  flex: 0 0 55.7%;
  padding: 20px 75px 20px 0;
}
.main_slider .image_block {
  max-width: 44.3%;
  flex: 0 0 44.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main_slider .image_block img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.main_slider .info_title {
  font-family: "roboto-bold", "mardoto-bold";
  font-size: 520%;
  line-height: 1.25em;
  color: #ffffff;
  padding-bottom: 24px;
}
.main_slider .info_description {
  font-size: 140%;
  line-height: 1.4em;
  color: #ffffff;
  padding-bottom: 28px;
}
.main_slider .more_btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 140%;
  line-height: 18px;
  color: #B41D8D;
  background: #ffffff;
  padding: 15px;
  text-align: center;
  min-width: 167px;
}
.main_slider .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.main_slider .slick-dots li {
  padding: 0 6px;
}
.main_slider .slick-dots li.slick-active button {
  height: 10px;
  min-width: 10px;
  width: 10px;
  background: #ffffff;
  pointer-events: none;
}
.main_slider .slick-dots button {
  height: 8px;
  min-width: 8px;
  width: 8px;
  background: rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  border: none;
  padding: 0;
}
.main_slider .slick-arrow {
  height: 32px;
  min-width: 32px;
  width: 32px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 30px;
  z-index: 200;
  opacity: 1;
}
.main_slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.main_slider .slick-arrow:before {
  content: "\e902";
  color: #261B24;
  font-size: 1.2rem;
}
.main_slider .slick-arrow.slick-next {
  left: unset;
  right: 30px;
}

.special_offers {
  padding-top: 88px;
}

.offer_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding-top: 40px;
  margin: 0 -10px;
}
.offer_slider.slick-slider {
  overflow: visible;
}
.offer_slider .slick-list {
  overflow: visible;
}
.offer_slider .slick-list:before, .offer_slider .slick-list:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  bottom: 25px;
  background: linear-gradient(270deg, #F9F9F9 0%, rgba(249, 249, 249, 0.2) 100%);
  z-index: 4;
}
.offer_slider .slick-list:after {
  right: 100%;
  left: unset;
  transform: rotate(180deg);
}
.offer_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 0 10px 25px;
}
.offer_slider .slide_inner {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: pointer;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.offer_slider .slide_inner:hover {
  box-shadow: 0px 12px 18px rgba(180, 29, 141, 0.08), 0px 4px 8px rgba(180, 29, 141, 0.04);
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.offer_slider .slide_inner:hover .slide_top {
  background: #B41D8D;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.offer_slider .slide_inner:hover .slide_top span {
  color: #ffffff;
}
.offer_slider .slide_inner:hover .offer_name {
  color: #ffffff;
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.offer_slider .slide_top {
  border-bottom: 1px solid #ECECEC;
  text-align: center;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.offer_slider .slide_top span {
  display: block;
  font-size: 140%;
  line-height: 1.25em;
  color: #261B24;
}
.offer_slider .offer_name {
  font-family: "roboto-bold", "mardoto-bold";
  font-size: 270%;
  line-height: 1.25em;
  padding-bottom: 12px;
  background: -webkit-linear-gradient(0deg, rgb(180, 29, 141), rgb(46, 136, 206));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer_slider .slide_bottom {
  padding: 24px;
}
.offer_slider .slide_bottom > ul {
  min-height: 167px;
  padding-bottom: 17px;
}
.offer_slider .slide_bottom > ul > li {
  padding-bottom: 28px;
  display: flex;
  align-items: center;
}
.offer_slider .slide_bottom img {
  width: 22px;
}
.offer_slider .slide_bottom .offer_param {
  font-size: 140%;
  line-height: 1.25em;
  color: #261B24;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.offer_slider .slide_bottom .offer_param:before {
  font-size: 19px;
  padding-right: 11px;
  color: #0B1C3F;
  font-family: "roboto-bold", "mardoto-bold";
}
.offer_slider .slide_bottom .offer_param span {
  display: inline-block;
  font-family: "roboto-bold", "mardoto-bold";
}
.offer_slider .activate_code {
  font-size: 120%;
  line-height: 1.25em;
  color: #261B24;
  padding-bottom: 30px;
}
.offer_slider .activate_code span {
  display: inline-block;
  color: #B41D8D;
}
.offer_slider .monthly_fee {
  font-size: 270%;
  line-height: 1.25em;
  font-family: "roboto-bold", "mardoto-bold";
  display: flex;
  align-items: center;
  color: #261B24;
  padding-bottom: 24px;
}
.offer_slider .monthly_fee span {
  font-family: "roboto", "mardoto-regular";
  display: inline-block;
  padding-left: 8px;
  color: #666666;
  line-height: 1.25em;
  font-size: 50%;
}
.offer_slider .more_details {
  background: #B41D8D;
  border-radius: 8px;
  text-align: center;
  font-size: 140%;
  line-height: 18px;
  padding: 15px;
  color: #ffffff;
  display: block;
  width: 100%;
}
.offer_slider .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer_slider .slick-dots li {
  padding: 0 6px;
}
.offer_slider .slick-dots li.slick-active button {
  height: 10px;
  min-width: 10px;
  width: 10px;
  background: #B41D8D;
  pointer-events: none;
}
.offer_slider .slick-dots button {
  height: 8px;
  min-width: 8px;
  width: 8px;
  background: rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  border: none;
  padding: 0;
}
.offer_slider .slick-arrow {
  height: 32px;
  min-width: 32px;
  width: 32px;
  background: #ffffff;
  box-shadow: 0px 18px 80px rgba(38, 27, 36, 0.07), 0px 4.02054px 17.869px rgba(38, 27, 36, 0.0417275), 0px 1.19702px 5.32008px rgba(38, 27, 36, 0.0282725);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -48vw;
  z-index: 20;
  opacity: 1;
}
.offer_slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.offer_slider .slick-arrow:before {
  content: "\e902";
  color: #261B24;
  font-size: 1.2rem;
}
.offer_slider .slick-arrow.slick-next {
  left: unset;
  right: 50%;
  margin-right: -48vw;
}

.online_shop {
  padding-top: 85px;
}
.online_shop ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
}
.online_shop li {
  padding: 0 10px;
  max-width: 50%;
  flex: 0 0 50%;
}
.online_shop .item_inner {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.online_shop .info_block {
  padding: 32px 22px;
  flex: 1;
  width: 40%;
}
.online_shop .image_block {
  max-width: 254px;
  display: flex;
  align-items: center;
}
.online_shop .image_block img {
  max-width: 100%;
  height: auto;
}
.online_shop .info_title {
  font-size: 210%;
  line-height: 1.25em;
  font-family: "roboto-medium", "mardoto-medium";
  color: #261B24;
  padding-bottom: 20px;
}
.online_shop .info_description {
  font-size: 120%;
  line-height: 1.66em;
  color: #261B24;
  padding-bottom: 35px;
}
.online_shop a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 140%;
  line-height: 1.25em;
  color: #B41D8D;
}
.online_shop a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 110%;
  margin-left: 8px;
  background: #B41D8D;
  color: #ffffff;
}

.news_section {
  padding-top: 88px;
}
.news_section ul {
  list-style-type: none;
  padding: 20px 0 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.news_section li {
  padding: 20px 10px 0;
  max-width: 50%;
  flex: 0 0 50%;
}
.news_section .item_inner {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  display: flex;
  height: 100%;
}
.news_section .item_inner.hovered .image_block {
  opacity: 0.7;
}
.news_section .item_inner.hovered .news_title {
  color: rgba(180, 29, 141, 0.6);
}
.news_section .image_block {
  display: block;
  flex: 0 0 44%;
  max-width: 44%;
  border-radius: 8px;
}
.news_section .info_block {
  padding-left: 16px;
  flex: 0 0 56%;
  max-width: 56%;
  display: flex;
  flex-direction: column;
}
.news_section .news_title {
  display: inline-block;
  font-size: 170%;
  line-height: 1.25em;
  color: #261B24;
  font-family: "roboto-medium", "mardoto-medium";
  margin-bottom: 16px;
}
.news_section .news_title.announcement {
  color: #B41D8D;
  font-family: "roboto", "mardoto-regular";
}
.news_section .news_description {
  font-size: 120%;
  line-height: 1.4em;
  color: #261B24;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news_section .date_block {
  font-size: 120%;
  line-height: 1.25em;
  color: #666666;
  margin-top: auto;
}

@media screen and (max-width: 1199px) {
  .content {
    padding-bottom: 70px;
  }

  .main_slider .info_title {
    font-size: 460%;
  }
  .main_slider .info_block {
    padding: 20px 50px 20px 0;
  }

  .special_offers {
    padding-top: 70px;
  }

  .offer_slider .slick-arrow {
    left: 15px;
    margin-left: 0;
  }
  .offer_slider .slick-arrow.slick-next {
    right: 15px;
    margin-right: 0;
  }
  .offer_slider .monthly_fee {
    flex-direction: column;
  }
  .offer_slider .monthly_fee span {
    padding: 0;
  }
  .offer_slider .activate_code {
    padding-bottom: 24px;
  }
  .offer_slider .slide_block {
    width: 31.25%;
  }
  .offer_slider .slick-list:before, .offer_slider .slick-list:after {
    display: none;
  }

  .online_shop {
    padding-top: 70px;
  }
  .online_shop .image_block {
    max-width: 190px;
  }
  .online_shop .info_block {
    padding: 30px 20px;
  }
  .online_shop .info_title {
    font-size: 190%;
  }
  .online_shop .info_description {
    padding-bottom: 25px;
  }

  .news_section {
    padding-top: 70px;
  }
  .news_section .info_block {
    padding-left: 10px;
  }
  .news_section .news_title {
    font-size: 150%;
  }
  .news_section .item_inner {
    padding: 20px 12px;
  }
  .news_section .image_block {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .news_section .image_block:before {
    padding-bottom: 62%;
  }
  .news_section .info_block {
    max-width: 60%;
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 959px) {
  .main_slider .info_title {
    font-size: 400%;
  }
  .main_slider .info_block {
    padding: 20px 20px 20px 0;
  }
  .main_slider .slick-dots {
    bottom: 18px;
  }

  .offer_slider .slide_block {
    width: 38.46%;
  }

  .online_shop .image_block {
    max-width: 140px;
  }
  .online_shop .info_block {
    padding: 24px 16px;
  }
  .online_shop .info_title {
    font-size: 170%;
    padding-bottom: 16px;
  }
  .online_shop .info_description {
    padding-bottom: 20px;
  }
  .online_shop a:before {
    font-size: 90%;
  }

  .news_section .info_block {
    padding: 20px 0 0;
  }
  .news_section .news_title {
    font-size: 170%;
  }
  .news_section .item_inner {
    padding: 24px 20px;
    display: block;
  }
  .news_section .image_block {
    max-width: 80%;
    flex: unset;
  }
  .news_section .image_block:before {
    padding-bottom: 56.25%;
  }
  .news_section .news_description {
    margin-bottom: 20px;
  }
  .news_section .info_block {
    max-width: none;
    flex: unset;
  }
  .news_section .date_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 60px;
  }

  .main_slider .info_title {
    font-size: 320%;
  }
  .main_slider .slick-dots {
    bottom: 10px;
  }

  .special_offers {
    padding-top: 60px;
  }

  .offer_slider {
    padding-top: 25px;
  }
  .offer_slider .slide_block {
    width: 50%;
  }

  .online_shop {
    padding-top: 40px;
  }
  .online_shop ul {
    flex-direction: column;
    margin: 0;
  }
  .online_shop li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 0 0;
  }
  .online_shop .image_block {
    max-width: 254px;
  }
  .online_shop .info_block {
    padding: 30px 20px;
  }
  .online_shop .info_title {
    font-size: 210%;
    padding-bottom: 20px;
  }
  .online_shop .info_description {
    padding-bottom: 35px;
  }
  .online_shop a:before {
    font-size: 110%;
  }

  .news_section {
    padding-top: 60px;
  }
  .news_section .info_block {
    padding: 20px 0 0;
  }
  .news_section .news_title {
    font-size: 150%;
  }
  .news_section .item_inner {
    padding: 24px 16px;
  }
  .news_section .image_block {
    max-width: 100%;
  }
  .news_section ul {
    padding-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .main_slider .info_title {
    font-size: 260%;
    padding-bottom: 16px;
  }
  .main_slider .info_description {
    padding-bottom: 20px;
  }

  .online_shop .image_block {
    max-width: 220px;
  }
  .online_shop .info_block {
    padding: 30px 20px;
  }
  .online_shop .info_title {
    font-size: 190%;
  }
  .online_shop .info_description {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slide_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .main_slider .slick-dots {
    bottom: 10px;
  }
  .main_slider .slick-dots li {
    height: 16px;
    display: flex;
    align-items: center;
    background: rgba(180, 29, 141, 0.5);
  }
  .main_slider .slick-dots li:first-child {
    border-radius: 50px 0 0 50px;
  }
  .main_slider .slick-dots li:last-child {
    border-radius: 0 50px 50px 0;
  }
  .main_slider .info_block {
    padding: 20px 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_slider .info_title {
    font-size: 360%;
    padding-bottom: 24px;
  }
  .main_slider .info_description {
    padding-bottom: 28px;
  }
  .main_slider .image_block {
    flex: 0 0 60%;
    max-width: 60%;
    justify-content: center;
  }

  .offer_slider .slide_block {
    width: 71.42%;
  }

  .online_shop .image_block {
    max-width: 180px;
  }
  .online_shop .info_block {
    padding: 24px 20px;
  }
  .online_shop .info_title {
    font-size: 170%;
  }
  .online_shop .info_description {
    padding-bottom: 20px;
  }
  .online_shop a:before {
    font-size: 100%;
  }
}
@media screen and (max-width: 524px) {
  .news_section .item_inner {
    padding: 20px 12px;
  }
  .news_section .image_block {
    max-width: 100%;
  }
  .news_section ul {
    padding: 10px 0 0;
    margin: 0 -6px;
  }
  .news_section li {
    padding: 12px 6px 0;
  }
}
@media screen and (max-width: 479px) {
  .content {
    padding-bottom: 50px;
  }

  .main_slider .info_title {
    font-size: 300%;
    padding-bottom: 16px;
  }
  .main_slider .info_description {
    padding-bottom: 20px;
  }
  .main_slider .image_block {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .special_offers {
    padding-top: 50px;
  }

  .offer_slider {
    padding-top: 20px;
  }
  .offer_slider .slide_block {
    width: 100%;
  }

  .online_shop {
    padding-top: 30px;
  }
  .online_shop .item_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .online_shop .image_block {
    max-width: 250px;
  }
  .online_shop .info_block {
    padding: 24px 20px;
    width: 100%;
  }
  .online_shop .info_title {
    font-size: 190%;
  }
  .online_shop .info_description {
    padding-bottom: 30px;
  }
  .online_shop a:before {
    font-size: 110%;
  }

  .news_section {
    padding-top: 50px;
  }
  .news_section .item_inner {
    padding: 24px 20px;
  }
  .news_section ul {
    margin: 0;
    padding-top: 0;
  }
  .news_section li {
    padding: 20px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .news_section .news_title {
    font-size: 170%;
  }
}
@media screen and (max-width: 399px) {
  .main_slider .info_title {
    font-size: 240%;
    padding-bottom: 14px;
  }
  .main_slider .info_description {
    padding-bottom: 18px;
  }
  .main_slider .more_btn {
    padding: 12px 15px;
  }
  .main_slider .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .online_shop .image_block {
    max-width: 220px;
  }
  .online_shop .info_block {
    padding: 20px 14px;
  }
  .online_shop .info_title {
    font-size: 170%;
  }
  .online_shop .info_description {
    padding-bottom: 20px;
  }
  .online_shop a:before {
    font-size: 90%;
  }
}
@media screen and (max-width: 359px) {
  .news_section .item_inner {
    padding: 20px 12px;
  }
  .news_section .news_title {
    font-size: 160%;
  }
}
.web .main_slider .more_btn, .main_slider .web .more_btn, .web .main_slider .slick-dots button, .main_slider .slick-dots .web button, .web .offer_slider .slick-dots button, .offer_slider .slick-dots .web button, .news_section .image_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news_section .news_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .main_slider .slick-arrow, .main_slider .web .slick-arrow, .web .offer_slider .more_details, .offer_slider .web .more_details, .web .offer_slider .slick-arrow, .offer_slider .web .slick-arrow {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.touch .online_shop a:active:before, .online_shop .touch a:active:before, .touch .online_shop a, .online_shop .touch a, .web .online_shop a:hover:before, .online_shop .web a:hover:before, .web .online_shop a, .online_shop .web a, .online_shop a:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .main_slider .more_btn, .main_slider .touch .more_btn, .touch .main_slider .slick-dots button, .main_slider .slick-dots .touch button, .touch .offer_slider .slick-dots button, .offer_slider .slick-dots .touch button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .main_slider .slick-arrow, .main_slider .touch .slick-arrow, .touch .offer_slider .more_details, .offer_slider .touch .more_details, .touch .offer_slider .slick-arrow, .offer_slider .touch .slick-arrow {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .main_slider .slick-arrow:hover, .main_slider .web .slick-arrow:hover, .web .offer_slider .more_details:hover, .offer_slider .web .more_details:hover, .web .offer_slider .slick-arrow:hover, .offer_slider .web .slick-arrow:hover {
  background: #D645AC;
  border-color: #D645AC;
  color: #ffffff;
}
.web .main_slider .slick-arrow:hover:before, .main_slider .web .slick-arrow:hover:before, .web .offer_slider .more_details:hover:before, .offer_slider .web .more_details:hover:before, .web .offer_slider .slick-arrow:hover:before, .offer_slider .web .slick-arrow:hover:before {
  color: #ffffff;
}
.web .online_shop a:hover, .online_shop .web a:hover {
  color: #D645AC;
}
.web .online_shop a:hover:before, .online_shop .web a:hover:before {
  background: #D645AC;
}
.web .main_slider .more_btn:hover, .main_slider .web .more_btn:hover, .web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover, .web .offer_slider .slick-dots button:hover, .offer_slider .slick-dots .web button:hover {
  opacity: 0.7;
}
.touch .main_slider .slick-arrow:active, .main_slider .touch .slick-arrow:active, .touch .offer_slider .more_details:active, .offer_slider .touch .more_details:active, .touch .offer_slider .slick-arrow:active, .offer_slider .touch .slick-arrow:active {
  background: #D645AC;
  border-color: #D645AC;
  color: #ffffff;
}
.touch .main_slider .slick-arrow:active:before, .main_slider .touch .slick-arrow:active:before, .touch .offer_slider .more_details:active:before, .offer_slider .touch .more_details:active:before, .touch .offer_slider .slick-arrow:active:before, .offer_slider .touch .slick-arrow:active:before {
  color: #ffffff;
}
.touch .online_shop a:active, .online_shop .touch a:active {
  color: #D645AC;
}
.touch .online_shop a:active:before, .online_shop .touch a:active:before {
  background: #D645AC;
}
.touch .main_slider .more_btn:active, .main_slider .touch .more_btn:active, .touch .main_slider .slick-dots button:active, .main_slider .slick-dots .touch button:active, .touch .offer_slider .slick-dots button:active, .offer_slider .slick-dots .touch button:active {
  opacity: 0.7;
}

/*# sourceMappingURL=index.css.map */
