.section-banner {
  width: 100%;
  height: 680px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .section-banner {
    height: 610px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    max-height: 530px;
  }
}
.section-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 700px) {
  .section-banner__image_mobile {
    display: none;
  }
}
.section-banner__image_tablet {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-banner__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_tablet {
    display: none;
  }
}
.section-banner__image_desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_desktop {
    display: block;
  }
}
.section-banner__wrapper {
  padding-top: 122px;
}
@media only screen and (min-width: 760px) {
  .section-banner__wrapper {
    padding-top: 158px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-banner__wrapper {
    padding-top: 93px;
  }
}
.section-banner__ttl {
  font-family: Quiza Pro, sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 760px) {
  .section-banner__ttl {
    font-size: 60px;
    line-height: 71px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-banner__ttl {
    font-size: 80px;
    line-height: 95px;
    padding: 0 40px;
  }
}
.section-banner__text {
  font-family: TT Commons, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 760px) {
  .section-banner__text {
    padding: 0 110px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-banner__text {
    padding: 0 340px;
  }
}
.section-banner__btn {
  width: 100%;
  background: #FFF;
  transition: all .25s;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 340px;
  font-family: TT Commons, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #E12A09;
}
.section-banner__btn:hover {
  background: #e6e6e6;
}
@media only screen and (min-width: 760px) {
  .section-banner__btn {
    max-width: 280px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-banner__btn {
    color: #FFF;
    background: #E14D33;
  }
  .section-banner__btn:hover {
    background: #c4361d;
    color: #FFF;
  }
}
.section-banner__gift {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banner__gift:active,
.section-banner__gift:hover,
.section-banner__gift:focus {
  text-decoration: none;
}
@media only screen and (min-width: 760px) {
  .section-banner__gift {
    bottom: 37px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-banner__gift {
    bottom: 26px;
  }
}
.section-banner__gift-icon {
  margin-right: 10px;
}
.section-banner__gift-text {
  font-family: TT Commons, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #E14D33;
}
.code-section {
  margin-top: 10px;
}
.code-section__wrapper {
  background: #F7F4F0;
  border-radius: 20px;
  padding: 15px;
}
@media only screen and (min-width: 760px) {
  .code-section__wrapper {
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .code-section__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 760px) {
  .code-section__content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .code-section__content-wrapper {
    width: 610px;
  }
}
@media only screen and (min-width: 760px) {
  .code-section__content {
    width: 100%;
    max-width: 332px;
  }
}
.code-section__ttl {
  font-family: Quiza Pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #772444;
  margin-bottom: 20px;
}
@media only screen and (min-width: 760px) {
  .code-section__ttl {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .code-section__ttl {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    width: 342px;
    text-align: left;
  }
}
.code-section__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 8px;
}
@media only screen and (min-width: 760px) {
  .code-section__group {
    padding: 0;
  }
}
.code-section__use-code {
  font-family: TT Commons, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 31px;
  color: #772444;
  margin-right: 20px;
}
.code-section__copy-group {
  position: relative;
  width: calc(100% - 121px);
  cursor: pointer;
}
.code-section__input {
  height: 50px;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  padding: 18px 20px;
  cursor: pointer;
  font-family: TT Commons, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #282828;
  outline: none;
}
.code-section__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.code-section__text {
  font-family: TT Commons, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #555555;
  margin-bottom: 20px;
}
@media only screen and (min-width: 760px) {
  .code-section__text {
    transform: translate(0px,2px);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.code-section__image {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 760px) {
  .code-section__image {
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .code-section__image-wrapper {
    transform: translate(-3px,1px);
    max-width: 188px;
    width: 100%;
  }
}
.how-it-work-section {
  margin-bottom: 45px;
}
@media only screen and (min-width: 760px) {
  .how-it-work-section {
    margin-bottom: 68px;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-work-section {
    margin-bottom: 45px;
  }
}
.how-it-work-section__wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 760px) {
  .how-it-work-section__wrapper {
    margin-top: 33px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-work-section__wrapper {
    padding: 0 30px;
  }
}
.how-it-work-section__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 26px;
}
.how-it-work-section__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .how-it-work-section__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 200px;
  }
  .how-it-work-section__item:nth-child(2) {
    max-width: 215px;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-work-section__item {
    width: 100%;
    max-width: 300px;
  }
  .how-it-work-section__item:nth-child(2) {
    max-width: 300px;
  }
}
.how-it-work-section__item-image-wrapper {
  width: 100%;
  max-width: 120px;
  height: 100%;
  max-height: 120px;
  margin-right: 15px;
}
.how-it-work-section__item-image-wrapper_01 {
  padding: 11px 12px 21px 12px;
}
.how-it-work-section__item-image-wrapper_02 {
  padding: 22px 12px 0px 12px;
}
.how-it-work-section__item-image-wrapper_03 {
  padding: 9px 0 0 0;
}
@media only screen and (min-width: 760px) {
  .how-it-work-section__item-image-wrapper {
    margin: 0;
    max-width: 150px;
    height: 100%;
    max-height: 150px;
  }
  .how-it-work-section__item-image-wrapper_01 {
    padding: 0;
  }
  .how-it-work-section__item-image-wrapper_02 {
    padding: 0;
  }
  .how-it-work-section__item-image-wrapper_03 {
    padding: 0;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1280px) {
  .how-it-work-section__item-image-wrapper {
    max-width: 180px;
    height: 100%;
    max-height: 180px;
  }
  .how-it-work-section__item-image-wrapper_03 {
    max-width: 240px;
  }
}
.how-it-work-section__item-image {
  width: 100%;
  object-fit: contain;
}
.how-it-work-section__item-ttl {
  font-family: Quiza Pro, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #282828;
  margin-bottom: 15px;
}
@media only screen and (min-width: 760px) {
  .how-it-work-section__item-ttl {
    margin-top: 19px;
    margin-bottom: 24px;
  }
}
.how-it-work-section__item-desc {
  font-family: TT Commons, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
}
.companies-slider {
  margin-top: 55px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 760px) {
  .companies-slider {
    margin-top: 85px;
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 1280px) {
  .companies-slider {
    margin-top: 95px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .companies-slider__swiper-wrapper {
    transform: translate3d(0px,0,0) !important;
  }
}
.companies-slider__swiper {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (min-width: 760px) {
  .companies-slider__swiper {
    padding: 0 44px 60px 44px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .companies-slider__swiper {
    padding: 0 42px 60px 42px;
  }
}
.companies-slider__container {
  padding: 0 45px;
}
@media only screen and (min-width: 1280px) {
  .companies-slider__container {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0;
  }
}
.companies-slider__pagination {
  position: absolute;
  transform: translateX(-50%);
  left: 50% !important;
  bottom: 31px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .companies-slider__pagination {
    display: none !important;
  }
}
.companies-slider__pagination-bullet_active {
  width: 9px !important;
  height: 9px !important;
  background: #3F2323 !important;
}
.companies-slider__pagination-bullet {
  background: #E2DAD5;
  height: 6px;
  width: 6px;
  margin: 0 7px;
  border-radius: 100px;
}
.companies-slider__slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 760px) {
  .companies-slider__slide {
    justify-content: space-between;
    height: 100% !important;
    min-height: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .companies-slider__slide:nth-child(3) .companies-slider__text {
    padding: 0;
  }
}
.companies-slider__text {
  font-family: TT Commons, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.078px;
  color: #898989;
  margin: 20px 0;
  padding: 0 10px;
}
@media only screen and (min-width: 760px) {
  .companies-slider__text {
    padding: 0 2px;
    margin: 0;
  }
}
.customers-section__cards-wrapper {
  margin-top: 34px;
  margin-bottom: 33px;
}
@media only screen and (min-width: 760px) {
  .customers-section__cards-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__cards-wrapper {
    margin-bottom: 20px;
  }
}
.customers-section__card {
  padding: 10px 15px;
  box-shadow: 0 5px 13px rgba(178,178,178,0.2);
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 10px;
}
.customers-section__card:last-child {
  margin-bottom: 0;
}
.customers-section__card_tablet {
  display: none;
}
.customers-section__card_desktop {
  display: none;
}
.customers-section__card_active {
  display: block !important;
}
@media only screen and (min-width: 760px) {
  .customers-section__card {
    padding: 10px 17px;
  }
  .customers-section__card_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card {
    padding: 10px 25px;
  }
  .customers-section__card_desktop {
    display: block;
  }
}
.customers-section__ttl {
  padding: 0 40px;
}
.customers-section__columns_active {
  display: block !important;
}
@media only screen and (min-width: 760px) {
  .customers-section__columns {
    width: calc(50% - 5px);
  }
  .customers-section__columns_desktop {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__columns {
    width: calc(33% - 19.6px);
  }
  .customers-section__columns_desktop {
    display: block;
  }
}
.customers-section__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.customers-section__card-header-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customers-section__card-header-text {
  font-family: TT Commons, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgba(67,46,55,0.5);
  margin-left: 9px;
}
.customers-section__card-text {
  font-family: TT Commons, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #555555;
  letter-spacing: -0.07px;
}
@media only screen and (min-width: 760px) {
  .customers-section__card-text {
    letter-spacing: -0.04px;
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card-text {
    letter-spacing: 0.02px;
  }
}
.customers-section__show-button {
  padding: 15px 0;
  display: block;
  width: 100%;
  max-width: 240px;
  text-align: center;
  background: transparent;
  border: 1px solid #898989;
  border-radius: 10px;
  color: #898989;
  margin: 0 auto;
}
.customers-section__show-button_hidden {
  display: none;
}
.customers-section__show-button:active,
.customers-section__show-button:hover,
.customers-section__show-button:focus {
  border-color: #707070;
  color: #707070;
}
.customers-section__columns_desktop {
  margin-top: 10px;
}
@media only screen and (min-width: 760px) {
  .customers-section__columns_desktop {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__columns_desktop {
    width: calc(33% - 19.6px);
    margin-top: 0;
    display: block !important;
  }
}
@media only screen and (min-width: 760px) {
  .customers-section__card_05 {
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card_05 {
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .customers-section__card_06 {
    width: calc(50% - 5px);
    transform: translateY(-80px);
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card_06 {
    width: 100%;
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card_07 {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card_08 {
    display: none;
  }
}
@media only screen and (min-width: 760px) {
  .customers-section__card_09 {
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card_09 {
    display: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .customers-section__card_10 {
    display: none;
  }
}
.choose-plan-section {
  padding-top: 42px;
  padding-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .choose-plan-section {
    margin-top: 29px;
  }
}
.choose-plan-section__text {
  font-family: TT Commons, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.078px;
  color: #898989;
  margin-top: 27px;
}
@media only screen and (min-width: 760px) {
  .choose-plan-section__text {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .choose-plan-section__text {
    margin-top: 32px;
  }
}
.choose-plan-section__card-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 760px) {
  .choose-plan-section__card-wrapper {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .choose-plan-section__card-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.choose-plan-section__card {
  width: 100%;
  border: 1.5px solid #FFF;
  padding: 20px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(12,12,12,0.15);
  margin-bottom: 16px;
  transition: all .25s;
  cursor: pointer;
}
.choose-plan-section__card_active {
  border-color: #FC654C;
  transition: all .25s;
}
.choose-plan-section__card_active .choose-plan-section__card-header {
  padding-bottom: 21px;
  margin-bottom: 23px;
}
.choose-plan-section__card_active .choose-plan-section__card-header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-radius: 100px;
  background: #F1F1F1;
}
.choose-plan-section__card_active .choose-plan-section__card-body {
  pointer-events: all;
  opacity: 1;
  max-height: 500px;
}
.choose-plan-section__card:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .choose-plan-section__card {
    padding: 20px;
    margin-bottom: 13px;
  }
  .choose-plan-section__card_active {
    padding: 20px;
  }
  .choose-plan-section__card_active .choose-plan-section__card-header {
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .choose-plan-section__card {
    margin-bottom: 0;
    width: calc(33% - 4.6px);
    position: relative;
    cursor: initial;
  }
  .choose-plan-section__card_active {
    height: 475.5px;
    border-color: #FFF;
  }
  .choose-plan-section__card_active .choose-plan-section__card-header {
    padding-bottom: 21px;
  }
}
.choose-plan-section__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all .25s;
}
.choose-plan-section__card-body {
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all .25s;
}
.choose-plan-section__card-title {
  font-family: 'Quiza Pro', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #8C3848;
  transform: translate(-3px,-2px);
}
.choose-plan-section__card-title_popular {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.choose-plan-section__card-button {
  font-family: TT Commons, sans-serif;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 23px !important;
  color: #FFFFFF;
}
.choose-plan-section__popular {
  font-family: 'TT Commons', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FC654C;
  background: #F7F4F0;
  border-radius: 100px;
  padding: 12px 15px 9px 15px;
  margin-top: 5px;
  transform: translateY(3px);
}
.choose-plan-section__card-price {
  font-family: 'TT Commons', sans-serif;
  font-weight: normal;
  font-size: 55px;
  line-height: 63px;
  color: #8C3848;
  transform: translate(-3px,2px);
}
.choose-plan-section__card-price span {
  font-size: 25px;
  line-height: 30px;
  color: #8C3848;
}
@media only screen and (min-width: 1280px) {
  .choose-plan-section__card-price {
    transform: translate(-7px,1px);
  }
  .choose-plan-section__card-price span {
    margin-left: 6px;
    margin-right: -10px;
  }
}
.choose-plan-section__card-total {
  font-family: 'TT Commons', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #898989;
}
@media only screen and (min-width: 1280px) {
  .choose-plan-section__card-total {
    transform: translate(-3px,2px);
  }
}
.choose-plan-section__card-description {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.choose-plan-section__card-icon {
  display: block;
  width: 8px;
  height: 10px;
  margin: 5px 15px 0 0px;
}
.choose-plan-section__card-icon_green path {
  stroke: #00937E;
}
@media only screen and (min-width: 1280px) {
  .choose-plan-section__card-icon {
    margin: 4px 14px 0 -2px;
  }
}
.choose-plan-section__card-text {
  font-family: 'TT Commons', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}
.choose-plan-section__card-text_green {
  color: #00937E;
}
.choose-plan-section__card-button {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 760px) {
  .choose-plan-section__card-button {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .choose-plan-section__card-button {
    width: calc(100% - 40px);
    margin-top: 20px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 18px;
  }
}
.story-section {
  margin-top: 67px;
}
@media only screen and (min-width: 760px) {
  .story-section {
    margin-top: 123px;
  }
}
@media only screen and (min-width: 1280px) {
  .story-section {
    margin-top: 149px;
  }
}
.story-section__wrapper {
  margin-top: 22px;
}
@media only screen and (min-width: 760px) {
  .story-section__wrapper {
    margin-top: 30px;
  }
}
.story-section__item {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 28px;
}
.story-section__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .story-section__item {
    flex-direction: row;
    align-items: center;
    margin-bottom: 41px;
  }
  .story-section__item_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1280px) {
  .story-section__item {
    justify-content: space-between;
  }
}
.story-section__image-wrapper {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  height: 350px;
  width: 100%;
  margin-bottom: 9px;
}
@media only screen and (min-width: 480px) {
  .story-section__image-wrapper {
    position: relative;
  }
}
@media only screen and (min-width: 760px) {
  .story-section__image-wrapper {
    min-width: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .story-section__image-wrapper {
    min-width: 500px;
    width: 500px;
  }
}
@media only screen and (min-width: 760px) {
  .story-section__content {
    margin-right: 40px;
  }
  .story-section__content_reverse {
    margin-right: 0;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .story-section__content {
    width: 490px;
    margin: 0;
  }
  .story-section__content_reverse {
    width: 490px;
    margin: 0;
  }
}
.story-section__image {
  width: 100%;
  object-fit: cover;
  display: none;
}
.story-section__image_mobile {
  display: block;
}
@media only screen and (min-width: 480px) {
  .story-section__image {
    position: absolute;
  }
}
@media only screen and (min-width: 760px) {
  .story-section__image {
    position: initial;
  }
  .story-section__image_mobile {
    display: none;
  }
  .story-section__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .story-section__image_tablet {
    display: none;
  }
  .story-section__image_desktop {
    display: block;
  }
}
.story-section__content-ttl {
  font-family: Quiza Pro, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.015em;
  color: #8C3848;
  margin-bottom: 18px;
}
@media only screen and (min-width: 760px) {
  .story-section__content-ttl {
    margin-bottom: 13px;
    transform: translateY(-9px);
  }
}
.story-section__content-desc {
  font-family: TT Commons, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 15px;
}
@media only screen and (min-width: 760px) {
  .story-section__content-desc {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.story-section__content-location {
  font-family: TT Commons, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #555555;
  margin-bottom: 14px;
}
@media only screen and (min-width: 760px) {
  .story-section__content-location {
    margin-bottom: 20px;
  }
}
.story-section__content-btn {
  font-family: TT Commons, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FC654C;
  padding: 16px;
  width: 148px;
  border: 1px solid #FC654C;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all .25s;
}
.story-section__content-btn:active,
.story-section__content-btn:hover,
.story-section__content-btn:focus {
  text-decoration: none;
  background: #FC654C;
  color: #fff;
}
.story-section__content-btn_last {
  width: 176px;
}
@media only screen and (min-width: 760px) {
  .story-section__content-btn {
    height: 53px;
    margin: 0 0;
    font-size: 18px;
    line-height: 21px;
  }
  .story-section__content-btn_last {
    width: 180px;
  }
}
.trusted-by-section {
  background: #F7F4F0;
  padding: 38px 0 56px 0;
  margin-top: 45px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section {
    margin-top: 65px;
    padding: 38px 0 60px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section {
    margin-top: 66px;
    padding: 67px 0 94px 0;
  }
}
.trusted-by-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__wrapper {
    padding-top: 44px;
    margin: auto;
    width: 100%;
    max-width: 700px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__wrapper {
    max-width: 100%;
  }
}
.trusted-by-section__logo {
  margin-right: 20px;
  margin-bottom: 36px;
}
.trusted-by-section__logo:last-child {
  margin: 0;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo {
    margin-right: 60px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo {
    margin-right: 35px;
    margin-bottom: 26px;
  }
}
.trusted-by-section__image {
  width: 100%;
}
.trusted-by-section__logo_01 {
  width: 80px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_01 {
    width: 102px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_01 {
    width: 100px;
  }
}
.trusted-by-section__logo_02 {
  width: 60.7px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_02 {
    width: 75px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_02 {
    transform: translateX(2px);
  }
}
.trusted-by-section__logo_03 {
  width: 77.41px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_03 {
    width: 94px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_03 {
    transform: translateX(5px);
  }
}
.trusted-by-section__logo_04 {
  width: 53.12px;
  margin-right: 0;
}
@media only screen and (min-width: 480px) {
  .trusted-by-section__logo_04 {
    margin-right: 36px;
  }
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_04 {
    width: 75px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_04 {
    margin-right: 35px;
    transform: translateX(9px);
  }
}
.trusted-by-section__logo_05 {
  width: 86.5px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_05 {
    width: 103px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_05 {
    margin-right: 35px;
    transform: translateX(12px);
  }
}
.trusted-by-section__logo_06 {
  width: 90px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_06 {
    width: 115px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_06 {
    transform: translateX(15px);
  }
}
.trusted-by-section__logo_07 {
  width: 95.8px;
  margin-right: 0;
}
@media only screen and (min-width: 700px) {
  .trusted-by-section__logo_07 {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_07 {
    width: 107px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_07 {
    transform: translateX(18px);
  }
}
.trusted-by-section__logo_08 {
  width: 36px;
  transform: translate(-1px,2px);
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_08 {
    width: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_08 {
    transform: translateX(-3px);
  }
}
.trusted-by-section__logo_09 {
  width: 102px;
  transform: translate(-1px,2px);
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_09 {
    width: 124px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_09 {
    transform: translate(-1px,0px);
  }
}
.trusted-by-section__logo_10 {
  width: 153px;
  margin-right: 0;
}
@media only screen and (min-width: 700px) {
  .trusted-by-section__logo_10 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_10 {
    margin-right: 60px;
    width: 188.54px;
    transform: translate(13px,-3px);
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_10 {
    margin-bottom: 0;
    margin-right: 38px;
    transform: translate(-24px,-1px);
  }
}
.trusted-by-section__logo_11 {
  width: 139px;
  transform: translate(-1px,3px);
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_11 {
    margin-right: 30px;
    width: 208.64px;
    transform: translate(15px,1px);
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_11 {
    margin-bottom: 0;
    transform: translate(-10px,2px);
  }
}
.trusted-by-section__logo_12 {
  width: 103px;
  margin-right: 0;
}
@media only screen and (min-width: 700px) {
  .trusted-by-section__logo_12 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_12 {
    margin-right: 60px;
    width: 153.15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_12 {
    margin-right: 38px;
    transform: translate(10px,-1px);
  }
}
.trusted-by-section__logo_13 {
  width: 132px;
}
@media only screen and (min-width: 760px) {
  .trusted-by-section__logo_13 {
    width: 238.2px;
  }
}
@media only screen and (min-width: 1280px) {
  .trusted-by-section__logo_13 {
    transform: translate(23px,-2px);
  }
}
.best-sellers-section {
  margin-top: 43px;
}
@media only screen and (min-width: 760px) {
  .best-sellers-section {
    margin-top: 73px;
  }
}
.best-sellers-section__container {
  position: relative;
}
.best-sellers-section__swiper {
  margin-top: 35px;
  position: relative;
  padding-bottom: 88px;
  overflow: visible;
}
@media only screen and (min-width: 760px) {
  .best-sellers-section__swiper {
    margin: 35px 45px 0 45px;
    padding-bottom: 89px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .best-sellers-section__swiper {
    margin: 39px 0 0 0;
    padding-bottom: 44px;
  }
}
@media only screen and (min-width: 1280px) {
  .best-sellers-section__swiper-wrapper {
    transform: translate3d(0px,0px,0px) !important;
  }
}
.best-sellers-section__slide {
  padding-bottom: 13px;
}
.best-sellers-section__slide-image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 19px;
}
.best-sellers-section__slide-image-wrapper img {
  width: 100%;
}
.best-sellers-section__slide-ttl {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
  height: 40px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 760px) {
  .best-sellers-section__slide-ttl {
    margin-bottom: 11px;
  }
}
.best-sellers-section__slide-location {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #898989;
  margin-bottom: 10px;
}
.best-sellers-section__slide-recycled {
  display: flex;
  align-items: center;
}
.best-sellers-section__slide-recycled-text {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #00937E;
  margin-left: 10px;
}
.best-sellers-section__slide-content {
  text-align: left;
}
.best-sellers-section__pagination {
  display: flex;
  transform: translateX(-50%);
  left: 50% !important;
  align-items: center;
  justify-content: center;
  bottom: 44px !important;
}
@media only screen and (min-width: 1280px) {
  .best-sellers-section__pagination {
    display: none;
  }
}
.best-sellers-section__pagination-bullet {
  background: #E2DAD5;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  margin: 0 7px;
}
.best-sellers-section__pagination-bullet_active {
  width: 9px;
  height: 9px;
  background: #3F2323;
}
.best-sellers-section__button-prev,
.best-sellers-section__button-next {
  background-image: none;
  display: none;
  top: 52% !important;
}
@media only screen and (min-width: 760px) {
  .best-sellers-section__button-prev,
  .best-sellers-section__button-next {
    opacity: 1 !important;
    width: 10px;
    height: 17px;
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .best-sellers-section__button-prev,
  .best-sellers-section__button-next {
    display: none !important;
  }
}
@media only screen and (min-width: 760px) {
  .best-sellers-section__button-prev {
    right: 40px;
    left: auto;
  }
}
@media only screen and (min-width: 760px) {
  .best-sellers-section__button-next {
    left: 40px;
    right: auto;
  }
}
.subscribe-section {
  position: relative;
  height: 820px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 760px) {
  .subscribe-section {
    height: 700px;
    margin-top: 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-section {
    height: 600px;
  }
}
.subscribe-section__wrapper {
  padding-top: 50px;
}
@media only screen and (min-width: 760px) {
  .subscribe-section__wrapper {
    padding-top: 145px;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-section__wrapper {
    padding-top: 121px;
  }
}
.subscribe-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: -1;
  object-fit: cover;
}
.subscribe-section__bg_mobile {
  display: block;
}
@media only screen and (min-width: 760px) {
  .subscribe-section__bg_mobile {
    display: none;
  }
  .subscribe-section__bg_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-section__bg_tablet {
    display: none;
  }
  .subscribe-section__bg_desktop {
    display: block;
  }
}
.subscribe-section__ttl {
  font-family: Quiza Pro, sans-serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 53px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.subscribe-section__subtitle {
  font-family: TT Commons, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media only screen and (min-width: 760px) {
  .subscribe-section__subtitle {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-section__subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 760px) {
  .subscribe-section__btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 357px;
  }
}
.subscribe-section__btn {
  margin-bottom: 12px;
  font-size: 20px !important;
  line-height: 23px !important;
  width: 340px;
}
@media only screen and (min-width: 760px) {
  .subscribe-section__btn {
    width: 162px;
    height: 52px !important;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.subscribe-section__btn-white {
  font-family: TT Commons, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #E12A09;
  padding-top: 3px;
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  height: 52px;
  padding-right: 50px;
  position: relative;
}
.subscribe-section__btn-white:active,
.subscribe-section__btn-white:hover,
.subscribe-section__btn-white:focus {
  text-decoration: none;
  color: #E12A09;
  background: #e6e6e6;
}
@media only screen and (min-width: 760px) {
  .subscribe-section__btn-white {
    width: 100%;
    max-width: 185px;
  }
}
.subscribe-section__btn-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-section__text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 45px;
}
@media only screen and (min-width: 760px) {
  .subscribe-section__text-wrapper {
    flex-direction: initial;
  }
}
@media only screen and (min-width: 1280px) {
  .subscribe-section__text-wrapper {
    max-width: 880px;
  }
}
.subscribe-section__text-item {
  font-family: TT Commons, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px;
  background: #898989;
  border-radius: 20px;
  margin-bottom: 8px;
  width: fit-content;
}
.subscribe-section__text-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .subscribe-section__text-item {
    font-size: 18px;
    line-height: 24px;
    margin-right: 12px;
    height: 44px;
    margin-bottom: 12px;
  }
  .subscribe-section__text-item br {
    display: none;
  }
  .subscribe-section__text-item:last-child {
    margin-bottom: 0;
  }
  .subscribe-section__text-item:nth-child(5) {
    margin-bottom: 0;
  }
}
.section-all-boxes {
  display: block;
  width: 100%;
  padding-top: 15px;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .section-all-boxes {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-all-boxes {
    padding-top: 26px;
  }
}
.section-all-boxes__ttl {
  margin-bottom: 30px;
}
@media only screen and (min-width: 760px) {
  .section-all-boxes__ttl {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-all-boxes__ttl {
    margin-bottom: 47.5px;
  }
}
.section-all-boxes__content {
  width: 100%;
}
.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.all-boxes-slider-wrap {
  position: relative;
  max-width: 1160px;
}
.all-boxes-slider {
  width: 100%;
}
.all-boxes-slider__item {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .all-boxes-slider__item .featured-box__inner {
    margin: 0 auto 10px;
  }
}
.featured-box__inner {
  min-height: 90px;
  padding-top: 20px;
}
.featured-box {
  padding-bottom: 40px;
}
@media only screen and (min-width: 700px) {
  .featured-box {
    padding-bottom: 20px;
  }
}
.all-boxes-slider__arrow {
  z-index: 111;
  outline: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 178px;
  cursor: pointer;
  transition: all, .25s;
}
.all-boxes-slider__arrow:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.all-boxes-slider__arrow_prev {
  left: 11px;
}
.all-boxes-slider__arrow_next {
  right: 9px;
}
@media only screen and (min-width: 700px) {
  .all-boxes-slider__arrow {
    top: 238px;
  }
  .all-boxes-slider__arrow_prev {
    left: 22px;
  }
  .all-boxes-slider__arrow_next {
    right: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .all-boxes-slider__arrow {
    top: 50%;
    transform: translateY(-27%);
  }
  .all-boxes-slider__arrow_prev {
    left: calc((100% - 1160px) / 2 - 38px);
  }
  .all-boxes-slider__arrow_next {
    right: calc((100% - 1160px) / 2 - 37px);
  }
}
.all-boxes-slider-dots {
  display: none;
}
.featured-box__info-descr {
  text-align: left;
}
.featured-box__info-ttl {
  text-align: left;
}
.paused-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px !important;
  height: 25px !important;
}
.paused-swiper-btn svg {
  cursor: pointer !important;
}
.all-boxes-slider__arrow {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-themes-slider__custom-pagination {
  padding: 0 10px !important;
}
.pause_btn,
.play_btn {
  position: relative;
}
.pause_btn:before,
.play_btn:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.section-featured-boxes {
  width: 100%;
  padding-top: 49px;
}
@media only screen and (min-width: 700px) {
  .section-featured-boxes {
    padding-top: 68px;
  }
}
.section-featured-boxes__content {
  width: 100%;
  margin-top: 52px;
}
@media only screen and (min-width: 760px) {
  .section-featured-boxes__content {
    margin-top: 53px;
  }
}
.featured-size-block {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.featured-box {
  width: 100%;
  min-height: 660px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 0 !important;
  margin-bottom: 3px !important;
}
@media only screen and (min-width: 700px) {
  .featured-box {
    min-height: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box {
    min-height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box_revers {
    align-self: flex-end;
    margin: 0 30px 0 0;
  }
  .featured-box_revers .featured-box__content {
    align-items: flex-end;
  }
  .featured-box_revers .featured-box__image-wrap {
    margin-left: -190px;
  }
}
.featured-box__image-wrap {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .featured-box__image-wrap {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__image-wrap {
    height: 650px;
    max-width: 650px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 190px;
  }
}
.featured-box__image {
  display: block !important;
  max-width: 380px;
  height: 100%;
}
@media only screen and (min-width: 700px) {
  .featured-box__image_mobile {
    display: none !important;
  }
}
.featured-box__image_tablet {
  display: none !important;
}
@media only screen and (min-width: 700px) {
  .featured-box__image_tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__image_tablet {
    display: none !important;
  }
}
.featured-box__image_desktop {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .featured-box__image_desktop {
    display: block !important;
  }
}
@media only screen and (min-width: 700px) {
  .featured-box__image {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__image {
    max-width: 650px;
  }
}
.featured-box__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 700px) {
  .featured-box__content {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.featured-box__info {
  width: 100%;
  padding-left: 17.5px;
  padding-right: 22.5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 700px) {
  .featured-box__info {
    width: 700px;
    padding: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__info {
    width: 340px;
    min-height: 340px;
    margin: 155px 0 35px;
    justify-content: center;
  }
}
.featured-box__info-ttl {
  display: -webkit-box;
  margin: -2px 0 0;
  font-family: 'Quiza Pro', sans-serif !important;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  color: #282828;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-box__info-descr {
  font-family: 'TT Commons', sans-serif !important;
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 400 !important;
  line-height: 24px;
  color: #282828;
  margin: 17px 0 15px;
}
.featured-box__info-button {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) {
  .featured-box__info-button {
    max-width: 182px !important;
    padding: 0 !important;
  }
}
.featured-box__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  margin-bottom: 17px;
  z-index: 100;
}
.featured-box__inner:after {
  content: '';
  display: block;
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 18px;
  background: transparent;
  top: 48px;
  z-index: 11111111;
}
.featured-box__inner::-webkit-scrollbar {
  display: block;
  height: 3px;
  background-color: transparent;
}
.featured-box__inner::-webkit-scrollbar-thumb {
  display: block;
  background: rgba(124,101,101,0.5);
  border-radius: 7px;
  cursor: pointer;
}
@media only screen and (min-width: 700px) {
  .featured-box__inner .featured-box__inner::after {
    width: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__inner {
    width: 1160px;
  }
  .featured-box__inner .featured-box__inner::after {
    display: none;
  }
}
.section-featured-boxes__ttl {
  margin: 0;
}
.featured-box__product {
  flex-shrink: 0;
  width: 220px;
  overflow: hidden;
  height: 90px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-right: 2px;
  margin-left: 15px;
}
.featured-box__product:first-child {
  margin-left: 17px;
}
@media only screen and (min-width: 700px) {
  .featured-box__product {
    border-radius: 6px;
  }
  .featured-box__product:first-child {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box__product:first-child {
    margin-left: 0;
  }
}
.featured-box__product-image-wrap {
  width: 90px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 5px;
}
.featured-box__product-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.featured-box__product-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.featured-box__product-ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #87695D;
}
.featured-box__product-country {
  font-family: 'TT Commons', sans-serif !important;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 18px;
  color: #282828;
  text-align: left;
}
body {
  background: #FFF !important;
}
.section-ttl {
  font-family: Quiza Pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #282828;
}
@media only screen and (min-width: 760px) {
  .section-ttl {
    font-size: 35px;
    line-height: 42px;
  }
}
.container {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 760px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 100%;
    max-width: 1160px;
    padding: 0;
    margin: 0 auto;
  }
}
.previous-boxes {
  padding: 43px 20px 0 !important;
}
@media only screen and (min-width: 760px) {
  .previous-boxes {
    padding: 71px 20px 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  .previous-boxes {
    padding: 63px 20px 0 !important;
  }
}
a:active,
a:hover,
a:focus {
  text-decoration: none !important;
}
.custom-pagination-wrapper {
  bottom: -30px !important;
}
.section-questions {
  padding: 44px 0 50px !important;
}
@media only screen and (min-width: 760px) {
  .section-questions {
    padding: 67px 0 79px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .section-questions {
    padding: 62px 0 77px !important;
  }
}
.questions-btn {
  display: none !important;
}
.questions-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 50px 0 0 !important;
  position: relative;
  text-decoration: none !important;
  max-width: 100%;
  cursor: pointer;
  height: 50px;
  background: #FC654C;
  border-radius: 10px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  transition: all, .25s;
  -webkit-tap-highlight-color: transparent;
  width: 340px;
  margin: 0 auto;
}
.questions-section__button:active,
.questions-section__button:hover,
.questions-section__button:focus {
  text-decoration: none;
  color: #FFF;
  background: #fb3a1a;
}
@media only screen and (min-width: 760px) {
  .questions-section__button {
    width: 224px;
  }
}
.questions-section__button-icon-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.questions-section__button-icon-wrapper:after {
  content: '';
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  opacity: .4;
  position: absolute;
  left: 0;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
}
