body, html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins" ,sans-serif;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  margin-bottom: -1px;
  background: #1A1A1A;
}
header .outer__header {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
header .outer__header > p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0px;
  font-size: 24px;
  line-height: 28px;
  color: #FEFEFE;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header .outer__header > img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header > a:hover {
  opacity: .7;
}

.top__part {
  background-color: #121212;
  padding-top: 60px;
  padding-bottom: 80px;
}
.top__part .article__wrapper .elem__article--wrapper {
  margin-bottom: 200px;
  position: relative;
}
.top__part .article__wrapper .elem__article--wrapper:last-child {
  margin-bottom: 0px;
}
.top__part .article__wrapper .elem__article--wrapper > img {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.top__part .article__wrapper .elem__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.top__part .article__wrapper .elem__article:last-child {
  margin-bottom: 0px;
}
.top__part .article__wrapper .elem__article .article__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 540px;
  width: 100%;
}
.top__part .article__wrapper .elem__article .article__media > img {
  min-width: 440px;
  max-width: 100%;
  border-radius: 8px;
}
.top__part .article__wrapper .elem__article .article__desc {
  max-width: 610px;
}
.top__part .article__wrapper .elem__article .article__desc:nth-child(1) {
  margin-right: 55px;
}
.top__part .article__wrapper .elem__article .article__desc:nth-child(2) {
  margin-left: 55px;
}
.top__part .article__wrapper .elem__article .article__desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 36px;
  color: #FEFEFE;
}
.top__part .article__wrapper .elem__article .article__desc > p:last-child {
  margin-bottom: 0px;
}
.top__part .article__wrapper .elem__article .article__desc > h6 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
}
.top__part .hero__part {
  margin-bottom: 115px;
}
.top__part .hero__part .hero__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__part .hero__part .hero__media > img {
  max-width: 100%;
  border-radius: 8px;
}
.top__part .hero__part > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 56px;
  line-height: 65px;
  /* or 125% */
  text-align: center;
  text-transform: uppercase;
  /* typography/white */
  color: #FEFEFE;
}

.info__wrapper {
  padding-top: 160px;
  padding-bottom: 40px;
  position: relative;
  background: url("../img/rect.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 450px;
  margin-bottom: -445px;
}
.info__wrapper > img {
  position: absolute;
  min-width: 1920px;
  left: 50%;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0px;
  -o-object-position: bottom;
     object-position: bottom;
}
.info__wrapper .outer__info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
.info__wrapper .outer__info .info__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 610px;
  width: 100%;
}
.info__wrapper .outer__info .info__media > img {
  border-radius: 8px;
  max-width: 100%;
}
.info__wrapper .outer__info .info__desc {
  max-width: 610px;
  width: 100%;
  margin-right: 25px;
}
.info__wrapper .outer__info .info__desc > h2 {
  margin-top: 0px;
  margin-bottom: 70px;
  font-size: 48px;
  line-height: 55px;
  color: #0D0D0D;
  font-weight: 500;
  text-transform: uppercase;
}
.info__wrapper .outer__info .info__desc > p {
  margin: 0px;
  font-size: 20px;
  line-height: 36px;
  color: #333333;
  font-weight: 500;
}

.problems__wrapper {
  background: url("../img/feedbackback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 375px;
  padding-bottom: 160px;
}
.problems__wrapper .outer__problems > .elem__problem {
  margin-bottom: 130px;
}
.problems__wrapper .outer__problems > .elem__problem .problem__content > p {
  margin: 0px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #FEFEFE;
}
.problems__wrapper .outer__problems > .elem__problem .problem__head {
  padding: 35px 25px;
  background: #333333;
  border: 3px solid #FBB034;
  border-radius: 8px;
  position: relative;
  margin-bottom: 40px;
}
.problems__wrapper .outer__problems > .elem__problem .problem__head span {
  position: absolute;
  font-size: 128px;
  line-height: 150px;
  font-weight: 800;
  right: 0px;
  top: -80px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.problems__wrapper .outer__problems > .elem__problem .problem__head > h6 {
  margin: 0px;
  font-size: 40px;
  line-height: 55px;
  color: #FEFEFE;
  letter-spacing: 1px;
}
.problems__wrapper .outer__problems > .elem__problem:last-child {
  margin-bottom: 0px;
}

.cta__block {
  padding: 50px 0px;
  background: #352917;
}
.cta__block .outer__cta {
  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;
}
.cta__block .outer__cta > h6 {
  margin: 0px;
  margin-right: 55px;
  font-size: 64px;
  line-height: 96px;
  color: transparent;
  -webkit-text-stroke: 2px #F2F2F2;
}
.cta__block .outer__cta > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 185px;
  min-height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #FBB034;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #0D0D0D;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.cta__block .outer__cta > a:hover {
  opacity: .7;
}

.gallery__wrapper {
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: #121212;
}
.gallery__wrapper .outer__gallery {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery__wrapper .outer__gallery > .elem__gallery {
  margin-bottom: 30px;
  width: calc(50% - 12px);
}
.gallery__wrapper .outer__gallery > .elem__gallery:nth-child(3) {
  margin-top: -380px;
}
.gallery__wrapper .outer__gallery > .elem__gallery .gallery__image {
  padding: 24px 44px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
          box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
  border-radius: 8px;
}
.gallery__wrapper .outer__gallery > .elem__gallery .gallery__image .gallery__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery__wrapper .outer__gallery > .elem__gallery .gallery__image .gallery__media > img {
  max-width: 100%;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__wrapper .outer__gallery > .elem__gallery .gallery__image > p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 32px;
  color: #0D0D0D;
  font-weight: 600;
}
.gallery__wrapper .outer__gallery > .elem__gallery .gallery__image > span {
  display: block;
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 500;
}
.gallery__wrapper .outer__gallery > .elem__gallery > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 55px;
  color: #FEFEFE;
  font-weight: 500;
  text-transform: uppercase;
}
.gallery__wrapper .outer__gallery > .elem__gallery > p {
  margin: 0px;
  font-size: 20px;
  line-height: 36px;
  color: #F2F2F2;
  font-weight: 500;
}

.bottom__part {
  background-color: #121212;
  position: relative;
  padding-top: 100px;
}
.bottom__part .buy__wrapper {
  margin-bottom: 120px;
}
.bottom__part .buy__wrapper > img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.bottom__part .buy__wrapper .outer__buy {
  position: relative;
  z-index: 2;
}
.bottom__part .buy__wrapper .outer__buy > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 64px;
  font-size: 48px;
  line-height: 55px;
  color: #0D0D0D;
  font-weight: 500;
  text-transform: uppercase;
}
.bottom__part .buy__wrapper .outer__buy .buy__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.bottom__part .buy__wrapper .outer__buy .buy__button > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 185px;
  min-height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FBB034;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #0D0D0D;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.bottom__part .buy__wrapper .outer__buy .buy__button > a:hover {
  background-color: #ff9f02;
}
.bottom__part .buy__wrapper .outer__buy > p {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 36px;
  color: #1A1A1A;
  font-weight: 500;
}

footer {
  padding-top: 200px;
  padding-bottom: 100px;
}
footer .outer__footer {
  text-align: center;
}
footer .outer__footer .bottom__foot {
  margin-top: 64px;
  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;
}
footer .outer__footer .bottom__foot ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .bottom__foot ul > li {
  margin-right: 40px;
}
footer .outer__footer .bottom__foot ul > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #FEFEFE;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer .bottom__foot ul > li > a:hover {
  opacity: .7;
}
footer .outer__footer .bottom__foot ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .bottom__foot > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #FEFEFE;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
footer .outer__footer .bottom__foot > p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
}
footer .outer__footer > p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #FEFEFE;
  font-weight: 600;
}

.outer__buy .link {
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #1A1A1A;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.outer__buy .link:hover {
  opacity: .7;
}

.elem__gallery > p .link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.elem__gallery > p .link:hover {
  opacity: .7;
}

.gallery__image a.link {
  color: #0D0D0D;
  text-decoration: none;
  border-bottom: 1px solid #0D0D0D;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.gallery__image a.link:hover {
  opacity: .7;
}

@media (max-width: 1940px) {
  .bottom__part .buy__wrapper > img {
    height: 760px;
  }

  .info__wrapper {
    padding-bottom: 365px;
  }
}
@media (max-width: 1240px) {
  .gallery__wrapper .outer__gallery > .elem__gallery:nth-child(3) {
    margin-top: -340px;
  }
}
@media (max-width: 1200px) {
  .info__wrapper .outer__info .info__media > img {
    min-width: 520px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery:nth-child(3) {
    margin-top: -280px;
  }
}
@media (max-width: 1140px) {
  .gallery__wrapper .outer__gallery > .elem__gallery:nth-child(3) {
    margin-top: -230px;
  }
}
@media (max-width: 1080px) {
  .gallery__wrapper .outer__gallery > .elem__gallery:nth-child(3) {
    margin-top: -180px;
  }
}
.small {
  display: none;
}

@media (max-width: 991px) {
  header .outer__header > p {
    font-size: 16px;
  }

  header .outer__header > img {
    max-width: 140px;
  }

  header .outer__header {
    padding: 15px 0px;
  }

  .top__part .article__wrapper .elem__article .article__desc:nth-child(1) {
    margin-right: 25px;
  }

  .top__part .article__wrapper .elem__article .article__desc:nth-child(2) {
    margin-left: 25px;
  }

  .top__part .article__wrapper .elem__article .article__media > img {
    min-width: 360px;
  }

  .top__part .article__wrapper .elem__article .article__desc > h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .top__part .article__wrapper .elem__article .article__desc > p {
    font-size: 16px;
    line-height: 28px;
  }

  .top__part .article__wrapper .elem__article .article__desc > h6 {
    margin-bottom: 25px;
  }

  .top__part .article__wrapper .elem__article--wrapper {
    margin-bottom: 120px;
  }

  .top__part .article__wrapper .elem__article--wrapper > img {
    height: calc(100% + 80px);
    top: -40px;
  }

  .top__part .article__wrapper .elem__article {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }

  .top__part .article__wrapper .elem__article .article__media > img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .top__part {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
  }

  .top__part .hero__part > h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 35px;
  }

  .top__part .hero__part {
    margin-bottom: 70px;
  }

  .top__part {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .info__wrapper > img {
    min-width: 1040px;
    max-width: 1040px;
  }
  .info__wrapper > img.small {
    display: block;
  }

  .info__wrapper .outer__info .info__media > img {
    min-width: 0px;
  }

  .info__wrapper {
    padding-bottom: 100px;
    margin-bottom: -200px;
  }

  .problems__wrapper {
    padding-top: 320px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head > h6 {
    font-size: 32px;
    line-height: 40px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head {
    padding: 25px 15px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head {
    margin-bottom: 20px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head span {
    font-size: 100px;
    line-height: 108px;
  }

  .problems__wrapper .outer__problems > .elem__problem {
    margin-bottom: 80px;
  }

  .info__wrapper .outer__info {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info__wrapper .outer__info .info__media {
    max-width: 640px;
    margin-top: 25px;
  }

  .info__wrapper .outer__info .info__desc {
    max-width: 640px;
    margin-right: 0px;
  }

  .info__wrapper .outer__info .info__desc > h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 40px;
  }
  .info__wrapper .outer__info .info__desc > h2 br {
    display: none;
  }

  .info__wrapper .outer__info .info__desc > p {
    font-size: 16px;
    line-height: 28px;
  }

  .problems__wrapper {
    padding-bottom: 60px;
  }

  .info__wrapper {
    padding-top: 45px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery .gallery__image {
    padding: 15px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery .gallery__image > p {
    margin-bottom: 12px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery:nth-child(3) {
    margin-top: 0px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery > h6 {
    font-size: 32px;
    line-height: 40px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery > p {
    font-size: 16px;
    line-height: 28px;
  }

  .gallery__wrapper {
    padding-top: 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
    padding-bottom: 80px;
  }

  .bottom__part .buy__wrapper .outer__buy > h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .bottom__part .buy__wrapper .outer__buy > p {
    font-size: 16px;
    line-height: 28px;
  }

  .bottom__part {
    padding-top: 60px;
  }

  footer .outer__footer > p {
    font-size: 14px;
    line-height: 24px;
  }

  .bottom__part .buy__wrapper {
    margin-bottom: 0px;
  }

  .buy__wrapper {
    position: relative;
  }

  .bottom__part .buy__wrapper > img {
    height: calc(100% + 220px);
    top: -60px;
  }

  footer .outer__footer .bottom__foot ul > li > a {
    font-size: 14px;
    line-height: 18px;
  }

  .bottom__part .buy__wrapper .outer__buy .buy__button > a {
    min-width: 145px;
    min-height: 50px;
  }

  footer .outer__footer .bottom__foot > p {
    font-size: 14px;
    line-height: 18px;
  }

  footer {
    padding-bottom: 50px;
    padding-top: 120px;
  }

  .bottom__part .buy__wrapper .outer__buy > p {
    margin-bottom: 20px;
  }

  .bottom__part .buy__wrapper .outer__buy {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .outer__footer .bottom__foot {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  footer .outer__footer .bottom__foot > p {
    margin-right: 0px;
    margin-top: 15px;
  }

  footer .outer__footer .bottom__foot ul > li {
    margin-right: 25px;
  }

  .gallery__wrapper .outer__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery {
    width: 100%;
    margin-bottom: 0px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery .gallery__image .gallery__media > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .cta__block .outer__cta > h6 {
    font-size: 47px;
    line-height: 62px;
  }

  .cta__block .outer__cta > a {
    min-width: 145px;
    min-height: 50px;
  }

  .cta__block {
    padding: 35px 0px;
  }
}
.small__media {
  display: none;
}

@media (max-width: 767px) {
  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article .article__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article > .article__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .top__part {
    padding-top: 30px;
  }

  .top__part .hero__part > h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .top__part .article__wrapper .elem__article .article__media > img {
    min-width: 160px;
  }

  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article > .article__media {
    width: 100%;
    max-width: 100%;
  }
  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article > .article__media > img {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .top__part .article__wrapper .elem__article .article__desc:nth-child(1) {
    max-width: 100%;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }

  .top__part .article__wrapper .elem__article--wrapper {
    margin-bottom: 55px;
  }
  .top__part .article__wrapper .elem__article--wrapper > .elem__article > .article__desc > h6 {
    text-align: center;
    margin-bottom: 16px;
  }

  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article .article__media {
    margin-bottom: 0px;
  }

  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article .article__media {
    width: 100%;
    max-width: 100%;
  }
  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article .article__media > img {
    display: none;
  }
  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article .article__media > img.small__media {
    display: block;
    max-width: 100%;
    width: 100%;
    min-width: 0px;
  }
  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article > .article__desc {
    margin-left: 0px !important;
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
  }

  .info__wrapper > img {
    margin-left: -16%;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head span {
    top: -60px;
  }

  .info__wrapper {
    margin-bottom: -240px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head > h6 {
    font-size: 26px;
    line-height: 34px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head span {
    font-size: 80px;
    line-height: 95px;
    top: -50px;
  }

  .cta__block .outer__cta {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta__block .outer__cta > h6 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .cta__block .outer__cta > h6 {
    font-size: 38px;
    line-height: 50px;
  }

  .cta__block {
    padding: 25px 0px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery > h6 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery .gallery__image > span {
    min-height: 48px;
  }

  .top__part .hero__part > h1 {
    margin-bottom: 15px;
  }

  .top__part .hero__part {
    margin-bottom: 35px;
  }

  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article .article__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top__part .article__wrapper .elem__article--wrapper:last-child .elem__article > .article__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article > .article__media > img {
    height: 500px;
  }

  .gallery__wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
    padding-bottom: 60px;
  }

  .gallery__wrapper .outer__gallery {
    grid-template-columns: 1fr;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery .gallery__image > span {
    min-height: 0px;
  }

  footer {
    padding-bottom: 30px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery:nth-child(1) {
    margin-bottom: 30px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery .gallery__image > p {
    margin-bottom: 6px;
  }

  .gallery__wrapper .outer__gallery > .elem__gallery .gallery__image > span {
    margin-bottom: 12px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head span {
    font-size: 65px;
  }
}
@media (max-width: 480px) {
  header .outer__header > img {
    max-width: 90px;
  }

  header .outer__header > p {
    font-size: 14px;
  }

  .top__part .hero__part > h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .top__part .article__wrapper .elem__article--wrapper:nth-child(1) > .elem__article > .article__media > img {
    height: 400px;
  }

  .info__wrapper .outer__info .info__desc > h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .info__wrapper {
    padding-bottom: 70px;
  }

  .problems__wrapper {
    padding-top: 300px;
  }

  .problems__wrapper .outer__problems > .elem__problem .problem__head > h6 {
    font-size: 22px;
    line-height: 28px;
  }

  .cta__block .outer__cta > a {
    min-width: 130px;
    min-height: 40px;
  }

  .bottom__part .buy__wrapper .outer__buy .buy__button > a {
    min-width: 130px;
    min-height: 40px;
  }

  .cta__block .outer__cta > h6 {
    font-size: 30px;
    line-height: 40px;
    -webkit-text-stroke: 1px #F2F2F2;
    text-align: center;
  }

  .bottom__part .buy__wrapper .outer__buy > h2 {
    font-size: 28px;
    line-height: 36px;
  }

  header .outer__header {
    padding: 10px 0px;
  }
}
@media (max-width: 380px) {
  header .outer__header > img {
    max-width: 80px;
  }

  header .outer__header > p {
    font-size: 13px;
  }
}
