@charset "UTF-8";
@font-face {
  font-family: "h";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Helvetica-Neue.ttf") format("truetype");
}

@font-face {
  font-family: "r";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "f";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Philosopher.ttf") format("truetype");
}
html {
  overflow: auto;
}
body {
  position: relative;
  min-width: 320px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.65;
  color: #fff;
  overflow-x: hidden;
  background: #151315;
}

b,
strong {
  font-weight: bold;
}

.h1-main-title {
  font-size: 48px;
}

.h1-single-title {
  font-size: 32px;
}

.h1-team-member-title {
  font-size: 24px;
  font-weight: normal;
}

.h2 {
  letter-spacing: -1px;
  line-height: normal;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .h2 {
    font-size: 25px;
  }
}
.h2_border::after {
  content: "";
  display: block;
  width: 64px;
  height: 7px;
  background: #7647c4;
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .h2_border::after {
    height: 4px;
    margin-top: 10px;
  }
}

.btn {
  text-decoration: none !important;
  outline: none !important;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: h;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.btn_gradient {
  /*background: -webkit-linear-gradient(103.6deg, #7E47B9 20.2%, #6C48D1 100.72%);
    background: -o-linear-gradient(103.6deg, #7E47B9 20.2%, #6C48D1 100.72%);
		background: linear-gradient(346.4deg, #7E47B9 20.2%, #6C48D1 100.72%);*/
  background: #7647c4;
  color: #fff !important;
  border-width: 0px;
  padding: 19px 30px;
}
.btn_gradient:hover::after {
  opacity: 0.8;
}
.btn_gradient::after {
  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /*background: -webkit-linear-gradient(103.6deg, #8c46d8 20.2%, #5f2ee4 100.72%);
      background: -o-linear-gradient(103.6deg, #8c46d8 20.2%, #5f2ee4 100.72%);
			background: linear-gradient(346.4deg, #8c46d8 20.2%, #5f2ee4 100.72%);*/
  background: #9056ed;
  opacity: 0;
  z-index: 0;
}
.btn_gradient span {
  z-index: 1;
  position: relative;
}
.btn_border {
  color: #c4c4c4;
  border: 2px solid #7647c4;
  padding: 17px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_border:hover {
  background: #7647c4;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn_gradient {
    padding: 15px 30px;
  }
  .btn_border {
    padding: 13px 30px;
  }
}
@media only screen and (max-width: 385px) {
  .btn {
    font-size: 14px;
  }
  .btn_border {
    padding: 13px 20px;
  }
}
.header {
  padding: 23px 0px 23px;
  position: relative;
}
@media only screen and (max-width: 520px) {
  .header {
    padding: 11px 0px;
  }
}
.header_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #151315;
  z-index: 100;
}
.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1220px) {
  .header__left {
    display: flex;
    align-items: center;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 520px) {
  .header__right {
    display: block;
    max-width: 195px;
    text-align: right;
  }
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 0px 0px 0px;
  padding: 0px;
}
@media only screen and (max-width: 1220px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  margin-right: 20px;
  list-style: none;
}
@media only screen and (max-width: 1679px) {
  .header__menu li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .header__menu li {
    margin-right: 15px;
  }
}
.header__menu li a {
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
  position: relative;
}
.header__menu li a::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #7647c4;
  bottom: -5px;
  width: 0px;
  left: 0px;
  transition: all 0.3s ease;
  opacity: 0;
}
.header__menu li.current-menu-item a::before {
  opacity: 1;
  width: 38px;
}
.header__menu li a:hover::before {
  width: 38px;
  opacity: 1;
}
@media only screen and (max-width: 1440px) {
  .header__menu li a {
    font-size: 16px;
  }
}
.header__menu li:nth-last-child(1) {
  margin-right: 0px;
}
@media only screen and (max-width: 1220px) {
  .header__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo img {
    max-width: 142px;
    margin-top: 2px;
  }
}
.header__hamburger {
  display: none;
  margin-right: 20px;
}
@media only screen and (max-width: 1220px) {
  .header__hamburger {
    display: block;
  }
}
.header__phone {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-left: 40px;
  margin-right: 20px;
}
.header__phone span {
  color: #876ad4 !important;
}
@media only screen and (max-width: 768px) {
  .header__phone {
    font-size: 16px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 520px) {
  .header__phone {
    margin: 0px 0px 9px 0px;
  }
}
@media only screen and (max-width: 350px) {
  .header__phone {
    font-size: 15px;
  }
}
.hamburger {
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  text-transform: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  vertical-align: middle;
  line-height: 0px;
  overflow: visible;
}
.hamburger .hamburger.is-active .hamburger-inner,
.hamburger .hamburger.is-active .hamburger-inner::before,
.hamburger .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 21px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 21px;
  height: 1px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-menu {
  background: #151315;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.mobile-menu .container {
  overflow: auto;
}
.mobile-menu__list {
  list-style: none;
  padding: 0px;
  margin: 0px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-menu__list li {
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  padding: 0px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .mobile-menu__list li {
    margin-bottom: 30px;
  }
}
.mobile-menu__list li:nth-last-child(1) {
  margin-bottom: 0px;
}
.mobile-menu__list a {
  color: #fff;
}

.stock {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#b4ccee),
    color-stop(101.25%, #f0c8f5)
  );
  background: -webkit-linear-gradient(right, #b4ccee 0%, #f0c8f5 101.25%);
  background: -o-linear-gradient(right, #b4ccee 0%, #f0c8f5 101.25%);
  background: linear-gradient(270deg, #b4ccee 0%, #f0c8f5 101.25%);
  line-height: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #151315;
  padding: 26px 0px;
}
@media only screen and (max-width: 768px) {
  .stock {
    font-size: 18px;
    padding: 20px 0px;
  }
}
.stock span {
  display: inline-block;
  color: #615cd2;
  line-height: 1;
  border-bottom: 1px solid #615cd2;
}

.offer {
  text-align: center;
  height: 826px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .offer {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .offer {
    height: auto;
    padding: 72px 0px 67px;
  }
}
.offer__title {
  background: -webkit-linear-gradient(
    359.89deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background: -moz-linear-gradient(
    359.89deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background: -o-linear-gradient(
    359.89deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background: linear-gradient(
    90.11deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  font-family: f;
  color: #7947c1;
  line-height: normal;
  letter-spacing: 5px;
  background-size: 180%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: ani;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0.3s;
  transform: scale(1.2, 1);
  text-align: center;
  margin-top: 88px;
  padding: 0px 30px;
}
@media only screen and (max-width: 768px) {
  .offer__title {
    margin-top: 30px;
  }
}
.offer__descr {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.25px;
  color: #7947c1;
  background: -webkit-linear-gradient(
    359.89deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background: -o-linear-gradient(
    359.89deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background: linear-gradient(
    90.11deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  background-size: 180%;
  animation-name: ani;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  text-align: center;
}
@media only screen and (max-width: 1220px) {
  .offer__descr {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .offer__descr {
    margin-bottom: 0px;
  }
}
@keyframes ani {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.about-project-home {
  padding-top: 133px;
  padding-bottom: 156px;
}
@media only screen and (max-width: 1219px) {
  .about-project-home {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .about-project-home {
    padding: 20px 0px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .about-project-home {
    padding: 0px 0px 30px 0px;
  }
}
.about-project-home__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-project-home__row {
    display: block;
  }
}
.about-project-home__image {
  height: 510px;
  margin-left: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: -68px;
}
@media only screen and (max-width: 1439px) {
  .about-project-home__image {
    max-width: 442px;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1220px) {
  .about-project-home__image {
    max-width: 442px;
    margin-left: 179px;
    top: -172px;
    height: 345px;
    left: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .about-project-home__image {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0px, 0px);
    max-width: 250px;
    margin-top: 30px;
  }
}
.about-project-home__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 407px;
  -ms-flex: 0 0 407px;
  flex: 0 0 407px;
  max-width: 407px;
  position: relative;
  margin-right: auto;
}
@media only screen and (max-width: 1220px) {
  .about-project-home__left {
    max-width: 450px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 450px;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
  }
}
@media only screen and (max-width: 991px) {
  .about-project-home__left {
    max-width: 100%;
  }
}
.about-project-home__left-title {
  letter-spacing: -0.25px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44.8px;
}
@media only screen and (max-width: 768px) {
  .about-project-home__left-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.about-project-home__descr {
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 25.2px;
}
.about-project-home__descr_left {
  margin-top: 57px;
}
@media only screen and (max-width: 768px) {
  .about-project-home__descr_left {
    margin-top: 25px;
    display: none;
  }
}
.about-project-home__descr_right {
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .about-project-home__descr_right {
    margin-bottom: 30px;
  }
}
.about-project-home__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 440px;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  max-width: 440px;
  position: relative;
  padding-top: 57px;
}
@media only screen and (max-width: 991px) {
  .about-project-home__right {
    max-width: 100%;
    padding-top: 33px;
  }
}
@media only screen and (max-width: 768px) {
  .about-project-home__right {
    padding-top: 20px;
  }
}

.services-home {
  background: #181618;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .services-home {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .services-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.services-home__descr {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  margin-top: 38px;
  margin-bottom: 76px;
}
@media only screen and (max-width: 991px) {
  .services-home__descr {
    display: none;
  }
  .services-home__items {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .services-home__descr {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.services-home__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1725px) {
  .services-home__row {
    margin-right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .services-home__row {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 530px) {
  .services-home__row {
    display: block;
  }
}
.services-home__row_right {
  margin-left: -20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .services-home__row_right {
    margin-left: -15px;
  }
}
.services-home__row_left {
  margin-left: -141px;
  text-align: right;
}
@media only screen and (max-width: 1725px) {
  .services-home__row_left {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .services-home__row_left {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 530px) {
  .services-home__row_left {
    text-align: left;
  }
}
.services-home__col {
  padding: 0px 20px;
}
@media only screen and (max-width: 768px) {
  .services-home__col {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 530px) {
  .services-home__col {
    margin-bottom: 30px;
  }
}
.services-home__col_mb {
  margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  .services-home__col_mb {
    margin-bottom: 30px;
  }
}
.services-home__col_small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 720px;
  -ms-flex: 0 0 720px;
  flex: 0 0 720px;
  max-width: 720px;
}
@media only screen and (max-width: 1725px) {
  .services-home__col_small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 530px) {
  .services-home__col_small {
    max-width: 100%;
  }
}
.services-home__col_big {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 840px;
  -ms-flex: 0 0 840px;
  flex: 0 0 840px;
  max-width: 840px;
}
@media only screen and (max-width: 1725px) {
  .services-home__col_big {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 530px) {
  .services-home__col_big {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1725px) {
  .services-home__item {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
}
.services-home__item-image {
  height: 350px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-home__item-image::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: 2;
}
.services-home__item-image:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .services-home__item-image {
    height: 250px;
  }
}
.services-home__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .services-home__item-image img {
    max-height: 100%;
  }
}
.services-home__item-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-bottom: 12px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .services-home__item-title {
    margin-bottom: 10px;
  }
}
.services-home__item-title a {
  color: #fff !important;
}
.services-home__item-descr {
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
  max-width: 320px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .services-home__item-descr {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 530px) {
  .services-home__item-descr {
    max-width: 100%;
  }
}
.services-home__center {
  text-align: center;
  margin-top: 79px;
}
@media only screen and (max-width: 768px) {
  .services-home__center {
    margin-top: 30px;
  }
}
.services-home__slider {
  margin: 0px -20px;
  position: relative;
}
@media only screen and (max-width: 1219px) {
  .services-home__slider {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 991px) {
  .services-home__slider {
    margin: 50px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .services-home__slider {
    margin: 30px -15px 0px -15px;
  }
}
.services-home .swiper-slide {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 20px;
  position: static;
}
@media only screen and (max-width: 1219px) {
  .services-home .swiper-slide {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .services-home .swiper-slide {
    padding: 0px 10px;
    flex: 0 0 320px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .services-home .swiper-slide {
    flex: 0 0 331px;
    max-width: 331px;
  }
  .services-home-item-hover__image {
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}
.services-home .swiper-wrapper {
  box-sizing: border-box;
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.swiper-navigation__prev {
  margin-right: 5px;
}
.swiper-navigation__prev img {
  margin-right: 1px;
}
.swiper-navigation__next {
  margin-left: 5px;
}
.swiper-navigation__next img {
  margin-left: 1px;
}
.swiper-navigation__btn {
  position: static;
  background: none;
  width: 50px;
  height: 50px;
  border: 2px solid #7647c4;
  display: block;
  margin-top: 0px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
}

.events-home {
  background: #181618;
  padding-top: 96px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1220px) {
  .events-home {
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .events-home {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .events-home {
    padding: 40px 0px 40px;
  }
}
.events-home__container {
  padding: 0px;
}
@media only screen and (min-width: 992px) {
  .events-home__container {
    max-width: 100%;
  }
}
.events-home__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .events-home__row {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .events-home__row {
    margin-bottom: 30px;
  }
}
.events-home__image {
  position: absolute;
  right: 0px;
  top: -144px;
}
@media only screen and (max-width: 1220px) {
  .events-home__image {
    right: -190px;
  }
}
@media only screen and (max-width: 991px) {
  .events-home__image {
    display: none;
  }
}
.events-home__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1220px;
}
.events-home__slider {
  margin: 0px -15px;
}
@media only screen and (max-width: 991px) {
  .events-home__slider {
    margin: 0px -20px;
  }
}
.events-home__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 700px;
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 700px;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .events-home__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
}
.events-home__right img {
  position: absolute;
}
.events-home__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  max-width: 480px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .events-home__col .events-tile {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@media only screen and (max-width: 991px) {
  .events-home__col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .events-home__col {
    padding: 0px 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
  }
}
.events-home__navigation_mobile {
  margin-top: 69px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .events-home__navigation_desktop {
    display: none;
  }
  .events-home__navigation_mobile {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .events-home__navigation_mobile {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.events-tile {
  text-align: center;
}
.events-tile__image {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .events-tile__image img {
    max-width: 100%;
  }
}
.events-tile__image::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: 2;
}
.events-tile__image:hover {
  opacity: 0.6;
}
.events-tile__line {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .events-tile__line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .events-tile__line {
    margin-top: 20px;
  }
}
.events-tile__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.25px;
  color: #fff;
  display: inline-block;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .events-tile__title br {
    display: none;
  }
  .events-tile__title {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
  }
}
.events-tile__title:hover {
  color: #7647c4;
}

.team-home {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .team-home {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .team-home {
    padding: 50px 0px 40px;
  }
}
.team-home__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 380px) {
  .team-home__row {
    display: block;
  }
}
.team-home__navigation {
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .team-home__navigation {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 380px) {
  .team-home__navigation {
    margin-top: 20px;
  }
}
.team-home__slider {
  margin: 94px -20px 0px -20px;
}
@media only screen and (max-width: 768px) {
  .team-home__slider {
    margin: 30px -15px 0px -15px;
  }
}
.team-home__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .team-home__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 331px;
    -ms-flex: 0 0 331px;
    flex: 0 0 331px;
    padding: 0px 10px;
  }
  .team-home__col img {
    max-width: 100%;
  }
}

.team-item {
  position: relative;
  z-index: 2;
}
.team-item__image {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.team-item__image::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /*background: rgba(255, 255, 255, 0.1);*/
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  z-index: 2;
}
.team-item__image:hover::before {
  opacity: 0.6;
}
.team-item__line {
  margin-top: 43px;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .team-item__line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .team-item__line {
    margin-top: 20px;
  }
}
.team-item__title {
  letter-spacing: -0.25px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 25px;
  margin-top: 27px;
  display: inline-block;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .team-item__title {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.team-item__title-descr {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.seo-text {
  padding: 80px 0px;
}
@media only screen and (max-width: 768px) {
  .seo-text {
    padding: 30px 0px;
  }
}
.seo-text p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  letter-spacing: -0.25px;
  margin-bottom: 66px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .seo-text p {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.seo-text p:nth-last-child(1) {
  margin-bottom: 0px;
}

.footer {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .footer {
    text-align: center;
    padding: 30px 0px;
  }
}
.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer__row {
    display: block;
  }
}
.footer__left {
  padding-right: 10px;
}
.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .footer__row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .footer__menu {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer__menu li {
    display: inline;
    margin: 0 10px 0 10px !important;
  }

  .footer__menu li:nth-last-child {
    margin-right: 21px;
  }

  .footer__left {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 20px 0;
  }

  .footer__right {
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__menu li {
  margin-right: 43px;
}
.footer__menu li:nth-last-child(1) {
  margin-right: 0px;
}
.footer__menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: -0.25px;
}
.footer__menu a:hover {
  color: #7647c4;
}
.footer__right {
  padding-left: 10px;
}
.footer__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .footer__icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__icon {
  margin-left: 15px;
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 3px solid #7647c4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__icon:hover {
  background: #7647c4;
}
.footer__icon:hover svg {
  fill: #fff;
}
.footer__icon:hover svg path {
  fill: #fff;
}
.footer__icon:nth-child(1) {
  margin-left: 0px;
}
.footer__copyright {
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 20px;
  }
}
.footer__atelier {
  margin-top: 43px;
  font-size: 18px;
  color: #fff !important;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 768px) {
  .footer__atelier {
    margin-top: 20px;
  }
}

.complete-form {
  background: #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0px auto;
  position: relative;
  max-width: 560px;
  text-align: center;
  padding: 64px;
}
@media only screen and (max-width: 768px) {
  .complete-form__home {
    margin-top: 20px;
  }
  .complete-form {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 580px) {
  .complete-form {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
  }
}
.complete-form .mfp-close {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 0px;
  background-image: url(../img/close-complete.svg);
  -webkit-background-size: 40px 40px;
  background-size: 40px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .complete-form .mfp-close {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
  }
}
.complete-form .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.complete-form__title {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -0.25px;
  color: #151315;
}
@media only screen and (max-width: 768px) {
  .complete-form__title {
    font-size: 25px;
  }
}
.complete-form__line {
  margin: 33px auto 39px auto;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .complete-form__line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .complete-form__line {
    margin: 10px auto 20px auto;
  }
}
.complete-form__descr {
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #151315;
}
@media only screen and (max-width: 768px) {
  .complete-form__descr {
    font-size: 16px;
    line-height: 19px;
  }
}

.team {
  padding-top: 67px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .team {
    padding: 30px 0px 0px;
  }
}
@media only screen and (max-width: 550px) {
  .team .h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .team__items {
    max-width: 687px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -20px;
}
@media only screen and (max-width: 768px) {
  .team__row {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 550px) {
  .team__row {
    display: block;
  }
}
.team__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 40px 20px 25px 20px;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .team__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 991px) {
  .team__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .team__col {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 550px) {
  .team__col {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team__col:nth-child(8n) {
  position: relative;
}
.team__col:nth-child(8n)::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -9999px;
  right: -9999px;
  background: #181618;
}
@media only screen and (max-width: 1220px) {
  .team__col:nth-child(8n)::before {
    display: none;
  }
}
.team__col img {
  max-width: 100%;
}

.team-card {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.team-card::before {
  content: "";
  position: absolute;
  background-image: url(../img/team-card-2.svg);
  -webkit-background-size: 736px 736px;
  background-size: 736px;
  width: 736px;
  height: 876px;
  left: 0px;
  top: 53px;
  z-index: 1;
}
.team-card__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .team-card__row {
    display: block;
  }
}
.team-card__left {
  background: #151315;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51%;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  max-width: 51%;
  padding-right: 39px;
  text-align: right;
  padding-top: 80px;
  min-height: 981px;
}
@media only screen and (max-width: 991px) {
  .team-card__left {
    max-width: 100%;
    min-height: 0px;
    padding-bottom: 90px;
    padding-right: 0px;
    text-align-last: left;
  }
  .team-card__left::after {
    content: "";
    background: #151315;
    position: absolute;
    z-index: 0;
    top: 0px;
    bottom: 0px;
    width: 9999px;
    left: 100%;
    margin-left: -3px;
  }
}
@media only screen and (max-width: 768px) {
  .team-card__left {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.team-card__left::before {
  content: "";
  background: #151315;
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0px;
  width: 9999px;
  right: 100%;
  margin-right: -3px;
}
.team-card__tile {
  position: relative;
  z-index: 2;
}
.team-card__tile img {
  margin-right: -118px;
}
@media only screen and (max-width: 1220px) {
  .team-card__tile img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .team-card__tile img {
    max-width: 100%;
  }
}
.team-card__tile-name {
  letter-spacing: -0.25px;
  font-size: 24px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .team-card__tile-name {
    font-size: 20px;
    margin-top: 25px;
  }
}
.team-card__tile-name span {
  font-weight: 700;
}
.team-card__tile-position {
  margin-top: 11px;
  max-width: 318px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .team-card__tile-position {
    margin-left: 0px;
  }
}
.team-card__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  padding-left: 240px;
  padding-top: 164px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .team-card__right {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 1220px) {
  .team-card__right {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .team-card__right {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .team-card__right {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.team-card__descr {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  color: #151315;
}
.team-card__descr-line {
  margin-bottom: 40px;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .team-card__descr-line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .team-card__descr-line {
    margin-bottom: 25px;
  }
}
.team-card__descr-content {
  letter-spacing: -0.25px;
}
.team-card__descr-content p:nth-last-child(1) {
  margin-bottom: 0px;
}
.team-card__education {
  letter-spacing: -0.25px;
  color: #151315;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .team-card__education {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .team-card__education {
    margin-top: 40px;
  }
}
.team-card__education-title {
  letter-spacing: -0.25px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team-card__education-content {
  font-size: 18px;
  line-height: 25px;
}
.team-card__education-content p:nth-last-child(1) {
  margin-bottom: 0px;
}
.team-card__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 43px -10px 0px -10px;
}
@media only screen and (max-width: 768px) {
  .team-card__tags {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.team-card__tag {
  color: #151315;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #7647c4;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.team-card__career {
  letter-spacing: -0.25px;
  color: #151315;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .team-card__career {
    padding: 35px 0px 0px;
  }
}
.team-card__career-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.team-card__career-content {
  font-size: 18px;
  line-height: 25px;
}
.team-card__career-content p:nth-last-child(1) {
  margin-bottom: 0px;
}

.gallery-catalog {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .gallery-catalog {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.gallery-catalog__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 117px -20px 0px -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1220px) {
  .gallery-catalog__row {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-catalog__row {
    margin: 30px -15px 0px -15px;
  }
}
@media only screen and (max-width: 550px) {
  .gallery-catalog__row {
    display: block;
  }
}
.gallery-catalog__col {
  padding: 0px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .gallery-catalog__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 35px;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 550px) {
  .gallery-catalog__col {
    max-width: 100%;
  }
}
.gallery-catalog__item img {
  max-width: 100%;
}
.gallery-catalog__item-image {
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
.gallery-catalog__item-image::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: 2;
}
.gallery-catalog__item-image:hover {
  opacity: 0.6;
}
.gallery-catalog__item-title {
  font-size: 18px;
  line-height: 25px;
  color: #fff !important;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}
.gallery-catalog__center {
  margin-top: 35px;
  text-align: center;
}
@media only screen and (max-width: 1220px) {
  .gallery-catalog__center {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-catalog__center {
    padding-top: 20px;
  }
}

.gallery-card {
  padding-top: 69px;
  padding-bottom: 34px;
}
@media only screen and (max-width: 991px) {
  .gallery-card {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-card {
    padding-top: 40px;
  }
}
.gallery-card img {
  max-width: 100%;
}
.gallery-card__h2 {
  margin-bottom: 118px;
}
@media only screen and (max-width: 991px) {
  .gallery-card__h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-card__h2 {
    margin-bottom: 35px;
  }
}
.gallery-card__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -20px;
}
@media only screen and (max-width: 991px) {
  .gallery-card__row {
    margin: 0px -10px;
  }
}
.gallery-card__col {
  padding: 0px 20px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .gallery-card__col {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-card__col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-card__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gallery-card__col_small {
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .gallery-card__col_small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery-card__image {
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
@media only screen and (max-width: 1220px) {
  .gallery-card__image {
    height: 189px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-card__image {
    height: 155px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-card__image {
    height: 137px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-card__image {
    height: auto;
  }
}
.gallery-card__image::before {
  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: 2;
}
.gallery-card__image:hover {
  opacity: 0.6;
}
.gallery-card__video {
  position: relative;
  display: block;
}
@media only screen and (max-width: 1220px) {
  .gallery-card__video {
    height: 189px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-card__video {
    height: 155px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-card__video {
    height: 137px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-card__video {
    height: auto;
  }
}
.gallery-card__video:hover .gallery-card__video-play {
  background: #fff;
}
.gallery-card__video:hover .gallery-card__video-play svg,
.gallery-card__video:hover .gallery-card__video-play path {
  fill: #000;
}
.gallery-card__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.popup-video {
  height: 500px;
  max-width: 800px;
  position: relative;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .popup-video {
    height: 350px;
  }
}
.popup-video .mfp-close {
  top: -40px;
  right: -15px;
  color: #fff;
  margin: 0px;
  opacity: 1;
}

.contacts {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 1218px;
}
.contacts .contacts__left > .container {
  background: #151315;
}

@media only screen and (max-width: 991px) {
  .contacts {
    display: block;
    min-height: 0px;
  }
}
.contacts-info-items_mobile {
  margin-top: 0px !important;
}
@media only screen and (max-width: 991px) {
  .contacts_mobile {
    display: block;
  }
}
.contacts_mobile .contacts__info {
  height: auto;
}
.contacts_mobile .contacts__map {
  margin-top: 0px;
}
.contacts_mobile .contacts__left .container {
  position: static;
  transform: none;
}
.contacts__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62%;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}
@media only screen and (max-width: 1220px) {
  .contacts__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 991px) {
  .contacts__left {
    max-width: 100%;
  }
}
.contacts__left .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: 0px;
}
@media only screen and (max-width: 991px) {
  .contacts__left .container {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.contacts__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  background: #fff;
}
@media only screen and (max-width: 1220px) {
  .contacts__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media only screen and (max-width: 991px) {
  .contacts__right {
    max-width: 100%;
  }
}
.contacts__info {
  padding-top: 67px;
  padding-bottom: 113px;
  position: relative;
  height: 780px;
  max-width: 491px;
}
@media only screen and (max-width: 1220px) {
  .contacts__info {
    max-width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .contacts__info {
    max-width: 100%;
    padding-top: 30px;
    height: auto;
    padding-bottom: 0px;
  }
}
.contacts__info-image {
  position: absolute;
  top: 242px;
  left: 716px;
}
@media only screen and (max-width: 1440px) {
  .contacts__info-image {
    left: 570px;
  }
}
@media only screen and (max-width: 1220px) {
  .contacts__info-image {
    left: 474px;
  }
}
@media only screen and (max-width: 991px) {
  .contacts__info-image {
    position: static;
    max-width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts__info-image {
    margin-top: 40px;
  }
}

.contacts-info-items {
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .contacts-info-items {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts-info-items {
    margin-top: 30px;
  }
}

.contacts-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contacts-info-item:nth-child(1) {
  margin-bottom: 59px;
}
@media only screen and (max-width: 768px) {
  .contacts-info-item:nth-child(1) {
    margin-bottom: 30px;
  }
}
.contacts-info-item__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31px;
  -ms-flex: 0 0 31px;
  flex: 0 0 31px;
  max-width: 31px;
}
.contacts-info-item__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contacts-info-item__right-title {
  letter-spacing: -0.25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
  margin-top: 3px;
}
.contacts-info-item__right-descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.contacts-info-item__right-descr p:nth-last-child(1) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .contacts-info-item__right-descr {
    font-size: 16px;
    line-height: 19px;
  }
}

.contacts-info__anchors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: 31px;
}
@media only screen and (max-width: 768px) {
  .contacts-info__anchors {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.contacts-info__anchor {
  color: #fff;
  cursor: pointer;
}
.contacts-info__anchor:nth-child(1) {
  margin-right: 27px;
}
@media only screen and (max-width: 768px) {
  .contacts-info__anchor:nth-child(1) {
    margin-right: 9px;
  }
}

.contacts__map {
  position: relative;
  height: 440px;
  margin-top: 779px;
}
@media only screen and (max-width: 991px) {
  .contacts__map {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts__map {
    margin-top: 40px;
    height: 350px;
  }
}

.contacts__map-container {
  height: 100%;
}

.contacts__location {
  margin-left: 80px;
  margin-top: 914px;
  max-width: 400px;
}
@media only screen and (max-width: 1440px) {
  .contacts__location {
    margin-left: 40px;
    max-width: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .contacts__location {
    max-width: 720px;
    padding: 50px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts__location {
    padding: 40px 15px;
    max-width: 100%;
  }
}

.contacts__location-title {
  color: #151315;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 768px) {
  .contacts__location-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.contacts__location-line {
  margin-top: 37px;
  margin-bottom: 37px;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .contacts__location-line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts__location-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.contacts__location-descr {
  font-size: 18px;
  line-height: 25px;
  color: #151315;
}
.contacts__location-descr p:nth-last-child(1) {
  margin-bottom: 0px;
}
.ymaps-2-1-75-places-pane {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.ymaps-2-1-75-zoom__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inline-form {
  padding-top: 88px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .inline-form {
    padding: 40px 0px 10px;
  }
}
.inline-form__container {
  max-width: 920px;
  margin: 0px auto;
}
.inline-form__line {
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .inline-form__line {
    height: 4px;
  }
}
.inline-form__title {
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-top: 36px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .inline-form__title br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .inline-form__title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.inline-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .inline-form__row {
    margin: 0px -15px;
  }
}
@media only screen and (max-width: 560px) {
  .inline-form__row {
    display: block;
  }
}
.inline-form__col {
  padding: 0px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .inline-form__col {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .inline-form__col {
    max-width: 100%;
  }
}
.inline-form__input {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  color: #fff;
  border: 2px solid #7647c4;
  height: 53px;
  background: transparent;
  font-weight: 300;
  font-family: r;
  outline: none !important;
}
.inline-form__input.error {
  border-color: #ff8181 !important;
}
.inline-form__input::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.inline-form__input::-moz-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.inline-form__input::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.inline-form__input::placeholder {
  color: #c4c4c4;
  font-weight: 300;
}
.inline-form__textarea {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 9px;
  font-size: 18px;
  color: #fff;
  border: 2px solid #7647c4;
  height: 160px;
  background: transparent;
  font-weight: 300;
  font-family: r;
  outline: none !important;
  resize: none;
}
.inline-form__textarea.error {
  border: red !important;
}
.inline-form__textarea::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.inline-form__textarea::-moz-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.inline-form__textarea::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.inline-form__textarea::placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.inline-form__center {
  text-align: center;
  margin-top: 38px;
}
@media only screen and (max-width: 768px) {
  .inline-form__center {
    margin-top: 20px;
  }
}

.about-us {
  padding-top: 68px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-us {
    padding-top: 40px;
  }
}
.about-us__mission {
  margin-top: 117px;
}
@media only screen and (max-width: 991px) {
  .about-us__mission {
    margin-top: 40px;
  }
}
.about-us__mission-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .about-us__mission-row {
    display: block;
  }
}
.about-us__mission-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52%;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .about-us__mission-left {
    max-width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__mission-left {
    max-width: 100%;
  }
}
.about-us__mission-image {
  position: absolute;
  bottom: 0px;
  left: -261px;
}
@media only screen and (max-width: 1440px) {
  .about-us__mission-image {
    left: -320px;
  }
}
@media only screen and (max-width: 1220px) {
  .about-us__mission-image {
    left: -560px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__mission-image {
    position: static;
    max-width: 100%;
  }
}
.about-us__mission-right {
  padding-left: 111px;
  max-width: 671px;
  padding-bottom: 153px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1440px) {
  .about-us__mission-right {
    padding-bottom: 113px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__mission-right {
    padding-left: 0px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us__mission-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about-us__mission-title {
  letter-spacing: -0.25px;
  line-height: 45px;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about-us__mission-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.about-us__mission-line {
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
  margin-top: 33px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .about-us__mission-line {
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-us__mission-descr {
  letter-spacing: -0.25px;
  font-size: 18px;
  min-height: 326px;
  line-height: 25px;
}
@media only screen and (max-width: 991px) {
  .about-us__mission-descr {
    min-height: 0px;
  }
}
.about-us__mission-descr p {
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .about-us__mission-descr p {
    margin-bottom: 15px;
  }
}
.about-us__mission-descr p:nth-last-child(1) {
  margin-bottom: 0px;
}
.about-us__philosophy {
	background-image: url(https://ipad.fiteywa.ru/wp-content/uploads/2023/10/4234234_r.webp);
/*  background-image: url(../img/about-us-2.png);*/
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 383px;
}
@media only screen and (max-width: 991px) {
  .about-us__philosophy {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us__philosophy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about-us__philosophy-title {
  max-width: 560px;
  letter-spacing: -0.25px;
  line-height: 45px;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about-us__philosophy-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.about-us__philosophy-line {
  background: #fff;
  width: 64px;
  height: 7px;
  display: block;
  margin-top: 33px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .about-us__philosophy-line {
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-us__philosophy-descr {
  max-width: 560px;
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
}
.about-us__purposes {
  background: #fff;
}
.about-us__purposes-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .about-us__purposes-row {
    display: block;
  }
}
.about-us__purposes-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52%;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .about-us__purposes-left {
    max-width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__purposes-left {
    max-width: 100%;
  }
}
.about-us__purposes-left::before {
  content: "";
  position: absolute;
  width: 9999px;
  top: 0px;
  bottom: 0px;
  background: #151315;
  right: 485px;
}
@media only screen and (max-width: 1220px) {
  .about-us__purposes-left::before {
    right: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__purposes-left::before {
    right: 150px;
    bottom: -30px;
  }
}
.about-us__purposes-image {
  margin-top: -301px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1220px) {
  .about-us__purposes-image {
    margin-left: -131px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__purposes-image {
    margin-left: 0px;
    margin-top: 0px;
    max-width: 100%;
  }
}
.about-us__purposes-right {
  padding-left: 111px;
  max-width: 671px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 100px;
  padding-bottom: 189px;
}
@media only screen and (max-width: 991px) {
  .about-us__purposes-right {
    padding-left: 0px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us__purposes-right {
    padding-bottom: 40px;
  }
}
.about-us__purposes-title {
  letter-spacing: -0.25px;
  line-height: 45px;
  font-size: 32px;
  font-weight: 700;
  color: #151315;
}
@media only screen and (max-width: 768px) {
  .about-us__purposes-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.about-us__purposes-line {
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
  margin-top: 33px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .about-us__purposes-line {
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-us__purposes-descr {
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
  color: #151315;
}

.club-card {
  padding-top: 68px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .club-card {
    padding-top: 40px;
  }
}

.club-card-standart {
  margin-top: 115px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .club-card-standart {
    margin-top: 40px;
  }
}
.club-card-standart__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .club-card-standart__row {
    display: block;
  }
}
.club-card-standart__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61.5%;
  -ms-flex: 0 0 61.5%;
  flex: 0 0 61.5%;
  max-width: 61.5%;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .club-card-standart__left {
    max-width: 41.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.5%;
    -ms-flex: 0 0 41.5%;
    flex: 0 0 41.5%;
  }
}
@media only screen and (max-width: 991px) {
  .club-card-standart__left {
    max-width: 100%;
  }
}
.club-card-standart__image {
  position: absolute;
  bottom: 0px;
  left: -144px;
  top: -69px;
}
@media only screen and (max-width: 1220px) {
  .club-card-standart__image {
    width: 559px;
    left: -188px;
    top: auto;
  }
}

.club-card-standart__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  .club-card-standart__right {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .club-card-tariff br {
    display: none;
  }
}

.club-card-tariff__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 360px) {
  .club-card-tariff__row {
    display: block;
  }
}

.club-card-tariff__name {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 45px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 768px) {
  .club-card-tariff__name {
    font-size: 23px;
    line-height: 30px;
  }
}

.club-card-tariff__date {
  letter-spacing: -0.25px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #7647c4;
  background: -webkit-linear-gradient(
    359.89deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background: -o-linear-gradient(
    359.89deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background: linear-gradient(
    90.11deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .club-card-tariff__date {
    font-size: 18px;
    line-height: 23px;
  }
}

.club-card-tariff__right {
  padding-top: 10px;
}
@media only screen and (max-width: 360px) {
  .club-card-tariff__right {
    padding-top: 20px;
  }
}

.club-card-tariff__list {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  padding: 0px;
  margin: 60px 0px 0px 0px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .club-card-tariff__list {
    margin-top: 30px;
  }
}
.club-card-tariff__list li {
  margin-bottom: 19px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .club-card-tariff__list li {
    margin-bottom: 15px;
  }
}
.club-card-tariff__list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 8px;
  left: -23px;
  background: #7647c4;
}
.club-card-tariff__list li:nth-last-child(1) {
  margin-bottom: 0px;
}
.club-card-tariff__btn {
  margin-top: 45px;
}

.club-card-system {
  background: #181618;
  padding-top: 100px;
  padding-bottom: 177px;
}
@media only screen and (max-width: 768px) {
  .club-card-system {
    padding: 40px 0px 80px 0px;
  }
}
.club-card-system__title {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.25px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .club-card-system__title {
    font-size: 23px;
    line-height: 28px;
  }
}
.club-card-system__descr {
  letter-spacing: -0.25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
}
.club-card-system__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 151px -20px 0px -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .club-card-system__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .club-card-system__row {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 590px) {
  .club-card-system__row {
    display: block;
  }
}
.club-card-system__col {
  padding: 0px 20px;
  max-width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
}
@media only screen and (max-width: 1220px) {
  .club-card-system__col {
    max-width: 317px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 317px;
    -ms-flex: 0 0 317px;
    flex: 0 0 317px;
  }
}
@media only screen and (max-width: 991px) {
  .club-card-system__col {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 150px;
  }
  .club-card-system__col:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .club-card-system__col {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 590px) {
  .club-card-system__col {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.club-card-system__item {
  max-width: 360px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .club-card-system__item {
    max-width: 100%;
  }
}
.club-card-system__item-letter {
  font-size: 67px;
  line-height: 1;
  color: #d177dc;
  font-weight: 700;
  opacity: 0.1;
  position: absolute;
  top: -20px;
  right: 0px;
  left: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1220px) {
  .club-card-system__item-letter {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .club-card-system__item-letter {
    font-size: 42px;
    top: -7px;
  }
}
.club-card-system__item-image {
  position: absolute;
  top: 47px;
  right: -34px;
}
@media only screen and (max-width: 768px) {
  .club-card-system__item-image {
    top: 0px;
  }
}
.club-card-system__item-title {
  letter-spacing: -1px;
  font-size: 48px;
  line-height: 59px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .club-card-system__item-title {
    font-size: 40px;
  }
}
.club-card-system__item-line {
  margin-top: 69px;
  margin-bottom: 48px;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .club-card-system__item-line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .club-card-system__item-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.club-card-system__item-descr {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .club-card-deposit {
    padding: 40px 0px;
  }
}

.club-card-deposit__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .club-card-deposit__row {
    display: block;
  }
}

.club-card-deposit__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 559px;
  -ms-flex: 0 0 559px;
  flex: 0 0 559px;
  max-width: 559px;
  padding: 98px 0px 120px 23px;
}
@media only screen and (max-width: 991px) {
  .club-card-deposit__left {
    padding: 80px 0px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .club-card-deposit__left {
    padding: 0px;
  }
}

.club-card-deposit__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .club-card-deposit__right {
    padding-top: 40px;
  }
}
.club-card-deposit__right::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 9999px;
  left: 597px;
  background: #181618;
}
@media only screen and (max-width: 1220px) {
  .club-card-deposit__right::before {
    left: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .club-card-deposit__right::before {
    display: none;
  }
}

.club-card-deposit__image {
  position: absolute;
  left: 160px;
  top: 98px;
}
@media only screen and (max-width: 1220px) {
  .club-card-deposit__image {
    left: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .club-card-deposit__image {
    position: static;
    max-width: 100%;
  }
}

.error-404 {
  background-image: url(../img/error-404.svg);
  -webkit-background-size: 1932px 1932px;
  background-size: 1932px;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 430px;
  height: auto;
  position: relative;
  padding: 55px 0 80px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error-404__img {
  margin-bottom: 45px;
}
.error-404__title {
  width: 534px;
  margin: 0 auto 120px auto;
}
.error-404__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.003em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .error-404 {
    -webkit-background-size: 900px 900px;
    background-size: 900px;
  }
}
.error-404 .container {
  margin-left: 0px;
  margin-right: 0px;
}
.error-404__title img {
  max-width: 100%;
}
.error-404__descr {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  max-width: 511px;
  margin: 0 auto 44px auto;
}
@media only screen and (max-width: 1023px) {
  .error-404__descr {
    margin: 16px auto 44px auto;
  }
  .error-404 .btn {
    padding: 16px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .error-404__title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .error-404 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .error-404__subtitle {
    font-size: 30px;
    line-height: 39px;
  }
  .error-404__descr {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .error-404 .btn {
    padding: 13px;
  }
}

@media only screen and (max-width: 1366px) {
  .error-404__title {
    margin: 0 auto 60px auto;
  }
  .error-404 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.article {
  overflow: hidden;
  min-height: 687px;
}
.article__content {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  padding: 80px 0px 0px 330px;
  margin-bottom: 80px;
  max-width: 1040px;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .article {
    min-height: 0px;
  }
  .article__content {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .article__content {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 24px;
  }
}
.article__content::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 1041px;
  width: 9999px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../img/article-3.svg);
  -webkit-background-size: 1237px 1237px;
  background-size: 1237px;
  background-position: right center;
}
.article__content p {
  margin-bottom: 43px;
  position: relative;
  z-index: 2;
}
.article__content p:nth-last-child(1) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .article__content p {
    margin-bottom: 30px;
  }
}
.article__content img:not(.article__preview) {
  margin-bottom: 43px;
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1220px) {
  .article__content img:not(.article__preview) {
    max-width: 999px;
    margin-left: -200px;
  }
}
@media only screen and (max-width: 991px) {
  .article__content img:not(.article__preview) {
    margin-left: 0px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .article__content img:not(.article__preview) {
    margin-bottom: 30px;
  }
}
.article__content img:not(.article__preview):nth-last-child(1) {
  margin-bottom: 0px;
}
.article__preview {
  position: absolute;
  z-index: 2;
  left: -534px;
}
@media only screen and (max-width: 1220px) {
  .article__preview {
    left: -465px;
  }
}
@media only screen and (max-width: 991px) {
  .article__preview {
    position: static;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.article__date {
  font-size: 14px;
  line-height: 20px;
  color: #7647c4;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .article__date {
    margin-left: 0px;
  }
}
.article__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  .article__title {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .article__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.articles {
  padding-top: 76px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .articles {
    padding: 40px 0px;
  }
}
.articles__links {
  text-align: right;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .articles__links {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.articles__links-item {
  margin-left: 70px;
  letter-spacing: -0.25px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  padding-bottom: 6px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .articles__links-item {
    margin-left: 20px;
  }
}
.articles__links-item:nth-child(1) {
  margin-left: 0px;
}
.articles__links-item_active {
  border-bottom: 4px solid #6b47d1;
  text-decoration: none !important;
}

.articles__center {
  text-align: center;
}

.articles__center > * {
  margin: 0 5px;
}

.articles-item {
  background: #fff;
  letter-spacing: -0.25px;
  color: #151315;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .articles-item {
    margin-bottom: 40px;
    position: relative;
  }
}
.articles-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.articles-item__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .articles-item__row {
    display: block;
  }
}
.articles-item__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 700px;
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 700px;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .articles-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
  }
  .articles-item__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 991px) {
  .articles-item__image {
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .articles-item__image img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
  }
}
.articles-item__padding {
  padding: 60px 122px 0px 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1440px) {
  .articles-item__padding {
    padding: 33px 40px 30px 40px;
  }
}
@media only screen and (max-width: 1220px) {
  .articles-item__padding {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .articles-item__padding {
    max-width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .articles-item__padding {
    padding: 25px;
  }
}
.articles-item__title {
  font-weight: 600;
  font-size: 24px;
  color: #151315 !important;
  line-height: 34px;
  max-width: 440px;
}
@media only screen and (max-width: 768px) {
  .articles-item__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.articles-item__date {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1220px) {
  .articles-item__date {
    margin-bottom: 20px;
  }
}
.articles-item__content {
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 991px) {
  .articles-item__content {
    min-height: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .articles-item__content {
    font-size: 16px;
    line-height: 23px;
  }
}
.articles-item__more {
  color: #151315;
  padding: 17px 19px;
  margin-right: 20px;
  min-width: 125px;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1220px) {
  .articles-item__more {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .articles-item__more {
    padding: 13px 30px;
  }
}

.services {
  background: #fff;
  padding-top: 103px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.services__h2 {
  position: relative;
}

.services__h2::before {
  content: "Услуги";
  color: #d177dc;
  letter-spacing: -0.25px;
  font-weight: 700;
  font-size: 144px;
  opacity: 0.05;
  position: absolute;
  left: -120px;
  top: -76px;
}
@media only screen and (max-width: 1650px) {
  .services__h2::before {
    left: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .services__h2::before {
    font-size: 77px;
    top: -40px;
  }
}
.services__h2 span {
  position: relative;
  color: #151315;
}
.services__items {
  margin-top: 94px;
}
@media only screen and (max-width: 768px) {
  .services__items {
    margin-top: 30px;
  }
}

.services-item {
  margin-bottom: 80px;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 991px) {
  .services-item {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .services-item {
    margin-bottom: 30px;
  }
}
.services-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.services-item__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .services-item__row {
    display: block;
  }
}
.services-item__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .services-item__image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
.services-item__image_left img {
  left: -120px;
}
@media only screen and (max-width: 1440px) {
  .services-item__image_left img {
    left: -286px;
  }
}
@media only screen and (max-width: 1220px) {
  .services-item__image_left img {
    left: -563px;
  }
}
.services-item__image_right img {
  left: -352px;
}
@media only screen and (max-width: 1440px) {
  .services-item__image_right img {
    left: -412px;
  }
}
@media only screen and (max-width: 1220px) {
  .services-item__image_right img {
    left: -430px;
  }
}
.services-item__image img {
  position: absolute;
  top: 0px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .services-item__image img {
    position: static;
    max-width: 100%;
  }
}
.services-item__content {
  background: #151315;
  margin-top: 64px;
  padding-top: 64px;
  padding-bottom: 89px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .services-item__content {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .services-item__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
}
.services-item__content::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: #151315;
  width: 9999px;
}
.services-item__content_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 835px;
  -ms-flex: 0 0 835px;
  flex: 0 0 835px;
  max-width: 835px;
  padding-left: 396px;
}
@media only screen and (max-width: 991px) {
  .services-item__content_right {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .services-item__content_right {
    padding-left: 20px;
  }
}
.services-item__content_right::before {
  left: 100%;
  margin-left: -1px;
}
.services-item__content_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 917px;
  -ms-flex: 0 0 917px;
  flex: 0 0 917px;
  max-width: 917px;
}
.services-item__content_left::before {
  right: 100%;
  margin-left: -1;
}
.services-item__title {
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  max-width: 440px;
  padding-right: 1px;
}
@media only screen and (max-width: 768px) {
  .services-item__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.services-item__line {
  margin-top: 33px;
  margin-bottom: 35px;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .services-item__line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .services-item__line {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.services-item__descr {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 36px;
  max-width: 440px;
  padding-right: 1px;
}
@media only screen and (max-width: 991px) {
  .services-item__descr {
    max-width: 100%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .services-item__descr {
    font-size: 16px;
    line-height: 23px;
    padding-right: 20px;
    margin-bottom: 25px;
  }
}
.services-item__btn {
  color: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 510px) {
  .services-item .btn {
    margin-right: 0px;
    text-align: center;
  }
}
.service {
  overflow: hidden;
  padding-bottom: 232px;
}
@media only screen and (max-width: 1220px) {
  .service {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .service {
    padding-bottom: 40px;
  }
}
.service__top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .service__top-row {
    display: block;
  }
}
.service__top-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 727px;
  -ms-flex: 0 0 727px;
  flex: 0 0 727px;
  max-width: 727px;
  padding-right: 40px;
  padding-top: 103px;
}
@media only screen and (max-width: 1440px) {
  .service__top-left {
    max-width: 591px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 591px;
    -ms-flex: 0 0 591px;
    flex: 0 0 591px;
  }
}
@media only screen and (max-width: 1220px) {
  .service__top-left {
    max-width: 500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
  }
}
@media only screen and (max-width: 991px) {
  .service__top-left {
    max-width: 100%;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .service__top-left {
    padding-top: 40px;
  }
}
.service__top-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .service__top-right {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .service__top-right img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service__top-right {
    padding-bottom: 40px;
  }
}
.service__middle {
  background: #fff;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service__middle {
    padding-top: 40px;
  }
}
.service__middle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1220px) {
  .service__middle-row {
    display: block;
  }
}
.service__middle-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 840px;
  -ms-flex: 0 0 840px;
  flex: 0 0 840px;
  max-width: 840px;
  margin-bottom: -100px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .service__middle-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 733px;
    -ms-flex: 0 0 733px;
    flex: 0 0 733px;
    max-width: 733px;
  }
}
@media only screen and (max-width: 1220px) {
  .service__middle-left {
    margin-bottom: 40px;
  }
  .service__middle-left img {
    max-width: 100%;
  }
}
.service__middle-left::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0px;
  right: 100%;
  width: 9999px;
  background: #151315;
  margin-right: 118px;
}
@media only screen and (max-width: 1220px) {
  .service__middle-left::before {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .service__middle-left::before {
    display: none;
  }
}
.service__middle-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.25px;
  color: #151315;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .service__middle-right {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .service__middle-right {
    padding-bottom: 8px;
  }
}
.service__middle-right::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0px;
  right: 100%;
  width: 9999px;
  background: #151315;
  margin-right: 50px;
  display: none;
}
@media only screen and (max-width: 1220px) {
  .service__middle-right::before {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .service__middle-right::before {
    display: none;
  }
}
.service__middle-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service__middle-descr {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 39px;
}
@media only screen and (max-width: 768px) {
  .service__middle-descr {
    margin-bottom: 30px;
  }
}

.service-content {
  max-width: 560px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1220px) {
  .service-content {
    max-width: 100%;
  }
}
.service-content__title {
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .service-content__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.service-content__line {
  margin-top: 33px;
  margin-bottom: 35px;
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .service-content__line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .service-content__line {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.service-content__descr {
  font-size: 18px;
  line-height: 25px;
}
.service-content__descr p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .service-content__descr p {
    margin-bottom: 20px;
  }
}
.service-content__descr p:nth-last-child(1) {
  margin-bottom: 0px;
}
.service-content__btn {
  margin-top: 42px;
  color: #fff;
}

.service__bottom {
  margin-top: 221px;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1220px) {
  .service__bottom {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .service__bottom {
    margin-top: 40px;
  }
}

.service__bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1220px) {
  .service__bottom-row {
    display: block;
  }
}

.service__bottom-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 560px;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  max-width: 560px;
}
@media only screen and (max-width: 1220px) {
  .service__bottom-left {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1220px) {
  .service__bottom-right {
    margin-top: 40px;
  }
}

.service-slider {
  width: 820px;
  position: absolute;
  right: 0px;
}
.service-slider img {
  max-width: 100%;
}
@media only screen and (max-width: 1440px) {
  .service-slider {
    width: 600px;
  }
}
@media only screen and (max-width: 1220px) {
  .service-slider {
    position: static;
    width: 100%;
    margin: 0px;
  }
}
.service-slider__content {
  max-width: 560px;
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 1220px) {
  .service-slider__content {
    max-width: 100%;
  }
}
.service-slider__title {
  font-weight: 700;
  margin-top: 40px;
}
.service-slider__descr {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .service-slider__descr {
    font-size: 16px;
    line-height: 23px;
  }
}

.popup-form__container {
  max-width: 1080px;
  margin: 20px auto;
  padding: 0px 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .popup-form__container {
    padding: 0px;
  }
}
.popup-form {
  background: #ffffff;
  border-radius: 8px;
  padding: 69px 80px 80px 80px;
  position: relative;
  background-image: url(../img/popup-form-1.svg);
  background-size: 1518px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (max-width: 768px) {
  .popup-form {
    background-size: auto 335px;
  }
}
.main-form.mfp-wrap .mfp-content {
  transition: all 0.5s ease;
  transform: translate(0px, -100%);
}
.main-form.mfp-wrap.mfp-ready .mfp-content {
  transform: translate(0px, 0px);
}
@media only screen and (max-width: 1220px) {
  .popup-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .popup-form {
    padding-left: 25px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.popup-form__container .mfp-close {
  position: absolute;
  right: -32px;
  top: -20px;
  background-image: url(../img/close.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  font-size: 0px;
  color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1192px) {
  .popup-form__container .mfp-close {
    right: 30px;
    top: 10px;
    background-color: #7647c4;
    border-radius: 100%;
    background-size: 30px;
    background-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .popup-form__container .mfp-close {
    right: 10px;
  }
}
.popup-form__container .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup-form__title {
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -0.25px;
  color: #151315;
  margin-bottom: 37px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .popup-form__title br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .popup-form__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.popup-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -20px;
}
@media only screen and (max-width: 991px) {
  .popup-form__row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .popup-form__row {
    margin: 0px -15px;
  }
}
@media only screen and (max-width: 600px) {
  .popup-form__row {
    display: block;
  }
}
.popup-form__btn {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.popup-form__col {
  padding: 0px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.popup-form__col_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .popup-form__col_btn {
    flex: 0 0 200px;
    max-width: 200px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .popup-form__col_btn {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}
.popup-form__col_name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 420px;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  max-width: 420px;
}
@media only screen and (max-width: 1220px) {
  .popup-form__col_name {
    flex: 0 0 376px;
    max-width: 376px;
  }
}
@media only screen and (max-width: 991px) {
  .popup-form__col_name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.popup-form__col_phone {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
}
@media only screen and (max-width: 991px) {
  .popup-form__col_phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .popup-form__col {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .popup-form__col {
    max-width: 100%;
  }
}
.popup-form__input {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  background: #ffffff;
  color: #000;
  border: 2px solid #7647c4;
  height: 53px;
  background: transparent;
  font-weight: 300;
  font-family: r;
  outline: none !important;
}
.popup-form__input.error {
  border-color: #ff8181 !important;
}
.popup-form__input::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.popup-form__input::-moz-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.popup-form__input::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.popup-form__input::placeholder {
  color: #c4c4c4;
  opacity: 0.5;
  font-weight: 300;
}
.popup-form__textarea {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 9px;
  font-size: 18px;
  color: #000;
  border: 2px solid #7647c4;
  height: 160px;
  background: transparent;
  font-weight: 300;
  font-family: r;
  outline: none !important;
  resize: none;
}
.popup-form__textarea.error {
  border: red !important;
}
.popup-form__textarea::-webkit-input-placeholder {
  color: #151315;
  font-weight: 300;
}
.popup-form__textarea::-moz-placeholder {
  color: #151315;
  font-weight: 300;
}
.popup-form__textarea::-ms-input-placeholder {
  color: #151315;
  font-weight: 300;
}
.popup-form__textarea::placeholder {
  color: #151315;
  font-weight: 300;
}
.popup-form__center {
  text-align: center;
  margin-top: 38px;
}
@media only screen and (max-width: 768px) {
  .popup-form__center {
    margin-top: 20px;
  }
}
.header-new {
  margin-left: 0px;
  max-width: 168px;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .header-new {
    margin-left: 0px;
    max-width: 184px;
  }
}
.header__popup-link {
  border: 2px solid #7647c4;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  line-height: normal;
  padding: 8px 15px 10px 15px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .header__popup-link {
    padding: 5px 10px 5px 10px;
  }
}
@media only screen and (max-width: 520px) {
  .header__popup-link {
    padding: 5px 8px;
    font-size: 13px;
  }
}
.header__popup-link:hover {
  text-decoration: none;
  background: #7647c4;
}
@media only screen and (min-width: 1680px) {
  .header-new {
    margin-left: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .header-new {
    margin-left: 15px;
  }
  .header-new .btn {
    font-size: 14px;
    padding: 12px 11px;
  }
}
.offer__btn {
  color: #fff !important;
  margin-top: 108px;
}
@media only screen and (max-width: 768px) {
  .offer__btn {
    margin-top: 30px;
  }
}
.shedule {
  padding: 50px 0px;
}
#mf_schedule_widget_cont_hnn {
  margin-top: 30px;
}
.service-category {
  position: relative;
  overflow: hidden;
}
.service-category__top {
  overflow: hidden;
}
.service-category__top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .service-category__top-row {
    display: block;
  }
}
.service-category__top-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 718px;
  -ms-flex: 0 0 718px;
  flex: 0 0 718px;
  max-width: 718px;
  padding-top: 66px;
  padding-bottom: 66px;
  padding-right: 40px;
}
@media only screen and (max-width: 1440px) {
  .service-category__top-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 626px;
    -ms-flex: 0 0 626px;
    flex: 0 0 626px;
    max-width: 626px;
  }
}
@media only screen and (max-width: 1220px) {
  .service-category__top-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .service-category__top-left {
    max-width: 100%;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .service-category__top-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service-category__top-container {
  max-width: 560px;
}
@media only screen and (max-width: 991px) {
  .service-category__top-container {
    max-width: 100%;
  }
}
.service-category__top-line {
  background: #7647c4;
  width: 64px;
  height: 7px;
  display: block;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .service-category__top-line {
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .service-category__top-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.service-category__top-descr {
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
}
.service-category__top-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .service-category__top-right img {
    max-width: 100%;
  }
}
.service-category__bottom {
  background: #fff;
  position: relative;
}
.service-category__bottom::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: -35px;
  width: 1020px;
  -webkit-background-size: 1020px 1020px;
  background-size: 1020px;
  background-image: url(../img/service-category-4.svg);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .service-category__bottom::before {
    display: none;
  }
}
.service-category__bottom-container {
  position: relative;
  background: #fff;
}
.service-category__bottom-container::before {
  content: "";
  position: absolute;
  background: #151315;
  top: -61px;
  bottom: -62px;
  right: 100%;
  margin-left: -15px;
  width: 9999px;
}
.service-category__bottom-bg {
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 60px 0px;
  margin-left: -15px;
}
@media only screen and (max-width: 768px) {
  .service-category__bottom-bg {
    margin-left: 0px;
    padding: 40px 0px;
  }
}
.service-category__bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media only screen and (max-width: 768px) {
  .service-category__bottom-row {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .service-category__bottom-row {
    display: block;
  }
}
.service-category__bottom-title {
  letter-spacing: -0.25px;
  font-size: 32px;
  font-weight: 700;
  color: #151315;
}
@media only screen and (max-width: 768px) {
  .service-category__bottom-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 450px) {
  .service-category__bottom-title {
    margin-bottom: 10px;
  }
}
.service-category__bottom-title img {
  margin-left: 22px;
}
.service-category__bottom-btn {
  color: #151315;
  margin-left: 120px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .service-category__bottom-btn {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.service-category__bottom-items {
  background: #fff;
}

.service-category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 120px;
  padding-bottom: 30px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-category-item {
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
.service-category-item::before {
  content: "";
  background: #dfdfdf;
  height: 1px;
  position: absolute;
  left: 120px;
  right: 0px;
  bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .service-category-item::before {
    left: 0px;
  }
}
.service-category-item_active {
  background: #fafafa;
}
.service-category-item__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72px;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  max-width: 72px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .service-category-item__left {
    max-width: 55px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    padding-top: 20px;
  }
}
.service-category-item__icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}
.service-category-item__icon_active {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.service-category-item__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .service-category-item__right {
    padding-top: 22px;
  }
}
.service-category-item__title {
  font-weight: 600;
  color: #151315;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .service-category-item__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.service-category-item__descr {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  color: #151315;
  margin-top: 37px;
  display: none;
}
.service-category-item__descr p:nth-last-child(1) {
  margin-bottom: 0px;
}
.service-category-item_inner:nth-last-child(1)::before {
  display: none;
}
.services-home-item img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .services-home-item__image {
    display: none;
  }
}
.services-home-item__title {
  margin-top: 29px;
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  padding-bottom: 4px;
}
.services-home-item:hover .services-home-item__title::before {
  width: 40px;
  opacity: 1;
}
.services-home-item__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #7647c4;
  width: 0px;
  opacity: 0;
  height: 3px;
  display: block;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .services-home-item__title {
    display: none;
  }
}
.services-home-item:hover .services-home-item-hover {
  width: 100%;
  opacity: 1;
  z-index: 2;
  transform: translate(0px, 0px);
}
.services-home-item-hover {
  display: flex;
  margin-bottom: 40px;
  background: #151315;
  position: relative;
  text-decoration: none !important;
  transition: transform 0.4s ease;
  width: 1px;
  position: absolute;
  left: 20px;
  width: 100%;
  top: 0px;
  opacity: 0;
  transform: translate(-100%, 0px);
  z-index: -2;
}
@media only screen and (max-width: 1219px) {
  .services-home-item-hover {
    left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .services-home-item-hover {
    position: static;
    opacity: 1;
    z-index: 1;
    transform: translate(0px, 0px);
  }
}
@media only screen and (max-width: 768px) {
  .services-home-item-hover {
    background: transparent;
  }
}
.services-home-item-hover:nth-last-child(1) {
  margin-bottom: 0px;
}
.services-home-item-hover__text {
  padding: 36px 80px 22px 107px;
  flex: 1;
}
@media only screen and (max-width: 1219px) {
  .services-home-item-hover__text {
    padding: 20px;
  }
}
.services-home-item-hover__image {
  flex: 0 0 732px;
  max-width: 732px;
  overflow: hidden;
  position: relative;
  height: 370px;
}

.services-home-item-hover__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.services-home-item-hover__title {
  color: #fff !important;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 991px) {
  .services-home-item-hover__title {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .services-home-item-hover__title {
    margin-bottom: 12px;
    min-height: 0px;
    display: block;
  }
}
.services-home-item-hover__descr {
  color: #cccccc;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1219px) {
  .services-home-item-hover__descr {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .services-home-item-hover__descr {
    height: 140px;
    overflow: hidden;
  }
  .services-home-item-hover__descr {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .services-home-item-hover__descr {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1439px) {
  .services-home-item-hover__image {
    max-width: 587px;
    flex: 0 0 587px;
  }
}
@media only screen and (max-width: 1219px) {
  .services-home-item-hover__image {
    height: 249px;
    max-width: 360px;
    flex: 0 0 360px;
  }
  .services-home-item-hover__image img {
    height: auto;
    max-width: unset;
  }
}
@media only screen and (max-width: 991px) {
  .services-home-item-hover {
    display: block;
  }
  .services-home-item-hover__image {
    max-width: 100%;
    height: auto;
  }
  .services-home-item-hover__image img {
    position: static;
    max-width: 100%;
    transform: none;
	height: 210px;
    object-fit: cover;
    object-position: top;
	  width:100%;
  }
}

@media only screen and (max-width: 768px) {
  .services-home-item-hover__text {
    padding: 24px 0px 0px 0px;
  }
}
.text-page {
  padding-top: 60px;
}
.text-page__h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .text-page {
    padding-top: 40px;
  }
  .text-page__h2 {
    margin-bottom: 20px;
  }
}
.links-documents {
  margin-top: 10px;
}
.links-documents a {
  color: #fff !important;
  margin-right: 15px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .links-documents a {
    margin: 3px 8px 0px 8px;
  }
}
.team-home__descr {
  color: #fff;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-size: 18px;
  max-width: 650px;
  margin-top: 38px;
}
.team-home__navigation_mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .team-home__navigation_mobile {
    display: flex;
  }
  .team-home__navigation_desktop {
    display: none;
  }
}
.home-slider .swiper-slide {
  height: auto;
}
.home-slider-item {
  position: relative;
  overflow: hidden;
  min-height: 783px;
  box-sizing: border-box !important;
  height: 100%;
}
.home-slider {
  overflow: hidden;
  height: calc(100vh - 85px);
}
@media only screen and (max-width: 1199px) {
  .home-slider-item {
    min-height: 554px;
  }
}
@media only screen and (max-width: 768px) {
  .home-slider-item {
    min-height: 0px;
    padding-bottom: 86px;
  }
}
.home-slider-item__bg {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.home-slider-item__bg_mobile {
  display: none;
}
@media only screen and (min-width: 1921px) {
  .home-slider-item__bg {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-item__bg {
    max-width: 1400px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .home-slider-item__bg_mobile {
    display: block;
  }
  .home-slider-item__bg_desktop {
    display: none;
  }
}
.home-slider-item__gr {
  background: linear-gradient(180deg, rgba(21, 19, 21, 0) 81.23%, #151315 100%),
    linear-gradient(0deg, rgba(21, 19, 21, 0.6), rgba(21, 19, 21, 0.6));
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 1;
}
.home-slider-item__dr {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: #151315;
}
.home-slider-item__content {
  position: relative;
  z-index: 3;
  padding-top: 171px;
}
@media (min-width: 768px) {
  .home-slider-item__content {
    display: flex;
    padding-top: 0px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .no-home-slider-item__content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .no-home-slider-item__content {
    padding-top: 40px;
  }
}
.home-slider-item__subtitle {
  letter-spacing: -0.25px;
  font-size: 20px;
  line-height: 28px;
  color: #7647c4;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .home-slider-item__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.home-slider-item__title {
  color: #fff;
  letter-spacing: -0.25px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .home-slider-item__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.home-slider-item__descr {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  color: #fff;
  margin: 50px 0px 30px;
  max-width: 558px;
}
@media only screen and (max-width: 768px) {
  .home-slider-item__descr {
    margin-top: 25px;
    margin-bottom: 32px;
  }
}
.home-slider-item__btn {
  color: #fff;
  padding: 19px 30px;
  background: #7647c4;
  transition: all 0.3s ease;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-right: 21px;
}
@media only screen and (max-width: 768px) {
  .home-slider-item__btn {
    padding: 15px 20px;
    width: 245px;
    text-align: center;
    margin-top: 10px;
  }
}
.home-slider-item__btn:hover {
  background: #9056ed;
}
.home-slider-item__btn-more {
  margin-right: 21px;
}
@media only screen and (max-width: 768px) {
  .home-slider-item__btn-more {
    width: 245px;
    text-align: center;
    margin-top: 10px;
  }
}
.home-slider__pagination {
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  bottom: 22px !important;
  text-align: center;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .home-slider__pagination {
    bottom: 30px !important;
  }
}
.home-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0px 7px;
  background: #828282;
  transition: all 0.3s ease;
  opacity: 1 !important;
}
.home-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.home-slider__control {
  position: relative;
}
.home-slider__navigation {
  position: absolute;
  width: 117px;
  top: 347px;
  right: 20px;
  z-index: 4;
  font-size: 0px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .home-slider__navigation {
    display: none;
  }
}
.home-slider__navigation-item {
  border: 2px solid #ffffff;
  border-radius: 8px;
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-slider__navigation-item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.home-slider__navigation-item_next {
  margin-left: 12px;
}
.breadcrumbs {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02)
    ),
    #151315;
  padding: 17px 0px;
}
.breadcrumbs__list {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
.breadcrumbs__list li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px;
  line-height: 17px;
}
.breadcrumbs__list li::after {
  content: "/";
  display: inline-block;
  margin: 0px 20px;
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs__list li:nth-last-child(1)::after {
  display: none;
}
.breadcrumbs__list a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.breadcrumbs__list span {
  color: #fff;
}
.stocks-top {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.stocks-top__container {
  position: relative;
}
.stocks-top__container-mobile {
  position: relative;
}
.stocks-top__image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: right;
}
.stocks-top__image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(
    0deg,
    rgba(21, 19, 21, 0.6),
    rgba(21, 19, 21, 0.6)
  );
  z-index: 1;
}
.stocks-top__content {
  display: flex;
  align-items: center;
  min-height: 300px;
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 114px;
}
@media only screen and (max-width: 991px) {
  .stocks-top__content {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .stocks-top__container {
    display: none;
  }

  .stocks-top__content {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .stocks-top__container-mobile {
    display: none;
  }
}

.stocks-top__subtitle {
  letter-spacing: -0.25px;
  font-size: 20px;
  line-height: 28px;
  color: #7647c4;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .stocks-top__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.stocks-top__title {
  color: #fff;
  letter-spacing: -0.25px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .stocks-top__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.stocks-top__description {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  color: #fff;
  margin: 50px 0px 30px;
  max-width: 630px;
}
@media only screen and (max-width: 768px) {
  .stocks-top__description {
    margin: 25px 0px;
  }
}
.stocks-top__btn {
  color: #fff !important;
  padding: 19px 30px;
  background: #7647c4;
  transition: all 0.3s ease;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .stocks-top__btn {
    padding: 15px 20px;
    margin-top: 25px;
  }
}
.stocks-top__btn:hover {
  background: #9056ed;
}
.stocks-bottom {
  background: #fff;
  position: relative;
}
.stocks-bottom::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  background: #151315;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .stocks-bottom::before {
    display: none;
  }
}
.stocks-bottom__content {
  max-width: 918px;
  margin-left: auto;
  padding-top: 80px;
  position: relative;
  padding-bottom: 160px;
}
@media only screen and (max-width: 991px) {
  .stocks-bottom__content {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .stocks-bottom__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.stocks-bottom__content::before {
  content: "";
  position: absolute;
  background: #151315;
  right: 100%;
  width: 9999px;
  top: 0px;
  bottom: 0px;
  margin-right: 120px;
}
@media only screen and (max-width: 1220px) {
  .stocks-bottom__content::before {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .stocks-bottom__content::before {
    display: none;
  }
}
.stocks-bottom__date {
  font-size: 14px;
  line-height: 20px;
  color: #7647c4;
  letter-spacing: -0.25px;
}
.stocks-bottom__title {
  letter-spacing: -0.25px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #151315;
  margin-top: 18px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .stocks-bottom__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.stocks-bottom__descr {
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
  color: #151315;
}
.services-home-item-hover__btn {
  margin-top: 30px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .services-home-item-hover__btn {
    display: inline-block;
  }
}
.popup-editable {
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 547px;
  margin: 30px auto;
  position: relative;
  padding-bottom: 39px;
}
@media only screen and (max-width: 768px) {
  .popup-editable {
    max-width: 350px;
  }
}
.popup-editable__image {
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  max-width: 100%;
}
.popup-editable .mfp-close {
  position: absolute;
  right: -50px;
  top: -20px;
  background-image: url(../img/close.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  font-size: 0px;
  color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .popup-editable .mfp-close {
    right: 10px;
    top: 10px;
    background-color: #7647c4;
    border-radius: 100%;
    background-size: 30px;
    background-position: center;
  }
}
.popup-editable .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup-editable__title {
  letter-spacing: -0.25px;
  color: #151315;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 18px;
}
@media only screen and (max-width: 768px) {
  .popup-editable__title {
    font-size: 25px;
    line-height: 32px;
  }
}
.popup-editable__descr {
  letter-spacing: -0.25px;
  font-size: 16px;
  line-height: 22px;
  color: #151315;
  margin-top: 23px;
  margin-bottom: 23px;
  text-align: center;
  padding-left: 46px;
  padding-right: 46px;
}
@media only screen and (max-width: 768px) {
  .popup-editable__descr {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .popup-editable__descr br {
    display: none;
  }
}
.popup-editable__input {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  background: #ffffff;
  color: #000;
  border: 2px solid #7647c4;
  height: 53px;
  background: transparent;
  font-weight: 300;
  font-family: r;
  outline: none !important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .popup-editable__input {
    height: 45px;
  }
}
.popup-editable__input.error {
  border-color: #ff8181 !important;
}
.popup-editable__input::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
}
.popup-editable__input:-moz-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
}
.popup-editable__input::-moz-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
}
.popup-editable__input:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
}
.popup-editable__input::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 0.5;
}
.popup-editable__input::placeholder {
  color: #c4c4c4;
  opacity: 0.5;
}
.popup-editable form {
  padding: 0px 73px;
}
@media only screen and (max-width: 768px) {
  .popup-editable form {
    padding: 0px 25px;
  }
}
.popup-editable__checkbox {
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup-editable__checkbox-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  max-width: 28px;
}
.popup-editable__checkbox-left input {
  display: none;
}
.popup-editable__checkbox-left span {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #7647c4;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-size: 7px;
  background-position: center;
  background-repeat: no-repeat;
}
.popup-editable__checkbox-left input:checked + span {
  background-color: #7647c4;
  background-image: url(../img/checkbox.svg);
}
.popup-editable__checkbox input.error + span {
  border-color: #ff8181 !important;
}
.popup-editable__checkbox-right {
  color: #151315;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.25px;
}
.popup-editable__btn {
  display: block;
  width: 267px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}
@media only screen and (max-width: 768px) {
  .popup-editable__btn {
    width: 100%;
  }
}
.main-gallery {
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .main-gallery {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .main-gallery {
    padding-top: 10px;
  }
}
.main-gallery__images {
  box-sizing: border-box;
  display: block;
}
.main-gallery__images .swiper-slide {
  height: auto;
  outline: none !important;
}

.main-gallery__slider {
  margin: 0px -20px;
}
.main-gallery__slider_mobile {
  display: none;
}
@media only screen and (max-width: 1219px) {
  .main-gallery__slider {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 991px) {
  .main-gallery__images {
    display: flex;
    margin: 0px;
  }
  .main-gallery__slider {
    margin: 0px -10px;
  }
  .main-gallery__slider_desktop {
    display: none;
  }
  .main-gallery__slider_mobile {
    display: block;
  }
}
.main-gallery__sizer {
  width: 16.66666666%;
}
.main-gallery__image {
  width: 16.66666666%;
  display: block;
  border: 5px solid #151315;
  float: left;
  outline: none !important;
}
@media only screen and (max-width: 991px) {
  .main-gallery__image {
    width: 220px;
    border-width: 0px !important;
    max-width: 100%;
  }
  .main-gallery__slider .swiper-slide {
    width: 220px;
    padding: 0px 10px;
  }
}
.main-gallery__image-bg {
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .main-gallery__image:nth-child(1) {
    margin-bottom: 20px;
  }
}
.main-gallery__image-bg:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1219px) {
  .main-gallery__image-bg {
    height: 156px;
  }
}
@media only screen and (max-width: 991px) {
  .main-gallery__image-bg {
    height: 200px;
  }
}
.main-gallery__image_width {
  width: 33.333333333%;
}
@media only screen and (max-width: 991px) {
  .main-gallery__image_width {
    width: 220px;
  }
}
.main-gallery__image-bg_height {
  height: 470px;
}
@media only screen and (max-width: 1219px) {
  .main-gallery__image-bg_height {
    height: 322px;
  }
}
@media only screen and (max-width: 991px) {
  .main-gallery__image-bg_height {
    height: 200px;
  }
}
.inline-form-2 {
  padding-top: 82px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .inline-form-2 {
    padding: 40px 0px;
  }
}
.inline-form-2 .container {
  position: relative;
}
.inline-form-2__content {
  position: relative;
  z-index: 3;
}
.inline-form-2__title {
  letter-spacing: -0.25px;
  font-size: 64px;
  line-height: 83px;
  text-transform: uppercase;
  color: #7647c4;
  max-width: 800px;
}
@media only screen and (max-width: 991px) {
  .inline-form-2__title {
    font-size: 48px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .inline-form-2__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.inline-form-2__descr {
  margin-top: 31px;
  margin-bottom: 40px;
  letter-spacing: -0.25px;
  line-height: 25px;
  max-width: 558px;
}
.inline-form-2__input {
  max-width: 440px;
  margin-bottom: 40px;
  display: block;
}
.inline-form-2__image {
  position: absolute;
  right: 0px;
  top: -5px;
}
.inline-form-2__image_mobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .inline-form-2__image {
    right: -238px;
  }
}
@media only screen and (max-width: 991px) {
  .inline-form-2__image_mobile {
    display: block;
  }
  .inline-form-2__image_desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .inline-form-2__image {
    max-width: 190px;
    right: -50px;
    top: -6px;
  }
  .inline-form-2__image img {
    max-width: 100%;
  }
}
.contacts-footer {
  padding: 80px 0px;
  background: #181618;
}
@media only screen and (max-width: 768px) {
  .contacts-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contacts-footer__row {
  display: flex;
}
@media only screen and (max-width: 1219px) {
  .contacts-footer__row {
    display: block;
  }
}
.contacts-footer__left {
  flex: 0 0 716px;
  max-width: 716px;
  padding-right: 40px;
}
@media only screen and (max-width: 1439px) {
  .contacts-footer__left {
    flex: 0 0 577px;
    max-width: 577px;
  }
}
@media only screen and (max-width: 1219px) {
  .contacts-footer__left {
    max-width: 100%;
  }
}
.contacts-footer__right {
  flex: 1;
  max-width: 684px;
}
@media only screen and (max-width: 1439px) {
  .contacts-footer__right {
    max-width: 603px;
  }
}
@media only screen and (max-width: 1219px) {
  .contacts-footer__right {
    max-width: 100%;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts-footer__right {
    max-width: none;
    margin: 0px -15px;
    padding-top: 40px;
  }
}
.contacts-footer__map {
  height: 490px;
}
.contacts-footer__callback {
  margin-top: 60px;
  margin-left: 32px;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .contacts-footer__map {
    height: 350px;
  }
}
.inline-form-2-mini {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .inline-form-2-mini {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.inline-form-2-mini .container {
  position: relative;
}
.inline-form-2-mini__content {
  position: relative;
  z-index: 2;
}
.inline-form-2-mini__title {
  font-size: 36px;
  line-height: 47px;
  color: #7647c4;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.inline-form-2-mini__descr {
  letter-spacing: -0.25px;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 41px;
  max-width: 760px;
}
@media only screen and (max-width: 991px) {
  .inline-form-2-mini__descr {
    max-width: 558px;
  }
}
@media only screen and (max-width: 768px) {
  .inline-form-2-mini__descr {
    margin-bottom: 20px;
  }
}
.inline-form-2-mini__row {
  display: flex;
  margin: 0px -20px;
}
@media only screen and (max-width: 991px) {
  .inline-form-2-mini__row {
    display: block;
  }
}
.inline-form-2-mini__col {
  padding: 0px 20px;
}

.inline-form-2-mini__col_input {
  flex: 0 0 400px;
  max-width: 400px;
}
.inline-form-2-mini__col_btn {
  flex: 0 0 142px;
  max-width: 142px;
}

.inline-form-2-mini__image {
  position: absolute;
  right: 0px;
  top: -83px;
}
@media only screen and (max-width: 1439px) {
  .inline-form-2-mini__image {
    right: -30px;
  }
}
.service-category-item__btn {
  color: #7647c4 !important;
  font-weight: 500;
  font-family: h;
  font-size: 16px;
  line-height: 24px;
}
.mfp-arrow:active {
  margin-top: -55px;
}
.team-card__btn {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .articles-item__more {
    width: 235px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.team-item__descr {
  margin-top: 7px;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .team-item .link-more-mobile {
    margin-top: 8px;
  }
  .swiper-slide .team-item__descr {
    display: none;
  }
}
.link-more-mobile {
  font-size: 16px;
  letter-spacing: -0.25px;
  line-height: 25px;
  font-weight: 500;
  color: #7647c4 !important;
  text-decoration: none !important;
  display: none;
}
.link-more-mobile::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  background-image: url(../img/swiper-navigation-2.svg);
  background-size: 5px;
  height: 8px;
  width: 5px;
}
@media only screen and (max-width: 768px) {
  .concept {
    padding: 40px 0px 40px;
    min-height: 315px;
  }
  .link-more-mobile {
    display: inline-block;
  }
}
.concept {
  padding: 70px 0px 50px 0px;
}
@media only screen and (max-width: 991px) {
  .concept {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .concept {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.concept__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .concept__row {
    display: block;
    position: relative;
  }
}
.concept__left {
  flex: 0 0 570px;
  max-width: 570px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .concept__left {
    padding-top: 0px;
    position: absolute;
    opacity: 0.2;
    right: -64px;
    top: -12px;
    transform: scale(-1, 1);
  }
}
.concept__girl {
  position: absolute;
  left: 32px;
  top: 40px;
}
@media only screen and (max-width: 991px) {
  .concept__circle {
    width: 387px;
  }
}
@media only screen and (max-width: 768px) {
  .concept__circle {
    width: 386px;
  }
  .concept__girl {
    width: 248px;
    left: 17px;
    top: 59px;
  }
}
.concept__item {
  margin-bottom: 46px;
  transition: all 0.3s ease;
}
.concept__item:nth-child(2) {
  padding-left: 38px;
}
@media only screen and (max-width: 991px) {
  .concept__item:nth-child(2) {
    padding-left: 0px;
  }
}
.concept__item:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .concept__item {
    margin-bottom: 30px;
    opacity: 1;
  }
}
.concept__item:nth-last-child(1) {
  margin-bottom: 0px;
}
.concept__item-title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -0.25px;
  color: #fff;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .concept__item-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.concept__item-title_active {
  color: #fff;
}
.concept__item-title span {
  font-size: 15px;
  line-height: 15px;
  color: #7647c4;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .concept__item-title span {
    font-size: 13px;
    line-height: 13px;
    margin-left: 0px;
    margin-top: 6px;
  }
}
.concept__item-descr {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .concept__item-descr {
    max-width: 100%;
    padding-top: 20px;
  }
}
.concept__right {
  position: relative;
  flex: 1;
}
.concept__right-image {
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.concept__right-image_active {
  top: 0px;
  transition: top 0.5s ease;
  z-index: 2;
  opacity: 1;
}
.brands {
  padding: 80px 0px;
}
.brands .swiper-slide {
  flex: none;
  width: auto;
  padding: 0px 10px;
}
.brands__slider {
  margin: 0px -10px;
}
.brands__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brands__item img {
  max-width: 153px;
  max-height: 47px;
}
@media only screen and (max-width: 1440px) {
  .brands__item img {
    max-width: 127px;
  }
}
@media only screen and (max-width: 1220px) {
  .brands__item img {
    max-width: 101px;
  }
}
@media only screen and (max-width: 768px) {
  .brands {
    padding: 0px 0px 30px;
  }
}
.complete-form__social {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .complete-form__social {
    margin-top: 20px;
  }
}
.complete-form__social a {
  margin: 0px 10px;
}
.header-landing {
  text-align: center;
  padding: 40px 0px;
}
.content-landing {
  min-height: 70vh;
  padding: 40px 0px 60px;
}
.content-landing__text p:nth-last-child(1) {
  margin-bottom: 0px;
}
.content-landing__video {
  height: 500px;
  margin-bottom: 50px;
}
.content-landing__h2 {
  margin-bottom: 40px;
}
.content-landing__h3 {
  letter-spacing: -1px;
  line-height: normal;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content-landing {
    padding-bottom: 40px;
  }
  .content-landing__video {
    height: 300px;
    margin-bottom: 30px;
  }
  .content-landing__h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.footer-landing {
  text-align: center;
  padding: 40px 0px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02)
    ),
    #151315;
  font-size: 14px;
  text-align: center;
}
html.popmechanic-desktop.popmechanic-disable-scroll {
  margin-right: 17px;
}
@media only screen and (max-width: 991px) {
  html.popmechanic-desktop.popmechanic-disable-scroll {
    margin-right: 0px;
  }
}
.thanks-page {
  padding: 100px 0px;
  text-align: center;
  background: #fff;
}
.complete-form__home {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .thanks-page {
    padding: 30px 0px;
  }
  .complete-form__home {
    margin-top: 30px;
  }
}
.club-card-tariff__month {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-top: 21px;
}
.club-card-tariff__month-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.25px;
  color: #fff;
  opacity: 0.7;
  margin: 0px 8px;
  border: 1px solid transparent;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.club-card-tariff__month-item::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  background: #151315;
  border-radius: 100%;
}
.club-card-tariff__month-item span {
  position: relative;
}
.club-card-tariff__month-item_active {
  opacity: 1;
  background-image: linear-gradient(
    90.11deg,
    #de82e7 -3.55%,
    rgba(165, 79, 194, 0.822917) 29.95%,
    #664ad8 66.29%,
    #538dc2 105.48%
  );
  background-size: 40px;
}
.club-card-tariff__tab {
  display: none;
}
.club-card-tariff__tab_active {
  display: block;
}
.club-card-standart__row {
  min-height: 800px;
  position: relative;
}
.header__callback-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #7647c4;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.home-slider-item__btns_mob {
  display: none;
}
.home-slider-item__title_mob {
  display: none;
}
.inline-form-2__policy {
  font-size: 13px;
  max-width: 500px;
  margin-bottom: 30px;
}
.inline-form__input:nth-last-child(3) {
  margin-bottom: 24px;
}
.inline-form-2-mini__row {
  flex-wrap: wrap;
}
.inline-form-2-mini__policy {
  flex: 0 0 100%;
  max-width: 800px;
  padding: 0px 20px;
  font-size: 13px;
}
.inline-form-2-mini__policy_mob {
  display: none;
}
.brands__info {
  position: absolute;
  background: #202020;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  left: 15px;
  right: 15px;
  top: 100%;
  padding: 24px 16px;
  z-index: 20;
  /* background-image: url(../img/info-purple.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: right 15px top 15px; */
  margin-top: 19px;
  display: none;
}
.brands__info-close {
  text-indent: -99999999999999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background-image: url(../img/info-close.svg);
  background-size: 24px;
  background-repeat: no-repeat;
}
/* .brands__info::before{
	content: "";
	position: absolute;
	border: 18px solid transparent;
	border-bottom: 16px solid #202020;
	bottom: 100%;
	left: 30px
} */
.brands__info-title {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-bottom: 12px;
  padding-right: 16px;
}
.brands__info-descr {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #fff;
}
.brands .container {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .club-card-standart__row {
    min-height: 800px;
  }
  .club-card-standart__left {
    position: absolute;
    right: -50px;
    bottom: 0px;
    opacity: 0.3;
  }
  .club-card-standart__image {
    position: static;
  }
  .header__popup-link {
    display: none;
  }
  .header__callback-btn {
    display: flex;
  }
  .inline-form-2-mini__policy_deskt {
    display: none;
  }
  .inline-form-2-mini__policy_mob {
    display: block;
    margin-bottom: 24px;
  }
  .events-home__navigation_absolute {
    margin-top: 0px;
    position: absolute;
    right: 15px;
    top: 7px;
  }
  .services-home .container {
    position: relative;
  }
  .team-home .container {
    position: relative;
  }
  .team-home__navigation_desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .club-card-tariff__month {
    margin-left: -8px;
  }
  .club-card-tariff__month-item {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  .club-card-standart__row {
    min-height: 610px;
  }
  .club-card-tariff__btn {
    margin-top: 30px;
  }
  .club-card-standart__image {
    width: 415px;
  }
  .service-category-item {
    padding-right: 0px;
  }
  .service-category-item__left {
    padding-top: 30px;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
  }
  .service-category-item__left img {
    display: none;
  }
  .service-category-item__left::before {
    content: "";
    display: block;
    background-image: url(../img/arrow-bottom-purple.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
  }
  .service-category-item_active .service-category-item__left::before {
    transform: rotate(0deg);
  }
  .service-category-item__descr p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 28px;
  }
  .service-category-item__descr {
    margin-top: 18px;
  }
  .service-category__bottom-items {
    margin: 0px -15px;
    padding: 0px 15px;
    background: #fafafa;
  }
  .home-slider-item {
    padding-bottom: 125px;
    min-height: 450px;
  }
  .home-slider-item__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-slider-item__content {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .home-slider-item__title-deskt {
    display: none;
  }
  .home-slider-item__title_mob {
    display: block;
  }
  .home-slider-item__descr {
    font-size: 16px;
    line-height: 24px;
  }
  .home-slider-item__title br {
    display: none;
  }
  .home-slider-item__descr br {
    display: none;
  }
  .home-slider-item__btns_deskt {
    display: none;
  }
  .home-slider-item__btns_mob {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
  }
  .home-slider-item__btn-mobile {
    border-radius: 6px;
    padding: 0px 10px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-slider-item__btn-mobile_more {
    color: #fff !important;
    border: 1px solid #fff;
    width: 42%;
  }
  .home-slider-item__btn-mobile_callback {
    width: 54%;
  }
  .inline-form-2__title,
  .inline-form-2-mini__title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.25px;
  }
  .inline-form-2__descr,
  .inline-form-2-mini__descr {
    margin-top: 16px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.25px;
  }
  .inline-form-2__input {
    margin-bottom: 16px;
  }
  .inline-form-2__input::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #fff;
  }
  .inline-form-2__input::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #fff;
  }
  .inline-form-2__input::-ms-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #fff;
  }
  .inline-form-2__input::placeholder {
    font-weight: 400;
    opacity: 1;
    color: #fff;
  }
  .inline-form-2__policy,
  .inline-form-2-mini__policy {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.25px;
    margin-bottom: 24px;
  }
  .inline-form-2-mini__col:nth-child(2) input {
    margin-bottom: 24px;
  }
  .inline-form-2-mini__col_input {
    max-width: 100%;
  }
  .events-home__navigation_mobile .swiper-navigation__btn {
    width: 32px;
    height: 32px;
  }
  .events-home__navigation_mobile .swiper-navigation__btn img {
    height: 12px;
  }
  .events-home__navigation_absolute {
    top: 2px;
  }
  .team-item__line {
    display: none;
  }
  .team-item .link-more-mobile {
    margin-top: 20px;
  }
  .team-item__image {
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }
  .team-item__image img {
    width: 100%;
  }
  .concept {
    overflow: hidden;
  }
}
@media only screen and (max-width: 520px) {
  .header__phone {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .team-home__col {
    flex: 0 0 290px;
    max-width: 290px;
  }
  .services-home .swiper-slide {
    flex: 0 0 290px;
    max-width: 290px;
  }
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: none;
}

.mobile-flex-only {
  display: none;
}

.desktop-flex-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .mobile-flex-only {
    display: flex;
  }
}

@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
  .desktop-flex-only {
    display: flex;
  }
}

.brands__info-marker {
  content: "";
  position: absolute;
  border: 18px solid transparent;
  border-bottom: 16px solid #202020;
  bottom: 100%;
  left: 30px;
}

.hpc-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 554px;
}

.hpc-slider .swiper-pagination {
  position: absolute;
  bottom: 22px;
}

.hpc-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 7px;
  background: #828282;
}

.hpc-slider .swiper-pagination-bullet-active {
  background: white;
}

.hpc-slider .swiper-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hpc-slider .swiper-slide-content {
  z-index: 1;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hpc-slider .swiper-slide-title {
  font-size: 48px;
  text-transform: uppercase;
  color: white;
  line-height: 58px;
  letter-spacing: -0.25px;
  font-weight: 700;
  max-width: 700px;
}

.hpc-slider .swiper-slide-descr {
  color: white;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  max-width: 558px;
  margin: 50px 0 30px;
}

.hpc-slider .btn {
  color: #ffffff;
  text-transform: uppercase;
}

.hpc-slider .swiper-slide-img-mob {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.hpc-products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 90px 0px;
}

.hpc-products__item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.hpc-products__item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 4;
}

.hpc-products__item:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
}

.hpc-products__item:nth-child(4) {
  grid-area: 1 / 5 / 2 / 6;
}

.hpc-products__item:nth-child(5) {
  grid-area: 1 / 6 / 3 / 7;
}

.hpc-products__item:nth-child(6) {
  grid-area: 2 / 1 / 3 / 2;
}

.hpc-products__item:nth-child(7) {
  grid-area: 2 / 2 / 3 / 3;
}

.hpc-products__item:nth-child(8) {
  grid-area: 2 / 3 / 4 / 4;
}

.hpc-products__item:nth-child(9) {
  grid-area: 2 / 4 / 3 / 6;
}

.hpc-products__item:nth-child(10) {
  grid-area: 3 / 1 / 4 / 3;
}

.hpc-products__item:nth-child(11) {
  grid-area: 3 / 4 / 4 / 5;
}

.hpc-products__item:nth-child(12) {
  grid-area: 3 / 5 / 4 / 7;
}

.hpc-products__item {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.hpc-products__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1815167d;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.hpc-products__item:hover::before {
  opacity: 0;
}

.hpc-products__item:hover .hpc-products__item-title {
}

.hpc-products__item-title {
  position: absolute;
  color: white;
  font-size: 14px;
  transition: 0.3s;
  padding: 10px;
  font-weight: 400;
  text-align: left;
  background-color: #15131561;
  box-shadow: 0px 0px 20px 25px #15131561;
  text-transform: uppercase;
  width: 100%;
}

.hpc-products__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 991px) {
  .hpc-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .hpc-products__item {
    grid-area: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .hpc-slider .container {
    width: auto;
  }

  .hpc-slider .swiper-slide-img {
    display: none;
  }

  .hpc-slider .swiper-slide-img-mob {
    display: block;
    height: 315px;
  }

  .hpc-banner__line {
    width: 64px;
    height: 7px;
    background-color: #7647c4;
    margin: 34px 0;
  }

  .hpc-slider__shadow {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #151315;
    top: 315px;
    z-index: -1;
    box-shadow: 0 0 35px 40px #151315;
  }

  .hpc-slider .swiper-slide-title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 30px;
  }

  .hpc-slider .swiper-slide-descr {
    font-size: 16px;
  }
}

.hpp-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hpp-banner__image-pc,
.hpp-banner__image-mob {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.hpp-banner__image-mob {
  display: none;
}

.hpp-banner__content {
  position: relative;
  z-index: 2;
}

.hpp-banner__title {
  font-size: 40px;
  text-transform: uppercase;
  color: white;
  letter-spacing: -0.25px;
  line-height: 58px;
  max-width: 666px;
}

.hpp-banner__line {
  width: 64px;
  height: 7px;
  background-color: #7647c4;
  margin: 34px 0;
}

.hpp-banner__text {
  color: white;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.25px;
  max-width: 558px;
  margin-bottom: 30px;
}

.hpc-products2 {
  position: relative;
  padding: 40px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.hpc-products2:first-child {
  padding-top: 80px !important;
}

.hpc-products2:last-child {
  padding-bottom: 80px !important;
}

.hpc-products2.left {
  flex-direction: row-reverse;
}

.hpc-products2.right .hpc-products2__block {
  margin-left: auto;
  width: 48%;
}

.hpc-products2.left .hpc-products2__block {
  margin-right: auto;
  width: 48%;
}

.hpc-products2__image {
  width: 45%;
  max-height: 400px;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.hpc-products2.right .hpc-products2__image {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.hpc-products2.left .hpc-products2__image {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.hpc-products2__title {
  font-size: 30px;
  letter-spacing: -0.25px;
  font-weight: 700;
  color: #151315;
  margin-bottom: 34px;
  line-height: 100%;
  text-transform: uppercase;
}

.hpc-products2.left .hpc-products2__title {
  text-align: left;
}

.hpc-products2__text {
  color: #151315;
}

.hpc-products2__elements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 23px;
  margin-top: 35px;
}

.hpc-products2__elements li {
  position: relative;
  margin-bottom: 10px;
  color: #151315;
  font-size: 15px;
  padding-right: 30px;
  word-break: break-word;
}

.hpc-products2__elements li::before {
  content: "";
  position: absolute;
  background-color: #7647c4;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  left: -16px;
  top: 7px;
}

.hpc-products2__btn {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .hpp-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hpp-banner__image-pc {
    display: none;
  }

  .hpp-banner__image-mob {
    display: block;
    height: 315px;
    position: absolute;
  }

  .hpp-banner__shadow {
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: #151315;
    bottom: 0;
    z-index: 1;
    box-shadow: 0px 0px 35px 40px #151315;
  }

  .hpp-banner__title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 30px;
  }

  .hpp-banner__text {
    font-size: 16px;
    position: relative;
  }

  .hpc-products2 {
    flex-direction: column !important;
  }

  .hpc-products2__image {
    position: static;
    width: 100%;
    clip-path: none !important;
    margin-bottom: 24px;
  }

  .hpc-products2__block {
    width: 100% !important;
  }

  .hpc-products2__elements {
    grid-template-columns: repeat(1, 1fr);
  }

  .hpc-products2__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .hpc-products2 {
    padding: 20px 0;
  }

  .hpc-products2:first-child {
    padding-top: 40px !important;
  }

  .hpc-products2:last-child {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 570px) {
  .team-home__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0px 10px;
  }
}


/**/
.inline-form .popup-editable__checkbox {
  margin-top: 10px;
}
.inline-form .popup-editable__checkbox span {
  color: #fff;
}

#popup-form-card .dopblock-2 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#popup-form-card .dopblock-2 label {
  width: 100%;
}


@media (max-width: 768px) {
  .in-arch-products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}


/**/
.contacts {
  min-height: 830px;
}

.contact-for-map {
  display: flex;
  width: 100%;
}
.contact-for-map .this_map {
  width: 50%;
  height: 400px;
}
.contact-for-map .contacts__location {
  width: 50%;
  margin-top: 0;
  background: #fff;
  margin-left: 0;
  max-width: 100%;
  padding-left: 35px;
  padding-top: 35px;
}

@media (max-width: 991px) {
  .contacts {
    min-height: 0;
  }
  .contact-for-map {
    flex-direction: column;
  }
  .contact-for-map .this_map {
    width: 100%;
  }
  .contact-for-map .contacts__location {
    width: 100%;
  }
}
