@font-face {
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --sect-offset: 170px;
  --light-color: #FCF9F1;
  --main-color: #FF4400;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
  color: #999;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

::placeholder {
  opacity: 1;
  color: #999;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: var(--light-color);
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

body, html {
  font-size: 18px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: var(--light-color);
  font-family: "Onest", sans-serif;
  line-height: 1.3;
  color: #000;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 500;
}

b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.3rem;
}

ul, ol {
  padding-left: 1.4em;
}

h1, .h1,
h2, .h2 {
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 500;
  font-size: 56px;
}

h3, .h3 {
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 500;
  font-size: 40px;
}

h4, .h4 {
  line-height: 1.2;
  font-weight: normal;
  font-size: 32px;
}

h5, .h5 {
  line-height: 1.3;
  font-weight: normal;
  font-size: 24px;
}

h6, .h6 {
  font-weight: 500;
  font-size: 1rem;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.h-0 {
  height: 0 !important;
}

.h-100 {
  height: 100% !important;
}

.w-0 {
  width: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.text-center {
  text-align: center;
}

.c-main {
  color: var(--main-color);
}

.mt-first-sect {
  margin-top: 40px;
}

.m-sect {
  margin-top: var(--sect-offset);
  margin-bottom: var(--sect-offset);
}

.mt-sect {
  margin-top: var(--sect-offset);
}

.mb-sect {
  margin-bottom: var(--sect-offset);
}

.title {
  margin-bottom: 75px;
}
.title._mb-medium {
  margin-bottom: 55px;
}
.title.text-center {
  margin-left: auto;
  margin-right: auto;
}

.content img {
  display: block;
  border-radius: 12px;
  margin: 35px 0;
}
.content p, .content blockquote, .content ul, .content ol, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  max-width: 790px;
}
.content blockquote {
  padding: 20px 32px;
  border-radius: 12px;
  background: #fff;
}
.content blockquote > :last-child {
  margin-bottom: 0;
}
.content > :first-child {
  margin-top: 0;
}
.content > :last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 15px;
  font-size: 14px;
  color: #656460;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  position: relative;
  padding-right: 17px;
}
.breadcrumbs li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  border-bottom: 1px solid currentColor;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs._light {
  color: inherit;
}
.breadcrumbs._light a:hover {
  color: #fff;
}

.breadcrumbs-back {
  display: none;
  padding-left: 7px;
  margin-bottom: 18px;
}

.pagination {
  margin-top: 32px;
  text-align: center;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination__list a {
  display: block;
  min-width: 40px;
  padding: 0 8px;
  border: none;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 18px;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pagination__list a:hover {
  color: var(--main-color);
}
.pagination__list a.active {
  background: var(--main-color);
  color: #fff;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  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;
  padding: 10px 32px;
  min-height: 70px;
  border: none;
  border-radius: 12px;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: var(--main-color);
}
.btn._main {
  background: var(--main-color);
}
.btn._main:hover {
  color: #fff;
}
.btn._white {
  background: #fff;
  color: #000;
}
.btn._white:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  color: var(--main-color);
}
.btn._gray {
  background: #F2F2F2;
  color: #000;
}
.btn._gray:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  color: var(--main-color);
}
.btn._full {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.loader-btn {
  position: relative;
}
.loader-btn__spin {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #000;
  color: #fff;
}
.loader-btn__spin:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
.loader-btn.sending .loader-btn__spin {
  display: block;
}

form.sending .loader-btn__spin {
  display: block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.link-back {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link-back:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e908";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 12px;
}
.link-back:hover {
  opacity: 1;
}

.link-more {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: var(--main-color);
}
.link-more:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 12px;
}

.form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 20px 24px;
  background: #fff;
  border: none;
  border-radius: 12px;
  line-height: 22px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-field:focus {
  border-color: var(--main-color);
}
.form-field[readonly] {
  cursor: default;
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 160px;
}

.form-option {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.form-option > * {
  display: inline-block;
}
.form-option__input, .form-option__icon {
  width: 32px;
  height: 32px;
}
.form-option__input {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  opacity: 0;
}
.form-option__input:checked ~ .form-option__icon {
  background-color: #000;
}
.form-option__input:checked ~ .form-option__icon:before {
  opacity: 1;
}
.form-option__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  margin-right: 16px;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-option__icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  content: "\e916";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  opacity: 0;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-option__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  opacity: 0.4;
}

.form-action {
  margin-top: 16px;
  text-align: center;
}
.form-action .form-option {
  margin-top: 24px;
}

.copy-box {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: #999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.copy-box__text {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 50px;
  margin-top: -0.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 1rem;
}
.copy-box .ic {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 17px;
  margin-top: -0.5em;
  font-size: 22px;
}
.copy-box:hover {
  color: #000;
}
.copy-box._copied {
  border-color: #000;
  color: #000;
}

.sort-box {
  position: relative;
  display: inline-block;
}
.sort-box__btn {
  cursor: pointer;
  display: inline-block;
  padding: 10px 17px;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sort-box__btn > * {
  display: inline-block;
}
.sort-box__btn .ic {
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  font-size: 8px;
}
.sort-box__btn:hover {
  color: var(--main-color);
}
.sort-box__list {
  display: none;
  position: absolute;
  z-index: 40;
  top: 100%;
  left: 0;
  margin: 10px 0 0;
  min-width: 100%;
  padding: 5px 17px;
  list-style: none;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  color: #000;
}
.sort-box__list:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 17px;
  border: 7px solid transparent;
  border-bottom: 5px solid #fff;
}
.sort-box__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sort-box__list li:last-child {
  border-bottom: none;
}
.sort-box__list a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sort-box__list a:hover {
  color: var(--main-color);
}
.sort-box__list a.active {
  color: #999;
}
.sort-box._right .sort-box__list {
  left: auto;
  right: 0;
}
.sort-box._right .sort-box__list:before {
  left: auto;
  right: 17px;
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -44px 0 0;
  border-radius: 50%;
  background: #fff;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  color: #000;
  -webkit-transition: opacity 0.15s, color 0.4s;
  transition: opacity 0.15s, color 0.4s;
}
.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  color: var(--main-color);
}
.nav-arrow-prev.swiper-button-disabled, .nav-arrow-prev.disabled, .nav-arrow-prev:disabled,
.nav-arrow-next.swiper-button-disabled,
.nav-arrow-next.disabled,
.nav-arrow-next:disabled {
  cursor: default;
  color: #ccc;
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrow-prev {
  left: 0;
  padding-right: 0.15em;
}

.nav-arrow-next {
  right: 0;
  padding-left: 0.15em;
}

a.nav-arrow-prev.disabled,
a.nav-arrow-next.disabled {
  pointer-events: none;
}

.nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.nav-arrows._sm-gap {
  gap: 8px;
}
.nav-arrows._top {
  margin: 0 0 20px;
}
.nav-arrows .swiper-pagination {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: auto;
  margin: 0;
}
.nav-arrows .nav-arrow-prev,
.nav-arrows .nav-arrow-next {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}

.social__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.social-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  border-radius: 12px;
  background: var(--light-color);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.social-item:hover {
  color: var(--main-color);
}
.social-item._white {
  background-color: #fff;
}
.social-item._foot {
  background: transparent;
  color: inherit;
}
.social-item._foot:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.top-bann {
  display: block;
}
.top-bann img {
  display: block;
  width: 100%;
}

.sandwich {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background: #000;
}
.sandwich span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: #fff;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, transform 0.4s;
  transition: width 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.sandwich span:nth-child(1) {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.sandwich span:nth-child(3) {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sandwich.active span:nth-child(2) {
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%);
}
.sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sandwich._light {
  background: var(--light-color);
}
.sandwich._light span {
  background: #000;
}

@-webkit-keyframes menuShow {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menuShow {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes menuClose {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes menuClose {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.mob-menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: var(--main-color);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  -webkit-animation: 0.6s menuShow forwards;
  animation: 0.6s menuShow forwards;
}
.mob-menu._hide {
  -webkit-animation-name: menuClose;
  animation-name: menuClose;
}
.mob-menu__wrapper {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  min-height: var(--app-height);
}
.mob-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 60px;
}
.mob-menu__logo {
  margin-right: auto;
  display: inline-block;
  max-width: 145px;
}
.mob-menu__logo img {
  display: block;
  max-height: 71px;
}
.mob-menu__close {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.mob-menu__contacts {
  margin-top: 40px;
}
.mob-menu__btn {
  margin-top: 40px;
}

.header__wrapper {
  position: relative;
  z-index: 50;
  padding: 40px 0;
}
.header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}
.header__logo {
  margin-right: auto;
  display: inline-block;
  max-width: 145px;
}
.header__logo img {
  display: block;
  max-height: 71px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 12px;
  background: #FF6933;
  color: #fff;
}
.header__menu-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu-list ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu-list li.active > a {
  background-color: #FF7848;
}
.header__menu-list li._dropdown > a:after {
  margin-left: 10px;
  content: "\e90e";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 12px;
}
.header__menu-list li._dropdown:hover > a {
  background-color: #FF7848;
}
.header__menu-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu-list > li > a {
  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;
  padding: 10px 24px;
  min-height: 70px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu-list > li > a:hover {
  background-color: #FF7848;
}
.header__menu-list > li > ul {
  display: block;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  margin-top: -4px;
  border-radius: 4px;
  background: #FF7848;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu-list > li > ul li:first-child > a {
  border-radius: 4px 4px 0 0;
}
.header__menu-list > li > ul li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.header__menu-list > li > ul a {
  display: block;
  padding: 10px 24px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu-list > li > ul a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header__menu-list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.header__menu-list > li:hover .dropdown-contacts {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.header__menu-list .dropdown-contacts {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  width: 290px;
  margin-top: -4px;
  padding: 20px;
  border-radius: 4px;
  background: #FF7848;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu-btn {
  margin-left: 4px;
}
.header__toggle {
  display: none;
}

.dropdown-contacts .foot-contact {
  margin-bottom: 25px;
}
.dropdown-contacts .foot-contact:last-child {
  margin-bottom: 0;
}
.dropdown-contacts__help {
  margin-top: 30px;
}
.dropdown-contacts__help .cat-tab {
  width: 100%;
}

.bann {
  overflow: hidden;
  position: relative;
  padding: 185px 0 80px;
  background: var(--main-color);
  color: var(--light-color);
}
.bann__img {
  margin-bottom: 45px;
  text-align: center;
}
.bann__img._mob {
  display: none;
}
.bann__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bann__head {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 70px 0 0;
  width: 63%;
  line-height: 1.3;
  font-size: 72px;
}
.bann__head-typed {
  display: none;
}
.bann__head-typed > span {
  padding: 0.03em 0.45em;
  border-radius: 2em;
  background: var(--light-color);
  color: var(--main-color);
}
.bann__head-typed._show {
  display: inline;
}
.bann__head-typed .ic {
  position: relative;
  font-size: 0.75em;
}
.bann__typed {
  display: none !important;
}
.bann__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.bann__content > :last-child {
  margin-bottom: 0;
}

.about-crm__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-crm__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.about-crm__img {
  max-width: 520px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 20px;
}
.about-crm__advants-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.about-crm__advant {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 32px 22px;
  border-radius: 12px;
  background: #fff;
  font-size: 24px;
  color: var(--main-color);
}
.about-crm__advant-ic {
  margin-bottom: 45px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main-color);
}
.about-crm__advant > :last-child {
  margin: auto 0 0;
}

.cat-tabs {
  margin-bottom: 20px;
}
.cat-tabs__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.cat-tabs._sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
}
.cat-tabs._sort .cat-tabs__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.cat-tabs._sort .cat-tabs__grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cat-tab {
  display: inline-block;
  padding: 10px 17px;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cat-tab .ic {
  position: relative;
  margin-right: 0.2em;
}
.cat-tab .ic[class*=chevron] {
  top: -1px;
  font-size: 8px;
}
.cat-tab .ic-chevron-down {
  margin: 0 0 0 0.4em;
}
.cat-tab .ic-right {
  margin: 0 0 0 0.4em;
}
.cat-tab:hover {
  color: var(--main-color);
}
.cat-tab.active {
  border-color: var(--main-color);
  color: var(--main-color);
}
.cat-tab._dark {
  border-color: transparent;
  background: #000;
  color: #fff;
}
.cat-tab._dark:hover {
  color: var(--main-color);
}
.cat-tab._more-mob {
  display: none;
}

.label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 13px;
  background: #fff;
  font-size: 14px;
  color: #000;
}
.label._light {
  background: var(--light-color);
}
.label._accent {
  background: var(--main-color);
  color: #fff;
}
.label._dark {
  background: #000;
  color: #fff;
}

.cases-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.case-item {
  display: block;
  position: relative;
  z-index: 3;
  height: 660px;
  border-radius: 12px;
  background: no-repeat center/cover;
  text-decoration: none;
  color: #000;
}
.case-item__labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 40px;
}
.case-item__content {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 28px 40px;
  border-radius: 30px;
  -webkit-transition: padding 0.4s, background 0.4s;
  transition: padding 0.4s, background 0.4s;
}
.case-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.case-item__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.case-item__more {
  margin: 5px 15px 0;
  font-size: 34px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.case-item__info {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  font-size: 14px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.case-item__info span {
  display: inline-block;
}
.case-item:hover .case-item__content {
  padding-bottom: 70px;
  background-color: var(--light-color);
  color: #000;
}
.case-item:hover .case-item__more {
  color: var(--main-color);
}
.case-item:hover .case-item__info {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.case-item._dark {
  color: #fff;
}
.case-item._dark:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.cases-more {
  margin-top: 20px;
}

.advants__title {
  float: left;
  width: 460px;
}
.advants__images {
  float: right;
  width: 500px;
}
.advants__images .img-box {
  height: 440px;
}
.advants__images img {
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.advants__images img._show {
  opacity: 1;
}
.advants__items {
  margin: 0 540px;
}
.advants__action {
  margin: 60px 0 0;
  padding: 0 540px;
}
.advants__action > :last-child {
  margin-bottom: 0;
}
.advants__action .btn {
  margin-top: 5px;
}

.advant-item {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 440px;
  margin-bottom: 40px;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.advant-item:last-child {
  margin-bottom: 0;
}
.advant-item._show {
  opacity: 1;
}
.advant-item__content > * {
  margin-bottom: 20px;
}
.advant-item__content > :last-child {
  margin-bottom: 0;
}
.advant-item__img {
  display: none;
}

.reviews-slider .nav-arrows {
  margin: 0 0 20px;
}
.reviews-slider .swiper-slide {
  height: auto;
}
.reviews-slider .swiper-slide .review-item {
  height: 100%;
}

.review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  border-radius: 12px;
  background: #fff;
}
.review-item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.review-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.review-item__avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  width: 120px;
}
.review-item__avatar img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.review-item__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.review-item__name > * {
  margin-bottom: 4px;
}
.review-item__name > :last-child {
  margin-bottom: 0;
}
.review-item__name p {
  opacity: 0.6;
}
.review-item__content {
  overflow: hidden;
  height: 7.8em;
  line-height: 1.3;
}
.review-item__more {
  display: none;
  margin-top: 12px;
}
.review-item__bottom {
  margin-top: 50px;
}

.clients .title {
  max-width: 1200px;
}

.logos-marquee__row {
  margin-bottom: 80px;
}
.logos-marquee__row:last-child {
  margin-bottom: 0;
}
.logos-marquee__grid {
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
  height: 100px;
}
.logos-marquee__item {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 100px;
  margin-right: 80px;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1060px;
}
.feedback-form__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-right: 20px;
}
.feedback-form__title h2 {
  margin-bottom: 40px;
}
.feedback-form__title > :last-child {
  margin-bottom: 0;
}
.feedback-form__main {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(50% - 10px);
}

.home-news__title {
  margin-bottom: 55px;
}
.home-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}
.home-news__descr {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 3;
  width: 33.34%;
  padding: 0 10px 120px;
}
.home-news__descr > :last-child {
  margin-bottom: 0;
}
.home-news__slider {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.66%;
  padding: 0 10px;
  overflow: visible;
}
.home-news__slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.home-news__slider .swiper-slide-visible,
.home-news__slider .swiper-slide-visible ~ .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news_item {
  display: block;
  position: relative;
  z-index: 3;
  height: 660px;
  border-radius: 12px;
  background: no-repeat center/cover;
  text-decoration: none;
  color: #fff;
}
.news_item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.news_item__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.news_item__top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px 32px 12px 12px;
  border-radius: 100px;
  background: var(--light-color);
  line-height: 1.2;
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news_item__avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 8px;
  width: 40px;
}
.news_item__avatar img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.news_item__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.news_item__name > * {
  margin-bottom: 0;
}
.news_item__name h6 {
  font-weight: normal;
}
.news_item__name p {
  opacity: 0.6;
}
.news_item__date {
  margin-left: 10px;
}
.news_item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
.news_item__content {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
}
.news_item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.news_item__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.news_item__more {
  margin: 0 15px 20px;
  font-size: 34px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.news_item:hover .news_item__more {
  color: var(--main-color);
}
.news_item:hover .news_item__top-box {
  background-color: var(--main-color);
  color: #fff;
}

.footer {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px 0;
  padding: 60px 20px;
  background: var(--main-color);
  text-align: center;
  color: #fff;
}
.footer > * {
  max-width: 100%;
}

.foot-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px 60px;
}
.foot-contacts .social {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.foot-contact {
  text-align: left;
}
.foot-contact .label {
  margin-bottom: 10px;
}
.foot-contact__info {
  line-height: 1;
  font-size: 32px;
}
.foot-contact__info a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.foot-contact__info a:hover {
  opacity: 0.8;
}

.foot-menu {
  position: relative;
  padding: 0 43px 0 0;
  border-radius: 12px;
  background: var(--light-color);
  max-width: 100%;
  color: #000;
}
.foot-menu__wrap {
  overflow: auto;
}
.foot-menu__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 4px;
  margin: 0;
  padding: 8px 43px 8px 8px;
  list-style: none;
  white-space: nowrap;
}
.foot-menu__list ul {
  display: none;
}
.foot-menu__list a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.foot-menu__list a:hover {
  background-color: #fff;
}
.foot-menu__list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-menu__list > li > a {
  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;
  padding: 10px 24px;
  min-height: 70px;
  border-radius: 4px;
  text-align: center;
}
.foot-menu__up {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -35px;
  border-radius: 50%;
  background: var(--main-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.foot-menu__up:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.foot-logo {
  padding: 0 20px;
  width: 100%;
  max-width: 1880px;
}
.foot-logo img {
  display: block;
  margin: 0 auto;
}

.foot-copy {
  margin: 0;
}

.date {
  font-size: 24px;
}

.case-title {
  margin-bottom: 75px;
}
.case-title__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.case-title__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.case-title__link {
  margin-top: 35px;
}

.aside-heads__head {
  margin-bottom: 8px;
}
.aside-heads__list {
  margin: 0;
  padding: 0 0 0 6px;
  list-style: none;
  font-size: 14px;
}
.aside-heads__list li {
  margin-bottom: 8px;
}
.aside-heads__list li:last-child {
  margin-bottom: 0;
}
.aside-heads__list ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.aside-heads__list ul li {
  position: relative;
  padding-left: 16px;
}
.aside-heads__list ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.aside-heads__list a {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.aside-heads__list a:hover, .aside-heads__list a.mPS2id-highlight {
  opacity: 1;
}

.post-title {
  margin-bottom: 75px;
}
.post-title__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.post-title__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.post-grid__aside {
  float: right;
  width: 520px;
  padding-top: 40px;
}
.post-grid__main {
  margin-right: 540px;
}

.case-row {
  margin-bottom: 95px;
}
.case-row:last-child {
  margin-bottom: 0;
}
.case-row .gallery-slider,
.case-row .case-gallery {
  margin-bottom: 55px;
}
.case-row .about-crm__advants {
  margin-bottom: 35px;
}
.case-row .content {
  margin-bottom: 35px;
}
.case-row .content p, .case-row .content ul, .case-row .content ol, .case-row .content blockquote {
  margin-bottom: 5px;
}
.case-row > :last-child {
  margin-bottom: 0;
}

.gallery-slider .swiper-slide {
  min-height: 480px;
  border-radius: 16px;
  background: #fff no-repeat center/cover;
}
.gallery-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.gallery-slider .nav-arrows {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0;
}

.case-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.case-gallery__box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden;
  position: relative;
  min-width: 40%;
  max-height: 1000px;
  border-radius: 16px;
  background: #fff no-repeat center/cover;
}
.case-gallery__box:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 193%;
}

.share-box {
  position: relative;
}
.share-box__btn {
  cursor: pointer;
  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;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 100px;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.share-box__btn .ic {
  font-size: 20px;
}
.share-box__btn:hover, .share-box__btn.active {
  color: var(--main-color);
}
.share-box__drop {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  margin: 5px 0 0;
  padding: 4px;
  width: 490px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}
.share-box__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.share-box__grid .copy-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 55px;
  padding: 12px;
  max-width: 790px;
  border-radius: 29px;
  background: #fff;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
}
.post-author__avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40px;
}
.post-author__avatar img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.post-author__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.post-author__name > * {
  margin-bottom: 0;
}
.post-author__name h6 {
  font-weight: normal;
}
.post-author__name p {
  opacity: 0.6;
}
.post-author__date {
  display: none;
}

.product-row {
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 20px;
}
.product-row:last-child {
  margin-bottom: 0;
}
.product-row__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.product-row__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 120px;
}
.product-row__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.product-row__info > :last-child {
  margin-bottom: 0;
}
.product-row__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.product-row__head a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-row__head a:hover {
  color: var(--main-color);
}
.product-row__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}
.product-row__action .btn {
  min-width: 172px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-row__price {
  text-align: right;
  font-weight: 500;
  line-height: 1.2;
  font-size: 40px;
}
.product-row__dropdown {
  display: none;
  padding-top: 32px;
}
.product-row__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}
.product-row__item:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F1F1F1;
}
.product-row__item .product-row__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-bottom: 0;
}

.services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -10px;
}
.services-grid__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  padding: 0 10px;
}
.services-grid__col > .service-item {
  height: 100%;
}

.service-item {
  border-radius: 12px;
  background: #fff;
}
.service-item__img {
  padding: 40px;
  min-height: 400px;
  border-radius: 12px 12px 0 0;
  background: no-repeat center/cover;
}
.service-item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.service-item__main {
  padding: 30px 40px 35px;
}
.service-item__main > :last-child {
  margin-bottom: 0;
}
.service-item__head {
  word-wrap: break-word;
}
.service-item__action {
  margin-bottom: 25px;
}

.callback-bann {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 170px;
  border-radius: 12px;
  background: #0A0A0A url("../img/dark-radial.svg") center/cover;
  color: #fff;
}
.callback-bann__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.callback-bann__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 30px;
  max-width: 520px;
  text-align: center;
}

.cookie-box {
  position: fixed;
  z-index: 1000;
  left: 32px;
  bottom: 32px;
  padding: 28px 34px;
  max-width: 528px;
  border-radius: 12px;
  background: #f7f8fc;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}
.cookie-box__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cookie-box__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  font-weight: 500;
  font-size: 17px;
}
.cookie-box__head a {
  color: #2871db;
}
.cookie-box .btn {
  padding: 10px 20px;
}

.serv-bann__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.serv-bann__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 520px;
}
.serv-bann__main > :last-child {
  margin-bottom: 0;
}
.serv-bann__descr {
  margin-top: auto;
}
.serv-bann__price {
  margin-bottom: 30px;
}
.serv-bann__price s {
  display: block;
  opacity: 0.8;
  font-size: 60%;
}
.serv-bann__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.serv-bann__img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 750px;
  text-align: center;
}
.serv-bann__img img {
  max-height: 650px;
}

.serv-about__row {
  margin-bottom: 60px;
}
.serv-about__row:last-child {
  margin-bottom: 0;
}
.serv-about__title {
  margin-bottom: 50px;
}

.serv-advants__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.serv-advant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 32px;
  border-radius: 12px;
  background: #fff;
}
.serv-advant__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
  width: 44px;
  height: 44px;
}
.serv-advant__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  line-height: 1.1;
  font-size: 20px;
  color: var(--main-color);
}

.serv-about__slider .nav-arrows {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 50%;
  padding-left: 32px;
}
.serv-about__slider._hide-arrows .nav-arrows {
  display: none;
}
.serv-about__slider._hide-arrows .serv-about__slide-content {
  padding-bottom: 0;
}
.serv-about__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serv-about__slide-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding-right: 32px;
}
.serv-about__slide-content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding: 0 0 128px 32px;
}

.serv-accent-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px 40px;
}
.serv-accent-line__head {
  margin: 0;
  max-width: 365px;
}
.serv-accent-line__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.serv-accent-line .btn {
  min-width: 250px;
}

.serv-reasons__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -30px;
}

.serv-reason {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 30px;
}
.serv-reason__numb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 0.25em;
  min-width: 1em;
  line-height: 1;
}
.serv-reason__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.serv-reason__content > * {
  margin-bottom: 15px;
}
.serv-reason__content > *:last-child {
  margin-bottom: 0;
}
.serv-reason__descr {
  opacity: 0.6;
}

.serv-scheme__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 55px;
  padding: 0 0 55px 60px;
}
.serv-scheme__item:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 20px;
  margin-left: -1px;
  bottom: -45px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.serv-scheme__item:after {
  content: "";
  position: absolute;
  left: 60px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.serv-scheme__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.serv-scheme__item:last-child:before, .serv-scheme__item:last-child:after {
  display: none;
}
.serv-scheme__item-ellips {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main-color);
}
.serv-scheme__item-title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 28%;
  margin-right: 40px;
}
.serv-scheme__item-title > :last-child {
  margin-bottom: 0;
}
.serv-scheme__item-numb {
  opacity: 0.6;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.serv-scheme__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  opacity: 0.6;
}

/* Popups */
.popup-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--app-height);
  overflow: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.popup._show {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.popup__wrapper {
  overflow: hidden;
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: var(--app-height);
  padding: 40px 8px;
}
.popup__wrap {
  position: relative;
  width: 1180px;
  max-width: 100%;
  border-radius: 12px;
  background: var(--light-color);
  padding: 108px 60px 40px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 60px;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup__close:hover {
  background-color: #000;
  color: #fff;
}

.bann-popup .popup__wrap {
  background: #f7f8fc;
}

.bann-popup__img {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.bann-popup__main {
  padding: 28px 32px 30px;
}

.bann-popup__head {
  font-weight: 500;
  font-size: 24px;
}

.bann-popup__main .btn {
  margin-top: 12px;
}

.bann-popup__main > :last-child {
  margin-bottom: 0;
}

/* Customize plugins */
.swiper-pagination-bullets {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 0;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 50%;
  background: currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}