.shop-navigation-dop {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden; }

#sticky-navigation {
  margin-bottom: 3rem; }

.is-disabled {
  opacity: 0.5;
  cursor: default; }

.h1-simple {
  font-size: 6rem;
  line-height: 115%;
  text-transform: unset;
  margin: 0;
  letter-spacing: 0; }

.h3_img-gallery {
  text-align: center;
  font-size: 6rem;
  line-height: 115%; }

.subtitle_h1, .subtitle_h3 {
  font-size: 2.5rem;
  line-height: 120%; }

.subtitle_im-decs {
  width: 93%;
  min-width: 280px;
  margin: 0 auto; }
  .subtitle_im-decs-max {
    max-width: 1080px; }

.subtitle_img-gallery {
  text-align: center;
  width: 90%;
  max-width: 750px;
  margin: 0 auto; }

.section {
  padding: 2.5rem 0; }
  .section__title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600; }
  .section_firstscreen-banners {
    position: relative; }
  .section_im-decs {
    text-align: center;
    margin-top: 1rem; }
  .section_products {
    padding-bottom: 0; }
  .section_shops {
    padding-top: 0; }
  .section_categories {
    width: 310px;
    max-width: 310px;
    margin-right: 3rem;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap; }
  .section_sales {
    flex-grow: 1;
    width: 50%; }
  .section_business {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -2rem -3rem; }
    .section_business-hidden {
      opacity: 0;
      height: 0; }
  .section_benefits {
    position: relative;
    margin: 0 -1rem; }

.blocks-carousel {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: auto hidden; }
  .blocks-carousel__scroll-icon {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 2rem;
    top: 6rem; }
  .blocks-carousel__change-class {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    cursor: pointer; }

.standart-block_bordered {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.standart-block_benefit {
  margin: 2rem 1rem 0;
  min-width: 175px;
  padding: 2rem;
  flex-grow: 1;
  width: 245px; }

.standart-block_categories {
  padding: 3rem 3rem 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap; }

.standart-block__img-block {
  width: 9rem;
  height: 9rem; }

.standart-block__text {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-top: 1rem; }

.cat-and-sales {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap; }

.category-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  height: 8rem; }
  .category-block__img-block {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    margin-right: 2rem;
    position: relative; }
  .category-block__img {
    transition: 0.2s; }
    .category-block__img_hover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 1;
      transition: 0.2s; }
  .category-block__name {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
    transition: 0.2s;
    color: black;
    padding-top: 1.4rem; }
  .category-block__description {
    height: 0;
    overflow: hidden;
    transition: 0.2s;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #929292; }
  .category-block:hover .category-block__description {
    height: 4.7rem; }
  .category-block:hover .category-block__name {
    color: #FF903A;
    padding-top: 0; }
  .category-block:hover .category-block__img_hover {
    opacity: 1; }

.sl-slider_firstscreen {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3rem; }
  .sl-slider_firstscreen .slick-list {
    overflow: hidden; }
  .sl-slider_firstscreen.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .sl-slider_firstscreen.slick-dotted .slick-dots {
    bottom: 0.5rem; }

.sl-slider_events, .sl-slider_news {
  margin: 0 -1rem; }
  .sl-slider_events .slick-track, .sl-slider_news .slick-track {
    display: flex; }
    .sl-slider_events .slick-track .slick-slide, .sl-slider_news .slick-track .slick-slide {
      display: flex;
      height: auto; }

.sl-slider_img-gallery {
  padding-top: 3rem; }

.sl-slider_business-img {
  width: 45%;
  margin-bottom: 3rem;
  margin-right: 5%; }

.sl-slider_business-texts {
  width: 45%;
  width: calc( 50% - 3rem);
  flex-grow: 1;
  padding-top: 2rem;
  margin-right: 3rem; }
  .sl-slider_business-texts.slick-dotted.slick-slider {
    margin-bottom: 6rem; }
  .sl-slider_business-texts .slick-dots {
    width: auto;
    width: calc(100% - 6rem);
    text-align: left;
    left: -0.7rem; }

.slide:focus {
  outline: none; }

.slide-sales {
  overflow: hidden;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.slick-slide .slide-firstscreen__video-container {
  position: relative; }
  @media screen and (max-width: 640px) {
    .slick-slide .slide-firstscreen__video-container {
      display: none; } }

.slick-slide .slide-firstscreen__video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 65vh;
  z-index: -1; }

.slick-slide .slide-firstscreen__img_desktop, .slick-slide .slide-firstscreen__img_mobile {
  width: 100%;
  height: calc(100vh - 320px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 640px) {
  .slick-slide .slide-firstscreen__img_desktop {
    display: none; } }

.slick-slide .slide-firstscreen__img_mobile {
  display: none; }
  @media screen and (max-width: 640px) {
    .slick-slide .slide-firstscreen__img_mobile {
      display: block; } }

.slide-img-gallery {
  padding: 0 0.4rem; }

.slide-business {
  transition: 0.2s; }
  .slide-business__content {
    width: 100%; }
  .slide-business__img-block {
    padding: 2rem 3rem 3rem;
    width: 100%; }
  .slide-business__img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    border: .5rem solid white;
    box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.25);
    overflow: hidden; }
  .slide-business__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap; }
  .slide-business__pretitle {
    font-size: 2.5rem;
    line-height: 120%;
    font-weight: 600;
    color: #FE9949; }
  .slide-business__title {
    font-size: 6rem;
    line-height: 115%;
    padding: 2.5rem 0; }
  .slide-business__text {
    flex-grow: 1;
    font-size: 2.5rem;
    line-height: 120%;
    padding-top: 2rem; }
  .slide-business__info-footer {
    margin-top: 4rem; }
  .slide-business__button {
    margin-top: 2rem; }
  .slide-business__cta {
    position: absolute;
    bottom: 9rem;
    left: 50%;
    transition: 0.2s;
    text-transform: uppercase; }

.brand-button {
  display: inline-block;
  padding: 2rem 6rem;
  background: #FDDC73;
  background: linear-gradient(180deg, #FDDC73 0%, #FFBF25 100%);
  box-shadow: 0 0.5rem 3.5rem rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  margin: 0 auto;
  border: none;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  font-size: 3rem;
  line-height: 100%;
  font-weight: 600;
  color: white;
  cursor: pointer; }
  .brand-button_uppercase {
    text-transform: uppercase; }
  .brand-button:visited {
    color: white; }
  .brand-button_flat {
    background: #FFDE74;
    color: #CB8700;
    box-shadow: none; }
  .brand-button_download {
    width: 100%; }
  .brand-button:disabled, .brand-button[disabled] {
    opacity: 0.5; }

.slide-event {
  padding: 0 1rem; }
  .slide-event__img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }

.slide-news {
  padding: 0 1rem;
  height: 100%; }
  .slide-news__content {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%; }
  .slide-news__img-block {
    height: 250px;
    max-height: 50vw;
    overflow: hidden; }
  .slide-news__img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .slide-news__description {
    flex-grow: 1;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #008DF4;
    font-weight: 600;
    padding: 2rem 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    -webkit-border-radius: 0 0 1rem 1rem;
    -moz-border-radius: 0 0 1rem 1rem;
    border-radius: 0 0 1rem 1rem; }
    .slide-news__description:hover {
      color: #0067b1; }

.flex_simple {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap; }

.shops-numbers-container {
  margin: 0 -3rem; }

.shops-numbers {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 1.5rem 3rem;
  width: 20%;
  width: calc(25% - 6rem);
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1rem; }
  @media screen and (max-width: 1200px) {
    .shops-numbers {
      min-width: 260px; } }
  .shops-numbers__number {
    color: #FFDE74;
    font-weight: bold;
    font-size: 8rem;
    line-height: 7rem; }
  .shops-numbers_link {
    color: black;
    transition: 0.2s; }
    .shops-numbers_link:hover {
      background: linear-gradient(180deg, rgba(255, 220, 114, 0.8) 0%, rgba(255, 190, 36, 0.8) 100%), #FFFFFF;
      box-shadow: 1.2rem 1.2rem 3.4rem rgba(0, 0, 0, 0.15);
      color: black;
      border-color: transparent; }
      .shops-numbers_link:hover .shops-numbers__number {
        color: white; }

.map-container {
  padding: 5rem 0; }

.dual-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap; }

.upload-form {
  text-align: center;
  padding: 3rem 0; }
  .upload-form .input-download {
    display: none;
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none; }

.slick-dotted .slick-dots {
  pointer-events: none;
  bottom: -3.5rem; }
  .slick-dotted .slick-dots li button:before {
    color: #FFDD73;
    font-size: 1.6rem;
    opacity: 1; }
  .slick-dotted .slick-dots li.slick-active button:before {
    color: #FDBD24;
    font-size: 2rem;
    opacity: 1; }
  .slick-dotted .slick-dots li.slick-active button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-slider .slick-next,
.slick-slider .slick-prev {
  transition: 0.3s;
  opacity: 0;
  z-index: 10;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border: 0.2rem solid #CCC;
  box-sizing: content-box; }
  .slick-slider .slick-next:hover,
  .slick-slider .slick-prev:hover {
    background: white; }
    .slick-slider .slick-next:hover:before, .slick-slider .slick-next:hover:after,
    .slick-slider .slick-prev:hover:before,
    .slick-slider .slick-prev:hover:after {
      background: #716e6e; }
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev:focus {
    background: white; }
  .slick-slider .slick-next:before, .slick-slider .slick-next:after,
  .slick-slider .slick-prev:before,
  .slick-slider .slick-prev:after {
    content: '';
    width: 2rem;
    height: 0.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background: #A9A9A9;
    position: absolute;
    left: 1.8rem;
    opacity: 1;
    transition: 0.3s; }
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:before {
    transform: rotate(-45deg);
    top: 2.2rem; }
  .slick-slider .slick-next:after,
  .slick-slider .slick-prev:after {
    transform: rotate(45deg);
    top: 3.3rem; }

.slick-slider .slick-next {
  right: 2.5rem; }
  .slick-slider .slick-next:before {
    transform: rotate(45deg);
    left: 2.2rem; }
  .slick-slider .slick-next:after {
    transform: rotate(-45deg);
    left: 2.2rem; }

.slick-slider .slick-prev {
  left: 2.5rem; }

.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  opacity: 1; }

.section,
.section .products-carousel {
  margin-bottom: 0; }
  .section .el-panel,
  .section .products-carousel .el-panel {
    padding: 0; }
    .section .el-panel .el-title,
    .section .products-carousel .el-panel .el-title {
      font-size: 2.5rem;
      line-height: 3rem;
      font-weight: 600;
      display: inline-block;
      margin: 0;
      padding-left: 1rem; }
    .section .el-panel .el-controls,
    .section .products-carousel .el-panel .el-controls {
      display: inline-block;
      font-size: 0;
      vertical-align: bottom;
      padding-left: 2rem; }
      .section .el-panel .el-controls .el-prev, .section .el-panel .el-controls .el-next,
      .section .products-carousel .el-panel .el-controls .el-prev,
      .section .products-carousel .el-panel .el-controls .el-next {
        text-align: center;
        cursor: pointer;
        float: left;
        color: #FF9574;
        font-size: 2.4rem;
        line-height: 3rem;
        width: 3rem;
        margin-right: 0.6rem;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1.8rem rgba(0, 0, 0, 0.1);
        border: none;
        transition: 0.2s; }
        .section .el-panel .el-controls .el-prev.slick-disabled, .section .el-panel .el-controls .el-next.slick-disabled,
        .section .products-carousel .el-panel .el-controls .el-prev.slick-disabled,
        .section .products-carousel .el-panel .el-controls .el-next.slick-disabled {
          opacity: 0.5;
          cursor: default; }
  .section .el-content,
  .section .products-carousel .el-content {
    padding-top: 1.5rem; }

.section.section_news .slick-track,
.section.section_events .slick-track {
  min-width: 100%; }

.section.section_news .el-panel .el-title,
.section.section_events .el-panel .el-title {
  padding-left: 0; }

.sl-slider_business-img .slick-next,
.sl-slider_business-img .slick-prev {
  opacity: 1;
  bottom: -2rem;
  top: unset;
  border: none;
  box-shadow: 0 0.8rem 3.5rem rgba(0, 0, 0, 0.1); }
  .sl-slider_business-img .slick-next:before, .sl-slider_business-img .slick-next:after,
  .sl-slider_business-img .slick-prev:before,
  .sl-slider_business-img .slick-prev:after {
    background: #FF9574; }
  .sl-slider_business-img .slick-next:hover:before, .sl-slider_business-img .slick-next:hover:after,
  .sl-slider_business-img .slick-prev:hover:before,
  .sl-slider_business-img .slick-prev:hover:after {
    background: #FF9574; }

.sl-slider_business-img .slick-prev {
  left: unset;
  right: 15rem; }

.sl-slider_business-img .slick-next {
  right: 7rem; }

.products-loop .slick-slide .loop-product .wrapper .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: black;
  font-size: 2.4rem; }

.products-loop .slick-slide .loop-product .wrapper .woocommerce-loop-product__link .excerpt {
  font-size: 1.6rem; }

.products-loop .slick-slide .loop-product .price * {
  font-size: 2.4rem;
  font-weight: 600; }

.simple-link {
  color: black;
  transition: 0.2s; }
  .simple-link:visited {
    color: black; }
  .simple-link:hover {
    color: #FE9949; }

.firstscreen-banners__timer {
  position: absolute;
  left: 0;
  width: 0;
  height: .5rem;
  background: #FDBD24;
  z-index: 99999;
  transition: 0.12s;
  top: -100vh; }

@media screen and (max-width: 1081px) {
  .section_sales {
    width: 100%; }
  .section_categories {
    width: 100%;
    max-width: unset;
    margin-right: 0; }
  .blocks-carousel_with-wrap {
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .blocks-carousel_with-wrap .blocks-carousel__scroll-icon {
      opacity: 0; }
  .standart-block_categories {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 3rem; }
  .category-block {
    height: unset;
    padding: 3rem 0;
    flex-grow: 1;
    min-width: 200px;
    max-width: 285px; }
    .category-block__name {
      padding: 0; }
    .category-block__description {
      height: auto;
      overflow: auto;
      padding-right: 0.5rem; }
    .category-block_all-products {
      display: none; }
    .category-block:hover .category-block__description {
      height: auto; }
  .slide-business__title {
    font-size: 4rem; }
  .slide-business__text {
    padding: 0; }
  .slide-business__cta {
    position: unset;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem; } }

@media screen and (max-width: 1000px) {
  .blocks-carousel__scroll-icon {
    opacity: 1; }
  .standart-block_benefit {
    min-width: 190px; } }

@media screen and (max-width: 769px) {
  .blocks-carousel_with-wrap .standart-block_benefit {
    width: 30%; }
  .h1-simple {
    font-size: 4rem; }
  .subtitle_h1, .subtitle_h3 {
    font-size: 2rem; }
  .slide-business-img {
    margin-bottom: 1rem; }
  .slide-business__title {
    font-size: 3rem; }
  .slide-business__text {
    font-size: 1.6rem; }
  .slide-business__cta {
    position: unset;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem; } }

@media screen and (max-width: 721px) {
  .sl-slider_business-img {
    width: 100%; }
    .sl-slider_business-img.slick-dotted.slick-slider {
      margin-bottom: 0; }
    .sl-slider_business-img .slick-dots {
      bottom: 5.5rem; }
  .sl-slider_business-texts {
    width: 100%;
    padding: 0 3rem;
    margin-bottom: 7rem; }
    .sl-slider_business-texts .slick-next, .sl-slider_business-texts .slick-prev {
      opacity: 1;
      bottom: -12rem;
      top: unset;
      border: none; }
      .sl-slider_business-texts .slick-next:before, .sl-slider_business-texts .slick-next:after, .sl-slider_business-texts .slick-prev:before, .sl-slider_business-texts .slick-prev:after {
        background: #FF9574; }
      .sl-slider_business-texts .slick-next:hover:before, .sl-slider_business-texts .slick-next:hover:after, .sl-slider_business-texts .slick-prev:hover:before, .sl-slider_business-texts .slick-prev:hover:after {
        background: #FF9574; }
    .sl-slider_business-texts .slick-next {
      left: 10rem;
      right: unset; } }

@media screen and (max-width: 581px) {
  .blocks-carousel_with-wrap .standart-block_benefit {
    width: 100%; }
  .h1-simple {
    font-size: 3rem; }
  .h3_img-gallery {
    font-size: 3rem; }
  .subtitle_h1, .subtitle_h3 {
    font-size: 1.6rem; }
  .category-block {
    padding: 2rem 0; }
    .category-block_all-products {
      display: flex; }
  .slide-business__cta {
    padding: 5rem 3rem;
    margin: 0;
    text-align: left; }
  .slide-business__pretitle {
    font-size: 2rem; }
  .section.section_news .el-panel,
  .section.section_events .el-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap; }
    .section.section_news .el-panel .el-title,
    .section.section_events .el-panel .el-title {
      padding-left: 0;
      max-width: 60%; }
  .brand-button {
    width: 100%;
    text-align: center;
    font-size: 2rem; } }
.front-page-new .section__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 25px; }

.front-page-new .section_im-decs {
  cursor: default; }

.front-page-new .slick-slider .slick-next,
.front-page-new .slick-slider .slick-prev {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 7.6px;
  -moz-border-radius: 7.6px;
  border-radius: 7.6px;
  border: 1px solid white; }
  .front-page-new .slick-slider .slick-next:hover,
  .front-page-new .slick-slider .slick-prev:hover {
    border: 1px solid #FE9949; }
    .front-page-new .slick-slider .slick-next:hover:before, .front-page-new .slick-slider .slick-next:hover:after,
    .front-page-new .slick-slider .slick-prev:hover:before,
    .front-page-new .slick-slider .slick-prev:hover:after {
      background: #FE9949; }
  .front-page-new .slick-slider .slick-next:before, .front-page-new .slick-slider .slick-next:after,
  .front-page-new .slick-slider .slick-prev:before,
  .front-page-new .slick-slider .slick-prev:after {
    transition: 0.05s;
    width: 14px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #A9A9A9;
    left: 12px; }
  .front-page-new .slick-slider .slick-next:before,
  .front-page-new .slick-slider .slick-prev:before {
    top: 14px; }
  .front-page-new .slick-slider .slick-next:after,
  .front-page-new .slick-slider .slick-prev:after {
    top: 22px; }

.front-page-new .slick-slider .slick-next {
  right: 16px; }
  .front-page-new .slick-slider .slick-next:before {
    left: 14px; }
  .front-page-new .slick-slider .slick-next:after {
    left: 14px; }

.front-page-new .slick-slider .slick-prev {
  left: 16px; }

.front-page-new .slide-sales {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: 515px; }
  .front-page-new .slide-sales__img {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover; }

.front-page-new .sales-and-product {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap; }

.front-page-new .section_sales, .front-page-new .section_products {
  padding-top: 15px; }

.front-page-new .section_products {
  margin-left: 30px; }
  .front-page-new .section_products .slick-slider .slick-prev {
    left: -20px; }
  .front-page-new .section_products .slick-slider .slick-next {
    right: -20px; }
  .front-page-new .section_products .sl-slider_products {
    width: 300px; }
    .front-page-new .section_products .sl-slider_products a {
      color: #000000; }
      .front-page-new .section_products .sl-slider_products a:hover {
        color: #000000; }
      .front-page-new .section_products .sl-slider_products a:focus {
        border: none;
        outline: none; }
    .front-page-new .section_products .sl-slider_products .slide-sales2 {
      position: relative;
      padding: 30px 30px 22px 30px;
      overflow: hidden;
      height: 515px;
      border-radius: 20px;
      background-color: #f2f2f2; }
    .front-page-new .section_products .sl-slider_products .slide-products__flex {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-direction: column;
      flex-wrap: nowrap;
      height: 100%; }
    .front-page-new .section_products .sl-slider_products .slide-products__akciya {
      font-size: 35px;
      line-height: 41px; }
    .front-page-new .section_products .sl-slider_products .slide-products__oval {
      font-weight: 600;
      font-size: 26px;
      color: #FFFFFF;
      background-color: #FE9949;
      box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      max-height: 38px;
      max-width: 133px;
      padding: 0 10px;
      position: absolute;
      right: 30px;
      overflow: hidden; }
    .front-page-new .section_products .sl-slider_products .slide-products__dates {
      color: #FE9949;
      font-size: 25px;
      line-height: 29px;
      font-weight: 600;
      max-height: 29px;
      overflow: hidden; }
    .front-page-new .section_products .sl-slider_products div.slide-products__img {
      width: 240px;
      height: 230px;
      position: relative;
      margin-top: 10px;
      margin-bottom: 15px; }
      .front-page-new .section_products .sl-slider_products div.slide-products__img img {
        width: auto;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0); }
    .front-page-new .section_products .sl-slider_products .slide-products__title {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 15px;
      height: 44px;
      overflow: hidden; }
    .front-page-new .section_products .sl-slider_products .slide-products__bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap; }
    .front-page-new .section_products .sl-slider_products .slide-products__old_price {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px;
      text-decoration: line-through;
      text-decoration-color: #e17188; }
      .front-page-new .section_products .sl-slider_products .slide-products__old_price .country-kz {
        font-size: 16px;
        line-height: 20px; }
        .front-page-new .section_products .sl-slider_products .slide-products__old_price .country-kz .woocommerce-Price-currencySymbol {
          font-size: 14px; }
    .front-page-new .section_products .sl-slider_products .slide-products__price {
      font-size: 30px;
      font-weight: 600;
      line-height: 20px; }
      .front-page-new .section_products .sl-slider_products .slide-products__price .country-ru {
        line-height: 35px; }
      .front-page-new .section_products .sl-slider_products .slide-products__price .country-kz {
        font-size: 23px;
        line-height: 33px; }
        .front-page-new .section_products .sl-slider_products .slide-products__price .country-kz .woocommerce-Price-currencySymbol {
          font-size: 18px; }
    .front-page-new .section_products .sl-slider_products .slide-products__points {
      font-size: 18px;
      line-height: 22px; }
    .front-page-new .section_products .sl-slider_products .slide-products__buy {
      margin-left: 10px; }
      .front-page-new .section_products .sl-slider_products .slide-products__buy button {
        background-color: #FFDE74;
        box-shadow: none;
        border-radius: 5px;
        color: #CB8700;
        font-size: 25px;
        font-weight: 600;
        line-height: 29px;
        height: auto;
        border: none;
        float: none;
        min-height: 67px;
        padding: 0 20px; }

.front-page-new .slide-sales {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: 515px; }
  .front-page-new .slide-sales__img_desktop {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    display: block; }
  .front-page-new .slide-sales__img_mobile {
    display: none;
    width: 100%; }

.front-page-new .section_advantages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 30px;
  cursor: default; }
  .front-page-new .section_advantages .advantage {
    flex-basis: 25%;
    margin-left: 30px;
    margin-bottom: 30px;
    max-width: 400px; }
    .front-page-new .section_advantages .advantage .advantage__img {
      width: 100%; }
    .front-page-new .section_advantages .advantage .advantage__description {
      text-align: center;
      font-size: 16px;
      line-height: 19px;
      padding: 16px 20px 0; }
  .front-page-new .section_advantages .advantage:first-child {
    margin-left: 0; }

.front-page-new .section_choice-of-buyers {
  padding-top: 5px; }
  .front-page-new .section_choice-of-buyers .el-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
    .front-page-new .section_choice-of-buyers .el-panel .el-controls {
      display: none;
      padding-left: unset;
      align-self: center;
      min-width: 100px; }
      .front-page-new .section_choice-of-buyers .el-panel .el-controls .el-prev, .front-page-new .section_choice-of-buyers .el-panel .el-controls .el-next {
        float: unset;
        display: inline-block;
        width: 45px;
        height: 45px;
        font-size: 37px;
        line-height: 47px;
        border-radius: 8.5px;
        box-shadow: 0 6.8px 27px rgba(0, 0, 0, 0.11); }
      .front-page-new .section_choice-of-buyers .el-panel .el-controls .el-prev {
        margin-right: 10px; }
      .front-page-new .section_choice-of-buyers .el-panel .el-controls .el-next {
        margin-right: unset; }
  .front-page-new .section_choice-of-buyers .title-slider_choice-of-buyers {
    margin-bottom: 0;
    cursor: default; }
    @media screen and (max-width: 333px) {
      .front-page-new .section_choice-of-buyers .title-slider_choice-of-buyers {
        font-size: 22px;
        line-height: 22px; } }
  .front-page-new .section_choice-of-buyers .slick-slider .slick-prev, .front-page-new .section_choice-of-buyers .slick-slider .slick-next {
    opacity: 1; }
  .front-page-new .section_choice-of-buyers .slick-slider .slick-prev {
    left: -20px; }
  .front-page-new .section_choice-of-buyers .slick-slider .slick-next {
    right: 8px; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers {
    margin-right: -30px;
    cursor: default; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__wrapper {
      height: 220px;
      width: 635px;
      background-color: #F2F2F2;
      border-radius: 20px;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__img {
      align-self: center;
      min-width: 160px;
      min-height: 160px;
      position: relative; }
      .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__img img {
        width: auto;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__title {
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 23px;
      margin-top: 10px;
      max-height: 70px; }
      .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__title a {
        outline: none; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__price-points {
      margin-top: 10px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__price {
      font-size: 30px;
      font-weight: 600; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__points {
      font-size: 18px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__number_of_reviews {
      position: absolute;
      bottom: 0; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__number_of_reviews_star {
      position: relative; }
      .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__number_of_reviews_star svg {
        position: relative;
        top: 3px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__number_of_reviews_text {
      color: #2F80ED;
      font-weight: 600;
      font-size: 16px;
      padding-left: 5px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__buyers {
      font-size: 18px;
      font-weight: 600;
      max-height: 25px;
      overflow: hidden; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__review {
      font-size: 14px;
      line-height: 16px;
      margin-top: 5px;
      max-height: 78px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__date {
      font-size: 14px;
      color: #878787;
      margin-top: 10px;
      max-height: 20px;
      overflow: hidden; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__link {
      position: absolute;
      bottom: 0; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__link:focus {
      border: none;
      outline: none; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__button {
      display: inline-block;
      padding: 11px 21px;
      font-size: 16px;
      font-weight: 600;
      color: #FE9949;
      background-color: white;
      border-radius: 7.3px; }
      .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__button:hover {
        color: white;
        background-color: #FE9949;
        cursor: pointer; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__vertical-line {
      width: 0;
      height: 100%;
      border: 2px solid #E4E4E4;
      border-radius: 2px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__tppr {
      padding-left: 10px;
      width: 160px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__flex-1 {
      min-width: 330px;
      max-width: 330px;
      align-self: stretch;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: nowrap; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__flex-2 {
      height: 100%;
      padding-left: 10px;
      padding-right: 30px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__flex-3 {
      align-self: stretch;
      position: relative;
      max-width: 216px; }

.front-page-new .section_categories {
  width: auto;
  max-width: unset;
  margin-right: unset;
  display: block; }
  .front-page-new .section_categories .section__title {
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: default; }
  .front-page-new .section_categories .standart-block_categories {
    padding: unset;
    height: unset;
    margin-right: -20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap; }
    .front-page-new .section_categories .standart-block_categories .category-block-wrapper {
      width: 25%;
      padding-right: 20px;
      padding-bottom: 20px; }
      @media screen and (max-width: 1081px) {
        .front-page-new .section_categories .standart-block_categories .category-block-wrapper {
          width: 50%; } }
      @media screen and (max-width: 640px) {
        .front-page-new .section_categories .standart-block_categories .category-block-wrapper {
          width: 100%; } }
    .front-page-new .section_categories .standart-block_categories .category-block {
      height: 100%;
      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 20px 17px;
      width: 100%;
      min-width: unset;
      max-width: unset;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap; }
      .front-page-new .section_categories .standart-block_categories .category-block__img-block {
        width: 76px;
        height: 76px;
        min-width: unset;
        max-width: unset;
        margin-right: unset;
        position: static; }
        .front-page-new .section_categories .standart-block_categories .category-block__img-block__background_hover {
          opacity: 0;
          transition: 0.2s; }
      .front-page-new .section_categories .standart-block_categories .category-block__sign {
        padding-left: 12px; }
      .front-page-new .section_categories .standart-block_categories .category-block__name {
        line-height: 2.3rem;
        margin-bottom: 2px;
        padding-top: unset; }
      .front-page-new .section_categories .standart-block_categories .category-block__description {
        height: auto; }
      .front-page-new .section_categories .standart-block_categories .category-block:hover .category-block__img-block__background_hover {
        opacity: 1; }
      .front-page-new .section_categories .standart-block_categories .category-block:hover .category-block__description {
        height: auto; }

.front-page-new .section_digital-catalog {
  padding-top: 15px; }
  .front-page-new .section_digital-catalog .section__title {
    padding-left: 10px;
    padding-right: 10px;
    cursor: default;
    margin-top: 0;
    margin-bottom: 20px; }

.front-page-new .section_shops .section__title {
  margin-top: 60px;
  margin-bottom: 10px; }
  @media screen and (max-width: 1040px) {
    .front-page-new .section_shops .section__title {
      margin-top: 40px; } }

.front-page-new .section_motivational_video {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .front-page-new .section_motivational_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.front-page-new .section_motivational_button {
  margin: 70px auto 10px;
  text-align: center; }
  .front-page-new .section_motivational_button a {
    padding: 20px 60px;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    background: #FDDC73;
    background: linear-gradient(180deg, #FDDC73 0%, #FFBF25 100%);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: white;
    display: inline-block;
    text-align: center; }

.front-page-new .section_choice-of-buyers .el-panel, .front-page-new .section_events .el-panel, .front-page-new .section_news .el-panel {
  margin-bottom: 5px; }

.front-page-new .section_banner_full_width .banner_full_width-desctop {
  display: block;
  width: 100%; }
  @media screen and (max-width: 1081px) {
    .front-page-new .section_banner_full_width .banner_full_width-desctop {
      display: none; } }

.front-page-new .section_banner_full_width .banner_full_width-mobile {
  display: none;
  width: 100%; }
  @media screen and (max-width: 1081px) {
    .front-page-new .section_banner_full_width .banner_full_width-mobile {
      display: block; } }

.front-page-new .section_banner_full_width__type2 .banner_full_width-desctop {
  display: block; }
  @media screen and (max-width: 900px) {
    .front-page-new .section_banner_full_width__type2 .banner_full_width-desctop {
      display: none; } }

.front-page-new .section_banner_full_width__type2 .banner_full_width-mobile {
  display: none; }
  @media screen and (max-width: 900px) {
    .front-page-new .section_banner_full_width__type2 .banner_full_width-mobile {
      display: block; } }

.front-page-new .section_worth-tentorium {
  padding: 0 0 10px 0; }
  .front-page-new .section_worth-tentorium .slick-slider .slick-prev, .front-page-new .section_worth-tentorium .slick-slider .slick-next {
    opacity: 1; }
  .front-page-new .section_worth-tentorium .slick-slider .slick-prev {
    left: -20px; }
  .front-page-new .section_worth-tentorium .slick-slider .slick-next {
    right: 8px; }
  .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium {
    margin-right: -30px;
    margin-bottom: 40px;
    cursor: default; }
    .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slide-worth-tentorium__wrapper {
      height: 235px;
      width: 635px;
      background: #F2F2F2;
      border-radius: 20px;
      padding: 30px 35px 30px 40px; }
    .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slide-worth-tentorium__title {
      font-weight: 600;
      font-size: 25px;
      line-height: 150%;
      color: #FE9949;
      margin-bottom: 6px; }
    .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slide-worth-tentorium__torso {
      font-size: 18px;
      line-height: 150%; }
    .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slick-dots {
      bottom: -4.5rem; }

@media screen and (max-width: 1377px) {
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__wrapper {
    margin-right: 30px; }
  .front-page-new .section_worth-tentorium {
    padding: 0; }
    .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slide-worth-tentorium__wrapper {
      margin-right: 30px;
      padding: 30px 35px; } }

@media screen and (max-width: 1081px) {
  .front-page-new .section_products {
    margin-left: 0;
    width: 100%; }
    .front-page-new .section_products .sl-slider_products {
      width: auto;
      margin-right: -30px; }
      .front-page-new .section_products .sl-slider_products .slick-slide {
        margin-right: 30px;
        width: 300px; }
  .front-page-new .slide-sales {
    position: static;
    height: auto; }
    .front-page-new .slide-sales__img_desktop {
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      width: 100%;
      height: auto;
      position: static;
      object-fit: cover; }
  .front-page-new .section_advantages {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
    .front-page-new .section_advantages .advantage {
      flex-basis: 50%;
      max-width: none;
      margin-left: auto; }
    .front-page-new .section_advantages .advantage:nth-child(even) {
      padding-left: 15px; }
    .front-page-new .section_advantages .advantage:nth-child(odd) {
      padding-right: 15px; }
  .front-page-new .section_motivational_button {
    margin-top: 40px; } }

@media screen and (max-width: 695px) {
  .front-page-new .section_choice-of-buyers .el-panel .el-controls {
    display: block; }
  .front-page-new .section_choice-of-buyers .title-slider_choice-of-buyers {
    margin-bottom: unset;
    padding-right: 15px; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers {
    margin-right: auto; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__wrapper {
      display: block;
      height: auto;
      width: 100%;
      padding: 30px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__img {
      width: 150px;
      height: 150px;
      min-width: 150px;
      min-height: unset; }
      .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__img img {
        width: auto;
        height: 100%;
        object-fit: contain; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__title {
      font-size: 16px;
      line-height: 19px;
      margin-top: unset;
      min-height: 38px;
      max-height: 74px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__price {
      font-size: 28px;
      line-height: 33px; }
      .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__price .country-kz {
        font-size: 20px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__points {
      font-size: 16px;
      line-height: 20px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__number_of_reviews_star svg {
      top: 4px;
      height: 15.7px;
      width: 15px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__number_of_reviews_text {
      font-size: 14px;
      line-height: 16px;
      padding-left: 5px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__buyers {
      max-height: unset; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__review {
      margin-top: 12px;
      max-height: unset; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__date {
      margin-bottom: 20px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__link {
      position: static; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__vertical-line {
      width: 100%;
      height: 0;
      border: 2px solid #E4E4E4;
      border-radius: 2px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__tppr {
      width: auto;
      overflow: hidden; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__flex-1 {
      min-width: unset;
      max-width: unset;
      align-self: unset;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: nowrap; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__flex-2 {
      height: 0;
      padding-left: unset;
      padding-right: unset;
      margin-top: 15px;
      margin-bottom: 20px; }
    .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__flex-3 {
      max-width: none; }
  .front-page-new .section_worth-tentorium {
    padding: 0 0 10px 0; }
    .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium {
      margin-right: auto; }
      .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slick-track {
        display: flex; }
        .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slick-track .slick-slide {
          height: auto;
          display: flex; }
          .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slick-track .slick-slide .slide-worth-tentorium {
            height: 100%; }
            .front-page-new .section_worth-tentorium .sl-slider_worth-tentorium .slick-track .slick-slide .slide-worth-tentorium__wrapper {
              display: block;
              width: 100%;
              padding: 30px;
              height: 100%; }
  .front-page-new .section_events .el-panel, .front-page-new .section_news .el-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
    .front-page-new .section_events .el-panel .el-controls, .front-page-new .section_news .el-panel .el-controls {
      display: block;
      padding-left: unset;
      align-self: center;
      min-width: 100px; }
      .front-page-new .section_events .el-panel .el-controls .el-prev, .front-page-new .section_events .el-panel .el-controls .el-next, .front-page-new .section_news .el-panel .el-controls .el-prev, .front-page-new .section_news .el-panel .el-controls .el-next {
        float: unset;
        display: inline-block;
        width: 45px;
        height: 45px;
        font-size: 37px;
        line-height: 47px;
        border-radius: 8.5px;
        box-shadow: 0 6.8px 27px rgba(0, 0, 0, 0.11); }
      .front-page-new .section_events .el-panel .el-controls .el-prev, .front-page-new .section_news .el-panel .el-controls .el-prev {
        margin-right: 10px; }
      .front-page-new .section_events .el-panel .el-controls .el-next, .front-page-new .section_news .el-panel .el-controls .el-next {
        margin-right: unset; } }

@media screen and (max-width: 640px) {
  .front-page-new .section_im-decs {
    padding-bottom: 20px; }
  .front-page-new .section_sales {
    margin: 0 -30px;
    padding-top: 0; }
  .front-page-new .slide-sales__img_desktop {
    display: none; }
  .front-page-new .slide-sales__img_mobile {
    display: block; }
  .front-page-new .section_products .slick-slider {
    margin-right: auto; }
    .front-page-new .section_products .slick-slider .slick-next,
    .front-page-new .section_products .slick-slider .slick-prev {
      opacity: 1; }
    .front-page-new .section_products .slick-slider .slick-slide {
      margin-right: 0; }
      .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 {
        padding-right: 0;
        padding-left: 0; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__flex {
          max-width: 224px;
          margin: auto;
          position: relative; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__akciya {
          font-size: 32px;
          line-height: 37px; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__oval {
          font-size: 24px;
          max-height: 35.7px;
          right: 0;
          border-radius: 18px; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__dates {
          font-size: 24px;
          line-height: 28px; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 div.slide-products__img {
          width: 224px;
          height: 224px; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__old_price {
          font-size: 16px; }
          .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__old_price .country-kz {
            font-size: 15px; }
          .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__old_price .woocommerce-Price-currencySymbol {
            font-size: 13px; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__price {
          font-size: 28px; }
          .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__price .country-kz {
            font-size: 21px; }
            .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__price .country-kz .woocommerce-Price-currencySymbol {
              font-size: 16px; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__points {
          font-size: 16px; }
        .front-page-new .section_products .slick-slider .slick-slide .slide-sales2 .slide-products__buy button {
          font-size: 24px;
          min-height: 62px; }
  .front-page-new .section_advantages .advantage {
    flex-basis: 100%;
    padding-left: 0;
    margin-bottom: 20px; }
  .front-page-new .section_advantages .advantage:nth-child(even) {
    padding-left: 0; }
  .front-page-new .section_advantages .advantage:nth-child(odd) {
    padding-right: 0; }
  .front-page-new .section_motivational_button {
    margin-top: 20px; }
    .front-page-new .section_motivational_button a {
      font-size: 14px;
      padding: 16px 25px;
      line-height: 16px; } }

@media screen and (max-width: 450px) {
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__wrapper {
    padding: 20px; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__img {
    margin: 0 auto 10px; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__title {
    min-height: unset;
    font-size: 18px; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__price .country-kz {
    font-size: unset; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__number_of_reviews {
    position: static; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__date {
    text-align: end; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__link {
    text-align: center;
    display: block; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__tppr {
    padding-left: unset;
    text-align: center; }
  .front-page-new .section_choice-of-buyers .sl-slider_choice-of-buyers .slide-choice-of-buyers__flex-1 {
    display: block; } }

@media screen and (max-width: 749px) and (min-width: 680px) {
  .front-page-new .section_img-gallery .sl-slider_img-gallery {
    margin-bottom: 65px; }
    .front-page-new .section_img-gallery .sl-slider_img-gallery .slick-dots {
      bottom: -68px; } }

/*# sourceMappingURL=new2-front-page.css.map*/