@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/EuclidCircularA-Light.eot');
  src: local('Euclid Circular A Light'), local('EuclidCircularA-Light'),
      url('../fonts/EuclidCircularA-Light-1.eot') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-Light.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-Light.woff') format('woff'),
      url('../fonts/EuclidCircularA-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/EuclidCircularA-Regular.eot');
  src: local('Euclid Circular A Regular'), local('EuclidCircularA-Regular'),
      url('../fonts/EuclidCircularA-Regular-1.eot') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-Regular.woff') format('woff'),
      url('../fonts/EuclidCircularA-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/EuclidCircularA-Medium.eot');
  src: local('Euclid Circular A Medium'), local('EuclidCircularA-Medium'),
      url('../fonts/EuclidCircularA-Medium-1.eot') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-Medium.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-Medium.woff') format('woff'),
      url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/EuclidCircularA-SemiBold.eot');
  src: local('Euclid Circular A SemiBold'), local('EuclidCircularA-SemiBold'),
      url('../fonts/EuclidCircularA-SemiBold-1.eot') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-SemiBold.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-SemiBold.woff') format('woff'),
      url('../fonts/EuclidCircularA-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/EuclidCircularA-Bold.eot');
  src: local('Euclid Circular A Bold'), local('EuclidCircularA-Bold'),
      url('../fonts/EuclidCircularA-Bold-1.eot') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-Bold.woff') format('woff'),
      url('../fonts/EuclidCircularA-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*Common style*/
body {
  font-family: 'Euclid Circular A';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 48, 48, 0.5);
  text-align: left;
  overflow-x: hidden;
  background:   url(../img/body-bg-top.svg) no-repeat top -340px center/auto 1840px,
  url(../img/body-bg-bottom.svg) no-repeat top 660px center/auto 1840px, 
  url(../img/body-bg-top.svg) no-repeat top 1660px center/auto 1840px,
  url(../img/body-bg-bottom.svg) no-repeat top 2660px center/auto 1840px, #FFFFFF;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 48, 48, 0.5);
  text-align: left;
  padding-bottom: 8px;
}
h1, h2 {
  font-weight: bold;
}
h3, h4 {
  font-weight: 500;
}
h1, .main-title {
  font-size: 100px;
  line-height: 120px;
  color: #303030;
  padding-bottom: 16px;
}
h1.main-page__title {
  font-size: 150px;
  line-height: 150px;
  max-width: 489px;
  padding-bottom: 32px;
}
h2, .title {
  font-size: 64px;
  line-height: 80px;
  color: #303030;
  padding-bottom: 16px;
  margin-bottom: 0 !important;
}
h3, .subtitle {
  font-size: 32px;
  line-height: 40px;
  color: #303030;
  padding-bottom: 16px;
  margin-bottom: 0 !important;
}
ul > li, ol > li {
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 48, 48, 0.5);
}
ul, ol {
  list-style: none; 
  margin-bottom: 0 !important;
}
a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer; 
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.main {
  padding-top: 125px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; 
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; 
}
.container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 24px; 
}
.app-btn {
  font-family: 'Euclid Circular A';
  display: inline-block;
  min-width: 257px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px 30px;
  background: -webkit-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -moz-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -o-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: linear-gradient(141.53deg, #7063B7 29.8%, #322577 93.9%);
  -webkit-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
     -moz-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
          box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition:  all 0.5s;
  -o-transition:  all 0.5s;
  -moz-transition:  all 0.5s;
  transition:  all 0.5s;
  position: absolute;
}
.app-btn:hover {
  -webkit-transform: translate(0,2px);
     -moz-transform: translate(0,2px);
      -ms-transform: translate(0,2px);
       -o-transform: translate(0,2px);
          transform: translate(0,2px);
}

/*header*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.header__contact-item {
  padding: 12px 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-item__desktop {
  max-height: 16px;
  margin-right: 9px;
}
.contact-item__mobile {
  display: none;
}
.header__contact-item span {
  font-size: 16px;
  line-height: 24px;
  color: rgba(48, 48, 48, 0.7);
}
.header__app-btn {
  font-family: 'Euclid Circular A';
  display: inline-block;
  margin-left: 16px;
  margin-right: 56px;
  min-width: 177px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 24px;
  background: -webkit-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -moz-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -o-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: linear-gradient(141.53deg, #7063B7 29.8%, #322577 93.9%);
  -webkit-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
     -moz-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
          box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
  -webkit-border-bottom-left-radius: 28px;
     -moz-border-radius-bottomleft: 28px;
          border-bottom-left-radius: 28px;
  -webkit-border-bottom-right-radius: 28px;
     -moz-border-radius-bottomright: 28px;
          border-bottom-right-radius: 28px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition:  all 0.5s;
  -o-transition:  all 0.5s;
  -moz-transition:  all 0.5s;
  transition:  all 0.5s;
}
.lang__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background: -webkit-linear-gradient(129.66deg, #F7B142 43.57%, #FAD58D 98.02%);
  background: -moz-linear-gradient(129.66deg, #F7B142 43.57%, #FAD58D 98.02%);
  background: -o-linear-gradient(129.66deg, #F7B142 43.57%, #FAD58D 98.02%);
  background: linear-gradient(320.34deg, #F7B142 43.57%, #FAD58D 98.02%);
  -webkit-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
     -moz-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
          box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
  -webkit-border-bottom-left-radius: 36px;
     -moz-border-radius-bottomleft: 36px;
          border-bottom-left-radius: 36px;
  -webkit-border-bottom-right-radius: 36px;
     -moz-border-radius-bottomright: 36px;
          border-bottom-right-radius: 36px;
  position: absolute;
  top: -48px;
  right: 0;
  height: 96px;
  -webkit-transition:  all 0.5s;
  -o-transition:  all 0.5s;
  -moz-transition:  all 0.5s;
  transition:  all 0.5s;
  z-index: 2;
}
.lang__container:hover {
  height: 96px;
  top: 0;
}
.lang__item {
  width: 38px;
  height: 38px;
  background: -webkit-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -moz-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -o-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: linear-gradient(141.53deg, #7063B7 29.8%, #322577 93.9%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
}
.lang__item:first-child {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.lang__item img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 32px;
  height: 32px;
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 13px;
}
.logo-desktop {
  max-height: 64px;
}
.logo-mobile {
  display: none;
}
.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu__item {
  display: inline-block;
  cursor: pointer; 
  margin-left: 40px;
}
.menu__item:first-child {
  margin-left: 0;
}
.menu__link {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  color: #7063B7;
  padding: 0;
}
.menu__link:hover {
  color: #FAB000;
}
.menu__link.menu__link-active {
  color: #FAB000;
}
.header-mobile__nav {
  display: none; 
}

/*  menu icon */
.menu-icon-wrapper {
	position: relative;
	display: inline-block;
  width: 34px;
  height: 34px;
	margin: 0;
	pointer-events: none;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}
.menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-moz-transform: scale(0.5);
	  -o-transform: scale(0.5);
	     transform: scale(0.5);
}
.menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -42px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	-moz-transform: scale(0.1);
	  -o-transform: scale(0.1);
	     transform: scale(0.1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	  -o-transform-origin: 0 0;
	     transform-origin: 0 0;
}
.menu-icon-wrapper svg path {
  stroke: #f6b042;
	stroke-width: 40px;
	stroke-linecap: round;
  stroke-linejoin: round;
	fill: transparent;
}
.menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}

/* footer */
.footer {
  background: url(../img/footer-bg.svg) no-repeat center bottom -500px/auto 1407px, #7063B7;
}
.footer__container {
  position: relative;
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 42px;
}
.footer__logo-container {
  max-width: 182px;
  margin-right: 64px;
}
.footer__logo img {
  max-height: 38px;
  margin-bottom: 16px;
}
.footer__logo-info {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: normal;
}
.footer__contact {
  margin-right: 64px;
  margin-top: 11px;
}
.footer__contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}
.footer__contact-item:last-child {
  padding-bottom: 0;
}
.footer__contact-item img {
  max-height: 16px;
  margin-right: 8px;
}
.footer__contact-item span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__menu {
  max-width: 426px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 64px;
}
.footer__menu-list:first-child {
  margin-right: 62px;
}
.footer__menu-item {
  margin-bottom: 7px;
}
.footer__menu-item:last-child {
  margin-bottom: 0;
}
.footer__menu-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
  display: block;
}
.footer__app-container {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-top-left-radius: 16px;
     -moz-border-radius-topleft: 16px;
          border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
     -moz-border-radius-topright: 16px;
          border-top-right-radius: 16px;
  padding: 16px 24px 24px 24px;
  text-align: center;
  max-width: 342px;
}
.footer__app-title {
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.footer__app-subtitle {
  color: #FFFFFF;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  text-align: center;
  padding-bottom: 22px;
}
.footer__app-btn {
  font-family: 'Euclid Circular A';
  display: inline-block;
  min-width: 294px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 44px;
  background: -webkit-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -moz-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -o-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: linear-gradient(143.83deg, #F7B142 23.87%, #EF794A 86.26%);
  -webkit-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
     -moz-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
          box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition:  all 0.5s;
  -o-transition:  all 0.5s;
  -moz-transition:  all 0.5s;
  transition:  all 0.5s;
}
.footer__app-btn:hover {
  -webkit-transform: translate(0,2px);
     -moz-transform: translate(0,2px);
      -ms-transform: translate(0,2px);
       -o-transform: translate(0,2px);
          transform: translate(0,2px);
}
.footer .lang__container {
  display: none;
}
/*popups*/
.popup-form {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  position: fixed;
  z-index: 10; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.popup-form.popup-form__opened {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-form__content {
  margin: auto;
  width: 955px;
  -webkit-border-radius: 48px;
     -moz-border-radius: 48px;
          border-radius: 48px;
  background: url(../img/popup-form-bg.svg) no-repeat center center/auto 1646px, #7063B7;
}
.popup-form__wrap {
  padding: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/popup-form-img.svg) no-repeat bottom -28px right 0/auto 720px;
  position: relative;
}
.popup-form__inner {
  max-width: 346px;
}
.popup-form__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #FFFFFF;
  padding-bottom: 16px;
}
.popup-form__subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  padding-bottom: 32px;
}
.form-item {
  position: relative;
  margin-bottom: 16px;
}
.form-item.phone-item {
  margin-bottom: 32px;
}
input {
  font-family: 'Euclid Circular A';
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: left;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  padding: 12px 16px;
  width: 344px;
  border: none;
}
.form-item label {
  font-family: 'Euclid Circular A';
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: left;
  position: absolute;
  left: 16px;
  top: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.form-item input:focus {
  outline: none;
  padding: 18px 16px 6px 16px;
}
.form-input.filled-input {
  padding: 18px 16px 6px 16px;
}
.form-item input:focus + label {
  top: -4px;
  font-size: 16px;
}
.form-input.filled-input + label {
  top: -4px;
  font-size: 16px;
}
.validate-field.error {
  color: #ce486d;
}
.validate-name.error + label{
  color: #ce486d;
}
.validate-phone.error + label{
  color: #ce486d;
}
.submit-btn{
  font-family: 'Euclid Circular A';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  width: 194px;
  padding: 20px 24px;
  background: -webkit-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -moz-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -o-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: linear-gradient(143.83deg, #F7B142 23.87%, #EF794A 86.26%);
  -webkit-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
     -moz-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
          box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition:  all 0.5s;
  -o-transition:  all 0.5s;
  -moz-transition:  all 0.5s;
  transition:  all 0.5s;
}
.submit-btn:hover {
  -webkit-transform: translate(0,3px);
     -moz-transform: translate(0,3px);
      -ms-transform: translate(0,3px);
       -o-transform: translate(0,3px);
          transform: translate(0,3px);
}
.popup-form__cancel-btn {
  display: none;
}
.popup-form__links {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #AEA0E3;
  padding-bottom: 0;
}
.terms-link, .policy-link {
  color: #FAB000;
}
.popup-form__close-btn {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/popup-form-close-icon.svg) no-repeat center;
  top: 32px;
  right: 32px;
}
.popup {
  display: none;
}
.popup.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-success, 
.popup-error {
  position: fixed;
  z-index: 15; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background: rgba(255, 255, 255, 0.8);
}
.popup-content {
  margin: auto;
  width: 955px;
  -webkit-border-radius: 48px;
     -moz-border-radius: 48px;
          border-radius: 48px;
}
.popup-success .popup-content {
  background: url(../img/popup-success-bg.svg) no-repeat center center/auto 1524px, #7063B7;
}
.popup-error .popup-content {
  background: url(../img/popup-error-bg.svg) no-repeat center center/auto 1524px, #EC739F;
}
.popup-content__wrap{
  padding: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-success .popup-content__wrap{
  background: url(../img/popup-success-img.svg) no-repeat bottom 0 right 0/auto 368px;
}
.popup-error .popup-content__wrap{
  background: url(../img/popup-error-img.svg) no-repeat bottom 0 right 0/auto 368px;
}
.popup-content__inner {
  max-width: 432px;
}
.popup-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #FFFFFF;
  padding-bottom: 16px;
}
.popup-text {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  padding-bottom: 24px;
}
.popup-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__close-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px 24px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  min-width: 121px;
}
.popup-success .popup__close-btn {
  background: -webkit-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -moz-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -o-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: linear-gradient(143.83deg, #F7B142 23.87%, #EF794A 86.26%);
}
.popup-error .popup__close-btn {
  background: -webkit-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -moz-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: -o-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%);
  background: linear-gradient(141.53deg, #7063B7 29.8%, #322577 93.9%);
}
.popup__error-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px 24px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  min-width: 200px;
  margin-left: 16px;
}


/* HOME PAGE */

/*head-section*/
.head-section {
  position: relative;
  padding-top: 44px;
  padding-bottom: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.head-section__info {
  padding-top: 20px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  max-width: 462px;
}
.head-section__text {
  font-size: 24px;
  line-height: 40px;
  color: rgba(48, 48, 48, 0.5);
  padding-bottom: 0;
}
.head-section object {
  height: 841px;
  width: 841px;
  position: absolute;
  top: 12px;
  left: -webkit-calc(50% - 389px);
  left: -moz-calc(50% - 389px);
  left: calc(50% - 389px);
}
.head-section .app-btn {
  display: none;
}
/* team */
.team__inner {
  padding-top: 108px;
  padding-bottom: 4px;
}
.team-title {
  padding-bottom: 88px;
  text-align: center;
}
.team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.team__item {
  width: -webkit-calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: calc(50% - 24px);
  margin-bottom: 48px;
}
.team__item:nth-child(2n+1) {
  margin-right: 48px;
}
.team__item-title {
  color: #303030;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}
.team__item-info {
  padding-bottom: 0;
}

/* planning */
.planning {
  padding-top: 52px;
  padding-bottom: 79px;
}
.planning__inner {
  position: relative;
}
.planning object {
  height: 670px;
  width: 602px;
  position: absolute;
  top: -117px;
  left: -67px;
}
.planning__img {
  max-height: 670px;
}
.planning-title {
  padding-top: 0;
  padding-bottom: 43px;
  text-align: right;
}
.planning .swiper-wrapper {
  display: block;
}
.planning__list {
  min-width: 727px;
}
.planning__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.planning__amount-img {
  display: none;
}
.planning__amount {
  font-weight: 600;
  font-size: 64px;
  line-height: 60px;
  background: -webkit-linear-gradient(308.47deg, #dcd7f7 29.8%, #322577 93.9%), -webkit-linear-gradient(bottom, #303030, #303030);
  background: -moz-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%), -moz-linear-gradient(bottom, #303030, #303030);
  background: -o-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%), -o-linear-gradient(bottom, #303030, #303030);
  background: linear-gradient(141.53deg, #7063B7 29.8%, #322577 93.9%), linear-gradient(0deg, #303030, #303030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #322577;
  margin-right: 24px;
}
.planning__name {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  color: #FFFFFF;
  padding: 10px 24px;
  -webkit-border-bottom-left-radius: 30px;
     -moz-border-radius-bottomleft: 30px;
          border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
     -moz-border-radius-topleft: 30px;
          border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
  background: -webkit-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%),-webkit-linear-gradient(bottom, #C4C4C4, #C4C4C4);
  background: -moz-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%),-moz-linear-gradient(bottom, #C4C4C4, #C4C4C4);
  background: -o-linear-gradient(308.47deg, #7063B7 29.8%, #322577 93.9%),-o-linear-gradient(bottom, #C4C4C4, #C4C4C4);
  background: linear-gradient(141.53deg, #7063B7 29.8%, #322577 93.9%),linear-gradient(0deg, #C4C4C4, #C4C4C4);
}

.planning-1 {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.planning__list.animation .planning-1 {
  -webkit-animation: progress1 1s ease-out forwards;
     -moz-animation: progress1 1s ease-out forwards;
       -o-animation: progress1 1s ease-out forwards;
          animation: progress1 1s ease-out forwards;
}
@-webkit-keyframes progress1 {
  from { 
    width: 123px;
  }
  to { 
    width: 140px;
  }
}
@-moz-keyframes progress1 {
  from { 
    width: 123px;
  }
  to { 
    width: 140px;
  }
}
@-o-keyframes progress1 {
  from { 
    width: 123px;
  }
  to { 
    width: 140px;
  }
}
@keyframes progress1 {
  from { 
    width: 123px;
  }
  to { 
    width: 140px;
  }
}
.planning-2 {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.planning__list.animation .planning-2 {
  -webkit-animation: progress2 1s ease-out forwards;
     -moz-animation: progress2 1s ease-out forwards;
       -o-animation: progress2 1s ease-out forwards;
          animation: progress2 1s ease-out forwards;
}
@-webkit-keyframes progress2 {
  from { 
    width: 80px; 
  }
  to { 
    width: 280px; 
  }
}
@-moz-keyframes progress2 {
  from { 
    width: 80px; 
  }
  to { 
    width: 280px; 
  }
}
@-o-keyframes progress2 {
  from { 
    width: 80px; 
  }
  to { 
    width: 280px; 
  }
}
@keyframes progress2 {
  from { 
    width: 80px; 
  }
  to { 
    width: 280px; 
  }
}
.planning-3 {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.planning__list.animation .planning-3 {
  -webkit-animation: progress3 1s ease-out forwards;
     -moz-animation: progress3 1s ease-out forwards;
       -o-animation: progress3 1s ease-out forwards;
          animation: progress3 1s ease-out forwards;
}
@-webkit-keyframes progress3 {
  from { 
    width: 174px; 
  }
  to { 
    width: 332px; 
  }
}
@-moz-keyframes progress3 {
  from { 
    width: 174px; 
  }
  to { 
    width: 332px; 
  }
}
@-o-keyframes progress3 {
  from { 
    width: 174px; 
  }
  to { 
    width: 332px; 
  }
}
@keyframes progress3 {
  from { 
    width: 174px; 
  }
  to { 
    width: 332px; 
  }
}
.planning-4 {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.planning__list.animation .planning-4 {
  -webkit-animation: progress4 1s ease-out forwards;
     -moz-animation: progress4 1s ease-out forwards;
       -o-animation: progress4 1s ease-out forwards;
          animation: progress4 1s ease-out forwards;
}
@-webkit-keyframes progress4 {
  from { 
    width: 180px; 
  }
  to { 
    width: 486px; 
  }
}
@-moz-keyframes progress4 {
  from { 
    width: 180px; 
  }
  to { 
    width: 486px; 
  }
}
@-o-keyframes progress4 {
  from { 
    width: 180px; 
  }
  to { 
    width: 486px; 
  }
}
@keyframes progress4 {
  from { 
    width: 180px; 
  }
  to { 
    width: 486px; 
  }
}
.planning-5 {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.planning__list.animation .planning-5 {
  -webkit-animation: progress5 1s ease-out forwards;
     -moz-animation: progress5 1s ease-out forwards;
       -o-animation: progress5 1s ease-out forwards;
          animation: progress5 1s ease-out forwards;
}
@-webkit-keyframes progress5 {
  from { 
    width: 79px; 
  }
  to { 
    width: 558px; 
  }
}
@-moz-keyframes progress5 {
  from { 
    width: 79px; 
  }
  to { 
    width: 558px; 
  }
}
@-o-keyframes progress5 {
  from { 
    width: 79px; 
  }
  to { 
    width: 558px; 
  }
}
@keyframes progress5 {
  from { 
    width: 79px; 
  }
  to { 
    width: 558px; 
  }
}
.planning__list.animation .planning-6 {
  -webkit-animation: progress6 1s ease-out forwards;
     -moz-animation: progress6 1s ease-out forwards;
       -o-animation: progress6 1s ease-out forwards;
          animation: progress6 1s ease-out forwards;
}
@-webkit-keyframes progress6 {
  from { 
    width: 86px; 
  }
  to { 
    width: 642px; 
  }
}
@-moz-keyframes progress6 {
  from { 
    width: 86px; 
  }
  to { 
    width: 642px; 
  }
}
@-o-keyframes progress6 {
  from { 
    width: 86px; 
  }
  to { 
    width: 642px; 
  }
}
@keyframes progress6 {
  from { 
    width: 86px; 
  }
  to { 
    width: 642px; 
  }
}

/* quality */
.quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 103px;
  padding-bottom: 168px;
  position: relative;
}
.quality object {
  height: 705px;
  width: 705px;
  position: absolute;
  top: 94px;
  right: -35px;
}
.quality__list {
  padding-top: 65px;
  min-width: 626px;
}
.quality__item {
  padding-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quality__item img {
  margin-right: 24px;
  max-height: 40px;
}
.quality__item span {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #303030;
}

/* HOME PAGE END*/


/*PERFOMANCE STRATEGIES PAGE*/

/* head-strategy */
.head-strategy {
  padding-top: 149px;
  padding-bottom: 239px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.head-strategy object {
  height: 774px;
  width: 701px;
  position: absolute;
  left: -40px;
  top: -32px;
}
.head-strategy__info {
  max-width: 667px;
  text-align: right;
}
.strategy-title {
  text-align: right;
}
.head-strategy__text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 24px;
  text-align: right;
  max-width: 583px;
  margin-left: 83px;
}
.head-strategy .app-btn {
  bottom: 175px;
}
/* servises */
.servises {
  padding-top: 24px;
  padding-bottom: 47px;
}
.servises__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.servises__item {
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin-right: 48px;
}
.servises__item:last-child {
  margin-right: 0;
}
.servises-title {
  padding-bottom: 88px;
  text-align: center;
}
.servises__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #303030;
}
.servises__item-text {
  padding-bottom: 24px;
}
.result {
  padding-top: 47px;
  padding-bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.result object {
  height: 589px;
  width: 732px;
  position: absolute;
  top: 45px;
  right: -52px;
}
.result-title {
  padding-top: 106px;
}
.result__info {
  max-width: 667px;
}
.result-text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 147px;
}

/* strategy-adv  */
.strategy-adv {
  padding-top: 52px;
  padding-bottom: 106px;
}
.strategy-adv__title {
  text-align: center;
  padding-bottom: 72px;
}
.strategy-adv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.strategy-adv__item {
  width: -webkit-calc(25% - 36px);
  width: -moz-calc(25% - 36px);
  width: calc(25% - 36px);
  margin-right: 48px;
}
.strategy-adv__img {
  max-height: 56px;
  margin-bottom: 16px;
}
.strategy-adv__item:last-child {
  margin-right: 0;
}
.strategy-adv__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #4f3939;
}

/* PERFOMANCE STRATEGIES PAGE END */

/* SEO PAGE */

/* head-seo */
.head-seo {
  padding-top: 121px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.head-seo object {
  height: 829px;
  width: 829px;
  position: absolute;
  top: -40px;
  right: -52px;
}
.head-seo__info {
  max-width: 687px;
  padding-bottom: 295px;
}
.head-seo__text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 24px;
  max-width: 583px;
}
.head-seo .app-btn {
  bottom: 231px;
}
/* seo-options */
.seo-options {
  padding-top: 18px;
  padding-bottom: 52px;
}
.seo-options-title {
  text-align: center;
  padding-bottom: 105px;
}
.seo-options__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seo-options .swiper-slide {
  height: auto;
}
.seo-options__item {
  width: -webkit-calc(25% - 24px);
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  margin-right: 32px;
  padding: 195px 16px 32px 16px;
  background: rgba(112, 99, 183, 0.2);
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  text-align: center;
  position: relative;
}
.seo-options__img {
  position: absolute;
  top: -49px;
}
.seo-options__item:nth-child(1) img {
  max-height: 220px;
  left: calc(50% - 106px);
}
.seo-options__item:nth-child(2) img {
  max-height: 220px;
  left: calc(50% - 106px);
}
.seo-options__item:nth-child(3) img {
  max-height: 224px;
  left: calc(50% - 106px);
}
.seo-options__item:nth-child(4) img {
  max-height: 234px;
  left: calc(50% - 106px);
}
.seo-options__item:last-child {
  margin-right: 0;
}
.seo-options__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #303030;
}
.seo-options__text {
  padding-bottom: 0;
  text-align: center;
}

/* seo-audit */
.seo-audit {
  padding-top: 52px;
  padding-bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.seo-audit object {
  height: 616px;
  width: 742px;
  position: absolute;
  top: 52px;
  left: 0;
}
.seo-audit__info {
  max-width: 663px;
  padding-top: 147px;
  padding-bottom: 173px;
  text-align: right;
}
.seo-audit__text {
  font-size: 24px;
  line-height: 40px;
  text-align: right;
  padding-bottom: 0;
}

/* strategy-adv  */
.seo-adv {
  padding-top: 52px;
  padding-bottom: 32px;
}
.seo-adv-title {
  text-align: center;
  padding-bottom: 72px;
}
.seo-adv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.seo-adv__item {
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin-right: 48px;
  margin-bottom: 72px;
}
.seo-adv__item:nth-child(3),
.seo-adv__item:nth-child(6) {
  margin-right: 0;
}
.seo-adv__img {
  max-height: 56px;
  margin-bottom: 16px;
}
.seo-adv__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #303030;
}
.seo-adv__text {
  padding-bottom: 0;
}

/* SEO PAGE END */

/* DEVELOPMENT PAGE*/

/* head-development  */
.head-development {
  padding-top: 121px;
  padding-bottom: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.head-development object {
  height: 772px;
  width: 772px;
  position: absolute;
  top: -42px;
  right: -62px;
}
.head-development__info {
  max-width: 687px;
  padding-bottom: 247px;
}
.head-development__text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 24px;
  max-width: 578px;
}
.head-development .app-btn {
  bottom: 221px;
}

/* mob-development */
.mob-development {
  padding-top: 38px;
  padding-bottom: 17px;
}
.mob-development__title {
  text-align: center;
}
.mob-development__subtitle {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.mob-development__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mob-development__item {
  background: rgba(112, 99, 183, 0.2);
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  width: -webkit-calc(25% - 24px);
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  margin-right: 32px;
  padding: 32px 16px 40px 16px;
  height: auto;
}
.mob-development__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #303030;
}
.mob-development__text {
  padding-bottom: 0;
}
.design {
  padding-top: 17px;
  padding-bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.design object {
  height: 837px;
  width: 770px;
  position: absolute;
  top: 20px;
  left: -94px;
}
.design-obj-mobile {
  display: none;
}
.design__info {
  max-width: 664px;
  padding-top: 126px;
  padding-bottom: 135px;
  text-align: right;
}
.design__text {
  font-size: 24px;
  line-height: 40px;
  text-align: right;
  padding-bottom: 32px;
}

/* web-development */
.web-development {
  padding-top: 52px;
  padding-bottom: 88px;
}
.web-development__text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 0;
}
.web-development__container {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.web-development__item {
  background: rgba(112, 99, 183, 0.2);
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin-right: 48px;
  padding: 32px 24px;
  height: auto;
}
.web-development__item:last-child {
  margin-right: 0;
}
.web-development__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #303030;
}
.web-development__item-text {
  padding-bottom: 0;
}

/* DEVELOPMENT PAGE END*/

/* SMM PAGE */

/* head-smm */
.head-smm {
  padding-top: 121px;
  padding-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.head-smm object {
  height: 832px;
  width: 832px;
  position: absolute;
  top: -52px;
  right: -73px;
}
.head-smm__info {
  max-width: 687px;
  padding-bottom: 234px;
}
.head-smm__text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 24px;
  max-width: 578px;
}
.head-smm .app-btn {
  bottom: 187px;
}

/* smm-servises */
.smm-servises {
  padding-top: 16px;
  padding-bottom: 4px;
}
.smm-servises__title {
  padding-bottom: 72px;
  text-align: center;
}
.smm-servises__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.smm-servises__item {
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin-right: 48px;
  margin-bottom: 48px;
}
.smm-servises__item:nth-child(3),
.smm-servises__item:nth-child(6) {
  margin-right: 0;
}
.smm-servises__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #303030;
}
.smm-servises__item-text {
  padding-bottom: 0;
}

/* smm-strategy */
.smm-strategy {
  padding-top: 52px;
  padding-bottom: 52px;
}
.smm-strategy__title {
  text-align: center;
  padding-bottom: 24px;
}
.smm-strategy__subtitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding-bottom: 48px;
  text-align: center;
}
.smm-strategy__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.smm-strategy__item {
  background: #C1BCEB;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  width: -webkit-calc(25% - 24px);
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  margin-right: 32px;
  padding: 24px 16px;
  position: relative;
}
.smm-strategy__item:last-child {
  margin-right: 0;
}
.smm-strategy__item:after {
  content: '';
  display: block;
  background: url(../img/strategy-arrow.svg) no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -27px;
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: calc(50% - 20px);
}
.smm-strategy__item:last-child:after {
  display: none;
}
.smm-strategy__text {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #303030;
  font-weight: 500;
  padding-bottom: 0;
}

/* smm-adv */
.smm-adv {
  padding-top: 52px;
  padding-bottom: 4px;
}
.smm-adv-title {
  text-align: center;
  padding-bottom: 72px;
}
.smm-adv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.smm-adv__item {
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin-right: 48px;
  margin-bottom: 48px;
}
.smm-adv__item:nth-child(3),
.smm-adv__item:nth-child(6) {
  margin-right: 0;
}
.smm-adv__img {
  max-height: 56px;
  margin-bottom: 16px;
}
.smm-adv__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #303030;
}
.smm-adv__text {
  padding-bottom: 0;
}

/* smm-reason */
.smm-reason {
  padding-top: 52px;
  padding-bottom: 163px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.smm-reason object {
  height: 835px;
  width: 835px;
  position: absolute;
  top: 43px;
  right: -68px;
}
.smm-reason__info {
  max-width: 667px;
  padding-top: 38px;
  padding-bottom: 37px;
  text-align: left;
}
.smm-reason__text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 0;
}
.smm-reason__list {
  padding-top: 24px;
  padding-left: 38px;
}
.smm-reason__item {
  font-size: 24px;
  line-height: 64px;
  color:rgba(0, 0, 0, 0.5);
  font-weight: 500;
  position: relative;
}
.smm-reason__item:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: -31px;
  top: 30px;
}
.smm-reason__obj-mobile {
  display: none;
}
/* SMM PAGE END*/


/* ABOUT US PAGE */

/* about-us */
.about-us {
  padding-top: 73px;
  padding-bottom: 80px;
}
.about-us__title {
  padding-bottom: 24px;
}
.about-us__info p {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding-bottom: 40px;
}
.about-us__text:last-child, 
p.about-us__info:last-child {
  padding-bottom: 0;
}
.call-back {
  margin-top: 40px;
  background: rgba(33, 33, 33, 0.05);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  padding: 32px;
  position: relative;
}
.call-back__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #303030;
  padding-bottom: 16px;
}
.call-back__text {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  padding-bottom: 0;
}
.call-back__btn {
  font-family: 'Euclid Circular A';
  display: inline-block;
  min-width: 294px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 16px 44px;
  background: -webkit-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -moz-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: -o-linear-gradient(306.17deg, #F7B142 23.87%, #EF794A 86.26%);
  background: linear-gradient(143.83deg, #F7B142 23.87%, #EF794A 86.26%);
  -webkit-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
     -moz-box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
          box-shadow: 0px 12px 28px rgba(176, 163, 248, 0.24);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 32px;
  right: 32px;
  -webkit-transition:  all 0.5s;
  -o-transition:  all 0.5s;
  -moz-transition:  all 0.5s;
  transition:  all 0.5s;
}
.call-back__btn:hover {
  -webkit-transform: translate(0,2px);
     -moz-transform: translate(0,2px);
      -ms-transform: translate(0,2px);
       -o-transform: translate(0,2px);
          transform: translate(0,2px);
}

/* ABOUT US PAGE END*/

/* WEB ANALYTICS PAGE */

/* head-analytics */
.head-analytics {
  padding-top: 121px;
  padding-bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.head-analytics object {
  height: 829px;
  width: 829px;
  position: absolute;
  top: -50px;
  right: -51px;
}
.head-analytics__info {
  max-width: 667px;
  padding-bottom: 191px;
}
.head-analytics__text {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 24px;
  max-width: 578px;
}
.head-analytics .app-btn {
  bottom: 179px;
}
/* analytics-descr */
.analytics-descr {
  padding-top: 52px;
  padding-bottom: 52px;
}
.analytics-descr__title {
  text-align: center;
}
.analytics-descr__text {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 0;
}

/* analytics-servises */
.analytics-servises {
  padding-top: 52px;
  padding-bottom: 127px;
}
.analytics-servises__title {
  text-align: center;
  padding-bottom: 49px;
}
.analytics-servises__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.analytics-servises__item {
  background: rgba(112, 99, 183, 0.2);
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  width: -webkit-calc(25% - 24px);
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  margin-right: 32px;
  padding: 32px 24px;
  height: auto;
}
.analytics-servises__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #303030;
}
.analytics-servises__text {
  padding-bottom: 0;
}

/* WEB ANALYTICS PAGE END */


/* PRIVACY PAGE */

/* privacy */
.privacy {
  padding-top: 49px;
  padding-bottom: 83px;
}
.privacy__title {
  padding-bottom: 24px;
}
.privacy__info h2 {
  font-size: 44px;
  line-height: 60px;
}
.privacy__info h3 {
  font-size: 35px;
  line-height: 50px;
}
.privacy__info h4 {
  font-size: 28px;
  line-height: 35px;
  color: #303030;
  padding-bottom: 16px;
}
.privacy__info p, .privacy__text {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding-bottom: 40px;
}
.privacy__info p:last-child, .privacy__text:last-child {
  padding-bottom: 0;
}
.privacy__info ul {
  padding-left: 38px;
}
.privacy__info ul > li {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
}
.privacy__info ul > li:before {
  content: '';
  display: block;
  background-color: rgba(48, 48, 48, 0.5);
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -31px;
  top: 20px;
}
/* PRIVACY PAGE END*/

/*Privacy Policy Popup*/
.document_modal {
  padding-top: 50px;
  padding-bottom: 50px;
}
.window {
  height: 700px !important;
}
