/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

.container {
  padding: 0 96px;
}

.header {
  background-image: url("../img/main-screen__bgc.jpg");
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.header__row {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  margin: 0 12px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}

.header__log {
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: linear-gradient(94.26deg, #c89afc 9.51%, #7c6afa 90.23%);
  border-radius: 50px;
  font-size: 12px;
  width: 153px;
  border: 0;
  padding: 5px 0;
  line-height: 150%;
  outline: none;
  cursor: pointer;
}

.header__logo img {
  width: 24px;
}

.header__main {
  position: absolute;
  -webkit-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
  max-width: 340px;
}

.header__title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
}

.header__secondrow {
  position: relative;
}

.header__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

.header__block {
  background-color: #121212;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 20px 20px;
  text-align: center;
}

.header__block h3 {
  margin: 0;
}

.header__block p {
  margin: 0;
}

.order {
  background-color: #121212;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  padding: 50px 0;
  font-size: 12px;
  color: white;
}

.order__article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 81px;
}

.order__butn {
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: linear-gradient(94.26deg, #c89afc 9.51%, #7c6afa 90.23%);
  border-radius: 50px;
  border: 0;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  max-width: 200px;
  height: 24px;
  line-height: 150%;
  outline: none;
  cursor: pointer;
}

.order__line {
  width: 100%;
  height: 3px;
  background-color: white;
}

.order__line::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  background: linear-gradient(94.78deg, #df5950 11.19%, #451046 93.72%);
}

.order__inf {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  opacity: 1;
}

.order__inf p:nth-child(1) {
  color: #ffffff;
  opacity: 0.4;
}

.order__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__price p:nth-child(1) {
  opacity: 0.4;
}

.order__price p:nth-child(2) {
  margin-left: 10px;
}

.order__rating {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.4;
}

.about {
  padding: 50px 0;
  background-color: black;
  color: white;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__img {
  background: linear-gradient(94.78deg, #c89afc 11.19%, #7c6afa 93.72%);
  width: 35%;
  height: 35%;
  position: relative;
}

.about__img::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 90%;
  top: 0;
  left: 0;
  background-color: black;
  -webkit-transform: translate(6%, 6%);
          transform: translate(6%, 6%);
}

.about__img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(15%, 15%);
          transform: translate(15%, 15%);
}

.about__inform {
  max-width: 50%;
  font-family: "Roboto", sans-serif;
}

.about__inform p {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.start {
  padding: 50px 0;
  font-family: "Roboto", sans-serif;
  background-color: black;
  color: #ffffff;
}

.start__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.start__title h1 {
  margin: 0;
}

.start__about {
  margin: 20px 0 40px 0;
  font-size: 0.8em;
  opacity: 0.5;
}

.start__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.start__articlc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.start__articlc svg {
  width: 100%;
}

.start__reg svg:nth-child(1) {
  height: 100%;
}

.start__reg svg:nth-child(2) {
  height: 50%;
}

.start__reg p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.give {
  padding: 25px 0;
  background-color: black;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.give h1 {
  text-align: center;
  margin: 30px 0;
}

.give__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 50px 0;
  width: 100%;
}

.give__row article {
  margin: 0 20px;
  width: 30%;
}

.give__row article svg {
  width: 100%;
}

.partner {
  padding: 25px 0;
  background-color: #000;
  color: white;
  font-family: "Roboto", sans-serif;
}

.partner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 0;
}

.partner__title h1 {
  margin: 0;
}

.partner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner__row article {
  position: relative;
  width: 33%;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
}

.partner__row article img {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.partner__row article:nth-child(3) {
  border-right: 0;
}

.partner__row article:nth-child(6) {
  border-right: 0;
  border-bottom: 0;
}

.partner__row article:nth-child(5) {
  border-bottom: 0;
}

.partner__row article:nth-child(4) {
  border-bottom: 0;
}

.soft {
  padding: 50px 0;
  background-color: black;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.soft h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.soft__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 25px 0;
}

.soft__title img {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.soft__title p {
  opacity: 0.5;
  max-width: 500px;
  text-align: center;
}

.soft__coverleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.soft__coverleft::after {
  content: "";
  width: 35px;
  height: 0.1em;
  background-color: white;
  opacity: 0.5;
  position: relative;
}

.soft__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 500px;
  width: 100%;
}

.soft__body p {
  margin: 0;
}

.soft__leftcolume {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.soft__leftcolume article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.soft__rightcolume {
  height: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.soft__rightcolume article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.soft__coverright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.soft__coverright::before {
  content: "";
  height: 0.1em;
  width: 35px;
  background-color: white;
  opacity: 0.5;
}

.soft__line {
  width: 3px;
  height: 100%;
  background: linear-gradient(94.26deg, #c89afc 9.51%, #7c6afa 90.23%);
}

.teachers {
  font-family: "Roboto", sans-serif;
  background-color: #000;
  padding: 50px 0;
  text-align: center;
  color: white;
}

.teachers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}

.teachers__title img {
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
}

.teachers__title p {
  font-size: 40px;
  margin: 0 0 0 20px;
}

.teachers__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 900px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

.teachers__body :nth-child(3) {
  margin: 0;
}

.teachers__back {
  padding: 0 15px;
  border-radius: 9px;
  height: 100%;
  max-width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #CAEED7;
  -webkit-transform: perspective(600px) rotateY(180deg);
          transform: perspective(600px) rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teachers__back button {
  border: 1px solid gray;
  background: none;
  border-radius: 9px;
  position: relative;
  padding: 15px 35px;
  color: #000;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.teachers__back button:hover {
  background-color: rgba(0, 0, 0, 0.171);
  color: black;
}

.teachers__front {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: perspective(600px) rotateY(0deg);
          transform: perspective(600px) rotateY(0deg);
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
}

.teachers__front h5 {
  font-size: 20px;
  margin: 15px 0;
}

.teachers__front p {
  margin: 0;
  opacity: 0.5;
}

.teachers__front img {
  max-width: 200px;
  margin: 0 auto;
  padding: 8px;
  background: linear-gradient(130deg, #74b9ff, #e66767);
  border-radius: 50%;
  -webkit-animation: card-animation 5s linear infinite;
          animation: card-animation 5s linear infinite;
  background-size: 200% 200%;
}

.teachers__card {
  max-width: 200px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  margin: 0 25px 0 0;
}

.teachers__card:hover .teachers__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.teachers__card:hover .teachers__back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.footer {
  padding: 20px 0 10px 0;
  font-family: "Roboto", sans-serif;
  background-color: #000;
  text-align: center;
  color: white;
}

.footer__body p {
  color: white;
  opacity: 0.5;
}

.footer__form {
  margin: 20px auto;
  max-width: 350px;
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__form input {
  margin: 0;
}

.footer__seach {
  background-color: rgba(66, 34, 34, 0.5);
  border-width: 0;
  width: 75%;
  position: relative;
  padding: 0 15px 0 15px;
  color: white;
  height: 100%;
  border-radius: 50px 0 0 50px;
  outline: none;
}

.footer__coverinput {
  position: relative;
  width: 25%;
  height: 100%;
  padding: 0;
  background-color: rgba(66, 34, 34, 0.5);
  border-radius: 0% 50px 50px 0%;
  outline: none;
}

.footer__btn {
  position: absolute;
  top: 0;
  border-radius: 50px;
  right: 0;
  border-width: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
}

.footer__iconrow {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__cover {
  width: 25px;
  height: 25px;
  padding: 5px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.footer__cover img {
  width: 100%;
  height: 100%;
  margin: 0;
}

@-webkit-keyframes card-animation {
  25% {
    background-position: left bottom;
  }
  50% {
    background-position: right bottom;
  }
  75% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}

@keyframes card-animation {
  25% {
    background-position: left bottom;
  }
  50% {
    background-position: right bottom;
  }
  75% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}

@media screen and (max-width: 790px) {
  .srcoll-off {
    overflow: hidden;
  }
  .container {
    padding: 0 50px;
  }
  .order__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
  }
  .header__main {
    -webkit-transform: translate(8%, 25%);
            transform: translate(8%, 25%);
  }
  .header__burger {
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 999;
  }
  .header__burger span {
    position: relative;
    width: 100%;
    height: 0.15em;
    background-color: cadetblue;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    display: block;
  }
  .header__burger::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0.15em;
    background-color: cadetblue;
  }
  .header__burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.15em;
    background-color: cadetblue;
  }
  .header__list {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #223230;
    z-index: 99;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__list.active {
    top: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .start {
    padding: 25px 0;
  }
  .start__title {
    width: 100%;
  }
  .start__title h1 {
    font-size: 1.5em;
  }
  .start__about {
    margin: 20px 0;
  }
  .start__articlc {
    width: 50%;
  }
  .start__articlc p {
    font-size: 11px;
  }
  .start__articlc h3 {
    font-size: 1em;
    margin: 0 0 10px 0;
  }
  .start__row {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order {
    padding: 25px 0;
  }
  .order__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .teachers {
    padding: 25px 0;
  }
  .teachers__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teachers__body :nth-child(3) {
    margin-top: 20px;
  }
  .teachers__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .teachers__title img {
    width: 100px;
  }
  .teachers__title p {
    font-size: 1.7em;
    margin-left: 5px;
  }
  .teachers__body :nth-child(1) {
    margin: 0;
  }
  .teachers__card {
    margin: 20px 0 0 0;
  }
  .partner {
    padding: 25px 0;
  }
  .partner__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .partner__title h1 {
    font-size: 1.2em;
    text-align: center;
    margin: 10px 0;
  }
  .partner__row {
    padding: 25px 0;
  }
  .partner article {
    width: 30%;
  }
  .give {
    padding: 25px 0;
  }
  .give__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 25px 0;
  }
  .give__row article {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .give__row article :nth-child(1) {
    margin-top: 0;
  }
  .about {
    padding: 25px 0;
  }
  .about__inform {
    max-width: 55%;
  }
  .about__inform p {
    font-size: 10px;
  }
  .about__inform h1 {
    font-size: 1.3em;
    margin: 0;
  }
  .about__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .soft {
    padding: 25px 0;
  }
  .soft__body {
    text-align: center;
  }
  .soft__body p {
    font-size: 14px;
  }
  .soft__leftcolume {
    text-align: right;
  }
  .soft__leftcolume h5 {
    margin: 10px 0;
  }
  .soft__rightcolume {
    text-align: left;
  }
  .soft__rightcolume h5 {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=style.css.map */