html,
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  background: #fff;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  padding-top: 125px;
}

pre {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}

input,
button,
textarea {
  font-family: 'Montserrat', sans-serif;
}
a {
  text-decoration: none;
  color: #5089e9;
}
a:hover {
  color: #000;
}
.mshow {
  display: none;
}

button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.page-message {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.page-message p,
.page-message span {
  width: 100%;
  text-align: center;
}

.scr1 {
  padding-top: 90px;
  position: relative;
}

.scr1__logo_bg {
  position: relative;
  top: -80px;
  width: 100%;
  height: 270px;
  background: url(../img/scr1/logo-v1.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
}

.scr1__text {
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: 500;
}

@media all and (max-width: 992px) {
  .scr1__text {
    margin-top: 44px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .scr1__text {
    margin-top: 25px;
    text-align: center;
  }
}

.scr1_title_lomb {
  font-family: 'VagWorld-web';
  bottom: 40px;
  font-size: 18px !important;
}

header {
  background-color: #f6f6f6;
}

body > header {
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
}

.header {
  justify-content: space-between;
  min-height: 100px;
}
.header__left {
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
.header__logo {
  width: 150px;
  margin-right: 45px;
}
.header__logolink {
  display: block;
}
.header__logolink img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (min-width: 1199px) {
  .header__link_mobile {
    display: none;
  }
}

.header__slogan {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.city-geo-block {
  margin-right: 90px;
}
.header__data {
  flex-direction: row;
  margin-right: 20px;
}

.header__location {
  justify-content: flex-start;
  padding-left: 50px;
  margin-right: 45px;
  background: url(../img/scr1/icon__map.png) left 4px no-repeat;
}
.header__location p {
  padding-right: 40px;
  font-size: 14px;
  line-height: 20px;
}
.header__location p a {
  color: #000;
  display: block;
}
.header__location p:last-child {
  padding-right: 0;
}
.header__time {
  white-space: inherit;
  max-width: 150px;
  padding-left: 50px;
  margin-right: 45px;
  font-size: 13px;
  line-height: 20px;
  background: url(../img/scr1/icon__time.png) left 2px no-repeat;
}
.header__time strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.header__right {
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.header__menu-btn {
  width: 40px;
  height: 32px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.header__menu-btn.hidden {
  opacity: 0;
}

.header__menu-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #b33d73;
  opacity: 1;
}

.header__menu-btn span:nth-child(1) {
  top: 0px;
}

.header__menu-btn span:nth-child(2) {
  top: 12px;
}

.header__menu-btn span:nth-child(3) {
  top: 24px;
}

.header__menu-btn.close {
  width: 32px;
}

.header__menu-btn.close span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header__menu-btn.close span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header__menu-btn.close span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header__contacts {
  margin-right: 40px;
}

.header__link_vacancii {
  margin-right: 20px;
}
.header__link_vacancii a {
  font-size: 18px;
  line-height: 24px;
  color: #3c3c3c;
}
.header__link_vacancii a:hover {
  color: #666;
}

.header__phone {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.header__phone:hover {
  color: #777;
}
.header__call {
  display: inline-block;
  margin-top: 9px;
  color: #dcd596;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  border-bottom: 1px dotted #f7e543;
}
.header__call:hover {
  color: #afa54c;
  border-color: #afa54c;
}
.header__cart {
  width: 128px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  border-radius: 0 0 12px 12px;
  background-color: #ffffff;
  padding: 8px;
  margin-top: -20px;
  color: #5e5e5e;
}
.header__cart-inner {
  height: 145px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  overflow: hidden;
}
.header__cartimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}
.header__carttitle {
  margin-top: 2px;
  display: block;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.buttons-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 450px;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  width: 50px;
  background: transparent;
  z-index: 10;
}

.buttons-widget .pins {
  display: flex;
  flex-direction: row;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-left: -5px;
}

.buttons-widget .pins a {
  display: inline-flex;
  align-items: center;
  height: 45px;
  background: grey;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 20px;
  opacity: 0.8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.buttons-widget .pins a:hover {
  opacity: 1;
}

.buttons-widget .pins a:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.buttons-widget .pins a:not(:last-of-type) {
  margin-right: 15px;
}

.buttons-widget .pins a:nth-child(1) {
  background: rgb(238, 171, 36);
  background: linear-gradient(
    90deg,
    rgba(238, 171, 36, 1) 0%,
    rgba(217, 46, 126, 1) 100%
  );
}

.buttons-widget .pins a:nth-child(2) {
  background: rgb(217, 46, 126);
  background: linear-gradient(
    90deg,
    rgba(217, 46, 126, 1) 0%,
    rgba(128, 73, 128, 1) 100%
  );
}

.buttons-widget .pins a span {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
  color: #fff;
}

.buttons-widget .pins a i {
  height: 24px;
  width: 24px;
}

.buttons-widget .pins a i svg {
  height: 100%;
  width: 100%;
  fill: #fff;
  transform: rotate(90deg);
}

.buttons-widget .buttons-widget__shop i svg {
  margin-top: -3px;
  margin-left: -10px;
}

.buttons-widget .buttons-widget__form i svg {
  margin-top: 0;
  margin-left: -10px;
}

.header__menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-width: 300px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: right 0.4s ease 0.2s;
}

.header__menu.hidden {
  display: none;
}

.header__menu .mobile-header-menu {
  display: none;
}

.header__menu ul {
  width: 100%;
  margin: 0 30px;
}

.header__menu ul li {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
}

.header__menu ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #3c3c3c;
}

.header__menu ul li:hover {
  border-color: #8b31b8;
}

.header__menu ul li:hover a {
  color: #8b31b8;
}

.header__menu-btn-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 100px;
  width: 100%;
  padding: 0 40px;
  padding-bottom: 0;
}

.scr1__main {
  color: #8b31b8;
  display: flex;
  justify-content: space-between;
}

.scr1__main .swiper-container {
  width: 682px;
  height: 396px;
  border-radius: 18px 18px;
}

.scr1__main .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.scr1__main .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: inherit;
  margin-top: 10px;
}

.scr1__main .swiper-pagination span {
  margin-right: 8px;
}

.scr1__main .swiper-pagination span:last-child {
  margin-right: 0;
}

.scr1__main .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #9a43e2;
}

.scr1__main .swiper-container .swiper-slide {
  background-size: cover;
}
.scr1__h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 56px;
  max-width: 495px;
  color: #000;
}
.scr1__h1 strong {
  font-weight: 500;
}
.scr1__h2 {
  width: 268px;
  max-width: 100%;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 15px;
}
.scr1__button {
  padding-top: 42px;
  position: relative;
  width: 410px;
  max-width: 100%;
}
.scr1__button:after {
  display: block;
  position: absolute;
  content: '';
  top: -30px;
  right: 30px;
  background: url(../img/scr1/line.svg) center center no-repeat;
  width: 47px;
  height: 57px;
}
.scr1__button .button {
  height: 104px;
  border-radius: 52px;
  width: 100%;
}

.scr1__buttontext {
  padding-top: 27px;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.scr2 {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #f9fafb;
  position: relative;
  z-index: 1;
}
.scr2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/scr2/bg.png) center 100% no-repeat;
  opacity: 0.05;
  z-index: 0;
  background-size: min(1650px, 100%) auto;
}
.scr2__firstcontainer {
  position: relative;
}

.block-title {
  text-align: center;
  color: #000000;
  font-size: 52px;
  line-height: 56px;
  font-weight: 300;
}
.block-title strong {
  font-weight: 500;
}
.block-subtitle {
  text-align: center;
  color: #8c94a2;
  font-size: 22px;
  line-height: 32px;
  padding-top: 20px;
}

.scr2__line-left {
  position: absolute;
  left: 10px;
  top: 150px;
}
.scr2__line-right {
  position: absolute;
  right: 50px;
  top: 150px;
}

.scr2__line1 {
  position: relative;
  padding-top: 0px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

.scr2__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
  margin-bottom: 124px;
  gap: 20px;
}
.scr2__item {
  width: 150px;
}
.scr2__item-2,
.scr2__item-4 {
  margin-top: 120px;
}
.scr2__item-3 {
  margin-top: 230px;
}
.scr2__item .number {
  color: #964bb0;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.scr2__item .text {
  font-size: 18px;
}
.scr2__button {
  width: 100%;
  padding: 0;
  text-align: center;
}
.scr2__button .button {
  max-width: 100%;
  position: relative;
  width: 338px;
  height: 94px;
  border-radius: 52px;
}
.scr2__img {
  position: absolute;
}
.scr2__img-1 {
  top: -156px;
  left: 50%;
  transform: translate(-50%);
}
.scr2__img-2 {
  left: -40px;
  bottom: -140px;
}
.scr2__img-3 {
  right: 60px;
  bottom: -100px;
}

.scr2__empty-block {
  display: none;
}
.scr2__button-mobile {
  display: none;
}

.scr3 {
  min-height: 874px;
}
@media all and (min-width: 993px) {
  .scr3 {
    background: url(../img/scr3/bg.jpg) #fafafa center top no-repeat;
  }
}
.scr3__content {
  padding-top: 90px;
}
.scr3__h1 {
  font-size: 52px;
  font-weight: 300;
  color: #010101;
  line-height: 56px;
}
.scr3__h1 strong {
  font-weight: 500;
}
.scr3__h2 {
  width: 355px;
  color: #8c94a2;
  font-size: 22px;
  line-height: 32px;
  margin-left: 290px;
  margin-top: -30px;
}
.scr3__manager {
  display: none;
}
.chat {
  padding-left: 225px;
  margin-top: 27px;
  padding-top: 22px;
  background: url(../img/scr3/img_phone.png) left top no-repeat;
}
@media all and (min-width: 1500px) {
  .chat {
    margin-left: -130px;
  }
}
.chat__column {
  width: 265px;
}
.chat__mesage {
  position: relative;
  width: auto;
  background-color: #ffffff;
  padding: 15px 15px 15px 30px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
}
.chat__mesage:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  right: -13px;
  width: 14px;
  height: 17px;
  z-index: 2;
  background: url(../img/scr3/cloud2.png) center center no-repeat;
}
.chat__mesage img {
  display: inline-block;
  max-width: 18px;
  max-width: 18px;
  height: auto;
  margin-top: 3px;
  vertical-align: top;
}
.chat__message--green {
  background-color: #bede60;
  box-shadow: none;
}
.chat__message--green:before {
  right: auto;
  left: -13px;
  background-image: url(../img/scr3/cloud1.png);
}

.chat__button {
  width: 362px;
  max-width: 100%;
  padding-top: 34px;
  margin-left: -36px;
}
.chat__button .button {
  height: 94px;
  width: 100%;
  border-radius: 47px;
  line-height: 24px;
}

.scr4 {
  padding-top: 164px;
  padding-bottom: 176px;
}
.scr4 .container {
  position: relative;
}
.scr4__line1 {
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.scr4__left {
  max-width: 524px;
  padding-left: 0;
  padding-top: 20px;
}
.scr4__h1 {
  text-align: left;
}
.scr4__h2 {
  max-width: 425px;
  color: #8c94a2;
  font-size: 22px;
  line-height: 32px;
  padding-top: 35px;
}
.scr4__features {
  padding-top: 60px;
  padding-left: 45px;
}
.scr4__feat {
}
.scr4__feat img {
  display: block;
}
.scr4__feat p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 26px;
  max-width: 170px;
}
.scr4__feat strong {
  font-weight: 700;
}
.scr4__right {
  width: 650px;
  max-width: 100%;
  position: relative;
}
@media all and (min-width: 1400px) {
  .scr4__right {
    margin-right: -66px;
  }
}
@media all and (max-width: 1520px) {
  .scr4__right img {
    width: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 767px) {
  .scr4__left {
    padding-top: 0;
  }

  .block-title {
    font-size: 23px;
  }

  .scr4__h2 {
    font-size: 13px;
  }

  .scr4__feat p {
    font-size: 10px;
  }
}
.scr4__abs {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 217px;
  height: 92px;
}
.scr4__abs img {
  display: block;
  max-width: 100%;
  max-width: 100%;
}
.scr4__passport {
  display: block;
  margin-top: -55px;
}
.scr4__line2 {
  padding-top: 105px;
  position: relative;
}

.block-subtitle--scr4 {
  padding-top: 28px;
}
.scr4__line2wrap {
  padding-top: 20px;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (min-width: 1400px) {
  .scr4__line2wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -160px;
    width: 378px;
    height: 502px;
    z-index: 0;
    background: url(../img/scr4/img-smartphone.jpg) center center no-repeat;
  }
}
.scr4__proc {
  width: 820px;
  text-align: right;
}
.scr4__proc-yellow {
  margin-top: 60px;
  color: #f7e543;
  font-size: 270px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: block;
}
.scr4__proc small {
  display: block;
  width: 365px;
  margin-top: -3px;
  color: #8c94a2;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-right: 55px;
  text-align: left;
}

.scr4__sidebar {
  width: 290px;
  max-width: 100%;
  flex-shrink: 0;
}
.violetblock {
  width: 289px;
  border-radius: 12px;
  background-color: #cf3d8b;
  background-image: linear-gradient(30deg, #964bb0 0%, #d03d8b 100%);
  padding: 9px;
  margin-top: 54px;
  position: relative;
}
.violetblock:before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 35px;
  width: 146px;
  height: 95px;
  z-index: 2;
  background: url(../img/scr4/img-calc.png) center center no-repeat;
}
.violetblock__inner {
  min-height: 223px;
  border-radius: 8px;
  border: 1px solid rgba(222, 226, 231, 0.3);
  color: #fff;
  padding: 71px 0 0 33px;
  line-height: 28px;
}
.violetblock__inner strong {
  font-weight: 700;
  color: #fedd6c;
}
.scr4__orange {
  margin-top: 25px;
  width: 289px;
  height: 144px;
  border-radius: 12px;
  background-color: #ffe388;
  background-image: linear-gradient(30deg, #e45a5e 0%, #ffc26c 100%);
  padding: 30px 0px 0 42px;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.scr4__orange strong {
  font-weight: 700;
}
.scr4__orange:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 5px;
  width: 75px;
  height: 81px;
  z-index: 2;
  background: url(../img/scr4/img-monet.png) center center no-repeat;
}

.scr5 {
  border-top: 1px solid #e8e8eb;
  min-height: 1005px;
  background: url(../img/scr5/bg.jpg) center bottom no-repeat;
}
.scr5__main {
  padding-top: 95px;
}
.scr5__main .block-title {
  text-align: left;
}
.block-subtitle--scr5 {
  text-align: left;
  padding-top: 32px;
}
.scr5__list {
  padding-top: 65px;
}
.scr5__item {
  padding-bottom: 41px;
  justify-content: flex-start;
  align-items: flex-start;
}
.scr5__num {
  width: 70px;
  background-image: linear-gradient(45deg, #964bb0 0%, #d03d8b 100%);
  -webkit-background-clip: text;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #964bb0;
  margin-left: -1px;
}
.scr5__text {
  font-size: 20px;
  font-weight: 500;
}
.scr5__text small {
  display: block;
  color: #8c94a2;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.scr5__right {
  width: 440px;
  padding: 0;
  max-width: 100%;
  padding-top: 110px;
}

@media all and (min-width: 1400px) {
  .scr5__right {
    transform: translateX(37px);
  }
}
.scr5__logo {
  width: 188px;
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.scr5__form {
  margin-top: 24px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 15px;
}
.scr5__formblock {
  min-height: 630px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  border-radius: 12px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 0.1s ease 0s;
}
.scr5__formblock.reload {
  opacity: 0.4;
}
.scr5__formtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  padding-top: 50px;
}
.scr5__social {
  color: #000;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 23px;
}
.scr5__socitem {
  width: 33.33%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.scr5__socitem input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.scr5__socinner {
  padding: 10px 0;
  border-radius: 10px;
  display: block;
}
.scr5__socitem input:checked + .scr5__socinner {
  background: #f2f2f2;
}
.scr5__socimg {
  width: 27px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
}
.scr5__soctxt {
  display: inline-block;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  border-bottom: 1px dotted #b0b0b0;
}
.form-item {
  padding-bottom: 13px;
}
.form-item input {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding: 30px 30px 30px 75px;
  border-radius: 45px;
  background-color: #f7f7f9;
  border: none;
  border-top: 1px solid #e8e8ea;
  outline: none;
  background-position: 35px center;
  background-repeat: no-repeat;
}
.form-item input.formblock__invalid {
  background-color: #ffb6b6;
}
.form-item input:focus {
  background-color: #f2f2f2;
}
.input-name {
  background-image: url(../img/scr5/icon-input-name.svg) !important;
}
.input-phone {
  background-image: url(../img/scr5/icon-input-phone.svg);
}
.form-submit {
  padding-top: 9px;
}
.form-submit .button {
  width: 100%;
  height: 94px;
  border-radius: 47px;
}
.form__loader {
  display: none;
  padding: 10px;
  text-align: center;
}
.form__loader.active {
  display: block;
  color: #e45a5e;
}
.form__loader img {
  display: inline-block;
  width: 40px;
}
.form-error {
  display: none;
  background-color: #e45a5e;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  padding: 5px;
  border-radius: 4px;
}
.form-bottom {
  padding-top: 17px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.scr6 {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 115px;
}
.scr6 .container {
  position: relative;
}
@media all and (min-width: 1300px) {
  .scr6 .container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 93px;
    right: -82px;
    width: 224px;
    height: 94px;
    background: url(../img/logo-v1.svg) center center no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}
.scr6 .block-subtitle {
  padding-top: 29px;
}
.scr6__featires {
  padding: 84px 0px 0;
  max-width: 1110px;
  margin: 0 auto;
}
.col-lg-4 {
}
.scr6__feat {
}
.scr6__featimg {
  width: 226px;
  height: 168px;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.scr6__text {
  text-align: center;
  padding-top: 24px;
  line-height: 28px;
}

.scr7 {
  padding-top: 108px;
  padding-bottom: 85px;
  background: url(../img/scr7/bg.svg) center 93% no-repeat;
  background-color: #f9fafb;
}
.scr7__wrap {
  margin: 80px 0 0;
  align-items: stretch;
}
@media all and (min-width: 1400px) {
  .scr7__wrap {
    margin-left: -54px;
    margin-right: -54px;
  }
}
.scr7__wrap .col-12 {
  position: relative;
}
.scr7__wrap .col-12:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 31px;
  right: 31px;
  bottom: -10px;
  height: 48px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  border-radius: 12px;
  background-color: #ffffff;
}
.scr7__item {
  position: relative;
  z-index: 2;
  height: 100%;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  border-radius: 12px;
  background-color: #ffffff;
  padding-bottom: 43px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
  margin-bottom: 30px;
}
.scr7__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  width: 61px;
  height: 26px;
  background: url(../img/logo-v1.svg) center center no-repeat;
  background-size: contain;
}
.scr7__img {
  margin-left: -20px;
  margin-right: -20px;
  height: 169px;
  align-items: flex-end;
}
.scr7__img img {
  max-width: 100%;
  max-height: 100%;
}
.scr7__info {
  margin-top: 25px;
  min-height: 90px;
}
.scr7__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.scr7__descr {
  padding-top: 5px;
  color: #8c94a2;
  font-size: 15px;
}
.scr7__list {
  display: none;
}
.scr7__price {
  font-size: 28px;
  background-image: linear-gradient(45deg, #964bb0 0%, #d03d8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.scr7__link {
  display: inline-block;
  margin-top: 29px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 11px;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px dotted #a1a1a1;
}
.scr7__bottom {
  padding-top: 70px;
  text-align: center;
}
.scr7__bottom .button {
  height: 94px;
  border-radius: 47px;
  width: 338px;
  max-width: 100%;
  line-height: 24px;
}

.scr8 {
  padding-bottom: 90px;
}
.scr8 .container {
  padding-top: 104px;
  background: url(../img/scr8/bg-phone.png) 75px 52px no-repeat;
}
.scr8__loc:not(.active) .entrance-info {
  display: none;
}
.scr8__block-subtitle {
  font-size: 22px;
  color: #8c94a2;
  text-align: center;
  margin-top: 10px;
}

@media all and (min-width: 1400px) {
  .scr8__mapwrap {
    margin-left: -85px;
    margin-right: -85px;
  }
}
.scr8__tabs {
  align-items: flex-start;
  justify-content: flex-end;
  height: 125px;
  padding-top: 50px;
  padding-right: 30px;
}
.scr8__tab {
  width: 228px;
  border-radius: 10px;
  height: 87px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.4);
  background-color: #ffffff;
  transform: skewX(-15deg);
  color: #cdd3de;
  padding-bottom: 15px;
  margin-right: -7px;
  cursor: pointer;
  position: relative;
}
.scr8__tab:last-child {
  width: 207px;
  padding-left: 25px;
}
.scr8__tab:last-child span {
  z-index: 4;
}
.scr8__tab:last-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  width: 60px;
  border-radius: 10px;
  background: #fff;
  transform: skewX(15deg);
}
.scr8__tab span {
  transform: skewX(15deg);
  font-weight: 600;
}
.scr8__tab.active,
.scr8__tab:hover {
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.5);
  background-image: linear-gradient(to top, #a343f7 0%, #bf7bf9 100%);
  color: #fff;
}
.scr8__tab:last-child:hover:after,
.scr8__tab:last-child.active:after {
  background-image: linear-gradient(to top, #a343f7 0%, #bf7bf9 100%);
}
.scr8__map {
  position: relative;
  z-index: 3;
  height: 670px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.3);
}
.scr8__mapframe {
  display: block;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}
.scr8__adress {
  position: absolute;
  z-index: 10;
  left: 118px;
  top: 50px;
  height: 490px;
  overflow-y: auto;
  padding-right: 10px;
}
.scr8__loc {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 0;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 3px;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transform: translateY(-20px);
}
.scr8__loc.visible {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.scr8__loc.active .scr8__left {
  display: block;
}
.scr8__loc .scr8__right {
  display: none;
}

.scr8__loc.active .scr8__right {
  display: block;
}

.scr8__loc .scr8__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.scr8__loc.active .scr8__left .scr8__info {
  margin-top: 0px;
  margin-left: 0;
}

.scr8__loc .scr8__left .scr8__info {
  margin-top: 0;
  margin-left: 29px;
}

.scr8__loc .scr8__left .scr8__info a {
  display: none;
}

.scr8__loc.active .scr8__left .scr8__info a {
  display: block;
}

.scr8__locinner {
  width: 465px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.scr8__loc:hover,
.scr8__loc.active {
  background-image: linear-gradient(45deg, #964bb0 0%, #d03d8b 100%);
}
.scr8__loc--passive,
.scr8__loc--passive:hover {
  background-image: none;
  filter: grayscale(1);
}
.scr8__loc--passive .scr8__locinner {
  cursor: initial;
}

.scr8__locimg {
  width: 90px;
  display: block;
  height: 46px;
}
.scr8__locimg img {
  display: block;
}
.scr8__info {
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
}
.scr8__info p {
  padding: 2px 0;
}
.scr8__info a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  padding-top: 5px;
}
.scr8__info strong {
  font-weight: 500;
}
.scr8__right {
  width: 206px;
  flex-grow: 0;
  height: 139px;
  overflow: hidden;
}
.scr8__right img {
  display: block;
  float: right;
  max-width: 90%;
  border-radius: 10px;
}

footer .top {
  min-height: 100px;
  align-items: flex-start;
  justify-content: flex-start;
}
footer a {
  color: #000;
  display: block;
}
footer a:hover {
  color: #666;
}
.footer__logo {
  width: 112px;
  height: 48px;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__links1 {
  padding-left: 110px;
  font-size: 13px;
  line-height: 24px;
}
.footer__links2 {
  padding-left: 80px;
  font-size: 13px;
  line-height: 24px;
}
.footer__social {
  justify-content: flex-end;
  align-items: flex-start;
  flex-grow: 1;
  padding-top: 7px;
}
.footer__social a {
  width: 38px;
  height: 38px;
  margin: 0 3px;
  display: flex;
  border-radius: 50%;
}
.footer__social img {
  max-width: 18px;
}
body .footer__social .footer__telegram img {
  max-width: inherit;
}

.footer__watsup {
  background-color: #3ddd50;
}
.footer__vk {
  background-color: #4d76a1;
}
.footer__ins {
  background-image: linear-gradient(30deg, #f78932 0%, #d1318b 100%);
}
.footer__ins img {
  max-width: 15px;
  max-width: 15px;
}
.footer__email {
  background-color: #605ca8;
}
.footer__tel {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 45px;
  text-align: right;
}
.footer__phone {
  display: inline-block;
}

footer .bottom {
  padding: 20px 0 7px;
  border-top: 1px solid #f2f2f2;
  font-size: 13px;
  line-height: 1.4;
}

footer .bottom p {
  margin-bottom: 13px;
}

.hwmodal {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}
.hw__close {
  position: absolute;
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  background: url(../img/icon-close.svg) center center no-repeat;
  background-size: 100%;
  top: 0;
  right: -45px;
  font-size: 0;
  outline: none;
}
.productmodal {
  position: relative;
  width: 857px;
  max-width: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
}
@media all and (min-width: 992px) {
  .productmodal:before {
    content: '';
    display: block;
    position: absolute;
    top: 38px;
    z-index: 4;
    right: 44px;
    width: 74px;
    height: 31px;
    background: url(../img/logo-v1.svg) center center no-repeat;
    background-size: contain;
  }
}

.modal__inner {
  border-radius: 15px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.3);
  background-color: #ffffff;
  position: relative;
}
.modal__title {
  padding-top: 70px;
  font-size: 42px;
  line-height: 56px;
  font-weight: 300;
  padding-left: 80px;
}
.productmodal strong {
  font-weight: 500;
}
.product {
  padding-top: 55px;
  padding-bottom: 65px;
  padding-left: 60px;
  align-items: flex-start;
  justify-content: flex-start;
}
.product__img {
  flex-shrink: 0;
  width: 352px;
  max-width: 100%;
}
.product__img img {
  display: block;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.product__about {
  padding-top: 10px;
  padding-left: 30px;
}
.product__consist {
  display: inline-block;
  max-width: 80%;
  padding: 9px 15px;
  border-radius: 5px;
  background-color: #c54aa4;
  transform: skewX(-15deg);
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.product__consist span {
  display: inline-block;
  transform: skewX(15deg);
}
.product__list {
  padding-top: 20px;
  font-size: 17px;
  line-height: 32px;
}
.product__list strong {
  font-weight: 500;
}
.product__list p {
  display: block;
}
.product__button {
  width: 295px;
  max-width: 100%;
  padding-top: 50px;
}
.product__button .button {
  height: 90px;
  width: 100%;
  border-radius: 45px;
  font-size: 18px;
  line-height: 23px;
}
.modal__ads {
  border-top: 1px solid #e8e8eb;
  padding-top: 65px;
  min-height: 340px;
  background: url(../img/modal/white-bg-logo-v2.png) center center no-repeat;
}
.modal__adstitle {
  padding-top: 0px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}
.modal__adsbutton {
  padding-top: 33px;
  text-align: center;
}
.button__ads {
  width: 355px;
  background-image: linear-gradient(to top, #964bb0 0%, #e5499c 100%);
  border-radius: 45px;
  height: 91px;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  position: relative;
  padding-right: 55px;
}
.button__ads:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 73px;
  height: 83px;
  background: url(../img/modal/button__effect.png) center center no-repeat;
  right: 25px;
  top: -10px;
}
.button__ads:hover {
  background-image: linear-gradient(to top, #834099 0%, #e5499c 100%);
  color: #fff;
}

.quizmodal {
  width: 1097px;
  position: relative;
  max-width: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
  margin-top: 0;
  margin-bottom: 0;
}
.quizmodal .modal__inner {
  padding-top: 59px;
  position: relative;
}
.quizmodal .modal__inner {
  position: absolute;
  top: 0;
  height: 10px;
  overflow: hidden;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.quizmodal .modal__inner.active {
  height: auto;
  opacity: 1;
  width: auto;
  position: relative;
  pointer-events: auto;
  transform: translateY(0px);
}

.progress {
  position: relative;
  background-color: #f6f6f6;
  height: 36px;
  width: 643px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  text-align: center;
  font-size: 14px;
  text-shadow: 0 0 3px #f6f6f6;
  line-height: 36px;
  left: 20px;
}
.progress__line {
  position: relative;
  height: 100%;
  background: url(../img/quiz/load-bg.png) left center repeat-x;
  border-radius: 18px;
}
.progress__text {
  position: relative;
  z-index: 4;
  top: -36px;
}
@media all and (min-width: 1000px) {
  .quiz__slide1,
  .quiz__slide2 {
    min-height: 665px;
    background: url(../img/quiz/slide1-bg.jpg) right bottom no-repeat;
  }
}

.quiz__title {
  padding-top: 70px;
  padding-left: 95px;
  font-size: 300px;
  font-size: 42px;
  line-height: 56px;
}
.quiz__hint {
  padding-top: 0;
  line-height: normal;
  max-width: 560px;
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.03em;
  color: #9fa7b1;
}
.quiz__title--short {
  max-width: 700px;
}
.quiz__title strong {
  font-weight: 500;
}
.quiz__subtitle {
  padding-top: 10px;
  padding-left: 95px;
  color: #8c94a2;
  font-size: 18px;
}
.quiz__subtitle--short {
  max-width: 600px;
}
.quiz__width1,
.quiz__width2,
.quiz__width3 {
  padding-left: 95px;
  padding-top: 50px;
  width: 755px;
  box-sizing: border-box;
  max-width: 100%;
}
.quiz__width2 {
  min-height: 290px;
}
.quiz__width3 {
  max-width: none;
  width: auto;
  padding-right: 74px;
}
.quiz__listimg {
  height: 245px;
}
.questionnaire-modal {
  width: 1101px;
  padding: 20px;
  background: #f7f7f9;
}
.questionnaire-modal .modal__inner {
  height: 801px !important;
  border-radius: 20px;
}
.questionnaire-modal .quiz__title {
  padding-top: 95px;
}
.questionnaire-modal .quiz__subtitle,
.questionnaire-modal .quiz__lastxt {
  padding-top: 34px;
  font-size: 21px;
}
.questionnaire-modal .quiz__lastxt__first {
  margin-bottom: 2px;
}
.quiz__lastxt__first a {
  text-decoration: underline;
  font-weight: 400;
}
.quiz__img1 {
  position: absolute;
  width: 338px;
  height: 86px;
  left: 95px;
  top: 38px;
  background-image: url(/img/modal/img_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz__img2 {
  position: absolute;
  width: 233.11px;
  height: 281.58px;
  left: 60px;
  top: 447.52px;
  opacity: 25%;
  transform: rotate(27deg);
  background-image: url(/img/modal/img_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz__img3 {
  position: absolute;
  width: 168.01px;
  height: 201.87px;
  left: 475px;
  top: 530px;
  transform: rotate(-14.92deg);
  opacity: 25%;
  background-image: url(/img/modal/img_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz__img4 {
  position: absolute;
  width: 230px;
  height: 277px;
  left: 750px;
  top: 351px;
  transform: rotate(18.44deg);
  opacity: 30%;
  background-image: url(/img/modal/img_4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz__img5 {
  position: absolute;
  width: 157.97px;
  height: 190.45px;
  left: 776.02px;
  top: 12.51px;
  opacity: 25%;
  transform: rotate(38.18deg);
  background-image: url(/img/modal/img_5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-check {
  margin-bottom: 15px;
  padding: 0 15px 0px 35px;
  border-radius: 10px;
  min-height: 102px;
  background-color: #f6f6f6;
  font-size: 17px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.form-check:hover {
  background-color: #f2f2f2;
}
.form-check input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form-check input + span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 75px;
  position: relative;
  min-height: 55px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.form-check input + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 51px;
  height: 50px;
  background: url(../img/quiz/check.png) center top no-repeat;
  margin-right: 25px;
  border-radius: 50%;
}
.form-check input:checked + span:before {
  background-position: center bottom;
}
.quiz__bottom {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: flex-start;
  padding-left: 95px;
}
.quiz__bottom .button {
  width: 345px;
  max-width: 100%;
  height: 100px;
  border-radius: 50px;
  margin-right: 50px;
}
.quiz__oneminut {
  padding-left: 60px;
  padding-top: 5px;
  background: url(../img/quiz/slide1-tel.png) left center no-repeat;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  color: #000000;
}
.quiz__oneminut span {
  border-bottom: 1px dotted #acacac;
}
.modal__inner2 {
  min-height: 765px;
  background: url(../img/quiz/call_modal_bg.png) right center no-repeat;
  background-size: auto;
  padding-top: 40px;
}
.modal__inner2 .quiz__subtitle,
.modal__inner3 .quiz__subtitle {
  font-size: 20px;
  line-height: 28px;
}
.modal__inner4 .quiz__lastxt {
  margin-right: 80px;
}
.form__last {
  margin-left: 95px;
  padding-top: 55px;
  width: 475px;
  max-width: 100%;
}
.superbutton {
  margin-top: 10px;
  display: flex;
  width: 100%;
  background-image: linear-gradient(to top, #964bb0 0%, #e5499c 100%);
  border-radius: 50px;
  border-bottom-color: #804693;
  height: 100px;
  color: #ffffff;
  font-size: 18px;
}
.superbutton:hover {
  background-image: linear-gradient(to top, #7e3c94 0%, #e5499c 100%);
  border-bottom-color: #804693;
}
.superbutton:disabled:hover {
  background: #ddd;
  border-color: #d5d5d5;
  color: #fff;
}
.form__last small {
  display: block;
  padding-top: 33px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.form__last small a {
  color: #888;
}
.form__mark {
  margin-top: 50px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  height: 48px;
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  transform: skewX(-15deg);
  background-color: #f7e543;
  border-radius: 5px;
}
.form__mark--big {
  padding: 0 30px;
  padding: 10px 30px;
  width: 350px;
  height: auto;
  text-align: center;
  line-height: 1.4;
  margin-right: 0;
}
.form__mark span {
  transform: skewX(15deg);
}
.modal__inner3 {
  padding-top: 40px;
}
.quiz__lastxt {
  margin-left: 95px;
  margin-right: 80px;
  font-size: 19px;
  line-height: 28px;
  padding-top: 35px;
}
.quiz__lastxt strong {
  font-weight: 500;
}
.quiz__lastxt p {
  padding-bottom: 7px;
}
.quiz__lastxt a {
  color: #000;
}
.quiz__lastimg {
  padding-top: 49px;
}
.quiz__lastimg img {
  display: block;
  max-width: 100%;
}

.custom-page {
  padding: 90px 0;
}

.custom-page h1 {
  font-weight: 500;
  color: #333;
  margin-bottom: 70px;
}

.custom-page h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
}

.custom-page p,
.custom-page span,
.custom-page ul,
.custom-page ol {
  color: #777;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.custom-page ul,
.custom-page ol {
  margin-left: 20px;
}

.custom-page ul li {
  list-style: circle;
}

.custom-page ol li {
  list-style: decimal;
}

.custom-page .content {
  padding: 0 15px;
}

.about-us {
  padding: 90px 0;
}

.contacts {
  padding: 60px 0;
}

.contacts .head {
  border-bottom: 1px solid #cecece;
  padding-bottom: 16px;
  margin-bottom: 35px;
}

.contacts .head h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0.02em;
  color: #111111;
}

.contacts .contacts-content .label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #974aae;
}

@media all and (max-width: 991px) {
  .contacts .contacts-content .label-block {
    margin-bottom: 10px;
  }
}

.contacts .contacts-content .department-wrap {
  background: linear-gradient(#fff 0 0) padding-box,
    /*this is your grey background*/
      linear-gradient(45deg, #964bb0 0%, #d03d8b 100%) border-box;

  padding: 15px 32px;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-bottom: 15px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.department-content {
  display: inline-block;
  max-width: 250px;
}

.department-img {
  display: inline-block;
}

.department-img img {
  margin: 0 auto;
  max-width: 150px;
  max-height: 104px;
}

.department-wrap .department-info .p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  /* identical to box height, or 180% */

  letter-spacing: 0.01em;

  color: #000000;
}

.department-content img {
  width: 61px;
  height: 25px;
  margin-bottom: 4px;
}

.department-wrap .department-info a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.04em;
  color: #000000;
}

.about-us__page-description {
  position: relative;
  margin-bottom: 90px;
  margin-left: 50px;
}

.about-us__page-description span:first-of-type {
  text-transform: uppercase;
  color: #242424;
}

.about-us__page-description span:last-of-type {
  color: #777;
}

.about-us__page-description h1 {
  color: #d72b7b;
  margin-bottom: 5px;
}

.about-us__page-description .arrow {
  display: block;
  position: absolute;
  height: 90px;
  width: 20px;
  bottom: -50px;
  left: -50px;
}

.about-us__page-description .arrow:after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #d72b7b;
  left: 8px;
}

.about-us__page-description .arrow:before {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #d72b7b;
  border-left: 0;
  border-top: 0;
  bottom: 0;
  left: 1px;
  transform: rotate(45deg);
}

.about-us__facts .fact {
  display: flex;
}

.about-us__facts .fact:not(:last-of-type) {
  margin-bottom: 90px;
}

.about-us__facts .fact.reverse {
  flex-direction: row-reverse;
  padding-left: 0;
}

.about-us__facts .fact .left,
.about-us__facts .fact .right {
  flex: 1;
}

.about-us__facts .fact .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about-us__facts .fact.reverse .left {
  justify-content: flex-end;
}

.about-us__facts .fact .left img {
  width: 500px;
  height: auto;
}

.about-us__facts .fact .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.about-us__facts .fact .right h2 {
  text-align: center;
  font-weight: 700;
  margin: 30px 0;
  color: #222;
}

.about-us__facts .fact .right .text {
  margin-bottom: 30px;
}

.about-us__facts .fact .right .text p {
  text-align: center;
  color: #777;
}

.about-us__facts .fact .right .icon {
  height: 100px;
  width: auto;
}

.about-us__facts .fact .right .icon img {
  height: 100%;
  width: auto;
}

.about-us__facts .fact .right .number {
  position: relative;
  color: #242424;
  font-weight: 500;
  margin-left: 60px;
}

.about-us__facts .fact .right .number:before {
  display: block;
  position: absolute;
  top: 10px;
  left: -60px;
  content: '';
  height: 2px;
  width: 40px;
  background-color: #777;
}

.about-us__load-button {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.about-us__load-button button {
  width: 240px;
  height: 75px;
  text-transform: uppercase;
}

.faq {
  padding: 90px 0;
}

.faq h1 {
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.faq__accordion {
  width: 75%;
}

.faq__accordion__block:not(:last-of-type) {
  border-bottom: 1px solid #dbdbdb;
}

.faq__accordion__block .question {
  position: relative;
  padding: 30px 70px 30px 30px;
  display: flex;
  align-items: center;
  color: #777;
}

.faq__accordion__block .question:after {
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  content: '';
  right: 30px;
  border: 2px solid #777;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.faq__accordion__block.active .question:after {
  transform: rotate(-135deg);
  border-color: #6a2197;
}

.faq__accordion__block.active .question {
  color: #6a2197;
}

.faq__accordion__block .question:hover {
  cursor: pointer;
  color: #6a2197;
}

.faq__accordion__block .question:hover:after {
  border-color: #6a2197;
}

.faq__accordion__block .answer {
  padding: 0 50px 35px;
  display: none;
}

.faq__accordion__block.active .answer {
  display: block;
}

.faq__accordion__block .answer p,
.faq__accordion__block .answer pre {
  line-height: 28px;
}

.articles {
  padding: 90px 0;
}

.articles h1 {
  width: 100%;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.articles__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.articles__block {
  position: relative;
  width: 550px;
  height: 470px;
  box-sizing: border-box;
}

.articles__block:not(:last-of-type) {
  margin-bottom: 70px;
}

.articles__block:nth-child(2n + 1) {
  margin-top: -270px;
}

.articles__block:nth-child(1) {
  margin-top: 0;
}

.articles__block-description {
  height: 200px;
  padding: 0;
}

.articles__block-description .text {
  width: 400px;
  line-height: 24px;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
  color: #777;
}

.articles__block .image-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.articles__block .image-wrap img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  bottom: 0;
}

.articles__block .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  min-height: 250px;
  width: 330px;
  background-color: #e7e7e7;
  z-index: 1;
  padding: 30px 35px;
}

.articles__block .content .date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #777;
}

.articles__block .content h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #2a2a2a;
  padding: 15px 0;
}

.articles__block .content a {
  flex-basis: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #6a2197;
  border-bottom: 1px solid #6a2197;
}

.articles__block .content a:hover {
  opacity: 0.75;
}

.articles__load-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.articles__load-button button {
  width: 240px;
  height: 75px;
  text-transform: uppercase;
  margin-top: 70px;
}

.article {
  padding: 90px 0;
}

.article.small-top-padding {
  padding-top: 45px;
}

.article h1 {
  width: 100%;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.article__block {
  width: 700px;
}

.article__block img {
  width: 100%;
  height: auto;
}

.article__block .date {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #777;
}

.article__block .content {
  line-height: 24px;
  color: #777;
  padding: 0 15px;
}

.article__block .content p,
.article__block .content pre,
.article__block .content span {
  padding: 10px 0;
}

.article__block .content ol {
  position: relative;
  list-style: none;
  counter-reset: li;
  margin-left: 30px;
}

.article__block .content ol li::before {
  display: block;
  position: absolute;
  content: counter(li);
  font-size: 28px;
  line-height: 36px;
  color: #6a2197;
  width: 1em;
  margin-left: -1em;
}

.article__block .content ol li {
  display: flex;
  align-items: center;
  line-height: 24px;
  counter-increment: li;
  padding: 10px 0;
}

.article__block .content ul {
  position: relative;
  margin-left: 30px;
}

.article__block .content ul li {
  line-height: 24px;
  padding: 10px 0;
}

.article__block .content ul li::before {
  display: block;
  position: absolute;
  content: '•';
  font-size: 24px;
  color: #6a2197;
  width: 24px;
  margin-left: -22px;
}

.article__block .content ol li p,
.article__block .content ol li span,
.article__block .content ul li p,
.article__block .content ul li span {
  padding: 0;
}

.vacancies {
  padding: 90px 0 60px;
}

.vacancies .title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 60px;
}

.vacancies .title > div:first-of-type {
  display: flex;
}

.vacancies .title h1,
.vacancies .title span {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  line-height: 1.2;
  font-size: 2em;
  font-weight: 500;
  color: #333;
}

.vacancies .page-message {
  padding: 60px 30px 80px;
}

.vacancies .page-message img {
  height: 165px;
  margin-right: 40px;
}

.vacancies .page-message span {
  width: auto;
  line-height: 1.2;
  font-size: 2em;
  font-weight: 400;
  color: #777;
}

.vacancies__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.vacancies__block {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  margin-right: 3.5%;
}

.vacancies__block > div {
  width: 100%;
}

.vacancies__block:nth-child(3n) {
  margin-right: 0;
}

.vacancies__block:hover {
  transform: scale(1.025);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  cursor: default;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.vacancies__block:hover a {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px 2px;
  background: #e8d525;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.27);
  border-bottom: 4px solid #b9a810;
  background-image: linear-gradient(to top, #e8d525 0%, #f7e543 100%);
  text-transform: uppercase;
}

.vacancies__block:hover img {
  filter: none;
}

.vacancies__block:hover .content .title {
  color: #6a2197;
}

.vacancies__block img {
  display: block;
  height: 70px;
  width: auto;
  margin-bottom: 20px;
  filter: grayscale(100%);
}

.vacancies__block .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.vacancies__block .content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.vacancies__block .content .salary {
  font-weight: 400;
  margin-bottom: 15px;
  color: #777;
}

.vacancies__block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #777;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.vacancies__block a:hover {
  background-image: linear-gradient(to bottom, #fff173 0%, #f7e543 100%);
  border-color: #d4c321;
}

.vacancies__block a:active {
  top: 1px;
}

.vacancies .dropdown .selected-item {
  position: relative;
}

.vacancies .dropdown .selected-item:hover {
  cursor: pointer;
}

.vacancies .dropdown .selected-item span {
  color: #6a2197;
  font-weight: 400;
  padding-right: 30px;
}

.vacancies .dropdown .selected-item:after {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  content: '';
  border: 2px solid #6a2197;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  top: 14px;
  right: 0;
  transition: all 0.25s ease;
}

.vacancies .dropdown.open .selected-item:after {
  transform: rotate(-135deg);
  top: 22px;
  transition: all 0.25s ease;
}

.vacancies .dropdown .options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 220px;
  min-height: 0;
  max-height: 0;
  transition: all 0.25s ease 0.1s;
  overflow: hidden;
  position: absolute;
  overflow-y: scroll;
  border: 0;
  padding: 0 15px;
  background-color: #fff;
  z-index: 1;
}

.vacancies .dropdown.open .options {
  max-height: 40px;
  max-height: 120px;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 5px;
}

.vacancies .dropdown .options::-webkit-scrollbar {
  display: none;
}

.vacancies .dropdown.opened .options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.vacancies .dropdown.opened .options::-webkit-scrollbar {
  display: block;
  width: 4px;
  background-color: #f5f5f5;
}

.vacancies .dropdown.opened .options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999;
}

.vacancies .dropdown .options span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #777;
  padding: 2px 0;
}

.vacancies .dropdown .options span:first-of-type {
  margin-top: 10px;
}

.vacancies .dropdown .options span:last-of-type {
  margin-bottom: 10px;
}

.vacancies .dropdown .options span:hover,
.vacancies .dropdown .options span.selected {
  color: #6a2197;
  cursor: pointer;
}

.vacancy {
  padding: 90px 0;
}

.vacancy.small-top-padding {
  padding-top: 40px;
}

.vacancy h1 {
  font-weight: 500;
  color: #333;
  margin-bottom: 60px;
}

.vacancy__blocks {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vacancy__blocks .left {
  width: 60%;
}

.vacancy__blocks .right {
  width: 40%;
}

.vacancy__top-block {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #eee;
  padding-bottom: 45px;
  margin-bottom: 40px;
}

.vacancy__top-block .left {
  display: flex;
  flex-direction: row;
}

.vacancy__top-block .left div,
.vacancy__top-block .right div {
  display: flex;
  flex-direction: column;
}

.vacancy__top-block .left div:not(:last-of-type) {
  margin-right: 130px;
}

.vacancy__top-block .left div:last-of-type {
  margin-right: 30px;
}

.vacancy__top-block span {
  font-size: 24px;
  line-height: 32px;
}

.vacancy__top-block span:last-of-type {
  font-size: 20px;
  font-weight: 700;
}

.vacancy__bottom-block {
  display: flex;
  flex-direction: row;
}

.vacancy__bottom-block .left {
  color: #777;
  line-height: 28px;
  padding-right: 30px;
}

.vacancy__bottom-block .left :not(:last-child) {
  margin-bottom: 20px;
}

.vacancy__bottom-block .left ul,
.vacancy__bottom-block .left ol {
  margin-bottom: 20px;
  margin-left: 20px;
}

.vacancy__bottom-block .left ul li {
  list-style: disc;
  margin-bottom: 10px !important;
}

.vacancy__bottom-block .left ol li {
  list-style: decimal;
  margin-bottom: 10px !important;
}

.vacancy__other-vacancies h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding: 15px 30px;
}

.vacancy__other-vacancies .items {
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.vacancy__other-vacancies .items .item {
  display: flex;
  flex-direction: column;
}

.vacancy__other-vacancies .items .item span {
  margin-bottom: 0;
  font-size: 20px;
  color: #333;
}

.vacancy__other-vacancies .items .item span:first-of-type {
  font-weight: 700;
}

.vacancy__other-vacancies .items .item:hover span:first-of-type {
  color: #6a2197;
}

.vacancy__other-vacancies .items hr {
  width: 100%;
  height: 2px;
  background-color: #eee;
  margin: 20px 0;
  border: 0;
}

.vacancy__other-vacancies .items hr:last-of-type {
  display: none;
}

.vacancy__other-blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}

.vacancy__other-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.vacancy__other-block:not(:last-of-type) {
  margin-bottom: 30px;
}

.vacancy__other-block p,
.vacancy__other-block pre,
.vacancy__other-block span {
  font-size: 20px;
  line-height: 32px;
  color: #333;
}

.vacancy__other-block p strong,
.vacancy__other-block pre strong,
.vacancy__other-block span strong {
  font-size: 24px;
}

.vacancy__other-block :not(:last-child) {
  margin-bottom: 10px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 18px;
}

.breadcrumbs span {
  color: #777;
}

.breadcrumbs a {
  color: #6a2197;
}

.error {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
}

.error img {
  height: 635px;
  width: auto;
  margin-right: 30px;
}

.error .text {
  width: 500px;
}

.error .mobile-text {
  display: none;
}

.error .text h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.error .text h1 span {
  font-size: 56px;
  line-height: 72px;
  color: #d72a7c;
}

.error .text {
  max-width: 416px;
}

.error .text p,
.error .mobile-text p {
  font-size: 22px;
  line-height: 28px;
  color: #333;
}

.error .text a,
.error .mobile-text a {
  color: #d72a7c;
  font-weight: 500;
}

.error .text a:hover,
.error .mobile-text a:hover {
  text-decoration: underline;
}

.geo {
  border-radius: 15px;
}

.geo-title {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.geo-modal {
  min-height: 200px;
  min-width: 600px;
}

.geo-img {
  width: 10%;
  margin: auto;
  padding-top: 10px;
  display: block;
}

.geo-buttons {
  display: flex;
  margin: auto;
}

.geo-row {
  display: flex;
  margin-top: 30px;
}

.modal-geo-button {
  border-radius: 20px;
  width: 150px;
  height: 40px;
}

.modal-geo-button-block {
  margin-right: 20px;
}

.modal-geo-button-block:last-child {
  margin-right: 0;
}

.header__geo {
  justify-content: flex-start;
  margin-right: 45px;
  position: relative;
}

.main-city-button {
  font-size: 20px;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-city-button-text {
  border-bottom: 1px solid black;
  display: inline-block;
}

.change-geo {
  position: absolute;
  top: 0px;
  background: white;
  color: black;
  display: inline-grid;
  margin-top: 30px;
  left: 50px;
  right: 0;
}

.change-geo .city-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.change-geo-dropdown-button {
  font-size: 18px;
  background: transparent;
  border-width: 0 0 0 0;
  outline: none;
  color: #8c94a2;
  cursor: pointer;
  padding: 5px;
}

.change-geo-dropdown-button:hover,
.change-geo-dropdown-button.selected {
  color: #8b31b8;
}

.header__geo.mobile {
  display: none;
}

@media all and (max-width: 647px) {
  .geo-modal {
    max-width: 300px;
    min-width: 200px;
  }

  .geo-buttons {
    display: block;
    padding-bottom: 20px;
  }

  .modal-geo-button-block {
    margin-top: 20px;
    margin-right: 0;
  }

  .header__geo.pc {
    display: none;
  }

  .header__geo {
    padding-left: 10px;
  }

  .header__geo.mobile {
    display: block;
    position: fixed;
    margin-left: 2px;
    margin-top: 45px;
  }

  .change-geo {
    left: 10px;
  }
}

@media all and (min-width: 1200px) {
  body {
    padding-top: 100px;
  }
  .container {
    max-width: 1200px;
  }
}

.scr9 {
  background: url(../img/scr7/bg.svg) center 93% no-repeat;
  background-color: #f9fafb;
  padding-top: 108px;
  padding-bottom: 85px;
}
.scr9__wrap {
  margin-top: 70px;
  align-items: center;
  justify-content: center;
}
.scr9__item {
}
.scr9__img {
  width: 263px;
  height: 263px;
  margin: 0 auto;
}
.scr9__img img {
  width: 100%;
  height: 100%;
}
.scr9__info {
  text-align: center;
}

.scr9__title {
  font-size: 22px;
  margin-top: 5px;
}

.scr9__block-subtitle {
  font-size: 22px;
  color: #8c94a2;
  text-align: center;
  margin-top: 10px;
}

.scr9__bottom {
  margin: 0 auto;
  margin-top: 65px;
  width: max-content;
}

.scr9__bottom .button {
  height: 94px;
  border-radius: 47px;
  width: 338px;
  max-width: 100%;
  line-height: 24px;
}

.scr10 {
  padding-top: 53px;
  padding-bottom: 87px;
}

.scr10__block-subtitle {
  font-size: 22px;
  color: #8c94a2;
  text-align: center;
  margin-top: 10px;
}

.scr10__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.scr10__item {
  position: relative;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.scr10__item:nth-child(2n) {
  margin-top: 220px;
}
.scr10__img {
}
.scr10__info {
  text-align: center;
}
.scr10__number {
  font-size: 56px;
  color: #964bb0;
  margin-bottom: 20px;
}
.scr10__title {
  font-size: 22px;
}

.scr10__line-1,
.scr10__line-2 {
  width: 130px;
}

.scr10__line-1 {
  position: absolute;
  top: 140px;
  left: 170px;
}
.scr10__line-2 {
  position: absolute;
  top: -78px;
  left: 170px;
}
.scr10__line-1 img,
.scr10__line-2 img {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1350px) {
  .header__logo {
    margin-right: 20px;
  }
}

@media all and (max-width: 992px) {
  .scr9 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-size: contain;
    background-position: center 97%;
  }
}

.documents {
  padding-top: 90px;
  padding-bottom: 190px;
}
.documents__content {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  row-gap: 68px;
  column-gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.documents__content a {
  width: 40%;
  color: #000;
}
.documents__item {
  display: flex;
  align-items: center;
  gap: 44px;
}
.documents__title {
  font-weight: 500;
  margin-bottom: 68px;
}
.documents__item-title {
  font-size: 21px;
  font-weight: 300;
}
