.Layout-rBtn {
  color: #ffffff;
  height: 38px;
  cursor: pointer;
  border: 1px solid #f07800;
  outline: none;
  padding: 0 16px;
  position: relative;
  font-size: 17px;
  transition: background 0.3s, transform 0.3s;
  box-sizing: border-box;
  line-height: 1px;
  user-select: none;
  white-space: nowrap;
  border-radius: 4px;
  background-color: #f07800;
}
.Layout-rBtn:hover {
  background: #F77C00;
}
.Layout-rBtn:active {
  transform: scale(0.9);
}
.Layout-rBtn.big {
  height: 48px;
  padding: 0 24px;
  font-size: 19px;
}
.Layout-rBtn.cancel {
  color: #000000;
  border: 1px solid #00000026;
  background: #ffffff;
}
.Layout-rBtn.green {
  border-color: #83c550;
  background-color: #83c550;
}
.Layout-rBtn:disabled {
  color: #4a4a4a;
  background: #0000000d;
  border-color: #0000000d;
  pointer-events: none;
}
.Layout-rBtn.green:hover {
  background: #8CC95C;
}
.Layout-rBtn.cancel:hover {
  background: #ffffff;
}
.Layout-spinner {
  top: calc(50% - 7px);
}
.Layout-rPopover {
  display: inline-block;
  outline: none;
  position: relative;
}
.Layout-rPopover.up > .Layout-rPopoverToggle {
  top: auto;
  left: auto;
  right: auto;
  bottom: 100%;
}
.Layout-rPopover.right > .Layout-rPopoverToggle {
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
}
.Layout-rPopover.left > .Layout-rPopoverToggle {
  top: 0;
  left: auto;
  right: 100%;
  bottom: auto;
}
.Layout-rPopover.r-open > .Layout-rPopoverToggle.Layout-rPopoverToggle {
  display: block;
}
.Layout-rPopoverHead {
  cursor: pointer;
  user-select: none;
}
.Layout-rPopoverToggle.Layout-rPopoverToggle.Layout-rPopoverToggle {
  display: none;
  z-index: 300;
  position: absolute;
}
.Layout-rAccordionContainer {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.Layout-rAccordionContainer.r-accordion-transparent .Layout-rAccordionToggle {
  color: #000000;
  max-width: max-content;
  background: transparent;
}
.Layout-rAccordionContainer.r-accordion-transparent .Layout-rAccordionInnerContainer {
  color: #000000;
  background: transparent;
}
.Layout-rAccordionContainer.r-accordion-transparent .Layout-rAccordionToggle .Layout-toggleArrow {
  margin-left: 10px;
}
.Layout-rAccordionContainer.r-accordion-white .Layout-rAccordionToggle {
  color: #ffffff;
  background: #02449C;
}
.Layout-rAccordionContainer.r-accordion-white .Layout-rAccordionInnerContainer {
  color: #ffffff;
  background: #02449C;
}
.Layout-rAccordionInnerContainer {
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: max-height 0.3s;
}
.Layout-rAccordionToggle {
  cursor: pointer;
  height: auto;
  display: flex;
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
  background: #ffffff;
  font-weight: bold;
  line-height: 18px;
  align-items: center;
  padding-right: 12px;
  justify-content: space-between;
}
.Layout-toggleArrow {
  transition: transform 0.3s;
  user-select: none;
  justify-self: flex-end;
}
.Layout-toggleArrow.up {
  transform: rotate(180deg);
}
.Layout-toggleArrow.down {
  transform: rotate(0deg);
}
.Layout-rAccordionHint {
  left: 100%;
  color: #000000;
  display: none;
  position: absolute;
  font-size: 10px;
  line-height: 13px;
}
.Layout-rAccordionHint.r-open {
  display: block;
}@font-face {
  font-family: Gotham;
  font-display: swap;
  src: url('/static/fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  font-display: swap;
  src: url('/static/fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  font-display: swap;
  src: url('/static/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
.ai-answers {
  color: #6547F4 !important;
  font-weight: bold;
}
#integrated-root {
  z-index: 1000;
  position: relative;
}
.header-wrapper,
.bottom-nav,
#breadcrumbs-root {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .header-wrapper,
  .bottom-nav,
  #breadcrumbs-root {
    padding: 0 15px;
  }
}
#header-root {
  margin: 0;
  top: -54px;
  position: sticky;
  background: #ffffff;
  z-index: 950;
}
@media (max-width: 991px) {
  #header-root {
    top: 0;
  }
}
body.no-scroll {
  overflow-y: hidden;
}
.header.header-wrapper {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #DCDCDC;
  background: #ffffff;
  z-index: 950;
}
.header .header-root {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
  color: #474747;
  align-items: center;
  padding: 16px 0;
  font-family: Gotham, Montserrat;
  font-size: 14px;
  line-height: 20px;
}
.header hr {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #DCDCDC;
}
.header--open .header__menu-button {
  background-image: url(/modules/components/images/close-49d6085f.svg);
}
.header--open .header__nav {
  display: flex;
}
.header .header__accordion {
  display: none;
}
.header__left {
  display: flex;
  align-items: center;
  flex: 1;
}
.header__logo img {
  height: 40px;
  width: 124px;
}
.header__phone {
  margin-left: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__phone a {
  color: #474747;
  text-decoration: none;
  font-weight: bold;
}
.header__phone a:hover {
  color: #4A90E2;
}
.header__phone-button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header__phone-button::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(/modules/components/images/phone-df2f5e31.svg) #F2F4F7 center no-repeat;
}
.header__phone-button:hover::before {
  background: url(/modules/components/images/phone-white-66308020.svg) #4A90E2 center no-repeat;
  animation: shake 1.2s;
}
.header__nav {
  flex: 1;
  margin-left: 36px;
  display: flex;
  gap: 36px;
}
.header__nav a {
  color: inherit;
  text-decoration: none;
}
.header__nav a:hover {
  color: #4A90E2;
}
.header__nav-footer {
  display: none;
}
.header__nav__replenish.r-btn {
  background-color: #fce300;
  color: #000000;
  border: none;
  width: 290px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  margin-bottom: 24px;
  display: none;
}
.header__nav__replenish.r-btn:hover {
  background: #fce300;
}
@media (max-width: 768px) {
  .header__nav__replenish.r-btn {
    width: 100%;
  }
}
.header__popover .r-popover-head::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background: url(/modules/components/images/chevron-91521dd5.svg) center no-repeat;
  transition: transform 0.2s;
}
.header__popover .r-popover-toggle {
  min-width: 100%;
}
.header__popover.r-open {
  color: #4A90E2;
}
.header__popover.r-open .r-popover-head::after {
  transform: rotate(180deg);
}
.header__popover .r-popover-head a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.header__popover-content {
  display: flex;
  gap: 16px;
  flex-direction: column;
  background: #ffffff;
  padding: 24px;
  border-radius: 3px;
  margin-top: 8px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.04)) drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.1));
}
.header__popover-content a {
  color: #474747;
  text-decoration: none;
  white-space: nowrap;
}
.header__popover-content a:hover {
  color: #4A90E2;
}
.header__popover-content a.badge-new::after {
  content: attr(data-label);
  display: inline-block;
  padding: 0 8px;
  margin-left: 8px;
  font-family: Gotham, sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background: #83c550;
  border-radius: 16px;
  vertical-align: top;
}
.header__popover-content a.header__account-geo-link {
  white-space: normal;
}
.header__accordion {
  font-size: 14px;
}
.header__accordion > .r-accordion-toggle {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 24px;
}
.header__accordion > .r-accordion-toggle img {
  width: 12px;
  height: 12px;
}
.header__accordion > .r-accordion-toggle.r-open {
  color: #4A90E2;
}
.header__accordion-title--accent {
  font-weight: 700;
}
.header__accordion-content {
  margin: 0 12px 24px 24px;
  display: flex;
  flex-direction: column;
  color: #474747;
}
.header__accordion-content hr {
  margin: 16px 0 0;
}
.header__accordion-content > *:not(hr) {
  text-decoration: none;
}
.header__accordion-content > *:not(hr):not(:first-child) {
  margin-top: 24px;
}
.header__accordion-content > *:not(hr).badge-new::after {
  content: attr(data-label);
  display: inline-block;
  padding: 0 8px;
  margin-left: 8px;
  font-family: Gotham, sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background: #83c550;
  border-radius: 16px;
  vertical-align: top;
}
.header__accordion-link--accent.header__accordion-link {
  color: #ED6747;
}
.header__accordion--badge {
  background: #4A90E2;
  border-radius: 16px;
  color: #ffffff;
  padding: 2px 8px;
  margin-left: 8px;
  font-size: 12px;
}
.header__accordion--badge--primary {
  color: #333333;
  background: #FCE300;
}
.header__accordion__user-id {
  font-weight: 700;
  display: flex;
  gap: 8px;
  align-items: center;
}
.header__accordion__user-id button {
  border: none;
  background: transparent;
  padding: 0;
}
.header__accordion__service-title .r-accordion-toggle {
  font-weight: normal;
  font-size: 14px;
  justify-content: flex-start;
}
.header__accordion__service-title .r-accordion-toggle img {
  width: 8px;
  height: 8px;
  margin-left: 4px;
}
.header__accordion__service-title_sum {
  position: absolute;
  right: 0;
}
.header__accordion__service-item {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  gap: 12px;
}
.header__accordion__service-item--inner {
  font-size: 13px;
  color: #808080;
  margin: 8px 0 8px 8px;
}
.header__accordion__service-item--inner:last-child {
  margin-bottom: 0;
}
.header__accordion__service--sum {
  font-weight: 700;
}
.header__accordion__hint .r-popover-toggle {
  top: 0;
  left: -30px;
}
.header__accordion__hint .r-hint-body {
  width: fit-content;
}
.header__buttons {
  display: flex;
  align-items: center;
}
.header__buttons .settings-modal-btn {
  margin-right: 10px;
}
.header__button.r-btn {
  border: none;
  border-radius: 3px;
  color: #242424;
  font-size: 14px;
  font-weight: bold;
  height: 72px;
  font-family: inherit;
  padding: 0 56px;
  display: inline-block;
  line-height: 72px;
  text-decoration: none;
}
.header__button.r-btn.header__button-login {
  background: transparent;
}
.header__button.r-btn.header__button-register {
  background: #fce300;
}
.header__button.r-btn.header__button-register:hover {
  background: #FFED4F;
}
.header__balance,
.header__account {
  font-size: 14px;
}
.header__balance.r-open .header__balance-head__name,
.header__balance.r-open .header__account-head__name,
.header__account.r-open .header__balance-head__name,
.header__account.r-open .header__account-head__name {
  color: #4A90E2;
}
.header__balance-head,
.header__account-head {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header__balance-head:visited,
.header__account-head:visited {
  color: #474747;
}
.header__balance-head__name,
.header__account-head__name {
  font-weight: 700;
  line-height: 22px;
  margin-left: 8px;
}
.header__balance-head--loading.spinner,
.header__account-head--loading.spinner {
  position: relative;
  background: #F2F4F7;
  padding: 16px;
  height: 22px;
  display: flex;
  line-height: 22px;
  align-items: center;
  border-radius: 3px;
  margin-left: 4px;
}
.header__balance .r-popover-toggle {
  right: 0;
}
.header__balance-head {
  background: #F2F4F7;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  border-radius: 3px;
}
.header__balance-head--unpaid {
  background: #FAD2C9;
}
.header__balance-content {
  width: 350px;
}
a.header__balance-content__replenish {
  padding: 13px 92px;
  background: #4A90E2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
}
a.header__balance-content__replenish:hover {
  color: #ffffff;
}
.header__balance-content__messages {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 2px;
}
.header__balance-content__messages::-webkit-scrollbar {
  width: 6px;
}
.header__balance-content__messages::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #dcdcdc;
}
.header__balance-content__message {
  display: flex;
  gap: 8px;
  padding: 10px 8px;
  background: #F2F4F7;
  border-radius: 3px;
  margin-bottom: 4px;
  white-space: break-spaces;
}
.header__balance-content__message.warn {
  background: #FCE2DC;
}
.header__balance-content__message-text--title {
  font-weight: 500;
}
.header__account .r-popover-toggle {
  right: 0;
}
a.header__account--accent {
  color: #ED6747;
}
.header__account-head {
  margin-left: 32px;
  height: 54px;
}
.header__account-head__name {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__account-head__name--promo {
  min-width: 85px;
}
.header__account-head__pill {
  font-size: 12px;
  line-height: 17px;
  padding: 2px 8px;
  background: #4A90E2;
  color: #ffffff;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 20px;
  white-space: nowrap;
}
.header__account-head__pill--primary {
  color: #333333;
  background: #FCE300;
  left: 16px;
}
.header__account-email {
  font-weight: 700;
}
.header__account-id {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.header__account-id button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__account-id__hint .r-popover-toggle {
  left: -25px;
}
.header__account-id__hint .r-hint-body {
  width: fit-content;
}
.header__account-promotion {
  all: unset;
  white-space: nowrap;
  cursor: pointer;
}
.header__account-promotion:hover {
  color: #4A90E2;
}
.header__account-geo-link {
  display: block;
  white-space: normal;
  max-width: 280px;
}
.header__account-geo-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #474747;
}
.header__account-geo-row {
  margin-top: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 17px;
  color: #808080;
}
.header__menu-button {
  border: none;
  background: url(/modules/components/images/burger-4b5a9691.svg) center center no-repeat;
  width: 30px;
  height: 40px;
  display: none;
  margin-left: 24px;
  transition: background 0.3s, transform 0.3s;
}
.header__menu-button:active {
  transform: scale(0.9);
}
@media (max-width: 1150px) {
  .header__phone {
    display: none;
  }
  .header__button.r-btn {
    padding: 0 35px;
  }
  .header__account-head .header__account-head__name {
    max-width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .header__logo img {
    width: 30px;
    object-fit: cover;
    object-position: left;
  }
}
@media (max-width: 991px) {
  .header__phone,
  .header__nav,
  .header__account.r-popover {
    display: none;
  }
  .header--open .header__accordion,
  .header__nav__replenish.r-btn {
    display: block;
  }
  .header__nav {
    position: absolute;
    margin-left: 0;
    top: 100%;
    left: 0;
    padding: 16px;
    width: 100%;
    max-width: 991px;
    height: 100vh;
    background: #ffffff;
    box-sizing: border-box;
    overflow-y: auto;
    flex-direction: column;
    gap: 0;
  }
  .header__nav > a {
    margin-bottom: 24px;
    display: block;
  }
  .header__nav .header__popover {
    display: none;
  }
  .header__nav-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__nav-footer__phone {
    margin-top: 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }
  .header__nav-footer__callback.r-btn {
    margin-top: 16px;
    border: 1.3px solid #475679;
    color: #242424;
    background: transparent;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    min-width: 290px;
  }
  .header__nav-footer__callback.r-btn:active,
  .header__nav-footer__callback.r-btn:hover {
    background: transparent;
    border: 1.3px solid #475679;
  }
  .header__nav-footer__social {
    margin-top: 24px;
  }
  .header__nav-footer__social a {
    display: inline-block;
    height: 40px;
    width: 40px;
  }
  .header__nav-footer__tg {
    background: url(/modules/components/images/telegram-4b0897b7.svg) center no-repeat;
    background-size: 90%;
  }
  .header__nav-footer__vk {
    background: url(/modules/components/images/vk-89690e9c.svg) center no-repeat;
  }
  .header__nav-footer__yt {
    background: url(/modules/components/images/youtube-81be840f.svg) center no-repeat;
  }
  .header__nav-footer__linkedin {
    background: url(/modules/components/images/linkedin-fc3bd8fc.svg) center no-repeat;
  }
  .header__nav-footer__facebook {
    background: url(/modules/components/images/facebook-7c36ba31.svg) center no-repeat;
  }
  .header__nav-footer__instagram {
    background: url(/modules/components/images/instagram-ada035a0.svg) center no-repeat;
  }
  .header__nav-footer__whatsapp {
    background: url(/modules/components/images/whatsapp-07fa9968.svg) center no-repeat;
  }
  .header__nav-footer__linkedin,
  .header__nav-footer__facebook,
  .header__nav-footer__instagram,
  .header__nav-footer__whatsapp {
    background-size: 55%;
  }
  .header__nav-footer .settings-modal-btn {
    margin-top: 10px;
  }
  .header__button.r-btn {
    padding: 0 24px;
    line-height: 48px;
    height: 48px;
  }
  .header__menu-button {
    display: block;
  }
  .header__buttons .settings-modal-btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .header__logo img {
    width: 30px;
    object-fit: cover;
    object-position: left;
  }
  .header__balance .r-popover-toggle {
    right: -58px;
  }
  .header__balance-content {
    padding: 12px;
    width: 320px;
  }
  .header__button.r-btn {
    font-size: 14px;
    padding: 0 14px;
  }
  .header__menu-button {
    margin-left: 16px;
  }
}
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.settings-modal-btn {
  padding: 0;
  height: 32px;
  color: #242424;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
}
.settings-modal-btn:before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #F8F9FB url(/modules/components/images/globe-4f605071.svg) center center no-repeat;
  border-radius: 50%;
  vertical-align: -10px;
}
.bottom-nav {
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 12px;
  font-family: Gotham, Montserrat;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  gap: 24px;
  box-sizing: border-box;
}
@media (max-width: 1050px) {
  .bottom-nav {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav__link {
  padding: 16px 0 6px 0;
  white-space: nowrap;
  color: #474747;
  text-decoration: none;
  line-height: 20px;
}
.bottom-nav__link:visited {
  color: #474747;
}
.bottom-nav__link:hover {
  color: #4A90E2;
}
.bottom-nav__link--active {
  padding-bottom: 4px;
  border-bottom: 2px solid #4A90E2;
}
.bottom-nav__link--active.bottom-nav__link--new {
  border-bottom: none;
}
.bottom-nav__link--new {
  color: #6547F4 !important;
  border-radius: 50%;
}
.bottom-nav__link--new span {
  border: 2px solid #6547F4;
  padding: 8px 12px;
  border-radius: 800px;
  font-weight: bold;
}
.breadcrumbs--new-header {
  margin: 0 auto;
  max-width: 1440px;
}
.breadcrumbs--new-header li a:hover {
  color: #4A90E2;
}
#footer-root {
  background-color: #fff;
}
.unified-footer {
  background: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #474747;
  padding: 0 24px;
}
.unified-footer,
.unified-footer * {
  box-sizing: border-box;
}
.unified-footer .footer-container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 0;
}
.unified-footer .footer-logo {
  display: block;
  width: 125px;
  height: 40px;
  background: url(/modules/components/images/rookee-e525034b.svg) center no-repeat;
  margin-bottom: 32px;
}
.unified-footer .footer-skolkovo {
  content: ' ';
  display: block;
  width: 58px;
  height: 43px;
  background: url(/modules/components/images/skolkovo-49f59f90.png) center no-repeat;
  background-size: auto 100%;
  margin: 32px 0;
}
.unified-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.unified-footer .footer-columns .footer-column {
  width: 250px;
  margin-right: 56px;
}
.unified-footer .footer-columns .footer-column.footer-column-contacts {
  width: auto;
  margin-right: 0;
}
.unified-footer .footer-columns .footer-column.footer-column-legal {
  flex: 0 0 100%;
  order: 10;
  font-size: 11px;
}
.unified-footer .footer-columns .footer-column > :last-child {
  margin-bottom: 0;
}
.unified-footer .footer-title {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  color: #242424;
  margin-bottom: 32px;
}
.unified-footer .footer-link {
  display: block;
  text-decoration: none;
  color: #474747;
  margin-bottom: 16px;
}
.unified-footer .footer-account-id {
  margin-bottom: 16px;
}
.unified-footer .footer-social-icons {
  display: flex;
  position: absolute;
  top: 96px;
  right: 0;
}
.unified-footer .footer-social-icons .footer-icon {
  width: 40px;
  height: 40px;
  margin-right: 24px;
}
.unified-footer .footer-social-icons .footer-icon:last-child {
  margin-right: 0;
}
.unified-footer .footer-social-icons .footer-icon.telegram {
  background: url(/modules/components/images/telegram-4b0897b7.svg) center no-repeat;
}
.unified-footer .footer-social-icons .footer-icon.vk {
  background: url(/modules/components/images/vk-a9fe047d.svg) center no-repeat;
}
.unified-footer .footer-social-icons .footer-icon.youtube {
  background: url(/modules/components/images/youtube-ee19984f.svg) center no-repeat;
}
.unified-footer .footer-social-icons .footer-icon.linkedin {
  background: url(/modules/components/images/linkedin-fc3bd8fc.svg) center no-repeat;
}
.unified-footer .footer-social-icons .footer-icon.facebook {
  background: url(/modules/components/images/facebook-7c36ba31.svg) center no-repeat;
}
.unified-footer .footer-social-icons .footer-icon.instagram {
  background: url(/modules/components/images/instagram-ada035a0.svg) center no-repeat;
}
.unified-footer .footer-social-icons .footer-icon.whatsapp {
  background: url(/modules/components/images/whatsapp-07fa9968.svg) center no-repeat;
}
.unified-footer .footer-social-icons .footer-icon.linkedin,
.unified-footer .footer-social-icons .footer-icon.facebook,
.unified-footer .footer-social-icons .footer-icon.instagram,
.unified-footer .footer-social-icons .footer-icon.whatsapp {
  background-size: 65%;
}
.unified-footer .footer-bottom {
  margin-top: 32px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DCDCDC;
}
.unified-footer .footer-bottom .footer-link {
  margin: 0;
}
@media (max-width: 1250px) {
  .unified-footer .footer-columns .footer-column {
    margin-bottom: 32px;
  }
  .unified-footer .footer-columns .footer-column.footer-column-contacts {
    margin-right: 56px;
  }
  .unified-footer .footer-columns .footer-column.footer-column-blog {
    order: 1;
  }
  .unified-footer .footer-bottom {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .unified-footer .footer-column.footer-column-contacts {
    order: 1;
  }
}
@media (max-width: 768px) {
  .unified-footer .footer-container {
    padding: 56px 0;
  }
  .unified-footer .footer-copyright {
    margin-bottom: 42px;
  }
  .unified-footer .footer-columns {
    flex-direction: column;
  }
  .unified-footer .footer-columns .footer-column {
    width: auto;
    margin-right: 0;
  }
  .unified-footer .footer-columns .footer-column.footer-column-contacts {
    order: unset;
  }
  .unified-footer .footer-columns .footer-column.footer-column-blog {
    order: 1;
  }
  .unified-footer .footer-title {
    margin-bottom: 16px;
  }
  .unified-footer .footer-social-icons {
    position: static;
    padding: 32px 0;
    justify-content: center;
    border-top: 2px solid #F2F4F7;
  }
}
@media (max-width: 550px) {
  .unified-footer .footer-bottom {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .unified-footer {
    padding: 0 15px;
  }
}
/* page containers */
.check-list-form__page-width {
  max-width: 1440px;
  margin: 0 auto;
}
.check-list-form__content-width {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1148px) {
  .check-list-form__content-width {
    margin: 0 24px;
  }
}
@media (max-width: 769px) {
  .check-list-form__content-width {
    margin: 0 15px;
  }
}
.check-list-form {
  width: 100%;
  background: #6547F4 url(/modules/components/images/banner_bg-6afea90a.svg) no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  font-family: Gotham;
  overflow: hidden;
}
.check-list-form__inner {
  padding: 96px 0;
  display: flex;
}
.check-list-form__left {
  max-width: 70%;
}
.check-list-form__h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  margin-bottom: 16px;
  font-weight: bold;
}
.check-list-form p {
  font-size: 16px;
  line-height: 24px;
}
.check-list-form__button.r-btn {
  margin-top: 56px;
  color: #333333;
  height: auto;
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  padding: 24px 56px;
}
.check-list-form__button.r-btn:disabled {
  color: #cfcfcf;
  background: #eaeaea;
  border-color: #eaeaea;
}
.check-list-form__button.r-btn:not(:disabled):not(.cancel) {
  background: #fce300;
  border: none;
}
.check-list-form__button.r-btn:not(:disabled):not(.cancel):hover {
  background: #FFED4F;
}
@media (max-width: 769px) {
  .check-list-form__button.r-btn {
    padding: 24px 0;
    width: 100%;
  }
}
.check-list-form img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1148px) {
  .check-list-form img {
    right: -115px;
  }
}
@media (max-width: 1025px) {
  .check-list-form {
    background-image: none;
  }
  .check-list-form__inner {
    flex-direction: column;
    padding: 24px;
  }
  .check-list-form__left {
    max-width: unset;
  }
  .check-list-form img {
    display: none;
  }
}
@media (max-width: 769px) {
  .check-list-form__inner {
    padding: 16px 0;
  }
  .check-list-form__h2 {
    font-size: 24px;
    line-height: 31px;
  }
  .check-list-form__button {
    margin-top: 32px;
  }
}
.check-list-form__modal {
  color: #333333;
  font-family: Gotham !important;
}
.check-list-form__modal .r-modal-container {
  max-width: 500px !important;
  border-radius: 3px;
}
.check-list-form__modal .r-extended-modal-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
.check-list-form__modal .r-extended-modal-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}
.check-list-form__modal-inner .r-input-container {
  display: block;
  margin-bottom: 56px;
}
.check-list-form__modal-inner .r-input {
  height: 100%;
  border-radius: 3px;
  width: 100%;
  line-height: 48px;
  border: 1.3px solid #F2F4F7;
  font-size: 16px;
  padding: 16px 13px;
}
.check-list-form__modal-inner .r-input:focus {
  outline: 1px solid #6547F4;
}
.check-list-form__modal-inner .r-input-label {
  font-size: 14px;
  line-height: 20px;
}
.check-list-form__modal-inner .r-input-desc {
  font-size: 14px;
  line-height: 18px;
  color: #c9471d;
  margin-top: 4px;
}
.check-list-form__modal-inner button.r-btn {
  padding: 25px 56px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  height: fit-content;
  border-radius: 3px;
  color: #333333;
}
.check-list-form__modal-inner button.r-btn:disabled {
  color: #cfcfcf;
  background: #eaeaea;
  border-color: #eaeaea;
}
.check-list-form__modal-inner button.r-btn:not(:disabled):not(.cancel) {
  background: #FCE300;
  border: none;
}
.check-list-form__modal-inner button.r-btn:not(:disabled):not(.cancel):hover {
  background-color: #FCE300;
}
.check-list-form__modal__agreement {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
@media (max-width: 769px) {
  .check-list-form__modal .r-modal-container {
    height: auto;
    min-height: 100%;
    max-width: 100% !important;
  }
}
.subscription-form {
  margin: 56px 0;
}
.subscription-form__content-width {
  max-width: 658px;
  margin: 0 auto;
}
@media (max-width: 752px) {
  .subscription-form__content-width {
    margin: 0 16px;
  }
}
.subscription-form {
  width: 100%;
  background: #F2F4F7;
  position: relative;
  font-family: Gotham;
}
.subscription-form__inner {
  padding: 56px 0;
  display: flex;
  flex-direction: column;
}
.subscription-form__title {
  text-align: center;
}
.subscription-form__title p {
  margin: 4px 56px 24px 56px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 752px) {
  .subscription-form__title p {
    margin: 4px 10px 16px 10px;
  }
}
.subscription-form__h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.subscription-form__controls {
  display: flex;
  justify-content: space-between;
}
.subscription-form__controls .r-input {
  border-radius: 3px;
  height: 48px;
  width: 350px;
  line-height: 48px;
  border: 1.3px solid #F2F4F7;
  font-size: 16px;
}
.subscription-form__controls .r-input:focus {
  outline: 1px solid #6547F4;
}
.subscription-form__controls .r-input-label {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.subscription-form__controls .r-input-desc {
  font-size: 14px;
  line-height: 18px;
  color: #c9471d;
  margin-top: 4px;
}
.subscription-form__controls button.r-btn {
  height: 48px;
  width: 284px;
  margin-top: 24px;
  color: #FFFFFF;
  font-family: inherit;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
}
.subscription-form__controls button.r-btn:disabled {
  color: #808080;
  background: #DCDCDC;
  border-color: #DCDCDC;
}
.subscription-form__controls button.r-btn:not(:disabled):not(.cancel) {
  background: #6547F4;
  border: none;
}
.subscription-form__controls button.r-btn:not(:disabled):not(.cancel):hover {
  background: #6547F4;
}
@media (max-width: 752px) {
  .subscription-form__controls .r-input-container {
    width: 100%;
  }
  .subscription-form__controls .r-input {
    width: 100%;
  }
  .subscription-form__controls button.r-btn {
    margin-top: 8px;
    height: auto;
    width: 100%;
    padding: 10px;
    white-space: normal;
  }
}
.subscription-form__agreement {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
@media (max-width: 752px) {
  .subscription-form__controls {
    flex-direction: column;
    align-items: center;
  }
}
.subscription-form__modal {
  color: #000000;
  font-family: Gotham !important;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
.subscription-form__modal .r-extended-modal {
  padding: 85px 48px;
}
.subscription-form__modal .r-extended-modal-title {
  margin: 0px;
}
.subscription-form__modal .r-extended-modal-text {
  margin: 0px;
}
@media (max-width: 752px) {
  .subscription-form__modal {
    font-size: 30px;
    line-height: 39px;
  }
}
.agreement {
  display: flex;
  flex-direction: row;
}
.agreement a {
  color: #6547F4;
}
