body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #E8E8E8;
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

a,
button,
div {
  -webkit-tap-highlight-color: transparent;
}

.top-button {
  display: grid;
  margin-bottom: 16px;
}

.top-button .button {
  width: 100%;
  text-align: left;
  border-radius: 0;
  gap: 12px;
  height: 44px;
  justify-content: flex-start;
  font-size: 16px;
  text-transform: none;
}

.top-button .button img {
  width: 26px;
  height: 26px;
}

.top-button .button-container {
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.site {
  flex-grow: 1;
}

.partners {
  margin-bottom: 16px;
}

.partners p {
  color: #F97932;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
  max-width: 270px;
  font-weight: 500;
}

.button-partners {
  gap: 8px;
  background-color: #F5F5F5 !important;
  border-color: #F5F5F5 !important;
  color: #F97932 !important;
}

.button-partners svg {
  width: 26px;
  height: 26px;
}

.button-partners .icon-bg {
  fill: #F97932 !important;
}

.button-partners .icon-arrow {
  stroke: #F5F5F5 !important;
}

.button-partners:active {
  background-color: #F97932 !important;
  border-color: #F97932 !important;
  color: #F5F5F5 !important;
}

.button-partners:active .icon-bg {
  fill: #F5F5F5 !important;
}

.button-partners:active .icon-arrow {
  stroke: #F97932 !important;
}

.mobile-link {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 270px;
}

.mobile-link a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #F97932;
  line-height: 1.1;
}

.pill-wrapper {
  margin-bottom: 24px;
}

.pill {
  font-size: 16px;
  color: #121212;
  font-weight: 600;
  display: inline-block;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #D2DFF2;
}

.header {
  margin-top: 24px;
  margin-bottom: 24px;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo {
  display: flex;
}

.logo img {
  height: 53px;
}

.menu {
  flex-grow: 1;
}

.menu-list {
  list-style: none;
  padding: 4px 30px;
  border-radius: 100px;
  background-color: #F5F5F5;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 53px;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}

.menu-list li {
  flex-shrink: 0;
}

.menu-list a {
  color: #121212;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s;
}

.menu-list a:hover {
  color: #F97932;
}

.header-links-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  text-decoration: none;
  transition: 0.2s;
}

.header-links-item svg {
  width: 20px;
  height: 20px;
}

.header-links-item:hover {
  color: #F97932;
}

.header-toggle {
  background-color: transparent;
  padding: 0;
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121212;
}

.header-toggle svg:last-child {
  display: none;
  width: 17px;
  height: 17px;
}

.header-toggle.active svg:first-child {
  display: none;
}

.header-toggle.active svg:last-child {
  display: block;
}

.socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.socials-item {
  flex-shrink: 0;
  color: #ACC8ED;
  text-decoration: none;
}

.socials-item:active {
  color: #F97932;
}

.section {
  margin-top: 130px;
  margin-bottom: 130px;
}

.section.section-main {
  margin-top: 0;
}

.section.section-main .section-col {
  flex-grow: 1;
  flex-shrink: 1;
}

.section.section-main .section-col.section-col-image {
  flex-basis: 482px;
  flex-grow: 0;
}

.section.section-main .section-col.section-bg-gradient {
  display: flex;
  flex-direction: column;
}

.section.section-main .section-col.section-bg-gradient .section-text {
  flex-grow: 1;
}

.section.section-main .section-title {
  font-weight: 600;
}

.section.section-main .section-text {
  letter-spacing: normal;
}

.section-row {
  display: flex;
  gap: 16px;
}

.section-col {
  flex-basis: calc((100% - 16px) / 2);
  flex-shrink: 0;
  font-weight: 600;
}

.section-col.section-bg-gradient {
  background: linear-gradient(135deg, rgb(172, 200, 237) 0%, rgba(255, 255, 255, 0.72) 100%);
  border-radius: 24px;
  padding: 30px;
  box-sizing: border-box;
}

.section-col.section-col-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.section-col.section-col-image img {
  max-width: 100%;
  height: auto;
}

.section-col.section-col-bg {
  background-color: #ACC8ED;
  border-radius: 16px;
  padding: 40px 32px;
  box-sizing: border-box;
}

.section-col.section-col-bg .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #121212;
  max-width: 350px;
  margin-bottom: 16px;
  line-height: 1.09375;
}

.section-col.section-col-bg .section-text {
  font-size: 24px;
  font-weight: 500;
  color: #121212;
}

.section-title {
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #121212;
}

.section-title.section-title-main {
  margin-top: 24px;
  font-size: 32px;
  line-height: 1.094;
  margin-bottom: 32px;
}

.section-text {
  font-size: 24px;
  line-height: 1.375;
  color: #121212;
  letter-spacing: -0.02em;
}

.section-buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  letter-spacing: -0.02em;
}

.section-buttons.section-buttons-wide {
  margin-top: 16px;
  display: grid;
  line-height: 2.1875;
}

.section-buttons.section-buttons-wide .button.button-white:active {
  background-color: #F97932;
  border-color: #F97932;
  color: #F5F5F5;
}

.section-info-block {
  background: linear-gradient(135deg, rgb(172, 200, 237) 0%, rgb(220, 220, 220) 25%, rgb(249, 121, 50) 100%);
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 16px;
  box-sizing: border-box;
}

.section-info-block-inner {
  flex-basis: 498px;
  padding-right: 40px;
  box-sizing: border-box;
}

.section-info-block-inner .section-text {
  color: #F5F5F5;
  line-height: 1.25;
}

.section-info-block-inner .section-buttons {
  margin-top: 24px;
}

.section-header {
  margin-bottom: 16px;
}

.section-header .section-title {
  font-size: 40px;
  font-weight: 500;
  color: #121212;
  line-height: 0.875;
}

.section-header.section-header-bg {
  background-color: #F5F5F5;
  padding: 16px 32px;
  border-radius: 16px;
}

.section-header.section-header-bg .section-title {
  margin: 0;
}

.section-header.section-header-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 16px;
}

.section-header.section-header-row .section-tagline {
  flex-basis: 360px;
  font-size: 40px;
  color: #121212;
  font-weight: 500;
  line-height: 0.875;
}

.section-header.section-header-row .section-title {
  margin: 0;
}

.section-block {
  background: linear-gradient(135deg, rgb(172, 200, 237) 0%, rgba(255, 255, 255, 0.72) 100%);
  margin-bottom: 16px;
  border-radius: 16px;
  padding: 40px 32px;
}

.section-block-title {
  font-size: 32px;
  line-height: 1.09;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 720px;
  margin-bottom: 24px;
  color: #121212;
}

.section-text {
  max-width: 720px;
  font-weight: 500;
}

.section-lets-talk .section-title {
  margin-bottom: 24px;
  font-size: 32px;
}

.section-lets-talk .section-text {
  color: #666666;
  font-size: 20px;
}

.section-lets-talk .feedback {
  margin-top: 0;
}

.section-col-bg-white {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 40px 32px;
  box-sizing: border-box;
}

.button {
  display: inline-flex;
  text-decoration: none;
  color: #F5F5F5;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 200px;
  padding: 0 32px;
  transition: 0.2s;
  background-color: #F97932;
  border: 1px solid #F97932;
  outline: none;
  cursor: pointer;
}

.button:active {
  background-color: #E86217;
  border-color: #F97932;
}

.button.button-white {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #121212;
}

.button.button-white:active {
  background-color: #F5F5F5;
  border-color: #F97932;
  color: #F97932;
}

.button.button-white.button-white-hover:active {
  background-color: #F97932;
  border-color: #F97932;
  color: #F5F5F5;
}

.button.button-opacity {
  background-color: rgba(245, 245, 245, 0.2);
  border-color: rgba(245, 245, 245, 0.2);
  color: #F5F5F5;
}

.button.button-opacity:active {
  background-color: transparent;
  border-color: #F5F5F5;
  color: #F5F5F5;
}

.button.button-wide {
  text-transform: none;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #121212;
  gap: 16px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 16px;
  justify-content: space-between;
  height: 57px;
}

.button.button-wide svg {
  flex-shrink: 0;
}

.button.button-wide:active {
  background-color: #F97932;
  border-color: #F97932;
  color: #F5F5F5;
}

.button.button-wide:active .icon-bg {
  fill: #F5F5F5;
}

.button.button-wide:active .icon-arrow {
  stroke: #F97932;
}

.button.button-wide.button-wide-primary {
  background-color: #F97932;
  border-color: #F97932;
  color: #F5F5F5;
}

.button.button-wide.button-wide-primary .icon-bg {
  fill: #F5F5F5;
}

.button.button-wide.button-wide-primary .icon-arrow {
  stroke: #F97932;
}

.button.button-wide.button-wide-primary:active {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #F97932;
}

.button.button-wide.button-wide-primary:active .icon-bg {
  fill: #F97932;
}

.button.button-wide.button-wide-primary:active .icon-arrow {
  stroke: #F5F5F5;
}

.features {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.features-item {
  flex-basis: calc((100% - 16px) / 2);
  background: linear-gradient(135deg, rgb(172, 200, 237) 0%, rgba(255, 255, 255, 0.72) 100%);
  padding: 8px;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.features-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ACC8ED;
  opacity: 0;
  transition: 0.4s;
}

.features-item:hover::after {
  opacity: 1;
}

.features-header {
  font-size: 24px;
  color: #121212;
  padding: 24px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.features-content {
  background-color: #F5F5F5;
  border-radius: 16px;
  color: #666666;
  font-weight: 500;
  line-height: 30px;
  padding: 24px;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
  flex-grow: 1;
}

.features-alt {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.features-alt-item {
  flex-basis: calc((100% - 16px) / 2);
  box-sizing: border-box;
  padding: 32px;
  background-color: #F5F5F5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.features-alt-text {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  line-height: 1.5;
  flex-grow: 1;
  letter-spacing: -0.02em;
}

.features-alt-text span {
  color: #F97932;
}

.features-alt-image {
  text-align: right;
  padding-left: 40px;
}

.features-alt-image > img {
  height: 230px;
  max-width: 274px;
}

.features-alt-icon {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.projects {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
}

.projects-item {
  flex-basis: calc((100% - 16px) / 2);
}

.projects-image {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.projects-image img {
  max-width: 100%;
  width: 100%;
}

.projects-title a {
  text-decoration: none;
  color: #121212;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -0.02em;
}

.projects-tags {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.projects-tags-item {
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #F5F5F5;
  font-size: 16px;
  color: #666666;
  font-weight: 600;
}

.projects-tags-item span {
  color: #F97932;
}

.services {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.services-item {
  flex-basis: calc((100% - 16px) / 2);
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 40px 32px 32px;
  box-sizing: border-box;
  position: relative;
}

.services-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.services-title {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 16px;
  padding-right: 44px;
}

.services-sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #F97932;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  padding-right: 44px;
  line-height: 1.5;
}

.services-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.services-badges-item {
  padding: 0px 16px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #C2C2C2;
  color: #666666;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s;
  line-height: 1.375;
  box-sizing: border-box;
}
/*
.services-badges-item:active {
  background-color: #F97932;
  border-color: #F97932;
  color: #F5F5F5;
}*/

.services-note {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 1.43;
}

.services-item-last .services-title {
  padding-right: 124px;
}

.services-item-last .services-text {
  padding-right: 124px;
}

.services-item-last .services-icon {
  width: 117px;
}

.services-text {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-basis: 430px;
  flex-shrink: 0;
}

.categories-item {
  flex-shrink: 0;
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  background-color: #F5F5F5;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  transition: 0.2s;
}

.categories-item:active {
  background-color: #ACC8ED;
  color: #121212;
}

.categories-item.active {
  background-color: #ACC8ED;
  color: #121212;
}

.prices {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.prices-item {
  flex-basis: calc((100% - 16px) / 2);
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.prices-item:not(:hover) .prices-overlay {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.prices-title {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 16px;
}

.prices-text {
  flex-grow: 1;
  font-size: 20px;
  color: #666666;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.prices-bottom {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.prices-value {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
}

.prices-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #F5F5F5;
  font-size: 34px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 16px;
  transition: 0.5s;
  overflow: hidden;
}

.prices-overlay span {
  position: relative;
  z-index: 2;
}

.prices-overlay img {
  position: relative;
  z-index: 2;
}

.prices-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(249, 121, 50, 0.9);
}

.feedback {
  margin-top: 16px;
}

.feedback-input {
  margin-bottom: 8px;
}

.feedback-input input {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border-radius: 16px;
  background-color: #F5F5F5;
  border: none;
  outline: none;
  padding: 0 24px;
  font-size: 16px;
}

.feedback-input input::-moz-placeholder {
  color: #666666;
}

.feedback-input input:-ms-input-placeholder {
  color: #666666;
}

.feedback-input input::placeholder {
  color: #666666;
}

.feedback-input select {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border-radius: 16px;
  border: none;
  outline: none;
  padding: 0 24px;
  font-size: 16px;
  color: #666666;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #F5F5F5 url(../images/select.svg) right 24px center/12px no-repeat;
}

.feedback-input select::-moz-placeholder {
  color: #666666;
}

.feedback-input select:-ms-input-placeholder {
  color: #666666;
}

.feedback-input select::placeholder {
  color: #666666;
}

.feedback-agreement {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  letter-spacing: -0.02em;
}

.feedback-agreement a {
  text-decoration: none;
  color: currentColor;
}

.feedback-submit {
  margin-top: 24px;
  display: grid;
}

.reviews {
  display: flex;
  gap: 16px;
}

.reviews-item {
  flex-basis: calc((100% - 32px) / 3);
  box-sizing: border-box;
}

.reviews-item-text {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 24px 30px;
}

.reviews-icon {
  margin-bottom: 16px;
}

.reviews-text {
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.reviews-meta {
  margin-top: 30px;
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
}

.blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.blog-header {
  flex-basis: calc((100% - 16px) / 2);
}

.blog-header .section-title {
  max-width: 390px;
  font-weight: 500;
}

.blog-header .section-buttons {
  margin-top: 24px;
}

.blog-item {
  flex-basis: calc((100% - 16px) / 2);
  box-sizing: border-box;
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 40px 24px 32px;
}

.blog-title {
  font-size: 24px;
  color: #121212;
  margin-bottom: 24px;
  font-weight: 600;
}

.blog-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.blog-image img {
  width: 100%;
}

.blog-excerpt {
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.blog-date {
  display: inline-block;
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(172, 200, 237, 0.4);
  padding: 10px 20px;
  border-radius: 100px;
}

.faq {
  background: linear-gradient(135deg, rgb(172, 200, 237) 0%, rgb(220, 220, 220) 25%, rgb(249, 121, 50) 100%);
  padding: 40px 12px;
  border-radius: 16px;
}

.faq-item {
  background-color: #F5F5F5;
  border-radius: 24px;
  padding: 24px;
  position: relative;
}

.faq-item:not(:last-child) {
  margin-bottom: 16px;
}

.faq-item.active .faq-title::after {
  background-image: url(../images/faq-close.svg);
}

.faq-title {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  padding-right: 50px;
  cursor: pointer;
}

.faq-title::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 24px;
  top: 16px;
  background: url(../images/faq-arrow.svg) center/contain no-repeat;
}

.faq-content {
  display: none;
  padding-top: 16px;
  box-sizing: border-box;
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.faq-content p {
  margin: 0;
}

.off-canvas {
  position: fixed;
  z-index: 8;
  top: 80px;
  left: 50%;
  width: calc(100% - 32px);
  background-color: #ACC8ED;
  padding: 20px 16px;
  transform: translate(-50%, calc(-115% - 40px));
  box-sizing: border-box;
  border-radius: 16px;
  max-height: calc(100dvh - 96px);
  overflow-y: auto;
  transition: 0.4s;
}

.off-canvas.active {
  transform: translate(-50%, 0);
}

.off-canvas-top {
  text-align: right;
  margin-bottom: 24px;
}

.off-canvas-enter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #F5F5F5;
  text-decoration: none;
  transition: 0.2s;
}

.off-canvas-enter svg {
  width: 20px;
  height: 20px;
}

.off-canvas-enter:active {
  color: #F97932;
}

.off-canvas-nav {
  margin-bottom: 24px;
}

.off-canvas-nav-item {
  margin-bottom: 16px;
}

.off-canvas-nav-item-link {
  color: #121212;
  font-weight: 600;
  font-size: 26px;
  text-decoration: none;
}

.off-canvas-nav-item-link:active {
  color: #F97932;
}

.off-canvas-nav-item-subs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.off-canvas-nav-item-subs-item {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border: 1px solid #F5F5F5;
  background-color: rgba(245, 245, 245, 0.2);
  border-radius: 100px;
  color: #F5F5F5;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.2s;
  letter-spacing: -0.02em;
}

.off-canvas-nav-item-subs-item span {
  color: #F97932;
}

.off-canvas-nav-item-subs-item:active {
  border-color: #F97932;
  color: #F97932;
}

.off-canvas-nav-item-subs-item:active span {
  color: #F5F5F5;
}

.off-canvas-nav-additional {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.off-canvas-nav-additional-item {
  color: #F97932;
  font-size: 16px;
  font-weight: 600;
}

.off-canvas-nav-additional-item:active {
  color: #F5F5F5;
}

.off-canvas-text {
  color: #121212;
  font-size: 16px;
  line-height: 1.375;
}

.off-canvas-button {
  display: grid;
}

.sticky-buttons {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 20;
}

.sticky-buttons-socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  overflow: hidden;
}

.sticky-buttons-socials::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(172, 200, 236, 0.4);
  filter: blur(30px);
}

.sticky-buttons-socials-item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5F5F5;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}

.sticky-buttons-socials-item:active {
  color: #F97932;
}

.sticky-buttons-socials-item svg {
  max-width: 100%;
  max-height: 100%;
}

.sticky-buttons-feedback {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ACC8ED;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #F5F5F5;
  transition: 0.2s;
}

.sticky-buttons-feedback:active {
  background-color: #121212;
}

.sticky-buttons-feedback svg {
  width: 26px;
  height: 26px;
}

.popup {
  max-width: 400px;
  width: 100%;
  border-radius: 16px;
  background-color: #ACC8ED;
}

.popup-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #121212;
  margin-bottom: 16px;
}

.popup-text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
  color: #121212;
  text-align: center;
}

.footer {
  margin-bottom: 40px;
}

.footer-inner {
  padding: 32px;
  border-radius: 16px;
  background-color: #F5F5F5;
}

.footer-main {
  display: flex;
}

.footer-nav {
  display: flex;
  gap: 16px;
  flex-basis: 64%;
}

.footer-nav-col {
  flex-basis: calc((100% - 32px) / 3);
}

.footer-nav-title {
  display: inline-block;
  margin-bottom: 16px;
  background-color: rgba(172, 200, 237, 0.4);
  border-radius: 100px;
  padding: 12px 16px;
  color: #121212;
  font-weight: 600;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.footer-nav-list li:not(:last-child) {
  margin-bottom: 2px;
}

.footer-nav-list a {
  color: #121212;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.footer-nav-list a:hover {
  color: #F97932;
}

.footer-info {
  color: #121212;
  padding-left: 24px;
  box-sizing: border-box;
  flex-basis: 36%;
}

.footer-info-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.footer-info-text:not(:first-child) {
  margin-top: 24px;
}

.footer-info-button {
  margin-top: 40px;
}

.footer-bottom {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  text-decoration: none;
  color: currentColor;
}

.footer-bottom a:hover {
  color: #F97932;
}

@media (min-width: 768px) {
  .socials {
    display: none;
  }

  .section-buttons.section-buttons-wide .button.button-white:hover {
    background-color: #F97932;
    border-color: #F97932;
    color: #F5F5F5;
  }

  .button:hover {
    background-color: #E86217;
    border-color: #F97932;
  }

  .button.button-white:hover {
    background-color: #F5F5F5;
    border-color: #F97932;
    color: #F97932;
  }

  .button.button-white.button-white-hover:hover {
    background-color: #F97932;
    border-color: #F97932;
    color: #F5F5F5;
  }

  .button.button-opacity:hover {
    background-color: transparent;
    border-color: #F5F5F5;
    color: #F5F5F5;
  }

  .button.button-wide:hover {
    background-color: #F97932;
    border-color: #F97932;
    color: #F5F5F5;
  }

  .button.button-wide:hover .icon-bg {
    fill: #F5F5F5;
  }

  .button.button-wide:hover .icon-arrow {
    stroke: #F97932;
  }

  .button.button-wide.button-wide-primary:hover {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    color: #F97932;
  }

  .button.button-wide.button-wide-primary:hover .icon-bg {
    fill: #F97932;
  }

  .button.button-wide.button-wide-primary:hover .icon-arrow {
    stroke: #F5F5F5;
  }

/*  .services-badges-item:hover {
    background-color: #F97932;
    border-color: #F97932;
    color: #F5F5F5;
  }
*/
  .categories-item:hover {
    background-color: #ACC8ED;
    color: #121212;
  }

  .sticky-buttons-socials-item:hover {
    color: #F97932;
  }

  .sticky-buttons-feedback:hover {
    background-color: #121212;
  }
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }

  br.dh {
    display: none !important;
  }

  .header-toggle {
    display: none;
  }

  .section-col.section-col-image.section-col-image-absolute {
    position: relative;
  }

  .section-col.section-col-image.section-col-image-absolute > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .prices-bottom .button {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .top-button {
    display: none;
  }

  .tablet-gray {
    color: #666666;
  }

  .pill-wrapper {
    text-align: center;
    margin-bottom: 16px;
  }

  .header {
    margin-top: 16px;
  }

  .header-inner {
    background-color: #F5F5F5;
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 20px;
    height: 54px;
    gap: 32px;
  }

  .logo img {
    height: 42px;
  }

  .logo {
    flex-grow: 1;
  }

  .menu {
    display: none;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.section-main .section-title {
    max-width: 550px;
  }

  .section.section-main .section-text {
    max-width: 510px;
  }

  .section-row {
    display: block;
  }

  .section-col.section-col-bg .section-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-col.section-col-bg .section-text {
    text-align: center;
  }

  .section-col:not(:last-child) {
    margin-bottom: 16px;
  }

  .section-info-block {
    display: block;
    text-align: center;
    padding: 32px 24px;
  }

  .section-info-block-inner .section-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-info-block-inner .section-buttons {
    align-items: center;
  }

  .section-info-block-inner {
    padding-right: 0;
  }

  .section-lets-talk .section-text {
    margin-left: auto;
    margin-right: auto;
  }

  .section-lets-talk .section-col-bg-white {
    text-align: center;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
  }

  .section-lets-talk .section-col-bg {
    border-radius: 0 0 16px 16px;
  }

  .button.button-wide {
    text-align: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .features {
    display: block;
  }

  .features-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .features-alt {
    display: block;
  }

  .features-alt-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .projects {
    row-gap: 24px;
  }

  .services {
    display: block;
  }

  .services-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .services-sub-title {
    max-width: 470px;
  }

  .prices {
    display: block;
  }

  .prices-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .prices-overlay {
    display: none;
  }

  .reviews {
    display: block;
  }

  .reviews-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  .footer-nav-col {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none !important;
  }

  br.mh {
    display: none !important;
  }

  .partners {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .pill {
    font-size: 13px;
    height: 34px;
    display: inline-flex;
    align-items: center;
  }

  .header {
    margin-bottom: 16px;
  }

  .header-inner {
    border-radius: 12px;
    gap: 24px;
  }

  .header-links {
    display: none;
  }

  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.section-main .section-col.section-col-image {
    position: relative;
    padding-bottom: 114.2%;
  }

  .section.section-main .section-col.section-col-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .section.section-main .section-col.section-bg-gradient {
    background-image: none;
    padding: 0;
    padding-bottom: 16px;
  }

  .section.section-main .section-title {
    font-size: 30px;
    text-align: center;
    max-width: 100%;
  }

  .section.section-main .section-text {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
  }

  .section.section-main .section-buttons {
    margin-top: 32px;
  }

  .section-col.section-col-image img {
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .section-col.section-col-bg .section-title {
    font-size: 20px;
    line-height: 1.1;
  }

  .section-col.section-col-bg .section-text {
    font-size: 16px;
  }

  .section-col.section-col-bg {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-title.section-title-main {
    margin-bottom: 16px;
  }

  .section-buttons.section-buttons-wide .button.button-white {
    height: 46px;
    line-height: 1.57143;
  }

  .section-buttons {
    align-items: center;
  }

  .section-info-block-inner .section-text {
    font-size: 16px;
    font-weight: 600;
  }

  .section-info-block-inner .section-buttons {
    margin-top: 16px;
  }

  .section-header .section-title {
    font-size: 26px;
    line-height: 0.96;
  }

  .section-header.section-header-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-header.section-header-row .section-tagline {
    font-size: 26px;
    flex-basis: 220px;
    line-height: 0.96;
  }

  .section-header.section-header-row.section-header-wrap {
    flex-direction: column-reverse;
  }

  .section-header.section-header-row {
    margin-bottom: 16px;
  }

  .section-block {
    padding: 24px 16px;
  }

  .section-block-title {
    font-size: 20px;
    line-height: 22px;
  }

  .section-text {
    font-size: 16px;
  }

  .section-lets-talk .section-title {
    font-size: 20px;
  }

  .section-lets-talk .section-text {
    font-size: 16px;
  }

  .section-lets-talk .section-col-bg-white {
    padding: 32px 16px;
  }

  .section-services .section-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-services .section-block .section-block-title {
    margin-bottom: 16px;
  }

  .button {
    font-size: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-header {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .features-content {
    font-size: 16px;
    line-height: 22px;
    padding: 16px;
  }

  .features-alt-item {
    padding: 24px 16px 16px;
  }

  .features-alt-text {
    font-size: 16px;
  }

  .features-alt-image > img {
    max-height: 128px;
  }

  .features-alt-icon {
    bottom: 16px;
    left: 16px;
  }

  .projects {
    display: block;
  }

  .projects-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .projects-title a {
    font-size: 20px;
  }

  .projects-tags-item {
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .services-item {
    padding: 24px 16px;
  }

  .services-icon {
    top: 16px;
    right: 16px;
  }

  .services-title {
    font-size: 20px;
  }

  .services-sub-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .services-badges-item {
    font-size: 13px;
    height: 34px;
  }

  .services-note {
    font-size: 13px;
    line-height: 1.54;
  }

  .services-item-last .services-title {
    padding-right: 90px;
  }

  .services-item-last .services-text {
    padding-right: 90px;
  }

  .services-item-last .services-icon {
    width: 77px;
  }

  .services-text {
    font-size: 16px;
    line-height: 1.25;
  }

  .categories {
    flex-basis: auto;
  }

  .categories-item {
    font-size: 14px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .prices-item {
    padding: 24px 16px;
  }

  .prices-title {
    font-size: 20px;
  }

  .prices-text {
    font-size: 16px;
  }

  .prices-value {
    font-size: 20px;
  }

  .feedback-input input {
    height: 46px;
    border-radius: 12px;
  }

  .feedback-input select {
    height: 46px;
  }

  .reviews-item-text {
    padding: 24px 16px;
  }

  .reviews-text {
    font-size: 16px;
  }

  .reviews-meta {
    font-size: 16px;
  }

  .blog-row {
    display: block;
  }

  .blog-header .section-title {
    font-size: 26px;
    line-height: 0.96 !important;
  }

  .blog-header .section-buttons {
    align-items: flex-start;
  }

  .blog-header {
    margin-bottom: 16px;
  }

  .blog-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .blog-item {
    padding: 24px 16px;
  }

  .blog-title {
    margin-bottom: 16px;
  }

  .blog-excerpt {
    font-size: 16px;
  }

  .blog-date {
    font-size: 13px;
  }

  .faq-item {
    padding: 16px;
    border-radius: 12px;
  }

  .faq-title::after {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 16px;
  }

  .faq-title {
    font-size: 18px;
  }

  .faq-content {
    font-size: 16px;
  }

  .popup {
    padding: 24px 16px;
  }

  .popup-title {
    font-size: 20px;
  }

  .footer {
    margin-bottom: 32px;
  }

  .footer-inner {
    padding: 32px 16px 24px;
  }

  .footer-main {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }

  .footer-nav {
    gap: 24px;
  }

  .footer-nav-col {
    flex-basis: 100%;
  }

  .footer-nav-title {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-nav-list a {
    color: #F97932;
    font-size: 16px;
  }

  .footer-nav-list {
    display: flex;
    gap: 2px 10px;
    flex-wrap: wrap;
  }

  .footer-info {
    padding-left: 0;
    margin-bottom: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C2C2C2;
  }

  .footer-info .button {
    width: 100%;
  }

  .footer-info-text:not(:first-child) {
    margin-top: 10px;
  }

  .footer-info-text {
    font-size: 16px;
  }

  .footer-info-button {
    margin-top: 16px;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 360px) {
  .header-inner {
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .tablet-hidden {
    display: none !important;
  }

  br.th {
    display: none !important;
  }

  .section-text-tablet-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-top {
  margin-top: 80px;
}


.blog-single-content {
  column-count: 2;
  column-gap: 86px;
  color: #666666;
  line-height: 1.66;
  font-size: 18px;

  
}

.blog-single-content p {
  break-inside: avoid-column;
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
  color: #121212;
  font-weight: 600;
}

.blog-single-content h2 {
  font-size: 24px;
  margin: 16px 0;
}


.blog-single-content img {
  max-width: 100%;
  border-radius: 16px;
  height: auto;
}

@media(max-width: 1023.98px) {
  .blog-single-content {
    column-gap: 24px;
  }
}

@media(max-width: 767.98px) {
  .section-top {
    margin-top: 24px;
  }
  .blog-single-content {
    column-count: 1;
  }
}





.sale-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.sale-box__image {
    display: flex;
    position: relative;
    height: 395px;
}

.section-sale .section-row {
    gap: 22px;
}

.sale-img {
    max-width: 100%;
    width: 100%;
}

.sale-box__info {
    background-color: #F87832;
    display: flex;
    flex-direction: column;
    padding: 40px 33px 0 33px;
    box-sizing: border-box;
}

.sale-box__info-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #F5F5F5;
    margin-bottom: 25px;
}

.sale-box__info-subtitle {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #F5F5F5;
    margin-bottom: 26px;
}

.sale-box__info-separation {
    border-bottom: 1px dashed #F5F5F5;
    margin-bottom: 25px;
}

.sale-box__info-text {
    font-family: Manrope;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #F5F5F5;
    margin-bottom: 58px;
}

.sale-box__info-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
}

.sale-button {
    display: inline-flex;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 200px;
    padding: 0 32px;
    outline: none;
    cursor: pointer;
	color: #2A2A2A;
    border: 1px solid #2A2A2A;
}


.sale-button-while {
	border: 1px solid #F5F5F5;
    color: #F5F5F5;
}

.circle-bg {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    background-color: #E8E8E8;
    border-radius: 100%;
	z-index:5;
}

.circle-top-left {
    left: -22px;
    top: -18px;
}

.circle-top-right {
    right: -22px;
    top: -18px;
}

.circle-bottom-left {
	left: -22px;
    bottom: -18px;
}

.circle-bottom-right {
	right: -22px;
    bottom: -18px;
}

.circle-center-left {
    bottom: -20px;
    left: -22px;
}

.circle-center-right {
    bottom: -20px;
    right: -22px;
}

.sale-box-black .sale-box__info {
    background-color: #ACC8ED;
}

.sale-box-black .sale-box__info-title, .sale-box-black .sale-box__info-subtitle, .sale-box-black .sale-box__info-text  {
	color:#121212;
}


.sale-box-black .sale-box__info-separation {
    border-bottom: 1px dashed #121212;
}


.sale-box-black .sale-button {
	color:#121212;
	border-color:#121212;
}


.sale-box-horizontal {
    display: flex;
	position:relative;
	min-height: 345px;
}

.sale-box-horizontal__image {
    max-width: 365px;
    width: 100%;
    max-height: 342px;
	position:relative;
}

.sale-img-h {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sale-box-horizontal__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    background-color: #4775C6;
    padding: 40px 32px 38px 32px;
	color: #F5F5F5;
	box-sizing:border-box;
}

.sb-hor__info-title-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}

.sb-hor__info-title-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.sb-hor__info-title-additional {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.sb-hor__separation {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 32px;
    opacity: 0.5;
}

.sb-hor__subtitle {
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.sb-hor__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.circle-cenh-top {
    left: -20px;
    top: -18px;
}

.circle-cenh-bottom {
    left: -20px;
   	bottom: -18px;
}

.sale-ty .sb-hor__info-title-box {
    flex-direction: column;
    margin-bottom: 14px;
	z-index:2;
}

.sale-ty .sb-hor__info-title-additional {
    margin-left: auto;
    margin-top: 40px;
	z-index:2;
}

.sale-box-horizontal__info.sale-ty {
    background-color: #F5F5F5;
    color: #2A2A2A;
	z-index:2;
}

.sale-ty .sb-hor__separation {
    border-bottom: 1px solid #2A2A2A;
    opacity: 0.7;
	z-index:2;
}

.sale-ty .sale-button {
    color: #121212;
    border: 1px solid #121212;
	z-index:2;
}

.bg-sale-img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    opacity: 0.9;
}

.van-element .circle-cenh-top {
    left: auto;
    top: -18px;
    right: -20px;
}

.van-element .circle-cenh-bottom {
	 left: auto;
    right: -20px;
}

.sale-free .sale-box-horizontal__info {
    background-color: #ACC8ED;
    color: #2A2A2A;
}

.sale-free .sb-hor__info-title-box {
    display: flex;
    flex-direction: column;
}

.sale-free .sb-hor__info-title-additional {
    margin-top: 40px;
}

.sale-free .sale-button {
    color: #121212;
    border: 1px solid #121212;
}

.sale-four .sale-box-horizontal__info {
    background-color: #ECD8C5;
    color: #2A2A2A;
}

.sale-four .sb-hor__separation {
    border-bottom: 1px solid #2A2A2A;
}



.section.section-sale {
    margin-bottom: 40px;
    margin-top: 40px;
}

.section.section-sale-horizontal {
    margin-bottom: 40px;
    margin-top: 40px;
}

.sale-button:hover {
	 background-color: #F87832;
	 color: #F5F5F5;
	 border-color: #F87832;
}

.sale-button-while:hover {
    border: 1px solid #F5F5F5;
    color: #F87832;
	background-color:#F5F5F5;
}

.section-header-sale {
    margin-top: 80px;
}

.section-tagline-sale {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #666666;
}


@media(max-width: 1023.98px) {

	.sale-box__image {
		height: 550px;
	}
	
	.sale-box__info-title {
		font-size: 20px;
		line-height: 22px;
		text-align: center;
		margin-bottom: 24px;
	}
	
	.sale-box__info-subtitle {
		font-size: 20px;
		line-height: 22px;
		text-align: center;
		max-width: 240px;
		margin: 0 auto 24px auto;
	}
	
	.sale-box__info-separation {
		margin-bottom: 24px;
	}
	
	.sale-box__info-text {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.02em;
		text-align: center;
		max-width: 266px;
		margin: 0 auto 24px auto;
	}
	
	.sale-box__info-buttons {
		flex-direction: column;
		gap: 16px;
	}
	
	.sale-box__info {
		padding: 24px 16px 0 16px;
	}
	
	.sale-img-mc {
		max-width: 93%;
		margin: 0 auto;
	}
	
	.sb-mob-swag {
		max-width: 190px;
		margin: 0 auto;
		padding: 3px 24px 0 24px;
		background-color: #F5F5F533;
	}
	
	.sale-button {
		padding: 3px 24px 0 24px;
	}
	
	.sale-box-horizontal {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.sale-box-horizontal__image {
		max-width: 100%;
		width: 100%;
		max-height: 100%;
		position: relative;
		height: 550px;
	}
	
	.circle-cenh-top {
		left: auto;
		top: auto;
		bottom: -18px;
		right: -20px;
	}
	
	.sb-hor__info-title-box {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.sb-hor__info-title-title {
		font-size: 20px;
		line-height: 22px;
		text-align: center;
		margin: 0 auto;
		max-width: 360px;
	}
	
	.sale-box-horizontal__info {
		padding: 24px 16px 0 16px;
	}
	
	.sb-hor__info-title-additional {
		text-align: center;
		margin: 0 auto;
	}
	
	.sb-hor__subtitle {
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		text-align: center;
	}
	
	.sb-hor__bottom {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.sale-box-horizontal.mob-revers {
		display: flex;
		flex-direction: column;
	}
	
	.st-m-mob {
		margin-top: 0 !important;
	}
	
	.section-header-sale {
		display: flex;
		flex-direction: column;
		margin-top: 40px;
		margin-bottom: 16px;
	}
	
	.section.section-sale {
		margin-top: 16px;
	}
	
	
	.section-tagline-sale {
		font-size: 16px;
		line-height: 22px;
	}
	
	.van-element .circle-cenh-top {
		left: -20px;
		top: auto;
		right: auto;
		bottom: -18px;
	}
	
	.section-sale .section-col {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sale-box-horizontal {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
}



	.feedback-title {
		font-size: 32px;
		font-weight: 600;
		line-height: 35px;
		letter-spacing: -0.02em;
		margin-bottom: 16px;
	}
	
	.feedback-subtitle {
		font-size: 24px;
		font-weight: 500;
		line-height: 32.78px;
		text-align: left;
		margin-bottom: 24px;
	}


	.scbg-img {
		background-image: url(/wp-content/themes/empathic/images/bfc014bd07f3932b23a583bd0624de7f.png);
		background-size: cover;
		border-radius: 16px;
	}


@media(max-width: 1023.98px) {
	.feedback-title {
        font-size: 20px;
        line-height: 22px;
        margin: 0 auto 12px auto;
        max-width: 360px;
        text-align: center;
    }
	
	.feedback-subtitle {
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		text-align: center;
	}
	
	.mob-rad {
		border-radius: 16px !important;
	}
	
	
}


.popup-sale-m {
    max-width: 1074px;
    border-radius: 0;
    padding: 0;
    background-color: #fff0;
}

.section-title.pp-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 24px;
}

.section-text.pp-text {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
}

.scbg-img {
    min-height: 380px;
    background-position: center center;
}

.sale3 .sb-hor__subtitle {
    max-width: 420px;
}

.sale6 .sb-hor__subtitle {
    max-width: 420px;
}

.sale6 .sb-hor__info-title-additional {
    text-align: right;
}

.sale-img-code {
    display: block;
    z-index: 3;
}

.sale-free .sb-hor__info-title-title {
    max-width: 500px;
}

@media(max-width: 1023.98px) {
	.section-title.pp-title {
		font-size: 20px;
		line-height: 22px;
		text-align: center;
		margin: 0 auto 16px auto;
	}
	
	.section-text.pp-text {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.02em;
		text-align: center;
		margin: 0 auto 0px auto;
	}
	
	.section-sale {
		overflow:hidden;
	}
	
	.section-sale-horizontal {
		overflow:hidden;
	}
	
	.section-row__sale-form {
    display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}
	
	.bt-0 {
		border-radius: 16px 16px 0 0;
	}
	
	.section-col-bg.mob-rad.bb-0 {
		border-radius: 0px 0px 16px 16px !important;
	}
	
	.sale6 .sb-hor__info-title-title {
		max-width: 260px;
	}
	
	.sale6 .sb-hor__info-title-additional {
		text-align: center;
		max-width: 290px;
	}
	
}


@media(max-width: 600.98px) {
	
	.sale-box__image {
        height: 430px;
    }
	
	.sale-box-horizontal__image  {
        height: 430px;
    }

}

@media(max-width: 500px) {
	
	.sale-box__image {
        height: 360px;
    }
	
	.sale-box-horizontal__image  {
        height: 360px;
    }

}


/*О компании*/



.section.section-about {
    margin-top: 90px;
}



.about-items {
	background: linear-gradient(126.26deg, #ACC8ED 2.61%, #DCDCDC 23.87%, #F97932 95.06%);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    padding: 50px 32px 40px 32px;
	gap: 0 16px;
}

.about-item {
    position: relative;
    display: flex;
	flex-direction: column;
    background-color: #F5F5F5;
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
    padding: 30px 32px;
    box-sizing: border-box;
    margin-bottom: 16px;
	border-radius:16px;
}

.about-item__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    color: #121212;
    margin-bottom: 16px;
	max-width: 376px;
}

.about-item__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    color: #666666;
	max-width: 376px;
}

.about-item__icon {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 24px;
    right: 32px;
}

.about-item.about-item-first {
    padding: 0;
    border-radius: 0;
    background-color: #fff0;
}

.about-item__company {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-item__company--name{
	font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #121212;
    max-width: 250px;
}

@media(max-width: 1023.98px) {
	.section.section-about {
		margin-top: 30px;
	}
	
	.about-items {
		background: #fff0;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		padding: 0; 
		gap:0;
	}
	
	.about-item {
		width: 100%;
		padding: 24px 16px;
	}
	
	.about-item-hidden {
		display:none;
	}
	
	.about-item__icon {
		width: 40px;
		height: 40px;
		top: 16px;
		right: 16px;
	}
	
	.about-item__icon--logo {
		display: none;
	}
	
	.about-item__company--name {
		font-size: 26px;
		font-weight: 500;
		line-height: 25px;
		max-width: 100%;
	}
	
	.about-item__title {
		font-size: 20px;
		line-height: 20px;
		max-width: 320px;
	}
	
	.about-item.about-item__last-order {
		order: 5;
		margin-bottom: 0;
	}
	
	.about-item.about-item__mobile-desight {
		background: linear-gradient(96.95deg, #ACC8ED 2.37%, rgba(173, 201, 237, 0.997) 3.34%, rgba(255, 255, 255, 0.7) 99.49%);
	}
	
	.about-item__mobile-desight .about-item__title {
    	max-width:221px;
	}
	
	.about-item__mobile-desight .about-item__title span {
		color: #F97932;
	}
	
	.about-item__subtitle {
		max-width: 320px;
	}
	
}


/*Команда*/

.team-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.02em;
    text-align: left;
    max-width: 768px;
    margin-bottom: 40px;
}

.team-nav {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
	flex-wrap: wrap;
}

.team-nav-item {
    flex-basis: calc((100% - 48px) / 4);
    background-color: #F5F5F5;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 24px;
    cursor: pointer;
	position:relative;
	min-height: 236px;
}

.team-icon {
    position: absolute;
    right: 24px;
    top: 24px;
}

.team-nav-header {
    display: flex;
    gap: 16px;
    align-items: center;
}

.team-nav-image {
    flex-shrink: 0;
}

.team-nav-image img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-nav-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

.team-nav-content {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    text-align: left;
	color: #666666;
}

.team-nav-item.active .team-nav-content {
	color: #121212;
}

.team-nav-content ul {
    margin: 0;
    padding-left: 24px;
}

.team-nav-item.active {
    background-color: #ACC8ED;
    color: #121212;
}


.section-col-image {
    position: relative;
}

.section-col-content {
    padding: 40px 32px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
	    border-radius: 16px;
}

.team-item-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background-color: #F5F5F5;
    padding: 24px 16px;
    box-sizing: border-box;
    border-radius: 16px;
	position:relative;
}

.team-item-header-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.team-item.active .team-item-header {
	background-color: #ACC8ED;
    color: #121212;
}

.team .section-col-image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.team .section-col {
    box-sizing: border-box;
}

.team-item-header-image {
    flex-shrink: 0;
}

.team-item-header-image img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
}

.team-item-header-content {
    line-height: 1.3;
}

.team-item-header-content ul {
    padding-left: 20px;
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
    color: #666666;
}

.team-item.active .team-item-header-content ul {
	 color: #121212;
}


.section-full-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #121212;
}

.team-full-info {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #121212;
}

.section-full-subtitle {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .team-item-header {
        display: none;
    }
	
	.team-item .section-row {
        display: flex !important;
    }
	
	.team-item:not(.active) {
        display: none;
    }
}

@media (max-width: 1100px) {
    .team-nav {
        flex-wrap: wrap;
    }
	
	.team-nav-item {
        flex-basis: calc((100% - 32px) / 3);
    }
}

.team-item .button {
    margin-left: 20px;
}

@media (max-width: 767.98px) {
    .team-nav {
        display: none;
    }
	
	.team-item:not(:last-child) {
        margin-bottom: 16px;
    }
	
	.team-item .section-row {
        margin-top: 16px;
        display: none;
		flex-direction: column-reverse;
    }
	
	.team-title {
		font-size: 26px;
		line-height: 25px;
		margin-bottom:16px;
	}
	
	.team-icon {
		position: absolute;
		right: 16px;
		top: 16px;
	}
	
	.section-col-content {
		padding: 24px 16px;
	}
	
	.section-full-title {
		font-size: 20px;
		line-height: 26px;
		text-align: left;
		letter-spacing: 0;
	}
	
	.team-full-info {
		font-size: 16px;
		line-height: 22px;
	}
	
	.team-full-info ul {
		padding-left: 26px;
	}
	
	.team-full-info ul li {
		margin-bottom: 16px;
	}
	
	.team-title.team-title-sale {
		max-width: 278px;
	}
	
	.team-item.active {
		margin-bottom: 40px;
	}
	
	.team-item .button {
		margin-left: 10px;
	}
	
	
}



.advertising-icon {
    max-width: 320px;
    margin: 0 auto -28px;
    display: block;
    z-index: 2;
    position: relative;
    pointer-events: none;
}

.my__advertising-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: linear-gradient(105.47deg, #ACC8ED 1%, rgba(255, 255, 255, 0.72) 98.35%);
    border-radius: 16px;
    padding: 68px;
}

.advertising-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    max-width: 834px;
}

.advertising-text span {
	color: #F97932;
}

.team-title.team-title-lets-talk {
    max-width: 933px;
}



@media (max-width: 1023.98px) {
	.advertising-icon {
		max-width: 260px;
		margin-bottom: -80px;
	}
	
	.advertising-text {
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
	}
	
	.my__advertising-box {
		padding: 108px 16px 24px;
	}
	
	.sale6 .sb-hor__subtitle {
		margin: 0 auto 24px auto;
	}
	
	.sale3 .sb-hor__subtitle {
		margin: 0 auto 24px auto;
	}
}

.popup-sale-m .section-text {
    color: #666666;
}

.team-full-info ul li {
    margin-top: 12px;
}

.team-full-info ul li:first-child {
    margin-top: 0px;
}

.team-item-header-content ul li {
    margin-top: 4px;
}

.team-item-header-content ul li:first-child {
    margin-top: 0px;
}


.team-nav-content ul li {
    margin-top: 4px;
}

.team-nav-content ul li:first-child {
    margin-top: 0px;
}

.sale-box__image img {
    object-fit: cover;
}

.team .section-col-image {
    margin-bottom: 0;
}

.team .section-button {
    margin-top: auto;
}

.team .section-col.section-col-content {
	min-height: 602px;
}


@media (max-width: 568px) {
	.team-item-header {
		min-height: 180px;
	}
}