html {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f8fcff;
  scroll-behavior: smooth;
}
body._lock {
  overflow: hidden;
}

p {
  margin: 0;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1600px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 36px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
.container--100 {
  height: 100%;
}
@supports (-webkit-touch-callout: none) {
  .container--100 {
    height: -webkit-fill-available;
  }
}

.header {
  margin-bottom: 70px;
  height: 100vh;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  .header {
    height: -webkit-fill-available;
  }
}
@media (max-width: 900px) {
  .header {
    margin-bottom: 26px;
  }
}
.header__content {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 28px 0 80px;
}
@supports (-webkit-touch-callout: none) {
  .header__content {
    height: -webkit-fill-available;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 76px;
}
@media (max-width: 900px), (max-height: 700px) {
  .header__top {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .header__top {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .header__top {
    margin-bottom: 36px;
  }
}
@media (max-width: 350px) {
  .header__top {
    margin-bottom: 24px;
  }
}
.header__paragraph {
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 900px), (max-height: 700px) {
  .header__paragraph {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .header__paragraph {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .header__paragraph {
    width: 53%;
  }
}
@media (max-width: 400px) {
  .header__paragraph {
    width: 60%;
  }
}
@media (max-width: 350px) {
  .header__paragraph {
    width: 65%;
  }
}
.header__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 60px;
}
.header__title--blue {
  color: #17a0ee;
}
@media (max-width: 1200px) {
  .header__title {
    font-size: 25px;
    line-height: 65px;
  }
}
@media (max-width: 1200px), (max-height: 800px) {
  .header__title {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px), (max-height: 700px) {
  .header__title {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .header__title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .header__title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 360px) {
  .header__title {
    font-size: 16px;
  }
}
@media (max-width: 325px) {
  .header__title {
    font-size: 12px;
    line-height: 20px;
  }
}
.header__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80px;
  background-color: #e0f4ff;
  overflow: hidden;
}
@media (max-width: 900px), (max-height: 700px) {
  .header__bottom {
    height: 36px;
  }
}
@media (max-width: 900px) {
  .header__bottom {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .header__bottom {
    height: 36px;
  }
}
.header__bottom div {
  display: flex;
  width: 200%;
  margin-top: 28px;
  justify-content: space-around;
  animation: header__bottom 50s linear infinite;
}
@media (max-width: 900px), (max-height: 700px) {
  .header__bottom div {
    margin-top: 11px;
    width: 250%;
  }
}
@media (max-width: 768px) {
  .header__bottom div {
    margin-top: 11px;
    width: 250%;
  }
}
@media (max-width: 576px) {
  .header__bottom div {
    margin-top: 10px;
    width: 350%;
  }
}
@media (max-width: 350px) {
  .header__bottom div {
    width: 400%;
  }
}
.header__bottom span {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.header__scroll-down {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  right: 0;
  bottom: 100px;
}
@media (max-width: 900px) {
  .header__scroll-down {
    bottom: 60px;
  }
}
@media (max-width: 576px) {
  .header__scroll-down {
    gap: 4px;
  }
}
@supports (-webkit-touch-callout: none) {
  .header__scroll-down {
    bottom: 0;
  }
}
.header__scroll-down-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 576px) {
  .header__scroll-down-text {
    font-size: 12px;
  }
}
.header__scroll-down-text--small {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 576px) {
  .header__scroll-down-text--small {
    font-size: 10px;
  }
}

.text {
  color: #1f1f29;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.text--w-600 {
  font-weight: 600;
}
@media (max-width: 992px) {
  .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}

.span {
  border-radius: 2px;
  position: relative;
  white-space: nowrap;
}
.span--blue {
  background: linear-gradient(90deg, #a9e0ff 0%, #fbfdfe 100%);
}
.span--green {
  background: linear-gradient(90deg, #2bb673 0%, #9edafc 100%);
}
.span--light-blue {
  background: linear-gradient(90deg, #a9e0ff 0%, #e0f4ff 100%);
}
.span--light-green {
  background: linear-gradient(90deg, #2bb673 0%, #d2efff 100%);
}

.img__bottom {
  height: 24px;
}
@media (max-width: 900px), (max-height: 700px) {
  .img__bottom {
    height: 18px;
  }
}
@media (max-width: 992px) {
  .img__bottom {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .img__bottom {
    height: 18px;
  }
}
@media (max-width: 576px) {
  .img__bottom {
    height: 16px;
  }
}

@keyframes header__bottom {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.background {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  display: flex;
  height: 100%;
  width: 100%;
}
.background__left {
  width: 50%;
}
@media (max-width: 768px) {
  .background__left {
    width: 64%;
  }
}
.background__right {
  width: 50%;
  display: flex;
  align-items: center;
  background-color: #b1cbdc;
}
@media (max-width: 768px) {
  .background__right {
    width: 36%;
  }
}
.background__block-img {
  position: relative;
  height: 80%;
}
.background__img {
  height: 100%;
  max-height: 800px;
  left: 0;
}
@media (max-width: 240px) {
  .background__img {
    display: none;
  }
}
.background__circle {
  position: absolute;
  border: 1px transparent solid;
}
@media (max-width: 450px) {
  .background__circle {
    display: none;
  }
}
.background__circle--marketing-dot {
  top: 40%;
  right: 38%;
}
.background__circle--marketing {
  top: 43%;
  right: 35%;
}
.background__circle--ceo-dot {
  top: 52%;
  right: 85%;
}
.background__circle--ceo {
  top: 54%;
  right: 82%;
}
.background__circle--investor-dot {
  top: 35%;
  right: 75%;
}
.background__circle--investor {
  top: 26%;
  right: 93%;
}
.background__circle--cto-dot {
  top: 65%;
  right: 34%;
}
.background__circle--cto {
  top: 68%;
  right: 32%;
}
.background__circle--procurement-dot {
  top: 70%;
  right: 68%;
}
.background__circle--procurement {
  top: 74%;
  right: 65%;
}
.background__circle--buyer-dot {
  top: 26%;
  right: 61%;
}
.background__circle--buyer {
  top: 22%;
  right: 58%;
}
.background__circle-block {
  position: absolute;
}
.background__circle-block--name {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-radius: 20px;
  background: rgba(7, 176, 111, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px 16px;
  color: #fbfdfe;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 900px), (max-height: 700px) {
  .background__circle-block--name {
    gap: 10px;
    font-size: 12px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .background__circle-block--name {
    gap: 10px;
    font-size: 12px;
    padding: 8px 14px;
  }
}
@media (max-width: 350px) {
  .background__circle-block--name {
    font-size: 10px;
    padding: 6px 12px;
  }
}
@media (max-width: 900px), (max-height: 700px) {
  .background__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 576px) {
  .background__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 350px) {
  .background__icon {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 900px), (max-height: 700px) {
  .background__dot-img {
    height: 8px;
  }
}
@media (max-width: 576px) {
  .background__dot-img {
    height: 8px;
  }
}
@media (max-width: 350px) {
  .background__dot-img {
    height: 6px;
  }
}

.mail-link {
  margin-right: 48px;
  color: #008171;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  width: 53%;
  flex-shrink: 1;
}
@media (max-width: 1200px) {
  .mail-link {
    width: -moz-max-content;
    width: max-content;
    margin-right: 0;
    font-size: 20px;
    color: #fbfdfe;
    margin-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .mail-link {
    font-size: 14px;
  }
}

.menu__icon {
  display: none;
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #fbfdfe;
  }
  .menu__icon._active span, .menu__icon._active::before, .menu__icon._active::after {
    background-color: #fbfdfe;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon._active::before {
    transform: rotate(45deg);
    top: 9px;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon._active::after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon._active span {
    transform: scale(0);
  }
}

.nav {
  display: flex;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav {
    justify-content: space-between;
  }
  .nav__list {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    width: 100%;
  }
  .nav__link {
    width: -moz-max-content;
    width: max-content;
    color: #292929;
    text-decoration: none;
    color: #fbfdfe;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
  }
  .nav__link:hover {
    border-color: #fbfdfe;
  }
}
@media (max-width: 1200px) {
  .nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #008171;
    transition: left 0.3s ease 0s;
  }
  .nav._active {
    left: 0;
  }
  .nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
  }
  .nav__link {
    width: -moz-max-content;
    width: max-content;
    color: #292929;
    text-decoration: none;
    color: #1f1f29;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
  }
  .nav__link:hover {
    border-color: #1f1f29;
  }
}
@media (max-width: 768px) {
  .nav__link {
    font-size: 14px;
  }
  .nav__list {
    margin-bottom: 50px;
  }
}

.link-contact-us {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  height: -moz-max-content;
  height: max-content;
  white-space: nowrap;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  color: #008171;
  padding: 12px 44px;
  border: #008171 2px solid;
  border-radius: 20px;
  transition: background-color 0.3s, border-color 0.3s;
}
.link-contact-us:hover {
  border-color: transparent;
  background-color: #fbfdfe;
}
@media (max-width: 1200px) {
  .link-contact-us {
    font-size: 20px;
    width: -moz-max-content;
    width: max-content;
    color: #fbfdfe;
    border-color: #fbfdfe;
  }
  .link-contact-us:hover {
    color: #1f1f29;
    border-color: transparent;
    background-color: #fbfdfe;
  }
}
@media (max-width: 768px) {
  .link-contact-us {
    font-size: 14px;
    padding: 10px 30px;
    height: 44px;
  }
}

.logo {
  padding-top: 12px;
  z-index: 3;
}
@media (max-width: 992px) {
  .logo__image {
    width: 35px;
  }
}
@media (max-width: 900px), (max-height: 700px) {
  .logo__image {
    width: 30px;
  }
}
@media (max-width: 576px) {
  .logo__image {
    width: 30px;
  }
}
@media (max-width: 350px) {
  .logo__image {
    width: 25px;
  }
}

.button {
  display: flex;
  background-color: #07b06f;
  gap: 30px;
  align-items: center;
  color: #fbfdfe;
  width: -moz-max-content;
  width: max-content;
  border: transparent;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 40px;
  justify-content: space-between;
  height: 52px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.button__wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.button__img {
  width: 24px;
  height: 24px;
}
.button__img--hand {
  height: 40px;
}
@media (max-width: 1200px) {
  .button__img--hand {
    padding-right: 5px;
  }
}
@media (max-width: 576px) {
  .button__img--hand {
    height: 24px;
  }
}
@media (max-width: 992px) {
  .button__img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .button__img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 350px) {
  .button__img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 992px) {
  .button {
    font-size: 18px;
    padding: 12px 24px;
    height: 44px;
    gap: 15px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .button {
    font-size: 14px;
    padding: 8px 18px;
    gap: 10px;
    border-radius: 6px;
  }
}
.button:hover {
  background-color: #009058;
}

.section {
  margin-bottom: 130px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 26px;
  }
}
.section__title {
  margin: 0;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
  color: #1f1f29;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .section__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.section__content {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .section__content {
    flex-direction: column;
  }
}
.section__content--without-flex {
  display: block;
}
.section__img {
  width: 50%;
  border-radius: 10px;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
}
@media (max-width: 1450px) {
  .section__img {
    margin-right: 0;
    margin-left: 40px;
    width: 55%;
    float: right;
  }
}
@media (max-width: 900px) {
  .section__img {
    margin: 0 auto;
    margin-bottom: 18px;
    width: 100%;
    float: none;
  }
}
.section__paragraph {
  flex-grow: 0;
}
@media (max-width: 1450px) {
  .section__paragraph {
    clear: left;
  }
}
@media (max-width: 900px) {
  .section__paragraph {
    clear: none;
  }
}
.section__paragraph--width {
  width: 50%;
}
.section__paragraph--with-padding {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section__paragraph--with-padding {
    padding-bottom: 36px;
  }
}
@media (max-width: 546px) {
  .section__paragraph--with-padding {
    padding-bottom: 24px;
  }
}

.button-top {
  display: none;
  position: fixed;
  bottom: 230px;
  right: 30px;
  z-index: 99;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(158, 218, 252, 0.8);
  border-radius: 25px;
  cursor: pointer;
  padding: 0;
  background-color: rgba(239, 249, 255, 0.8);
  opacity: 0.8;
  transition: background-color 0.3s;
}
@media (max-width: 576px) {
  .button-top {
    right: 12px;
    bottom: 200px;
    height: 44px;
    width: 44px;
  }
}
.button-top:hover {
  background-color: #17a0ee;
}
@media (hover: none) {
  .button-top:hover {
    background-color: rgba(239, 249, 255, 0.8);
  }
}
@media (max-width: 576px) {
  .button-top__img {
    height: 18px;
  }
}

.what-we-do__items {
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (max-width: 900px) {
  .what-we-do__items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.what-we-do__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  height: 238px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #62b9e8;
  background-color: #e0f4ff;
  border-radius: 10px;
  flex-basis: 20%;
  flex-grow: 1;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 1200px) {
  .what-we-do__item {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .what-we-do__item {
    padding-bottom: 0;
    justify-content: space-between;
    align-items: center;
    height: 170px;
    flex-basis: 45%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 900px) {
  .what-we-do__item {
    flex-basis: 70px;
  }
}
.what-we-do__item--first {
  flex-direction: row;
  padding-bottom: 0;
  align-items: center;
  justify-content: space-between;
  height: 170px;
  flex-basis: 45%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 900px) {
  .what-we-do__item--first {
    flex-basis: 70px;
  }
}
@media (max-width: 768px) {
  .what-we-do__item {
    font-size: 14px;
  }
}
.what-we-do__item:hover {
  background-color: #9edafc;
  color: #fbfdfe;
}
@media (hover: none) {
  .what-we-do__item:hover {
    color: #62b9e8;
    background-color: #e0f4ff;
  }
}
.what-we-do__button {
  display: flex;
  background-color: #07b06f;
  gap: 30px;
  align-items: center;
  color: #fbfdfe;
  width: -moz-max-content;
  width: max-content;
  border: transparent;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 40px;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
  flex-basis: 45%;
  flex-grow: 1;
  flex-shrink: 1;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media (max-width: 900px) {
  .what-we-do__button {
    width: 100%;
    padding: 20px 14px;
    order: 6;
  }
}
@media (max-width: 768px) {
  .what-we-do__button {
    font-size: 14px;
  }
}
.what-we-do__button:hover {
  background-color: #009058;
}
.what-we-do__button-p {
  padding-right: 20px;
  text-align: left;
}
@media (max-width: 576px) {
  .what-we-do__button-p {
    padding-right: 10px;
  }
}

.item {
  padding: 40px;
}
@media (max-width: 900px) {
  .item {
    padding: 20px 14px;
  }
}
.item__p {
  order: 2;
  margin: 0;
}
.item__img {
  height: 90px;
  order: 1;
}
@media (max-width: 1200px) {
  .item__img {
    order: 3;
    height: 70px;
  }
}
@media (max-width: 900px) {
  .item__img {
    padding-left: 10px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .item__img {
    height: 34px;
  }
}

.customer-profile__content {
  flex-direction: column;
}
.customer-profile__content--flex-row {
  flex-direction: row;
}
.customer-profile__block {
  position: relative;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 40px;
  margin-bottom: 60px;
  border-radius: 10px;
}
.customer-profile__block--background-blue {
  background-color: #eff9ff;
}
@media (max-width: 768px) {
  .customer-profile__block {
    flex-direction: column;
    gap: 18px;
    padding: 20px 18px;
  }
}
@media (max-width: 576px) {
  .customer-profile__block {
    margin-bottom: 36px;
    padding: 18px 14px;
  }
}
.customer-profile__bottom-block {
  background-color: #eff9ff;
  height: -moz-min-content;
  height: min-content;
  padding-bottom: 130px;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .customer-profile__bottom-block {
    padding: 40px 20px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .customer-profile__bottom-block {
    gap: 14px;
    padding: 18px 14px;
  }
}
.customer-profile__img-bottom-block {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .customer-profile__img-bottom-block {
    display: none;
  }
}
@media (max-width: 1500px) {
  .customer-profile__img-bottom {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .customer-profile__img-bottom {
    display: none;
  }
}
.customer-profile__block-text {
  width: 45%;
}
@media (max-width: 1350px) {
  .customer-profile__block-text {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .customer-profile__block-text {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .customer-profile__block-text {
    order: 2;
  }
}
.customer-profile__block-img {
  position: relative;
}
@media (max-width: 900px) {
  .customer-profile__block-img {
    order: 1;
  }
}
.customer-profile__img--one {
  position: absolute;
  left: -365px;
  width: 441px;
}
@media (max-width: 1350px) {
  .customer-profile__img--one {
    position: static;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 1200px) {
  .customer-profile__img--one {
    display: none;
  }
}
@media (max-width: 768px) {
  .customer-profile__img--one {
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .customer-profile__img--one {
    display: none;
  }
}
.customer-profile__img--two {
  position: relative;
  top: 38px;
  padding-bottom: 38px;
  width: 215px;
}
@media (max-width: 1350px) {
  .customer-profile__img--two {
    display: none;
  }
}
@media (max-width: 1200px) {
  .customer-profile__img--two {
    display: block;
    top: 0;
    padding-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .customer-profile__img--two {
    display: none;
  }
}
@media (max-width: 576px) {
  .customer-profile__img--two {
    display: block;
    margin: 0 auto;
    padding: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .customer-profile__button {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .customer-profile__button--m-auto-1200 {
    margin: 0 auto;
  }
}
.customer-profile__block-benefits {
  position: relative;
  margin-bottom: 80px;
  padding: 60px 0;
  background-image: url(../image/Benefits.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}
@media (max-width: 576px) {
  .customer-profile__block-benefits {
    padding: 36px 0;
    margin-bottom: 36px;
  }
}

.blur {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background-color: rgba(195, 213, 224, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1550px) {
  .blur {
    width: 55%;
  }
}
@media (max-width: 1400px) {
  .blur {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .blur {
    width: 100%;
  }
}

.wrapper-list {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .wrapper-list {
    justify-content: center;
  }
}

.list-benefits {
  padding: 0;
  z-index: 5;
  margin: 0;
}
@media (max-width: 1200px) {
  .list-benefits {
    width: 100%;
  }
}
.list-benefits__item {
  display: flex;
  align-items: center;
  background-color: #fbfdfe;
  margin-bottom: 10px;
  padding: 8px 15px;
  border-radius: 40px;
}
.list-benefits__item:last-child {
  margin-bottom: 0;
}
.list-benefits__img {
  margin-right: 14px;
}
@media (max-width: 768px) {
  .list-benefits__img {
    height: 36px;
  }
}
@media (max-width: 576px) {
  .list-benefits__img {
    height: 20px;
  }
}

.automated-email__wrapper {
  padding: 80px 0 0;
  background: #e0f4ff;
}
@media (max-width: 900px) {
  .automated-email__wrapper {
    padding: 40px 0 0;
  }
}
@media (max-width: 576px) {
  .automated-email__wrapper {
    padding: 18px 0 0;
  }
}
@media (max-width: 1165px) {
  .automated-email__title {
    display: none;
  }
}
@media (min-width: 1165px) {
  .automated-email__title--small-screen {
    display: none;
  }
}
.automated-email__content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1165px) {
  .automated-email__content {
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .automated-email__content {
    margin-bottom: 36px;
    gap: 36px;
  }
}
@media (max-width: 576px) {
  .automated-email__content {
    margin-bottom: 18px;
    gap: 18px;
  }
}
.automated-email__block {
  width: 50%;
}
@media (max-width: 1450px) {
  .automated-email__block {
    width: 40%;
  }
}
@media (max-width: 1165px) {
  .automated-email__block {
    width: 100%;
  }
}
.automated-email__list {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .automated-email__list {
    gap: 36px;
  }
}
@media (max-width: 576px) {
  .automated-email__list {
    gap: 10px;
  }
}
.automated-email__item {
  box-sizing: border-box;
  position: relative;
  width: 45%;
  border-radius: 10px;
  background: #fbfdfe;
  padding: 40px;
  padding-top: 120px;
  overflow: hidden;
  transition: background-color 0.3s;
}
@media (max-width: 1450px) {
  .automated-email__item {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .automated-email__item {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .automated-email__item {
    border-radius: 8px;
    padding: 46px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.automated-email__item:hover {
  background-color: #9edafc;
}
.automated-email__item:hover .automated-email__span {
  color: white;
}
@media (hover: none) {
  .automated-email__item:hover {
    background: #fbfdfe;
  }
  .automated-email__item:hover .automated-email__span {
    color: #9ee2fc;
  }
}
.automated-email__span {
  display: block;
  position: absolute;
  z-index: 1;
  color: #9ee2fc;
  font-family: Inter;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  top: -40px;
  left: -45px;
  transition: color 0.3s;
}
@media (max-width: 992px) {
  .automated-email__span {
    top: -25px;
    left: -28px;
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .automated-email__span {
    top: -12px;
    left: -12px;
    font-size: 40px;
  }
}
.automated-email__block-img {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (max-width: 1450px) {
  .automated-email__block-img {
    justify-content: center;
    flex-direction: column;
  }
}
.automated-email__add-block {
  display: flex;
  width: 100%;
  background: #9edafc;
}
.automated-email__add-content {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1165px) {
  .automated-email__add-content {
    justify-content: center;
    flex-direction: column;
    padding: 36px 0;
    gap: 36px;
  }
}
@media (max-width: 576px) {
  .automated-email__add-content {
    padding: 24px 0 18px;
    gap: 24px;
  }
}

.automated-linkedin__content {
  display: flex;
  padding: 40px;
  gap: 40px;
  border-radius: 10px;
  background-color: #e0f4ff;
}
@media (max-width: 1200px) {
  .automated-linkedin__content {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .automated-linkedin__content {
    padding: 24px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .automated-linkedin__content {
    padding: 18px 14px;
    gap: 18px;
  }
}
.automated-linkedin__block {
  border-radius: 10px;
  background-color: #fbfdfe;
}
@media (max-width: 1200px) {
  .automated-linkedin__block-img {
    order: 2;
    margin-bottom: 6px;
  }
}
.automated-linkedin__img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .automated-linkedin__img {
    width: 100%;
  }
}
.automated-linkedin__p {
  padding: 40px 40px 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .automated-linkedin__p {
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .automated-linkedin__p {
    padding: 16px 14px;
    margin-bottom: 0;
  }
}
.automated-linkedin__button {
  margin-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .automated-linkedin__button {
    display: none;
  }
}
.automated-linkedin__button-bottom {
  margin: 0 auto;
  order: 3;
}
@media (min-width: 1200px) {
  .automated-linkedin__button-bottom {
    display: none;
  }
}

.your-sales {
  overflow-x: hidden;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .your-sales {
    margin-bottom: 36px;
  }
}
.your-sales__content {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1500px) {
  .your-sales__content {
    margin-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .your-sales__content {
    gap: 18px;
    margin-bottom: 24px;
    flex-direction: column;
  }
}
.your-sales__p {
  width: 50%;
}
@media (max-width: 960px) {
  .your-sales__p {
    width: 100%;
  }
}
.your-sales__img-block {
  position: relative;
}
.your-sales__img {
  position: absolute;
  overflow-x: hidden;
}
@media (max-width: 960px) {
  .your-sales__img {
    height: 231px;
    position: static;
  }
}
.your-sales__button {
  margin: 0 auto;
}

.trusred-by {
  background-color: #d5f5e9;
  padding: 80px 0 60px;
  margin-bottom: 70px;
}
@media (max-width: 960px) {
  .trusred-by {
    padding: 60px 0 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .trusred-by {
    padding: 24px 0 18px;
    margin-bottom: 26px;
  }
}
.title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .title-block {
    margin-bottom: 24px;
  }
}
.title-block__img {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .title-block__img {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .title-block__img {
    width: 50px;
  }
}

.swiper {
  height: 350px;
}
@media (max-width: 768px) {
  .swiper {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .swiper {
    height: 250px;
  }
}

.swiper-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .swiper-wrapper {
    margin-bottom: 24px;
  }
}

.slide__content {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  padding: 40px;
  border-radius: 10px;
  background-color: white;
  margin: 0 auto;
  max-width: 620px;
  justify-content: space-between;
  height: 260px;
}
@media (max-width: 768px) {
  .slide__content {
    height: 200px;
    padding: 24px;
  }
}
.slide__img-block {
  display: flex;
  justify-content: right;
}
.slide__img {
  height: 30px;
}
@media (max-width: 768px) {
  .slide__img {
    height: 20px;
  }
}
@media (max-width: 576px) {
  .slide__img {
    height: 15px;
  }
}
@media (max-width: 576px) {
  .slide__img--publicfast {
    height: 20px;
  }
}

.img-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #fbfdfe;
  opacity: 1;
}
@media (max-width: 768px) {
  .img-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.img-slider .swiper-pagination-bullet-active {
  background-color: #008171;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .button-container {
    gap: 20px;
  }
}
@media (hover: none) {
  .button-container {
    display: none;
  }
}

.nav-button {
  display: flex;
  width: 88px;
  align-items: center;
  justify-content: center;
  height: 42px;
  border: 2px solid #07b06f;
  border-radius: 21px;
  cursor: pointer;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-button:hover {
  background-color: #07b06f;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .nav-button {
    height: 44px;
    width: 44px;
    border-radius: 22px;
    border: 1px solid #07b06f;
  }
}
.nav-button--right {
  background-image: url(../image/Arrow\ 5.svg);
}
.nav-button--right:hover {
  background-image: url(../image/Arrow\ 5_white.svg);
}
.nav-button--left {
  background-image: url(../image/Arrow\ 4.svg);
}
.nav-button--left:hover {
  background-image: url(../image/Arrow\ 4\ white.svg);
}

.wrapper {
  display: flex;
  justify-content: center;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .wrapper {
    padding: 0;
  }
}

.packages {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .packages {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .packages {
    margin-bottom: 36px;
  }
}
@media (max-width: 350px) {
  .packages {
    margin-bottom: 20px;
  }
}
.packages__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media (max-width: 1050px) {
  .packages__button {
    display: none;
  }
}
.packages__button--small-screen {
  margin: 0 auto;
}
@media (min-width: 1050px) {
  .packages__button--small-screen {
    display: none;
  }
}

.package {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .package {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .package {
    margin-bottom: 18px;
  }
}
.package:last-child {
  margin-bottom: 0;
}
.package__block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.package__block--with-list {
  background-color: #e0f4ff;
  padding-right: 30px;
  width: 300px;
  flex-grow: 3;
  flex-shrink: 3;
}
@media (max-width: 1050px) {
  .package__block--with-list {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .package__block--with-list {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .package__block--with-list {
    padding-right: 18px;
    padding-top: 26px;
    padding-bottom: 18px;
  }
}
.package__block--with-title {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  background-color: #9edafc;
  width: 100px;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 1050px) {
  .package__block--with-title {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .package__block--with-title {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .package__block--with-title {
    padding: 24px 18px 22px;
  }
}
.package__block--with-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1050px) {
  .package__block--with-text {
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .package__block--with-text {
    padding: 25px 0 18px;
  }
}
.package__title {
  color: #17a0ee;
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .package__title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 350px) {
  .package__title {
    max-width: 250px;
  }
}
.package__price {
  color: #fbfdfe;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .package__price {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .package__price {
    font-size: 14px;
  }
}
.package__price--small {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .package__price--small {
    font-size: 10px;
  }
}
.package__p {
  padding: 40px;
  color: #1f1f29;
  height: -moz-min-content;
  height: min-content;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .package__p {
    font-size: 26px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .package__p {
    font-size: 16px;
    padding: 24px;
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .package__p {
    white-space: wrap;
  }
}
.package__p-block {
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .package__p-block {
    margin-bottom: 10px;
  }
}

.list-package {
  margin: 0;
}
@media (max-width: 992px) {
  .list-package {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .list-package {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .list-package {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
}
.list-package__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 20px;
}
.list-package__img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .list-package__img {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .list-package__img {
    height: 25px;
  }
}
@media (max-width: 350px) {
  .list-package__img {
    height: 20px;
  }
}

.footer {
  background-color: #008171;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 19px;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 990px) {
  .footer__content {
    gap: 36px;
  }
}
.footer__block {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__block {
    gap: 18px;
  }
}
@media (max-width: 360px) {
  .footer__block {
    height: 80px;
  }
}
@media (max-width: 320px) {
  .footer__block {
    height: -moz-max-content;
    height: max-content;
    flex-direction: column;
  }
}
.footer__logo {
  padding: 0;
  position: absolute;
  top: 5px;
}
.footer__nav {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.footer__list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 130px;
}
@media (max-width: 990px) {
  .footer__list {
    height: 110px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px 26px;
    padding-left: 78px;
  }
}
@media (max-width: 768px) {
  .footer__list {
    gap: 10px 18px;
  }
}
@media (max-width: 576px) {
  .footer__list {
    padding-left: 42px;
  }
}
.footer__link {
  width: -moz-max-content;
  width: max-content;
  color: #292929;
  text-decoration: none;
  color: #fbfdfe;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.5s;
}
@media (max-width: 576px) {
  .footer__link {
    font-size: 12px;
  }
}
.footer__link:hover {
  border-color: #fbfdfe;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer__contacts {
    gap: 12px;
  }
}
@media (max-width: 320px) {
  .footer__contacts {
    padding-left: 42px;
    align-items: flex-start;
  }
}
.footer__contacts-block {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__contacts-block {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .footer__contacts-block {
    gap: 12px;
  }
}
@media (max-width: 320px) {
  .footer__contacts-block {
    order: 2;
  }
}
.footer__contact-img {
  height: 44px;
}
@media (max-width: 768px) {
  .footer__contact-img {
    height: 34px;
  }
}
.footer__mail-link {
  color: white;
  font-weight: 900;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer__mail-link {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .footer__mail-link {
    order: 1;
  }
}
.footer__copyright {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .footer__copyright-img {
    height: 16px;
  }
}
.footer__copyrigh-p {
  color: #fbfdfe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 576px) {
  .footer__copyrigh-p {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */