html, body{
  margin: 0;
  padding: 0;
}
.tefal_sg_content {
  max-width: 1280px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin: 0 auto;
  background: #EFEEEF;
}
@media screen and (max-width: 990px) {
  .tefal_sg_content {
    font-size: 16px;
    overflow: hidden;
  }
}
.tefal_sg_content * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.tefal_sg_content .tefal_sg_go_up {
  position: fixed;
  right: 5%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  font-size: 12px;
  text-decoration: none;
  z-index: 1000;
  color: #E31235;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.4);
  transform: translateY(300px);
  transition: all 0.5s;
}
.tefal_sg_content .tefal_sg_go_up img {
  transition: all 0.3s;
}
.tefal_sg_content .tefal_sg_go_up.to_top_visible {
  transform: translateY(0);
}
.tefal_sg_content .tefal_sg_go_up:hover img {
  margin-top: -4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_go_up {
    width: 60px;
    height: 60px;
    right: 10px;
  }
  .tefal_sg_content .tefal_sg_go_up img {
    height: 20px;
  }
}
.tefal_sg_content .tefal_sg_redbtn {
  color: #fff;
  background: #E31235;
  padding: 10px 24px 10px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
  display: inline-block;
}
.tefal_sg_content .tefal_sg_redbtn:hover {
  background: #d01030;
}
.tefal_sg_content .tefal_sg_section_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .tefal_sg_content .tefal_sg_section_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section_title {
    font-size: 24px;
  }
}
.tefal_sg_content .tefal_sg_section570 {
  height: 505px;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section570 {
    height: auto;
  }
}
.tefal_sg_content .slick-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 100;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.tefal_sg_content .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .slick-arrow {
    width: 15px;
  }
  .tefal_sg_content .slick-arrow svg {
    width: 100%;
    height: auto;
  }
  .tefal_sg_content .slick-arrow svg path {
    stroke-opacity: 1 !important;
  }
}
.tefal_sg_content .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 100;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.tefal_sg_content .slick-dots li {
  margin: 0 10px;
}
.tefal_sg_content .slick-dots li button {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #C4C4C4;
  border: 2px solid transparent;
  cursor: pointer;
}
.tefal_sg_content .slick-dots li.slick-active button {
  background: transparent;
  border-color: #EB212E;
}
.tefal_sg_content .tefal_sg_section1 {
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/section1_bg.jpg") center top no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.tefal_sg_content .tefal_sg_section1 .text_content {
  width: 50%;
  text-align: center;
  font-size: 22px;
}
.tefal_sg_content .tefal_sg_section1 .text_content .tefal_sg_section1_tefal-logo {
  display: block;
  margin: 0 auto 34px;
}
.tefal_sg_content .tefal_sg_section1 .text_content h2 {
  font-size: 44px;
  padding: 30px 20px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.1;
  color: #fff !important;
}
.tefal_sg_content .tefal_sg_section1 .text_content h2:before {
  content: "";
  width: 80px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/brace_icon.svg") left top no-repeat;
}
.tefal_sg_content .tefal_sg_section1 .text_content h2:after {
  content: "";
  width: 80px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/brace_icon.svg") left top no-repeat;
  transform: rotate(180deg);
}
.tefal_sg_content .tefal_sg_section1 .text_content p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section1 {
    background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/section1_bg_mob.jpg");
    padding-top: 50%;
    padding-bottom: 20px;
  }
  .tefal_sg_content .tefal_sg_section1 .text_content {
    width: 100%;
    font-size: 16px;
    padding-top: 35px;
  }
  .tefal_sg_content .tefal_sg_section1 .text_content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    padding: 20px;
  }
  .tefal_sg_content .tefal_sg_section1 .text_content h2:before {
    width: 50px;
    background-size: contain;
  }
  .tefal_sg_content .tefal_sg_section1 .text_content h2:after {
    width: 50px;
    background-size: contain;
  }
  .tefal_sg_content .tefal_sg_section1 .text_content p {
    margin-bottom: 25px;
  }
}
.tefal_sg_content .tefal_sg_section2 {
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/section2_bg.jpg") center top no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tefal_sg_content .tefal_sg_section2 .text_content {
  width: 55%;
  text-align: center;
  padding-right: 40px;
}
.tefal_sg_content .tefal_sg_section2 .text_content .tefal_sg_section2_title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 44px;
  font-weight: 700;
}
.tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content > div {
  max-width: 36%;
}
.tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content img {
  max-width: 100%;
}
.tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  width: 20%;
  margin-bottom: 5%;
  font-weight: 700;
}
.tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_title span {
  margin-bottom: 30%;
}
.tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_title span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_title {
    font-size: 16px;
  }
}
.tefal_sg_content .tefal_sg_section2 .text_content hr {
  position: absolute;
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #fff;
  opacity: 0.5;
  left: 0;
}
.tefal_sg_content .tefal_sg_section2 .text_content hr.pictos_line1 {
  top: 42%;
}
.tefal_sg_content .tefal_sg_section2 .text_content hr.pictos_line2 {
  top: 68%;
}
.tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content_mob {
  display: none;
}
@media screen and (max-width: 990px) {
  .tefal_sg_content .tefal_sg_section2 {
    background-position: top right;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section2 {
    background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/section2_bg_mob.jpg");
    background-position: center top;
    padding-bottom: 50%;
    padding-top: 30px;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content {
    width: 100%;
    padding: 20px;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .tefal_sg_section2_title {
    font-size: 24px;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .tefal_sg_section2_title span {
    font-size: 18px;
    display: block;
    text-transform: none;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content_desk {
    display: none;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content_mob {
    display: flex;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_img_carousel {
    max-width: 60% !important;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_img_carousel .differences_pictos_img {
    position: relative;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_img_carousel .differences_picto_title {
    position: absolute;
    left: 0;
    width: 100%;
    top: 10%;
    font-weight: 700;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_title {
    width: 35%;
    margin-bottom: 20%;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_title span {
    margin-bottom: 45%;
  }
  .tefal_sg_content .tefal_sg_section2 .slick-dots {
    left: 50% 0;
    width: 50%;
    bottom: 0;
  }
  .tefal_sg_content .tefal_sg_section2 .slick-arrow {
    left: -15px;
  }
  .tefal_sg_content .tefal_sg_section2 .slick-arrow.slick-next {
    left: auto;
    right: -15px;
  }
}
.tefal_sg_content .tefal_sg_section3 {
  background: linear-gradient(90deg, #19254E 0%, #2D3761 47%, #19254E 98.08%);
  padding: 50px;
  text-align: center;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_section3_title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs {
  width: 850px;
  margin: 0 auto;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item {
  width: 45%;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item h3 {
  margin-bottom: 25px;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item + svg {
  margin: 0 2%;
  margin-top: 5%;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item .tefal_sg_tab_content_item_wrapp {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  height: 230px;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item .tefal_sg_tab_content_item_red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EB212E 0%, #780002 100%);
  padding: 10px;
  transition: all 0.5s;
  transform: perspective(700px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item .tefal_sg_tab_content_item_red p {
  font-size: 17px;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item .tefal_sg_tab_content_item_red span {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item .tefal_sg_tab_content_item_red span img {
  max-width: 100%;
  max-height: 100%;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_item .tefal_sg_tab_content_item_default {
  transition: all 0.5s;
  transform: perspective(700px) rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button {
  border: 3px solid rgba(233, 233, 233, 0.5);
  border-radius: 10px;
  border-bottom-right-radius: 0;
  color: #fff;
  margin: 20px 0px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  display: flex;
  width: 164px;
  height: 164px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  padding-left: 2px;
  padding-right: 2px;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button:nth-child(2) {
  margin-left: 65px;
  margin-right: 65px;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button.hand_icon:after {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  left: 120%;
  top: 50%;
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/section3_hand_icon.svg) center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #EB212E 0%, #780002 100%);
  z-index: -1;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s;
  border-bottom-right-radius: 0;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button span {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  padding-top: 100px;
  width: 100%;
  height: 100%;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button:hover {
  border-color: transparent;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button:hover:before {
  opacity: 1;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content.tab-1 .tefal_sg_tab_content_item .tab_red_1 {
  transform: perspective(700px) rotateY(0deg);
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content.tab-1 .tefal_sg_tab_content_item .tefal_sg_tab_content_item_default {
  transform: perspective(700px) rotateY(180deg);
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content.tab-2 .tefal_sg_tab_content_item .tab_red_2 {
  transform: perspective(700px) rotateY(0deg);
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content.tab-2 .tefal_sg_tab_content_item .tefal_sg_tab_content_item_default {
  transform: perspective(700px) rotateY(180deg);
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content.tab-3 .tefal_sg_tab_content_item .tab_red_3 {
  transform: perspective(700px) rotateY(0deg);
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content.tab-3 .tefal_sg_tab_content_item .tefal_sg_tab_content_item_default {
  transform: perspective(700px) rotateY(180deg);
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob {
  display: none;
}
.tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob_titles {
  display: none;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs {
    width: 100%;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob {
    display: block;
    padding-top: 30px;
    margin-top: 40px;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob img {
    max-width: 100%;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob .slick-prev {
    left: -15px;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob .slick-next {
    right: -15px;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob .tefal_sg_tab_content_item_red p {
    font-size: 15px;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob_titles {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5%;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_desk {
    display: none !important;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons {
    display: block;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button {
    flex-direction: row;
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button span {
    padding-top: 0;
    padding-left: 100px;
    background-position: 10% 50%;
    background-size: auto 45px;
    display: flex;
    align-items: center;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button:hover {
    border: 3px solid rgba(233, 233, 233, 0.5);
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button:hover:before {
    opacity: 0;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button.active {
    border-color: transparent;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button.active:before {
    opacity: 1;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_buttons button.hand_icon:after {
    display: none;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .slick-dots {
    top: -20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: auto;
    padding: 0 5%;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .slick-dots a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.5;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .slick-dots .slick-active a {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section3 {
    padding: 50px 15px;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_section3_title {
    font-size: 24px;
  }
}
.tefal_sg_content .tefal_sg_section4 {
  background: #313B65;
  text-align: center;
  padding: 50px 25px;
  font-size: 16px;
  font-weight: 700;
}
.tefal_sg_content .tefal_sg_section4 .tefal_sg_techno_links {
  display: flex;
  justify-content: space-around;
}
.tefal_sg_content .tefal_sg_section4 .tefal_sg_techno_links a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.tefal_sg_content .tefal_sg_section4 .tefal_sg_techno_links a:hover {
  opacity: 0.7;
}
.tefal_sg_content .tefal_sg_section4 .tefal_sg_techno_links .tefal_sg_techno_link_icon {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.tefal_sg_content .tefal_sg_section4 .tefal_sg_techno_links .tefal_sg_techno_link_icon img {
  max-width: 90%;
  max-height: 95%;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section4 .tefal_sg_techno_links {
    flex-wrap: wrap;
  }
  .tefal_sg_content .tefal_sg_section4 .tefal_sg_techno_links a {
    width: 50%;
    margin-bottom: 20px;
    font-weight: 600;
  }
}
.tefal_sg_content .tefal_sg_carousel {
  margin-bottom: -1px;
}
.tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide {
  position: relative;
  font-size: 22px;
}
.tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide img {
  max-width: 100%;
  vertical-align: middle;
}
.tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide .techo_img_mob {
  display: none;
}
.tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide .tefal_sg_carousel_slide_text {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 7%;
  line-height: 1.3;
}
.tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide.tefal_sg_carousel_slide_left .tefal_sg_carousel_slide_text {
  right: auto;
  left: 0;
}
.tefal_sg_content .tefal_sg_carousel .slick-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 100;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.tefal_sg_content .tefal_sg_carousel .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
.tefal_sg_content .tefal_sg_carousel .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 100;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.tefal_sg_content .tefal_sg_carousel .slick-dots li {
  margin: 0 10px;
}
.tefal_sg_content .tefal_sg_carousel .slick-dots li button {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #C4C4C4;
  border: 2px solid transparent;
  cursor: pointer;
}
.tefal_sg_content .tefal_sg_carousel .slick-dots li.slick-active button {
  background: transparent;
  border-color: #EB212E;
}
@media screen and (max-width: 990px) {
  .tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_carousel {
    margin-top: -1px;
  }
  .tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide {
    font-size: 15px;
  }
  .tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide .techo_img_desk {
    display: none;
  }
  .tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide .techo_img_mob {
    display: block;
  }
  .tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide img {
    width: 100%;
  }
  .tefal_sg_content .tefal_sg_carousel .tefal_sg_carousel_slide .tefal_sg_carousel_slide_text {
    width: 100%;
    justify-content: flex-start;
    padding-top: 30px;
  }
}
.tefal_sg_content .tefal_sg_compare {
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/section-compare-bg.jpg") center top no-repeat;
  text-align: center;
  padding-top: 50px;
  background-size: cover;
}
.tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table {
  width: 850px;
  margin: 0 auto;
}
.tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table table {
  background: rgba(49, 59, 99, 0.4);
  width: 100%;
  padding: 20px;
}
.tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table table td {
  width: 140px;
  height: 35px;
  vertical-align: middle;
}
.tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table table td:last-child {
  width: 500px;
  text-align: left;
}
.tefal_sg_content .tefal_sg_compare .sg_compare_table_head {
  display: flex;
  align-items: center;
  padding: 20px;
  padding-top: 0;
}
.tefal_sg_content .tefal_sg_compare .sg_compare_table_head span {
  width: 140px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_compare {
    background-size: auto 100%;
    background-position: left bottom;
    padding: 0;
    overflow: auto;
    background: linear-gradient(90deg, #19254E 0%, #2D3761 47%, #19254E 98.08%);
    position: relative;
  }
  .tefal_sg_content .tefal_sg_compare .tefal_sg_section_title {
    display: none;
  }
  .tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table {
    padding-top: 37px;
    padding-left: 134px;
    padding-bottom: 50px;
    padding-right: 130px;
    background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/section-compare-bg.jpg") center top no-repeat;
    background-size: cover;
    width: 940px;
  }
  .tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table table {
    width: 650px;
  }
  .tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table table td {
    width: 100px;
    height: 25px;
    vertical-align: middle;
  }
  .tefal_sg_content .tefal_sg_compare .tefal_sg_compare_table table td:last-child {
    width: 400px;
    text-align: left;
  }
  .tefal_sg_content .tefal_sg_compare .sg_compare_table_head span {
    width: 100px;
  }
  .tefal_sg_content .tefal_sg_compare .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background: red;
    opacity: 1;
  }
}
.tefal_sg_content .tefal_sg_section_title_mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section_title_mob {
    height: 100px;
    text-align: center;
    display: flex;
    background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/compare_table_title_bg.png") left top;
    background-size: contain;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: -40px;
    position: relative;
    z-index: 5;
    font-size: 24px;
    font-weight: 700;
  }
}
.tefal_sg_content .tefal_sg_products {
  background: linear-gradient(90deg, #19254E 0%, #2D3761 47%, #19254E 98.08%);
  padding: 50px;
  text-align: center;
}
.tefal_sg_content .tefal_sg_products .tefal_sg_product_item {
  background: #313B65;
  border-radius: 13px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 25px;
}
.tefal_sg_content .tefal_sg_products .tefal_sg_product_item .sg_product_top_title {
  min-height: 75px;
  margin-bottom: 10px;
}
.tefal_sg_content .tefal_sg_products .tefal_sg_product_item .sg_product_img {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.tefal_sg_content .tefal_sg_products .tefal_sg_product_item .sg_product_img img {
  max-width: 90%;
  max-height: 100%;
}
.tefal_sg_content .tefal_sg_products .tefal_sg_product_item .sg_product_info {
  min-height: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}
.tefal_sg_content .tefal_sg_products .tefal_sg_product_item .product_sg_buy_btn {
  color: #fff;
  background: #E31235;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 24px;
  display: inline-block;
  height: 40px;
  line-height: 20px;
}
.tefal_sg_content .tefal_sg_products .tefal_sg_product_item .product_sg_buy_btn:hover {
  background: #d01030;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_products {
    padding: 50px 15px;
    position: relative;
    z-index: 1;
    margin-top: -1px;
  }
  .tefal_sg_content .tefal_sg_products .tefal_sg_product_item {
    background: none;
    font-size: 14px;
  }
  .tefal_sg_content .tefal_sg_products .tefal_sg_product_item .sg_product_top_title {
    min-height: 50px;
  }
  .tefal_sg_content .tefal_sg_products .tefal_sg_product_item .sg_product_info {
    min-height: 40px;
  }
  .tefal_sg_content .tefal_sg_products .slick-dots {
    bottom: -20px;
  }
}
.tefal_sg_content .tefal_sg_video_advices {
  text-align: center;
  padding: 50px 80px;
  color: #000;
}
.tefal_sg_content .tefal_sg_video_advices .youtube_video_play_slide {
  margin: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.tefal_sg_content .tefal_sg_video_advices .youtube_video_play_slide a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/advices_play_icon.svg") 50% 50% no-repeat;
  z-index: 10px;
}
.tefal_sg_content .tefal_sg_video_advices .youtube_video_play_slide img {
  vertical-align: middle;
  max-width: 100%;
}
.tefal_sg_content .tefal_sg_video_advices .slick-arrow {
  position: absolute;
  left: -30px;
  top: 50%;
  z-index: 100;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-top: -25px;
}
.tefal_sg_content .tefal_sg_video_advices .slick-arrow.slick-next {
  right: -30px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .tefal_sg_content .tefal_sg_video_advices {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tefal_sg_content .tefal_sg_video_advices .slick-arrow {
    left: -10px;
  }
  .tefal_sg_content .tefal_sg_video_advices .slick-arrow.slick-next {
    right: -10px;
  }
  .tefal_sg_content .tefal_sg_video_advices .slick-dots {
    bottom: -20px;
  }
  .tefal_sg_content .tefal_sg_video_advices .slick-dots li {
    margin: 0 5px;
  }
}

._ma {
  margin: auto;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_section3_title,
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs {
    transform: scale(.8);
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs {
    width: auto;
  }
}

@media (max-width: 768px) {
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob .slick-prev {
    left: 0;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob .slick-next {
    right: 0;
  }
}

@media (max-width: 400px) {
  .tefal_sg_content .tefal_sg_section2 .text_content .tefal_sg_section2_title {
    margin-bottom: 0;
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content_mob {
    transform: scale(.8);
  }
  .tefal_sg_section2 .slick-prev.slick-arrow, 
  .tefal_sg_section2 .slick-next.slick-arrow {
    transform: scale(.8);
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_title span {
    margin-bottom: 35%;
  }
  .tefal_sg_content .slick-dots {
    transform: translateX(-50%) scale(.8);
  }
  .tefal_sg_content .tefal_sg_section2 .text_content .differences_pictos_content > div {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tefal_sg_content .tefal_sg_section2 .slick-dots {
    top: 100%;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob .slick-prev {
    left: 0;
  }
  .tefal_sg_content .tefal_sg_section3 .tefal_sg_tabs .tefal_sg_tab_content_mob .slick-next {
    right: 0;
  }
}

[data-show-tab="tab-1"] span {
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/tab_button_icon1.png');
}
[data-show-tab="tab-2"] span {
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/tab_button_icon2.png');
}
[data-show-tab="tab-3"] span {
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2022/December/kak-vybrat-parogenerator-instrukciya-ot-tefal/img/tab_button_icon3.png');
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
  content: none !important;
}