/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General Styles */

*,
*::before,
*::after {
  box-sizing: border-box;
}

b,
strong {
  font-weight: 700;
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  width: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  color: #181818;
  text-align: left;
  background-color: #fff;
}

button {
  cursor: pointer;
}

/* Mobile */

html {
  font-size: 16px;
}

.br-desktop {
  display: none;
}

section {
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

/* HERO */

.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
}

.hero__img--desktop {
  display: none;
}

.hero__img--second {
}

.hero__title--sub {
  display: none;
}

.hero__text {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.hero__h1 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
}

.hero__h1--shadow {
  text-shadow: 0px 0px 30px #0139a0, 0px 0px 20px #0139a0, 0px 0px 20px #0139a0;
}

.hero__title {
  font-size: 1.65rem;
  font-weight: 600;
}

.hero__title--sub {
  font-size: 1.8rem;
}

.hero__bage {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
}
/* Main text */

.main-desc {
  padding: 0 10%;
  text-align: center;
}

.main-desc__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.main-desc__anew {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.main-desc_span_anew {
  display: inline-flex;
  flex-flow: wrap;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #7f28c4;
  padding: 2rem;
  margin-top: 2rem;
}
.main-desc_img_anew {
  height: fit-content;
  width: 80%;
  margin: 0 10% 10% 10%;
}

.main-desc__logo {
  width: 35vw;
  margin: 2rem auto 0 auto;
}

.main-button {
  display: inline-block;
  font-weight: 600;
  color: #1b1b1b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 50%;
  margin-left: auto;
  margin-right: 50%;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.main-button:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
  transition: all 0.4s ease 0s;
}

.intensity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.intensity-grid div {
  padding: 1rem 0;
  text-align: center !important;
}

.first-row {
  border-bottom: 1px solid black;
  letter-spacing: 2px;
}

.dots {
  background: -webkit-linear-gradient(180deg, #eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Slider - testimonials */
.prod-grid__reviewsContainer {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4vw;
  margin-bottom: 2.4vw;
  position: relative;
}

.review {
  display: none;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 13.9vw 0;

  padding: 8.88vw;
}

.review.review--active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review__text {
  font: normal normal 400 4.44vw/1.4 Montserrat;
  color: #181818;
}

.review__reviewer {
  font: normal normal 700 3.33vw/1.4 Montserrat;
  color: #181818;
  text-align: right;
}

.review__arrow-container {
  position: absolute;
  width: 6.67vw;
  height: 6.67vw;
  left: -3.34vw;
  top: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  z-index: 10;
}

.review__arrow-right {
  left: auto;
  right: -3.34vw;
}
.review__arrow-left {
  transform: rotate(180deg);
}

/* Baner */
/* Wersja z ustawianiem pozycji */
.banner {
  background-image: url('../images/common/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -200vw;
  background-position-y: bottom;
}

/* Wersja z ustawianiem dedykowanego zdjecia na mobile*/
/* .banner {
  background-image: url('../images/common/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
} */

.banner__content {
  background-color: rgba(37, 100, 147, 0.7);
  width: 100%;
  /* height: 100%; */
  min-height: 110vw;
  text-align: center;
  padding: 15% 7% 15% 7%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__text {
  margin-bottom: 1.5rem;
}

.banner__h2 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;

  margin-bottom: 1.5rem;
}

.banner__p {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}

.banner__btn {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* VIDEO */

.video__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PRODUCTS */

.products {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.products img {
  width: 100%;
  height: auto;
}

.products p {
  margin: 0;
}

.products .products__slider {
  min-width: 100%;
  display: flex;
  flex-shrink: 0;
  transition: transform 0.5s;
}

.products .arrow-container {
  position: absolute;
  width: 10vw;
  height: 10vw;
  left: 5vw;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #e4eded;
  border-radius: 50%;
}

.products .arrow-left {
  transform: rotate(180deg);
}

.products .arrow-right {
  left: auto;
  right: 5vw;
}

.products .products__prod {
  position: relative;
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.products .products__prod .products__badge {
  display: flex;
  position: absolute;
  background-color: #fff;
  right: 3%;
  top: 3%;
  width: 7rem;
  height: 3rem;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 20px 0;
  color: #000;
  justify-content: center;
  align-items: center;
}

.products .products__prod .products__badge--black {
  background-color: #000;
  color: #fff;
}

.products .products__prod .products__details {
  position: absolute;
  padding: 0.75rem 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.benefits-main {
  top: 0;
  bottom: unset;
}

.products .products__prod .products__details .benefits {
  width: 80%;
  margin: 10%;
  text-align: left;
}

.products--primary .products__prod .main-desc__text {
  font-size: 0.9rem;
  line-height: 1.2;
}

.products .products__prod .products__badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges img {
  width: 25%;
  margin-bottom: 0.5rem;
}

.products .products__prod .products__badges p {
  width: 92%;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.4;
  text-align: center;
}

.products .products__prod .products__details .products__txt {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 1.5;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 1rem;
}

.products .products__prod .products__details .products__link {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.products--primary .products__prod .products__details .products__link {
  margin-left: 0.5rem;
}

.products .products__prod .products__details .products__link:hover {
  color: #181818;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.4s ease 0s;
}

.products .products__slider--white-bg .products__prod .products__details {
  background: rgba(256, 256, 256, 0.6);
}

.products .products__prod .products__details--white-bg {
  background: rgba(256, 256, 256, 0.6);
}

.products .products__slider--white-bg .products__prod .products__details .products__txt {
  color: #181818;
}

.products .products__prod .products__details--white-bg .products__txt {
  color: #181818;
}

.products .products__slider--white-btn .products__prod .products__details .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__prod .products__details--white-btn .products__link {
  color: #181818;
  background-color: #ffffff;
}

.products .products__slider--white-btn .products__prod .products__details .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__prod .products__details--white-btn .products__link:hover {
  color: #ffffff;
  background: #181818;
  border-color: #181818;
}

.products .products__slider--no-bg .products__prod .products__details {
  background: none;
}

.products .products__slider--no-bg .products__prod .products__details .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

.products .products__prod .products__details--no-bg {
  background: none;
}

.products .products__prod .products__details--no-bg .products__txt {
  text-shadow: 0px 0px 30px #181818, 0px 0px 20px #181818, 0px 0px 20px #181818;
}

/* Wersja z ikonami i tytułem */

.products .products__prod .products__title {
  margin: 1rem;
  /* margin: 4rem; */
  /* font-size: 1.5rem; */
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.products .products__prod .products__title_header {
  font-size: 1.4rem;
  /* font-size: 1.8rem; */
  line-height: 1.8rem;
  text-transform: uppercase;
}

.products .products__prod .products__title_gradient {
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #cd3822 5.12%, #bbbf5f 95.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products .products__prod .products__icons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}

.products .products__prod .products__icons > div {
  display: inline-grid;
  width: 20%;
  text-align: center;
}

.products .products__prod .products__icons > div > img {
  width: 50%;
  margin: auto 25%;
}

.products .products__prod .products__icons > div > p {
  /* font-size: 0.7rem; */
  font-size: 0.6rem;
}

.products .products__prod .products__banner {
  display: block;
  width: 100%;
}

.products .products__prod .products__link2 {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: all 0.4s ease 0s;
}

.products .products__prod .products__link2:hover {
  color: #181818;
  background: #ffffff;
  border-color: #181818;
}

/* PRODUCTS WITH PRICES */
.products__prod {
  padding: 0 1rem;
}

.products__prod .products--other__txt {
  font-size: 1rem;
  margin: 1rem;
  text-align: center;
}

.products__prod .products--other__prices {
  text-align: center;
}

.products--primary .products__prod .products--other__prices {
  display: inline-grid;
}
.products__prod .products--other__prices .products--other__promotion-price {
  font-size: 2rem;
  color: #181818;
  font-weight: 700;
}

.products__prod .products--other__prices .products--other__promotion-price sup {
  position: relative;
  top: -0.7rem;
  font-size: 1.1rem;
}
.products__prod .products--other__prices .products--other__regular-price {
  margin-left: 0.5rem;
  color: #636363;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.products__prod .products__link {
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: none;
  border-radius: 0.2rem;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

.products__prod .prod-hr {
  text-align: center;
  width: 3rem;
  border-top: 3px solid;
  margin: 1rem auto;
}

.products__prod--gradient img {
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
  padding: 1%;
}

.products__prod .products--other__badge {
  display: none;
  position: absolute;
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
  left: 5%;
  top: 5%;
  width: 12rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1rem;

  position: absolute;
  border-radius: 20px 0;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.products__prod .products--other__badge {
  display: flex;
}

.products__prod--gradient .products__link {
  background: linear-gradient(131.14deg, #7f28c4 4.53%, #e2197c 70.61%, #e5231b 102.64%);
}

/* PRODUCTS EXPAND */

.products-expand {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100%;

  padding: 0 5%;
  text-align: center;
}

.products-expand .products-expand__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
  margin-bottom: 3rem;
}

.products-expand .products__prod {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.products-expand .products__prod img {
  width: 100%;
}

.products-expand .products-expand__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.products-expand .products-expand__image {
  flex-basis: 100%;
}

.products-expand .products-expand__hide {
  display: none;
}

.products-expand .products-expand__btn-more button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #181818;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* TITLE */
.title .title__h2 {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}

.title .title__hr {
  border-bottom: 3px solid;
  width: 35vw;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.title .title__hr--right {
  margin-left: auto;
}

/* FOOTER */
.footer p {
  width: 90%;
  margin: 2rem auto;
  color: #8a8a8a;
  font-size: 0.75rem;
  line-height: 1.3;
}

@media screen and (min-width: 500px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }

  /* HERO */
  .hero__img {
    display: none;
  }

  .hero__img--desktop {
    display: block;
  }
  .hero__title--sub {
    display: block;
  }

  .hero__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero__h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero__h1--left {
    text-align: left;
    margin-left: 5%;
  }

  .hero__h1--right {
    text-align: right;
    margin-right: 5%;
  }

  .hero__title {
    font-size: 3.5rem;
  }

  .hero__bage {
    font-size: 2.5rem;
  }
  /* Main text */
  .main-desc {
    padding: 0% 10%;
    text-align: center;
  }

  .main-desc__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .main-desc_span_anew {
    flex-flow: nowrap;
    width: 50%;
    padding: 1rem;
    text-align: left;
    margin-top: unset;
  }
  .main-desc_img_anew {
    width: 50%;
    padding: 5%;
    margin: unset;
  }

  .main-desc__logo {
    width: 10vw;
  }

  .main-button {
    margin-top: 0.5rem;
    margin-right: auto;
  }

  /* Baner */
  .banner {
    background-image: url('../images/common/banner.png');
    background-position-x: 0;
    width: calc(0.9 * 100vw);
    height: calc(0.9 * 28.7vw);
  }

  .banner__content {
    width: 35%;
    height: 100%;
    min-height: unset;
    padding: 0% 7%;
    text-align: left;
    justify-content: center;
  }

  .banner__h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .banner__p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .banner__btn {
    margin-left: 0;
    font-size: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 0.2rem;
  }

  .banner__btn:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }

  /* VIDEO */
  .video {
    width: calc(0.75 * 100vw);
  }

  /* PRODUCTS */
  .products {
    width: 90%;
  }

  .products .arrow-container {
    display: none;
  }

  .products .arrow-container {
    width: 2.5vw;
    height: 2.5vw;
    left: 0vw;
    top: 40%;
  }

  .products .arrow-right {
    left: auto;
    right: 0vw;
  }

  .products .products__slider {
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 90%;
  }

  .products .products__prod {
    width: 49%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 2%;
  }

  .products .products__prod .products__badges {
    padding: 0.5rem 1rem;
  }

  .products .products__prod .products__badges > div {
    flex-direction: row;
    width: 32%;
  }

  .products .products__prod .products__badges img {
    width: 15%;
  }

  .products .products__prod .products__badges p {
    width: 80%;
    font-size: 0.8rem;
    text-align: left;
  }

  .products .products__slider--3prod .products__prod {
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
  }

  /* Wersja z ikonami i tytułem */

  .products .products__prod .products__title {
    margin: 4rem;
    font-size: 1.5rem;
  }

  .products .products__prod .products__title_header {
    font-size: 1.8rem;
  }

  .products .products__prod .products__icons > div > p {
    font-size: 0.7rem;
  }

  /* PRODUCTS OTHER */
  .products--other .products__prod {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 0;
  }

  .products--other .products__slider {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  /* PRODUCTS EXPAND */
  .products-expand {
    padding: 0 5%;
  }

  .products-expand .products__prod {
    flex-basis: 32%;
  }

  .products-expand .products__prod img {
    width: 50%;
    margin-right: 2rem;
  }

  .products-expand .products-expand__image img {
    width: 100%;
  }

  .products--primary .products__prod .products--other__prices {
    display: inherit;
  }

  .products--primary .products__prod .products__details .products__link {
    margin-left: auto;
  }

  .products__prod .products--other__txt {
    margin: 1rem auto;
  }

  .products--primary .products__prod .main-desc__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  /* Slider - testimonials */
  /* Desktop */
  .prod-grid__reviewsContainer {
    margin-bottom: 1.4vw;
  }

  .review {
    border-radius: 2.6vw 0;

    padding: 2vw 4vw;
  }

  .review__text {
    font: normal normal 400 1.3vw/2.03vw Montserrat;
  }

  .review__reviewer {
    font: normal normal 700 1.04vw/1.46vw Montserrat;
  }

  .review__arrow-container {
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    left: -1.25vw;
    top: 30%;
  }

  .review__arrow-right {
    left: auto;
    right: -1.25vw;
  }
  .review__arrow-left {
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }

  .wrapper {
    width: 1920px;
    margin: auto;
  }

  .main-desc__logo {
    width: calc(0.1 * 1920px);
    margin: 2rem auto;
  }

  .title .title__hr {
    width: calc(0.35 * 1920px);
  }

  .banner {
    width: calc(0.9 * 1920px);
    height: calc(0.9 * 0.287 * 1920px);
  }
}
