/*icons*/
@font-face {
  font-family: 'icomoon';
  src:
    url('/f/icons/icomoon.ttf') format('truetype'),
    url('/f/icons/icomoon.woff') format('woff'),
    url('/f/icons/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__arrow-circle:before {
  content: "\e903";
  color: #2565ed;
}

.icon__arrow-link:before {
  content: "\e905";
  color: #00c800;
}

.icon__decor:before {
  content: "\e909";
  color: #00c800;
}

.icon__arrow-bottom:before {
  content: "\e900";
}

.icon__item-1:before {
  content: "\e901";
}

.icon__item-3:before {
  content: "\e902";
}

.icon__contact-us:before {
  content: "\e904";
}

.icon__menu:before {
  content: "\e906";
}

.icon__item-bg:before {
  content: "\e907";
}

.icon__item-2:before {
  content: "\e908";
}

::-webkit-input-placeholder {
  color: rgba(31, 33, 40, 0.70);
}

:-ms-input-placeholder {
  color: rgba(31, 33, 40, 0.70);
}

::-ms-input-placeholder {
  color: rgba(31, 33, 40, 0.70);
}

::placeholder {
  color: rgba(31, 33, 40, 0.70);
}

/*main styles*/
body {
  font: 400 20px/1.65 "Open Sans", serif;
  background: #161521;
  color: #768FC4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 240px;
  padding: 0 20px;
  background: transparent;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font: 400 22px/1 "Iceland", serif;
  border: 3px solid #00C800;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  opacity: 0.5;
}

.center {
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.color_blue {
  color: #2565ED;
}

.color_green {
  color: #00C800;
}

.color_purple {
  color: #DD25ED;
}

.bg_green {
  background-color: #00C800 !important;
}

.bg_blue {
  background-color: #2565ED !important;
}

.bg_blue-dark {
  background-color: #1A3ABA !important;
}

.bg_green-dark {
  background-color: #018b00 !important;
}

.bg_purple {
  background-color: #DD25ED !important;
}

.bg_purple-dark {
  background-color: #A00DAC !important;
}

.text_stroke {
  font: 400 176px/0.68 "Iceland", serif;
  letter-spacing: -7px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #6B7ECA;
  text-stroke: 2px #6B7ECA;
}

.text_stroke.color_blue {
  -webkit-text-stroke: 2px #2565ED;
  text-stroke: 2px #6B7ECA;
}

.text_stroke.color_white {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}

.text_stroke.color_purple {
  -webkit-text-stroke: 2px #DD25ED;
  text-stroke: 2px #DD25ED;
}

.text_stroke.color_green {
  -webkit-text-stroke: 2px #00C800;
  text-stroke: 2px #00C800;
}

/*header*/
.header {
  position: relative;
  z-index: 100;
}

.header_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}

.header_hamburger {
  font-size: 22px;
  color: #fff;
}

.header_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header_logo-link {
  display: block;
  width: 160px;
  height: 34px;
}

.header_logo-img {
  width: 100%;
  height: 100%;
}

.header_link {
  height: 32px;
  width: 140px;
  color: #2565ED;
  font-size: 14px;
  border-color: #22234D;
  letter-spacing: 0.42px;
}

.header_link:hover {
  color: #fff;
}

.icon__contact-us {
  display: none;
}

/*content*/
.content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*main-block*/
.main-block {
  position: relative;
}

.main {
  position: relative;
  z-index: 3;
}

.main .center {
  padding-left: 50px;
}

.main_wrap {
  padding: 125px 0 160px;
  height: 100%;
  min-height: 1025px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
  position: relative;
  z-index: 4;
}

.main_item {
  margin-bottom: 30px;
  text-transform: uppercase;
  font: 400 100px/1 "Iceland", serif;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}

.main_item:hover {
  color: #2565ED;
}

.main_item__active {
  color: #2565ED;
  pointer-events: none;
}

.main_item .icon {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 24px;
  font-size: 38px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.main_item__active .icon {
  visibility: visible;
  opacity: 1;
}

.main_item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 0.7;
}

.main_item-text span:last-of-type {
  padding-left: 100px;
}

.main_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  margin-top: auto;
}

.main_text {
  color: #4B608C;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  max-width: 430px;
}

.main_title {
  font: 400 62px/0.95 "Iceland", serif;
  color: #C1C2C8;
  letter-spacing: 1.86px;
  text-transform: uppercase;
}

.main_spline {
  position: absolute;
  left: 60px;
  top: -170px;
  width: 110%;
  height: 115%;
  z-index: 2;
}

.main-overlay_item {
  position: absolute;
  z-index: 3;
}

.main-overlay_item__1 {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.main-overlay_item__2 {
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
}

.main-page .main-overlay_item__2 {
  width: 14%;
}

.main-overlay_item__3 {
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
}

.main-overlay_item__4 {
  bottom: 0;
  right: 0;
  left: 0;
  height: 220px;
}

.main-page .main-overlay_item__4 {
  height: 400px;
}

.main-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.main-background_shadow {
  width: 665px;
  height: 321px;
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg);
  border-radius: 665px;
  opacity: 0.3;
  background: linear-gradient(180deg, #254AED 0%, #211587 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  position: absolute;
  top: 27%;
  left: 20%;
  z-index: 1;
}

.main-background_text {
  width: 100%;
  height: 100%;
  max-height: 295px;
  max-width: 1190px;
  background: url('/i/decor-text.png') no-repeat center / cover;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.main-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-decor_compass {
  position: absolute;
  left: 14%;
  bottom: 0;
  -webkit-transform: translateY(55%);
  transform: translateY(55%);
  width: 387px;
  height: 387px;
  pointer-events: none;
}

.main-decor_circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

.main-decor_circle__1 {
  background-image: url('/i/decor-circle-1.svg');
}

.main-decor_circle__2 {
  background-image: url('/i/decor-circle-2.svg');
  -webkit-animation-name: spin2;
  animation-name: spin2;
}

.main-decor_date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 717px;
  position: relative;
  -webkit-transform: translateY(55px);
  transform: translateY(55px);
}

.main-decor_line-1 {
  width: 100%;
  padding: 25px 15px 15px;
  background: #fff;
  margin-bottom: 15px;
  color: #0C0C0C;
  font: 400 142px/0.5 "Iceland", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-decor_est {
  font: 600 18px/1.5 "Open Sans", serif;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.main-decor_line-2 {
  width: 100%;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
}

.line {
  height: 100%;
}

.main-decor_date .line__1,
.main-decor_date .line__2 {
  width: 25%;
}

.main-decor_date .line__3 {
  width: 50%;
}

.main-decor_date .line a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FCFDFF;
  letter-spacing: 2px;
}

.main-decor_date .line .icon {
  font-size: 20px;
  margin-left: 5px;
}

/*text-block*/
.text-block {
  background: rgba(37, 101, 237, 0.10);
  padding: 170px 0 105px;
}

.text-block_title {
  font: 400 176px/0.68 "Iceland", serif;
  color: #fff;
  letter-spacing: -7px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.text-block_title .margin-left {
  margin-left: 130px;
}

.text-block_title .margin-both {
  margin: 0 30px;
}

.text-block_subtitle {
  color: #fff;
  letter-spacing: 0.6px;
  max-width: 900px;
}

/*services block*/
.services-block {
  position: relative;
}

.services-block .decor-title {
  position: relative;
  z-index: 1;
}

/*decor title*/
.decor-title {
  padding: 120px 0 60px;
  text-align: center;
  text-transform: uppercase;
}

.decor-title_text__1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.decor-title_text .icon {
  font-size: 111px;
  margin-left: 10px;
}

.decor-title_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.decor-title_line {
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 82px;
  margin-right: 26px;
}

.decor-title_line-item {
  height: 100%;
  background: #D9D9D9;
}

.decor-title_line-item__first {
  width: 46%;
}

.decor-title_line-item__small {
  width: 16px;
  margin-left: 20px;
}

.decor-title_line-item__main {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.decor-title_line-item__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 2px;
  text-transform: initial;
  padding: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #FCFDFF;
}

.decor-title_text__last {
  padding-left: 38%;
  margin-left: 25px;
  text-align: left;
}

/*services*/
.services {
  position: relative;
  z-index: 1;
}

.services_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services_title {
  position: relative;
  font: 400 74px/1 "Iceland", serif;
  color: #C1C2C8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 350px;
  padding-left: 20px;
}

.services_title::before {
  content: "";
  width: 31px;
  height: 250px;
  border: 10px solid #00C800;
  border-right: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services_content {
  width: 1086px;
  height: 947px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto 87px;
  position: relative;
}

.services_items {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 37px;
  background: url('/i/services-items-bg.svg') no-repeat center;
  position: relative;
  z-index: 2;
}

.services_items-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.services_item {
  width: 492px;
  height: 427px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 20px 30px;
  position: relative;
}

.services_item__1 {
  margin-bottom: 18px;
}

.services_item__2 {
  margin-right: 11px;
}

.services_item__3 {
  margin-left: 11px;
}

.services_icon-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 427px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
}

.services_item__1 .services_icon-bg {
  color: #2565ED;
}

.services_item__2 .services_icon-bg {
  color: #1A3ABA;
}

.services_item__3 .services_icon-bg {
  color: #10A2FC;
}

.services_item-icon {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 112px;
  line-height: 0.9;
}

.services_item-title {
  color: #15104A;
  font: 400 37px/0.86 "Iceland", serif;
  letter-spacing: 0.74px;
  max-width: 278px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.services_item__1 .services_item-title {
  max-width: 224px;
  font-size: 42px;
  letter-spacing: 0.84px;
}

.services_item__2 .services_item-title {
  color: #FFFFFF;
}

.services_item-text {
  font-size: 16.8px;
  letter-spacing: 0.2px;
  max-width: 310px;
  color: #9AB0FF;
}

.services_item__1 .services_item-text {
  color: #FFFFFF;
  max-width: 290px;
}

.services_item__3 .services_item-text {
  color: #161521;
  max-width: 292px;
}

.services_content-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  width: 400px;
  color: #D9D9D9;
  font: 400 70px/0.8 "Iceland", serif;
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
}

.services_info {
  position: absolute;
  right: -40px;
  top: 25px;
  width: 260px;
  height: 149px;
  padding: 8px;
  border-radius: 36px;
  background: rgba(39, 48, 85, 0.25);
  z-index: 3;
}

.services_info-text {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 30px;
  border: 3px solid rgba(182, 189, 195, 0.5);
  font: 400 26px/0.9 "Iceland", serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.services_info::after {
  font-family: 'icomoon' !important;
  content: "\e909";
  font-size: 150px;
  color: #00c800;
  width: 177px;
  height: 150px;
  position: absolute;
  right: 50%;
  top: 100%;
  margin-top: 25px;
  line-height: 1;
}

.services_button {
  margin: 0 auto;
}

/*services spline*/
.services_spline-group {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 600px;
  height: 600px;
  bottom: 100%;
  margin-bottom: 50px;
  z-index: 2;
}

.services_spline-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  overflow: hidden;
}

.services_spline {
  width: 120%;
  height: 120%;
  position: absolute;
  top: 53%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-spline_compass {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 387px;
  height: 387px;
  background: url('/i/services-compass.png') no-repeat center;
  z-index: 2;
}

.services-spline_dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
  height: 467px;
  bottom: 239px;
  background: url('/i/services-dots-1.png') no-repeat center;
  z-index: 3;
}

/*services decor*/
.services-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.services-decor_shadow,
.services-decor_dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services-decor_dots__2 {
  width: 6px;
  height: 382px;
  bottom: 87px;
  background: url('/i/services-dots-2.png') no-repeat center;
  z-index: 2;
}

.services-decor_shadow__1 {
  width: 86px;
  height: 700px;
  border-radius: 100% 100% 100px 100px;
  background: linear-gradient(180deg, rgba(37, 74, 237, 0.1) 0%, #254AED 40%, #211587 100%);
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.2;
  top: 180px;
  z-index: 4;
}

.services-decor_shadow__2 {
  width: 293px;
  height: 802px;
  border-radius: 802px;
  background: linear-gradient(180deg, #254AED 0%, #211587 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  opacity: 0.3;
  bottom: -150px;
  z-index: 1;
}

/*statistic*/
.statistic {
  padding-top: 107px;
}

.statistic_title {
  margin-bottom: 83px;
}

.statistic_title-text {
  color: #D9D9D9;
  font: 400 170px/0.7 "Iceland", serif;
  letter-spacing: -7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
}

.statistic_title-text .text_stroke {
  font-size: 170px;
  margin-top: 10px;
}

.statistic_line {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
}

.statistic_line .line {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.statistic_line .line.bg_green {
  width: 70%;
  max-width: 1200px;
  font-size: 28px;
  font-weight: 600;
  color: #282222;
  text-align: center;
}

.statistic_content {
  position: relative;
  overflow: hidden;
}

.statistic_content::before,
.statistic_content::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.statistic_content::before {
  width: 784px;
  height: 780px;
  background: url('/i/statistic-decor.png') no-repeat center;
  left: 0;
  -webkit-transform: translateX(-65%);
  transform: translateX(-65%);
  top: 140px;
}

.statistic_content::after {
  left: 20%;
  bottom: -60px;
  width: 281px;
  height: 578px;
  -webkit-transform: rotate(39.257deg);
  transform: rotate(39.257deg);
  border-radius: 578px;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(37, 74, 237, 0.85) 0%, rgba(33, 21, 135, 0.85) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

.statistic_wrap {
  padding: 160px 0 185px;
}

.statistic_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.statistic_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.statistic_item-number {
  font: 400 176px/0.68 "Iceland", serif;
  letter-spacing: -7px;
  margin-right: 25px;
}

.statistic_item-number .percent {
  color: #273055;
}

.statistic_item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 46px;
}

.statistic_item-title {
  font: 400 96px/0.7 "Iceland", serif;
  letter-spacing: -4px;
  margin-bottom: 10px;
}

.statistic_item-desc {
  font-size: 30px;
  line-height: 1.56;
  color: #768FC4;
  letter-spacing: 0.9px;
  padding-left: 7px;
}

/*motivation*/
.motivation {
  padding: 80px 0 170px;
  background: #2565ED;
}

.motivation_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  color: #FFFFFF;
}

.motivation_title-text__1 {
  font-size: 170px;
}

.motivation_title-text__2 {
  font: 400 233px/0.68 "Iceland", serif;
  letter-spacing: -9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.motivation_title-decor {
  width: 122px;
  height: 22px;
  background: url('/i/text-arrow.svg') no-repeat center;
  margin-left: -18px;
}

.motivation_subtitle {
  font-size: 26px;
  margin: 50px 0 30px;
  letter-spacing: 0.78px;
  line-height: 1.84;
}

.motivation_button {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.motivation_button-decor {
  margin-top: 10px;
  width: 188px;
  height: 75px;
  background: url('/i/motivation_imgs.png') no-repeat center;
}

.motivation_link {
  width: 280px;
  margin-left: 20px;
}

/*contact us*/
.contact-us {
  padding: 190px 0 80px;
  background: url('/i/decor-text.png') no-repeat center 140px, url('/i/contact-us-bg.png') no-repeat center / cover;
  position: relative;
}

.contact-us::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  width: 90%;
  max-width: 726px;
  height: 154px;
  background: url('/i/contact-us-decor.png') no-repeat center / contain;
}

.contact-us_wrap {
  width: 100%;
  max-width: 862px;
  padding: 20px;
  margin: 0 auto;
  background: rgba(69, 81, 109, 0.40);
}

.contact-us_form {
  width: 100%;
  height: 100%;
  min-height: 560px;
  padding: 40px 20px 30px;
  background: url('/i/contact-us-form-bg.png') no-repeat left 40px, rgba(236, 236, 236, 0.80);
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-us_success {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  transition: all 1.5s ease;
  text-align: center;
  color: #00C800;
  font: 400 32px/1 "Iceland", serif;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.contact-us_form.is-success .contact-us_success {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-us_content {
  max-width: 520px;
  margin: 0 auto;
}

.contact-us_content,
.contact-us_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.contact-us_form.is-success .contact-us_content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.contact-us_title {
  font: 400 56px/1 "Iceland", serif;
  letter-spacing: -2.24px;
  text-transform: uppercase;
  color: #474B52;
  text-align: center;
  margin-bottom: 30px;
}

.contact-us_field {
  width: 100%;
  margin-bottom: 40px;
}

.contact-us_field:last-of-type {
  margin-bottom: 0;
}

.field_input,
.field_textarea {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  color: rgba(31, 33, 40, 0.70);
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 4px;
}

.field_textarea {
  display: block;
  resize: none;
  line-height: 1;
  height: 120px;
  padding-top: 20px;
}

.field_error {
  font-size: 12px;
  line-height: 1.2;
  color: #2565ED;
  text-align: left;
}

.contact-us_button {
  margin-top: 30px;
  background-color: #161521;
  border: none;
}

/*footer*/
.footer {
  margin-top: auto;
  background: #111112;
  padding: 40px 0;
}

.footer_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer_logo-link {
  display: block;
  width: 160px;
  height: 34px;
}

.footer_logo-img {
  width: 100%;
  height: 100%;
}

.footer_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer_menu-item {
  margin-left: 60px;
}

.footer_menu-link {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.footer_menu-link:hover {
  color: #2565ED;
}

.footer_row__2 {
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px dashed #3E4E6D;
  padding-top: 60px;
}

.footer_copyright {
  font-size: 18px;
  color: rgba(118, 143, 196, 0.80);
  letter-spacing: -0.54px;
}

/*what we do page*/
/*we do*/
.we-do-page .main_item .icon {
  top: 36px;
}

.we-do-page .main-background_shadow {
  width: 800px;
  height: 442px;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  border-radius: 800px;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  left: 38%;
}

.we-do-page .text-block_title .margin-left {
  margin-left: 190px;
}

.we-do-page .text-block_title .margin-both {
  margin-left: 0;
}

.we-do_item__1 .decor-title_text__1 {
  text-align: left;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.we-do_item .decor-title_text {
  font: 400 176px / 0.68 "Iceland", serif;
  letter-spacing: -7px;
  text-transform: uppercase;
  color: #D9D9D9;
}

.we-do_item .decor-title_line,
.we-do_item .decor-title_line-item__first {
  width: 25%;
}

.we-do_item .decor-title_text__last {
  padding-left: 25%;
}

.we-do_item .decor-title_line-item__hide {
  opacity: 0;
}

.we-do_item-info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.we-do_item-title {
  font: 400 74px/0.95 "Iceland", serif;
  color: #C1C2C8;
  letter-spacing: 2.22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 920px;
}

.we-do_item-subtitle {
  max-width: 880px;
}

.we-do_item-info-block__2 {
  -ms-flex-align: end;
  align-items: flex-end;
}

.we-do_item-info-block__2 .we-do_item-title,
.we-do_item-info-block__2 .we-do_item-subtitle {
  max-width: 780px;
}

.we-do_item-content {
  padding-top: 54px;
}

.we-do_tabs {
  margin-bottom: 24px;
}

.we-do_tabs-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.we-do_item__2 .we-do_tabs-items {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.we-do_tab {
  width: -webkit-max-content;
  width: max-content;
  min-width: 120px;
  padding: 0 20px;
  height: 36px;
  margin-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 4px;
  border: 2px solid rgba(37, 101, 237, 0.50);
}

.we-do_tab:nth-of-type(2) {
  border-color: rgba(221, 37, 237, 0.50);
}

.we-do_tab:nth-of-type(3) {
  border-color: rgba(0, 200, 0, 0.50);
}

.we-do_item__2 .we-do_tab {
  margin: 0 15px 0 0;
}

.we-do_img-wrap {
  position: relative;
}

.we-do_img-wrap__1,
.we-do_img-wrap__3 {
  background: rgba(37, 101, 237, 0.05);
}

.we-do_img-wrap::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.we-do_img-wrap__1::after {
  background: #0E4DD6;
}

.we-do_img-wrap__2::after {
  background: rgba(37, 101, 237, 0.05);
}

.we-do_img-wrap__3::after {
  background: rgba(221, 37, 237, 0.50);
}

.we-do_img-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}

.we-do_item__2 .we-do_img-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #00C800;
  max-width: 1070px;
}

.we-do_img {
  position: relative;
  width: 100%;
  max-width: 780px;
  height: 410px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.we-do_img__1 {
  background-image: url('/i/we-do-item-1.png');
}

.we-do_img__2 {
  background-image: url('/i/we-do-item-2.png');
}

.we-do_img__3 {
  background-image: url('/i/we-do-item-3.png');
}

.we-do_img::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 40px;
  width: 118px;
  height: 26px;
  background: url('/i/decor-logo.svg') no-repeat center / cover;
}

.we-do_img__2::before {
  display: none;
}

.we-do_img-decor {
  position: absolute;
  top: 50%;
  left: calc(100% + 50px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  height: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 120px;
}

.we-do_img-decor::before {
  font-family: 'icomoon' !important;
  content: "\e907";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.we-do_item__1 .we-do_img-decor {
  color: rgba(16, 162, 252, 0.20);
}

.we-do_item__2 .we-do_img-decor {
  color: rgba(16, 125, 16, 0.30);
}

.we-do_item__3 .we-do_img-decor {
  color: rgba(170, 104, 168, 0.30);
}

.we-do_item-text-content {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.we-do_item__2 .we-do_item-text-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.we-do_item-text {
  max-width: 780px;
}

.we-do_item__1 .we-do_item-text {
  padding-right: 100px;
}

/*creation*/
.creation {
  padding-top: 120px;
}

.creation_title {
  padding: 0 20px;
  font: 400 96px/1.24 "Iceland", serif;
  color: #FFFFFF;
  letter-spacing: -3.85px;
  text-transform: uppercase;
  text-align: center;
}

.creation_subtitle {
  padding: 0 20px;
  font-size: 40px;
  line-height: 1.17;
  text-transform: uppercase;
  text-align: center;
}

.creation_row__1 {
  position: relative;
  margin-top: 120px;
  padding-bottom: 115px;
}

.creation_row__1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 240px);
  z-index: -1;
  background: url('/i/creation-bg.png') no-repeat center / cover;
}

.creation_items1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.creation_item1 {
  margin-right: 70px;
  width: 348px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.creation_item1__3 {
  margin-right: 0;
}

.creation_item1-content {
  position: relative;
  width: 335px;
  margin: 0 auto;
  height: 530px;
  margin-bottom: 16px;
  background: url('/i/creation-item-bg.png') no-repeat center / cover;
  padding: 108px 10px 78px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.creation_item1-content::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/i/creation-item-shadow.png') no-repeat center / cover;
  z-index: -1;
}

.creation_item1-decor-triangle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 28px solid #2565ED;
}

.creation_item1__2 .creation_item1-decor-triangle {
  border-top-color: #00C800;
}

.creation_item1-decor-plus {
  width: 61px;
  height: 61px;
  position: relative;
  color: #2565ED;
  margin-bottom: 40px;
}

.creation_item1__2 .creation_item1-decor-plus {
  color: #00C800;
}

.creation_item1-decor-plus::before,
.creation_item1-decor-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
}

.creation_item1-decor-plus::before {
  width: 100%;
  height: 4px;
}

.creation_item1-decor-plus::after {
  height: 100%;
  width: 4px;
}

.creation_item1-title {
  font: 400 42px/1 "Iceland", serif;
  color: #FFFFFF;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}

.creation_item1-decor-line {
  margin-bottom: 20px;
  width: calc(100% - 30px);
  max-width: 226px;
  height: 1.5px;
  border-radius: 2px;
  position: relative;
  background: #566186;
}

.creation_item1-decor-line::before,
.creation_item1-decor-line::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #566186;
  border-radius: 50%;
}

.creation_item1-decor-line::before {
  left: -8px;
}

.creation_item1-decor-line::after {
  right: -8px;
}

.creation_item1-subtitle {
  color: #7D8299;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.57px;
  max-width: 230px;
}

.creation_item1-period {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 172px;
  height: 44px;
  border-radius: 9.5px 9.5px 0px 0px;
  background: rgba(20, 19, 31, 0.50);
  box-shadow: 0px 3.8px 3.8px 0px rgba(0, 0, 0, 0.15) inset;
  padding: 10px 10px 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.creation_item1-period span {
  margin-left: 5px;
  font-weight: 400;
}

.creation_item1-line {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 13px;
  background: #FFFFFF;
  border-radius: 20px;
}

.creation_item1-line::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  z-index: -1;
}

.creation_item1-number {
  width: 335px;
  height: 339px;
  position: relative;
  padding-top: 5px;
}

.creation_item1-number::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 28px;
  width: 100%;
  height: 100%;
  background: url('/i/creation-item-shadow-2.png') no-repeat center / cover;
  z-index: -1;
}

.creation_item1__3 .creation_item1-number::before {
  content: "";
  width: 6px;
  height: 173px;
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('/i/creation-dots.png') no-repeat center;
}

.creation_item1-number-decor-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 4px);
  background-color: #2565ED;
  z-index: 1;
}

.creation_item1-number-decor-2 {
  position: relative;
  z-index: 2;
  width: 335px;
  height: 335px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 66px/0.9 "Iceland", serif;
  color: #FFFFFF;
  letter-spacing: -3px;
}

.creation_item1-number-decor-2::before,
.creation_item1-number-decor-2::after {
  content: "";
  width: 238px;
  height: 238px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.creation_item1-number-decor-2::before {
  background-color: #1A3ABA;
}

.creation_item1-number-decor-2::after {
  width: 114px;
  height: 114px;
  background: rgba(0, 0, 0, 0.25);
}

.creation_item1__2 .creation_item1-number-decor-1 {
  background-color: #00C800;
}

.creation_item1__2 .creation_item1-number-decor-2::before {
  background-color: #018b00;
}

.creation_row__2 {
  padding: 130px 0 70px;
}

.creation_items2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.creation_item2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.creation_item2-number {
  font: 400 176px/0.68 "Iceland", serif;
  letter-spacing: -7px;
  margin-right: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.creation_item2-content {
  padding: 30px 40px 50px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  border: 3px solid #3E4E6D;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.creation_item2-content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 81px;
  height: 0;
  border-top: 1px dashed #3E4E6D;
}

.creation_item2-title {
  font: 400 44px/0.9 "Iceland", serif;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.creation_item2-text {
  max-width: 515px;
  color: #7D8299;
}

.creation_item2-period {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 182px;
  height: 46px;
  border-radius: 10px 0 0 0;
  background: #252333;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.creation_item2-period span {
  margin-left: 5px;
  font-weight: 400;
}

/*privacy*/
.privacy-page {
  color: #C1C2C8;
}

.privacy-page .header_hamburger {
  opacity: 0;
}

.content__privacy {
  padding: 60px 0;
}

.privacy p {
  margin-bottom: 20px;
}

.privacy h1 {
  margin-bottom: 40px;
  text-align: center;
  font: 400 62px/0.95 "Iceland", serif;
  letter-spacing: 1.86px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.privacy h4 {
  font: 400 36px/0.95 "Iceland", serif;
  letter-spacing: 1.86px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.privacy ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy li {
  margin-bottom: 5px;
  list-style: disc inside;
}

.privacy a {
  text-decoration: underline;
  transition: all 0.3s ease;
}

.privacy a:hover {
  color: #FFFFFF;
}

/*animation*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1560px) {

  .text_stroke,
  .we-do_item .decor-title_text {
    font-size: 130px;
  }

  .decor-title_line {
    height: 60px;
  }

  .motivation_title-text__2 {
    font-size: 200px;
  }
}

@media screen and (max-width: 1300px) {
  .services_title {
    margin-left: 30px;
  }

  .main-decor_date {
    max-width: 530px;
  }

  .text-block_title,
  .statistic_title-text,
  .statistic_title-text .text_stroke {
    font-size: 140px;
  }

  .motivation_title-text__2 {
    font-size: 180px;
  }
}

@media screen and (max-width: 1150px) {
  .services_items {
    padding: 37px 0 0;
    background: none;
  }

  .services_content {
    width: 100%;
  }

  .text-block_title,
  .statistic_title-text,
  .statistic_title-text .text_stroke,
  .text_stroke,
  .we-do_item .decor-title_text {
    font-size: 100px;
  }

  .main-decor_compass {
    left: -8%;
  }

  .main-page .main-overlay_item__2 {
    width: 5%;
  }

  .text-block_subtitle {
    max-width: initial;
  }

  .motivation_title-text__2 {
    font-size: 120px;
  }

  .statistic_item-number {
    font-size: 152px;
  }

  .statistic_item-title {
    font-size: 70px;
  }

  .statistic_item-desc {
    font-size: 24px;
  }

  .we-do_item .we-do_img-content {
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 -20px;
  }

  .we-do_item-text-content,
  .we-do_item-info-block__2,
  .we-do_item .we-do_tabs-items {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .we-do_item-info-block__2 {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .we-do_item-text,
  .we-do_item .we-do_item-title,
  .we-do_item .we-do_item-subtitle {
    max-width: initial;
    padding: 0;
  }

  .we-do_tab {
    margin: 0 15px 0 0;
  }

  .creation_title {
    font-size: 74px;
  }

  .creation .creation_item1 {
    margin: 0 10px;
  }

  .creation_item1 {
    width: calc(33% - 20px);
  }

  .creation_item1-content,
  .creation_item1-number,
  .creation_item1-number-decor-2 {
    width: 100%;
  }

  .creation_item1-number-decor-2::before {
    width: 168px;
    height: 168px;
  }

  .creation_item1-number-decor-2::after {
    width: 100px;
    height: 100px;
  }

  .creation_item1-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .main_wrap {
    min-height: calc(100vh - 75px);
  }

  .main .center {
    padding-left: 20px;
  }

  .main_wrap {
    padding-top: 60px;
  }

  .main_menu {
    margin-left: 40px;
  }

  .main_item {
    font-size: 54px;
    margin-bottom: 15px;
  }

  .main_item-text span:last-of-type {
    padding-left: 60px;
  }

  .main_spline {
    left: -25px;
    top: -130px;
  }

  .main-decor_date {
    max-width: 460px;
  }

  .decor-title_block {
    display: contents;
  }

  .decor-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .decor-title .decor-title_line {
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0;
    width: 95%;
  }

  .decor-title .center {
    padding: 0;
  }

  .decor-title .decor-title_text {
    margin: 0;
    padding: 0 20px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .services_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: initial;
    margin-bottom: 100px;
  }

  .services_content-title {
    position: relative;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: none;
    transform: none;
    left: initial;
    top: initial;
  }

  .services_items {
    padding: 0;
  }

  .services_items-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services_title {
    font-size: 58px;
    margin-bottom: 260px;
  }

  .services_title .color_blue {
    width: 100%;
    display: block;
  }

  .services_title::before {
    height: 110%;
    border-width: 8px;
  }

  .services_title br {
    display: none;
  }

  .services_spline-group {
    margin-bottom: 40px;
    width: 500px;
    height: 550px;
  }

  .services_spline-wrap {
    -webkit-transform: none;
    transform: none;
  }

  .services-spline_dots {
    background-size: contain;
    height: 310px;
    bottom: 228px;
  }

  .services_item {
    margin: 0 0 20px;
  }

  .services-decor_shadow__2 {
    height: 480px;
    bottom: 150px;
  }

  .services-decor_dots__2 {
    width: 3px;
    height: 100px;
    bottom: 45px;
    background-size: cover;
    background-position: top;
  }

  .services_info {
    right: 0;
  }

  .services_info::after {
    font-size: 90px;
    right: 0;
  }

  .we-do_img-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .content .text_stroke {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
  }

  .btn {
    width: 100%;
  }

  .header_hamburger {
    width: 64px;
  }

  .header_logo-link {
    width: 122px;
    height: 26px;
  }

  .header_link {
    width: 64px;
    padding: 0 10px;
  }

  .header_link .icon {
    display: block;
    font-size: 20px;
  }

  .header_link span {
    display: none;
  }

  .header_link::hover {
    opacity: 1;
    color: #2565ED;
  }

  .main {
    overflow: hidden;
  }

  .main_wrap {
    padding: 20px 0 104px;
    min-height: calc(100vh - 90px);
  }

  .main_menu {
    margin: 0 0 350px 15px;
  }

  .content__we-do .main_menu {
    margin-bottom: 420px;
  }

  .main_item .icon {
    margin-right: 12px;
    font-size: 24px;
  }

  .main_text {
    font-size: 17px;
  }

  .main_title {
    font-size: 28px;
  }

  .main_spline {
    left: -50%;
    top: 115px;
    width: 160%;
    height: 75%;
  }

  .main-overlay_item__1 {
    width: 15%;
  }

  .main-overlay_item__3 {
    height: 180px;
  }

  .main-page .main-overlay_item__2 {
    width: 15%;
  }

  .main-page .main-overlay_item__4 {
    height: 280px;
  }

  .main-background .main-background_shadow {
    width: 520px;
    height: 251px;
    left: -12%;
  }

  .we-do-page .main-background_shadow {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  .main-background_text {
    top: 170px;
    max-width: 646px;
    max-height: 160px;
  }

  .main-decor_line-1 {
    font-size: 100px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 17px;
    margin-bottom: 10px;
  }

  .main-decor_line-2 {
    height: 36px;
  }

  .main-decor_date .line__1,
  .main-decor_date .line__2 {
    width: 40%;
  }

  .main-decor_date .line__3 {
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-decor_compass {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: initial;
    top: 100%;
    width: 280px;
    height: 280px;
    margin-top: 30px;
  }

  .text-block {
    padding: 250px 0 50px;
  }

  .text-block_title {
    font-size: 70px;
    letter-spacing: -2px;
    margin-bottom: 30px;
  }

  .main-page .text-block_title .margin-left {
    margin-left: 50px;
  }

  .we-do-page .text-block_title .margin-left {
    margin-left: 45px;
  }

  .main-page .text-block_title .color_blue {
    margin-left: 110px;
  }

  .we-do-page .text-block_title .color_blue {
    width: 100%;
    display: block;
  }

  .text-block_title .margin-both {
    margin: 0 5px;
  }

  .decor-title {
    padding: 40px 0 30px;
  }

  .main-page .decor-title {
    padding: 60px 0 35px;
  }

  .decor-title .text_stroke,
  .we-do_item .decor-title_text {
    font-size: 70px;
    letter-spacing: -3px;
  }

  .main-page .decor-title .text_stroke {
    font-size: 68px;
  }

  .decor-title_text .icon {
    display: none;
  }

  .main-page .decor-title_block .decor-title_text,
  .main-page .decor-title .decor-title_text__last {
    margin-left: 40px;
  }

  .decor-title .decor-title_line {
    width: 90%;
  }

  .decor-title_line-item__small {
    width: 10px;
    margin-left: 12px;
  }

  .decor-title_line {
    height: 52px;
  }

  .we-do_item__1 .decor-title_text__last {
    word-break: break-word;
    max-width: 250px;
  }

  .we-do_item__3 .decor-title_text__last {
    word-break: break-word;
    max-width: 365px;
  }

  .we-do_item-title {
    font-size: 30px;
    letter-spacing: 0.6px;
  }

  .we-do_item-content {
    padding-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .we-do_tabs {
    -ms-flex-order: 2;
    order: 2;
    margin: 5px 0 0;
  }

  .we-do_item .we-do_tabs-items {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .we-do_item .we-do_tab {
    margin: 15px 10px 0;
  }

  .we-do_img-wrap {
    -ms-flex-order: 1;
    order: 1;
  }

  .we-do_img-wrap::after,
  .we-do_img-decor {
    display: none;
  }

  .we-do_img {
    height: 55vw;
  }

  .we-do_img::before {
    top: 15px;
    left: 15px;
    width: 66px;
    background-size: contain;
  }

  .we-do_item-text-wrap {
    -ms-flex-order: 3;
    order: 3;
  }

  .we-do_item-text-content {
    margin-top: 30px;
  }

  .we-do_item__1 .we-do_item-text {
    padding: 0;
  }

  .creation {
    padding-top: 40px;
  }

  .creation_title {
    font-size: 64px;
    line-height: 0.8;
    letter-spacing: -2.5px;
    margin-bottom: 10px;
  }

  .creation_subtitle {
    font-size: 23px;
    line-height: 2;
    letter-spacing: 0.7px;
  }

  .creation_row__1 {
    margin-top: 10px;
    padding-bottom: 50px;
  }

  .creation_row__1::before {
    display: none;
  }

  .creation_items1 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .creation .creation_item1 {
    width: 100%;
    margin: 30px 0 0;
  }

  .creation_item1-content {
    background-position: top;
  }

  .creation_item1-decor-triangle {
    border-left-width: 8vw;
    border-right-width: 8vw;
    border-top-width: 7vw;
  }

  .creation_item1-number {
    height: 95vw;
  }

  .creation_item1-number-decor-2 {
    height: 100%;
  }

  .creation_item1-number-decor-2::before {
    width: 64vw;
    height: 64vw;
  }

  .creation_item1-number::after {
    left: 20px;
    top: 7px;
  }

  .creation_item1-line::after,
  .creation_item1-content::after {
    left: 20px;
  }

  .creation_item1-content::after {
    background-position: top;
  }

  .creation_item1__3 .creation_item1-number::before {
    top: calc(100% + 7px);
  }

  .creation_row__2 {
    padding: 20px 0 100px;
  }

  .creation_item2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .creation_item2-number {
    width: 100%;
    font-size: 120px;
    line-height: 1;
    letter-spacing: -4px;
    margin: 0 0 12px;
  }

  .creation_item2-content {
    padding: 30px 25px 66px;
  }

  .creation_item2-text {
    font-size: 19px;
  }

  .creation_item2-content::before {
    top: initial;
    right: initial;
    width: 31px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 100%;
    left: 45px;
    margin-bottom: 18px;
  }

  .services_wrap {
    padding-bottom: 70px;
  }

  .services_title {
    font-size: 30px;
    letter-spacing: 0.5px;
    padding-left: 0;
    margin-bottom: 200px;
  }

  .services_title::before {
    height: 120%;
    border-width: 4px;
    width: 26px;
  }

  .services_info {
    display: none;
  }

  .services_items {
    padding: 0;
  }

  .services_item {
    width: calc(100vw - 54px);
    height: calc(100vw - 75px);
    padding-top: 40px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services_icon-bg {
    font-size: calc(100vw - 75px);
  }

  .services_item-icon {
    font-size: 80px;
  }

  .services_item-title {
    font-size: 24px;
    letter-spacing: 0.4px;
    max-width: 156px;
    margin-bottom: 10px;
  }

  .services_item__1 .services_item-title {
    font-size: 25px;
    letter-spacing: 0.5px;
    max-width: 149px;
  }

  .services_item .services_item-text {
    font-size: 13px;
    max-width: 204px;
    line-height: 1.3;
  }

  .services_content-title {
    font-size: 56px;
    width: 100%;
  }

  .services_button {
    width: 100%;
  }

  .services_spline-group {
    -webkit-transform: translate(-50%, 50%) scale(0.6);
    transform: translate(-50%, 50%) scale(0.6);
  }

  .services_spline {
    left: 59%;
  }

  .services-decor_dots__2 {
    bottom: 114px;
  }

  .statistic {
    padding: 0;
  }

  .statistic_title {
    margin-bottom: 30px;
  }

  .statistic_title-text,
  .statistic_title-text .text_stroke {
    font-size: 68px;
    letter-spacing: -2px;
  }

  .statistic_line {
    height: 40px;
  }

  .statistic_line .line:first-of-type {
    display: none;
  }

  .statistic_line .line.bg_green {
    font-size: 16px;
    line-height: 0.8;
  }

  .statistic_title-text .text_stroke {
    margin: 0 0 0 40px;
  }

  .statistic_wrap {
    padding: 50px 0 40px;
  }

  .statistic_item {
    margin-bottom: 10px;
  }

  .statistic_item-number {
    font-size: 60px;
    letter-spacing: -2px;
    margin-right: 10px;
  }

  .statistic_item-text {
    padding-top: 15px;
  }

  .statistic_item-title {
    font-size: 34px;
    letter-spacing: -1.3px;
    margin-bottom: 5px;
  }

  .statistic_item-desc {
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 0;
  }

  .statistic_content::before,
  .statistic_content::after {
    display: none;
  }

  .motivation {
    padding: 40px 0 70px;
  }

  .motivation_title-text__1 {
    font-size: 64px;
    letter-spacing: -2px;
  }

  .motivation_title-text__2 {
    letter-spacing: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .motivation_title-decor {
    -ms-flex-order: 3;
    order: 3;
    width: 85px;
    background-size: contain;
  }

  .motivation_subtitle {
    font-size: 16px;
    margin-top: 20px;
  }

  .motivation_button {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .motivation_button-decor {
    margin: 0 0 40px;
  }

  .motivation_link {
    margin: 0;
  }

  .contact-us {
    padding: 130px 0 0;
    background-position: center 60px, center top;
    background-size: 200%;
  }

  .contact-us .center {
    padding: 0;
  }

  .contact-us_wrap {
    padding: 10px;
  }

  .contact-us_form {
    background-position: -140px 40px;
  }

  .contact-us_title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .footer_row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_logo {
    margin-bottom: 30px;
  }

  .footer_menu {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    border-top: 1px dashed #3E4E6D;
  }

  .footer_menu-item {
    margin: 0 0 20px;
  }

  .footer_menu-link {
    height: auto;
    min-height: 40px;
    text-align: center;
  }

  .footer_row__2 {
    border: none;
    text-align: center;
    padding-top: 20px;
  }

  .content__privacy {
    padding: 20px 0;
  }

  .privacy h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .privacy h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 356px) {
  .main_item {
    font-size: 40px;
  }

  .services_item-title {
    font-size: 20px;
  }

  .services_item .services_item-text {
    font-size: 12px;
  }

  .services_item-icon {
    margin-bottom: 10px;
  }

  .services_item {
    padding-top: 30px;
  }

  .text-block_title {
    font-size: 60px;
    text-align: left;
  }

  .services_item .services_item-text {
    max-width: 194px;
  }

  .main-page .text-block_title .margin-left,
  .main-page .text-block_title .color_blue {
    margin-left: 0;
    display: block;
    width: 100%;
  }

  .decor-title {
    text-align: left;
  }

  .main-page .decor-title_block .decor-title_text,
  .main-page .decor-title .decor-title_text__last {
    margin-left: 0;
  }

  .decor-title .text_stroke,
  .we-do_item .decor-title_text {
    font-size: 60px;
  }

  .statistic_item-number {
    font-size: 44px;
  }

  .statistic_item-text {
    padding-top: 8px;
  }

  .statistic_item-title {
    font-size: 30px;
  }

  .motivation_title-text__1 {
    font-size: 52px;
  }

  .motivation_title-text__2 {
    font-size: 70px;
  }

  .statistic_title-text .text_stroke {
    margin: 0;
  }

  .creation_item2-title {
    font-size: 32px;
  }
}