/*Colors*/
/*Styles*/
/*Common styles*/
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Light.eot");
  src: url("../fonts/Acrom-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Light.woff") format("woff"), url("../fonts/Acrom-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Regular.eot");
  src: url("../fonts/Acrom-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Regular.woff") format("woff"), url("../fonts/Acrom-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Medium.eot");
  src: url("../fonts/Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Medium.woff") format("woff"), url("../fonts/Acrom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Bold.eot");
  src: url("../fonts/Acrom-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Bold.woff") format("woff"), url("../fonts/Acrom-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  height: 100%;
  font-family: "Acrom", sans-serif;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
body.overfl {
  overflow: hidden;
}

a, span, svg use, ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

div:focus,
span:focus,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.button:focus {
  outline: none;
}

input,
textarea {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul {
  padding: 0 0 0 30px;
  margin: 0;
}
ul li {
  padding: 0;
  list-style: disc;
}
ul li.color {
  color: #6569F9;
}
ul li a {
  color: #6569F9;
}
ul li + li {
  margin-top: 10px;
}

p a,
ul li a {
  text-decoration: underline;
}

.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h4 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

section {
  margin-top: 55px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-bord {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
}
.btn-bord img {
  margin-left: 10px;
}
.btn-bord:hover {
  font-size: 20px;
}
.btn-bord:active {
  border: 2px solid #fff;
}
.btn-bord:focus {
  border: 2px solid #fff;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.h100 {
  height: 100%;
}
@media (max-width: 768px) {
  .h100 {
    height: auto;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 50px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-next {
  right: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-prev {
  left: -17px;
}
.swiper-pagination {
  margin-top: 15px;
  position: relative;
  bottom: 0 !important;
  z-index: 4 !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #EAEAEA;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #1A0F91;
}

/**/
.header {
  padding: 30px 0 0;
  position: relative;
  z-index: 6;
}
.header__ic {
  display: none;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: inline-block;
  margin-top: -10px;
}
.header__menu ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu ul li {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
}
.header__menu ul li + li {
  margin-left: 30px;
}
.header__menu ul li a {
  display: block;
  position: relative;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FC3869;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu ul li a:hover:after {
  width: 100%;
}
.header__menu ul li > ul {
  display: none;
  width: 330px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 27px;
  left: -120px;
  z-index: 3;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.header__menu ul li > ul:before {
  content: "";
  height: 12px;
  width: 100%;
  position: absolute;
  top: -11px;
  left: 0;
  z-index: 2;
}
.header__menu ul li > ul li {
  margin: 0;
}
.header__menu ul li > ul li + li {
  margin-top: 10px;
}
.header__menu ul li > ul li a {
  display: inline-block;
  color: #352EAF;
  text-transform: inherit;
  font-size: 16px;
  line-height: 110%;
}
.header__menu ul li:hover > ul {
  display: block;
}

/**/
.banner {
  overflow: hidden;
  margin-top: 0;
  position: relative;
}
.banner h1 {
  text-transform: uppercase;
}
.banner_page {
  padding-bottom: 270px;
}
.banner_page h2 {
  font-size: 30px;
}
.banner_page h1 {
  margin-bottom: 25px;
}
.banner_page_im {
  padding-bottom: 20px;
}
.banner__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  margin-right: calc(50% - 50vw);
}
.banner_page .banner__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -15px;
}
.banner_page_im .banner__inner {
  margin-right: calc(50% - 50vw);
}
.banner_page_im .banner__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner__inner h2 {
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  font-weight: 300;
}
.banner__info {
  width: 50%;
  padding: 60px 0;
}
.banner_page_im .banner__info {
  padding-top: 100px;
}
.banner__img {
  width: 50%;
  text-align: right;
  padding-left: 10px;
}
.banner__tx {
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 910px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-bottom: -100px;
  padding-top: 50px;
  position: relative;
  z-index: 3;
  color: #fff;
}
.banner__tx-cell:first-of-type {
  max-width: 250px;
}
.banner__tx-cell:last-of-type {
  max-width: 355px;
}

/**/
.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  color: #fff;
}
.services__cell {
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.services__item {
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.services__item + .services__item {
  margin-top: 30px;
}
.services__item_bg1 {
  background: linear-gradient(132.53deg, #FA3767 0%, #B31336 96.76%);
}
.services__item_bg2 {
  background: linear-gradient(81.38deg, #F84B24 2.02%, #FD9431 99.4%);
}
.services__item_bg3 {
  background: linear-gradient(132.53deg, #1999FA 0%, #116FD5 96.76%);
}
.services__item_bg4 {
  background: linear-gradient(132.53deg, #6569F9 0%, #352EAF 96.76%);
}
.services__item-title {
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
}
.services__item-title span {
  display: block;
  font-weight: 700;
}
.services__item-list {
  margin-top: 40px;
}
.services__item_bg3 .services__item-list {
  width: 75%;
}
.services__item-list ul {
  padding: 0;
}
.services__item-list ul li {
  padding-left: 0;
  list-style: none;
}
.services__item-list ul li + li {
  margin-top: 21px;
}
.services__item-price {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.services__item-bottom {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services__item-bottom_img2 {
  margin-top: 25px;
}
.services__item-bottom .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services__item-bottom_img1 {
  margin-top: 40px;
  display: block;
}
.services__item-bottom_img4 {
  margin-top: 27px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.services__item-img img {
  display: block;
}
.services__item-bottom_img1 .services__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -65px;
  margin-bottom: -20px;
}
.services__item-bottom_img2 .services__item-img {
  position: absolute;
  top: -97px;
  right: 20px;
  z-index: 2;
}
.services__item-bottom_img3 .services__item-img {
  margin-top: -90px;
}

/**/
.about {
  overflow: hidden;
}
.about__top {
  max-width: 730px;
  margin: 0 auto 50px;
}
.about__top p + p {
  margin-top: 15px;
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(50% - 50vw);
}
.about_dop .about__row {
  margin-right: 0;
}
.about_pros .about__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__cell {
  width: 50%;
}
.about__img {
  text-align: right;
}
.about_pros .about__img {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about__info p + ul {
  margin-top: 30px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_pros .about__item:first-of-type, .about_pros .about__item:last-of-type {
  margin-right: -40%;
}
.about__item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about__item + .about__item {
  margin-top: 20px;
}
.about__tx {
  padding-left: 30px;
}
.about__tx span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

/**/
.gallery__holder {
  position: relative;
}
.gallery__slider {
  overflow: hidden;
  position: relative;
}
.gallery__item {
  max-width: 920px;
  margin: auto;
}
.gallery__item img {
  display: block;
  border-radius: 20px;
}

/**/
.conference__inner h2 {
  margin-bottom: 30px;
}
.conference__text {
  max-width: 730px;
  margin: auto;
}
.conference__holder {
  margin-top: 45px;
  position: relative;
}
.conference__slider {
  max-width: 980px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.conference__slider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.conference__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conference__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**/
.reviews__holder {
  position: relative;
}
.reviews__slider {
  margin-top: -20px;
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.reviews__slider .swiper-button-next {
  top: inherit;
  bottom: -14px;
  right: 14px;
}
.reviews__slider .swiper-button-prev {
  top: inherit;
  bottom: -14px;
  right: 57px;
  left: inherit;
}
.reviews__slider .swiper-slide {
  height: auto;
}
.reviews__slider-item {
  padding: 20px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.reviews__slider-in {
  height: 100%;
  padding: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 10px rgba(180, 185, 233, 0.5);
          box-shadow: 0 0 10px 10px rgba(180, 185, 233, 0.5);
}
.reviews__slider-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__slider-ava {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
}
.reviews__slider-ava img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__slider-info {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reviews__slider-name {
  font-weight: 500;
  line-height: 110%;
}
.reviews__slider-pos {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
}
.reviews__slider-text {
  margin-top: 20px;
  padding: 45px 37px 0;
  position: relative;
}
.reviews__slider-text:before, .reviews__slider-text:after {
  content: "";
  width: 49px;
  height: 41px;
  display: block;
  position: absolute;
  background-image: url("../img/rev-ic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.reviews__slider-text:before {
  top: 0;
  left: -7px;
}
.reviews__slider-text:after {
  right: -7px;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/**/
.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__inner h2 {
  text-align: left;
}
.contacts__img {
  width: 50%;
}
.contacts__info {
  width: 48%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contacts__item {
  display: table;
  text-transform: uppercase;
  color: #FC3869;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
}
.contacts__item + .contacts__item {
  margin-top: 40px;
}

/**/
.footer {
  margin-top: 60px;
  padding: 155px 0 30px;
  position: relative;
}
.footer__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 3;
}
.footer__left {
  width: 57%;
}
.footer__right {
  width: 32%;
}
.footer__item {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 115%;
}
.footer__item span {
  display: block;
  margin-top: 7px;
}
.footer__item a {
  color: #fff;
}
.footer__item a:hover {
  color: #FC3869;
}
.footer__item + .footer__item {
  margin-top: 20px;
}
.footer__item b {
  font-weight: 500;
}

/**/
.case__top {
  max-width: 730px;
  margin: 0 auto 50px;
}
.case__top p + p {
  margin-top: 15px;
}
.case__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case__row:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.case__row + .case__row {
  margin-top: 45px;
}
.case__cell {
  width: 45%;
}
.case__img {
  text-align: center;
}
.case__text p + p {
  margin-top: 25px;
}

/**/
.all__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.all__cell {
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all__item {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
.all__item + .all__item {
  margin-top: 30px;
}
.all__item_bg1 {
  background: linear-gradient(81.38deg, #F84B24 2.02%, #FD9431 99.4%);
}
.all__item_bg2 {
  background: linear-gradient(132.53deg, #FA3767 0%, #B31336 96.76%);
}
.all__item_bg3 {
  height: 100%;
  background: linear-gradient(132.53deg, #6569F9 0%, #352EAF 96.76%);
}
.all__item-title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}
.all__item p {
  margin-top: 26px;
}
.all__item ul {
  margin-top: 5px;
  padding-left: 10px;
}
.all__item ul li {
  list-style: none;
  position: relative;
}
.all__item ul li:before {
  content: "-";
  position: absolute;
  left: -10px;
  top: 0;
}
.requisites__list {
  margin-top: 26px;
}
.requisites__item {
  font-size: 18px;
  line-height: 140%;
}
.requisites__item + .requisites__item {
  margin-top: 18px;
}
.requisites__item b {
  font-weight: 500;
}
.requisites .about__row {
  margin-right: 0;
}
.requisites .about__cell {
  width: 100%;
}
.requisites__item_plain {
  display: block;
}
.requisites__tx {
  padding-left: 0;
}
.all__item-img_im1 {
  position: absolute;
  top: -124px;
  left: 18px;
  z-index: 2;
}
.all__item-img_im2 {
  padding: 5px;
  float: right;
}
.all__item-img_im3 {
  text-align: center;
}

/**/
.mobile__top {
  max-width: 730px;
  margin: 0 auto 50px;
}
.mobile__top p + p {
  margin-top: 15px;
}
.mobile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -40px;
}
.mobile__cell {
  width: 25%;
  padding: 0 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile__item {
  text-align: center;
}
.mobile__item-ic {
  margin-bottom: 30px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile__item-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.mobile__item-tx {
  font-size: 16px;
  line-height: 120%;
}

/**/
.office {
  overflow: hidden;
}
.office__top {
  text-align: left;
  display: inline-block;
}
.office__inner {
  position: relative;
}
.office__holder {
  padding-bottom: 150px;
  min-height: 610px;
  position: relative;
  margin-right: calc(50% - 50vw);
}
.office__bg {
  padding-left: 14%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.office__bg img {
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: bottom right;
     object-position: bottom right;
  height: 750px;
}
.office__img {
  position: absolute;
  left: -41%;
  top: 12%;
}
.office__list {
  max-width: 540px;
  position: relative;
  z-index: 3;
  margin-left: 29%;
  padding-top: 100px;
}
.office__list-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.office__list-cell + .office__list-cell {
  margin-top: 20px;
}
.office__list-ic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.office__list-info {
  padding-left: 30px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.office__list-info p b {
  font-weight: 500;
}
.office__list-info p + p {
  margin-top: 12px;
}

/**/
.more {
  margin-bottom: 300px;
}
.more__top {
  text-align: left;
  display: inline-block;
  margin-bottom: -100px;
}
.more__inner {
  position: relative;
}
.more__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.more__bg img {
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  height: 850px;
}
.more__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 610px;
  position: relative;
  /*margin-left: calc(50% - 50vw);*/
  margin: 0 -150px;
}
.more__list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0 0 50px;
  margin: auto;
  position: relative;
  z-index: 3;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more__list-cell {
  width: 25%;
  text-align: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*&:nth-of-type(1) {
    margin-bottom: 50px;
  }
  &:nth-of-type(2) {
    margin-bottom: 140px;
  }
  &:nth-of-type(3) {
    margin-bottom: 190px;
  }
  &:nth-of-type(4) {
    margin-bottom: 240px;
  }*/
}
.more__list-cell:nth-of-type(1) {
  padding-top: 260px;
}
.more__list-cell:nth-of-type(2) {
  padding-top: 170px;
}
.more__list-cell:nth-of-type(3) {
  padding-top: 100px;
}
.more__list-cell:nth-of-type(4) {
  padding-top: 20px;
}
.more__list-ic {
  margin-bottom: 15px;
}
@media (max-width: 1450px) {
  .more {
    margin-bottom: 200px;
  }
  .more__holder {
    margin: 0 -50px;
  }
  .more__list {
    padding-bottom: 30px;
    padding-top: 0;
    padding-right: 20px;
  }
  .more__list-info {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .more__holder {
    margin: 0 -10px;
  }
  .more {
    margin-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .office__list {
    max-width: 500px;
    margin-left: 20%;
  }
  .office__img {
    left: -44%;
  }
}
@media (max-width: 1100px) {
  .conference__slider {
    max-width: 840px;
  }
}
@media (max-width: 991px) {
  .services__item-price {
    font-size: 18px;
    margin: 20px 0 30px;
  }
  body {
    font-size: 16px;
  }
  .container {
    padding: 0 15px;
  }
  h2 {
    font-size: 24px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .swiper-button-prev {
    left: -10px;
  }
  .header__logo {
    width: 60px;
  }
  .banner_page {
    padding-bottom: 150px;
  }
  .banner_page_im {
    padding-bottom: 0;
  }
  .banner__inner {
    margin-right: -14px;
  }
  .banner_page .banner__inner {
    margin-right: 0;
  }
  .banner_page .banner__inner h2 {
    font-size: 20px;
  }
  .banner_page_im .banner__inner {
    margin-right: -14px;
  }
  .banner_page .banner__img {
    text-align: center;
  }
  .banner_page_im .banner__info {
    padding-top: 40px;
  }
  .banner_page_it .banner__tx {
    padding-top: 65px;
    margin-bottom: -30px;
  }
  .banner__tx-cell:last-of-type {
    max-width: 300px;
  }
  .banner_page_it .banner__info {
    padding-top: 15px;
    width: 100%;
  }
  .banner_page_it .banner__info h1 {
    text-align: center;
  }
  .banner_page_it .banner__info h1 br {
    display: none;
  }
  .services__item-title {
    font-size: 24px;
  }
  .services__item-list {
    margin-top: 30px;
    font-size: 16px;
  }
  .services__item-list ul li + li {
    margin-top: 10px;
  }
  .gallery__inner {
    position: relative;
  }
  .gallery__item {
    max-width: 710px;
  }
  .about__top {
    max-width: 570px;
  }
  .about__item img {
    width: 60px;
  }
  .about__row {
    display: block;
    clear: both;
  }
  .about_inf .about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -14px;
  }
  .about_pros .about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -14px;
  }
  .about__cell {
    width: 100%;
  }
  .about_dop .about__cell:first-of-type {
    width: 220px;
    padding-right: 46px;
    padding-bottom: 20px;
    float: left;
  }
  .about_inf .about__cell {
    width: 50%;
  }
  .about_inf .about__img {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about__info {
    padding-top: 30px;
  }
  .about_pros .about__info {
    padding-top: 0;
  }
  .about__info p {
    margin-bottom: 90px;
  }
  .conference__slider {
    max-width: 640px;
  }
  .conference__holder {
    margin-top: 25px;
  }
  .reviews__slider-text {
    padding: 45px 5px 20px;
    font-size: 16px;
  }
  .reviews__slider-text:after {
    bottom: -18px;
  }
  .reviews__slider-ava {
    width: 60px;
    height: 60px;
  }
  .reviews__slider-info {
    padding-left: 25px;
  }
  .contacts h2 {
    margin-bottom: 40px;
  }
  .contacts__item {
    font-size: 24px;
  }
  .contacts + .contacts__item {
    margin-top: 25px;
  }
  .footer {
    padding: 115px 0 30px;
  }
  .footer__right, .footer__left {
    width: 47%;
  }
  .footer__item + .footer__item {
    margin-top: 11px;
  }
  .all__item {
    padding: 20px;
  }
  .all__item_bg2 p:last-of-type {
    padding-right: 30px;
  }
  .all__item-img_im1 {
    width: 133px;
    top: -70px;
  }
  .all__item-img_im2 {
    width: 148px;
    float: none;
    position: absolute;
    /*bottom: -64px;
    right: -27px;*/
    bottom: -72px;
    right: -13px;
    z-index: 2;
  }
  .all__item-img_im3 {
    width: 175px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
  .all__item-title {
    font-size: 24px;
  }
  .case__top {
    max-width: 570px;
  }
  .mobile__cell {
    width: 50%;
  }
  .office__holder {
    margin-right: -14px;
  }
  .office__list {
    margin-left: 26%;
  }
  .more {
    margin-bottom: 0;
  }
  .more__holder {
    margin-right: -14px;
    margin-left: -14px;
  }
  .more__list {
    padding-bottom: 80px;
    padding-left: 15px;
  }
  .more__list-ic {
    margin-right: auto;
    margin-left: auto;
    width: 50px;
  }
  .more__list-cell {
    padding: 0 5px;
  }
  .more__list-cell:nth-of-type(1) {
    padding-top: 300px;
  }
  .more__list-cell:nth-of-type(2) {
    padding-top: 230px;
  }
  .more__list-cell:nth-of-type(3) {
    padding-top: 160px;
  }
  .more__list-cell:nth-of-type(4) {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section {
    margin-top: 40px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .header {
    padding-top: 20px;
    z-index: 5;
  }
  .header__logo {
    width: 30px;
    margin-top: -5px;
    position: relative;
    z-index: 6;
  }
  .header__ic {
    display: block;
    position: relative;
    z-index: 6;
  }
  .header__ic .cl {
    display: none;
  }
  .is-open .header__ic .cl {
    display: block;
  }
  .is-open .header__ic .tg {
    display: none;
  }
  .header__menu {
    display: none;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    padding: 70px 15px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(132.53deg, #6569F9 0%, #352EAF 96.76%);
    overflow: auto;
  }
  .is-open .header__menu {
    display: block;
  }
  .header__menu ul {
    display: block;
    text-align: center;
  }
  .header__menu ul li a {
    display: inline-block;
  }
  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .header__menu ul li > ul {
    width: 100%;
    background: transparent;
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
  }
  .header__menu ul li > ul li a {
    color: #ffffff;
  }
  .banner h2 {
    font-size: 16px;
  }
  .banner__inner {
    display: block;
  }
  .banner__info, .banner__img {
    width: 100%;
  }
  .banner__img {
    padding-left: 0;
  }
  .banner__info {
    padding: 20px 0 15px;
    text-align: center;
  }
  .banner__info h1 br {
    display: none;
  }
  .banner__info h2 {
    text-align: center;
  }
  .banner__info h2 br {
    display: none;
  }
  .banner_page {
    padding-bottom: 100px;
  }
  .banner_page_im {
    padding-bottom: 40px;
  }
  .banner_page h1 {
    margin-bottom: 15px;
  }
  .banner_page h2 {
    font-size: 16px !important;
  }
  .banner__tx {
    display: block;
    padding: 0 20px !important;
    margin: 0;
  }
  .banner__tx-cell {
    max-width: 100% !important;
  }
  .banner__tx-cell + .banner__tx-cell {
    margin-top: 15px;
  }
  .banner_page_it {
    padding-bottom: 200px;
  }
  .services__item-title {
    position: relative;
    z-index: 3;
  }
  .services__cell + .services__cell {
    margin-top: 30px;
  }
  .services .services__item_bg3 .services__item-list {
    width: 80%;
  }
  .services .services__item-bottom_img5 .services__item-img {
    width: 86px;
    position: absolute;
    top: -71px;
    right: 20px;
    z-index: 2;
  }
  .services .services__item-bottom_img6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .services .services__item-bottom_img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services .services__item-bottom_img1 .services__item-img {
    max-width: 300px;
  }
  .services .services__item-bottom_img2 .services__item-img {
    position: relative;
    top: 0;
    right: 0;
  }
  .services__row {
    display: block;
  }
  .services__cell {
    width: 100%;
  }
  .about_inf .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_inf .about__cell {
    width: 100% !important;
  }
  .about_inf .about__img {
    padding-left: 0;
    text-align: right;
  }
  .about_inf .about__item img {
    width: 60px;
  }
  .about_inf .about__tx {
    padding-left: 20px;
  }
  .about_inf .about__info {
    padding-right: 15px;
  }
  .about_pros .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .about_pros .about__item:first-of-type, .about_pros .about__item:last-of-type {
    margin-right: 0;
  }
  .about_pros .about__img {
    margin-top: 30px;
    padding-right: 0;
  }
  .about_pros .about__tx {
    font-size: 16px;
  }
  .gallery__holder .swiper-button-next,
  .gallery__holder .swiper-button-prev {
    top: inherit;
    bottom: -40px;
  }
  .gallery__holder .swiper-button-next {
    right: 30%;
  }
  .gallery__holder .swiper-button-prev {
    left: 30%;
  }
  .about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about_dop .about__cell:first-of-type {
    float: none;
    padding: 0;
    width: 100%;
  }
  .about__info {
    padding: 0;
  }
  .about__info p {
    margin-bottom: 0;
  }
  .about__img {
    margin-top: 10px;
    text-align: center;
  }
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    bottom: 0;
  }
  .conference__slider {
    max-width: 440px;
  }
  .contacts h2 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }
  .contacts__inner {
    display: block;
    text-align: center;
  }
  .contacts__info, .contacts__img {
    width: 100%;
    padding-left: 0;
  }
  .contacts__item {
    margin: auto;
    font-size: 20px;
  }
  .contacts__item + .contacts__item {
    margin-top: 10px;
  }
  .contacts + .contacts__item {
    margin-top: 15px;
  }
  .contacts__info {
    margin-top: 30px;
  }
  .footer {
    margin-top: 35px;
  }
  .all__item + .all__item {
    margin-top: 20px;
  }
  .all__item_bg1 {
    margin-top: 105px;
  }
  .all__item_bg3 {
    height: auto;
  }
  .all__item-img_im1 {
    left: 50px;
  }
  .all__item-img_im2 {
    position: relative;
    bottom: inherit;
    right: inherit;
    float: right;
  }
  .all__item-title {
    font-size: 18px;
  }
  .all__row {
    display: block;
    margin: 0;
  }
  .all__cell {
    width: 100%;
    padding: 0;
  }
  .all__cell + .all__cell {
    margin-top: 20px;
  }
  .case__row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .case_dop .case__row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .case__row + .case__row {
    margin-top: 30px;
  }
  .case__cell {
    width: 100%;
  }
  .case__img {
    margin-top: 30px;
  }
  .case__text h4 {
    text-align: center;
  }
  .case__text p + p {
    margin-top: 10px;
  }
  .mobile__row {
    display: block;
    margin: 0;
  }
  .mobile__cell {
    width: 100%;
    padding: 0;
  }
  .mobile__cell + .mobile__cell {
    margin-top: 30px;
  }
  .mobile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .mobile__item-ic {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mobile__item-title {
    text-transform: uppercase;
  }
  .mobile__item-info {
    padding-left: 20px;
  }
  .d-none-mob {
    display: none;
  }
  .office__top {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  .office__bg {
    padding-left: 0;
  }
  .office__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  .office__list {
    padding-top: 100px;
    margin-left: 50px;
    padding-right: 20px;
  }
  .office__list-ic {
    width: 50px;
  }
  .office__list-info {
    padding-left: 20px;
  }
  .office__list-info b {
    font-size: 18px;
  }
  .office__img {
    display: none;
  }
  .more h2 br {
    display: none;
  }
  .more__top {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  .more__bg img {
    -o-object-fit: fill;
       object-fit: fill;
    height: 650px;
  }
  .more__holder {
    display: block;
    padding-top: 0;
  }
  .more__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 120px 15px 50px;
  }
  .more__list-cell {
    padding: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0 !important;
    text-align: left;
  }
  .more__list-cell + .more__list-cell {
    padding-top: 20px !important;
  }
  .more__list-cell:nth-of-type(1) {
    padding-top: 20px !important;
  }
  .more__list-ic {
    margin-bottom: 0;
    width: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .more__list-info {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 550px) {
  .conference__slider {
    max-width: 250px;
  }
  .gallery__holder .swiper-button-next {
    right: 20%;
  }
  .gallery__holder .swiper-button-prev {
    left: 20%;
  }
  .more__list {
    padding: 120px 15px 150px;
  }
  .more__bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 420px) {
  .services .services__item-bottom_img5 .services__item-img {
    right: -5px;
  }
  .footer__inner {
    display: block;
  }
  .footer__right, .footer__left {
    width: 100%;
  }
  .footer__left + .footer__right {
    margin-top: 20px;
  }
  .more__list {
    margin: -50px 0;
  }
  .office__bg img {
    height: 100%;
  }
  .services__item-bottom_img3 .services__item-img {
    margin-top: -45px;
  }
}