.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  height: calc(100vh + 120px);
  height: calc(100vh + 120px); }

.motto__block {
  position: absolute;
  bottom: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 720px;
  width: 100%;
  z-index: 3; }
  .motto__block h2 {
    min-height: 50px;
    min-width: 50px;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
    text-align: center;
    margin: 0; }

@media (max-width: 1049px) {
  .motto__block {
    max-width: 630px; }
    .motto__block h2 {
      font-size: 40px; } }

@media (max-width: 640px) {
  .motto__block {
    max-width: 310px; }
    .motto__block h2 {
      font-size: 20px; } }

.scroll__bottom {
  position: absolute;
  bottom: 170px;
  right: clamp(20px, 3.3vw, 65px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  z-index: 3; }
  .scroll__bottom .text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left; }
  .scroll__bottom .icon__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: var(--col-qui);
    color: var(--col-pri);
    -webkit-transition: ease 0.4s background;
    -o-transition: ease 0.4s background;
    transition: ease 0.4s background; }
    .scroll__bottom .icon__wrap img {
      -webkit-transition: ease 0.4s transform;
      -o-transition: ease 0.4s transform;
      transition: ease 0.4s transform;
      width: 12px; }
  .scroll__bottom:focus-within .icon__wrap, .scroll__bottom:hover .icon__wrap {
    background: #fff; }
    .scroll__bottom:focus-within .icon__wrap img, .scroll__bottom:hover .icon__wrap img {
      -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
      transform: translateY(20%); }

@media (max-width: 1049px) {
  .scroll__bottom {
    bottom: 100px; } }

@media (max-width: 550px) {
  .scroll__bottom .text {
    display: none; } }

.hero__link__item {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(190px, -50%);
  -ms-transform: translate(190px, -50%);
  transform: translate(190px, -50%);
  z-index: 3;
  width: 337px;
  height: 65px;
  border-radius: 32.5px 0px 0px 32.5px;
  background: #003f5f;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
  border: 2px solid #003f5f;
  color: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px; }
  .hero__link__item:focus-within, .hero__link__item:hover {
    border-color: #fff;
    -webkit-transform: translate(2px, -50%);
    -ms-transform: translate(2px, -50%);
    transform: translate(2px, -50%); }

.hero__link__item__image {
  width: 123px;
  height: 29px; }
  .hero__link__item__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain; }

.hero__link__item__text {
  font-size: 16px;
  font-weight: normal;
  color: #fff; }

@media (max-width: 1049px) {
  .hero__link__item {
    top: 60px;
    -webkit-transform: translate(190px, 0%);
    -ms-transform: translate(190px, 0%);
    transform: translate(190px, 0%); }
    .hero__link__item:focus-within, .hero__link__item:hover {
      border-color: #fff;
      -webkit-transform: translate(2px, 0%);
      -ms-transform: translate(2px, 0%);
      transform: translate(2px, 0%); } }

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0.2; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.1; } }

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0.2; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.1; } }

.home__wrapper {
  position: relative; }
  .home__wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -173px;
    width: 784px;
    height: 784px;
    background: var(--col-qui);
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.1;
    -webkit-animation: upDown 15s infinite ease-in-out;
    animation: upDown 15s infinite ease-in-out; }

.welcome__block {
  position: relative;
  padding: 50px 20px 25px;
  z-index: 1; }

.welcome__inner__wrap {
  gap: 30px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.welcome__item__text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 600px; }

.welcome__item__heading {
  font-size: 46px;
  margin: 0;
  color: var(--col-pri);
  font-weight: normal;
  line-height: 1.2; }

.welcome__item__text {
  color: #000;
  font-size: 16px;
  margin: 20px 0 40px; }

.welcome .no__cookies {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2); }

.welcome__video__wrap {
  position: relative;
  width: 660px;
  height: 660px; }

.welcome__block .admin_edit_buttons {
  display: block; }
  .welcome__block .admin_edit_buttons .admin_hover_button {
    z-index: 10; }

.welcome__item__image {
  height: 100%;
  width: 100%;
  background: none;
  border-radius: 100%;
  border: 85px solid var(--col-qua); }
  .welcome__item__image.admin_editable {
    background: none; }
  .welcome__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7); }

.welcome__content {
  display: none; }

.welcome__media__video__popout {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  white-space: nowrap; }
  .welcome__media__video__popout svg {
    font-size: 100px;
    color: currentColor;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .welcome__media__video__popout:focus-within svg, .welcome__media__video__popout:hover svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

@media (max-width: 1350px) {
  .welcome__video__wrap {
    width: 350px;
    height: 350px; }
    .welcome__video__wrap .welcome__item__image {
      border-width: 46px; }
  .welcome__media__video__popout {
    font-size: 14px; }
    .welcome__media__video__popout svg {
      font-size: 50px; } }

@media (max-width: 1049px) {
  .welcome__inner__wrap,
  .welcome__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .welcome__item__text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 640px) {
  .welcome__video__wrap {
    width: 260px;
    height: 260px; }
    .welcome__video__wrap .welcome__item__image {
      border-width: 20px; }
  .welcome__item__heading {
    font-size: 28px; } }

.statistics__block {
  position: relative;
  padding: 25px 20px 50px;
  z-index: 1; }
  .statistics__block .heading {
    font-size: 46px;
    font-weight: 600;
    color: var(--col-pri);
    text-align: center; }

.statistics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto; }

.statistics__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 230px; }

.statistics__item__number {
  font-size: 86px;
  font-weight: 600;
  color: var(--col-pri); }

.statistics__item__name {
  font-size: 26px;
  font-weight: 600;
  color: #000; }

@media (max-width: 1049px) {
  .statistics__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 640px) {
  .statistics__block .heading {
    font-size: 28px; }
  .statistics__item__number {
    font-size: 40px; } }

.statistics__block .wave__top {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1; }

.about__block {
  position: relative;
  padding: 170px 20px 150px;
  background: url(../images/design/footer-bg.svg) bottom -1000px left -548px no-repeat var(--col-pri);
  background-attachment: fixed; }

@media (max-width: 1049px) {
  .about__block {
    background-position: bottom -1000px left -990px; } }

.about__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.about__item__text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 600px; }

.about__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 46px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.2; }
  .about__item__heading svg {
    font-size: 30px;
    margin-right: 10px; }

.about__item__text {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 40px; }

.about__item__image {
  width: 513px;
  height: 513px;
  border-radius: 100%;
  overflow: hidden; }
  .about__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.button__link.about__item__cta > span,
.button__link.about__item__cta > a {
  background: #fff;
  color: var(--col-pri); }
  .button__link.about__item__cta > span:after,
  .button__link.about__item__cta > a:after {
    color: currentColor; }
  .button__link.about__item__cta > span:focus-within, .button__link.about__item__cta > span:hover,
  .button__link.about__item__cta > a:focus-within,
  .button__link.about__item__cta > a:hover {
    background: var(--col-pri);
    color: #fff;
    border-color: #fff; }
    .button__link.about__item__cta > span:focus-within:after, .button__link.about__item__cta > span:hover:after,
    .button__link.about__item__cta > a:focus-within:after,
    .button__link.about__item__cta > a:hover:after {
      color: #fff; }

@media (max-width: 1200px) {
  .about__item__image {
    width: 350px;
    height: 350px; } }

@media (max-width: 1049px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .about__item__text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 640px) {
  .about__item__image {
    width: 260px;
    height: 260px; }
  .about__item__heading {
    font-size: 28px; } }

.about__block .wave__bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 1; }

.home__vacancies__block {
  position: relative;
  padding: 50px 20px;
  background: #fff; }
  .home__vacancies__block:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 60px;
    width: 503px;
    height: 503px;
    background: var(--col-ter);
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.1;
    -webkit-animation: upDown 15s infinite ease-in-out;
    animation: upDown 15s infinite ease-in-out; }

.home__vacancies__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home__vacancies__item__text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 600px; }

.home__vacancies__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 46px;
  margin: 0;
  color: var(--col-pri);
  font-weight: 600;
  line-height: 1.2; }
  .home__vacancies__item__heading svg {
    font-size: 30px;
    margin-right: 10px; }

.home__vacancies__item__text {
  color: #000;
  font-size: 16px;
  margin: 20px 0 40px; }

.home__vacancies__item__image {
  width: 657px;
  height: 657px;
  border-radius: 100%;
  overflow: hidden; }
  .home__vacancies__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    border: 85px solid var(--col-qua); }

@media (max-width: 1350px) {
  .home__vacancies__item__image {
    width: 350px;
    height: 350px; }
    .home__vacancies__item__image img {
      border-width: 20px; } }

@media (max-width: 1049px) {
  .home__vacancies__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .home__vacancies__item__text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 640px) {
  .home__vacancies__item__image {
    width: 260px;
    height: 260px; }
    .home__vacancies__item__image img {
      border-width: 34px; }
  .home__vacancies__item__heading {
    font-size: 28px; } }

.home__vacancies__block .wave__top {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1; }

.train__block {
  position: relative;
  padding: 170px 20px 150px;
  background: url(../images/design/footer-bg.svg) bottom -1000px left -548px no-repeat var(--col-qua);
  background-attachment: fixed; }

@media (max-width: 1049px) {
  .train__block {
    background-position: bottom -1000px left -990px; } }

.train__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.train__item__text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 600px; }

.train__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 46px;
  margin: 0;
  color: var(--col-pri);
  font-weight: 600;
  line-height: 1.2; }
  .train__item__heading svg {
    font-size: 30px;
    margin-right: 10px; }

.train__item__text {
  color: #000;
  font-size: 16px;
  margin: 20px 0 40px; }

.train__item__image {
  width: 513px;
  height: 513px;
  border-radius: 100%;
  overflow: hidden; }
  .train__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 1200px) {
  .train__item__image {
    width: 350px;
    height: 350px; } }

@media (max-width: 1049px) {
  .train__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .train__item__text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 640px) {
  .train__item__image {
    width: 260px;
    height: 260px; }
    .train__item__image img {
      border-width: 34px; }
  .train__item__heading {
    font-size: 28px; } }

.train__block .wave__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.news__block {
  position: relative;
  padding: 100px 20px 80px; }
  .news__block:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 40px;
    width: 737px;
    height: 737px;
    background: var(--col-ter);
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.1;
    -webkit-animation: upDown 15s infinite ease-in-out;
    animation: upDown 15s infinite ease-in-out; }
  .news__block .swiper__navigation__button {
    top: 100px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: var(--col-qui);
    color: var(--col-pri);
    border-color: var(--col-qui); }
    .news__block .swiper__navigation__button:focus-within, .news__block .swiper__navigation__button:hover {
      background: var(--col-pri);
      border-color: var(--col-pri);
      color: #fff; }

.heading__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 80px;
  z-index: 1; }

.heading {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  color: var(--col-pri); }

.social {
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.social__item:focus-within .social__item__cta span, .social__item:hover .social__item__cta span {
  text-decoration: underline; }

.social__item:focus-within .social__item__cta:after, .social__item:hover .social__item__cta:after {
  text-decoration: none; }

.social__item__image {
  width: 100%;
  height: 236px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px; }

.social__item__content__name {
  font-size: 16px;
  font-weight: 600;
  color: var(--col-pri); }

.social__item__content__date {
  font-size: 16px;
  color: #000;
  margin: 20px 0 10px; }

.social__item__content__info__title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.social__item__cta {
  position: relative;
  height: 55px;
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  color: var(--col-pri); }
  .social__item__cta:after {
    content: '\f0a9';
    color: var(--col-pri);
    font-family: 'fontAwesome';
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    text-decoration: none !important; }

.homepage__news__pager.swiper__pagination {
  background: rgba(0, 63, 95, 0.3);
  margin-top: 40px; }
  .homepage__news__pager.swiper__pagination > span {
    background: rgba(0, 63, 95, 0.3); }
    .homepage__news__pager.swiper__pagination > span:after {
      border-color: var(--col-pri); }
    .homepage__news__pager.swiper__pagination > span.swiper-pagination-bullet-active {
      background: var(--col-pri); }

@media (max-width: 1049px) {
  .news__block .heading__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    gap: 20px; } }

@media (max-width: 640px) {
  .news__block .heading {
    font-size: 28px; } }

@media (max-width: 450px) {
  .social {
    padding: 0; } }
