@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.screenshots-carousel .slide {
  padding: 0 15px;
}

.slick-slider.screenshots-carousel .slide .holder {
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
  -moz-box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
  box-shadow: 0px 8px 15px 0px rgba(89, 89, 89, 0.25);
}

.slick-slider.screenshots-carousel .slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slider.screenshots-carousel .slide.slick-active .holder {
  transform: scale(1.08);
}

.slick-slider.screenshots-carousel .slide.slick-center {
  z-index: 100;
  position: relative;
}

.slick-slider.screenshots-carousel .slide.slick-center .holder {
  transform: scale(1.16);
}

.slick-slider.screenshots-carousel .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick/slick.eot");
  src: url("../../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick/slick.woff") format("woff"), url("../../fonts/slick/slick.ttf") format("truetype"), url("../../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #2095f2;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50px;
  z-index: 100;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .7;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

aside, nav, footer, header, section, article {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  color: #181818;
  font-family: 'Mont';
  font-weight: normal;
  font-size: 17px;
  background: #fff;
  min-width: 375px;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html:hover, body:hover {
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html:focus, body:focus {
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

#wrapper {
  overflow: hidden;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-screen {
  background: url(../../img/bg1.jpg) no-repeat 50% 0/cover;
  padding-bottom: 88px;
  padding-top: 168px;
}

.main-screen_container {
  max-width: 570px;
  margin-left: 42px;
}

.main-screen_info {
  display: block;
  font-weight: 600;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 27px;
  max-width: 480px;
}

.main-screen .title {
  margin-bottom: 14px;
}

.main-screen_buttons {
  display: flex;
}

.main-screen .btn-orange {
  margin-right: 38px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 64px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}

.btn-login {
  border: 2px solid #FFFFFF;
  width: 245px;
  background-color: transparent;
  font-weight: 700;
  line-height: 20px;
  color: #FFFFFF;
}

.btn-login:hover {
  border: 2px solid #FF8862;
  color: #FF8862;
}

.btn-orange {
  width: 245px;
  background: #F65826;
  font-weight: 700;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-orange:hover {
  background: #FF4B12;
}

.btn-white {
  width: 245px;
  background: #fff;
  font-weight: 700;
  line-height: 20px;
  color: #141414;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-white:hover {
  background: #FFEEE9;
  color: #FF8862;
}

.btn-violet {
  width: 267px;
  background: #8145D7;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
}

.btn-violet:hover {
  background: #7B1FFF;
}

.title {
  display: block;
  font-weight: 800;
  font-size: 45px;
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom: 59px;
}

.subtitle {
  display: block;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.back-top {
  background: #FFFFFF;
  width: 62px;
  height: 62px;
  border: 2.73529px solid #8145D7;
  box-sizing: border-box;
  box-shadow: 0px 3.64706px 13.6765px rgba(0, 0, 0, 0.09);
  position: fixed;
  z-index: 15;
  bottom: 30px;
  right: 30px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

.back-top a {
  display: block;
  height: 100%;
  background: url(../../img/up.svg) no-repeat 50% 13px;
  padding-top: 29px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10.9412px;
  line-height: 13px;
  color: #8145D7;
  text-align: center;
}

.back-top.out {
  opacity: 0;
  pointer-events: none;
  bottom: 10px;
}

.header {
  background-color: #fff;
  min-height: 58px;
  border-radius: 0 0 16px 16px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: none;
  position: fixed;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.header.out {
  transform: translate(-50%, -100%);
}

.header.shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
}

.header-shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
}

.header-container {
  display: flex;
  align-items: center;
}

.header-nav ul {
  display: flex;
}

.header-nav li {
  margin-right: 25px;
}

.header-nav li:last-child {
  margin: 0;
}

.header-nav a {
  display: block;
  text-decoration: none;
  color: #6F6F6F;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-nav a:hover {
  color: #7B1FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-languages ul {
  display: flex;
}

.header-languages li {
  padding-right: 10px;
  margin-right: 9px;
  border-right: 1px solid rgba(215, 215, 215, 0.5);
}

.header-languages li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.header-languages li.active a {
  color: #141414;
}

.header-languages a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #D7D7D7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-languages a:hover {
  color: #F65826;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-personalAccount a {
  display: block;
  text-decoration: none;
  padding-left: 26px;
  min-height: 18px;
  line-height: 18px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  color: #F65826;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-personalAccount a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/user.svg) no-repeat;
  width: 18px;
  height: 18px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-personalAccount a:before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/user-hover.svg) no-repeat;
  width: 18px;
  height: 18px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-personalAccount a:hover {
  color: #FF4B12;
}

.header-personalAccount a:hover:after {
  opacity: 0;
}

.header-personalAccount a:hover:before {
  opacity: 1;
}

.logo {
  display: block;
  background: url(../../img/logo.svg) no-repeat;
  width: 69px;
  height: 20px;
  margin-right: 60px;
}

.logo a {
  display: block;
  height: 100%;
}

.trust-us {
  padding-top: 88px;
  padding-bottom: 0;
}

.trust-us.trust-usTitle {
  padding-top: 0;
  padding-bottom: 0;
}

.trust-us.trust-usMap {
  padding-top: 0;
  padding-bottom: 88px;
}

.trust-us .container {
  position: relative;
}

.trust-us .container .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.trust-us .container .bg .bgitem {
  position: absolute;
}

.trust-us .container .bg .bgitem:nth-child(1) {
  background: url(../../img/parallax/icon1.svg) no-repeat 50% 50%;
  top: 142px;
  right: -100px;
  width: 200px;
  height: 200px;
}

.trust-us .container .bg .bgitem:nth-child(2) {
  background: url(../../img/parallax/icon2.svg) no-repeat 50% 50%;
  top: 373px;
  right: 0;
  width: 200px;
  height: 200px;
}

.trust-us .container .bg .bgitem:nth-child(3) {
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  top: 577px;
  right: -100px;
  width: 200px;
  height: 200px;
}

.trust-us_list {
  margin-bottom: 88px;
  position: relative;
  z-index: 2;
}

.trust-us_list ul {
  display: flex;
  justify-content: space-between;
}

.trust-us_list li {
  max-width: 330px;
}

.trust-us_list li span {
  display: block;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #141414;
  margin-bottom: 8px;
}

.trust-us_list li p {
  display: block;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
}

.trust-us_list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 13px;
  background: linear-gradient(97.84deg, #4999D2 -65.59%, #9F46E6 132.76%);
  border-radius: 4px;
}

.trust-us_list-icon img {
  display: block;
}

.trust-us_title {
  display: block;
  font-weight: 800;
  font-size: 89px;
  line-height: 85px;
  color: #8145D7;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.trust-us_title span {
  display: block;
  margin-left: 138px;
}

.trust-us_container {
  display: flex;
  position: relative;
  z-index: 2;
}

.trust-us_container-left {
  min-width: 377px;
  width: 377px;
}

.trust-us_container-right {
  width: 100%;
}

.trust-us_container-right img {
  display: block;
  width: 100%;
  height: auto;
}

.trust-us_icon {
  margin: 0 0 39px 176px;
}

.trust-us_icon img {
  display: block;
}

.trust-us_advantageList li {
  margin-bottom: 63px;
}

.trust-us_advantageList li:last-child {
  margin: 0;
}

.trust-us_advantageList span {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #141414;
}

.trust-us_advantageList p {
  display: block;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
}

.tariffs {
  background: url(../../img/bg2.jpg) no-repeat 50% 0/cover;
  padding: 88px 0 88px;
}

.tariffs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tariffs .subtitle {
  width: 100%;
}

.tariffs .title {
  width: 100%;
}

.tariffs-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 13px 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tariffs-item:hover {
  box-shadow: none;
  background: #F3F1FC;
}

.tariffs-item_left {
  min-width: 140px;
  width: 140px;
}

.tariffs-item_center {
  padding-left: 57px;
  width: 48%;
}

.tariffs-item_right {
  min-width: 267px;
  width: 267px;
}

.tariffs-item span {
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
  color: #141414;
  margin-bottom: 3px;
}

.tariffs-item strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 69px;
  line-height: 59px;
  color: #8145D7;
}

.tariffs-item b {
  display: block;
  text-align: right;
  font-weight: 600;
  line-height: 17px;
  color: #8145D7;
}

.tariffs-item p {
  display: block;
  font-weight: 600;
  /* max-height: 54px;
  overflow: hidden; */
  line-height: 27px;
  color: #141414;
}

.tariffs .all {
  margin-top: 19px;
}

.all {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 36px;
  position: relative;
}

.all:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 20px;
  background: url(../../img/right-arrow.svg) no-repeat 50% 50%;
  opacity: 1;
}

.all:before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 20px;
  background: url(../../img/right-arrow-hover.svg) no-repeat 50% 50%;
  opacity: 0;
}

.all:hover {
  color: #FF8862;
}

.all:hover:after {
  opacity: 0;
}

.all:hover:before {
  opacity: 1;
}

.private-office {
  padding-top: 88px;
  padding-bottom: 88px;
}

.private-office .subtitle {
  color: #8145D7;
  position: relative;
  z-index: 2;
}

.private-office .title {
  color: #141414;
  position: relative;
  z-index: 2;
}

.private-office .container {
  position: relative;
}

.private-office .container .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.private-office .container .bg .bgitem {
  position: absolute;
}

.private-office .container .bg .bgitem:nth-child(1) {
  background: url(../../img/parallax/icon1.svg) no-repeat 50% 50%;
  bottom: 0;
  left: 400px;
  width: 200px;
  height: 200px;
}

.private-office .container .bg .bgitem:nth-child(2) {
  background: url(../../img/parallax/icon2.svg) no-repeat 50% 50%;
  bottom: 400px;
  right: 250px;
  width: 200px;
  height: 200px;
}

.private-office .container .bg .bgitem:nth-child(3) {
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  bottom: 120px;
  right: -100px;
  width: 200px;
  height: 200px;
}

.private-office_container {
  display: flex;
  position: relative;
  z-index: 2;
}

.private-office_left {
  min-width: 451px;
  width: 451px;
  margin-right: 47px;
}

.private-office_right {
  width: 100%;
}

.private-office_right img {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  height: auto;
}

.private-office_info {
  background: #F5EDFF;
  border-radius: 6px;
  padding: 24px 30px;
  margin-bottom: 20px;
}

.private-office_info span {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #8145D7;
}

.private-office_info p {
  display: block;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
}

/*accordion*/
.accordion {
  margin: 0;
}

.accordion li {
  margin: 0 0 20px 0;
}

.accordion li:last-child {
  margin: 0 !important;
}

.accordion .opener {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  min-height: 48px;
  padding: 13px 60px 13px 24px;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background: url(../../img/arrow-bot.svg) no-repeat calc(100% - 24px) 50% #fff;
}

.accordion .opener:hover {
  background: url(../../img/arrow-bot.svg) no-repeat calc(100% - 24px) 50% #F3ECFB;
  box-shadow: none;
}

.accordion li.active .opener {
  background: url(../../img/arrow-bot.svg) no-repeat calc(100% - 24px) 50% #F3ECFB;
  box-shadow: none;
  border-radius: 6px 6px 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #8145D7;
  padding-left: 30px;
  min-height: 70px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-image: none;
}

.accordion .slide {
  background: #F5EDFF;
  box-shadow: none;
  border-radius: 0 0 6px 6px;
  position: relative;
  z-index: 2;
  transition: 0.1s;
}

.accordion .slide:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.1s;
  background-color: #F5EDFF;
  height: 8px;
  top: -8px;
}

.accordion .slide-container {
  padding: 0px 30px 24px 30px;
}

.accordion .slide-container p {
  display: block;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
}

.accordion .slide-container a {
    color: #000;
}

.instruction {
  background: url(../../img/bg3.jpg) no-repeat 50% 0/cover;
  padding: 88px 0;
  position: relative;
}

.instruction-item {
  padding-left: 49px;
  display: flex;
  margin-bottom: 76px;
  justify-content: space-between;
}

.instruction-item:last-child {
  margin: 0;
  align-items: center;
}

.instruction-item:last-child .instruction-info {
  padding-top: 0;
}

/* .instruction-item:last-child .instruction-info span:after {
  background: #454545;
}

.instruction-item:last-child .instruction-info span:before {
  display: none;
} */

.instruction-info {
  min-width: 455px;
  width: 455px;
  margin-right: 83px;
  padding-top: 22px;
  color: #fff;
}

.instruction-info a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    line-height: 20px;
    color: #F65826;
    position: relative;
}

.instruction-info ul,
.instruction-info ol {
    padding-left: 40px;
}

.instruction-info ul li,
.instruction-info ol li {
    line-height: 30px;
}

.instruction-info ul li:last-of-type,
.instruction-info ol li:last-of-type {
    margin-bottom: 10px;
}

.instruction-info ul{
    padding-left: 40px;
    list-style: inherit;
}

.instruction-info ol{
    padding-left: 40px;
    list-style: auto;
}

.instruction-info span {
  display: block;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  color: #FFFFFF;
  position: relative;
}

.instruction-info span:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 14px;
  left: -49px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 2;
}

.instruction-info span:before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 17px;
  left: -43.5px;
  width: 1px;
  height: 415px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.47) 5.45%, rgba(120, 120, 120, 0.762604) 57.65%, #454545 100%);
}

.instruction-info p {
  display: block;
  margin-bottom: 26px;
  font-weight: 600;
  line-height: 27px;
  color: #FFFFFF;
}

.instruction-buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.instruction .btn {
  margin-right: 42px;
}

.instruction a.btn.btn-orange {
    color: #fff;
}

.instruction .detail {
  display: block;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 20px;
  color: #F65826;
  position: relative;
}

.instruction .detail:after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: #FF4B12;
  width: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.instruction .detail:hover {
  color: #FF4B12;
}

.instruction .detail:hover:after {
  width: 96%;
}

.instruction .detail-white {
  color: #fff;
}

.instruction .detail-white:after {
  background-color: #FF8862;
}

.instruction .detail-white:hover {
  color: #FF8862;
}

.instruction-video {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: url('../../img/video.png') no-repeat center/contain;
  max-width: 558px;
  width: 100%;
  height: 314px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.instruction-video_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.instruction-video_play {
  display: block;
  background: url(../../img/play.svg) no-repeat;
  width: 81px;
  border: none;
  height: 81px;
  margin-bottom: 27px;
  cursor: pointer;
}

.instruction-video p {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
}

.faq .accordion li.active .opener {
  background: url(../../img/arrow-bot.svg) no-repeat calc(100% - 24px) 50% #F3ECFB;
}

.faq .container .bg .bgitem:nth-child(1) {
  top: 400px;
  left: -150px;
  right: auto;
  bottom: auto;
}

.faq .container .bg .bgitem:nth-child(2) {
  bottom: auto;
  top: 140px;
  left: 250px;
  right: auto;
}

.faq .container .bg .bgitem:nth-child(3) {
  bottom: auto;
  right: auto;
  left: 650px;
  top: 0;
}

.faq .private-office_left {
  min-width: 744px;
  width: 744px;
  margin-right: 37px;
  min-height: 495px;
}

.faq .accordion .opener {
  min-height: 58px;
  padding: 18px 60px 18px 24px;
}

.faq .private-office_right {
  width: 620px;
  position: absolute;
  left: 781px;
  top: -155px;
}

.resurs {
  padding-bottom: 88px;
}

.resurs .container {
  position: relative;
}

.resurs .container .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.resurs .container .bg .bgitem {
  position: absolute;
}

.resurs .container .bg .bgitem:nth-child(1) {
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  top: 0;
  right: -100px;
  width: 200px;
  height: 200px;
}

.resurs .container .bg .bgitem:nth-child(2) {
  background: url(../../img/parallax/icon2.svg) no-repeat 50% 50%;
  top: 250px;
  right: 130px;
  width: 200px;
  height: 200px;
}

.resurs .container .bg .bgitem:nth-child(3) {
  background: url(../../img/parallax/icon1.svg) no-repeat 50% 50%;
  top: 480px;
  right: 0;
  width: 200px;
  height: 200px;
}

.resurs-container {
  position: relative;
  z-index: 2;
}

.resurs-container img {
  display: block;
  width: 781px;
  height: auto;
  border-radius: 6px;
}

.resurs-title {
  position: absolute;
  top: -5px;
  z-index: 2;
  right: 87px;
  font-weight: 800;
  font-size: 89px;
  line-height: 85px;
  color: #8145D7;
}

.resurs-title span {
  display: block;
  margin-left: 150px;
}

.resurs-info {
  position: absolute;
  width: 27px;
  top: 42%;
  left: 810px;
  white-space: nowrap;
}

.resurs-info span {
  display: block;
  transform: rotate(90deg);
  font-weight: 600;
  line-height: 27px;
  color: #8145D7;
}

.footer {
  background: url(../../img/bg4.jpg) no-repeat 50% 0/cover;
  padding-top: 88px;
  position: relative;
}

.footer-inner {
  background: url(../../img/bg5.jpg) no-repeat 50% 0/cover;
  padding-top: 298px;
}

.footer-inner .footer-title {
  margin-bottom: 40px;
}

.footer-inner .btn {
  width: 310px;
  margin: 0 auto 88px;
}

.footer-title {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 45px;
  line-height: 56px;
  color: #FFFFFF;
  max-width: 670px;
  margin: 0 auto 55px;
}

.footer-title span {
  color: #F65826;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
}

.footer-nav {
  max-width: 880px;
  width: 100%;
  min-height: 120px;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav li {
  width: 25%;
  margin-bottom: 23px;
}

.footer-nav a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-nav a:hover {
  color: #000000;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 145px;
  margin-left: 30px;
}

.footer-info .messengers {
  margin-bottom: 13px;
}

.footer-info .messengers ul li {
  margin: 0 7.5px;
}

.footer-info .messengers a:hover {
  opacity: .6;
}

.footer-info_tel {
  margin-bottom: 10px;
}

.footer-info_tel a {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
}

.footer-info_tel a:hover {
  color: #141414;
}

.footer-logo {
  display: block;
  background: url(../../img/footer-logo.svg) no-repeat;
  width: 69px;
  height: 20px;
}

.footer-logo a {
  display: block;
  height: 100%;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer p.cop {
  display: block;
  margin: 0 55px;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer p.cop:hover {
  color: #fff;
}

.footer a.created-by {
  display: flex;
  align-items: center;
  margin: 0 55px;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer a.created-by img {
  display: block;
  margin-left: 4px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer a.created-by:hover {
  color: #fff;
}

.footer a.created-by:hover img {
  opacity: 1;
}

.footer-container {
  background: linear-gradient(97.84deg, #4999D2 -65.59%, #9F46E6 132.76%);
  border-radius: 15px 15px 0 0;
}

.footer-form {
  display: flex;
  justify-content: flex-end;
}

.footer-form_block {
  max-width: 391px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  margin-bottom: 56px;
  padding: 36px 40px;
}

.footer-form_block span {
  display: block;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #141414;
  text-align: center;
}

.footer-form_block p {
  display: block;
  margin-bottom: 43px;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
  text-align: center;
}

.footer-form_block input[type="text"] {
  display: block;
  width: 100%;
  height: 55px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  padding: 0 16px;
  color: #9C9C9C;
  font-family: 'Mont';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #141414;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  padding: 0 16px;
}

.footer-form_block input[type="text"]::placeholder {
  font-family: 'Mont';
  color: #9C9C9C;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

.footer-form_block input[type="text"]:hover {
  border: 1px solid #B9B9B9;
}

.footer-form_block input[type="text"]:hover::placeholder {
  color: #8D8D8D;
  font-family: 'Mont';
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

.footer-form_block input[type="text"]:focus {
  border: 1px solid #7C7C7C;
  color: #141414;
  font-weight: 600;
  font-size: 22px;
  padding: 0 16px;
}

.footer-form_block input[type="text"]:focus::placeholder {
  text-indent: -999999px;
}

.footer-form_block input[type="text"].error {
  border: 1px solid #FF4949;
  color: #FF4949;
}

.footer-form_block input[type="submit"] {
  width: 100%;
  cursor: pointer;
  border: none;
  font-family: 'Mont';
  font-size: 17px;
  margin-bottom: 37px;
}

.messengers ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.messengers ul li {
  margin: 0 15px;
}

.messengers ul a {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.messengers ul a:hover {
  opacity: 0.6;
}

.messengers ul a img {
  display: block;
  width: 100%;
  height: auto;
}

.messengers2 ul a img {
    width: 40px;
}

.btn-nav {
  display: none;
}

.btn-nav b {
  display: block;
  background: #8145D7;
  width: 36px;
  border-radius: 100px;
  height: 4px;
  margin-bottom: 7px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-nav b:last-child {
  margin: 0;
}

.btn-nav2 b:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}

.btn-nav2 b:nth-child(2) {
  display: none;
}

.btn-nav2 b:nth-child(3) {
  transform: rotate(-45deg);
  top: -6px;
}

.header-mob {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 40px;
  pointer-events: none;
  opacity: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  padding: 0 30px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-mob:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  height: 10px;
  width: 100%;
  top: -9px;
  left: 0;
  background-color: #fff;
}

.header-mob .header-languages {
  display: block;
  position: absolute;
  top: -39px;
}

.header-mob .header-nav {
  display: block;
  width: 100%;
  margin-bottom: 33px;
}

.header-mob .header-nav ul {
  justify-content: space-between;
}

.header-mob .header-nav li {
  margin: 0;
}

.header-mob .header-personalAccount {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.67);
}

.hidden {
  overflow: hidden;
}

.hidden .overlay {
  opacity: 1;
  pointer-events: all;
}

.hidden .header {
  border-radius: 0;
}

.hidden .header-mob {
  top: 62px;
  pointer-events: all;
  opacity: 1;
}

.error404 {
  padding: 80px 15px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error404-container {
  display: flex;
}

.error404-icon {
  width: 205px;
  margin-right: 30px;
}

.error404-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.error404-info {
  max-width: 300px;
  width: 100%;
}

.error404-info .btn {
  width: 249px;
}

.error404 span {
  display: block;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #141414;
}

.error404 p {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
}

.wrapper-inner {
  padding-top: 113px;
}

.wrapper-inner .trust-us.trust-usMap {
  padding-top: 88px;
  padding-bottom: 88px;
}

.aboutUs-mainInfo {
  margin-bottom: 88px;
}

.aboutUs-mainInfo .container {
  display: flex;
  align-items: center;
  position: relative;
}

.aboutUs-mainInfo_left {
  min-height: 524px;
  min-width: 612px;
  width: 612px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.aboutUs-mainInfo_right {
  position: absolute;
  left: 713px;
  top: 0;
  width: 702px;
}

.aboutUs-mainInfo_right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.aboutUs-mainInfo .title {
  color: #141414;
  margin-bottom: 25px;
}

.aboutUs-mainInfo p {
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
}

.aboutUs-description .container {
  position: relative;
  display: flex;
}

.aboutUs-description .container .bg .bgitem:nth-child(1) {
  top: -100px;
  left: 280px;
}

.aboutUs-description .container .bg .bgitem:nth-child(2) {
  top: 0;
  left: -100px;
}

.aboutUs-description .container .bg .bgitem:nth-child(3) {
  top: 260px;
  left: 80px;
}

.aboutUs-description .container .bg .bgitem:nth-child(4) {
  top: 0;
  right: 0;
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
}

.aboutUs-description_title {
  display: block;
  font-weight: 800;
  font-size: 79px;
  line-height: 85px;
  color: #8145D7;
}

.aboutUs-description_title span {
  display: block;
  margin-left: 122px;
}

.aboutUs-description_left {
  min-width: 552px;
  width: 552px;
  position: relative;
}

.aboutUs-description_info {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.aboutUs-description_info b {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #6F6F6F;
}

.aboutUs-description_info strong {
  display: block;
  font-weight: 800;
  font-size: 17px;
  line-height: 27px;
  color: #141414;
}

.aboutUs-description_info-left {
  width: calc(50% - 25px);
}

.aboutUs-description_info-right {
  width: calc(50% - 35px);
}

.aboutUs-description_info-row {
  margin-bottom: 36px;
}

.aboutUs-description_info-row:last-child {
  margin: 0;
}

.aboutUs-description_info-block {
  margin-bottom: 21px;
}

.aboutUs-description_info-block:last-child {
  margin-bottom: 0;
}

.aboutUs-description_right {
  position: relative;
}

.aboutUs-description_right h2 {
  display: block;
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.aboutUs-description_right h3 {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.aboutUs-description_right span {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 17px !important;
  line-height: 27px;
  color: #000000;
}

.aboutUs-description_right p {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
}

.aboutUs-description_buttons {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.aboutUs-description_buttons .btn {
  margin-right: 63px;
}

.aboutUs-description_instruction {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 800;
  line-height: 20px;
  color: #F65826;
  position: relative;
}

.aboutUs-description_instruction:after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: #FF4B12;
  width: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.aboutUs-description_instruction:hover {
  color: #FF4B12;
}

.aboutUs-description_instruction:hover:after {
  width: 96%;
}

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bg .bgitem {
  position: absolute;
}

.bg .bgitem:nth-child(1) {
  background: url(../../img/parallax/icon1.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
}

.bg .bgitem:nth-child(2) {
  background: url(../../img/parallax/icon2.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
}

.bg .bgitem:nth-child(3) {
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
}

.leaders {
  padding-top: 88px;
  margin-bottom: 88px;
}

.leaders h2 {
  display: block;
  max-width: 816px;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  color: #141414;
  margin-bottom: 59px;
  position: relative;
}

.leaders .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.leaders .container .bg .bgitem:nth-child(1) {
  top: 45%;
  left: 0px;
}

.leaders .container .bg .bgitem:nth-child(2) {
  top: 20%;
  right: -100px;
}

.leaders .container .bg .bgitem:nth-child(3) {
  top: 40%;
  right: 0px;
}

.leaders .container .bg .bgitem:nth-child(4) {
  top: 60%;
  right: -100px;
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
}

.leaders-container {
  width: calc(50% - 48px);
}

.leaders-container p {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.leaders-container p:last-child {
  margin: 0;
}

.leaders-block {
  margin-bottom: 36px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.leaders-block img {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: auto;
}

.leaders-block_info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  min-height: 68px;
  background-color: #fff;
  padding: 10px;
}

.leaders-block_info span {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #6F6F6F;
}

.leaders-block_info b {
  display: block;
  font-weight: 800;
  font-size: 17px;
  line-height: 27px;
  color: #141414;
}

.also {
  background: linear-gradient(97.84deg, #F0F2FB -65.59%, #FAF8FF 132.76%);
  padding: 88px 0;
  position: relative;
}

.also .subtitle {
  color: #8145D7;
}

.also .title {
  color: #141414;
}

.also-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}

.also-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 144px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.also-item:hover {
  background: #F5EDFF;
  box-shadow: none;
}

.also-item span {
  display: block;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  overflow: hidden;
  color: #000000;
  max-height: 54px;
}

.also-item a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  line-height: 20px;
  color: #F65826;
  position: relative;
}

.also-item a:after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: #FF4B12;
  width: 0;
  left: 0;
}

.also-item a:hover {
  color: #FF4B12;
}

.also-item a:hover:after {
  width: 100%;
}

.forBuisiness {
  padding-bottom: 88px;
}

.forBuisiness.all-videoPage .instruction-title {
  max-width: 650px;
}

.forBuisiness.all-videoPage .instruction-step_title {
  margin-bottom: 25px;
}

.forBuisiness.all-videoPage .instruction-step_body ul {
  padding-top: 40px;
}

.forBuisiness.all-videoPage .instruction-step_body ol {
  padding-top: 40px;
}

.forBuisiness.connect .instruction-step {
  padding: 25px 0;
  background: #fff;
}

.forBuisiness.connect .instruction-step:nth-child(2) {
  padding-top: 0;
}

.forBuisiness.connect .instruction-step:nth-child(2) .instruction-step_title {
  margin-bottom: 25px;
}

.forBuisiness.connect .instruction-step:last-child {
  padding-bottom: 25px;
}

.forBuisiness.connect .instruction-step:nth-child(odd) {
  background: linear-gradient(97.84deg, #F0F2FB -65.59%, #FAF8FF 132.76%);
}

.forBuisiness.connect .instruction-step:nth-child(odd) ol {
  color: #8145D7;
}

.forBuisiness.connect .instruction-step:nth-child(odd) ol li::marker {
  color: #8145D7;
}

.forBuisiness.connect .instruction-step:nth-child(odd) ol li:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -5px;
  z-index: 1;
  left: -32px;
  background: url(../../img/icon8.svg) no-repeat;
}

.forBuisiness.connect .instruction-step_body a.btn {
  width: 310px;
}

.forBuisiness.connect .instruction-step_body ul b {
  background: url(../../img/icon8.svg) no-repeat;
  color: #8145D7;
}

.forBuisiness.connect-dia .instruction-step:last-child {
  padding-bottom: 0px;
}

.forBuisiness-tariffs {
  position: relative;
  margin-bottom: 88px;
}

.forBuisiness-tariffs .tariffs-item {
  max-width: 847px;
  margin-bottom: 17px;
  padding: 16px 32px;
}

/* .forBuisiness-tariffs .tariffs-item p {
  max-height: 108px;
} */

.forBuisiness-tariffs .tariffs-item:last-child {
  margin: 0;
}

.forBuisiness-tariffs .tariffs-item_left {
  min-width: 131px;
  width: 131px;
  margin-right: 60px;
}

.forBuisiness-tariffs .tariffs-item_center {
  padding-left: 0;
  width: 100%;
}

.forBuisiness-tariffs .tariffs-item_right {
  margin-left: 30px;
}

.forBuisiness .container {
  position: relative;
}

.forBuisiness .bg .bgitem:nth-child(1) {
  top: 0;
  left: 125px;
}

.forBuisiness .bg .bgitem:nth-child(2) {
  left: -150px;
  top: 500px;
}

.forBuisiness .bg .bgitem:nth-child(3) {
  top: 800px;
  right: 100px;
}

.forBuisiness .bg .bgitem:nth-child(4) {
  background: url(../../img/parallax/icon1.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
  top: 1100px;
  right: 250px;
}

.forBuisiness .bg .bgitem:nth-child(5) {
  background: url(../../img/parallax/icon2.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
  right: 0;
  top: 1500px;
}

.forBuisiness .bg .bgitem:nth-child(6) {
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
  top: 1700px;
  left: 100px;
}

.forBuisiness .bg .bgitem:nth-child(7) {
  background: url(../../img/parallax/icon1.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
  top: 2000px;
  right: 450px;
}

.forBuisiness .bg .bgitem:nth-child(8) {
  background: url(../../img/parallax/icon2.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
  right: 100px;
  top: 2200px;
}

.forBuisiness .bg .bgitem:nth-child(9) {
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  width: 200px;
  height: 200px;
  top: 2500px;
  left: 300px;
}

.forBuisiness-info {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 88px;
}

.forBuisiness-info.new {
  padding-left: 0;
}

.forBuisiness-info.new .forBuisiness-info_right {
  height: 366px;
}

.forBuisiness-info.new .forBuisiness-info_right img {
  height: 100%;
  object-fit: cover;
}

.forBuisiness-info.new .forBuisiness-info_left {
  min-width: 369px;
  width: 369px;
  margin-right: 80px;
}

.forBuisiness-info.new .forBuisiness-info_left .title {
  margin-bottom: 5px;
}

.forBuisiness-info.new .forBuisiness-info_left span {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 15px;
}

.forBuisiness-info.new input[type="submit"] {
  border: none;
  cursor: pointer;
  font-family: 'Mont';
  font-size: 17px;
}

.forBuisiness-info.new input[type="text"] {
  display: block;
  width: 100%;
  height: 55px;
  margin-bottom: 25px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  padding: 0 16px;
  color: #9C9C9C;
  font-family: 'Mont';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #141414;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  padding: 0 16px;
}

.forBuisiness-info.new input[type="text"]::placeholder {
  font-family: 'Mont';
  color: #9C9C9C;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

.forBuisiness-info.new input[type="text"]:hover {
  border: 1px solid #B9B9B9;
}

.forBuisiness-info.new input[type="text"]:hover::placeholder {
  color: #8D8D8D;
  font-family: 'Mont';
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

.forBuisiness-info.new input[type="text"]:focus {
  border: 1px solid #7C7C7C;
  color: #141414;
  font-weight: 600;
  font-size: 22px;
  padding: 0 16px;
}

.forBuisiness-info.new input[type="text"]:focus::placeholder {
  text-indent: -999999px;
}

.forBuisiness-info.new input[type="text"].error {
  border: 1px solid #FF4949;
  color: #FF4949;
}

.forBuisiness-info_left {
  min-width: 495px;
  width: 495px;
  margin-right: 25px;
}

.forBuisiness-info_left .title {
  color: #141414;
  margin-bottom: 10px;
}

.forBuisiness-info_left span {
  display: block;
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #141414;
}

.forBuisiness-info_right {
  width: 100%;
}

.forBuisiness-info_right img {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  height: auto;
}

.forBuisiness-list {
  max-width: 847px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.forBuisiness-list h2 {
  display: block;
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
}

.forBuisiness-item {
  margin-bottom: 10px;
}

.forBuisiness-item:last-child {
  margin: 0;
}

.forBuisiness-item_schedule {
  padding-top: 7px;
  margin-bottom: 30px;
}

.forBuisiness-item_schedule h2 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #8145D7;
}

.forBuisiness-item_schedule p {
  margin-bottom: 9px !important;
}

.forBuisiness-item_schedule p:last-child {
  margin: 0 !important;
}

.forBuisiness-item_schedule p b {
  font-weight: 800;
}

.forBuisiness-item_row {
  margin-bottom: 23px;
}

.forBuisiness-item_row span {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #6F6F6F;
}

.forBuisiness-item_row strong {
  display: block;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #141414;
}

.forBuisiness-item_row b {
  display: block;
  font-weight: 800;
  font-size: 17px;
  line-height: 27px;
  color: #141414;
}

.forBuisiness-item_row a {
  display: block;
  text-decoration: none;
  font-weight: 800;
  font-size: 17px;
  line-height: 27px;
  color: #5398FF;
}

.forBuisiness-item_row a:hover {
  text-decoration: underline;
}

.forBuisiness-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  min-height: 58px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}

.forBuisiness-link:hover {
  background: #F3F1FC;
  box-shadow: none;
}

.forBuisiness-link:hover b {
  color: #3385FF;
}

.forBuisiness-link:hover b i.icon-link {
  background: url(../../img/icon5-hover.svg) no-repeat;
}

.forBuisiness-link span {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #141414;
  max-width: calc(100% - 100px);
  padding: 15px 0 15px 24px;
}

.forBuisiness-link b {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 84px;
  background: #F7FAFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #7BB0FF;
}

.forBuisiness-link i.icon-link {
  display: block;
  background: url(../../img/icon5.svg) no-repeat;
  width: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 12px;
  margin-bottom: 4px;
}

.forBuisiness-pdf b {
  background: #FFF9F8;
  color: #FFA68A;
}

.forBuisiness-pdf i.icon-pdf {
  display: block;
  background: url(../../img/icon7.svg) no-repeat;
  width: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 10px;
  margin-bottom: 6px;
}

.forBuisiness-pdf:hover b {
  color: #F65826;
}

.forBuisiness-pdf:hover b i.icon-pdf {
  background: url(../../img/icon7-hover.svg) no-repeat;
}

.forBuisiness-more {
  box-shadow: none;
  cursor: pointer;
}

.forBuisiness-more b {
  background: #F6F0FF;
}

.forBuisiness-more b em {
  display: block;
  color: #C69EFF;
  padding-top: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.forBuisiness-more i.icon-more {
  display: block;
  background: url(../../img/icon6.svg) no-repeat;
  width: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 10px;
  margin-bottom: 0;
}

.forBuisiness-more:hover b em {
  color: #8145D7;
}

.forBuisiness-more:hover b i.icon-more {
  background: url(../../img/icon6-hover.svg) no-repeat;
}

/*open-close*/
.toggle-block {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #F5EDFF;
  border-radius: 6px;
}

.toggle-block:hover {
  box-shadow: none;
}

.toggle-block.expanded {
  box-shadow: none;
}

.toggle-block.expanded .forBuisiness-more {
  background: #F5EDFF;
}

.toggle-block.expanded .forBuisiness-more b {
  background: #F5EDFF;
}

.toggle-block.expanded .forBuisiness-more b em {
  display: none;
}

.toggle-block.expanded .forBuisiness-more b i.icon-more {
  background: url(../../img/icon6-hover.svg) no-repeat;
  transform: rotate(-180deg);
}

.toggle-block.expanded .forBuisiness-more span {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #8145D7;
}

.toggle-block .slide {
  /* recommended styles */
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 11px 84px 24px 24px;
}

.toggle-block .slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.toggle-block .slide p {
  display: block;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
  margin: 0 0 30px 0;
}

.toggle-block .slide p:last-child {
  margin: 0;
}

.toggle-block .slide p a,.toggle-block .slide li a {
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3385FF;
}

.toggle-block .slide p a:after, .toggle-block .slide li a::after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3385FF;
}

.toggle-block .slide p a:hover:after {
  width: 0;
}

.toggle-block .slide ul, .article-body ul {
  padding-top: 25px;
}

.toggle-block .slide ul li, .article-body ul li {
  margin-bottom: 25px;
  display: flex;
}
.toggle-block .slide ul li {
    display: block;
}
.toggle-block .slide ul li p, .article-body ul li p {
  padding-top: 5px;
}

/* .toggle-block .slide ul b, .article-body ul b {
  background: url(../../img/icon8.svg) no-repeat;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #8145D7;
  margin-right: 18px;
} */

.toggle-block .slide .listStyleOk ul {
  margin: 0 0 10px 0;
  padding: 0;
}

.toggle-block .slide .listStyleOk ul li {
  padding-bottom: 25px;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  padding-left: 54px;
  background: url(../../img/icon11.svg) no-repeat 0 0;
  margin: 0;
}

.aboutUs-description_right ul {
  list-style-type: none !important;
}
.toggle-block .slide ul, .toggle-block .slide ol, .article-body ul, .article-body ol ,.aboutUs-description_right ul, .aboutUs-description_right ol{
  margin-bottom: 25px;
  list-style: decimal;
  padding-left: 34px;
  padding-top: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #8145D7;
}

.toggle-block .slide ul li, .toggle-block .slide ol li, .article-body ul li, .article-body ol li, .aboutUs-description_right ul li, .aboutUs-description_right ol li{
  padding-bottom: 25px;
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #141414;
}
.toggle-block .slide ul li, .article-body ul li , .aboutUs-description_right ul li{
    margin-bottom: 0px;
}

.toggle-block .slide ul li::marker, .toggle-block .slide ol li::marker, .article-body ul li::marker, .article-body ol li::marker , .aboutUs-description_right ul li::marker, .aboutUs-description_right ol li::marker{
  color: #8145D7;
}


.toggle-block .slide ul li:after , .toggle-block .slide ol li:after, .article-body ul li::after, .article-body ol li::after ,.aboutUs-description_right ul li::after, .aboutUs-description_right ol li::after{
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -32px;
  background: url(../../img/icon8.svg) no-repeat;
}

.toggle-block .slide ul li:after, .article-body ul li::after, .aboutUs-description_right ul li::after{
    background: url(../../img/ic-check.svg) no-repeat;
}

.toggle-block .slide ul li:last-child, .toggle-block .slide ol li:last-child, .article-body ul li:last-child, .article-body ol li:last-child , .aboutUs-description_right ul li:last-child, .aboutUs-description_right ol li:last-child{
  padding-bottom: 0;
}

.toggle-block .slide ul li p, .toggle-block .slide ol li p, .article-body ul li p, .article-body ol li p , .aboutUs-description_right ul li p, .aboutUs-description_right ol li p{
  padding-top: 0px;
  margin: 0;
  position: relative;
  top: -8px;
}

.toggle-block .slide ul.violetMarker , .toggle-block .slide ol.violetMarker {
  color: #fff;
}

.toggle-block .slide ul.violetMarker li:after, .toggle-block .slide ol.violetMarker li:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -32px;
  background: url(../../img/icon9.svg) no-repeat;
  z-index: -1;
}

.toggle-block .slide ol,  .article-body ol  {
    counter-reset: section;
    list-style: none !important;
}
.toggle-block .slide ol li,  .article-body ol li{
    position: relative;
}
.toggle-block .slide ol li::before,  .article-body ol li::before{
    counter-increment: section;
    content: counters(section,".");
    position: absolute;
    left: -32px;
    display: flex;
    justify-content: center;
    width: 36px;
    top: 0px;
    height: 36px;
    color: #8145D7
}
.article-body ul.step li::after{
    display: none;
}
.article-body ul.step{
    padding-left: 0px;
}
.documents-list {
  padding-left: 12px;
  max-width: 859px;
}

.documents-list .title {
  color: #000000;
}

.documents-list .toggle-block .slide p {
  margin-bottom: 25px;
}

.documents-list .toggle-block .slide img {
  margin-bottom: 25px;
}

.documents-list .toggle-block .slide ul {
  padding-top: 0;
}

.documents-list .toggle-block .slide ul li p {
  margin: 0;
}

.documents-list .toggle-block .slide ul li:last-child {
  margin: 0;
}

.documents-category {
  margin-bottom: 60px;
}

.documents-category:last-child {
  margin: 0;
}

.documents-category_title {
  display: block;
  padding-left: 19px;
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #141414;
}

.page-navigation {
  display: flex;
  justify-content: center;
  position: relative;
}

.page-navigation ul {
  display: flex;
  align-items: center;
}

.page-navigation li {
  margin: 0 7.5px;
}

.page-navigation li.prev {
  margin: 0 3.5px;
}

.page-navigation li.prev a {
  width: 12px;
  height: 6px;
  border: none;
  border-radius: none;
  background: url(../../img/prev.svg) no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-navigation li.prev a:hover {
  background: url(../../img/prev-hover.svg) no-repeat;
}

.page-navigation li.next {
  margin: 0 3.5px;
}

.page-navigation li.next a {
  width: 12px;
  height: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  border-radius: none;
  background: url(../../img/next.svg) no-repeat;
}

.page-navigation li.next a:hover {
  background: url(../../img/next-hover.svg) no-repeat;
}

.page-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #979797;
}

.page-navigation a:hover {
  border: 1px solid #AB70FF;
  color: #AB70FF;
}

.page-navigation a.active {
  border: 1.5px solid #8145D7;
  color: #8145D7;
}

.archive {
  max-width: 781px;
  margin-left: 148px;
  position: relative;
}

.archive .subtitle {
  color: #8145D7;
}

.archive .title {
  color: #141414;
}

.archive-table {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 11px;
}

.archive-table_row {
  display: flex;
  justify-content: space-between;
  height: 52px;
  align-items: center;
  padding: 0 20px 0 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.archive-table_row.first {
  height: 80px;
  color: #D7D7D7;
  background-color: #fff;
}

.archive-table_row:nth-child(even) {
  background: #F7F1FF;
}

.archive-table_column:first-child {
  min-width: 110px;
}

.archive-table_column:last-child {
  min-width: 110px;
  text-align: right;
}

.news-list {
  margin-bottom: 59px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 45px;
}

.news-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  height: 460px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.news-item:hover {
  background: #F3F1FC;
}

.news-item img {
  display: block;
  width: 100%;
  height: 209px;
  object-fit: cover;
}

.news-item a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 25px 24px 0 24px;
  font-weight: 800;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  height: 99px;
  margin-bottom: 5px;
  overflow: hidden;
}

.news-item a:hover {
  color: #8145D7;
}

.news-item p {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #141414;
  height: 81px;
  overflow: hidden;
  padding: 0 24px;
}

.news-item span {
  display: block;
  padding: 0 24px;
  position: absolute;
  bottom: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6F6F6F;
}

.forBuisiness-info.new.subscribed .forBuisiness-info_left span {
  margin-bottom: 0 !important;
}

.instruction-title {
  max-width: 560px;
  position: relative;
  padding-bottom: 59px;
}

.instruction-title .title {
  color: #141414;
  margin-bottom: 10px;
}

.instruction-subtitle {
  display: block;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #141414;
}

.instruction-step {
  padding: 25px 0;
}

.instruction-step:nth-child(even) {
  background: linear-gradient(97.84deg, #F0F2FB -65.59%, #FAF8FF 132.76%);
}

.instruction-step:nth-child(odd) ol {
  color: #fff;
}

.instruction-step:nth-child(odd) ol li {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.instruction-step:nth-child(odd) ol li::marker {
  color: #fff;
}

.instruction-step:nth-child(odd) ol li strong {
  font-weight: 800;
}

.instruction-step:nth-child(odd) ol li:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -32px;
  background: url(../../img/icon9.svg) no-repeat;
  z-index: -1;
}

.instruction-step:last-child {
  padding-bottom: 0;
}

.instruction-step .container {
  display: flex;
  align-items: flex-start;
}

.instruction-step_left {
  min-width: 502px;
  width: 502px;
  margin-right: 49px;
}

.instruction-step_right {
  width: 100%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.instruction-step_right img {
  display: block;
  width: 100%;
  height: auto;
}

.instruction-step_right iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.instruction-step_title {
  margin-bottom: 40px;
}

.instruction-step_title span {
  display: block;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #8145D7;
}

.instruction-step_title strong {
  display: block;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.instruction-step:nth-child(2) .instruction-step_title {
  margin-bottom: 25px;
}

.instruction-step:nth-child(4) .instruction-step_body ul b {
  background: url(../../img/icon8.svg) no-repeat;
  color: #8145D7;
}

.instruction-step_body {
  overflow: hidden;
}

.instruction-step_body p {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.instruction-step_body p strong {
  font-weight: 800;
}

.instruction-step_body a {
  display: block;
  float: left;
  text-decoration: none;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #3385FF;
  position: relative;
}

.instruction-step_body a:after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3385FF;
}

.instruction-step_body a:hover:after {
  width: 0;
}

.instruction-step_body a.btn {
  font-weight: 700;
  line-height: 20px;
  margin-top: 50px;
  color: #FFFFFF;
  float: none;
  display: flex;
}

.instruction-step_body a.btn:after {
  display: none;
}

.instruction-step_body ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.instruction-step_body ul li:last-child {
  margin: 0;
}

.instruction-step_body ul li p {
  padding-top: 0px;
}

.instruction-step_body ul b {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
  font-weight: 600;
  font-size: 18.4px;
  line-height: 22px;
  color: #FFFFFF;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-right: 18px;
  background: url(../../img/icon9.svg) no-repeat;
}

.instruction-step_body ol {
  margin-bottom: 25px;
  list-style: decimal;
  padding-left: 34px;
  padding-top: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #8145D7;
}

.instruction-step_body ol li {
  padding-bottom: 25px;
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.instruction-step_body ol li::marker {
  color: #8145D7;
}

.instruction-step_body ol li:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -32px;
  background: url(../../img/icon8.svg) no-repeat;
}

.instruction-step_body ol li:last-child {
  padding-bottom: 0;
}

.instruction-step_body ol li p {
  padding-top: 0px;
  margin: 0;
  position: relative;
  top: -8px;
}

.instruction-step_body ol.violetMarker {
  color: #fff;
}

.instruction-step_body ol.violetMarker li:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -32px;
  background: url(../../img/icon9.svg) no-repeat;
  z-index: -1;
}

.forBuisiness-list_container {
  padding-bottom: 88px;
}

.forBuisiness-list_container .container {
  position: relative;
}

.forBuisiness-list_container .container .bg .bgitem:nth-child(1) {
  top: 360px;
  left: 100px;
}

.forBuisiness-list_container .container .bg .bgitem:nth-child(2) {
  left: 900px;
  top: 220px;
}

.forBuisiness-list_container .container .bg .bgitem:nth-child(3) {
  top: -200px;
  right: -100px;
}

.forBuisiness-list_container .subtitle {
  color: #8145D7;
}

.forBuisiness-list_container .title {
  color: #141414;
}

.connect-banner {
  background: url(../../img/bg7.jpg) no-repeat 50% 0/cover;
  margin-bottom: 88px;
}

.connect-banner .container {
  position: relative;
  padding-top: 220px;
  padding-bottom: 278px;
}

.connect-titleBlock {
  max-width: 690px;
}

.connect-titleBlock .title {
  margin-bottom: 10px;
}

.connect-subtitle {
  display: block;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.connect-buttons {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: flex;
  align-items: center;
}

.connect-buttons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 310px;
  margin-right: 10px;
  background: #B0AFAF;
  border-radius: 6px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #EFEFEF;
  height: 117px;
}

.connect-buttons a:hover {
  background-color: #fff;
  color: #8145D7;
}

.connect-buttons a.active {
  border-radius: 6px 6px 0 0;
  width: 375px;
  background-color: #fff;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  height: 132px;
  color: #8145D7;
}

.article {
  margin: 0 auto 88px;
  max-width: 810px;
  width: 100%;
  padding: 88px 15px 0;
}

.article-topPanel {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-topPanel_buttons {
  display: flex;
  align-items: center;
}

.article-topPanel_buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1.3px solid #B4D2FF;
  border-radius: 6px;
  width: 41px;
  height: 41px;
  margin-right: 10px;
}

.article-topPanel_buttons a img {
  display: block;
}

.article-topPanel_buttons a:first-child {
  width: 107px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #B4D2FF;
}

.article-topPanel_buttons a:first-child img {
  margin-right: 7px;
}

.article-topPanel_buttons a:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.article-topPanel_data {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6F6F6F;
}

.article-banner {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

.article-banner img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.article-banner:after {
  content: '';
  display: block;
  clear: both;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(107.58deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3465) 100%);
  position: absolute;
}

.article-banner_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.article-banner_text span {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
  max-width: 630px;
}

.article-video {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.article-video img {
  display: block;
  width: 100%;
  height: auto;
}

.article-video:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(97.84deg, #4999D2 -65.59%, #9F46E6 132.76%);
}

.article-video_info {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.article-video_info a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.article-video_info span {
  display: block;
  background: url(../../img/play-white.svg) no-repeat;
  width: 82px;
  height: 82px;
  margin-bottom: 27px;
}

.article-signature {
  margin-bottom: 88px;
}

.article-signature span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.article-signature strong {
  display: block;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.article-signature p {
  display: block;
  padding-left: 20px;
  border-left: 2px solid #D7D7D7;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  font-style: italic;
}

.article-body .article-video img {
  margin: 0;
}

.article-body .article-video_info p {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  max-width: 360px;
  color: #FFFFFF;
  margin: 0;
}

.article-body p {
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.article-body p strong {
  font-weight: 800;
}

.article-body p a {
  color: #3385FF;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article-body p a:after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3385FF;
}

.article-body p a:hover:after {
  width: 0;
}

.article-body .article-signature p {
  margin: 0;
}

.article-body .news-item p {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #141414;
  height: 81px;
  overflow: hidden;
  margin: 0;
}

.article-body a.btn {
  margin-top: 30px;
  width: 310px;
  margin-bottom: 60px;
}

.article-body h1 {
  display: block;
  margin-bottom: 35px;
  font-weight: 900;
  font-size: 27px;
  line-height: 35px;
  color: #000000;
}

.article-body h2 {
  display: block;
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
}

.article-body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 35px;
}

.article-body .article-banner img {
  margin-bottom: 0;
}

.article-body .news-item img {
  display: block;
  width: 100%;
  height: 209px;
  object-fit: cover;
  margin: 0;
}

.article-body h3 {
  display: block;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin: 0 0 30px 0;
}

.article-body ul {
  margin-bottom: 25px;
}

.article-body ul.step li {
    background: none;
    padding-left: inherit;
}

.article-body ul li {
  display: flex;
  padding-bottom: 25px;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.article-body ul li:last-child {
  padding-bottom: 0;
}

.article-body ul li p {
  padding-top: 0px;
  margin: 0;
}

.article-body ul li b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 18px;
  min-width: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #8145D7;
  background: url(../../img/icon8.svg) no-repeat;
}

.article-body ul.step li i.marker {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  border: 1.5px solid #8145D7;
  min-width: 36px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  top: -14px;
}

.article-body ul.step li i.marker:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #8145D7;
  border-radius: 100px;
}

.article-body ul.step li i.line {
  display: block;
  position: absolute;
  left: 18px;
  width: 1px;
  background-color: #CCA8FF;
  height: 100%;
}

.article-body ul.step li:last-child i.line {
  display: none;
}

.article-body ul.step li em {
  display: block;
  width: 32px;
  min-width: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #8145D7;
  padding-top: 3px;
  margin-top: -12px;
}

.article-body .listStyleOk ul li {
  padding-left: 54px;
  background: url(../../img/icon11.svg) no-repeat 0 0;
}

.article-body ol {
  margin-bottom: 25px;
  list-style: decimal;
  padding-left: 34px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #8145D7;
}

.article-body ol li {
  padding-bottom: 25px;
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.article-body ol li::marker {
  color: #8145D7;
}

.article-body ol li:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -32px;
  background: url(../../img/icon8.svg) no-repeat;
}

.article-body ol li:last-child {
  padding-bottom: 0;
}

.article-body ol li p {
  padding-top: 0px;
  margin: 0;
  position: relative;
  top: -8px;
}

.article .forBuisiness-list {
  margin-bottom: 88px;
}

.article-also_title {
  display: block;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 27px;
  line-height: 35px;
  color: #000000;
}

.article-also a.btn {
  margin: 0 auto;
  width: 264px;
}

.article-also .news-list {
  margin-bottom: 40px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.schedule {
  padding-top: 36px;
  margin-bottom: 88px;
}

.schedule .container {
  display: flex;
  justify-content: space-between;
}

.schedule-block {
  width: calc(50% - 48px);
}

.schedule span {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #141414;
}

.schedule p {
  display: block;
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #141414;
}

.schedule p:last-child {
  margin: 0;
}

.schedule p b {
  min-width: 100px;
  display: inline-block;
  color: #6F6F6F;
}

.contacts .container {
  position: relative;
}

.contacts .container .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.contacts .container .bg .bgitem {
  position: absolute;
}

.contacts .container .bg .bgitem:nth-child(1) {
  background: url(../../img/parallax/icon1.svg) no-repeat 50% 50%;
  top: 142px;
  right: -100px;
  width: 200px;
  height: 200px;
}

.contacts .container .bg .bgitem:nth-child(2) {
  background: url(../../img/parallax/icon2.svg) no-repeat 50% 50%;
  top: 373px;
  right: 0;
  width: 200px;
  height: 200px;
}

.contacts .container .bg .bgitem:nth-child(3) {
  background: url(../../img/parallax/icon3.svg) no-repeat 50% 50%;
  top: 577px;
  right: -100px;
  width: 200px;
  height: 200px;
}

.contacts .title {
  color: #141414;
  position: relative;
}

.contacts-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts-map {
  width: 100%;
  height: 700px;
}

.contacts-map iframe {
  width: 100%;
}

.contacts-info {
  min-width: 360px;
  width: 360px;
  margin-left: 50px;
}

.contacts-block {
  margin-bottom: 50px;
}

.contacts-block .messengers ul {
  justify-content: flex-start;
}

.contacts-block .messengers ul li {
  margin: 0 20px 0 0;
}

.contacts-block:last-child {
  margin: 0;
}

.contacts-block span {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #141414;
}

.contacts-block p {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 9px;
  color: #141414;
}

.contacts-block p:last-child {
  margin: 0;
}

.contacts-block p b {
  color: #6F6F6F;
  display: inline-block;
  width: 100px;
}

.overlay-popup {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.72);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup .open-popup {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.popup-container {
  background: #FFFFFF;
  border-radius: 6px;
  max-width: 1200px;
  width: 100%;
  padding: 40px 40px 30px 40px;
  position: relative;
  z-index: 2;
  max-height: calc(100vh - 40px);
}

.popup .close-popup {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  background: url(../../img/close.svg) no-repeat 50% 50%;
  cursor: pointer;
}

.popup-video {
  margin-bottom: 30px;
  height: 718px;
  max-height: calc(100vh - 204px);
  overflow: hidden;
}

.popup-video iframe {
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.popup-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}

.popup-buttons .detail {
  display: block;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 20px;
  color: #F65826;
  position: relative;
  margin-right: 42px;
}

.popup-buttons .detail:after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -3px;
  height: 2px;
  background-color: #FF4B12;
  width: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.popup-buttons .detail:hover {
  color: #FF4B12;
}

.popup-buttons .detail:hover:after {
  width: 96%;
}

.hidden-popup {
  overflow: hidden;
}

.hidden-popup .overlay-popup {
  opacity: 1;
  pointer-events: all;
}

.hidden-popup .popup {
  opacity: 1;
  pointer-events: all;
}

/*media*/
@media screen and (max-width: 1222px) {
  .header {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 1025px) {
  .popup {
    padding: 45px;
  }
  .popup-container {
    padding: 33px;
    max-height: calc(100vh - 90px);
  }
  .popup-video {
    margin-bottom: 25px;
    height: 556px;
    max-height: calc(100vh - 245px);
    overflow: hidden;
  }
  .contacts-body {
    display: block;
  }
  .contacts-map {
    margin-bottom: 40px;
  }
  .contacts-info {
    min-width: 1px;
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
  .contacts-block {
    margin-bottom: 0;
    max-width: 208px;
  }
  .contacts-block span {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 24px;
  }
  .contacts-map iframe {
    height: 800px;
  }
  .schedule-block {
    width: calc(50% - 37px);
  }
  .connect-buttons {
    left: 50px;
  }
  .instruction-title {
    padding-bottom: 50px;
  }
  .instruction-step_left {
    min-width: 376px;
    width: 376px;
    margin-right: 38px;
  }
  .archive .title {
    margin-bottom: 50px;
  }
  .archive {
    margin-left: 0;
  }
  .documents-category {
    margin-bottom: 40px;
  }
  .documents-list {
    padding-left: 0;
  }
  .forBuisiness-tariffs {
    margin-bottom: 60px;
  }
  .forBuisiness-item {
    margin-bottom: 20px;
  }
  .forBuisiness-info {
    padding-left: 0;
  }
  .forBuisiness-info_left {
    min-width: 290px;
    width: 290px;
    margin-right: 55px;
  }
  .forBuisiness-info_left span {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .aboutUs-description_buttons .btn {
    margin-right: 28px;
  }
  .also .title {
    margin-bottom: 50px;
  }
  .also {
    padding: 60px 0;
  }
  .also-item {
    height: 122px;
    padding: 15px;
  }
  .also-list ul {
    grid-gap: 20px;
  }
  .aboutUs-description_title {
    font-size: 70px;
    line-height: 61px;
  }
  .aboutUs-description_left {
    min-width: 422px;
    width: 422px;
  }
  .aboutUs-description_title span {
    margin-left: 130px;
  }
  .aboutUs-mainInfo_right {
    left: 660px;
  }
  .aboutUs-mainInfo_left {
    min-width: 590px;
    width: 590px;
  }
  .aboutUs-mainInfo p {
    max-width: 482px;
  }
  .container {
    padding: 0 50px;
  }
  .main-screen .container {
    padding: 0 10px;
  }
  .main-screen_container {
    margin-left: 40px;
  }
  .trust-us_list li {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .trust-us_list li span {
    text-align: center;
  }
  .trust-us_list li p {
    text-align: center;
    max-width: 200px;
  }
  .trust-us_title {
    font-size: 70px;
    line-height: 61px;
    margin-bottom: 28px;
    margin-left: 21px;
  }
  .trust-us_title span {
    margin-left: 103px;
  }
  .trust-us_icon {
    margin: 0 0 29px 225px;
  }
  .trust-us_container-right {
    padding-top: 100px;
  }
  .tariffs-item {
    margin-bottom: 30px;
    padding: 13px 20px;
  }
  .tariffs-item_left {
    min-width: 130px;
    width: 130px;
    margin-right: 48px;
  }
  .tariffs-item_right {
    margin-left: 40px;
  }
  .tariffs-item_center {
    padding-left: 0;
    width: 100%;
  }
  .tariffs-item p {
    max-height: 100%;
  }
  .tariffs .all {
    margin-top: 0;
  }
  .accordion li {
    margin: 0 0 15px 0;
  }
  .accordion .opener {
    padding: 13px 60px 13px 15px;
    background: url(../../img/arrow-bot.svg) no-repeat calc(100% - 19px) 50% #fff;
  }
  .accordion li.active .opener {
    min-height: 56px;
    padding: 15px 60px 15px 15px;
  }
  .accordion .slide-container {
    padding: 5px 15px 15px;
  }
  .private-office_left {
    min-width: 414px;
    width: 414px;
    margin-right: 20px;
  }
  .instruction-item {
    padding-left: 25px;
    display: flex;
    margin-bottom: 116px;
    justify-content: space-between;
  }
  .instruction-info span:after {
    left: -25px;
  }
  .instruction-info span:before {
    left: -20px;
    height: 455px;
  }
  .instruction-info {
    margin-right: 12px;
  }
  .instruction .container {
    padding-right: 10px;
  }
  .faq .accordion li {
    margin: 0 0 20px 0;
  }
  .faq .private-office_left {
    min-width: 597px;
    width: 597px;
    margin-right: 44px;
    min-height: 495px;
  }
  .faq .private-office_right {
    width: 620px;
    position: absolute;
    left: 641px;
    top: -155px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
  }
  .faq .private-office_right img {
    margin-left: -50px;
  }
  .resurs-container img {
    width: 659px;
  }
  .resurs-title {
    top: 0;
    right: 0;
    font-size: 70px;
    line-height: 61px;
  }
  .resurs-title span {
    margin-left: 108px;
  }
  .resurs-info {
    top: 30%;
    left: 680px;
  }
  .footer .container {
    padding: 0 10px;
  }
  .footer-form {
    padding-right: 40px;
  }
  .header {
    padding: 0 40px;
  }
  .logo {
    margin-right: 36px;
  }
  .footer-top {
    padding: 30px 40px 0 40px;
  }
  .faq .accordion .opener {
    min-height: 58px;
    padding: 18px 60px 18px 15px;
  }
  .faq .accordion li.active .opener {
    min-height: 58px;
    padding: 18px 60px 18px 15px;
  }
  .forBuisiness-info.new .forBuisiness-info_left span {
    margin-bottom: 20px;
    max-width: 300px;
  }
  .news-list {
    padding: 0 82px 0 52px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .all-videoPage .instruction-step_body a.btn {
    margin-top: 15px;
  }
  .aboutUs-description_right span {
    margin-bottom: 30px;
  }
  .aboutUs-description_info {
    display: block;
    margin-bottom: 20px;
  }
  .aboutUs-description_info-left {
    width: 100%;
  }
  .aboutUs-description_info-right {
    width: 100%;
  }
  .aboutUs-description_info-row {
    margin-bottom: 0 !important;
  }
  .aboutUs-description_info-block {
    margin-bottom: 21px !important;
  }
  .leaders-container {
    width: calc(50% - 37px);
  }
  .aboutUs-description_right h3 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 769px) {
  .leaders {
    margin-bottom: 60px;
  }
  .popup {
    padding: 20px;
  }
  .popup-container {
    padding: 24px;
    max-height: calc(100vh - 40px);
    max-width: 537px;
  }
  .popup-buttons .detail {
    font-size: 15px;
    line-height: 18px;
    margin-right: 47px;
  }
  .popup-buttons .btn {
    height: 56px;
  }
  .popup-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup .close-popup {
    width: 27px;
    height: 27px;
  }
  .popup-video {
    margin-bottom: 37px;
    height: 313px;
    max-height: calc(100vh - 181px);
    overflow: hidden;
  }
  .contacts-block span {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 22px;
  }
  .contacts-map iframe {
    height: 588px;
  }
  .contacts-info {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contacts-block {
    margin-bottom: 0;
    max-width: 280px;
    width: 100%;
    margin-bottom: 55px;
  }
  .contacts-block:nth-child(3) {
    margin: 0;
  }
  .contacts-block:nth-child(4) {
    margin: 0;
  }
  .contacts-map {
    margin-bottom: 60px;
  }
  .schedule-block {
    width: calc(50% - 5px);
  }
  .schedule span {
    font-size: 20px;
    line-height: 24px;
  }
  .schedule {
    margin-bottom: 60px;
  }
  .leaders h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .article {
    margin: 0px auto 60px;
    padding: 88px 45px 0px;
  }
  .article-topPanel {
    margin-bottom: 25px;
  }
  .article-signature {
    margin-bottom: 60px;
  }
  .article .forBuisiness-list {
    margin-bottom: 60px;
  }
  .connect-buttons {
    left: 45px;
  }
  .connect-banner {
    margin-bottom: 60px;
  }
  .connect-banner .container {
    position: relative;
    padding-top: 122px;
    padding-bottom: 222px;
  }
  .connect-titleBlock .title {
    margin-bottom: 26px;
  }
  .connect-subtitle {
    font-size: 18px;
    line-height: 23px;
  }
  .connect-buttons a {
    width: 260px;
    font-size: 18px;
    line-height: 23px;
    height: 89px;
  }
  .connect-buttons a.active {
    height: 99px;
    width: 260px;
    font-size: 21px;
    line-height: 25px;
  }
  .forBuisiness-list_container {
    padding-bottom: 60px;
  }
  .instruction-title {
    max-width: 100%;
  }
  .instruction-title .title {
    margin-bottom: 15px;
  }
  .instruction-subtitle {
    font-size: 29px;
    line-height: 38px;
  }
  .instruction-step .container {
    display: block;
  }
  .instruction-step_left {
    min-width: 1px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .instruction-step_title {
    margin-bottom: 25px;
  }
  .instruction-step_body a {
    margin-top: 25px;
  }
  .instruction-step_title strong {
    font-size: 20px;
    line-height: 24px;
  }
  .page-navigation a {
    width: 35px;
    height: 35px;
  }
  .page-navigation li {
    margin: 0 10px;
  }
  .page-navigation li:first-child {
    margin: 0 10px;
  }
  .page-navigation li:last-child {
    margin: 0 10px;
  }
  .documents-category {
    margin-bottom: 32px;
  }
  .forBuisiness-tariffs .tariffs-item_left {
    min-width: 130px;
    width: 150px;
    margin-right: 30px;
  }
  .forBuisiness-tariffs .tariffs-item_right {
    margin-left: 0;
  }
  .forBuisiness-item {
    margin-bottom: 15px;
  }
  .forBuisiness-info_left span {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .forBuisiness-info_left .btn {
    width: 213px;
    height: 54px;
  }
  .forBuisiness-info {
    margin-bottom: 60px;
  }
  .forBuisiness {
    padding-bottom: 60px;
  }
  .forBuisiness-info_left {
    min-width: 240px;
    width: 240px;
    margin-right: 48px;
  }
  .aboutUs-mainInfo_right {
    width: 609px;
    left: 467px;
  }
  .aboutUs-mainInfo_left {
    min-height: 454px;
    padding-top: 46px;
    justify-content: flex-start;
    min-width: 395px;
    width: 395px;
  }
  .aboutUs-mainInfo {
    margin-bottom: 60px;
  }
  .aboutUs-description .container {
    display: block;
  }
  .aboutUs-description_title {
    font-size: 79px;
    line-height: 69px;
  }
  .aboutUs-description_title span {
    margin-left: 80px;
  }
  .aboutUs-description_right h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .aboutUs-description_instruction {
    font-size: 15px;
    line-height: 18px;
  }
  .also-list ul {
    grid-gap: 50px;
  }
  .also-item {
    height: 179px;
    padding: 20px;
  }
  .also-item span {
    font-size: 18px;
    line-height: 23px;
    max-height: 68px;
  }
  .also-item a {
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
  }
  .aboutUs-description_buttons {
    padding-top: 10px;
  }
  .aboutUs-description_buttons .btn {
    margin-right: 40px;
  }
  .aboutUs-description_left {
    min-width: 1px;
    width: 100%;
    margin-bottom: 40px;
  }
  .aboutUs-mainInfo p {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .btn-nav {
    display: block;
  }
  .container {
    padding: 0 45px;
  }
  .back-top {
    opacity: 1;
    pointer-events: all;
  }
  .main-screen {
    padding-bottom: 60px;
    padding-top: 141px;
  }
  .header {
    width: calc(100% - 90px);
    padding: 0 27px 0 30px;
    min-height: 62px;
  }
  .header-nav {
    display: none;
  }
  .header-languages {
    display: none;
  }
  .header-personalAccount {
    display: none;
  }
  .main-screen .container {
    padding: 0 75px;
  }
  .main-screen_container {
    margin-left: 0;
    max-width: 528px;
  }
  .title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 50px;
  }
  .main-screen .title {
    margin-bottom: 23px;
  }
  .main-screen_info {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .main-screen_buttons {
    justify-content: space-between;
  }
  .main-screen .btn-orange {
    margin-right: 0px;
  }
  .trust-us {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .trust-us.trust-usMap {
    padding-bottom: 60px;
  }
  .trust-us_list {
    margin-bottom: 59px;
  }
  .trust-us_list li {
    max-width: 200px;
  }
  .trust-us_list li p {
    max-width: 100%;
  }
  .trust-us_list-icon {
    margin-bottom: 20px;
  }
  .trust-us_list li span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .trust-us_title {
    font-size: 55px;
    line-height: 48px;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .trust-us_title span {
    margin-left: 75px;
  }
  .trust-us_container {
    flex-wrap: wrap;
  }
  .trust-us_container-left {
    min-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .trust-us_icon {
    margin: 0;
    order: 2;
  }
  .trust-us_icon img {
    width: 108px;
    height: auto;
    transform: rotate(60deg);
  }
  .trust-us_container-right {
    padding-top: 0;
  }
  .trust-us_advantageList {
    margin-bottom: 31px;
    order: 1;
  }
  .trust-us_advantageList ul {
    display: flex;
    justify-content: space-between;
  }
  .trust-us_advantageList li {
    margin: 0;
    max-width: 185px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .trust-us_advantageList span {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .trust-us_advantageList p {
    text-align: center;
  }
  .tariffs {
    padding: 60px 0 60px;
  }
  .tariffs-item {
    margin-bottom: 15px;
    padding: 19px 23px;
    display: block;
  }
  .tariffs-item p {
    margin: 0 0 8px 0;
  }
  .btn-violet {
    width: 231px;
    height: 56px;
  }
  .tariffs-item_left {
    min-width: 130px;
    width: 130px;
    margin-right: 30px;
    float: left;
  }
  .tariffs-item_right {
    margin-left: 0px;
    min-width: 1px;
    width: auto;
  }
  .tariffs .all {
    margin-top: 18px;
  }
  .private-office {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .private-office_container {
    flex-wrap: wrap;
  }
  .private-office_left {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .private-office_right img {
    border-radius: 6px;
  }
  .instruction {
    padding: 60px 0;
  }
  .instruction-item {
    margin-bottom: 39px;
    display: block;
  }
  .instruction .btn {
    margin-right: 47px;
  }
  .btn {
    font-size: 15px;
    line-height: 18px;
  }
  .instruction .detail {
    font-size: 15px;
    line-height: 18px;
  }
  .instruction-info {
    margin-right: 0;
    margin-bottom: 34px;
  }
  .instruction-video {
    max-width: 502px;
    width: 100%;
    height: 282px;
  }
  .instruction-item:last-child .instruction-info span:after {
    background: #fff;
  }
  .instruction-info span:before {
    height: 580px;
  }
  .faq .private-office_right {
    display: none;
  }
  .faq .private-office_left {
    min-width: 1px;
    width: 100%;
    margin-right: 0;
    min-height: 1px;
    margin-bottom: 0;
  }
  .faq .accordion li {
    margin: 0 0 15px 0;
  }
  .faq .accordion .opener {
    min-height: 48px;
  }
  .resurs-container img {
    width: 474px;
    height: 569px;
    object-fit: cover;
  }
  .resurs-title {
    top: 0;
    right: 0;
    font-size: 55px;
    line-height: 48px;
  }
  .resurs {
    padding-bottom: 60px;
  }
  .resurs-info {
    top: 28%;
    left: 500px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer .container {
    padding: 0 45px;
  }
  .footer-form {
    padding-right: 0;
  }
  .footer-form_block {
    margin-bottom: 50px;
  }
  .footer-title {
    font-size: 30px;
    line-height: 37px;
    max-width: 100%;
    margin: 0 0 50px 0;
  }
  .footer-top {
    padding: 20px 40px 13px 40px;
  }
  .footer-nav {
    display: none;
  }
  .footer-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 1px;
    margin-left: 0;
    justify-content: space-between;
    width: 100%;
  }
  .footer-info .messengers {
    margin-bottom: 0;
  }
  .footer-info_tel {
    margin-bottom: 0;
  }
  .footer-logo {
    display: block;
    background: url(../../img/footer-logo.svg) no-repeat;
    width: 101px;
    height: 29px;
    background-size: cover;
  }
  .footer-info_tel a {
    font-size: 23px;
  }
  .footer-info .messengers ul li {
    margin: 0 21px 0 0;
  }
  .footer-info .messengers ul li:last-child {
    margin: 0;
  }
  .messengers ul a img {
    width: 21px;
  }
  .logo {
    margin-right: 0;
  }
  .footer-form_block input[type="submit"] {
    font-size: 15px;
    line-height: 18px;
  }
  .forBuisiness-info.new .forBuisiness-info_left .title {
    margin-bottom: 10px;
  }
  .forBuisiness-info.new .forBuisiness-info_left {
    min-width: 245px;
    width: 245px;
    margin-right: 52px;
  }
  .forBuisiness-info.new .forBuisiness-info_left span {
    margin-bottom: 15px;
    max-width: 100%;
    font-size: 18px;
    line-height: 23px;
  }
  .forBuisiness-info.new input[type="text"] {
    margin-bottom: 15px;
  }
  .forBuisiness-info.new input[type="submit"] {
    width: 245px;
    height: 62px;
  }
  .forBuisiness-info.new .forBuisiness-info_right {
    height: 283px;
  }
  .news-list {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 54px;
    margin-bottom: 50px;
  }
  .news-item {
    height: 431px;
  }
  .news-item a {
    padding: 10px 10px 0 10px;
    height: 84px;
    margin-bottom: 5px;
  }
  .news-item p {
    padding: 0 10px;
  }
  .news-item span {
    bottom: 10px;
    padding: 0 10px;
  }
  .all-videoPage .instruction-step_body a.btn {
    margin-top: 10px;
  }
  .wrapper-inner .trust-us.trust-usMap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .aboutUs-description_right h3 {
    margin-top: 59px;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .aboutUs-description_info {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .aboutUs-description_info-left {
    width: calc(50% - 40px);
  }
  .aboutUs-description_info-right {
    width: calc(50% - 40px);
  }
  .leaders-container {
    width: calc(50% - 5px);
  }
  .aboutUs-description_info-row {
    margin-bottom: 36px !important;
  }
  .aboutUs-description_info-row:last-child {
    margin: 0 !important;
  }
  .aboutUs-description_info-block:last-child {
    margin-bottom: 0 !important;
  }
  .leaders-block_info {
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    min-height: 68px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .leaders-block_info b {
    white-space: nowrap;
  }
}

@media screen and (max-width: 641px) {
  .leaders-container p {
    text-align: center;
  }
  .popup-container {
    padding: 16px 16px 29px 16px;
  }
  .popup-video {
    margin-bottom: 51px;
    height: 205px;
    max-height: calc(100vh - 245px);
    overflow: hidden;
  }
  .popup-buttons {
    flex-direction: column;
  }
  .popup-buttons .detail {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .contacts-block span {
    text-align: center;
  }
  .contacts-block p {
    text-align: center;
  }
  .contacts-block p b {
    text-align: left;
  }
  .contacts-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts-block .messengers ul li {
    margin: 0 27px;
  }
  .contacts {
    padding-top: 122px;
  }
  .contacts-map iframe {
    height: 288px;
  }
  .contacts-map {
    margin-bottom: 54px;
  }
  .contacts-info {
    flex-direction: column;
    align-items: center;
  }
  .contacts-block:nth-child(3) {
    margin-bottom: 57px;
  }
  .schedule .container {
    flex-direction: column;
    align-items: center;
  }
  .schedule-block {
    width: 100%;
    margin-bottom: 59px;
  }
  .schedule-block:last-child {
    margin: 0;
  }
  .schedule span {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .schedule p {
    text-align: center;
  }
  .schedule p b {
    text-align: left;
  }
  .leaders h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .article {
    padding: 88px 20px 0px;
  }
  .article-topPanel {
    margin-bottom: 18px;
    display: block;
  }
  .article-topPanel_data {
    width: 100%;
    text-align: right;
  }
  .article-topPanel_buttons {
    margin-bottom: 18px;
    width: 100%;
  }
  .article-topPanel_buttons a {
    margin-right: 16px;
  }
  .article-topPanel_buttons a:last-child {
    margin: 0;
  }
  .article-topPanel_buttons a:first-child {
    margin-right: auto;
  }
  .article-body .article-banner img {
    margin-bottom: 0;
    height: 210px;
    object-fit: cover;
  }
  .article-banner_text {
    padding: 15px;
  }
  .article-banner_text span {
    font-size: 21px;
    line-height: 29px;
  }
  .article-body a.btn {
    width: 100%;
    max-width: 335px;
  }
  .article-video_info span {
    background: url(../../img/play-white.svg) no-repeat;
    width: 54px;
    height: 54px;
    margin-bottom: 11px;
    background-size: cover;
  }
  .article-body .article-video_info p {
    max-width: 210px;
  }
  .connect-titleBlock .title {
    margin-bottom: 21px;
  }
  .article-body h2 {
    font-size: 19px;
    line-height: 25px;
  }
  .forBuisiness-list h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .article-also_title {
    font-size: 21px;
    line-height: 29px;
  }
  .article-body h1 {
    font-size: 21px;
    line-height: 29px;
    padding: 0;
  }
  .article-also .news-list {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    grid-gap: 35px;
    padding: 0;
  }
  .connect-subtitle {
    text-align: center;
  }
  .connect-banner .container {
    padding-bottom: 146px;
  }
  .connect-buttons {
    left: 20px;
    right: 20px;
  }
  .connect-buttons {
    justify-content: space-between;
  }
  .connect-buttons a {
    width: calc(50% - 2px);
    font-size: 15px;
    line-height: 19px;
    height: 64px;
    padding: 0 12px;
    margin: 0;
    text-align: center;
  }
  .connect-buttons a br {
    display: none;
  }
  .connect-buttons a.active {
    height: 70px;
    width: calc(50% - 2px);
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
  }
  .instruction-title {
    padding-bottom: 30px;
    padding-top: 122px;
  }
  .instruction-title .title {
    margin-bottom: 4px;
  }
  .instruction-subtitle {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
  .instruction-step_title {
    margin-bottom: 22px;
  }
  .instruction-step_title span {
    text-align: center;
    margin-bottom: 5px;
  }
  .instruction-step_title strong {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .instruction-step_body p {
    text-align: center;
  }
  .instruction-step_body ul li p {
    text-align: left;
  }
  .instruction-step_left {
    margin-bottom: 20px;
  }
  .archive {
    padding-top: 122px;
  }
  .archive .title {
    margin-bottom: 30px;
  }
  .archive-table_row {
    padding: 0 9px;
    font-size: 15px;
    line-height: 19px;
  }
  .archive-table_row:first-child {
    height: 56px;
  }
  .documents-category_title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
    padding: 0;
  }
  .documents-category {
    margin-bottom: 30px;
  }
  .documents-list {
    padding-top: 122px;
  }
  .forBuisiness-tariffs .tariffs-item {
    margin-bottom: 30px;
    padding: 23px 15px;
  }
  .forBuisiness-tariffs .tariffs-item_left {
    min-width: 1px;
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .forBuisiness-link span {
    max-width: calc(100% - 88px);
    padding: 12px 0 12px 12px;
  }
  .toggle-block.expanded .forBuisiness-more span {
    font-size: 19px;
    line-height: 23px;
  }
  .forBuisiness-link {
    min-height: 46px;
  }
  .toggle-block .slide {
    padding: 0 12px 24px 12px;
  }
  .forBuisiness-info {
    padding-top: 122px;
    padding-bottom: 60px;
    margin: 0 -20px 60px;
    position: relative;
    overflow: hidden;
  }
  .forBuisiness-info_left {
    min-width: 1px;
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
  .forBuisiness-info_right {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(4px);
  }
  .forBuisiness-info_right img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    border-radius: 0;
    filter: brightness(0.75);
    box-shadow: none;
  }
  .forBuisiness-info_left .title {
    color: #fff;
  }
  .forBuisiness-info_left span {
    font-size: 18px;
    line-height: 23px;
    margin: 0 auto 15px;
    color: #fff;
    max-width: 240px;
    text-align: center;
  }
  .forBuisiness-info_left .btn {
    margin: 0 auto;
  }
  .wrapper-inner {
    padding-top: 0;
  }
  .aboutUs-mainInfo {
    padding-top: 122px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
  }
  .aboutUs-mainInfo .container {
    display: block;
    position: static;
  }
  .aboutUs-mainInfo_right {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
  }
  .aboutUs-mainInfo_left {
    min-height: 1px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 0;
    justify-content: flex-start;
    min-width: 1px;
    width: 100%;
  }
  .aboutUs-mainInfo_left .btn {
    width: 261px;
  }
  .aboutUs-mainInfo .title {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
  }
  .aboutUs-mainInfo p {
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
  }
  .aboutUs-mainInfo_right img {
    width: 140%;
    height: 140%;
    filter: blur(5px);
    object-fit: cover;
    border-radius: 0;
  }
  .aboutUs-description_left {
    margin-bottom: 30px;
  }
  .aboutUs-description_title {
    font-size: 47px;
    line-height: 40px;
    text-align: center;
  }
  .aboutUs-description_title span {
    margin: 0;
  }
  .aboutUs-description_right h2 {
    text-align: center;
  }
  .aboutUs-description_right p {
    text-align: center;
  }
  .aboutUs-description_buttons {
    flex-direction: column;
  }
  .aboutUs-description_buttons .btn {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .also .subtitle {
    margin-bottom: 0;
  }
  .also .title {
    margin-bottom: 30px;
  }
  .also-list ul {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
  .error404-container {
    flex-direction: column;
    align-items: center;
  }
  .error404-icon {
    width: 105px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .error404-info {
    max-width: 285px;
  }
  .error404-info span {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .error404-info p {
    text-align: center;
  }
  .error404-info .btn {
    margin: 0 auto;
    width: 237px;
  }
  .container {
    padding: 0 20px;
  }
  .back-top {
    width: 68px;
    height: 68px;
    border: 3px solid #8145D7;
  }
  .back-top a {
    font-size: 12px;
    line-height: 14px;
    padding-top: 30px;
  }
  .header {
    width: calc(100% - 40px);
    padding: 0 12px;
  }
  .main-screen {
    padding-top: 103px;
  }
  .main-screen .container {
    padding: 0 20px;
  }
  .main-screen .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .main-screen_info {
    margin-bottom: 12px;
    text-align: center;
  }
  .main-screen_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-screen_buttons a.btn {
    width: 261px;
    height: 64px;
  }
  .main-screen_buttons a.btn.btn-orange {
    margin-bottom: 12px;
  }
  .trust-us_list ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .trust-us_list li {
    margin-bottom: 30px;
  }
  .trust-us_list li:last-child {
    margin: 0;
  }
  .trust-us_list {
    margin-bottom: 60px;
  }
  .trust-us_title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
  .trust-us_title span {
    margin: 0;
  }
  .trust-us_advantageList ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .trust-us_advantageList li {
    margin-bottom: 30px;
  }
  .trust-us_advantageList li:last-child {
    margin: 0;
  }
  .trust-us_icon {
    display: none;
  }
  .trust-us_container-right {
    display: none;
  }
  .trust-us_advantageList {
    margin-bottom: 0;
  }
  .subtitle {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 5px;
  }
  .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .title br {
    display: none;
  }
  .tariffs-item {
    margin-bottom: 30px;
    padding: 23px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tariffs-item_left {
    min-width: 1px;
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tariffs-item span {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 19px;
  }
  .tariffs-item p {
    margin: 0;
    text-align: center;
  }
  .tariffs-item_center {
    margin-bottom: 23px;
  }
  .tariffs .all {
    margin-top: 3px;
  }
  .accordion .opener {
    font-size: 15px;
    line-height: 19px;
  }
  .accordion li.active .opener {
    font-size: 17px;
    line-height: 20px;
  }
  .private-office_right {
    display: none;
  }
  .private-office_left {
    margin: 0;
  }
  .instruction-info span:before {
    display: none;
  }
  .instruction-info span:after {
    display: none;
  }
  .instruction-item {
    padding: 0;
    margin-bottom: 50px;
  }
  .instruction-item:last-child {
    margin: 0;
  }
  .instruction-info {
    margin: 0 0 30px 0;
    padding: 0;
    min-width: 1px;
    width: 100%;
    color: #fff;
    font-size: 16px;
  }
  .instruction-info span {
    text-align: center;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .instruction-info p {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .instruction .container {
    padding-right: 20px;
  }
  .instruction-buttons {
    justify-content: center;
  }
  .instruction .btn {
    margin-right: 30px;
    width: 212px;
  }
  .instruction-video {
    height: 188px;
  }
  .instruction-video_play {
    width: 41px;
    height: 41px;
    background-size: cover;
    margin-bottom: 12px;
  }
  .faq .accordion .opener {
    min-height: 58px;
  }
  .resurs .container {
    padding-top: 120px;
  }
  .resurs-container img {
    width: calc(100% - 26px);
    height: 370px;
    object-fit: cover;
  }
  .resurs-title {
    top: -120px;
    right: 0;
    font-size: 40px;
    line-height: 35px;
  }
  .resurs-title span {
    margin-left: 63px;
  }
  .resurs-info {
    top: 0;
    left: auto;
    right: 0px;
  }
  .resurs-container {
    padding-bottom: 40px;
  }
  .footer .container {
    padding: 0 20px;
  }
  .footer-form_block {
    margin-bottom: 45px;
    padding: 36px 12px 30px;
  }
  .footer-form_block span {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 22px;
  }
  .footer-form_block p {
    max-width: 245px;
    margin: 0 auto 16px;
  }
  .footer-form_block input[type="submit"] {
    margin-bottom: 32px;
  }
  .messengers ul li {
    margin: 0 26px;
  }
  .messengers ul a img {
    width: 37px;
  }
  .footer-title {
    margin-bottom: 45px;
  }
  .footer-info .messengers {
    display: none;
  }
  .footer-top {
    padding: 20px 40px 12px 40px;
  }
  .footer-info {
    flex-direction: column;
    align-items: center;
  }
  .footer-logo {
    order: 1;
    margin: 0 0 12px 0;
  }
  .footer-info_tel {
    order: 2;
  }
  .footer p.cop {
    margin: 0 25px 0 0;
  }
  .footer a.created-by {
    margin: 0 0 0 25px;
  }
  .header-mob .header-languages {
    position: static;
    order: 3;
  }
  .header-mob .header-nav {
    margin-bottom: 38px;
  }
  .header-mob .header-nav ul {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .header-mob .header-nav li {
    margin: 0 0 34px 0;
  }
  .header-mob .header-nav li:last-child {
    margin: 0;
  }
  .header-mob .header-nav a {
    color: #141414;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
  }
  .header-mob .header-personalAccount {
    margin-bottom: 60px;
  }
  .header-mob {
    padding-bottom: 28px;
  }
  .header-languages a {
    color: #E9DEDE;
    font-size: 19px;
    line-height: 25px;
  }
  .header-personalAccount a {
    background: #F65826;
    border-radius: 6px;
    width: 239px;
    height: 60px;
    display: flex;
    color: #FFFFFF;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 20px;
  }
  .header-personalAccount a:hover {
    color: #FFFFFF;
  }
  .header-personalAccount a:before {
    display: none;
  }
  .header-personalAccount a:after {
    background: url(../../img/user-white.svg) no-repeat;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
  }
  .footer-inner .btn {
    width: 245px;
    margin: 0 auto 40px;
  }
  .forBuisiness-info.new .forBuisiness-info_left {
    min-width: 1px;
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
  .forBuisiness-info.new .forBuisiness-info_right {
    height: auto;
  }
  .forBuisiness-info.new .forBuisiness-info_right img {
    height: 110%;
    filter: brightness(0.55);
  }
  .forBuisiness-info.new .forBuisiness-info_left .title {
    margin-bottom: 5px;
  }
  .forBuisiness-info.new .forBuisiness-info_left span {
    margin-bottom: 20px;
  }
  .forBuisiness-info.new input[type="submit"] {
    width: 245px;
    height: 64px;
    font-size: 15px;
  }
  .forBuisiness-info.new {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-list {
    padding: 0 4px 0 19px;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 30px;
  }
  .instruction-step_body a.btn {
    margin: 25px auto 0;
  }
  .aboutUs-description_right h3 {
    margin-top: 74px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  .aboutUs-description_right span {
    text-align: center;
  }
  .aboutUs-description_info {
    display: block;
    margin-bottom: 30px;
  }
  .leaders {
    padding-top: 60px;
  }
  .leaders .container {
    display: block;
  }
  .leaders-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .leaders-container:last-child {
    margin: 0;
  }
  .aboutUs-description_info-left {
    width: 100%;
  }
  .aboutUs-description_info-right {
    width: 100%;
  }
  .aboutUs-description_info-row {
    margin-bottom: 0 !important;
  }
  .aboutUs-description_info-block {
    margin-bottom: 21px !important;
  }
  .aboutUs-description_info-block b {
    text-align: center;
  }
  .aboutUs-description_info-block strong {
    text-align: center;
  }
  .aboutUs-description_info-block:last-child {
    margin-bottom: 21px !important;
  }
}

@media screen and (max-width: 460px) {
  .instruction-buttons {
    justify-content: space-between;
  }
  .instruction .btn {
    margin: 0;
  }
  .instruction .detail {
    margin-right: 16px;
  }
}

/**************************************************** MY CODE *********************************************************/
b {
    font-weight: 700;
}

.video-frame-box {
    position: relative;
    background-color: rebeccapurple;
    width: 100%;
    height: 300px;
}
.video-frame-box.placeholder .video-fon {
    display: flex;
}
.video-frame-box .video-fon {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-frame-box .video-fon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    z-index: -1;
}
.video-frame-box .video-fon img {
    width: 81px;
    height: 81px;
    cursor: pointer;
}

.social-icon-img svg {
    stroke: black !important;
}

.sectTitle, .sectTitle > span{
    font-family: Mont;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 89px !important;
    line-height: 96% !important;
    color: #8145D7 !important;
}
 .sectTitle > span {
     margin-left: 120px;
 }

 .trust-us_container-right{
    display: flex;
    align-items: flex-end;
 }
@media (max-width: 1366px) {
    .sectTitle, .sectTitle > span {
        font-size: 70px !important;
    }
}
@media (max-width: 576px) {
    .sectTitle, .sectTitle > span {
        font-size: 40px !important;
        text-align: center;
    }
    .sectTitle > span {
        margin-left: 0px;
        display: block;
    }
    .sectTitle{
        margin-bottom: 15px;
    }
}
.modal{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0px;
    left: 0px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.show{
    display: flex;
}
.tarif-item-m .tariffs-item_left{
    margin-right: 30px;
}
.tarif-item-m .tariffs-item_left, .tarif-item-m .tariffs-item_right{
    width: 50%;
}
.tarif-item-m .tariffs-item_right .btn{
    margin-left: auto;
    margin-top: 58px;
}
.tarif-item-m .tariffs-item_left strong {
    text-align: right;
    margin-top: 30px;
}
.tarif-item-m .tariffs-item_left > span{
    line-height: 27px;
}
.tarif-item-m .tariffs-item_right .tariffs-item p {
    margin-bottom: 10px;
}
@media (max-width: 576px) {
  .tarif-item-m .tariffs-item_left, .tarif-item-m .tariffs-item_right{
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .tarif-item-m .tariffs-item_right .btn{
    margin: 10px auto;
  }
  .tarif-item-m .tariffs-item_left strong{
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
    .forBuisiness-tariffs .tarif-item-m {
        display: flex !important;
    }
    .trust-us_container-left .sectTitle{
        margin-bottom: 20px;
    }
    .tariffs .tariffs-item{
        display: block !important;
    }
    .tariffs .tariffs-item_left {
        margin-right: 60px;
    }
    .interactive-map svg {
        transform: translateX(-9%)
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header-nav li {
        margin-right: 10px;
    }
    .logo{
        margin-right: 20px;
    }
}
@media (max-width: 1024px) {
  .trust-us_container-left {
    width: unset;
  }
  .sectTitle{
    width: 377px;
    display: block;
  }
  .trust-us_container{
    flex-direction: column;
  }
  .trust-us_advantageList ul {
    display: flex;
  }
  .trust-us_advantageList ul li {
    text-align: center;
  }
  .trust-us_container-right{
    padding-top: 20px;
  }
  .trust-us_container-left{
    display: flex;
    flex-direction: column;
  }
  .trust-us_icon{
    order: 2;
    margin-left: 0px;
  }
  .trust-us_advantageList{
    margin-top: 50px;
    order: 1;
  }
  .trust-us_icon img {
    transform: rotate(60deg)
  }
}
@media (max-width: 576px) {
  .interactive-map svg{
    display: none;
  }
  .trust-us_container-left{
    width: 100%;
  }
  .sectTitle{
    width: unset;
  }
}
.aboutUs-description_right p > a, .aboutUs-description_right b > a, .aboutUs-description_left p > a, .aboutUs-description_left b > a{
    color: #3385FF;
}
.news-item .title{
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
  color: #000000;
  margin-top: 25px;
  height: 80px;
  margin-bottom: 0px;
}
.news-item{
  text-decoration: none;
}
.news-item .desc{
  font-weight: 600;
  font-size: 17px;
  line-height: 160%;
  color: #141414;
}
.constructorBlock p,.constructorBlock li {
  font-weight: 600;
  font-size: 17px;
  line-height: 160%;
  /* or 27px */
  color: #000000
}
.constructorBlock p > a, .constructorBlock a{
  font-size: 17px;
  line-height: 160%;
  color: #3385FF
}
.blockLink{
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 9px;
  color: #141414
}
@media (max-width: 576px) {
  .tariffs-item_right > .btn{
    margin: 0 auto;
  }
  .table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
  }
  .contacts-block p{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
