.home-banner {
  width: 100%;
  height: 100vh;
  height: calc((var(--vh, 1vh) * 100) - 6rem);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-banner-track {
  height: 250vh;
  overflow: visible;
}

.home-banner__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20vh);
  -ms-transform: translate(-50%, -20vh);
  transform: translate(-50%, -20vh);
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-banner__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300vw;
  background-image: url("../../images/content/home/eurodrinks-logo.svg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 90vw auto;
  z-index: 10;
  height: 25vh;
}

.home-banner__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  opacity: .4;
}

.home-banner__bg img,
.home-banner__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.home-banner__words {
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-banner__words--top {
  padding-bottom: 3rem;
}

.home-banner__arrowdown {
  cursor: pointer;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.2rem;
  height: 4.3rem;
}

.home-banner__arrowdown svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: white;
}

.expand-block {
  width: 100vw;
  height: 11.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 5;
  background-color: #212326;
}

.home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
}

.home-about .hide {
  display: none;
}

.home-about--track {
  overflow: hidden;
  margin-bottom: 6rem;
}

.home-about--wrap {
  min-height: 100vh;
}

.home-about__info {
  z-index: 2;
}

.home-about-slide:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10rem);
  -ms-transform: translateY(10rem);
  transform: translateY(10rem);
  position: absolute;
  top: 0;
}

.home-about__earth {
  width: 100%;
}

.home-about__earth img,
.home-about__earth picture {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40rem;
  height: 83.8rem;
  -webkit-transform: translate(-49%, -45.5%);
  -ms-transform: translate(-49%, -45.5%);
  transform: translate(-49%, -45.5%);
}

.home-about__points,
.home-about__path {
  width: 100%;
}

.home-about__points svg,
.home-about__path svg {
  width: 100vw;
}

.home-about__points {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.home-about__path {
  width: 0;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  overflow: hidden;
}

.home-about__path.animated {
  width: 100%;
}

.home-about__export-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.home-about__export-list li {
  font-weight: 700;
  padding-left: 3.2rem;
  width: 48%;
  margin-bottom: 1.5rem;
}

.home-about__export-list li::before {
  content: '';
  position: absolute;
  display: block;
  left: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #9C6460;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-products--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home-products-track {
  overflow: hidden;
}

.home-products-sections-list .section-title {
  display: inline-block;
  left: 2rem;
}

.home-products__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-products__bg img,
.home-products__bg picture {
  width: auto;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.home-products__bg img {
  opacity: .4;
  height: 100%;
}

.home-products__bg::before,
.home-products__bg::after {
  z-index: 5;
}

.home-products__bg::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  background-image: -o-radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(33, 35, 38, 0) 0%, #212326 100%);
  background-image: radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(33, 35, 38, 0) 0%, #212326 100%);
}

.home-products .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.home-products-info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30vw;
  max-width: 15rem;
}

.home-products-info .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  min-width: 100%;
}

.home-products-info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 3rem;
}

.home-products-info__name span {
  text-transform: uppercase;
  line-height: 1.1;
}

.home-products-info__name span:nth-child(1) {
  font-weight: 700;
}

.home-products-info__name span:nth-child(2) {
  font-weight: 300;
}

.home-products-info__bottle {
  padding-bottom: 300%;
  width: 100%;
}

.home-products-info__bottle img,
.home-products-info__bottle picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home-products-words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 20rem;
  font-size: 1rem;
}

.home-products-words--beer {
  padding-left: 3rem;
}

.home-products-words--beer span:nth-child(1) {
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 8.8em;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 1.3em;
  margin-left: -.05em;
}

.home-products-words--beer span:nth-child(2) {
  margin-right: 1.1rem;
  font-weight: 300;
  font-size: 2.6em;
  line-height: 1.9;
  letter-spacing: 0.15em;
}

.home-products-words--beer span:nth-child(3) {
  margin-top: -1rem;
  font-family: 'Roboto Slab', serif;
  font-size: 7.2em;
  line-height: 1.3;
  color: #9C6460;
  font-weight: 700;
}

.home-products-words--beer span:nth-child(4) {
  width: 100%;
  font-family: 'Roboto Slab', serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.4em;
}

.home-products-words--beer span:nth-child(5) {
  width: 100%;
  font-size: 3.2em;
  font-weight: 300;
  line-height: 1;
}

.home-products-words--cider {
  padding-right: 1rem;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

.home-products-words--cider span:nth-child(1) {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 7.6em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #9C6460;
  width: 100%;
}

.home-products-words--cider span:nth-child(2) {
  font-size: 2.6rem;
  line-height: 1.9;
  letter-spacing: 0.15em;
  width: 100%;
  margin-left: .15em;
}

.home-products-words--cider span:nth-child(3) {
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 8.8em;
  text-transform: uppercase;
  line-height: 1em;
  padding-bottom: 1rem;
}

.home-products-words--cider span:nth-child(4),
.home-products-words--cider span:nth-child(5) {
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}

.home-products-words--cider span:nth-child(4) {
  font-weight: 300;
}

.home-products-words--cider span:nth-child(5) {
  font-weight: 700;
}

.home-products-words--water {
  padding-left: 2.2rem;
}

.home-products-words--water span:nth-child(1) {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 2.8em;
  line-height: 1;
  width: 100%;
}

.home-products-words--water span:nth-child(2) {
  font-weight: 700;
  font-size: 2.8em;
  line-height: 1;
  width: 100%;
}

.home-products-words--water span:nth-child(3) {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 3.2em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #9C6460;
}

.home-products-words--water span:nth-child(4) {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 8em;
  line-height: 0.9;
  text-transform: uppercase;
}

.home-products-words span {
  display: block;
}

.home-products-words .btn--arrow {
  margin-top: 3.2rem;
}

.home-products-bg-slider {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vw;
  z-index: 0;
  display: none;
}

.home-products-bg-slider__item {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: .7s linear;
  -o-transition: .7s linear;
  transition: .7s linear;
}

.home-products-bg-slider__item.active {
  opacity: 0.4;
}

.home-products-bg-slider__item::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -o-linear-gradient(99.51deg, #212326 19.21%, rgba(33, 35, 38, 0.38) 36.91%, rgba(33, 35, 38, 0.54) 50.02%, #212326 71.48%);
  background: linear-gradient(99.51deg, #212326 19.21%, rgba(33, 35, 38, 0.38) 36.91%, rgba(33, 35, 38, 0.54) 50.02%, #212326 71.48%);
}

.home-products-bg-slider__item img,
.home-products-bg-slider__item picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.home-products-bg-slider__item.water::before {
  background: -o-linear-gradient(99.51deg, #212326 19.21%, rgba(33, 35, 38, 0.38) 36.91%, rgba(33, 35, 38, 0.54) 50.02%, #212326 71.48%);
  background: linear-gradient(99.51deg, #212326 19.21%, rgba(33, 35, 38, 0.38) 36.91%, rgba(33, 35, 38, 0.54) 50.02%, #212326 71.48%);
}

.home-choice {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-choice--section {
  padding: 0;
}

.home-choice__string--top {
  color: #F6F3F0;
  padding-left: 3rem;
}

.home-choice__string--bot span {
  -webkit-text-stroke: 0.1rem #F6F3F0;
  color: transparent;
}

.home-choice__string span {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
}

.home-news--section .heading-2 {
  margin-top: 4rem;
}

body.white-theme .home-banner__arrowdown svg {
  stroke: #212326;
}

body.white-theme .home-about__points svg path {
  fill: #212326;
}

body.white-theme .home-about__path svg #path-point {
  fill: #212326;
}

body.white-theme .home-products__bg::after {
  background-image: -o-radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(246, 243, 240, 0) 0%, #F6F3F0 100%);
  background-image: radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(246, 243, 240, 0) 0%, #F6F3F0 100%);
}

body.white-theme .home-products-bg-slider__item::before {
  background: -o-linear-gradient(98.82deg, #F6F3F0 14.11%, rgba(246, 243, 240, 0.94) 21.13%, rgba(246, 243, 240, 0.48) 37.76%, rgba(246, 243, 240, 0.83) 49.27%, #F6F3F0 73.36%);
  background: linear-gradient(98.82deg, #F6F3F0 14.11%, rgba(246, 243, 240, 0.94) 21.13%, rgba(246, 243, 240, 0.48) 37.76%, rgba(246, 243, 240, 0.83) 49.27%, #F6F3F0 73.36%);
}

body.white-theme .home-products-bg-slider__item.water::before {
  background: -o-linear-gradient(98.82deg, #F6F3F0 14.11%, rgba(246, 243, 240, 0.94) 21.13%, rgba(246, 243, 240, 0.48) 37.76%, rgba(246, 243, 240, 0.83) 49.27%, #F6F3F0 73.36%);
  background: linear-gradient(98.82deg, #F6F3F0 14.11%, rgba(246, 243, 240, 0.94) 21.13%, rgba(246, 243, 240, 0.48) 37.76%, rgba(246, 243, 240, 0.83) 49.27%, #F6F3F0 73.36%);
}

body.white-theme .home-choice__string--top span {
  color: #212326;
}

body.white-theme .home-choice__string--bot span {
  -webkit-text-stroke: 0.2rem #212326;
}

@media only screen and (min-width: 480px) {
  .home-about__earth {
    width: 100%;
  }

  .home-about__earth img,
  .home-about__earth picture {
    width: 100vw;
    height: auto;
    left: -2rem;
    -webkit-transform: translate(0, -45.5%);
    -ms-transform: translate(0, -45.5%);
    transform: translate(0, -45.5%);
  }

  .home-about__points svg,
  .home-about__path svg {
    width: calc(100vw - 4rem);
  }

  .home-about__export {
    margin-top: 10rem;
  }
}

@media only screen and (min-width: 600px) {
  .home-products-words {
    font-size: 1.2rem;
    max-width: 25rem;
  }

  .home-choice__string span {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 769px) {
  .home-banner {
    height: 100vh;
  }

  .home-banner__desc {
    font-size: 1.6rem;
  }

  .home-banner__logo {
    width: 100vw;
    background-size: 44vw;
    height: 25vh;
  }

  .home-banner__words--top {
    padding-left: 50vw;
  }

  .home-banner__words--bot {
    padding-right: 50vw;
  }

  .home-banner__arrowdown {
    width: 4.4rem;
    height: 6rem;
    bottom: 8rem;
  }

  .expand-block {
    height: 25vh;
    background-size: none;
  }

  .home-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    height: calc(100vh - 11rem);
  }

  .home-about .hide {
    display: block;
  }

  .home-about--track {
    overflow: visible;
  }

  .home-about__info {
    width: 50%;
    padding-right: 10rem;
  }

  .home-about__earth {
    width: 50%;
    max-width: 55rem;
  }

  .home-about__earth img,
  .home-about__earth picture {
    -webkit-transform: translate(-35%, -40%);
    -ms-transform: translate(-35%, -40%);
    transform: translate(-35%, -40%);
    width: 147rem;
    height: auto;
  }

  .home-about__earth picture {
    width: auto;
  }

  .home-about__earth .home-about-slide:nth-child(1) {
    left: -3rem;
    top: 1rem;
  }

  .home-about__earth .home-about-slide:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2rem;
  }

  .home-about__points svg,
  .home-about__path svg {
    width: 54rem;
  }

  .home-about__export {
    display: none;
  }

  .home-about__export-list li {
    margin-bottom: 3rem;
  }

  .home-products-sections-list .section-title {
    position: sticky;
    top: calc(11rem + 2rem);
  }

  .home-products-info__name span {
    font-size: 1.8rem;
  }

  .home-products-bg-slider {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
  }

  .home-products-bg-slider.active {
    opacity: 1;
    visibility: visible;
  }

  .home-products-bg-slider__item img,
  .home-products-bg-slider__item picture {
    height: 63%;
  }

  .home-news--section .heading-2 {
    margin-top: 9rem;
  }

  .home-news--section .news-list .news-card .news-card__title {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .home-news--section .news-list .news-card:hover .news-card__title {
    color: #9C6460;
  }

  .home-news--section .news-list .news-card:hover .btn--arrow::before {
    background-color: #9C6460;
  }

  .home-news--section .news-list .news-card:hover .btn--arrow::after {
    background-image: url("../../images/general/white-right-arrow.svg");
  }
}

@media only screen and (min-width: 968px) {
  .home-products-words--beer span:nth-child(4) {
    font-size: 3.2em;
  }

  .home-products-words--beer span:nth-child(5) {
    font-size: 4.8em;
  }
}

@media only screen and (min-width: 1023px) {
  .home-about--track .sticky-screen {
    overflow: hidden;
    padding-top: 15%;
    padding-bottom: 50rem;
    top: -15vh !important;
  }

  .home-about--wrap {
    min-height: auto;
  }

  .home-products {
    height: 100vh;
  }

  .home-products--reverse .home-products-info .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .home-products--reverse .home-products-info__bottle img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .home-products-sections-list {
    margin-top: -50rem;
  }

  .home-products__bg {
    display: none;
  }

  .home-products__bg img,
  .home-products__bg picture {
    height: 100%;
    width: 100%;
  }

  .home-products__bg::after {
    background: -o-radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(33, 35, 38, 0) 0%, #212326 100%);
    background: radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(33, 35, 38, 0) 0%, #212326 100%);
  }

  .home-products-info {
    width: 20vw;
    max-width: 100%;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
  }

  .home-products-info .swiper-container {
    overflow: visible;
  }

  .home-products-info .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 50%;
  }

  .home-products-info__name {
    text-align: left;
    padding-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-products-info__bottle {
    padding-bottom: 200%;
  }

  .home-products-info__bottle img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .home-products-words {
    font-size: 1.5rem;
    max-width: 36rem;
  }

  .home-products-words--beer .btn--arrow {
    margin-top: 4.8rem;
  }

  .home-products-words--beer {
    padding-left: 7rem;
  }

  .home-products-words--cider .btn--arrow {
    margin-top: 6.7rem;
  }

  .home-products-words--water .btn--arrow {
    margin-top: 3.7rem;
  }

  .home-products-words--water {
    padding-left: 7rem;
  }

  body.white-theme .home-products__bg::after {
    background: -o-radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(246, 243, 240, 0) 0%, #F6F3F0 100%);
    background: radial-gradient(41.25% 49.2% at 56.11% 48.75%, rgba(246, 243, 240, 0) 0%, #F6F3F0 100%);
  }
}

@media only screen and (min-width: 1280px) {
  .home-products-sections-list .section-title {
    left: calc((100vw - 116rem) / 2);
    opacity: 0;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
  }

  .home-choice__string--bot span {
    -webkit-text-stroke: 0.2rem #F6F3F0;
  }

  .home-choice__string span {
    font-size: 15rem;
  }

  .home-news--section .news-list.up .news-card {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .home-news--section .news-list .news-card {
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10rem);
    -ms-transform: translateY(10rem);
    transform: translateY(10rem);
  }

  .home-news--section .news-list .news-card:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }

  .home-news--section .news-list .news-card:nth-child(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }

  .home-news--section .news-list .news-card:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }
}