.feedback__section {
  padding-bottom: 130px;
  position: relative;
  top: -3px;
}
.feedback__section_notlast {
  padding-bottom: 0;
}
.feedback__hr {
  margin-top: 0;
}
.feedback__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.feedback__title {
  margin-bottom: 50px;
}
.feedback__form {
  margin-top: auto;
}
.feedback__form .input {
  max-width: 340px;
  margin-bottom: 16px;
}
.feedback__form .textarea {
  max-width: 340px;
  margin-bottom: 16px;
}
.feedback__form_secondary {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
}
.feedback__form_secondary form {
  margin-top: auto;
}
.feedback__text {
  max-width: 414px;
  margin-bottom: 16px;
}
.feedback__form-row {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.feedback__form-row .btn {
  flex-shrink: 0;
}
.feedback__notice {
  letter-spacing: -0.48px;
  opacity: 0.5;
  margin-left: 26px;
  max-width: 299px;
}
.feedback__notice a {
  text-decoration: underline;
  color: inherit;
  transform: var(--kmnd-transition);
}
.feedback__notice a:hover {
  color: var(--kmnd-body-color-accent);
}
.feedback__item {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.feedback__item:after {
  content: "";
  position: relative;
  display: block;
  padding-top: 82.1596244131%;
}
.feedback__item_mobile {
  display: none;
}
.feedback__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feedback__item-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feedback__item-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: linear-gradient(180deg, #222B2E 0%, rgba(34, 43, 46, 0) 45.32%);
  opacity: 0.4;
}
.feedback__item-shadow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: linear-gradient(180deg, #222B2E 0%, rgba(34, 43, 46, 0) 45.32%);
  opacity: 0.6;
  transform: rotate(180deg);
}
.feedback__item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.feedback__item-title {
  margin-bottom: auto;
}
.feedback__item-name {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.feedback__item-position {
  max-width: 224px;
  font-size: 1.063rem;
  letter-spacing: -0.51px;
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  .feedback__section {
    padding-bottom: 80px;
  }
  .feedback__title {
    margin-bottom: 39px;
  }
  .feedback__notice {
    font-size: 0.875rem;
    margin-left: 19px;
  }
  .feedback__item-content {
    padding: 20px;
  }
  .feedback__item-title {
    font-size: 1.125rem;
  }
  .feedback__item-name {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .feedback__item-name br {
    display: none;
  }
  .feedback__item-position {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .feedback__hr {
    margin-top: 0;
  }
  .feedback__item {
    margin-bottom: 50px;
  }
  .feedback__item_desktop {
    display: none;
  }
  .feedback__item_mobile {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .feedback__section {
    padding-bottom: 70px;
  }
  .feedback__section_notlast {
    padding-bottom: 0;
  }
  .feedback__hr {
    margin-bottom: 40px;
  }
  .feedback__text {
    margin-top: auto;
  }
  .feedback__notice {
    font-size: 1rem;
  }
  .feedback__item:after {
    padding-top: 110.6557377049%;
  }
  .feedback__item-shadow:after {
    height: 100%;
    opacity: 0.8;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .feedback__section {
    padding-bottom: 70px;
  }
  .feedback__section_notlast {
    padding-bottom: 0;
  }
  .feedback__title {
    margin-bottom: 25px;
  }
  .feedback__item-image {
    background-position: top center;
  }
  .feedback__item-content {
    padding: 20px;
  }
  .feedback__item {
    margin-bottom: 25px;
  }
  .feedback__item:after {
    padding-top: 55.3867403315%;
  }
  .feedback__text {
    max-width: 618px;
  }
  .feedback__notice {
    margin-left: 19px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .feedback__text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 576px) {
  .feedback__section {
    padding-bottom: 70px;
  }
  .feedback__hr {
    margin-top: 0;
  }
  .feedback__title {
    margin-bottom: 25px;
  }
  .feedback__title_secondary br {
    display: none;
  }
  .feedback__text {
    max-width: 300px;
  }
  .feedback__item {
    margin-bottom: 25px;
  }
  .feedback__item:after {
    padding-top: 81.1594202899%;
  }
  .feedback__item-content {
    padding: 20px 15px;
  }
  .feedback__item-title {
    font-size: 1.125rem;
    letter-spacing: -0.54px;
  }
  .feedback__item-name {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
  .feedback__item-position {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .feedback__form-row {
    margin-top: 25px;
  }
  .feedback__notice {
    font-size: 0.75rem;
    letter-spacing: -0.36px;
    line-height: 120%;
  }
}
.article_privacy .article__block:first-of-type {
  padding-top: 0;
}
.article_privacy .article__block:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.article__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.article__title {
  max-width: 1142px;
  flex: 1;
}
.article__date {
  letter-spacing: -0.48px;
  flex-shrink: none;
}
.article__poster {
  width: 100%;
  position: relative;
  min-height: 700px;
  padding: 40px 64px;
  border-radius: 8px;
  overflow: hidden;
}
.article__poster figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__poster-content {
  position: relative;
  z-index: 1;
}
.article__poster-text {
  letter-spacing: -0.72px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
  font-size: 1.5rem;
  color: var(--kmnd-body-color-primary-inverted);
}
.article__poster-date {
  display: none;
  letter-spacing: -0.42px;
  color: var(--kmnd-body-color-primary-inverted);
  font-size: 0.875rem;
}
.article .container-fluid:first-of-type .article__block {
  padding-top: 70px;
}
.article__block {
  padding-top: 40px;
  padding-bottom: 70px;
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
}
.article__block img {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 40px;
}
.article__content {
  max-width: 740px;
  padding-left: 30px;
}
.article__content p {
  letter-spacing: -0.54px;
  line-height: 120%;
  font-size: 1.125rem;
  font-weight: 500;
}
.article__content p:not(:last-child) {
  margin-bottom: 30px;
}
.article__content a {
  text-decoration: underline;
  color: var(--kmnd-body-color-accent);
}
.article__content ul {
  list-style: none;
}
.article__content ul:not(:last-child) {
  margin-bottom: 30px;
}
.article__content ul li {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.54px;
  padding-left: 24px;
  position: relative;
  font-size: 1.125rem;
}
.article__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.article__content ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cpath fill='%230989FF' stroke='%230989FF' d='M.59 1.012A.3.3 0 0 1 .801.5H7.07a.3.3 0 0 1 .3.3v6.269a.3.3 0 0 1-.512.212L.59 1.012Z'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 8px;
  height: 8px;
}
.article__content ol:not(:last-child) {
  margin-bottom: 30px;
}
.article__content ol li {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  margin-left: 20px;
}
.article__content ol li::marker {
  color: var(--kmnd-body-color-accent);
}
.article__content ol li:not(:last-child) {
  margin-bottom: 20px;
}
.article__content b {
  font-weight: 600;
}
.article__excerpt p {
  letter-spacing: -0.66px;
  line-height: 120%;
  font-size: 1.375rem;
}
.article__subtitle {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin: 0;
  color: var(--kmnd-body-color-primary);
  max-width: 386px;
}
.article__share {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
.article__share-title {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.66px;
  text-transform: uppercase;
  font-size: 1.375rem;
}
.article__share-list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article__share-list a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: solid 1px rgba(34, 43, 46, 0.1);
  transition: var(--kmnd-transition);
}
.article__share-list a img {
  transition: var(--kmnd-transition);
}
.article__share-list a:hover {
  border-color: var(--kmnd-body-background-accent);
  background: var(--kmnd-body-background-accent);
}
.article__share-list a:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(101%) contrast(102%);
}

@media only screen and (max-width: 992px) {
  .article {
    margin-left: auto;
    margin-right: auto;
  }
  .article__heading {
    display: block;
  }
  .article__date {
    display: none;
  }
  .article__poster {
    min-height: 500px;
  }
  .article__poster-content {
    display: flex;
    justify-content: space-between;
  }
  .article__poster-date {
    display: block;
  }
  .article__content {
    padding-left: 0;
  }
  .article__subtitle {
    margin-bottom: 30px;
    max-width: unset;
  }
  .article__subtitle br {
    display: none;
  }
  .article__share {
    padding-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .article__poster {
    min-height: 280px;
    padding: 20px 15px;
  }
  .article__poster-text {
    letter-spacing: -0.6px;
    font-size: 1.25rem;
  }
  .article .container-fluid:first-of-type .article__block {
    padding-top: 35px;
  }
  .article__block {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .article__block img {
    margin-top: 25px;
  }
  .article__content p {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .article__content p:not(:last-child) {
    margin-bottom: 15px;
  }
  .article__content ul:not(:last-child) {
    margin-bottom: 15px;
  }
  .article__content ul li {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .article__content ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .article__content ul li:after {
    top: 6px;
  }
  .article__content ol:not(:last-child) {
    margin-bottom: 15px;
  }
  .article__content ol li {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .article__content ol li:not(:last-child) {
    margin-bottom: 15px;
  }
  .article__excerpt p {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
  .article__subtitle {
    margin-bottom: 15px;
    letter-spacing: -0.96px;
    font-size: 1.5rem;
  }
  .article__images {
    margin-top: 25px;
  }
  .article__images img {
    margin-top: 0;
  }
  .article__images .col:nth-of-type(1) img {
    margin-bottom: 8px;
  }
  .article__share {
    padding-top: 20px;
    display: block;
  }
  .article__share-title {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
    font-size: 1.25rem;
  }
  .article__share-title br {
    display: none;
  }
  .article__share-list {
    justify-content: center;
  }
}
.sitemap__row {
  display: flex;
  flex-wrap: wrap;
}
.sitemap__col {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  margin-top: 40px;
}
.sitemap__col:nth-of-type(4n+4) {
  margin-right: 0;
}
.sitemap__col:nth-of-type(1), .sitemap__col:nth-of-type(2), .sitemap__col:nth-of-type(3), .sitemap__col:nth-of-type(4) {
  margin-top: 0;
}
.sitemap__title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--kmnd-body-color-accent);
}
.sitemap__title a {
  text-decoration: none;
  color: inherit;
}
.sitemap__list {
  list-style: none;
}
.sitemap__list li {
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 120%;
  font-size: 1.125rem;
}
.sitemap__list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.sitemap__list a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
}
.sitemap__list a:hover {
  color: var(--kmnd-body-color-accent);
}
.sitemap__list_direction li:not(:last-of-type) {
  margin-bottom: 25px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .sitemap__title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 992px) {
  .sitemap__col {
    width: calc(50% - 8px);
  }
  .sitemap__col:nth-of-type(4n+4) {
    margin-right: 16px;
  }
  .sitemap__col:nth-of-type(even) {
    margin-right: 0;
  }
  .sitemap__col:nth-of-type(3), .sitemap__col:nth-of-type(4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .sitemap__col {
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
  }
  .sitemap__col:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .sitemap__col:nth-of-type(2), .sitemap__col:nth-of-type(3), .sitemap__col:nth-of-type(4) {
    margin-top: 35px;
  }
  .sitemap__col:nth-of-type(1) {
    margin-top: 0;
  }
  .sitemap__title {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
  .sitemap__list li {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .sitemap__list li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .sitemap__list_direction li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.search__item a:not(.btn) {
  text-decoration: none;
  display: block;
}
.search__item:not(:first-of-type) {
  padding-top: 30px;
  border-top: 1px solid rgba(34, 43, 46, 0.1);
}
.search__item:not(:last-of-type) {
  padding-bottom: 30px;
}
.search__tag {
  letter-spacing: -0.48px;
  line-height: 120%;
  margin-bottom: 10px;
}
.search__title {
  color: var(--kmnd-body-color-primary);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 30px;
  transition: var(--kmnd-transition);
}
.search__title:hover {
  color: var(--kmnd-body-color-accent);
}
.search__image {
  display: block;
  width: 100%;
  max-width: 418px;
  position: relative;
  margin: 0;
}
.search__image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.985645933%;
}

@media only screen and (max-width: 992px) {
  .search__subtitle br {
    display: none;
  }
  .search__item .row {
    display: flex;
    gap: 16px;
  }
  .search__item .col {
    width: 50%;
  }
  .search__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .search__item:not(:first-of-type) {
    padding-top: 25px;
  }
  .search__item:not(:last-of-type) {
    padding-bottom: 25px;
  }
  .search__item .row {
    display: block;
    gap: unset;
  }
  .search__item .col {
    width: 100%;
  }
  .search__tag {
    margin-bottom: 10px;
  }
  .search__title {
    margin-bottom: 25px;
    font-size: 1.5rem;
    letter-spacing: -0.72px;
  }
  .search__image {
    margin-top: 25px;
  }
  .search__image:after {
    padding-top: 67.2463768116%;
  }
  .search__subtitle br {
    display: block;
  }
}
.error__text {
  max-width: 363px;
  margin-bottom: 40px;
}
.error__image {
  margin-left: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 523px;
}
.error__background {
  margin-top: 105px;
  width: 100%;
  height: 239px;
}

@media only screen and (max-width: 992px) {
  .error__section {
    position: relative;
    bottom: -2px;
  }
  .error__section .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .error__image {
    margin-right: auto;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .error__text {
    margin-bottom: 23px;
  }
  .error__image {
    margin-left: 0;
    margin-right: 0;
  }
  .error__background {
    margin-top: 23px;
    height: 175px;
    margin-bottom: -1px;
  }
}
.preheader {
  background: var(--kmnd-body-background-primary);
  padding: 5px 80px;
  position: relative;
  z-index: 105;
}
.preheader__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preheader__item {
  display: flex;
  align-items: center;
}
.preheader__item p {
  font-size: 0.875rem;
  opacity: 0.5;
  letter-spacing: -0.42px;
  margin-left: 10px;
}
.preheader__item a {
  text-decoration: none;
  color: var(--kmnd-body-color-primary);
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: -0.45px;
  position: relative;
}
.preheader__item a:not(:first-of-type) {
  margin-left: 5px;
}
.preheader__item a:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  border-bottom: solid 1px var(--kmnd-body-border-color-primary);
  opacity: 0.2;
  transition: var(--kmnd-transition);
}
.preheader__item a:hover:after {
  border-color: var(--kmnd-body-border-color-tertiary);
  opacity: 1;
}
.preheader__item span {
  color: var(--kmnd-body-color-primary);
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: -0.45px;
  display: flex;
}
.preheader__soc {
  display: flex;
  align-items: center;
}
.preheader__soc a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: solid 1px rgba(34, 43, 46, 0.1);
  transition: var(--kmnd-transition);
}
.preheader__soc a:hover {
  border-color: var(--kmnd-body-background-accent);
  background: var(--kmnd-body-background-accent);
}
.preheader__soc a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(111%) contrast(101%);
}
.preheader__soc img {
  height: 14px;
  width: auto;
  display: block;
  transition: var(--kmnd-transition);
}

@media only screen and (max-width: 1919px) {
  .preheader {
    padding: 5px 40px;
  }
}
@media only screen and (max-width: 1800px) {
  .preheader__item p {
    font-size: 0.75rem;
  }
  .preheader__item a, .preheader__item span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1500px) {
  .preheader__item:nth-of-type(3) p {
    display: none;
  }
  .preheader__item:nth-of-type(5) p {
    display: none;
  }
  .preheader__soc a {
    height: 24px;
    width: 24px;
  }
  .preheader__soc a:nth-of-type(2) img {
    height: 10px;
  }
  .preheader__soc img {
    height: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .preheader__item:nth-of-type(4) p {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .preheader {
    display: none;
  }
}
.header {
  padding: 8px 0;
  position: relative;
  height: 75px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
  top: 0;
  width: 100%;
  transition: var(--kmnd-transition);
}
.header__holder {
  height: 75px;
  position: relative;
  z-index: 105;
}
.header__row {
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
  height: 40px;
  margin-right: auto;
}
.header__logo svg {
  display: block;
  height: 100%;
  width: auto;
}
.header__logo-recolor {
  transition: var(--kmnd-transition);
}
.header__language {
  position: relative;
  margin-right: auto;
}
.header__language-selector {
  display: flex;
  align-items: center;
  cursor: default;
}
.header__language-selector span {
  font-weight: 500;
  letter-spacing: -0.48px;
  color: var(--kmnd-body-color-primary-inverted);
  margin: 0 8px 0 10px;
  transition: var(--kmnd-transition);
}
.header__language-selector:hover .header__language-icon path {
  stroke: var(--kmnd-body-color-accent);
}
.header__language-selector:hover .header__language-arrow path {
  stroke: var(--kmnd-body-color-accent);
  fill: var(--kmnd-body-color-accent);
}
.header__language-icon path {
  transition: var(--kmnd-transition);
}
.header__language-arrow path {
  transition: var(--kmnd-transition);
}
.header__language-list {
  position: absolute;
  bottom: -27px;
  left: -16px;
  transform: translateY(100%);
  display: none;
}
.header__language-list ul {
  list-style: none;
}
.header__language-list li {
  font-weight: 500;
  letter-spacing: -0.48px;
  color: var(--kmnd-body-color-primary);
  margin-top: 2px;
}
.header__language-list li:last-of-type:after {
  display: none;
}
.header__language-list a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
  padding: 10px 24px 11px 16px;
  width: 100%;
  border-radius: 4px;
  display: block;
  background: var(--kmnd-body-background-primary);
}
.header__language-list a:hover {
  color: var(--kmnd-body-color-primary-inverted);
  background: var(--kmnd-body-background-accent);
}
.header__menu {
  margin-right: auto;
}
.header__menu .current-menu-item > a {
  color: var(--kmnd-body-color-accent) !important;
}
.header__menu .current-menu-item > a:after {
  filter: invert(35%) sepia(77%) saturate(1774%) hue-rotate(194deg) brightness(101%) contrast(104%);
}
.header__menu > nav .current-menu-item > a {
  color: var(--kmnd-body-color-accent);
}
.header__menu > nav .current-menu-item > a:after {
  filter: invert(35%) sepia(77%) saturate(1774%) hue-rotate(194deg) brightness(101%) contrast(104%);
}
.header__menu > nav > ul {
  list-style: none;
  display: flex;
  position: relative;
}
.header__menu > nav > ul > li {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: var(--kmnd-body-color-primary-inverted);
  margin-right: 42px;
}
.header__menu > nav > ul > li:last-of-type {
  margin-right: 0;
}
.header__menu > nav > ul > li.active > a {
  color: var(--kmnd-body-color-accent);
}
.header__menu > nav > ul > li.active > a:after {
  filter: invert(35%) sepia(77%) saturate(1774%) hue-rotate(194deg) brightness(101%) contrast(104%);
}
.header__menu > nav > ul > li.menu-item-has-children > a:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M3.69897 4.15597L1.08048 1.1634C0.854173 0.904769 1.03784 0.5 1.38151 0.5H6.61849C6.96216 0.5 7.14583 0.904768 6.91952 1.1634L4.30103 4.15597C4.14167 4.3381 3.85833 4.3381 3.69897 4.15597Z' fill='white' stroke='white'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 9px;
  height: 6px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
  transition: var(--kmnd-transition);
  opacity: 0.5;
}
.header__menu > nav > ul > li > a {
  text-decoration: none;
  transition: var(--kmnd-transition);
  color: inherit;
}
.header__menu > nav > ul > li > a:hover {
  color: var(--kmnd-body-color-accent);
}
.header__menu > nav > ul > li > a:hover:after {
  filter: invert(35%) sepia(77%) saturate(1774%) hue-rotate(194deg) brightness(101%) contrast(104%);
}
.header__menu > nav > ul > li > ul {
  list-style: none;
  position: absolute;
  bottom: -28px;
  left: -16px;
  transform: translateY(100%);
  background: var(--kmnd-body-background-primary);
  border-top: none;
  width: 340px;
  padding: 5px 0;
  font-size: 0.938rem;
  display: none;
  max-height: 600px;
}
.header__menu > nav > ul > li > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}
.header__menu > nav > ul > li > ul > li:not(:last-of-type) a {
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
}
.header__menu > nav > ul > li > ul > li a {
  text-decoration: none;
  padding: 15px 40px 15px 0;
  display: block;
  color: var(--kmnd-body-color-primary);
  transition: var(--kmnd-transition);
  position: relative;
}
.header__menu > nav > ul > li > ul > li a:hover {
  color: var(--kmnd-body-color-accent);
}
.header__menu > nav > ul > li > ul > li a:hover:after {
  filter: invert(40%) sepia(35%) saturate(5046%) hue-rotate(193deg) brightness(102%) contrast(100%);
}
.header__menu > nav > ul > li > ul > li.menu-item-has-children a:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' fill='none' viewBox='0 0 6 9'%3E%3Cpath fill='%23222B2E' stroke='%23222B2E' d='M4.656 4.801 1.663 7.42A.4.4 0 0 1 1 7.118V1.882a.4.4 0 0 1 .663-.302L4.656 4.2a.4.4 0 0 1 0 .602Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--kmnd-transition);
}
.header__menu > nav > ul > li > ul > li.menu-item-has-children.active > a {
  color: var(--kmnd-body-color-accent);
}
.header__menu > nav > ul > li > ul > li.menu-item-has-children.active > a:after {
  filter: invert(40%) sepia(35%) saturate(5046%) hue-rotate(193deg) brightness(102%) contrast(100%);
}
.header__menu > nav > ul > li > ul > li.menu-item-has-children.active > .sub-menu {
  display: block;
}
.header__menu > nav > ul > li > ul > li > div {
  position: absolute;
  top: 0;
  left: 339px;
  background: var(--kmnd-body-background-primary);
  width: 300px;
  border-left: 1px solid rgba(34, 43, 46, 0.1);
  max-height: 100%;
  max-height: 570px;
  display: none;
  bottom: 0;
}
.header__menu > nav > ul > li > ul > li > div > ul {
  height: 100%;
  padding: 5px 0;
  overflow-y: scroll;
}
.header__menu > nav > ul > li > ul > li > div > ul::-webkit-scrollbar {
  width: 6px;
  background: #E9EAEA;
}
.header__menu > nav > ul > li > ul > li > div > ul::-webkit-scrollbar-thumb {
  background-color: var(--kmnd-body-background-accent);
  border-radius: 2px;
  width: 6px;
}
.header__menu > nav > ul > li > ul > li > div > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}
.header__menu > nav > ul > li > ul > li > div > ul > li:not(:last-of-type) a {
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
}
.header__menu > nav > ul > li > ul > li > div > ul > li:last-of-type a {
  border-bottom: none;
}
.header__menu > nav > ul > li > ul > li > div > ul > li > a {
  padding: 15px 15px 15px 0;
}
.header__menu > nav > ul > li > ul > li > div > ul > li > a:after {
  display: none !important;
}
.header__menu > nav > ul > li > ul > li > div > ul > li > ul {
  display: none;
}
.header__menu > nav > ul > li > ul > li > div > ul > li.menu-item-has-children > a:after {
  display: block !important;
}
.header__menu > nav > ul > li > ul > li > div > ul > li.active > a {
  color: var(--kmnd-body-color-accent);
}
.header__menu > nav > ul > li > ul > li > div > ul > li.active > a:after {
  filter: invert(40%) sepia(35%) saturate(5046%) hue-rotate(193deg) brightness(102%) contrast(100%);
}
.header__menu-subholder {
  position: absolute;
  list-style: none;
  position: absolute;
  bottom: -28px;
  left: 603px;
  transform: translateY(100%);
  background: var(--kmnd-body-background-primary);
  border-top: none;
  width: 300px;
  border-left: 1px solid rgba(34, 43, 46, 0.1);
  overflow-y: scroll;
  padding: 5px 0;
  display: none;
  max-height: 600px;
}
.header__menu-subholder.active {
  display: block;
}
.header__menu-subholder::-webkit-scrollbar {
  width: 6px;
  background: #E9EAEA;
}
.header__menu-subholder::-webkit-scrollbar-thumb {
  background-color: var(--kmnd-body-background-accent);
  border-radius: 2px;
  width: 6px;
}
.header__menu-subholder li {
  font-weight: 500;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  list-style: none;
  font-size: 0.938rem;
}
.header__menu-subholder li:not(:last-of-type) a {
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
}
.header__menu-subholder li a {
  padding: 15px 40px 15px 0;
  text-decoration: none;
  color: var(--kmnd-body-color-primary);
  display: block;
  transition: var(--kmnd-transition);
}
.header__menu-subholder li a:hover {
  color: var(--kmnd-body-color-accent);
}
.header__menu-subholder > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}
.header__contacts {
  position: relative;
  margin-right: 0;
}
.header__contacts-toggler {
  display: flex;
  align-items: center;
  transition: var(--kmnd-transition);
  white-space: nowrap;
  max-width: 0px;
  overflow: hidden;
}
.header__contacts-toggler a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: var(--kmnd-body-color-primary-inverted);
  margin: 0 8px 0 10px;
  transition: var(--kmnd-transition);
}
.header__contacts-toggler:hover .header__contacts-icon path {
  stroke: var(--kmnd-body-color-accent);
}
.header__contacts-toggler:hover .header__contacts-arrow path {
  stroke: var(--kmnd-body-color-accent);
  fill: var(--kmnd-body-color-accent);
}
.header__contacts-icon path {
  transition: var(--kmnd-transition);
}
.header__contacts-arrow path {
  transition: var(--kmnd-transition);
}
.header__contacts-list {
  position: absolute;
  bottom: -29px;
  left: -30px;
  transform: translateY(100%);
  background: var(--kmnd-body-background-primary);
  border: 1px solid rgba(34, 43, 46, 0.1);
  border-top: none;
  width: 360px;
  display: none;
}
.header__contacts-item {
  padding: 25px 30px;
}
.header__contacts-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(34, 43, 46, 0.1);
}
.header__contacts-item p a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
}
.header__contacts-item p a:hover {
  color: var(--kmnd-body-color-accent);
}
.header__contacts-item p:nth-of-type(1) {
  font-weight: 500;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
.header__contacts-item p:nth-of-type(2) {
  letter-spacing: -0.45px;
  font-size: 0.938rem;
  opacity: 0.5;
}
.header__contacts-soc {
  margin-top: 30px;
  display: flex;
  gap: 5px;
}
.header__contacts-soc a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  transition: var(--kmnd-transition);
  border: solid 1px rgba(34, 43, 46, 0.1);
  border-radius: 50%;
}
.header__contacts-soc a:hover {
  background: var(--kmnd-body-background-accent);
  border-color: var(--kmnd-body-background-accent);
}
.header__contacts-soc a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(111%) contrast(101%);
}
.header__contacts-soc img {
  height: 22px;
  width: auto;
  display: block;
  transition: var(--kmnd-transition);
}
.header__search-toggler {
  margin-right: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__search-toggler svg {
  display: block;
  height: 18px;
  width: auto;
  margin-right: 15px;
}
.header__search-toggler svg circle, .header__search-toggler svg path {
  transition: var(--kmnd-transition);
}
.header__search-toggler span {
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 120%;
  color: var(--kmnd-body-color-primary-inverted);
  letter-spacing: -0.48px;
  transition: var(--kmnd-transition);
}
.header__search-toggler:hover svg circle, .header__search-toggler:hover svg path {
  stroke: var(--kmnd-body-color-accent);
}
.header__search-toggler:hover span {
  color: var(--kmnd-body-color-accent);
}
.header__search {
  margin-right: auto;
}
.header__search-form {
  display: flex;
  align-items: center;
}
.header__search-btn {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  height: 18px;
  margin-right: 15px;
}
.header__search-btn svg {
  display: block;
  height: 100%;
  width: auto;
}
.header__search-btn svg circle, .header__search-btn svg path {
  transition: var(--kmnd-transition);
}
.header__search-input {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 120%;
  color: var(--kmnd-body-color-primary-inverted);
  letter-spacing: -0.48px;
  box-sizing: border-box;
  display: block;
  width: 120px;
  transition: var(--kmnd-transition);
}
.header__search-input::placeholder {
  color: var(--kmnd-body-color-primary-inverted);
  opacity: 0.5;
}
.header__callback-btn {
  margin-right: 10px;
  font-size: 1rem;
  background: var(--kmnd-body-background-primary) !important;
}
.header__order-btn {
  font-size: 1rem;
}
.header__break {
  display: none;
  width: 100%;
  order: 10;
}
.header_inverted-direct {
  background: var(--kmnd-body-background-primary);
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
}
.header_inverted-direct .header__logo-recolor {
  fill: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__language-icon path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__language-selector span {
  color: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__language-arrow path {
  stroke: var(--kmnd-body-color-primary);
  fill: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__menu > nav > ul > li {
  color: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__menu > nav > ul > li.menu-item-has-children > a:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%23222B2E' stroke='%23222B2E' d='M3.699 4.156 1.08 1.163A.4.4 0 0 1 1.382.5h5.236a.4.4 0 0 1 .302.663L4.3 4.156a.4.4 0 0 1-.602 0Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 1;
}
.header_inverted-direct .header__contacts-icon path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__contacts-arrow path {
  stroke: var(--kmnd-body-color-primary);
  fill: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__search-toggler svg circle, .header_inverted-direct .header__search-toggler svg path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__search-toggler span {
  color: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__callback-btn {
  background: none !important;
}
.header_inverted-direct .header__search-btn svg circle, .header_inverted-direct .header__search-btn svg path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__search-input {
  color: var(--kmnd-body-color-primary);
}
.header_inverted-direct .header__search-input::placeholder {
  color: var(--kmnd-body-color-primary);
}
.header_inverted {
  background: var(--kmnd-body-background-primary);
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
  position: fixed;
}
.header_inverted .header__logo-recolor {
  fill: var(--kmnd-body-color-primary);
}
.header_inverted .header__language-icon path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted .header__language-selector span {
  color: var(--kmnd-body-color-primary);
}
.header_inverted .header__language-arrow path {
  stroke: var(--kmnd-body-color-primary);
  fill: var(--kmnd-body-color-primary);
}
.header_inverted .header__menu > nav > ul > li {
  color: var(--kmnd-body-color-primary);
}
.header_inverted .header__menu > nav > ul > li.menu-item-has-children > a:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%23222B2E' stroke='%23222B2E' d='M3.699 4.156 1.08 1.163A.4.4 0 0 1 1.382.5h5.236a.4.4 0 0 1 .302.663L4.3 4.156a.4.4 0 0 1-.602 0Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 1;
}
.header_inverted .header__contacts {
  margin-right: auto;
}
.header_inverted .header__contacts-icon path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted .header__contacts-toggler {
  max-width: 200px;
}
.header_inverted .header__contacts-toggler a {
  color: var(--kmnd-body-color-primary);
}
.header_inverted .header__contacts-arrow path {
  stroke: var(--kmnd-body-color-primary);
  fill: var(--kmnd-body-color-primary);
}
.header_inverted .header__search-toggler svg circle, .header_inverted .header__search-toggler svg path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted .header__search-toggler span {
  color: var(--kmnd-body-color-primary);
}
.header_inverted .header__search-toggler:hover svg circle, .header_inverted .header__search-toggler:hover svg path {
  stroke: var(--kmnd-body-color-accent);
}
.header_inverted .header__search-toggler:hover span {
  color: var(--kmnd-body-color-accent);
}
.header_inverted .header__callback-btn {
  background: linear-gradient(95deg, #4AAFE9 5.74%, #0989FF 93.48%) !important;
}
.header_inverted .header__search-btn svg circle, .header_inverted .header__search-btn svg path {
  stroke: var(--kmnd-body-color-primary);
}
.header_inverted .header__search-input {
  color: var(--kmnd-body-color-primary);
}
.header_inverted .header__search-input::placeholder {
  color: var(--kmnd-body-color-primary);
}

.header-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: var(--kmnd-body-background-primary-inverted);
  opacity: 0.1;
  display: none;
}

.header-mobile {
  display: none;
  position: relative;
  padding: 15px 0 11px;
  border-bottom: solid 1px rgba(34, 43, 46, 0.15);
  transition: var(--kmnd-transition);
  top: 0;
  width: 100%;
}
.header-mobile__holder {
  display: none;
  position: relative;
  z-index: 105;
  height: 57px;
}
.header-mobile__row {
  display: flex;
  align-items: center;
}
.header-mobile__logo {
  height: 30px;
  text-decoration: none;
  display: block;
  margin-right: auto;
}
.header-mobile__logo svg {
  height: 100%;
  width: auto;
  display: block;
}
.header-mobile__logo-recolor {
  transition: var(--kmnd-transition);
}
.header-mobile__language {
  margin-right: 26px;
  position: relative;
}
.header-mobile__language-toggler svg {
  display: block;
}
.header-mobile__language-toggler path {
  transition: var(--kmnd-transition);
}
.header-mobile__language-toggler_active path {
  stroke: var(--kmnd-body-color-accent);
}
.header-mobile__language-list {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 100%);
  display: none;
}
.header-mobile__language-list ul {
  list-style: none;
}
.header-mobile__language-list li {
  font-weight: 500;
  letter-spacing: -0.48px;
  color: var(--kmnd-body-color-primary);
  margin-top: 2px;
}
.header-mobile__language-list li:last-of-type:after {
  display: none;
}
.header-mobile__language-list li.current a {
  color: var(--kmnd-body-color-primary-inverted);
  background: var(--kmnd-body-background-accent);
}
.header-mobile__language-list a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
  padding: 10px 24px 11px 16px;
  width: 100%;
  border-radius: 4px;
  display: block;
  background: var(--kmnd-body-background-primary);
}
.header-mobile__contacts-btn {
  margin-right: 26px;
}
.header-mobile__contacts-btn path {
  transition: var(--kmnd-transition);
}
.header-mobile__search-btn {
  margin-right: auto;
}
.header-mobile__search-btn path, .header-mobile__search-btn circle {
  transition: var(--kmnd-transition);
}
.header-mobile__menu-btn rect {
  transition: var(--kmnd-transition);
}
.header-mobile_inverted-direct {
  background: var(--kmnd-body-background-primary);
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
}
.header-mobile_inverted-direct .header-mobile__logo-recolor {
  fill: var(--kmnd-body-color-primary);
}
.header-mobile_inverted-direct .header-mobile__language-toggler path {
  stroke: var(--kmnd-body-color-primary);
}
.header-mobile_inverted-direct .header-mobile__language-toggler_active path {
  stroke: var(--kmnd-body-color-accent);
}
.header-mobile_inverted-direct .header-mobile__contacts-btn path {
  stroke: var(--kmnd-body-color-primary);
}
.header-mobile_inverted-direct .header-mobile__search-btn circle, .header-mobile_inverted-direct .header-mobile__search-btn path {
  stroke: var(--kmnd-body-color-primary);
}
.header-mobile_inverted-direct .header-mobile__menu-btn rect {
  fill: var(--kmnd-body-color-primary);
}
.header-mobile_inverted {
  background: var(--kmnd-body-background-primary);
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
  position: fixed;
}
.header-mobile_inverted .header-mobile__logo-recolor {
  fill: var(--kmnd-body-color-primary);
}
.header-mobile_inverted .header-mobile__language-toggler path {
  stroke: var(--kmnd-body-color-primary);
}
.header-mobile_inverted .header-mobile__language-toggler_active path {
  stroke: var(--kmnd-body-color-accent);
}
.header-mobile_inverted .header-mobile__contacts-btn path {
  stroke: var(--kmnd-body-color-primary);
}
.header-mobile_inverted .header-mobile__search-btn circle, .header-mobile_inverted .header-mobile__search-btn path {
  stroke: var(--kmnd-body-color-primary);
}
.header-mobile_inverted .header-mobile__menu-btn rect {
  fill: var(--kmnd-body-color-primary);
}

.header-contacts {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 106;
  background: var(--kmnd-body-background-primary);
  padding: 15px 0 0;
  transition: var(--kmnd-transition);
  transform: translateY(-100%);
  max-height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.header-contacts::-webkit-scrollbar {
  display: none;
}
.header-contacts_active {
  transform: translateY(0%);
}
.header-contacts__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.header-contacts__row {
  display: flex;
  gap: 5px;
}
.header-contacts__callback-btn, .header-contacts__order-btn {
  width: 50%;
  padding: 17px 5px;
  font-size: 0.875rem;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.42px;
}
.header-contacts__item {
  padding: 25px 0;
  position: relative;
}
.header-contacts__item:not(:last-of-type):after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(34, 43, 46, 0.1);
  bottom: 0;
  left: -50px;
  width: 100vw;
  position: absolute;
}
.header-contacts__item p a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
}
.header-contacts__item p a:hover {
  color: var(--kmnd-body-color-accent);
}
.header-contacts__item p:nth-of-type(1) {
  font-weight: 500;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
.header-contacts__item p:nth-of-type(2) {
  letter-spacing: -0.45px;
  font-size: 0.938rem;
  opacity: 0.5;
}
.header-contacts__soc {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}
.header-contacts__soc a {
  text-decoration: none;
  display: block;
  height: 60px;
  width: auto;
}
.header-contacts__soc img {
  height: 100%;
  width: auto;
  display: block;
}

.header-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 106;
  background: var(--kmnd-body-background-primary);
  padding: 15px 0 0;
  transition: var(--kmnd-transition);
  transform: translateY(-100%);
  max-height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.header-menu::-webkit-scrollbar {
  display: none;
}
.header-menu_active {
  transform: translateY(0%);
}
.header-menu__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.header-menu nav > ul {
  list-style: none;
}
.header-menu nav > ul > li {
  position: relative;
  padding: 20px 0;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  transition: var(--kmnd-transition);
  font-weight: 500;
}
.header-menu nav > ul > li:not(:first-of-type):after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(34, 43, 46, 0.1);
  top: 0;
  left: -50px;
  width: 100vw;
  position: absolute;
  transition: var(--kmnd-transition);
}
.header-menu nav > ul > li.menu-item-has-children:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none' viewBox='0 0 9 7'%3E%3Cpath fill='%23222B2E' stroke='%23222B2E' d='M4.203 5.67.6 1.668A.4.4 0 0 1 .898 1h7.204a.4.4 0 0 1 .297.668L4.797 5.67a.4.4 0 0 1-.594 0Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
  right: 1px;
  top: 25px;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  transition: var(--kmnd-transition);
}
.header-menu nav > ul > li a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
  max-width: 240px;
  display: inline-block;
}
.header-menu nav > ul > li > ul {
  display: none;
  list-style: none;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(34, 43, 46, 0.1);
}
.header-menu nav > ul > li > ul > li {
  padding: 10px 0;
  position: relative;
}
.header-menu nav > ul > li > ul > li:last-of-type {
  padding-bottom: 5px;
}
.header-menu nav > ul > li > ul > li > ul {
  display: none;
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
}
.header-menu nav > ul > li > ul > li > ul > li {
  padding: 10px 0;
  position: relative;
}
.header-menu nav > ul > li > ul > li > ul > li:last-of-type {
  padding-bottom: 5px;
}
.header-menu nav > ul > li > ul > li > ul > li.menu-item-has-children {
  position: relative;
}
.header-menu nav > ul > li > ul > li > ul > li.menu-item-has-children:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none' viewBox='0 0 9 7'%3E%3Cpath fill='%23222B2E' stroke='%23222B2E' d='M4.203 5.67.6 1.668A.4.4 0 0 1 .898 1h7.204a.4.4 0 0 1 .297.668L4.797 5.67a.4.4 0 0 1-.594 0Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
  right: 1px;
  top: 15px;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  transition: var(--kmnd-transition);
}
.header-menu nav > ul > li > ul > li.menu-item-has-children:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none' viewBox='0 0 9 7'%3E%3Cpath fill='%23222B2E' stroke='%23222B2E' d='M4.203 5.67.6 1.668A.4.4 0 0 1 .898 1h7.204a.4.4 0 0 1 .297.668L4.797 5.67a.4.4 0 0 1-.594 0Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
  right: 1px;
  top: 15px;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  transition: var(--kmnd-transition);
}
.header-menu nav > ul > li > ul > li.active > a {
  color: var(--kmnd-body-color-accent);
}
.header-menu nav > ul > li > ul > li.active:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M4.79732 1.33035L8.39917 5.33241C8.63084 5.58982 8.44816 6 8.10186 6L0.898145 6C0.551837 6 0.36916 5.58982 0.600828 5.33241L4.20268 1.33035C4.36158 1.1538 4.63842 1.1538 4.79732 1.33035Z' fill='%230989FF' stroke='%230989FF'/%3E%3C/svg%3E") no-repeat center/contain;
}
.header-menu nav > ul > li > ul > li.active > ul {
  display: block;
}
.header-menu nav > ul > li > ul > li > ul > li ul {
  display: none;
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
}
.header-menu nav > ul > li > ul > li > ul > li ul li {
  padding: 10px 0;
  position: relative;
}
.header-menu nav > ul > li > ul > li > ul > li ul li:last-of-type {
  padding-bottom: 5px;
}
.header-menu nav > ul > li > ul > li > ul > li ul li > ul {
  display: none;
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
}
.header-menu nav > ul > li > ul > li > ul > li ul li > ul > li {
  padding: 10px 0;
  position: relative;
}
.header-menu nav > ul > li > ul > li > ul > li ul li > ul > li:last-of-type {
  padding-bottom: 5px;
}
.header-menu nav > ul > li > ul > li > ul > li.active > a {
  color: var(--kmnd-body-color-accent);
}
.header-menu nav > ul > li > ul > li > ul > li.active:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M4.79732 1.33035L8.39917 5.33241C8.63084 5.58982 8.44816 6 8.10186 6L0.898145 6C0.551837 6 0.36916 5.58982 0.600828 5.33241L4.20268 1.33035C4.36158 1.1538 4.63842 1.1538 4.79732 1.33035Z' fill='%230989FF' stroke='%230989FF'/%3E%3C/svg%3E") no-repeat center/contain;
}
.header-menu nav > ul > li > ul > li > ul > li.active ul {
  display: block;
}
.header-menu nav > ul > li.active > a {
  color: var(--kmnd-body-color-accent);
}
.header-menu nav > ul > li.active:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M4.79732 1.33035L8.39917 5.33241C8.63084 5.58982 8.44816 6 8.10186 6L0.898145 6C0.551837 6 0.36916 5.58982 0.600828 5.33241L4.20268 1.33035C4.36158 1.1538 4.63842 1.1538 4.79732 1.33035Z' fill='%230989FF' stroke='%230989FF'/%3E%3C/svg%3E") no-repeat center/contain;
}
.header-menu nav > ul > li.active > ul {
  display: block;
}

@media only screen and (max-width: 1800px) {
  .header {
    display: flex;
    align-items: center;
  }
  .header__logo {
    height: 30px;
  }
  .header__language-selector {
    font-size: 0.875rem;
  }
  .header__language-selector span {
    margin: 0 4px 0 8px;
  }
  .header__language-icon {
    width: 15px;
  }
  .header__contacts-icon {
    width: 12px;
  }
  .header__contacts-icon span {
    margin: 0 4px 0 8px;
  }
  .header__contacts-list {
    bottom: -29px;
  }
  .header__menu > nav > ul > li {
    font-size: 0.875rem;
    margin-right: 20px;
  }
  .header__contacts-toggler a {
    font-size: 0.875rem;
  }
  .header__search-toggler svg {
    height: 14px;
    margin-right: 10px;
  }
  .header__search-toggler span {
    font-size: 0.875rem;
  }
  .header__search-btn {
    height: 14px;
    margin-right: 10px;
  }
  .header__search-input {
    font-size: 0.875rem;
    width: 105px;
  }
  .header__callback-btn, .header__order-btn {
    padding: 14px 15px 14px 10px;
  }
  .header__callback-btn span, .header__order-btn span {
    font-size: 0.875rem;
  }
  .header__callback-btn svg, .header__order-btn svg {
    margin-left: 10px;
    width: 10px;
  }
}
@media only screen and (max-width: 1500px) {
  .header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__row {
    flex-wrap: wrap;
  }
  .header__search-toggler svg {
    margin-right: 0;
  }
  .header__search-toggler span {
    display: none;
  }
  .header__contacts-toggler a {
    display: none;
  }
  .header__contacts-arrow {
    display: none;
  }
  .header__search {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .header__holder {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile__holder {
    display: block;
  }
  .header__contacts-item {
    padding-left: 0;
    padding-right: 0;
  }
  .header-shadow {
    opacity: 0.15;
  }
  .header-contacts {
    display: block;
  }
  .header-menu {
    display: block;
  }
  .header__contacts-item:not(:last-of-type) {
    border-bottom: none;
  }
  .header-contacts__item:not(:last-of-type):after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(34, 43, 46, 0.1);
    bottom: 0;
    left: -20px;
    width: 100vw;
    position: absolute;
  }
  .header__contacts-item {
    position: relative;
  }
  .header__contacts-item:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(34, 43, 46, 0.1);
    bottom: 0;
    left: -20px;
    width: 100vw;
    position: absolute;
  }
  .mobile-menu nav .current-menu-item > a {
    color: var(--kmnd-body-color-accent) !important;
  }
  .mobile-menu nav .current-menu-item > a:after {
    filter: invert(35%) sepia(77%) saturate(1774%) hue-rotate(194deg) brightness(101%) contrast(104%);
  }
  .mobile-menu nav > ul > li:first-child:after {
    display: none !important;
  }
  .mobile-menu nav > ul > li a {
    max-width: unset;
    margin-right: 20px;
    width: calc(100% - 20px);
  }
  .mobile-menu nav > ul > li > ul > li > ul {
    padding-left: 0;
  }
  .mobile-menu nav > ul > li > ul > li > ul > li {
    padding-left: 20px;
  }
  .mobile-menu nav > ul > li > ul > li > ul > li:last-of-type {
    padding-bottom: 0;
  }
  .mobile-menu nav > ul > li > ul > li > ul > li > a {
    text-transform: none;
    padding-right: 0;
  }
  .mobile-menu li {
    position: relative;
  }
  .mobile-menu li:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(34, 43, 46, 0.1);
    top: 0;
    left: -50px;
    width: auto !important;
    right: -50px;
    position: absolute;
    transition: var(--kmnd-transition);
  }
  .mobile-menu ul {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .header-contacts__item:not(:last-of-type):after {
    left: -15px;
  }
  .header-menu nav > ul > li:not(:last-of-type):after {
    left: -15px;
  }
}
.footer {
  background: var(--kmnd-body-background-primary-inverted);
}
.footer__row {
  padding: 100px 0 130px;
  display: flex;
}
.footer__col:nth-of-type(1), .footer__col:nth-of-type(2) {
  width: 25%;
}
.footer__col:nth-of-type(3) {
  width: 20.3488372093%;
}
.footer__col:nth-of-type(4) {
  width: 20%;
}
.footer__col:nth-of-type(5) {
  width: 10.9302325581%;
}
.footer__logo {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 36px;
  height: 50px;
}
.footer__logo img {
  height: 100%;
  width: auto;
  display: block;
}
.footer__description {
  opacity: 0.3;
  max-width: 260px;
}
.footer__title {
  text-transform: uppercase;
  opacity: 0.3;
  margin-bottom: 40px;
}
.footer__title_email {
  margin-top: 50px;
  margin-bottom: 30px;
}
.footer__text {
  margin-bottom: 16px;
}
.footer__text a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
}
.footer__text a:hover {
  color: var(--kmnd-body-color-accent);
}
.footer__btn {
  text-transform: none;
}
.footer__subtext {
  opacity: 0.3;
  letter-spacing: -0.48px;
}
.footer__contacts-item {
  margin-bottom: 40px;
}
.footer__soc {
  display: flex;
  margin-top: 52px;
  gap: 5px;
}
.footer__soc a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  transition: var(--kmnd-transition);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.footer__soc a:hover {
  background: var(--kmnd-body-background-accent);
  border-color: var(--kmnd-body-background-accent);
}
.footer__soc a img {
  height: 22px;
  width: auto;
  display: block;
  transition: var(--kmnd-transition);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(111%) contrast(101%);
}
.footer__soc a:nth-of-type(2) img {
  transform: scale(0.9);
}
.footer__soc_mobile {
  display: none;
}
.footer__list {
  list-style: none;
}
.footer__list li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.54px;
  color: var(--kmnd-body-color-primary-inverted);
}
.footer__list li:not(:last-of-type) {
  margin-bottom: 25px;
}
.footer__list li a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
}
.footer__list li a:hover {
  color: var(--kmnd-body-color-accent);
}
.footer__line {
  padding-bottom: 32px;
}
.footer__line .row {
  align-items: center;
  gap: unset;
}
.footer__line .col:nth-of-type(1) {
  width: 49%;
}
.footer__copy {
  opacity: 0.3;
}
.footer__copy_mobile {
  display: none;
}
.footer__link:nth-of-type(1) {
  width: 40.6976744186%;
}
.footer__link:nth-of-type(2) {
  width: 42.3255813953%;
}
.footer__link a {
  text-decoration: none;
  color: inherit;
  transition: var(--kmnd-transition);
}
.footer__link a:hover {
  color: var(--kmnd-body-color-accent);
}
.footer__dev {
  width: 21.8604651163%;
}
.footer__dev_secondary {
  display: none;
}
.footer__dev a {
  text-decoration: none;
  display: inline-block;
  height: 33px;
  width: auto;
}
.footer__dev a img {
  display: block;
  height: 100%;
}
.footer__line-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__br_hide-for-large {
  display: none;
}

@media only screen and (min-width: 993px) and (max-width: 1400px) {
  .footer .text-xl {
    font-size: 1rem;
  }
  .footer .text-md {
    font-size: 0.875rem;
  }
  .footer__list li {
    font-size: 0.875rem;
  }
  .footer__title {
    margin-bottom: 15px;
  }
  .footer__title_email {
    margin-top: 26px;
  }
  .footer__btn {
    font-size: 0.875rem;
  }
  .footer__btn svg {
    margin-left: 10px;
  }
  .footer__link:nth-of-type(2) {
    width: auto;
  }
  .footer__row {
    gap: 15px;
  }
  .footer__br_hide-for-large {
    display: block;
  }
  .footer__br_hide-for-small {
    display: none;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__soc a {
    height: 40px;
    width: 40px;
  }
  .footer__soc a img {
    height: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__row {
    flex-wrap: wrap;
  }
  .footer__col:nth-of-type(1), .footer__col:nth-of-type(2) {
    margin-bottom: 80px;
    width: 50%;
  }
  .footer__col:nth-of-type(3), .footer__col:nth-of-type(4), .footer__col:nth-of-type(5) {
    width: unset;
    flex: auto;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  .footer__copy {
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer__line .row {
    flex-direction: column-reverse;
    display: flex;
  }
  .footer__line .col:nth-of-type(1) {
    margin-top: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__dev_secondary {
    display: block;
  }
  .footer__dev_primary {
    display: none;
  }
  .footer__line-inner {
    display: block;
  }
  .footer__link:not(:first-of-type) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .footer .btn svg {
    display: none;
  }
  .footer__row {
    padding: 50px 0 40px;
  }
  .footer__col:nth-of-type(1) {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__col:nth-of-type(2) {
    order: 4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .footer__col:nth-of-type(2) .footer__title {
    order: 0;
  }
  .footer__col:nth-of-type(3) {
    width: 100%;
    order: 5;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__col:nth-of-type(4) {
    order: 2;
    margin-bottom: 40px;
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .footer__col:nth-of-type(5) {
    order: 3;
    width: 50%;
    margin-bottom: 40px;
  }
  .footer__logo {
    height: 30px;
    margin-bottom: 15px;
  }
  .footer__text {
    font-size: 0.938rem;
    letter-spacing: -0.45px;
  }
  .footer__title {
    font-size: 0.938rem;
    margin-bottom: 25px;
    letter-spacing: -0.45px;
  }
  .footer__title_email {
    margin-top: 0;
  }
  .footer__list li {
    font-size: 0.938rem;
  }
  .footer__list li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .footer__contacts-item:nth-of-type(1) {
    order: 1;
    margin-bottom: 25px;
    width: 100%;
  }
  .footer__contacts-item:nth-of-type(2) {
    order: 3;
    margin-bottom: 0px;
    width: 50%;
  }
  .footer__contacts-item:nth-of-type(3) {
    order: 4;
    margin-bottom: 0px;
    width: 50%;
    padding-right: 15px;
  }
  .footer__soc {
    gap: 5px;
    margin-top: 24px;
  }
  .footer__soc_mobile {
    display: flex;
  }
  .footer__soc_desktop {
    display: none;
  }
  .footer__soc a {
    height: 50px;
    width: 50px;
  }
  .footer__soc a img {
    height: 18px;
  }
  .footer__requisites-item {
    width: 50%;
  }
  .footer__copy {
    margin-top: 37px;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 179px;
  }
  .footer__copy_desktop {
    display: none;
  }
  .footer__copy_mobile {
    display: block;
  }
  .footer__line {
    padding-bottom: 34px;
  }
  .footer__line-inner {
    flex-wrap: wrap;
  }
  .footer__link {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer__link:nth-of-type(1), .footer__link:nth-of-type(2) {
    width: 100%;
  }
  .footer__dev {
    margin-top: 40px;
    width: unset;
  }
  .footer__dev_secondary {
    display: none;
  }
  .footer__dev_primary {
    display: block;
  }
  .footer__br_hide-for-large {
    display: block;
  }
  .footer__br_hide-for-small {
    display: none;
  }
}
.btn-top {
  position: fixed;
  z-index: 100;
  right: 200px;
  bottom: 100px;
  display: none;
}
.btn-top svg {
  height: 100%;
  width: auto;
  display: block;
}

.search-modal {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 106;
  left: 0;
  width: 100%;
  border-top: solid 1px #E9EAEA;
  display: none;
}
.search-modal__body {
  background: var(--kmnd-body-background-primary);
  width: 100%;
  position: relative;
}
.search-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 25px;
}
.search-modal__head p {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.52px;
  font-size: 2.375rem;
}
.search-modal__form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  width: 100%;
  box-sizing: border-box;
}
.search-modal__input {
  box-sizing: border-box;
  display: block;
  flex: 1;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  color: var(--kmnd-body-color-primary);
  font-weight: 500;
}
.search-modal__input::placeholder {
  color: rgba(34, 43, 46, 0.1);
}
.search-modal__btn {
  min-height: 50px;
  padding: 14px 25px 14px 20px;
}
.search-modal__result {
  background: var(--kmnd-body-background-primary);
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  border-top: solid 1px #E9EAEA;
}
.search-modal__result-list {
  padding: 22px 20px;
}
.search-modal__result-item {
  text-decoration: none;
  transition: var(--kmnd-transition);
  display: block;
  padding: 10px 20px 10px 48px;
  position: relative;
  color: rgba(34, 43, 46, 0.5);
  font-weight: 500;
  border-radius: 8px;
}
.search-modal__result-item:before {
  content: "";
  position: absolute;
  left: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Cpath d='M0.618022 1.80398C0.386935 1.57969 0.518419 1.14697 0.916675 1.14697H8.08516C8.32845 1.14697 8.5 1.33462 8.5 1.53491V8.49255C8.5 8.81123 8.06782 9.03467 7.78651 8.76163L0.618022 1.80398Z' fill='%230989FF' stroke='%230989FF'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 9px;
  height: 9px;
  top: 15px;
}
.search-modal__result-item:hover {
  background: var(--kmnd-body-background-secondary);
  color: var(--kmnd-body-color-accent);
  text-decoration: underline;
}

.modal-shadow {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 43, 46, 0.1);
  display: none;
  will-change: opacity;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  transition: all 0.5s ease;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal_active {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
.modal__body {
  background: var(--kmnd-body-background-primary);
  border-radius: 8px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal__body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  transform: translateY(100%);
  display: none;
  width: 100%;
}
.modal__close {
  position: absolute;
  height: 30px;
  transition: var(--kmnd-transition);
  cursor: pointer;
  z-index: 1;
}
.modal__close svg {
  display: block;
  width: auto;
  height: 100%;
}
.modal__close svg path {
  transition: var(--kmnd-transition);
}
.modal__close:hover {
  opacity: 0.5;
}

.form-modal__body {
  width: 100%;
  max-width: 1123px;
  padding: 10px;
}
.form-modal__close {
  top: 30px;
  right: 40px;
}
.form-modal__row {
  display: flex;
}
.form-modal__col {
  width: calc(50% - 35px);
}
.form-modal__col:nth-of-type(1) {
  margin-right: 70px;
}
.form-modal__image {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.form-modal__image:after {
  content: "";
  display: block;
  padding-top: 129.4117647059%;
}
.form-modal__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}
.form-modal__title {
  font-size: 2.813rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px;
}
.form-modal__text {
  max-width: 410px;
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.form-modal__form {
  width: 100%;
  max-width: 450px;
}
.form-modal__form > div:not(:first-child) {
  margin-top: 16px;
}
.form-modal__form .input label, .form-modal__form .textarea label {
  font-size: 1.125rem;
}
.form-modal__form .input_focused label, .form-modal__form .input_filled label, .form-modal__form .textarea_focused label, .form-modal__form .textarea_filled label {
  font-size: 0.813rem;
}
.form-modal__innertext {
  max-width: 477px;
  font-size: 1.125rem;
  margin-top: 26px;
  margin-bottom: 20px;
}
.form-modal__bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.form-modal__bottom .btn {
  flex-shrink: 0;
}
.form-modal__notice {
  letter-spacing: -0.48px;
  opacity: 0.5;
  margin-left: 20px;
  max-width: 281px;
}
.form-modal__notice a {
  text-decoration: underline;
  color: inherit;
  transition: var(--kmnd-transition);
}
.form-modal__notice a:hover {
  color: var(--kmnd-body-color-accent);
}

.application-modal__body {
  width: 100%;
  max-width: 920px;
  padding: 55px 70px;
  transform: translateX(-50%);
  left: 50%;
  top: 50px;
}
.application-modal__body:after {
  display: block;
}
.application-modal__close {
  top: 33px;
  right: 70px;
}
.application-modal__title {
  font-size: 2.813rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px;
}
.application-modal__text {
  max-width: 548px;
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.application-modal__form {
  width: 100%;
}
.application-modal__form > div:not(:first-child) {
  margin-top: 16px;
}
.application-modal__form .input label, .application-modal__form .textarea label {
  font-size: 1.125rem;
}
.application-modal__form .input_focused label, .application-modal__form .input_filled label, .application-modal__form .textarea_focused label, .application-modal__form .textarea_filled label {
  font-size: 0.813rem;
}
.application-modal__row {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.application-modal__innertext {
  font-size: 1.125rem;
  margin-right: 27px;
  max-width: 380px;
  flex: 1;
}
.application-modal__bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.application-modal__bottom .btn {
  flex-shrink: 0;
}
.application-modal__notice {
  letter-spacing: -0.48px;
  opacity: 0.5;
  margin-left: 20px;
  max-width: 410px;
}
.application-modal__notice a {
  text-decoration: underline;
  color: inherit;
  transition: var(--kmnd-transition);
}
.application-modal__notice a:hover {
  color: var(--kmnd-body-color-accent);
}

.fast-modal__body {
  width: 100%;
  max-width: 570px;
  padding: 50px;
}
.fast-modal__close {
  top: 33px;
  right: 40px;
}
.fast-modal__title {
  font-size: 2.813rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px;
}
.fast-modal__form .input label, .fast-modal__form .textarea label {
  font-size: 1.125rem;
}
.fast-modal__form .input_focused label, .fast-modal__form .input_filled label, .fast-modal__form .textarea_focused label, .fast-modal__form .textarea_filled label {
  font-size: 0.813rem;
}
.fast-modal__bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.fast-modal__bottom .btn {
  flex-shrink: 0;
}
.fast-modal__notice {
  letter-spacing: -0.48px;
  opacity: 0.5;
  margin-left: 20px;
  max-width: 281px;
}
.fast-modal__notice a {
  text-decoration: underline;
  color: inherit;
  transition: var(--kmnd-transition);
}
.fast-modal__notice a:hover {
  color: var(--kmnd-body-color-accent);
}

.success-modal__body {
  width: 100%;
  max-width: 540px;
  height: 350px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success-modal__close {
  top: 30px;
  right: 40px;
}
.success-modal__title {
  font-size: 2.813rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}
.success-modal__text {
  max-width: 351px;
  font-size: 1.125rem;
  text-align: center;
}

@media only screen and (max-width: 1919px) {
  .btn-top {
    right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-top {
    right: 10px;
    bottom: 83px;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-modal__result-list {
    max-height: calc(100vh - 123px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .search-modal__result-list::-webkit-scrollbar {
    display: none;
  }
  .search-modal {
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    transform: none;
  }
  .search-modal__form form {
    padding: 0 15px 15px;
  }
  .search-modal__input {
    font-size: 1rem;
  }
  .search-modal__btn {
    height: 30px;
    padding: 0;
    width: 30px;
    min-height: unset;
    display: flex;
    justify-content: center;
  }
  .search-modal__btn svg {
    margin-left: 0;
  }
  .search-modal__result-list {
    padding: 14px 5px;
  }
  .search-modal__result-item {
    font-size: 1rem;
    letter-spacing: -0.48px;
    padding: 10px 10px 10px 34px;
  }
  .search-modal__result-item:before {
    left: 10px;
    height: 9px;
    width: 9px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  .form-modal__body {
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50%;
  }
  .form-modal__body:after {
    display: none !important;
  }
  .form-modal__close {
    height: 40px !important;
  }
}
@media only screen and (max-width: 992px) {
  .modal__body {
    transform: translateX(-50%);
    top: 100px;
  }
  .modal__body:after {
    display: block;
  }
  .modal__close {
    height: 20px;
  }
  .form-modal__row {
    display: block;
  }
  .form-modal__col {
    width: 100%;
  }
  .form-modal__col:nth-of-type(1) {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .form-modal__image:after {
    padding-top: 54.5205479452%;
  }
  .form-modal__content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .fast-modal__body {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .fast-modal__body:after {
    display: none;
  }
  .success-modal__body {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .success-modal__body:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1519px) {
  .application-modal__body {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .application-modal__body:after {
    display: none;
  }
  .application-modal__title {
    margin-bottom: 15px;
  }
  .application-modal__text {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .application-modal__form .input input, .application-modal__form .input textarea, .application-modal__form .textarea input, .application-modal__form .textarea textarea {
    font-size: 1rem;
  }
  .application-modal__form .input label, .application-modal__form .textarea label {
    font-size: 1rem;
  }
  .application-modal__form .input_focused label, .application-modal__form .input_filled label, .application-modal__form .textarea_focused label, .application-modal__form .textarea_filled label {
    font-size: 0.813rem;
  }
  .application-modal__form .radio label {
    font-size: 1rem;
  }
  .application-modal__form .select-selected {
    font-size: 1rem;
  }
  .application-modal__form > div:not(:first-child) {
    margin-top: 8px;
  }
  .application-modal__innertext {
    font-size: 1rem;
  }
  .application-modal__bottom {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .btn-top {
    right: 20px;
    bottom: 5px;
    height: 40px;
    width: 40px;
  }
  .modal__body {
    top: 0;
    border-radius: 0;
  }
  .form-modal__close {
    top: 19px;
    right: 25px;
  }
  .form-modal__body {
    padding-bottom: 50px;
  }
  .form-modal__content {
    display: block;
    padding: 0 5px;
  }
  .form-modal__image {
    display: none;
  }
  .form-modal__title {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
  .form-modal__text {
    font-size: 1rem;
  }
  .form-modal__form .input-row > div:not(:first-child) {
    margin-top: 16px;
  }
  .form-modal__form .input label, .form-modal__form .textarea label {
    font-size: 1rem;
  }
  .form-modal__form .input_focused label, .form-modal__form .input_filled label, .form-modal__form .textarea_focused label, .form-modal__form .textarea_filled label {
    font-size: 0.813rem;
  }
  .form-modal__innertext {
    margin-top: 30px;
    font-size: 1rem;
  }
  .form-modal__bottom {
    margin-top: 25px;
  }
  .form-modal__notice {
    font-size: 0.75rem;
    letter-spacing: -0.36px;
    line-height: 120%;
  }
  .application-modal__body {
    padding: 40px 15px 50px;
  }
  .application-modal__close {
    top: 19px;
    right: 25px;
  }
  .application-modal__title {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
  .application-modal__text {
    font-size: 1rem;
  }
  .application-modal__form .input-row > div:not(:first-child) {
    margin-top: 16px;
  }
  .application-modal__form .input label, .application-modal__form .textarea label {
    font-size: 1rem;
  }
  .application-modal__form .input_focused label, .application-modal__form .input_filled label, .application-modal__form .textarea_focused label, .application-modal__form .textarea_filled label {
    font-size: 0.813rem;
  }
  .application-modal__row {
    padding-top: 9px;
    display: block;
  }
  .application-modal__innertext {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .application-modal__bottom {
    margin-top: 25px;
  }
  .application-modal__notice {
    font-size: 0.75rem;
    letter-spacing: -0.36px;
    line-height: 120%;
  }
  .fast-modal__body {
    padding: 30px 15px 23px;
    max-width: calc(100% - 30px);
    border-radius: 8px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .fast-modal__close {
    top: 15px;
    right: 15px;
  }
  .fast-modal__title {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
  .fast-modal__bottom {
    margin-top: 25px;
  }
  .fast-modal__notice {
    font-size: 0.75rem;
    letter-spacing: -0.36px;
    line-height: 120%;
  }
  .success-modal__body {
    padding: 30px 15px 23px;
    max-width: calc(100% - 30px);
    border-radius: 8px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 160px;
  }
  .success-modal__close {
    top: 15px;
    right: 15px;
  }
  .success-modal__title {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
  .success-modal__text {
    font-size: 1rem;
    max-width: 245px;
  }
}

/*# sourceMappingURL=style.css.map */
