@charset "UTF-8";
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/*--------- font-face ---------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Open+Sans:wght@800&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

html, body {
  height: 100%;
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type="search"],
input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="image"] {
  padding: 0;
  border: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  border: none;
}

input::-ms-clear {
  display: none;
}

.btn--full-reset {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.text-clip {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.grid {
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-cover-center__mod {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txt-uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.disable {
  pointer-events: none !important;
}

.hand {
  cursor: pointer !important;
}

.input__container {
  position: relative;
  margin-bottom: 20px;
}

.input__container input {
  padding: 12px 48px;
  height: 54px;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 0.5px solid #303030;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
}
.checkbox__container {
  padding-left: 21px;
}
.input__container .icon {
  position: absolute;
  left: 21px;
  top: 50%;
  width: 15px;
  z-index: 1;
  transform: translateY(-50%);
}

.input__container label {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 49px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

.input__container label span {
  color: var(--kmnd-color-accent);
}

.input__container label.focus {
  opacity: 0;
}

.checkbox__container input {
  visibility: hidden;
  position: absolute;
}

.checkbox__container input:checked + label:after {
  opacity: 1;
}

.checkbox__container label {
  display: block;
  position: static;
  padding-left: 40px;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  margin-bottom: -4px;
}

.checkbox__container label:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #1E1E1E;
}

.checkbox__container label:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 1px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../../img/check.svg");
  opacity: 0;
}

body {
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  color: var(--kmnd-color-primary);
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 560px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    padding: 0 10px;
  }
}
.text-center {
  text-align: center;
}

a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--kmnd-color-accent);
}

.content img {
  display: block;
  margin: 0 auto 46px;
}

.content h1 {
  margin-bottom: 20px;
}

.content h2 {
  margin-bottom: 16px;
}

.content h4, .content h3 {
  margin-bottom: 17px;
}

.content h6, .content h5 {
  margin-bottom: 14px;
}

.content ol,
.content ul {
  margin-bottom: 32px;
}

.content li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.content ul li {
  position: relative;
  padding-left: 18px;
}

.content ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.content ol {
  counter-reset: myCounter;
}

.content ol li {
  position: relative;
  padding-left: 20px;
}

.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}

.overflow {
  overflow: hidden;
}

blockquote {
  border-left: 8px solid #121314;
  background-color: #F3F4FF;
  padding: 16px 24px 16px 22px;
  margin: 0 0 24px;
}

*:focus {
  outline: none !important;
}

.bg_black {
  color: #fff;
  background: -o-linear-gradient(349.73deg, #0F0E10 0%, #1E1E1E 100%);
  background: linear-gradient(100.27deg, #0F0E10 0%, #1E1E1E 100%);
}

.bg_black h1, .bg_black h2, .bg_black h3, .bg_black h4, .bg_black h4, .bg_black h6, .bg_black .h1-title, .bg_black .h2-title, .bg_black .h3-title, .bg_black .h4-title, .bg_black .h5-title, .bg_black .h6-title {
  color: #fff;
}

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  display: block;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h1 span, h2 span, h3 span, h4 span, h4 span, h6 span, .h1-title span, .h2-title span, .h3-title span, .h4-title span, .h5-title span, .h6-title span {
  color: var(--kmnd-color-accent);
}

h1, .h1-title {
  font-size: 40px;
  font-size: calc(40px + (40 - 40) * ((100vw - 480px) / (1280 - 480)));
  line-height: 122%;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  h1, .h1-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  h1, .h1-title {
    font-size: 40px;
  }
}

h2, .h2-title {
  font-size: 36px;
  font-size: calc(30px + (36 - 30) * ((100vw - 480px) / (1280 - 480)));
  text-transform: uppercase;
  line-height: 34px;
}

@media (max-width: 480px) {
  h2, .h2-title {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  h2, .h2-title {
    font-size: 36px;
  }
}

h3, .h3-title {
  font-size: 32px;
  font-size: calc(24px + (32 - 24) * ((100vw - 480px) / (1280 - 480)));
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 480px) {
  h3, .h3-title {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  h3, .h3-title {
    font-size: 32px;
  }
}

h4, .h4-title {
  font-size: 27px;
  font-size: calc(20px + (27 - 20) * ((100vw - 480px) / (1280 - 480)));
  line-height: 126%;
}

@media (max-width: 480px) {
  h4, .h4-title {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  h4, .h4-title {
    font-size: 27px;
  }
}

h5, .h5-title {
  font-size: 24px;
  font-size: calc(16px + (24 - 16) * ((100vw - 480px) / (1280 - 480)));
  line-height: 126%;
}

@media (max-width: 480px) {
  h5, .h5-title {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  h5, .h5-title {
    font-size: 24px;
  }
}

h6, .h6-title {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * ((100vw - 480px) / (1280 - 480)));
  line-height: 20px;
}

@media (max-width: 480px) {
  h6, .h6-title {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  h6, .h6-title {
    font-size: 16px;
  }
}

.extra-bold {
  font-weight: 900;
}

.subtitle-large__mod {
  font-size: 16px;
  line-height: 1.3;
}

.subtitle-medium__mod {
  font-size: 14px;
  line-height: 16px;
}

.subtitle-small__mod {
  font-size: 13px;
  line-height: 16px;
}

.subtitle-large__mod,
.subtitle-medium__mod,
.subtitle-small__mod {
  display: block;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.title__white {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 54px;
  line-height: 66px;
  color: var(--kmnd-color-primary);
  margin-right: 20px;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 28px;
}

.title__white:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate(20px, -20px);
      -ms-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  border: 1px solid var(--kmnd-color-accent);
}

.first-letter:first-letter {
  color: var(--kmnd-color-accent);
}

.translate-border {
  position: relative;
  margin-right: 20px;
}

.translate-border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate(20px, -20px);
      -ms-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  border: 1px solid var(--kmnd-color-accent);
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-nav.disable {
  display: none;
}

.slider-nav .slick-arrow {
  font-size: 26px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  margin: 0 3px;
}

.slider-nav .slick-arrow:hover {
  color: var(--kmnd-color-accent);
}

.slider-nav .progress-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-nav .progress-counter > div {
  width: 72px;
  height: 1px;
  position: relative;
  background-color: #1E1E1E;
}

.slider-nav .progress-counter > div.current {
  background-color: var(--kmnd-color-accent);
}

.slider-nav .progress-counter > div.current span {
  color: var(--kmnd-color-accent);
}

.slider-nav .progress-counter > div span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1E1E1E;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slider-nav.vertical-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-nav.vertical-nav .slick-prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
}

.slider-nav.vertical-nav .slick-next {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slider-nav.vertical-nav .progress-counter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-nav.vertical-nav .progress-counter > div {
  height: 72px;
  width: 1px;
}

.slider-nav.vertical-nav .progress-counter > div span {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  white-space: nowrap;
  right: auto;
  bottom: 0;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.noscript {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #8e1f1f;
  background-color: #efafaf;
  text-align: center;
  z-index: 77777;
}

.noscript a {
  margin-left: 3px;
  margin-right: 3px;
  color: #630303;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .noscript a:hover {
    text-decoration: none;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: currentColor;
  line-height: 1em;
}

@font-face {
  font-family: "Icons";
  src: url("../../fonts/custom/Icons.eot");
  src: url("../../fonts/custom/Icons.eot?#iefix") format("eot"), url("../../fonts/custom/Icons.woff") format("woff"), url("../../fonts/custom/Icons.ttf") format("truetype"), url("../../fonts/custom/Icons.svg#Icons") format("svg");
}

.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-bookmark:before,
.icon-caret:before,
.icon-arrow-check:before,
.icon-heart:before,
.icon-mail:before,
.icon-phone:before,
.icon-tel:before,
.icon-user:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-left:before {
  content: '\E001';
}


.icon-arrow-right:before {
  content: '\E002';
}


.icon-bookmark:before {
  content: '\E003';
}


.icon-caret:before {
  content: '\E004';
}


.icon-arrow-check:before {
  content: '\E005';
}


.icon-heart:before {
  content: '\E006';
}


.icon-mail:before {
  content: '\E007';
}


.icon-phone:before {
  content: '\E008';
}


.icon-tel:before {
  content: '\E009';
}


.icon-user:before {
  content: '\E00A';
}

header {
  background: rgba(30, 30, 30, 0.01);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(245, 97, 1, 0.3);
  z-index: 99;
  position: fixed;
  /* opacity:0.9; */
}

header.black{
	background: #000;
}

header.active {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

@media only screen and (max-width: 1199px) {
  header {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 560px) {
  .header__row > .header__phone {
    display: none;
  }
}

.header__logo {
  padding-top: 14px;
  max-width: 200px;
  margin-left: -16px;
}

.header__nav .overlay, .header__nav .header__logo, .header__nav .header__phone {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
  }
  .header__nav nav {
    margin-left: auto;
    width: 342px;
    height: 100vh;
    background: -o-linear-gradient(310.49deg, #0F0E10 0%, #1E1E1E 99.57%);
    background: linear-gradient(139.51deg, #0F0E10 0%, #1E1E1E 99.57%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: 68px 31px 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
  }
  .header__nav .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(310.49deg, rgba(15, 14, 16, 0.1) 0%, rgba(30, 30, 30, 0.1) 99.57%);
    background: linear-gradient(139.51deg, rgba(15, 14, 16, 0.1) 0%, rgba(30, 30, 30, 0.1) 99.57%);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .header__nav .header__logo {
    display: block;
    margin-bottom: 35px;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .header__nav .header__phone {
    display: block;
    margin-left: 0;
  }
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

.header__phone span:not(.icon) {
  color: var(--kmnd-color-accent);
}

.header__phone span:not(.icon):first-child {
  padding-right: 15px;
}

.header__phone span:not(.icon):last-child {
  padding-left: 7px;
}

.header__phone .icon {
  font-size: 22px;
  margin-right: 14px;
}

@media only screen and (max-width: 1199px) {
  .header__phone {
    margin-left: auto;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}

.menu-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  margin-right: 38px;
}

.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-item-has-children .icon {
  font-size: 8px;
  display: inline-block;
  color: var(--kmnd-color-accent);
  margin: 6px;
}

.menu-item-has-children .icon:before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-item-has-children > a {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .menu-item-has-children:hover > .icon:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.menu-item-has-children > .icon.active:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) {
  .menu-item:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-item > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  padding-bottom: 35px;
}

.menu-item > .sub-menu:before {
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  height: calc(100% - 30px);
  z-index: 1;
}

.menu-item > .sub-menu > .sub-menu-item {
  position: relative;
  z-index: 2;
  width: 130px;
  margin-right: 90px;
}

.menu-item > .sub-menu > .sub-menu-item a {
  margin-bottom: 8px;
  display: inline-block;
}

.menu-item > .sub-menu > .sub-menu-item .sub-menu-item {
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
}

@media only screen and (max-width: 1300px) {
  .menu-item {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px;
  }
  .menu-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .menu-item-has-children {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-item-has-children > .menu-link {
    display: inline-block;
    width: calc(100% - 36px);
  }
  .menu-item-has-children > .icon {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    position: relative;
  }
  .menu-item-has-children > .icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0;
    border: 1px solid #fff;
    opacity: 0.2;
  }
  .menu-item > .sub-menu {
    position: static;
    padding: 10px 0 0px 10px;
  }
  .menu-item > .sub-menu:before {
    display: none;
  }
  .menu-item > .sub-menu .sub-menu {
    display: none;
  }
  .menu-item > .sub-menu .sub-menu-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    display: inline-block;
  }
  .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    line-height: 160%;
    font-weight: normal;
    text-transform: uppercase;
  }
}

.btn__burger {
  width: 34px;
  height: 34px;
  padding: 10px 7px;
  background-color: transparent;
  position: relative;
  display: none;
  margin-left: 45px;
}

.btn__burger span {
  display: block;
  height: 1px;
  background: var(--kmnd-color-accent);
  margin-bottom: 6px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn__burger span:last-child {
  margin-bottom: 0;
}

.btn__burger:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  left: -7px;
  width: 40px;
  max-width: inherit;
}

.btn__burger.active span:nth-child(2) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 0;
}

.btn__burger.active span:nth-child(3) {
  top: -7px;
  left: -7px;
  width: 40px;
  max-width: inherit;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn__burger.active:after {
  opacity: 0;
  -webkit-transform: rotate(325deg);
      -ms-transform: rotate(325deg);
          transform: rotate(325deg);
}

@media only screen and (max-width: 1199px) {
  .btn__burger {
    display: block;
  }
}

footer {
  background: -o-linear-gradient(359.97deg, #1E1E1E 0.02%, #272727 99.97%);
  background: linear-gradient(90.03deg, #1E1E1E 0.02%, #272727 99.97%);
  color: #fff;
  padding-bottom: 28px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__column:not(:first-child) {
  padding-top: 35px;
}

@media only screen and (max-width: 900px) {
  .footer__column:not(:first-child) {
    padding-top: 25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer__column.last-line {
  width: 221px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__column.last-line > p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__column.last-line > p:after {
  content: '';
  margin-left: 9px;
  display: inline-block;
  -webkit-box-flex: 9999;
      -ms-flex: 9999 9999 auto;
          flex: 9999 9999 auto;
  height: 1px;
  background-color: var(--kmnd-color-accent);
}

.footer__column.last-line .input__container {
  margin: 20px 0 5px;
  max-width: 100%;
}

.footer__column.last-line .input__container label {
  height: 47px;
  left: 15px;
}

.footer__column.last-line .input__container label span {
  padding-right: 5px;
}

.footer__column.last-line .input__container input {
  padding-left: 15px;
  height: 47px;
  border-color: #fff;
  color: #fff;
  background-color: transparent;

}

.footer__column.last-line .social__link {
  width: 47px;
  height: 47px;
  border: 0.5px solid #F56101;
  padding: 8px;
  margin-right: 10px;
}

.footer__column.last-line .social__list {
  margin: 0;
  margin-right: auto;
}

.footer__column.last-line .separator {
  -webkit-box-flex: 9999;
      -ms-flex: 9999 9999 auto;
          flex: 9999 9999 auto;
  display: none;
  height: 1px;
  background-color: var(--kmnd-color-accent);
}

@media only screen and (max-width: 1200px) {
  .footer__column.last-line {
    width: 100%;
    position: relative;

    align-items: flex-start;
  }
  .footer__column.last-line .social__list {
    margin-left: 13px;
  }
  .footer__column.last-line > p {
    top: 0px;
    position: absolute;
  }
  .footer__column.last-line > p:after {
    display: none;
  }
  .footer__column.last-line .input__container {
    width: 221px;
    margin: 0;
  }
  .footer__column.last-line .separator {
    display: block;
    margin-top: 23px;
  }
}

@media only screen and (max-width: 900px) {
  .footer__column.last-line {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 44px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__column.last-line > p {
    font-weight: 700;
  }
  .footer__column.last-line .separator {
    display: none;
  }
  .footer__column.last-line .social__list {
    margin-left: auto;
    padding-bottom: 0;
  }
  .footer__column.last-line .lang__list{
    margin-top: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer__column.last-line {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin: 23px 0;
  }
  .footer__column.last-line .input__container {
    width: 100%;
    margin: 20px 0;
  }
  .footer__column.last-line .social__list {
    margin-left: 0;
    margin-right: 15px;
  }
  .footer__column.last-line  .wpcf7{
    width: 100%;
  }
}

.footer__column:first-child {
  width: 30%;
}

@media only screen and (max-width: 900px) {
  .footer__column:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .footer__column:first-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 400px) {
  .footer__column {
    width: 50%;
  }
}

.footer__bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 25px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__logo {
  width: 311px;
  display: block;
  margin-bottom: 12px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

.footer__logo img {
  width: 100%;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .footer__contacts {
    width: 100%;
  }
}

.footer__contact {
  margin-right: 34px;
}

.footer__contact .label {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.footer__contact a, .footer__contact p {
  font-weight: 300;
  font-size: 12px;
  line-height: 110%;
}

.footer__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 18px;
  display: block;
}

.footer__item {
  margin-bottom: 8px;
}

.footer__link {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}

.footer__copyright {
  width: 35%;
  padding-right: 25px;
}

.footer__copyright p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.footer__copyright p .footer-bottom__link {
  padding-left: 19px;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .footer__copyright p .footer-bottom__link.ssl {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .footer__copyright p .footer-bottom__link.ssl {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .footer__copyright p .footer-bottom__link.terms {
    display: block;
  }
}

.footer__copyright p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .footer__copyright {
    width: 39%;
  }
}

@media only screen and (max-width: 900px) {
  .footer__copyright {
    width: 28%;
  }
  .footer__copyright p {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 600px) {
  .footer__copyright {
    width: 33%;
  }
  .footer__copyright p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: normal;
  }
  .footer__copyright p .footer-bottom__link {
    padding-left: 0;
    padding-top: 8px;
  }
}

@media only screen and (max-width: 400px) {
  .footer__copyright {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyright p {
    width: 50%;
  }
  .footer__copyright p:last-child {
    margin-bottom: 12px;
  }
  .footer__copyright p .footer-bottom__link.terms {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .footer__row {
    padding-top: 20px;
  }
  .footer__contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		flex-direction: row-reverse;
  }
  .footer__logo {
    -webkit-transform: translate(-10px);
        -ms-transform: translate(-10px);
            transform: translate(-10px);
  }
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__contact .label {
    font-size: 12px;
    line-height: 160%;
    padding-right: 5px;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyright {
    padding-right: 0;
  }
}

.footer-bottom__nav {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}

@media only screen and (max-width: 900px) {
  .footer-bottom__nav {
    width: 72%;
  }
}

@media only screen and (max-width: 600px) {
  .footer-bottom__nav {
    width: 66%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .footer-bottom__nav {
    width: 100%;
  }
}

.footer-bottom__item {
  margin-bottom: 8px;
  width: 20%;
}



@media only screen and (max-width: 767px) {
	.lg, .desk{
		display:none;
	}
}

@media only screen and (min-width: 768px) {
	br.sm, .mob{
		display:none;
	}
}



@media only screen and (max-width: 1200px) {
  .footer-bottom__item {
    width: 25%;
  }
  .footer-bottom__item.ssl {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .footer-bottom__item {
    width: 33%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-bottom__item.ssl {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 600px) {
  .footer-bottom__item {
    width: 50%;
  }
  .footer-bottom__item.terms {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .footer-bottom__item {
    margin-bottom: 12px;
  }
  .footer-bottom__item.terms {
    display: block;
  }
}

.lang__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 3px;
}

@media only screen and (max-width: 1200px) {
  .lang__list {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .lang__list {
    margin-left: 13px;
  }
}

.lang__link {
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--kmnd-color-accent);
  background-color: transparent;
  color: #fff;
}

.lang__link.active {
  background-color: var(--kmnd-color-accent);
  color: var(--kmnd-color-primary);
}

.lang__link:not(.active):hover {
  color: #fff;
}
/****btn*********/
.btn {
  background-color: var(--kmnd-color-accent);
  padding: 11px 16px;
  min-width: 312px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  text-align: center;
}

.btn_orange-white {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #fff;
}

.btn_orange-white:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_orange-black {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: var(--kmnd-color-primary);
}

.btn_orange-black:hover {
  color: var(--kmnd-color-primary);
  opacity: 0.8;
}


.btn.btn_orange-white {
    color: #353535!important;
    height: 50px!important;
    padding: 8px 16px;
}
.tab-content{
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -99;
  opacity: 0;
  transition: opacity .4s ease;
}
.tab-content.active{
  opacity: 1;
  z-index: 1;
  visibility: visible;
  position: static;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.typical-img{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.typical-img > *{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
.typical-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.typical-img:before{
  padding-bottom: 100%;
  display: block;
  content: '';
}
@media only screen and (max-width: 1199px) {
  .header__logo {
    padding-top: 4px;
    padding-bottom: 9px;
  }
  .btn__burger {
    margin-right: 9px;
    margin-left: 36px;
  }
  .header__phone {
    font-size: 15px;
    margin-top: 4px;
    letter-spacing: 0.17em;
  }
  .header__phone .icon {
    margin-right: 8px;
  }
  .header__phone span:not(.icon):first-child {
    padding-right: 9px;
  }

}

@media only screen and (max-width: 959px) {
  .input__container label {
    height: 55px;
    left: 62px;
    font-size: 18px;
  }
  .input__container {
    margin-bottom: 27px;
  }
  .checkbox__container label {
    padding-left: 49px;
    font-size: 14px;
    height: auto;
  }
  .checkbox__container {
    margin-bottom: 25px;
  }
  .btn__burger {
    margin-right: 5px;
  }
  .header{
    min-height:74px
  }
}
@media only screen and (max-width: 641px) {
  .header__phone{
    display: none;
  }
}
@media only screen and (max-width: 639px){
  .header__logo {
    padding-top: 2px;
    padding-bottom: 7px;
    width: 220px;
    max-width: 100%;
    margin-left: -7px;
  }
  .header__logo img{
    width: 100%;
  }
  .btn__burger {
    margin-right: 9px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 479px){
  .header__logo {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
  }
  .btn__burger {
    margin-right: 8px;
    margin-top: 4px;
    margin-left: 6px;
  }
  .input__container {
    margin-bottom: 16px;
  }
  .title__white:before {
    -webkit-transform: translate(10px, -20px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
}
