body {
  margin: 0px;
  padding: 0px;
  font-family: "Skoda Next";
  padding-bottom: 0px;
  line-height: 1.3;
  margin: 0 auto;
  background-color: #f0f1f4;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

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

:focus {
  outline: 0px;
}

[v-cloak] {
  display: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 50px;
}

nav {
  display: flex;
  align-items: center;
  padding: 6px 24px;
  padding-bottom: 1px solid #d7d7d7;
  background-color: #ffffff;
}
.logo a{
  display: flex;
}
.logo__name {
  display: inline-block;
  font-size: 18px;
  color: #0e3a2f;
  font-weight: 300;
  padding-left: 32px;
  border-left: 1px solid #0e3a2f;
  margin-left: 32px;
}

.baner {
  position: relative;
}
.baner img {
  width: 100%;
}
.baner__content {
  position: absolute;
  bottom: 5.73vw;
  left: 0px;
  right: 0px;
}
.baner__content h1 {
  font-size: 3.02vw;
  letter-spacing: 1px;
  color: #0e3a2f;
  font-weight: 800;
}

.header {
  margin-block: 60px;
}
.header h2, .header h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.photoText {
  display: flex;
}
.photoText:nth-of-type(odd) {
  margin-bottom: 55px;
}
.photoText__image {
  display: flex;
  max-width: 50%;
  width: 100%;
}
.photoText__image img {
  width: 100%;
  object-fit: cover;
}
.photoText__content {
  display: flex;
  align-items: center;
  max-width: 50%;
  width: 100%;
  background-color: #ffffff;
  padding: 40px 35px;
  font-size: 19px;
  color: #394748;
  font-weight: 300;
}
.photoText__content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000000;
}
.photoText__content strong {
  font-weight: bold;
}
.photoText__content ul {
  margin: 0px;
  padding-left: 30px;
}
.photoText__content li {
  position: relative;
  list-style: none;
}
.photoText__content li::before {
  content: url('../images/elem/arrow.png');
  position: absolute;
  left: -20px;
  top: 2px;
}

.button {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 22px;
  background-color: #78faae;
  font-size: 12px;
  color: #0e3a2f;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.button__wrap {
  display: flex;
  gap: 100px;
  margin-block: 30px 0px;
}

.footer {
  background-color: #494949;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}

@media(min-width: 1920px) {
  .baner__content h1 {
    font-size: 58px;
  }
  .baner__content {
    bottom: 110px;
  }
}

@media(max-width: 1440px) {
  .photoText:nth-of-type(odd) {
    margin-bottom: 45px;
  }
  .photoText__content {
    padding: 30px 25px;
    font-size: 16px;
  }
  .photoText__content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .button__wrap {
    gap: 50px;
    margin-block: 20px 0px;
  }
  .header h2, .header h3 {
    font-size: 30px;
  }
}

@media(max-width: 1100px) {
  .button {
    padding: 15px 25px;
  }
  .button__wrap {
    gap: 30px;
  }
  .header h2, .header h3 {
    font-size: 26px;
  }
}

@media(max-width: 960px) {
  .container {
    padding-inline: 20px;
  }
  .photoText {
    flex-wrap: wrap;
  }
  .photoText:nth-of-type(odd) {
    flex-wrap: wrap-reverse;
  }
  .photoText__content, .photoText__image {
    max-width: 100%;
  }
  .button__wrap {
    flex-wrap: wrap;
  }
  .header {
    margin-block: 40px;
  }
  .header h2, .header h3 {
    font-size: 22px;
  }
}

@media(max-width: 500px) {
  .photoText__content {
    padding: 20px 15px;
  }
  .button__wrap {
    gap: 20px;
  }
}

@media(max-width: 360px) {
  .header h2, .header h3 {
    font-size: 21px;
  }
}