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

* {
  font-family: 'Roboto Regular', sans-serif;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  padding-bottom: 50px;
}

.breadcrumbs.small-padding {
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__element {
  padding-right: 15px;
  line-height: 24px;
  color: #b0b0b0;
  text-transform: uppercase;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.breadcrumbs__element a {
  transition: .3s;
  font-size: 10px;
  line-height: 24px;
  color: #b0b0b0;
  text-transform: uppercase;
  font-family: 'Roboto Bold', sans-serif;
  letter-spacing: 1px;
}

.breadcrumbs__element a:hover {
  cursor: pointer;
  color: #888888;
}

.breadcrumbs__element-arrow {
  line-height: 20px;
}

.team {
  display: flex;
}

.team__header {
  padding-top: 15px !important;
  padding-bottom: 40px !important;
}

.team-tabs {
  border-bottom: 1px solid #daeaeb;
  overflow: auto;
}

.team-tabs__wrapper {
  display: flex;
  width: 550px;
}

.team-tabs__element {
  margin-right: 50px;
  padding-bottom: 20px;
  color: #b0b0b0;
  transition: .3s;
}

.team-tabs__element:hover {
  border-bottom: 2px solid #50c2c9;
  cursor: pointer;
}

.team-tabs__element-active {
  color: #2b2b2b;
  border-bottom: 2px solid #50c2c9;
}

.organizers-content {
  width: calc(100% - 300px);
}

.team-social {
  margin-left: 0 !important;
  margin-top: 20px !important;
}

@media (max-width: 991px) {
  .organizers-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .team-social {
    justify-content: flex-start !important;
    flex-flow: row !important;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}

@media screen and (min-width: 1575px) {
  .container {
    max-width: 1575px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 10px;
  }
}

.bold {
  font-weight: bold;
}

.overflow-hidden {
  overflow: hidden !important;
}

.round-img {
  border-radius: 30px;
}

.hide {
  display: none !important;
}

.show {
  opacity: 1 !important;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url("../assets/fonts/Roboto-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Roboto-Regular.woff2") format("woff2"), url("../assets/fonts/Roboto-Regular.woff") format("woff"), url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url("../assets/fonts/Roboto-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Roboto-Medium.woff2") format("woff2"), url("../assets/fonts/Roboto-Medium.woff") format("woff"), url("../assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url("../assets/fonts/Roboto-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Roboto-Bold.woff2") format("woff2"), url("../assets/fonts/Roboto-Bold.woff") format("woff"), url("../assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

.side-bar {
  width: 200px;
  margin-right: 100px;
  position: relative;
}

@media screen and (min-width: 1976px) {
  .side-bar {
    position: static;
  }
}

@media screen and (max-width: 1024px) {
  .side-bar__about {
    margin-right: 40px;
  }
}

.side-bar__menu-element > a {
  display: inline-block;
  font-size: 16px;
  color: #b0b0b0;
  line-height: 24px;
  padding: 10px 25px;
  cursor: pointer;
  white-space: nowrap;
  border-left: 3px solid transparent;
  transition: border-left-color 0.3s;
}

.side-bar__menu-element.active > a {
  font-family: "Roboto Bold", sans-serif;
  border-left: 3px solid #50c2c9;
  color: #2b2b2b;
}

.side-bar__menu-element:hover > a {
  border-left: 3px solid #50c2c9;
}

.side-bar__wrapper {
  margin-top: 40px;
}

.side-bar svg {
  width: 50%;
  position: absolute;
  right: 5px;
  top: 425px;
  width: 600px;
  z-index: -1;
}

@media screen and (min-width: 1976px) {
  .side-bar svg {
    left: 0;
    right: none;
    top: 465px;
  }
}

.side-bar img {
  position: absolute;
  top: 400px;
  left: 0;
}

@media screen and (min-width: 1321px) {
  .side-bar img {
    top: 460px !important;
  }
}

.page-title {
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 24px;
  padding: 25px 0;
  width: 210px;
  border-bottom: 1px solid #daeaeb;
}

@media (max-width: 991px) {
  .side-bar {
    display: none !important;
    width: 0;
  }
}

.person {
  position: relative;
  width: 250px;
  margin-bottom: 90px;
  transition: .4s;
}

.person:hover {
  transform: scale(1.04);
}

.person-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  opacity: 0;
  display: none;
}

.person-list__active {
  display: flex;
  opacity: 1;
}

.person-list__wrapper {
  display: flex;
  opacity: 1;
}

.person__position {
  font-size: 16px;
  color: #b0b0b0;
  width: 90%;
  min-height: 20px;
}

.person__full-name {
  transition: .3s;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto Bold', sans-serif !important;
}

.person__full-name a {
  color: #2b2b2b;
  transition: .3s;
  font-size: 24px;
  font-family: 'Roboto Bold', sans-serif !important;
}

.person__full-name a:hover {
  cursor: pointer;
  color: #50c2c9;
}

.person__dash {
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
  margin: 14px 0;
}

.person__photo-background {
  width: 230px;
  height: 230px;
  background-color: #dcf3f4;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: 70px;
  transition: .4s;
}

.person__photo {
  position: absolute;
  top: 36px;
  right: 36px;
  transition: .4s;
}

.person__photo-two {
  right: 39px;
  top: 37px;
}

.person__photo-three {
  top: 26px;
  right: 32px;
}

.person__social {
  display: flex;
  margin-top: 25px;
}

.person__social_element {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50c2c9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #daeaeb;
  transition: .4s;
}

.person__social_element:not(:first-child) {
  margin-left: 20px;
}

.person__social_element:hover {
  cursor: pointer;
  -webkit-animation: moving-btn .5s linear;
          animation: moving-btn .5s linear;
}

@media (max-width: 991px) {
  .footer__logo {
    display: none;
  }
  .footer__content {
    width: 100%;
  }
  .person-list {
    justify-content: space-around !important;
  }
  .person__full-name {
    width: auto;
  }
}

.social {
  display: flex;
  margin: 25px 0;
}

.social-footer {
  margin: 0 !important;
  flex-flow: row !important;
  padding-left: 40px;
}

.social__element {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50c2c9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #daeaeb;
  margin-right: 20px;
  cursor: pointer;
}

.social__element:hover {
  -webkit-animation: moving-btn 0.5s linear;
          animation: moving-btn 0.5s linear;
}

@media (max-width: 767px) {
  .social__element {
    margin-right: 10px;
  }
  -footer {
    padding-left: 0;
  }
}

@-webkit-keyframes moving-btn {
  0% {
    transform: rotate(-20deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes moving-btn {
  0% {
    transform: rotate(-20deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.footer {
  display: flex;
  border-top: 1px solid #DCEBEC;
}

.footer__logo {
  width: 300px;
  padding-top: 20px;
}

.footer__content {
  width: calc(100% - 300px);
}

.footer__contacts {
  padding-bottom: 40px;
  padding-top: 20px;
}

.footer-menu__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #daeaeb;
}

.footer-menu__block {
  flex: 1;
  width: 200px;
}

.footer-menu__title {
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2b2b2b;
}

.footer-menu__element {
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  margin-right: 10px;
  min-width: 200px;
}

.footer-menu__element a {
  color: #787878;
  transition: 0.3s;
}

.footer-menu__element a:hover {
  letter-spacing: 0.5px;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
}

.footer-contacts__title {
  font-weight: bold;
  text-transform: uppercase;
  color: #2b2b2b;
}

.footer-contacts__description {
  color: #787878;
}

.footer-contacts__element {
  min-width: 150px;
  margin-top: 20px;
  flex: 1;
}

@media (max-width: 991px) {
  .footer__logo {
    display: none;
  }
  .footer__content {
    width: 100%;
  }
}

@media (max-width: 619px) {
  .footer-contacts {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-contacts__element {
    min-width: 150px;
  }
  .footer-contacts__element:nth-child(1) {
    min-width: 100% !important;
  }
}

@media (max-width: 500px) {
  .footer {
    padding-left: 10px;
  }
  .social-footer {
    padding-left: 0;
  }
}

@media (max-width: 429px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
    min-width: 300px;
  }
  .footer-menu__element {
    min-width: 140px;
  }
  .footer-menu:nth-child(3) {
    height: 50px;
  }
  .footer-menu__wrapper {
    overflow: hidden;
  }
}

@media (max-width: 400px) {
  .footer-contacts__element {
    width: auto !important;
    min-width: auto !important;
  }
}

.header {
  font-family: 'Roboto Regular', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}

.header__logo {
  width: 90px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header__logo img {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  transition: .5s;
}

.header__logo_hide {
  transform: scale(0);
}

.header__logo_show {
  transform: scale(1);
}

.header__wrapper {
  position: relative;
  z-index: 99;
}

.header__wrapper.fixed {
  box-shadow: 0px 0px 19px 0px #DBDBDB;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 100000;
}

.header__nav {
  margin-left: 95px;
  flex: 1;
  height: 100%;
}

@media screen and (min-width: 1201px) and (max-width: 1575px) {
  .header__nav {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .header__nav {
    margin-left: 30px;
  }
}

.header__nav_list {
  display: flex;
  height: 100%;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  .header__nav_list {
    font-size: 14px;
  }
}

.header__nav_list-link {
  position: relative;
  transition: .3s;
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto Regular', sans-serif;
  color: #7A7A7A;
}

.header__nav_list-link > a {
  transition: .3s;
  color: #7A7A7A;
}

.header__nav_list-link > a:hover {
  color: #000000;
}

@media screen and (min-width: 769px) and (max-width: 963px) {
  .header__nav_list-link {
    padding: 0 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .header__nav_list-link {
    padding: 0 12px;
  }
}

.header__nav_list-link:hover {
  color: #000000;
  cursor: pointer;
}

.header__nav_list-link:hover::before {
  content: '';
  width: 40%;
  height: 2px;
  position: absolute;
  background: #50C2C9;
  bottom: 0px;
}

.header__nav_list-link:hover > a {
  color: #000000;
}

.header__nav_list-link:hover .header__subnav {
  opacity: 1;
  visibility: visible;
}

.header__buttons {
  width: 33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1576px) {
  .header__buttons {
    width: 27%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1575px) {
  .header__buttons {
    width: 38%;
  }
}

@media screen and (max-width: 1200px) {
  .header__buttons {
    width: 36%;
  }
}

@media screen and (max-width: 1024px) {
  .header__buttons {
    width: 43%;
  }
}

@media screen and (max-width: 992px) {
  .header__buttons {
    width: 41%;
  }
}

@media screen and (max-width: 768px) {
  .header__buttons {
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
  }
}

.header__buttons.mobile {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__buttons.mobile {
    display: none;
  }
}

.header__buttons_button {
  transition: .3s;
  padding: 0 40px;
  height: 40px;
  outline: none;
  background: #ffffff;
  border: 1px solid #50C2C9;
  border-radius: 30px;
  color: #50C2C9;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .header__buttons_button {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 963px) {
  .header__buttons_button {
    white-space: nowrap;
    padding: 0 20px;
  }
  .header__buttons_button:last-child {
    margin-left: 10px;
  }
}

@media screen and (max-width: 992px) {
  .header__buttons_button {
    padding: 0 11px;
  }
}

.header__buttons_button:hover {
  background: #50C2C9;
  cursor: pointer;
  color: #ffffff;
}

.header__buttons_language {
  display: flex;
}

.header__buttons_language span:first-child {
  font-weight: 500;
  font-size: 14px;
}

.header__buttons_language .img_lang {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 3px;
}

.header__subnav {
  padding: 50px 30px;
  background: #ffffff;
  position: absolute;
  left: 29%;
  z-index: 5;
  border: 1px solid #E8F2F2;
  opacity: 0;
  transition: .2s;
  width: 232px;
  visibility: hidden;
  top: 90px;
}

@media screen and (max-width: 1024px) {
  .header__subnav {
    bottom: -534%;
  }
}

.header__subnav_item-link {
  text-transform: uppercase;
  color: #7A7A7A;
  transition: .3s;
  font-weight: bold;
  font-size: 15px;
}

.header__subnav_item-link:hover {
  color: #000000;
}

.header__subnav_item:not(:last-child) {
  margin-bottom: 28px;
}

.info__main {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .info__main {
    display: block;
  }
}

.info__main__wrapper {
  position: relative;
  background-color: #ABCED0;
  border-radius: 30px;
  width: 95.5%;
  padding: 135px 208px;
  color: #fff;
}

@media screen and (min-width: 1201px) and (max-width: 1574px) {
  .info__main__wrapper {
    width: 93%;
  }
}

@media screen and (max-width: 1024px) {
  .info__main__wrapper {
    width: 92%;
    padding: 135px 150px;
  }
}

@media screen and (max-width: 769px) {
  .info__main__wrapper {
    width: 100%;
    padding: 50px 20px;
  }
}

.info__main__wrapper_text {
  width: 50%;
  display: flex;
  flex-flow: column;
  transition: opacity 0.5s;
}

.info__main__wrapper_text.js-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .info__main__wrapper_text {
    width: 65%;
  }
}

@media screen and (max-width: 500px) {
  .info__main__wrapper_text {
    width: 100%;
  }
}

.info__main__wrapper_text .sub-title {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D9E9EA;
}

@media screen and (max-width: 768px) {
  .info__main__wrapper_text .sub-title {
    font-size: 17px;
  }
}

.info__main__wrapper_text .title {
  margin-top: 40px;
  font-weight: bold;
  font-size: 54px;
}

@media screen and (max-width: 325px) {
  .info__main__wrapper_text .title {
    font-size: 45px;
  }
}

.info__main__wrapper_text .description {
  margin-top: 40px;
  font-size: 17px;
  color: #D9E9EA;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .info__main__wrapper_text .description {
    font-size: 22px;
  }
}

@media screen and (max-width: 352px) {
  .info__main__wrapper_text .description {
    font-size: 18px;
  }
}

.info__main__wrapper_text .about-organization {
  border-radius: 35px;
  padding: 22px 45px;
  color: #fff;
  border: 1px solid #fff;
  width: 213px;
  transition: 0.3s;
}

.info__main__wrapper_text .about-organization:hover {
  color: #ABCED0;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .info__main__wrapper_text .about-organization {
    font-size: 20px;
    width: 243px;
  }
}

@media screen and (max-width: 500px) {
  .info__main__wrapper_text .about-organization {
    align-self: center;
  }
}

.info__main__buttons {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 3.5%;
  align-items: flex-start;
  margin-left: 10px;
}

@media screen and (min-width: 1201px) and (max-width: 1574px) {
  .info__main__buttons {
    width: 4.5%;
  }
}

@media screen and (max-width: 1024px) {
  .info__main__buttons {
    width: 6.5%;
  }
}

@media screen and (max-width: 769px) {
  .info__main__buttons_social__wrapper {
    display: none;
  }
}

.info__main__buttons_social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E2EFF0;
}

.info__main__buttons_social.item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
	color: #50c2c9;
}

.info__main__buttons_social.item:hover {
  -webkit-animation: moving-btn 0.5s linear;
          animation: moving-btn 0.5s linear;
}

.info__main__buttons_social.item.facebook {
  position: relative;
  right: 0.5px;
}

.info__main__buttons_social.item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.info__main__buttons_arrows {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}


.info__main__buttons_arrows.item {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #E2EFF0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.info__main__buttons_arrows.item:hover img {
  transform: translateX(10%);
}

.info__main__buttons_arrows.item:hover.left img {
  transform: translateX(-10%);
}

.info__main__buttons_arrows.item img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}

@media screen and (max-width: 769px) {
  .info__main__buttons_arrows {
    position: absolute;
    flex-flow: row;
    right: 10px;
  }
}

.news {
  margin-top: 20px;
}

.news__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 0 0;
}

@media screen and (max-width: 768px) {
  .news__wrapper {
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
  }
}

.news__item {
  display: flex;
  flex-flow: column;
  width: 23%;
  transition: .3s;
}

.news__item:hover {
  transform: scale(1.03);
}

@media screen and (min-width: 1201px) and (max-width: 1574px) {
  .news__item {
    width: 31%;
  }
}

@media screen and (min-width: 1282px) and (max-width: 1574px) {
  .news__item {
    width: 24%;
  }
}

@media screen and (max-width: 1200px) {
  .news__item {
    width: 31%;
  }
}

@media screen and (max-width: 1024px) {
  .news__item {
    width: 23%;
  }
}

@media screen and (max-width: 768px) {
  .news__item {
    width: 70%;
  }
  .news__item:not(:first-child) {
    margin-top: 45px;
  }
}

@media screen and (max-width: 500px) {
  .news__item {
    width: 100%;
    margin-top: 45px;
  }
}

.news__item a {
  transition: .3s;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Roboto Bold', sans-serif;
  color: #2b2b2b;
}

.news__item a:hover {
  color: #50C2C9;
}

@media screen and (max-width: 768px) {
  .news__item a {
    font-size: 22px;
  }
}

@media screen and (max-width: 1281px) {
  .news__item.hiden {
    display: none;
  }
}

.news__item_img {
  border-radius: 35px;
  height: 277px;
}

@media screen and (max-width: 1700px) {
  .news__item_img {
    height: 240px;
  }
}

@media screen and (max-width: 1500px) {
  .news__item_img {
    height: 195px;
  }
}

@media screen and (max-width: 1100px) {
  .news__item_img {
    height: 235px;
  }
}

@media screen and (max-width: 1024px) {
  .news__item_img {
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .news__item_img {
    height: 365px;
  }
}

@media screen and (max-width: 500px) {
  .news__item_img {
    height: 255px;
  }
}

@media screen and (max-width: 325px) {
  .news__item_img {
    height: 210px;
  }
}

.news__item_img.has-cloud-left, .news__item_img.has-cloud-right {
  position: relative;
}

.news__item_img.has-cloud-left img:first-child, .news__item_img.has-cloud-right img:first-child {
  position: relative;
  z-index: 1;
  width: 100%;
}

.news__item_img.has-cloud-left .cloud-left, .news__item_img.has-cloud-right .cloud-left {
  position: absolute;
  bottom: -20px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .news__item_img.has-cloud-left .cloud-left, .news__item_img.has-cloud-right .cloud-left {
    display: none;
  }
}

.news__item_img.has-cloud-left .cloud-right, .news__item_img.has-cloud-right .cloud-right {
  position: absolute;
  top: -40px;
  right: -25px;
}

@media screen and (max-width: 768px) {
  .news__item_img.has-cloud-left .cloud-right, .news__item_img.has-cloud-right .cloud-right {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .news__item_img.has-cloud-left .cloud-right, .news__item_img.has-cloud-right .cloud-right {
    right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .news__item_img.has-cloud-left .cloud-right.three, .news__item_img.has-cloud-right .cloud-right.three {
    display: none;
  }
}

.news__item_img img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}

.news__item_date {
  color: #b0b0b0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .news__item_date {
    font-size: 16px;
  }
}

.news__item_date .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #50C2C9;
  margin-left: 8px;
}

.news__item_date .type {
  margin-left: 8px;
}

.news__item_title {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Roboto Bold', sans-serif;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .news__item_title {
    font-size: 22px;
  }
}

.news__item_description {
  color: #787878;
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .news__item_description {
    font-size: 20px;
  }
}

.volonter {
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  .volonter {
    margin-top: 110px;
  }
}

.volonter__main {
  display: flex;
  justify-content: center;
}

.volonter__wrapper {
  display: flex;
  width: 53%;
  justify-content: space-around;
}

@media screen and (max-width: 1280px) {
  .volonter__wrapper {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .volonter__wrapper {
    width: 72%;
  }
}

@media screen and (max-width: 768px) {
  .volonter__wrapper {
    width: 100%;
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .volonter__wrapper {
    overflow: hidden;
  }
}

.volonter__text {
  width: 48%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .volonter__text {
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .volonter__text {
    width: 75%;
  }
}

@media screen and (max-width: 500px) {
  .volonter__text {
    width: 100%;
  }
}

.volonter__text_title {
  font-size: 12px;
  text-transform: uppercase;
  color: #50c2c8;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: 'Roboto Bold', sans-serif;
}

@media screen and (max-width: 768px) {
  .volonter__text_title {
    margin-bottom: 100px;
    margin-top: 30px;
    font-size: 15px;
  }
}

@media screen and (max-width: 325px) {
  .volonter__text_title {
    font-size: 15px;
  }
}

.volonter__text_quote {
  font-size: 20px;
  color: #2b2b2b;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .volonter__text_quote {
    font-size: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .volonter__text_quote {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .volonter__text_quote {
    text-align: center;
    font-size: 21px;
  }
}

@media screen and (max-width: 500px) {
  .volonter__text_quote {
    text-align: center;
  }
}

.volonter__text_quote .quote {
  position: absolute;
  top: -5px;
  left: -80px;
}

@media screen and (max-width: 768px) {
  .volonter__text_quote .quote {
    top: -68px;
    left: 154px;
  }
}

@media screen and (max-width: 500px) {
  .volonter__text_quote .quote {
    top: -70px;
    left: 110px;
  }
}

@media screen and (max-width: 325px) {
  .volonter__text_quote .quote {
    left: 130px;
  }
}

.volonter__text_date {
  font-size: 14px;
  color: #b0b0b0;
  display: flex;
  align-items: center;
  margin-top: 60px;
  align-self: flex-end;
  margin-right: 20px;
}

@media screen and (max-width: 325px) {
  .volonter__text_date {
    margin-top: 40px;
    font-size: 16px;
  }
}

.volonter__text_date .line {
  width: 20px;
  height: 2px;
  background-color: #b0b0b0;
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .volonter__text_date {
    align-self: auto;
  }
}

.volonter__image {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 22px 22px 35px 22px;
  box-shadow: 0px 0px 4px 3px #F0F0F0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .volonter__image {
    order: -1;
  }
}

.volonter__image_photo {
  width: 230px;
  height: 230px;
}

@media screen and (max-width: 325px) {
  .volonter__image_photo {
    width: 179px;
    height: 170px;
  }
}

.volonter__image_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 230px;
  height: 230px;
}

@media screen and (max-width: 325px) {
  .volonter__image_photo img {
    width: 170px;
    height: 170px;
  }
}

.volonter__image_name {
  font-size: 16px;
  color: #50c2c8;
  margin-top: 20px;
  font-family: 'Roboto Bold', sans-serif;
}

.volonter .cloud {
  position: absolute;
  z-index: 1;
}

.volonter .cloud-small {
  top: 60%;
  right: -34%;
}

@media screen and (max-width: 500px) {
  .volonter .cloud-small {
    top: 60%;
    right: -25%;
  }
}

.volonter .cloud-medium {
  top: 15%;
  left: -44%;
}

.volonter .cloud-big {
  top: -3%;
  right: -74%;
}

@media screen and (max-width: 500px) {
  .volonter .cloud-big {
    top: -3%;
    right: -67%;
  }
}

@media screen and (max-width: 1024px) {
  .volonter .cloud-big {
    width: 47%;
    top: -3%;
    right: -57%;
  }
}

.volonter .cloud-lines {
  left: -12px;
}

@media screen and (max-width: 500px) {
  .volonter .cloud-lines {
    top: 0;
  }
}

@media screen and (max-width: 325px) {
  .volonter .cloud-lines {
    width: 122%;
  }
}

.partners {
  display: flex;
  margin-top: 100px;
}

.partners_partners {
  margin-top: 0;
}

.partners__wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.partners__wrapper h1 {
  font-size: 44px;
  margin-top: 25px;
  width: 58%;
}

@media screen and (max-width: 768px) {
  .partners__wrapper h1 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .partners__wrapper h1 {
    font-size: 36px;
    text-align: center;
  }
}

.partners__wrapper_item {
  min-width: 16%;
  flex-flow: row wrap;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.partners__wrapper_item img:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .partners__wrapper_item {
    min-width: 48%;
  }
}

.partners__wrapper_item:hover {
  cursor: pointer;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .partners__wrapper {
    justify-content: space-around;
  }
}

.partners__block2 {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .partners__block2 {
    order: 1;
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .partners__block2 {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0;
  }
}

.partners__block2 .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: -5px 0 30px 0;
}

@media screen and (max-width: 768px) {
  .partners__block2 .line {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .partners__block2 .line {
    display: block;
  }
}

.partners__block2 .description {
  font-size: 16px;
  color: #474a53;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .partners__block2 .description {
    font-size: 19px;
  }
}

.partners__block2 .become-partner {
  transition: .4s;
  color: #ffffff;
  background-color: #50C2C9;
  height: 60px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82%;
  margin-top: 45px;
  font-size: 16px;
  font-weight: bolder;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .partners__block2 .become-partner {
    width: 100%;
    font-size: 20px;
  }
}

.partners__block2 .become-partner:hover {
  background-color: #ffffff;
  color: #50C2C9;
  border: 1px solid #50C2C9;
}

.partners__block1 {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .partners__block1 {
    width: 50%;
    order: 2;
  }
}

@media screen and (max-width: 500px) {
  .partners__block1 {
    width: 100%;
    order: 1;
  }
}

.partners__block1_courator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .partners__block1_courator {
    margin-top: 50px;
  }
}

.partners__block1_courator-info {
  width: 53%;
}

@media screen and (max-width: 325px) {
  .partners__block1_courator-info {
    width: 46%;
  }
}

.partners__block1_courator-info h4 {
  font-size: 16px;
  font-weight: bolder;
  color: #50c2c8;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .partners__block1_courator-info h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 325px) {
  .partners__block1_courator-info h4 {
    font-size: 16px;
  }
}

.partners__block1_courator-info p {
  font-size: 16px;
  color: #2b2b2b;
}

@media screen and (max-width: 768px) {
  .partners__block1_courator-info p {
    font-size: 20px;
  }
}

@media screen and (max-width: 325px) {
  .partners__block1_courator-info p {
    font-size: 14px;
  }
}

.partners-all {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.partners-all__item {
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 23%;
  margin: 85px 0 0 0;
}

.partners-all__item:hover {
  cursor: pointer;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .partners-all__item {
    min-width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .partners-all__item {
    min-width: 100%;
  }
}

.partners-all__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 500px) {
  .partners-all__item img {
    width: 42%;
  }
}

.projects {
  margin: 100px 0;
}

.projects__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .projects__wrapper {
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 60px;
  }
}

.projects__wrapper > a {
  min-width: 32%;
}

.projects__wrapper_item {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4FC0C7;
  border-radius: 35px;
  position: relative;
  transition: 0.3s;
  transform-origin: 50%;
}

@media screen and (min-width: 992px) {
  .projects__wrapper_item:hover {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 768px) {
  .projects__wrapper_item {
    border-radius: 40px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .projects__wrapper_item {
    height: 95px;
  }
}

.projects__wrapper_item span {
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .projects__wrapper_item span {
    margin: 0;
  }
}

.projects__wrapper_item img {
  position: absolute;
  top: -37%;
  left: 33%;
}

@media screen and (min-width: 1201px) and (max-width: 1574px) {
  .projects__wrapper_item img {
    left: 27%;
  }
}

@media screen and (max-width: 1200px) {
  .projects__wrapper_item img {
    top: -37%;
    left: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .projects__wrapper_item img {
    left: 22%;
  }
}

@media screen and (max-width: 768px) {
  .projects__wrapper_item img {
    display: none;
  }
}

.projects__wrapper_item img.unic {
  left: 29%;
  top: -43%;
}

@media screen and (min-width: 1201px) and (max-width: 1574px) {
  .projects__wrapper_item img.unic {
    left: 22%;
  }
}

@media screen and (max-width: 1200px) {
  .projects__wrapper_item img.unic {
    left: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .projects__wrapper_item img.unic {
    left: 17%;
  }
}

.header-title {
  padding: 15px 0 25px 0;
  background-image: url(../assets/images/news/small-cloud.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #ECF4F4;
}

.header-title_text {
  font-size: 24px;
  margin: 10px 40px;
  position: relative;
  top: 10px;
  color: #2b2b2b;
  font-family: 'Roboto Bold', sans-serif;
}

.all-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .all-items {
    margin-top: 50px;
  }
}

.all-items_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-items_button a {
  display: flex;
  align-items: center;
  transition: .3s;
}

.all-items_button a:hover {
  cursor: pointer;
}

.all-items_button a:hover .circle {
  -webkit-animation: moving-plus .5s linear;
          animation: moving-plus .5s linear;
}

.all-items_button a span {
  font-size: 16px;
  color: #50C2C8;
  margin-right: 10px;
  font-family: 'Roboto Bold', sans-serif;
}

.all-items_button a .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #50C2C8;
  color: #fff;
  transition: .4s;
}

.information-plate {
  background-color: #8B7DB8;
  padding: 60px 100px;
  margin-left: 23px;
  width: 77%;
  position: relative;
  border: 1px solid #000000;
  margin-top: 85px;
}

@media screen and (max-width: 1024px) {
  .information-plate {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 768px) {
  .information-plate {
    width: 89%;
  }
}

@media screen and (max-width: 500px) {
  .information-plate {
    padding: 30px 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.information-plate h3 {
  color: #cad1f6;
  font-size: 36px;
  font-family: 'Roboto Bold';
}

@media screen and (max-width: 500px) {
  .information-plate h3 {
    font-size: 23px;
    text-align: center;
  }
}

.information-plate p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 22px;
  width: 79%;
  line-height: 1.3;
  font-family: 'Roboto Medium', sans-serif;
}

@media screen and (max-width: 500px) {
  .information-plate p {
    width: 100%;
  }
}

.images {
  margin-top: 150px;
  margin-bottom: 95px;
}

@media screen and (max-width: 500px) {
  .images {
    margin-top: 135px;
    margin-bottom: 120px;
  }
}

.images__image {
  position: relative;
  width: 92%;
  height: 450px;
}

@media screen and (max-width: 1279px) {
  .images__image {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .images__image {
    height: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 500px) and (max-width: 730px) {
  .images__image {
    width: 85%;
  }
}

.images__image img {
  width: 98%;
  border-radius: 40px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s;
}

.images__image img.js-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .images__image img {
    width: 95%;
  }
}

@media screen and (max-width: 500px) {
  .images__image img {
    width: 100%;
  }
}

.images__wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

@media screen and (max-width: 500px) {
  .images__wrapper {
    justify-content: center;
  }
}

.images__arrows {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

@media screen and (max-width: 500px) {
  .images__arrows {
    order: 2;
    margin-top: 7px;
    flex-flow: row-reverse;
    justify-content: space-around;
    width: 60%;
  }
}

.images__arrows_arrow {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #DCEBEC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.images__arrows_arrow img {
  transition: 0.3s;
}

.images__arrows_arrow:hover img {
  transform: translateX(30%);
}

.images__arrows_arrow:hover.js-left img {
  transform: translateX(-30%);
}

.images__arrows_arrow:first-child {
  margin-top: 38px;
}

@media screen and (max-width: 500px) {
  .images__arrows_arrow:first-child {
    margin: 0;
  }
}

.images__arrows_arrow:last-child {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .images__arrows_arrow:last-child {
    margin: 0;
  }
}

.images__description {
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 35px;
  transition: 0.5s;
}

.images__description.js-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .images__description {
    line-height: 1.5;
    order: 1;
    margin-top: 20px;
  }
}

@-webkit-keyframes moving-plus {
  0% {
    transform: translateX(5px);
  }
  20% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moving-plus {
  0% {
    transform: translateX(5px);
  }
  20% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.subscription {
  text-align: center;
  padding: 70px 15px 100px;
  background-color: #dcf3f4;
}

@media screen and (min-width: 992px) {
  .subscription_mobile {
    display: none;
  }
}

.subscription__container {
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
}

.subscription__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 42px;
}

.subscription__description {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}

@media screen and (max-width: 768px) {
  .subscription__description {
    font-size: 18px;
  }
}

.subscription__btn {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #50c2c9;
  border-radius: 50%;
}

.subscription__btn:hover .subscription__arrow {
  -webkit-animation: move-arrow 0.3s linear;
          animation: move-arrow 0.3s linear;
}

.subscription__arrow {
  width: 15px;
  height: 15px;
}

.subscription__input-field {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
}

.subscription__input {
  padding-left: 25px;
  border: none;
  outline: none;
}

.subscription__input::-webkit-input-placeholder {
  color: #bcd8d8;
}

.subscription__input::-moz-placeholder {
  color: #bcd8d8;
}

.subscription__input:-ms-input-placeholder {
  color: #bcd8d8;
}

.subscription__input::-ms-input-placeholder {
  color: #bcd8d8;
}

.subscription__input::placeholder {
  color: #bcd8d8;
}

@media screen and (max-width: 500px) {
  .subscription__description {
    font-size: 15px;
    padding: 0 10px;
  }
  .subscription__title {
    margin-bottom: 20px;
  }
}

@-webkit-keyframes move-arrow {
  50% {
    transform: translateX(200%);
  }
  50.1% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes move-arrow {
  50% {
    transform: translateX(200%);
  }
  50.1% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

.news-page__title {
  font-size: 44px;
  line-height: 48px;
  color: #2b2b2b;
}

.news-page__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.single-news {
  padding-top: 60px;
  width: 350px;
  cursor: pointer;
  padding-right: 50px;
  transition: .3s;
}

.single-news__image {
  height: 250px;
  width: 350px;
  overflow: hidden;
  border-radius: 32px;
}

.single-news__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.single-news__title {
  font-size: 18px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: bold;
  padding: 20px 0;
  transition: .3s;
}

.single-news__description {
  font-size: 16px;
  color: #787878;
  line-height: 24px;
  transition: .3s;
}

.single-news__date {
  padding-top: 20px;
  color: #787878;
  display: flex;
  transition: .3s;
}

.single-news__date span:nth-child(2) {
  color: #2fa3aa;
  margin: 0 8px;
}

.single-news:hover {
  transform: scale(1.02);
}

.single-news:hover .single-news__date {
  color: #2fa3aa !important;
}

.single-news:hover .single-news__description {
  color: #2fa3aa !important;
}

.single-news:hover .single-news__title {
  color: #2fa3aa !important;
}

.cloud {
  position: relative;
}

.cloud__wrapper {
  position: absolute;
}

.cloud__img-wrapper {
  position: relative;
}

.cloud__img {
  position: absolute;
  z-index: -1;
}

.cloud__img:nth-child(1) {
  top: 80px;
  left: 770px;
}

.cloud__img:nth-child(2) {
  top: 290px;
  left: -65px;
}

.cloud__img:nth-child(3) {
  top: 300px;
  left: 1035px;
}

.news-link {
  padding-right: 20px;
}

@media (max-width: 520px) {
  .news-link {
    padding-right: 0;
  }
  .single-news {
    width: 300px;
  }
  .single-news__image {
    width: 300px;
    height: 200px;
  }
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  border-bottom: 1px solid #daeaeb;
}

.pagination-wrapper__documents {
  opacity: 0;
}

.pagination__number-wrapper {
  display: flex;
  align-items: center;
}

.pagination__number {
  color: #787878;
  margin: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: .3s;
  position: relative;
  font-family: 'Roboto Bold', sans-serif;
}

.pagination__number-active {
  -webkit-animation: moving-number 0.5s linear;
          animation: moving-number 0.5s linear;
  color: #50c2c9;
}

.pagination__number-active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #50c2c9;
  bottom: 0;
  left: 0;
}

.pagination__number:hover {
  -webkit-animation: moving-number 0.5s linear;
          animation: moving-number 0.5s linear;
}

.pagination__number:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #50c2c9;
  bottom: 0;
  left: 0;
}

.pagination__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #daeaeb;
  color: #50c2c9;
  margin: 0 20px;
  transition: .3s;
}

.pagination__button:hover {
  background-color: #50c2c9;
  color: #ffffff;
  cursor: pointer;
}

.pagination__button:hover i.fa-chevron-right {
  -webkit-animation: move-arrow-sub-right 0.5s linear;
          animation: move-arrow-sub-right 0.5s linear;
}

.pagination__button:hover i.fa-chevron-left {
  -webkit-animation: move-arrow-sub-left 0.5s linear;
          animation: move-arrow-sub-left 0.5s linear;
}

@media (max-width: 520px) {
  .pagination__hide-in-mobile {
    display: none;
  }
  .pagination__number {
    margin: 10px;
  }
  .pagination__button {
    margin: 10px;
  }
  .pagination-wrapper {
    padding: 40px 0;
  }
}

@-webkit-keyframes move-arrow-sub-right {
  50% {
    transform: translateX(280%);
  }
  50.1% {
    transform: translateX(-280%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes move-arrow-sub-right {
  50% {
    transform: translateX(280%);
  }
  50.1% {
    transform: translateX(-280%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes move-arrow-sub-left {
  50% {
    transform: translateX(-280%);
  }
  50.1% {
    transform: translateX(280%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes move-arrow-sub-left {
  50% {
    transform: translateX(-280%);
  }
  50.1% {
    transform: translateX(280%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes moving-number {
  0% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(8deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes moving-number {
  0% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(8deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.mobile.fixed {
  box-shadow: 0px 0px 19px 0px #DBDBDB;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 100000;
}

@media screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.mobile__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.mobile__menu {
  transition: .3s;
  width: 60px;
  height: 60px;
  border: 1px solid #E6F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 375px){
  .mobile__menu {
    width: 50px;
    height: 50px;
  }
}

.mobile__menu.active {
  background-color: #50C2C9;
}

.mobile__menu_hamburger-item {
  transition: .3s;
  width: 15px;
  height: 2px;
  background-color: #50C2C9;
  margin-top: 3px;
}

.mobile__menu_hamburger-item.active {
  background-color: #ffffff;
}

.mobile__menu_list {
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #ffffff;
  transition: .4s;
  position: fixed;
  top: 82px;
  z-index: 1000;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  transform: translateX(100%);
  justify-content: space-between;
}

.mobile__menu_list.open {
  transform: translateX(0);
}

.mobile__menu_list-link {
  height: auto;
  font-size: 26px;
  transition: .3s;
}

.mobile__nav_list {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.mobile__nav_list-link {
  font-size: 23px;
  border-bottom: 1px solid #B8B8B8;
  text-transform: uppercase;
  font-weight: bolder;
  height: 80px;
  display: flex;
  align-items: center;
  flex-flow: column;
  transition: .3s;
  padding: 0 18px;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .mobile__nav_list-link {
    font-size: 13px;
    height: 50px;
  }
}

@media screen and (max-width: 325px) {
  .mobile__nav_list-link {
    height: 35px;
  }
}

.mobile__nav_list-link .link-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.mobile__nav_list-link img {
  transition: .3s;
}

.mobile__nav_list-link.active {
  background: #F8F8F8;
}

.mobile__nav_list-link.active img {
  transform: rotate(90deg);
}

.mobile__subnav {
  position: relative;
  z-index: -1;
  height: 0;
  opacity: 0;
  background: #F3F3F3;
}

.mobile__subnav.open {
  height: auto;
  opacity: 1;
  z-index: 1;
}

.mobile__subnav_item {
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 30px;
  border-bottom: 1px solid #E0E0E0;
  color: #626262;
}

@media screen and (max-width: 500px) {
  .mobile__subnav_item {
    height: 50px;
    font-size: 12px;
  }
}

@media screen and (max-width: 325px) {
  .mobile__subnav_item {
    height: 35px;
  }
}

.mobile__subnav_item-link {
  color: #000000;
}

.mobile__social {
  display: flex;
  margin-top: 40px;
  justify-content: space-around;
  width: 100%;
}

.mobile__social_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #E2EFF0;
}

@media screen and (max-width: 375px){
  .mobile__social_item {
    width: 50px;
    height: 50px;
  }
}

.mobile__buttons {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.mobile__buttons_button {
  transition: .3s;
  padding: 0 40px;
  height: 60px;
  outline: none;
  background: #ffffff;
  border: 1px solid #50C2C9;
  border-radius: 30px;
  color: #50C2C9;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile__buttons_button:hover {
  background: #50C2C9;
  cursor: pointer;
  color: #ffffff;
}

@media screen and (max-width: 576px){
  .mobile__buttons_button {
    height: 50px;
    padding: 0 25px;
  }
}

@media screen and (max-width: 375px){
  .mobile__buttons_button {
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
  }
  .mobile__buttons_button .mobile__buttons_button_header {
    padding: 0;
    height: 40px;
    font-size: 11px;
  }
}

@media screen and (max-width: 325px) {
  .mobile__buttons_button {
    padding: 0 5px;
    height: 40px;
    font-size: 10px;
  }
}

.mobile__wrapper--buttons {
  height: 37%;
  display: flex;
  flex-flow: column;
  padding-bottom: 40px;
  justify-content: space-around;
  width: 100%;
}

@media screen and (max-width: 325px) {
  .mobile__wrapper--buttons {
    height: 48%;
  }
}

.franchise {
  display: flex;
  align-items: flex-start;
}

.franchise__content {
  width: calc(100% - 300px);
}

@media (max-width: 992px) {
  .franchise__content {
    width: 100%;
  }
}

.franchise__hand {
  top: 460px !important;
}

.manual-superhero {
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .manual-superhero {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .manual-superhero {
    flex-flow: column;
    align-items: center;
  }
}

.manual-superhero .textt {
  width: 64%;
}

@media screen and (max-width: 500px) {
  .manual-superhero .textt {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.manual-superhero .textt-title {
  color: #2b2b2b;
  font-size: 44px;
  text-indent: 21px;
  font-family: 'Roboto Medium', sans-serif;
}

@media screen and (max-width: 1024px) {
  .manual-superhero .textt-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 992px) {
  .manual-superhero .textt-title {
    font-size: 39px;
  }
}

@media screen and (max-width: 500px) {
  .manual-superhero .textt-title {
    font-size: 33px;
    text-align: center;
    text-indent: 0;
  }
}

.manual-superhero .textt-line {
  width: 23px;
  height: 2px;
  background-color: #50C2C9;
  margin: 35px 0 35px 23px;
}

@media screen and (max-width: 500px) {
  .manual-superhero .textt-line {
    margin: 35px 0 35px 0;
  }
}

.manual-superhero .textt-description {
  font-size: 16px;
  margin-left: 23px;
  width: 65%;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .manual-superhero .textt-description {
    width: 96%;
    font-size: 18px;
  }
}

.manual-superhero .textt-button {
  cursor: pointer;
  outline: none;
  background-color: #50C2C9;
  border: 1px solid #50C2C9;
  width: 225px;
  padding: 24px 0;
  color: #ffffff;
  border-radius: 35px;
  margin: 40px 0 0 23px;
  font-size: 16px;
  font-family: 'Roboto Bold', sans-serif;
  transition: 0.3s;
}

.manual-superhero .textt-button:hover {
  color: #50C2C9;
  background-color: #ffffff;
}

@media screen and (max-width: 500px) {
  .manual-superhero .textt-button {
    margin: 40px 0;
    font-size: 18px;
  }
}

.manual-superhero .image {
  display: flex;
  align-items: flex-end;
  min-width: 26%;
}

@media screen and (max-width: 500px) {
  .manual-superhero .image {
    margin-left: 55px;
  }
}

@media screen and (max-width: 500px) {
  .manual-superhero .image img {
    width: 70%;
  }
}

.social {
  display: flex;
  margin-top: 140px;
  margin-left: 23px;
}

@media screen and (max-width: 768px) {
  .social {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .social {
    margin-left: 0;
    flex-flow: column;
  }
}

.social-left {
  width: 37%;
}

@media screen and (max-width: 500px) {
  .social-left {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.social-left h3 {
  font-size: 24px;
  font-family: 'Roboto Bold';
}

@media screen and (max-width: 500px) {
  .social-left h3 {
    text-align: center;
  }
}

.social-left img {
  margin-top: 20px;
}

.social-right {
  width: 55%;
}

@media screen and (max-width: 500px) {
  .social-right {
    width: 100%;
  }
}

.social-list {
  padding-left: 105px;
}

@media screen and (max-width: 500px) {
  .social-list {
    padding-left: 30px;
    margin-top: 25px;
    font-size: 19px;
  }
}

.social-list__item {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .social-list__item {
    font-size: 19px;
  }
}

.social-list__item:not(:first-child) {
  margin-top: 19px;
}

.social-list__item:before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #50C2C9;
  position: absolute;
  top: 7px;
  left: -20px;
  border-radius: 50%;
}

.social-list__item .bolder {
  font-family: 'Roboto Bold';
}

.create {
  margin-top: 155px !important;
}

.create img {
  position: absolute;
  top: 26%;
  right: -6%;
}

@media screen and (max-width: 500px) {
  .create img {
    position: relative;
    margin-top: 20px;
    top: 0;
    right: 0;
  }
}

.why {
  display: flex;
  margin-top: 140px;
  margin-left: 23px;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .why {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
  }
}

.why-left {
  height: 400px;
}

@media screen and (max-width: 500px) {
  .why-left {
    height: 265px;
    display: flex;
    justify-content: center;
  }
}

.why-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 500px) {
  .why-left img {
    width: 71%;
  }
}

.why-right {
  position: relative;
  left: 50px;
  width: 68%;
}

@media screen and (max-width: 1100px) {
  .why-right {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .why-right {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .why-right {
    order: -1;
    padding-left: 0;
  }
}

.why-right h3 {
  font-size: 36px;
  color: #2b2b2b;
  font-family: 'Roboto Medium';
}

@media screen and (max-width: 500px) {
  .why-right h3 {
    font-size: 29px;
  }
}

.why-right .line {
  width: 23px;
  height: 2px;
  background-color: #50C2C9;
  margin: 19px 0 23px 0;
}

.why-right .text {
  color: #2b2b2b;
  font-weight: bolder;
  width: 64%;
  font-family: 'Roboto Bold';
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .why-right .text {
    width: 90%;
    font-size: 20px;
  }
}

.why-right .description {
  font-size: 16px;
  color: #2b2b2b;
  display: flex;
  margin-top: 22px;
}

@media screen and (max-width: 992px) {
  .why-right .description {
    flex-flow: column;
  }
}

@media screen and (max-width: 768px) {
  .why-right .description {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .why-right .description {
    width: 90%;
    font-size: 20px;
  }
}

.why-right .description p {
  width: 50%;
  line-height: 1.6;
}

@media screen and (max-width: 992px) {
  .why-right .description p {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .why-right .description p {
    width: 100%;
  }
}

.why-right .description p:first-child {
  padding-right: 29px;
}

@media screen and (max-width: 992px) {
  .why-right .description p:first-child {
    padding-right: 0;
    margin-top: 20px;
  }
}

.offer {
  margin-top: 145px !important;
}

.offer img {
  position: absolute;
  top: 28%;
  right: 4%;
}

@media screen and (max-width: 1024px) {
  .offer img {
    right: -5%;
  }
}

@media screen and (max-width: 500px) {
  .offer img {
    position: relative;
    margin-top: 20px;
    top: 0;
    right: 0;
  }
}

.request-form {
  display: flex;
  margin: 110px 0;
  justify-content: flex-start;
}

.request-form__wrapper {
  width: 40%;
  margin-left: 180px;
}

@media screen and (max-width: 992px) {
  .request-form__wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .request-form__wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .request-form__wrapper {
    width: 100%;
    margin-left: 0;
  }
}

.request-form__wrapper .question {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  font-family: 'Roboto Bold';
}

@media screen and (max-width: 500px) {
  .request-form__wrapper .question {
    font-size: 19px;
  }
}

.request-form__wrapper .text {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .request-form__wrapper .text {
    font-size: 19px;
  }
}

.request-form__wrapper form {
  margin-top: 30px;
}

.request-form__wrapper form input {
  width: 100%;
  text-align: left;
  color: #bcd8d8;
  padding: 25px 30px;
  border: 1px solid #bcd8d8;
  border-radius: 35px;
  outline: none;
}

.request-form__wrapper form input::-webkit-input-placeholder {
  color: #bcd8d8;
}

.request-form__wrapper form input::-moz-placeholder {
  color: #bcd8d8;
}

.request-form__wrapper form input:-ms-input-placeholder {
  color: #bcd8d8;
}

.request-form__wrapper form input::-ms-input-placeholder {
  color: #bcd8d8;
}

.request-form__wrapper form input::placeholder {
  color: #bcd8d8;
}

.request-form__wrapper form input.phone {
  margin-top: 13px;
}

.request-form__wrapper form button {
  width: 100%;
  outline: none;
  padding: 25px 30px;
  background-color: #50C2C9;
  border: 1px solid #50C2C9;
  border-radius: 35px;
  color: #ffffff;
  font-weight: bolder;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.request-form__wrapper form button:hover {
  color: #50C2C9;
  background-color: #ffffff;
}

.arrow__line {
  stroke: #ffffff;
  stroke-width: 2;
}

.arrow__blue .arrow__line {
  stroke: #50c2c9;
}

.news-article__header {
  margin: 0 auto 45px;
  padding: 0 10px;
  max-width: 570px;
  width: 100%;
}

.news-article__title {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 42px;
}

.news-article__title_subscribe {
  margin-bottom: 30px;
}

.news-article__header-bottom {
  display: flex;
  align-items: center;
}

.news-article__header-item:not(:last-child) {
  margin-right: 10px;
}

.news-article__header-item:nth-child(2n) {
  width: 3px;
  height: 3px;
  background-color: #50c2c9;
  border-radius: 50%;
}

.news-article__header-item:nth-child(3) {
  height: 16px;
  width: 16px;
  background: url("../assets/images/news/play.png") no-repeat top/contain;
}

.news-article__header-item:nth-child(5) {
  height: 14px;
  width: 16px;
  background: url("../assets/images/news/camera.png") no-repeat top/contain;
}

.news-article__header-date {
  color: #b0b0b0;
  font-size: 13px;
  line-height: 24px;
}

.news-article__container {
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #daeaeb;
}

@media screen and (max-width: 992px) {
  .news-article__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .news-article__share {
    margin-bottom: 55px;
  }
}

.news-article__text {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.news-article__text_bold {
  margin-bottom: 45px;
  font-weight: bold;
}

.news-article__text_small {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}

.news-article__text_center {
  text-align: center;
}

.news-article__text_margin-bottom {
  margin-bottom: 130px;
}

.news-article__text_margin-bottom-small {
  margin-bottom: 80px;
}

.news-article__share-buttons {
  display: flex;
  justify-content: space-between;
}

.news-article__share-btn {
  width: 40px;
  height: 40px;
  background: url("../assets/images/news-article/twitter.png") no-repeat center center;
  border: 1px solid #dbebec;
  border-radius: 50%;
}

.news-article__share-btn:hover {
  cursor: pointer;
  -webkit-animation: moving-btn 0.5s linear;
          animation: moving-btn 0.5s linear;
}

.news-article__share-btn:first-child {
  background-image: url("../assets/images/news-article/facebook.png");
}

.news-article__share-btn:last-child {
  background-image: url("../assets/images/news-article/link.png");
}

.news-article__share-btn:not(:last-child) {
  margin-right: 25px;
}

.news-article__content {
  max-width: 570px;
}

@media screen and (max-width: 992px) {
  .news-article__content {
    margin-bottom: 95px;
  }
}

.news-article__subtitle {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.news-article__link {
  transition: .3s;
  color: #50c2c9;
  text-decoration: underline;
}

.news-article__link:hover {
  color: #2C9EA5;
}

.news-article__blockquote {
  position: relative;
  margin: 0 auto 60px;
  padding-top: 60px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.news-article__blockquote::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 33px;
  height: 24px;
  content: '';
  background: url("../assets/images/news-article/quote.png") no-repeat center;
  transform: translate(-50%);
}

.news-article__blockquote > p {
  margin-bottom: 40px;
  font-family: "Roboto Medium", sans-serif;
}

.news-article__label {
  font-size: 14px;
  color: #b0b0b0;
} 

.news-article__list {
  margin-bottom: 50px;
}

.news-article__list-title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.news-article__list-item {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
}

.news-article__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.news-article__list-item::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 2px;
  content: '';
  background-color: #50c2c9;
}

.news-article__img-wrapper {
  text-align: center;
}

.news-article__image {
  width: 100%;
  margin-bottom: 20px;
}

.news-article__subscribe {
  max-width: 175px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .news-article__subscribe {
    display: none;
  }
}

.news-article__subscribe-container {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.news-article__btn {
  display: inline-block;
  padding: 0 40px;
  text-decoration: none;
  color: #50c2c9;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #50c2c9;
  border-radius: 18px;
}

.news-article__btn:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #50c2c9;
}

.company-purpose {
  padding-top: 145px;
}

.company-purpose__title {
  color: #2b2b2b;
  font-size: 44px;
  line-height: 48px;
  width: 300px;
  padding-bottom: 80px;
  font-family: 'Roboto Medium';
}

.company-purpose__activity {
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #2b2b2b;
  text-transform: uppercase;
  padding-bottom: 1px;
  padding-left: 3px;
  letter-spacing: 0.9px;
  font-family: 'Roboto Bold', sans-serif;
}

.purpose {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-left: 8px;
  transition: .3s;
}

.purpose:hover .purpose__img {
  transform: scale(1.02);
}

.purpose:nth-child(2n) .purpose__info-block {
  order: 2;
  position: relative;
  left: -19px;
}

.purpose:nth-child(2n) .purpose__img {
  justify-content: flex-start;
}

.purpose:last-child {
  padding-bottom: 115px;
}

.purpose__info-block {
  flex: 1;
  display: flex;
  padding-right: 20px;
  position: relative;
  top: -7px;
}

.purpose__description {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 24px;
}

.purpose__title {
  font-size: 24px;
  line-height: 32px;
  padding-top: 10px;
  color: #2b2b2b;
  font-weight: bold;
  font-family: 'Roboto Bold', sans-serif;
}

.purpose__title-dash {
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
  margin: 20px 0;
}

.purpose__number {
  transition: .6s;
  width: 50px;
  height: 50px;
  border: 1px solid #50c2c9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50c2c9;
  font-size: 16px;
  font-family: 'Roboto Bold', sans-serif;
}

.purpose__content-block {
  width: 319px;
  padding-left: 43px;
}

.purpose__img {
  flex: 1;
  width: 350px;
  height: 228px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  transition: .4s;
}

.purpose__img img {
  width: 84%;
}

@media (max-width: 840px) {
  .company-purpose {
    padding-bottom: 30px;
  }
  .company-purpose__activity {
    padding-bottom: 5px;
  }
  .company-purpose__title {
    padding-bottom: 0;
  }
  .purpose {
    padding-top: 40px;
    padding-bottom: 0;
    align-items: center;
    flex-direction: column;
  }
  .purpose__title {
    padding-top: 20px;
  }
  .purpose__info-block {
    order: 2;
    padding-right: 0;
  }
  .purpose__number-block {
    display: none;
  }
}

@media (max-width: 991px) {
  .purpose {
    justify-content: space-around;
  }
  .company-purpose {
    padding-top: 100px;
  }
}

@media (max-width: 839px) {
  .purpose__img {
    padding-left: 15px;
    padding-right: 10px;
    width: 100% !important;
    height: auto !important;
  }
  .purpose__img img {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .purpose__content-block {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .company-purpose {
    padding-top: 60px;
  }
  .company-purpose__title {
    font-size: 36px;
    line-height: 42px;
  }
  .company-purpose__activity {
    font-size: 12px;
    padding-bottom: 0;
  }
  .purpose {
    padding-left: 0;
  }
  .purpose__img {
    padding: 0;
    width: 280px;
    height: 180px;
  }
  .purpose__content-block {
    padding: 0;
  }
  .purpose:nth-child(2n) .purpose__info-block {
    left: 0;
  }
}

.text {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.text_bold {
  font-family: "Roboto Bold", sans-serif;
  margin-bottom: 40px;
}

.text_small {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}

.text_center {
  text-align: center;
}

.text_margin-bottom {
  margin-bottom: 120px;
}

.text_margin-bottom-small {
  margin-bottom: 75px;
}

.team-member {
  max-width: 600px;
  padding-bottom: 130px;
}

@media screen and (max-width: 992px) {
  .team-member {
    margin: 0 auto;
  }
}

.team-member__card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .team-member__card {
    align-items: center;
    flex-direction: column;
  }
}

.team-member__link {
  color: #50c2c9;
  text-decoration: underline;
  transition: .4s;
}

.team-member__link:hover {
  color: #2C9EA5;
}

.team-member__img-wrapper {
  width: 250px;
}

.team-member__img-wrapper img {
  width: 100%;
}

.team-member__info {
  max-width: 300px;
}

.team-member__title {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 48px;
  font-family: "Roboto Medium", sans-serif;
}

.team-member__position {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 24px;
  color: #787878;
}

.team-member__contacts-title {
  margin-bottom: 10px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.team-member__contacts {
  display: flex;
  align-items: center;
}

.team-member__contacts-email {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.team-member__contacts-email::after {
  display: block;
  margin: 0 30px;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #dbeaeb;
}

.team-member__social-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dbeaeb;
  border-radius: 50%;
  background: url("../assets/images/news-article/facebook.png") no-repeat center;
  transition: .4s;
}

.team-member__social-btn:last-of-type {
  background-image: url("../assets/images/news-article/instagram.png");
}

.team-member__social-btn:not(:last-of-type) {
  margin-right: 20px;
}

.team-member__social-btn:hover {
  -webkit-animation: moving-btn .5s linear;
          animation: moving-btn .5s linear;
}

.team-super {
  display: flex;
  margin-bottom: 125px;
}

.superteam {
  width: 100%;
}

.superteam h1 {
  color: #2b2b2b;
  font-size: 44px;
  margin-top: 25px;
  font-family: 'Roboto Medium', sans-serif;
}

@media screen and (max-width: 500px) {
  .superteam h1 {
    font-size: 33px;
    text-align: center;
  }
}

.superteam-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.superteam-member {
  display: flex;
  flex-flow: column;
  min-width: 33%;
  margin-top: 85px;
  transition: .4s;
}

@media screen and (max-width: 1024px) {
  .superteam-member {
    min-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .superteam-member {
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .superteam-member {
    min-width: 100%;
    align-items: center;
    margin-top: 70px;
  }
}

.superteam-member:hover {
  cursor: pointer;
}

.superteam-member:hover img {
  transform: scale(1.04);
}

.superteam-member img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  transition: .4s;
}

@media screen and (max-width: 500px) {
  .superteam-member img {
    width: 75%;
  }
}

.superteam-member .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 5px 0 10px 0;
}

.superteam-member .name {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bolder;
  margin: 25px 0 0 0;
  font-family: 'Roboto Bold', sans-serif;
}

@media screen and (max-width: 500px) {
  .superteam-member .name {
    font-size: 26px;
  }
}

.superteam-member .direction {
  color: #787878;
  font-size: 16px;
  width: 250px;
}

@media screen and (max-width: 500px) {
  .superteam-member .direction {
    font-size: 20px;
  }
}

.company-vector__title {
  font-size: 44px;
  font-family: 'Roboto Medium', sans-serif;
  line-height: 48px;
  color: #2b2b2b;
  padding-bottom: 26px;
  width: 300px;
}

.company-vector__title-dash {
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
}

.company-vector__descriptions {
  display: flex;
  padding-top: 30px;
  padding-bottom: 85px;
}

.company-vector__description {
  width: 272px;
  margin-right: 25px;
  line-height: 1.4;
}

@media (max-width: 500px) {
  .company-vector__title {
    font-size: 36px;
    line-height: 42px;
  }
  .company-vector__descriptions {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .company-vector__description {
    padding-right: 0 !important;
    width: auto;
  }
  .company-vector__description:last-child {
    padding-bottom: 0;
  }
}

.story {
  display: flex;
}

.story-content {
  padding-top: 38px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .story-content {
    width: 70%;
  }
}

.story__short-description {
  font-size: 12px;
  color: #2b2b2b;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: 'Roboto Bold', sans-serif;
  padding-left: 3px;
  letter-spacing: 1.5px;
}

.story__video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 490px;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  background-image: url(../assets/images/story/video.png);
  background-size: cover;
  background-position: center;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  .story__video {
    height: 445px;
  }
}

@media screen and (max-width: 768px) {
  .story__video {
    height: 390px;
  }
}

.story__video:hover {
  cursor: pointer;
  box-shadow: 0 0 10px 0px #50c2c9;
}

.story__video:hover .story__video-play-button {
  transform: scale(1.2);
}

.story__video-background {
  background-color: rgba(80, 194, 201, 0.8);
  width: 100%;
  height: 490px;
  position: absolute;
}

.story__video-play-button {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: .3s;
}

.story__video-title {
  color: #ffffff;
  width: 350px;
  z-index: 10;
  font-size: 36px;
  padding: 30px 0;
  text-align: center;
  font-family: 'Roboto Medium';
}

.story__watch {
  font-size: 14px;
  line-height: 24px;
  z-index: 10;
  color: #ffffff;
  font-family: 'Roboto Bold';
}

@media (max-width: 991px) {
  .story-content {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .story__video {
    height: 300px;
  }
}

@media (max-width: 450px) {
  .story__video {
    height: 180px;
  }
  .story__video-play-button {
    height: 50px;
    width: 50px;
  }
  .story__video-title {
    font-size: 18px;
    line-height: 24px;
    width: 200px;
    padding: 10px;
  }
  .story__watch {
    display: none;
  }
}

.about-school {
  display: flex;
  justify-content: space-between;
}

.about-school__bar {
  margin-top: 20px;
}

.about-school__bred {
  padding-bottom: 47px;
}

.about-school__content {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .about-school__content {
    width: 100%;
  }
}

.about-school__content .problems {
  position: relative;
  margin-bottom: 83px;
}

@media screen and (max-width: 768px) {
  .about-school__content .problems {
    padding-top: 360px;
  }
}

@media screen and (max-width: 500px) {
  .about-school__content .problems {
    padding-top: 345px;
  }
}

@media screen and (max-width: 375px) {
  .about-school__content .problems {
    padding-top: 285px;
  }
}

@media screen and (max-width: 325px) {
  .about-school__content .problems {
    padding-top: 275px;
  }
}

.about-school__content .problems svg {
  position: absolute;
  top: 0;
  right: 0px;
  width: 266px;
  transition: .4s;
}

.about-school__content .problems svg:hover {
  transform: scale(1.04);
}

@media screen and (max-width: 500px) {
  .about-school__content .problems svg {
    width: 190px;
    right: 23%;
  }
}

@media screen and (max-width: 325px) {
  .about-school__content .problems svg {
    right: 16%;
  }
}

.about-school__content .problems__subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #2b2b2b;
  letter-spacing: 2px;
  font-family: 'Roboto Bold', sans-serif;
  text-indent: 3px;
}

@media screen and (max-width: 768px) {
  .about-school__content .problems__subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about-school__content .problems__subtitle {
    font-size: 12px;
  }
}

.about-school__content .problems__title {
  font-size: 44px;
  margin-top: 23px;
  font-family: 'Roboto Medium', sans-serif;
}

@media screen and (max-width: 325px) {
  .about-school__content .problems__title {
    font-size: 36px;
  }
}

.about-school__content .problems .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 15px 0 25px 0;
}

.about-school__content .problems__wrapper {
  width: 63%;
}

@media screen and (max-width: 768px) {
  .about-school__content .problems__wrapper {
    width: 100%;
  }
}

.about-school__content .problems__wrapper_text {
  line-height: 1.5;
}

.about-school__content .problems__wrapper_text--bold {
  color: #2b2b2b;
  font-size: 16px;
  font-family: 'Roboto Bold', sans-serif;
  width: 60%;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .about-school__content .problems__wrapper_text--bold {
    width: 100%;
  }
}

.about-school__content .problems__wrapper_text-block {
  display: flex;
  justify-content: space-between;
  width: 112%;
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .about-school__content .problems__wrapper_text-block {
    flex-flow: column;
    width: 100%;
  }
}

.about-school__content .problems__wrapper_text-block .left {
  width: 66%;
}

.about-school__content .problems__wrapper_text-block .left p {
  font-size: 16px;
}

.about-school__content .problems__wrapper_text-block .left p span {
  font-family: 'Roboto Bold', sans-serif;
}

@media screen and (max-width: 500px) {
  .about-school__content .problems__wrapper_text-block .left {
    width: 100%;
  }
}

.about-school__content .problems__wrapper_text-block .right {
  padding-left: 30px;
}

@media screen and (max-width: 500px) {
  .about-school__content .problems__wrapper_text-block .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.about-school__content .problems__wrapper_text-block .right p {
  font-size: 16px;
  font-family: 'Roboto Bold', sans-serif;
}

.about-school__content .problems__wrapper_text-block .right ul {
  padding-left: 20px;
  margin-top: 15px;
  width: 90%;
  line-height: 1.6;
}

@media screen and (max-width: 500px) {
  .about-school__content .problems__wrapper_text-block .right ul {
    width: 100%;
  }
}

.about-school__content .problems__wrapper_text-block .right ul li {
  position: relative;
  font-size: 16px;
  color: #2b2b2b;
}

@media screen and (max-width: 768px) {
  .about-school__content .problems__wrapper_text-block .right ul li {
    font-size: 18px;
  }
}

.about-school__content .problems__wrapper_text-block .right ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #50C2C9;
  position: absolute;
  top: 5.5px;
  left: -20px;
}

.about-school__content .problems__wrapper_text-block .right ul li:not(:first-child) {
  margin-top: 2px;
}

.about-school__content .founder {
  display: flex;
  margin-top: 140px;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .about-school__content .founder {
    flex-flow: column;
    align-items: center;
  }
}

.about-school__content .founder > img {
  margin-top: 4px;
}

@media screen and (max-width: 500px) {
  .about-school__content .founder > img {
    width: 12%;
    margin-top: -40px;
  }
}

.about-school__content .founder__text {
  width: 42%;
  margin-left: -10px;
}

@media screen and (max-width: 1024px) {
  .about-school__content .founder__text {
    width: 45%;
    margin-left: 25px;
  }
}

@media screen and (max-width: 500px) {
  .about-school__content .founder__text {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 25px;
  }
}

.about-school__content .founder__text_quote {
  font-size: 20px;
  color: #2b2b2b;
  font-family: 'Roboto Medium', sans-serif;
}

.about-school__content .founder__text_name {
  font-size: 16px;
  color: #50c2c8;
  margin-top: 34px;
  font-family: 'Roboto Bold', sans-serif;
  line-height: 1.5;
}

.about-school__content .founder__image {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 340px;
  top: -84px;
}

@media screen and (max-width: 500px) {
  .about-school__content .founder__image {
    order: -1;
    justify-content: center;
    top: -55px;
  }
}

.about-school__content .founder__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .about-school__content .founder__image img {
    width: 78%;
  }
}

.about-school__content .history h2 {
  font-size: 44px;
  color: #2b2b2b;
  margin-top: 45px;
  font-family: 'Roboto Medium', sans-serif;
}

@media screen and (max-width: 500px) {
  .about-school__content .history h2 {
    font-size: 32px;
    margin-top: 100px;
  }
}

.about-school__content .history__wrapper {
  display: flex;
  margin-top: 55px;
}

.about-school__content .history__arrows {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__arrows {
    display: none;
  }
}

.about-school__content .history__arrows_arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #DCEBEC;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.about-school__content .history__arrows_arrow:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.about-school__content .history__arrows_arrow:first-child {
  margin-top: 38px;
}

.about-school__content .history__arrows_arrow:last-child {
  margin-top: 10px;
}

.about-school__content .history__list {
  display: flex;
  flex-flow: column;
  margin-left: 40px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list {
    margin-left: 0;
  }
}

.about-school__content .history__list_images {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.about-school__content .history__list_images-item {
  min-width: 34%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_images-item {
    min-width: 100%;
    justify-content: center !important;
    transition: .4s;
  }
}

.about-school__content .history__list_images-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_images-item img {
    width: 52%;
  }
}

.about-school__content .history__list_images-item svg {
  width: 120px;
}

.about-school__content .history__list_images-item svg.svg-right {
  width: 101px;
  position: relative;
  top: -4px;
}

.about-school__content .history__list_images-item svg.svg-middle {
  width: 110px;
  position: relative;
}

.about-school__content .history__list_images-item.left {
  justify-content: flex-start;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_images-item.left {
    margin-left: 0;
  }
}

.about-school__content .history__list_images-item.top img {
  position: relative;
  top: -7px;
}

.about-school__content .history__list_pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
}

@media screen and (min-width: 501px) {
  .about-school__content .history__list_pagination {
    display: none;
  }
}

.about-school__content .history__list_pagination .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #DCEBEC;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}

.about-school__content .history__list_pagination .arrow.left.click-animate img {
  transition: .4s;
  -webkit-animation: move-arrow-left .4s linear;
          animation: move-arrow-left .4s linear;
}

.about-school__content .history__list_pagination .arrow.right.click-animate img {
  transition: .4s;
  -webkit-animation: move-arrow-right .4s linear;
          animation: move-arrow-right .4s linear;
}

.about-school__content .history__list_pagination .circles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_pagination .circles {
    width: 42%;
  }
}

.about-school__content .history__list_pagination .circles__item {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #DCEBEC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-school__content .history__list_pagination .circles__item_active > div {
  opacity: 1;
}

.about-school__content .history__list_pagination .circles__item_backg {
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: .3s;
  border-radius: 50%;
  background-color: #50C2C9;
}

.about-school__content .history__list_line {
  height: 8px;
  width: 100%;
  display: flex;
  border: 1px solid #DDECED;
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_line {
    display: none;
  }
}

.about-school__content .history__list_line-item {
  width: 0%;
}

.about-school__content .history__list_line-item.left {
  width: 0%;
  transition: .4s;
  background-color: #50C2C9;
}

.about-school__content .history__list_text {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.about-school__content .history__list_text > div {
  min-width: 34%;
  padding: 0 10px 10px 10px;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_text > div {
    min-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_text-item {
    width: 75%;
  }
}

.about-school__content .history__list_text-item--text {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .about-school__content .history__list_text-item--text {
    line-height: 1.5;
  }
}

.about-school__content .history__list_text-item--text.bold {
  font-size: 18px;
  font-family: 'Roboto Bold', sans-serif;
  margin: 30px 0 15px 0;
}

.about-school__images {
  margin-bottom: 135px;
}

@-webkit-keyframes move-arrow-right {
  50% {
    transform: translateX(150%);
  }
  50.1% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes move-arrow-right {
  50% {
    transform: translateX(150%);
  }
  50.1% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes move-arrow-left {
  50% {
    transform: translateX(-150%);
  }
  50.1% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes move-arrow-left {
  50% {
    transform: translateX(-150%);
  }
  50.1% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}

.problems__title-section {
  background-image: url("../assets/images/about-school/problems-block.png");
}

.problems__columns {
  display: flex;
}

.documents {
  display: flex;
  justify-content: space-between;
}

.documents__content {
  margin-top: 73px;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .documents__content {
    width: 100%;
  }
}

.documents__filter {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .documents__filter {
    flex-flow: column;
    align-items: center;
  }
}

.documents__filter .search {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 44%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 30px;
  padding-left: 25px;
  border: none;
  outline: none;
  border: 1px solid #DAEAEB;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .documents__filter .search {
    width: 80%;
    height: 65px;
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .documents__filter .search {
    height: 55px;
  }
}

.documents__filter .search::-webkit-input-placeholder {
  color: #bcd8d8;
}

.documents__filter .search::-moz-placeholder {
  color: #bcd8d8;
}

.documents__filter .search:-ms-input-placeholder {
  color: #bcd8d8;
}

.documents__filter .search::-ms-input-placeholder {
  color: #bcd8d8;
}

.documents__filter .search::placeholder {
  color: #bcd8d8;
}

.documents__filter .select {
  padding: 5px 18px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 37%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 30px;
  padding-left: 25px;
  border: none;
  outline: none;
  border: 1px solid #DAEAEB;
  font-size: 14px;
  margin-right: 83px;
}

@media screen and (max-width: 768px) {
  .documents__filter .select {
    width: 80%;
    margin-right: 0;
    margin-top: 25px;
    height: 65px;
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .documents__filter .select {
    height: 55px;
  }
}

.documents__list {
  display: flex;
  flex-flow: column;
  width: 785px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .documents__list {
    width: 100%;
  }
}

.documents__list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  padding: 0 33px;
  border-bottom: 1px solid #DAEAEB;
  transition: .2s;
  opacity: 0;
}

@media screen and (max-width: 375px) {
  .documents__list_item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 325px) {
  .documents__list_item {
    padding: 0;
  }
}

.documents__list_item:first-child {
  border-top: 1px solid #DAEAEB;
}

.documents__list_item--title {
  font-size: 16px;
  color: #2b2b2b;
  transition: .3s;
  width: 70%;
}

.documents__list_item--title:hover {
  color: #50c2c9;
  cursor: pointer;
}

.documents__list_item--download a {
  position: relative;
  color: #50c2c9;
  font-size: 14px;
  font-weight: bolder;
}

.documents__list_item--download a::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 3px;
  right: -30px;
  transition: .3s;
  background-image: url("../assets/images/documents/download.png");
  background-repeat: no-repeat;
}

.documents__list_item--download a:hover {
  color: #2fa3aa;
}

.documents__list_item--download a:hover::after {
  background-image: url("../assets/images/documents/download-hover.png");
  cursor: pointer;
}

.art {
  display: flex;
  justify-content: space-between;
}

.art__content {
  margin-top: 45px;
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .art__content {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .art__content {
    margin-bottom: 50px;
  }
}

.art__content_block1 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .art__content_block1 {
    flex-flow: column;
    align-items: center;
  }
}

.art__content_block1-text {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .art__content_block1-text {
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  .art__content_block1-text {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.art__content_block1-text h1 {
  font-size: 44px;
  color: #2b2b2b;
  font-family: 'Roboto Medium', sans-serif;
}

@media screen and (max-width: 768px) {
  .art__content_block1-text h1 {
    font-size: 38px;
  }
}

.art__content_block1-text .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 25px 0;
}

.art__content_block1-text .text {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .art__content_block1-text .text {
    font-size: 18px;
  }
}

.art__content_block1-text .text-bold {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Bold', sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .art__content_block1-text .text-bold {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .art__content_block1-image {
    width: 56%;
  }
}

@media screen and (max-width: 500px) {
  .art__content_block1-image {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .art__content_block1-image img {
    width: 100%;
  }
}

.art__content_block2 {
  margin-top: 95px;
}

@media screen and (max-width: 500px) {
  .art__content_block2 {
    margin-top: 45px;
  }
}

.art__content_block2 h3 {
  font-size: 36px;
  color: #2b2b2b;
  font-family: 'Roboto Medium', sans-serif;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .art__content_block2 h3 {
    text-align: center;
    font-size: 31px;
  }
}

.art__content_block2--text {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .art__content_block2--text {
    flex-flow: column;
  }
}

.art__content_block2--text .left {
  width: 40%;
}

@media screen and (max-width: 500px) {
  .art__content_block2--text .left {
    width: 100%;
  }
}

.art__content_block2--text .left p {
  font-size: 16px;
  font-family: 'Roboto Bold', sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .art__content_block2--text .left p {
    font-size: 18px;
  }
}

.art__content_block2--text .right {
  width: 43%;
  margin-right: 100px;
}

@media screen and (max-width: 500px) {
  .art__content_block2--text .right {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.art__content_block2--text .right ul {
  padding-left: 20px;
}

.art__content_block2--text .right ul li {
  position: relative;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .art__content_block2--text .right ul li {
    font-size: 18px;
  }
}

.art__content_block2--text .right ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #50C2C9;
  position: absolute;
  top: 5.5px;
  left: -20px;
}

.art__content_block2--text .right ul li:not(:first-child) {
  margin-top: 23px;
}

.art__content_block2--text .right .participate {
  color: #ffffff;
  background-color: #50C2C9;
  height: 60px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61%;
  margin-top: 45px;
  font-size: 16px;
  font-weight: bolder;
  border: 1px solid #50c2c9;
  transition: 0.3s;
}

.art__content_block2--text .right .participate:hover {
  background-color: transparent;
  color: #50C2C9;
}

@media screen and (max-width: 992px) {
  .art__content_block2--text .right .participate {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .art__content_block2--text .right .participate {
    width: 80%;
    font-size: 20px;
  }
}

.try {
  /*padding: 120px 15px 115px;
  background-color: #fbcb0b;*/
  padding: 70px 15px 70px;
  background-color: #fbcb0b;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .try {
    padding: 25px 15px 35px;
  }
}

.try__container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .try__container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}

.try__left {
  /*padding-top: 50px;*/
}

@media screen and (max-width: 768px) {
  .try__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.try__title {
  margin-bottom: 45px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.try__description {
  max-width: 370px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 24px;
}

.try__description_bold {
  margin-bottom: 0;
  margin-right: 20px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
}

.try__bottom {
  display: flex;
  align-items: center;
}

.try__btn {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #312f2a;
  border-radius: 50%;
  transition: .3s;
}

.try__btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border: 6px solid #312f2a;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}

.try__btn:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.try__img-wrapper {
  height: 250px;
}

.try__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.school {
  padding-top: 35px;
  padding-bottom: 100px;
  display: flex;
}

.school__container {
  max-width: 1170px;
}

.school__content {
  padding-top: 20px;
  width: 100%;
}

.school__education {
  margin-bottom: 140px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .school__education {
    margin-bottom: 90px;
    flex-direction: column;
  }
}

.school__title {
  margin-bottom: 25px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.school__title_values {
  margin-bottom: 75px;
}

.school__title_additional {
  margin-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .school__title_additional {
    margin-bottom: 45px;
  }
}

.school__line {
  margin-bottom: 35px;
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
}

.school__line_small-margin {
  margin-bottom: 20px;
}

.school__text {
  margin-bottom: 25px;
}

.school__text_curator {
  margin-bottom: 50px;
}

.school__text_no-margin {
  margin: 0;
}

.school__text_additional {
  margin-bottom: 45px;
}

.school__list-item {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.school__list-item::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
  background-color: #50c2c9;
}

.school__education-img-wrapper {
  min-width: 470px;
}

.school__education-img-wrapper_mobile {
  display: none;
  margin-bottom: 35px;
}

@media screen and (max-width: 1280px) {
  .school__education-img-wrapper {
    min-width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .school__education-img-wrapper {
    display: none;
  }
  .school__education-img-wrapper_mobile {
    display: block;
    padding-top: 0;
    min-width: initial;
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .school__education-img-wrapper {
    height: 220px;
  }
}

.school__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s;
  border-radius: 35px;
}

.school__img.js-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.school__img_round {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.school__card {
  margin-bottom: 140px;
  position: relative;
  display: flex;
  align-items: center;
}

.school__card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 670px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000000;
  background-color: #8b7db8;
}

.school__card_reverse {
  flex-direction: row-reverse;
}

.school__card_reverse::before {
  right: 0;
  left: auto;
  width: 645px;
}

@media screen and (max-width: 768px) {
  .school__card {
    margin-bottom: 90px;
    width: 100%;
    flex-direction: column-reverse;
  }
  .school__card::before {
    top: auto;
    bottom: 0;
    max-width: initial;
    height: 90%;
  }
}

.school__card-info {
  padding: 70px 0 70px 85px;
}

.school__card-info_reverse {
  padding: 70px 130px 70px 100px;
}

@media screen and (max-width: 768px) {
  .school__card-info {
    padding: 0 15px 60px;
    text-align: center;
  }
}

.school__card-title {
  font-family: "Roboto Bold", sans-serif;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 42px;
  color: #cad1f6;
}

.school__card-text {
  max-width: 300px;
  font-family: "Roboto Medium", sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}

.school__card-text_reverse {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .school__card-text {
    max-width: initial;
  }
}

.school__card-img-wrapper {
  height: 228px;
}

@media screen and (max-width: 768px) {
  .school__card-img-wrapper {
    margin-bottom: 30px;
  }
}

.school__education-types {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .school__education-types {
    margin-bottom: 90px;
  }
}

.school__small-title {
  margin-bottom: 40px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.school__row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .school__row {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .school__row {
    align-items: flex-start;
  }
}

.school__row_wrap {
  flex-wrap: wrap;
}

.school__row_additional {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .school__education-item {
    max-width: 400px;
  }
}

.school__education-item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .school__education-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.school__subtitle {
  margin-bottom: 15px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.school__education-text {
  margin-right: 30px;
  font-size: 16px;
  line-height: 24px;
}

.school__curator {
  display: flex;
  margin-bottom: 150px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .school__curator {
    margin-bottom: 90px;
    flex-direction: column-reverse;
  }
}

.school__curator-info {
  max-width: 380px;
  margin-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .school__curator-info {
    margin-right: 0;
    align-items: stretch;
  }
}

.school__curator-subtitle {
  margin-bottom: 25px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.school__btn {
  display: inline-block;
  padding: 0 55px;
  line-height: 60px;
  color: #ffffff;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #50c2c9;
  border: 1px solid #50c2c9;
  border-radius: 28px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) and (min-width: 400px) {
  .school__btn {
    align-self: center;
  }
}

.school__btn:hover {
  color: #50c2c9;
  background-color: #ffffff;
}

.school__btn_light {
  color: #50c2c9;
  background-color: #ffffff;
}

.school__btn_light:hover {
  color: #ffffff;
  background-color: #50c2c9;
}

.school__curator-img-wrapper {
  max-width: 310px;
}

@media screen and (max-width: 768px) {
  .school__curator-img-wrapper {
    margin-bottom: 25px;
    height: 280px;
  }
}

@media screen and (max-width: 500px) {
  .school__curator-img-wrapper {
    align-self: center;
  }
}

.school__values-item {
  flex-basis: 30%;
  margin-bottom: 60px;
  transition: .3s;
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .school__values-item {
    max-width: 400px;
    width: 400px;
  }
}

.school__values-item:not(:nth-child(3n)) {
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .school__values-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.school__values-item:hover {
  cursor: pointer;
  transform: scale(1.04);
}

.school__values-subtitle {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Roboto Bold", sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.school__values-icon {
  /*position: absolute;
  top: 0;
  right: 0;
  transform: translate(110%, -30%);*/
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 25px;
}

.school__additional-left {
  display: flex;
}

@media screen and (max-width: 768px) {
  .school__additional-left {
    flex-direction: column;
  }
}

.school__button {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #daeaeb;
  border-radius: 50%;
}

.school__button:hover .school__arrow {
  transform: translate(-10%, -50%);
}

.school__button_left {
  margin-bottom: 15px;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .school__button_left {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.school__button_left:hover .school__arrow {
  transform: translate(-10%, -50%);
}

.school__arrows {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .school__arrows {
    margin-right: 0;
    display: flex;
    margin-bottom: 20px;
  }
}

.school__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.school__additional-info {
  position: relative;
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .school__additional-info {
    max-width: initial;
    display: flex;
    flex-direction: column;
  }
}

.school__additional-info-item {
  transition: 0.5s;
}

.school__additional-info-item.js-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.school__additional-img-wrapper {
  position: relative;
  width: 440px;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .school__additional-img-wrapper {
    display: none;
  }
}

.library {
  position: relative;
  padding-top: 37px;
  margin-bottom: 70px;
}

.library svg {
  position: absolute;
  top: -10px;
  right: 0;
  width: 57%;
  transition: .4s;
}

.library svg:hover {
  transform: scale(1.04);
}

@media screen and (max-width: 500px) {
  .library svg {
    width: 100%;
  }
}

.library__bar-image {
  top: 420px !important;
}

.library__decor {
  background-image: none;
  padding-top: 37px;
  margin-bottom: 60px;
}

@media screen and (max-width: 500px) {
  .library__decor {
    padding-top: 43px !important;
  }
}

.library__workshops {
  padding-top: 37px !important;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .library__workshops {
    padding-top: 43px !important;
  }
}

@media screen and (max-width: 768px) {
  .library__workshops {
    padding-top: 190px !important;
  }
}

.library__workshops svg {
  position: absolute;
  top: 37px;
  right: 0;
  width: 54%;
}

@media screen and (max-width: 500px) {
  .library__workshops svg {
    width: 100%;
  }
}

.library__workshops .left {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .library {
    padding-top: 360px;
    background-position: center 40px;
  }
}

@media screen and (max-width: 500px) {
  .library {
    padding-top: 228px;
    background-position: center 40px;
    background-size: 97.5%;
  }
}

@media screen and (max-width: 375px) {
  .library {
    padding-top: 180px;
  }
}

@media screen and (max-width: 325px) {
  .library {
    padding-top: 170px;
  }
}

.library-wrapper {
  display: flex;
  justify-content: space-between;
}

.library__content {
  margin-bottom: 120px;
  padding-top: 25px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .library__content {
    width: 100%;
  }
}

.library__subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #2b2b2b;
  letter-spacing: 2px;
  font-family: 'Roboto Bold', sans-serif;
}

@media screen and (max-width: 768px) {
  .library__subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .library__subtitle {
    font-size: 12px;
  }
}

.library__title {
  font-size: 44px;
  margin-top: 23px;
  font-family: 'Roboto Bold', sans-serif;
}

@media screen and (max-width: 325px) {
  .library__title {
    font-size: 36px;
  }
}

.library__video {
  cursor: pointer;
  position: relative;
  margin-bottom: 40px;
  padding: 130px 0;
  width: 100%;
  background: url("../assets/images/opportunities/video.jpg") no-repeat center/cover;
  border-radius: 25px;
  text-align: center;
  transition: .4s;
}

.library__video:hover {
  cursor: pointer;
  box-shadow: 0 0 10px 0px #50c2c9;
}

.library__video:hover .positive-life__play {
  transform: scale(1.2);
}

.library__video-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 25px;
  transition: 0.5s;
}

.library__video-content.hidden {
  z-index: -1;
  opacity: 0;
}

.library .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 20px 0;
}

.library__wrapper {
  width: 79%;
}

@media screen and (max-width: 768px) {
  .library__wrapper {
    width: 100%;
  }
}

.library__wrapper_text {
  color: #2b2b2b;
}

.library__wrapper_text--bold {
  font-size: 16px;
  font-family: 'Roboto Bold';
  line-height: 1.6;
  width: 40%;
}

@media screen and (max-width: 500px) {
  .library__wrapper_text--bold {
    width: 100%;
    font-size: 18px;
  }
}

.library__wrapper_text-block {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  line-height: 1.5;
  width: 84%;
  line-height: 1.7;
}

.library__wrapper_text-block__decor {
  width: 83%;
  line-height: 1.7;
}

@media screen and (max-width: 500px) {
  .library__wrapper_text-block {
    flex-flow: column;
    width: 100%;
  }
}

.library__wrapper_text-block .left p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .library__wrapper_text-block .left p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .library__wrapper_text-block .left {
    width: 100%;
  }
}

.library__wrapper_text-block .right {
  padding-left: 35px;
  width: 197%;
}

@media screen and (max-width: 500px) {
  .library__wrapper_text-block .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.library__wrapper_text-block .right p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .library__wrapper_text-block .right p {
    font-size: 18px;
  }
}

.images.images-library {
  margin-top: 70px;
  margin-bottom: 115px;
}

.opportunities {
  font-family: 'Roboto Bold', sans-serif;
  color: #2b2b2b;
  width: 100%;
  overflow: hidden;
}

.opportunities__title {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DAEAEB;
}

.opportunities__list {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}

@media screen and (max-width: 410px) {
  .opportunities__list {
    position: relative;
    left: -350px;
  }
}

@media screen and (min-width: 411px) and (max-width: 499px) {
  .opportunities__list {
    position: relative;
    left: -304px;
  }
}

.opportunities__list_item {
  min-width: 30%;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 16px;
  transition: .3s;
  color: #2b2b2b;
  transition: .4s;
}

.opportunities__list_item:hover {
  color: #2fa3aa;
  cursor: pointer;
  transform: scale(1.02);
}

.opportunities__list_item:hover p {
  color: #2fa3aa;
}

@media screen and (min-width: 1279px) {
  .opportunities__list_item {
    min-width: 29%;
  }
}

@media screen and (min-width: 411px) and (max-width: 499px) {
  .opportunities__list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 85%;
  }
  .opportunities__list_item:last-child {
    order: -1;
    position: relative;
    right: 2px;
  }
  .opportunities__list_item:nth-child(2) {
    position: relative;
    left: 0px;
  }
}

@media screen and (max-width: 410px) {
  .opportunities__list_item {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .opportunities__list_item:last-child {
    order: -1;
    position: relative;
    right: -30px;
  }
  .opportunities__list_item:nth-child(2) {
    position: relative;
    left: -34px;
  }
}

@media screen and (max-width: 330px) {
  .opportunities__list_item {
    min-width: 111%;
  }
  .opportunities__list_item:last-child {
    right: -62px;
  }
  .opportunities__list_item:nth-child(2) {
    left: -62px;
  }
}

.opportunities__list_item--image img {
  width: 100%;
  border-radius: 40px;
  height: 194px;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .opportunities__list_item--image img {
    width: 213px;
    height: 145px;
  }
}

@media screen and (max-width: 1024px) {
  .opportunities__list_item--image img {
    width: 220px;
    height: 150px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .opportunities__list_item--image img {
    width: 210px;
    height: 145px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .opportunities__list_item--image img {
    width: 210px;
    height: 145px;
  }
}

@media screen and (min-width: 500px) and (max-width: 730px) {
  .opportunities__list_item--image img {
    width: 160px;
    height: 120px;
  }
}

@media screen and (max-width: 500px) {
  .opportunities__list_item--image img {
    width: 305px;
    height: 220px;
  }
}

@media screen and (max-width: 330px) {
  .opportunities__list_item--image img {
    width: 252px;
    height: 188px;
  }
}

.opportunities__list_item--title {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 16px;
  margin-top: 23px;
}

.opportunities__list_item--title p {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 16px;
  transition: .3s;
  color: #2b2b2b;
}

.opportunities__list_item--title p:hover {
  color: #2fa3aa;
  cursor: pointer;
}

.box {
  display: flex;
  padding-bottom: 110px;
}

.box__content {
  padding-top: 40px;
}

.box__description-section {
  margin-bottom: 100px;
}

.box__line {
  margin-bottom: 35px;
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
}

.box__title {
  margin-bottom: 25px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.box__title_small {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 36px;
}

.box__row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .box__row {
    flex-direction: column;
  }
  .box__row_mobile {
    flex-direction: row;
  }
}

@media screen and (max-width: 500px) {
  .box__row_mobile {
    flex-direction: column;
  }
}

.box__img-wrapper {
  margin-right: 90px;
  min-width: 400px;
}

@media screen and (max-width: 1280px) {
  .box__img-wrapper {
    min-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .box__img-wrapper {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
    height: 300px;
    min-width: initial;
  }
}

@media screen and (max-width: 500px) {
  .box__img-wrapper {
    height: 220px;
  }
}

.box__description {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 500px) {
  .box__description {
    align-items: flex-start;
  }
}

.box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

.box__text {
  margin: 0 25px 0 0;
  max-width: 270px;
}

@media screen and (max-width: 500px) {
  .box__text {
    margin: 0 0 20px 0;
  }
}

.box__text:last-child {
  margin: 0;
}

.box__text_margin-bottom {
  margin: 0 0 15px 0;
}

.box__btn {
  display: inline-block;
  padding: 0 55px;
  line-height: 60px;
  color: #ffffff;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #50c2c9;
  border: 1px solid #50c2c9;
  border-radius: 28px;
  transition: 0.3s;
}

.box__btn:hover {
  background-color: #ffffff;
  color: #50c2c9;
}

.coworking {
  position: relative;
  padding-top: 7px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .coworking {
    padding-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .coworking {
    padding: 0;
  }
}

.coworking__bar {
  margin-top: 8px;
}

.coworking-wrapper {
  display: flex;
  justify-content: space-between;
}

.coworking__content {
  margin-bottom: 35px;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .coworking__content {
    width: 100%;
  }
}

.coworking__subtitle {
  font-size: 17px;
  color: #818181;
  width: 35%;
  margin-top: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .coworking__subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .coworking__subtitle {
    font-size: 15px;
    width: 73%;
  }
}

.coworking__title {
  font-size: 44px;
  margin-top: 13px;
  width: 50%;
  font-family: 'Roboto Bold', sans-serif;
  color: #2b2b2b;
}

@media screen and (max-width: 325px) {
  .coworking__title {
    font-size: 36px;
    width: 100%;
  }
}

.coworking .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .coworking__wrapper {
    width: 100%;
  }
}

.coworking__wrapper_text--bold {
  font-size: 24px;
  font-family: 'Roboto Bold', sans-serif;
  width: 40%;
}

@media screen and (max-width: 500px) {
  .coworking__wrapper_text--bold {
    width: 100%;
    font-size: 18px;
  }
}

.coworking__wrapper_text-block {
  display: flex;
  margin-top: 20px;
  line-height: 1.6;
  color: #2b2b2b;
}

@media screen and (max-width: 500px) {
  .coworking__wrapper_text-block {
    flex-flow: column;
    width: 100%;
  }
}

.coworking__wrapper_text-block .left {
  width: 33%;
}

.coworking__wrapper_text-block .left p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .coworking__wrapper_text-block .left p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .coworking__wrapper_text-block .left {
    width: 100%;
  }
}

.coworking__wrapper_text-block .right {
  padding-left: 18px;
  width: 34%;
}

@media screen and (max-width: 500px) {
  .coworking__wrapper_text-block .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.coworking__wrapper_text-block .right p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .coworking__wrapper_text-block .right p {
    font-size: 18px;
  }
}

.coworking__wrapper_text-block .right p:last-child {
  margin-top: 18px;
}

.coworking__contacts_title {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 24px;
  color: #2b2b2b;
}

.coworking__contacts .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 20px 0;
}

.coworking__contacts_info {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .coworking__contacts_info {
    flex-flow: column;
  }
}

.coworking__contacts_info--item {
  min-width: 33%;
}

.coworking__contacts_info--item:not(:first-child) {
  padding-left: 30px;
  border-left: 1px solid #DBEAEB;
}

@media screen and (max-width: 500px) {
  .coworking__contacts_info--item:not(:first-child) {
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 500px) {
  .coworking__contacts_info--item:nth-child(1) {
    order: 1;
  }
  .coworking__contacts_info--item:nth-child(2) {
    order: 2;
  }
  .coworking__contacts_info--item:nth-child(3) {
    order: 1;
  }
}

.coworking__contacts_info--item p {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 500px) {
  .coworking__contacts_info--item p {
    line-height: 1.5;
  }
}

.coworking__contacts_info .social {
  margin: 0;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .coworking__contacts_info .social {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .coworking__contacts_info .social {
    flex-flow: row;
    margin: 22px 0;
  }
}

.coworking__contacts_info .social div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E2EFF0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coworking__contacts_info .social div:last-child {
  margin-left: 23px;
}

.coworking__contacts_info .social div .facebook {
  position: relative;
  right: 0.5px;
}

.coworking__contacts_info .social div img {
  -o-object-fit: contain;
     object-fit: contain;
}

.coworking__contacts_map {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .coworking__contacts_map iframe {
    height: 205px;
  }
}

.images.images-coworking {
  margin-top: 70px;
  margin-bottom: 105px;
}

.positive-life {
  display: flex;
  padding-bottom: 90px;
}

.positive-life__content {
  width: 100%;
  padding-top: 25px;
}

.positive-life__video {
  position: relative;
  margin-bottom: 90px;
  padding: 130px 0;
  width: 100%;
  background: url("../assets/images/positive-life/video.jpg") no-repeat center/cover;
  border-radius: 25px;
  text-align: center;
  transition: .3s;
}

.positive-life__video:hover {
  box-shadow: 0 0 10px 0px #50c2c9;
  cursor: pointer;
}

.positive-life__video:hover .positive-life__play {
  transform: scale(1.2);
}

.positive-life__play {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: .6s;
}

.positive-life__play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 26px;
  content: "";
  background: url("../assets/images/positive-life/play.png") no-repeat center/contain;
  transform: translate(-50%, -50%);
}

.positive-life__video-title {
  margin-bottom: 30px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}

.positive-life__video-subtitle {
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.positive-life__title {
  margin-bottom: 25px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.positive-life__title_small {
  font-size: 36px;
}

.positive-life__line {
  margin-bottom: 35px;
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
}

.positive-life__row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .positive-life__row {
    flex-direction: column;
  }
  .positive-life__row_mobile {
    flex-direction: row;
  }
}

@media screen and (max-width: 500px) {
  .positive-life__row_mobile {
    flex-direction: column;
  }
}

.positive-life__text {
  margin: 0 25px 0 0;
  max-width: 270px;
}

@media screen and (max-width: 500px) {
  .positive-life__text {
    margin: 0 0 20px 0;
  }
}

.positive-life__text:last-child {
  margin: 0;
}

.positive-life__text_margin-bottom {
  margin: 0 0 20px 0;
}

.positive-life__description-section {
  margin-bottom: 150px;
}

.positive-life__events {
  margin-bottom: 90px;
}

.positive-life__img-wrapper {
  margin-right: 90px;
  min-width: 400px;
}

@media screen and (max-width: 1280px) {
  .positive-life__img-wrapper {
    min-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .positive-life__img-wrapper {
    margin-right: 0;
    margin-bottom: 35px;
    min-width: initial;
    width: 100%;
    height: 220px;
  }
}

.positive-life__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.positive-life__list-item {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.positive-life__list-item::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
  background-color: #50c2c9;
}

.positive-life__tabs {
  margin-bottom: 35px;
  display: flex;
  border-bottom: 1px solid #daeaeb;
}

@media screen and (max-width: 400px) {
  .positive-life__tabs {
    justify-content: space-between;
  }
}

.positive-life__tab {
  cursor: pointer;
  position: relative;
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
  line-height: 48px;
  color: #b0b0b0;
}

.positive-life__tab::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #50c2c9;
  transform: scaleX(0);
  transition: 0.5s transform;
}

.positive-life__tab.active::before {
  transform: scaleX(1);
}

.positive-life__tab:not(:last-child) {
  margin-right: 30px;
}

.positive-life__tab-description {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s;
}

.positive-life__tab-description.active {
  position: static;
  opacity: 1;
}

.positive-life__tabs-content {
  position: relative;
}

.trust {
  display: flex;
  padding-bottom: 100px;
}

.trust__breadcrumbs {
  margin-bottom: 25px;
}

.trust__container {
  width: 100%;
}

.trust__title {
  margin-bottom: 15px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 44px;
  line-height: 48px;
}

@media screen and (max-width: 768px) {
  .trust__title {
    font-size: 36px;
  }
  .trust__title > br {
    display: none;
  }
}

.trust__subtitle {
  margin-bottom: 15px;
  max-width: 260px;
  font-size: 17px;
  line-height: 24px;
  color: #818181;
}

.trust__line {
  margin-bottom: 25px;
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
}

.trust__row {
  display: flex;
}

.trust__row_margin {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .trust__row_margin {
    margin-bottom: 90px;
  }
}

.trust__row_small-margin {
  margin-bottom: 46px;
}

@media screen and (max-width: 500px) {
  .trust__row {
    flex-direction: column;
  }
}

.trust__col {
  max-width: 270px;
}

.trust__col:not(:last-child) {
  margin-right: 30px;
}

.trust__list-title {
  margin-bottom: 20px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
}

.trust__list-item {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.trust__list-item::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
  background-color: #50c2c9;
}

.trust__second-title {
  margin-bottom: 30px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 24px;
}

.trust__slider {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .trust__slider {
    flex-direction: column;
    align-items: center;
  }
}

.trust__slider-item {
  margin-right: 30px;
  flex-grow: 1;
  height: 455px;
  background-color: #abced0;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .trust__slider-item {
    margin-right: 0;
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .trust__slider-item {
    height: 220px;
  }
}

.trust__button {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #daeaeb;
  border-radius: 50%;
}

.trust__button_left {
  margin-bottom: 15px;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .trust__button_left {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .trust__arrows {
    display: flex;
  }
}

.trust__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}

.education {
  position: relative;
  padding-top: 7px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .education {
    padding-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .education {
    padding: 0;
  }
}

.education__bar {
  margin-top: 20px;
}

.education-wrapper {
  display: flex;
  justify-content: space-between;
}

.education__content {
  margin-bottom: 35px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .education__content {
    width: 100%;
  }
}

.education__subtitle {
  font-size: 17px;
  color: #818181;
  width: 33%;
  margin-top: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .education__subtitle {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .education__subtitle {
    font-size: 15px;
    width: 85%;
  }
}

.education__title {
  font-size: 44px;
  margin-top: 15px;
  width: 50%;
  font-family: 'Roboto Medium', sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 325px) {
  .education__title {
    font-size: 36px;
    width: 100%;
  }
}

.education .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 25px 0 15px 0;
}

@media screen and (max-width: 768px) {
  .education__wrapper {
    width: 100%;
  }
}

.education__wrapper_text-block {
  display: flex;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 500px) {
  .education__wrapper_text-block {
    flex-flow: column;
    width: 100%;
  }
}

.education__wrapper_text-block .left {
  width: 31%;
}

.education__wrapper_text-block .left p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .education__wrapper_text-block .left p {
    font-size: 18px;
  }
}

.education__wrapper_text-block .left p:last-child {
  margin-top: 18px;
}

@media screen and (min-width: 501px) {
  .education__wrapper_text-block .left p span {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .education__wrapper_text-block .left p span {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .education__wrapper_text-block .left {
    width: 100%;
  }
}

.education__wrapper_text-block .right {
  padding-left: 28px;
  width: 34%;
}

@media screen and (max-width: 500px) {
  .education__wrapper_text-block .right {
    width: 100%;
    margin-top: 0px;
    padding-left: 0;
  }
}

.education__wrapper_text-block .right p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .education__wrapper_text-block .right p {
    font-size: 18px;
  }
}

.education__wrapper_text-block .right p:last-child {
  margin-top: 23px;
}

@media screen and (min-width: 501px) {
  .education__wrapper_text-block .right p:first-child {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .education__wrapper_text-block .right p:first-child {
    display: none;
  }
}

.education__wrapper_list {
  display: flex;
  flex-flow: column;
  margin-top: 93px;
  color: #2b2b2b;
  width: 43%;
}

@media screen and (max-width: 500px) {
  .education__wrapper_list {
    width: 100%;
  }
}

.education__wrapper_list--title {
  font-family: 'Roboto Bold';
  font-size: 18px;
}

.education__wrapper_list ul {
  margin-top: 20px;
  color: #2b2b2b;
  font-size: 16px;
}

.education__wrapper_list ul li {
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}

.education__wrapper_list ul li:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .education__wrapper_list ul li:not(:first-child) {
    margin-top: 15px;
  }
}

.education__wrapper_list ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #50C2C9;
  position: absolute;
  top: 7px;
  left: -1px;
}

.images.images-education {
  margin-top: 70px;
}

@media screen and (max-width: 500px) {
  .images.images-education {
    margin-top: -25px;
    margin-bottom: 30px;
  }
}

.platform-good {
  position: relative;
  padding-top: 7px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .platform-good {
    padding-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .platform-good {
    padding: 0;
  }
}

.platform-good-wrapper {
  display: flex;
  justify-content: space-between;
}

.platform-good__content {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .platform-good__content {
    width: 100%;
  }
}

.platform-good__title {
  font-size: 44px;
  margin-top: 23px;
  width: 50%;
}

@media screen and (max-width: 325px) {
  .platform-good__title {
    font-size: 36px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .platform-good__wrapper {
    width: 100%;
  }
}

.platform-good__wrapper_text--title {
  font-size: 44px;
  margin-top: 5px;
  color: #2b2b2b;
  width: 50%;
  font-family: 'Roboto Medium', sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text--title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 325px) {
  .platform-good__wrapper_text--title {
    font-size: 36px;
    width: 100%;
  }
}

.platform-good__wrapper_text .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 23px 0 28px 0;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text .line {
    display: none;
  }
}

.platform-good__wrapper_text-block {
  display: flex;
  margin-top: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text-block {
    flex-flow: column;
    width: 100%;
  }
}

.platform-good__wrapper_text-block .left {
  width: 41%;
}

.platform-good__wrapper_text-block .left p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text-block .left p {
    font-size: 18px;
    margin-top: 20px;
  }
}

.platform-good__wrapper_text-block .left p:last-child {
  margin-top: 30px;
  font-family: 'Roboto Bold';
  font-size: 18px;
}

@media screen and (min-width: 501px) {
  .platform-good__wrapper_text-block .left p span {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text-block .left p span {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text-block .left {
    width: 100%;
  }
}

.platform-good__wrapper_text-block .right {
  padding-left: 50px;
  width: 34%;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text-block .right {
    width: 100%;
    margin-top: 0px;
    padding-left: 0;
    order: -1;
  }
}

.platform-good__wrapper_text-block .right img {
  width: 188%;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_text-block .right img {
    width: 100%;
  }
}

.platform-good__wrapper_list {
  display: flex;
  flex-flow: column;
  color: #2b2b2b;
  width: 43%;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_list {
    width: 100%;
  }
}

.platform-good__wrapper_list ul {
  margin-top: 15px;
  color: #2b2b2b;
  font-size: 16px;
}

.platform-good__wrapper_list ul li {
  padding-left: 24px;
  position: relative;
  line-height: 1.7;
}

.platform-good__wrapper_list ul li:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .platform-good__wrapper_list ul li:not(:first-child) {
    margin-top: 15px;
  }
}

.platform-good__wrapper_list ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #50C2C9;
  position: absolute;
  top: 7px;
  left: -1px;
}

.platform-good__parts {
  margin-top: 90px;
}

.platform-good__parts_title {
  font-size: 36px;
  color: #2b2b2b;
  text-align: center;
}

.platform-good__parts_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .platform-good__parts_list {
    flex-flow: column;
  }
}

.platform-good__parts_list--item {
  transition: .3s;
  background-color: #ffffff;
  max-width: 31%;
  border: 1px solid #DAEAEB;
  border-radius: 40px;
  padding: 45px 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .platform-good__parts_list--item {
    max-width: 100%;
    padding: 30px 65px;
    background-color: #50C2C9;
  }
  .platform-good__parts_list--item:not(:first-child) {
    margin-top: 12px;
  }
}

.platform-good__parts_list--item h5, .platform-good__parts_list--item p {
  transition: .3s;
}

.platform-good__parts_list--item svg {
  fill: #50C2C9;
}

@media screen and (max-width: 500px) {
  .platform-good__parts_list--item svg {
    display: none;
  }
}

.platform-good__parts_list--item:hover {
  background-color: #50C2C9;
  cursor: pointer;
  transform: scale(1.05);
}

.platform-good__parts_list--item:hover svg {
  fill: #ffffff;
}

.platform-good__parts_list--item:hover h5 {
  color: #ffffff;
}

.platform-good__parts_list--item:hover p {
  color: #daeaeb;
}

.platform-good__parts_list--item h5 {
  font-family: 'Roboto Bold';
  font-size: 18px;
  color: #2b2b2b;
  margin-top: 13px;
}

@media screen and (max-width: 500px) {
  .platform-good__parts_list--item h5 {
    color: #ffffff;
    margin-top: 0;
  }
}

.platform-good__parts_list--item p {
  text-align: center;
  font-size: 16px;
  color: #787878;
  margin-top: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 500px) {
  .platform-good__parts_list--item p {
    display: none;
  }
}

.platform-good__opportunities {
  margin-top: 140px;
}

@media screen and (max-width: 500px) {
  .platform-good__opportunities {
    margin-top: 90px;
  }
}

.platform-good__opportunities_title {
  font-size: 36px;
  color: #2b2b2b;
  margin-bottom: 20px;
  font-family: 'Roboto Medium', sans-serif;
}

@media screen and (max-width: 500px) {
  .platform-good__opportunities_title {
    text-align: center;
    margin-bottom: 0;
  }
}

.platform-good__opportunities_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .platform-good__opportunities_list {
    flex-flow: column;
  }
}

.platform-good__opportunities_list--item {
  max-width: 43%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 55px;
  padding-left: 5px;
  transition: .3s;
}

.platform-good__opportunities_list--item:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.platform-good__opportunities_list--item:hover .platform-good__opportunities_list--item-number {
  background: #50C2C9;
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .platform-good__opportunities_list--item {
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
  }
}

.platform-good__opportunities_list--item-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #50C2C9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50C2C9;
  font-family: 'Roboto Bold';
  font-size: 16px;
  margin-right: 35px;
  transition: .3s;
}

@media screen and (max-width: 500px) {
  .platform-good__opportunities_list--item-number {
    margin: 0;
  }
}

.platform-good__opportunities_list--item-text {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.6;
  width: 72%;
}

@media screen and (max-width: 500px) {
  .platform-good__opportunities_list--item-text {
    width: 96%;
    text-align: center;
    margin-top: 22px;
  }
}

.platform-good__opportunities_list--item-text span {
  font-family: 'Roboto Bold', sans-serif;
}

.platform-good__contacts {
  margin-top: 150px;
  color: #2b2b2b;
}

.platform-good__contacts_title {
  font-size: 36px;
  color: #2b2b2b;
}

.platform-good__contacts .line {
  width: 20px;
  height: 2px;
  background-color: #50C2C9;
  margin: 20px 0;
}

.platform-good__contacts_info {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_info {
    flex-flow: column;
  }
}

.platform-good__contacts_info--left {
  width: 43%;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_info--left {
    width: 100%;
  }
}

.platform-good__contacts_info--left p {
  font-size: 16px;
  line-height: 1.5;
}

.platform-good__contacts_info--left p:last-child {
  margin-top: 25px;
}

.platform-good__contacts_info--right {
  width: 47%;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_info--right {
    width: 100%;
  }
}

.platform-good__contacts_info--right-text {
  padding-left: 25px;
  border-left: 1px solid #50C2C9;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_info--right-text {
    padding-left: 0;
    border-left: none;
    margin-top: 70px;
  }
}

.platform-good__contacts_info--right-text > p {
  font-size: 16px;
  line-height: 1.4;
}

.platform-good__contacts_info--right-text > p:first-child {
  font-family: 'Roboto Bold';
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.platform-good__contacts_info--right-social {
  margin-top: 85px;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_info--right-social {
    margin-top: 55px;
    padding: 0;
    flex-flow: column;
    align-items: flex-start;
  }
}

.platform-good__contacts_info--right-social p {
  font-size: 16px;
  font-family: 'Roboto Bold';
  width: 65%;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_info--right-social p {
    width: 80%;
    line-height: 1.6;
  }
}

.platform-good__contacts_info--right-social > div {
  display: flex;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_info--right-social > div {
    margin-top: 22px;
  }
}

.platform-good__contacts_info--right-social > div div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E2EFF0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-good__contacts_info--right-social > div div:last-child {
  margin-left: 23px;
}

.platform-good__contacts_info--right-social > div div img {
  -o-object-fit: contain;
     object-fit: contain;
}

.platform-good__contacts_info--right-social > div div:hover {
  cursor: pointer;
  -webkit-animation: moving-btn 0.5s linear;
          animation: moving-btn 0.5s linear;
}

.platform-good__contacts_map {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .platform-good__contacts_map iframe {
    height: 205px;
  }
}

.kit {
  display: flex;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .kit {
    padding-bottom: 75px;
  }
}

.kit__container {
  flex-grow: 1;
  padding-top: 40px;
}

.kit__title {
  margin-bottom: 25px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.kit__title_margin-bottom {
  margin-bottom: 40px;
}

.kit__title_small {
  font-size: 36px;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .kit__title {
    font-size: 36px;
    line-height: 36px;
  }
}

.kit__link {
  font-family: "Roboto Bold", sans-serif;
  color: #50c2c9;
  text-decoration: underline;
}

.kit__line {
  margin-bottom: 35px;
  width: 20px;
  height: 2px;
  background-color: #50c2c9;
}

.kit__row {
  display: flex;
  justify-content: space-between;
}

.kit__row:not(:last-child) {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .kit__row {
    flex-direction: column;
  }
}

.kit__col {
  max-width: 270px;
}

@media screen and (min-width: 768px) {
  .kit__col_padding {
    padding-left: 30px;
  }
}

.kit__col_right {
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .kit__col_right {
    text-align: center;
  }
}

.kit__col_margin {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .kit__col {
    max-width: initial;
  }
}

.kit__text {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .kit__text {
    margin-bottom: 65px;
  }
}

.kit__text_margin-bottom {
  margin-bottom: 20px;
}

.kit__text_margin-bottom-big {
  margin-bottom: 40px;
}

.kit__text_light {
  padding-left: 30px;
  color: #787878;
  border-left: 1px solid #dbeaeb;
}

@media screen and (max-width: 768px) {
  .kit__text_light {
    padding-left: 0;
    text-align: center;
  }
}

.kit__text_left {
  text-align: left;
}

.kit__button {
  display: inline-block;
  margin-left: 30px;
  padding: 0 40px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  line-height: 60px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #50c2c9;
  border: 1px solid #50c2c9;
  transition: 0.3s;
  text-align: center;
}

.kit__button:hover {
  color: #50c2c9;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .kit__button {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .kit__button {
    width: 100%;
  }
}

.kit__img-wrapper {
  margin-right: 30px;
  width: 370px;
  height: 240px;
}

.kit__img-wrapper_library {
  width: 400px;
  height: 300px;
}

@media screen and (max-width: 1280px) {
  .kit__img-wrapper {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .kit__img-wrapper {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 500px) {
  .kit__img-wrapper {
    height: 200px;
  }
}

.kit__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

@media screen and (max-width: 400px) {
  .kit__img {
    -o-object-position: center center;
       object-position: center center;
  }
}

.kit__list-title {
  margin-bottom: 20px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
}

.kit__list-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.kit__list-item::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
  background-color: #50c2c9;
}

.timer {
  position: absolute;
  left: 0;
  right: 0;
}

.timer circle {
  stroke: #2DA8A5;
  stroke-width: 2;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.timer circle.animate {
  -webkit-animation: fill 6s linear;
          animation: fill 6s linear;
}

@-webkit-keyframes fill {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  to {
    stroke-dashoffset: 0;
  }
}

.opportunities-slider {
  padding-top: 35px;
  padding-bottom: 65px;
  width: 100%;
  overflow: hidden;
}

.opportunities-slider__arrows {
  margin-top: 20px;
  flex-direction: row-reverse;
}

.opportunities-slider__arrows .opportunities-right {
  margin: 0;
}

.opportunities-slider__arrows .opportunities-left {
  margin: 0 30px 0 0;
}

.opportunities-slider__arrows .opportunities-left:hover img {
  transform: translateX(-20%);
}

.opportunities-slider__slides {
  display: flex;
  transition: 0.2s;
}

.opportunities-slider__item {
  padding: 0 15px;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .opportunities-slider__item {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .opportunities-slider__item {
    width: 100%;
    padding: 0 5px;
  }
}

.opportunities-slider__img-wrapper {
  width: 100%;
  height: 193px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.opportunities-slider__img-wrapper > img {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.opportunities-slider__item-label {
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  border: 1px solid #50C2C9;
  border-radius: 35px;
  display: inline-flex;
  justify-content: center;
  padding: 10px 0;
  min-width: 185px;
  color: #50C2C9;
  transition: .3s;
}

.opportunities-slider__item-label:hover {
  color: #ffffff;
  background: #50C2C9;
}

.header__buttons_language__list {
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  left: -5px;
  top: 20px;
  background: #fff;
  padding: 5px;
  position: absolute;
  z-index: 1;
}

.header__buttons_language__list a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.header__buttons_language {
  cursor: pointer;
}

.header__buttons_language {
  position: relative;
}

.header__buttons_language.active .header__buttons_language__list {
  opacity: 1;
  visibility: visible;
}

.kit__text_margin-bottom p {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}

.kit__text_margin-bottom a {
  font-family: "Roboto Bold", sans-serif;
  color: #50c2c9;
  text-decoration: underline;
}

.box__description p {
  margin-bottom: 15px;
}

.coworking__contacts_info .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E2EFF0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coworking__contacts_info .social a:last-child {
  margin-left: 23px;
}

.news-article__image--block {
  display: block;
  margin: auto;
}

.try__description_bold {
  color: #000 !important;
}

@media screen and (min-width: 1200px) {
  .documents__list_item {
    min-width: 600px;
  }
  .person-list {
    width: 100%;
  }
  .info__main__wrapper_text .about-organization {
    width: 223px;
    text-align: center;
  }
}

.info__main__wrapper_text img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}

.info__main__wrapper {
  /* height: 700px; */
  background: none;
}

.info__main__wrapper_text.js-hidden {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 135px 208px;
}

@media screen and (max-width: 1024px) {
  .info__main__wrapper_text.js-hidden {
    padding: 135px 150px;
  }
}

@media screen and (max-width: 769px) {
  .info__main__wrapper_text.js-hidden {
    padding: 50px 20px;
  }
}

.help__form::-webkit-scrollbar {
  opacity: 0;
  display: none !important;
}

.mobile__menu_list a {
  color: #000 !important;
}

.mobile__subnav a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .info__main__wrapper_text .about-organization {
    width: 260px;
  }
  .info__main__wrapper_text .title {
    font-size: 38px;
  }
}

.subscription__input-field.novalid {
  border: 1px solid red;
}

.company-vector__descriptions .company-vector__description {
  width: 100%;
}

.team-member ul {
  list-style-type: disc;
  padding-left: 20px;
}

.team-member ul li {
  font-family: initial;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Regular', sans-serif;
  color: #2b2b2b;
}

.person__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -o-object-position: top;
     object-position: top;
}

.person__photo {
  width: 100%;
  height: 100%;
  position: static;
}

.partners__wrapper_item img, .partners-all__item img {
  max-width: 185px;
  max-height: 60px;
}

.help, .school-popup, .disable_regular_payment {
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
}

.help-exit, .school-exit, .disable_regular_payment-exit {
  position: fixed !important;
  color: #fff !important;
  transform: rotate(45deg);
  right: 10px;
  top: 3px;
  font-size: 32px;
  z-index: 12;
  cursor: pointer;
}

.help.active, .school-popup.active, .disable_regular_payment.active {
  opacity: 1;
  visibility: visible;
}

.help .rgba, .school-popup .rgba, .disable_regular_payment .rgba {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.9);
}

.help__form, .school-popup iframe, .disable_regular_payment__form {
  position: relative;
  z-index: 3;
  width: 600px;
  background: #fff;
  padding: 30px;
  height: 500px;
  overflow: scroll;
  border-radius: 10px;
}

.school-popup iframe {
  background: none;
  padding: 0;
  width: 800px;
}

@media screen and (max-width: 992px) {
  .school-popup iframe {
    width: 95%;
    height: 300px;
  }
}

.help__form::-webkit-scrollbar-button {
  display: none;
}

.help__form * {
  color: #2b2b2b;
  position: relative;
  line-height: 1.4;
}

.help__form ul {
  list-style-type: disc;
  padding-left: 20px;
}

.help__form > * {
  margin-bottom: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none !important;
}

.help__form .wpcf7-form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
}

.help__form .help-input {
  width: 40%;
}

.help__form .help-input:nth-of-type(3) {
  text-align: right;
}

.help__form div.wpcf7 .ajax-loader {
  display: none !important;
}

.help__form .header__buttons_button {
  margin-right: 0 !important;
  margin-left: auto;
}

.help__form .file-794 {
  display: none !important;
}

.help__form .filupp-file-name {
  padding: 5px 10px;
  background: #50C2C9;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #50C2C9;
  border-radius: 30px;
}

.help__form div.wpcf7-mail-sent-ok {
  border: none !important;
  width: 100%;
  margin: 15px auto 0 0 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .help__form .help-input {
    width: 100%;
    text-align: center;
  }
  .help__form .help-input:nth-of-type(3) {
    text-align: center;
  }
  .help__form .header__buttons_button {
    margin-right: auto !important;
    margin-top: 10px !important;
    margin-left: auto;
  }
  .help__form .filupp-file-name {
    width: 100%;
    display: inline-block;
  }
  .help__form .header__buttons_button {
    width: 100% !important;
  }
}

.platform-good__parts_list--item h5 {
  text-align: center;
}

.images-library iframe {
  width: 100%;
  border-radius: 40px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.5s;
}

.images-library div.slider-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-video__rgba {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.images-library div.js-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.try__description span {
  font-size: 14px;
}

.superteam-member img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.company-vector__description p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-template-template-story .subscription .subscription__container {
  max-width: none;
}
.page-template-template-story .subscription .subscription__input-field {
  max-width: 370px;
  margin: auto;
}
.person-list--title {

}
.person-list--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stickyLeftMenu {
  position: fixed;
  margin-top: -60px ;
  z-index: 100;
}
.donate {
    margin-top: 58px;
    height: calc(100% - 228px);
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}
.donate__wrapper {
    display: flex;
    border-radius: 46px;
    overflow: hidden;
}
.donate__sidebar {
    width: 390px;
    min-width: 390px;
    background: #F8F9FA;
    padding-left: 50px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
}
.donate-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 0;
    font-family: 'Roboto Bold', sans-serif;
}
.donate__subtitle {
    font-weight: bold;
    font-size: 29px;
    line-height: 34px;
    font-family: 'Roboto Bold', sans-serif;
    color: #000000;
    display: block;
}
.donate__subtitle::after {
    content: '';
    display: block;
    width: 65px;
    height: 3px;
    background: #BCE7EA;
    margin-top: 45px;
}
.donate__payment_detail {
    margin-top: 35px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    display: block;
    margin-bottom: 30px;
}
.donate__partners a {
    display: block;
    margin-bottom: 21px;
}
.donate__partners div {
  margin-bottom: 21px;
}
.donate__form {
    width: calc(100% - 390px);
    background: #98E0E5;
    padding-top: 75px;
    padding-bottom: 75px;
}
.donate__form_wrapper {
    width: 560px;
    margin: auto;
}
.donate__form_contacts {
    width: 440px;
    margin: auto;
    margin-top: 28px;
}
.donate__form_contacts input {
    border: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 33.5px;
    height: 50px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;

}
.donate__form_contacts input:focus,
.donate__form_contacts input:active {
    outline: 0;
    border: 0;
}
.donate__form_contacts button {
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 33.5px;
    width: 100%;
    height: 63px;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    position: relative;
    padding-right: 58px;
    cursor: pointer;
}
.donate__form_submit--icon {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #50c2c9;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.donate__form_contacts button:hover svg {
    -webkit-animation: move-arrow 0.3s linear;
    animation: move-arrow 0.3s linear;
}
.donate__form_regularpay {
    font-size: 14px;
    line-height: 16px;
    margin: auto;
    margin-top: 27px;
    margin-bottom: 27px;
    color: #000000;
    width: 440px;

}
.donate__form_regularpay a {
    color: #000;
    text-decoration: underline;
}
.donate__form_regularpay a:hover {
    text-decoration: none;
}
.donate__form_agreements {
    width: 440px;
    margin: auto;
  margin-top: 27px;
}
.donate__form_agreements label {
    font-size: 14px;
    line-height: 16px;
    display: block;
    position: relative;
    color: #000000;
    padding-left: 35px;
}
.donate__form_summ {
    width: 570px;
    margin: auto;
}
.donate__type_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.donate_amount_field {
    border: 0;
    display: inline-block !important;
    background: #fff;
    border-radius: 32.5px;
    width: 172px;
    height: 63px;
    margin-bottom: 22px;
    text-align: center;
    transition: 200ms all;
    cursor: pointer;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 16px;
}
.donate_amount_field:focus,
.donate_amount_field:active {
    border: 0;
    outline: 0;
}
.donate_amount_field:active,
.donate_amount_field:focus {
    color: #FFF;
    background: #FF636B;
}
.donate_amount_field:active::placeholder,
.donate_amount_field:focus::placeholder {
    color: #FFF;
}

.donate__summ_wrapper label {
    background: #fff;
    border-radius: 32.5px;

    display: inline-block;

    width: 172px;
    height: 63px;
    line-height: 63px;
    margin-bottom: 22px;
    text-align: center;
    margin-right: 22px;

    transition: 200ms all;
    cursor: pointer;

    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}
#donate__summ200 + label {
    margin-right: 0;
}
.donate__summ_wrapper input { display: none; }
.donate__summ_wrapper input:checked + label {
    color: #FFF;
    background: #FF636B;
}
.donate_amount_field_active {
    color: #FFF;
    background: #FF636B;
}
.donate_amount_field_active::placeholder {
    color: #FFF;
}
.donate__type_wrapper label {
    position: relative;

    background: #fff;
    border-radius: 32.5px;

    display: inline-block;

    width: 270px;
    height: 63px;
    line-height: 63px;
    margin-bottom: 22px;
    text-align: left;
    margin-right: 22px;
    padding-left: 27px;

    transition: 200ms all;
    cursor: pointer;

    font-family: 'Roboto Regular', sans-serif;
    font-size: 18px;
    color: #000;
}

.donate__type_wrapper label::after {
    display: inline-block;
    content: '';
    float: right;
    width: 28px;
    height: 28px;
    border: 2px solid #C7C7C7;
    border-radius: 50%;
    margin-top: 18px;
    margin-right: 18px;
}


.donate__type_wrapper input { display: none; }
.donate__type_wrapper input:checked + label {
    color: #FFF;
    background: #FF636B;
}
#onetime_donate + label {
    margin-right: 0;
}

.donate__type_wrapper input:checked + label::after {
    border-color: transparent;
    background: url('/wp-content/uploads/2020/06/checkbox_background.png') no-repeat center;
}
.page-template-template-donate .header__wrapper {
  -webkit-box-shadow: 0px 4px 8px 1px rgba(217,217,217,0.75);
  -moz-box-shadow: 0px 4px 8px 1px rgba(217,217,217,0.75);
  box-shadow: 0px 4px 8px 1px rgba(217,217,217,0.75);
}
.donate_thanx_element {
  width: 100%;
  text-align: center;
}
.donate__back_to_home a {
  transition: .3s;
  padding: 0 40px;
  height: 40px;
  outline: none;
  background: #ffffff;
  width: 250px !important;
  border: 1px solid #50C2C9;
  border-radius: 30px;
  color: #50C2C9;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}
.donate__back_to_home a:hover {
  background: #50C2C9;
  cursor: pointer;
  color: #ffffff;
}
.wpcf7-form .subscription__input {
  width: 250px;
}
.subscription__input-field span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 13px;
  font-weight: normal;
  display: block;
  position: absolute;
  width: 250px;
  margin-top: 30px;
  margin-left: 10px;
}
.donate__agreements--checkbox {
  opacity: 0;
}
.donate__agreements--checkbox:checked + .donate__agreements--label:before {
  background: url('/wp-content/uploads/2020/06/green_checkbox.png') no-repeat center;
}
.donate__agreements--label {
  cursor: pointer;
}
.donate__agreements--label:before {
  content: '';
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  width: 28px;
  left: 0;
  height: 28px;
  cursor: pointer;
}