body,
.rud-header,
.rud-header *,
.rud-section,
.rud-section *,
.rud-footer,
.rud-footer * {
  padding: unset;
  margin: unset;
  box-sizing: border-box;
  font-family: "Gilroy";
  font-style: normal;
}

.rud-main {
  padding: 84px 0 0;
}
@media screen and (max-width: 1024px) {
  .rud-main {
    padding: 78px 0 0;
  }
}

.rud-section {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 2560px;
  margin: 0 0 200px;
}
@media screen and (max-width: 1600px) {
  .rud-section {
    margin: 0 0 150px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-section {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 650px) {
  .rud-section {
    margin: 0 0 100px;
  }
}

.rud-container {
  width: 100%;
  max-width: 1290px;
}
@media screen and (max-width: 1366px) {
  .rud-container {
    padding: 0 100px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .rud-container {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .rud-container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 600px) {
  .rud-container {
    padding: 0 16px;
  }
}

.rud-title {
  color: #000000;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}
@media screen and (max-width: 1600px) {
  .rud-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 650px) {
  .rud-title {
    font-size: 42px;
  }
}
.rud-title__center {
  text-align: center;
}

.rud-btn {
  padding: 27px 30px;
  border-radius: 40px;
  transition: all 0.3s ease-out;
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  border: none;
  outline: none;
  display: block;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .rud-btn {
    padding: 24px;
    font-size: 18px;
  }
}
.rud-btn.black {
  background: #000000;
  color: #ffffff;
}
.rud-btn.black:hover {
  background: #1F1F1F;
}
.rud-btn.yellow {
  background: #FAD108;
  color: #000000;
}
.rud-btn.yellow:hover {
  background: #E1BC07;
}

.rud-header {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 2px solid #F1F1F1;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.rud-header .rud-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .rud-header .rud-container {
    justify-content: flex-start;
  }
}
.rud-header__logo {
  width: 118px;
  height: 50px;
}
@media screen and (max-width: 1250px) {
  .rud-header__logo {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .rud-header__logo {
    width: 100px;
    height: 44px;
  }
}
@media screen and (max-width: 650px) {
  .rud-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: unset;
  }
}
.rud-header__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1250px) {
  .rud-header__navigation {
    display: none;
  }
}
.rud-header__navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.rud-header__navigation ul li {
  margin-right: 24px;
}
.rud-header__navigation ul li:last-child {
  margin: unset;
}
.rud-header__navigation ul li a {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 6px;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
}
.rud-header__navigation ul li a:hover {
  background: #E5E5E5;
}
.rud-header__main_title {
  width: 180px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #FAD108;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .rud-header__main_title {
    display: none;
  }
}
.rud-header__main_offset {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1370px) {
  .rud-header__main_offset {
    max-width: 240px;
  }
}
@media screen and (max-width: 1300px) {
  .rud-header__main_offset {
    max-width: 195px;
  }
}
@media screen and (max-width: 1150px) {
  .rud-header__main_offset {
    display: none;
  }
}
.rud-header__basic--info__contacts--phone {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 230px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .rud-header__basic--info__contacts--phone {
    justify-content: end;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .rud-header__basic--info__contacts--phone {
    width: 90px;
  }
}
.rud-header__basic--info__contacts--phone__text {
  display: flex;
}
.rud-header__basic--info__contacts--phone__text .click-mobile-phone {
  display: flex;
  width: 240px;
}
@media screen and (max-width: 800px) {
  .rud-header__basic--info__contacts--phone__text .click-mobile-phone {
    width: 50px;
  }
}
.rud-header__basic--info__contacts--phone__text .click-mobile-phone svg {
  margin-right: 10px;
  order: 1;
}
.rud-header__basic--info__contacts--phone__text .click-mobile-phone .tel {
  display: flex;
  flex-wrap: wrap;
  order: 2;
  width: 190px;
}
@media screen and (max-width: 800px) {
  .rud-header__basic--info__contacts--phone__text .click-mobile-phone .tel {
    display: none;
  }
}
.rud-header__basic--info__contacts--phone__text .click-mobile-phone .tel img {
  display: none;
}
.rud-header__basic--info__contacts--phone__text .click-mobile-phone .tel span {
  width: 190px;
  font-size: 12px;
}
.rud-header__basic--info__contacts--phone__text svg {
  margin-right: 10px;
}
.rud-header__basic--info__contacts--phone__text--number:hover {
  color: #FAD108;
}
.rud-header__basic--info__contacts--phone__text #header-phone_number {
  display: none;
}
.rud-header__basic--info__contacts--phone__text:hover {
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .rud-header__basic--info__contacts--phone__content {
    display: none;
  }
}
.rud-header__basic--info__contacts--phone__icon {
  margin-right: 15px;
}
.rud-header__basic--info__contacts--phone__text--description {
  width: 160px;
  font-size: 12px;
}
.rud-header__links {
  display: flex;
  align-items: center;
}
.rud-header__links a {
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.rud-header__links a:last-child {
  margin: unset;
}
@media screen and (max-width: 650px) {
  .rud-header__links a span {
    display: none;
  }
}
.rud-header__links--social {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .rud-header__links--social {
    display: none;
  }
}
.rud-header__links--telegram {
  background: #D9EDF8;
}
.rud-header__links--telegram:hover {
  background: #C3D5DF;
}
.rud-header__links--viber {
  background-color: #EAE7FD;
}
.rud-header__links--viber:hover {
  background: #D2CFE3;
}
.rud-header__links--yellow {
  border-radius: 20px;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  background-color: #FFE77B;
  padding: 10px 20px;
}
.rud-header__links--yellow:hover {
  background: #E1BC07;
}
@media (max-width: 600px) {
  .rud-header__links--yellow {
    padding: 10px 12px;
    height: 44px;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .rud-header__links--yellow {
    padding: 5px 15px;
  }
}
.rud-header__burger {
  display: none;
}
@media screen and (max-width: 1250px) {
  .rud-header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #F1F1F1;
    cursor: pointer;
    margin: 0 36px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .rud-header__burger {
    width: 64px;
    margin: 0 auto 0 0;
  }
}
.rud-header__burger span {
  width: 18px;
  height: 2px;
  display: block;
  position: relative;
  background-color: #636363;
  border-radius: 8px;
}
.rud-header__burger span::before, .rud-header__burger span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #636363;
  border-radius: 8px;
  left: 0;
}
.rud-header__burger span::before {
  top: -6px;
}
.rud-header__burger span::after {
  bottom: -6px;
}
.rud-header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
.rud-header__menu.rud-active {
  opacity: 1;
  pointer-events: inherit;
}
.rud-header__menu--content {
  position: relative;
  z-index: 1;
  max-width: 424px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .rud-header__menu--content {
    padding: 24px;
  }
}
.rud-header__menu--content__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 64px;
}
@media screen and (max-width: 650px) {
  .rud-header__menu--content__head {
    margin: 0 0 104px;
  }
}
.rud-header__menu--content__head--logo {
  width: 100px;
  height: 44px;
}
.rud-header__menu--content__head--logo img {
  width: 100%;
  height: 100%;
}
.rud-header__menu--content__head--close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #F1F1F1;
  cursor: pointer;
}
.rud-header__menu--content__nav {
  margin: 0 0 auto;
}
.rud-header__menu--content__nav ul {
  list-style: none;
}
.rud-header__menu--content__nav ul li {
  margin: 0 0 24px;
}
.rud-header__menu--content__nav ul li:last-child {
  margin: unset;
}
.rud-header__menu--content__nav ul li a {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: unset;
  padding: 5px 6px;
  display: block;
}
.rud-header__menu--content__links {
  display: flex;
  flex-direction: column;
}
.rud-header__menu--content__links--socials {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.rud-header__menu--content__links--socials a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
.rud-header__menu--content__links--socials a:last-child {
  margin: unset;
}
.rud-header__menu--content__links--socials a.telegram {
  background: #D9EDF8;
}
.rud-header__menu--content__links--socials a.viber {
  background: #EAE7FD;
}
.rud-header__menu--content__links--callback {
  padding: 24px 36px;
  border-radius: 48px;
  background: #FFE77B;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.41px;
  text-decoration: unset;
  width: max-content;
  max-width: 100%;
}
.rud-header__menu--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #FFE77B;
}

.rud-hero {
  padding: 150px 0 0;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .rud-hero {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero {
    padding: 24px 0 0;
  }
}
.rud-hero--wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rud-hero--wrap {
    flex-direction: column;
  }
}
.rud-hero__info {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .rud-hero__info {
    width: 100%;
    align-items: center;
    margin: 0 0 64px;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__info {
    margin: 0 0 36px;
  }
}
.rud-hero__info__text {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__text {
    margin: 0 0 11px;
  }
}
.rud-hero__info__text span {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  padding: 16px 24px;
  margin: 0 8px 0 0;
  display: block;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__text span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-hero__info__text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .rud-hero__info__text span {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__info__text span {
    padding: 12px 16px;
    font-size: 16px;
  }
}
.rud-hero__info__text span:last-child {
  margin: unset;
}
.rud-hero__info__text span.yellow {
  background: #FAD108;
  border-radius: 8px 36px;
}
@media screen and (max-width: 650px) {
  .rud-hero__info__text span.yellow {
    border-radius: 8px 24px;
  }
}
.rud-hero__info__text span.grey {
  background: #F1F1F1;
  border-radius: 36px 8px;
}
@media screen and (max-width: 650px) {
  .rud-hero__info__text span.grey {
    border-radius: 24px 8px;
  }
}
.rud-hero__info__title {
  color: #000000;
  font-size: 70px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 76px;
  max-width: 657px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__title {
    font-size: 56px;
    max-width: 550px;
    margin: 0 0 94px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-hero__info__title {
    font-size: 50px;
    max-width: 480px;
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 900px) {
  .rud-hero__info__title {
    font-size: 64px;
    max-width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .rud-hero__info__title {
    max-width: 100%;
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__info__title {
    font-size: 36px;
    margin: 0 0 16px;
  }
}
.rud-hero__info__title span {
  padding: 13px 24px;
  border-radius: 8px 36px;
  background: #282828;
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  left: 6px;
  top: -4px;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__title span {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-hero__info__title span {
    font-size: 36px;
    display: inline-block;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__info__title span {
    padding: 12px 70px;
    font-size: 20px;
  }
}
.rud-hero__info__title::after {
  content: "";
  display: block;
  width: 130px;
  height: 4px;
  border-radius: 2px;
  background: #D4D4D4;
  position: absolute;
  bottom: -42px;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__title::after {
    bottom: -52px;
  }
}
@media screen and (max-width: 900px) {
  .rud-hero__info__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .rud-hero__info__title::after {
    bottom: -24px;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__info__title::after {
    display: none;
  }
}
.rud-hero__info__date {
  display: flex;
  padding: 24px 36px;
  gap: 48px;
  border-radius: 8px 36px;
  background: #F1F1F1;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__date {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__info__date {
    padding: 16px 20px;
    gap: 36px;
  }
}
.rud-hero__info__date--item {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__date--item {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__info__date--item {
    font-size: 15px;
  }
}
.rud-hero__info__date--item__icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBDBDB;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
@media screen and (max-width: 650px) {
  .rud-hero__info__date--item__icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
  .rud-hero__info__date--item__icon svg {
    width: 12px;
  }
}
.rud-hero__info__date--item span {
  color: rgba(0, 0, 0, 0.4);
  margin: 0 0 0 5px;
}
.rud-hero__info__date--item::after {
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  background: #D4D4D4;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .rud-hero__info__date--item::after {
    right: -18px;
    height: 26px;
  }
}
.rud-hero__info__date--item:last-child::after {
  display: none;
}
.rud-hero__info__icon {
  position: absolute;
  right: -74px;
  top: -68px;
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__icon {
    right: -61px;
    top: -10px;
    transform: rotate(11deg);
  }
}
@media screen and (max-width: 1024px) {
  .rud-hero__info__icon {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .rud-hero__info__icon svg {
    width: 131px;
    height: 129px;
  }
}
.rud-hero__form {
  width: calc(49% - 110px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .rud-hero__form {
    width: calc(45% - 100px);
  }
}
@media screen and (max-width: 1366px) {
  .rud-hero__form {
    width: calc(49% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-hero__form {
    width: calc(52% - 105px);
  }
}
@media screen and (max-width: 900px) {
  .rud-hero__form {
    width: 100%;
    padding: 48px;
    border-radius: 8px 36px;
    border: 3px dashed #DBDBDB;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__form {
    padding: 36px 24px;
  }
}
.rud-hero__form--title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .rud-hero__form--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-hero__form--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .rud-hero__form--title {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__form--title {
    font-size: 22px;
  }
}
.rud-hero__form--title span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 600;
}
.rud-hero__form--descr {
  color: #555;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .rud-hero__form--descr {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .rud-hero__form--descr {
    text-align: center;
    font-size: 16px;
  }
}
.rud-hero__form--descr b, .rud-hero__form--descr strong {
  font-size: 700;
}
.rud-hero__form label {
  width: 100%;
  margin: 0 0 12px;
}
@media screen and (max-width: 900px) {
  .rud-hero__form label {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 600px) {
  .rud-hero__form label {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .rud-hero__form label + label {
    margin: 0 0 12px 12px;
  }
}
@media screen and (max-width: 650px) {
  .rud-hero__form label + label {
    margin: 0 0 12px;
  }
}
.rud-hero__form label > .iti {
  width: 100%;
  max-width: 100%;
}
.rud-hero__form label > .iti > .iti__flag-container {
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
}
.rud-hero__form label > .iti > .iti__flag-container > .iti__selected-flag {
  border-radius: 40px;
  background: #E3E3E3;
  padding: 0 12px;
}
.rud-hero__form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__selected-dial-code {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.6px;
}
@media screen and (max-width: 1600px) {
  .rud-hero__form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__selected-dial-code {
    font-size: 18px;
    line-height: 27.6px;
  }
}
.rud-hero__form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__arrow {
  margin: 0 0 0 6px;
}
.rud-hero__form label > .iti .iti__flag-box {
  margin-right: 6px;
}
.rud-hero__form label > .iti .iti__country {
  padding: 5px 10px;
}
.rud-hero__form label > .iti .iti__country-name {
  margin-right: 6px;
}
.rud-hero__form label input {
  border-radius: 45px;
  background: #F1F1F1;
  padding: 24px 36px;
  outline: unset;
  border: 1px solid transparent;
  height: 76px;
  width: 100%;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  outline: unset;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .rud-hero__form label input {
    height: 68px;
    padding: 20px 30px;
    font-size: 18px;
  }
}
.rud-hero__form label input::placeholder {
  color: #757575;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rud-hero__form label input::placeholder {
    font-size: 18px;
  }
}
.rud-hero__form label input.rud-error {
  border-color: red;
}
.rud-hero__form button {
  margin: 12px 0 0;
}
@media screen and (max-width: 650px) {
  .rud-hero__form button {
    font-size: 17px;
  }
}
.rud-hero__icon {
  position: absolute;
  left: 1px;
  bottom: -274px;
}
@media screen and (max-width: 1600px) {
  .rud-hero__icon {
    width: 230px;
    left: -102px;
    bottom: -198px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-hero__icon {
    left: -146px;
    bottom: -226px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-hero__icon {
    display: none;
  }
}

.rud-advantages {
  margin-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  .rud-advantages {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-advantages {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 375px) {
  .rud-advantages {
    margin-bottom: 100px;
  }
}
.rud-advantages .rud-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 885px) {
  .rud-advantages .rud-container {
    flex-direction: column-reverse;
    gap: unset;
  }
}
.rud-advantages__left {
  flex: 1;
}
.rud-advantages__left img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 885px) {
  .rud-advantages__left img {
    position: relative;
    top: -41px;
  }
}
@media screen and (max-width: 768px) {
  .rud-advantages__left img {
    top: -19px;
  }
}
@media screen and (max-width: 610px) {
  .rud-advantages__left img {
    top: -3%;
  }
}
.rud-advantages__right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  height: 100%;
}
@media screen and (max-width: 610px) {
  .rud-advantages__right {
    padding-top: 0;
    gap: 16px;
  }
}
.rud-advantages__item {
  box-sizing: border-box;
  flex-basis: calc(50% - 12px);
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 25px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 1366px) {
  .rud-advantages__item {
    padding: 21px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-advantages__item {
    padding: 22.5px 24px;
  }
}
@media screen and (max-width: 885px) {
  .rud-advantages__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .rud-advantages__item {
    padding: 31px 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 610px) {
  .rud-advantages__item {
    padding: 24px;
    gap: unset;
    flex-basis: auto;
    width: 100%;
  }
}
.rud-advantages__item--yellow {
  background-color: #ffe77b;
  border-radius: 16px 80px 16px 16px;
}
@media screen and (max-width: 1600px) {
  .rud-advantages__item--yellow {
    border-radius: 16px 64px 16px 16px;
  }
}
.rud-advantages__item--yellow .rud-advantages__icon-wrapper {
  background-color: #000000;
}
.rud-advantages__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .rud-advantages__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 885px) {
  .rud-advantages__text {
    width: calc(100% - 84px);
  }
}
@media screen and (max-width: 768px) {
  .rud-advantages__text {
    width: calc(100% - 64px);
  }
}
.rud-advantages__text span {
  font-weight: 700;
}
.rud-advantages__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe77b;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .rud-advantages__icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 10px;
    flex-shrink: 0;
  }
}
.rud-advantages__icon-wrapper img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .rud-advantages__icon-wrapper img {
    width: 100%;
  }
}

.rud-speaker .rud-container {
  display: flex;
  gap: 23px;
  align-items: stretch;
}
@media screen and (max-width: 1600px) {
  .rud-speaker .rud-container {
    gap: 26px;
  }
}
@media screen and (max-width: 960px) {
  .rud-speaker .rud-container {
    flex-direction: column;
    gap: 56px;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker .rud-container {
    flex-direction: column;
    gap: 24px;
  }
}
.rud-speaker__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding-top: 58px;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__left {
    padding-top: 67px;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-speaker__left {
    padding-top: 52px;
    gap: 16px;
  }
}
@media screen and (max-width: 960px) {
  .rud-speaker__left {
    padding-top: 0;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__left {
    gap: 36px;
  }
}
.rud-speaker__name {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rud-speaker__kicker {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  color: #7B7B7B;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__kicker {
    font-size: 28px;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__kicker {
    font-size: 20px;
  }
}
.rud-speaker__title {
  display: inline-block;
  background-color: #FAD108;
  padding: 16px 24px;
  border-radius: 8px 36px;
  font-size: 56px;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__title {
    font-size: 36px;
  }
}
.rud-speaker__divider {
  width: 130px;
  height: 4px;
  background-color: #D4D4D4;
  border-radius: 2px;
}
.rud-speaker__credential {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__credential {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 12px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-speaker__credential {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .rud-speaker__credential {
    align-self: flex-start;
    text-align: left;
    gap: 24px 20px;
  }
}
.rud-speaker__credential-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__credential-item {
    flex-basis: calc(50% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .rud-speaker__credential-item {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__credential-item {
    flex-basis: 100%;
  }
}
.rud-speaker__item-icon {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: #FFE77B;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__item-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
.rud-speaker__item-icon img {
  max-width: 30px;
  max-height: 30px;
}
.rud-speaker__item-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__item-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-speaker__item-text p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-speaker__item-text p {
    font-size: 18px;
  }
}
.rud-speaker__item-text p b {
  font-weight: 700;
}
.rud-speaker__right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__right {
    max-width: 571px;
  }
}
@media screen and (max-width: 960px) {
  .rud-speaker__right {
    align-items: center;
    text-align: center;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .rud-speaker__right {
    position: relative;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__right {
    flex-direction: column;
    align-items: center;
  }
}
.rud-speaker__image {
  line-height: 0;
}
.rud-speaker__image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__image img {
    width: 407px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__image img {
    width: 343px;
  }
}
.rud-speaker__quote {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  background-color: #f1f1f1;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__quote {
    gap: 24px;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__quote {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.rud-speaker__quote-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 610px) {
  .rud-speaker__quote-icon {
    width: 48px;
    height: 48px;
  }
}
.rud-speaker__quote-icon img {
  max-width: 24px;
  max-height: 24px;
}
.rud-speaker__quote-text {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .rud-speaker__quote-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-speaker__quote-text {
    text-align: left;
  }
}
@media screen and (max-width: 610px) {
  .rud-speaker__quote-text {
    text-align: center;
  }
}
.rud-speaker__quote-text b {
  font-weight: 700;
  font-style: italic;
}

.rud-audience .rud-container {
  display: flex;
  flex-direction: column;
}
.rud-audience__wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .rud-audience__wrapper {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-audience__wrapper {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .rud-audience__wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.rud-audience__profile {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1600px) {
  .rud-audience__profile {
    gap: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-audience__profile {
    gap: 24px;
  }
}
.rud-audience__profile-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.rud-audience__profile-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 63%;
  bottom: 0;
  z-index: 1;
  border-radius: 80px 16px;
}
@media screen and (max-width: 1600px) {
  .rud-audience__profile-image::before {
    border-radius: 64px 16px;
  }
}
@media screen and (max-width: 1180px) {
  .rud-audience__profile-image::before {
    height: 68%;
  }
}
@media screen and (max-width: 1024px) {
  .rud-audience__profile-image::before {
    border-radius: 64px 16px;
    height: 70%;
  }
}
@media screen and (max-width: 375px) {
  .rud-audience__profile-image::before {
    border-radius: 36px 16px;
    height: 90%;
  }
}
.rud-audience__profile-image img {
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.rud-audience__profile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1366px) {
  .rud-audience__profile-content {
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-audience__profile-content {
    align-items: center;
    text-align: center;
    padding: 0 36px;
  }
}
.rud-audience__profile-tag {
  background-color: #F1F1F1;
  padding: 16px 24px;
  border-radius: 8px 36px;
}
.rud-audience__profile-tag p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #555555;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  .rud-audience__profile-tag p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .rud-audience__profile-tag p {
    font-size: 14px;
  }
}
.rud-audience__profile-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .rud-audience__profile-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .rud-audience__profile-title {
    font-size: 28px;
  }
}
.rud-audience__profile-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #555555;
  margin: 0;
}
.rud-audience__profile-text span {
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .rud-audience__profile-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rud-audience__profile-text {
    font-size: 18px;
  }
}
.rud-audience__profile--parents .rud-audience__profile-image::before {
  background-color: #FFE77B;
}
.rud-audience__profile--parents .rud-audience__profile-image img {
  width: 452px;
}
@media screen and (max-width: 1600px) {
  .rud-audience__profile--parents .rud-audience__profile-image img {
    width: 407px;
  }
}
@media screen and (max-width: 1180px) {
  .rud-audience__profile--parents .rud-audience__profile-image img {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .rud-audience__profile--parents .rud-audience__profile-image img {
    width: 371px;
  }
}
@media screen and (max-width: 1000px) {
  .rud-audience__profile--parents .rud-audience__profile-image img {
    width: 85%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .rud-audience__profile--parents .rud-audience__profile-image img {
    width: 371px;
    padding: 0;
  }
}
@media screen and (max-width: 610px) {
  .rud-audience__profile--parents .rud-audience__profile-image img {
    width: 281px;
  }
}
.rud-audience__profile--students .rud-audience__profile-image::before {
  background-color: #F1F1F1;
  border-radius: 16px 80px 16px 80px;
}
@media screen and (max-width: 1600px) {
  .rud-audience__profile--students .rud-audience__profile-image::before {
    border-radius: 16px 80px;
  }
}
@media screen and (max-width: 610px) {
  .rud-audience__profile--students .rud-audience__profile-image::before {
    border-radius: 16px 36px;
  }
}
.rud-audience__profile--students .rud-audience__profile-image img {
  width: 425px;
}
@media screen and (max-width: 1600px) {
  .rud-audience__profile--students .rud-audience__profile-image img {
    width: 382px;
  }
}
@media screen and (max-width: 1180px) {
  .rud-audience__profile--students .rud-audience__profile-image img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .rud-audience__profile--students .rud-audience__profile-image img {
    width: 348px;
  }
}
@media screen and (max-width: 1000px) {
  .rud-audience__profile--students .rud-audience__profile-image img {
    width: 80%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .rud-audience__profile--students .rud-audience__profile-image img {
    width: 348px;
    padding: 0;
  }
}
@media screen and (max-width: 610px) {
  .rud-audience__profile--students .rud-audience__profile-image img {
    width: 264px;
  }
}
.rud-audience__button {
  display: flex;
  justify-content: center;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 1600px) {
  .rud-audience__button {
    margin: 64px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .rud-audience__button {
    margin: 48px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .rud-audience__button {
    margin: 64px 0 0 0;
  }
}
@media screen and (max-width: 610px) {
  .rud-audience__button {
    margin: 48px 0 0 0;
  }
}

.rud-guests .rud-container {
  display: flex;
  gap: 134px;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .rud-guests .rud-container {
    gap: 119px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-guests .rud-container {
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .rud-guests .rud-container {
    flex-direction: column-reverse;
    gap: 70px;
  }
}
@media screen and (max-width: 610px) {
  .rud-guests .rud-container {
    gap: 62px;
  }
}
.rud-guests__left {
  flex-basis: 524px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1600px) {
  .rud-guests__left {
    flex-basis: 472px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-guests__left {
    flex-basis: 360px;
    position: relative;
    top: 51px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .rud-guests__left {
    top: unset;
  }
}
.rud-guests__right {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .rud-guests__right {
    position: relative;
    top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-guests__right {
    top: unset;
  }
}
@media screen and (max-width: 768px) {
  .rud-guests__right {
    align-items: center;
  }
}
.rud-guests__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.rud-guests__kicker {
  background-color: #F1F1F1;
  padding: 16px 24px;
  border-radius: 8px 36px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  color: #6B6B6B;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .rud-guests__kicker {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .rud-guests__kicker {
    margin-bottom: 16px;
  }
}
.rud-guests__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 1600px) {
  .rud-guests__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 610px) {
  .rud-guests__title {
    font-size: 42px;
  }
}
.rud-guests__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #7B7B7B;
  margin-bottom: 36px;
}
@media screen and (max-width: 1600px) {
  .rud-guests__text {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 610px) {
  .rud-guests__text {
    font-size: 18px;
    text-align: center;
  }
}
.rud-guests__divider {
  width: 130px;
  height: 4px;
  background-color: #D4D4D4;
  border-radius: 2px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1600px) {
  .rud-guests__divider {
    margin-bottom: 24px;
  }
}
.rud-guests__credentials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px 16px;
  width: 100%;
  margin-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  .rud-guests__credentials {
    gap: 24px;
  }
}
@media screen and (max-width: 1600px) {
  .rud-guests__credentials {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 78px;
  }
  .rud-guests__credentials .credential-item:nth-child(1),
  .rud-guests__credentials .credential-item:nth-child(2) {
    flex-basis: calc(50% - 12px);
  }
}
@media screen and (max-width: 1600px) and (max-width: 1024px) {
  .rud-guests__credentials .credential-item:nth-child(1),
  .rud-guests__credentials .credential-item:nth-child(2) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .rud-guests__credentials .credential-item:nth-child(3) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .rud-guests__credentials {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .rud-guests__credentials {
    gap: 12px;
  }
}
@media screen and (max-width: 610px) {
  .rud-guests__credentials {
    gap: 16px;
  }
}
.rud-guests__quote {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background-color: #FFE77B;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .rud-guests__quote {
    align-items: center;
  }
}
@media screen and (max-width: 610px) {
  .rud-guests__quote {
    flex-direction: column;
    gap: 16px;
  }
}

.guests-photo {
  position: relative;
}
.guests-photo__main {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
  .guests-photo__main {
    width: 387px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .guests-photo__main {
    width: 359px;
  }
}
@media screen and (max-width: 768px) {
  .guests-photo__main {
    width: 395px;
  }
}
@media screen and (max-width: 610px) {
  .guests-photo__main {
    width: 294px;
  }
}
.guests-photo__star--small, .guests-photo__star--big, .guests-photo__eclipse--1, .guests-photo__eclipse--2 {
  position: absolute;
  z-index: 1;
}
.guests-photo__star--small {
  z-index: 9;
  top: -8%;
  left: 45%;
}
@media screen and (max-width: 1600px) {
  .guests-photo__star--small {
    width: 56px;
    top: -4%;
    left: 47%;
  }
}
@media screen and (max-width: 1024px) {
  .guests-photo__star--small {
    width: 51px;
  }
}
@media screen and (max-width: 768px) {
  .guests-photo__star--small {
    width: 57px;
  }
}
@media screen and (max-width: 610px) {
  .guests-photo__star--small {
    width: 42px;
  }
}
.guests-photo__star--big {
  z-index: 9;
  bottom: 10%;
  left: -20%;
}
@media screen and (max-width: 1600px) {
  .guests-photo__star--big {
    width: 122px;
    bottom: 10%;
    left: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .guests-photo__star--big {
    width: 112px;
    bottom: 10%;
    left: -20%;
  }
}
@media screen and (max-width: 768px) {
  .guests-photo__star--big {
    width: 124px;
    bottom: 10%;
    left: 10%;
  }
}
@media screen and (max-width: 610px) {
  .guests-photo__star--big {
    width: 92px;
    bottom: 10%;
    left: -12%;
  }
}
.guests-photo__eclipse--1 {
  z-index: 1;
  top: 20%;
  left: -5%;
}
@media screen and (max-width: 1600px) {
  .guests-photo__eclipse--1 {
    width: 105px;
    top: 15%;
    left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .guests-photo__eclipse--1 {
    width: 96px;
    top: 15%;
    left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .guests-photo__eclipse--1 {
    width: 106px;
    top: 15%;
    left: 18%;
  }
}
@media screen and (max-width: 610px) {
  .guests-photo__eclipse--1 {
    width: 80px;
    top: 15%;
    left: 3%;
  }
}
.guests-photo__eclipse--2 {
  z-index: 1;
  bottom: 30%;
  right: -10%;
}
@media screen and (max-width: 1600px) {
  .guests-photo__eclipse--2 {
    width: 105px;
    bottom: 30%;
    right: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .guests-photo__eclipse--2 {
    width: 96px;
    bottom: 30%;
    right: -9%;
  }
}
@media screen and (max-width: 768px) {
  .guests-photo__eclipse--2 {
    width: 106px;
    bottom: 30%;
    right: 15%;
  }
}
@media screen and (max-width: 610px) {
  .guests-photo__eclipse--2 {
    width: 80px;
    bottom: 30%;
    right: -2%;
  }
}

.guests__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 610px) {
  .guests__icon {
    width: 48px;
    height: 48px;
  }
}
.guests__icon img {
  max-width: 24px;
  max-height: 24px;
}

.quote__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .quote__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 610px) {
  .quote__text {
    text-align: center;
  }
}

.credential-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .credential-item {
    justify-content: center;
  }
}
.credential-item__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFE77B;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .credential-item__icon {
    width: 48px;
    height: 48px;
  }
}
.credential-item__icon img {
  max-width: 30px;
  max-height: 30px;
}
.credential-item__text p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .credential-item__text p {
    font-size: 18px;
  }
}

.rud-slovakia__title {
  max-width: 1008px;
  text-align: center;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  margin: 0 auto 64px;
}
@media (max-width: 1600px) {
  .rud-slovakia__title {
    font-size: 56px;
    margin: 0 auto 48px;
  }
}
@media (max-width: 650px) {
  .rud-slovakia__title {
    font-size: 40px;
    margin: 0 auto 36px;
  }
}
.rud-slovakia__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 650px) {
  .rud-slovakia__cards {
    gap: 16px;
  }
}
.rud-slovakia__cards--item {
  width: calc(33.3333333333% - 18px);
  padding: 36px;
  background-color: #F1F1F1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .rud-slovakia__cards--item {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .rud-slovakia__cards--item {
    width: calc(50% - 12px);
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .rud-slovakia__cards--item {
    width: 100%;
    flex-direction: row;
  }
}
.rud-slovakia__cards--item__icon {
  width: 64px;
  height: 64px;
  background-color: #FFE77B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 0 auto;
}
@media (max-width: 1600px) {
  .rud-slovakia__cards--item__icon {
    margin: unset;
  }
}
@media (max-width: 768px) {
  .rud-slovakia__cards--item__icon {
    margin: 0 0 24px;
  }
}
@media (max-width: 650px) {
  .rud-slovakia__cards--item__icon {
    min-width: 48px;
    min-height: 48px;
    margin-right: 16px;
    width: 48px;
    height: 48px;
    padding: 9px;
  }
}
.rud-slovakia__cards--item__text {
  margin: 36px 0 0;
  width: 100%;
}
@media (max-width: 1600px) {
  .rud-slovakia__cards--item__text {
    margin: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .rud-slovakia__cards--item__text {
    margin: 0;
  }
}
.rud-slovakia__cards--item__text--title {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  align-items: center;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  .rud-slovakia__cards--item__text--title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 650px) {
  .rud-slovakia__cards--item__text--title {
    font-size: 20px;
  }
}
.rud-slovakia__cards--item__text--title__yellow {
  font-size: 40px;
}
@media (max-width: 1600px) {
  .rud-slovakia__cards--item__text--title__yellow {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  .rud-slovakia__cards--item__text--title__yellow {
    font-size: 24px;
  }
}
.rud-slovakia__cards--item__text--description {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}
@media (max-width: 1600px) {
  .rud-slovakia__cards--item__text--description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .rud-slovakia__cards--item__text--description {
    font-size: 16px;
  }
}
.rud-slovakia__cards--item__yellow {
  width: calc(66.6666666667% - 12px);
  background-color: #FFE77B;
}
@media (max-width: 768px) {
  .rud-slovakia__cards--item__yellow {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .rud-slovakia__cards--item__yellow .rud-slovakia__cards--item__text {
    margin: 0 0 0 auto;
    width: calc(100% - 64px - 24px);
  }
}
@media (max-width: 650px) {
  .rud-slovakia__cards--item__yellow .rud-slovakia__cards--item__text {
    width: calc(100% - 48px - 24px);
  }
}
.rud-slovakia__cards--item__yellow .rud-slovakia__cards--item__icon {
  background-color: #000000;
}
@media (max-width: 768px) {
  .rud-slovakia__cards--item__yellow .rud-slovakia__cards--item__icon {
    margin: unset;
  }
}
.rud-slovakia__cards--item__yellow + .rud-slovakia__cards--item {
  width: calc(33.3333333333% - 12px);
}
@media (max-width: 768px) {
  .rud-slovakia__cards--item__yellow + .rud-slovakia__cards--item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 650px) {
  .rud-slovakia__cards--item__yellow + .rud-slovakia__cards--item {
    width: 100%;
  }
}

.rud-program__blocks {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 900px) {
  .rud-program__blocks {
    flex-direction: column;
  }
}
.rud-program__blocks--record {
  width: calc(50% - 156px);
}
@media (max-width: 1600px) {
  .rud-program__blocks--record {
    width: calc(50% - 126px);
  }
}
@media (max-width: 900px) {
  .rud-program__blocks--record {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 36px;
  }
}
.rud-program__blocks--record__title {
  margin-bottom: 48px;
}
@media (max-width: 1600px) {
  .rud-program__blocks--record__title {
    margin-bottom: 36px;
  }
}
@media (max-width: 900px) {
  .rud-program__blocks--record__title {
    margin: 0 0 24px;
    text-align: center;
  }
}
.rud-program__blocks--list {
  width: 50%;
  position: relative;
}
@media (max-width: 900px) {
  .rud-program__blocks--list {
    width: 100%;
  }
}
.rud-program__blocks--list__item {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .rud-program__blocks--list__item {
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  .rud-program__blocks--list__item {
    margin: 0 0 16px;
  }
}
.rud-program__blocks--list__item:last-child {
  margin: unset;
}
.rud-program__blocks--list__item--number {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  align-items: center;
  color: #636363;
  background-color: #F1F1F1;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 1600px) {
  .rud-program__blocks--list__item--number {
    font-size: 20px;
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
}
.rud-program__blocks--list__item--number__yellow {
  background-color: #FFE77B;
  color: #000000;
}
.rud-program__blocks--list__item--text {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
}
@media (max-width: 1600px) {
  .rud-program__blocks--list__item--text {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .rud-program__blocks--list__item--text {
    font-size: 18px;
  }
}
.rud-program__blocks--list__item--text b, .rud-program__blocks--list__item--text strong {
  font-weight: 800;
}
.rud-program__blocks--list::after {
  content: "";
  display: block;
  position: absolute;
  left: 38px;
  top: 0;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .rud-program__blocks--list::after {
    left: 30px;
  }
}

.rud-reviews {
  position: relative;
  overflow: hidden;
}
.rud-reviews__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.rud-reviews__wrap::before, .rud-reviews__wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: calc((100vw - 1290px) / 2 + 10px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.7);
  filter: blur(5px);
  top: 10px;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .rud-reviews__wrap::before, .rud-reviews__wrap::after {
    width: calc((100vw - 200px) / 2 + 10px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-reviews__wrap::before, .rud-reviews__wrap::after {
    width: calc((100vw - 128px) / 2 + 10px);
  }
}
@media screen and (max-width: 768px) {
  .rud-reviews__wrap::before, .rud-reviews__wrap::after {
    width: calc((100vw - 96px) / 2 + 10px);
  }
}
@media screen and (max-width: 650px) {
  .rud-reviews__wrap::before, .rud-reviews__wrap::after {
    display: none;
  }
}
.rud-reviews__wrap::before {
  left: -10px;
  transform: translateX(-100%);
}
.rud-reviews__wrap::after {
  right: -10px;
  transform: translateX(100%);
}
.rud-reviews__title {
  margin: 0 0 36px;
  max-width: 855px;
}
@media screen and (max-width: 1600px) {
  .rud-reviews__title {
    margin: 0 0 24px;
  }
}
.rud-reviews__text {
  margin: 0 0 64px;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .rud-reviews__text {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 750px) {
  .rud-reviews__text {
    flex-wrap: wrap;
    max-width: 330px;
  }
}
@media screen and (max-width: 650px) {
  .rud-reviews__text {
    justify-content: center;
    margin: 0 0 36px;
  }
}
.rud-reviews__text span {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  padding: 16px 24px;
  border-radius: 8px 36px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1600px) {
  .rud-reviews__text span {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .rud-reviews__text span {
    margin: 12px 12px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .rud-reviews__text span {
    font-size: 32px;
  }
}
.rud-reviews__text span:last-child {
  margin: unset;
}
@media screen and (max-width: 750px) {
  .rud-reviews__text span:last-child {
    margin: 12px 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .rud-reviews__text span:first-child {
    margin: unset;
  }
}
.rud-reviews__text span.grey {
  color: #282828;
  background: #F1F1F1;
}
.rud-reviews__text span.yellow {
  color: #282828;
  background: #FAD108;
}
.rud-reviews__text span.black {
  color: #ffffff;
  background: #282828;
}
.rud-reviews__carousel {
  position: relative;
  overflow: hidden;
  width: 100vw;
  right: calc((100vw - 1290px) / 2);
}
@media screen and (max-width: 1366px) {
  .rud-reviews__carousel {
    right: calc((100vw - 200px) / -2);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .rud-reviews__carousel {
    right: calc((100vw - 128px) / -2);
  }
}
@media screen and (max-width: 768px) {
  .rud-reviews__carousel {
    right: calc((100vw - 96px) / -2);
  }
}
@media screen and (max-width: 650px) {
  .rud-reviews__carousel {
    right: unset;
    left: 0;
    width: calc(100vw - 12px);
    transform: translateX(0);
  }
}
.rud-reviews__carousel--wrap {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}
@media screen and (max-width: 1600px) {
  .rud-reviews__carousel--wrap {
    padding: 0 0 54px;
  }
}
@media screen and (max-width: 650px) {
  .rud-reviews__carousel--wrap {
    padding: 0 0 40px;
  }
}
.rud-reviews__carousel .swiper-wrapper {
  align-items: stretch;
}
.rud-reviews__carousel--slide {
  min-height: 542px;
  height: auto !important;
  border-radius: 24px;
  padding: 48px 24px;
  max-width: 304.5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .rud-reviews__carousel--slide {
    min-height: 490px;
    padding: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-reviews__carousel--slide {
    max-width: calc((100vw - 200px) / 4 - 18px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-reviews__carousel--slide {
    max-width: calc((100vw - 128px) / 4 - 18px);
    padding: 36px 24px;
    min-height: 368px;
  }
}
@media screen and (max-width: 768px) {
  .rud-reviews__carousel--slide {
    max-width: calc((100vw - 96px) / 3 - 16px);
    min-height: 372px;
  }
}
@media screen and (max-width: 750px) {
  .rud-reviews__carousel--slide {
    max-width: calc((100vw - 96px) / 2 - 12px);
  }
}
@media screen and (max-width: 650px) {
  .rud-reviews__carousel--slide {
    max-width: 100%;
    min-height: 536px;
  }
}
.rud-reviews__carousel--slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rud-reviews__carousel--slide__logo,
.rud-reviews__carousel--slide span,
.rud-reviews__carousel--slide a {
  position: relative;
  z-index: 1;
}
.rud-reviews__carousel--slide__logo {
  width: 81px;
  height: 34px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .rud-reviews__carousel--slide__logo {
    width: 48px;
    height: 20px;
  }
}
.rud-reviews__carousel--slide span {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin: auto 0;
}
@media screen and (max-width: 1600px) {
  .rud-reviews__carousel--slide span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-reviews__carousel--slide span {
    font-size: 18px;
  }
}
.rud-reviews__carousel--slide a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAD108;
  transition: 0.3s all ease-in-out;
  margin: 24px 0 0;
}
@media screen and (max-width: 1024px) {
  .rud-reviews__carousel--slide a {
    width: 36px;
    height: 36px;
  }
}
.rud-reviews__carousel--slide a:hover {
  background: #E1BC07;
}
.rud-reviews__carousel--slide a svg {
  width: 12px;
  height: 8px;
  margin: 2px 0 0;
}
.rud-reviews__carousel--arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F1F1F1;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1366px) {
  .rud-reviews__carousel--arrow {
    display: none;
  }
}
.rud-reviews__carousel--arrow.prev {
  left: -32px;
}
.rud-reviews__carousel--arrow.prev svg {
  margin: 0 4px 0 0;
}
.rud-reviews__carousel--arrow.next {
  right: -32px;
  transform: translateY(-50%) rotate(180deg);
}
.rud-reviews__carousel--arrow.next svg {
  margin: 0 0 0 -4px;
}
.rud-reviews__carousel--arrow:hover {
  background: #FAD108;
}
.rud-reviews__carousel--pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  left: unset !important;
}
.rud-reviews__carousel--pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #DBDBDB;
  transition: 0.3s all ease-in-out;
}
.rud-reviews__carousel--pagination .swiper-pagination-bullet-active {
  background: #282828;
  width: 20px;
  border-radius: 369px;
}

.rud-logos__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rud-logos__blocks--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 64px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .rud-logos__blocks--head {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-logos__blocks--head {
    flex-direction: column;
    margin: 0 0 36px;
  }
}
.rud-logos__blocks--head__title {
  width: calc(50% - 80px);
}
@media screen and (max-width: 1024px) {
  .rud-logos__blocks--head__title {
    width: 100%;
    margin: 0 0 24px;
  }
  .rud-logos__blocks--head__title br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rud-logos__blocks--head__title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 24px;
  }
}
.rud-logos__blocks--head__quote {
  width: 50%;
  background-color: #F1F1F1;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1600px) {
  .rud-logos__blocks--head__quote {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-logos__blocks--head__quote {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .rud-logos__blocks--head__quote {
    flex-direction: column;
    text-align: center;
  }
}
.rud-logos__blocks--head__quote--icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000000;
  margin: 0 36px 0 0;
}
@media screen and (max-width: 1600px) {
  .rud-logos__blocks--head__quote--icon {
    margin: 0 24px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .rud-logos__blocks--head__quote--icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0 0 16px;
  }
}
.rud-logos__blocks--info {
  display: flex;
  align-items: stretch;
  gap: 72px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1600px) {
  .rud-logos__blocks--info {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-logos__blocks--info {
    gap: 48px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .rud-logos__blocks--info {
    flex-wrap: wrap;
    gap: unset;
  }
}
.rud-logos__blocks--info__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rud-logos__blocks--info__item {
    width: 50%;
    border-right: 2px solid #EAEAEA;
    padding: 36px 36px 36px 0;
  }
}
@media screen and (max-width: 650px) {
  .rud-logos__blocks--info__item {
    width: 100%;
    border: unset;
    border-bottom: 2px solid #EAEAEA !important;
    padding: 0 0 20px 0;
    margin: 0 0 20px;
  }
}
.rud-logos__blocks--info__item::after {
  content: "";
  display: block;
  position: absolute;
  right: -36px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #EAEAEA;
}
@media screen and (max-width: 1024px) {
  .rud-logos__blocks--info__item::after {
    right: -24px;
  }
}
@media screen and (max-width: 768px) {
  .rud-logos__blocks--info__item::after {
    display: none;
  }
}
.rud-logos__blocks--info__item:last-child::after {
  display: none;
}
@media screen and (max-width: 650px) {
  .rud-logos__blocks--info__item:last-child {
    margin: unset;
    padding: unset !important;
    border-bottom: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .rud-logos__blocks--info__item:nth-child(even) {
    border: unset;
    padding: 36px 0 36px 36px;
  }
}
@media screen and (max-width: 650px) {
  .rud-logos__blocks--info__item:nth-child(even) {
    padding: 0 0 20px 0;
  }
}
.rud-logos__blocks--info__item--description {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .rud-logos__blocks--info__item--description {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .rud-logos__blocks--info__item--description {
    margin: 0 0 10px;
  }
}
.rud-logos__blocks--info__item--title {
  font-weight: 700;
  font-size: 48px;
  color: #000000;
  padding: 16px 24px;
  background-color: #FFE77B;
  border-radius: 8px 36px;
  margin: 0 0 16px;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  .rud-logos__blocks--info__item--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-logos__blocks--info__item--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .rud-logos__blocks--info__item--title {
    margin: 0 0 10px;
    padding: 12px 20px;
  }
}
.rud-logos__blocks--info__item--text {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1600px) {
  .rud-logos__blocks--info__item--text {
    font-size: 18px;
  }
}

.rud-vacancies__blocks {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .rud-vacancies__blocks {
    flex-direction: column;
    align-items: center;
  }
}
.rud-vacancies__blocks--info {
  width: calc(50% - 134px);
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--info {
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-vacancies__blocks--info {
    width: calc(50% - 46px);
  }
}
@media screen and (max-width: 768px) {
  .rud-vacancies__blocks--info {
    width: 100%;
    position: relative;
    top: unset;
    margin: 0 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.rud-vacancies__blocks--info__description {
  font-weight: 700;
  font-size: 36px;
  background-color: #FAD108;
  padding: 16px 22px;
  border-radius: 8px 36px;
  margin: 0 0 16px;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--info__description {
    font-size: 28px;
    margin: unset;
  }
}
@media screen and (max-width: 1024px) {
  .rud-vacancies__blocks--info__description {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .rud-vacancies__blocks--info__description {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 650px) {
  .rud-vacancies__blocks--info__description {
    font-size: 20px;
  }
}
.rud-vacancies__blocks--info__title {
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--info__title {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-vacancies__blocks--info__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .rud-vacancies__blocks--info__title {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .rud-vacancies__blocks--info__title {
    font-size: 42px;
  }
}
.rud-vacancies__blocks--info__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--info__text {
    font-size: 20px;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .rud-vacancies__blocks--info__text {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .rud-vacancies__blocks--info__text {
    font-size: 18px;
  }
}
.rud-vacancies__blocks--info__text b, .rud-vacancies__blocks--info__text strong {
  font-weight: 700;
}
.rud-vacancies__blocks--list {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .rud-vacancies__blocks--list {
    width: 100%;
  }
}
.rud-vacancies__blocks--list__item {
  background-color: #F1F1F1;
  border-radius: 16px;
  padding: 36px 36px 24px 36px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--list__item {
    padding: 24px 24px 12px 24px;
  }
}
@media screen and (max-width: 650px) {
  .rud-vacancies__blocks--list__item {
    padding: 24px 24px 16px 24px;
  }
}
.rud-vacancies__blocks--list__item:last-child {
  margin: unset;
}
.rud-vacancies__blocks--list__item--head {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  padding: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--list__item--head {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
}
.rud-vacancies__blocks--list__item--head__icon {
  margin-right: 16px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--list__item--head__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.rud-vacancies__blocks--list__item--head__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  color: #000000;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--list__item--head__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .rud-vacancies__blocks--list__item--head__title {
    font-size: 22px;
  }
}
.rud-vacancies__blocks--list__item--head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/vacancies_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rud-vacancies__blocks--list__item--jobs {
  display: flex;
  flex-wrap: wrap;
}
.rud-vacancies__blocks--list__item--jobs__item {
  background: #ffffff;
  margin: 0 12px 12px 0;
  border-radius: 24px;
  padding: 10px 16px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}
@media screen and (max-width: 1600px) {
  .rud-vacancies__blocks--list__item--jobs__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .rud-vacancies__blocks--list__item--jobs__item {
    font-size: 15px;
    padding: 8px 12px;
    margin: 0 8px 8px 0;
  }
}

.rud-team {
  position: relative;
  overflow: hidden;
}
.rud-team .rud-container {
  position: relative;
}
.rud-team .rud-container::before, .rud-team .rud-container::after {
  content: "";
  display: block;
  position: absolute;
  width: calc((100vw - 1290px) / 2 + 10px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.7);
  filter: blur(5px);
  top: 10px;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .rud-team .rud-container::before, .rud-team .rud-container::after {
    width: calc((100vw - 200px) / 2 + 10px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-team .rud-container::before, .rud-team .rud-container::after {
    width: calc((100vw - 128px) / 2 + 10px);
  }
}
@media screen and (max-width: 768px) {
  .rud-team .rud-container::before, .rud-team .rud-container::after {
    width: calc((100vw - 96px) / 2 + 10px);
  }
}
@media screen and (max-width: 650px) {
  .rud-team .rud-container::before, .rud-team .rud-container::after {
    display: none;
  }
}
.rud-team .rud-container::before {
  left: -10px;
  transform: translateX(-100%);
}
@media screen and (max-width: 1366px) {
  .rud-team .rud-container::before {
    left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-team .rud-container::before {
    left: 64px;
  }
}
@media screen and (max-width: 768px) {
  .rud-team .rud-container::before {
    left: 48px;
  }
}
.rud-team .rud-container::after {
  right: -10px;
  transform: translateX(100%);
}
@media screen and (max-width: 1366px) {
  .rud-team .rud-container::after {
    right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-team .rud-container::after {
    right: 64px;
  }
}
@media screen and (max-width: 768px) {
  .rud-team .rud-container::after {
    right: 48px;
  }
}
.rud-team__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .rud-team__head {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .rud-team__head {
    margin: 0 0 48px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .rud-team__head--info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.rud-team__head--info__label {
  padding: 16px 24px;
  border-radius: 8px 36px;
  background: #F1F1F1;
  width: max-content;
  max-width: 100%;
  color: #636363;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .rud-team__head--info__label {
    font-size: 18px;
  }
}
.rud-team__head--info__title {
  padding: 0 12px 0 0;
}
@media screen and (max-width: 768px) {
  .rud-team__head--info__title {
    margin: 0 0 24px;
    padding: unset;
  }
}
.rud-team__head--link {
  padding: 27px 30px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
  border-radius: 40px;
  background: #FAD108;
  transition: 0.3s all ease-in-out;
  text-decoration: unset;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .rud-team__head--link {
    padding: 24px;
    font-size: 18px;
  }
}
.rud-team__head--link:hover {
  background: #E1BC07;
}
.rud-team__carousel {
  position: relative;
  overflow: hidden;
  width: 100vw;
  right: calc((100vw - 1290px) / 2);
}
@media screen and (max-width: 1366px) {
  .rud-team__carousel {
    right: calc((100vw - 200px) / -2);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .rud-team__carousel {
    right: calc((100vw - 128px) / -2);
  }
}
@media screen and (max-width: 768px) {
  .rud-team__carousel {
    right: calc((100vw - 96px) / -2);
  }
}
@media screen and (max-width: 650px) {
  .rud-team__carousel {
    right: unset;
    left: 0;
    width: calc(100vw - 12px);
    transform: translateX(0);
  }
}
.rud-team__carousel--wrap {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
}
@media screen and (max-width: 1600px) {
  .rud-team__carousel--wrap {
    padding: 0 0 54px;
  }
}
@media screen and (max-width: 650px) {
  .rud-team__carousel--wrap {
    padding: 0 0 40px;
  }
}
.rud-team__carousel .swiper-wrapper {
  align-items: stretch;
}
.rud-team__carousel--slide {
  padding: 36px;
  border-radius: 20px;
  min-height: 622px;
  height: auto !important;
  max-width: 414px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .rud-team__carousel--slide {
    min-height: 600px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-team__carousel--slide {
    min-height: 564px;
    max-width: calc((100vw - 200px) / 3 - 21px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-team__carousel--slide {
    max-width: calc((100vw - 128px) / 3 - 21px);
    min-height: 472px;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .rud-team__carousel--slide {
    max-width: calc((100vw - 96px) / 2 - 19px);
    min-height: 490px;
  }
}
@media screen and (max-width: 650px) {
  .rud-team__carousel--slide {
    max-width: 100%;
    min-height: 454px;
  }
}
.rud-team__carousel--slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rud-team__carousel--slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.83%, #000 89.31%);
}
.rud-team__carousel--slide__name {
  z-index: 1;
  position: relative;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 45.82px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .rud-team__carousel--slide__name {
    font-size: 40px;
  }
}
@media screen and (max-width: 650px) {
  .rud-team__carousel--slide__name {
    margin: 0 0 8px;
  }
}
.rud-team__carousel--slide__position {
  z-index: 1;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .rud-team__carousel--slide__position {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .rud-team__carousel--slide__position {
    margin: 0 0 8px;
    font-size: 16px;
  }
}
.rud-team__carousel--slide__experience--title {
  z-index: 1;
  position: relative;
  color: #FAD108;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 4px;
}
@media screen and (max-width: 650px) {
  .rud-team__carousel--slide__experience--title {
    font-size: 15px;
  }
}
.rud-team__carousel--slide__experience--text {
  z-index: 1;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  .rud-team__carousel--slide__experience--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .rud-team__carousel--slide__experience--text {
    font-size: 15px;
  }
}
.rud-team__carousel--arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F1F1F1;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1366px) {
  .rud-team__carousel--arrow {
    display: none;
  }
}
.rud-team__carousel--arrow.prev {
  left: -32px;
}
.rud-team__carousel--arrow.prev svg {
  margin: 0 4px 0 0;
}
.rud-team__carousel--arrow.next {
  right: -32px;
  transform: translateY(-50%) rotate(180deg);
}
.rud-team__carousel--arrow.next svg {
  margin: 0 0 0 -4px;
}
.rud-team__carousel--arrow:hover {
  background: #FAD108;
}
.rud-team__carousel--pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  left: unset !important;
}
.rud-team__carousel--pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #DBDBDB;
  transition: 0.3s all ease-in-out;
}
.rud-team__carousel--pagination .swiper-pagination-bullet-active {
  background: #282828;
  width: 20px;
  border-radius: 369px;
}

.rud-school__head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 64px;
}
@media screen and (max-width: 1600px) {
  .rud-school__head {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-school__head {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__head {
    flex-direction: column;
  }
}
.rud-school__head--title {
  width: calc(50% - 12px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .rud-school__head--title {
    width: 100%;
    margin: 0 0 24px;
  }
}
.rud-school__head--title .rud-title {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rud-school__head--title .rud-title {
    text-align: center;
  }
}
.rud-school__head--info {
  width: calc(50% - 12px);
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .rud-school__head--info {
    width: 100%;
  }
}
.rud-school__head--info svg {
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .rud-school__head--info svg {
    width: 96px;
    height: 40px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__head--info svg {
    display: none;
  }
}
.rud-school__head--info__text {
  margin: auto 0 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1600px) {
  .rud-school__head--info__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-school__head--info__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__head--info__text {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__head--info__text {
    font-size: 16px;
  }
}
.rud-school__head--info__text b, .rud-school__head--info__text strong {
  font-weight: 700;
}
.rud-school__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 0 64px;
}
@media screen and (max-width: 1600px) {
  .rud-school__list {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-school__list {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 950px) {
  .rud-school__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .rud-school__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rud-school__list--item {
  padding: 36px;
  border-radius: 16px;
  background: #F1F1F1;
}
@media screen and (max-width: 1600px) {
  .rud-school__list--item {
    padding: 24px;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__list--item {
    position: relative;
    padding: 24px 24px 24px 76px;
  }
}
.rud-school__list--item__icon {
  width: 48px;
  height: 48px;
  margin: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFE77B;
}
@media screen and (max-width: 1600px) {
  .rud-school__list--item__icon {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__list--item__icon {
    position: absolute;
    top: 24px;
    left: 24px;
  }
}
.rud-school__list--item__icon svg {
  stroke: #000000;
}
@media screen and (max-width: 1600px) {
  .rud-school__list--item__icon svg {
    width: 10px;
    height: 10px;
  }
}
.rud-school__list--item span {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 16px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .rud-school__list--item span {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__list--item span {
    margin: 0 0 4px;
    font-size: 24px;
  }
}
.rud-school__list--item p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1600px) {
  .rud-school__list--item p {
    font-size: 18px;
  }
}
.rud-school__list--item.yellow {
  background: #FFE77B;
  border-radius: 16px 80px 16px 16px;
}
@media screen and (max-width: 1600px) {
  .rud-school__list--item.yellow {
    border-radius: 16px 64px 16px 16px;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__list--item.yellow {
    border-radius: 16px 36px 16px 16px;
  }
}
.rud-school__list--item.yellow .rud-school__list--item__icon {
  background: #000000;
}
.rud-school__list--item.yellow .rud-school__list--item__icon svg {
  stroke: #FFE77B;
}
.rud-school__info {
  padding: 64px;
  border-radius: 16px 16px 80px 16px;
  background: #1D1D1D;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1600px) {
  .rud-school__info {
    padding: 48px;
  }
}
@media screen and (max-width: 950px) {
  .rud-school__info {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__info {
    padding: 24px;
    border-radius: 16px 16px 36px 16px;
  }
}
.rud-school__info--block {
  height: auto;
  width: calc(63% - 32px);
  position: relative;
}
@media screen and (max-width: 1366px) {
  .rud-school__info--block {
    width: calc(59% - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-school__info--block {
    width: calc(65% - 32px);
  }
}
@media screen and (max-width: 950px) {
  .rud-school__info--block {
    width: 100%;
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__info--block {
    margin: 0 0 24px;
  }
}
.rud-school__info--block__title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 36px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .rud-school__info--block__title {
    font-size: 36px;
    margin: 0 0 24px;
    max-width: 412px;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__info--block__title {
    text-align: center;
    font-size: 26px;
    margin: 0 0 16px;
  }
}
.rud-school__info--block__title span {
  color: #FAD108;
  font-style: italic;
  font-weight: 800;
}
.rud-school__info--block__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .rud-school__info--block__list {
    justify-content: center;
  }
}
.rud-school__info--block__list--item {
  padding: 10px 16px;
  border-radius: 24px;
  background: #404040;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 1600px) {
  .rud-school__info--block__list--item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__info--block__list--item {
    font-size: 16px;
  }
}
.rud-school__info--block__list--item.white {
  background: #E5E5E5;
  color: #000000;
}
.rud-school__info--block__list--item.yellow {
  background: #FAD108;
  color: #000000;
}
.rud-school__info--block__icon {
  position: absolute;
}
@media screen and (max-width: 650px) {
  .rud-school__info--block__icon {
    display: none;
  }
}
.rud-school__info--block__icon.icon-1 {
  top: -24px;
  right: 104px;
  width: 114px;
  height: 71px;
}
@media screen and (max-width: 1600px) {
  .rud-school__info--block__icon.icon-1 {
    width: 89px;
    height: 88px;
    top: -39px;
    right: 277px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-school__info--block__icon.icon-1 {
    right: 146px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-school__info--block__icon.icon-1 {
    top: -38px;
    right: 23px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__info--block__icon.icon-1 {
    right: 131px;
  }
}
.rud-school__info--block__icon.icon-2 {
  top: 51px;
  right: -33px;
  width: 194px;
  height: 131px;
}
@media screen and (max-width: 1600px) {
  .rud-school__info--block__icon.icon-2 {
    width: 138px;
    height: 136px;
    top: 15px;
    right: 179px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-school__info--block__icon.icon-2 {
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-school__info--block__icon.icon-2 {
    top: 18px;
    right: -55px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__info--block__icon.icon-2 {
    right: 34px;
  }
}
.rud-school__info--quote {
  width: calc(37% - 32px);
  padding: 24px;
  border-radius: 16px;
  background: #404040;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .rud-school__info--quote {
    width: calc(41% - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-school__info--quote {
    width: calc(35% - 32px);
  }
}
@media screen and (max-width: 950px) {
  .rud-school__info--quote {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__info--quote {
    flex-direction: row;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__info--quote {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
  }
}
.rud-school__info--quote__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .rud-school__info--quote__icon {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__info--quote__icon {
    min-width: 64px;
    margin: 0 24px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__info--quote__icon {
    margin: 0 0 16px 0;
  }
}
.rud-school__info--quote__text {
  color: #ffffff;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  margin: auto 0 0;
}
@media screen and (max-width: 1600px) {
  .rud-school__info--quote__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rud-school__info--quote__text {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .rud-school__info--quote__text {
    text-align: center;
    font-size: 18px;
  }
}
.rud-school__info--quote__text span {
  color: #FAD108;
  font-weight: 700;
}

.rud-callback--wrap {
  padding: 80px;
  border-radius: 80px 16px;
  background-color: #FAD108;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1600px) {
  .rud-callback--wrap {
    padding: 64px;
    border-radius: 64px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-callback--wrap {
    padding: 48px;
  }
}
@media screen and (max-width: 900px) {
  .rud-callback--wrap {
    padding: 48px 64px 80px;
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .rud-callback--wrap {
    border-radius: 36px 16px;
    padding: 36px 24px;
  }
}
.rud-callback--info {
  height: auto;
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .rud-callback--info {
    width: calc(50% + 16px);
  }
}
@media screen and (max-width: 900px) {
  .rud-callback--info {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .rud-callback--info {
    margin: 0 0 36px;
  }
}
.rud-callback--info__title {
  font-size: 48px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .rud-callback--info__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  .rud-callback--info__title {
    margin: unset;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .rud-callback--info__title {
    font-size: 36px;
  }
}
.rud-callback--info svg {
  margin: auto 0 0;
}
@media screen and (max-width: 900px) {
  .rud-callback--info svg {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .rud-callback--info svg {
    width: 81px;
    margin: 0 0 24px;
  }
}
.rud-callback--form {
  height: auto;
  width: calc(50% - 52px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .rud-callback--form {
    width: calc(50% - 80px);
  }
}
@media screen and (max-width: 900px) {
  .rud-callback--form {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.rud-callback--form__text {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .rud-callback--form__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .rud-callback--form__text {
    font-size: 18px;
    text-align: center;
  }
}
.rud-callback--form__text b, .rud-callback--form__text strong {
  font-weight: 700;
}
.rud-callback--form label {
  width: 100%;
  margin: 0 0 12px;
}
@media screen and (max-width: 900px) {
  .rud-callback--form label {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 650px) {
  .rud-callback--form label {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .rud-callback--form label + label {
    margin: 0 0 12px 12px;
  }
}
@media screen and (max-width: 650px) {
  .rud-callback--form label + label {
    margin: 0 0 12px 0;
  }
}
.rud-callback--form label > .iti {
  width: 100%;
  max-width: 100%;
}
.rud-callback--form label > .iti > .iti__flag-container {
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
}
.rud-callback--form label > .iti > .iti__flag-container > .iti__selected-flag {
  border-radius: 40px;
  background: #E3E3E3;
  padding: 0 12px;
}
.rud-callback--form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__selected-dial-code {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.6px;
}
@media screen and (max-width: 1600px) {
  .rud-callback--form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__selected-dial-code {
    font-size: 18px;
    line-height: 27.6px;
  }
}
.rud-callback--form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__arrow {
  margin: 0 0 0 6px;
}
.rud-callback--form label > .iti .iti__country {
  padding: 5px 10px;
}
.rud-callback--form label > .iti .iti__country-name {
  margin-right: 6px;
}
.rud-callback--form label input {
  width: 100%;
  height: 76px;
  padding: 24px 32px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-radius: 45px;
  background: #F1F1F1;
  transition: 0.3s all ease-in-out;
  outline: unset;
  border: 1px solid transparent;
}
@media screen and (max-width: 1366px) {
  .rud-callback--form label input {
    height: 68px;
    font-size: 18px;
    padding: 20px 30px;
  }
}
.rud-callback--form label input::placeholder {
  color: #757575;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .rud-callback--form label input::placeholder {
    font-size: 18px;
  }
}
.rud-callback--form label input.rud-error {
  border-color: red;
}
.rud-callback--form button {
  margin: 12px 0 0;
  padding: 20px 30px;
}
@media screen and (max-width: 1366px) {
  .rud-callback--form button {
    padding: 24px;
  }
}

.rud-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0 16px;
}
@media screen and (max-width: 1366px) {
  .rud-footer {
    padding: unset;
  }
}
.rud-footer .rud-container {
  max-width: 1360px;
}
@media screen and (max-width: 1366px) {
  .rud-footer .rud-container {
    padding: 0;
  }
}
.rud-footer__basic {
  background-color: #000000;
  padding: 30px 36px;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .rud-footer__basic {
    margin: unset;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .rud-footer__basic {
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
  }
}
.rud-footer__basic--info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 900px) {
  .rud-footer__basic--info {
    flex-direction: column;
  }
}
.rud-footer__basic--info__brand {
  width: calc(33.3333333333% - 24px);
}
@media screen and (max-width: 900px) {
  .rud-footer__basic--info__brand {
    width: 100%;
    margin-bottom: 36px;
  }
}
.rud-footer__basic--info__brand--title {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.rud-footer__basic--info__brand--title__logo {
  margin-right: 24px;
  height: auto;
}
.rud-footer__basic--info__brand--title__logo img {
  width: 116px;
  height: auto;
}
.rud-footer__basic--info__brand--title__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  border-left: 1px solid #FAD108;
  padding-left: 16px;
}
@media screen and (max-width: 650px) {
  .rud-footer__basic--info__brand--title__text br {
    display: none;
  }
}
.rud-footer__basic--info__brand--webinar {
  background-color: #FFE77B;
  border-radius: 20px;
  display: block;
  width: max-content;
  padding: 10px 20px;
  margin-bottom: 24px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  color: #000000;
  transition: 0.3s all ease-in-out;
}
.rud-footer__basic--info__brand--webinar:hover {
  background-color: #E1BC07;
}
.rud-footer__basic--info__brand--links {
  display: flex;
  flex-direction: column;
}
.rud-footer__basic--info__brand--links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: unset;
  margin: 0 0 8px;
  transition: 0.3s all ease-in-out;
}
.rud-footer__basic--info__brand--links a:last-child {
  margin: unset;
}
.rud-footer__basic--info__brand--links a:hover {
  color: #E1BC07;
}
.rud-footer__basic--info__contacts {
  width: calc(33.3333333333% - 24px);
}
@media screen and (max-width: 900px) {
  .rud-footer__basic--info__contacts {
    width: 100%;
  }
}
.rud-footer__basic--info__contacts--title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.rud-footer__basic--info__contacts--phone {
  display: flex;
  margin-bottom: 16px;
}
.rud-footer__basic--info__contacts--phone__icon {
  margin-right: 15px;
}
.rud-footer__basic--info__contacts--phone__text {
  margin-right: 36px;
  color: #ffffff;
  font-weight: 500;
}
.rud-footer__basic--info__contacts--phone__text--number {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: unset;
  transition: 0.3s all ease-in-out;
  color: #ffffff;
}
.rud-footer__basic--info__contacts--phone__text--number:hover {
  color: #E1BC07;
}
.rud-footer__basic--info__contacts--phone__text--number img {
  display: none !important;
}
.rud-footer__basic--info__contacts--phone__text--number .contact-desc {
  display: none !important;
}
.rud-footer__basic--info__contacts--phone__text--description {
  font-size: 12px;
  line-height: 14px;
}
.rud-footer__basic--info__contacts--phone__social {
  display: flex;
  justify-content: center;
}
.rud-footer__basic--info__contacts--phone__social--icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}
.rud-footer__basic--info__contacts--phone__social--icon__telegram {
  margin-right: 8px;
  background-color: #D9EDF8;
}
.rud-footer__basic--info__contacts--phone__social--icon__telegram:hover {
  background-color: #C3D5DF;
}
.rud-footer__basic--info__contacts--phone__social--icon__viber {
  background-color: #EAE7FD;
}
.rud-footer__basic--info__contacts--phone__social--icon__viber:hover {
  background-color: #D2CFE3;
}
.rud-footer__basic--info__contacts--mail {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.rud-footer__basic--info__contacts--mail__icon {
  margin-right: 17px;
}
.rud-footer__basic--info__contacts--mail__text {
  color: #ffffff;
  font-weight: 500;
}
.rud-footer__basic--info__contacts--mail__text--title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: unset;
  transition: 0.3s all ease-in-out;
  color: #ffffff;
}
.rud-footer__basic--info__contacts--mail__text--title:hover {
  color: #E1BC07;
}
.rud-footer__basic--info__contacts--mail__text--description {
  font-size: 12px;
}
.rud-footer__basic--info__contacts--address {
  display: flex;
  align-items: center;
}
.rud-footer__basic--info__contacts--address__icon {
  margin-right: 20px;
}
.rud-footer__basic--info__contacts--address__text {
  color: #ffffff;
  font-weight: 500;
}
.rud-footer__basic--info__contacts--address__text--title {
  font-size: 18px;
}
.rud-footer__basic--info__contacts--address__text--description {
  font-size: 12px;
}
.rud-footer__basic--info__maps {
  width: calc(33.3333333333% - 24px);
  min-height: 192px;
  border-radius: 10px;
  overflow: hidden;
}
.rud-footer__basic--info__maps iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .rud-footer__basic--info__maps {
    display: none;
  }
}
.rud-footer__basic--line {
  margin-bottom: 20px;
  display: none;
}
.rud-footer__basic--description {
  display: flex;
  justify-content: space-between;
}
.rud-footer__basic--description__buttons {
  display: flex;
  align-items: center;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .rud-footer__basic--description__buttons {
    display: none;
  }
}
.rud-footer__basic--description__buttons a {
  padding: 8px 13px;
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border-radius: 15px;
  background: #F1F1F1;
  margin: 0 10px 0 0;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.1px;
  text-decoration: unset;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.rud-footer__basic--description__buttons a svg {
  margin: 0 0 0 5px;
}
.rud-footer__basic--description__buttons a:last-child {
  margin: unset;
}
.rud-footer__basic--description__buttons a:hover {
  background: #E1BC07;
}
.rud-footer__basic--description__socials {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .rud-footer__basic--description__socials {
    width: 100%;
    justify-content: space-between;
  }
}
.rud-footer__basic--description__socials--text {
  margin-right: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .rud-footer__basic--description__socials--text {
    margin-right: 0;
  }
}
.rud-footer__basic--description__socials--list {
  display: flex;
}
.rud-footer__basic--description__socials--list__icon {
  background-color: #F1F1F1;
  margin-right: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.rud-footer__basic--description__socials--list__icon:hover {
  transform: translateY(-5px);
}
.rud-footer__basic--description__socials--list__icon:last-child {
  margin-right: 0;
}
.rud-footer__description {
  background-color: #FFE77B;
  border-radius: 20px;
  padding: 5px 35px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 1366px) {
  .rud-footer__description {
    border-radius: 0;
  }
}
@media screen and (max-width: 900px) {
  .rud-footer__description {
    border-radius: 0;
  }
}

.rud-modal__callback {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  width: 100%;
  height: 100vh;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.rud-modal__callback.rud-active {
  opacity: 1;
  pointer-events: inherit;
}
.rud-modal__callback * {
  box-sizing: border-box;
}
.rud-modal__callback--content {
  position: relative;
  z-index: 1;
  padding: 100px;
  background-color: #ffffff;
  border-radius: 24px 120px;
  max-width: 1290px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content {
    padding: 64px;
    border-radius: 16px 80px;
    max-width: 980px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-modal__callback--content {
    max-width: 840px;
  }
}
@media screen and (max-width: 768px) {
  .rud-modal__callback--content {
    max-width: 610px;
  }
}
@media screen and (max-width: 650px) {
  .rud-modal__callback--content {
    width: calc(100% - 40px);
    padding: 36px 24px;
    border-radius: 8px 48px;
  }
}
.rud-modal__callback--content__close {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  border: 10px solid #ffffff;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__close {
    width: 68px;
    height: 68px;
  }
}
.rud-modal__callback--content__close:hover {
  background: #DBDBDB;
}
.rud-modal__callback--content__info {
  display: flex;
  justify-content: space-between;
  padding: 0 0 36px;
  margin: 0 0 36px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__info {
    padding: 0 0 24px;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-modal__callback--content__info {
    flex-direction: column;
  }
}
.rud-modal__callback--content__info--text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(65% - 50px);
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__info--text {
    width: calc(100% - 36px - 260px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-modal__callback--content__info--text {
    width: 100%;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .rud-modal__callback--content__info--text {
    justify-content: center;
  }
}
.rud-modal__callback--content__info--text small {
  color: #000000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  border-radius: 48px;
  background: #F1F1F1;
  padding: 10px 24px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__info--text small {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .rud-modal__callback--content__info--text small {
    margin: 0 16px 0 0;
  }
}
.rud-modal__callback--content__info--text svg {
  width: 93px;
  height: 40px;
}
@media screen and (max-width: 650px) {
  .rud-modal__callback--content__info--text svg {
    width: 79px;
    height: 34px;
  }
}
.rud-modal__callback--content__info--text span {
  width: 100%;
  color: #000000;
  font-size: 62px;
  font-weight: 700;
  line-height: 110%;
  margin: 8px 0 0;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__info--text span {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  .rud-modal__callback--content__info--text span {
    text-align: center;
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .rud-modal__callback--content__info--text span {
    font-size: 28px;
  }
}
.rud-modal__callback--content__info--list {
  width: calc(35% - 50px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__info--list {
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-modal__callback--content__info--list {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rud-modal__callback--content__info--list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.rud-modal__callback--content__info--list__item {
  padding: 16px 24px;
  border-radius: 80px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__info--list__item {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .rud-modal__callback--content__info--list__item {
    width: calc(50% - 5px);
    border-radius: 12px;
    text-align: center;
  }
  .rud-modal__callback--content__info--list__item:last-child {
    width: 100%;
  }
}
.rud-modal__callback--content__info--list__item.yellow {
  background: #FAD108;
  color: #000000;
}
.rud-modal__callback--content__info--list__item.black {
  background: #000000;
  color: #FFE77B;
}
.rud-modal__callback--content__info--list__item.yellow-light {
  background: #FFE77B;
  color: #000000;
}
.rud-modal__callback--content__info::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../images/modal_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rud-modal__callback--content__form {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .rud-modal__callback--content__form {
    flex-direction: column;
  }
}
.rud-modal__callback--content__form label {
  width: calc((100% - 252px) / 2);
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__form label {
    width: calc((100% - 220px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .rud-modal__callback--content__form label {
    width: 100%;
  }
}
.rud-modal__callback--content__form label > .iti {
  width: 100%;
  max-width: 100%;
}
.rud-modal__callback--content__form label > .iti > .iti__flag-container {
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
}
.rud-modal__callback--content__form label > .iti > .iti__flag-container > .iti__selected-flag {
  border-radius: 40px;
  background: #E3E3E3;
  padding: 0 12px;
}
.rud-modal__callback--content__form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__selected-dial-code {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.6px;
}
@media screen and (max-width: 1600px) {
  .rud-modal__callback--content__form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__selected-dial-code {
    font-size: 18px;
    line-height: 27.6px;
  }
}
.rud-modal__callback--content__form label > .iti > .iti__flag-container > .iti__selected-flag > .iti__arrow {
  margin: 0 0 0 6px;
}
.rud-modal__callback--content__form label > .iti .iti__country {
  padding: 5px 10px;
}
.rud-modal__callback--content__form label > .iti .iti__country-name {
  margin-right: 6px;
}
.rud-modal__callback--content__form label input {
  border-radius: 45px;
  background: #F1F1F1;
  width: 100%;
  height: 76px;
  border-radius: 45px;
  border: 1px solid transparent;
  outline: unset;
  padding: 24px 32px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s al ease-in-out;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__form label input {
    height: 68px;
    padding: 20px 30px;
    font-size: 18px;
  }
}
.rud-modal__callback--content__form label input::placeholder {
  color: #757575;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .rud-modal__callback--content__form label input::placeholder {
    font-size: 18px;
  }
}
.rud-modal__callback--content__form label input.rud-error {
  border-color: red;
}
@media screen and (max-width: 650px) {
  .rud-modal__callback--content__form button {
    width: 100%;
  }
}
.rud-modal__callback--bg {
  opacity: 0.8;
  background: #FFE77B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 650px) {
  .rud-header .rud-container {
    justify-content: space-between;
  }
}
.rud-header .rud-container .rud-header__burger {
  display: none;
}
@media screen and (max-width: 650px) {
  .rud-header .rud-container .rud-header__logo {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin: unset;
  }
}
@media screen and (max-width: 450px) {
  .rud-header .rud-container .rud-header__logo {
    width: 100%;
  }
  .rud-header .rud-container .rud-header__logo img {
    max-width: 90px;
  }
}
.rud-header .rud-container .rud-header__links--mobile-phone {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .rud-header .rud-container .rud-header__links--mobile-phone {
    display: flex !important;
  }
}
.rud-header .rud-container .rud-header__links--social {
  display: flex;
}
.rud-header .rud-container .rud-header__links--yellow {
  position: relative;
}
.rud-header .rud-container a.rud-header__link--mobile-phone {
  display: none;
}

.rud-webinar-record {
  width: 100%;
  max-width: 1920px;
  height: 1100px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record {
    margin-bottom: 0;
    margin-top: 50px;
    height: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-webinar-record {
    height: 950px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .rud-webinar-record {
    height: 800px;
  }
}
@media screen and (max-width: 500px) {
  .rud-webinar-record {
    height: 630px;
  }
}
.rud-webinar-record .rud-container {
  width: 100%;
  max-width: 1900px;
  height: 930px;
  margin: 0 auto 190px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .rud-webinar-record .rud-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record .rud-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-webinar-record .rud-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .rud-webinar-record .rud-container {
    height: 800px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .rud-webinar-record .rud-container {
    padding: 0 10px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info {
  height: 405px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 1600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info {
    height: 350px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info {
    height: 300px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info {
    height: 350px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info {
    height: 250px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__top-text {
  font-size: 20px;
  color: #555555;
}
@media screen and (max-width: 600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__top-text {
    font-size: 14px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text span {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  padding: 16px 24px;
  margin: 0 8px 0 0;
  display: block;
  color: #000000;
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text span {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text span {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text span {
    font-size: 26px;
  }
}
@media screen and (max-width: 460px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text span {
    font-size: 16px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text .yellow {
  background: #FAD108;
  border-radius: 8px 36px;
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__text .grey {
  background: #F1F1F1;
  border-radius: 36px 8px;
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 76px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title {
    font-size: 56px;
    margin: 0px 0 20px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title {
    height: 200px;
    flex-direction: column;
    justify-content: space-around;
  }
}
@media screen and (max-width: 600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title {
    height: 150px;
  }
}
@media screen and (max-width: 400px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title {
    height: 120px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p {
  width: 100%;
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p:first-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p:first-child {
    text-align: center;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p {
    margin-left: 0;
    height: 80px;
    font-size: 64px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p {
    font-size: 56px;
  }
}
@media screen and (max-width: 600px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p {
    height: 60px;
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p {
    font-size: 33px;
  }
}
@media screen and (max-width: 375px) {
  .rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title p {
    height: 50px;
    font-size: 26px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record--wrap .rud-webinar-record__info .rud-webinar-record__info__title span {
  max-width: 435px;
  width: 100%;
  margin-left: 10px;
  padding: 13px 24px;
  border-radius: 8px 36px;
  background: #282828;
  color: #FFF;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  top: -4px;
}
.rud-webinar-record .rud-container img {
  position: absolute;
}
.rud-webinar-record .rud-container img.academic-cap-small {
  width: 182px;
  top: 50px;
  right: 0px;
}
@media screen and (max-width: 1600px) {
  .rud-webinar-record .rud-container img.academic-cap-small {
    top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record .rud-container img.academic-cap-small {
    width: 132px;
  }
}
@media screen and (max-width: 800px) {
  .rud-webinar-record .rud-container img.academic-cap-small {
    left: 700px;
  }
}
@media screen and (max-width: 724px) {
  .rud-webinar-record .rud-container img.academic-cap-small {
    display: none;
  }
}
.rud-webinar-record .rud-container img.academic-cap {
  width: 300px;
  position: absolute;
  top: 200px;
  left: 0px;
}
@media screen and (max-width: 1740px) {
  .rud-webinar-record .rud-container img.academic-cap {
    right: 1430px;
    left: auto;
  }
}
@media screen and (max-width: 1600px) {
  .rud-webinar-record .rud-container img.academic-cap {
    left: auto;
    top: 150px;
    right: 90%;
  }
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record .rud-container img.academic-cap {
    width: 182px;
    top: 200px;
  }
}
@media screen and (max-width: 800px) {
  .rud-webinar-record .rud-container img.academic-cap {
    right: 700px;
  }
}
@media screen and (max-width: 724px) {
  .rud-webinar-record .rud-container img.academic-cap {
    display: none;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record {
  width: 100%;
  max-width: 1290px;
  height: 687px;
}
@media screen and (max-width: 500px) {
  .rud-webinar-record .rud-container .rud-webinar-record {
    height: 300px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1071px;
  height: 571px;
  border-radius: 45px;
  border: 4px solid #FAD108;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 100%;
  background-color: rgba(0, 0, 0, 0.6980392157);
  background-size: cover;
  background-blend-mode: color;
}
@media screen and (max-width: 1366px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview {
    max-width: 968px;
    height: 497px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview {
    max-width: 896px;
    height: 461px;
  }
}
@media screen and (max-width: 768px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview {
    max-width: 768px;
    height: 361px;
  }
}
@media screen and (max-width: 500px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview {
    max-width: 400px;
    height: 250px;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview .logo-yellow {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview .logo-yellow {
    display: none;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview .rud-webinar-record-bg {
  width: 100vw;
  height: 270px;
  background-color: #FFE77B;
  background-repeat: repeat-x;
  background-position: 0;
  position: absolute;
  bottom: 25%;
  z-index: -10;
}
@media screen and (max-width: 1024px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview .rud-webinar-record-bg {
    height: 246px;
    bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview .rud-webinar-record-bg {
    height: 225px;
  }
}
@media screen and (max-width: 550px) {
  .rud-webinar-record .rud-container .rud-webinar-record .rud-webinar-record-preview .rud-webinar-record-bg {
    height: 150px;
    bottom: 25%;
  }
}
.rud-webinar-record .rud-container .rud-webinar-record .rud-audience__button .rud-btn.yellow {
  padding: 20px;
  font-size: 16px;
}

#registration-section .container .wrapper .js-rud-form-consultaion .input-item input.input-error {
  border: 1px solid #ff0000;
}

.modal,
.modal-thx {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  margin: auto;
  width: 90%;
  height: auto;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: none;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-thx {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .modal-thx {
    padding: 30px;
  }
}
.modal-thx .modal-thx-content #close-button-tnx-modal {
  text-align: right;
  margin-bottom: 5px;
  font-size: 40px;
  color: #FAD108;
}
.modal-thx .modal-thx-content .thx-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background: #E5E5E5;
  border-radius: 25px;
  border: 4px solid #FAD108;
}
@media screen and (max-width: 700px) {
  .modal-thx .modal-thx-content .thx-container {
    height: 500px;
    padding: 30px;
  }
  .modal-thx .modal-thx-content .thx-container svg {
    width: 100%;
    padding: 30px;
  }
}
.modal-thx .modal-thx-content .thx-container .title {
  margin: 20px auto;
}
@media screen and (max-width: 500px) {
  .modal-thx .modal-thx-content .thx-container .title {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .modal-thx .modal-thx-content .thx-container .text {
    text-align: center;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 25px;
  border: 4px solid #FAD108;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=rud-global.css.map */
