@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.svg-app-store-dims {
  width: 104px;
  height: 30px;
}

.svg-busket-dims {
  width: 21px;
  height: 21px;
}

.svg-earth-dims {
  width: 36.76px;
  height: 36.86px;
}

.svg-facebook-dims {
  width: 25px;
  height: 25px;
}

.svg-google-play-dims {
  width: 104px;
  height: 30px;
}

.svg-half-star-dims {
  width: 23.15px;
  height: 23.15px;
}

.svg-harvest-dims {
  width: 32px;
  height: 32px;
}

.svg-instagram-dims {
  width: 25px;
  height: 25px;
}

.svg-leaf-dims {
  width: 55.97px;
  height: 56px;
}

.svg-long-arrow-dims {
  width: 33px;
  height: 16px;
}

.svg-planet-earth-dims {
  width: 57px;
  height: 56px;
}

.svg-search-dims {
  width: 21px;
  height: 21px;
}

.svg-star-dims {
  width: 23.15px;
  height: 23.15px;
}

.svg-star-weird-dims {
  width: 32px;
  height: 32px;
}

.svg-swiper-arrow-dims {
  width: 10.37px;
  height: 16.97px;
}

.svg-twitter-dims {
  width: 25px;
  height: 25px;
}

.svg-user-dims {
  width: 32px;
  height: 32px;
}

.svg-shopping-list-dims {
  width: 40px;
  height: 40px;
}

.svg-fast-time-dims {
  width: 40px;
  height: 40px;
}

.svg-delivery-man-dims {
  width: 40px;
  height: 40px;
}

* {
  box-sizing: border-box;
  color: #222222;
  font-family: "DM Sans", sans-serif;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 767px) {
  .container {
    padding: 0;
  }
}
.logo {
  display: block;
  width: 56px;
  height: 56px;
  padding: 13.79px 13.74px 5.35px 5.47px;
  position: relative;
}
.logo__leaf {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
  transform-origin: 23.5px 32px;
}
.logo:hover .logo__leaf {
  transform: rotate(-0.25turn);
}
.logo.active .logo__leaf {
  transform: rotate(-1turn);
}

.section-title {
  font-family: "Rosario", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 129%;
}

.section-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 167%;
  color: #555555;
}

@media screen and (min-width: 846px) {
  .section-title {
    font-size: 70px;
  }

  .section-description {
    font-size: 18px;
  }
}
.header .container {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  padding-top: 154px;
  max-width: 220px;
  top: 0;
  width: 100%;
  height: 100vh;
  right: -100%;
  background-color: #ffffff;
  transition: right 0.2s;
}
.header__navigation.active {
  right: 0;
  z-index: 5;
}
.header__navigation.active + .site-overlay {
  opacity: 1;
  visibility: visible;
}
.header .site-overlay {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  transition: all 0.2s ease-in-out;
  background-color: rgba(144, 208, 88, 0.3);
  opacity: 0;
  visibility: hidden;
}
.header__navigation-element {
  padding: 10px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s;
}
.header__navigation-element:hover {
  color: #09a66d;
}
.header__buttons {
  position: absolute;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__icons-wrapper {
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #f3fbf8;
  transition: all 0.3;
}
.header__icons-wrapper:hover {
  box-shadow: 0 0 20px 1px #09a66d;
}
.header__reg-btn {
  position: fixed;
  top: 111px;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #09a66d;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3;
  color: #ffffff;
  right: -100%;
  transition: all 0.2s;
}
.header__reg-btn.mobile {
  right: 75px;
  z-index: 5;
}
.header__reg-btn:hover {
  opacity: 0.8;
}
.header__burger {
  display: block;
  position: relative;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.header__burger::before, .header__burger::after {
  content: " ";
  background-color: #09a66d;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease;
}
.header__burger::before {
  top: 0;
}
.header__burger::after {
  bottom: 0;
}
.header__burger span {
  background-color: #09a66d;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 7px;
  transition: all 0.3s ease;
}
.header__burger.active::before {
  transform: rotate(45deg);
  top: 7px;
}
.header__burger.active::after {
  transform: rotate(-45deg);
  bottom: 7px;
}
.header__burger.active span {
  transform: scale(0);
}

@media screen and (min-width: 1280px) {
  .header .container {
    padding: 50px 0 43px;
  }
}
@media screen and (min-width: 846px) {
  .header .container {
    padding: 50px 20px 43px;
  }
  .header__navigation {
    height: auto;
    position: unset;
    flex-direction: row;
    padding: 0;
    max-width: unset;
    width: auto;
  }
  .header__burger-wrapper {
    display: none;
  }
  .header__reg-btn {
    margin-left: 12px;
    position: unset;
    padding: 10px 23px;
    font-size: 18px;
  }
  .header__navigation-element {
    padding: 0;
    font-size: 18px;
  }
  .header__navigation-element:not(:last-child) {
    margin-right: 40px;
  }
  .header__buttons {
    position: unset;
    right: unset;
    z-index: unset;
  }
}
.hero {
  background-color: #f3fbf8;
}
.hero .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero #scene {
  position: absolute;
  z-index: 2;
  top: -37px;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.hero__paralax-img {
  opacity: 0.4;
}
.hero__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero__title {
  text-align: center;
  margin-bottom: 20px;
}
.hero__description {
  display: block;
  max-width: 637px;
  text-align: center;
  margin-bottom: 40px;
}
.hero__photo-and-reviews {
  display: flex;
  flex-direction: column;
}
.hero__reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__review-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: -15px 15px 25px rgba(0, 96, 60, 0.04);
  opacity: 0;
  transition: all 1.5s;
}
.hero__review-item:not(:last-child) {
  margin-bottom: 30px;
}
.hero__review-item.not-opacity {
  opacity: 1;
}
.hero__icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3fbf8;
  margin-right: 24px;
}
.hero__counter-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero__counter {
  text-align: center;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  min-width: 95px;
}
.hero__counter-description {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 167%;
  padding-top: 4px;
}
.hero__image-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.hero__image {
  max-width: 862px;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 446px) {
  .hero__photo-and-reviews {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .hero__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .hero__reviews {
    z-index: 2;
    align-items: flex-end;
    padding-right: 20px;
  }
}
@media screen and (min-width: 846px) {
  .hero .container {
    padding-top: 92px;
  }
  .hero__photo-and-reviews {
    position: relative;
    flex-direction: row;
  }
  .hero__image-wrapper {
    margin-bottom: 0;
    top: unset;
    left: 20px;
    bottom: -17px;
  }
  .hero__reviews {
    align-items: flex-end;
  }
  .hero__review-item {
    max-width: 250px;
    padding: 17px 33px;
  }
  .hero__counter {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__photo-and-reviews {
    padding-right: 0;
  }
  .hero__paralax-img {
    opacity: 0.8;
  }
}
.order-now {
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.order-now:hover .order-now__arrow-wrapper {
  animation: move-arrow-wrapper 1.25s infinite;
}
.order-now:hover .order-now__arrow {
  animation: move-arrow 1.25s infinite;
}
.order-now__span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  margin-right: 20px;
}
.order-now__arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #09a66d;
}
.order-now__arrow {
  fill: #ffffff;
  width: 26.4px;
  height: 12.8px;
}

@keyframes move-arrow-wrapper {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(20px);
  }
}
@keyframes move-arrow {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(10px);
  }
}
@media screen and (min-width: 846px) {
  .order-now {
    margin-bottom: 0;
  }
  .order-now__span {
    font-size: 16px;
  }
  .order-now__arrow-wrapper {
    width: 64px;
    height: 64px;
  }
  .order-now__arrow {
    width: 33px;
    height: 16px;
  }
}
.image-with-courier {
  display: flex;
  max-width: 601px;
  padding: 20px;
  width: 100%;
  max-height: 601px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.image-with-courier:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.image-with-courier__green-elipse {
  content: " ";
  max-width: 420px;
  max-height: 456px;
  width: 100%;
  background-image: url("../img/kek.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.image-with-courier__green-elipse:after {
  content: "";
  padding-top: 109%;
  display: block;
}
.image-with-courier__green-snake {
  display: none;
}

@media screen and (min-width: 628px) {
  .image-with-courier {
    padding: 90px;
  }
  .image-with-courier__green-elipse {
    position: absolute;
    top: 53px;
  }
  .image-with-courier__green-snake {
    width: 385px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    animation: move-snake 5s linear infinite;
    transform-origin: 86.5px;
  }
}
@media screen and (min-width: 1280px) {
  .image-with-courier {
    position: absolute;
    bottom: 70px;
    right: 0;
  }
}
@keyframes move-snake {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.service .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.service__image-block {
  margin-bottom: 56px;
}
.service__title {
  margin-bottom: 20px;
  text-align: center;
}
.service__description {
  display: block;
  margin-bottom: 56px;
  max-width: 637px;
}
.service__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 848px) {
  .service .container {
    padding-top: 140px;
    padding-bottom: 146px;
  }
}
@media screen and (min-width: 1280px) {
  .service .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .service__image-block {
    align-self: flex-end;
    overflow: hidden;
    margin-bottom: 0;
  }
  .service__content {
    display: block;
  }
}
.service .swiper {
  margin-bottom: 30px;
}
.service .swiper-wrapper {
  max-height: 350px;
}
.service .swiper-slide {
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 100%;
  padding: 20px 20px;
  transition: all 0.3s;
}
.service .swiper-slide__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #f3fbf8;
  margin-right: 14px;
}
.service .swiper-slide__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
.service .swiper-slide__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #555555;
}
.service .swiper-slide-active {
  background-color: #f3fbf8;
}
.service .swiper-slide-active .swiper-slide__icon-wrapper {
  background-color: #ffffff;
}

@media screen and (min-width: 848px) {
  .service .swiper-wrapper {
    max-height: 520px;
  }
  .service .swiper-slide {
    padding: 40px 59px;
  }
  .service .swiper-slide__icon-wrapper {
    width: 80px;
    height: 80px;
    margin-right: 24px;
  }
  .service .swiper-slide__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .service .swiper-slide__description {
    font-size: 12px;
  }
}
.swiper-button-next-my {
  max-width: 500px;
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-button-next-my .arrow-icon {
  fill: #09a66d;
  transform: rotate(90deg);
}
.swiper-button-next-my:hover .arrow-icon {
  transform: rotate(90deg);
  animation: move 1.25s infinite;
}

@keyframes move {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(10px) rotate(90deg);
  }
}
.special-items {
  background-color: #f3fbf8;
}
.special-items .container {
  padding-top: 89px;
  padding-bottom: 143px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.special-items__photo-wrapper {
  max-width: 600px;
  width: 100%;
  max-height: 600px;
  background-color: #dcf3ea;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.special-items__photo-wrapper .layer {
  width: 100%;
}
.special-items__photo-wrapper .layer:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.special-items__rotated-photo {
  position: absolute;
  width: 100%;
  box-shadow: 15px 15px 40px rgba(144, 208, 88, 0.4);
  transform: rotate(30deg);
}
.special-items__cucumber {
  z-index: 4;
  max-width: 41.67%;
  left: 13.64%;
  top: 12.43%;
}
.special-items__oranges {
  z-index: 3;
  max-width: 33.33%;
  right: 0.03%;
  top: 10.57%;
}
.special-items__apples {
  z-index: 2;
  max-width: 34.66%;
  left: 0.12%;
  top: 52.36%;
}
.special-items__greens {
  z-index: 1;
  max-width: 44.95%;
  right: 9.7%;
  bottom: 12.21%;
}
.special-items__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.special-items__title {
  text-align: center;
  margin-bottom: 20px;
}
.special-items__description {
  max-width: 637px;
  margin-bottom: 50px;
}
.special-items #scene2 {
  align-self: flex-start;
  position: absolute;
  overflow: hidden;
  right: -100px;
  bottom: 0;
  z-index: 0;
}
.special-items__paralax-img {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  opacity: 0.4;
}

@media screen and (min-width: 1280px) {
  .special-items .container {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .special-items__photo-wrapper {
    margin-right: 50px;
    margin-bottom: 0;
  }
  .special-items__content {
    padding-top: 30px;
    align-items: flex-start;
  }
  .special-items__title {
    text-align: start;
  }
  .special-items__description {
    max-width: 574px;
  }
  .special-items .order-now {
    margin: 0;
  }
  .special-items__paralax-img {
    opacity: 0.8;
  }
}
.reviews .container {
  padding-top: 96px;
  padding-bottom: 75px;
  margin-bottom: 74px;
  position: relative;
}
.reviews__title {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.reviews .swiper-reviews {
  overflow: hidden;
  min-height: 541px;
}

.reviews .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews .swiper-slide__photo {
  max-width: 500px;
  width: 100%;
  background-color: #f3fbf8;
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
}
.reviews .swiper-slide__photo::after {
  display: block;
  content: " ";
  padding-top: 100%;
}
.reviews .swiper-slide__first-photo {
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
.reviews .swiper-slide__second-photo {
  width: 100%;
  max-width: 44%;
  position: absolute;
  left: 0;
  bottom: 3.08%;
  box-shadow: -15px 15px 25px rgba(0, 96, 60, 0.04);
  border-radius: 12px;
}
.reviews .swiper-slide__review {
  max-width: 586px;
  margin-bottom: 30px;
}
.reviews .swiper-slide__reviewer {
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 20px;
}
.reviews .swiper-slide__likes {
  max-width: 100%;
  width: 100%;
}
.reviews .swiper-slide__star-icon:not(:last-child) {
  margin-right: 9.83px;
}
.reviews .swiper-button-wrapper {
  position: absolute;
  display: flex;
  left: 62%;
  bottom: 80px;
  z-index: 1;
}
.reviews .swiper-button-custom {
  border: 1px solid #cccccc;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.reviews .swiper-button-custom--prev {
  transform: rotate(180deg);
  margin-right: 16px;
}
.reviews .swiper-button-custom:hover {
  background-color: #09a66d;
  border-color: #09a66d;
}
.reviews .swiper-button-custom:hover .svg-swiper-arrow-dims {
  fill: #ffffff;
}
.reviews .svg-swiper-arrow-dims {
  fill: #cccccc;
  transition: all 0.3s;
}

@media screen and (min-width: 848px) {
  .reviews .swiper-slide__photo {
    margin-bottom: 30px;
  }
  .reviews .swiper-slide__review {
    margin-bottom: 40px;
  }
  .reviews .swiper-slide__reviewer {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .reviews .swiper-button-custom {
    width: 56px;
    height: 56px;
  }
  .reviews .swiper-button-custom--prev {
    margin-right: 26.8px;
  }
  .reviews .swiper-button-wrapper {
    left: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .reviews__title {
    position: absolute;
    text-align: start;
    z-index: 2;
  }
  .reviews .swiper-slide {
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
  }
  .reviews .swiper-slide__photo {
    margin-top: 41px;
    margin-bottom: 0;
  }
  .reviews .swiper-slide__content {
    padding-top: 210px;
  }
  .reviews .swiper-slide__review {
    margin-bottom: 40px;
  }
  .reviews .swiper-button-wrapper {
    left: 30%;
    bottom: 90px;
  }
}
.download-app .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
.download-app__iphones {
  width: 265.08px;
  margin-bottom: 30px;
}
.download-app__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-app__subtitle {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding: 11px 24px;
  border-radius: 50px;
  background-color: #f3fbf8;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.download-app__subtitle:hover {
  box-shadow: 0 0 20px 1px #09a66d;
}
.download-app__title {
  max-width: 663px;
  text-align: center;
  margin-bottom: 20px;
}
.download-app__description {
  max-width: 574px;
  margin-bottom: 50px;
}
.download-app__link:first-of-type {
  margin-right: 24px;
}

@media screen and (min-width: 1280px) {
  .download-app .container {
    flex-direction: row;
    align-items: stretch;
  }
  .download-app__iphones {
    margin-left: 100px;
    margin-bottom: 0;
    margin-right: 112px;
  }
  .download-app__content {
    margin-top: 35px;
    align-items: flex-start;
  }
  .download-app__title {
    text-align: start;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 118px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__column:not(:last-child) {
  margin-bottom: 30px;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__description {
  text-align: center;
  max-width: 345px;
}
.footer__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 25px;
}
.footer__link-wrapper {
  display: block;
}
.footer__link-wrapper:not(:last-child) {
  margin-bottom: 15px;
}
.footer__link-wrapper:hover .footer__link-text {
  color: #09a66d;
}
.footer__email {
  margin-bottom: 15px;
}
.footer__link-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #555555;
  transition: color 0.3s;
}
.footer__icons-wrapper:hover .footer__icons {
  fill: #09a66d;
}
.footer__icons-wrapper:not(:last-child) {
  margin-right: 50px;
}
.footer__icons {
  fill: #222222;
  transition: fill 0.3s;
}

@media screen and (min-width: 1280px) {
  .footer .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 118px;
  }
  .footer__column {
    display: block;
  }
  .footer__column:not(:last-child) {
    margin-right: 142px;
    margin-bottom: 0;
  }
  .footer__column:first-of-type {
    margin-right: 157px;
  }
  .footer__subtitle {
    padding-top: 39px;
  }
  .footer__description {
    text-align: start;
  }
  .footer__link-wrapper:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer__email {
    margin-bottom: 25px;
  }
  .footer__link-text {
    text-align: start;
  }
}