* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active {
  color: currentColor;
}

html,
body {
  height: 100%;
  min-width: 380px;
  scroll-behavior: smooth;
}

body {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@charset "UTF-8";
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.otf") format("otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.otf") format("otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-ExtraLight.woff2") format("woff2"), url("../fonts/Roboto-ExtraLight.woff") format("woff"), url("../fonts/Roboto-ExtraLight.otf") format("otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Roboto-ExtraLightItalic.woff") format("woff"), url("../fonts/Roboto-ExtraLightItalic.otf") format("otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.otf") format("otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.otf") format("otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.otf") format("otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Roboto-SemiBoldItalic.woff") format("woff"), url("../fonts/Roboto-SemiBoldItalic.otf") format("otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto-SemiBold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.otf") format("otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto-ExtraBold.woff") format("woff"), url("../fonts/Roboto-ExtraBold.otf") format("otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Roboto-ExtraBoldItalic.woff") format("woff"), url("../fonts/Roboto-ExtraBoldItalic.otf") format("otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.otf") format("otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.otf") format("otf");
  font-weight: 900;
  font-style: italic;
}
html.lock body {
  overflow: hidden;
}

body.locked {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

[class*=__container] {
  max-width: 90rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 47.99875em) {
  [class*=__container] {
    padding: 0 1em;
  }
}

.title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .title {
    font-size: 30px;
  }
}

.hide-block {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

section {
  scroll-margin-top: 80px; /* подстрой под высоту шапки */
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #212121;
  color: white;
  font-family: Roboto;
}
@media (max-width: 47.99875em) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 47.99875em) {
  .footer {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.footer__top-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  /*@media (max-width: 410px) {
    flex-direction: column;
  }*/
}
.footer__cabinet {
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 20px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 47.99875em) {
  .footer__cabinet {
    padding: 20px;
    border-radius: 4px;
    justify-content: center;
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top__logo {
  display: block;
  width: 155px;
  height: 155px;
}
@media (max-width: 768px) {
  .footer-top__logo {
    width: 70px;
    height: 70px;
  }
}
.footer-top__logo img {
  width: 100%;
}
.footer-top__social-items {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 47.99875em) {
  .footer-top__social-items {
    margin-top: 10px;
  }
}
.footer-top__second-column {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .footer-top__second-column {
    display: none;
  }
}
.footer-social-menu__item {
  cursor: pointer;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid white;
  border-radius: 50%;
}
@media (max-width: 47.99875em) {
  .footer-social-menu__item {
    width: 20px;
    height: 20px;
  }
  .footer-social-menu__item img {
    transform: scale(0.5);
  }
}

.footer-menu__item {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .footer-menu__item {
    font-size: 14px;
  }
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 30px;
}
.footer-menu__item a {
  transition: color 0.3s;
}
.footer-menu__item a:hover {
  color: #ffdd01;
}

.footer-top-third-column__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 47.99875em) {
  .footer-top-third-column__item {
    width: 160px;
  }
}
.footer-top-third-column__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 47.99875em) {
  .footer-top-third-column__item:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media (max-width: 47.99875em) {
  .footer-top-third-column__item {
    font-size: 14px;
  }
}

.footer-third-column-item__img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 47.99875em) {
  .footer-third-column-item__img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .footer-third-column-item__img img {
    transform: scale(0.8);
  }
}
@media (max-width: 47.99875em) {
  .footer-third-column-item__text p {
    font-size: 14px;
  }
}

.footer-cabinet {
  margin-top: 70px;
  margin-bottom: 47px;
  padding: 38px 88px;
}
@media (max-width: 47.99875em) {
  .footer-cabinet {
    padding: 10px;
    border-radius: 6px;
    margin-top: 28px;
    margin-bottom: 12px;
  }
}
.footer-cabinet__person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-cabinet__person .img_wrapper {
  background-color: #FFDD01;
  padding: 10px;
  border-radius: 50%;
}
.footer-cabinet__person .text {
  color: #212121;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .footer-cabinet__person .text {
    display: flex;
  }
}
.footer-cabinet__text {
  color: #212121;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .footer-cabinet__text {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .footer-cabinet-actions {
    display: none;
  }
}
.footer-cabinet-actions__btn {
  border-radius: 16px;
  border: 2px solid #FFDD01;
  background-color: #FFF;
  padding: 20px 40px;
  min-width: 174px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.footer-cabinet-actions__btn.filled {
  background-color: #FFDD01;
}
.footer-cabinet-actions__btn:nth-child(1) {
  margin-right: 20px;
}

@media (max-width: 47.99875em) {
  .left {
    font-size: 10px;
  }
}

@media (max-width: 47.99875em) {
  .right {
    font-size: 10px;
  }
}

.bg-full {
  position: relative;
  z-index: 1;
}
.bg-full:before {
  content: " ";
  position: absolute;
  left: -100vw;
  top: 0;
  width: 200vw;
  height: 100%;
  background: #212121;
  z-index: -1;
}

.youtube-widget__wrapper {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7803921569);
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  transition: 0.4s;
}

.youtube-widget__wrapper iframe {
  width: 100%;
  height: 100%;
}

.youtube-widget__wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}

.youtube-widget__close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  transition: 0.2s;
}

.youtube-widget__close:hover {
  opacity: 1;
  cursor: pointer;
}

.youtube-widget__close::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDIwIDIwIiB3aWR0aD0iMjBwdCIgaGVpZ2h0PSIyMHB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik04LjQyMiAxMC4zNjMuNzI2IDE4LjA1OSAyLjY2NyAyMGw3LjY5Ni03LjY5NkwxOC4wNTkgMjAgMjAgMTguMDU5bC03LjY5Ni03LjY5NkwyMCAyLjY2NyAxOC4wNTkuNzI2bC03LjY5NiA3LjY5NkwyLjY2Ny43MjYuNzI2IDIuNjY3eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=");
}

.header {
  height: 100px;
  padding-top: 80px;
}
.header__body {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
  height: 100px;
  width: 100px;
  flex: 0 0 auto;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 1300px) {
  .header__menu-body.is-hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1300px) {
  .header__menu-body {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #fff;
  }
}
.header__container {
  display: flex;
  width: 100%;
  align-items: center;
}
.header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-menu-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin-left: 46px;
}
@media (max-width: 1440px) {
  .header-menu-body {
    margin-left: 23px;
  }
}
@media (max-width: 1300px) {
  .header-menu-body {
    margin-left: 0;
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 80px);
  }
}
@media (max-width: 47.99875em) {
  .header-menu-body {
    padding-bottom: 50px;
    margin-left: 0;
  }
}
.header-menu-body__list {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media (max-width: 1440px) {
  .header-menu-body__list {
    gap: 15px;
  }
}
@media (max-width: 1300px) {
  .header-menu-body__list {
    flex-direction: column;
    align-items: start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    gap: 0;
  }
}

@media (min-width: 1300px) {
  .children {
    display: none;
    position: absolute;
    top: 150%;
    left: -10px;
    border-radius: 10px;
    border: 1px solid #A9A9A9;
    width: 110%;
    padding: 10px;
    font-family: Roboto;
    font-weight: 600;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1300px) {
  .children__header-menu-item {
    padding: 20px 0;
    border-bottom: 2px solid #f1f1f1;
  }
  .children__header-menu-item:last-child {
    border-bottom: none;
  }
}
.header-menu-item {
  position: relative;
}
@media (max-width: 1300px) {
  .header-menu-item {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #F1F1F1;
  }
}
.header-menu-item._hover .children {
  display: block;
}
@media (hover: hover) {
  .header-menu-item:hover .children {
    display: block;
  }
}
.header-menu-item__link {
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 600;
  font-family: Roboto;
}
.header-menu-item .child-js-btn {
  padding: 5px;
  outline: 1px solid red;
}

@media (max-width: 1300px) {
  .children-menu-item.children__header-menu-item {
    margin-bottom: 20px;
    font-weight: 600;
  }
  .children-menu-item.children__header-menu-item:nth-child(1) {
    margin-top: 20px;
  }
}

.header-actions__btn {
  border-radius: 16px;
  border: 2px solid #FFDD01;
  background: #FFF;
  padding: 18px 40px;
  color: #212121;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 20px;
  width: 200px;
  height: 68px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1300px) {
  .header-actions__btn {
    display: inline-block;
  }
}
@media (max-width: 1440px) {
  .header-actions__btn {
    width: 170px;
  }
}
.header-actions__lang-block {
  color: var(--, #212121);
  font-family: Roboto;
  order: 1;
  font-size: 20px;
  margin-right: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1300px) {
  .header-actions__lang-block {
    display: block;
    margin-left: auto;
  }
}
.header-actions__btns-block {
  display: flex;
  gap: 20px;
  order: 2;
}
@media (max-width: 1440px) {
  .header-actions__btns-block {
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  .header-actions__btns-block {
    margin-right: 10px;
  }
}
@media (max-width: 47.99875em) {
  .header-actions__btns-block {
    margin-top: auto;
    margin-bottom: 20px;
  }
}
.header-actions__btns-block._dynamic_adapt_ {
  gap: 20px;
  display: flex;
  justify-content: center;
}
.header-actions__btns-block._dynamic_adapt_ a {
  text-align: center;
  flex: 0 0 45%;
}

.filled {
  background-color: #FFDD01;
}

.icon-menu {
  position: relative;
  width: 30px;
  height: 30px;
}
@media (min-width: 1300px) {
  .icon-menu {
    display: none;
  }
}
.icon-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background-color: black;
  transition: all 300ms ease;
  top: 30%;
  left: 0;
}
.icon-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background-color: black;
  bottom: 30%;
  transition: all 300ms ease;
  left: 0;
}
.icon-menu.active::before {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}
.icon-menu.active::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
}

.menu__arrow_icon {
  transition: 300ms all linear;
}
.menu__arrow_icon._active {
  transform: rotate(180deg);
}

.choices {
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .choices {
    margin-right: 10px;
  }
}
.choices .choices__inner {
  background: transparent;
  border: none;
  font-weight: 700;
  font-family: "Roboto";
  font-size: 20px;
}
.choices .choices__list--dropdown {
  padding: 5px 10px;
  font-weight: 700;
  text-align: center;
  width: 110% !important;
  border-radius: 10px;
}
.choices .choices__list--dropdown .choices__item {
  border-bottom: 1px solid #f1f1f1;
}
.choices .choices__list--dropdown .choices__item.is-highlighted {
  background: transparent;
}

.header-actions-social {
  display: flex;
  gap: 10px;
  order: 3;
  padding: 0 20px;
}
@media (max-width: 1300px) {
  .header-actions-social {
    height: 90px;
  }
}
@media (min-width: 1300px) {
  .header-actions-social__item {
    display: none;
  }
}
@media (max-width: 1300px) {
  .header-actions-social__item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #212121;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.site-form-section[data-location=site-form] {
  background: #FFDD01;
}
.site-form-section[data-location=site-form].bg-full:before {
  background: #FFDD01;
}
.site-form-section[data-location=site-form] .site-form-section__wrapper {
  padding: 70px 0;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__wrapper {
    padding: 46px 0;
  }
}
.site-form-section[data-location=site-form] .site-form-section__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 50%;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__title {
    font-size: 30px;
    width: 100%;
  }
}
.site-form-section[data-location=site-form] .site-form-section__description {
  color: #212121;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__description {
    display: none;
  }
}
.site-form-section[data-location=site-form] .site-form-section__row {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.site-form-section[data-location=site-form] .site-form-section__form {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1280px) {
  .site-form-section[data-location=site-form] .site-form-section__form {
    width: 100%;
  }
}
.site-form-section[data-location=site-form] .site-form-section__callback {
  background: #000;
  width: 80px;
  margin-top: 20px;
  margin-left: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.site-form-section[data-location=site-form] .site-form-section__callback svg {
  color: white;
  width: 30px;
  height: 30px;
}
.site-form-section[data-location=site-form] .site-form-section__address {
  width: 40%;
}
@media (max-width: 1280px) {
  .site-form-section[data-location=site-form] .site-form-section__address {
    width: 100%;
    margin-top: 20px;
  }
}
.site-form-section[data-location=site-form] .site-form-section__address iframe {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__address {
    display: none;
  }
}
.site-form-section[data-location=site-form] .site-form__row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 29.99875em) {
  .site-form-section[data-location=site-form] .site-form__row {
    flex-direction: column;
  }
}
.site-form-section[data-location=site-form] .site-form__input {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  padding: 23px 40px 26px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-form-section[data-location=site-form] .site-form__input:focus-within {
  outline: none;
  border: none;
}
.site-form-section[data-location=site-form] .site-form__input::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-form-section[data-location=site-form] .site-form__input::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form__input {
    font-size: 16px;
    border-radius: 6px;
  }
  .site-form-section[data-location=site-form] .site-form__input::-moz-placeholder {
    font-size: 16px;
  }
  .site-form-section[data-location=site-form] .site-form__input::placeholder {
    font-size: 16px;
  }
}
.site-form-section[data-location=site-form] .site-form__textarea {
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 23px 40px;
  resize: none;
  min-height: 130px;
  border-radius: 10px;
}
.site-form-section[data-location=site-form] .site-form__textarea:focus-within {
  outline: none;
  border: none;
}
.site-form-section[data-location=site-form] .site-form__textarea::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-form-section[data-location=site-form] .site-form__textarea::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form__textarea {
    font-size: 16px;
    border-radius: 6px;
  }
  .site-form-section[data-location=site-form] .site-form__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .site-form-section[data-location=site-form] .site-form__textarea::placeholder {
    font-size: 16px;
  }
}
.site-form-section[data-location=site-form] .site-form__btn {
  background: #000;
  padding: 10px 20px;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form__btn {
    font-size: 16px;
    border-radius: 6px;
  }
}
.site-form-section[data-location=site-form] .site-form-address__list {
  margin-bottom: 20px;
}
.site-form-section[data-location=site-form] .site-address-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.site-form-section[data-location=site-form] .site-address-list__item:last-child {
  margin-bottom: 0;
}
.site-form-section[data-location=site-form] .site-address-item__img {
  background: #fff;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-form-section[data-location=site-form] .site-adress-item__content {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.photo-slider__title {
  margin-bottom: 20px;
}

.photo-fullscreen-swiper {
  max-width: 1440px;
}
@media (max-width: 1300px) {
  .photo-fullscreen-swiper {
    /*max-height: 230px;*/
  }
}

.photo-fullscreen-slide {
  width: 100%;
  /*min-height: 80vh;*/
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  aspect-ratio: 16/9;
}
@media (max-width: 1300px) {
  .photo-fullscreen-slide {
    /*max-height: 230px;
    min-height: 230px;*/
  }
}
@media (max-width: 47.99875em) {
  .photo-fullscreen-slide {
    min-height: unset;
    height: 74.0740740741vw;
  }
}

.photo-fullsize-btn {
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
}

.photo-fullsize-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-fullsize-pagination .swiper-pagination-bullet {
  background: #626262;
  opacity: 0.7;
}
.photo-fullsize-pagination .swiper-pagination-bullet-active {
  background: #FFDD01;
}

.pagination-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 30%;
  max-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.timeline-section[data-location=history-page__timeline-section] {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 1300px) {
  .timeline-section[data-location=history-page__timeline-section] {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.timeline-section[data-location=history-page__timeline-section] .timeline-section__title {
  color: #212121;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .timeline-section[data-location=history-page__timeline-section] .timeline-section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.timeline-section[data-location=history-page__timeline-section].dark {
  background: #212121;
}
.timeline-section[data-location=history-page__timeline-section].dark .timeline-slider-slide {
  color: whitesmoke;
}
.timeline-section[data-location=history-page__timeline-section].dark .timeline-section__title {
  color: whitesmoke;
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slider__wrapper {
  padding: 10px;
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slider__actions {
  display: flex;
  margin-top: 42px;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-items {
  display: flex;
  flex-direction: column;
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-items__item {
  position: relative;
  padding: 0 30px;
  height: 100%;
  min-height: 200px;
  padding-bottom: 30px;
}
@media (max-width: 1300px) {
  .timeline-section[data-location=history-page__timeline-section] .timeline-slide-items__item {
    min-height: auto;
  }
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-items__item::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -2px;
  left: 2px;
  transform: translateX(-50%);
  background-color: #FFDD01;
  transition: all 0.3s;
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-items__item::before {
  content: "";
  background-color: #FFDD01;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-items__item:hover::after {
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  .timeline-section[data-location=history-page__timeline-section] .timeline-slide-items__item:hover::after {
    width: 20px;
    height: 20px;
  }
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-item__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transform-origin: left;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .timeline-section[data-location=history-page__timeline-section] .timeline-slide-item__title {
    font-size: 20px;
  }
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-item__description {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .timeline-section[data-location=history-page__timeline-section] .timeline-slide-item__description {
    font-size: 16px;
    margin-top: 10px;
  }
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-item__description p:not(:last-child) {
  margin-bottom: 10px;
}
.timeline-section[data-location=history-page__timeline-section] .timeline-slide-item:hover .timeline-slide-item__title {
  transform: scale(1.1);
}
.timeline-section[data-location=history-page__timeline-section] .swiper-pagination-block {
  margin-top: 20px;
  margin-bottom: 30px;
}

.swiper-pagination-block {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
  align-items: center;
  gap: 10px;
}
.swiper-pagination-block.dark .swiper-pagination__bullets .swiper-pagination-bullet {
  background-color: #A9A9A9;
}
.swiper-pagination-block.dark .swiper-pagination__bullets .swiper-pagination-bullet-active {
  background-color: #FFDD01;
}
.swiper-pagination-block.dark .pagination-slider-btn {
  border: 1px solid #FFDD01;
}
.swiper-pagination-block.dark .pagination-slider-btn svg {
  color: #FFDD01;
}
.swiper-pagination-block .pagination-slider__btn-prev {
  cursor: pointer;
}
@media (max-width: 1300px) {
  .swiper-pagination-block .pagination-slider__btn-prev {
    display: none !important;
  }
}
.swiper-pagination-block .pagination-slider__btn-next {
  cursor: pointer;
}
@media (max-width: 1300px) {
  .swiper-pagination-block .pagination-slider__btn-next {
    display: none !important;
  }
}
.swiper-pagination-block .pagination-slider-btn {
  border: 1px solid #626262;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .swiper-pagination-block .pagination-slider-btn {
    display: none;
  }
}
.swiper-pagination-block .pagination-slider-btn svg {
  color: #626262;
}
.swiper-pagination-block .swiper-pagination__bullets {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.swiper-pagination-block .swiper-pagination__bullets .swiper-pagination-bullet {
  opacity: 1;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #CECECE;
}
.swiper-pagination-block .swiper-pagination__bullets .swiper-pagination-bullet-active {
  background-color: #FFDD01;
  width: 15px;
  height: 15px;
}

section.history-page__hero[data-location=history__index] {
  margin: 100px 0;
  /*
  .photo-fullscreen-slide {
      @media (max-width: $tablet){
        height: 230px;
        min-height: unset;
      }
  }*/
}
@media (max-width: 1300px) {
  section.history-page__hero[data-location=history__index] {
    margin-top: 30px;
  }
}
section.history-page__hero[data-location=history__index] .history-page__desc ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
section.history-page__hero[data-location=history__index] .history-page__desc ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(4px);
}
section.history-page__hero[data-location=history__index] .history-page__desc a {
  text-decoration: underline;
}
section.history-page__hero[data-location=history__index] .history-page__title {
  margin-bottom: 50px;
  font-size: 50px;
}
@media (max-width: 1300px) {
  section.history-page__hero[data-location=history__index] .history-page__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
section.history-page__hero[data-location=history__index] .history-page__desc {
  line-height: normal;
  font-size: 20px;
  font-weight: 400;
  max-height: 40vh;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
section.history-page__hero[data-location=history__index] .history-page__desc.show {
  max-height: unset;
}
section.history-page__hero[data-location=history__index] .history-page__desc h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.history-page__hero[data-location=history__index] .history-page__switcher {
  display: none;
}
section.history-page__hero[data-location=history__index] .history-page__more-btn::before {
  content: attr(data-load-more);
}
section.history-page__hero[data-location=history__index] .history-page__switcher:checked ~ .history-page__more-btn::before {
  content: attr(data-load-less);
}
section.history-page__hero[data-location=history__index] .history-page__switcher:checked ~ .history-page__desc {
  max-height: unset;
}
section.history-page__hero[data-location=history__index] .history-page__desc::before {
  content: " ";
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, #ffffff 0%, transparent 200%);
}
section.history-page__hero[data-location=history__index] .history-page__switcher:checked ~ .history-page__desc::before {
  display: none;
}
section.history-page__hero[data-location=history__index] .history-page__more-btn {
  display: table;
  margin-left: auto;
  font-size: 19px;
  padding: 11px 9px;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
section.history-page__hero[data-location=history__index] .history-page__more-btn:hover {
  border-color: #FFDD01;
  background: #FFDD01;
}
section.history-page__hero[data-location=history__index] .photo-fullscreen-swiper {
  max-width: 1440px;
}

.history-page__photo-slider[data-location=photo-slider] {
  padding-top: 80px;
}
.history-page__photo-slider[data-location=photo-slider] .history-photo-slider__slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.history-page__photo-slider[data-location=photo-slider] .history-photo-slide__img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .history-page__photo-slider[data-location=photo-slider] .history-photo-slide__img {
    min-height: 250px;
  }
}

section.history-page__regognition[data-location=regognition-slider] .regognition-slider__title {
  margin-bottom: 50px;
  font-size: 50px;
}
@media (max-width: 1300px) {
  section.history-page__regognition[data-location=regognition-slider] .regognition-slider__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
section.history-page__regognition[data-location=regognition-slider] .regognition-slider__slide {
  height: auto;
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.history-page__regognition[data-location=regognition-slider] .regognition-slider__slide:hover .regognition-slide__title {
  transition: 0.2s;
  transform: translateY(-5px);
}
@media (max-width: 1300px) {
  section.history-page__regognition[data-location=regognition-slider] .regognition-slider__slide {
    padding: 40px 20px;
  }
}
section.history-page__regognition[data-location=regognition-slider] .regognition-slide__title {
  position: relative;
  padding-left: 35px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1300px) {
  section.history-page__regognition[data-location=regognition-slider] .regognition-slide__title {
    font-size: 18px;
    padding-left: 30px;
    line-height: normal;
  }
}
section.history-page__regognition[data-location=regognition-slider] .regognition-slide__title::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  top: 0;
  left: 0;
}
@media (max-width: 1300px) {
  section.history-page__regognition[data-location=regognition-slider] .regognition-slide__title::before {
    width: 20px;
    height: 20px;
  }
}
section.history-page__regognition[data-location=regognition-slider] .regognition-slide__description {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  section.history-page__regognition[data-location=regognition-slider] .regognition-slide__description {
    font-size: 16px;
  }
}

section.history-page__mission[data-location=history-page__mission] .row {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  align-items: center;
}
@media (max-width: 1300px) {
  section.history-page__mission[data-location=history-page__mission] .row {
    flex-direction: column;
  }
}
section.history-page__mission[data-location=history-page__mission] .left {
  width: 50%;
}
@media (max-width: 1300px) {
  section.history-page__mission[data-location=history-page__mission] .left {
    width: 100%;
  }
}
section.history-page__mission[data-location=history-page__mission] .mission__description ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
section.history-page__mission[data-location=history-page__mission] .mission__description ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(4px);
}
section.history-page__mission[data-location=history-page__mission] .mission__description a {
  text-decoration: underline;
}
section.history-page__mission[data-location=history-page__mission] .mission__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  section.history-page__mission[data-location=history-page__mission] .mission__title {
    font-size: 30px;
  }
}
section.history-page__mission[data-location=history-page__mission] .mission__description {
  color: #212121;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  section.history-page__mission[data-location=history-page__mission] .mission__description {
    font-size: 16px;
  }
}
section.history-page__mission[data-location=history-page__mission] .right {
  width: 50%;
  display: flex;
  gap: 10px;
  margin-top: 50px;
  align-items: center;
  justify-content: right;
  padding-right: 100px;
}
@media (max-width: 1300px) {
  section.history-page__mission[data-location=history-page__mission] .right {
    width: 100%;
    padding: 0;
  }
}
section.history-page__mission[data-location=history-page__mission] .right .timeline__item {
  opacity: 0;
}
section.history-page__mission[data-location=history-page__mission] .right .timeline__item::before {
  width: 0%;
}
section.history-page__mission[data-location=history-page__mission] .right .timeline__item::after {
  transform: scale(0);
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item {
  opacity: 0;
  animation: startAnimation 1s ease 0.5s 1 normal forwards;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item::after {
  transform: scale(0);
  animation: dotAnimation 0.5s ease 1s 1 normal forwards;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item::before {
  width: 0%;
  animation: lineAnimation 0.5s ease 1.5s 1 normal forwards;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(1) {
  animation-delay: 0s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(2) {
  animation-delay: 1.5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(3) {
  animation-delay: 3s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(4) {
  animation-delay: 4.5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(5) {
  animation-delay: 6s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(1)::after {
  animation-delay: 0.5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(2)::after {
  animation-delay: 2s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(3)::after {
  animation-delay: 3.5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(4)::after {
  animation-delay: 5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(5)::after {
  animation-delay: 6.5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(1)::before {
  animation-delay: 1s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(2)::before {
  animation-delay: 2.5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(3)::before {
  animation-delay: 4s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(4)::before {
  animation-delay: 5.5s;
}
section.history-page__mission[data-location=history-page__mission] .right.animate .timeline__item:nth-child(5)::before {
  animation-delay: 5s;
}
@keyframes startAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dotAnimation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lineAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
section.history-page__mission[data-location=history-page__mission] .timeline__item {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-top: 25px;
  line-height: normal;
  position: relative;
  width: 120px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  section.history-page__mission[data-location=history-page__mission] .timeline__item {
    font-size: 20px;
  }
}
section.history-page__mission[data-location=history-page__mission] .timeline__item::before {
  content: "";
  background-color: #F1C40F;
  position: absolute;
  width: 0px;
  height: 3px;
  display: block;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
}
section.history-page__mission[data-location=history-page__mission] .timeline__item::after {
  content: "";
  background-color: #F1C40F;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  top: -6px;
  left: -3px;
}
section.history-page__mission[data-location=history-page__mission] .timeline__item:nth-child(3):before {
  width: 100%;
}
section.history-page__mission[data-location=history-page__mission] .timeline__item.active {
  opacity: 1;
}
section.history-page__mission[data-location=history-page__mission] .timeline__item.active::before {
  width: 110%;
}
section.history-page__mission[data-location=history-page__mission] .photo-fullscreen-swiper {
  padding: 0;
  /*
  .photo-fullscreen-slide {
    @media (max-width: $tablet){
      height: 230px;
    }
  }*/
}

.scaled-slider-section[data-location=text-scaled-slider] .swiper-wrapper {
  min-height: 250px;
}
@media (max-width: 768px) {
  .scaled-slider-section[data-location=text-scaled-slider] .swiper-wrapper {
    min-height: unset;
  }
}
.scaled-slider-section[data-location=text-scaled-slider] .scaled-center-slider-wrapper {
  align-items: center;
}
.scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide {
  border-radius: 20px;
  background: #F1F1F1;
  color: black;
  padding: 45px 100px;
  transition: padding 300ms ease-in-out, background 300ms ease-in-out;
}
.scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide p {
  color: #212121;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide {
    border-radius: 10px;
  }
}
.scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide:hover {
  cursor: pointer;
}
.scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide.swiper-slide-active {
  padding: 70px 30px;
  background: #FFDD01;
}
@media (max-width: 768px) {
  .scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide.swiper-slide-active {
    padding: 45px 30px;
  }
}
.scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide.swiper-slide-active p {
  font-size: 40px;
}
@media (max-width: 768px) {
  .scaled-slider-section[data-location=text-scaled-slider] .scaled-slider-center-slide.swiper-slide-active p {
    font-size: 20px;
  }
}

@charset "UTF-8";
section.history-page__path-to-success[data-location=history__path-to-success] {
  padding-bottom: 50px;
}
section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success__description ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success__description ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(4px);
}
section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success__description a {
  text-decoration: underline;
}
section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success__title {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success__title {
    font-size: 30px;
  }
}
section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success__description {
  color: #212121;
  /* Підзаголовки (блоків) */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success__description {
    font-size: 16px;
  }
}
section.history-page__path-to-success[data-location=history__path-to-success] .path-to-success .swiper-pagination-block {
  margin-top: 20px;
}

.history-page__photo-scaled-slider[data-location=photo-scaled] {
  overflow: hidden;
  padding-bottom: 50px;
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider {
  overflow: unset;
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__head {
    align-items: flex-start;
    flex-direction: column;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__head a {
  border: 1px solid #626262;
  padding: 15px 20px;
  border-radius: 16px;
  transition: all 300ms linear;
  font-weight: 600;
}
@media (hover: hover) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__head a:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__head a {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__title {
  font-size: 50px;
  line-height: normal;
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__title span {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #FFDD01;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__title {
    font-size: 30px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__desc {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: normal;
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__wrapper {
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider__wrapper {
    margin-bottom: 30px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  min-height: 530px;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide {
    min-height: 300px;
    border-radius: 6px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 50px;
  z-index: 5;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__overlay {
    padding: 35px 24px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__title {
  font-size: 50px;
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__title {
    font-size: 30px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__info li {
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__info li {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__actions {
  position: absolute;
  right: 50px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 86%;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__actions {
    right: 20px;
    bottom: 20px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__link {
  background: #FFDD01;
  padding: 16px 20px;
  border-radius: 10px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__link {
    font-size: 14px;
    padding: 12px 10px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__play {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__play svg {
    width: 40px;
    height: 40px;
  }
}
.history-page__photo-scaled-slider[data-location=photo-scaled] .photo-scaled-slider .photo-scaled-slide__play:hover {
  cursor: pointer;
}
@media (max-width: 1300px) {
  .history-page__photo-scaled-slider[data-location=photo-scaled] .swiper-pagination-block {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.site-form-section[data-location=site-form] {
  background: #FFDD01;
}
.site-form-section[data-location=site-form].bg-full:before {
  background: #FFDD01;
}
.site-form-section[data-location=site-form] .site-form-section__wrapper {
  padding: 70px 0;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__wrapper {
    padding: 46px 0;
  }
}
.site-form-section[data-location=site-form] .site-form-section__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__title {
    font-size: 30px;
    width: 100%;
  }
}
.site-form-section[data-location=site-form] .site-form-section__description {
  color: #212121;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__description {
    display: none;
  }
}
.site-form-section[data-location=site-form] .site-form-section__row {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.site-form-section[data-location=site-form] .site-form-section__form {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1300px) {
  .site-form-section[data-location=site-form] .site-form-section__form {
    width: 100%;
  }
}
.site-form-section[data-location=site-form] .site-form-section__callback {
  background: #000;
  width: 80px;
  margin-top: 20px;
  margin-left: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.site-form-section[data-location=site-form] .site-form-section__callback svg {
  color: white;
  width: 30px;
  height: 30px;
}
.site-form-section[data-location=site-form] .site-form-section__address {
  width: 500px;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .site-form-section[data-location=site-form] .site-form-section__address {
    width: 100%;
    margin-top: 20px;
  }
}
.site-form-section[data-location=site-form] .site-form-section__address iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form-section__address {
    display: none;
  }
}
.site-form-section[data-location=site-form] .site-form__row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 29.99875em) {
  .site-form-section[data-location=site-form] .site-form__row {
    flex-direction: column;
  }
}
.site-form-section[data-location=site-form] .site-form__input {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  padding: 23px 40px 26px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.site-form-section[data-location=site-form] .site-form__input:focus-within {
  outline: none;
}
.site-form-section[data-location=site-form] .site-form__input::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-form-section[data-location=site-form] .site-form__input::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-form-section[data-location=site-form] .site-form__input.invalid {
  border: 1px solid red;
  background-color: #fff0f0;
}
.site-form-section[data-location=site-form] .site-form__input.invalid::-moz-placeholder {
  color: #ff4d4f;
}
.site-form-section[data-location=site-form] .site-form__input.invalid::placeholder {
  color: #ff4d4f;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form__input {
    font-size: 16px;
    border-radius: 6px;
  }
  .site-form-section[data-location=site-form] .site-form__input::-moz-placeholder {
    font-size: 16px;
  }
  .site-form-section[data-location=site-form] .site-form__input::placeholder {
    font-size: 16px;
  }
}
.site-form-section[data-location=site-form] .site-form__textarea {
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 23px 40px;
  resize: none;
  min-height: 200px;
  border-radius: 10px;
}
.site-form-section[data-location=site-form] .site-form__textarea:focus-within {
  outline: none;
  border: none;
}
.site-form-section[data-location=site-form] .site-form__textarea::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-form-section[data-location=site-form] .site-form__textarea::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form__textarea {
    font-size: 16px;
    border-radius: 6px;
  }
  .site-form-section[data-location=site-form] .site-form__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .site-form-section[data-location=site-form] .site-form__textarea::placeholder {
    font-size: 16px;
  }
}
.site-form-section[data-location=site-form] .site-form__btn {
  background: #000;
  padding: 10px 20px;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=site-form] .site-form__btn {
    font-size: 16px;
    border-radius: 6px;
  }
}
.site-form-section[data-location=site-form] .site-form-address__list {
  margin-bottom: 20px;
}
.site-form-section[data-location=site-form] .site-address-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.site-form-section[data-location=site-form] .site-address-list__item:last-child {
  margin-bottom: 0;
}
.site-form-section[data-location=site-form] .site-address-item__img {
  background: #fff;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-form-section[data-location=site-form] .site-adress-item__content {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.site-form-section[data-location=site-form] .result-modal__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(33, 33, 33, 0.54);
}
.site-form-section[data-location=site-form] .result-modal__wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
.site-form-section[data-location=site-form] .result-modal__wrapper.error .result-modal__inner {
  color: #ff5353;
}
.site-form-section[data-location=site-form] .result-modal__wrapper.success .result-modal__inner {
  color: #3cba65;
}
.site-form-section[data-location=site-form] .result-modal {
  position: relative;
  max-width: 500px;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
  background: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 8px;
}
.site-form-section[data-location=site-form] .result-modal__header {
  display: flex;
  justify-content: end;
  margin: 0px 0px 20px;
}
.site-form-section[data-location=site-form] .result-modal__inner {
  text-align: center;
  padding: 25px;
  padding-top: 0;
}
.site-form-section[data-location=site-form] .checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: black;
  cursor: pointer;
  line-height: 140%;
}
@media (max-width: 800px) {
  .site-form-section[data-location=site-form] .checkbox-label {
    align-items: flex-start;
  }
}
@media (max-width: 620px) {
  .site-form-section[data-location=site-form] .checkbox-label {
    font-size: 12px;
  }
}
.site-form-section[data-location=site-form] .checkbox-label .checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.site-form-section[data-location=site-form] .checkbox-label .checkbox-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-right: 10px;
  transition: all 0.3s;
  background-color: #ffffff;
}
@media (max-width: 620px) {
  .site-form-section[data-location=site-form] .checkbox-label .checkbox-custom {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
.site-form-section[data-location=site-form] .checkbox-label .checkbox-custom .checkbox-icon {
  position: relative;
  top: 2px;
  display: none;
}
.site-form-section[data-location=site-form] .checkbox-label .checkbox-input:checked + .checkbox-custom .checkbox-icon {
  display: block;
}
.site-form-section[data-location=site-form] .checkbox-label a, .site-form-section[data-location=site-form] .checkbox-label a:visited {
  color: black;
  font-weight: 700;
}

.learning-program[data-location=learning-program-page] {
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=learning-program-page] {
    margin-top: 30px;
  }
}
.learning-program[data-location=learning-program-page] .learning-program__description ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.learning-program[data-location=learning-program-page] .learning-program__description ul li {
  position: relative;
  margin-left: 20px;
  font-size: 20px;
}
.learning-program[data-location=learning-program-page] .learning-program__description ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #FFDD01;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.learning-program[data-location=learning-program-page] .learning-program__top-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=learning-program-page] .learning-program__top-block {
    align-items: flex-start;
    flex-direction: column;
  }
}
.learning-program[data-location=learning-program-page] .learning-program__top-block a {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 20px;
  border: 1px solid #212121;
  border-radius: 16px;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .learning-program[data-location=learning-program-page] .learning-program__top-block a:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .learning-program[data-location=learning-program-page] .learning-program__top-block a {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.learning-program[data-location=learning-program-page] .learning-program__description {
  color: #212121;
  margin-top: 48px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=learning-program-page] .learning-program__description {
    margin-bottom: 30px;
  }
}

@charset "UTF-8";
.learning-programs-section[data-location=learning-program-page] .learning-program-item__description ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__description ul li {
  position: relative;
  margin-left: 30px;
  font-size: 20px;
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__description ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #FFDD01;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.learning-programs-section[data-location=learning-program-page] .learning-programs-section-list__item {
  margin-bottom: 50px;
  padding: 30px 0;
}
@media (max-width: 47.99875em) {
  .learning-programs-section[data-location=learning-program-page] .learning-programs-section-list__item {
    padding: 40px 0;
  }
}
.learning-programs-section[data-location=learning-program-page] .learning-programs-section-list__item:nth-child(odd) {
  background: rgba(0, 0, 0, 0.0509803922);
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__top-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1300px) {
  .learning-programs-section[data-location=learning-program-page] .learning-program-item__top-block {
    align-items: flex-start;
    flex-direction: column;
  }
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__title {
  color: #212121;
  /* Заголовки блоків */
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .learning-programs-section[data-location=learning-program-page] .learning-program-item__title {
    font-size: 30px;
  }
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__link {
  padding: 15px 20px;
  border: 1px solid #212121;
  border-radius: 16px;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  flex-shrink: 0;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .learning-programs-section[data-location=learning-program-page] .learning-program-item__link:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .learning-programs-section[data-location=learning-program-page] .learning-program-item__link {
    display: none;
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__link.mobile {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .learning-programs-section[data-location=learning-program-page] .learning-program-item__link.mobile {
    display: inline-block;
  }
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__description {
  width: 100%;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-programs-section[data-location=learning-program-page] .learning-program-item__description {
    width: 100%;
    margin-bottom: 10px;
  }
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__card {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__card img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .learning-programs-section[data-location=learning-program-page] .learning-program-item__card img {
    min-height: 350px;
  }
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item__label {
  background: #fff;
  padding: 7px 14px;
  border-radius: 10px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.learning-programs-section[data-location=learning-program-page] .learning-program-item-card__labels {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.all-learning-programs__hero[data-location=all-learning-programs] {
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] {
    margin-top: 30px;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__title {
  margin-bottom: 30px;
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__card-list {
    display: flex;
    flex-direction: column;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container {
    flex-direction: column;
    gap: 10px;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices {
  margin: 0;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices {
    display: none;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices__list {
  top: 70%;
  border-radius: 10px;
  padding-top: 10px;
  z-index: 0;
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices__placeholder {
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  text-align: center;
  color: #212121;
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices__list.choices__list--single {
  padding-top: 5px;
  z-index: 5;
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices__inner {
  border-radius: 10px;
  z-index: 10;
  background: #fff;
  border: 1px solid #212121;
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices::after {
  top: 40%;
  right: 20%;
  width: 11px;
  z-index: 50;
  height: 11px;
  border-width: 0 0 3px 3px;
  border-color: #626262;
  border-style: solid;
  transform: rotate(-45deg);
}
.all-learning-programs__hero[data-location=all-learning-programs] .all-learning-programs__top-container .choices[data-type*=select-one].is-open::after {
  top: 55%;
  border-width: 3px 3px 0 0;
  border-color: #626262;
  border-style: solid;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-top-container__form {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
  height: -moz-fit-content;
  height: fit-content;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-item-group {
  position: relative;
  min-width: 170px;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-item-group {
    display: none;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-items {
  background: #f1f1f1;
  position: absolute;
  top: 0px;
  border-radius: 20px;
  font-size: 14px;
  left: 0;
  z-index: 10;
  min-width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-items li label {
  padding: 10px;
  display: flex;
  font-size: 14px;
  color: #212121;
  gap: 10px;
  justify-content: start;
  align-items: center;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-items li label span {
  width: 16px;
  flex: 0 0 auto;
  height: 16px;
  position: relative;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-items li label span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #212121;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-items li label span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  display: none;
  background: #212121;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-items li label input:checked + span::after {
  display: block;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__select-list-item {
  border: 1px solid #626262;
  font-family: "Roboto";
  font-weight: 600;
  color: #626262;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 20;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__labels-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__labels-wrapper {
    display: none;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__labels-list {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__labels-list {
    display: none;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-filters__all-filters .programs-filters__select-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-labels-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  padding: 10px 20px;
  gap: 20px;
  color: #212121;
  border-radius: 10px;
  font-family: "Roboto";
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-labels-list__clear-btn {
  color: #afafaf;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-filter__img {
  width: 25px;
  height: 25px;
  border: 1px solid #FFD422;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-form__input {
  padding: 10px;
  font-size: 18px;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-form__input:focus-within {
  border: none;
  outline: none;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-form__btn {
  background: #FFDD01;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  margin: 5px 0;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card {
  background: #f1f1f1;
  padding: 40px;
  padding-bottom: 30px;
  border-radius: 15px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card {
    padding: 20px;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  flex: 1 1 auto;
  line-height: normal;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card__img {
  width: 100%;
  min-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card__img {
    min-height: 250px;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-card__form {
  border: 1px solid #626262;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-header__date {
  background: #fff;
  padding: 5px 10px;
  border-radius: 24px;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-footer__rating {
  background: white;
  border-radius: 20px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
  font-weight: 500;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-footer__actions {
  border: 1px solid #212121;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-footer__actions::before {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
}
.all-learning-programs__hero[data-location=all-learning-programs] .learning-program-footer__actions::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar {
  width: 100%;
  background: rgba(0, 0, 0, 0.21);
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar.show {
  display: block;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__wrapper {
  background: #FFDD01;
  max-width: 457px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__wrapper {
    background: #ffffff;
    padding: 30px;
    padding-top: 50px;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #212121;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header {
    border: none;
    justify-content: center;
    margin-bottom: 0;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header-title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header-title {
    font-size: 20px;
    font-weight: 600;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header-close {
  position: relative;
  width: 30px;
  height: 30px;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header-close {
    display: none;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header-close::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 1px;
  background: #212121;
  display: block;
  top: 50%;
  left: 50%;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__header-close::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 1px;
  background: #212121;
  top: 50%;
  display: block;
  left: 50%;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__footer {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__footer {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__footer-btn {
  flex: 1;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__footer-btn {
    flex: unset;
    width: 100%;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__footer-btn button {
  border: 1px solid #212121;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__footer-btn button {
    border-radius: 10px;
  }
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__footer-btn button.programs-sidebar__footer-submit {
    background: #FFDD01;
    border: 1px solid #FFDD01;
  }
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-item-group:not(:first-child) {
    border-top: 1px solid #F1F1F1;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-item {
  display: flex;
  width: 100%;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 1300px) {
  .all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-item {
    font-size: 18px;
    font-weight: 500;
  }
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-item svg {
  transition: 300ms all linear;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-item._active svg {
  transform: rotate(90deg);
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-items li label {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: start;
  font-family: "Roboto";
  font-weight: 500;
  align-items: center;
  gap: 10px;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-items li label span {
  width: 16px;
  flex: 0 0 auto;
  height: 16px;
  position: relative;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-items li label span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #212121;
  top: 0;
  left: 0;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-items li label span::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  display: none;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #212121;
}
.all-learning-programs__hero[data-location=all-learning-programs] .programs-sidebar__filters-items li label input:checked + span::after {
  display: block;
}

@charset "UTF-8";
.learning-program[data-location=single-learning-program] iframe {
  width: 100%;
}
.learning-program[data-location=single-learning-program] .learning-program__section {
  padding: 100px 0;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program__section {
    padding: 30px 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-program__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 25px;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program__categories {
    gap: 10px;
    padding-bottom: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program__timeline {
  padding-bottom: 100px;
}
.learning-program[data-location=single-learning-program] .learning-program__program {
  padding: 90px 0;
  background: #F1F1F1;
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program__program {
    padding: 40px 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-program__subscribe {
  padding: 90px;
  background: #FFDD01;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program__subscribe {
    padding: 40px 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-program__course-target {
  margin-top: 100px;
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program__course-target {
    margin-top: 70px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program__lectors {
  padding-top: 50px;
  padding-bottom: 50px;
  scroll-margin-top: 100px;
}
.learning-program[data-location=single-learning-program] .learning-program__testimonials {
  padding-top: 100px;
  padding-bottom: 50px;
  background: #212121;
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program__testimonials {
    padding-top: 50px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program__certification {
  padding: 90px 0;
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program__certification {
    padding: 60px 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-program__study-materials {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F1F1F1;
}
.learning-program[data-location=single-learning-program] .learning-program__popular-questions {
  padding-top: 90px;
  padding-bottom: 50px;
  scroll-margin-top: 100px;
}
.learning-program[data-location=single-learning-program] .learning-program__news {
  padding-top: 50px;
  padding-bottom: 50px;
}
.learning-program[data-location=single-learning-program] .learning-program__form-section {
  background: #FFDD01;
  padding-top: 50px;
  padding-bottom: 50px;
}
.learning-program[data-location=single-learning-program] .categories-list__item {
  padding: 15px 20px;
  border-radius: 20px;
  border: 1px solid #474444;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .categories-list__item {
    border-radius: 10px;
  }
}
.learning-program[data-location=single-learning-program] .main-block__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-block__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .main-block__description {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90%;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-block__description {
    width: 100%;
    font-size: 16px;
  }
}
.learning-program[data-location=single-learning-program] .main-block__description li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
.learning-program[data-location=single-learning-program] .main-block__description li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(5px);
}
.learning-program[data-location=single-learning-program] .main-block__img-wrapper {
  position: relative;
  margin-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% center;
  min-height: 590px;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-block__img-wrapper {
    min-height: 300px;
  }
}
.learning-program[data-location=single-learning-program] .main-block__subdescription {
  margin-top: 60px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  scroll-margin-top: 150px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-block__subdescription {
    font-size: 18px;
    word-wrap: break-word;
  }
}
.learning-program[data-location=single-learning-program] .main-block__subdescription a {
  text-decoration: underline;
  color: #3470eb;
}
.learning-program[data-location=single-learning-program] .main-block__subdescription p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-block__subdescription p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.learning-program[data-location=single-learning-program] .main-block__subdescription li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
.learning-program[data-location=single-learning-program] .main-block__subdescription li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(5px);
}
.learning-program[data-location=single-learning-program] .main-block__time-block {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-block__time-block {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.learning-program[data-location=single-learning-program] .main-img-wrapper__btn {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 40px;
  background: #FFDD01;
  padding: 18px 40px;
  border-radius: 10px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-img-wrapper__btn {
    right: 10px;
    bottom: 20px;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.learning-program[data-location=single-learning-program] .main-time-block__right-list {
  width: 40%;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .main-time-block__right-list {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .time-block-left li {
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .time-block-left li {
    font-size: 18px;
  }
}
.learning-program[data-location=single-learning-program] .time-block-left li strong {
  font-weight: 500;
}
.learning-program[data-location=single-learning-program] .time-block-right li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .time-block-right li {
    font-size: 18px;
  }
}
.learning-program[data-location=single-learning-program] .time-block-right li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
.learning-program[data-location=single-learning-program] .time-block-right h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .time-block-right h3 {
    font-size: 18px;
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-timeline__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-timeline__list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline-list__item {
  display: flex;
  padding-left: 60px;
  position: relative;
  gap: 30px;
  padding-top: 5px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-timeline-list__item {
    flex-direction: column;
    padding-left: 40px;
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline-list__item::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 150%;
  top: 0;
  left: 15px;
  background-color: #FFD422;
}
.learning-program[data-location=single-learning-program] .learning-timeline-list__item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  border-radius: 50%;
  left: 0px;
  background-color: #FFD422;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-timeline-list__item::after {
    width: 16px;
    height: 16px;
    left: 8px;
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline-item__img {
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-timeline-item__img {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-timeline-item__img img {
    max-height: 120px;
  }
}
@media (hover: hover) {
  .learning-program[data-location=single-learning-program] .learning-timeline-item__img:hover img {
    transform: scale(1.1);
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline-item__content {
  width: 50%;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-timeline-item__content {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-timeline-content__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.learning-program[data-location=single-learning-program] .learning-timeline-content__description {
  margin-top: 20px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .learning-program-block__wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-block__wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-block__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-block__link {
  padding: 15px 70px;
  background: #FFD422;
  border: 1px solid #FFDD01;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .learning-program[data-location=single-learning-program] .learning-program-block__link:hover {
    background: transparent;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs__item {
  padding: 30px 0px;
  border-top: 1px solid #626262;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs__item {
    padding: 30px 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs__item:last-child {
  border-bottom: 1px solid #626262;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item ul {
  margin-bottom: 30px;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item li {
  position: relative;
  list-style: none;
  margin: 0px 5px;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item li::before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFDD01;
  border-radius: 50%;
  left: -28px;
  top: 4px;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  justify-items: start;
  position: relative;
  gap: 40px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs-item__top {
    grid-template-columns: repeat(3, 1fr);
    padding-right: 60px;
    gap: 15px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__bottom {
  margin-top: 30px;
  font-size: 18px;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__first {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  min-width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs-item__first {
    font-size: 18px;
    min-width: unset;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__second {
  width: 100%;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs-item__second {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__second p {
  margin-bottom: 10px;
  color: #626262;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs-item__second p {
    font-size: 14px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__second h3 {
  font-weight: 700;
  font-family: "Roboto";
  font-size: 25px;
  color: #212121;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs-item__second h3 {
    font-size: 20px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__third {
  flex: 1 1 auto;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs-item__third {
    display: none;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__btn {
  border: 1px solid #212121;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-list-programs-item__btn {
    position: absolute;
    right: 0;
    top: 25px;
    width: 50px;
    height: 50px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item__top._active .learning-program-list-programs-item__btn::after {
  display: none;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item-third li {
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
}
.learning-program[data-location=single-learning-program] .learning-program-list-programs-item-third li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #626262;
  border-radius: 50%;
  display: block;
  top: 0;
  left: -25px;
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe__title {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe__title h2:last-child {
  font-weight: 400;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe__title h2:last-child {
    font-size: 18px;
    margin-top: 10px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe__desc {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  letter-spacing: 0.18px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe__desc {
    font-size: 16px;
    font-weight: 500;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe__form {
  text-align: right;
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe__form button {
  background: #212121;
  color: white;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 20px 30px;
  width: calc(33.3% - 20px);
  min-height: 50px;
  border-radius: 10px;
  margin-left: auto;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe__form button {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 6px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group {
  display: flex;
  gap: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group {
    flex-direction: column;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group input {
  padding: 10px 40px;
  border-radius: 10px;
  width: 33.3%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 70px;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group input {
    width: 100%;
    font-size: 16px;
    padding: 10px 24px;
    height: 55px;
    border-radius: 6px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group input::-moz-placeholder {
  color: #A0A0A0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group input::placeholder {
  color: #A0A0A0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group input::-moz-placeholder {
    font-size: 16px;
  }
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group input::placeholder {
    font-size: 16px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__input-group input:focus-within {
  outline: none;
  border: none;
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: black;
  cursor: pointer;
  line-height: 140%;
}
@media (max-width: 800px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label {
    align-items: flex-start;
  }
}
@media (max-width: 620px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label {
    font-size: 12px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label .checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label .checkbox-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-right: 10px;
  transition: all 0.3s;
  background-color: #ffffff;
}
@media (max-width: 620px) {
  .learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label .checkbox-custom {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label .checkbox-custom .checkbox-icon {
  position: relative;
  top: 2px;
  display: none;
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label .checkbox-input:checked + .checkbox-custom .checkbox-icon {
  display: block;
}
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label a,
.learning-program[data-location=single-learning-program] .learning-program-subscribe-form__footer .checkbox-label a:visited {
  color: black;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-course-target__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target__list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-course-target-list__item {
  border-radius: 20px;
  padding: 30px;
  background: #F1F1F1;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
  min-height: 122px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target-list__item {
    border-radius: 10px;
  }
}
.learning-program[data-location=single-learning-program] .learning-course-target-list__item h3 {
  position: relative;
  padding-left: 35px;
  color: #212121;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target-list__item h3 {
    font-size: 18px;
  }
}
.learning-program[data-location=single-learning-program] .learning-course-target-list__item h3::before {
  content: "";
  position: absolute;
  width: 24px;
  display: block;
  border-radius: 50%;
  background-color: #FFD422;
  height: 24px;
  top: 0;
  left: 0;
}
.learning-program[data-location=single-learning-program] .learning-course-target-list__item p {
  margin-top: 10px;
  color: #212121;
  font-family: "Roboto";
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target-list__item p {
    font-size: 16px;
  }
}
.learning-program[data-location=single-learning-program] .learning-course-target-list__item:nth-child(3n+1) {
  margin-top: 0;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target-list__item:nth-child(3n+1) {
    margin-top: 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-course-target-list__item:nth-child(3n+2) {
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target-list__item:nth-child(3n+2) {
    margin-top: 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-course-target-list__item:nth-child(3n+3) {
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-course-target-list__item:nth-child(3n+3) {
    margin-top: 0;
  }
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper {
  padding: 30px 20px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-swiper {
    margin-top: 0;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide {
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  /* Для более мягких краёв */
  min-height: 520px;
  padding: 33px;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide {
    padding-top: 80px;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide__img-wrapper {
  border-radius: 50%;
  width: 310px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide__img-wrapper {
    width: 100%;
    height: 250px;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide__name {
  margin-top: 30px;
  color: #212121;
  font-family: "Roboto";
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide__name {
    font-size: 24px;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide__proff {
  color: rgba(33, 33, 33, 0.6);
  text-align: center;
  margin-top: 20px;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-swiper-slide__proff {
    margin-top: 10px;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 100px;
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block__prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212121;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block__prev {
    display: none;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block__paginate {
  display: inline-flex;
  align-items: center;
  width: auto;
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block__paginate .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #A9A9A9;
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block__paginate .swiper-pagination-bullet-active {
  background: #212121;
  width: 16px;
  height: 16px;
}
.learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block__next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-swiper-pagination-block__next {
    display: none;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-row {
    flex-direction: column;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-row:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-row:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-row__card-one {
  background: #212121;
  overflow: hidden;
  padding: 30px;
  width: 50%;
  border-radius: 16px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-row__card-one {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-lectors-row__card-two {
  width: 50%;
  padding: 30px;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  background: #212121;
  min-height: 564px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-lectors-row__card-two {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .lectors-row-card-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-one__title {
  margin-top: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  width: 50%;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-one__description {
  color: #FFF;
  /* Основний текст (блоки) */
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-one__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-one__actions a {
  background: #FFDD01;
  padding: 18px 50px;
  color: #212121;
  font-weight: 700;
  font-family: "Roboto";
  border-radius: 12px;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-one__actions div {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-one__actions div svg {
  margin-left: 5px;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__img {
  width: 300px;
  height: 300px;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 50%;
  overflow: hidden;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__img img {
  width: 100%;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__title {
  color: #FFF;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  width: 50%;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__description {
  color: #FFF;
  font-family: "Roboto";
  font-size: 30px;
  margin-top: 20px;
  font-weight: 600;
  width: 50%;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__actions {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__actions a {
  background: #FFDD01;
  padding: 18px 50px;
  color: #212121;
  font-weight: 700;
  font-family: "Roboto";
  border-radius: 12px;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__actions div {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learning-program[data-location=single-learning-program] .lectors-row-card-two__actions div svg {
  margin-left: 5px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials__title {
  color: #fff;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-testimonials__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-testimonials__add-video {
  border: 1px solid #fff;
  padding: 10px 20px;
  min-width: 154px;
  text-align: center;
  font-family: "Roboto";
  color: #fff;
  border-radius: 10px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials__desc {
  color: #FFF;
  font-family: "Roboto";
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 50%;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-testimonials__desc {
    font-size: 16px;
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide {
  background-color: #f1f1f1;
  display: flex;
  min-height: 520px;
  padding: 35px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide {
    padding: 25px;
    padding-bottom: 15px;
  }
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
  transform: translateY(100px);
  z-index: 11;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  padding: 40px;
  padding-top: 20px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__link {
  display: inline-flex;
  gap: 10px;
  margin-top: 50px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #fff;
  align-items: center;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__link:hover {
  cursor: pointer;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__row {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: start;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__image {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__image img {
  position: relative;
  -o-object-fit: cover;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__content-row {
  margin-top: 20px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__content-row h3 {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__content-row div {
  margin-top: 10px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__content-card {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  line-height: normal;
  max-height: 150px;
  overflow-y: auto;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__content-card a {
  text-decoration: underline;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__content-card li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-hover-card__content-card li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(5px);
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide .testimonials-slide__wrapper-slide {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-out;
}
@media (hover: hover) {
  .learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide:hover .testimonials-slide__wrapper-slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
  }
  .learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide:hover .testimonials-hover-card {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide::before {
  content: "";
  position: absolute;
  width: 359px;
  height: 359px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 5;
  left: -40px;
  bottom: 0px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper__slide img {
  position: absolute;
  bottom: -2px;
  z-index: 6;
  left: 0;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-slide__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-testimonials-slide__title {
    font-size: 24px;
  }
}
.learning-program[data-location=single-learning-program] .learning-testimonials-slide__video-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  background: #fff;
  color: #212121;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFDD01;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__prev {
    display: none;
  }
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__prev svg {
  color: #FFDD01;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__paginate {
  width: auto;
  align-items: center;
  display: flex;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__paginate .swiper-pagination-bullet {
  opacity: 1;
  background: #A9A9A9;
  width: 10px;
  height: 10px;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__paginate .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #FFDD01;
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  border: 1px solid #FFDD01;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__next {
    display: none;
  }
}
.learning-program[data-location=single-learning-program] .learning-testimonials-swiper-pagination-block__next svg {
  color: #FFDD01;
}
.learning-program[data-location=single-learning-program] .learning-certifications img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-certifications__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-certifications__description {
  color: #000;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-certifications__description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-study-materials__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-study-materials__description {
  margin-top: 20px;
  width: 70%;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-study-materials__description {
    font-size: 16px;
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-study-materials__btn {
  margin-top: 20px;
  max-width: 419px;
  width: 100%;
  padding: 10px;
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 16px;
  font-family: "Roboto";
  color: #212121;
  background: #FFDD01;
  font-weight: 600;
  font-size: 18px;
}
.learning-program[data-location=single-learning-program] .learning-study-materials__wrapper {
  margin-top: 50px;
  min-height: 356px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFDD01;
  border-radius: 12px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-study-materials__wrapper {
    min-height: 130px;
  }
}
.learning-program[data-location=single-learning-program] .learning-study-materials__text {
  font-size: 29px;
  text-align: center;
  width: 50%;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-questions__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-questions__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.learning-program[data-location=single-learning-program] .learning-questions-list__item {
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
  border: 2px solid rgba(180, 180, 180, 0.2);
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-questions-list__item {
    border-radius: 10px;
  }
}
.learning-program[data-location=single-learning-program] .learning-questions-item__top {
  padding: 44px 77px;
  color: #212121;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-questions-item__top {
    padding: 15px 20px;
    padding-right: 15px;
    font-size: 16px;
  }
}
.learning-program[data-location=single-learning-program] .learning-questions-item__top button {
  width: 50px;
  height: 50px;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.learning-program[data-location=single-learning-program] .learning-questions-item__top button::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  opacity: 1;
  display: block;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.learning-program[data-location=single-learning-program] .learning-questions-item__top button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45%;
  opacity: 1;
  display: block;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.learning-program[data-location=single-learning-program] .learning-questions-item__top._active button::after {
  display: none;
}
.learning-program[data-location=single-learning-program] .learning-questions-item__content {
  padding: 44px 77px;
  padding-top: 0;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-questions-item__content {
    padding: 15px 20px;
    padding-top: 0;
    font-size: 16px;
  }
}
.learning-program[data-location=single-learning-program] .learning-questions-item__content a {
  text-decoration: underline;
}
.learning-program[data-location=single-learning-program] .learning-questions-item__content li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.learning-program[data-location=single-learning-program] .learning-questions-item__content li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(5px);
}
.learning-program[data-location=single-learning-program] .learning-program-news__top-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-news__top-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-news__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-news__all-materials {
  border: 1px solid #626262;
  padding: 15px 20px;
  border-radius: 16px;
  transition: all 300ms linear;
  font-weight: 600;
}
@media (hover: hover) {
  .learning-program[data-location=single-learning-program] .learning-program-news__all-materials:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-news__pagination-block {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.learning-program[data-location=single-learning-program] .learning-news-pagination-block__prev {
  width: 40px;
  height: 40px;
  border: 1px solid #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.learning-program[data-location=single-learning-program] .learning-news-pagination-block__prev svg {
  color: #646464;
}
.learning-program[data-location=single-learning-program] .learning-news-pagination-block__pag {
  width: auto;
  display: flex;
  align-items: center;
}
.learning-program[data-location=single-learning-program] .learning-news-pagination-block__pag .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #A9A9A9;
}
.learning-program[data-location=single-learning-program] .learning-news-pagination-block__pag .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #545454;
}
.learning-program[data-location=single-learning-program] .learning-news-pagination-block__next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #646464;
}
.learning-program[data-location=single-learning-program] .learning-news-pagination-block__next svg {
  color: #646464;
}
.learning-program[data-location=single-learning-program] .learning-program-news-row {
  display: flex;
  gap: 60px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-news-row {
    flex-direction: column;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-news-row__left {
  width: 50%;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-news-row__left {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-news-row__right {
  width: 50%;
  position: relative;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-news-row__right {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-news-row__right::before {
  content: "";
  background: #EDEDED;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -30px;
}
.learning-program[data-location=single-learning-program] .learning-news-slide__header {
  min-height: 564px;
  display: flex;
  border-radius: 10px;
  justify-content: start;
  padding: 15px;
}
.learning-program[data-location=single-learning-program] .learning-news-slide__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-news-slide__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.learning-program[data-location=single-learning-program] .learning-news-slide-header {
  display: flex;
  gap: 20px;
  position: relative;
}
.learning-program[data-location=single-learning-program] .learning-news-slide-header__efir {
  display: inline-block;
  background: #212121;
  color: #fff;
  height: 30px;
  line-height: 11px;
  padding: 10px 15px;
  border-radius: 10px;
}
.learning-program[data-location=single-learning-program] .learning-news-slide-header__date {
  display: inline-block;
  background: #212121;
  color: #fff;
  height: 30px;
  line-height: 11px;
  padding: 10px 15px;
  border-radius: 10px;
}
.learning-program[data-location=single-learning-program] .learning-news-slide-header__type {
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;
  background: rgba(33, 33, 33, 0.42);
  color: #fff;
  height: 30px;
  margin-left: auto;
  line-height: 11px;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-news-slide-header__type {
    position: absolute;
    bottom: 20px;
    width: 92%;
    font-size: 12px;
  }
}
.learning-program[data-location=single-learning-program] .learning-news-slide-footer__text {
  width: 50%;
  font-weight: 700;
  font-family: "Roboto";
  font-size: 18px;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-news-slide-footer__text {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-news-slide-footer__link-more {
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
  font-family: "Roboto";
  color: #212121;
  border: 1px solid #212121;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-news-slide-footer__link-more {
    margin-left: auto;
  }
}
.learning-program[data-location=single-learning-program] .learning-news-list__item {
  margin-bottom: 30px;
}
.learning-program[data-location=single-learning-program] .learning-news-list-item__title {
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 600;
}
.learning-program[data-location=single-learning-program] .learning-news-list-item__description {
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
}
.learning-program[data-location=single-learning-program] .learning-program-form__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-form__title {
    font-size: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-form__description {
  color: #212121;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-form__description {
    display: none;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-form__row {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-form__row {
    gap: 30px;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-form__form {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-form__form {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .learning-program[data-location=single-learning-program] .learning-program-form__address {
    width: 100%;
  }
}
.learning-program[data-location=single-learning-program] .learning-program-form__address iframe {
  width: 100%;
}
.learning-program[data-location=single-learning-program] .learning-program-form__callback {
  background: #000;
  width: 80px;
  margin-top: 20px;
  margin-left: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.learning-program[data-location=single-learning-program] .learning-program-form__callback svg {
  color: white;
  width: 30px;
  height: 30px;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__input {
  width: 100%;
  border-radius: 5px;
  font-size: 24px;
  height: 50px;
  padding: 10px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__input:focus-within {
  outline: none;
  border: none;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__input::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__input::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__textarea {
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 30px;
  resize: none;
  min-height: 130px;
  border-radius: 5px;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__textarea:focus-within {
  outline: none;
  border: none;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__textarea::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__textarea::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .learning-program-main-form__btn {
  background: #000;
  padding: 10px 20px;
  border-radius: 4px;
  min-height: 50px;
  width: 100%;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .learning-form-address__list {
  margin-bottom: 20px;
}
.learning-program[data-location=single-learning-program] .learning-form-address-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.learning-program[data-location=single-learning-program] .learning-form-address-list__item:last-child {
  margin-bottom: 0;
}
.learning-program[data-location=single-learning-program] .learning-form-address-item__img {
  background: #fff;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learning-program[data-location=single-learning-program] .learning-form-address-item__content {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.learning-program[data-location=single-learning-program] .presentation-modal__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(33, 33, 33, 0.54);
}
.learning-program[data-location=single-learning-program] .presentation-modal__wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
.learning-program[data-location=single-learning-program] .presentation-modal__wrapper.error .presentation-modal__inner {
  color: #ff5353;
}
.learning-program[data-location=single-learning-program] .presentation-modal__wrapper.success .presentation-modal__inner {
  color: #3cba65;
}
.learning-program[data-location=single-learning-program] .presentation-modal {
  position: relative;
  max-width: 500px;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
  background: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 8px;
}
.learning-program[data-location=single-learning-program] .presentation-modal__header {
  display: flex;
  justify-content: end;
  margin: 0px 0px 20px;
}
.learning-program[data-location=single-learning-program] .presentation-modal__inner {
  text-align: center;
  padding: 25px;
}

.self-team-rating[data-location=self-team-rating-single] {
  padding-top: 100px;
}
@media (max-width: 47.99875em) {
  .self-team-rating[data-location=self-team-rating-single] {
    padding-top: 30px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block ul li {
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #FFDD01;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block a {
  text-decoration: underline;
}
.self-team-rating[data-location=self-team-rating-single] section:not(:last-of-type) {
  margin-bottom: 90px;
}
@media (max-width: 47.99875em) {
  .self-team-rating[data-location=self-team-rating-single] section:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h1, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h2, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h3, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h4, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h5, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h6, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block p, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block li {
  font-family: "Roboto", sans-serif;
  color: #212121;
  line-height: normal;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 47.99875em) {
  .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h1 {
    font-size: 30px;
    font-weight: 500;
  }
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block p, .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block li {
  font-size: 18px;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block li {
  margin-bottom: 20px;
  position: relative;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block li:before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFDD01;
  border-radius: 50%;
  left: -28px;
  top: 4px;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block p {
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 47.99875em) {
  .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block p {
    margin-bottom: 40px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block ul {
  max-width: 60%;
  margin-bottom: 30px;
  padding-left: 28px;
}
@media (max-width: 47.99875em) {
  .self-team-rating[data-location=self-team-rating-single] .self-team-rating__text-block ul {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__image-block {
  margin-top: 34px;
  margin-bottom: 60px;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__image-block img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__image-block a {
  background-color: #FFDD01;
  border-radius: 16px;
  text-align: center;
  display: table;
  margin-left: auto;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 40px;
  min-width: 350px;
}
@media (max-width: 47.99875em) {
  .self-team-rating[data-location=self-team-rating-single] .self-team-rating__image-block a {
    border-radius: 10px;
    font-size: 16px;
    padding: 12px 60px;
    min-width: unset;
  }
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating__course-target {
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target__title {
    font-size: 30px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target__list {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target__list {
    flex-direction: column;
    margin-top: 30px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item {
  border-radius: 20px;
  padding: 30px;
  background: #F1F1F1;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
  min-height: 122px;
  flex: 1 1 30%;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item {
    border-radius: 10px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item h3 {
  position: relative;
  padding-left: 35px;
  color: #212121;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item h3 {
    font-size: 18px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item h3::before {
  content: "";
  position: absolute;
  width: 24px;
  display: block;
  border-radius: 50%;
  background-color: #FFD422;
  height: 24px;
  top: 0;
  left: 0;
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item p {
  margin-top: 10px;
  color: #212121;
  font-family: "Roboto";
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item p {
    font-size: 16px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item:nth-child(3n+1) {
  margin-top: 0;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item:nth-child(3n+1) {
    margin-top: 0;
  }
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item:nth-child(3n+2) {
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item:nth-child(3n+2) {
    margin-top: 0;
  }
}
.self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item:nth-child(3n+3) {
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .learning-course-target-list__item:nth-child(3n+3) {
    margin-top: 0;
  }
}
.self-team-rating[data-location=self-team-rating-single] .self-team-rating-slider {
  overflow: hidden;
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider {
  overflow: unset;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider {
    padding: 0 20px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__head {
    align-items: flex-start;
    flex-direction: column;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__head a {
  border: 1px solid #626262;
  padding: 15px 20px;
  border-radius: 16px;
  transition: all 300ms linear;
  font-weight: 600;
}
@media (hover: hover) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__head a:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__head a {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__title {
  font-size: 50px;
  line-height: normal;
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__title span {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #FFDD01;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__title {
    font-size: 30px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__desc {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: normal;
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__wrapper {
  align-items: center;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider__wrapper {
    margin-bottom: 30px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  min-height: 530px;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide {
    min-height: 300px;
    border-radius: 6px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 50px;
  z-index: 5;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__overlay {
    padding: 35px 24px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__title {
  font-size: 50px;
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__title {
    font-size: 30px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__info li {
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__info li {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__actions {
  position: absolute;
  right: 50px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 86%;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__actions {
    right: 20px;
    bottom: 20px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__link {
  background: #FFDD01;
  padding: 16px 20px;
  border-radius: 10px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__link {
    font-size: 14px;
    padding: 12px 10px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__play {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .photo-scaled-slider .photo-scaled-slide__play svg {
    width: 40px;
    height: 40px;
  }
}
.self-team-rating[data-location=self-team-rating-single] .swiper-pagination-block {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .self-team-rating[data-location=self-team-rating-single] .swiper-pagination-block {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.self-team-rating-reviews-section[data-location=self-team-rating-single] {
  padding: 145px 0;
  background: #212121;
  margin-bottom: 0 !important;
}
@media (max-width: 1300px) {
  .self-team-rating-reviews-section[data-location=self-team-rating-single] {
    padding: 50px 0;
  }
}
.self-team-rating-reviews-section[data-location=self-team-rating-single] .self-team-rating-reviews__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 60px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1300px) {
  .self-team-rating-reviews-section[data-location=self-team-rating-single] .self-team-rating-reviews__title {
    width: 100%;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.self-team-rating-reviews-section[data-location=self-team-rating-single] .self-team-rating-reviews__content .swiper-pagination-block .pagination-slider-btn svg path {
  fill: #FFDD01;
}
.self-team-rating-reviews-section[data-location=self-team-rating-single] .self-team-rating-reviews__content .swiper-pagination-block .pagination-slider-btn {
  border: 1px solid #FFDD01;
}
.self-team-rating-reviews-section[data-location=self-team-rating-single] .self-team-rating-reviews__slide {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-height: 340px;
}
.self-team-rating-reviews-section[data-location=self-team-rating-single] .self-team-rating-reviews__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.self-team-rating-reviews-section[data-location=self-team-rating-single] .swiper-pagination-block {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .self-team-rating-reviews-section[data-location=self-team-rating-single] .swiper-slide {
    transition: all 0.5s;
  }
  .self-team-rating-reviews-section[data-location=self-team-rating-single] .swiper-wrapper::before {
    content: " ";
    width: 5000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #212121;
    z-index: 1;
    mix-blend-mode: hue;
  }
  .self-team-rating-reviews-section[data-location=self-team-rating-single] .swiper-slide-prev,
  .self-team-rating-reviews-section[data-location=self-team-rating-single] .swiper-slide-next {
    opacity: 0.5;
  }
}

.bg-full {
  position: relative;
  z-index: 1;
}
.bg-full:before {
  content: " ";
  position: absolute;
  left: -100vw;
  top: 0;
  width: 200vw;
  height: 100%;
  background: #212121;
  z-index: -1;
}

.news-section[data-location=news-single] {
  padding-top: 100px;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] {
    padding-top: 30px;
  }
}
.news-section[data-location=news-single] .news-section__text-bottom a {
  text-decoration: underline;
}
.news-section[data-location=news-single] .news-section__text-bottom {
  font-size: 18px;
  line-height: 150%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news-section[data-location=news-single] .news-section__text-bottom.second-text {
  margin-top: 71px;
}
.news-section[data-location=news-single] .news-section__text-bottom ul {
  margin-bottom: 30px;
  padding-left: 28px;
}
.news-section[data-location=news-single] .news-section__text-bottom li {
  position: relative;
  list-style: none;
}
.news-section[data-location=news-single] .news-section__text-bottom li::before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFDD01;
  border-radius: 50%;
  left: -28px;
  top: 4px;
}
.news-section[data-location=news-single] .news-section__text-block {
  display: flex;
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-section__text-block {
    flex-direction: column;
  }
}
.news-section[data-location=news-single] .news-section__text-block h1,
.news-section[data-location=news-single] .news-section__text-block h2,
.news-section[data-location=news-single] .news-section__text-block h3,
.news-section[data-location=news-single] .news-section__text-block h4,
.news-section[data-location=news-single] .news-section__text-block h5,
.news-section[data-location=news-single] .news-section__text-block h6,
.news-section[data-location=news-single] .news-section__text-block p,
.news-section[data-location=news-single] .news-section__text-block li {
  font-family: "Roboto", sans-serif;
  color: #212121;
  line-height: normal;
}
.news-section[data-location=news-single] .news-section__text-block h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-section__text-block h1 {
    font-size: 30px;
    font-weight: 500;
  }
}
.news-section[data-location=news-single] .news-section__text-block h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.news-section[data-location=news-single] .news-section__text-block p,
.news-section[data-location=news-single] .news-section__text-block li {
  font-size: 18px;
}
.news-section[data-location=news-single] .news-section__text-block li {
  margin-bottom: 20px;
  position: relative;
  list-style: none;
  line-height: 150%;
}
.news-section[data-location=news-single] .news-section__text-block li:before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFDD01;
  border-radius: 50%;
  left: -28px;
  top: 4px;
}
.news-section[data-location=news-single] .news-section__text-block p {
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 150%;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-section__text-block p {
    margin-bottom: 10px;
  }
}
.news-section[data-location=news-single] .news-section__text-block ul {
  max-width: 100%;
  margin-bottom: 30px;
  padding-left: 28px;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-section__text-block ul {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.news-section[data-location=news-single] .news-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.news-section[data-location=news-single] .news-section__header h1 {
  font-size: 50px;
  font-weight: 500;
  width: 70%;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-section__header {
    flex-direction: column;
    align-items: unset;
  }
  .news-section[data-location=news-single] .news-section__header h1 {
    font-size: 30px;
  }
}
.news-section[data-location=news-single] .news-section__header-form {
  display: flex;
  background: #FFF;
  min-height: 40px;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
  align-items: center;
  border-radius: 12px;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-section__header-form {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-section__header-form {
    margin-top: 20px;
  }
}
.news-section[data-location=news-single] .news-section__header-form button {
  margin-left: auto;
  padding: 10px 20px;
  color: #212121;
  border-radius: 10px;
  background: #FFDD01;
  font-weight: 600;
  font-family: "Roboto";
}
.news-section[data-location=news-single] .news-section__header-form input:focus-within {
  outline: none;
  border: none;
}
.news-section[data-location=news-single] h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.news-section[data-location=news-single] .title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .title {
    font-size: 30px;
    margin: 0;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] {
  width: 50%;
  margin-right: 20px;
  padding-right: 20px;
  margin-bottom: 2em;
  border-right: 2px solid #f1f1f1;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] {
    border: unset;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline__row {
  display: flex;
  gap: 60px;
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline__row {
    display: block;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__slider {
  width: 60%;
}
@media (min-width: 91.875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__slider {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__slider {
    width: 100%;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list {
  position: relative;
  width: 40%;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 91.875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list {
    width: 100%;
    margin-top: 50px;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #EDEDED;
  height: 100%;
  top: 0;
  left: -30px;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item h3 {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item h3 {
    font-size: 18px;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item p {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item p {
    font-size: 16px;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-header {
  min-height: 564px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-header {
    min-height: 350px;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__top-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header {
  margin-bottom: 20px;
  margin-left: 15px;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header a {
  display: inline-flex;
  cursor: pointer;
  padding: 5px 18px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 20px;
  justify-content: start;
  gap: 10px;
  background: #FFDD01;
  align-items: center;
  position: absolute;
  left: 30px;
  bottom: 25px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header a:hover {
  opacity: 1;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header a span {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header a span svg {
  margin-left: 6px;
  width: 22px;
  height: 28px;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-footer {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-footer {
    flex-direction: column;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border-radius: 5px;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__efir {
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  height: 33px;
  cursor: pointer;
  padding-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 14px;
  font-size: 14px;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__date {
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  height: 33px;
  padding-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 14px;
  font-size: 14px;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__labels {
  background-color: #000;
  margin-top: 20px;
  font-size: 14px;
  gap: 5px;
  border-radius: 5px;
  background: rgba(33, 33, 33, 0.28);
  color: #fff;
  height: 33px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__labels span {
  width: calc(33.3% - 10px);
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__labels {
    display: none;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__title {
  width: 60%;
  font-family: "Roboto";
  color: #212121;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__title {
    width: 100%;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link {
  padding: 15px 20px;
  color: black;
  font-family: "Roboto";
  font-weight: 500;
  border: 1px solid black;
  border-radius: 16px;
  font-size: 20px;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link:hover {
    background-color: #FFDD01;
    border: 1px solid #FFDD01;
  }
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link {
    max-width: 100%;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__pag-block {
  display: flex;
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__prev-btn {
    display: none;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__btn {
  cursor: pointer;
}
@media (hover: hover) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__btn {
    background: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__next-btn {
    display: none;
  }
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .swiper-pagination-block .swiper-pagination__bullets .swiper-pagination-bullet-active {
  background: #000;
}
.news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .swiper-pagination-block {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .news-section[data-location=news-single] .news-timeline[data-location=news-timeline-image-slider-component] .swiper-pagination-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

section.main-events[data-location=main-events-page].main-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page].main-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.main-events[data-location=main-events-page] .main-event__calendar-title {
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-event__calendar-title {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media (max-width: 47.99875em) {
  section.main-events[data-location=main-events-page] .main-events-actions__search-block {
    display: none;
  }
}
section.main-events[data-location=main-events-page] .main-events__title.main-block {
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__title {
    font-size: 30px;
  }
}
section.main-events[data-location=main-events-page] .main-events__calendar-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__calendar-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 30px;
  }
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__calendar-wrapper #main-events__calendar {
    width: calc(55% - 30px);
  }
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__calendar-wrapper #main-events__list {
    width: 45%;
  }
}
section.main-events[data-location=main-events-page] .main-events__all-filters {
  display: none;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__all-filters {
    border: 1px solid #212121;
    color: #212121;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Roboto";
    order: 2;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.main-events[data-location=main-events-page] .main-events__all-filters span.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    padding: 5px;
  }
}
section.main-events[data-location=main-events-page] .main-events__header {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__header {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media (max-width: 47.99875em) {
  section.main-events[data-location=main-events-page] .main-events__header {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__filters {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: -webkit-fill-available;
    background-color: #fff;
    padding: 0 20px;
    z-index: 10;
    order: 2;
    min-height: calc(100vh - 100px);
    opacity: 0;
    visibility: hidden;
  }
  section.main-events[data-location=main-events-page] .main-events__filters.active {
    opacity: 1;
    visibility: visible;
    margin-top: auto;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__filters h3 {
    display: none;
  }
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__filters h3 {
    color: #212121;
    text-align: center;
    font-family: "Roboto";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
section.main-events[data-location=main-events-page] .main-events__submit-filters__wrapper {
  display: flex;
  margin-top: auto;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__submit-filters {
    display: none;
  }
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__submit-filters {
    text-align: center;
    width: calc(50% - 10px);
    padding: 10px 20px;
    border-radius: 10px;
    order: 2;
    border: 1px solid #FFDD01;
    color: #212121;
    display: block;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    background: #FFDD01;
  }
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__select-list {
    margin-top: 50px;
  }
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__select-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
  }
}
section.main-events[data-location=main-events-page] .main-events__select-list-item-group {
  position: relative;
  min-width: 170px;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__select-list-item-group {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
  }
}
section.main-events[data-location=main-events-page] .main-events__select-list-items li label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
}
section.main-events[data-location=main-events-page] .main-events__select-list-items li label span {
  width: 20px;
  flex: 0 0 auto;
  height: 20px;
  position: relative;
}
section.main-events[data-location=main-events-page] .main-events__select-list-items li label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #212121;
}
section.main-events[data-location=main-events-page] .main-events__select-list-items li label span::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  display: none;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #212121;
}
section.main-events[data-location=main-events-page] .main-events__select-list-items li label input:checked + span::after {
  display: block;
}
section.main-events[data-location=main-events-page] .main-events__select-list-items li label p {
  color: var(--, #212121);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__select-list-items {
    margin-top: 12px;
  }
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__select-list-items {
    background: #f1f1f1;
    position: absolute;
    top: 0px;
    border-radius: 20px;
    font-size: 14px;
    left: 0;
    z-index: 4;
    min-width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  section.main-events[data-location=main-events-page] .main-events__select-list-items.hide-block {
    display: none;
  }
}
@media (min-width: 1300px) and (hover: hover) {
  section.main-events[data-location=main-events-page] .main-events__select-list-items:hover {
    display: block;
  }
}
section.main-events[data-location=main-events-page] .main-events__select-list-item svg {
  transition: 300ms all linear;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__select-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    color: #212121;
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  section.main-events[data-location=main-events-page] .main-events__select-list-item svg {
    margin-top: 2px;
  }
  section.main-events[data-location=main-events-page] .main-events__select-list-item._active svg {
    transform: rotate(180deg);
  }
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__select-list-item {
    border: 1px solid #626262;
    font-family: "Roboto";
    font-weight: 600;
    color: #626262;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 20;
  }
}
@media (min-width: 1300px) and (hover: hover) {
  section.main-events[data-location=main-events-page] .main-events__select-list-item:hover + .main-events__select-list-items {
    display: block;
  }
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__labels-wrapper {
    display: none;
  }
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__labels-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
section.main-events[data-location=main-events-page] .main-events__labels-list {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events__labels-list {
    display: none;
  }
}
section.main-events[data-location=main-events-page] .main-events__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 47.99875em) {
  section.main-events[data-location=main-events-page] .main-events__actions {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
}
section.main-events[data-location=main-events-page] .main-events__event-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.main-events[data-location=main-events-page] .events-labels-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid black;
  padding: 10px 20px;
}
section.main-events[data-location=main-events-page] .events-labels-list__clear-btn {
  color: #afafaf;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
}
section.main-events[data-location=main-events-page] .events-labels-list__clear-btn-mobile {
  width: calc(50% - 10px);
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  order: 1;
  border: 1px solid #FFDD01;
  color: #212121;
  display: block;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background: #FFDD01;
}
@media (min-width: 1300px) {
  section.main-events[data-location=main-events-page] .events-labels-list__clear-btn-mobile {
    display: none;
  }
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events-actions {
    order: 1;
    width: 100%;
  }
}
section.main-events[data-location=main-events-page] .main-events-actions .search-block__form {
  max-width: 380px;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
  gap: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  padding-right: 5px;
  align-items: center;
  padding-left: 10px;
  background: #fff;
  height: 40px;
  overflow: hidden;
  color: #212121;
  border-radius: 12px;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events-actions .search-block__form {
    margin-bottom: 20px;
  }
}
section.main-events[data-location=main-events-page] .main-events-actions .search-block__input:focus-within {
  outline: none;
  border: none;
}
section.main-events[data-location=main-events-page] .main-events-actions .search-block__input::-moz-placeholder {
  color: gray;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.7;
}
section.main-events[data-location=main-events-page] .main-events-actions .search-block__input::placeholder {
  color: gray;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.7;
}
section.main-events[data-location=main-events-page] .main-events-actions .search-block__button {
  margin-left: auto;
  background: #FFDD01;
  color: #212121;
  padding: 8px 20px;
  font-family: "Roboto";
  font-weight: 600;
  border-radius: 10px;
}
section.main-events[data-location=main-events-page] .main-events-actions__type {
  display: flex;
  gap: 20px;
}
@media (max-width: 29.99875em) {
  section.main-events[data-location=main-events-page] .main-events-actions__type button {
    flex: 1 1 50%;
  }
}
section.main-events[data-location=main-events-page] .main-events-action__list-type {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  align-items: center;
  min-width: 160px;
  gap: 10px;
  border: 1px solid black;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  section.main-events[data-location=main-events-page] .main-events-action__list-type {
    border-radius: 20px;
    font-weight: 700;
  }
}
section.main-events[data-location=main-events-page] .main-events-action__list-type.active {
  background: #FFDD01;
  border: 1px solid #FFDD01;
}
section.main-events[data-location=main-events-page] .main-events-action__calendar-type {
  display: flex;
  min-width: 160px;
  border-radius: 10px;
  padding: 10px 20px;
  justify-content: center;
  background: #fff;
  border: 1px solid black;
  align-items: center;
  gap: 10px;
}
@media (max-width: 47.99875em) {
  section.main-events[data-location=main-events-page] .main-events-action__calendar-type {
    border-radius: 20px;
    font-weight: 700;
  }
}
section.main-events[data-location=main-events-page] .main-events-action__calendar-type.active {
  background: #FFDD01;
  border: 1px solid #FFDD01;
}

.main-events-cards[data-location=main-event-page] {
  padding-bottom: 60px;
}
.main-events-cards[data-location=main-event-page] .main-events-cards__header {
  display: flex;
  row-gap: 10px;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1300px) {
  .main-events-cards[data-location=main-event-page] .main-events-cards__title {
    font-size: 30px;
  }
}
.main-events-cards[data-location=main-event-page] .main-events-cards__link {
  padding: 15px 20px;
  border: 1px solid #212121;
  border-radius: 20px;
  color: #212121;
  min-width: 105px;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-events-cards[data-location=main-event-page] .main-events-cards__slider {
  margin-top: 60px;
}

.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__wrapper {
  padding-bottom: 50px;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__pagination-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__bullets {
  transform: translateX(0);
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__nav-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #212121;
  color: #212121;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider__nav-btn {
    display: none;
  }
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide {
  height: auto;
}
@media (hover: hover) {
  .highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide:hover img {
    transform: scale(1.1);
  }
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide img {
  transition: all 300ms linear;
  width: 100%;
  height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide__img-wrapper {
  overflow: hidden;
  border-radius: 16px;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide__title {
  color: #212121;
  max-width: 80%;
  margin-top: 20px;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide__text {
  margin-top: 14px;
  color: #212121;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide__labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212121;
  margin-top: 20px;
  font-family: "Roboto";
  position: relative;
  bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide__date {
  border-radius: 16px;
  border: 1px solid #212121;
  color: #212121;
  padding: 10px 15px;
}
.highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide__link {
  padding: 10px 15px;
  border-radius: 16px;
  color: #212121;
  border: 1px solid #FFDD01;
  transition: all 300ms linear;
  background: #FFDD01;
}
@media (hover: hover) {
  .highlight-trio-slider[data-location=components-highlight-trio-slider] .highlight-trio-slider-slide__link:hover {
    background: #fff;
    border: 1px solid #212121;
  }
}

.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline__row {
  display: flex;
  gap: 60px;
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline__row {
    display: block;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}
@media (min-width: 91.875em) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__slider {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__slider {
    width: 100%;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list {
  position: relative;
  width: 100%;
  /*
  @media (min-width: $pc) {
    width: 50%;
  }*/
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list {
    width: 100%;
    margin-top: 50px;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__list::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #EDEDED;
  height: 100%;
  top: 0;
  left: -30px;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item h3 {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item h3 {
    font-size: 18px;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item p {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-row__item p {
    font-size: 16px;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider {
  margin-left: unset;
  margin-right: unset;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-header {
  min-height: 564px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 47.99875em) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-header {
    min-height: 350px;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__top-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header {
  margin-bottom: 20px;
  margin-left: 15px;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header a {
  display: inline-flex;
  cursor: pointer;
  padding: 5px 18px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 20px;
  justify-content: start;
  gap: 10px;
  background: #FFDD01;
  align-items: center;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header a span {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__bottom-header a span svg {
  margin-left: 6px;
  width: 22px;
  height: 28px;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-footer {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 47.99875em) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slider__slide-footer {
    flex-direction: column;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border-radius: 5px;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__efir {
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  height: 33px;
  cursor: pointer;
  padding-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 14px;
  font-size: 14px;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__date {
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  height: 33px;
  padding-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 14px;
  font-size: 14px;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__labels {
  background-color: #000;
  margin-top: 20px;
  font-size: 14px;
  gap: 5px;
  border-radius: 5px;
  background: rgba(33, 33, 33, 0.28);
  color: #fff;
  height: 33px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__labels span {
  width: calc(33.3% - 10px);
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 47.99875em) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-slide-header__labels {
    display: none;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__title {
  width: 60%;
  font-family: "Roboto";
  color: #212121;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__title {
    width: 100%;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link {
  padding: 15px 20px;
  color: black;
  font-family: "Roboto";
  font-weight: 500;
  border: 1px solid black;
  border-radius: 16px;
  font-size: 20px;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link:hover {
    background-color: #FFDD01;
    border: 1px solid #FFDD01;
  }
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 47.99875em) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-timeline-slide__link {
    max-width: 100%;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-slider__pag-block {
  display: flex;
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__prev-btn {
    display: none;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .news-slider__btn {
  cursor: pointer;
}
@media (hover: hover) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__btn {
    background: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .news-slider__next-btn {
    display: none;
  }
}
.news-timeline[data-location=news-timeline-image-slider-component] .swiper-pagination-block .swiper-pagination__bullets .swiper-pagination-bullet-active {
  background: #000;
}
.news-timeline[data-location=news-timeline-image-slider-component] .swiper-pagination-block {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .news-timeline[data-location=news-timeline-image-slider-component] .swiper-pagination-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.main-events-news[data-location=main-events__news-section] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-events-news[data-location=main-events__news-section] .main-events-news__header {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  align-items: center;
}
@media (max-width: 1300px) {
  .main-events-news[data-location=main-events__news-section] .main-events-news__title {
    font-size: 30px;
  }
}
.main-events-news[data-location=main-events__news-section] .main-events-news__link {
  border-radius: 10px;
  border: 1px solid #212121;
  padding: 10px 20px;
}

.efir-cards[data-location=component-efir-cards] .efir-cards__row {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.efir-cards[data-location=component-efir-cards] .efir-cards__row:nth-child(even) {
  flex-direction: row-reverse;
}
.efir-cards[data-location=component-efir-cards] .efir-cards__item {
  border-radius: 10px;
  overflow: hidden;
  width: 50%;
  background-color: #212121;
  min-height: 564px;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 42px;
}
.efir-cards[data-location=component-efir-cards] .efir-cards__item:nth-child(1) {
  align-items: start;
  justify-content: end;
}
.efir-cards[data-location=component-efir-cards] .efir-cards__item:nth-child(2) {
  align-items: start;
  justify-content: end;
  position: relative;
}
.efir-cards[data-location=component-efir-cards] .efir-cards__item:nth-child(2) .efir-cards-item__img {
  margin-left: auto;
  position: absolute;
  top: 40px;
  right: 40px;
  overflow: hidden;
  width: 249px;
  height: 249px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border: 1px solid #FFDD01;
}
.efir-cards[data-location=component-efir-cards] .efir-cards__item:nth-child(2) .efir-cards-item__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.47);
}
.efir-cards[data-location=component-efir-cards] .efir-cards__item:nth-child(2) .efir-cards-item__title {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: -50px;
}
.efir-cards[data-location=component-efir-cards] .efir-cards__item:nth-child(2) .efir-cards-item__text {
  color: #FFF;
  font-size: 30px;
  position: relative;
  z-index: 2;
  width: 50%;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.efir-cards[data-location=component-efir-cards] .efir-cards-item__title {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.efir-cards[data-location=component-efir-cards] .efir-cards-item__text {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 40px;
}
.efir-cards[data-location=component-efir-cards] .efir-cards-item__links-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.efir-cards[data-location=component-efir-cards] .efir-cards-item__link {
  padding: 18px 21px;
  border-radius: 10px;
  color: #212121;
  font-size: 18px;
  background: #FFDD01;
  font-weight: 600;
}
.efir-cards[data-location=component-efir-cards] .efir-cards-item__video-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.efir-cards[data-location=component-efir-cards] .efir-cards-item__video-btn svg {
  margin-left: 5px;
}

.news-section[data-location=news-page] {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .news-section[data-location=news-page] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news-section[data-location=news-page] .news-section__modal-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.news-section[data-location=news-page] .news-section__modal-actions button {
  padding: 15px 22px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 20px;
  width: 50%;
  border: 1px solid #212121;
  color: #212121;
  border-radius: 20px;
}
.news-section[data-location=news-page] .news-section__sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.21);
  z-index: 100;
}
.news-section[data-location=news-page] .news-section__modal {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px;
  overflow-y: auto;
  background: #FFDD01;
  width: 457px;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .news-section__modal {
    width: 100%;
    background: #fff;
  }
}
.news-section[data-location=news-page] .news-section__title {
  margin-bottom: 40px;
}
.news-section[data-location=news-page] .news-section__header {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news-section[data-location=news-page] .news-section__sub-header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  gap: 20px;
  width: 80%;
  flex-wrap: wrap;
}
.news-section[data-location=news-page] .news-section__filters-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .news-section__filters-block {
    width: 100%;
  }
}
.news-section[data-location=news-page] .news-section__header-form {
  display: flex;
  background: #FFF;
  min-height: 40px;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
  align-items: center;
  border-radius: 12px;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .news-section__header-form {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .news-section[data-location=news-page] .news-section__header-form {
    margin-top: 20px;
  }
}
.news-section[data-location=news-page] .news-section__header-form button {
  margin-left: auto;
  padding: 10px 20px;
  color: #212121;
  border-radius: 10px;
  background: #FFDD01;
  font-weight: 600;
  font-family: "Roboto";
}
.news-section[data-location=news-page] .news-section__header-form input:focus-within {
  outline: none;
  border: none;
}
.news-section[data-location=news-page] .news-filters-block {
  min-width: 160px;
  position: relative;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .news-filters-block {
    width: calc(50% - 10px);
    flex: 1;
  }
}
.news-section[data-location=news-page] .news-filters-block__button {
  border: 1px solid #626262;
  font-family: "Roboto";
  font-weight: 600;
  color: #626262;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 20;
}
.news-section[data-location=news-page] .news-filters-block__list {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background: #f1f1f1;
  border-radius: 10px;
  padding-top: 50px;
  min-height: 100px;
}
.news-section[data-location=news-page] .news-filters-block__item label {
  padding: 10px;
  display: flex;
  font-size: 14px;
  color: #212121;
  gap: 10px;
  justify-content: start;
  align-items: center;
}
.news-section[data-location=news-page] .news-filters-block__item label input:checked + span::after {
  display: block;
}
.news-section[data-location=news-page] .news-filters-block__item label span {
  width: 16px;
  flex: 0 0 auto;
  height: 16px;
  position: relative;
}
.news-section[data-location=news-page] .news-filters-block__item label span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #212121;
}
.news-section[data-location=news-page] .news-filters-block__item label span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  display: none;
  background: #212121;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}
.news-section[data-location=news-page] .news-filters-block__open-all {
  border: 1px solid #626262;
  font-family: "Roboto";
  font-weight: 600;
  color: #626262;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .news-filter-open-all {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.news-section[data-location=news-page] .news-filter-open-all__text {
  margin-top: 2px;
}
.news-section[data-location=news-page] .news-filter-open-all__icon {
  border-radius: 50%;
  border: 2px solid #FFDD01;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section[data-location=news-page] .news-filter-open-all__icon svg {
  margin-left: 0.5px;
}
.news-section[data-location=news-page] .modal-filters-header {
  padding: 0 20px;
  font-family: "Roboto";
  font-size: 24px;
  padding-bottom: 20px;
}
.news-section[data-location=news-page] .modal-filters-header button {
  position: relative;
  width: 30px;
  height: 30px;
}
.news-section[data-location=news-page] .modal-filters-header button::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 1px;
  background: #212121;
  display: block;
  top: 50%;
  left: 50%;
}
.news-section[data-location=news-page] .modal-filters-header button::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 1px;
  background: #212121;
  top: 50%;
  display: block;
  left: 50%;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .modal-filters-header h3 {
    text-align: center;
  }
  .news-section[data-location=news-page] .modal-filters-header button {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 47.99875em) {
  .news-section[data-location=news-page] .modal-filters-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #212121;
    margin-bottom: 50px;
  }
}
.news-section[data-location=news-page] .news-modal-filter-block__button {
  display: flex;
  width: 100%;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .news-modal-filter-block__button {
    border-bottom: 1px solid #f1f1f1;
  }
}
.news-section[data-location=news-page] .news-modal-filter-block__button svg {
  transition: 300ms all linear;
}
.news-section[data-location=news-page] .news-modal-filter-block__button._active svg {
  transform: rotate(90deg);
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .news-modal-filter-block__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.news-section[data-location=news-page] .news-modal-filter-block__item label {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: start;
  font-family: "Roboto";
  font-weight: 500;
  align-items: center;
  gap: 10px;
}
.news-section[data-location=news-page] .news-modal-filter-block__item label input:checked + span::after {
  display: block;
}
.news-section[data-location=news-page] .news-modal-filter-block__item label span {
  width: 16px;
  flex: 0 0 auto;
  height: 16px;
  position: relative;
}
.news-section[data-location=news-page] .news-modal-filter-block__item label span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #212121;
  top: 0;
  left: 0;
}
.news-section[data-location=news-page] .news-modal-filter-block__item label span::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  display: none;
  border-radius: 50%;
  background: #212121;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-section[data-location=news-page] .main-section__submit-filters {
  color: black;
  cursor: pointer;
}
@media (max-width: 47.99875em) {
  .news-section[data-location=news-page] .main-section__submit-filters {
    border-color: #FFDD01 !important;
  }
}
.news-section[data-location=news-page] .news-sub-header__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.news-section[data-location=news-page] .news-sub-header__label {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  padding: 10px 20px;
  gap: 20px;
  color: #212121;
  border-radius: 10px;
  font-family: "Roboto";
}
.news-section[data-location=news-page] .news-sub-header__clear-all {
  color: #EDEDED;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news-archive[data-location=archive-news-page] {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1300px) {
  .news-archive[data-location=archive-news-page] {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.efir-section[data-location=news-page-efir-section] {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1300px) {
  .efir-section[data-location=news-page-efir-section] {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.rating-info-section[data-location=self-team-rating-page] {
  padding: 30px 0 45px;
}
@media (max-width: 1300px) {
  .rating-info-section[data-location=self-team-rating-page] {
    padding: 0;
    margin: 70px 0;
  }
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__container {
  border-radius: 6px;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content {
  background: #F1F1F1;
  padding: 40px 90px 40px 70px;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content a {
  text-decoration: underline;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: 21px;
  margin: 0 0 10px 0;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content h1, .rating-info-section[data-location=self-team-rating-page] .rating-info__content h2, .rating-info-section[data-location=self-team-rating-page] .rating-info__content h3, .rating-info-section[data-location=self-team-rating-page] .rating-info__content h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content h1 {
  font-size: 34px;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content h2 {
  font-size: 30px;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content h3 {
  font-size: 24px;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content h4 {
  font-size: 20px;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content ul li {
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
  font-family: "Roboto";
  position: relative;
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #FFDD01;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1300px) {
  .rating-info-section[data-location=self-team-rating-page] .rating-info__container {
    padding: 0;
    margin: 0 16px;
  }
  .rating-info-section[data-location=self-team-rating-page] .rating-info__content {
    padding: 40px 26px;
  }
}
.rating-info-section[data-location=self-team-rating-page] .rating-info__content-result {
  padding: 60px 160px 30px 60px;
}
@media (max-width: 1300px) {
  .rating-info-section[data-location=self-team-rating-page] .rating-info__content-result {
    padding: 0 20px;
    margin: 20px 0 0 0;
  }
}

.rating-profesional-section[data-location=self-team-rating-page] {
  padding: 30px 0 45px;
}
.rating-profesional-section[data-location=self-team-rating-page] .rating-profesional__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .rating-profesional-section[data-location=self-team-rating-page] .rating-profesional__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.rating-profesional-section[data-location=self-team-rating-page] .swiper-pagination-block {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .rating-profesional-section[data-location=self-team-rating-page] .swiper-wrapper {
    flex-wrap: wrap;
  }
  .rating-profesional-section[data-location=self-team-rating-page] .swiper-pagination-block {
    display: none;
  }
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 47.99875em) {
  .rating-profesional-section[data-location=self-team-rating-page] .profesional-slide {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1300px) {
  .rating-profesional-section[data-location=self-team-rating-page] .profesional-slide:not(:last-child) {
    padding-bottom: 20px;
  }
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide__item-wapper {
  display: flex;
  flex-direction: column;
  background: #F1F1F1;
  border-radius: 20px;
  padding: 50px 90px;
}
@media (max-width: 1300px) {
  .rating-profesional-section[data-location=self-team-rating-page] .profesional-slide__item-wapper {
    padding: 22px 16px;
  }
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-header__category {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #626262;
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-header__date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #626262;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5px 10px;
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-body__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #212121;
  text-transform: uppercase;
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-body__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.8;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin: 0 0 30px 0;
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.rating-profesional-section[data-location=self-team-rating-page] .profesional-slide .item-footer__rate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: #FFFFFF;
  border-radius: 20px;
}

.rating-evaluation-section[data-location=self-team-rating-page] {
  padding: 30px 0 45px;
}
@media (max-width: 1300px) {
  .rating-evaluation-section[data-location=self-team-rating-page] {
    padding: 0;
    margin: 70px 0;
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .rating-evaluation__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .rating-evaluation-section[data-location=self-team-rating-page] .rating-evaluation__title {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .rating-evaluation__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
}
@media (max-width: 1300px) {
  .rating-evaluation-section[data-location=self-team-rating-page] .rating-evaluation__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info {
  position: relative;
  display: flex;
  border-left: 3px solid #FFDD01;
  left: 15px;
  padding: 0 0 60px 0;
}
@media (max-width: 1300px) {
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info {
    flex-wrap: wrap;
  }
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info:not(:last-child) {
    padding: 0 0 36px 0;
  }
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info:last-child {
    padding: 0;
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__dot {
  width: 30px;
  height: 30px;
  background-color: #FFDD01;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 0px;
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__image {
  position: relative;
  margin: 0 0 0 40px;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info__image {
    width: 100%;
    margin: 0 40px 20px 30px;
    flex-shrink: 1;
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__image img {
  width: 240px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  transition: all 300ms linear;
  min-height: 275px;
}
@media (max-width: 1300px) {
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info__image img {
    width: 100%;
    min-height: 120px;
    max-height: 240px;
  }
}
@media (max-width: 29.99875em) {
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info__image img {
    max-height: 120px;
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(63, 63, 63, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__image button {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 2;
}
@media (hover: hover) {
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info__image:hover img {
    transform: scale(1.1);
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__text-wrapper {
  display: flex;
  flex-direction: column;
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #212121;
  font-weight: 700;
  line-height: 35px;
  padding: 0 30px 30px;
}
@media (max-width: 1300px) {
  .rating-evaluation-section[data-location=self-team-rating-page] .item-info__title {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.rating-evaluation-section[data-location=self-team-rating-page] .item-info__description {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 400;
  line-height: 21px;
  padding: 0 30px;
}

.conferences-start-section[data-location=conferences-page] {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1300px) {
  .conferences-start-section[data-location=conferences-page] {
    margin-top: 30px;
  }
}
.conferences-start-section[data-location=conferences-page] .start-section__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1300px) {
  .conferences-start-section[data-location=conferences-page] .start-section__title {
    width: 100%;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.conferences-start-section[data-location=conferences-page] .start-section__description {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 60px;
  width: 100%;
  line-height: normal;
}
@media (max-width: 1300px) {
  .conferences-start-section[data-location=conferences-page] .start-section__description {
    width: 100%;
    margin-bottom: 30px;
  }
}
.conferences-start-section[data-location=conferences-page] .start-section__description li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
.conferences-start-section[data-location=conferences-page] .start-section__description li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(5px);
}
.conferences-start-section[data-location=conferences-page] .start-section__description a {
  text-decoration: underline;
}
.conferences-start-section[data-location=conferences-page] .start-section__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.conferences-start-section[data-location=conferences-page] .start-section__image-wrapper img {
  width: 100%;
  display: block;
}
.conferences-start-section[data-location=conferences-page] .start-section__image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
}
.conferences-start-section[data-location=conferences-page] .start-section__button {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  color: #212121;
  background: #FFDD01;
  border: 1px solid #FFDD01;
  border-radius: 16px;
  padding: 18px 40px;
  display: block;
  width: 400px;
  margin-left: auto;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .conferences-start-section[data-location=conferences-page] .start-section__button {
    max-width: 200px;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .conferences-start-section[data-location=conferences-page] .start-section__button:hover {
    background: transparent;
  }
}

.conferences-catering-section[data-location=conferences-page] {
  padding: 45px 0;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__description {
  margin: 0 0 90px 0;
}
@media (max-width: 1300px) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__description {
    margin: 0 0 30px 0;
  }
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__description p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: 21px;
  margin: 0 0 10px 0;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__description h1, .conferences-catering-section[data-location=conferences-page] .conferences-catering__description h2, .conferences-catering-section[data-location=conferences-page] .conferences-catering__description h3, .conferences-catering-section[data-location=conferences-page] .conferences-catering__description h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__description h1 {
  font-size: 34px;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__description h2 {
  font-size: 30px;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__description h3 {
  font-size: 24px;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__description h4 {
  font-size: 20px;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content {
  display: flex;
  gap: 90px;
}
@media (max-width: 1300px) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__content {
    flex-direction: column;
    gap: 0;
  }
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-photos {
  max-width: 60%;
}
@media (max-width: 1300px) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-photos {
    max-width: 100%;
  }
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-photo-swiper__slide {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  min-height: 530px;
}
@media (max-width: 1300px) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-photo-swiper__slide {
    min-height: 250px;
  }
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-photo-swiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 140px;
  width: 25%;
}
@media (max-width: 1300px) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info {
    width: 100%;
    padding-bottom: 50px;
  }
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 3px solid #FFDD01;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__item:last-of-type {
  padding-bottom: 0;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__item:hover .catering-info__dot {
  transform: scale(1.2);
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__item:hover .text-wrapper__title {
  transform: scale(1.2);
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 0;
  left: -8px;
  background: #FFDD01;
  transition: all 0.3s;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info .text-wrapper {
  display: flex;
  flex-direction: column;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info .text-wrapper__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: #212121;
  line-height: normal;
  margin: 0 0 5px 0;
  transform-origin: left;
  transition: all 0.3s;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info .text-wrapper__desrciption {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: normal;
  transition: all 300ms linear;
}
.conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  line-height: 19px;
  background: #FFDD01;
  border: 1px solid #FFDD01;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: auto;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__button {
    margin-top: 40px;
  }
}
@media (hover: hover) {
  .conferences-catering-section[data-location=conferences-page] .conferences-catering__content .catering-info__button:hover {
    background: transparent;
  }
}

.conferences-reviews-section[data-location=conferences-page] {
  padding: 145px 0;
  background: #212121;
}
@media (max-width: 1300px) {
  .conferences-reviews-section[data-location=conferences-page] {
    padding: 50px 0;
  }
}
.conferences-reviews-section[data-location=conferences-page] .conferences-reviews__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 60px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1300px) {
  .conferences-reviews-section[data-location=conferences-page] .conferences-reviews__title {
    width: 100%;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.conferences-reviews-section[data-location=conferences-page] .conferences-reviews__content .swiper-pagination-block .pagination-slider-btn svg path {
  fill: #FFDD01;
}
.conferences-reviews-section[data-location=conferences-page] .conferences-reviews__content .swiper-pagination-block .pagination-slider-btn {
  border: 1px solid #FFDD01;
}
.conferences-reviews-section[data-location=conferences-page] .conferences-reviews__slide {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-height: 340px;
}
.conferences-reviews-section[data-location=conferences-page] .conferences-reviews__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conferences-reviews-section[data-location=conferences-page] .swiper-pagination-block {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .conferences-reviews-section[data-location=conferences-page] .swiper-slide {
    transition: all 0.5s;
  }
  .conferences-reviews-section[data-location=conferences-page] .swiper-wrapper::before {
    content: " ";
    width: 5000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #212121;
    z-index: 1;
    mix-blend-mode: hue;
  }
  .conferences-reviews-section[data-location=conferences-page] .swiper-slide-prev,
  .conferences-reviews-section[data-location=conferences-page] .swiper-slide-next {
    opacity: 0.5;
  }
}

.place-scaled-section[data-location=place-scaled-slider] {
  padding: 45px 0;
}
.place-scaled-section[data-location=place-scaled-slider] .place-slider-posts__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 10px 0;
  width: 50%;
  text-transform: uppercase;
}
.place-scaled-section[data-location=place-scaled-slider] .place-slider-posts__title span {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  border-left: 3px solid #FFDD01;
}
.place-scaled-section[data-location=place-scaled-slider] .place-slider-posts__description {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 400;
  margin: 0 0 60px 0;
  line-height: 21px;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper {
  overflow: unset;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__wrapper {
  align-items: center;
  min-height: 500px;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide {
  scale: 0.8;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.0186) 40.63%);
  border-radius: 10px;
  pointer-events: none;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
  pointer-events: none;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide .slide-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide .slide-info__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 59px;
  margin: 0 0 10px 0;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide .slide-info .labels {
  display: flex;
  gap: 10px;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide .slide-info .labels__item {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 10px;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide .slide-info .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide .slide-info .buttons__view-more {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: 700;
  line-height: 19px;
  background: #FFDD01;
  border: 1px solid #212121;
  border-radius: 10px;
  padding: 16px 20px;
}
.place-scaled-section[data-location=place-scaled-slider] .place-scaled-swiper__slide.swiper-slide-active {
  scale: 1.2;
}

.social-projects[data-location=social-projects-page] {
  margin-top: 100px;
  padding-bottom: 60px;
}
.social-projects[data-location=social-projects-page] .social-projects__description ul,
.social-projects[data-location=social-projects-page] .social-categories__card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-projects[data-location=social-projects-page] .social-projects__description ul li,
.social-projects[data-location=social-projects-page] .social-categories__card ul li {
  position: relative;
  margin-left: 25px;
  font-size: 20px;
}
.social-projects[data-location=social-projects-page] .social-projects__description ul li::before,
.social-projects[data-location=social-projects-page] .social-categories__card ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #FFDD01;
  top: 0;
  transform: translateY(5px);
  left: -25px;
}
.social-projects[data-location=social-projects-page] .social-categories__card a {
  text-decoration: underline;
}
.social-projects[data-location=social-projects-page] .social-projects__title {
  margin-bottom: 20px;
}
.social-projects[data-location=social-projects-page] .social-projects__description {
  margin-bottom: 50px;
}
.social-projects[data-location=social-projects-page] .social-projects__description p {
  margin-bottom: 10px;
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.social-projects[data-location=social-projects-page] .social-projects__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-projects[data-location=social-projects-page] .social-categories {
  margin-bottom: 20px;
}
.social-projects[data-location=social-projects-page] .social-categories__item {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #FFDD01;
  border-radius: 18px;
  font-weight: 700;
  font-family: "Roboto";
  transition: all 0.3s;
}
.social-projects[data-location=social-projects-page] .social-categories__item.active, .social-projects[data-location=social-projects-page] .social-categories__item:hover {
  background: #FFDD01;
}
.social-projects[data-location=social-projects-page] .social-categories__card {
  background: #F1F1F1;
  padding: 50px;
  border-radius: 6px;
  transition: height 0.5s ease;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-categories__card {
    padding: 50px 20px;
  }
}
.social-projects[data-location=social-projects-page] .social-categories__card.is-hidden {
  display: none;
}
.social-projects[data-location=social-projects-page] .social-categories-card__title {
  color: #212121;
  text-align: center;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.social-projects[data-location=social-projects-page] .social-categories-card__description {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
.social-projects[data-location=social-projects-page] .social-categories-card__description h1, .social-projects[data-location=social-projects-page] .social-categories-card__description h2, .social-projects[data-location=social-projects-page] .social-categories-card__description h3, .social-projects[data-location=social-projects-page] .social-categories-card__description h4, .social-projects[data-location=social-projects-page] .social-categories-card__description h5, .social-projects[data-location=social-projects-page] .social-categories-card__description h6 {
  color: #212121;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 30px;
}
.social-projects[data-location=social-projects-page] .social-categories-card__description p {
  margin-bottom: 10px;
}
.social-projects[data-location=social-projects-page] .social-categories-card__labels {
  display: flex;
  justify-content: center;
}
.social-projects[data-location=social-projects-page] .social-categories-card__more-btn {
  color: #373737;
  font-family: "Roboto";
  padding: 10px 20px;
  border: 1px solid #373737;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all 300ms linear;
  line-height: normal;
}
@media (hover: hover) {
  .social-projects[data-location=social-projects-page] .social-categories-card__more-btn:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__slide img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__pagination-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__btn-prev {
  border: 1px solid #626262;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .social-projects[data-location=social-projects-page] .social-card-row-slider__btn-prev {
    display: none;
  }
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__btn-prev svg {
  margin-left: -2px;
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #626262;
  opacity: 1;
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__bullets .swiper-pagination-bullet-active {
  background: #FFDD01;
  width: 13px;
  height: 13px;
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__btn-next {
  border: 1px solid #626262;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .social-projects[data-location=social-projects-page] .social-card-row-slider__btn-next {
    display: none;
  }
}
.social-projects[data-location=social-projects-page] .social-card-row-slider__btn-next svg {
  margin-left: 2px;
}
.social-projects[data-location=social-projects-page] .social-card-row-content-block__departments {
  margin-bottom: 20px;
}
.social-projects[data-location=social-projects-page] .social-card-row-content-block__departments h3 {
  color: #212121;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.social-projects[data-location=social-projects-page] .social-card-row-content-block__categories {
  width: 60%;
  margin-bottom: 20px;
}
.social-projects[data-location=social-projects-page] .social-card-row-content-block__categories h3 {
  color: #212121;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-card-row-content-block__categories {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-card-row-content-block__subdescription {
  width: 100%;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-card-row-content-block__subdescription {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-card-row-content-block__subdescription p {
  margin-bottom: 10px;
}
.social-projects[data-location=social-projects-page] .social-card-content-department__label {
  background: #fff;
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  padding: 10px 16px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.social-projects[data-location=social-projects-page] .social-card-content-department__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-projects[data-location=social-projects-page] .social-card-content-department__wrapper p {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.social-projects[data-location=social-projects-page] .social-card-content-department__wrapper .social-card-content-department__label p {
  margin-bottom: 0;
}
.social-projects[data-location=social-projects-page] .social-card-content-categories__label {
  background: #fff;
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  padding: 10px 16px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.social-projects[data-location=social-projects-page] .social-card-content-categories__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-card-content-timeline__wrapper {
    flex-direction: column;
  }
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__item {
  width: 33.3%;
  padding: 0px 32px;
  position: relative;
  min-height: 130px;
  transition: all 300ms linear;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-card-content-timeline__item {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFDD01;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__item::after {
  content: "";
  position: absolute;
  width: 2px;
  display: block;
  background: #FFDD01;
  height: 100%;
  top: 0;
  left: 7px;
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__item:hover::before {
  transform: scale(1.1);
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__item:hover .social-card-content-timeline__item-title {
  transform: scale(1.1);
}
@media (hover: hover) {
  .social-projects[data-location=social-projects-page] .social-card-content-timeline__item:hover {
    cursor: pointer;
  }
  .social-projects[data-location=social-projects-page] .social-card-content-timeline__item:hover::before {
    width: 20px;
    height: 20px;
  }
  .social-projects[data-location=social-projects-page] .social-card-content-timeline__item:hover .social-card-content-timeline__item-title {
    font-size: 25px;
  }
  .social-projects[data-location=social-projects-page] .social-card-content-timeline__item:hover .social-card-content-timeline__item-description {
    font-size: 20px;
  }
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__item-title {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-origin: left;
  transition: all 0.3s;
}
.social-projects[data-location=social-projects-page] .social-card-content-timeline__item-description {
  margin-top: 5px;
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 300ms linear;
}
.social-projects[data-location=social-projects-page] .social-card-slider-block-wrapper {
  display: flex;
  gap: 50px;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-card-slider-block-wrapper {
    flex-direction: column;
  }
}
.social-projects[data-location=social-projects-page] .social-card-slider-block {
  width: 60%;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-card-slider-block {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-card-row__slider-text {
  width: 40%;
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-card-row__slider-text {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-card-row__slider-text p {
  margin-bottom: 10px;
}
.social-projects[data-location=social-projects-page] .social-categories-card-labels {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 30px;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-categories-card-labels {
    flex-direction: column;
  }
}
.social-projects[data-location=social-projects-page] .social-categories-card-labels__item {
  background: #FFDD01;
  border-radius: 10px;
  padding: 15px 15px;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-categories-card-labels__item {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-categories-card-labels__item h4 {
  color: #212121;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.social-projects[data-location=social-projects-page] .social-categories-card-labels__item p {
  color: #212121;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row-content-block__categories {
  display: none;
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row-content-block__subdescription {
  display: none;
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row-slider__slide img {
  height: 240px;
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row__slider-text {
  display: none;
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-slider-block {
  width: 100%;
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row__block-slider {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row__block-slider {
    flex-direction: column-reverse;
  }
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row__content {
  flex: 1;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-row__content {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-slider-block-wrapper {
  width: 373px;
  gap: 20px;
}
@media (max-width: 47.99875em) {
  .social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-card-slider-block-wrapper {
    width: 100%;
  }
}
.social-projects[data-location=social-projects-page] .social-categories__card.collapse .social-categories-card__labels {
  display: none;
}

.project-slider-section[data-location=social-projects-page-slider] {
  padding-bottom: 60px;
}
.project-slider-section[data-location=social-projects-page-slider] .project-slider-section__title {
  margin-bottom: 30px;
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider__slide {
  min-height: 700px;
  padding: 50px;
  overflow: hidden;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 47.99875em) {
  .project-slider-section[data-location=social-projects-page-slider] .social-project-slider__slide {
    min-height: 300px;
    padding: 20px;
  }
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider__pag-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider-slide__title {
  color: #FFF;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .project-slider-section[data-location=social-projects-page-slider] .social-project-slider-slide__title {
    font-size: 20px;
  }
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider-pagination__prev {
  width: 40px;
  height: 40px;
  border: 1px solid #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 300ms linear;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .project-slider-section[data-location=social-projects-page-slider] .social-project-slider-pagination__prev {
    display: none;
  }
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider-pagination__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider-pagination__bullets .swiper-pagination-bullet {
  opacity: 1;
  background: #626262;
  width: 10px;
  height: 10px;
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider-pagination__bullets .swiper-pagination-bullet-active {
  background: #FFDD01;
  width: 16px;
  height: 16px;
}
.project-slider-section[data-location=social-projects-page-slider] .social-project-slider-pagination__next {
  width: 40px;
  height: 40px;
  border: 1px solid #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 300ms linear;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .project-slider-section[data-location=social-projects-page-slider] .social-project-slider-pagination__next {
    display: none;
  }
}

.social-projects-video-section[data-location=social-projects-video-slider] {
  padding-bottom: 60px;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-projects-video-section__title {
  margin-bottom: 30px;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-video-slider__slide {
  cursor: grab;
  height: auto;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-video-slider__pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-video-slider__prev {
  width: 40px;
  height: 40px;
  border: 1px solid #212121;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-video-slider__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-video-slider__bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #646464;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-video-slider__bullets .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #FFDD01;
}
.social-projects-video-section[data-location=social-projects-video-slider] .social-video-slider__next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #212121;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] {
  max-width: 1440px;
  margin: 0 auto;
}
.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__slide {
  width: 100%;
  /*min-height: 80vh;*/
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  aspect-ratio: 16/9;
}
@media (max-width: 1300px) {
  .fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__slide {
    /*min-height: 40vh;*/
  }
}
@media (max-width: 47.99875em) {
  .fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__slide {
    min-height: unset;
    height: 74.0740740741vw;
  }
}
.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__pagination {
    margin-top: 20px;
  }
}
.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5C5C5C;
  color: #5C5C5C;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__prev:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__prev {
    display: none;
  }
}
.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #cecece;
}
.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__bullets .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #5C5C5C;
}
.fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5C5C5C;
  color: #5C5C5C;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__next:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 1300px) {
  .fullscreen-photo-slider[data-location=ui-component-fullscreen-slider] .fullscreen-photo-slider__next {
    display: none;
  }
}

.energy[data-location=main-page-energy] {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .energy[data-location=main-page-energy] {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.energy[data-location=main-page-energy] .energy__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.152%;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .energy[data-location=main-page-energy] .energy__title {
    font-size: 40px;
    text-transform: none;
    margin-bottom: 20px;
  }
}
.energy[data-location=main-page-energy] .energy__labels {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .energy[data-location=main-page-energy] .energy__labels {
    margin-bottom: 40px;
  }
}
@media (max-width: 47.99875em) {
  .energy[data-location=main-page-energy] .energy__labels {
    gap: 10px;
  }
}
.energy[data-location=main-page-energy] .energy-labels__item {
  transition: all 300ms linear;
  color: #212121;
  border: 1px solid #212121;
  border-radius: 16px;
  padding: 15px 20px;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (hover: hover) {
  .energy[data-location=main-page-energy] .energy-labels__item:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 47.99875em) {
  .energy[data-location=main-page-energy] .energy-labels__item {
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
  }
}

.about-academy[data-location=main-page-about-academy] {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .about-academy[data-location=main-page-about-academy] {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.about-academy[data-location=main-page-about-academy] .about-academy__title {
  margin-bottom: 30px;
}
.about-academy[data-location=main-page-about-academy] .about-academy__row {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}
@media (min-width: 1300px) {
  .about-academy[data-location=main-page-about-academy] .about-academy__row {
    flex-direction: row;
  }
}
.about-academy[data-location=main-page-about-academy] .about-academy__slider .fullscreen-photo-slider .fullscreen-photo-slider__slide {
  /*min-height: 418px;*/
}
@media (min-width: 1300px) {
  .about-academy[data-location=main-page-about-academy] .about-academy__slider {
    width: 50%;
  }
}
.about-academy[data-location=main-page-about-academy] .about-academy__content ul {
  padding-left: 20px;
}
.about-academy[data-location=main-page-about-academy] .about-academy__content ul li {
  list-style: disc;
}
@media (min-width: 1300px) {
  .about-academy[data-location=main-page-about-academy] .about-academy__content {
    width: 50%;
  }
}
.about-academy[data-location=main-page-about-academy] .about-academy-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-academy[data-location=main-page-about-academy] .about-academy-content__text {
  color: #212121;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .about-academy[data-location=main-page-about-academy] .about-academy-content__text {
    order: 2;
  }
}
.about-academy[data-location=main-page-about-academy] .about-academy-content__text p {
  margin-bottom: 20px;
}
.about-academy[data-location=main-page-about-academy] .about-academy-content__text a {
  text-decoration: underline;
}
.about-academy[data-location=main-page-about-academy] .about-academy-content__link {
  display: inline-flex;
  align-self: end;
  width: auto;
  padding: 15px 20px;
  border-radius: 16px;
  border: 1px solid #212121;
  font-family: "Roboto";
  font-weight: 600;
  color: #212121;
  margin-top: auto;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .about-academy[data-location=main-page-about-academy] .about-academy-content__link {
    order: 1;
    align-self: start;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (hover: hover) {
  .about-academy[data-location=main-page-about-academy] .about-academy-content__link:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}

.results[data-location=results-main-page-section] {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F1F1F1;
}
@media (max-width: 1300px) {
  .results[data-location=results-main-page-section] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 47.99875em) {
  .results[data-location=results-main-page-section] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.results[data-location=results-main-page-section] .results__title {
  margin-bottom: 60px;
}
@media (max-width: 1300px) {
  .results[data-location=results-main-page-section] .results__title {
    text-align: center;
  }
}
@media (max-width: 47.99875em) {
  .results[data-location=results-main-page-section] .results__title {
    margin-bottom: 30px;
  }
}
.results[data-location=results-main-page-section] .results__list {
  display: flex;
  gap: 30px;
}
@media (min-width: 1300px) {
  .results[data-location=results-main-page-section] .results__list {
    flex-wrap: wrap;
  }
}
@media (min-width: 91.875em) {
  .results[data-location=results-main-page-section] .results__list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1300px) {
  .results[data-location=results-main-page-section] .results__list {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.results[data-location=results-main-page-section] .results-list__item {
  display: flex;
  gap: 30px;
}
@media (min-width: 1300px) {
  .results[data-location=results-main-page-section] .results-list__item {
    width: 100%;
  }
}
@media (min-width: 91.875em) {
  .results[data-location=results-main-page-section] .results-list__item {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .results[data-location=results-main-page-section] .results-list__item {
    gap: 10px;
    width: 100%;
  }
}
.results[data-location=results-main-page-section] .results-list__card {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .results[data-location=results-main-page-section] .results-list__card {
    width: 100%;
  }
}
.results[data-location=results-main-page-section] .results-list__card:nth-child(1) {
  width: 50%;
}
.results[data-location=results-main-page-section] .results-list__card:nth-child(2) {
  width: 50%;
  flex-direction: column-reverse;
  margin-top: 60px;
}
@media (max-width: 1300px) {
  .results[data-location=results-main-page-section] .results-list__card:nth-child(2) {
    margin-top: 0;
  }
}
.results[data-location=results-main-page-section] .results-card {
  cursor: pointer;
}
.results[data-location=results-main-page-section] .results-card__image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.results[data-location=results-main-page-section] .results-card__image:hover img {
  transform: scale(1.1);
}
@media (max-width: 1300px) {
  .results[data-location=results-main-page-section] .results-card__image {
    display: none;
  }
}
.results[data-location=results-main-page-section] .results-card__image img {
  width: 100%;
  transition: all 300ms linear;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 370px;
}
.results[data-location=results-main-page-section] .results-card__content {
  min-height: 180px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  align-items: center;
  background: #FFDD01;
  border-radius: 10px;
  gap: 10px;
  flex-direction: column;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.results[data-location=results-main-page-section] .results-card__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 29.99875em) {
  .results[data-location=results-main-page-section] .results-card__title {
    font-size: 30px;
  }
}
.results[data-location=results-main-page-section] .results-card__text {
  color: #212121;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 29.99875em) {
  .results[data-location=results-main-page-section] .results-card__text {
    text-align: center;
  }
}

.news[data-location=main-page-news] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.news[data-location=main-page-news] .news__row {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1300px) {
  .news[data-location=main-page-news] .news__row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news[data-location=main-page-news] .news__link {
  border: 1px solid #626262;
  padding: 15px 20px;
  border-radius: 16px;
  transition: all 300ms linear;
  font-weight: 600;
}
@media (hover: hover) {
  .news[data-location=main-page-news] .news__link:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.news[data-location=main-page-news] .pagination-slider__btn-prev {
  transition: all 300ms linear;
}
@media (hover: hover) {
  .news[data-location=main-page-news] .pagination-slider__btn-prev:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.news[data-location=main-page-news] .pagination-slider__btn-next {
  transition: all 300ms linear;
}
@media (hover: hover) {
  .news[data-location=main-page-news] .pagination-slider__btn-next:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}

.partners[data-location=partners-main-page] {
  padding: 160px 0;
  background: #212121;
}
@media (max-width: 47.99875em) {
  .partners[data-location=partners-main-page] {
    padding: 50px 0;
  }
}
.partners[data-location=partners-main-page] .partners__title {
  color: #FFF;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 47.99875em) {
  .partners[data-location=partners-main-page] .partners__title {
    font-size: 30px;
  }
}
.partners[data-location=partners-main-page] .partners__description {
  color: #FFF;
  margin: 0 auto 60px;
  width: 80%;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .partners[data-location=partners-main-page] .partners__description {
    width: 100%;
    font-size: 16px;
  }
}
.partners[data-location=partners-main-page] .partners__slider {
  width: 70%;
  height: 120px;
}
.partners[data-location=partners-main-page] .partners__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.partners[data-location=partners-main-page] .partners__slide img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 300ms ease-in;
  width: 100%;
  height: 100%;
  filter: grayscale(1) brightness(1000%);
}
@media (hover: hover) {
  .partners[data-location=partners-main-page] .partners__slide:hover img {
    transform: scale(1.1);
    filter: none;
  }
}

.way[data-location=way-main-page] {
  padding-top: 90px;
  padding-bottom: 45px;
}
.way[data-location=way-main-page] .way__card-container {
  padding: 30px 15px;
  border-radius: 6px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 47.99875em) {
  .way[data-location=way-main-page] .way__card-container {
    padding: 30px 90px;
  }
}
.way[data-location=way-main-page] .way__image {
  border-radius: 10px;
  overflow: hidden;
  width: 330px;
  height: 190px;
}
@media (max-width: 1300px) {
  .way[data-location=way-main-page] .way__image {
    display: none;
  }
}
.way[data-location=way-main-page] .way__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.way[data-location=way-main-page] .way__content {
  width: 65%;
  min-height: 200px;
  display: flex;
  height: auto;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .way[data-location=way-main-page] .way__content {
    min-height: 178px;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .way[data-location=way-main-page] .way__content {
    justify-content: space-between;
  }
}
@media (max-width: 47.99875em) {
  .way[data-location=way-main-page] .way__content {
    min-height: unset;
  }
}
.way[data-location=way-main-page] .way__title {
  color: #212121;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .way[data-location=way-main-page] .way__title {
    font-size: 20px;
  }
}
@media (max-width: 47.99875em) {
  .way[data-location=way-main-page] .way__title {
    text-align: left;
    margin-top: 0;
  }
}
.way[data-location=way-main-page] .way__text {
  color: #212121;
  text-align: right;
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .way[data-location=way-main-page] .way__text {
    font-size: 16px;
  }
  .way[data-location=way-main-page] .way__text p {
    text-align: center;
  }
}
@media (max-width: 47.99875em) {
  .way[data-location=way-main-page] .way__text {
    margin-top: 0;
  }
  .way[data-location=way-main-page] .way__text p {
    text-align: right;
  }
}
.way[data-location=way-main-page] .way__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-self: end;
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 47.99875em) {
  .way[data-location=way-main-page] .way__buttons {
    font-size: 12px;
    justify-content: center;
    margin-top: 16px;
    margin-right: auto;
  }
}
.way[data-location=way-main-page] .way__btn {
  flex: 0 0 auto;
  padding: 13px 30px;
  border-radius: 16px;
  font-weight: 500;
  font-family: "Roboto";
  transition: all 300ms linear;
  border: 1px solid #FFDD01;
  border-radius: 10px;
  font-weight: 500;
  font-family: "Roboto";
  transition: all 300ms linear;
  border: 1px solid #FFDD01;
}
@media (max-width: 47.99875em) {
  .way[data-location=way-main-page] .way__btn {
    padding: 10px;
    border-radius: 6px;
  }
}
@media (hover: hover) {
  .way[data-location=way-main-page] .way__btn:hover.filled {
    background: transparent;
  }
  .way[data-location=way-main-page] .way__btn:hover.bordered {
    background: #FFDD01;
  }
}
.way[data-location=way-main-page] .way__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.way[data-location=way-main-page] .way__social-item {
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #626262;
  justify-content: center;
  align-items: center;
  transition: 300ms linear all;
}
@media (max-width: 47.99875em) {
  .way[data-location=way-main-page] .way__social-item {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .way[data-location=way-main-page] .way__social-item:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
@media (max-width: 47.99875em) {
  .way[data-location=way-main-page] .way__social-link img {
    transform: scale(0.8);
  }
}

.learning-programs[data-location=learning-programs-main-page] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 47.99875em) {
  .learning-programs[data-location=learning-programs-main-page] .learning-programs__row {
    gap: 10px;
  }
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__link-all {
  color: #212121;
  font-family: "Roboto";
  padding: 15px 20px;
  border-radius: 16px;
  border: 1px solid #212121;
  font-size: 16px;
  font-weight: 600;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .learning-programs[data-location=learning-programs-main-page] .learning-programs__link-all:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__slide {
  cursor: pointer;
  border-radius: 20px;
  background: #F1F1F1;
  min-height: 430px;
  padding: 40px;
}
@media (max-width: 47.99875em) {
  .learning-programs[data-location=learning-programs-main-page] .learning-programs__slide {
    padding: 40px 13px;
  }
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__pagination-block {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .learning-programs[data-location=learning-programs-main-page] .learning-programs__prev {
    display: none;
  }
}
@media (hover: hover) {
  .learning-programs[data-location=learning-programs-main-page] .learning-programs__prev:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #A9A9A9;
  opacity: 1;
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__bullets .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #626262;
}
.learning-programs[data-location=learning-programs-main-page] .learning-programs__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .learning-programs[data-location=learning-programs-main-page] .learning-programs__next {
    display: none;
  }
}
@media (hover: hover) {
  .learning-programs[data-location=learning-programs-main-page] .learning-programs__next:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__category {
  color: #626262;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__date {
  color: #626262;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 5px 10px;
  border-radius: 24px;
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__img-wrapper {
  overflow: hidden;
  border-radius: 5px;
  margin-top: 30px;
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__img-wrapper img {
  width: 100%;
  transition: all 300ms linear;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 330px;
}
@media (hover: hover) {
  .learning-programs[data-location=learning-programs-main-page] .learning-program-slide__img-wrapper:hover img {
    transform: scale(1.1);
  }
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__footer {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__rating {
  color: #626262;
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.learning-programs[data-location=learning-programs-main-page] .learning-program-slide__action {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #626262;
  border: 1px solid #626262;
  display: flex;
  justify-content: center;
  align-items: center;
}

.events[data-location=main-page-events] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.events[data-location=main-page-events] .events__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 47.99875em) {
  .events[data-location=main-page-events] .events__row {
    gap: 10px;
  }
}
.events[data-location=main-page-events] .events__link {
  border: 1px solid #626262;
  padding: 15px 20px;
  border-radius: 16px;
  transition: all 300ms linear;
  font-weight: 600;
}
@media (hover: hover) {
  .events[data-location=main-page-events] .events__link:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.events[data-location=main-page-events] .events__slide {
  cursor: pointer;
}
.events[data-location=main-page-events] .events__pagination-block {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.events[data-location=main-page-events] .events__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .events[data-location=main-page-events] .events__prev {
    display: none;
  }
}
@media (hover: hover) {
  .events[data-location=main-page-events] .events__prev:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.events[data-location=main-page-events] .events__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .events[data-location=main-page-events] .events__next {
    display: none;
  }
}
@media (hover: hover) {
  .events[data-location=main-page-events] .events__next:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.events[data-location=main-page-events] .events__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events[data-location=main-page-events] .events__bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #A9A9A9;
  opacity: 1;
}
.events[data-location=main-page-events] .events__bullets .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #626262;
}
.events[data-location=main-page-events] .events-slide__img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  min-height: 300px;
}
.events[data-location=main-page-events] .events-slide__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 15px;
}
.events[data-location=main-page-events] .events-slide__description {
  margin-top: 15px;
  margin-bottom: 80px;
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  text-transform: capitalize;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .events[data-location=main-page-events] .events-slide__description {
    font-size: 16px;
  }
}
.events[data-location=main-page-events] .events-slide__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 0;
}
.events[data-location=main-page-events] .events-slide__category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  font-family: "Roboto";
  font-weight: 600;
}
.events[data-location=main-page-events] .events-slide__date {
  color: #212121;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #212121;
  padding: 10px 12px;
  border-radius: 10px;
}
.events[data-location=main-page-events] .events-slide__link {
  background: #000;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: "Roboto";
  font-weight: 600;
  color: #fff;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .events[data-location=main-page-events] .events-slide__link:hover {
    background: transparent;
    border: 1px solid black;
    color: black;
  }
}

.calendar-section[data-location=calendar-main-page] {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #F1F1F1;
}
.calendar-section[data-location=calendar-main-page] .calendar-section__title {
  color: #212121;
  text-align: center;
  font-family: "Roboto";
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #212121;
  width: 60%;
  padding-bottom: 22px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .calendar-section[data-location=calendar-main-page] .calendar-section__title {
    font-size: 40px;
  }
}
@media (max-width: 47.99875em) {
  .calendar-section[data-location=calendar-main-page] .calendar-section__title {
    font-size: 30px;
    width: 80%;
  }
}
.calendar-section[data-location=calendar-main-page] .calendar-section__calendar {
  width: 80%;
  margin: 50px auto 0;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #212121;
  border-color: transparent;
}
.calendar-section[data-location=calendar-main-page] .calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding-top: 34px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 34px;
  margin-bottom: 30px;
  color: #fff;
}
.calendar-section[data-location=calendar-main-page] .calendar__body {
  padding: 40px 80px;
}
.calendar-section[data-location=calendar-main-page] .calendar__table {
  width: 100%;
  border-collapse: collapse;
}
.calendar-section[data-location=calendar-main-page] .calendar-header__title {
  color: #FFF;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 800;
}
.calendar-section[data-location=calendar-main-page] .calendar-table {
  padding-bottom: 40px;
}
.calendar-section[data-location=calendar-main-page] .calendar-table__item {
  text-align: center;
  padding: 25px;
  color: #212121;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  cursor: pointer;
  font-weight: 800;
  line-height: normal;
}
.calendar-section[data-location=calendar-main-page] .calendar-head .calendar-table__row {
  border-bottom: 1px solid #626262;
}
.calendar-section[data-location=calendar-main-page] .calendar-head .calendar-table__row th {
  font-size: 22px;
  padding-bottom: 10px;
  color: #626262;
}
.calendar-section[data-location=calendar-main-page] .prev-month {
  color: #F1F1F1;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.efirs[data-location=efirs-main-page] {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1300px) {
  .efirs[data-location=efirs-main-page] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.testimonials[data-location=testimonials-main-page] {
  background: #212121;
  padding-top: 90px;
  padding-bottom: 90px;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__content-card ul li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__content-card ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(5px);
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__content-card a {
  text-decoration: underline;
}
.testimonials[data-location=testimonials-main-page] .testimonials__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.testimonials[data-location=testimonials-main-page] .testimonials__title {
  color: #fff;
}
.testimonials[data-location=testimonials-main-page] .testimonials__link {
  color: #fff;
  border: 1px solid #FFDD01;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
}
@media (hover: hover) {
  .testimonials[data-location=testimonials-main-page] .testimonials__link:hover {
    background: #FFDD01;
    color: #212121;
  }
}
@media (max-width: 47.99875em) {
  .testimonials[data-location=testimonials-main-page] .testimonials__swiper {
    max-width: 400px;
  }
}
.testimonials[data-location=testimonials-main-page] .testimonials__slide {
  cursor: pointer;
  min-height: 520px;
  position: relative;
  background: #F1F1F1;
  overflow: hidden;
  border-radius: 10px;
  padding: 45px;
  height: auto;
}
.testimonials[data-location=testimonials-main-page] .testimonials__slide .testimonials-hover-card {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
  transform: translateY(100px);
}
.testimonials[data-location=testimonials-main-page] .testimonials__slide .testimonials-hover-card__link {
  display: inline-flex;
  gap: 10px;
  margin-top: 50px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #fff;
  align-items: center;
}
.testimonials[data-location=testimonials-main-page] .testimonials__slide .testimonials-slide__wrapper-slide {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-out;
}
@media (hover: hover) {
  .testimonials[data-location=testimonials-main-page] .testimonials__slide:hover .testimonials-slide__wrapper-slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
  }
  .testimonials[data-location=testimonials-main-page] .testimonials__slide:hover .testimonials-hover-card {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.testimonials[data-location=testimonials-main-page] .testimonials__pagination-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}
@media (max-width: 47.99875em) {
  .testimonials[data-location=testimonials-main-page] .testimonials__pagination-block {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.testimonials[data-location=testimonials-main-page] .testimonials__prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #FFDD01;
  border-radius: 50%;
  color: #FFDD01;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .testimonials[data-location=testimonials-main-page] .testimonials__prev {
    display: none;
  }
}
@media (hover: hover) {
  .testimonials[data-location=testimonials-main-page] .testimonials__prev:hover {
    background: #FFDD01;
    color: #212121;
  }
}
.testimonials[data-location=testimonials-main-page] .testimonials__bullets {
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
}
.testimonials[data-location=testimonials-main-page] .testimonials__bullets .swiper-pagination-bullet {
  opacity: 1;
  cursor: pointer;
  background: #A9A9A9;
}
.testimonials[data-location=testimonials-main-page] .testimonials__bullets .swiper-pagination-bullet-active {
  background: #FFDD01;
  width: 13px;
  height: 13px;
}
.testimonials[data-location=testimonials-main-page] .testimonials__next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #FFDD01;
  border-radius: 50%;
  color: #FFDD01;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .testimonials[data-location=testimonials-main-page] .testimonials__next {
    display: none;
  }
}
@media (hover: hover) {
  .testimonials[data-location=testimonials-main-page] .testimonials__next:hover {
    background: #FFDD01;
    color: #212121;
  }
}
.testimonials[data-location=testimonials-main-page] .testimonials-slide__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 600;
}
.testimonials[data-location=testimonials-main-page] .testimonials-slide__img img {
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 10;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.testimonials[data-location=testimonials-main-page] .testimonials-slide__img::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 350px;
  top: 40%;
  left: -20px;
  height: 350px;
  border-radius: 50%;
  background-color: #fff;
}
.testimonials[data-location=testimonials-main-page] .testimonials-slide__link {
  position: absolute;
  bottom: 20px;
  z-index: 20;
  left: 20px;
  padding: 5px 10px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__row {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: start;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__image {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__content-row {
  margin-top: 20px;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__content-row h3 {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__content-row div {
  margin-top: 10px;
}
.testimonials[data-location=testimonials-main-page] .testimonials-hover-card__content-card {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  line-height: normal;
  overflow-y: auto;
  max-height: 200px;
}
.testimonials[data-location=testimonials-main-page] .youtube-widget__wrapper {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7803921569);
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  transition: 0.4s;
}
.testimonials[data-location=testimonials-main-page] .youtube-widget__wrapper iframe {
  width: 100%;
  height: 100%;
}
.testimonials[data-location=testimonials-main-page] .youtube-widget__wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
.testimonials[data-location=testimonials-main-page] .youtube-widget__close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  transition: 0.2s;
}
.testimonials[data-location=testimonials-main-page] .youtube-widget__close:hover {
  opacity: 1;
  cursor: pointer;
}
.testimonials[data-location=testimonials-main-page] .youtube-widget__close::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDIwIDIwIiB3aWR0aD0iMjBwdCIgaGVpZ2h0PSIyMHB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik04LjQyMiAxMC4zNjMuNzI2IDE4LjA1OSAyLjY2NyAyMGw3LjY5Ni03LjY5NkwxOC4wNTkgMjAgMjAgMTguMDU5bC03LjY5Ni03LjY5NkwyMCAyLjY2NyAxOC4wNTkuNzI2bC03LjY5NiA3LjY5NkwyLjY2Ny43MjYuNzI2IDIuNjY3eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=");
}

.experts[data-location=experts-main-page] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.experts[data-location=experts-main-page] .experts__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.experts[data-location=experts-main-page] .experts__link {
  border: 1px solid #626262;
  padding: 15px 20px;
  border-radius: 16px;
  transition: all 300ms linear;
  font-weight: 600;
}
@media (hover: hover) {
  .experts[data-location=experts-main-page] .experts__link:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.experts[data-location=experts-main-page] .experts__swiper {
  overflow: clip;
  padding: 50px 5px;
}
.experts[data-location=experts-main-page] .experts__slide {
  min-height: 520px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}
.experts[data-location=experts-main-page] .experts__pagination-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.experts[data-location=experts-main-page] .experts__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .experts[data-location=experts-main-page] .experts__prev {
    display: none;
  }
}
@media (hover: hover) {
  .experts[data-location=experts-main-page] .experts__prev:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.experts[data-location=experts-main-page] .experts__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experts[data-location=experts-main-page] .experts__bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #A9A9A9;
  opacity: 1;
}
.experts[data-location=experts-main-page] .experts__bullets .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #626262;
}
.experts[data-location=experts-main-page] .experts__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  transition: all 300ms linear;
}
@media (max-width: 1300px) {
  .experts[data-location=experts-main-page] .experts__next {
    display: none;
  }
}
@media (hover: hover) {
  .experts[data-location=experts-main-page] .experts__next:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.experts[data-location=experts-main-page] .experts-slide__img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .experts[data-location=experts-main-page] .experts-slide__img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 91.875em) {
  .experts[data-location=experts-main-page] .experts-slide__img {
    width: 312px;
    height: 312px;
  }
}
.experts[data-location=experts-main-page] .experts-slide__title {
  color: #212121;
  text-align: center;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 600;
  margin-top: 23px;
}
.experts[data-location=experts-main-page] .experts-slide__profession {
  color: rgba(33, 33, 33, 0.6);
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.popular-questions[data-location=main-page-popular-questions] {
  padding-top: 45px;
  padding-bottom: 90px;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions__row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions__link {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #212121;
  color: #212121;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions__descriptions {
  margin-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 47.99875em) {
  .popular-questions[data-location=main-page-popular-questions] .popular-questions__descriptions {
    font-size: 16px;
  }
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__item {
  cursor: pointer;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__title {
  display: flex;
  gap: 20px;
  padding: 44px 100px;
  justify-content: space-between;
  align-items: center;
  color: var(--, #212121);
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 8, 0.2);
  border-radius: 12px;
}
@media (max-width: 47.99875em) {
  .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__title {
    padding: 22px 22px;
    font-size: 16px;
  }
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: black;
  border: 2px solid black;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__button::before {
  content: "";
  position: absolute;
  width: 60%;
  display: block;
  height: 2px;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  display: block;
  background-color: black;
  top: 50%;
  transition: all 300ms linear;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__title {
  position: relative;
  z-index: 2;
  background: #fff;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__title._active .popular-questions-list__button::after {
  opacity: 0;
  visibility: hidden;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transform: translateY(-30px);
  padding-top: 70px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
  font-size: 24px;
  line-height: 120%;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content a {
  text-decoration: underline;
}
@media (max-width: 47.99875em) {
  .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content {
    padding: 22px;
    padding-top: 50px;
    font-size: 16px;
  }
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content h1, .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content h2, .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content h3, .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content h4, .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content h5, .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content ul li, .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content ol li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content ul li::before, .popular-questions[data-location=main-page-popular-questions] .popular-questions-list__content ol li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #FFDD01;
  left: 0;
  transform: translateY(5px);
}

.experts-list[data-location=experts-list-page] .experts-list__title {
  margin-bottom: 70px;
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .experts-list[data-location=experts-list-page] .experts-list__title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.experts-list[data-location=experts-list-component] {
  padding-bottom: 90px;
}
@media (max-width: 1300px) {
  .experts-list[data-location=experts-list-component] .experts-list__swiper {
    display: none;
  }
}
.experts-list[data-location=experts-list-component] .experts-list__swiper.mobile {
  display: none;
}
@media (max-width: 1300px) {
  .experts-list[data-location=experts-list-component] .experts-list__swiper.mobile {
    display: block;
  }
}
.experts-list[data-location=experts-list-component] .experts-list__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  padding: 20px 5px;
  gap: 20px;
}
.experts-list[data-location=experts-list-component] .experts-list__pagination-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.experts-list[data-location=experts-list-component] .experts-list__prev {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #626262;
  color: #626262;
}
@media (max-width: 1300px) {
  .experts-list[data-location=experts-list-component] .experts-list__prev {
    display: none;
  }
}
.experts-list[data-location=experts-list-component] .experts-list__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experts-list[data-location=experts-list-component] .experts-list__bullets .swiper-pagination-bullet {
  cursor: pointer;
  opacity: 1;
  background: #A9A9A9;
}
.experts-list[data-location=experts-list-component] .experts-list__bullets .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #212121;
}
.experts-list[data-location=experts-list-component] .experts-list__next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #626262;
  color: #626262;
}
@media (max-width: 1300px) {
  .experts-list[data-location=experts-list-component] .experts-list__next {
    display: none;
  }
}
.experts-list[data-location=experts-list-component] .experts-list-slide__card {
  display: flex;
  width: calc(33.3% - 20px);
  height: 520px;
  padding: 33px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #FFF;
}
@media (max-width: 1300px) {
  .experts-list[data-location=experts-list-component] .experts-list-slide__card {
    width: 100%;
  }
}
.experts-list[data-location=experts-list-component] .experts-list-slide__card img {
  border-radius: 50%;
  width: 313px;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
.experts-list[data-location=experts-list-component] .experts-list-slide__name {
  color: var(--, #212121);
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  margin-top: 23px;
  line-height: normal;
}
.experts-list[data-location=experts-list-component] .experts-list-slide__profession {
  color: rgba(33, 33, 33, 0.6);
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
}

.experts[data-location=experts-single-page] {
  padding-top: 100px;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] {
    padding-top: 30px;
  }
}
.experts[data-location=experts-single-page] .experts__card a {
  text-decoration: underline;
}
.experts[data-location=experts-single-page] .experts__title {
  margin-bottom: 70px;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts__title {
    margin-bottom: 30px;
  }
}
.experts[data-location=experts-single-page] .experts__card {
  padding: 65px 50px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.15);
  margin-bottom: 90px;
  font-size: 20px;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts__card {
    padding: 30px 20px;
  }
}
.experts[data-location=experts-single-page] .experts__card p {
  margin-bottom: 20px;
  line-height: normal;
}
.experts[data-location=experts-single-page] .experts__row {
  display: flex;
  gap: 50px;
  margin-bottom: 70px;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts__row {
    flex-direction: column;
  }
}
.experts[data-location=experts-single-page] .experts__content h2,
.experts[data-location=experts-single-page] .experts__content h3 {
  font-weight: 600;
  font-family: "Roboto";
  font-size: 30px;
  color: #212121;
  margin-bottom: 40px;
}
.experts[data-location=experts-single-page] .experts__content ul li {
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
  font-family: "Roboto";
  position: relative;
}
.experts[data-location=experts-single-page] .experts__content ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background-color: #FFDD01;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts__content ul li::before {
    transform: unset;
    top: 1px;
  }
}
.experts[data-location=experts-single-page] .experts__form {
  background: #FFDD01;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1300px) {
  .experts[data-location=experts-single-page] .experts__form {
    padding-left: 77px;
    padding-right: 77px;
  }
}
.experts[data-location=experts-single-page] .experts-row__img-block {
  width: 20%;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-row__img-block {
    width: 256px;
    margin: 0 auto;
  }
}
.experts[data-location=experts-single-page] .experts-row__description-block {
  width: 70%;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-row__description-block {
    width: auto;
  }
}
.experts[data-location=experts-single-page] .experts-row-img-block__img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.experts[data-location=experts-single-page] .experts-row-img-block__name {
  color: #212121;
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-row-img-block__name {
    text-align: center;
  }
}
.experts[data-location=experts-single-page] .experts-row-img-block__profession {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-row-img-block__profession {
    text-align: center;
  }
}
.experts[data-location=experts-single-page] .experts-description-block__description {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
}
.experts[data-location=experts-single-page] .experts-description-block__content ul li {
  font-size: 20px;
  font-family: "Roboto";
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.experts[data-location=experts-single-page] .experts-description-block__content ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  background: #FFDD01;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-description-block__content ul li::before {
    width: 16px;
    height: 16px;
    top: 1px;
    transform: unset;
  }
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-description-block__content ul li {
    padding-left: 30px;
  }
}
.experts[data-location=experts-single-page] .experts-description-block__title {
  margin-top: 40px;
  color: #212121;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.experts[data-location=experts-single-page] .experts-description-block__item {
  position: relative;
  width: 80%;
  margin-bottom: 16px;
  padding-left: 25px;
}
.experts[data-location=experts-single-page] .experts-description-block__item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFDD01;
  top: 2px;
  left: 0px;
}
.experts[data-location=experts-single-page] .experts-content__left-block {
  width: 50%;
}
.experts[data-location=experts-single-page] .experts-content__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.experts[data-location=experts-single-page] .experts-content__item {
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.experts[data-location=experts-single-page] .experts-content__item::before {
  content: "";
  display: block;
  background: #FFDD01;
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
}
.experts[data-location=experts-single-page] .experts-content__item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  background: #FFDD01;
  top: 2px;
  left: 4px;
}
.experts[data-location=experts-single-page] .experts-content__item-title {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
}
.experts[data-location=experts-single-page] .experts-content__item-text {
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
}
.experts[data-location=experts-single-page] .experts-form__title {
  color: #212121;
  font-family: "Roboto";
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 50px;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-form__title {
    font-size: 30px;
    line-height: 1;
  }
}
.experts[data-location=experts-single-page] .experts-form__text {
  color: #212121;
  font-family: "Roboto";
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-form__text {
    display: none;
  }
}
.experts[data-location=experts-single-page] .experts-form__text p {
  line-height: 22px;
  margin-bottom: 10px;
}
.experts[data-location=experts-single-page] .experts-form-row {
  display: flex;
  gap: 45px;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .experts[data-location=experts-single-page] .experts-form-row {
    flex-direction: column;
    justify-content: start;
    gap: 0;
  }
}
.experts[data-location=experts-single-page] .experts-form-row__form {
  margin-top: 30px;
  width: 50%;
}
@media (max-width: 1300px) {
  .experts[data-location=experts-single-page] .experts-form-row__form {
    width: 100%;
  }
}
.experts[data-location=experts-single-page] .experts-form-row__form textarea {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  resize: none;
  padding: 15px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.experts[data-location=experts-single-page] .experts-form-row__form textarea:focus-within {
  outline: none;
  border: none;
}
.experts[data-location=experts-single-page] .experts-form-row__input-group {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
  align-items: center;
  width: 100%;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-form-row__input-group {
    flex-direction: column;
  }
}
.experts[data-location=experts-single-page] .experts-form-row__input-group input {
  width: 50%;
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
  padding: 10px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-form-row__input-group input {
    width: 100%;
  }
}
.experts[data-location=experts-single-page] .experts-form-row__input-group input:focus-within {
  outline: none;
  border: none;
}
.experts[data-location=experts-single-page] .experts-form-row__input-group.solo input {
  width: 100%;
}
.experts[data-location=experts-single-page] .experts-form-row__btn {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  border-radius: 4px;
}
.experts[data-location=experts-single-page] .experts-form-row__info {
  width: 50%;
}
@media (max-width: 1300px) {
  .experts[data-location=experts-single-page] .experts-form-row__info {
    width: 100%;
  }
}
.experts[data-location=experts-single-page] .experts-row-info {
  margin-top: 30px;
}
@media (max-width: 47.99875em) {
  .experts[data-location=experts-single-page] .experts-row-info {
    display: none;
  }
}
.experts[data-location=experts-single-page] .experts-row-info iframe {
  margin-top: 60px;
}
@media (min-width: 1300px) {
  .experts[data-location=experts-single-page] .experts-row-info iframe {
    width: 376px;
    height: 376px;
  }
}
@media (max-width: 1300px) {
  .experts[data-location=experts-single-page] .experts-row-info iframe {
    width: 100%;
  }
}
.experts[data-location=experts-single-page] .experts-row-info__item {
  display: flex;
  margin-bottom: 10px;
  color: #212121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  gap: 20px;
}
.experts[data-location=experts-single-page] .experts-row-info__img {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: white;
}

.three-posts-slider-section[data-location=three-posts-slider-section] .blog-academy-posts__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper__slide {
  display: grid;
  gap: 20px;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__image {
  border-radius: 10px;
  margin: 0 0 25px 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__info {
  padding: 0 10% 0 0;
  margin: 0 0 70px 0;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__info .info__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 23px;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__info .info__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
@media (max-width: 47.99875em) {
  .three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__info {
    margin: 0 0 50px 0;
    padding: unset;
  }
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1px 0;
  margin-top: auto;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__footer span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px;
  border: 1px solid #212121;
  border-radius: 10px;
}
.three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__footer a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid #212121;
  border-radius: 10px;
  background: #212121;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .three-posts-slider-section[data-location=three-posts-slider-section] .three-posts-swiper .item-container__footer a:hover {
    background: #FFDD01;
    border: 1px solid #FFDD01;
    color: #212121;
  }
}

.blog-academy-posts-section[data-location=blog-page] {
  padding: 30px 0 45px;
}
.blog-academy-posts-section[data-location=blog-page] .blog-academy-posts__container .swiper-pagination-bullet-active {
  background: #000;
}
.blog-academy-posts-section[data-location=blog-page] .blog-academy-posts__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .blog-academy-posts-section[data-location=blog-page] .blog-academy-posts__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .blog-academy-posts-section[data-location=blog-page] .blog-academy-posts__title {
    font-size: 30px;
  }
}

.speaker-cards-section[data-location=speaker-cards-section] .expert-containers {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers:nth-child(even) {
  flex-direction: row-reverse;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers__item {
  width: 50%;
  border-radius: 16px;
  position: relative;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .full-photo {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.0186) 100%);
  overflow: hidden;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .full-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: -1;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .full-photo .item-info {
  display: flex;
  flex-direction: column;
  padding: 50% 30px 0 30px;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .full-photo .item-info__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 20px;
  width: 50%;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .full-photo .item-info__description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .circle-photo {
  display: flex;
  flex-direction: column;
  background: #212121;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .circle-photo__circle {
  width: 45%;
  position: absolute;
  background: #D9D9D9;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .circle-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .circle-photo .item-info {
  display: flex;
  flex-direction: column;
  padding: 40% 50% 0 30px;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .circle-photo .item-info__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .circle-photo .item-info__description {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 30px;
  margin-top: auto;
}
.speaker-cards-section[data-location=speaker-cards-section] .expert-containers .item-footer__read {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  padding: 18px 21px;
  background: #FFDD01;
  border-radius: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-expert-materials-section[data-location=blog-page] {
  padding: 30px 0 45px;
}
.blog-expert-materials-section[data-location=blog-page] .blog-expert-materials__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .blog-expert-materials-section[data-location=blog-page] .blog-expert-materials__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .blog-expert-materials-section[data-location=blog-page] .blog-expert-materials__title {
    font-size: 30px;
  }
}
.blog-expert-materials-section[data-location=blog-page] .blog-expert-materials__other-button {
  width: 100%;
  margin: 40px 0 0 0;
}
.blog-expert-materials-section[data-location=blog-page] .blog-expert-materials__other-button a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 500;
  display: block;
  border: 1px solid #212121;
  border-radius: 20px;
  padding: 18px 21px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.blog-archive-section[data-location=blog-page] {
  padding: 30px 0 45px;
}
.blog-archive-section[data-location=blog-page] .blog-archive__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .blog-archive-section[data-location=blog-page] .blog-archive__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .blog-archive-section[data-location=blog-page] .blog-archive__title {
    font-size: 30px;
  }
}

.blog-start-section[data-location=blog-page] {
  padding: 100px 0 30px;
}
.blog-start-section[data-location=blog-page] .first-blog__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .blog-start-section[data-location=blog-page] .first-blog__container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.blog-start-section[data-location=blog-page] .first-blog__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .blog-start-section[data-location=blog-page] .first-blog__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .blog-start-section[data-location=blog-page] .first-blog__title {
    font-size: 30px;
  }
}
.blog-start-section[data-location=blog-page] .first-blog__description {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 400;
  width: 60%;
  line-height: 21px;
}
@media (max-width: 47.99875em) {
  .blog-start-section[data-location=blog-page] .first-blog__description {
    width: 100%;
  }
}
.blog-start-section[data-location=blog-page] .search-container {
  display: flex;
  height: 50px;
  width: 350px;
  background: #FFFFFF;
  box-shadow: 1px 4px 12px rgba(0, 0, 8, 0.2);
  border-radius: 12px;
  padding: 2px;
}
.blog-start-section[data-location=blog-page] .search-container__icon {
  flex-grow: 1;
  align-self: center;
}
.blog-start-section[data-location=blog-page] .search-container__input {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  width: 65%;
  padding: 10px 10px 10px 0;
}
.blog-start-section[data-location=blog-page] .search-container__input:focus-visible {
  outline: unset;
  border: unset;
}
.blog-start-section[data-location=blog-page] .search-container__input::-moz-placeholder {
  color: rgba(98, 98, 98, 0.5);
}
.blog-start-section[data-location=blog-page] .search-container__input::placeholder {
  color: rgba(98, 98, 98, 0.5);
}
.blog-start-section[data-location=blog-page] .search-container__button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  color: #000000;
  background: #FFDD01;
  border-radius: 10px;
  border: 2px solid #FFDD01;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .blog-start-section[data-location=blog-page] .search-container__button:hover {
    background: transparent;
  }
}
@media (max-width: 29.99875em) {
  .blog-start-section[data-location=blog-page] .search-container {
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .blog-start-section[data-location=blog-page] {
    padding: 60px 0 30px;
  }
}
@media (max-width: 29.99875em) {
  .blog-start-section[data-location=blog-page] {
    padding: 30px 0 30px;
  }
}

.blog-posts-section[data-location=blog-page] {
  padding: 30px 0 45px;
}
.blog-posts-section[data-location=blog-page] .blog-posts__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .blog-posts-section[data-location=blog-page] .blog-posts__title {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 29.99875em) {
  .blog-posts-section[data-location=blog-page] .blog-posts__title {
    font-size: 30px;
    margin: 0 0 30px 0;
  }
}

.career-start-section[data-location=career-page] {
  padding: 100px 0 30px;
}
.career-start-section[data-location=career-page] .career-start__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-start-section[data-location=career-page] .career-start__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.career-start-section[data-location=career-page] .career-start__image-wrapper img {
  width: 100%;
  display: block;
}
.career-start-section[data-location=career-page] .career-start__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.62) 100%);
  pointer-events: none;
}
.career-start-section[data-location=career-page] .overlay-content {
  position: absolute;
  top: 100px;
  left: 150px;
  width: 100%;
  display: flex;
  z-index: 2;
}
.career-start-section[data-location=career-page] .overlay-content__title {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 70px;
  text-transform: uppercase;
  max-width: 100%;
}
@media (max-width: 1300px) {
  .career-start-section[data-location=career-page] .overlay-content__title {
    font-size: 20px;
    line-height: normal;
  }
}
.career-start-section[data-location=career-page] .overlay-content__labels {
  display: inline-block;
  position: relative;
  height: 44px;
}
@media (max-width: 1300px) {
  .career-start-section[data-location=career-page] .overlay-content__labels {
    display: block;
    height: 26px;
    margin-top: 10px;
  }
}
.career-start-section[data-location=career-page] .overlay-content__label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  background: #FFDD01;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  text-transform: initial;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 1300px) {
  .career-start-section[data-location=career-page] .overlay-content__label {
    font-size: 14px;
  }
}
.career-start-section[data-location=career-page] .overlay-content__label.active {
  opacity: 1;
}
@media (max-width: 91.875em) {
  .career-start-section[data-location=career-page] .overlay-content {
    width: 48%;
  }
}
@media (max-width: 1199.98px) {
  .career-start-section[data-location=career-page] .overlay-content {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .career-start-section[data-location=career-page] .overlay-content {
    top: 30px;
    left: 20px;
    flex-direction: column;
    gap: 10px;
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .career-start-section[data-location=career-page] {
    padding: 60px 0 60px;
  }
}
@media (max-width: 29.99875em) {
  .career-start-section[data-location=career-page] {
    padding: 30px 0 30px;
  }
}

.career-about-section[data-location=career-page] {
  padding: 45px 0;
}
.career-about-section[data-location=career-page] .career-about__description ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
.career-about-section[data-location=career-page] .career-about__description ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(4px);
}
.career-about-section[data-location=career-page] .career-about__description a {
  text-decoration: underline;
}
.career-about-section[data-location=career-page] .career-about__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .career-about__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__title {
    font-size: 30px;
  }
}
.career-about-section[data-location=career-page] .career-about__description {
  margin: 0 0 90px 0;
}
.career-about-section[data-location=career-page] .career-about__description p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: normal;
  margin: 0 0 10px 0;
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__description p {
    font-size: 16px;
  }
}
.career-about-section[data-location=career-page] .career-about__description h1, .career-about-section[data-location=career-page] .career-about__description h2, .career-about-section[data-location=career-page] .career-about__description h3, .career-about-section[data-location=career-page] .career-about__description h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.career-about-section[data-location=career-page] .career-about__description h1 {
  font-size: 34px;
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__description h1 {
    font-size: 32px;
  }
}
.career-about-section[data-location=career-page] .career-about__description h2 {
  font-size: 30px;
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__description h2 {
    font-size: 28px;
  }
}
.career-about-section[data-location=career-page] .career-about__description h3 {
  font-size: 24px;
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__description h3 {
    font-size: 22px;
  }
}
.career-about-section[data-location=career-page] .career-about__description h4 {
  font-size: 20px;
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__description h4 {
    font-size: 18px;
  }
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .career-about__description {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__description {
    margin: 0 0 40px 0;
  }
}
.career-about-section[data-location=career-page] .career-about__content {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .career-about-section[data-location=career-page] .career-about__content {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .career-about__content {
    gap: 40px;
  }
}
.career-about-section[data-location=career-page] .image-container {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 10px;
  width: 540px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.career-about-section[data-location=career-page] .image-container img {
  width: 100%;
  display: block;
}
.career-about-section[data-location=career-page] .image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.0186) 100%);
}
.career-about-section[data-location=career-page] .image-container__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 2;
  padding: 25px;
  width: 100%;
}
.career-about-section[data-location=career-page] .image-container__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .image-container__title {
    line-height: 28px;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .image-container__title {
    line-height: 24px;
  }
}
.career-about-section[data-location=career-page] .image-container__description {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .image-container__description {
    line-height: 20px;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .image-container__description {
    line-height: 20px;
  }
}
@media (max-width: 1300px) {
  .career-about-section[data-location=career-page] .image-container {
    width: unset;
    aspect-ratio: 1/0.8;
  }
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .image-container {
    aspect-ratio: 1/0.7;
  }
}
.career-about-section[data-location=career-page] .timeline-container {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.career-about-section[data-location=career-page] .timeline-container__item {
  position: relative;
  padding: 0 0 20px 40px;
  border-left: 3px solid #FFDD01;
}
.career-about-section[data-location=career-page] .timeline-container__item:last-of-type {
  padding: 0 0 0 40px;
  margin: 0 0 40px 0;
}
@media (hover: hover) {
  .career-about-section[data-location=career-page] .timeline-container__item:hover {
    cursor: pointer;
  }
  .career-about-section[data-location=career-page] .timeline-container__item:hover .timeline-container__dot {
    width: 30px;
    height: 30px;
    left: -16px;
  }
  .career-about-section[data-location=career-page] .timeline-container__item:hover .text-wrapper__title {
    font-size: 26px;
  }
  .career-about-section[data-location=career-page] .timeline-container__item:hover .text-wrapper__desrciption {
    font-size: 20px;
  }
}
.career-about-section[data-location=career-page] .timeline-container__dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: -11px;
  background: #FFDD01;
  transition: all 300ms linear;
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .timeline-container__dot {
    width: 16px;
    height: 16px;
    left: -9px;
  }
}
.career-about-section[data-location=career-page] .timeline-container .text-wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
@media (hover: hover) {
  .career-about-section[data-location=career-page] .timeline-container .text-wrapper:hover {
    transform: scale(1.05);
  }
}
.career-about-section[data-location=career-page] .timeline-container .text-wrapper__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  line-height: 28px;
  margin: 0 0 10px 0;
  transition: all 300ms linear;
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .timeline-container .text-wrapper__title {
    font-size: 20px;
  }
}
.career-about-section[data-location=career-page] .timeline-container .text-wrapper__desrciption {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: normal;
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .timeline-container .text-wrapper__desrciption {
    font-size: 16px;
  }
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .timeline-container .text-wrapper {
    width: 80%;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .timeline-container .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .career-about-section[data-location=career-page] .timeline-container {
    padding: 0 0 0 16px;
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] .timeline-container {
    padding: 0 0 0 13px;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] .timeline-container {
    padding: 0 0 0 9px;
  }
}
@media (max-width: 47.99875em) {
  .career-about-section[data-location=career-page] {
    padding: 30px 0;
  }
}
@media (max-width: 29.99875em) {
  .career-about-section[data-location=career-page] {
    padding: 20px 0;
  }
}

@charset "UTF-8";
.career-filters-section[data-location=career-page] {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.54);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
  display: none;
}
.career-filters-section[data-location=career-page] .filters-container {
  position: absolute;
  width: 460px;
  height: 100%;
  right: -500px;
  background: #FFDD01;
  padding: 35px 40px;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.career-filters-section[data-location=career-page] .filters-container__header {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  padding: 0 25px 40px;
  border-bottom: 2px solid #212121;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container__header {
    padding: 20px 0;
    border-bottom: unset;
    font-size: 20px;
    justify-content: center;
  }
  .career-filters-section[data-location=career-page] .filters-container__header button {
    position: absolute;
    right: 0;
  }
}
.career-filters-section[data-location=career-page] .filters-container__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 25px 25px;
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container__body {
    padding: 20px 0;
  }
}
.career-filters-section[data-location=career-page] .filters-container__footer {
  padding: 0 25px;
  margin-top: auto;
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container__footer {
    padding: unset;
  }
}
.career-filters-section[data-location=career-page] .filters-container .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.career-filters-section[data-location=career-page] .filters-container .buttons-wrapper__button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #212121;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px 20px;
  border: 2px solid #212121;
  border-radius: 20px;
  gap: 10px;
  width: 100%;
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container .buttons-wrapper__button {
    width: 100%;
    background: #fff;
  }
  .career-filters-section[data-location=career-page] .filters-container .buttons-wrapper__button.buttonFiltersView {
    background: #FFDD01;
    border: 2px solid #FFDD01;
  }
  .career-filters-section[data-location=career-page] .filters-container .buttons-wrapper__button.buttonFiltersView svg {
    display: none;
  }
  .career-filters-section[data-location=career-page] .filters-container .buttons-wrapper__button.buttonFiltersClose {
    background: #fff;
    border: 2px solid #FFDD01;
  }
}
.career-filters-section[data-location=career-page] .filters-container .categories-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.career-filters-section[data-location=career-page] .filters-container .categories-wrapper__item {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212121;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.career-filters-section[data-location=career-page] .filters-container .categories-wrapper__item svg {
  transition: all 0.3s ease-in-out;
}
.career-filters-section[data-location=career-page] .filters-container .categories-wrapper__item.active svg {
  transform: rotate(90deg);
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container .categories-wrapper__item {
    padding: 20px 0;
    border-bottom: 1px solid #F1F1F1;
  }
  .career-filters-section[data-location=career-page] .filters-container .categories-wrapper__item:last-child {
    border-bottom: unset;
  }
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container .categories-wrapper {
    gap: unset;
  }
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper {
  margin: 20px 0 0 0;
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__title-wrapper {
  text-align: center;
  padding: 0 25px 40px;
  display: none;
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container .options-wrapper__title-wrapper {
    display: block;
  }
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #212121;
  font-weight: 700;
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__item {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  line-height: 21px;
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__item label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__item span {
  width: 20px;
  height: 20px;
  border: 2px solid #212121;
  border-radius: 50%;
  margin: 0 10px 0 0;
  position: relative;
}
.career-filters-section[data-location=career-page] .filters-container .options-wrapper__item input[type=checkbox]:checked + span::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #212121;
  border-radius: 50%;
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container .options-wrapper {
    margin: 20px 0;
  }
}
@media (max-width: 47.99875em) {
  .career-filters-section[data-location=career-page] .filters-container {
    width: 100%;
    background: #fff;
  }
}
.career-filters-section[data-location=career-page].active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  display: block;
}
.career-filters-section[data-location=career-page].active .filters-container {
  right: 0;
}

.career-posts-section[data-location=career-page] {
  padding: 45px 0;
}
.career-posts-section[data-location=career-page] .career-posts__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .career-posts-section[data-location=career-page] .career-posts__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .career-posts-section[data-location=career-page] .career-posts__title {
    font-size: 30px;
  }
}
.career-posts-section[data-location=career-page] .career-posts__filters {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
@media (max-width: 1199.98px) {
  .career-posts-section[data-location=career-page] .career-posts__filters {
    flex-direction: column;
    gap: 10px;
    margin: 0 0 15px 0;
  }
}
.career-posts-section[data-location=career-page] .filters-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 1300px) {
  .career-posts-section[data-location=career-page] .filters-container__select {
    display: none;
  }
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect {
  position: relative;
  min-width: 200px;
  font-family: Arial, sans-serif;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__header {
  padding: 12px;
  border: 1px solid #626262;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__header span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: black;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__options {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border: 1px solid #626262;
  border-top: none;
  background: #E9E9E9;
  border-radius: 0 0 16px 16px;
  overflow-y: auto;
  z-index: 2;
  padding-top: 20px;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__options.active {
  display: block;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__options-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212121;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__options-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__options-item span {
  width: 20px;
  height: 20px;
  border: 2px solid #626262;
  border-radius: 50%;
  margin: 0 10px 0 0;
  position: relative;
  flex-shrink: 0;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect__options-item input[type=checkbox]:checked + span::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #626262;
  border-radius: 50%;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect.active .custom-multiselect__options {
  display: block;
}
.career-posts-section[data-location=career-page] .filters-container__select .custom-multiselect.active .custom-multiselect__header svg {
  transform: rotate(180deg);
}
.career-posts-section[data-location=career-page] .filters-container__button {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: black;
  font-weight: 600;
  border: 1px solid #626262;
  border-radius: 16px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.career-posts-section[data-location=career-page] .filters-container__button svg {
  margin: 0 0 0 10px;
  flex-shrink: 1;
}
.career-posts-section[data-location=career-page] .search-container {
  display: flex;
  height: 50px;
  width: 350px;
  background: #FFFFFF;
  box-shadow: 1px 4px 12px rgba(0, 0, 8, 0.2);
  border-radius: 12px;
  padding: 2px;
}
.career-posts-section[data-location=career-page] .search-container__icon {
  flex-grow: 1;
  align-self: center;
}
.career-posts-section[data-location=career-page] .search-container__input {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  width: 65%;
  padding: 10px 10px 10px 0;
}
.career-posts-section[data-location=career-page] .search-container__input:focus-visible {
  outline: unset; /* Убираем обводку */
  border: unset; /* Добавляем рамку для индикации */
}
.career-posts-section[data-location=career-page] .search-container__input::-moz-placeholder {
  color: rgba(98, 98, 98, 0.5);
}
.career-posts-section[data-location=career-page] .search-container__input::placeholder {
  color: rgba(98, 98, 98, 0.5);
}
.career-posts-section[data-location=career-page] .search-container__button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  color: #000000;
  background: #FFDD01;
  border-radius: 10px;
  border: 2px solid #FFDD01;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .career-posts-section[data-location=career-page] .search-container__button:hover {
    background: transparent;
  }
}
@media (max-width: 29.99875em) {
  .career-posts-section[data-location=career-page] .search-container {
    width: 100%;
  }
}
.career-posts-section[data-location=career-page] .selected-filters {
  margin: 0 0 40px 0;
}
.career-posts-section[data-location=career-page] .selected-filters__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.career-posts-section[data-location=career-page] .selected-filters__item {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #474444;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 47.99875em) {
  .career-posts-section[data-location=career-page] .selected-filters {
    margin: 0 0 40px 0;
  }
}
.career-posts-section[data-location=career-page] .button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.career-posts-section[data-location=career-page] .button-wrapper__button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #212121;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 21px;
  border: 1px solid #212121;
  border-radius: 20px;
  margin: 20px 0 0 0;
}
@media (max-width: 47.99875em) {
  .career-posts-section[data-location=career-page] .button-wrapper__button {
    font-size: 18px;
  }
}

@charset "UTF-8";
.vacancies-posts-section[data-location=vacancies-posts-section] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 0 0 25px 0;
}
.vacancies-posts-section[data-location=vacancies-posts-section] a:hover {
  cursor: pointer;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7803921569);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  transition: 0.2s;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__wrapper {
    padding: 20px;
  }
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal {
  background: white;
  max-width: 1000px;
  min-width: 700px;
  overflow: hidden;
  border-radius: 10px;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #FFDD01;
  font-size: 20px;
  gap: 20px;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__header-title {
  font-weight: 600;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__header-action {
  opacity: 0.5;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__header-action:hover {
  opacity: 1;
  cursor: pointer;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__content {
  padding: 20px;
  font-size: 18px;
  max-height: 500px;
  overflow-y: auto;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__content ul li {
  list-style: disc;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__footer {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__button {
  background: #FFDD01;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.2s;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .vacancion-modal__button:hover {
  background: #e9ca00;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 40px;
  gap: 10px;
  background: #EDEDED;
  border-radius: 10px;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container__categories {
  display: flex;
  gap: 30px;
  margin: 0 0 50px 0;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container__categories span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #626262;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  align-content: center;
}
@media (max-width: 47.99875em) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container__categories span {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container__categories {
    gap: 15px;
  }
}
@media (max-width: 47.99875em) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container__categories {
    gap: 5px;
  }
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container__info {
  gap: 10px;
  display: flex;
  flex-direction: column;
  padding: 0 5% 0 0;
  margin: 0 0 70px 0;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container__footer {
  gap: 20px;
  display: flex;
  justify-content: end;
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container__footer a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #212121;
  padding: 10px 15px;
  border: 3px solid #FFDD01;
  border-radius: 16px;
  text-align: center;
  align-content: center;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container__footer a:hover {
    background: #FFDD01;
  }
}
@media (max-width: 47.99875em) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container__footer a {
    font-size: 14px;
  }
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container__footer a:nth-of-type(2) {
  background: #FFDD01;
}
@media (hover: hover) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container__footer a:nth-of-type(2):hover {
    background: transparent;
  }
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container .info__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  color: #212121;
}
@media (max-width: 1300px) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container .info__title {
    font-size: 26px;
  }
}
@media (max-width: 47.99875em) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container .info__title {
    font-size: 24px;
  }
}
.vacancies-posts-section[data-location=vacancies-posts-section] .item-container .info__description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* Ограничение в 3 строки */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 47.99875em) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container .info__description {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .vacancies-posts-section[data-location=vacancies-posts-section] .item-container {
    padding: 40px 20px;
  }
}
@media (max-width: 47.99875em) {
  .vacancies-posts-section[data-location=vacancies-posts-section] {
    grid-template-columns: repeat(1, 1fr);
  }
}

.full-photo-text-slider-section[data-location=full-photo-text-slider] {
  padding: 45px 0;
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__title {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider .full-photo-text-swiper {
    max-height: 230px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  height: 700px;
}
@media (max-width: 1300px) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide {
    max-height: 230px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-backdrop-filter: blur(10px) brightness(0.4);
          backdrop-filter: blur(10px) brightness(0.4);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 91.875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .image-wrapper::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .image-wrapper::after {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}
@media (min-width: 91.875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .image-wrapper::after {
    opacity: 0;
  }
}
@media (min-width: 91.875em) and (hover: hover) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide:hover .image-wrapper::after, .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide:hover .text-wrapper__title, .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide:hover .text-wrapper__content {
    opacity: 1;
  }
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide:hover .text-wrapper__title, .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide:hover .text-wrapper__content {
    transform: translateY(0);
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 65px;
}
@media (min-width: 91.875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__title {
    opacity: 0;
    transform: translateY(-100%);
  }
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content {
    opacity: 0;
    transform: translateY(100%);
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__title {
    font-size: 24px;
  }
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__title {
    font-size: 20px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content {
  width: 40%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 130%;
  margin: 0 0 10px 0;
}
@media (max-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content p {
    font-size: 20px;
  }
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content p {
    font-size: 18px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h1, .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h2, .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h3, .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h1 {
  font-size: 34px;
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h1 {
    font-size: 32px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h2 {
  font-size: 30px;
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h2 {
    font-size: 28px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h3 {
  font-size: 24px;
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h3 {
    font-size: 22px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h4 {
  font-size: 20px;
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content h4 {
    font-size: 18px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content ul li {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 130%;
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content ul li {
    font-size: 20px;
  }
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content ul li {
    font-size: 18px;
  }
}
.full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%23FFDD01"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 7px;
}
@media (max-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper__content {
    width: 70%;
  }
}
@media (max-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 29.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] .full-photo-text-slider__slide .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 47.99875em) {
  .full-photo-text-slider-section[data-location=full-photo-text-slider] {
    padding: 20px 0;
  }
}

.career-resume-info-section[data-location=career-page] {
  padding: 100px 0;
  background: #F1F1F1;
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(4px);
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description a {
  text-decoration: underline;
}
.career-resume-info-section[data-location=career-page] .career-resume-info__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__title {
    font-size: 30px;
  }
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description {
  margin: 0 0 60px 0;
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: normal;
  margin: 0 0 10px 0;
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__description p {
    font-size: 16px;
  }
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description h1, .career-resume-info-section[data-location=career-page] .career-resume-info__description h2, .career-resume-info-section[data-location=career-page] .career-resume-info__description h3, .career-resume-info-section[data-location=career-page] .career-resume-info__description h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description h1 {
  font-size: 34px;
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__description h1 {
    font-size: 32px;
  }
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description h2 {
  font-size: 30px;
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__description h2 {
    font-size: 28px;
  }
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description h3 {
  font-size: 24px;
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__description h3 {
    font-size: 22px;
  }
}
.career-resume-info-section[data-location=career-page] .career-resume-info__description h4 {
  font-size: 20px;
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__description h4 {
    font-size: 18px;
  }
}
@media (max-width: 47.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__description {
    margin: 0 0 40px 0;
  }
}
.career-resume-info-section[data-location=career-page] .career-resume-info__button-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  background: #FFDD01;
  border-radius: 16px;
  border: 3px solid #FFDD01;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__button-wrapper:hover {
    background: transparent;
  }
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__button-wrapper {
    width: 100%;
  }
}
.career-resume-info-section[data-location=career-page] .career-resume-info__button {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  line-height: 21px;
  padding: 18px 125px;
  display: block;
  text-align: center;
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] .career-resume-info__button {
    font-size: 18px;
    padding: 18px 21px;
  }
}
@media (max-width: 47.99875em) {
  .career-resume-info-section[data-location=career-page] {
    padding: 60px 0;
  }
}
@media (max-width: 29.99875em) {
  .career-resume-info-section[data-location=career-page] {
    padding: 45px 0;
  }
}

.career-info-section[data-location=career-page] {
  padding: 45px 0;
}
.career-info-section[data-location=career-page] .career-info__description ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
.career-info-section[data-location=career-page] .career-info__description ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FFD422;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(4px);
}
.career-info-section[data-location=career-page] .career-info__description a {
  text-decoration: underline;
}
.career-info-section[data-location=career-page] .career-info__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .career-info-section[data-location=career-page] .career-info__title {
    font-size: 40px;
  }
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__title {
    font-size: 30px;
  }
}
.career-info-section[data-location=career-page] .career-info__description {
  margin: 0 0 60px 0;
}
.career-info-section[data-location=career-page] .career-info__description p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: 23px;
  margin: 0 0 10px 0;
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__description p {
    font-size: 16px;
  }
}
.career-info-section[data-location=career-page] .career-info__description h1, .career-info-section[data-location=career-page] .career-info__description h2, .career-info-section[data-location=career-page] .career-info__description h3, .career-info-section[data-location=career-page] .career-info__description h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.career-info-section[data-location=career-page] .career-info__description h1 {
  font-size: 34px;
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__description h1 {
    font-size: 32px;
  }
}
.career-info-section[data-location=career-page] .career-info__description h2 {
  font-size: 30px;
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__description h2 {
    font-size: 28px;
  }
}
.career-info-section[data-location=career-page] .career-info__description h3 {
  font-size: 24px;
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__description h3 {
    font-size: 22px;
  }
}
.career-info-section[data-location=career-page] .career-info__description h4 {
  font-size: 20px;
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__description h4 {
    font-size: 18px;
  }
}
.career-info-section[data-location=career-page] .career-info__content .card-wrapper__image {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.career-info-section[data-location=career-page] .career-info__content .card-wrapper__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.career-info-section[data-location=career-page] .career-info__content .card-wrapper__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 1300px) {
  .career-info-section[data-location=career-page] .career-info__content .card-wrapper__image {
    aspect-ratio: 1/0.7;
  }
}
@media (max-width: 47.99875em) {
  .career-info-section[data-location=career-page] .career-info__content .card-wrapper__image {
    aspect-ratio: 1/0.8;
  }
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__content .card-wrapper__image {
    aspect-ratio: 1/1;
  }
}
.career-info-section[data-location=career-page] .career-info__content .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 2;
  padding: 70px 30px;
  width: 80%;
}
.career-info-section[data-location=career-page] .career-info__content .text-wrapper__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__content .text-wrapper__title {
    font-size: 20px;
  }
}
.career-info-section[data-location=career-page] .career-info__content .text-wrapper__description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
}
@media (max-width: 29.99875em) {
  .career-info-section[data-location=career-page] .career-info__content .text-wrapper__description {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .career-info-section[data-location=career-page] .career-info__content .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .career-info-section[data-location=career-page] .career-info__content .text-wrapper {
    padding: 15px;
  }
}
@media (max-width: 47.99875em) {
  .career-info-section[data-location=career-page] .career-info__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 47.99875em) {
  .career-info-section[data-location=career-page] .career-info__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 47.99875em) {
  .career-info-section[data-location=career-page] {
    padding: 30px 0;
  }
}
@media (min-width: 47.99875em) {
  .career-info-section[data-location=career-page] .swiper-pagination-block {
    display: none;
  }
}

.career-full-image-section[data-location=career-page] {
  padding: 45px 0;
}
.career-full-image-section[data-location=career-page] .career-full-image__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-full-image-section[data-location=career-page] .career-full-image__text-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
@media (max-width: 47.99875em) {
  .career-full-image-section[data-location=career-page] .career-full-image__text-wrapper {
    flex-direction: column;
  }
}
.career-full-image-section[data-location=career-page] .career-full-image__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .career-full-image-section[data-location=career-page] .career-full-image__title {
    font-size: 40px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 29.99875em) {
  .career-full-image-section[data-location=career-page] .career-full-image__title {
    font-size: 30px;
  }
}
.career-full-image-section[data-location=career-page] .career-full-image__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.career-full-image-section[data-location=career-page] .career-full-image__button a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  line-height: 21px;
  padding: 18px 80px;
  border: 3px solid #FFDD01;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .career-full-image-section[data-location=career-page] .career-full-image__button a:hover {
    background: #FFDD01;
  }
}
@media (max-width: 47.99875em) {
  .career-full-image-section[data-location=career-page] .career-full-image__button {
    margin: 0 0 30px 0;
    padding: 13px 22px;
  }
}
.career-full-image-section[data-location=career-page] .career-full-image__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.career-full-image-section[data-location=career-page] .career-full-image__image-wrapper img {
  width: 100%;
  display: block;
}

@charset "UTF-8";
.career-faq-section[data-location=career-page] {
  padding: 45px 0;
}
.career-faq-section[data-location=career-page] .career-faq__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #212121;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__title {
    font-size: 40px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__title {
    font-size: 30px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__description {
  margin: 0 0 50px 0;
}
.career-faq-section[data-location=career-page] .career-faq__description p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  line-height: 23px;
  margin: 0 0 10px 0;
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__description p {
    font-size: 16px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__description h1, .career-faq-section[data-location=career-page] .career-faq__description h2, .career-faq-section[data-location=career-page] .career-faq__description h3, .career-faq-section[data-location=career-page] .career-faq__description h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.career-faq-section[data-location=career-page] .career-faq__description h1 {
  font-size: 34px;
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__description h1 {
    font-size: 32px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__description h2 {
  font-size: 30px;
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__description h2 {
    font-size: 28px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__description h3 {
  font-size: 24px;
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__description h3 {
    font-size: 22px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__description h4 {
  font-size: 20px;
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__description h4 {
    font-size: 18px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__button {
  width: -moz-fit-content;
  width: fit-content;
  background: #FFDD01;
  border-radius: 16px;
  margin-left: auto;
  transition: 0.3s ease-in-out;
}
.career-faq-section[data-location=career-page] .career-faq__button a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  line-height: 21px;
  padding: 18px 80px;
  display: block;
  margin: 60px 0 0 0;
  border: 3px solid #FFDD01;
  border-radius: 16px;
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__button a {
    padding: 15px 35px;
    font-size: 16px;
    margin: 40px 0 0 0;
  }
}
@media (hover: hover) {
  .career-faq-section[data-location=career-page] .career-faq__button:hover {
    background: transparent;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item {
  display: flex;
  flex-direction: column;
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 100px;
  background: #FFFFFF;
  border: 2px solid rgba(180, 180, 180, 0.2);
  box-shadow: 1px 4px 12px rgba(0, 0, 8, 0.2);
  border-radius: 20px;
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__header svg path:nth-child(2) {
  transition: transform 0.5s ease; /* Плавная анимация для первого path */
  transform: rotate(-90deg); /* Начальное состояние: повёрнут на -90° */
  transform-origin: center; /* Вращение вокруг центра */
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__header._active svg path:nth-child(2) {
  transform: rotate(0deg); /* При активации возвращается в вертикальное положение */
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__header svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__header svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__header {
    padding: 25px 50px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__header {
    padding: 18px 20px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  line-height: 28px;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__title {
    font-size: 20px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__title {
    font-size: 18px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content {
  padding: 90px 100px 60px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
  transform: translateY(-30px);
  z-index: 1;
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #212121;
  line-height: 28px;
  margin: 0 0 10px 0;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content p {
    font-size: 20px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content p {
    font-size: 18px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h1, .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h2, .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h3, .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h1 {
  font-size: 34px;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h1 {
    font-size: 32px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h1 {
    font-size: 30px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h2 {
  font-size: 30px;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h2 {
    font-size: 28px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h2 {
    font-size: 26px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h3 {
  font-size: 28px;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h3 {
    font-size: 26px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h3 {
    font-size: 24px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h4 {
  font-size: 26px;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h4 {
    font-size: 24px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content h4 {
    font-size: 22px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content ul li {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: black;
  line-height: 130%;
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content ul li {
    font-size: 20px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content ul li {
    font-size: 18px;
  }
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content a {
  text-decoration: underline;
}
.career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%23FFDD01"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content {
    padding: 70px 50px 30px;
  }
}
@media (max-width: 29.99875em) {
  .career-faq-section[data-location=career-page] .career-faq__content .accordion-item__content {
    padding: 60px 20px 25px;
  }
}
@media (max-width: 47.99875em) {
  .career-faq-section[data-location=career-page] {
    padding: 30px 0;
  }
}

.site-form-section[data-location=career-site-form] {
  background: #FFDD01;
}
.site-form-section[data-location=career-site-form] .site-form-section__wrapper {
  padding: 70px 0;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=career-site-form] .site-form-section__wrapper {
    padding: 46px 0;
  }
}
.site-form-section[data-location=career-site-form] .site-form-section__title {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=career-site-form] .site-form-section__title {
    font-size: 30px;
    width: 100%;
  }
}
.site-form-section[data-location=career-site-form] .site-form-section__description {
  color: #212121;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=career-site-form] .site-form-section__description {
    display: none;
  }
}
.site-form-section[data-location=career-site-form] .site-form-section__row {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.site-form-section[data-location=career-site-form] .site-form-section__form {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1300px) {
  .site-form-section[data-location=career-site-form] .site-form-section__form {
    width: 100%;
  }
}
.site-form-section[data-location=career-site-form] .site-form-section__callback {
  background: #000;
  width: 80px;
  margin-top: 20px;
  margin-left: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.site-form-section[data-location=career-site-form] .site-form-section__callback svg {
  color: white;
  width: 30px;
  height: 30px;
}
.site-form-section[data-location=career-site-form] .site-form-section__address {
  width: 40%;
}
@media (max-width: 1300px) {
  .site-form-section[data-location=career-site-form] .site-form-section__address {
    width: 100%;
    margin-top: 20px;
  }
}
.site-form-section[data-location=career-site-form] .site-form-section__address iframe {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=career-site-form] .site-form-section__address {
    display: none;
  }
}
.site-form-section[data-location=career-site-form] .file-upload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 20px;
  flex: none;
  flex-grow: 0;
}
.site-form-section[data-location=career-site-form] .file-upload__label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #626262;
}
.site-form-section[data-location=career-site-form] .file-upload__button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 5px;
  background: #FFFFFF;
  border: 1px solid #626262;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.site-form-section[data-location=career-site-form] .file-upload__text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #626262;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-form-section[data-location=career-site-form] .file-upload__input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.site-form-section[data-location=career-site-form] .site-form__row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 29.99875em) {
  .site-form-section[data-location=career-site-form] .site-form__row {
    flex-direction: column;
  }
}
.site-form-section[data-location=career-site-form] .site-form__input {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  padding: 23px 40px 26px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-form-section[data-location=career-site-form] .site-form__input:focus-within {
  outline: none;
  border: none;
}
.site-form-section[data-location=career-site-form] .site-form__input::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-form-section[data-location=career-site-form] .site-form__input::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=career-site-form] .site-form__input {
    font-size: 16px;
    border-radius: 6px;
  }
  .site-form-section[data-location=career-site-form] .site-form__input::-moz-placeholder {
    font-size: 16px;
  }
  .site-form-section[data-location=career-site-form] .site-form__input::placeholder {
    font-size: 16px;
  }
}
.site-form-section[data-location=career-site-form] .site-form__textarea {
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 23px 40px;
  resize: none;
  min-height: 130px;
  border-radius: 10px;
}
.site-form-section[data-location=career-site-form] .site-form__textarea:focus-within {
  outline: none;
  border: none;
}
.site-form-section[data-location=career-site-form] .site-form__textarea::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.site-form-section[data-location=career-site-form] .site-form__textarea::placeholder {
  color: #A0A0A0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=career-site-form] .site-form__textarea {
    font-size: 16px;
    border-radius: 6px;
  }
  .site-form-section[data-location=career-site-form] .site-form__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .site-form-section[data-location=career-site-form] .site-form__textarea::placeholder {
    font-size: 16px;
  }
}
.site-form-section[data-location=career-site-form] .site-form__btn {
  background: #000;
  padding: 10px 20px;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 47.99875em) {
  .site-form-section[data-location=career-site-form] .site-form__btn {
    font-size: 16px;
    border-radius: 6px;
  }
}
.site-form-section[data-location=career-site-form] .site-form-address__list {
  margin-bottom: 20px;
}
.site-form-section[data-location=career-site-form] .site-address-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.site-form-section[data-location=career-site-form] .site-address-list__item:last-child {
  margin-bottom: 0;
}
.site-form-section[data-location=career-site-form] .site-address-item__img {
  background: #fff;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-form-section[data-location=career-site-form] .site-adress-item__content {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.site-form-section[data-location=career-site-form] .checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: black;
  cursor: pointer;
  line-height: 140%;
}
@media (max-width: 800px) {
  .site-form-section[data-location=career-site-form] .checkbox-label {
    align-items: flex-start;
  }
}
@media (max-width: 620px) {
  .site-form-section[data-location=career-site-form] .checkbox-label {
    font-size: 12px;
  }
}
.site-form-section[data-location=career-site-form] .checkbox-label .checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.site-form-section[data-location=career-site-form] .checkbox-label .checkbox-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-right: 10px;
  transition: all 0.3s;
  background-color: #ffffff;
}
@media (max-width: 620px) {
  .site-form-section[data-location=career-site-form] .checkbox-label .checkbox-custom {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
.site-form-section[data-location=career-site-form] .checkbox-label .checkbox-custom .checkbox-icon {
  position: relative;
  top: 2px;
  display: none;
}
.site-form-section[data-location=career-site-form] .checkbox-label .checkbox-input:checked + .checkbox-custom .checkbox-icon {
  display: block;
}
.site-form-section[data-location=career-site-form] .checkbox-label a, .site-form-section[data-location=career-site-form] .checkbox-label a:visited {
  color: black;
  font-weight: 700;
}

h3 {
  font-weight: 600;
}

.calendar-section[data-location=calendar-main-page] .calendar {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 47.99875em) {
  .calendar-section[data-location=calendar-main-page] .calendar {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .calendar-section[data-location=calendar-main-page] .calendar {
    width: 90%;
  }
}

.calendar {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.calendar header {
  display: flex;
  padding: 22px 34px;
  background: black;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.calendar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.calendar ul > li {
  width: 14.2857142857%;
  padding: 25px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
@media (max-width: 29.99875em) {
  .calendar ul > li {
    padding: 12px;
  }
}
.calendar ul > li span {
  position: relative;
  z-index: 2;
}

#prev {
  margin-right: 10px;
}

#prev, #next {
  width: 40px;
  height: 40px;
  transition: all 300ms linear;
  position: relative;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
}

#prev::before, #next::before {
  content: "";
  width: 25%;
  height: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 300ms linear;
}

@media (hover: hover) {
  #prev:hover, #next:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
.dates > li.today::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  border: 2px solid #FFDD01;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
}

.dates > li.has-children::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: #FFDD01;
  border-radius: 50%;
}

@media (hover: hover) {
  .dates > li:hover {
    color: #fff;
  }
  .dates > li.inactive:hover {
    color: #fff;
  }
  .dates > li:hover::before {
    content: "";
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    border-color: #626262;
    background: #626262;
    border-radius: 50%;
  }
}
.dates > li.inactive {
  color: #626262;
}

.dates .modal {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
  background: #f9f9f9;
  padding: 20px;
  display: block;
  border-radius: 10px;
  min-width: 300px;
  top: 100%;
}
@media (max-width: 29.99875em) {
  .dates .modal {
    min-width: 200px;
  }
}

.dates .modal.close {
  display: none;
}

.calendar .event-list__modal-menu {
  display: block;
  margin-top: 20px;
}
.calendar .event-list__modal-item {
  width: 100%;
  color: black;
  text-align: left;
  padding: 10px 0;
}
.calendar .event-list__modal-title {
  color: black;
  margin-bottom: 5px;
}
@media (max-width: 29.99875em) {
  .calendar .event-list__modal-title {
    margin-top: 20px;
  }
}
.calendar .event-list__modal-close {
  position: absolute;
  top: 10px;
  color: black;
  right: 10px;
}

.event-list[data-location=event-list-component-on-calendar].no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1300px) {
  .event-list[data-location=event-list-component-on-calendar].no-data {
    margin-top: 220px;
  }
}
@media (max-width: 29.99875em) {
  .event-list[data-location=event-list-component-on-calendar] .event-list__title {
    font-size: 30px;
  }
}
.event-list[data-location=event-list-component-on-calendar] .event-list__menu {
  margin-top: 20px;
}
.event-list[data-location=event-list-component-on-calendar] .event-list__item {
  color: var(--, #212121);
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.event-list[data-location=event-list-component-on-calendar] .event-list__item h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.news-list[data-location=components-news-list] .news-list__slide {
  height: auto;
  cursor: pointer;
}
.news-list[data-location=components-news-list] .news-list-slide {
  font-family: "Roboto";
}
@media (min-width: 47.99875em) {
  .news-list[data-location=components-news-list] .news-list-slide__list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 48%);
  }
}
.news-list[data-location=components-news-list] .news-list-slide__item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #626262;
}
@media (max-width: 1300px) {
  .news-list[data-location=components-news-list] .news-list-slide__item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.news-list[data-location=components-news-list] .news-list-slide-item__subtitle {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.news-list[data-location=components-news-list] .news-list-slide-item__title {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-list[data-location=components-news-list] .news-list-slide-item__labels {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #B2B2B2;
  gap: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.news-list[data-location=components-news-list] .news-list-slide-item__link {
  color: #212121;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #212121;
  font-style: normal;
  transition: all 300ms linear;
  font-weight: 600;
  line-height: normal;
}
@media (hover: hover) {
  .news-list[data-location=components-news-list] .news-list-slide-item__link:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.news-list[data-location=components-news-list] .components-news-list-pag-block {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1300px) {
  .news-list[data-location=components-news-list] .components-news-list-pag-block {
    margin-top: 20px;
  }
}
.news-list[data-location=components-news-list] .components-news-list-pag-block__prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #212121;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .news-list[data-location=components-news-list] .components-news-list-pag-block__prev {
    display: none;
  }
}
.news-list[data-location=components-news-list] .components-news-list-pag-block__bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list[data-location=components-news-list] .components-news-list-pag-block__bullets .swiper-pagination-bullet {
  width: 6.6px;
  height: 6.6px;
  background: #A9A9A9;
  opacity: 1;
}
.news-list[data-location=components-news-list] .components-news-list-pag-block__bullets .swiper-pagination-bullet-active {
  background: #000;
  width: 10px;
  height: 10px;
}
.news-list[data-location=components-news-list] .components-news-list-pag-block__next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #212121;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .news-list[data-location=components-news-list] .components-news-list-pag-block__next {
    display: none;
  }
}

.career-result-modal[data-location=career-result-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.54);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.career-result-modal[data-location=career-result-modal] .result-modal__content {
  position: relative;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.career-result-modal[data-location=career-result-modal] .text-wrapper {
  text-align: center;
  padding: 25px;
  padding-top: 0;
}
.career-result-modal[data-location=career-result-modal] .text-wrapper__error {
  color: #2e7d32;
  font-size: 18px;
  margin: 0;
}
.career-result-modal[data-location=career-result-modal] .text-wrapper__success {
  color: #d32f2f;
  font-size: 16px;
  margin: 0;
}
.career-result-modal[data-location=career-result-modal] .header-wrapper {
  display: flex;
  justify-content: end;
  margin: 0 0 20px 0;
}

@charset "UTF-8";
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item {
  border-radius: 20px;
  overflow: hidden;
  height: calc(50% - 20px);
  width: calc(50% - 20px);
  padding: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 560px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1300px) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item {
    width: 100%;
    min-height: 400px;
    padding: 20px;
  }
}
@media (max-width: 47.99875em) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item {
    min-height: 360px;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* степень затемнения: 0.4 */
  z-index: 1;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__title {
  width: 60%;
  color: #FFF;
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__title {
    font-size: 24px;
  }
}
@media (max-width: 47.99875em) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__title {
    font-size: 20px;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__desc {
  color: #FFF;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__desc {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 47.99875em) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__desc {
    font-size: 14px;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 51px;
}
@media (max-width: 1300px) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__actions {
    margin-top: 30px;
  }
}
@media (max-width: 47.99875em) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__actions {
    margin-top: 20px;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item.small {
  background: #212121;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item.small .efir-swiper-small__image {
  width: 250px;
  height: 250px;
  flex: 0 0 auto;
  border: 1px solid #FFDD01;
  border-radius: 50%;
  margin-left: auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 1300px) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item.small .efir-swiper-small__image {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 47.99875em) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item.small .efir-swiper-small__image {
    width: 150px;
    height: 150px;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item.small .efir-swiper-item__actions {
  margin-top: 51px;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__more {
  background: #FFDD01;
  padding: 18px 22px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  color: #212121;
  font-weight: 600;
  font-family: "Roboto";
  opacity: 0.7;
  transition: opacity 0.3s;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__more:hover {
  opacity: 1;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__media-btn {
  background: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__media-btn svg {
  margin-left: 5px;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper__slide .efir-swiper__item .efir-swiper-item__media-btn:hover {
  transform: scale(1.1);
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc .efir-swiper__slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  gap: 20px;
  justify-content: start;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  color: #212121;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__prev:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__bullets .swiper-pagination-bullet {
  width: 6.6px;
  height: 6.6px;
  opacity: 1;
  background: #A9A9A9;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__bullets .swiper-pagination-bullet-active {
  background: #212121;
  height: 10px;
  width: 10px;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  color: #212121;
  transition: all 300ms linear;
}
@media (hover: hover) {
  .efir-cards-swiper[data-location=efir-card-component] .efir-swiper-pc__next:hover {
    background: #FFDD01;
    border-color: #FFDD01;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-tablet .efir-swiper__slide {
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  gap: 20px;
  justify-content: start;
}
.efir-cards-swiper[data-location=efir-card-component] .efir-swiper-mobile .efir-swiper__slide {
  height: auto;
}
.efir-cards-swiper[data-location=efir-card-component] .efirs-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.efir-cards-swiper[data-location=efir-card-component] .efirs-swiper-pagination .efirs-swiper-bullets {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .efir-cards-swiper[data-location=efir-card-component] .efirs-swiper-pagination .efirs-swiper-bullets {
    margin-top: 30px;
  }
}
.efir-cards-swiper[data-location=efir-card-component] .efirs-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #A9A9A9;
}
.efir-cards-swiper[data-location=efir-card-component] .efirs-swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #212121;
}
