* {
  font-family: "Rubik", sans-serif;
  font-style: normal;
}


em * {
  font-style: italic;
}

.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(29, 33, 41, 0.05));
}

.By__Leads__popap__consult__contant-margin,
.By__Leads__popap__card__contant-margin {
  max-width: 582px;
  width: 100%;
  /* max-height: 522px;
  height: 100%; */
  position: fixed;
  z-index: 21;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 20px;
  display: none;
}

.popup__tel-pr {
  display: none;
}

.By__Leads__popap__consult,
.By__Leads__popap__card {
  max-width: 542px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 60px 48px;
}

.By__Leads__popap__card {
 padding: 30px;
}

.C_C_up-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #20293a;
  margin-bottom: 12px;
}

.C_C_up-sttl {
  max-width: 420px;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #20293a;
  margin-bottom: 44px;
}

.C_C_medle {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.C_F_U_P {
  max-width: 446px;
  width: 100%;
  height: 52px;
  padding: 13px 24px;
  background: #ffffff;
  border: 1px solid #808080;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 20px;
}

.C_F_U_P:valid {
  color: #20293a;
  border: 1px solid #20293a;
}

.C_F_U_P:focus {
  border: 1px solid #2096ec;
  color: #2096ec;
}

.C_C_down {
  max-width: 446px;
  width: 100%;
  min-height: 53px;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.C_C_down--column {
  flex-direction: column;
}
.btn-card {
  max-width: 300px;
  border: none;
  margin-bottom: 10px;
}
.btn-consultation,
.btn-card {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #ffffff;
  background: #2ccd65;
  box-shadow: 6px 6px 14px rgba(46, 46, 46, 0.08);
  border-radius: 12px;
  padding: 12px 32px;
  transition-duration: 0.4s;
}

.btn-consultation:hover,
.btn-card:hover {
  background: #00aa3c;
  box-shadow: -1px 5px 21px rgba(25, 183, 81, 0.54);
}

.C_C_down .info {
  font-weight: normal;
  font-size: 12px;
  line-height: 145%;
  color: #a0a0a0;
  max-width: 238px;
}

.By__Leads__popap__consult__contant-2,
.By__Leads__popap__card__contant-2 {
  max-width: 446px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  display: none;
}

.C_C_D img {
  max-width: 225px;
  width: 100%;
}

.C_C_D {
  display: flex;
  align-items: center;
  justify-content: center;
}

.By__Leads__popap__consult__contant,
.By__Leads__popap__card__contant {
  max-width: 446px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.header_top {
  width: 100%;
  background: #010101;
}

.header_bottom {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #ffffff;
}

a,
button {
  outline: none !important;
}

button:focus {
  outline: none !important;
  color: white !important;
}

.header_cont {
  max-width: 1150px;
  width: 100%;
  min-height: 52px;
  padding: 10px 20px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.header_bottom .header_cont {
  min-height: 47px;
}

.Logo {
  display: flex;
  align-items: center;
}

.Logo p {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #dbdbe5;
  margin-left: 40px;
}

.Logo a {
  user-select: none;
  cursor: pointer;
  transition-duration: 0.3s;
}

.Logo a:hover {
  opacity: 0.6;
}

.EnterLk {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #f4f3f9;
  transition-duration: 0.3s;

}

.Registration {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  padding: 8px 20px;
  width: 130px;
  height: 32px;
  background: #010101;
  border: 1px solid #f4f3f9;
  box-sizing: border-box;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
}

.Registration p {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #f4f3f9;
  transition-duration: 0.3s;
}

.Registration:hover {
  background: #83839e;
  text-decoration: none;
}

.btns-to-drop-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 425px;
  width: 100%;
  column-gap: 10px;
}

.nav-about {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #43419e;
  user-select: none;
  transition-duration: 0.3s;
}

.nav-about:hover {
  text-decoration-line: underline;
}

.nav-franjize {
  user-select: none;
  cursor: pointer;
  margin-left: 36px;
  position: relative;
  transition-duration: 0.3s;
}

.nav-franjize::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/mainimg/icon-menu\(2\).svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.nav-franjize:hover,
.nav-franjize.active {
  color: #43419e;
}

.nav-franjize:hover:before,
.nav-franjize.active:before {
  background-image: url("/img/mainimg/icon-menu\(3\)-hov.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.nav-lidgen {
  user-select: none;
  cursor: pointer;
  margin-left: 36px;
  position: relative;
  transition-duration: 0.3s;
}

.nav-lidgen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/mainimg/icon-menu\(1\).svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.nav-lidgen:hover,
.nav-lidgen.active {
  color: #43419e;
}

.nav-lidgen:hover:before,
.nav-lidgen.active:before {
  background-image: url("/img/mainimg/icon-menu\(1\)-hov.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.nav-club {
  user-select: none;
  cursor: pointer;
  margin-left: 36px;
  position: relative;
  color: inherit;
  transition-duration: 0.3s;
  text-decoration: none;
  white-space: nowrap;
}

.nav-club::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/mainimg/icon-menu-club.png");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.nav-club:hover,
.nav-club.active {
  color: #43419e;
  text-decoration: none;
}

.nav-club:hover:before,
.nav-club.active:before {
  background-image: url("/img/mainimg/icon-menu-club.png");
  background-repeat: no-repeat;
  background-position: center;
}

.nav-learning {
  user-select: none;
  cursor: pointer;
  margin-left: 36px;
  position: relative;
  transition-duration: 0.3s;
}

.nav-learning::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/mainimg/icon-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.nav-learning:hover,
.nav-learning.active {
  color: #43419e;
}

.nav-learning:hover:before,
.nav-learning.active:before {
  background-image: url("/img/mainimg/icon-menu\(2\)-hov.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.drop-menu {
  position: fixed;
  z-index: 4;
  top: 99px;
  left: 50%;
  transform: translateX(-50%);
  height: 363px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 21px 16px rgba(38, 50, 56, 0.09);
  border-radius: 0px 0px 8px 8px;
  display: none;
}

.drop-menu-back {
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 1000%;
  height: 1000%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.drop-menu_cont {
  max-width: 1150px;
  width: 100%;
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}

.drop-menu_L {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.drop-menu-site-name {
  max-width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #dbdbe5;
  margin-bottom: 28px;
  user-select: none;
  transition-duration: 0.3s;
}

.drop-menu-site-name:hover {
  color: #85858f;
}

.drop-menu-site-nav {
  margin-bottom: 40px;
  display: flex;
}

.drop-menu-site-nav-C {
  display: flex;
  flex-direction: column;
}

.drop-menu-site-nav-C:last-child {
  margin-left: 80px;
}

.drop-menu-site-nav-C a {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 12px;
  user-select: none;
  transition-duration: 0.3s;
}

.drop-menu-site-nav-C a:last-child {
  margin-bottom: 0px;
}

.drop-menu-site-nav-C a:hover {
  color: #43419e;
}

.site-login {
  max-width: fit-content;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #43419e;
  text-decoration: underline;
  position: relative;
  user-select: none;
  transition-duration: 0.3s;
}

.site-login::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/img/mainimg/Arrow\ Right.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.site-login:hover {
  color: #232261;
}

.drop-menu_R {
  max-width: 395px;
  width: 100%;
  padding-top: 12px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.drop-menu_R-img {
  min-height: 258px;
  background: #181240;
  border-radius: 12px;
  padding: 26px;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.drop-menu_R a {
  max-width: fit-content;
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  color: #7a6bde;
  margin-right: 24px;
  user-select: none;
  text-decoration: underline;
  transition-duration: 0.3s;
  position: relative;
}

.drop-menu_R a:hover {
  opacity: 0.6;
}

.drop-menu_R a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/img/mainimg/Arrow\ Right-drm-1.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.site-nav-ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #010101;
  margin-bottom: 12px;
}

.drop-menu-lidgen .drop-menu_R a {
  max-width: fit-content;
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  color: #2096ec;
  margin-right: 24px;
  user-select: none;
  text-decoration: underline;
  transition-duration: 0.3s;
  position: relative;
  margin-left: 60px;
}

.drop-menu-lidgen .drop-menu_R a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/img/mainimg/Arrow\ Right\ skyblue.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.drop-menu-lidgen .drop-menu_R {
  padding-top: 0px;
}

.drop-menu-lidgen .drop-menu_R-img {
  padding: 0px;
  background: none;
}

.drop-menu-lidgen .drop-menu_R-img img {
  margin-top: -24px;
}

.drop-menu-learning .drop-menu_R {
  max-width: 434px;
  min-height: 233px;
}

.drop-menu-learning .drop-menu_R-img {
  max-width: 434px;
  width: 100%;
  min-height: 233px;
  background: #fbe0da;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  padding-left: 40px;
  background-image: url("/img/mainimg/drop-menu-3.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.drop-menu_R-img-t1 {
  font-weight: bold;
  font-size: 68px;
  line-height: 145%;
  color: #d60bc8;
}

.drop-menu_R-img-t2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #23213d;
  max-width: 170px;
  margin-bottom: 17px;
}

.drop-menu-learning .drop-menu_R a {
  max-width: fit-content;
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  color: #4135f1;
  user-select: none;
  text-decoration: underline;
  transition-duration: 0.3s;
  position: relative;
}

.drop-menu-learning .drop-menu_R a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/img/mainimg/Arrow\ Right\ drm3.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.BTN-burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 36px;
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  transition-duration: 0.3s;
}

.BTN-burger.active {
  transform: rotateZ(-180deg);
}

.burger-strip {
  width: 100%;
  height: 5px;
  background: #010101;
  border-radius: 5px;
  transition-duration: 0.3s;
}

.burger-strip-1.active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.burger-strip-2.active {
  display: none;
}

.burger-strip-3.active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.Burger-menu {
  position: fixed;
  z-index: 4;
  top: 0;
  padding-top: 60px;
  right: 0px;
  height: 100%;
  overflow: auto;
  max-width: 280px;
  width: 100%;
  background: #ffffff;
  transform-origin: right;
  transform: scaleX(0);
  transition-duration: 0.3s;
  filter: drop-shadow(-4px 0px 4px rgba(29, 33, 41, 0.25));
}

.Burger-menu.active {
  transform: scaleX(1);
}

.Burger-menu-back {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 1000%;
  height: 1000%;
  background: rgba(0, 0, 0, 0.4);
}

.Burger-menu-cont {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Burger-Registration {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  padding: 8px 20px;
  width: 130px;
  height: 32px;
  background: #f4f3f9;
  border: 1px solid #010101;
  box-sizing: border-box;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  color: inherit;
  margin-bottom: 20px;
}

.Burger-nav-about {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #010101;
  user-select: none;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}

.Burger-nav-about:hover {
  color: #43419e;
}

.Burger-Registration p {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #010101;
  transition-duration: 0.3s;
}

.Burger-nav-franjize {
  user-select: none;
  cursor: pointer;
  margin-left: 36px;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}

.Burger-nav-franjize::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/mainimg/icon-menu\(2\).svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.Burger-nav-franjize:hover,
.Burger-nav-franjize.active {
  color: #43419e;
}

.Burger-nav-franjize:hover:before,
.Burger-nav-franjize.active:before {
  background-image: url("/img/mainimg/icon-menu\(3\)-hov.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.Burger-nav-lidgen {
  user-select: none;
  cursor: pointer;
  margin-left: 36px;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}

.Burger-nav-lidgen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/mainimg/icon-menu\(1\).svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.Burger-nav-lidgen:hover,
.Burger-nav-lidgen.active {
  color: #43419e;
}

.Burger-nav-lidgen:hover:before,
.Burger-nav-lidgen.active:before {
  background-image: url("/img/mainimg/icon-menu\(1\)-hov.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.Burger-nav-learning {
  user-select: none;
  cursor: pointer;
  margin-left: 36px;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}

.Burger-nav-learning::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/img/mainimg/icon-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.Burger-nav-learning:hover,
.Burger-nav-learning.active {
  color: #43419e;
}

.Burger-nav-learning:hover:before,
.Burger-nav-learning.active:before {
  background-image: url("/img/mainimg/icon-menu\(2\)-hov.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.Burger-nav-franjize-drop,
.Burger-nav-lidgen-drop,
.Burger-nav-learning-drop {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Burger-nav-franjize-drop a,
.Burger-nav-lidgen-drop a,
.Burger-nav-learning-drop a {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 4px;
  user-select: none;
  transition-duration: 0.3s;
}

.drop-menu-site-nav-C a:last-child {
  margin-bottom: 0px;
}

.drop-menu-site-nav-C a:hover {
  color: #43419e;
}

.Burger-nav-franjize-drop .drop-menu-site-name,
.Burger-nav-lidgen-drop .drop-menu-site-name,
.Burger-nav-learning-drop .drop-menu-site-name {
  max-width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #dbdbe5;
  margin-bottom: 12px;
  user-select: none;
  transition-duration: 0.3s;
}

.Burger-nav-franjize-drop-site-login,
.Burger-nav-lidgen-drop-site-login,
.Burger-nav-learning-drop-site-login {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #43419e;
  text-align: center;
  margin-bottom: 4px;
  text-decoration: underline;
}

.Burger-nav-franjize-drop-last,
.Burger-nav-lidgen-drop-last,
.Burger-nav-learning-drop-last {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  color: #7a6bde;
  text-decoration: underline;
  margin-bottom: 20px;
}

.Burger-nav-franjize-drop-wrap,
.Burger-nav-lidgen-drop-wrap,
.Burger-nav-learning-drop-wrap {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}

.Burger-nav-learning-drop-wrap {
  margin-bottom: 0px;
}

/* .s1, */
.article-1 {
  width: 100%;
  margin-top: 99px;
  background: white;
}

.article-1--ceys {
  background: #f4f3f9;
}

.article_content {
  max-width: 1150px;
  width: 100%;
  margin: 0px auto;
  padding: 0 20px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumbs img {
  margin-left: 8px;
  margin-right: 12px;
}

.breadcrumbs a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #83839e;
}

.breadcrumbs a:last-child {
  color: #43419e;
}

.article-1_section-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

.ar-1_sec-1_main-info {
  display: flex;
  flex-direction: column;
}

.Main-title {
  max-width: 665px;
  font-weight: bold;
  font-size: 52px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 60px;
}

.ar-1_sec-1_main-info-row {
  max-width: 698px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ar-1_sec-1_main-info-row-C {
  max-width: 190px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ar-1_sec-1_main-info-row-C-t1 {
  font-weight: 300;
  font-size: 44px;
  line-height: 140%;
  color: #43419e;
  margin-bottom: 8px;
}

.ar-1_sec-1_main-info-row-C-t2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #3d3d4b;
}

.ar-1_sec-1_teleg-info {
  max-width: 255px;
  width: 100%;
  min-height: 445px;
  background: #f4f3f9;
  border-radius: 8px;
  padding: 36px 30px;
  margin-left: 20px;
}

.ar-1_sec-1_teleg-info-ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 145%;
  color: #010101;
  margin: 16px 0px;
}

.ar-1_sec-1_teleg-info-t2 {
  margin-bottom: 28px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #3d3d4b;
}

.telegrammBTN {
  width: 195px;
  height: 47px;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  background: #ffffff;
  border: 1px solid #43419e;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #43419e;
  transition-duration: 0.3s;
}

.telegrammBTN:hover {
  background: #ede9ff;
}

.article-1_section-2 {
  margin-bottom: 123px;
  display: flex;
  justify-content: space-between;
}

.ar-1_sec-2_main-info {
  padding: 50px 0px 37px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 825px;
  width: 100%;
}

.ArrowDown {
  margin-bottom: 120px;
}

.ar-1_sec-2_main-info-cont img {
  max-width: 350px;
  width: 100%;
  align-self: self-end;
}

.ar-1_sec-2_main-info-cont {
  display: flex;
}

.ar-1_sec-2_main-info-cont-text {
  margin-left: 30px;
}

.ar-1_sec-2_main-info-cont-text-t1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 28px;
}

.ar-1_sec-2_main-info-cont-text-t2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 20px;
}

.ar-1_sec-2_main-info-cont-text-t3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #83839e;
}

.ar-1_sec-2_news-info {
  max-width: 255px;
  width: 100%;
  /*min-height: 622px;*/
  background: #f4f3f9;
  align-self: flex-start;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  margin-left: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.ar-1_sec-2_news-info-ttl {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
}

.ar-1_sec-2_news-info-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
  user-select: none;
  transition-duration: 0.3s;
}

.ar-1_sec-2_news-info-name:hover {
  color: #22222c;
  text-decoration: underline;
}

.ar-1_sec-2_news-info-strip {
  margin: 8px 0px;
  background: #83839e;
  border-radius: 1px;
  width: 100%;
  height: 1px;
}

.article-1_section-3 {
  margin-bottom: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-1_section-3 img {
  margin-left: 20px;
}

.article-1_section-3_info {
  max-width: 540px;
}

.article-1_section-3_info-ttl {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 28px;
}

.article-1_section-3_info-t2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #3d3d4b;
}

.section-separation {
  width: 100%;
  background: #f4f3f9;
}

.section-separation_cont {
  max-width: 1150px;
  width: 100%;
  margin: 0px auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-separation_cont-t1 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 28px;
  text-align: center;
  color: #83839e;
}

.section-separation_cont-ttl {
  font-weight: 500;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #010101;
  margin-bottom: 16px;
}

h3.section-separation_cont-t2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 130%;
  color: #010101;
  text-align: center;
  padding: 0 20px;
}

.section-separation_cont-t3 {
  max-width: 600px;
  color: #3d3d4b;
  font-size: 20px;
  line-height: 145%;
  text-align: center;
}

.article-2 {
  width: 100%;
  background: white;
}

.article-2_cont {
  max-width: 1150px;
  width: 100%;
  margin: 0px auto;
  padding: 102px 20px 120px 20px;
  display: flex;
  flex-direction: column;
}

.article-2_section-1 {
  margin-bottom: 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article-2_section-1-ttl {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 8px;
}

.article-2_section-1-t {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 60px;
}

.article-2_section-1-block {
  width: 100%;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #dbdbe5;
  background-image: url("/img/mainimg/rectgray.svg");
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 40px;
}

.article-2_section-1-block-year {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #000000;
  margin: 11px 0px 36px 28px;
}

.article-2_section-1-block-t1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 145%;
  color: #010101;
  margin-bottom: 8px;
}

.article-2_section-1-block-t2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
  max-width: 833px;
}

.card__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  padding: 24px 40px 45px;
  background: #fed480;
  border-radius: 8px;
  transition-duration: 0.3s;
  user-select: none;
  cursor: pointer;
}

.card__item--pading {
  padding: 30px;
}

.card__top {
  position: absolute;
  top: 0;
  left: 0;
}

.card__item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  border-radius: 8px;
}

.card__item a:hover {
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
}

.card__item--2 {
  background: #a1c6b9;
}

.card__item--3 {
  background: #43419e;
}

.card__info {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.card__title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 4px;
  color: #010101;
  line-height: 145%;
}

.card__title--color {
  color: #fff;
}

.card__subtitle {
  font-size: 16px;
  color: #010101;
  margin-bottom: 16px;
}

.card__subtitle--color {
  color: #fff;
}

.card__content {
  padding-top: 205px;
  position: relative;
}

.card__text {
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 16px;
}

.card__list {
  color: #010101;
}

.card__list--color {
  color: #fff;
}

.card__list-item {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 145%;
  position: relative;
  padding-left: 30px;
}

.card__list-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/img/mainimg/club-bonus-check.png") center / cover no-repeat;
}

.card__list-item--white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/img/mainimg/club-bonus-check-white.png") center / cover no-repeat;
}

.card__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  background: url("/img/mainimg/s2-item1.png") center/cover no-repeat;
}

.card__content--2:before {
  background: url("/img/mainimg/s2-item2.png") center/cover no-repeat;
}

.card__content--3 {
  color: rgba(209, 221, 238, 0.82);
}

.card__content--3:before {
  background: url("/img/mainimg/s2-item3.png") center/cover no-repeat;
}

.card__link {
  position: relative;
  text-decoration: underline;
  padding-right: 24px;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.card__link svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card__link svg path {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}

.card__link:hover {
  color: #8481ff;
}

.card__link:hover svg path {
  fill: #8481ff;
}

.card__link--color {
  color: #fed480;
}

.card__link--color:hover {
  color: #ffedc9;
}

.card__link--color:hover svg path {
  fill: #ffedc9;
}

.SliderCases {
  width: 100%;
  background: #f4f3f9;
  padding-bottom: 10px;
}

.SliderCases_cont {
  max-width: 1150px;
  width: 100%;
  margin: 0px auto;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
}

.slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin-top: 28px;
}

.slick-dots li {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background: #a1c6b9;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
}

li.slick-active {
  background: #43419e;
  border-radius: 4px;
  width: 28px;
  height: 4px;
}

.slick-dots {
  column-gap: 0;
  bottom: -28px;
}

.slick-slide {
  height: auto;
}

.SliderCases_cont-ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  color: #010101;
  margin-bottom: 40px;
  margin-left: 15px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  display: none;
}

.slick-arrow,
.slick-arrow:focus {
  display: block;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #43419e;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  transition-duration: 0.3s;
}

.slick-arrow:hover {
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #43419e;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  opacity: 0.6;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  transform: scaleY(-1);
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-disabled,
.slick-disabled:focus {
  display: none;
}

.SliderCase {
  max-width: 255px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  margin: 0px 15px;
  padding: 20px;
  transition-duration: 0.5s;
  border: 1px solid transparent;
}

.SliderCase_cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider__link--case {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newspage-main {
  width: 100%;
  background: #f4f3f9;
  margin-top: 99px;
}

.newspage-main_cont {
  max-width: 1150px;
  width: 100%;
  margin: 0px auto;
  padding: 20px;
}

.newspage-main_sec-1 {
  margin-bottom: 0px;
}

.newspage-main_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.newspage-main_sec-1 {
  padding: 44px 48px;
  max-width: 825px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.newspage-main_sec-1 .ttl {
  font-weight: 500;
  line-height: 130%;
  color: #010101;
  margin-bottom: 10px;
}

.newspage-main_sec-1 .from {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #5c5c5e;
  margin-bottom: 15px;
}

.newspage-main_sec-1 .info {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #010101;
  margin-top: 0;
}

.news__link--main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.newspage-main_sec-1 .OutherNews {
  border-top: 1px solid #dbdbe5;
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}

.newspage-main_sec-1 .OutherNews p {
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  color: #43419e;
  margin-bottom: 24px;
}

.newspage-main_sec-1 .OutherNews a {
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #010101;
  margin-bottom: 12px;
  user-select: none;
  transition-duration: 0.3s;
}

.newspage-main_sec-1 .OutherNews a:last-child {
  margin-bottom: 0px;
}

.newspage-main_sec-1 .OutherNews a:hover {
  text-decoration-line: underline;
  color: #43419e;
}

.newspage-main_cont .SliderCases_cont {
  padding: 0px;
}

.newspage-main-aside {
  max-width: 255px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.newspage-main-aside .ar-1_sec-2_news-info {
  background: #dbdbe5;
  margin-bottom: 30px;
  margin-left: 0px;
}

.newspage-main-aside .ar-1_sec-1_teleg-info {
  background: #ffffff;
}

.news .newspage-main_sec-1 {
  background: none;
  padding: 0px;
  flex-direction: column;
  align-items: center;
  max-width: 825px;
  width: 100%;
}

.news .newspage-main_wrap {
  margin-bottom: 0px;
}

.news .Pagin {
  max-width: 324px;
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 0, 0, 0.24);
}

.Pagin {
  max-width: 324px;
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 0, 0, 0.24);
}

.news-main_sec-wrap {
  max-width: 825px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news-ttl-filtr {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news-ttl-filtr--mit {
  margin-bottom: 0;
  padding-bottom: 32px;
}

.news-ttl-filtr .ttl {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 8px;
}

.news-ttl-filtr .t1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 40px;
}

.news-ttl-filtr_G {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-ttl-filtr_G .number {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #83839e;
}

.FormFiltr {
  max-width: 585px;
  width: 100%;
}

.news-ttl-filtr_G-F {
  max-width: 585px;
  width: 100%;
  display: flex;
  column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.FiltrRadio {
  display: none;
}

.FiltrBTN {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #83839e;
  padding: 8px 24px;
  background: none;
  border-radius: 8px;
  transition-duration: 0.3s;
  user-select: none;
  cursor: pointer;
}

.FiltrBTN:hover {
  background: #ffffff;
  color: #83839e;
}

.FiltrRadio:checked+.FiltrBTN {
  background: #43419e;
  color: #ffffff;
}

#Pjax_news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  column-gap: 30px;
}

.news-main_row:last-child {
  margin-bottom: 0px;
  width: 100%;
}

.hoverArticle {
  border: 1px solid transparent;
  transition: all 0.6s;
}

.hoverArticle>.infoG>h3 {
  transition: all 0.6s;
}

.hoverArticle:hover {
  box-shadow: -4px 4px 5px 0px rgb(177 174 174 / 10%);
  border-color: #eae8e8;
}

.hoverArticle:hover>.infoG>h3 {
  color: #43419e;
  text-decoration: underline;
}

.news-main_row-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 30px;
  min-height: 300px;
  transition-duration: 0.5s;
}

.imageArticles {
  object-fit: cover;
  max-width: 200px;
  border-radius: 8px 0 0 8px;
}

.news-main_row-card-2 {
  background-image: url("/img/mainimg/Rowc2.png");
  background-repeat: no-repeat;
  background-position: center left;
}

.news-main_row-card .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #a1c6b9;
  margin-bottom: 12px;
}

.news-main_row-card .ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
  color: #010101;
  margin-bottom: 12px;
}

.banner__news {
  max-width: 255px;
  padding-top: 10px;
}

.banner__main {
  max-height: 300px;
  min-height: 200px;
  padding: 15px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
}

.banner__title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 600;
}

.banner__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.banner__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news-main_row-card .info {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 12px;
}

.news-main_row-card .infoG {
  padding: 30px 50px;
  width: 100%;
  max-height: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.infoG {
  max-height: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  background: #ffffff;
  border-radius: 8px;
  margin-right: 12px;
}

.pagination>li>a,
.pagination>li>span {
  background: #ffffff;
  border-radius: 8px;
  margin-right: 12px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #43419e;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  background: #ffffff;
  border-radius: 8px;
  margin-right: 12px;
}

.news-pagenews-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.h3ArticleTitle {
  font-size: 18px;
}

.news-main_card {
  position: relative;
  padding: 20px;
  max-width: 255px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  min-height: 300px;
}

.news-main_row-card--not {
  position: relative;
  padding: 20px;
  max-width: 540px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  min-height: 300px;
}

.More__news--main {
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  color: #43419e;
  margin-bottom: 24px;
}

.news-main_card:first-child {
  margin-left: 0px;
}

.date {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #a1c6b9;
  margin-bottom: 8px;
}

.news-main_card .info {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 0px;
}

.news-main_med-card {
  padding: 32px;
  max-width: 540px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 299px;
}

.news-main_med-card .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #a1c6b9;
  margin-bottom: 8px;
}

.news-main_med-card .ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  color: #010101;
  margin-bottom: 12px;
}

.news-main_med-card .info {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #3d3d4b;
  margin-bottom: 12px;
}

.news-main_med-card a {
  display: flex;
  align-items: center;
  max-width: fit-content;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #43419e;
  text-decoration: underline;
  margin-right: 4px;
  user-select: none;
  transition-duration: 0.3s;
}

.news-main_med-card a:hover {
  opacity: 0.6;
}

.news .newspage-main-aside {
  margin-left: 20px;
}

.news-main_med-card {
  margin-left: 30px;
}

.news-main_med-card:first-child {
  margin-left: 0px;
}

/*--------------*/

@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap&subset=cyrillic-ext);

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

input:active,
input:hover,
input:focus {
  outline: 0;
  outline-offset: 0;
}

body {
  background-color: #fff;
  line-height: 145%;
  font-size: 14px;
  font-family: "Rubik";
  font-weight: 400;
  font-style: normal;
  color: #3d3d4b;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #43419e;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover {
  background: #5c5abd;
  -webkit-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
  color: white;
}

.s9__box-btn {
  max-width: 330px;
}

.btn:active {
  background: #2e2c83;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:disabled {
  background: #b7b7be;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--red {
  background: #e44e2b;
}

.btn--red:hover,
.btn--red:active {
  background: #c75238;
  color: white;
}

.btn-add,
.btn-add2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f3f9;
  border: 1px solid #43419e;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
  text-align: center;
  color: #43419e;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-add:after {
  content: "+";
  margin-left: 10px;
}

.btn-add:hover,
.btn-add2:hover {
  background: #ede9ff;
}

.title {
  font-weight: 500;
  font-size: 36px;
  color: #010101;
  line-height: 130%;
}

.subtitle {
  font-size: 18px;
  color: #3d3d4b;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  margin-top: 28px;
}

.slick-dots li {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background: #a1c6b9;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
}

li.slick-active {
  background: #43419e;
  border-radius: 4px;
  width: 28px;
  height: 4px;
}

.s1 {
  padding: 100px 0 0;
}

.s1__item {
  padding: 100px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  min-height: 660px;
}

.s1__content {
  max-width: 500px;
}

.s1__logo {
  display: inline-block;
  margin-bottom: 8px;
}

.s1__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #20293A;
  margin-bottom: 12px;
}

.s1__title--white {
  color: #FFFFFF;
}

.s1__subtitle {
  font-size: 18px;
  line-height: 145%;
  color: #5C687E;
  margin-bottom: 28px;
}

.s1__subtitle--white {
  color: #F4F7FE;
}

.s1__btn {
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
  text-align: center;
  color: #23213D;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 255px;
  text-align: center;
}

.s1__btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
  background: #ffffff1a;
  color: #fff;
}

.s1__btn--yellow {
  background: #FFC04A;
  color: #010101;

}

.s1__btn--blue {
  background: #2096EC;
  color: #fff;
}

.s1__btn--blue:hover {
  color: #010101;
}

.s1__btn--red {
  background: #FB593B;
  color: #fff;
}

.s1__btn--red:hover {
  color: #010101;
}

.s1__btn--pink {
  background: #EB38D2;
  color: #fff;
}

.s1-dots {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  margin-top: -84px;
  padding: 20px;
  z-index: 1;
}

.s1-dots__item {
  position: relative;
  color: #3D3D4B;
  font-weight: 700;
  font-size: 16px;
  padding-left: 14px;
  cursor: pointer;
  user-select: none;
  margin-right: 30px;
}

.s1-dots__item:last-child {
  margin-right: 0;
}

.s1-dots__item:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  background: rgba(209, 221, 238, 0.82);
  border-radius: 50%;
  transform: translateY(-50%);
}

.s1-dots__item.active {
  transform: scale(1.2);
  color: #2265E9;
  padding-left: 10px;
}

.s1-dots__item.active:after {
  background: #2265E9;
}

.s1-dots__item--1.active {
  color: #2CCD65;
}

.s1-dots__item--1.active:after {
  background: #2CCD65;
}

.s1-dots__item--2.active {
  color: #7A6BDE;
}

.s1-dots__item--2.active:after {
  background: #7A6BDE;
}

.s1-dots__item--3.active {
  color: #E91B1B;
}

.s1-dots__item--3.active:after {
  background: #E91B1B;
}

.s1-dots__item--4.active {
  color: #23DAED;
}

.s1-dots__item--4.active:after {
  background: #23DAED;
}

.s1-dots__item--5.active {
  color: #FFD300;
}

.s1-dots__item--5.active:after {
  background: #FFD300;
}

.s1-dots__item--6.active {
  color: #4135F1;
}

.s1-dots__item--6.active:after {
  background: #4135F1;
}

.s1-dots__item--7.active {
  color: #0023A0;
}

.s1-dots__item--7.active:after {
  background: #0023A0;
}

.s2 {
  padding: 80px 0;
}

.s2__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 8px;
}

.s2__subtitle {
  font-size: 18px;
  line-height: 145%;
  color: #3D3D4B;
  margin-bottom: 40px;
}

.s2__inner {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.s2__item {
  flex: 0 0 350px;
  margin-bottom: 30px;
  min-height: 300px;
  position: relative;
  padding: 20px 24px 20px 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.s2__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.6s;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2__item-link:hover {
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
}

.s2__item-content {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.s2__item-inner {
  margin-bottom: 16px;
  min-height: 28px;
}

.s2__item-stock {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 145%;
  color: #E44E2B;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

.s2__item-box {
  flex: 1 1 auto;
}

.s2__item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 145%;
  color: #181240;
  margin-bottom: 4px;
}

.s2__item-subtitle {
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 18px;
  color: #83839E;
  max-width: 200px;
  max-height: 90px;
  overflow: hidden;
}

.s2__item-btn a {
  position: relative;
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  padding: 6px 20px;
  font-size: 14px;
  text-align: center;
  color: #181240;
  cursor: pointer;
  transition: all 0.6s;
  outline: transparent;
  user-select: none;
  z-index: 2;
}

.s2__item-btn a:hover {
  text-decoration: none;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
  background: #E44E2B;
  color: #fff;
}

.s2__btn {
  text-align: center;
}

.s2__btn a {
  display: inline-block;
}

.s2__btn a:hover {
  text-decoration: none;
}

/*------------*/

.baner {
  padding: 45px 0;
  background: url("/img/mainimg/baner-bg.jpg") center / auto no-repeat;
}

.baner__content {
  max-width: 536px;
  margin-left: auto;
  position: relative;
}

.baner__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.baner__text {
  font-size: 16px;
  line-height: 145%;
  color: #EEEEEE;
  margin-bottom: 25px;
  max-width: 400px;
}
.baner__img-subtitle{
  position: absolute;
  left: -550px;
  bottom: -10px;
  color: #010101;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  background: white;
  padding: 12px 20px;
  border-radius: 4px;
}

.baner__author{
  font-weight: 500;
  margin-bottom: 4px;
}
.baner__author-title{
  font-weight: normal;
  margin-right: 4px;
}
.baner__author-link{
  color: #4135F1;
}

.baner__text p {
  margin-bottom: 15px;
}

.baner__text p:last-child {
  margin-bottom: 0;
}

.baner__btn {
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E44E2B;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 255px;
  text-align: center;
}

.baner__btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #000;
}

.activity {
  padding: 80px 0 0;
}

.activity__inner {
  display: flex;
  column-gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.activity__title {
  margin-bottom: 8px;
}

.activity__link {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 16px;
  line-height: 145%;
  color: #43419E;
}

.activity__wrap {}

.activity__column {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.activity__item {
  position: relative;
  flex: 0 1 350px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #FFFFFF;
  margin-bottom: 20px;
}

.activity__item-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 2;
}

.activity__item-links:hover {
  border: 1px solid rgba(209, 221, 238, 0.82);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
}

.activity__item-img {
  position: relative;
  flex: 0 0 223px;
  height: 326px;
}

.activity__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.activity__item-content {
  flex: 1 1 auto;
  margin-bottom: 16px;
}

.activity__item-groop {
  padding: 16px 0 8px;
  flex: 0 0 44px;
  font-size: 14px;
  line-height: 145%;
  color: #A1C6B9;
}

.activity__item-title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 145%;
  margin-bottom: 8px;
  color: #181240;
}

.activity__item-text {
  font-size: 14px;
  line-height: 145%;
  color: #83839E;
}

.activity__item-box {
  display: flex;
  column-gap: 30px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.activity__item-span {
  position: relative;
  font-size: 16px;
  line-height: 145%;
  color: #181240;
  padding-left: 28px;
}

.activity__item-span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('/img/mainimg/calendar.svg') center / cover no-repeat;
}

.activity__item-span--city:after {
  background: url('/img/mainimg/city.svg') center / cover no-repeat;
}

.activity__item-link {
  font-size: 16px;
  line-height: 145%;
  color: #E44E2B;
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  z-index: 3;
}

.activity__item-link:hover {
  color: #E44E2B;
}


.baner-femida {
  padding: 50px 0 90px;
  background: url('/img/mainimg/baner-femida-bg.svg') right center / cover no-repeat;
}

.baner-femida__content {
  max-width: 515px;
  padding-left: 75px;
}

.baner-femida__logo {
  margin-bottom: 12px;
}

.baner-femida__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 12px;
  color: #FFFFFF;
}

.baner-femida__text {
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 35px;
  color: #F5F7FA;
}

.baner-femida__btn {
  padding: 12px 32px;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: red;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 16px;
  line-height: 145%;
  user-select: none;
  transition: all 0.6s;
}

.baner-femida__btn:hover {
  color: red;
  text-decoration: none;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.3);
}

.events {
  padding: 80px 0 50px;
  background: #F4F3F9;
}

.events__inner {
  display: flex;
  column-gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.events__title {
  margin-bottom: 8px;
}

.events__link {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 16px;
  line-height: 145%;
  color: #43419E;
}

.events__column {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}

.events__item {
  position: relative;
  flex: 0 1 350px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 24px 32px 24px 28px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.events__item-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.6s;
  z-index: 1;
}

.events__item-links:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.events__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  margin-bottom: 8px;
  color: #010101;
}

.events__item-text {
  flex: 1 1 auto;
  margin-bottom: 16px;
}

.events__item-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: red;
  column-gap: 8px;
  font-size: 16px;
  line-height: 145%;
}

.events__item-link:hover {
  color: red;
}


.baner-registr {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #f4f3f9;
}

.baner-registr__inner {
  padding: 107px 66px 115px;
  background: url('/img/mainimg/baner-registr-img.jpg') center left / cover no-repeat;
  border-radius: 4px;
}

.baner-registr__content {
  max-width: 504px;
  margin-left: auto;
}

.baner-registr__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.baner-registr__text {
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 24px;
  color: #EEEEEE;
}

.baner-registr__btn {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  padding: 8px 20px;
  background: #E44E2B;
  border-radius: 8px;
  color: #F4F3F9;
}

.baner-registr__btn:hover {
  background: #c02c0a;
}




.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
}

.card__info {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.card__title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 4px;
  color: #010101;
  line-height: 145%;
}

.card__title--color {
  color: #fff;
}

.card__subtitle {
  font-size: 16px;
  color: #010101;
  margin-bottom: 16px;
}

.card__subtitle--color {
  color: #fff;
}

.card__content {
  padding-top: 205px;
  position: relative;
}

.card__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  background: url("../../img/mainimg/s2-item1.png") center/cover no-repeat;
}

.card__content--2:before {
  background: url("../../img/mainimg/s2-item2.png") center/cover no-repeat;
}

.card__content--3 {
  color: rgba(209, 221, 238, 0.82);
}

.card__content--3:before {
  background: url("../../img/mainimg/s2-item3.png") center/cover no-repeat;
}

.card__link {
  position: relative;
  text-decoration: underline;
  padding-right: 24px;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.card__link svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card__link svg path {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}

.card__link:hover {
  color: #8481ff;
}

.card__link:hover svg path {
  fill: #8481ff;
}

.card__link--color {
  color: #fed480;
}

.card__link--color:hover {
  color: #ffedc9;
}

.card__link--color:hover svg path {
  fill: #ffedc9;
}


/*------s3--------*/
.s3 {
  padding: 80px 0;
  background: rgba(244, 243, 249, 0.4);
}

.s3__title {
  margin-bottom: 8px;
}

.s3__subtitle {
  margin-bottom: 40px;
}

.s3__btn {
  margin: 0 auto;
}

.case {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.case__article {
  background: #FFFFFF;
  border: 1px solid #F4F3F9;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  padding: 25px 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
}

.case__article:hover {
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
}

.case__article--full {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}

.case__article--full2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  grid-column-end: 4;
}

.case__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  min-height: 100%;
}

.case__links {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.case__box {
  flex: 1 1 auto;
}

.case__content {
  position: relative;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.case__img {
  position: relative;
  flex: 0 0 150px;
  margin-bottom: 16px;
}

.case__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case__img--full {
  flex: 0 0 280px;
  height: 60px;
  margin-bottom: 0;
}

.case__title {
  font-size: 14px;
  color: #83839e;
  margin-bottom: 15px;
}

.case__title--full {
  font-size: 18px;
  text-align: left;
  color: #43419e;
  margin-bottom: 20px;
}

.case__text {
  flex: 1 1 auto;
  margin-bottom: 16px;
}

.case__text p {
  margin-bottom: 4px;
}

.case__list {
  margin-bottom: 16px;
}

.case__list-item {
  position: relative;
  font-size: 14px;
  line-height: 145%;
  color: #83839E;
  padding-left: 22px;
  margin-bottom: 4px;
}

.case__list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 3px;
  height: 3px;
  background-color: #83839E;
  border-radius: 50%;
  transform: translateY(-50%);
}

.case__link {
  color: #43419e;
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding-right: 24px;
  text-decoration: underline;
}

/*---------/s3-------*/

.s4 {
  padding: 60px 0 120px;
}

.s4__title {
  margin-bottom: 8px;
}

.s4__subtitle {
  margin-bottom: 48px;
}

.slider__item {
  position: relative;
  height: 262px;
  max-width: 350px;
  padding: 20px;
  border-radius: 8px;
  background: url("../../img/mainimg/s4-item-bg1.png") center/cover no-repeat;
}

.slider__item--2 {
  background: url("../../img/mainimg/s4-item-bg2.png") center/cover no-repeat;
  color: #fff;
}

.box__btn {
  max-width: 250px;
}

.slider__item--3 {
  background: url("../../img/mainimg/s4-item-bg3.png") center/cover no-repeat;
}

.slider__title {
  font-weight: bold;
  line-height: 120%;
  font-size: 20px;
  margin-bottom: 8px;
}

.slider__text {
  font-size: 16px;
  max-height: 100px;
  overflow-y: auto;
}

.slider__btn {
  max-width: fit-content;
  margin-top: 20px;
}

.s5 {
  padding: 80px 0;
  background: #f4f3f9;
}

.s5__title {
  margin-bottom: 48px;
}

.s5__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.card-s5__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 445px;
  flex: 0 0 445px;
}

.card-s5__tab-img {
  display: none;
}

.card-s5__tab-img.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-s5__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 40px;
}

.card-s5__tab {
  color: #a1c6b9;
  border-radius: 8px;
  font-weight: 500;
  padding: 6px 20px;
  background: #f4f3f9;
  border: 1px solid #a1c6b9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-decoration: none;
}

.card-s5__tab:hover {
  text-decoration: none;
  background: #fff;
}

.card-s5__tab.active {
  text-decoration: none;
  background: #43419e;
  color: #fff;
  border: 1px solid #43419e;
}

.card-s5__tab-content {
  display: none;
}

.card-s5__tab-content.active {
  display: block;
}

.card-s5__title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 8px;
}

.card-s5__text {
  margin-bottom: 16px;
}

.card-s5__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-s5__link {
  margin-bottom: 8px;
  text-decoration: underline;
  color: #43419e;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.card-s5__link:hover {
  color: #8583e5;
}

.s6 {
  padding: 80px 0;
}

.s6__wrap {
  display: flex;
  column-gap: 30px;
}

.s6__box {
  flex: 0 0 255px;
}

.s6__title {
  margin-bottom: 8px;
}

.s6__subtitle {
  font-size: 16px;
  line-height: 145%;
  color: #3D3D4B;
  margin-bottom: 30px;
}

.s6__inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.s6__item {
  flex: 0 0 255px;
  margin-bottom: 30px;
  position: relative;
}

.s6__item-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition: all 0.6s;
}

.s6__item-inner:hover+.s6__item-title {
  color: #43419e;
  text-decoration: underline;
}

.s6__item-img {
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 16px;
}

.s6__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.s6__item-link {
  color: #43419e;
  font-size: 16px;
  position: relative;
  padding-right: 24px;
  text-decoration: underline;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.s6__item-link svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s6__item-link svg path {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}

.s6__item-link:hover {
  color: #8481ff;
}

.s6__item-link:hover svg path {
  fill: #8481ff;
}

.s6__item-content {}

.s6__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #010101;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.s6__item-text {
  color: #3d3d4b;
  margin-bottom: 14px;
  line-height: 145%;
}

.s6__btn {
  margin-left: 285px;
}

.s7 {
  padding: 60px 0;
}

.s7__title {
  margin-bottom: 8px;
}

.s7__subtitle {
  margin-bottom: 48px;
}

.s7__partners {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.s7__item {
  position: relative;
  flex: 0 0 160px;
  height: 84px;
  margin-bottom: 20px;
}

.s7__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s7__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.s7__box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 825px;
  flex: 0 0 825px;
  background: linear-gradient(252.47deg, #000000 -29.97%, #53179e 48.42%, #43419e 101.98%);
  border-radius: 8px;
}

.s7__content {
  max-width: 255px;
  min-height: 100%;
}

.s7__info {
  color: #43419e;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 16px;
}

.box {
  padding: 45px 40px;
}

.box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.box__logo {
  margin-bottom: 4px;
}

.box__text {
  font-size: 14px;
  color: #dbdbe5;
  margin-bottom: 22px;
}

.box__title {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 130%;
}

.box__info-item {
  display: inline-block;
  padding-left: 28px;
  position: relative;
  font-size: 18px;
  color: #dbdbe5;
  margin-bottom: 28px;
  margin-right: 32px;
}

.box__info-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}

.box__info-item--date:after {
  background: url("../../img/mainimg/calendar.png") center/cover no-repeat;
}

.box__info-item--siti:after {
  background: url("../../img/mainimg/location.png") center/cover no-repeat;
}

.box__btn svg {
  margin-left: 10px;
}

.box__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 261px;
  flex: 0 0 261px;
}

.box__img img:first-child {
  margin-bottom: 30px;
}

.slider-s7 {
  height: 100%;
  position: relative;
}

.slider-s7 .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  margin-top: 0;
}

.news__date {
  color: #83839e;
  font-size: 14px;
}

.news__date--1 {
  position: absolute;
  top: 20px;
  right: 28px;
}

.news__title {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  margin-bottom: 12px;
  line-height: 145%;
}

.news__title--1 {
  color: #43419E;
  font-weight: bold;
  max-width: 322px;
}

.news__link-title {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news__link-title:hover {
  color: #43419e;
  text-decoration: underline;
}

.news__text {
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 12px;
  flex: 1 1 auto;
  color: #83839E;
}

.news__text--1 {
  max-width: 418px;
}

.news__category {
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 8px;
  color: #43419E;
  padding-left: 12px;
  position: relative;
}

.news__category:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  background: #43419E;
  border-radius: 50%;
}

.s8 {
  padding: 80px 0;
}

.s8__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.s8__title {
  margin-right: 24px;
}

.s8__top-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #43419e;
  font-size: 16px;
  position: relative;
  padding-right: 24px;
}

.s8__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.s8__item--1 {
  border-radius: 8px;
  padding: 20px 28px;
  grid-column: span 2;
  background: rgba(244, 243, 249, 0.4);
  border: 1px solid #F4F3F9;
}

.s8__item {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.6s;
}

.s8__item:hover>.news__category+.news__title {
  text-decoration: underline;
}

.s8__item:hover>.news__category+.news__title+.news__text {
  color: #3D3D4B;
}

.SliderCase:hover {
  box-shadow: -4px 4px 5px 0px rgb(177 174 174 / 10%);
  border-color: #eae8e8;
}


/*----------------*/
.By__Leads__Sec7__content {
  max-width: 1150px;
  margin: 0px auto;
}

.By__Leads__Sec7 {
  background: linear-gradient(240.6deg, #01eb6a -19.18%, #0093d5 91.62%);
}

.By__Leads__Sec7 {
  padding: 60px 15px 70px;
}

.Sec7__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #fff;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 12px;
}

.Sec7__subtitle {
  font-size: 24px;
  color: #fff;
  line-height: 145%;
  max-width: 540px;
  margin: 0 auto 50px;
  text-align: center;
}

.Sec7__box {
  padding: 45px 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  margin-bottom: 50px;
}

.Sec7__box-inner {
  display: flex;
  justify-content: center;
  column-gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.Sec7__item {
  position: relative;
  padding-top: 80px;
  flex: 0 0 228px;
}

.Sec7__item:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  background: url("/img/s7-item1.png") center / cover no-repeat;
}

.Sec7__item--1:before {
  background: url("/img/s7-item2.png") center / cover no-repeat;
}

.Sec7__item--2:before {
  background: url("/img/s7-item3.png") center / cover no-repeat;
}

.Sec7__item--3:before {
  background: url("/img/s7-item4.png") center / cover no-repeat;
}

.Sec7__item-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 145%;
}

.Sec7__item-text {
  font-size: 16px;
  line-height: 145%;
  color: rgba(32, 41, 58, 0.6);
}

.Sec7__btn {
  display: block;
  background: #ffffff;
  box-shadow: -1px 5px 34px rgba(44, 205, 101, 0.44);
  border-radius: 8px;
  max-width: 297px;
  width: 100%;
  color: #2096ec;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 145%;
  text-align: center;
  transition: all 0.6s;
  border: none;
  cursor: pointer;
  user-select: none;
}

.Sec7__btn:active,
.Sec7__btn:focus,
.Sec7__btn:hover {
  text-decoration: none;
  color: #fff;
  background: #2ccd65;
}


.Sec7__box-btn {
  margin: 0 auto;
}

.Sec7__card {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.Sec7__card-img {
  flex: 0 1 540px;
}

.Sec7__card-content {
  flex: 0 0 445px;
}

.Sec7__card-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 20px;
}

.Sec7__card-text {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
  color: #fff;
}

/*------------*/


.s9 {
  padding: 60px 0 120px;
}

.s9__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.s9__title {
  margin-right: 24px;
}

.s9__top-link {
  color: #43419e;
  font-size: 16px;
  position: relative;
  padding-right: 24px;
  text-decoration: underline;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.s9__top-link svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s9__top-link svg path {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}

.s9__top-link:hover {
  color: #8481ff;
}

.s9__top-link:hover svg path {
  fill: #8481ff;
}

.s9__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 120px;
}

.s9__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 16px rgba(40, 32, 70, 0.05);
  box-shadow: 0px 5px 16px rgba(40, 32, 70, 0.05);
  border-radius: 8px;
  width: 100%;
}

.s9__item-date {
  border-radius: 8px 8px 0 0;
  min-height: 91px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#2ccd65), color-stop(99.96%, #2096ec));
  background: linear-gradient(90deg, #2ccd65 0%, #2096ec 99.96%);
}

.s9__item-date--color {
  background: linear-gradient(252.47deg, #000000 -29.97%, #53179e 48.42%, #43419e 101.98%);
}

.s9__item-content {
  padding: 40px;
  min-height: 265px;
  position: relative;
}

.s9__item-info {
  color: #a1c6b9;
  margin-bottom: 12px;
  font-size: 14px;
  display: inline-block;
}

.s9__item-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 145%;
  color: #010101;
}

.s9__item-text {
  color: #3d3d4b;
  font-size: 16px;
  margin-bottom: 40px;
}

.s9__item-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #43419e;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  padding-right: 24px;
  text-decoration: underline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.s9__item-btn svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s9__item-btn svg path {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}

.s9__item-btn:hover {
  color: #8481ff;
}

.s9__item-btn:hover svg path {
  fill: #8481ff;
}

.s9__item--small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

.s9__box {
  background: url("../../img/mainimg/s9-bg.jpg") center/cover no-repeat;
  padding: 60px;
  border-radius: 8px;
}

.s9__box-logo {
  margin-bottom: 48px;
}

.s9__box-title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 12px;
  color: #010101;
  line-height: 130%;
}

.s9__box-text {
  font-size: 18px;
  margin-bottom: 35px;
  max-width: 500px;
  line-height: 145%;
}

.s9__box-btn svg {
  margin-left: 10px;
}

.s10 {
  padding: 80px 0 50px;
  background: #f4f3f9;
}

.s10__title {
  margin-bottom: 8px;
}

.s10__subtitle {
  margin-bottom: 40px;
}

.s10__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s10__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  background: #ffffff;
  border-radius: 8px;
  padding-top: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.s10__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s10__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 133px;
  flex: 0 0 133px;
  height: 168px;
}

.s10__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.s10__item-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 145%;
}

.s10__item-title span {
  font-weight: 400;
}

.s10__text {
  font-size: 16px;
}

/*------------------------------*/
.ceys {
  background: #f4f3f9;
}

.ceys__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 20px;
}

.ceys__subtitle {
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 20px;
}

.ceys__item {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  margin-bottom: 8px;
}

.ceys__item--pad {
  padding: 60px;
}

.ceys__item:last-child {
  margin-bottom: 0;
}

.ceys__item-inner {
  display: flex;
  column-gap: 50px;
}

.ceys__item-img {
  flex: 0 0 215px;
}

.title-ceys {
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  margin-bottom: 16px;
}

.ceys__item-text {
  font-family: "Rubik", sans-serif !important;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.8;
}

.ceys__item-text img {
  width: 100%;
}

.ceys__item-text p {
  font-family: "Rubik", sans-serif !important;
  margin-bottom: 25px;
}

.ceys__item-text p span {
  font-family: "Rubik", sans-serif !important;
}

.ceys__item-text * {
  font-family: "Rubik", sans-serif !important;
  color: #000;
}

.ceys__item-ten {
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
}

.ceys__item-ten:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../img/mainimg/minus.png") center / cover no-repeat;
}

.ceys__item-ten--ok:after {
  background: url("../../img/mainimg/ceys-ok.png") center / cover no-repeat;
}

.ceys__item-wrap {
  margin-top: 60px;
  display: none;
}

.text__case-title {
  display: flex;
  justify-content: space-between;
}

.case_flex-wrap {
  display: flex;
  justify-content: space-between;
}

.boxs__item--arrow {
  max-width: 450px;
  width: 100%;
}

.boxs__item--green {
  max-width: 550px;
  width: 100%;
}

.title-ceys {
  max-width: 480px;
  width: 100%;
}

.cays__flex-wrap {
  margin-top: 60px;
}

.boxs {
  flex: 0 0 450px;
}

.ceys__item-box--arrow {
  flex: 0 0 550px;
}

.boxs__item {
  background: #f4f3f9;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 12px;
  font-size: 16px;
}

.boxs__item--arrow {
  position: relative;
  margin-right: 100px;
}

.boxs__item--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 32px;
  height: 32px;
  background: url("../../img/mainimg/left-arrow.png") center / cover no-repeat;
  transform: translateY(-50%);
}

.boxs__item--green {
  background: #92e3a9;
}

.ceys__item-comment {
  display: flex;
  column-gap: 50px;
}

.ceys__item-comment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ceys__item-comment-title {
  padding-top: 38px;
  position: relative;
}

.ceys__item-comment-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 25px;
  background: url("../../img/mainimg/dote.jpg") center / cover no-repeat;
}

.ceys__item-comment-text {
  font-size: 16px;
  margin-bottom: 16px;
}

.ceys__item-comment-name {
  font-size: 14px;
  color: #83839e;
}

.miting {
  background: #f4f3f9;
}

.miting__btn {}

.miting__btn--1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #43419e;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  padding-right: 24px;
  text-decoration: underline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /*user-select: none;*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.miting__btn--1 svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.miting__btn--1 svg path {
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}

.miting__btn--1:hover {
  color: #8481ff;
}

.miting__btn--1:hover svg path {
  fill: #8481ff;
}

#eventContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /*grid-template-rows: 1fr 1fr 1fr 1fr;*/
  grid-gap: 30px;
  padding-bottom: 60px;
}

.miting__card--span {
  grid-column-start: 1;
  grid-column-end: 3;
}

.miting__card {
  position: relative;
  min-width: 350px;
  min-height: 305px;
  background: #ffffff;
  box-shadow: 0px 5px 16px rgba(40, 32, 70, 0.05);
  border-radius: 8px;
  padding: 16px 20px;
}

.miting__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 6px;
  background-color: #43419e;
  border-radius: 8px 0 0 8px;
}

.miting__card--events:before {
  background: #fed480;
}

.miting__card--sale {
  background: #43419e;
  color: #fff;
}

.miting__card-time {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 145%;
  color: #43419e;
}

.miting__card-time--events {
  color: #83839e;
}

.miting__filter {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 12px;
  color: #a1c6b9;
}

.miting__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 120%;
  color: #010101;
}

.miting__title--sale {
  color: #fff;
}

.miting__text {
  font-size: 14px;
  margin-bottom: 15px;
}

/*------popup-------*/
.By__Leads__Background__Popap {
  width: 1000%;
  height: 1000%;
  background: #000000;
  position: fixed;
  opacity: 0.8;
  z-index: 20;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.By__Leads__popap__registr__contant-margin {
  max-width: 582px;
  width: 100%;
  max-height: 569px;
  height: 100%;
  position: fixed;
  z-index: 21;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 20px;
  display: none;
}

.By__Leads__popap__registr {
  overflow: auto;
  max-width: 542px;
  width: 100%;
  height: 100%;
  background: #f4f7fe;
  border-radius: 8px;
  padding: 60px 48px;
}

.Popap_reg_on_leads_page {
  position: absolute;
  top: 48px;
  right: 48px;
  user-select: none;
  cursor: pointer;
}

.By__Leads__popap__registr__contant {
  max-width: 446px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.R_C_up-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #20293a;
  margin-bottom: 12px;
}

.R_C_up-sttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #20293a;
  margin-bottom: 44px;
}

.R_F_U_P {
  max-width: 445px;
  width: 100%;
  height: 52px;
  padding: 13px 24px;
  background: #ffffff;
  border: 1px solid #83839e;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #83839e;
}

.R_F_U_P:valid {
  color: #3d3d4b;
  border: 1px solid #83839e;
}

.R_F_U_P:focus {
  border: 1px solid #43419e;
  color: #43419e;
}

#username_r {
  margin-bottom: 20px;
}

.R_C_down {
  max-width: 446px;
  width: 100%;
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
}

.R_C_down__Right {
  max-width: 271px;
  min-height: 112px;
}

.R_C_down__Left {
  max-width: 109px;
  min-height: 53px;
  text-align-last: left;
}

.R_C_down__Left .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #808080;
  margin-bottom: 4px;
}

.link-on-popap-log-in {
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  text-decoration-line: underline;
  color: #43419e;
  cursor: pointer;
  margin-bottom: 10px;
}

.R_C_down__Right .btn-registration {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #ffffff;
  background: #43419e;
  box-shadow: 6px 6px 14px rgba(46, 46, 46, 0.08);
  border-radius: 12px;
  padding: 12.5px 60px 12.5px 24px;
  margin-bottom: 17px;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 227px, center;
  transition-duration: 0.4s;
  border: none;
  user-select: none;
  cursor: pointer;
}

.R_C_down__Right .btn-registration:hover {
  background: #2e2c83;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 227px, center;
}

.R_C_down__Right .info,
.R_C_down__Right .info a {
  font-weight: normal;
  font-size: 10px;
  line-height: 145%;
  color: #a0a0a0;
  text-align: right;
}

.R_C_down__Right .info a {
  text-align: right;
  text-decoration: underline;
}

.By__Leads__popap__registr__contant-2 {
  max-width: 446px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  display: none;
}

.R_F_U_P_C {
  max-width: 223px;
  width: 100%;
  height: 52px;
  padding: 13px 24px;
  background: #ffffff;
  border: 1px solid #808080;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #83839e;
}

.R_F_U_P_C:valid {
  color: #3d3d4b;
  border: 1px solid #83839e;
}

.R_F_U_P_C:focus {
  border: 1px solid #43419e;
  color: #43419e;
}

.R_C_medle_С {
  display: flex;
  align-items: center;
}

.Wrapper__fix {
  flex-wrap: wrap;
}

.sendcoder {
  max-width: 177px;
  min-height: 40px;
  margin-left: 24px;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  text-decoration-line: underline;
  color: #20293a;
  user-select: none;
  cursor: pointer;
}

.sendcodeagainnow {
  display: none;
  user-select: none;
  cursor: pointer;
}

.R_C_down2 {
  min-height: 190px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.R_C_down__Left2 {
  margin-top: 12px;
  max-width: 350px;
  min-height: 40px;
  align-self: flex-start;
}

.R_C_down__Left2 .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #808080;
}

.R_C_down__Right2 .btn-registration2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #ffffff;
  background: #43419e;
  border-radius: 12px;
  padding: 12.5px 60px 12.5px 24px;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 210px, center;
  transition-duration: 0.4s;
  border: none;
  user-select: none;
  cursor: pointer;
}

.R_C_down__Right2 .btn-registration2:hover {
  background: #2e2c83;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 210px, center;
}

.linkonbackstap {
  display: none;
  cursor: pointer;
  color: #43419e;
}

.mailforhelpregist {
  cursor: pointer;
  color: #43419e;
}

/* .message__error {
  display: none;
  padding-top: 15px;
  text-transform: uppercase;
  color: red;
  font-size: 14px;
  font-weight: 500;
} */

.By__Leads__popap__LIN__contant-margin {
  max-width: 582px;
  width: 100%;
  max-height: 645px;
  height: 100%;
  position: fixed;
  z-index: 21;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 20px;
  display: none;
}

.By__Leads__popap__LIN {
  max-width: 542px;
  width: 100%;
  height: 100%;
  background: #f4f7fe;
  border-radius: 8px;
  padding: 60px 48px;
  overflow-y: auto;
}

.By__Leads__popap__LIN__contant {
  max-width: 446px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.LIN_C_up-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #20293a;
  margin-bottom: 12px;
}

.LIN_C_up-sttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #20293a;
  margin-bottom: 44px;
}

.LIN_C_medle-error {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #ce0014;
  padding: 12px 20px;
  background: #ffd6d6;
  border-radius: 8px;
  margin-bottom: 16px;
  display: none;
}

.LIN_F_U_P {
  max-width: 445px;
  width: 100%;
  height: 52px;
  padding: 13px 24px;
  background: #ffffff;
  border: 1px solid #83839e;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #83839e;
}

.LIN_F_U_P:valid {
  color: #3d3d4b;
  border: 1px solid #83839e;
}

.LIN_F_U_P:focus {
  border: 1px solid #43419e;
  color: #43419e;
}

/* #mml {
  margin-bottom: 20px;
} */

/* #pass {
  margin-bottom: 16px;
} */

.LIN-forgpass {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #808080;
  text-decoration-line: underline;
  user-select: none;
  cursor: pointer;
  max-width: 110px;
}

.LIN_C_down {
  max-width: 446px;
  width: 100%;
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}

.LIN_C_down__Right {
  max-width: 271px;
  min-height: 112px;
}

.LIN_C_down__Left {
  max-width: 200px;
  min-height: 53px;
  text-align: left;
}

.LIN_C_down__Left .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #808080;
  margin-bottom: 4px;
}

.link-on-popap-reg {
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  text-decoration-line: underline;
  color: #43419e;
  cursor: pointer;
  margin-bottom: 10px;
}

.LIN_C_down__Right .btn-LIN {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #ffffff;
  background: #43419e;
  border-radius: 12px;
  padding: 12.5px 60px 12.5px 24px;
  margin-bottom: 17px;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 95px, center;
  transition-duration: 0.4s;
  border: none;
  user-select: none;
  cursor: pointer;
}

.LIN_C_down__Right .btn-LIN:hover {
  background: #2e2c83;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 95px, center;
}

.LIN_C_down__Right .info,
.LIN_C_down__Right .info a {
  font-weight: normal;
  font-size: 10px;
  line-height: 145%;
  color: #a0a0a0;
  text-align: right;
}

.LIN_C_down__Right .info a {
  text-align: right;
  text-decoration: underline;
}

.By__Leads__popap__LIN__contant-2 {
  max-width: 446px;
  height: 100%;
  margin: 0px auto;
  display: none;
}

.LIN_F_U_P_C {
  max-width: 446px;
  width: 100%;
  height: 52px;
  padding: 13px 24px;
  background: #ffffff;
  border: 1px solid #83839e;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #83839e;
}

.LIN_F_U_P_C:valid {
  color: #3d3d4b;
  border: 1px solid #83839e;
}

.LIN_F_U_P_C:focus {
  border: 1px solid #43419e;
  color: #43419e;
}

.LIN_C_medle_С {
  display: flex;
  align-items: center;
}

.LIN_C_down2 {
  margin-top: 128px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.LIN_C_down__Left2 .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #808080;
  margin-bottom: 4px;
}

.LIN_C_down__Left2 .back {
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  color: #43419e;
  text-decoration-line: underline;
  cursor: pointer;
  user-select: none;
}

.LIN_C_down__Right2 .btn-LIN2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #ffffff;
  background: #43419e;
  border-radius: 12px;
  padding: 12.5px 60px 12.5px 24px;
  background-image: url("/mainimg//mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 172px, center;
  transition-duration: 0.4s;
  border: none;
  user-select: none;
  cursor: pointer;
}

.LIN_C_down__Right2 .btn-LIN2:hover {
  background: #2e2c83;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 172px, center;
}

.By__Leads__popap__LIN__contant-3 {
  max-width: 446px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  display: none;
}

.LIN2_F_U_P_C {
  max-width: 223px;
  width: 100%;
  height: 52px;
  padding: 13px 24px;
  background: #ffffff;
  border: 1px solid #83839e;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #83839e;
}

.LIN2_F_U_P_C:valid {
  color: #3d3d4b;
  border: 1px solid #83839e;
}

.LIN2_F_U_P_C:focus {
  color: #43419e;
  border: 1px solid #43419e;
}

.codereseter {
  max-width: 200px;
  min-height: 40px;
  margin-left: 24px;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  text-decoration-line: underline;
  color: #20293a;
  user-select: none;
  cursor: pointer;
}

.sendcodeagainnow2 {
  display: none;
  user-select: none;
  cursor: pointer;
}

.LIN_C_down3 {
  min-height: 190px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.LIN_C_down__Left3 {
  margin-top: 12px;
  max-width: 350px;
  min-height: 40px;
  align-self: flex-start;
}

.LIN_C_down__Left3 .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #808080;
}

.LIN_C_down__Right3 .btn-LIN {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #ffffff;
  background: #43419e;
  border-radius: 12px;
  padding: 12.5px 60px 12.5px 24px;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 210px, center;
  transition-duration: 0.4s;
  border: none;
  user-select: none;
  cursor: pointer;
}

.LIN_C_down__Right3 .btn-LIN:hover {
  background: #2e2c83;
  background-image: url("/img/mainimg/ArrWhite.svg");
  background-repeat: no-repeat;
  background-position: 210px, center;
}

/* club */
.club-top {
  margin-top: 100px;
  padding: 80px 0 144px;
  background-image: url("/img/mainimg/club-top-bg.webp");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.club-top__title {
  font-weight: bold;
  font-size: 52px;
  color: #010101;
  margin-bottom: 40px;
}

.club-top__subtitle {
  font-weight: bold;
  font-size: 36px;
  max-width: 570px;
  color: #43419e;
  margin-bottom: 28px;
}

.club-top__text {
  font-size: 18px;
  line-height: 150%;
  max-width: 440px;
}

.club-top__text p {
  margin-bottom: 15px;
}

.club-top__subbtn {
  font-weight: 500;
  font-size: 24px;
  max-width: 400px;
  line-height: 145%;
  margin-bottom: 20px;
}

.club-top__btn {
  display: inline-block;
  background: #e44e2b;
}

.club-top__btn:hover {
  background: #cf310e;
}

/*---------*/

.club-plus {
  padding: 120px 0 60px;
  background: #f4f3f9;
}

.club-plus__title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}

.club-plus__inner {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}

.club-plus__item {
  flex: 0 0 255px;
  padding: 16px 16px 20px;
  position: relative;
  margin-bottom: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}

.club-plus__item:before,
.club-plus__item-big:before {
  content: "";
  position: absolute;
  background: #43419e;
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px 0 0 5px;
}

.club-plus__item-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}

.club-plus__item-subtitle {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
}

.club-plus__item-text {
  font-size: 16px;
}

.club-plus__item-big {
  flex: 0 0 540px;
  padding: 20px 20px 20px 52px;
  position: relative;
  margin-bottom: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}

.club-plus__item-big:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url("/img/mainimg/Credit-card.png") center / cover no-repeat;
}

.club-plus__item-bigtext p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 145%;
}

/*---------------*/

.club-bonus {
  padding: 60px 0 120px;
  background: #f4f3f9;
}

.club-bonus__title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 42px;
}

.club-bonus__box {
  padding: 40px 0 55px;
  background-image: url("/img/mainimg/club-bonus-box.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.club-bonus__box-content {
  max-width: 600px;
  margin-left: auto;
}

.club-bonus__box-list {
  margin-bottom: 32px;
}

.club-bonus__box-item {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}

.club-bonus__box-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/img/mainimg/club-bonus-check.png") center / cover no-repeat;
}

.club-bonus__box-btn {
  display: inline-block;
  background: #e44e2b;
}

.club-bonus__box-btn:hover {
  background: #cf310e;
}

/*----------------------*/
.club-card {
  background: #ffffff;
  padding: 40px 0;
}

.club-card__title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}

.club-card__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 25px;
}

.club-card__item {
  position: relative;
  flex: 0 0 350px;
}

.club-card__item:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 18px;
  top: 50%;
  right: -85px;
  background: url("/img/mainimg/Arrow 9.png") right / auto no-repeat;
}

.club-card__item:last-child:after {
  content: none;
}

.club-card__item-content {
  padding-top: 222px;
  position: relative;
}

.club-card__item-content:before {
  content: "";
  position: absolute;
  width: 214px;
  height: 214px;
  top: 0;
  left: 50%;
  background: url("/img/mainimg/club-card1.png") center / cover no-repeat;
  transform: translateX(-50%);
}

.club-card__item-content--img1:before {
  background: url("/img/mainimg/club-card2.png") center / cover no-repeat;
}

.club-card__item-content--img2:before {
  background: url("/img/mainimg/club-card3.png") center / cover no-repeat;
}

.club-card__item-title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 145%;
}

.club-card__item-list {
  max-width: 285px;
  margin: 0 auto;
}

.club-card__item-li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 145%;
  padding-left: 28px;
  position: relative;
}

.club-card__item-li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/img/mainimg/club-bonus-check.png") center / cover no-repeat;
}

.club-card__btn {
  display: table;
  margin: 0 auto;
  background: #e44e2b;
}

.club-card__btn:hover {
  background: #cf310e;
}

/*---------------------*/

.club-servese {
  background: #f4f3f9;
  padding: 120px 0;
}

.club-servese__title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}

/*------------------*/

.club-ask {
  padding: 40px 0 120px;
}

.club-ask__title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 38px;
}

.club-ask__inner {
  display: flex;
}

.club-ask__content {
  width: 100%;
}

.club-ask__item {
  margin-bottom: 20px;
}

.club-ask__query {
  background: #f4f3f9;
  border-radius: 8px;
  padding: 28px 60px 28px 28px;
  border: 2px solid transparent;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  cursor: pointer;
  user-select: none;
  margin-bottom: 4px;
  position: relative;
}

.club-ask__query:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 17px;
  height: 17px;
  background: url("/img/mainimg/Stroke.png") center / cover no-repeat;
  transform: translateY(-50%);
}

.club-ask__answer {
  display: none;
  padding: 16px;
  font-size: 16px;
  line-height: 145%;
  background: #ffffff;
  border: 2px solid #d1ddee;
  border-radius: 8px;
  color: #010101;
}

.club-ask__query--active {
  border: 2px solid #d1ddee;
  background: #ffffff;
}

.club-ask__query--active:after {
  transform: rotate(45deg) translateY(-50%);
  right: 38px;
}

.club-ask__answer--open {
  display: block;
}

/*------------------------*/

.club-form {
  padding: 40px 0;
  background: url("/img/mainimg/club-form-bg.jpg") center / cover no-repeat;
}

.club-form__inner {
  display: flex;
  align-items: center;
  min-height: 310px;
}

.club-form__innner--step2 {
  padding: 63px 0 102px;
  display: none;
}

.club-form__content {
  margin-right: 230px;
}

.club-form__title {
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 16px;
  color: #010101;
}

.club-form__subtitle {
  font-weight: 300;
  font-size: 24px;
  max-width: 355px;
  color: #010101;
  line-height: 140%;
}

.club-form__inputs {
  flex: 0 1 380px;
}

.club-form__label {
  display: block;
  margin-bottom: 12px;
}

.club-form__text {
  font-size: 16px;
  line-height: 145%;
  color: #83839e;
}

.club-form__input {
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  font-size: 16px;
  padding: 12px 20px;
  color: #464646;
  width: 100%;
  border: none;
}

.club-form__btn {
  margin-top: 25px;
  background: #e44e2b;
}

.club-form__btn:hover {
  background: #cf310e;
}

/* /club */


/*---register----*/
.registr {
  padding: 148px 0 60px;
  background: #F4F3F9;
}

.registr__inner {
  display: flex;
}

.registr__main {
  position: relative;
  left: -165px;
  background: #FFFFFF;
  border-radius: 0px 4px 4px 0px;
  padding: 64px 0;
  flex: 0 0 800px;
  min-width: 800px;
}

.registr__step {
  position: relative;
  left: 250px;
  max-width: 445px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.registr__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #010101;
  margin-bottom: 12px;
}

.registr__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #3D3D4B;
  margin-bottom: 12px;
}

.registr__valuetel {
  white-space: nowrap;
}

.registr__replacetel {
  color: #43419E;
  border: none;
  background: #fff;
  padding: 0;
}

.registr__replacetel:hover {
  text-decoration: underline;
}

.registr__replacetel:active {
  color: #2b2a64;
}

.registr__replacetel:focus {
  color: #5a58e4 !important;
}

.registr__error,
.message__error {
  display: none;
  font-size: 16px;
  line-height: 145%;
  color: #E44E2B;
  padding: 8px 20px;
  background: #FFD6D6;
  border-radius: 8px;
  margin-bottom: 12px;
}

.registr__error.open {
  display: inline-block;
}

.registr__inputs {
  margin-top: 16px;
  flex: 1 1 auto;
}

.registr__inputs-inner {
  display: flex;
  column-gap: 24px;
}

.registr__label {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.registr__label:last-child {
  margin-bottom: 16px;
}

.registr__input {
  font-size: 18px;
  line-height: 145%;
  font-weight: normal;
  color: #83839E;
  width: 100%;
  padding: 12px 50px 12px 24px;
  background: #FFFFFF;
  border: 1px solid #83839E;
  box-sizing: border-box;
  border-radius: 10px;
}

.registr__input:focus {
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.registr__password-control {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/img/view.svg") center / cover no-repeat;
}

.registr__password-control.view {
  background-image: url("/img/no-view.svg");
}

.registr__sendcode {
  flex: 0 1 177px;
  font-size: 14px;
  line-height: 145%;
  text-decoration: underline;
  color: #43419E;
  cursor: default;
}

.registr__sendcode-repit {
  display: none;
}

.registr__inputs-text {
  max-width: 350px;
  font-size: 14px;
  line-height: 145%;
  color: #83839E;
}

.registr__link-mail {
  color: #43419E;
  font-weight: 600;
}

.registr__link {
  border: none;
  background: #fff;
  padding: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 145%;
  text-decoration: underline;
  color: #83839E;
  transition: color 0.6s;
}


.registr__link:hover,
.registr__link:active {
  color: #40404b;
}

.registr__link:focus {
  color: #000000 !important;
}

.registr__btns {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}

.registr__btns-inner {
  flex: 0 1 270px;
}

.registr__btns-box {}

.registr__btns-text {
  font-size: 16px;
  line-height: 145%;
  color: #83839E;
}

.registr__btns-link {
  border: none;
  background: #fff;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  text-decoration: underline;
  color: #43419E;
  transition: color 0.6s;
}

.registr__btns-link:focus {
  color: #5957db !important;
}

.registr__btns-link:active,
.registr__btns-link:hover {
  color: #5957db;
}

.registr__btns-btn {
  margin-left: auto;
  background: #43419E;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
  line-height: 145%;
  color: #FFFFFF;
  transition: background-color 0.6s;
}

.registr__btns-btn:focus {
  background-color: #5957db !important;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.registr__btns-btn:active,
.registr__btns-btn:hover {
  background-color: #5957db;
}

.registr__info {
  position: relative;
  left: -165px;
  flex: 0 0 475px;
}

.registr__info-title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: normal;
  max-width: 355px;
  font-size: 20px;
  line-height: 145%;
  color: #3D3D4B;
  margin-bottom: 8px;
  padding-left: 30px;
}

.registr__info-subtitle {
  max-width: 355px;
  font-size: 16px;
  line-height: 145%;
  color: #5C687E;
  margin-bottom: 20px;
  padding-left: 30px;
}

.registr__info-subtitle span {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.registr__info-list {
  margin-bottom: 28px;
}

.registr__info-item {
  padding: 16px 20px 16px 48px;
}

.registr__info-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.registr__info-heading {
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.registr__info-heading::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 3px;
  left: -18px;
  border-radius: 50%;
  background: #43419E;
}

.registr__info-heading--blue {
  color: #2265E9;
}

.registr__info-heading--liteblue {
  color: #23DAED;
}

.registr__info-heading--green {
  color: #2CCD65;
}

.registr__info-heading--purpur {
  color: #4135F1;
}

.registr__info-heading--yellow {
  color: #FFD300;
}

.registr__info-heading--darkblue {
  color: #0023A0;
}

.registr__info-heading--red {
  color: #FB593B;
}

.registr__info-desc {
  font-size: 14px;
  line-height: 145%;
  color: #5C687E;
}

.registr__policy {
  margin-top: 12px;
  display: inline-block;
  font-size: 10px;
  line-height: 145%;
  text-align: right;
  color: #83839E;
}

/* .step1, */
.step2,
.step3,
.step4,
.step5 {
  display: none;
}

/*---footer---*/
.footer__top {
  padding: 60px 0 40px;
}

.footer__top-inner {
  display: flex;
  justify-content: space-between;
  column-gap: 20px
}

.footer__top-item {}

.footer__logo {
  display: inline-block;
  margin-bottom: 12px;
}

.footer__top-subtitle {
  font-size: 20px;
  line-height: 145%;
  margin-bottom: 28px;
  color: #3D3D4B;
}

.footer__top-btn {
  background: #E44E2B;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 145%;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

.footer__top-btn:hover {
  background: #E44E2B;
}

.footer__top-list {
  display: flex;
  column-gap: 12px;
  justify-content: flex-end;
}

.footer__top-list--social {
  margin-bottom: 60px;
}

.footer__top-link img {
  transition: all 0.6s;
}

.footer__top-link:hover img {
  opacity: 0.6;
}

.footer__top-text {
  font-size: 16px;
  line-height: 145%;
  color: #3D3D4B;
  margin-bottom: 12px;
  text-align: right;
}

.footer__bottom {
  border-top: 1px solid #DBDBE5;
  border-bottom: 1px solid #DBDBE5;
  padding: 40px 0;
}

.footer__bottom-subtitle {
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 30px;
  color: #3D3D4B;
}

.footer__bottom-inner {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}

.footer__bottom-item {
  flex: 0 0 255px;
  margin-bottom: 30px;
}

.footer__bottom-content {
  padding-left: 18px;
  position: relative;
}

.footer__bottom-content:after {
  position: absolute;
  content: "";
  background: #43419E;
  width: 6px;
  height: 6px;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.footer__bottom-logo {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer__bottom-logo--blue {
  color: #2265E9;
}

.footer__bottom-logo--liteblue {
  color: #23DAED;
}

.footer__bottom-logo--green {
  color: #2CCD65;
}

.footer__bottom-logo--purpur {
  color: #4135F1;
}

.footer__bottom-logo--yellow {
  color: #FFD300;
}

.footer__bottom-logo--darckblue {
  color: #0023A0;
}

.footer__bottom-logo--pink {
  color: #FB593B;
}

.footer__bottom-logo--red {
  color: #E91B1B;
}
.footer__bottom-link{
  color: inherit;
}
.footer__bottom-link:hover {
  color: inherit;
}
.footer__bottom-text {
  font-size: 14px;
  line-height: 145%;
  color: #5C687E;
}

.footer__copy {
  padding: 20px 0;
}

.footer__copy-list {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
}

.footer__copy-item {}

.footer__copy-link {
  color: #83839E;
  font-size: 14px;
}