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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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,
ol li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../../fonts/subset-Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../fonts/subset-Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../fonts/subset-Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../fonts/subset-Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  color: #040404;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body.hidden {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.container,
.form-container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
}

.form-container {
  max-width: 1490px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu li {
  cursor: pointer;
}
.menu li a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.menu li.with-sub {
  position: relative;
}
.menu li.with-sub > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu li.with-sub > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="612.007px" height="612.007px" viewBox="0 0 612.007 612.007" xml:space="preserve"><g><g id="_x31_0"><g><path d="M596.168,130.647c-21.119-21.169-55.382-21.169-76.526,0L306.013,366.44L92.384,130.647c-21.144-21.169-55.382-21.169-76.525,0c-21.144,21.169-21.144,55.458,0,76.627l248.504,274.31c11.438,11.438,26.672,16.482,41.651,15.54c14.953,0.942,30.213-4.102,41.65-15.54l248.505-274.31C617.287,186.105,617.287,151.817,596.168,130.647z" fill="%2326ab56"/></g></g></g></svg>');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.menu li.with-sub:hover > a:after, .menu li.with-sub.show > a:after {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="612.007px" height="612.007px" viewBox="0 0 612.007 612.007" xml:space="preserve"><g><g id="_x31_0"><g><path d="M596.168,130.647c-21.119-21.169-55.382-21.169-76.526,0L306.013,366.44L92.384,130.647c-21.144-21.169-55.382-21.169-76.525,0c-21.144,21.169-21.144,55.458,0,76.627l248.504,274.31c11.438,11.438,26.672,16.482,41.651,15.54c14.953,0.942,30.213-4.102,41.65-15.54l248.505-274.31C617.287,186.105,617.287,151.817,596.168,130.647z" fill="%23ffffff"/></g></g></g></svg>');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center center;
  transform: rotate(180deg);
}
.menu li.with-sub.show .sub-menu-wrap {
  max-height: 200vh;
}
.menu > li {
  padding: 12px 23px;
  transition: all 0.3s ease;
}
.menu > li:hover {
  background: #26ab56;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.menu > li:hover a {
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .menu > li:hover {
    background: transparent;
    transform: scale(1);
  }
  .menu > li:hover a {
    color: #000;
  }
}
.menu .sub-menu-wrap {
  min-width: 264px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 28px;
  left: 0;
  padding: 20px 0 0 0;
  transition: opacity 0.3s ease;
}
.menu .sub-menu-wrap .sub-menu {
  padding: 8px 23px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.menu .sub-menu-wrap .sub-menu li {
  padding: 0;
}
.menu .sub-menu-wrap .sub-menu li a {
  color: #040404;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 0;
  width: 100%;
}
.menu .sub-menu-wrap .sub-menu li:not(:last-child) a {
  border-bottom: 2px solid #26ab56;
}
.menu .sub-menu-wrap .sub-menu li:hover {
  background: none;
  transform: scale(1);
}
.menu .sub-menu-wrap .sub-menu li:hover a {
  color: #000;
}
.menu a.active {
  font-weight: 600;
}

.footer,
.header {
  width: 100%;
  background-color: #fff;
}
.footer__wrapper,
.header__wrapper {
  padding: 23px 0;
}
@media (max-width: 1200px) {
  .footer__wrapper,
  .header__wrapper {
    padding: 15px 0;
  }
}
.footer__logo,
.header__logo {
  width: 299px;
  height: 69px;
  margin: 0 115px 0 0;
}
@media (max-width: 1080px) {
  .footer__logo,
  .header__logo {
    width: 220px;
    height: 52px;
  }
}
.footer__wrapper, .footer__nav-wrapper, .footer__links, .footer__messangers, .footer__lang-switch,
.header__wrapper,
.header__nav-wrapper,
.header__links,
.header__messangers,
.header__lang-switch {
  display: flex;
  align-items: center;
}
.footer__wrapper,
.header__wrapper {
  justify-content: space-between;
}
.footer__nav-wrapper,
.header__nav-wrapper {
  width: 100%;
}
.footer__links,
.header__links {
  gap: 25px;
}
@media (max-width: 1080px) {
  .footer__links,
  .header__links {
    gap: 20px;
  }
}
.footer__messangers a,
.header__messangers a {
  display: flex;
  min-width: 40px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.footer__messangers a:hover,
.header__messangers a:hover {
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 1200px) {
  .header__logo {
    margin: 0;
  }
}
.header__nav-wrapper {
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header__nav-wrapper {
    justify-content: flex-end;
    gap: 35px;
  }
}
@media (max-width: 1080px) {
  .header__nav-wrapper {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .header__nav-wrapper {
    width: 100%;
    position: fixed;
    top: 82px;
    right: -120%;
    z-index: 5;
    padding: 40px 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    transition: right 0.2s ease;
  }
}
@media (max-width: 992px) {
  .header__nav-wrapper .menu {
    flex-direction: column;
  }
  .header__nav-wrapper .menu a {
    font-size: 22px;
  }
}
.header__nav-wrapper .menu li.with-sub > a {
  justify-content: center;
}
@media (min-width: 993px) {
  .header__nav-wrapper .menu li.with-sub:hover .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .header__nav-wrapper .menu li.with-sub:hover > a::after {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="612.007px" height="612.007px" viewBox="0 0 612.007 612.007" xml:space="preserve"><g><g id="_x31_0"><g><path d="M596.168,130.647c-21.119-21.169-55.382-21.169-76.526,0L306.013,366.44L92.384,130.647c-21.144-21.169-55.382-21.169-76.525,0c-21.144,21.169-21.144,55.458,0,76.627l248.504,274.31c11.438,11.438,26.672,16.482,41.651,15.54c14.953,0.942,30.213-4.102,41.65-15.54l248.505-274.31C617.287,186.105,617.287,151.817,596.168,130.647z" fill="%2326ab56"/></g></g></g></svg>');
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header__nav-wrapper .menu li.with-sub.show:hover > a::after {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="612.007px" height="612.007px" viewBox="0 0 612.007 612.007" xml:space="preserve"><g><g id="_x31_0"><g><path d="M596.168,130.647c-21.119-21.169-55.382-21.169-76.526,0L306.013,366.44L92.384,130.647c-21.144-21.169-55.382-21.169-76.525,0c-21.144,21.169-21.144,55.458,0,76.627l248.504,274.31c11.438,11.438,26.672,16.482,41.651,15.54c14.953,0.942,30.213-4.102,41.65-15.54l248.505-274.31C617.287,186.105,617.287,151.817,596.168,130.647z" fill="%23ffffff"/></g></g></g></svg>');
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 992px) {
  .header__nav-wrapper .menu .sub-menu-wrap {
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    visibility: visible;
    position: static;
    opacity: 1;
    transform: none;
    overflow: hidden;
    max-width: 400px;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.header__nav-wrapper .menu .sub-menu-wrap .sub-menu {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .header__nav-wrapper .menu .sub-menu-wrap .sub-menu {
    background-color: transparent;
  }
}
@media (max-width: 1200px) {
  .header__nav-wrapper .menu .sub-menu-wrap .sub-menu li:not(:last-child) {
    border-image: none;
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .header__nav-wrapper .menu .sub-menu-wrap .sub-menu a {
    padding: 16px 0;
    color: #000;
  }
}
@media (max-width: 992px) {
  .header__links {
    gap: 10px;
    flex-direction: column;
  }
}
.header__lang-switch {
  gap: 5px;
}
.header__lang-switch li {
  border-radius: 50%;
  list-style: none;
  transition: all 0.4s ease;
}
.header__lang-switch li a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding: 12px;
  transition: all 0.4s ease;
}
@media (max-width: 1080px) {
  .header__lang-switch li a {
    font-size: 14px;
    padding: 10px;
  }
}
.header__lang-switch li.current-lang, .header__lang-switch li:hover {
  background-color: #000;
  transition: all 0.4s ease;
}
.header__lang-switch li.current-lang a, .header__lang-switch li:hover a {
  color: #fff;
  transition: all 0.4s ease;
}
.header__burger {
  display: none;
}
@media (max-width: 992px) {
  .header__burger {
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
  }
  .header__burger:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 992px) {
  .header__burger-btn, .header__burger-btn:before, .header__burger-btn:after {
    display: block;
    background-color: #26ab56;
    position: absolute;
    height: 5px;
    width: 40px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  .header__burger-btn:before {
    content: "";
    margin-top: -12px;
  }
  .header__burger-btn:after {
    content: "";
    margin-top: 12px;
  }
}
.header.show .header__burger-btn {
  background: rgba(255, 255, 255, 0);
}
.header.show .header__burger-btn:before {
  margin-top: 0px;
  transform: rotate(405deg);
}
.header.show .header__burger-btn:after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.header.show .header__nav-wrapper {
  right: 0;
  overflow-y: auto;
  height: calc(100vh - 82px);
  transition: right 0.2s ease;
}
@media (max-width: 992px) {
  .header.show .with-sub.show > a {
    color: #fff;
    background: #26ab56;
    transform: scale(1.1);
    max-width: fit-content;
    margin: auto;
    padding: 13px 15px;
  }
}
.header--border .header__wrapper {
  border-bottom: 1px solid #c7c7c7;
}

.footer {
  padding: 0 0 106px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 0 0 80px 0;
  }
}
.footer__wrapper {
  border-bottom: 1px solid #797979;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .footer__wrapper .footer__nav-wrapper {
    justify-content: center;
  }
  .footer__wrapper .footer__logo {
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .footer__wrapper {
    margin: 0 0 25px 0;
  }
}
.footer__nav-wrapper {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__nav-wrapper {
    justify-content: flex-end;
  }
}
.footer__nav-wrapper .menu > li:hover {
  background: #26ab56;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.footer__nav-wrapper .menu > li:hover > a {
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__nav-wrapper .menu > li:hover {
    background: transparent;
    transform: none;
  }
  .footer__nav-wrapper .menu > li:hover a {
    color: #000;
  }
}
@media (max-width: 480px) {
  .footer__nav-wrapper .menu a:hover {
    transform: none;
  }
}
@media (min-width: 769px) {
  .footer__nav-wrapper .menu .with-sub:hover .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .footer__nav-wrapper .menu .with-sub:hover > a::after, .footer__nav-wrapper .menu .with-sub.show > a::after {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="612.007px" height="612.007px" viewBox="0 0 612.007 612.007" xml:space="preserve"><g><g id="_x31_0"><g><path d="M596.168,130.647c-21.119-21.169-55.382-21.169-76.526,0L306.013,366.44L92.384,130.647c-21.144-21.169-55.382-21.169-76.525,0c-21.144,21.169-21.144,55.458,0,76.627l248.504,274.31c11.438,11.438,26.672,16.482,41.651,15.54c14.953,0.942,30.213-4.102,41.65-15.54l248.505-274.31C617.287,186.105,617.287,151.817,596.168,130.647z" fill="%2326ab56"/></g></g></g></svg>');
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 410px) {
  .footer__nav-wrapper .menu .with-sub {
    position: static;
  }
}
@media (max-width: 768px) {
  .footer__nav-wrapper .menu .sub-menu-wrap {
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    min-width: 290px;
    max-width: 290px;
    transform: none;
    overflow: hidden;
    margin: 0;
    top: 40px;
    left: -10px;
    padding: 10px;
  }
}
@media (max-width: 410px) {
  .footer__nav-wrapper .menu .sub-menu-wrap {
    left: 0;
    min-width: 100%;
    max-width: none;
    width: 100%;
  }
}
.footer__nav-wrapper .menu .sub-menu-wrap .sub-menu {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .footer__nav-wrapper .menu .sub-menu-wrap .sub-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .footer__nav-wrapper .menu .sub-menu-wrap .sub-menu li:not(:last-child) {
    border-image: none;
    border-bottom: none;
  }
}
.footer__nav-wrapper .menu .sub-menu-wrap .sub-menu li a {
  font-size: 12px;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}
@media (max-width: 992px) {
  .footer__socials a {
    width: 40px;
    height: 40px;
  }
}
.footer__socials a:hover {
  transform: scale(1.15);
}
.footer__socials a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .footer__links {
    margin: 0 0 0 -10px;
  }
}
@media (max-width: 992px) {
  .footer__links--desk {
    display: none;
  }
}
.footer__links--mob {
  display: none;
}
@media (max-width: 992px) {
  .footer__links--mob {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .footer__links--mob {
    justify-content: flex-start;
  }
}
.footer__bottom {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__bottom {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
.footer__bottom .footer__column {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__bottom .footer__column {
    flex-basis: auto;
    flex-grow: 0;
    width: calc(50% - 15px);
  }
  .footer__bottom .footer__column:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer__bottom .footer__column {
    width: 100%;
  }
}
.footer__bottom .footer__column > a:hover {
  text-decoration: underline;
}
.footer__bottom .footer__column a {
  color: #04070c;
  font-size: 16px;
  line-height: 24px;
}
.footer__bottom .footer__column p.green {
  color: #26ab56;
}
@media (max-width: 992px) {
  .footer__bottom .footer__column p.green {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .footer__bottom .footer__column p.green {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .footer__bottom .footer__column a,
  .footer__bottom .footer__column p {
    font-size: 14px;
  }
}

.form {
  display: block;
  max-width: 390px;
  width: 100%;
  padding: 31px 33px 62px 33px;
  background-color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 420px) {
  .form {
    padding: 30px 20px 40px 20px;
  }
}
.form__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin: 0 0 29px;
}
@media (max-width: 420px) {
  .form__title {
    font-size: 35px;
  }
}
.form__input {
  position: relative;
  margin: 21px 0 0 0;
}
.form__input span {
  position: absolute;
  color: #fa5d5d;
  top: 10px;
  left: 18px;
  font-size: 17px;
}
.form__input span.form__input-error {
  top: auto;
  bottom: -20px;
  left: 25px;
  font-size: 14px;
}
.form__input input {
  border: 1px solid #e3e1de;
  background: #fff;
  width: 100%;
  padding: 14px 0 14px 25px;
}
.form__input input.error {
  border: 1px solid red;
}
.form__input input:placeholder {
  color: #818181;
  font-size: 14px;
  line-height: 20px;
}
.form__button {
  margin: 26px 0 0 0;
  width: 100%;
  position: relative;
  padding: 14px 24px;
  background: #04070c;
  border: 1px solid #04070c;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
}
.form__button span {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 24px;
  top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.form__button:hover {
  background: #fff;
  color: #04070c;
  border: 1px solid #26ab56;
  transition: all 0.3s ease;
}
.form__button:hover span {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 26px;
  }
}