@font-face {
  font-family: Unna;
  font-style: normal;
  font-weight: 400;
  src: local("Unna"), url(../fonts/Unna-Regular.woff2) format("woff2"),
    url(../fonts/Unna-Regular.woff) format("woff");
}
@font-face {
  font-family: Unna;
  font-style: normal;
  font-weight: 700;
  src: local("Unna"), url(../fonts/Unna-Bold.woff2) format("woff2"),
    url(../fonts/Unna-Bold.woff) format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url(../fonts/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto-Regular.woff) format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), url(../fonts/Roboto-Medium.woff2) format("woff2"),
    url(../fonts/Roboto-Medium.woff) format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), url(../fonts/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold.woff) format("woff");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), url(../fonts/Poppins-Regular.woff2) format("woff2"),
    url(../fonts/Poppins-Regular.woff) format("woff");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: local("Poppins"), url(../fonts/Poppins-Medium.woff2) format("woff2"),
    url(../fonts/Poppins-Medium.woff) format("woff");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: local("Poppins"), url(../fonts/Poppins-SemiBold.woff2) format("woff2"),
    url(../fonts/Poppins-SemiBold.woff) format("woff");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: local("Poppins"), url(../fonts/Poppins-Bold.woff2) format("woff2"),
    url(../fonts/Poppins-Bold.woff) format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), url(../fonts/Inter-Regular.woff2) format("woff2"),
    url(../fonts/Inter-Regular.woff) format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter"), url(../fonts/Inter-Medium.woff2) format("woff2"),
    url(../fonts/Inter-Medium.woff) format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter"), url(../fonts/Inter-SemiBold.woff2) format("woff2"),
    url(../fonts/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: local("Inter"), url(../fonts/Inter-Bold.woff2) format("woff2"),
    url(../fonts/Inter-Bold.woff) format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: local("DM Sans"), url(../fonts/DMSans-Bold.woff2) format("woff2"),
    url(../fonts/DMSans-Bold.woff) format("woff");
}
@font-face {
  font-family: Staatliches;
  font-style: normal;
  font-weight: 400;
  src: local("Staatliches"),
    url(../fonts/Staatliches-Regular.woff2) format("woff2"),
    url(../fonts/Staatliches-Regular.woff) format("woff");
}
@font-face {
  font-family: icons;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/icons.woff2) format("woff2"),
    url(../fonts/icons.woff) format("woff");
}
[class*="icon-"],
[class^="icon-"] {
  font-family: icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #dcdcdc;
  background-image: url(../img/kul-sharif-scratch.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 50%;
  //margin-left: 20px;
  min-height: 110vh;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  font-family: inherit;
}
input {
  border: none;
  outline: 0;
}
textarea {
  border: none;
  outline: 0;
  resize: none;
}
.body_lock {
  height: 100vh;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  padding: 0 100px;
  width: 100%;
  max-width: 1440px;
}
.link {
  background-color: #2f8c4f;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
}
.link span {
  font-family: Unna, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.button {
  background-color: #308e50;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-family: Unna, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 16px;
  min-width: 156px;
  text-align: center;
}
body {
  background-image: url(../img/kul-sharif.png);
  background-position: left bottom;
}
.header {
  padding: 15px 0;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  max-width: 765px;
}
.header__logo img {
  margin-bottom: -7.8431372549%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: top;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.header__button {
  background-color: #f0f2f6;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #1e202c;
  cursor: pointer;
  font-family: Unna, serif;
  font-weight: 400;
  font-size: 14px;
  padding: 3.5px 15px 3.5px 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header__burger {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 16px 12px;
  width: 42px;
  height: 28px;
}
.header__burger:after,
.header__burger:before {
  content: "";
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.header__burger span,
.header__burger:after,
.header__burger:before {
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  left: 12px;
  width: calc(100% - 24px);
  height: 4px;
}
.header__burger:before {
  top: 16px;
}
.header__burger:after {
  bottom: 16px;
}
.header__burger span {
  top: calc(50% - 2px);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.header__burger_open:before {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.header__burger_open:after {
  -webkit-transform: TranslateY(-12px) rotate(-45deg);
  -ms-transform: TranslateY(-12px) rotate(-45deg);
  transform: TranslateY(-12px) rotate(-45deg);
}
.header__burger_open span {
  opacity: 0;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.menu__item {
  position: relative;
}
.menu__item_active::before {
  background-color: #308e50;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 2px;
}
.menu__link {
  color: #000;
  font-family: Unna, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
.menu__item_active .menu__link {
  font-weight: 700;
}
.main {
  padding-top: 88px;
}
.main__content {
  margin-left: auto;
  max-width: 480px;
  text-align: right;
}
.main .text:not(:last-child) {
  margin: 0 0 30px;
}
.main__footer {
  border: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.43);
  -webkit-box-shadow: 0 4px 4px 0 rgba(174, 174, 174, 0.25);
  box-shadow: 0 4px 4px 0 rgba(174, 174, 174, 0.25);
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.main__footer p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
}
.main__footer p a {
  font-weight: 500;
}
.main__footer p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.text {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
.text .accent {
  color: #308e50;
}
.text_big {
  font-size: 32px;
  line-height: 1.125;
}
.text_small {
  font-size: 16px;
  line-height: 1.875;
}
.text_small .accent {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body {
    background-position: center bottom;
    background-size: cover;
  }
  .main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 680px) {
  .header__actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  .header__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-left: -25px;
    position: relative;
  }
  .header__nav {
    background-color: #dcdcdc;
    padding: 90px 15px 30px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    z-index: 3;
  }
  .header__nav_open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header__burger {
    display: block;
  }
  .header__burger,
  .header__button,
  .header__logo {
    z-index: 5;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
    overflow: auto;
  }
  .menu__item:before {
    content: none;
  }
  .menu__link {
    font-size: 24px;
  }
  .main {
    padding-top: 30px;
  }
  .main .text:not(:last-child) {
    margin: 0 0 15px;
  }
  .text_big {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .container {
    --padding-x: calc(15px + 85 * (100vw - 576px) / (1440 - 576));
    padding: 0 var(--padding-x);
  }
}
