@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap);

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes fill {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fill {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

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

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes copyTextSupport {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  23% {
    -webkit-transform: translateY(43px);
    transform: translateY(43px);
  }

  77% {
    -webkit-transform: translateY(43px);
    transform: translateY(43px);
  }

  to {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@keyframes copyTextSupport {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  23% {
    -webkit-transform: translateY(43px);
    transform: translateY(43px);
  }

  77% {
    -webkit-transform: translateY(43px);
    transform: translateY(43px);
  }

  to {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@-webkit-keyframes move-gradient-3colors {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(66.7%);
    transform: translateX(66.7%);
  }
}

@keyframes move-gradient-3colors {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(66.7%);
    transform: translateX(66.7%);
  }
}

@-webkit-keyframes skeletonFlare {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes skeletonFlare {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

.main {
  max-width: 1498px;
}

.get-start-section,
.main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.get-start-section {
  max-width: 1300px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1405px) {
  .get-start-section {
    max-width: 1344px;
    padding-left: 44px;
    padding-right: 44px;
  }
}

@media (max-width: 699px) {
  .get-start-section {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (max-width: 450px) {
  .get-start-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.productions_container .productions_tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 705px;
}

.productions_container .productions_tabs-list .productions_tabs-block {
  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: 315px;
}

.productions_container .productions_tabs-list .productions_tabs-block .productions_tabs-block-name {
  color: var(--color-base-text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  line-height: 1.2;
  opacity: 0.7;
  text-align: center;
}

.productions_container .productions_tabs-list .productions_tabs-block .productions_tabs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}

.productions_container .productions_tabs-list .productions_tabs-block-separator {
  border: 1px solid #000;
  height: 62px;
  margin-top: 42px;
  opacity: 0.1;
}

.productions_container .productions_tabs-list input {
  display: none;
}

@media (max-width: 770px) {
  .productions_container {
    display: none;
  }
}

.productions_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 44px auto 0;
  max-width: 1034px;
}

.productions_content:nth-of-type(2),
.productions_content:nth-of-type(3),
.productions_content:nth-of-type(4),
.productions_content:nth-of-type(6),
.productions_content:nth-of-type(7) {
  display: none;
}

@media (max-width: 770px) {
  .productions_content {
    display: none;
  }
}

.productions_content .productions_content-title {
  color: var(--color-dark-accent);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  line-height: 1.2;
}

.productions_content .productions_content-description {
  color: var(--color-dark-accent);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  line-height: 1.2;
  margin-top: 9px;
  opacity: 0.5;
}

.productions_content .productions_content-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-top: 32px;
  max-width: 1034px;
  width: 100%;
}

.productions_content .productions_content-images .productions_content-image {
  height: auto;
  max-height: 516px;
}

.productions_content .productions_content-images .productions_content-image-desktop {
  height: auto;
  max-height: 516px;
  width: 75%;
}

.productions_content .productions_content-images .productions_content-image-mobile {
  height: auto;
  max-height: 516px;
  width: 23%;
}

#splide_productions {
  display: none;
}

@media (max-width: 770px) {
  #splide_productions {
    display: block;
    margin-top: 12px;
  }
}

#splide_productions .productions_slider-wrap .productions_tabs-block-name {
  color: var(--color-base-text-primary);
  color: rgba(37, 43, 54, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  line-height: 1.2;
  margin-bottom: 18px;
  text-align: center;
}

#splide_productions .productions_slider-wrap .productions_tabs-list {
  -moz-column-gap: 66px;
  -webkit-column-gap: 66px;
  column-gap: 66px;
  padding: 0;
}

#splide_productions .productions_slider-wrap .productions_tabs-list input {
  display: none;
}

@media (max-width: 450px) {
  #splide_productions .productions_slider-wrap .productions_tabs-list {
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}

.productions_tab {
  width: 54px;
}

.productions_tab .productions_tabs-item {
  background-color: #eff3fb;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 54px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
  width: 54px;
}

.productions_tab .productions_tabs-item .productions_tabs-item__icon {
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
}

.productions_tab .productions_tabs-item:hover {
  background-color: var(--color-dark-accent);
}

.productions_tab .productions_tabs-item:hover .productions_tabs-item__icon {
  fill: var(--color-active-icon);
}

.productions_tab .productions_tabs-item__title {
  color: var(--color-base-text-primary);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  line-height: 1.2;
  opacity: 0.7;
  -webkit-transform: translateX(calc(-50% + 27px));
  -ms-transform: translateX(calc(-50% + 27px));
  transform: translateX(calc(-50% + 27px));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

input[type=radio]:checked+label {
  background-color: var(--color-dark-accent);
}

input[type=radio]:checked+label .productions_tabs-item__icon {
  fill: var(--color-active-icon);
}

.productions_description-container-mobile {
  display: none;
}

@media (max-width: 770px) {
  .productions_description-container-mobile {
    display: block;
  }
}

.productions_description-container-mobile .productions_content-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 44px;
  max-width: 100%;
}

.productions_description-container-mobile .productions_content-mobile:first-child,
.productions_description-container-mobile .productions_content-mobile:nth-child(2),
.productions_description-container-mobile .productions_content-mobile:nth-child(3),
.productions_description-container-mobile .productions_content-mobile:nth-child(5),
.productions_description-container-mobile .productions_content-mobile:nth-child(6) {
  display: none;
}

.productions_description-container-mobile .productions_content-mobile .productions_content-title {
  color: var(--color-base-text-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  line-height: 1.2;
  margin-bottom: 15px;
}

.productions_description-container-mobile .productions_content-mobile .productions_content-images {
  max-width: 640px;
  width: 100%;
}

.productions_description-container-mobile .productions_content-mobile .productions_content-images .productions_content-image-for-mobile {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 91.24%;
}

.productions_description-container-mobile .productions_content-mobile .productions_content-images .productions_content-image,
.productions_description-container-mobile .productions_content-mobile .productions_content-images .productions_content-image-desktop {
  height: auto;
  width: 100%;
}

.productions_description-container-mobile .productions_content-mobile .productions_content-description {
  color: var(--color-base-text-primary);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  line-height: 1.2;
  margin-top: 18px;
  opacity: 0.6;
}

:root {
  --color-brand-green: #c5fce7;
  --color-brand-blue: #d6e7fd;
  --color-headers-text: #252b36;
  --color-main-content-text: rgba(0, 0, 0, .6);
  --color-main-content-text-black: #000;
  --color-button-text: var(--color-headers-text);
  --gradient-button-bg: linear-gradient(90deg, #c5fce7 4.06%, #d6e7fd);
  --color-section-bg: rgba(232, 236, 243, .6);
  --color-tariff-bg: #f1f4f8;
  --color-tariff-content-text: rgba(37, 43, 54, .84);
  --color-tariff-price: rgba(37, 43, 54, .72);
  --gradient-review-bg: linear-gradient(270deg, rgba(232, 236, 243, .6) 66.56%, rgba(232, 236, 243, 0));
  --gradient-cases-bg: linear-gradient(270deg, rgba(232, 236, 243, .6) 66.56%, rgba(232, 236, 243, 0));
  --color-prefooter-bg: #f7f8f8;
  --color-footer-text: hsla(0, 0%, 100%, .6);
  --color-section-bg-opaque: #e8ecf3;
  --color-active-icon: #fff;
  --width-small-section: 1300px;
  --width-big-section: 1498px;
  --color-base-text-primary: #252b36;
  --color-base-text-primary-opacity: rgba(37, 43, 54, .5);
  --color-base-text-primary-dark: #2a2c2f;
  --color-base-text-primary-dark-opacity: rgba(42, 44, 47, .6);
  --color-base-text-gray: #626d7a;
  --color-base-text-secondary: #fff;
  --color-section-description: rgba(37, 43, 54, .6);
  --colo-start-gradient-primary-light: #c5fce7;
  --colo-stop-gradient-primary-light: #d6e7fd;
  --color-start-gradient-primary-dark: #fdd9b8;
  --color-stop-gradient-primary-dark: #e4a6e2;
  --color-block-bg: #f7f8fa;
  --color-block-bg-hover: #ebeef4;
  --color-page-bg: #fff;
  --color-link: #8220ff;
  --color-active: #2777ff;
  --color-dark-accent: #2a2c2f;
  --color-light-bg: #eceef1;
  --max-width-section: 1498px;
  --padding-section-side: 44px;
  --margin-between-sections: 70px;
  --margin-bottom-section-title: 39px;
  --radius-button: 26px;
  --gradient-primary-light: linear-gradient(136deg, #c5fce7, #d6e7fd);
  --gradient-primary-dark: linear-gradient(90deg, var(--color-start-gradient-primary-dark) 0%, var(--color-stop-gradient-primary-dark) 100%);
  --gradient1: linear-gradient(90deg, #b8f5fd, #bea6e4);
  --transition-primary: 0.25s;
}

@media (max-width: 699px) {
  :root {
    --padding-section-side: 27px;
    --margin-between-sections: 50px;
    --margin-bottom-section-title: 25px;
  }
}

@media (max-width: 450px) {
  :root {
    --padding-section-side: 20px;
    --margin-between-sections: 30px;
  }
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

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

body {
  scroll-behavior: smooth;
}

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

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

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

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

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

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

button,
input[type=submit] {
  background-color: transparent;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

@-webkit-keyframes move-gradient-3colors {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(66.7%);
    transform: translateX(66.7%);
  }
}

@keyframes move-gradient-3colors {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(66.7%);
    transform: translateX(66.7%);
  }
}

@-webkit-keyframes skeletonFlare {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes skeletonFlare {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

.main-title {
  color: var(--color-base-text-primary);
  font-size: 39px;
  font-weight: 700;
  line-height: 42px;
}

@media (max-width: 1220px) {
  .main-title {
    font-size: 36px;
    line-height: 39px;
  }
}

@media (max-width: 450px) {
  .main-title {
    font-size: 32px;
    line-height: 35px;
  }
}

.section-title {
  color: var(--color-base-text-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  margin-left: 131px;
}

@media (max-width: 1220px) {
  .section-title {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .section-title {
    font-size: 30px;
  }
}

.content-title {
  color: var(--color-base-text-primary);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 699px) {
  .content-title {
    font-size: 20px;
  }
}

.section-description__under-title {
  color: var(--color-section-description);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-left: 131px;
  margin-top: 9px;
}

@media (max-width: 699px) {
  .section-description__under-title {
    font-size: 18px;
  }
}

@media (max-width: 1220px) {
  .section-description__under-title {
    margin-left: 0;
  }
}

.section-description {
  color: var(--color-section-description);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

@media (max-width: 699px) {
  .section-description {
    font-size: 18px;
  }
}

.section-description__secondary {
  color: var(--color-section-description);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

@media (max-width: 699px) {
  .section-description__secondary {
    font-size: 17px;
  }
}

.base-text {
  color: #252b36;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media (max-width: 450px) {
  .logo {
    gap: 6px;
  }
}

.logo .logo__icon {
  background-image: url(../../assets/imgs/icons/chatapp-logo.svg);
  height: 42px;
  width: 42px;
}

.logo .logo__icon.logo__icon-amocrm {
  background-image: url(/pictures/svg/amocrm/chatapp-logo.svg);
}

.logo .logo__icon.logo__icon-yclients {
  background-image: url(/pictures/svg/yclients/chatapp-logo.svg);
}

.logo .logo__text {
  margin-top: 2px;
}

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-baset-text-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2em;
}

.button-bg-gradient-3colors {
  background: transparent;
  color: #252b36;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.button-bg-gradient-3colors:before {
  -webkit-animation: move-gradient-3colors 1s linear infinite;
  animation: move-gradient-3colors 1s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #c5fce7), color-stop(33.3%, #d6e7fd), color-stop(66.7%, #c5fce7), to(#d6e7fd));
  background: linear-gradient(90deg, #c5fce7 0, #d6e7fd 33.3%, #c5fce7 66.7%, #d6e7fd);
  content: "";
  height: 100%;
  left: -200%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 300%;
  z-index: -1;
}

.button-bg-gradient-3colors:hover:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.fill {
  -webkit-animation: fill 0.25s ease-in-out;
  animation: fill 0.25s ease-in-out;
}

.fade {
  -webkit-animation: fade 0.25s ease-in-out;
  animation: fade 0.25s ease-in-out;
}

@media (max-width: 1517px) {
  .splide {
    cursor: -webkit-grab;
    cursor: grab;
  }
}

.body {
  color: var(--color-base-text-primary);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Inter, Arial, Roboto, sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
  background-color: #f3f3f3;
}

.body,
.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  background: #fff;
  border-radius: 0 0 29px 29px;
  height: 78px;
  max-width: var(--width-small-section);
  padding: 0 33.5px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 500;
  margin: 0 auto;
}

.header a {
  text-decoration: none;
}

@media (max-width: 450px) {
  .header {
    padding-left: 9px;
    padding-right: 5px;
  }
}

.header .nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
}

@media (max-width: 1300px) {
  .header .nav {
    display: none;
  }
}

.header .nav .nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.header .nav .nav-list .nav-item {
  position: relative;
}

.header .nav .nav-list .nav-item .nav-item__link {
  color: #252b36;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding: 5px 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav .nav-list .nav-item .nav-item__link:before {
  background: var(--color-headers-text);
  border-radius: 1px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 6px;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

.header .nav .nav-list .nav-item .nav-item__link:not(.header .nav .nav-list .nav-item .nav-item__link.nav-item__link_active):hover {
  cursor: pointer;
}

.header .nav .nav-list .nav-item .nav-item__link:hover:before,
.header .nav .nav-list .nav-item .nav-item__link_active:before {
  opacity: 1;
  width: calc(100% - 12px);
}

.header .nav .nav-list .nav-item .nav-item__dropdown-icon {
  height: 8px;
  position: absolute;
  right: -12px;
  top: calc(50% - 3px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 12px;
}

.header .nav .nav-list .nav-item[data-menu=solutions]:before {
  background-color: #f7f9fe;
  content: "";
  height: 78px;
  left: -7px;
  opacity: 0;
  position: absolute;
  top: -29px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 114px;
}

.header .nav .nav-list .nav-item_active[data-menu=solutions]:before {
  opacity: 1;
}

.header .nav .nav-list .nav-item_active[data-menu=solutions] .nav-item__dropdown-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header .auth-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header .auth-container .contacts__phone-number {
  color: rgba(37, 43, 54, 0.46);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
}

.header .auth-container .contacts__phone-number:hover {
  color: var(--color-base-text-primary);
}

@media (max-width: 1300px) {
  .header .auth-container .contacts__phone-number {
    display: none;
  }
}

.header .auth-container .separator {
  background: rgba(0, 0, 0, 0.19);
  height: 25px;
  margin-left: 17px;
  margin-right: 8px;
  width: 1px;
}

@media (max-width: 1300px) {
  .header .auth-container .separator {
    display: none;
  }
}

.header .auth-container .auth-button {
  color: #252b36;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding: 9px;
}

.header .auth-container .get-start-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 9px;
  width: 168px;
  z-index: 1;
}

@media (max-width: 699px) {
  .header .auth-container .get-start-button {
    display: none;
  }
}

.header .auth-container .lang-switcher-container {
  margin-left: 9px;
  position: relative;
}

.header .auth-container .lang-switcher-container .lang-switcher {
  background-color: #f0f2f5;
  border-radius: 3px;
  color: var(--color-headers-text);
  font-size: 18px;
  height: 34px;
  line-height: 20px;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
  width: 42px;
}

.lang-switcher-modal {
  position: absolute;
  visibility: hidden;
}

.burger-menu-container {
  display: none;
  margin-left: 28px;
}

@media (max-width: 450px) {
  .burger-menu-container {
    margin-left: 11px;
  }
}

@media (max-width: 1300px) {
  .burger-menu-container {
    display: block;
  }
}

.burger-menu-container .burger-menu-button {
  cursor: pointer;
  height: 43px;
  position: relative;
  width: 43px;
}

.burger-menu-container .burger-menu-button .burger-menu-button__line {
  background: var(--color-headers-text);
  border-radius: 2px;
  display: block;
  height: 4px;
  left: 5px;
  position: absolute;
  width: 33px;
}

.burger-menu-container .burger-menu-button .burger-menu-button__line:first-of-type {
  top: 8.5px;
}

.burger-menu-container .burger-menu-button .burger-menu-button__line:nth-of-type(2) {
  top: 19.5px;
}

.burger-menu-container .burger-menu-button .burger-menu-button__line:last-of-type {
  top: 30.5px;
}

.burger-menu-container .burger-menu,
.burger-menu-container .burger-menu-overlay {
  position: fixed;
  visibility: hidden;
}

.lang-switcher-overlay {
  backdrop-filter: blur(5px);
  cursor: pointer;
  left: 0;
  opacity: 0;
  top: 0;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
  z-index: 200;
}

.lang-switcher-overlay,
.solutions-menu-container {
  height: 100vh;
  position: fixed;
  visibility: hidden;
  width: 100%;
}

.solutions-menu-container {
  z-index: 420;
}

@media (max-width: 1300px) {
  .solutions-menu-container {
    display: none;
  }
}

.solutions-menu-container .solutions-menu-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: inherit;
  opacity: 0;
  position: absolute;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
  width: inherit;
  z-index: -1;
}

.solutions-menu-container .header-bg {
  background: var(--color-page-bg);
  height: 78px;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
  width: 100%;
}

.solutions-menu-bg {
  background: #f7f9fe;
  height: auto;
  padding-bottom: 40px;
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
  width: 100%;
  z-index: -1;
}

@media (max-width: 1280px) {
  .solutions-menu-bg {
    display: none;
  }
}

.solutions-menu-bg .solutions-menu {
  -moz-column-gap: 97px;
  -webkit-column-gap: 97px;
  column-gap: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 30px;
  width: 100%;
}

.solutions-links-list .solutions-links-item .solutions-links-item__link p {
  color: rgba(37, 43, 54, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 4px 0 0;
  overflow: visible;
  text-align: start;
  white-space: normal;
}

.solutions-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 23px;
}

.solutions-links-list .solutions-links-list__title {
  color: var(--color-base-text-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.solutions-links-list .solutions-links-list__separator {
  border: 0;
  border-top: 1px solid rgba(37, 43, 54, 0.2);
  margin: -11px 0 -3px;
}

.solutions-links-list .solutions-links-item .solutions-links-item__link {
  color: rgba(37, 43, 54, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
}

.solutions-links-list .solutions-links-item .solutions-links-item__link-integrations {
  color: rgba(37, 43, 54, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  opacity: 0.69;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
}

.solutions-links-list .solutions-links-item .solutions-links-item__description {
  color: rgba(37, 43, 54, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 4px;
  max-width: 179px;
  -webkit-transition: var(--transition-primary);
  transition: var(--transition-primary);
}

.solutions-links-list .solutions-links-item:hover {
  cursor: pointer;
}

.solutions-links-list .solutions-links-item:hover .solutions-links-item__link,
.solutions-links-list .solutions-links-item:hover .solutions-links-item__link-integrations {
  color: var(--color-base-text-primary);
  opacity: 1;
}

.solutions-links-list .solutions-links-item:hover .solutions-links-item__description {
  color: rgba(37, 43, 54, 0.7);
}

f .solutions-links-list-products {
  width: 224px;
}

.solutions-links-list-integrations {
  row-gap: 29px;
  width: 157px;
}

/* .solutions-links-list-integrations .solutions-links-list__separator {
  margin: -17px 0 -9px;
} */

.solutions-links-list-channels {
  width: 183px;
}

.integrators-links-list {
  width: 241px;
}

@media (max-width: 1300px) {
  .integrators-links-list {
    width: 99%;
  }
}

/* Модальное окно с формой Битрикс */
.bitrix-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bitrix-form.active {
  display: flex;
  opacity: 1;
}

/* Оверлей (затемнение) */
.bitrix-form__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* Контейнер формы */
.bitrix-form__container {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 2;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Контент формы с прокруткой */
.bitrix-form__content {
  padding: 50px 20px 20px;
  max-height: 90vh;
  overflow-y: auto;
}

/* Кнопка закрытия */
.close-bitrix-form {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-bitrix-form:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

/* Иконка крестика */
.close-bitrix-form::before,
.close-bitrix-form::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: background-color 0.3s ease;
}

.close-bitrix-form::before {
  transform: rotate(45deg);
}

.close-bitrix-form::after {
  transform: rotate(-45deg);
}

.close-bitrix-form:hover::before,
.close-bitrix-form:hover::after {
  background-color: #000;
}

/* Адаптивность */
@media (max-width: 768px) {
  .bitrix-form__container {
    width: 95%;
    max-height: 95vh;
  }

  .bitrix-form__content {
    padding: 50px 15px 15px;
  }

  .close-bitrix-form {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }

  .close-bitrix-form::before,
  .close-bitrix-form::after {
    width: 18px;
  }
}

/* Блокировка прокрутки body при открытом модальном окне */
body.modal-open {
  overflow: hidden;
}

/* Дополнительные стили для скроллбара */
.bitrix-form__content::-webkit-scrollbar {
  width: 8px;
}

.bitrix-form__content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.bitrix-form__content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.bitrix-form__content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.servey-container {
  box-sizing: border-box;
  width: 100%;
}

.mainblock2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.mainblock2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.mainblock2__text {
  max-width: 400px;
}

@media (max-width: 1290px) {
  .mainblock2__text {
    padding-left: 30px;
  }
}

.mainblock2__text h2 {
  display: block;
  font-size: 32px;
  line-height: 1.4;
  color: #252b36;
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.mainblock2__text p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #74777E;
}

.mainblock2__text p a {
  text-decoration: underline;
  transition: .35s ease;
}

.mainblock2__text p a:hover {
  color: #65686e;
}

.mainblock2__action {
  margin-top: 95px;
}

.mainblock2__action a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#334BF8), to(#566BFE));
  background: linear-gradient(90deg, #334BF8 0%, #566BFE 100%);
  display: block;
  text-align: center;
  padding: 24px;
  border-radius: 64px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  margin: 5px;
  position: relative;
}

.mainblock2__action a::before {
  background-color: #e9f0ff;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  left: -5px;
  top: -5px;
  position: absolute;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  z-index: -1;
}

.mainblock2__action a:hover::before {
  background-color: #d4e3ff;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  left: -7.5px;
  top: -7.5px;
}

@media (max-width: 1290px) {
  .mainblock2__action {
    margin-top: 40px;
  }
}

.mainblock2__list {
  margin-top: 70px;
}

@media (max-width: 1290px) {
  .mainblock2__list {
    margin-top: 40px;
  }
}

.mainblock2__list p {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #74777E;
}

.mainblock2__list ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.mainblock2__list ul li img {
  display: block;
  height: 62px;
  width: 62px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mainblock2__img {
  max-width: 790px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainblock2__img img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 770px) {
  .mainblock2 {
    /* padding: 70px 0 50px; */
  }

  .mainblock2__text {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  .mainblock2__text h2 {
    text-align: center;
    line-height: 1.2;
  }

  .mainblock2__text p {
    text-align: center;
  }

  .mainblock2__action a {
    padding: 19px;
  }

  .mainblock2 .for-mobile-img {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .mainblock2 .for-mobile-img picture {
    display: block;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .mainblock2__list {
    margin-top: 60px;
  }

  .mainblock2__list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mainblock2__list ul li img {
    width: 44px;
    height: 44px;
    -o-object-fit: none;
    object-fit: none;
    display: block;
    border-radius: 8px;
  }
}

.edge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 40px 0;
}

.edge__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.edge__item {
  width: calc(50% - 32px);
  background-color: #F7F8FA;
  margin: 0 16px 32px;
  border-radius: 65px;
  overflow: hidden;
}

.edge__head {
  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: 40px;
  margin-bottom: 40px;
}

.edge__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 40px;
}

.edge__text h3 {
  margin: 0;
  display: block;
  margin-bottom: 8px;
  color: #252b36;
  width: 100%;
  line-height: 1.1;
  font-size: 23px;
  font-weight: 700;
  max-width: 250px;
}

.edge__text p {
  display: block;
  color: #797d84;
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
}

.edge__icon {
  max-width: 184px;
  width: 100%;
  height: 100%;
}

.edge__icon img {
  display: block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}

.edge__img {
  height: 400px;
  background-position: left bottom;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .edge__head {
    margin-bottom: 0;
  }

  .edge__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 80px;
  }

  .edge__icon img {
    width: 80px;
    height: 80px;
  }

  .edge__img {
    height: 30vw;
    min-height: 192px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .edge {
    width: 100%;
    padding: 40px 40px 0;
  }

  .edge__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .edge__item {
    max-width: none;
    width: 100%;
    overflow: hidden;
    margin: 0 0 24px;
    border-radius: 30px;
  }

  .edge__icon {
    display: none;
  }

  .edge__text {
    max-width: none;
    margin-right: 0;
    padding: 30px;
    margin-bottom: 0;
  }

  .edge__text h3,
  .edge__text p {
    max-width: none;
    width: 100%;
  }

  .edge__img {
    background-size: cover;
    height: 190px;
  }
}

@media(max-width:699px) {
  .edge {
    padding: 40px 27px 0;
  }
}


.chatapp-sales__head {
  margin-bottom: 30px;
}

.chatapp-sales__head h1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 50px;
  color: #000;
  line-height: 1.1;
  font-weight: 400;
}

.chatapp-sales__head .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.chatapp-sales__head .tab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 13px 30px;
  text-align: center;
  color: #ccc;
  font-size: 16px;
  line-height: 0.9;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.chatapp-sales__head .tab.active {
  color: #fff;
  background-color: #0289cb;
}

.chatapp-sales__head .tab.active:hover {
  background-color: #0289cb;
}

.chatapp-sales__head .tab:hover {
  background-color: rgba(2, 136, 203, 0.0666666667);
}

.chatapp-sales__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  box-sizing: border-box;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}

.chatapp-sales__item {
  margin: 0 8px 16px;
  width: calc(50% - 16px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  height: auto;
  border-radius: 30px;
  background-color: #EFFAF4;
  transition: .35s ease;
  padding: 90px 30px 50px;
}

.chatapp-sales__item:hover {
  background-color: #EFF4FA;
}

.chatapp-sales__item .img {
  max-width: 360px;
  margin-bottom: 40px;
}

.chatapp-sales__item .img img {
  display: block;
  max-width: 100%;
  max-height: 360px;
}

.chatapp-sales__item .text {
  max-width: 360px;
  margin-bottom: auto;
  margin-bottom: auto;
}

.chatapp-sales__item .text span {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  display: block;
}

.chatapp-sales__item .text h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.14;
  text-align: center;
  margin: 0;
}

.chatapp-sales__item .action {
  max-width: 280px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 60px;
}

.chatapp-sales__item .action a {
  max-width: 280px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#C5FCE7), color-stop(33.3%, #D6E7FD), color-stop(66.7%, #C5FCE7), to(#D6E7FD));
  background: linear-gradient(90deg, #C5FCE7 0%, #D6E7FD 33.3%, #C5FCE7 66.7%, #D6E7FD 100%);
  color: #252B36;
  padding: 17px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
}

.breadcrumbs {
  margin-bottom: 15px;
  margin-top: 20px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  /* flex-wrap: wrap; */
  overflow: auto;
}

.breadcrumbs ul li {
  padding-right: 4px;
  margin-right: 4px;
  display: block;
  position: relative;
  white-space: nowrap;
  padding-bottom: 10px;
}

.breadcrumbs ul li::after {
  content: "/";
  color: #c8c8c8;
}

.breadcrumbs ul li:last-child::after {
  display: none;
}

.breadcrumbs ul li:last-child a {
  color: #000;
  pointer-events: none;
}

.breadcrumbs ul li a {
  color: #c8c8c8;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.breadcrumbs ul li a:hover {
  color: #000;
}

@media (max-width: 920px) {
  .chatapp-sales__item {
    padding: 40px;
  }

  .chatapp-sales__item .img {
    height: 220px;
    max-width: 220px;
    margin-bottom: 40px;
  }

  .chatapp-sales__item .img img {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .chatapp-sales__item .text {
    margin-bottom: auto;
  }

  .chatapp-sales__item .text span {
    margin-bottom: 8px;
  }

  .chatapp-sales__item .text h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.14;
  }

  .chatapp-sales__item .action {
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .chatapp-sales__items {
    margin: 0;
  }

  .chatapp-sales__item {
    margin: 0 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 15px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pagination>a {
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  border-radius: 50%;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.pagination>a svg {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.pagination>a:hover {
  background-color: rgba(2, 136, 203, 0.0823529412);
}

.pagination .gap-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 4px;
  margin: 0 4px;
}

.pagination ul li a {
  width: 32px;
  height: 32px;
  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;
  color: #000;
  border-radius: 8px;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

.pagination ul li a.active {
  color: #fff;
  background-color: #0289cb;
}

.pagination ul li a:hover {
  color: #fff;
  background-color: #0289cb;
}

.container {
  max-width: 1300px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}

@media(max-width:700px) {
  .container {
    padding: 0;
  }
}



/*  шаблон акция */

.promotion {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.promotion__head {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #EFF4FA;
  margin-bottom: 60px;
}

.promotion__head .img {
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  margin-right: 60px;
}

.promotion__head .img img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion__head .text {
  max-width: 380px;
}

.promotion__head .text span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.14;
}



.promotion__head .text p {
  margin: 0;
  display: block;
  font-weight: 400;
  color: #000;
}

.promotion__head .text .promo-name {
  color: #000;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.14;
  letter-spacing: -2%;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 45px;
}
.promotion__content {
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
}


.promotion__content h1 {
  font-weight: 500;
  font-style: Medium;
  font-size: 51px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 24px;
}

.promotion__content h2 {
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 24px;
  margin-top: 36px;
}

.promotion__content h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 24px;
  margin-top: 36px;
}

.promotion__content h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 24px;
  margin-top: 24px;
}

.promotion__content h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  display: block;

}

.promotion__content span {
  display: block;
  opacity: 0.7;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
}


.promotion__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.promotion__content ul li {
  padding-left: 17px;
  position: relative;
  margin-bottom: 12px;
}

.promotion__content ul li:last-child {
  margin-bottom: 0;
}

.promotion__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0289CB;
}

.promotion__content ul li p {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  color: #000;
}

.promotion__content ul li p a {
  color: #0289CB;
  text-decoration: none;
}

.promotion__content ul li p a:hover {
  text-decoration: underline;
}

.promotion__content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  counter-reset: item;
}

.promotion__content ol li {
  padding-left: 23px;
  position: relative;
  margin-bottom: 12px;
  counter-increment: item;
}

.promotion__content ol li:last-child {
  margin-bottom: 0;
}

.promotion__content ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 4px;
  color: #0289CB;
  font-size: 18px;
  font-weight: 400;
}

.promotion__content ol li p {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  color: #000;
}

.promotion__content ol li p a {
  color: #0289CB;
  text-decoration: none;
}

.promotion__content ol li p a:hover {
  text-decoration: underline;
}

.promotion__content p span {
  display: block;
  margin: 24px 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;

}

.promotion__action {
  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;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  padding-top: 30px;
}

.promotion__action .promo-back {
  padding: 8px 10px;
  border: 1px solid #0289CB;
  border-radius: 4px;
  text-decoration: none;
  color: #0289CB;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.promotion__action .promo-back:hover {
  background-color: #0289CB;
  color: #fff;
}

.promotion__action .promo-back:hover svg path {
  stroke: #fff;
}

.promotion__action .promo-back svg {
  margin-right: 5px;
}

.promotion__action .promo-back svg path {
  stroke: #0289CB;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

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

.promotion__action .action__btns p {
  color: #000;
  font-size: 14px;
  margin: 0;
  display: block;
}

.promotion__action .action__btns button {
  background-color: #f3f3f3;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  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;
}

.promotion__action .action__btns button:hover {
  background-color: #d8d8d8;
}

.promotion__action .action__btns button svg {
  display: block;
}

.other {
  margin-top: 80px;
  margin-bottom: 40px;
}

.other h3 {
  display: block;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
  font-size: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 920px) {
  .promotion__head {
    padding: 32px;
    gap: 50px;
  }

  .promotion__head .img {
    max-width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
  }

  .promotion__head .text {
    width: 100%;
    max-width: 380px;
  }

  .promotion__head .text h1 {
    font-size: 32px;
    letter-spacing: -2%;
    margin: 12px 0 45px;
  }

  .promotion__head .text p {
    font-size: 15px;
  }

  .promotion__content h2 {
    font-size: 36px;
  }

  .promotion__content h3 {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .promotion__head {
    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 15px 30px;
  }

  .promotion__content h2 {
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

.no-sales {
  margin: 0 auto;
}

.burger-menu-container .burger-menu {
  padding-bottom: 90px !important;
}

.promo-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, #C5FCE7 0%, #D6E7FD 33.3%, #C5FCE7 66.7%, #D6E7FD 100%);
  padding: 17.5px;
  color: #252B36;
  border-radius: 26px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: .35s ease;
  margin-bottom: 20px;
}

.promo-btn:hover {
  color: #000;
}

aside.menu {
  padding-top: 15px;
}

.pre-footer-wrapper a{
  text-decoration: none;
}

.telegram-widget-wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease forwards;
          animation: fadeIn 0.5s ease forwards;
}
.telegram-widget-wrapper.hidden {
  display: none;
}
.telegram-widget-wrapper.show-text .text {
  -webkit-animation: slideIn 0.4s ease forwards;
          animation: slideIn 0.4s ease forwards;
}
.telegram-widget-wrapper.hide-text .text {
  -webkit-animation: slideOut 0.4s ease forwards;
          animation: slideOut 0.4s ease forwards;
}
.telegram-widget-wrapper .telegram-widget-close {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #000;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
  opacity: 0;
  border: none;
}
.telegram-widget-wrapper .telegram-widget-close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.telegram-widget-wrapper .telegram-widget-close svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 640px) {
  .telegram-widget-wrapper .telegram-widget-close {
    opacity: 1;
    left: 0px;
  }
}
.telegram-widget-wrapper:hover .telegram-widget-close {
  opacity: 1;
}
.telegram-widget-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
}
.telegram-widget-wrapper a:hover .img {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.telegram-widget-wrapper a:hover .text {
  background-color: #cdced3;
}
.telegram-widget-wrapper a .img {
  display: block;
  width: 49px;
  height: 49px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.telegram-widget-wrapper a .img svg {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  display: block;
}
.telegram-widget-wrapper a .text {
  background-color: #e8e9ee;
  color: #000;
  padding: 8px 10px 10px;
  padding-left: 20px;
  margin-left: -20px;
  z-index: -1;
  border-radius: 10px;
  font-weight: 500;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  -webkit-box-shadow: 0px -5px 15px -1px rgba(34, 60, 80, 0.2) inset;
          box-shadow: 0px -5px 15px -1px rgba(34, 60, 80, 0.2) inset;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.telegram-widget-wrapper a .text span {
  font-size: 14px;
  line-height: 0.9;
  white-space: nowrap;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}