@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/ProximaNova-Regular.woff2)format("woff2"), url(../fonts/ProximaNova-Regular.woff)format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/ProximaNova-Bold.woff2)format("woff2"), url(../fonts/ProximaNova-Bold.woff)format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/ProximaNova-ExtraBold.woff2)format("woff2"), url(../fonts/ProximaNova-ExtraBold.woff)format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/ProximaNova-Black.woff2)format("woff2"), url(../fonts/ProximaNova-Black.woff)format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-SemiBold.woff2)format("woff2"), url(../fonts/OpenSans-SemiBold.woff)format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

html {
  height: 100%
}

body {
  margin: 0;
  background: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column
}

main {
  flex-grow: 1
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain
}

/* !!!!!!!! */
.container-header {
  container-name: header;
  container-type: inline-size;
}

.container-community {
  container-name: community;
  container-type: inline-size;
}

/* .container-wide-col {
  container-name: full-screen;
  container-type: inline-size;
  min-width: 360px;
  margin: 0 auto;
  background: #fff
} */


.button {
  text-decoration: none;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(171, 163, 163, .2);
  border-radius: 3px;
  background: #798ac9;
  display: block;
  padding: 12px 15px 10px;
  cursor: pointer
}

.button--accent {
  border-radius: 3px;
  background: #ffbc51;
  box-shadow: 0 5px 9px rgba(255, 188, 81, .8)
}

.button:hover {
  opacity: .7
}

.button:active {
  opacity: .5
}

.button--disabled,
.button:disabled {
  background: #aba3a3;
  cursor: auto
}

.button--disabled:active,
.button--disabled:hover,
.button:disabled:active,
.button:disabled:hover {
  opacity: 1
}

.button--disabled:focus-visible,
.button:disabled:focus-visible {
  outline: 0
}

.section-title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 129%;
  color: #857885;
  letter-spacing: .04em;
  position: relative
}

@media (min-width:768px) {
  .section-title {
    font-family: "Proxima Nova", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 129%;
    color: #857885
  }
}

.section-title--with-bg {
  letter-spacing: .1em;
  color: #fff;
  text-align: center
}

.section-title::before {
  content: "";
  display: block;
  width: 51px;
  height: 53px;
  position: absolute;
  left: -27px;
  top: -33px;
  z-index: -1;
  background: #f7f3fa;
  mask: url(../images/vector/stack.svg#marker)
}

@media (min-width:1100px) {
  .section-title::before {
    width: 88px;
    height: 91px;
    left: -46px;
    top: -64px
  }
}

.section-title--with-bg::before {
  content: none
}

@media (min-width:1100px) {
  .section-title--with-bg::before {
    content: "";
    background: #fcf9fe;
    opacity: 15%;
    z-index: 0
  }
}

@media (min-width:768px) {
  .section-title--special::before {
    background: #fff
  }
}

@media (min-width:1100px) {
  .section-title--special::before {
    top: -42px
  }
}

.section-title__accent {
  color: #5c0e62
}

.section-subtitle,
.section-text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  letter-spacing: .04em
}

.section-subtitle {
  font-size: 12px;
  color: #e23434;
  text-transform: uppercase
}

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

@media (min-width:768px) {
  .section-text {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 129%;
    color: #857885
  }
}

.more-link {
  text-decoration: none;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  color: #5c0e62
}

@media (min-width:768px) {
  .more-link {
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: inherit;
    color: #5c0e62;
    display: flex;
    gap: 13px;
    align-items: center
  }

  .more-link::after {
    content: "";
    display: block;
    width: 18px;
    height: 10px;
    background: url(../images/vector/stack.svg#arrow)no-repeat
  }
}

.more-link:hover {
  opacity: .7
}

.more-link:active {
  opacity: .5
}

@media (min-width:768px) {
  .page__container {
    background-color: #f7f3fa
  }
}

.page__first-screen {
  background-image: linear-gradient(145deg, #5c0e62 10%, #00b5d0 100%)
}

.page__first-screen::before {
  content: "";
  display: block;
  max-width: 691px;
  width: calc(100% + 45px);
  height: 325px;
  position: absolute;
  top: 0;
  left: -45px;
  z-index: 1;
  background-image: url(../images/vector/stack.svg#bg-promo), linear-gradient(145deg, #5c0e62 10%, #00b5d0 100%);
  background-position: 0 0;
  background-size: 665px 270px, 100% 60px;
  background-repeat: no-repeat
}

/* @media (min-width:576px) {
  .page__first-screen {
    padding-bottom: 120px;
    background-image: url(../images/vector/stack.svg#bg-promo-big);
    background-repeat: no-repeat
  }

  .page__first-screen::before {
    content: none
  }
} */

/* @media (min-width:2285px) {
  .page__first-screen {
    background-image: url(../images/vector/stack.svg#bg-promo-big), linear-gradient(116deg, #5c0e62 10%, #00b5d0 70%);
    background-size: cover, 100% 720px
  }
} */

.page__header {
  margin: 0 auto;
  max-width: 1390px
}

/* @media (min-width:1100px) {
  .page__promo {
    max-width: 1390px;
    margin: 0 auto -85px
  }
} */

@container header (min-width:576px) {
  .page__first-screen {
    padding-bottom: 120px;
    background-image: url(../images/vector/stack.svg#bg-promo-big);
    background-repeat: no-repeat
  }

  .page__first-screen::before {
    content: none
  }
}

@container header (min-width:1100px) {
  .page__promo {
    max-width: 1390px;
    margin: 0 auto -85px
  }
}

@container header (min-width:2285px) {
  .page__first-screen {
    background-image: url(../images/vector/stack.svg#bg-promo-big), linear-gradient(116deg, #5c0e62 10%, #00b5d0 70%);
    background-size: cover, 100% 720px
  }
}

/*
@media (min-width:576px) {
  .page__community {
    margin-top: -120px
  }
}

 @media (min-width:768px) {
  .page__community {
    margin-top: -150px
  }
} */

@container community (min-width:576px) {
  .page__community {
    margin-top: -120px
  }
}

@container community (min-width:768px) {
  .page__community {
    margin-top: -150px
  }
}

.page__credit-card {
  max-width: 1106px;
  width: 100%;
  margin: 0 auto
}

.page__mobile-transation {
  max-width: 1082px;
  width: 100%;
  margin: 0 auto
}

.page__security {
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page__security {
    margin-bottom: 0
  }
}

@media (min-width:1100px) {
  .page__feedback-container {
    background-image: url(../images/vector/stack.svg#bg-triangle), linear-gradient(110deg, #5c0e62 0, #00b5d0 100%);
    background-size: 1500px 288px, cover;
    background-repeat: no-repeat, repeat;
    background-position: left top -7px, left top;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr minmax(auto, 1283px) 1fr;
    padding-bottom: 110px
  }

  .page__feedback-container::after,
  .page__feedback-container::before {
    content: "";
    display: block;
    width: 220px;
    height: 964px;
    background: #e4d6ee;
    opacity: 30%;
    mask: url(../images/vector/stack.svg#bg-feedback-figure);
    margin-top: -294px
  }

  .page__feedback-container::after {
    transform: scalex(-1);
    justify-self: end
  }
}

.header {
  padding: 22px 162px 10px 32px;
  position: relative;
  z-index: 3
}

/* @media (min-width:1100px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px
  }
} */

@container header (min-width:1100px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px
  }
}

.header__logo {
  width: -moz-fit-content;
  width: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content
}

.logo {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px
}

.logo:hover {
  opacity: .7
}

.logo:active {
  opacity: .5
}

.logo__image {
  width: 22px;
  height: 24px;
  display: block
}

/* @media (min-width:1100px) {
  .logo__image {
    width: 39px;
    height: 42px
  }
} */

.footer__logo .logo__image {
  width: 30px;
  height: 32px
}

/* @media (min-width:1100px) {
  .footer__logo .logo__image {
    width: 39px;
    height: 42px
  }
} */

.logo__name {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
  color: #fff
}

/* @media (min-width:1100px) {
  .logo__name {
    font-size: 36px
  }
} */

.footer__logo .logo__name {
  font-size: 27px
}

/* @media (min-width:1100px) {
 .footer__logo  .logo__name {
    font-size: 36px
  }
} */

@container header (min-width:1100px) {
  .logo__image {
    width: 39px;
    height: 42px
  }

  .footer__logo .logo__image {
    width: 39px;
    height: 42px
  }

  .logo__name {
    font-size: 36px
  }

  .footer__logo .logo__name {
    font-size: 36px
  }
}

.navigation__toggle {
  width: 18px;
  height: 10px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  background: 0 0;
  padding: 9px 0;
  position: absolute;
  top: 22px;
  right: 32px;
  z-index: 10
}

/* @media (min-width:1100px) {
  .navigation__toggle {
    display: none
  }
} */

.navigation__toggle-line {
  background: #fff;
  height: 2px;
  width: 100%;
  transition: transform .3s ease
}

.navigation__toggle--close .navigation__toggle-line {
  transform-origin: center center
}

.navigation__toggle--close .navigation__toggle-line:first-of-type {
  transform: rotate(45deg) translateY(3px) translateX(3px)
}

.navigation__toggle--close .navigation__toggle-line:nth-of-type(2) {
  display: none
}

.navigation__toggle--close .navigation__toggle-line:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-3px) translateX(3px)
}

.navigation__lists-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(145deg, #5c0e62 10%, #00b5d0 100%);
  padding: 42px 0 22px
}

.navigation__lists-wrapper--opened {
  display: block
}

/* @media (min-width:1100px) {
  .navigation__lists-wrapper {
    position: static;
    background-image: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-width: 704px
  }
} */

@container header (min-width:1100px) {
  .navigation__toggle {
    display: none
  }

  .navigation__lists-wrapper {
    position: static;
    background-image: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-width: 704px
  }
}

/* @media (min-width:1500px) {
  .navigation__lists-wrapper {
    column-gap: 169px
  }
} */

@container header (min-width:1500px) {
  .navigation__lists-wrapper {
    column-gap: 169px
  }
}

.navigation--nojs .navigation__lists-wrapper {
  position: static;
  display: block;
  background: 0 0
}

.navigation--nojs .navigation__toggle {
  display: none
}

.site-nav {
  margin: 0;
  padding: 0;
  list-style-type: none
}

/* @media (min-width:1100px) {
  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
    align-items: center
  }
} */

.site-nav--user-nav {
  margin-top: 30px
}

/* @media (min-width:1100px) {
  .site-nav--user-nav {
    margin-top: 0
  }
} */

.site-nav__item {
  padding: 10px 32px
}

/* @media (min-width:1100px) {
  .site-nav__item {
    padding: 0
  }
} */

.site-nav__item:not(:last-child) {
  border-bottom: 1px #fff solid
}

/* @media (min-width:1100px) {
  .site-nav__item:not(:last-child) {
    border-bottom: none
  }
} */

@container header (min-width:1100px) {
  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
    align-items: center
  }

  .site-nav--user-nav {
    margin-top: 0
  }

  .site-nav__item {
    padding: 0
  }

  .site-nav__item:not(:last-child) {
    border-bottom: none
  }
}

.site-nav--user-nav .site-nav__item {
  border-bottom: none
}

.site-nav__link {
  text-decoration: none;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff
}

.site-nav--user-nav .site-nav__link {
  font-weight: 700
}

.site-nav__link--signin {
  background: #ffbc51;
  border-radius: 96px;
  padding: 12px 40px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto
}

.site-nav__link:hover {
  opacity: .7
}

.site-nav__link:active {
  opacity: .5
}

.clients {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 53px;
  align-items: center
}

@container community (min-width:1100px) {
  .clients {
    justify-content: center;
    gap: 30px 139px
  }
}

/* @media (min-width:1100px) {
  .clients {
    justify-content: center;
    gap: 30px 139px
  }
} */

.clients__link {
  text-decoration: none;
  color: inherit
}

.clients__link:hover {
  opacity: .7
}

.clients__link:active {
  opacity: .5
}

.promo {
  padding: 47px 42px 20px 32px
}

/* @media (min-width:576px) {
  .promo {
    background-image: none
  }

  .promo::before {
    content: none
  }
}

@media (min-width:768px) {
  .promo {
    padding-top: 50px
  }
} */

/* @media (min-width:1100px) {
  .promo {
    padding: 160px 0 0 32px;
    display: grid;
    grid-template-columns: minmax(421px, 32%) 1fr;
    margin-bottom: -208px
  }

  .promo::after {
    content: "";
    display: block;
    max-width: 1224px;
    height: 695px;
    margin-left: 103px;
    background-image: image-set(url(../images/comps-desktop@1x.webp)type("image/webp") 1x, url(../images/comps-desktop@1x.png)type("image/png") 1x, url(../images/comps-desktop@2x.webp)type("image/webp") 2x, url(../images/comps-desktop@2x.png)type("image/png") 2x);
    background-size: auto 100%;
    grid-column: 1/-1;
    grid-row: 1/2;
    transform: translateY(-208px)
  }
} */

.promo__wrapper {
  position: relative;
  z-index: 1
}

/* @media (min-width:1100px) {
  .promo__wrapper {
    grid-column: 1/2;
    grid-row: 1/2
  }
} */

.promo__title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px
}

/* @media (min-width:1100px) {
  .promo__title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 54px
  }
} */

.promo__text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px
}

/* @media (min-width:576px) {
  .promo__text {
    max-width: 340px
  }
}

@media (min-width:1100px) {
  .promo__text {
    margin-top: 0;
    margin-bottom: 38px;
    font-size: 18px
  }
} */

.promo__button {
  width: 162px;
  margin-bottom: 34px
}

/* @media (min-width:1100px) {
  .promo__button {
    width: 200px;
    margin-bottom: 0
  }
} */

.promo__clients {
  margin-left: 15px
}

/* @media (min-width:576px) {
  .promo__clients {
    display: none
  }
} */

@container header (min-width:576px) {
  .promo {
    background-image: none
  }

  .promo::before {
    content: none
  }

  .promo__text {
    max-width: 340px
  }

  .promo__clients {
    display: none
  }
}

@container header (min-width:768px) {
  .promo {
    padding-top: 50px
  }
}

@container header (min-width: 1100px) {
  .promo {
    padding: 160px 0 0 32px;
    display: grid;
    grid-template-columns: minmax(421px, 32%) 1fr;
    margin-bottom: -208px
  }

  .promo::after {
    content: "";
    display: block;
    max-width: 1224px;
    height: 695px;
    margin-left: 103px;
    background-image: image-set(url(../images/comps-desktop@1x.webp)type("image/webp") 1x, url(../images/comps-desktop@1x.png)type("image/png") 1x, url(../images/comps-desktop@2x.webp)type("image/webp") 2x, url(../images/comps-desktop@2x.png)type("image/png") 2x);
    background-size: auto 100%;
    grid-column: 1/-1;
    grid-row: 1/2;
    transform: translateY(-208px)
  }

  .promo__wrapper {
    grid-column: 1/2;
    grid-row: 1/2
  }

  .promo__title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 54px
  }

  .promo__text {
    margin-top: 0;
    margin-bottom: 38px;
    font-size: 18px
  }

  .promo__button {
    width: 200px;
    margin-bottom: 0
  }
}

.community {
  background-image: image-set(url(../images/comps-mobile@1x.webp)type("image/webp") 1x, url(../images/comps-mobile@1x.png)type("image/png") 1x, url(../images/comps-mobile@2x.webp)type("image/webp") 2x, url(../images/comps-mobile@2x.png)type("image/png") 2x);
  background-repeat: no-repeat;
  padding: 210px 8px 57px 36px
}

/* @media (min-width:576px) {
  .community {
    background-position: center top
  }
}
@media (min-width:768px) {
  .community {
    background-image: image-set(url(../images/comps-desktop@1x.webp)type("image/webp") 1x, url(../images/comps-desktop@1x.png)type("image/png") 1x, url(../images/comps-desktop@2x.webp)type("image/webp") 2x, url(../images/comps-desktop@2x.png)type("image/png") 2x), url(../images/vector/stack.svg#bg-community);
    background-size: 600px auto, 100%auto;
    background-repeat: no-repeat;
    background-position: left top, center bottom -180px;
    padding-top: 360px
  }
}
@media (min-width: 785px) {
  .community {
    background-position: left top, center bottom -160px;
  }
}
@media (min-width: 930px) {
  .community {
    background-position: left top, center bottom -140px;
  }
}
 @media (min-width:1100px) {
   .community {
    background-image: none;
    padding: 79px 0 70px;
    display: grid;
    column-gap: 83px;
    grid-template-columns: 1fr 35%
  }

  .community__wrapper {
    box-sizing: content-box;
    padding: 42px 46px 0
  }
} */

.community__text,
.community__title {
  margin-top: 0;
  margin-bottom: 12px
}

.community__features {
  display: none
}

/* @media (min-width:1100px) {
  .community__features {
    display: grid;
    margin-top: 121px;
    order: -1
  }
} */

.community__clients {
  display: none
}

/* @media (min-width:576px) {
  .community__clients {
    display: flex;
    margin-top: 70px
  }
}

@media (min-width:1100px) {
  .community__clients {
    grid-column: 1/-1
  }
} */

@container community (min-width:576px) {
  .community {
    background-position: center top
  }

  .community__clients {
    display: flex;
    margin-top: 70px
  }
}

@container community (min-width:768px) {
  .community {
    background-image: image-set(url(../images/comps-desktop@1x.webp)type("image/webp") 1x, url(../images/comps-desktop@1x.png)type("image/png") 1x, url(../images/comps-desktop@2x.webp)type("image/webp") 2x, url(../images/comps-desktop@2x.png)type("image/png") 2x), url(../images/vector/stack.svg#bg-community);
    background-size: 600px auto, 100%auto;
    background-repeat: no-repeat;
    background-position: left top, center bottom -180px;
    padding-top: 360px
  }
}

@container community (min-width:785px) {
  .community {
    background-position: left top, center bottom -160px;
  }
}

@container community (min-width:930px) {
  .community {
    background-position: left top, center bottom -140px;
  }
}

@container community (min-width:1100px) {
  .community {
    background-image: url(../images/vector/stack.svg#bg-community);
    background-size: 100%auto;
    background-repeat: no-repeat;
    background-position: center bottom -180px;
    padding: 79px 0 70px;
    display: grid;
    column-gap: 83px;
    grid-template-columns: 1fr 35%
  }

  .community__wrapper {
    box-sizing: content-box;
    padding: 42px 46px 0
  }

  .community__features {
    display: grid;
    margin-top: 121px;
    order: -1
  }

  .community__clients {
    grid-column: 1/-1
  }
}

.features-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 46px
}

.features-list__column {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.features-list__column--left {
  margin-top: 60px
}

.feature {
  background-color: #fff;
  padding: 30px 33px 30px 48px;
  border-radius: 4px;
  border-left: solid 4px transparent;
  background-image: linear-gradient(138deg, #00b5d0, #5c0e62);
  box-shadow: inset 0 0 0 50vw #fff, 7px 10px 50px 0#e8e2f0;
  background-size: 4px 100%
}

.feature::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin-bottom: 2px
}

.feature--access::before {
  background: url(../images/vector/stack.svg#accessibility-icon)
}

.feature--cash::before {
  background: url(../images/vector/stack.svg#cash-icon)
}

.feature--connect::before {
  background: url(../images/vector/stack.svg#analytics-icon)
}

.feature--invoice::before {
  background: url(../images/vector/stack.svg#receipt-icon)
}

.feature__text,
.feature__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  color: #5c5e6e;
  letter-spacing: .04em
}

.feature__text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #756f6f;
  letter-spacing: .07em;
  opacity: .7
}

.credit-card,
.security::after {
  background-repeat: no-repeat;
  background-position: center top
}

.credit-card {
  background-image: image-set(url(../images/tablet-mobile@1x.webp)type("image/webp") 1x, url(../images/tablet-mobile@1x.png)type("image/png") 1x, url(../images/tablet-mobile@2x.webp)type("image/webp") 2x, url(../images/tablet-mobile@2x.png)type("image/png") 2x);
  padding: 260px 34px 33px 35px
}

@media (min-width:768px) {
  .credit-card {
    background-image: image-set(url(../images/tablet-desktop@1x.webp)type("image/webp") 1x, url(../images/tablet-desktop@1x.png)type("image/png") 1x, url(../images/tablet-desktop@2x.webp)type("image/webp") 2x, url(../images/tablet-desktop@2x.png)type("image/png") 2x);
    background-position: right center;
    background-size: 400px auto;
    background-color: #fff;
    padding: 24px 400px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 480px;
    position: relative;
    z-index: 0
  }
}

@media (min-width:1100px) {
  .credit-card {
    background-size: contain;
    padding: 24px 646px 20px 116px
  }
}

@media (min-width:768px) {
  .credit-card__text-wrapper {
    min-width: 32%;
    max-width: 248px
  }
}

@media (min-width:1100px) {
  .credit-card__text-wrapper {
    max-width: 288px;
    padding-left: 46px
  }
}

.credit-card__heading {
  margin-top: 0;
  margin-bottom: 2px
}

.credit-card__title {
  margin-top: 0;
  margin-bottom: 10px
}

.credit-card__text {
  margin-top: 0;
  margin-bottom: 16px
}

.mobile-transaction {
  background-image: image-set(url(../images/clients-mobile@1x.webp)type("image/webp") 1x, url(../images/clients-mobile@1x.png)type("image/png") 1x, url(../images/clients-mobile@2x.webp)type("image/webp") 2x, url(../images/clients-mobile@2x.png)type("image/png") 2x);
  background-repeat: no-repeat;
  padding: 255px 42px 57px 35px
}

@media (min-width:570px) {
  .mobile-transaction {
    background-position: center top
  }
}

@media (min-width:768px) {
  .mobile-transaction {
    background-image: image-set(url(../images/clients-desktop@1x.webp)type("image/webp") 1x, url(../images/clients-desktop@1x.png)type("image/png") 1x, url(../images/clients-desktop@2x.webp)type("image/webp") 2x, url(../images/clients-desktop@2x.png)type("image/png") 2x);
    background-position: left center;
    background-size: 400px auto;
    background-color: #fff;
    padding: 24px 60px 20px 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 480px;
    position: relative;
    z-index: 0
  }
}

@media (min-width:1100px) {
  .mobile-transaction {
    background-size: 518px auto;
    padding: 24px 60px 20px 518px
  }
}

@media (min-width:768px) {
  .mobile-transaction__text-wrapper {
    min-width: 32%;
    max-width: 248px
  }
}

@media (min-width:1100px) {
  .mobile-transaction__text-wrapper {
    max-width: 280px
  }
}

.mobile-transaction__heading {
  margin-top: 0;
  margin-bottom: 2px
}

.mobile-transaction__title {
  margin-top: 0;
  margin-bottom: 10px
}

.mobile-transaction__text {
  margin-top: 0;
  margin-bottom: 16px
}

.security {
  display: grid;
  grid-template-rows: 215px auto;
  row-gap: 32px;
  padding: 0 0 17px
}

@media (min-width:768px) {
  .security {
    background-color: #fff;
    padding: 0 0 60px;
    display: grid;
    grid-template-columns: 1fr 344px 756px 1fr;
    grid-template-rows: 1fr;
    column-gap: 30px;
    overflow: hidden
  }
}

@media (min-width:1100px) {
  .security {
    grid-template-columns: 1fr 1fr 344px 738px 1fr
  }
}

.security::after {
  content: "";
  display: block;
  width: 100%;
  height: 215px;
  background-image: image-set(url(../images/pics-mobile@1x.webp)type("image/webp") 1x, url(../images/pics-mobile@1x.png)type("image/png") 1x, url(../images/pics-mobile@2x.webp)type("image/webp") 2x, url(../images/pics-mobile@2x.png)type("image/png") 2x);
  background-size: cover;
  grid-row: 1/2
}

@media (min-width:570px) {
  .security::after {
    background-image: image-set(url(../images/pics-desktop@1x.webp)type("image/webp") 1x, url(../images/pics-desktop@1x.png)type("image/png") 1x, url(../images/pics-desktop@2x.webp)type("image/webp") 2x, url(../images/pics-desktop@2x.png)type("image/png") 2x)
  }
}

@media (min-width:768px) {
  .security::after {
    content: "";
    display: block;
    width: 697px;
    height: 100%;
    justify-self: end;
    grid-column: 3/-1
  }
}

@media (min-width:1100px) {
  .security::after {
    height: 352px;
    width: calc(100% - 138px);
    grid-column: 4/-1
  }
}

.security__text-wrapper {
  padding-left: 35px;
  padding-right: 35px
}

@media (min-width:768px) {
  .security__text-wrapper {
    grid-column: 2/3;
    padding-right: 0;
    padding-bottom: 90px
  }
}

@media (min-width:1100px) {
  .security__text-wrapper {
    grid-column: 3/4
  }
}

.security__heading {
  margin-top: 0;
  margin-bottom: 2px
}

.security__title {
  margin-top: 0;
  margin-bottom: 10px
}

.security__text {
  margin-top: 0;
  margin-bottom: 16px
}

.feedback {
  background-image: linear-gradient(110deg, #5c0e62 0, #00b5d0 100%);
  padding: 79px 22px 47px 25px
}

@media (min-width:1100px) {
  .feedback {
    display: grid;
    grid-template-columns: minmax(45%, 530px) 68%;
    gap: 50px;
    align-items: end;
    position: relative;
    background-image: none;
    padding: 79px 0 0;
    z-index: 5
  }

  .feedback__text-wrapper {
    max-width: 530px;
    padding-left: 46px;
    margin-bottom: 160px
  }
}

.feedback__title {
  margin-top: 0;
  margin-bottom: 74px
}

@media (min-width:1100px) {
  .feedback__title {
    margin-top: 0;
    margin-bottom: 39px;
    text-align: left
  }
}

.feedback__text {
  display: none;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  color: #fff;
  letter-spacing: .04em
}

@media (min-width:1100px) {
  .feedback__text {
    display: block;
    margin-top: 0;
    margin-bottom: 0
  }

  .feedback__slider {
    justify-self: end;
    width: 100%
  }
}

.feedback-slider {
  text-align: center;
  overflow: hidden
}

.feedback-slider__list {
  padding: 0;
  list-style-type: none;
  margin: 0 0 42px;
  display: flex
}

@media (min-width:1100px) {
  .feedback-slider__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    margin-bottom: 0
  }
}

.feedback-slider__item {
  width: 100%;
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width:1100px) {
  .feedback-slider__item:has(.feedback-slider__image--s132) {
    align-self: end;
    margin-top: 72px;
    grid-row: 1/4
  }

  .feedback-slider__item:has(.feedback-slider__image--s106) {
    align-self: center;
    margin-top: 0;
    grid-row: 1/3
  }

  .feedback-slider__item:has(.feedback-slider__image--s80) {
    align-self: start;
    margin-top: 44px;
    margin-right: 80px;
    grid-row: 3/5
  }

  .feedback-slider__item:has(.feedback-slider__image--s95) {
    align-self: end;
    justify-self: end;
    margin-top: 15px;
    grid-row: 5/7
  }

  .feedback-slider__item:has(.feedback-slider__image--s70) {
    align-self: end;
    justify-self: end;
    margin-bottom: 16px;
    grid-row: 5/7
  }
}

.feedback-slider__item--hidden {
  display: none
}

@media (min-width:1100px) {
  .feedback-slider__item--hidden {
    display: block
  }
}

.feedback-slider__item-wrapper {
  margin: 0
}

@media (min-width:1100px) {
  .feedback-slider__item-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative
  }

  .feedback-slider__item-wrapper:has(.feedback-slider__image--s70),
  .feedback-slider__item-wrapper:has(.feedback-slider__image--s95) {
    margin-left: auto;
    margin-right: 0
  }
}

.feedback-slider__image {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: solid 2px #fff;
  margin-bottom: 34px;
  box-shadow: 0 27px 21px rgba(92, 14, 98, .08)
}

@media (min-width:1100px) {
  .feedback-slider__image {
    margin-bottom: 0;
    border-width: 4px
  }

  .feedback-slider__image--s132 {
    width: 132px;
    height: 132px
  }

  .feedback-slider__image--s106 {
    width: 106px;
    height: 106px
  }

  .feedback-slider__image--s95 {
    width: 95px;
    height: 95px
  }

  .feedback-slider__image--s80 {
    width: 80px;
    height: 80px
  }

  .feedback-slider__image--s70 {
    width: 70px;
    height: 70px
  }

  .feedback-slider__figcaption {
    margin-top: 20px;
    visibility: hidden
  }

  .feedback-slider__figcaption--visible {
    visibility: visible
  }

  .feedback-slider__item-wrapper:focus .feedback-slider__figcaption,
  .feedback-slider__item-wrapper:hover .feedback-slider__figcaption {
    visibility: visible
  }
}

picture:has(.feedback-slider__image:hover)+.feedback-slider__figcaption {
  visibility: visible
}

.feedback-slider__review {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
  margin: 0 0 16px
}

@media (min-width:1100px) {
  .feedback-slider__review {
    margin-bottom: 11px;
    font-size: 16px
  }
}

.feedback-slider__job,
.feedback-slider__name {
  margin-top: 0;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  line-height: 129%;
  color: #ffbc51;
  text-align: center
}

.feedback-slider__name {
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase
}

.feedback-slider__job {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em
}

.feedback-slider__pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 4px;
  justify-content: center
}

@media (min-width:1100px) {
  .feedback-slider__pagination {
    display: none
  }
}

.feedback-slider__pagination-button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #434472;
  cursor: pointer
}

.feedback-slider__pagination-button.is-active,
.order {
  background: #fff
}

.order {
  display: none
}

@media (min-width:1100px) {
  .order {
    display: flex;
    gap: 70px;
    padding: 65px 136px 66px 152px
  }
}

.order__button,
.order__title {
  width: -moz-fit-content;
  width: fit-content
}

.order__title {
  margin-top: 0;
  margin-bottom: 0
}

@media (min-width:1100px) {
  .order__title::before {
    top: -49px
  }
}

.order__button {
  padding: 17px 10px 16px;
  min-width: 200px
}

.footer {
  background: #210933;
  padding: 74px 99px 55px;
  text-align: center;
  position: relative
}

@media (min-width:768px) {
  .footer {
    text-align: left
  }
}

@media (min-width:1100px) {
  .footer {
    padding: 244px 200px 140px
  }
}

.footer__order {
  width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (min-width:768px) {
  .footer__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 80px;
    align-items: flex-start
  }
}

@media (min-width:1100px) {
  .footer__content {
    grid-template-columns: 1fr repeat(3, 15%);
    grid-template-rows: repeat(2, auto) 1fr
  }
}

.footer__legal {
  margin-right: auto
}

.footer__logo {
  width: -moz-fit-content;
  width: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin: 0 auto 48px
}

@media (min-width:768px) {
  .footer__logo {
    grid-column: 1/-1;
    margin: 0 0 48px
  }
}

@media (min-width:1100px) {
  .footer__logo {
    margin-bottom: 52px;
    grid-column: 1/2;
    grid-row: 1/2
  }
}

.footer__part {
  margin-bottom: 48px
}

@media (min-width:768px) {
  .footer__part--socials {
    grid-column: 1/3;
    justify-self: start
  }
}

@media (min-width:1100px) {
  .footer__part {
    margin-bottom: 0
  }

  .footer__part--first-col,
  .footer__part--second-col,
  .footer__part--third-col {
    grid-row: 1/-1
  }

  .footer__part--socials {
    grid-column: auto
  }
}

.footer__part-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  color: #fff;
  letter-spacing: .04em
}

@media (min-width:1100px) {
  .footer__part-title {
    margin-bottom: 51px;
    margin-top: 29px
  }
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.footer__list-item:not(:last-child) {
  margin-bottom: 20px
}

.footer__copyright,
.footer__link {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  color: #857885;
  letter-spacing: .04em
}

.footer__link {
  text-decoration: none;
  font-size: 14px
}

.footer__link:hover {
  opacity: .7
}

.footer__link:active {
  opacity: .5
}

.footer__copyright {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px
}

.footer__socials {
  padding: 0;
  list-style-type: none;
  margin: 0 auto 22px
}

@media (min-width:768px) {
  .footer__socials {
    margin-bottom: 0
  }
}

@media (min-width:1100px) {
  .footer__socials {
    margin-bottom: 40px;
    grid-column: auto
  }
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  justify-content: center
}

.socials__link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 30px;
  height: 30px
}

.socials__link::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #857885
}

.socials__link--youtube::before {
  mask: url(../images/vector/stack.svg#youtube)
}

.socials__link--twitter::before {
  mask: url(../images/vector/stack.svg#twitter)
}

.socials__link--linkedin::before {
  mask: url(../images/vector/stack.svg#linkedin)
}

.socials__link:hover {
  opacity: .7
}

.socials__link:active {
  opacity: .5
}

.splide {
  margin-left: -25px;
  margin-right: -22px
}

.splide__sr {
  display: none
}
