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,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Rajdhani', sans-serif;
  overflow: hidden !important;
}

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;
}

section {
  position: relative;
}

h1 {
  font-size: 106px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
  text-align: center;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 0 5px;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

p {
  line-height: 1.55;
  font-size: 14px;
}

img {
  width: 100%;
  height: auto;
}

a,
input[type="submit"],
.right-offer-container h3 {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

body {
  color: #222222;
}

div.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section1 {
  background-color: #222222;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  position: relative;
  z-index: 3;
}

.section1__content {
  padding: 10px 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .section1__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    gap: 0;
  }
}

.section1__title {
  font-size: 0;
  background-image: url(logo-sodo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 919/214;
  max-width: 700px;
}

.section1__button {
  font-size: 0;
  background-color: transparent;
  background-image: url(btn-ctf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  aspect-ratio: 503/78;
  border: none;
  outline: none;
  cursor: pointer;
  width: 200px;
}

.section2 {
  background-color: #E2E2E2;
  background-image: url(section2-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -70px;
  padding-top: 180px;
  padding-bottom: 180px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
  position: relative;
  z-index: 2;
}
/* 
.section3::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 200px;
  right: 200px;
  width: 200px;
  height: auto;
  background-image: url(section2-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 272/174;
} */

.section2__header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}

.section2__text {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section2__text {
    font-size: 18px;
  }
}

.section3 {
  background-color: #222;
  color: #fff;
  margin-top: -120px;
  padding-top: 140px;
  padding-bottom: 140px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  text-align: center;
  position: relative;
  z-index: 1;
}

.section3__text {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

.section3__text span {
  font-size: 28px;
  line-height: 1.2;
}

.section3__text a {
  color: #fff;
  text-decoration: underline;
}

.section3__arrow {
  width: 80px;
  margin-top: 40px;
}

.section4 {
  background-image: url(section4-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  z-index: 4;
  margin-top: -120px;
  aspect-ratio: 1935/579;
  display: flex;
  align-items: center;
}

.section4__button {
  background-color: transparent;
  font-size: 0;
  background-image: url(section4-btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  width: 500px;
  height: auto;
  aspect-ratio: 567/109;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .section4__button {
    width: 300px;
  }
}

.section5 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.section5__title {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.section5__title::before {
  content: "";
  display: block;
  background-image: url(section5-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: auto;
  margin-right: 20px;
  aspect-ratio: 95/146;
}

.section5__partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .section5__partners {
    flex-wrap: wrap;
  }
}

.section5__partner {
  height: 150px;
  width: auto;
}

/* Zaslepka */
body {
  overflow: hidden;
}

.zaslepka {
  background: #E2E2E2;
  background-image: url(zaslepka-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  width: 100vw;
  height: 100vh;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.zaslepka .section5 {
  padding-bottom: 0;
}

.zaslepka__sysops {
  max-width: 400px;
  margin: 40px auto;
  display: block;
}

.zaslepka__button {
  max-width: 400px;
  width: 100%;
  margin: 40px auto;
  display: block;
}

.zaslepka__start {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.zaslepka-arrow1 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 94px;
  height: 145px;
  background-image: url(zaslepka-strzalka1.svg);
  background-size: contain;
  background-position: center;
}

.zaslepka-arrow2 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 175px;
  height: 273px;
  background-image: url(zaslepka-strzalka2.svg);
  background-size: contain;
  background-position: center;
}

@media (max-width: 768px) {
  .zaslepka-arrow1 {
    display: none;
  }
  .zaslepka-arrow2 {
    display: none;
  }
}