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

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

@font-face {
  font-family: 'DMSans-Medium';
  font-weight: 500;
  font-style: normal;
  src: local("DMSans-Medium"), url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
  font-display: swap;
}

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

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

html {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  line-height: 1;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul[class] {
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
  border: none;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  background-clip: padding-box;
}

input::-moz-placeholder {
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

input:-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}

input::placeholder {
  transition: opacity .3s;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
}

input,
button,
optgroup,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

body, .sign-popup__label {
  font-family: 'DMSans-Regular', sans-serif;
  font-weight: 400;
}

.header__main-left p, .connect__item span, .products__item p, .plugins__inner p, .suitable__inner p, .devices__left p, .testimonials__item p, .footer__bottom, .terms__list-item p, .terms__sublist li, .privacy P, .anti-spam p, .pricing__inner p, .pricing__item-list {
  font-family: 'KumbhSans-Regular', sans-serif;
  font-weight: 400;
}

.payments__inner p, .terms__list-item span, .privacy h5, .anti-spam h3 {
  font-family: 'KumbhSans-Bold', sans-serif;
  font-weight: 700;
}

.sign-popup__phone-wrap input::-moz-placeholder {
  font-family: 'DMSans-Medium', sans-serif;
  font-weight: 500;
}

.sign-popup__phone-wrap input:-ms-input-placeholder {
  font-family: 'DMSans-Medium', sans-serif;
  font-weight: 500;
}

.header__burger-inner, .header__menu-list, .header__main-down a, .map__popup, .privacy__main-top span, .privacy__main-item span, .pricing__switcher-text, .sign-popup__form-inner, .sign-popup__bottom a, .sign-popup__phone-wrap input::placeholder {
  font-family: 'DMSans-Medium', sans-serif;
  font-weight: 500;
}

h2, .pre-title, .global-button a, .header__buttons, .header__buttons-pc, .header__main-left h1, .connect__item h5, .products__item span, .plugins__item span, .suitable__slider-item span, .testimonials__item-name span:nth-child(1), .footer__menu-item h6, .terms__main-list, .privacy__item-name, .anti-spam__main-items h5, .pricing__inner h3, .sign-popup__logo span, .sign-popup__form input[type='submit'] {
  font-family: 'DMSans-Bold', sans-serif;
  font-weight: 700;
}

body {
  font-size: 18px;
  background-color: #fff;
  position: relative;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
}

.container {
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
}

.gradient {
  background: linear-gradient(180deg, white 0%, #fbf7f5 100%);
}

h2 {
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0D1118;
  font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(35px + (55 - 35) * ((100vw - 320px) / (1920 - 320)));
}

.bottom-to-top {
  transform: translateY(30px);
  opacity: 0;
  transition: transform .3s, opacity .3s;
  transition-delay: .2s;
  transition-timing-function: ease-out;
}

.bottom-to-top.is-show {
  transform: translateY(0px);
  position: relative;
  opacity: 1;
  z-index: 1;
}

.pre-title {
  display: block;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #F15B29;
  margin-bottom: 34px;
}

.triangle {
  position: relative;
  display: block;
}

.triangle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 9px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
}

.global-button a {
  align-items: center;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  padding: 19px 46px;
  transition: background-color .3s;
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
}

.global-button a img {
  margin-left: -21px;
  opacity: 0;
  transition: margin .3s, opacity .4s;
}

.global-button a:hover img {
  margin-left: 13px;
  opacity: 1;
}

.header__burger-wrap span {
  display: block;
  background: #000;
  border-radius: 2px;
  transition: 0.25s ease-in-out;
}

.header__menu-toggle {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.header__menu-toggle .header__burger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
}

.header__menu-toggle .header__burger span {
  width: 25px;
  height: 2px;
  position: relative;
}

.header__menu-toggle .header__burger span:nth-child(1) {
  transition-delay: 0.5s;
}

.header__menu-toggle .header__burger span:nth-child(2) {
  transition-delay: 0.625s;
}

.header__menu-toggle .header__burger span:nth-child(3) {
  transition-delay: 0.75s;
}

.header__menu-toggle .header__cross {
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
}

.header__menu-toggle .header__cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0s;
}

.header__menu-toggle .header__cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition-delay: 0.25s;
}

.header__menu-toggle.open .header__burger span {
  width: 0%;
}

.header__menu-toggle.open .header__burger span:nth-child(1) {
  transition-delay: 0s;
}

.header__menu-toggle.open .header__burger span:nth-child(2) {
  transition-delay: 0.125s;
}

.header__menu-toggle.open .header__burger span:nth-child(3) {
  transition-delay: 0.25s;
}

.header__menu-toggle.open .header__cross span:nth-child(1) {
  height: 100%;
  transition-delay: 0.625s;
}

.header__menu-toggle.open .header__cross span:nth-child(2) {
  width: 100%;
  transition-delay: 0.375s;
}

/* Scroll up */
.scrollup {
  opacity: 1;
  position: fixed;
  right: 40px;
  bottom: 50px;
  cursor: pointer;
  z-index: 50;
  background-color: #1B2433;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 50;
  transition: all .5s;
}

.scrollup img {
  width: 12px;
  height: 20px;
}

.scrollup:hover {
  background-color: #293447;
}

.scrollup:hover img {
  width: 12px;
  height: 24px;
}

.scrollup__hide {
  opacity: 0;
}

.arrow-down {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  -webkit-animation: updown 1s infinite;
          animation: updown 1s infinite;
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes updown {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.check-box {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.check-style {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}

.check-style::before {
  position: absolute;
  content: "";
  background-color: transparent;
  transition: background-color .1s, transform .2s;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%) scale(0);
}

.check-box:checked + .check-style::before {
  background-color: #F15B29;
  transform: translate(-50%, -50%) scale(1);
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  display: inline-block;
  position: relative;
  color: inherit;
  width: 100%;
}

.select-styled {
  padding-left: 15px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #E7E7E7;
  height: 53px;
  border-radius: 10px;
  color: #130D0C;
}

.select-styled::after {
  position: absolute;
  content: '';
  background-image: url(../images/icons/angle-down.svg);
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  transition: transform .3s;
}

.select-styled.active::after {
  transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  bottom: 110%;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #E4E9EB;
  border-radius: 7px;
  cursor: pointer;
  overflow-y: scroll;
  max-height: 400px;
}

.select-options li {
  margin: 0;
  padding: 12px 0 12px 15px;
  color: #8D989D;
  transition: background-color .3s;
}

.select-options li:hover {
  background-color: #ececec;
}

.select-options li[rel="hide"] {
  display: none;
}

.header {
  background-image: url(../images/header/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 114px;
  transition: padding .3s;
  position: relative;
}

.header__burger-wrap {
  display: none;
  cursor: pointer;
  z-index: 20;
  position: relative;
}

.header__burger-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #0D1118;
  min-width: 82px;
  position: relative;
}

.header__burger-inner a {
  position: absolute;
  right: 0;
  transition: opacity .4s;
}

.header__burger-inner a.is-hide {
  opacity: 0;
}

.header__sticky-wrap {
  padding: 65px 0;
  transition: padding .2s, background-color .1s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.header__sticky-wrap.sticky {
  background-color: #fff;
  z-index: 50;
  padding: 25px 0;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.04);
}

.header__top {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  justify-content: space-between;
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
}

.header__logo {
  z-index: 20;
  max-width: 196px;
}

.header__menu-list {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  grid-column-gap: 34px;
  font-size: 16px;
  line-height: 21px;
  color: #0D1118;
}

.header__menu-item a {
  position: relative;
}

.header__menu-item a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0D1118;
  left: 0;
  bottom: -10px;
  opacity: 0;
  transition: bottom .2s, opacity .3s;
  pointer-events: none;
}

.header__menu-item a:hover::after {
  opacity: .7;
  bottom: -2px;
  pointer-events: all;
}

.header__buttons, .header__buttons-pc {
  font-size: 14px;
  line-height: 18px;
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 29px;
  align-items: center;
  margin-left: auto;
}

.header__buttons a:nth-child(2), .header__buttons-pc a:nth-child(2) {
  color: #fff;
  background-color: #0D1118;
  border-radius: 40px;
  padding: 14px 42px;
}

.header__main {
  padding-top: 218px;
  display: grid;
  grid-template-columns: minmax(auto, 650px) auto;
  grid-column-gap: 87px;
  align-items: center;
  justify-content: space-between;
}

.header__main-left {
  max-width: 643px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__main-left h1 {
  margin-top: auto;
  font-size: calc(40px + (71 - 40) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(45px + (71 - 45) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.06em;
  color: #0D1118;
  margin-bottom: 29px;
}

.header__main-left p {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #5B6379;
  margin-bottom: 31px;
  max-width: 629px;
}

.header__main-button {
  margin-bottom: auto;
}

.header__main-button a {
  background-color: #F15B29;
}

.header__main-down {
  display: inline-flex;
  align-self: flex-start;
  justify-self: flex-end;
}

.header__main-down a {
  display: block;
  padding-right: 32px;
  font-size: 16px;
  line-height: 21px;
  color: #0D1118;
  position: relative;
}

.header__main-down a::after {
  position: absolute;
  content: '';
  background-image: url(../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: updown 1s infinite;
          animation: updown 1s infinite;
}

@keyframes updown {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.header__main-right {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  grid-template-rows: repeat(4, 200px);
}

.header__main-right img {
  -o-object-fit: cover;
     object-fit: cover;
}

.header__right-item {
  display: grid;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  opacity: 0;
  transition: opacity .6s linear;
}

.header__right-item:nth-child(1) {
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/icons/chat.svg);
}

.header__right-item:nth-child(1).animate {
  opacity: 1;
}

.header__right-item:nth-child(2) {
  border-radius: 0px 0px 110px 0px;
  transition-delay: .2s;
}

.header__right-item:nth-child(2).animate {
  opacity: 1;
}

.header__right-item:nth-child(3) {
  border-radius: 100px 0px;
  background-color: #fff;
  transition-delay: .6s;
}

.header__right-item:nth-child(3).animate {
  opacity: 1;
}

.header__right-item:nth-child(4) {
  background-color: #F15B29;
  border-radius: 0px 100px;
  transition-delay: .9s;
}

.header__right-item:nth-child(4).animate {
  opacity: 1;
}

.header__right-item:nth-child(5) {
  background-color: #F8931F;
  border-radius: 110px 110px 110px 0px;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  grid-column-gap: 10px;
  grid-column: 2/4;
  transition-delay: 1.2s;
}

.header__right-item:nth-child(5).animate {
  opacity: 1;
}

.header__right-item:nth-child(5) span {
  display: block;
  border-radius: 50%;
  background-color: #fff;
  width: 17px;
  height: 17px;
}

.header__right-item:nth-child(5) span:nth-child(2) {
  width: 46px;
  border-radius: 10px;
}

.header__right-item:nth-child(6) {
  grid-row: 3/5;
  grid-column: 1/3;
  border-radius: 110px 0px;
  transition-delay: 1.5s;
}

.header__right-item:nth-child(6).animate {
  opacity: 1;
}

.header__right-item:nth-child(7) {
  background-image: url(../images/header/3.jpg);
  background-size: cover;
  transition-delay: 1.8s;
}

.header__right-item:nth-child(7).animate {
  opacity: 1;
}

.header__right-item:nth-child(8) {
  background-color: #fff;
  border-radius: 0px 110px 0px 0px;
  background-image: url(../images/icons/chat-2.svg);
  transition-delay: 2.1s;
}

.header__right-item:nth-child(8).animate {
  opacity: 1;
}

.connect {
  padding: 175px 0 80px;
}

.connect__inner {
  max-width: 1177px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connect__inner h2 {
  max-width: 700px;
  margin-bottom: 47px;
}

.connect__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 59px;
}

.connect__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connect__item a {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}

.connect__item h5 {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 20px;
}

.connect__item span {
  font-size: 17px;
  letter-spacing: -0.03em;
  color: #5B6379;
}

.connect__item:nth-child(2) {
  transition-delay: .4s;
}

.connect__item:nth-child(3) {
  transition-delay: .6s;
}

.connect__button a {
  background-color: #F15B29;
}

.map {
  padding: 80px 0;
}

.map__inner {
  max-width: 1053px;
  margin: 0 auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  align-items: center;
  justify-items: center;
  position: relative;
}

.map__dot {
  width: 12px;
  height: 12px;
  background-color: #F8931F;
  border-radius: 50%;
  transition: background-color .3s;
}

.map__item {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(252, 231, 208, 0.5);
  transition: background-color .3s;
  opacity: 0;
  transition: opacity 2s;
}

.map__item.animate {
  opacity: 1;
}

.map__item:hover {
  background-color: rgba(250, 220, 210, 0.5);
}

.map__item:hover .map__popup {
  opacity: 1;
  pointer-events: all;
}

.map__item:hover .map__dot {
  background-color: #F15B29;
}

.map__item:nth-child(1) {
  top: 20%;
  left: 22%;
  transition-delay: .1s;
}

.map__item:nth-child(2) {
  top: 28%;
  left: 17%;
  transition-delay: .2s;
}

.map__item:nth-child(3) {
  top: 57%;
  left: 25%;
  transition-delay: .3s;
}

.map__item:nth-child(4) {
  top: 69%;
  left: 28%;
  transition-delay: .4s;
}

.map__item:nth-child(5) {
  top: 46%;
  left: 47%;
  transition-delay: 1s;
}

.map__item:nth-child(6) {
  top: 23%;
  left: 51%;
  transition-delay: .2s;
}

.map__item:nth-child(7) {
  top: 33%;
  left: 65%;
  transition-delay: .3s;
}

.map__item:nth-child(8) {
  top: 19%;
  left: 79%;
  transition-delay: .4s;
}

.map__item:nth-child(9) {
  top: 68%;
  left: 80%;
  transition-delay: .5s;
}

.map__popup {
  position: absolute;
  background-color: #fff;
  display: block;
  padding: 9px 35px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  bottom: 215%;
  left: 52%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 21px;
  color: #061C53;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.products {
  padding: 80px 0;
}

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

.products__inner h2 {
  margin-bottom: 55px;
}

.products__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 32px;
  grid-row-gap: 37px;
}

.products__item {
  padding: 60px 63px 50px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.01);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.products__item:hover {
  transform: translateY(-10px);
}

.products__item div {
  margin-bottom: 38px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products__item span {
  font-size: 23px;
  letter-spacing: -0.02em;
  color: #0D1118;
  margin-bottom: 19px;
}

.products__item p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #5B6379;
}

.plugins {
  padding: 80px 0 180px;
}

.plugins__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 778px;
  margin: 0 auto;
}

.plugins__inner h2 {
  margin-bottom: 28px;
}

.plugins__inner p {
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #5B6379;
  max-width: 600px;
  margin-bottom: 48px;
}

.plugins__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 55px;
}

.plugins__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plugins__item span {
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
}

.plugins__item:nth-child(2) {
  transition-delay: .3s;
}

.plugins__item:nth-child(3) {
  transition-delay: .4s;
}

.plugins__item:nth-child(4) {
  transition-delay: .5s;
}

.plugins__item-img {
  background-color: #fff;
  border-radius: 50%;
  width: 127px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.plugins__item-img img {
  max-width: 64px;
  max-height: 64px;
}

.plugins__button a {
  background-color: #F8931F;
}

.suitable {
  padding: 180px 0;
  background-color: #F15B29;
  position: relative;
}

.suitable::before, .suitable::after {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: calc(100px + (600 - 100) * ((100vw - 320px) / (1920 - 320)));
  background-image: url(../images/icons/stars.svg);
  background-size: cover;
}

.suitable::before {
  left: 0;
  background-position: left top;
}

.suitable::after {
  right: 0;
  background-position: right top;
}

.suitable__inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suitable__inner .pre-title.is-show {
  opacity: 0.8;
}

.suitable__inner .pre-title,
.suitable__inner h2 {
  margin-bottom: 30px;
  color: #fff;
}

.suitable__inner p {
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  opacity: 0.8;
  max-width: 464px;
  margin-bottom: 53px;
  transition-delay: .5s;
}

.suitable__slider {
  width: calc(300px + (1330 - 300) * ((100vw - 320px) / (1920 - 320)));
}

.suitable__slider-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #F8931F;
  border: 2px solid #FFFFFF;
  opacity: 1;
  transition: background-color .3s;
}

.suitable__slider-container .swiper-pagination-bullet-active {
  background-color: #000;
  border: none;
}

.suitable__slider-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.suitable__slider-pagination {
  position: static;
}

.suitable__slider-wrapper {
  margin-bottom: 65px;
}

.suitable__slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  padding: 70px 10px 64px;
  background: #FFFFFF;
  border-radius: 14px;
}

.suitable__slider-item img {
  margin-bottom: 25px;
  min-height: 91px;
}

.suitable__slider-item span {
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0D1118;
  max-width: 205px;
}

.devices {
  padding: 180px 0;
}

.devices__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  grid-template-rows: auto;
  grid-column-gap: 20px;
}

.devices__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.devices__left h2 {
  text-align: left;
  margin-bottom: 18px;
  max-width: 450px;
  transition-delay: .1s;
}

.devices__left p {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #5B6379;
  margin-bottom: 19px;
  max-width: 530px;
  transition-delay: .3s;
}

.devices__left-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 20px;
  margin-bottom: 35px;
  transition-delay: .5s;
}

.devices__left-inner span {
  display: block;
  padding-left: 40px;
  position: relative;
}

.devices__left-inner span::before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background-color: #F8931F;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icons/checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.devices__button a {
  background-color: #F15B29;
}

.devices__right-items {
  height: calc(250px + (530 - 250) * ((100vw - 320px) / (1920 - 320)));
  max-width: 650px;
  width: 100%;
  position: relative;
  max-height: 532px;
}

.devices__right-item {
  position: absolute;
  opacity: 0;
  transition: opacity .5s linear;
}

.devices__right-item.animate {
  opacity: 1;
}

.devices__right-item:nth-child(1) {
  background-color: #FFFFFF;
  border-radius: 12px;
  min-height: 48px;
  max-width: 192px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #0D1118;
  left: 0;
  z-index: 2;
  transition-delay: .1s;
  top: 17%;
}

.devices__right-item:nth-child(1) img {
  margin-right: 8px;
}

.devices__right-item:nth-child(2) {
  background-color: #FFFFFF;
  border-radius: 22px;
  max-width: 355px;
  max-height: 316px;
  width: 100%;
  width: 18.5vw;
  height: 16.4vw;
  z-index: 2;
  transition-delay: .3s;
  top: 31%;
}

.devices__right-item:nth-child(3) {
  background: #EFE7E3;
  box-shadow: 0px 4px 144px rgba(13, 17, 24, 0.03);
  border-radius: 22px;
  max-width: 555px;
  width: 30.1vw;
  height: 26.2vw;
  z-index: 1;
  transition-delay: .5s;
  top: -5%;
  left: 15%;
  max-height: 483px;
}

.devices__right-item:nth-child(3) div {
  background-color: #fff;
  height: 42px;
  border-radius: 22px 22px 0 0;
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  grid-column-gap: 5px;
  align-items: center;
  padding-left: 19px;
}

.devices__right-item:nth-child(3) div span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.devices__right-item:nth-child(3) div span:nth-child(1) {
  background-color: #FF6158;
}

.devices__right-item:nth-child(3) div span:nth-child(2) {
  background-color: #FFBD2E;
}

.devices__right-item:nth-child(3) div span:nth-child(3) {
  background-color: #28C940;
}

.testimonials {
  padding: 180px 0;
}

.testimonials__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials__inner h2 {
  margin-bottom: 55px;
  max-width: 545px;
}

.testimonials__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  width: 100%;
  grid-column-gap: 50px;
  padding: 0 25px;
}

.testimonials__item {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials__item img {
  max-width: 87px;
  max-height: 87px;
  margin-bottom: 32px;
}

.testimonials__item p {
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #061C53;
  margin-bottom: 25px;
}

.testimonials__item:nth-child(1) {
  transition-delay: .2s;
}

.testimonials__item:nth-child(2) {
  transition-delay: .4s;
}

.testimonials__item:nth-child(3) {
  transition-delay: .6s;
}

.testimonials__item-rating {
  display: grid;
  grid-template-columns: repeat(5, -webkit-max-content);
  grid-template-columns: repeat(5, max-content);
  grid-column-gap: 4px;
  margin-bottom: 25px;
}

.testimonials__item-rating span {
  display: block;
  width: 18px;
  height: 17px;
  background-image: url(../images/icons/star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.testimonials__item-name {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 1px;
}

.testimonials__item-name span:nth-child(1) {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #0D1118;
}

.testimonials__item-name span:nth-child(2) {
  font-size: 15px;
  line-height: 33px;
  color: #626775;
}

.payments {
  padding: 180px 0;
  background-color: #F15B29;
  position: relative;
}

.payments .pre-title {
  opacity: .8;
}

.payments::before, .payments::after {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: calc(100px + (600 - 100) * ((100vw - 320px) / (1920 - 320)));
  background-image: url(../images/icons/stars.svg);
  background-size: cover;
}

.payments::before {
  left: 0;
  background-position: right top;
}

.payments::after {
  right: 0;
  background-position: left top;
}

.payments__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.payments__inner span,
.payments__inner h2 {
  color: #fff;
}

.payments__inner h2 {
  max-width: 615px;
  margin-bottom: 33px;
  padding-bottom: 30px;
  position: relative;
}

.payments__inner h2::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.payments__inner p {
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 36px;
  transition-delay: .3s;
}

.payments__button a {
  background: #F8931F;
  font-size: 15px;
  line-height: 20px;
}

.footer {
  background-color: #0D1118;
  padding: 107px 0 28px;
}

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

.footer__top {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  justify-content: space-between;
  grid-column-gap: 113px;
  padding-bottom: 76px;
  border-bottom: 1px solid #2F333C;
}

.footer__logo {
  margin-top: -10px;
  max-width: 196px;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  grid-column-gap: 30px;
}

.footer__menu-item h6 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 30px;
}

.footer__menu-item ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 25px;
}

.footer__menu-item a {
  display: block;
  font-size: 16px;
  color: #8E9094;
  position: relative;
  transition: padding .3s, color .3s;
}

.footer__menu-item a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transition: transform .3s, opacity .3s;
  transform: translateX(-50%);
  opacity: 0;
}

.footer__menu-item a:hover {
  padding-left: 13px;
  color: #fff;
}

.footer__menu-item a:hover::before {
  transform: translateX(0%);
  opacity: 1;
}

.footer__menu-form {
  display: flex;
  background: #1A202B;
  border-radius: 40px;
  padding: 4px 4px 4px 21px;
  justify-content: space-between;
}

.footer__form-input {
  font-size: 14px;
  color: #8E9094;
  border: none;
  background-color: transparent;
  flex: 1;
}

.footer__form-btn {
  width: 44px;
  height: 44px;
  background: #F15B29;
  border-radius: 50%;
  border: none;
  background-image: url(../images/icons/p-plane.svg);
  background-position: 45% center;
  background-repeat: no-repeat;
  transition: background-color .3s;
}

.footer__bottom {
  padding: 30px 0 0;
  font-size: 15px;
  line-height: 17px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  align-items: center;
}

.footer__bottom-rights {
  color: #8E9094;
}

.footer__bottom-terms {
  font-size: 15px;
  color: #FFFFFF;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 25px;
}

.footer__bottom-socials {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  grid-column-gap: 30px;
  align-items: center;
}

.pages-header {
  padding: 260px 0 55px;
}

.terms__header {
  padding: 60px 0;
}

.terms__main {
  padding: 150px 0;
}

.terms__main-list {
  padding-left: 15px;
  list-style: decimal;
  font-size: 22px;
}

.terms__main-list li + li {
  margin-top: 45px;
}

.terms__list-item span {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
}

.terms__list-item p {
  margin-bottom: 10px;
  color: #5B6379;
  font-size: 17px;
  line-height: 31px;
}

.terms__sublist {
  margin-bottom: 10px;
  list-style: none;
}

.terms__sublist li + li {
  margin: 0;
}

.terms__sublist li {
  position: relative;
  font-size: 17px;
  line-height: 31px;
  color: #7B8297;
  padding-left: 15px;
}

.terms__sublist li::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #7B8297;
  left: 0;
  top: 13px;
}

.privacy__header {
  padding: 60px 0;
}

.privacy a {
  color: #F15B29;
  word-break: break-word;
}

.privacy P {
  font-size: 17px;
  color: #5B6379;
  line-height: 33px;
}

.privacy__header-text {
  text-align: center;
  max-width: 710px;
  margin: 30px auto 0;
  color: #6A6461;
  line-height: 33px;
}

.privacy__main {
  padding: 150px 0;
}

.privacy__main-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  margin-bottom: 40px;
}

.privacy__main-top span {
  font-size: 20px;
  margin-bottom: 10px;
}

.privacy__main-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 65px;
}

.privacy__main-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 20px;
}

.privacy__main-item span {
  font-size: 20px;
}

.privacy__main-item ul {
  list-style: none;
  color: #7B8297;
  font-size: 17px;
}

.privacy__main-item ul span {
  font-size: 17px;
  color: #5B6379;
}

.privacy__main-item ul li {
  position: relative;
  padding-left: 15px;
  line-height: 31px;
}

.privacy__main-item ul li::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #7B8297;
  top: 13px;
  left: 0;
}

.privacy__main-item div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  position: relative;
  padding-left: 25px;
}

.privacy__main-item div::before {
  position: absolute;
  content: '';
  background-color: #F15B29;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

.privacy__item-name {
  font-size: 29px;
}

.privacy h5 {
  font-size: 21px;
}

.anti-spam__main-top {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 38px;
  margin-bottom: 30px;
}

.anti-spam h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.anti-spam p {
  font-size: 17px;
  color: #5B6379;
  line-height: 31px;
}

.anti-spam__main-text {
  color: #5B6379;
}

.anti-spam__main {
  padding: 150px 0;
}

.anti-spam__main-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 30px;
}

.anti-spam__main-items h5 {
  font-size: 22px;
}

.anti-spam__main-items div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  position: relative;
  padding-left: 40px;
}

.anti-spam__main-items div::before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background-color: #F8931F;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-image: url(../images/icons/checked.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.pricing {
  background-color: #FDFAF8;
  padding: 150px 0;
}

.pricing__header {
  background-image: none;
  background-color: #FDFAF8;
  padding: 0;
}

.pricing__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto 85px;
}

.pricing__inner h3 {
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.03em;
  max-width: 670px;
  color: #0D1118;
  margin-bottom: 30px;
}

.pricing__inner p {
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #6A6461;
  margin-bottom: 50px;
}

.pricing__switcher-text {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #F15B29;
  margin-bottom: 20px;
  justify-content: center;
}

.pricing__switcher-text img {
  margin: 8px 20px 0 0;
}

.pricing__switcher-btn {
  background-color: #F9F3EF;
  padding: 4px;
  border-radius: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  height: 54px;
  width: 290px;
  position: relative;
  cursor: pointer;
}

.pricing__switcher-btn::before {
  position: absolute;
  content: '';
  width: 144px;
  height: 46px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(-48%);
  z-index: 1;
  transition: transform .5s;
}

.pricing__switcher-btn span {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.03em;
  z-index: 2;
  transition: color .3s;
}

.pricing__switcher-btn span:nth-child(1) {
  color: #F15B29;
}

.pricing__switcher-btn span:nth-child(2) {
  color: #98908D;
}

.pricing__switcher-btn.active::before {
  transform: translateY(-50%) translateX(48%);
}

.pricing__switcher-btn.active span:nth-child(1) {
  color: #98908D;
}

.pricing__switcher-btn.active span:nth-child(2) {
  color: #F15B29;
}

.pricing__plan-slider {
  position: relative;
  padding: 0 115px;
  max-width: 1540px;
  margin: 0 auto;
}

.pricing__plan-slider .swiper-button-next,
.pricing__plan-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.03);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  margin-top: -55px;
  outline: none;
}

.pricing__plan-slider .swiper-button-next::after,
.pricing__plan-slider .swiper-button-prev::after {
  font-size: 0;
}

.pricing__plan-slider .swiper-button-next {
  right: 15px;
  background-image: url(../images/icons/angle-r.svg);
}

.pricing__plan-slider .swiper-button-prev {
  left: 15px;
  background-image: url(../images/icons/angle-l.svg);
}

.pricing__plan.is-hide {
  display: none;
}

.pricing__item {
  padding: 60px 30px;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0D1118;
  letter-spacing: -0.03em;
  min-height: 505px;
  position: relative;
  overflow: hidden;
}

.pricing__item-popular {
  background-color: #F15B29;
  color: #fff;
}

.pricing__item-popular span,
.pricing__item-popular li {
  color: #fff;
}

.pricing__item-popular ul li::before {
  background-color: #F8931F;
}

.pricing__item-popular::after {
  position: absolute;
  content: 'popular';
  width: 100%;
  height: 30px;
  background-color: #F8931F;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  top: 5%;
  right: -35%;
  transform: rotate(45deg);
}

.pricing a.pricing__popular-btn {
  color: #0D1118;
  background-color: #fff;
}

.pricing__item-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
}

.pricing__item-subtitle {
  font-size: 18px;
  text-align: center;
  color: #656A74;
  margin-bottom: 25px;
}

.pricing__item-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.pricing__item-price span {
  font-weight: 700;
  font-size: 52px;
  display: block;
  position: relative;
  margin-right: 5px;
}

.pricing__item-price span::before {
  position: absolute;
  content: "$";
  width: 10px;
  height: 15px;
  font-size: 19px;
  top: 10px;
  left: -15px;
}

.pricing__item-list {
  letter-spacing: -0.02em;
  color: #7B8297;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 15px;
  align-self: start;
  margin-bottom: 30px;
}

.pricing__item-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 20px;
}

.pricing__item-list li::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #28B72F;
  background-image: url(../images/icons/checked.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 50%;
  left: 0;
  top: -3px;
}

.pricing__item-btn {
  color: #fff;
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(100px, 185px);
}

.pricing__item-btn a {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  border-radius: 40px;
  background-color: #F8931F;
  padding: 17px 0;
  display: flex;
  justify-content: center;
}

.pricing__slider-pagination {
  margin-top: 70px;
  position: static;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 10px));
  grid-template-rows: auto;
  justify-content: center;
  justify-items: center;
  grid-column-gap: 17px;
}

.pricing__slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #98908D;
  opacity: 1;
}

.pricing__slider-pagination .swiper-pagination-bullet-active {
  background-color: #F15B29;
}

.sign-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/header/header-bg.jpg);
  background-size: cover;
  background-position: center center;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  padding: 20px;
}

.sign-popup.is-show {
  opacity: 1;
  z-index: 99;
  pointer-events: all;
  overflow-y: auto;
}

.sign-popup__inner {
  background-color: #fff;
  opacity: 1;
  box-shadow: 0px 4px 144px rgba(0, 0, 0, 0.07);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(300px + (572 - 300) * ((100vw - 320px) / (1920 - 320)));
  width: 100%;
  position: relative;
  margin: auto;
}

.sign-popup__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-color: #FCF9F7;
  box-shadow: 0px 4px 144px rgba(0, 0, 0, 0.07);
  border-radius: 0px 28px;
}

.sign-popup__close-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-popup__close-img::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(../images/icons/close.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1s;
}

.sign-popup__close-img:hover::before {
  transform: rotate(360deg);
}

.sign-popup__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}

.sign-popup__logo img {
  margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  max-width: calc(100px + (200 - 100) * ((100vw - 320px) / (1920 - 320)));
}

.sign-popup__logo span {
  font-size: calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  letter-spacing: -0.03em;
  color: #130D0C;
}

.sign-popup__form {
  font-size: 15px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 13px;
}

.sign-popup__form input {
  border-radius: 10px;
  padding: 17px 15px 17px 15px;
}

.sign-popup__form input::-moz-placeholder {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #ABA8A3;
}

.sign-popup__form input:-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #ABA8A3;
}

.sign-popup__form input::placeholder {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #ABA8A3;
}

.sign-popup__form input[type='text'],
.sign-popup__form input[type='password'] {
  border: 1px solid #E7E7E7;
  height: 53px;
  box-shadow: 0px 4px 8px transparent;
  transition: box-shadow .3s, border-color .3s;
}

.sign-popup__form input[type='text']:hover,
.sign-popup__form input[type='password']:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-color: #E3E3E3;
}

.sign-popup__form input[type='text']:focus,
.sign-popup__form input[type='password']:focus {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-color: #F7941E;
}

.sign-popup__form input[type='text'].is-wrong,
.sign-popup__form input[type='password'].is-wrong {
  border: 1px solid #F15B29;
}

.sign-popup__form input[type='submit'] {
  background-color: #F15B29;
  border: none;
  color: #fff;
  padding: 19px;
  line-height: 21px;
  width: 100%;
  z-index: 1;
  border-radius: 40px;
}

.sign-popup__name-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 53px;
  grid-column-gap: 14px;
}

.sign-popup__inputs-wrap {
  display: block;
  position: relative;
  width: 100%;
}

.sign-popup__inputs-wrap .label-text {
  color: #A29E99;
  cursor: text;
  transform: translateY(-36px);
  transition: all 0.3s;
  position: absolute;
  left: 15px;
}

.sign-popup__inputs-wrap input {
  transition: all 0.1s;
  width: 100%;
}

.sign-popup__inputs-wrap input:focus,
.sign-popup__inputs-wrap input.is-full {
  padding-top: 20px;
  padding-bottom: 5px;
}

.sign-popup__inputs-wrap input:focus + .label-text {
  transform: translateY(-47px) scale(0.9);
  left: 12px;
}

.sign-popup__inputs-wrap input.is-full + .label-text {
  transform: translateY(-47px) scale(0.9);
  left: 12px;
}

.sign-popup__btn-wrap {
  position: relative;
  z-index: 2;
}

.sign-popup__btn-wrap::before {
  position: absolute;
  content: '';
  background-image: url(../images/icons/arrow-right.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 12px;
  top: 50%;
  left: 65%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s, left .4s;
}

.sign-popup__btn-wrap:hover:before {
  opacity: 1;
  left: 70%;
}

.sign-popup__label {
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: auto;
  grid-column-gap: 10px;
  letter-spacing: -0.02em;
  color: #99928F;
  align-items: center;
}

.sign-popup__input-result {
  display: none;
  font-size: 14px;
  margin-top: 13px;
}

.sign-popup__form-wrap {
  padding: 60px 40px 0;
  width: 100%;
}

.sign-popup__form-inner {
  margin: 5px 0 11px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #F7941E;
}

.sign-popup__bottom {
  padding: 17px 20px 17px 20px;
  margin-top: calc(20px + (47 - 20) * ((100vw - 320px) / (1920 - 320)));
  border-top: 1px solid #E6E6E6;
  width: 100%;
  font-size: 15px;
  line-height: 38px;
  color: #130D0C;
  text-align: center;
}

.sign-popup__bottom span {
  color: #99928F;
}

.sign-popup__register {
  margin-top: 10px;
}

.sign-popup__password-wrap {
  position: relative;
}

.sign-popup__password-wrap input {
  width: 100%;
}

.sign-popup__phone-wrap {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 13px;
  align-items: center;
  border: 1px solid #E7E7E7;
  height: 53px;
  border-radius: 10px;
  padding-left: 15px;
  color: #A29E99;
  box-shadow: 0px 4px 8px transparent;
  transition: box-shadow .3s, border-color .3s;
}

.sign-popup__phone-wrap:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-color: #E3E3E3;
}

.sign-popup__phone-wrap:focus-within {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  border-color: #F7941E;
}

.sign-popup__phone-wrap input {
  border: none;
  height: 100%;
  width: 100%;
  padding: 0 15px 0 0 !important;
}

.sign-popup__phone-wrap input::-moz-placeholder {
  color: #130D0C;
}

.sign-popup__phone-wrap input:-ms-input-placeholder {
  color: #130D0C;
}

.sign-popup__phone-wrap input::placeholder {
  color: #130D0C;
}

.sign-popup__passwords-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 13px;
}

.sign-popup__show-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.sign-popup__show-password.is-show {
  opacity: 1;
  pointer-events: all;
}

.sign-popup__action-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 13px;
}

.sign-popup__action-wrap label {
  margin-top: 0;
}

.sign-popup__action-wrap div {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 25px;
  align-items: center;
}

.sign-popup__action-wrap div input {
  max-width: 100px;
}

.header-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
  grid-template-rows: max-content 1fr max-content;
  align-items: center;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  transition: opacity .5s;
}

.header-popup.is-show {
  opacity: 1;
  pointer-events: all;
}

.header-popup__top {
  padding: 25px 15px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-rows: auto;
  align-items: center;
}
