html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  cursor: pointer;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
}
button:hover {
  transition: 0.3s;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
}

button:focus, a:focus, img:focus, li:focus, input:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

input,
select,
option,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
  box-shadow: none;
}

@font-face {
  font-family: "Cera Round Pro";
  src: url("../font/CeraRoundPro-Black.eot");
  src: url("../font/CeraRoundPro-Black.eot?#iefix") format("embedded-opentype"), url("../font/CeraRoundPro-Black.woff2") format("woff2"), url("../font/CeraRoundPro-Black.woff") format("woff"), url("../font/CeraRoundPro-Black.ttf") format("truetype"), url("../font/CeraRoundPro-Black.svg#CeraRoundPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Round Pro";
  src: url("../font/CeraRoundPro-Medium.eot");
  src: url("../font/CeraRoundPro-Medium.eot?#iefix") format("embedded-opentype"), url("../font/CeraRoundPro-Medium.woff2") format("woff2"), url("../font/CeraRoundPro-Medium.woff") format("woff"), url("../font/CeraRoundPro-Medium.ttf") format("truetype"), url("../font/CeraRoundPro-Medium.svg#CeraRoundPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Round Pro";
  src: url("../font/CeraRoundPro-Regular.eot");
  src: url("../font/CeraRoundPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/CeraRoundPro-Regular.woff2") format("woff2"), url("../font/CeraRoundPro-Regular.woff") format("woff"), url("../font/CeraRoundPro-Regular.ttf") format("truetype"), url("../font/CeraRoundPro-Regular.svg#CeraRoundPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-color: #F92B2A;
  --main-colorh: #c52626;
}

body {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "Cera Round Pro", sans-serif;
  color: #000;
}
body.no-scroll {
  overflow-y: hidden;
}
body button {
  font-family: "Cera Round Pro", sans-serif;
}

.wrapper {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.inside {
  width: 1335px;
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-m {
  align-items: center;
}

.flex-t {
  align-items: flex-start;
}

.flex-b {
  align-items: flex-end;
}

.flex-sb {
  justify-content: space-between;
}

.flex-c {
  justify-content: center;
}

.flex-sa {
  justify-content: space-around;
}

.flex-e {
  justify-content: flex-end;
}

.flex-ww {
  flex-wrap: wrap;
}

.mob {
  display: none;
}

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

section {
  box-sizing: border-box;
  padding: 1px 0;
}

.close-all {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: -100;
  opacity: 0;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
}
.close-all.active {
  z-index: 900;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.pop-wrap {
  box-sizing: border-box;
  left: -100vw;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 10000;
  visibility: height;
  transition: 0.8s;
  background: none;
  padding: 50px 0;
  overflow: visible;
  position: fixed;
}
.pop-wrap.active {
  visibility: visible;
  transition: 0.8s;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.pop-inside {
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
}

.pop-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2d2d31;
  opacity: 0.6;
  z-index: 2;
}

.pop-scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.pop {
  width: 100%;
  padding: 0;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-in {
  background: var(--bg);
  border-radius: 15px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
  width: auto;
  padding: 0;
  transition: 0.3s;
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.pop-close {
  right: 20px;
  top: 20px;
  position: absolute;
  z-index: 4;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-close button circle {
  transition: 0.3s;
}
.pop-close button:hover circle {
  fill: rgb(63, 20, 183);
}

.modal-wrapper {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 199;
  background: rgba(0, 0, 0, 0.7);
}
.modal-wrapper__inner {
  margin: auto;
  position: relative;
  padding: 10px 0;
  width: 100%;
}

section {
  padding: 1px 0;
}

.toggler {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 15px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s;
}
.toggler > span {
  width: 18px;
  height: 2px;
  background: #4D4D4D;
  display: block;
  z-index: 1000;
  transition: 0.3s;
  border-radius: 30%;
}
.toggler > span:nth-child(1) {
  width: 6px;
}
.toggler.active span {
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(45deg);
}
.toggler.active span:nth-child(1) {
  width: 18px;
}
.toggler.active span:nth-child(2) {
  transform: rotate(-45deg);
}
.toggler.active span:last-child {
  display: none;
}

.left-sidebar {
  width: 280px;
  height: 100%;
  position: fixed;
  left: -280px;
  top: 0;
  transition: 0.3s;
  background: #004750;
  z-index: 1000;
}
.left-sidebar.active {
  left: 0;
}

/*base*/
.header {
  padding: 23px 0;
}
.header__login a, .header__registration a {
  color: #000;
  font-weight: 700;
  font-size: 19px;
}
.header__login a > div, .header__registration a > div {
  width: 25px;
  margin-left: 5px;
}
.header__login img, .header__registration img {
  max-width: 100%;
}
.header__registration {
  margin-left: 55px;
  margin-right: 15px;
}
.header__registration a > div {
  transform: rotate(90deg);
}

.logo {
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo img {
  min-width: 40px;
  width: 40px;
  height: 42px;
}
.logo p {
  font-weight: bold;
  font-size: 24px;
  margin-left: 12px;
  color: #524747;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-nav {
  margin-top: 10px;
  position: relative;
  z-index: 100;
}
.header-nav nav ul li a {
  font-size: 18px;
  color: #000;
  padding-left: 38px;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
}
.header-nav nav ul li a::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 2px;
  width: 13px;
  height: 13px;
  background: url(../img/nav-icon.svg) no-repeat center 0;
}

.first-section {
  background: url(../img/first-block-bg.svg) no-repeat left -250px top 40px;
  margin-bottom: 58px;
}

.first-block__photo {
  margin-right: -512px;
  margin-top: -37px;
}
.first-block__text {
  text-align: left;
  font-weight: 800;
}
.first-block__title {
  font-size: 62px;
  margin-bottom: 35px;
}
.first-block__title2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.first-block__link {
  margin-left: 25px;
  margin-top: 10px;
  color: #35A8E0;
  text-decoration: underline;
  cursor: pointer;
}

.button {
  margin: 15px 0;
}
.button a,
.button button,
.button p {
  padding: 22px 50px;
  border-radius: 40px;
  border: none;
  background: var(--main-color);
  box-sizing: border-box;
  font-weight: 800;
  font-size: 25px;
  text-align: center;
  color: #fff;
  border: 1px solid var(--main-color);
  cursor: pointer;
}
.button a svg,
.button button svg,
.button p svg {
  margin: 0 10px;
  vertical-align: bottom;
}
.button a:hover,
.button button:hover,
.button p:hover {
  background: var(--main-colorh);
  border-color: var(--main-colorh);
}
.button--type2 a, .button--type2 button, .button--type2 p {
  border: 1px solid #FFF762;
  color: #3F14B7;
  background: #FFF762;
}
.button--type2 a:hover, .button--type2 button:hover, .button--type2 p:hover {
  background: #fff651;
  border-color: #fff651;
}
.button--type3 a, .button--type3 button, .button--type3 p {
  border: 1px solid #3F14B7;
  color: #fff;
  background: #3F14B7;
}
.button--type3 a:hover, .button--type3 button:hover, .button--type3 p:hover {
  background: #3805c5;
  border-color: #3805c5;
}

.partners {
  margin-bottom: 70px;
}
.partners__text {
  width: 490px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/partners-text.svg) no-repeat center 0;
  background-size: contain;
  font-weight: 700;
  font-size: 35px;
  text-align: left;
  padding-left: 102px;
  margin-right: 65px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 1.2;
}
.partners__text p {
  margin-top: -40px;
}

.partners-logo-list {
  width: calc(100% - 582px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.partners-logo-list__item {
  height: 100px;
}
.partners-logo-list__item img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.more-customers {
  align-items: stretch;
  margin-bottom: 120px;
}
.more-customers__photo img {
  max-width: 100%;
}
.more-customers__info {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  width: 52%;
}
.more-customers__title {
  font-size: 50px;
  margin-bottom: 90px;
  font-weight: 500;
}
.more-customers__text {
  font-size: 20px;
  margin-bottom: 40px;
  width: 480px;
  max-width: 100%;
  line-height: 1.1;
}
.more-customers__text p + p {
  margin-top: 20px;
}
.more-customers__link {
  font-size: 20px;
}
.more-customers__link a {
  color: #35A8E0;
  text-decoration: underline;
}

.how-it-works__item {
  width: 50%;
  display: flex;
  height: 500px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.how-it-works__item:nth-child(2) {
  align-items: flex-end;
  padding-bottom: 30px;
}
.how-it-works__item:nth-child(3) {
  margin-top: -150px;
}
.how-it-works__item:nth-child(3) .how-it-works__icon {
  right: auto;
  left: 0;
}
.how-it-works__item:nth-child(4) {
  align-items: flex-end;
  padding-bottom: 30px;
}
.how-it-works__info {
  text-align: left;
  z-index: 5;
  position: relative;
  max-width: 60%;
}
.how-it-works__numb {
  font-size: 240px;
  margin-right: 15px;
  position: relative;
  z-index: 5;
}
.how-it-works__info-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
}
.how-it-works__info-text {
  font-size: 24px;
  line-height: 1.2;
}
.how-it-works__info-text span {
  font-size: 20px;
}
.how-it-works__info-text a {
  color: #35A8E0;
  text-decoration: underline;
}
.how-it-works__icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.section-title {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 45px;
}

.promotion-strategies__item {
  text-align: center;
  width: 50%;
}
.promotion-strategies__title {
  font-size: 26px;
  color: #3F14B7;
  font-weight: 800;
  margin-top: 33px;
  margin-bottom: 46px;
}
.promotion-strategies__info {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 75px;
}
.promotion-strategies__text {
  font-size: 20px;
  line-height: 1.2;
}
.promotion-strategies__text p + p {
  margin-top: 22px;
}
.promotion-strategies__photo img {
  max-width: 100%;
}

.promotion-strategies-section {
  margin-bottom: 93px;
}

.case {
  position: relative;
}
.case__item + .case__item {
  margin-top: 25px;
}
.case__photo {
  height: 396px;
  position: relative;
}
.case__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__info {
  position: absolute;
  left: 45px;
  top: 25px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 50px 35px;
  border-radius: 105px;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case__text p {
  font-weight: 800;
  color: #3F14B7;
  font-size: 24px;
  margin-bottom: 8px;
}
.case__text span {
  display: block;
  color: #6F6F6E;
  font-size: 18px;
}

.case-section {
  margin-bottom: 104px;
}

.reviews {
  box-sizing: border-box;
  padding: 21px 15px;
  padding-bottom: 100px;
  position: relative;
}
.reviews__photo {
  height: 210px;
  margin-bottom: 20px;
}
.reviews__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__text {
  padding: 10px;
  font-size: 20px;
  line-height: 1.2;
}
.reviews .swiper-container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.reviews-section {
  margin-bottom: 72px;
  background: url(../img/reviews-bg.png) no-repeat center 0;
  background-size: cover;
}

.ready-started {
  background: rgb(63, 20, 183);
  background: linear-gradient(66deg, rgb(63, 20, 183) 0%, rgb(141, 146, 241) 100%);
  border-radius: 100px;
  padding: 42px 70px;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
}
.ready-started__title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 8px;
}
.ready-started__title2 {
  font-size: 30px;
}
.ready-started__text {
  font-size: 20px;
  line-height: 1.3;
}

.footer {
  margin-top: 97px;
  text-align: left;
  padding-bottom: 25px;
}
.footer .logo {
  margin-bottom: 15px;
}
.footer__logo-text {
  color: #424242;
  font-size: 18px;
}
.footer__left {
  margin-right: 168px;
}
.footer__nav {
  padding-top: 28px;
  margin-bottom: 15px;
}
.footer__nav nav ul li {
  margin-bottom: 15px;
}
.footer__nav nav ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.footer__nav nav + nav {
  margin-left: 74px;
}
.footer__info {
  font-size: 15px;
  color: #9C9B9B;
}
.footer__info p {
  margin-bottom: 10px;
}

.swiper-button-next, .swiper-button-prev {
  font-size: 40px;
  background: none;
  height: auto;
  width: auto;
  color: #fff;
}

.reviews .swiper-button-next, .reviews .swiper-button-prev {
  color: #000;
}

.pop-form {
  padding: 60px;
  width: 500px;
  max-width: 100%;
  background: rgb(255, 39, 41);
  background: linear-gradient(90deg, rgb(255, 39, 41) 0%, rgb(255, 70, 72) 100%);
  border-radius: 30px;
  box-sizing: border-box;
}

.input {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}
.input label {
  display: block;
  text-align: left;
}
.input label > p {
  font-weight: 500;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #949494;
  margin-bottom: 13px;
  padding-left: 16px;
}
.input label > p span {
  font-weight: 300;
}
.input input {
  border: 1px solid var(--border-color);
  width: 100%;
  height: 54px;
  font-size: 14px;
  padding: 0 16px;
  transition: 0.3s;
  color: #000;
  background: #FFFFFF;
  border-radius: 25px;
  box-sizing: border-box;
}
.input input:focus {
  transition: 0.3s;
}
.input input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.input input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.input input:focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}
.input input::-moz-placeholder {
  color: #949494;
  opacity: 0.7;
}
.input input:-ms-input-placeholder {
  color: #949494;
  opacity: 0.7;
}
.input input::placeholder {
  color: #949494;
  opacity: 0.7;
}
.input .input-checkbox {
  line-height: 54px;
  cursor: pointer;
}
.input .input-checkbox::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23E1E0E0'/%3E%3C/svg%3E%0A") no-repeat center 0;
}
.input input:checked ~ .input-checkbox:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23E1E0E0'/%3E%3Cpath d='M12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z' fill='%23F9B036'/%3E%3C/svg%3E%0A");
}
.input__inside {
  position: relative;
  z-index: 1;
}
.input__notification {
  font-weight: 500;
  font-size: 0px;
  transition: 0.3s;
  display: flex;
}
.input__notification p {
  display: inline-block;
  margin-left: 5px;
}
.input__text {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  color: #006072;
}
.input__text span {
  color: #83AD88;
  font-weight: 500;
  padding-left: 15px;
}
.input--error .input__notification {
  color: #fe5e6f;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.input--error input {
  border-color: #ffccd2;
}
.input__info {
  font-size: 14px;
  line-height: 13px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 31px;
}
.input__info span {
  color: #f84444;
}
.input__icon {
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  top: 50%;
  color: var(--text-color);
}
.input__icon p {
  font-size: 15px;
  line-height: 16px;
  color: #252727;
  margin-left: 10px;
}

.checkbox-wrap label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.checkbox-wrap label p {
  font-size: 13px;
  color: #fff;
  margin-left: 15px;
}

input:checked ~ .checkbox {
  transition: 0.3s;
}
input:checked ~ .checkbox::before {
  opacity: 1;
}

.checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  transition: 0.3s;
  position: relative;
}
.checkbox::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  opacity: 0;
  background: #8D92F1;
  border-radius: 100%;
}

.modal-wrapper {
  visibility: hidden;
  z-index: -100;
  opacity: 0;
}
.modal-wrapper.active {
  visibility: visible;
  z-index: 10000;
  opacity: 1;
}

@media screen and (max-width: 1180px) {
  .promotion-strategies {
    flex-wrap: wrap;
  }
  .promotion-strategies__item {
    width: 100%;
    text-align: left;
  }
  .promotion-strategies__photo {
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  .more-customers {
    margin-bottom: 60px;
  }
  .how-it-works__item {
    width: 100%;
    height: 430px;
    margin-bottom: 15px;
  }
  .how-it-works__item:nth-child(1) {
    height: auto;
  }
  .how-it-works__item:nth-child(1) .how-it-works__icon img {
    height: auto;
  }
  .how-it-works__item:nth-child(3) {
    margin-top: 0;
  }
  .how-it-works__icon img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 400px;
  }
}
@media screen and (max-width: 960px) {
  .first-block {
    align-items: flex-start;
  }
  .first-block__title {
    font-size: 40px;
  }
  .first-block__text {
    padding-top: 50px;
  }
  .first-block__photo {
    margin-right: -250px;
    margin-top: 0;
  }
  .first-block__photo img {
    max-width: 100%;
  }
  .button a, .button button {
    padding: 15px 25px;
    font-size: 20px;
  }
  .footer__left {
    margin-right: 30px;
  }
}
@media screen and (max-width: 920px) {
  .partners {
    flex-wrap: wrap;
  }
  .partners-logo-list {
    width: 100%;
    order: 2;
  }
  .partners__text {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 880px) {
  .more-customers {
    align-items: center;
  }
  .more-customers__title {
    font-size: 35px;
    margin-bottom: 45px;
  }
  .more-customers__text {
    font-size: 18px;
    line-height: 1.2;
  }
  .more-customers__link {
    font-size: 20px;
  }
  .ready-started__title {
    font-size: 30px;
  }
  .ready-started__title2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .footer {
    flex-wrap: wrap;
  }
  .footer__left {
    width: 100%;
  }
  .footer__center {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .header {
    align-items: flex-start;
  }
  .header-nav nav ul {
    flex-wrap: wrap;
    text-align: left;
  }
  .header-nav nav ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .first-block {
    position: relative;
  }
  .first-block__text {
    padding-top: 35px;
    position: relative;
    z-index: 10;
    width: 60%;
  }
  .first-block__title {
    font-size: 30px;
  }
  .first-block__title2 {
    font-size: 17px;
  }
  .first-block__photo {
    margin-right: 0;
    position: absolute;
    right: -260px;
    top: 0;
    z-index: 1;
    width: 500px;
  }
  .header__right {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .header__right > div {
    width: 100%;
    margin: 0;
  }
  .header__right > div a {
    text-align: right;
    justify-content: flex-end;
  }
  .header__right > div + div {
    margin-top: 15px;
  }
  .pop-form {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 580px) {
  .more-customers__info {
    width: 55%;
  }
  .more-customers__title {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .more-customers__text {
    font-size: 15px;
  }
  .more-customers__link {
    font-size: 16px;
  }
  .ready-started {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .ready-started__title {
    font-size: 22px;
  }
  .ready-started__title2 {
    font-size: 18px;
  }
  .ready-started__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .first-block__photo {
    right: -300px;
    top: -47px;
  }
  .first-block__text {
    width: 100%;
    max-width: 290px;
  }
  .button a, .button button {
    padding: 13px 20px;
    font-size: 18px;
  }
  .partners__text {
    font-size: 25px;
    width: 360px;
    height: 350px;
    padding-left: 60px;
  }
  .partners__text p {
    margin-top: -60px;
  }
  .section-title {
    font-size: 28px;
  }
  .how-it-works__numb {
    font-size: 120px;
  }
  .how-it-works__info-title {
    font-size: 20px;
  }
  .how-it-works__info-text {
    font-size: 18px;
    line-height: 1.3;
  }
  .how-it-works__info-text span {
    font-size: 16px;
  }
  .footer__nav {
    flex-wrap: wrap;
  }
  .footer__nav nav {
    width: 100%;
  }
  .footer__nav nav + nav {
    margin-left: 0;
  }
}/*# sourceMappingURL=main.css.map */