.description__section .row:not(.row_reverse) .col:nth-of-type(1) {
  padding-right: 20px;
}
.description__section .row:not(.row_reverse) .col:nth-of-type(2) {
  padding-left: 20px;
}
.description__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  max-width: 785px;
}
.description__col {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
}
.description__col:nth-of-type(even) {
  margin-right: 0;
}
.description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.description__title {
  margin-bottom: 30px;
  max-width: 620px;
}
.description__title_inverted {
  color: var(--kmnd-body-color-primary-inverted);
}
.description__subtitle {
  margin-bottom: 40px;
  max-width: 469px;
}
.description__btn {
  margin-top: 40px;
}
.description__image {
  border-radius: 30px;
}

@media only screen and (max-width: 1200px) {
  .description__section .row {
    display: block;
  }
  .description__section .col {
    width: 100%;
  }
  .description__title {
    max-width: 100%;
  }
  .description__content {
    margin-top: 40px;
  }
  .description__subtitle {
    max-width: calc((100% - 25px) / 2);
  }
  .description__row {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .description__row {
    display: block;
  }
  .description__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .description__col:last-of-type {
    margin-bottom: 0;
  }
  .description__content {
    margin-top: 20px;
  }
  .description__title {
    margin-bottom: 15px;
  }
  .description__subtitle {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .description__btn {
    margin-top: 20px;
  }
  .description__image {
    border-radius: 20px;
  }
}
.preview__title {
  margin-bottom: 40px;
}
.preview__title_secondary {
  margin-bottom: 30px;
}
.preview__actions {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.preview__actions .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.preview__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.preview__cat {
  border-radius: 15px;
  border: 2px solid rgba(36, 80, 94, 0.1);
  text-decoration: none;
  display: block;
  padding: 12px 23px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
  color: var(--kmnd-body-color-primary);
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.preview__cat:hover {
  color: var(--kmnd-body-color-accent);
  border-color: #F75E02;
}
.preview__cat_active {
  background: var(--kmnd-body-background-accent);
  border-color: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
}
.preview__cat_active:hover {
  color: var(--kmnd-body-color-primary-inverted);
}
.preview__slider .swiper-slide {
  height: auto;
}
.preview__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.preview__pagination .swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  opacity: 1 !important;
  background: none !important;
  border: solid 2px rgba(36, 80, 94, 0.1);
  margin: 0 3.5px !important;
}
.preview__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #F75E02 !important;
}
.preview__cat-select {
  display: none;
  position: relative;
  z-index: 6;
  margin-right: 10px;
}
.preview__cat-select_active .preview__cat-select-toggler:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-filter: invert(61%) sepia(93%) saturate(5168%) hue-rotate(3deg) brightness(96%) contrast(101%);
          filter: invert(61%) sepia(93%) saturate(5168%) hue-rotate(3deg) brightness(96%) contrast(101%);
}
.preview__cat-select_active .preview__cat-select-list {
  display: block;
}
.preview__cat-select-toggler {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 15px;
  border: 2px solid var(--kmnd-body-border-color-secondary);
  padding: 12px 40px 12px 25px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: var(--kmnd-body-color-primary);
  width: 100%;
  font-size: 1.063rem;
  cursor: pointer;
  position: relative;
}
.preview__cat-select-toggler:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none' viewBox='0 0 10 7'%3E%3Cpath fill='%23DBDFE2' stroke='%23DBDFE2' d='M4.688 5.61 1.52 1.65A.4.4 0 0 1 1.832 1h6.336a.4.4 0 0 1 .312.65L5.312 5.61a.4.4 0 0 1-.624 0Z'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  pointer-events: none;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.preview__cat-select-toggler p {
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: var(--kmnd-body-color-primary);
  opacity: 0.3;
  font-size: 1.063rem;
  margin-right: 10px;
}
.preview__cat-select-list {
  position: absolute;
  bottom: 17px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  width: 100%;
  padding: 20px 20px 20px 25px;
  background: var(--kmnd-body-background-primary);
  border: solid 2px var(--kmnd-body-border-color-secondary);
  border-top: none;
  border-radius: 0 0 15px 15px;
  display: none;
}
.preview__cat-select-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.preview__cat-select-item a {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: var(--kmnd-body-color-primary);
  font-size: 1.063rem;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  text-decoration: none;
  position: relative;
}
.preview__cat-select-item a:after {
  content: "";
  width: 0%;
  bottom: -1px;
  left: 0;
  background: var(--kmnd-body-background-accent);
  height: 1px;
  position: absolute;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.preview__cat-select-item a:hover {
  color: var(--kmnd-body-color-accent);
}
.preview__cat-select-item a:hover:after {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .preview__cats {
    display: none;
  }
  .preview__cat-select {
    display: block;
  }
  .preview__cat-select-toggler {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
  }
  .preview__cat-select-toggler p {
    font-size: 0.938rem;
  }
  .preview__cat-select-toggler span {
    font-size: 0.938rem;
  }
  .preview__cat-select-list {
    padding-left: 20px;
  }
  .preview__cat-select-item a {
    font-size: 0.938rem;
  }
}
@media only screen and (max-width: 576px) {
  .preview__title {
    margin-bottom: 20px;
  }
  .preview__title_secondary {
    margin-bottom: 20px;
  }
  .preview__pagination {
    margin-top: 30px;
  }
  .preview__slider-wrapper {
    position: relative;
    left: -15px;
    width: 100vw;
  }
  .preview__slider .swiper-slide {
    width: calc(100vw - 30px);
  }
  .preview__slider .swiper-slide:first-of-type {
    margin-left: 15px;
  }
  .preview__slider .swiper-slide:last-of-type {
    margin-right: 15px;
  }
  .preview__cat-select {
    width: 100%;
    max-width: unset;
  }
}
.categories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.categories__col {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-top: 20px;
}
.categories__col:nth-of-type(even) {
  margin-right: 0;
}
.categories__col:nth-of-type(1), .categories__col:nth-of-type(2) {
  margin-top: 0;
}
.categories__item {
  position: relative;
  width: 100%;
  border-radius: 23px;
  overflow: hidden;
}
.categories__item:before {
  content: "";
  padding-top: 80.4597701149%;
  display: block;
  position: relative;
}
.categories__item:hover .categories__background {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.categories__item:hover .categories__background:before {
  opacity: 0.55;
}
.categories__background {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  height: 100%;
  display: block;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.categories__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D1D1B;
  opacity: 0.3;
  z-index: 1;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.categories__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.77%, rgba(23, 20, 19, 0)), to(#171413));
  background: linear-gradient(180deg, rgba(23, 20, 19, 0) 42.77%, #171413 100%);
  opacity: 0.3;
  z-index: 1;
}
.categories__name {
  padding: 8px 16px;
  border-radius: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: var(--kmnd-body-color-primary-inverted);
  top: 40px;
  left: 40px;
  z-index: 2;
  position: absolute;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.categories__name:hover {
  color: var(--kmnd-body-color-accent);
  border-color: #F75E02;
}
.categories__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}
.categories__tag {
  padding: 8px 16px;
  border-radius: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: var(--kmnd-body-color-primary-inverted);
  text-decoration: none;
  z-index: 1;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.categories__tag:hover {
  color: var(--kmnd-body-color-accent);
  border-color: #F75E02;
}
.categories__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  max-width: 540px;
}

@media only screen and (max-width: 992px) {
  .categories__row {
    display: block;
  }
  .categories__col {
    margin-right: 0;
    width: 100%;
  }
  .categories__col:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .categories__col {
    margin-top: 5px;
  }
  .categories__col:nth-of-type(2) {
    margin-top: 5px;
  }
  .categories__item {
    border-radius: 20px;
  }
  .categories__item:before {
    padding-top: 85.0219640074%;
  }
  .categories__name {
    font-size: 0.75rem;
    padding: 7px 14px;
    letter-spacing: -0.36px;
    border-radius: 12px;
    top: 20px;
    left: 20px;
    background: var(--kmnd-body-background-accent);
    border-color: var(--kmnd-body-background-accent);
  }
  .categories__tags {
    bottom: 20px;
    left: 20px;
  }
  .categories__tag {
    font-size: 0.75rem;
    padding: 7px 14px;
    letter-spacing: -0.36px;
    border-radius: 12px;
    background: var(--kmnd-body-background-accent);
    border-color: var(--kmnd-body-background-accent);
  }
}
.features__section:after {
  content: "";
  position: absolute;
  left: -50px;
  width: 283px;
  height: 537px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='238' height='538' fill='none' viewBox='0 0 238 538'%3E%3Cpath fill='%2389A79E' d='m236.897 302.291-1.844-26.193-25.823-2.758c-1.845 0-3.228-.459-4.15-.459-2.767-.46-5.534-.46-11.989-1.379-9.684-.919-18.906-1.379-27.668-1.379-73.318 0-120.352 29.411-147.559 56.064-45.19 43.656-68.246 108.91-63.174 179.22l1.845 26.193 26.284 2.757c2.306.46 4.15.46 5.995.919 6.916.92 11.528 1.379 29.511 1.839 64.096 2.757 119.431-17.463 159.549-58.362 41.501-43.656 64.096-109.829 59.023-176.462ZM114.7 425.447c-19.367 17.463-45.19 28.032-76.085 30.33 5.072-29.87 17.984-54.685 37.812-72.148 19.828-17.922 45.651-28.032 76.085-30.329-5.533 29.41-18.445 54.225-37.812 72.147ZM236.897 32.324l-1.844-26.193-25.823-2.758c-1.845 0-3.228-.46-4.15-.46-2.767-.459-5.534-.459-11.989-1.378C183.407.616 174.185.157 165.423.157 92.105.157 45.071 29.567 17.864 56.22c-45.19 43.656-68.246 108.911-63.174 179.22l1.845 26.193 26.284 2.758c2.306.459 4.15.459 5.995.919 6.916.919 11.528 1.378 29.511 1.838 64.096 2.757 119.431-17.463 159.549-58.361 41.501-43.656 64.096-109.37 59.023-176.463ZM114.7 155.48c-19.367 17.463-45.19 28.032-76.085 30.33 5.072-29.87 17.984-54.685 37.812-72.148 19.828-17.922 45.651-28.031 76.085-30.33-5.533 29.411-18.445 54.226-37.812 72.148Z'/%3E%3C/svg%3E") no-repeat center/contain;
  bottom: 30%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.features__title {
  max-width: 638px;
}
.features__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 66px;
}
.features__subtitle p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.54px;
  color: var(--kmnd-body-color-primary-inverted);
}
.features__subtitle p:nth-of-type(1) {
  width: 175px;
  margin-right: 56px;
}
.features__subtitle p:nth-of-type(2) {
  width: 248px;
}

.features__item {
  background: var(--kmnd-body-background-primary);
  border-radius: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.features__content {
  padding: 35px;
  max-width: 407px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.features__content a {
  text-decoration: none;
  display: block;
}
.features__image {
  width: calc(50% - 15px);
  position: relative;
  display: block;
  margin-left: auto;
  border-radius: 28px;
}
.features__image:after {
  content: "";
  position: relative;
  padding-top: 121.4285714286%;
  display: block;
}
.features__name {
  margin-bottom: 20px;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.features__name:hover {
  color: var(--kmnd-body-color-accent);
}
.features__text {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
}
.features__btn {
  margin-top: auto;
}
.features__btn:hover {
  color: var(--kmnd-body-color-primary-inverted) !important;
  background: var(--kmnd-body-background-accent) !important;
}

@media only screen and (max-width: 1200px) {
  .features__section:after {
    display: none;
  }
  .features__image {
    width: 100%;
  }
  .features__image:after {
    padding-top: 71.6417910448%;
  }
  .features__content {
    max-width: 100%;
  }
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 506px;
  }
}
@media only screen and (max-width: 992px) {
  .features__title {
    max-width: 100%;
  }
  .features__subtitle p br {
    display: none;
  }
  .features__subtitle p:nth-of-type(1) {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .features__subtitle p:nth-of-type(2) {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
  }
  .features__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 300px;
  }
  .features__image {
    width: calc(50% - 15px);
  }
  .features__image:after {
    padding-top: 70%;
  }
  .features__content {
    width: calc(50% - 15px);
  }
  .features__list {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .features__subtitle {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .features__subtitle p {
    font-size: 1rem;
  }
  .features__subtitle p:nth-of-type(1), .features__subtitle p:nth-of-type(2) {
    width: 100%;
  }
  .features__subtitle p:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .features__subtitle p br {
    display: none;
  }
  .features__list {
    margin-top: 30px;
  }
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 506px;
  }
  .features__item:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .features__image {
    width: 100%;
  }
  .features__image:after {
    padding-top: 71.6417910448%;
  }
  .features__content {
    width: 100%;
    padding: 20px 7px 10px 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .features__name {
    margin-bottom: 15px;
  }
  .features__text {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}
.background-wrap {
  position: relative;
}
.background-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: calc(100% - 40px);
  left: 20px;
  background: var(--kmnd-body-background-secondary-inverted);
  bottom: 120px;
  top: 678px;
}
.background-wrap_top:before {
  top: 0;
}
.background-wrap_bottom:before {
  bottom: 0;
}
.background-wrap .section {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .background-wrap:before {
    left: 0;
    top: 500px;
    width: 100%;
    border-radius: 0px;
  }
  .background-wrap_top:before {
    top: 0;
  }
  .background-wrap_bottom:before {
    bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .background-wrap:before {
    top: 583px;
    bottom: 50px;
  }
  .background-wrap_top:before {
    top: 0;
  }
  .background-wrap_bottom:before {
    bottom: 0;
  }
}
.clients__title {
  max-width: 742px;
  margin-bottom: 40px;
}
.clients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clients__col {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.clients__col:nth-of-type(4n+4) {
  margin-right: 0;
}
.clients__item {
  border-radius: 30px;
  border: 2px solid var(--kmnd-body-border-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 40px;
}
.clients__item a {
  text-decoration: none;
  display: block;
}
.clients__name {
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -1px;
  margin-bottom: 6px;
  color: var(--kmnd-body-color-primary);
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.clients__name:hover {
  color: var(--kmnd-body-color-accent);
}
.clients__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
}
.clients__details img {
  display: block;
  height: auto;
  width: 100px;
}
.clients__num {
  padding: 9px 16px;
  border-radius: 15px;
  line-height: 130%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
  border: 2px solid rgba(46, 42, 44, 0.1);
  color: rgba(29, 29, 27, 0.6);
}

@media only screen and (max-width: 1500px) {
  .clients__details img {
    width: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .clients__details img {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .clients__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clients__col {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 20px;
  }
  .clients__col:nth-of-type(even) {
    margin-right: 0;
  }
  .clients__col:nth-of-type(1), .clients__col:nth-of-type(2) {
    margin-top: 0;
  }
  .clients__details img {
    display: block;
    width: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .clients__title {
    margin-bottom: 20px;
  }
  .clients__row {
    display: block;
  }
  .clients__col {
    width: 100%;
    margin-top: 5px;
  }
  .clients__col:nth-of-type(2) {
    margin-top: 5px;
  }
  .clients__item {
    min-height: 160px;
    border-radius: 20px;
    padding: 20px;
  }
  .clients__name {
    margin-bottom: 3px;
    font-size: 1.375rem;
    line-height: 95%;
    letter-spacing: -0.88px;
  }
  .clients__num {
    font-size: 0.75rem;
    line-height: 90%;
    letter-spacing: -0.36px;
    border-radius: 12px;
  }
  .clients__details img {
    width: 80px;
  }
}
.offers__item {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: block;
}
.offers__item:after {
  content: "";
  padding-top: 59.7701149425%;
  display: block;
  position: relative;
}
.offers__item_small:after {
  padding-top: 50.4587155963%;
}
.offers__item:hover .offers__background {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.offers__item:hover .offers__background:before {
  opacity: 0.55;
}
.offers__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.offers__background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.77%, rgba(23, 20, 19, 0)), to(#171413));
  background: linear-gradient(180deg, rgba(23, 20, 19, 0) 42.77%, #171413 100%);
}
.offers__background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #1D1D1B;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.offers__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
.offers__title {
  color: var(--kmnd-body-color-primary-inverted);
  max-width: 370px;
}
.offers__btn {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.offers__btn:hover {
  background: var(--kmnd-body-background-accent) !important;
  color: var(--kmnd-body-color-primary-inverted) !important;
}

@media only screen and (max-width: 1200px) {
  .offers__section .row {
    display: block;
  }
  .offers__section .col {
    width: 100%;
  }
  .offers__section .col:not(:first-of-type) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .offers__section .col:not(:first-of-type) {
    margin-top: 5px;
  }
  .offers__item {
    border-radius: 20px;
  }
  .offers__item:after {
    padding-top: 85.2173913043%;
  }
  .offers__item_small:after {
    padding-top: 85.2173913043%;
  }
  .offers__content {
    padding: 20px;
  }
  .offers__title {
    font-size: 1.625rem;
    letter-spacing: -1.3px;
  }
}
.experience__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.experience__slider .swiper-slide {
  height: auto;
}
.experience__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.experience__pagination .swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  opacity: 1 !important;
  background: none !important;
  border: solid 2px rgba(36, 80, 94, 0.1);
  margin: 0 3.5px !important;
}
.experience__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #F75E02 !important;
}

@media only screen and (max-width: 576px) {
  .experience__heading {
    margin-bottom: 20px;
  }
  .experience__heading .btn {
    display: none;
  }
  .experience__pagination {
    margin-top: 30px;
  }
  .experience__slider-wrapper {
    position: relative;
    left: -15px;
    width: 100vw;
  }
  .experience__slider .swiper-slide {
    width: calc(100vw - 30px);
  }
  .experience__slider .swiper-slide:first-of-type {
    margin-left: 15px;
  }
  .experience__slider .swiper-slide:last-of-type {
    margin-right: 15px;
  }
}
.subtext__article h5 {
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1px;
}
.subtext__article h5:not(:last-child) {
  margin-bottom: 30px;
}
.subtext__article h5:not(:first-child) {
  margin-top: 40px;
}
.subtext__article p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.54px;
}
.subtext__article p:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
  .subtext__article h5 {
    font-size: 1.125rem;
    letter-spacing: -0.72px;
  }
  .subtext__article h5:not(:last-child) {
    margin-bottom: 20px;
  }
  .subtext__article h5:not(:first-child) {
    margin-top: 30px;
  }
  .subtext__article p {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .subtext__article p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.decisions__item {
  padding: 40px 0;
  border-bottom: solid 2px var(--kmnd-body-border-color-secondary);
}
.decisions__item:first-of-type {
  padding-top: 0;
}
.decisions__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.decisions__heading a {
  text-decoration: none;
  display: block;
}
.decisions__title {
  max-width: 353px;
  margin-right: auto;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.decisions__title:hover {
  color: var(--kmnd-body-color-accent);
}
.decisions__image {
  margin-left: 60px;
  width: 48.8505747126%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.decisions__image:after {
  content: "";
  position: relative;
  display: block;
  padding-top: 127.0588235294%;
}
.decisions__content {
  padding-left: 20px;
}
.decisions__text {
  margin-bottom: 40px;
}
.decisions__text p:nth-of-type(1) {
  color: var(--kmnd-body-color-neutral);
  margin-bottom: 20px;
}
.decisions__text p:nth-of-type(2) {
  margin-bottom: 30px;
}
.decisions__text p:nth-of-type(3) {
  margin-bottom: 20px;
  color: var(--kmnd-body-color-accent);
}
.decisions__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.decisions__tag {
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  border: solid 2px #EE5C00;
  border-radius: 15px;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: var(--kmnd-body-color-primary);
  text-decoration: none;
  padding: 12px 23px;
}
.decisions__tag:hover {
  color: var(--kmnd-body-color-accent);
}

@media only screen and (max-width: 992px) {
  .decisions__heading {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .decisions__content {
    padding-left: 0;
  }
  .decisions__image:after {
    padding-top: 69.5652173913%;
  }
}
@media only screen and (max-width: 576px) {
  .decisions__item {
    padding: 20px 0;
  }
  .decisions__item:first-of-type {
    padding-top: 0;
  }
  .decisions__heading {
    display: block;
    margin-bottom: 20px;
  }
  .decisions__title {
    margin-bottom: 20px;
  }
  .decisions__image {
    margin-left: 0;
    width: 100%;
  }
  .decisions__text {
    margin-bottom: 20px;
  }
  .decisions__text p:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .decisions__text p:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .decisions__text p:nth-of-type(3) {
    margin-bottom: 15px;
  }
  .decisions__tags {
    gap: 5px;
  }
  .decisions__tag {
    font-size: 0.875rem;
    letter-spacing: -0.42px;
    padding: 11px 23px;
  }
}
.suggestions__title {
  margin-bottom: 40px;
}
.suggestions__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 19px;
}
.suggestions__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.suggestions__item:after {
  content: "";
  position: relative;
  padding-top: 45.9770114943%;
  display: block;
}
.suggestions__item_big:after {
  padding-top: 93.6854190586%;
}
.suggestions__item:hover .suggestions__item-background {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.suggestions__item:hover .suggestions__item-background:after {
  opacity: 0.55;
}
.suggestions__item-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.suggestions__item-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #1D1D1B;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.suggestions__item-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0)), to(#202020));
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
  display: block;
  opacity: 0.3;
}
.suggestions__item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.suggestions__item-title {
  color: var(--kmnd-body-color-primary-inverted);
  max-width: 458px;
  margin-bottom: auto;
}
.suggestions__item-btn {
  color: var(--kmnd-body-color-primary-inverted) !important;
  margin-top: 20px;
}
.suggestions__item-btn:hover {
  color: var(--kmnd-body-color-accent) !important;
}

@media only screen and (max-width: 992px) {
  .suggestions__item_big {
    margin-top: 16px;
  }
  .suggestions__item_big:after {
    padding-top: 45.9770114943%;
  }
}
@media only screen and (max-width: 576px) {
  .suggestions__item:after {
    padding-top: 69.5652173913%;
  }
  .suggestions__item:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .suggestions__item_big {
    margin-top: 5px;
  }
  .suggestions__item-content {
    padding: 20px;
  }
}
.coop__title {
  margin-bottom: 40px;
}
.coop__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.coop__col {
  width: calc((100% - 140px) / 8);
}
.coop__item {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 30px;
  border: 2px solid var(--kmnd-body-border-color-secondary);
  text-decoration: none;
}
.coop__item:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.coop__image {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.coop__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .coop__col {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 576px) {
  .coop__title {
    margin-bottom: 20px;
  }
  .coop__grid {
    gap: 6px;
  }
  .coop__grid_full .coop__col {
    display: block;
  }
  .coop__col {
    width: calc((100% - 12px) / 3);
    display: none;
  }
  .coop__col:nth-of-type(1), .coop__col:nth-of-type(2), .coop__col:nth-of-type(3), .coop__col:nth-of-type(4), .coop__col:nth-of-type(5), .coop__col:nth-of-type(6), .coop__col:nth-of-type(7), .coop__col:nth-of-type(8), .coop__col:nth-of-type(9) {
    display: block;
  }
  .coop__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.why__title {
  max-width: 742px;
  margin-bottom: 40px;
}
.why__title_inverted {
  color: var(--kmnd-body-color-primary-inverted);
}
.why__row {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why__col {
  width: calc((100% - 60px) / 4);
}
.why__item {
  border-radius: 30px;
  border: 2px solid var(--kmnd-body-border-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 40px;
  min-height: 380px;
  background: var(--kmnd-body-background-primary);
}
.why__item-title {
  color: #EE5C00;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -1px;
  font-size: 1.563rem;
  margin: 0 0 20px;
}
.why__item-text {
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  max-width: 260px;
}
.why__item-icon {
  height: 80px;
  width: auto;
  display: block;
  margin-top: auto;
}

@media (max-width: 1200px) {
  .why__col {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 576px) {
  .why__title {
    margin-bottom: 20px;
  }
  .why__col {
    width: 100%;
  }
  .why__item {
    border-radius: 20px;
    padding: 20px;
    min-height: 224px;
  }
  .why__item-title {
    font-weight: 700;
    line-height: 95%;
    letter-spacing: -0.88px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
  .why__item-text {
    letter-spacing: -0.48px;
    font-size: 1rem;
  }
  .why__item-icon {
    height: 50px;
  }
}
.goods__title {
  margin-bottom: 40px;
  color: var(--kmnd-body-color-primary-inverted);
  max-width: 556px;
}
.goods__text {
  color: var(--kmnd-body-color-primary-inverted);
  max-width: 462px;
}
.goods__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.goods__col {
  width: calc((100% - 20px) / 2);
}
.goods__col .why__item {
  background: var(--kmnd-body-background-primary);
}

@media only screen and (max-width: 992px) {
  .goods__grid {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .goods__grid {
    margin-top: 20px;
    gap: 5px;
  }
  .goods__col {
    width: 100%;
  }
}
.catalog__heading {
  margin-bottom: 40px;
}
.catalog__sort {
  position: relative;
  max-width: 425px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 5;
}
.catalog__sort_active .catalog__sort-toggler:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-filter: invert(61%) sepia(93%) saturate(5168%) hue-rotate(3deg) brightness(96%) contrast(101%);
          filter: invert(61%) sepia(93%) saturate(5168%) hue-rotate(3deg) brightness(96%) contrast(101%);
}
.catalog__sort_active .catalog__sort-list {
  display: block;
}
.catalog__sort:not(.catalog__sort_active) .catalog__sort-toggler:hover {
  border-color: var(--kmnd-body-background-accent);
}
.catalog__sort-toggler {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 15px;
  border: 2px solid var(--kmnd-body-border-color-secondary);
  padding: 12px 40px 12px 25px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: var(--kmnd-body-color-primary);
  width: 100%;
  font-size: 1.063rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.catalog__sort-toggler:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none' viewBox='0 0 10 7'%3E%3Cpath fill='%23DBDFE2' stroke='%23DBDFE2' d='M4.688 5.61 1.52 1.65A.4.4 0 0 1 1.832 1h6.336a.4.4 0 0 1 .312.65L5.312 5.61a.4.4 0 0 1-.624 0Z'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  pointer-events: none;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.catalog__sort-toggler p {
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
  color: var(--kmnd-body-color-primary);
  opacity: 0.3;
  font-size: 1.063rem;
  margin-right: 10px;
}
.catalog__sort-list {
  position: absolute;
  bottom: 17px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  width: 100%;
  padding: 20px 20px 20px 124px;
  background: var(--kmnd-body-background-primary);
  border: solid 2px var(--kmnd-body-border-color-secondary);
  border-top: none;
  border-radius: 0 0 15px 15px;
  display: none;
}
.catalog__sort-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.catalog__sort-item a {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: var(--kmnd-body-color-primary);
  font-size: 1.063rem;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  text-decoration: none;
  position: relative;
}
.catalog__sort-item a:after {
  content: "";
  width: 0%;
  bottom: -1px;
  left: 0;
  background: var(--kmnd-body-background-accent);
  height: 1px;
  position: absolute;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.catalog__sort-item a:hover {
  color: var(--kmnd-body-color-accent);
}
.catalog__sort-item a:hover:after {
  width: 100%;
}
.catalog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.catalog__col {
  width: calc((100% - 60px) / 4);
}
.catalog__bottom {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

@media only screen and (max-width: 1600px) {
  .catalog__section .preview__actions {
    display: block;
  }
  .catalog__sort {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .catalog__grid {
    gap: 10px;
  }
  .catalog__col {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 992px) {
  .catalog__title {
    margin-bottom: 40px;
  }
  .catalog__section .preview__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .catalog__section .preview__cat-select select {
    font-size: 0.938rem;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .catalog__sort {
    margin-top: 0;
  }
  .catalog__sort-toggler {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
  }
  .catalog__sort-toggler p {
    font-size: 0.938rem;
  }
  .catalog__sort-toggler span {
    font-size: 0.938rem;
  }
  .catalog__sort-list {
    padding-left: 108px;
  }
  .catalog__sort-item a {
    font-size: 0.938rem;
  }
  .catalog__grid {
    gap: 20px;
  }
  .catalog__col {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 576px) {
  .catalog__heading {
    margin-bottom: 20px;
  }
  .catalog__title {
    margin-bottom: 20px;
  }
  .catalog__section .preview__actions {
    display: block;
    margin-bottom: 20px;
  }
  .catalog__section .preview__cat-select {
    width: 100%;
    margin-bottom: 5px;
  }
  .catalog__sort {
    width: 100%;
    max-width: unset;
  }
  .catalog__grid {
    gap: 5px;
  }
  .catalog__grid_full .catalog__col {
    display: block;
  }
  .catalog__col {
    width: 100%;
    display: none;
  }
  .catalog__col:nth-of-type(1), .catalog__col:nth-of-type(2), .catalog__col:nth-of-type(3), .catalog__col:nth-of-type(4), .catalog__col:nth-of-type(5), .catalog__col:nth-of-type(6), .catalog__col:nth-of-type(7) {
    display: block;
  }
  .catalog__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.advice__title {
  margin-bottom: 45px;
}

@media only screen and (max-width: 576px) {
  .advice__title {
    margin-bottom: 20px;
  }
}


/*************Product Page********************/



.product__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  position: sticky;
  top: 90px;
}
.product__section .col:nth-of-type(1) {
  padding-right: 20px;
}
.product__section .col:nth-of-type(2) {
  padding-left: 20px;
}
.product__title {
  color: var(--kmnd-body-color-accent);
  margin: 0 0 30px;
}
.product__subtitle {
  font-size: 1.125rem;
  color: #A5A5A4;
  font-weight: 500;
}
.product__description {
  margin: 20px 0 30px;
  max-width: 701px;
}
.product__description p {
  font-weight: 500;
  font-size: 1.125rem;
}
.product__description p:not(:last-of-type) {
  margin-bottom: 20px;
}
.product__stats {
  list-style: none;
  max-width: 701px;
}
.product__stats li {
  font-size: 1.125rem;
  font-weight: 500;
}
.product__stats li:not(:last-of-type) {
  margin-bottom: 10px;
}
.product__stats figure {
  height: 40px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px var(--kmnd-body-border-color-secondary);
  border-radius: 12px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  gap: 20px;
}
.product__bottom .btn {
  font-size: 1.125rem;
  padding: 16px 16px;
  min-width: 208px;
  min-height: 60px;
}
.product__details {
  margin-top: 5px;
}
.product__details-item {
  border-bottom: solid 2px var(--kmnd-body-border-color-secondary);
  padding-top: 25px;
  padding-bottom: 25px;
}
.product__details-item_active .product__details-item-head {
  color: var(--kmnd-body-color-accent);
}
.product__details-item_active .product__details-item-head:after {
  -webkit-filter: invert(56%) sepia(100%) saturate(5131%) hue-rotate(9deg) brightness(101%) contrast(101%);
          filter: invert(56%) sepia(100%) saturate(5131%) hue-rotate(9deg) brightness(101%) contrast(101%);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__details-item_active .product__details-item-body {
  padding-top: 20px;
  max-height: 500px;
}
.product__details-item-head {
  position: relative;
  padding-right: 20px;
  font-size: 1.375rem;
  font-weight: 700;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  cursor: pointer;
}
.product__details-item-head:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' fill='none' viewBox='0 0 11 8'%3E%3Cpath fill='%23DBDFE2' stroke='%23DBDFE2' d='M5.18 6.573 1.48 1.64A.4.4 0 0 1 1.8 1h7.4a.4.4 0 0 1 .32.64l-3.7 4.933a.4.4 0 0 1-.64 0Z'/%3E%3C/svg%3E") no-repeat center/cover;
  position: absolute;
  top: 5px;
  right: 0;
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.product__details-item-head:hover {
  color: var(--kmnd-body-color-accent);
}
.product__details-item-head:hover:after {
  -webkit-filter: invert(56%) sepia(100%) saturate(5131%) hue-rotate(9deg) brightness(101%) contrast(101%);
          filter: invert(56%) sepia(100%) saturate(5131%) hue-rotate(9deg) brightness(101%) contrast(101%);
}
.product__details-item-body {
  padding-top: 0px;
  overflow: hidden;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  max-height: 0px;
}
.product__details-item-body p {
  font-size: 1.125rem;
  font-weight: 500;
}
.product__details-item-body p:not(:last-of-type) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .product__img {
    top: 70px;
  }
  .product__section .col:nth-of-type(1) {
    padding-right: 0px;
  }
  .product__section .col:nth-of-type(2) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .product__img {
    position: relative;
    top: 0px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .product__img {
    margin-bottom: 30px;
  }
  .product__title {
    margin-bottom: 20px;
  }
  .product__subtitle {
    font-size: 1rem;
  }
  .product__description {
    margin: 15px 0 20px;
  }
  .product__description p {
    font-size: 1rem;
  }
  .product__description p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .product__stats figure {
    top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product__stats li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
  }
  .product__bottom {
    gap: 15px;
  }
  .product__bottom .btn {
    font-size: 0.938rem;
    min-height: 55px;
    min-width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 16px;
  }
  .product__details-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product__details-item_active .product__details-item-body {
    padding-top: 10px;
  }
  .product__details-item-head {
    font-size: 1.125rem;
  }
  .product__details-item-body p {
    font-size: 1rem;
  }
}
.reviews__section {
  padding-bottom: 70px;
}
.reviews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.reviews__head .btn {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.reviews__head .btn:hover {
  color: var(--kmnd-body-color-accent) !important;
}
.reviews__bottom {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.reviews__bottom .btn {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.reviews__slider .swiper-slide {
  height: auto;
}
.reviews__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.reviews__pagination .swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  opacity: 1 !important;
  background: none !important;
  border: solid 2px rgba(255, 255, 255, 0.2);
  margin: 0 3.5px !important;
}
.reviews__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #F75E02 !important;
}
.reviews__item {
  background: var(--kmnd-body-background-primary);
  padding: 40px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reviews__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.reviews__item-avatar {
  height: 60px;
  width: 60px;
  border: solid 2px #EE5C00;
  background: rgba(239, 152, 74, 0.07);
  border-radius: 23px;
  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-right: 15px;
}
.reviews__item-name {
  font-weight: 700;
  font-size: 1.563rem;
  margin-bottom: 5px;
}
.reviews__item-position {
  font-size: 1.063rem;
  color: #a5a5a4;
}
.reviews__item-content {
  font-size: 1.125rem;
  font-weight: 500;
}
.reviews__item-more {
  text-decoration: none;
  font-size: 1.063rem;
  color: var(--kmnd-body-color-primary);
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: auto;
}
.reviews__item-more:hover {
  color: var(--kmnd-body-color-accent);
}
.reviews__item-bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.reviews__item-date {
  font-size: 1.063rem;
  font-weight: 500;
  color: #A5A5A4;
}

@media only screen and (max-width: 576px) {
  .reviews__section {
    padding-bottom: 50px;
  }
  .reviews__head {
    margin-bottom: 20px;
  }
  .reviews__head .btn {
    display: none;
  }
  .reviews__pagination {
    margin-top: 20px;
  }
  .reviews__slider-wrapper {
    position: relative;
    left: -15px;
    width: 100vw;
  }
  .reviews__slider .swiper-slide {
    width: calc(100vw - 30px);
  }
  .reviews__slider .swiper-slide:first-of-type {
    margin-left: 15px;
  }
  .reviews__slider .swiper-slide:last-of-type {
    margin-right: 15px;
  }
  .reviews__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviews__item {
    padding: 30px 20px 20px;
  }
  .reviews__item-avatar {
    height: 55px;
    width: 55px;
    margin-right: 11px;
  }
  .reviews__item-name {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }
  .reviews__item-position {
    font-size: 0.938rem;
  }
  .reviews__item-head {
    margin-bottom: 15px;
  }
  .reviews__item-content {
    font-size: 1rem;
  }
  .reviews__item-more {
    margin-top: 15px;
  }
}

.breadcrumbs__section {
    padding: 120px 0 69px;
}

/*******************end-product page************************/


.blog__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.blog__cat {
  border-radius: 15px;
  border: 2px solid rgba(36, 80, 94, 0.1);
  text-decoration: none;
  display: block;
  padding: 12px 23px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
  color: var(--kmnd-body-color-primary);
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.blog__cat:hover {
  color: var(--kmnd-body-color-accent);
  border-color: #F75E02;
}
.blog__cat_active {
  background: var(--kmnd-body-background-accent);
  border-color: var(--kmnd-body-background-accent);
  color: var(--kmnd-body-color-primary-inverted);
}
.blog__cat_active:hover {
  color: var(--kmnd-body-color-primary-inverted);
}
.blog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.blog__col {
  width: calc(50% - 10px);
}
.blog__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .blog__grid_full .blog__col {
    display: block;
  }
  .blog__col {
    width: 100%;
    display: none;
  }
  .blog__col:nth-of-type(1), .blog__col:nth-of-type(2), .blog__col:nth-of-type(3), .blog__col:nth-of-type(4), .blog__col:nth-of-type(5), .blog__col:nth-of-type(6), .blog__col:nth-of-type(7), .blog__col:nth-of-type(8) {
    display: block;
  }
  .blog__bottom {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .blog__grid {
    gap: 5px;
    margin-top: 20px;
  }
  .blog__cats {
    gap: 5px;
  }
  .blog__cat {
    font-size: 0.875rem;
    padding: 11px 18px;
  }
}
.article__block {
  padding: 35px 0;
}
.article__block:first-of-type {
  padding-top: 0;
}
.article__block:last-of-type {
  padding-bottom: 0;
}
.article__block h2 {
  max-width: 380px;
}
.article__block h5 {
  margin-bottom: 30px;
}
.article__block ul:not(:last-child), .article__block ol:not(:last-child) {
  margin-bottom: 15px;
}
.article__block ul li, .article__block ol li {
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  color: var(--kmnd-body-color-tertiary);
}
.article__block ul li:not(:last-child), .article__block ol li:not(:last-child) {
  margin-bottom: 15px;
}
.article__block ul li a, .article__block ol li a {
  text-decoration: underline;
  color: var(--kmnd-body-color-accent);
}
.article__block ol {
  margin-left: 20px;
}
.article__block ol li {
  padding-left: 19px;
}
.article__block ul {
  list-style: none;
}
.article__block ul li {
  padding-left: 23px;
  position: relative;
}
.article__block ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 10px;
  width: 10px;
  border: solid 2px #EE5C00;
  border-radius: 50%;
}
.article__block p {
  color: var(--kmnd-body-color-tertiary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.54px;
}
.article__block p:not(:last-child) {
  margin-bottom: 15px;
}
.article__block p a {
  text-decoration: underline;
  color: var(--kmnd-body-color-accent);
}
.article__block_images {
  padding: 5px 0;
}
.article__block_images:first-of-type {
  padding-top: 0;
}
.article__block_images:last-of-type {
  padding-bottom: 0;
}
.article__block_images img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.article__block_video {
  padding: 5px 0;
}
.article__block_content ol {
  max-width: 581px;
}
.article__bottom {
  margin-top: 47px;
  padding-top: 40px;
  border-top: solid 1px rgba(36, 80, 94, 0.1);
}
.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
.article__tag {
  padding: 8px 16px;
  border-radius: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
  border: 1px solid var(--kmnd-body-border-color-primary);
  color: var(--kmnd-body-color-primary);
  text-decoration: none;
  z-index: 1;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.article__tag:hover {
  color: var(--kmnd-body-color-accent);
  border-color: var(--kmnd-body-color-accent);
}
.article__tag_active {
  border-color: rgba(239, 152, 73, 0.24);
}
.article__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__soc p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 95%;
  letter-spacing: -0.72px;
  margin-right: 15px;
  color: var(--kmnd-body-color-tertiary);
}
.article__soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.article__soc-list a {
  text-decoration: none;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  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;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.article__soc-list a:hover {
  border-color: var(--kmnd-body-color-accent);
}
.article__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.063rem;
  line-height: 125%;
  letter-spacing: -0.51px;
  z-index: 1;
  text-decoration: none;
  color: var(--kmnd-body-color-tertiary);
  margin-right: 30px;
}
.article__date svg {
  margin-right: 10px;
}
.article__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.063rem;
  line-height: 125%;
  letter-spacing: -0.51px;
  color: var(--kmnd-body-color-tertiary);
  text-decoration: none;
  z-index: 1;
}
.article__stats-item:not(:last-of-type) {
  margin-right: 20px;
}
.article__stats-item svg {
  margin-right: 10px;
}

@media only screen and (max-width: 992px) {
  .article__block ol li, .article__block ul li {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .article__block h2 {
    margin-bottom: 40px;
  }
  .article__block p {
    font-size: 1rem;
    letter-spacing: -0.72px;
  }
  .article__block_images .col:first-of-type img {
    margin-bottom: 40px;
  }
  .article__block ol li {
    padding-left: 15px;
  }
  .article__block ul li {
    padding-left: 25px;
  }
  .article__tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
  .article__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article__date {
    display: none;
  }
  .article__stats {
    margin-bottom: 60px;
  }
  .article__soc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article__soc p {
    font-weight: 500;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .article__block {
    padding: 15px 0;
  }
  .article__block:first-of-type {
    padding-top: 0;
  }
  .article__block:last-of-type {
    padding-bottom: 0;
  }
  .article__block h5 {
    margin-bottom: 21px;
  }
  .article__block ol:not(:last-child), .article__block ul:not(:last-child) {
    margin-bottom: 10px;
  }
  .article__block ol li:not(:last-child), .article__block ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .article__block h2 {
    margin-bottom: 20px;
  }
  .article__block p:not(:last-child) {
    margin-bottom: 10px;
  }
  .article__block_images img {
    border-radius: 20px;
  }
  .article__block_images .col:first-of-type img {
    margin-bottom: 20px;
  }
  .article__bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
  .article__stats-item {
    font-size: 0.938rem;
    line-height: 125%;
    letter-spacing: -0.45px;
  }
  .article__tags {
    margin-bottom: 30px;
  }
  .article__tag {
    font-size: 0.75rem;
    padding: 7px 14px;
    letter-spacing: -0.36px;
    border-radius: 12px;
  }
  .article__stats {
    margin-bottom: 30px;
  }
  .article__soc p {
    font-size: 1rem;
    letter-spacing: -0.64px;
    margin-bottom: 15px;
  }
  .article__soc-list a {
    width: 55px;
    height: 55px;
  }
}
.header {
  position: fixed;
  z-index: 100;
  top: 15px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header_fixed {
  top: 0;
  background: var(--kmnd-body-background-primary);
}
.header_fixed .header__menu-toggler {
  border-color: #F1F2F3 !important;
}
.header_fixed .header__search-form svg path {
  stroke: var(--kmnd-body-color-primary);
}
.header_fixed .header__contacts-toggler a {
  color: var(--kmnd-body-color-primary);
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  text-decoration: none;
  display: block;
  height: 60px;
  margin-right: 20px;
}
.header__logo img {
  display: block;
  height: 100%;
  width: auto;
}
.header__menu-toggler {
  width: 300px;
  height: 60px;
  border-radius: 23px;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  padding: 0 34px 0 30px;
  color: var(--kmnd-body-color-tertiary);
  text-decoration: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #FFFFFF !important;
  background: var(--kmnd-body-background-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 130%;
  letter-spacing: -0.54px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.header__menu-toggler svg {
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__menu-toggler svg path {
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__menu-toggler svg:nth-of-type(2) {
  opacity: 0;
  right: 30px;
}
.header__menu-toggler:hover {
  background: #F75E02;
  color: var(--kmnd-body-color-primary-inverted);
  border-color: #F75E02 !important;
}
.header__menu-toggler:hover svg:nth-of-type(1) path {
  fill: var(--kmnd-body-color-primary-inverted);
}
.header__menu-toggler_active {
  background: #F75E02;
  color: var(--kmnd-body-color-primary-inverted);
  border-color: #F75E02 !important;
}
.header__menu-toggler_active svg:nth-of-type(1) {
  opacity: 0;
}
.header__menu-toggler_active svg:nth-of-type(2) {
  opacity: 1;
}
.header__search {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.header__search-form {
  border-radius: 23px;
  border: solid 2px rgba(219, 223, 226, 0.4);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 0 29px;
}
.header__search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__search-form input {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.54px;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #DBDFE2;
  margin-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__search-form input::-webkit-input-placeholder {
  color: #DBDFE2;
}
.header__search-form input::-moz-placeholder {
  color: #DBDFE2;
}
.header__search-form input:-ms-input-placeholder {
  color: #DBDFE2;
}
.header__search-form input::-ms-input-placeholder {
  color: #DBDFE2;
}
.header__search-form input::placeholder {
  color: #DBDFE2;
}
.header__search-form svg path {
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__search-form button {
  outline: none !important;
  border: solid 2px #F75E02 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 15px;
  width: 91px;
  height: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__search_active .header__search-form {
  border-radius: 23px 23px 0 0;
  background: var(--kmnd-body-background-primary);
  border-color: #F1F2F3;
}
.header__search_active .header__search-form input {
  color: var(--kmnd-body-color-primary);
}
.header__search_active .header__search-form input::-webkit-input-placeholder {
  color: var(--kmnd-body-color-primary);
}
.header__search_active .header__search-form input::-moz-placeholder {
  color: var(--kmnd-body-color-primary);
}
.header__search_active .header__search-form input:-ms-input-placeholder {
  color: var(--kmnd-body-color-primary);
}
.header__search_active .header__search-form input::-ms-input-placeholder {
  color: var(--kmnd-body-color-primary);
}
.header__search_active .header__search-form input::placeholder {
  color: var(--kmnd-body-color-primary);
}
.header__search_active .header__search-form svg path {
  stroke: var(--kmnd-body-color-primary);
}
.header__search_active .header__search-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search_active .header__search-list {
  display: block;
}
.header__search-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border: solid 2px #F1F2F3;
  border-top: none;
  border-radius: 0 0 23px 23px;
  padding: 19px 29px 17px 29px;
  background: var(--kmnd-body-background-primary);
  display: none;
}
.header__search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 130%;
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  text-decoration: none;
}
.header__search-item:last-of-type {
  margin-bottom: 0;
}
.header__search-item svg {
  margin-right: 15px;
}
.header__search-item p {
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  color: var(--kmnd-body-color-primary);
}
.header__search-item p span {
  color: var(--kmnd-body-color-accent);
}
.header__search-item:hover p {
  color: var(--kmnd-body-color-accent);
}
.header__contacts {
  position: relative;
  margin-right: 20px;
}
.header__contacts_active .header__contacts-toggler {
  border-color: #F1F2F3;
  border-radius: 23px 23px 0 0;
  background: var(--kmnd-body-background-primary);
}
.header__contacts_active .header__contacts-toggler a {
  color: var(--kmnd-body-color-primary);
}
.header__contacts_active .header__contacts-toggler svg path {
  fill: #F75E02;
  stroke: #F75E02;
}
.header__contacts_active .header__contacts-content {
  display: block;
}
.header__contacts-toggler {
  width: 300px;
  height: 60px;
  border: solid 2px rgba(219, 223, 226, 0.4);
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
  position: relative;
}
.header__contacts-toggler a {
  text-decoration: none;
  color: var(--kmnd-body-color-primary-inverted);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__contacts-toggler a:hover {
  color: var(--kmnd-body-color-accent);
}
.header__contacts-toggler svg path {
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__contacts-arrow {
  padding-right: 28px;
  padding-left: 28px;
  height: 100%;
  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-left: auto;
  cursor: pointer;
}
.header__contacts-arrow:hover svg path {
  fill: #F75E02;
  stroke: #F75E02;
}
.header__contacts-content {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background: var(--kmnd-body-background-primary);
  padding: 0 0 19px 30px;
  border-radius: 0 0 23px 23px;
  display: none;
}
.header__contacts-content p a {
  text-decoration: none;
  color: var(--kmnd-body-color-primary);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__contacts-content p a:hover {
  color: var(--kmnd-body-color-accent);
}
.header__contacts-content p:not(:nth-of-type(1)) {
  display: none;
}
.header__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.header__contacts-soc a {
  text-decoration: none;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: solid 1px var(--kmnd-body-border-color-secondary);
  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-right: 5px;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__contacts-soc a:last-of-type {
  margin-right: 0;
}
.header__contacts-soc a:hover {
  border-color: var(--kmnd-body-color-accent);
}
.header__btn {
  width: 220px;
  height: 60px;
  outline: none !important;
  border: solid 2px var(--kmnd-body-background-accent) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
  color: var(--kmnd-body-color-primary-inverted);
  background: #F75E02;
  border-radius: 23px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  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;
}
.header__btn:hover {
  background: var(--kmnd-body-background-primary) !important;
  color: var(--kmnd-body-color-accent) !important;
}
.header__menu {
  position: absolute;
  bottom: -10px;
  left: 160px;
  width: calc(100% - 380px);
  border-radius: 22px;
  background: var(--kmnd-body-background-primary);
  padding: 5px 5px 5px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(105%);
      -ms-transform: translateY(105%);
          transform: translateY(105%);
}
.header__menu_active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.header__menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu-col {
  width: 12.5%;
  margin-right: 40px;
}
.header__menu-col:last-of-type {
  margin-right: 0;
  width: 44%;
  max-width: 786px;
  margin-left: auto;
}
.header__menu-col:not(:last-of-type) {
  padding-top: 35px;
}
.header__menu-col ul {
  list-style: none;
}
.header__menu-col ul li {
  color: var(--kmnd-body-color-primary);
  line-height: 95%;
}
.header__menu-col ul li:not(:first-of-type) {
  margin-top: 24px;
}
.header__menu-col ul a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__menu-col ul a:hover {
  color: var(--kmnd-body-color-accent);
}
.header__menu-col > ul > li {
  letter-spacing: -0.8px;
  font-size: 1.25rem;
  font-weight: 700;
}
.header__menu-col > ul > li > ul > li {
  letter-spacing: -0.9px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 24px;
}
.header__background {
  width: 100%;
  height: 237px;
  border-radius: 22px;
  position: relative;
}
.header__mobile-search-toggler {
  display: none;
  border: solid 2px rgba(219, 223, 226, 0.4);
  height: 40px;
  width: 40px;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__mobile-search-toggler svg path {
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__mobile-search-toggler_active {
  border-color: var(--kmnd-body-background-primary) !important;
  background: var(--kmnd-body-background-primary) !important;
}
.header__mobile-search-toggler_active svg path {
  stroke: #F75E02 !important;
}
.header__mobile-contacts-toggler {
  display: none;
  border: solid 2px rgba(228, 232, 236, 0.4);
  height: 40px;
  width: 40px;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 17px;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__mobile-contacts-toggler svg path {
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.header__mobile-contacts-toggler_active {
  border-color: var(--kmnd-body-background-primary) !important;
  background: var(--kmnd-body-background-primary) !important;
}
.header__mobile-contacts-toggler_active svg path {
  stroke: #F75E02 !important;
}

.header-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--kmnd-body-background-secondary-inverted);
  opacity: 0;
  z-index: 99;
  pointer-events: none;
}
.header-shadow_active {
  pointer-events: auto;
  opacity: 0.3;
}

@media only screen and (max-width: 1920px) {
  .header__menu {
    left: 80px;
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 1800px) {
  .header__menu-col {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 1600px) {
  .header__menu {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1500px) {
  .header__menu-col {
    padding-bottom: 35px;
    width: auto;
  }
  .header__menu-col:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    top: 20px;
  }
  .header_fixed {
    top: 0;
  }
  .header__row {
    /* padding-left: 20px; */
    padding-right: 20px;
  }
  .header__search {
    position: absolute;
    bottom: 10px;
    -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
            transform: translateY(110%);
    left: 15px;
    width: calc(100% - 30px);
    opacity: 0;
    display: block;
    pointer-events: none;
    -webkit-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
  }
  .header__search_visible {
    opacity: 1;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    pointer-events: auto;
  }
  .header__search-form {
    background: var(--kmnd-body-background-primary);
    border-radius: 20px;
    padding: 18px 20px;
    height: 55px;
  }
  .header__search-form svg {
    height: 18px;
    display: block;
    width: auto;
  }
  .header__search-form svg path {
    stroke: var(--kmnd-body-color-primary);
  }
  .header__search-form input {
    font-size: 1rem;
    letter-spacing: -0.48px;
    width: 100%;
  }
  .header__search-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__search-item {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .header__search-item svg {
    height: 18px;
    display: block;
    width: auto;
    margin-right: 10px;
  }
  .header__contacts-toggler {
    display: none;
  }
  .header__contacts {
    position: absolute;
    bottom: 5px;
    -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
            transform: translateY(110%);
    left: 15px;
    width: calc(100% - 30px);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
  }
  .header__contacts_active {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
    pointer-events: auto;
  }
  .header__contacts_active .header__contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 2px var(--kmnd-body-border-color-secondary);
    border-radius: 20px;
    padding: 20px;
  }
  .header__contacts-content p:not(:nth-of-type(1)) {
    display: block;
    margin-left: 5px;
  }
  .header__contacts-content p a {
    padding: 12px 11px;
    display: block;
    font-size: 0.813rem;
    border-radius: 15px;
    border: solid 2px var(--kmnd-body-border-color-secondary);
  }
  .header__contacts-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header__contacts-soc a {
    height: 50px;
    width: 50px;
  }
  .header__btn {
    display: none;
  }
  .header__logo {
    height: 40px;
    margin-right: auto;
  }
  .header__menu-toggler {
    height: 40px;
    width: 137px;
    border-radius: 15px;
    padding: 0 14px 0 15px;
    margin-right: 0;
  }
  .header__menu-toggler svg:nth-of-type(1) {
    width: 32px;
    height: 16px;
    right: 14px;
  }
  .header__menu-toggler svg:nth-of-type(2) {
    right: 10px;
  }
  .header__mobile-search-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__mobile-contacts-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu {
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .header_fixed .header__mobile-search-toggler svg path {
    stroke: var(--kmnd-body-color-primary);
  }
  .header_fixed .header__mobile-contacts-toggler svg path {
    stroke: var(--kmnd-body-color-primary);
  }
}
@media only screen and (max-width: 992px) {
  .header {
    top: 0;
  }
  .header__row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .header__menu {
    padding: 30px 20px;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__menu::-webkit-scrollbar {
    display: none;
  }
  .header__menu-row {
    display: block;
  }
  .header__menu-col {
    padding-bottom: 0;
    margin-right: 0;
  }
  .header__menu-col:not(:last-of-type) {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .header__menu-col:nth-last-of-type(2) {
    padding-bottom: 0;
  }
  .header__menu-col > ul > li > ul > li {
    margin-top: 20px;
  }
}
.footer {
  background: var(--kmnd-body-background-secondary-inverted);
  padding: 80px 0 30px;
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logos a {
  text-decoration: none;
  display: block;
  height: 40px;
  width: auto;
}
.footer__logos a img {
  display: block;
  height: 100%;
  width: auto;
}
.footer__logos a:not(:last-of-type) {
  margin-right: 30px;
}
.footer__subscribe {
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 6px 5px 25px;
}
.footer__subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__subscribe input {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.54px;
  color: var(--kmnd-body-color-primary-inverted) !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.footer__subscribe input::-webkit-input-placeholder {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.footer__subscribe input::-moz-placeholder {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.footer__subscribe input:-ms-input-placeholder {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.footer__subscribe input::-ms-input-placeholder {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.footer__subscribe input::placeholder {
  color: var(--kmnd-body-color-primary-inverted) !important;
}
.footer__content {
  margin-top: 50px;
  margin-bottom: 90px;
}
.footer__subrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__subcol {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.footer__subcol:nth-of-type(even) {
  margin-right: 0;
}
.footer__title {
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  margin-bottom: 30px;
  color: var(--kmnd-body-color-primary-inverted);
  opacity: 0.4;
}
.footer__address {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.54px;
  color: var(--kmnd-body-color-primary-inverted);
  margin-bottom: 40px;
  max-width: 272px;
}
.footer__email {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.54px;
  color: var(--kmnd-body-color-primary-inverted);
}
.footer__email a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.footer__email a:hover {
  color: var(--kmnd-body-color-accent);
}
.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 5px;
}
.footer__soc a {
  text-decoration: none;
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px rgba(222, 222, 224, 0.1);
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.footer__soc a:hover {
  border-color: var(--kmnd-body-color-accent);
}
.footer__phone {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.54px;
  color: var(--kmnd-body-color-primary-inverted);
}
.footer__phone:not(:last-child) {
  margin-bottom: 20px;
}
.footer__phone a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.footer__phone a:hover {
  color: var(--kmnd-body-color-accent);
}
.footer__menu {
  list-style: none;
}
.footer__menu li {
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  color: var(--kmnd-body-color-primary-inverted);
}
.footer__menu li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer__menu li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.footer__menu li a:hover {
  color: var(--kmnd-body-color-accent);
}
.footer__hasmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__map {
  text-decoration: none;
  display: block;
  width: 117px;
}
.footer__map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 19px;
}
.footer__copy {
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  color: var(--kmnd-body-color-primary-inverted);
}
.footer__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  color: var(--kmnd-body-color-primary-inverted);
}
.footer__rating svg {
  margin-right: 11px;
}
.footer__link {
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.54px;
  font-size: 1.125rem;
  color: var(--kmnd-body-color-primary-inverted);
}
.footer__link a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--kmnd-transition);
  transition: var(--kmnd-transition);
}
.footer__link a:hover {
  color: var(--kmnd-body-color-accent);
}
.footer__line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__line-mobile {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__map-mobile {
  text-decoration: none;
  display: block;
  width: 200px;
}
.footer__map-mobile img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.footer__info {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .footer__subscribe {
    margin-top: 30px;
  }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .footer__subrow_contacts {
    margin-top: 40px;
  }
  .footer__subrow_menu {
    display: block;
  }
  .footer__subrow_menu .footer__subcol {
    width: 100%;
  }
  .footer__subrow_menu .footer__subcol:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .footer__hasmap {
    display: block;
  }
  .footer__map {
    display: none;
  }
  .footer__menu {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .footer__line-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__rating {
    margin-bottom: 20px;
  }
  .footer__link:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__line {
    display: none;
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .footer {
    padding: 40px 0 30px;
  }
  .footer__logos a {
    height: 30px;
  }
  .footer__logos a:not(:last-of-type) {
    margin-right: 20px;
  }
  .footer__subscribe {
    padding: 4px 5px 5px 20px;
  }
  .footer__subscribe input {
    font-size: 1rem;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -0.48px;
  }
  .footer__subscribe input::-webkit-input-placeholder {
    color: #91A7AE !important;
  }
  .footer__subscribe input::-moz-placeholder {
    color: #91A7AE !important;
  }
  .footer__subscribe input:-ms-input-placeholder {
    color: #91A7AE !important;
  }
  .footer__subscribe input::-ms-input-placeholder {
    color: #91A7AE !important;
  }
  .footer__subscribe input::placeholder {
    color: #91A7AE !important;
  }
  .footer__content {
    margin-top: 40px;
    margin-bottom: 26px;
  }
  .footer__title {
    font-size: 0.938rem;
    margin-bottom: 20px;
    letter-spacing: -0.45px;
  }
  .footer__menu li {
    font-size: 0.938rem;
    letter-spacing: -0.45px;
  }
  .footer__subrow_menu .footer__subcol {
    margin-right: 0;
  }
  .footer__address {
    font-size: 0.938rem;
    letter-spacing: -0.45px;
  }
  .footer__phone {
    font-size: 0.938rem;
    letter-spacing: -0.45px;
  }
  .footer__email {
    font-size: 0.938rem;
    letter-spacing: -0.45px;
  }
  .footer__soc {
    gap: 9px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__soc a {
    height: 50px;
    width: 50px;
  }
  .footer__rating {
    font-size: 0.938rem;
  }
  .footer__link {
    font-size: 0.938rem;
  }
  .footer__copy {
    font-size: 0.938rem;
  }
  .footer__dev {
    text-decoration: none;
    display: block;
    height: 25px;
  }
  .footer__dev svg {
    display: block;
    height: 100%;
    width: auto;
  }
  .footer__map-mobile {
    width: 92px;
	    margin-top: 30px;
  }
  .footer__map-mobile img {
    max-height: 58px;
  }
}


/*******************************/

.table {
  border: solid 2px var(--kmnd-body-border-color-secondary);
  border-radius: 23px;
  padding: 40px 20px;
}
.table__title {
  margin-bottom: 40px;
}
.table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table__item:nth-of-type(odd) {
  background: #FEF4ED;
  border-radius: 21px;
}
.table__item:nth-of-type(odd) .table__content {
  border-right: solid 2px #fff;
}
.table__content {
  border-right: solid 2px #FEF4ED;
  padding: 20px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  width: 16.3095238095%;
  text-align: center;
}
.table__content:nth-of-type(1) {
  width: 20.2380952381%;
  text-align: left;
}

.ratio {
    position: absolute;
    right: 60px;
    margin-top: -170px;  
}

.star-ratio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 1em;
}

.ratio,
.star-ratio:hover~.star-ratio {
  background: url(/wp-content/themes/kmnd-child/assets/img/star5.svg);
} 

.star-ratio:checked,
.star-ratio:hover {   
  background: url(/wp-content/themes/kmnd-child/assets/img/star5f.svg);
}

.star-ratio:nth-of-type(1),
.star-ratio.half:nth-of-type(1):hover {
  width: 2em;
  z-index: 5;
}

.star-ratio.half:nth-of-type(1){
    width: 2.65em;
}

.star-ratio:nth-of-type(2),
.star-ratio.half:nth-of-type(2):hover {
  width: 4em;
  z-index: 4;
}
.star-ratio.half:nth-of-type(2){
    width: 4.65em;
}

.star-ratio:nth-of-type(3),
.star-ratio.half:nth-of-type(3):hover {
  width: 6em;
  z-index: 3;
}
.star-ratio.half:nth-of-type(3){
    width: 6.65em;
}

.star-ratio:nth-of-type(4),
.star-ratio.half:nth-of-type(4):hover {
  width: 8em;
  z-index: 2;
}

.star-ratio.half:nth-of-type(4){
    width: 8.65em;
}

.star-ratio:nth-of-type(5),
.star-ratio.half:nth-of-type(5):hover {
  width: 10em;
  z-index: 1;
  z-index: 10;
    width: 2em !important;
    margin-left: 8em;
}


footer .ratio {
  width: 10em;
  height: 2em;
  background-size: 2em 2em!important;
  background-repeat: repeat-x;
}

footer .star-ratio:checked,
footer .star-ratio:hover {   
  background-size: 2em 2em!important;
  background-repeat: repeat-x;
}

footer .star-ratio:hover~.star-ratio {
  background-size: 2em 2em!important;
  background-repeat: repeat-x;
} 


@media only screen and (max-width: 576px){
 .table {
    padding: 10px 5px;
    border-radius: 20px;
  }
  .table__title {
    margin-bottom: 20px;
  }
  .table__item {
    border-radius: 18px;
    padding: 15px 20px;
    display: block;
  }
  .table__item:nth-of-type(odd) .table__content {
    border: none;
  }
  .table__content {
    padding: 0;
    border: none;
  }
  .table__content:nth-of-type(1) {
    width: 100%!important;
    margin-bottom: 5px;
  }
  .table__content:not(:first-of-type) {
    line-height: 1.35;
  }
  .table__content:not(:first-of-type):before {
    content: "Назва:";
    margin-right: 10px;
  }
}


