* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Ubuntu", sans-serif;
}

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-weight: inherit;
  font-size: inherit;
}

.modul {
  height: 100dvh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px 15px;
}
.modul__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modul__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 40px 50px;
}
@media (max-width: 478.91px) {
  .modul__wrapper {
    padding: 20px 15px 30px;
  }
}
.modul__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-7deg);
  border-radius: 20px;
}
.modul__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: rgba(22, 68, 104, 0.9);
  border-radius: 20px;
}
.modul__wrapper > *:not(.modul__discount) {
  position: relative;
  z-index: 1;
}
.modul__title {
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 478.91px) {
  .modul__title {
    font-size: 26px;
  }
}
.modul__subtitle {
  color: #fecb00;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 478.91px) {
  .modul__subtitle {
    font-size: 22px;
  }
}
.modul__description {
  margin-top: 30px;
  max-width: 565px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 478.91px) {
  .modul__description {
    margin-top: 20px;
  }
}
.modul__description > p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 478.91px) {
  .modul__description > p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.modul__footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 478.91px) {
  .modul__footer {
    margin-top: 30px;
  }
}
.modul__button {
  padding: 15px 60px;
  border-radius: 0px 50px 50px 50px;
  background: #ee6748;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
@media (max-width: 478.91px) {
  .modul__button {
    padding: 15px 60px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .modul__button:hover {
    background: #97422f;
  }
}
.modul__discount {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "Corinthia", cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg-discount.png) center/contain no-repeat;
  font-size: 53px;
  aspect-ratio: 324/163;
  width: 324px;
  font-weight: 700;
}
.modul__discount p {
  padding-top: 20px;
}
@media (max-width: 478.91px) {
  .modul__discount p {
    padding-top: 10px;
  }
}
@media (max-width: 478.91px) {
  .modul__discount {
    width: 210px;
    font-size: 38px;
  }
}
.modul__discount span {
  font-size: 140px;
}
@media (max-width: 478.91px) {
  .modul__discount span {
    font-size: 90px;
  }
}

.bg-modul {
  display: flex;
}
@media (max-width: 478.91px) {
  .bg-modul {
    flex-direction: column;
  }
}
.bg-modul__item {
  flex: 0 0 20%;
  position: relative;
  height: 100%;
}
.bg-modul__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */