html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #242424;
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

a {
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 0; }

hr {
  overflow: visible;
  height: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: url(../img/hr.png);
  border: 0; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit;
  font-weight: 700; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button {
  border: 0;
  outline: none;
  font: inherit;
  cursor: pointer; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template, [hidden] {
  display: none; }

h1 {
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0 20px; }

h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 28px 0 15px; }
  h2 a {
    color: inherit;
    font-size: 24px;
    text-decoration: none; }

h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0 10px; }

h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0; }

ul {
  margin: 15px 0 25px 15px; }

li {
  background: url(../i/check.png) no-repeat left center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px; }
  li:last-child {
    margin-bottom: 0; }

ol li {
  background: 0;
  font-size: 16px;
  padding-left: 5px; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 20px; }
  p a {
    font-size: inherit; }

a {
  color: #00458b;
  font-size: 16px; }
  a:hover {
    text-decoration: none; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 20px; }

tr:first-child td {
  background: #ececec; }

th {
  background: #ececec;
  font-weight: 400; }

td, th {
  border: 1px solid #c5c6c6;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 20px; }

td {
  text-align: center; }
  td:first-child {
    text-align: left; }

input[type=text] {
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding-left: 10px;
  margin-bottom: 15px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300; }

select {
  width: 100%;
  max-width: 280px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  margin-bottom: 15px; }

.btn_wrapper {
  text-align: center; }

.btn {
  display: inline-block;
  background: #ff9900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 30px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: inset 0 -5px 1px -1px #e0760c;
          box-shadow: inset 0 -5px 1px -1px #e0760c; }
  .btn:active {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-box-shadow: inset 0 -5px 1px -1px #e0760c, inset 0 0 10px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0 -5px 1px -1px #e0760c, inset 0 0 10px rgba(0, 0, 0, 0.6); }

#upbutton {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  display: none;
  width: 65px;
  height: 70px;
  background: url(../i/upbutton.png) 0 0/cover no-repeat;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer; }
  #upbutton:hover {
    -webkit-transform: rotateX(25deg);
            transform: rotateX(25deg); }

.wrapper {
  position: relative;
  min-height: -webkit-calc(100vh - 480px);
  min-height: calc(100vh - 480px); }

.container {
  width: 100%;
  max-width: 1300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 0; }
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .logo img {
    margin-right: 5px; }
  .logo p {
    color: #323333;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin: 0; }
    .logo p span {
      display: block;
      font-size: 14px;
      font-weight: 300; }

.header_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 40px; }

.phone {
  color: #242424;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap; }

.promo {
  position: relative; }
  .promo .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.promo_title {
  max-width: 670px;
  height: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 72px;
  font-weight: 600;
  padding-top: 180px;
  margin: 0 0 40px; }
  .promo_title span {
    display: block;
    font-size: 48px;
    font-weight: 400;
    margin-top: 20px; }
    .promo_title span .new {
      font-style: normal;
      opacity: 0; }
    .promo_title span .opacity {
      opacity: 1;
      -webkit-transition: opacity .1s ease-in-out;
      -o-transition: opacity .1s ease-in-out;
      transition: opacity .1s ease-in-out; }

.promo_bg {
  position: relative;
  background: url(../img/promo/promo_bg.jpg) -webkit-calc(50% + 10px) 0;
  background: url(../img/promo/promo_bg.jpg) calc(50% + 10px) 0;
  height: 680px;
  overflow: hidden; }

.coin {
  position: absolute;
  -webkit-animation: shake 4s ease infinite;
          animation: shake 4s ease infinite; }

.coin1 {
  top: 233px;
  right: -webkit-calc(50% - 135px);
  right: calc(50% - 135px); }

.coin2 {
  top: 105px;
  right: -webkit-calc(50% - 445px);
  right: calc(50% - 445px); }

.coin3 {
  top: 60px;
  right: -webkit-calc(50% - 685px);
  right: calc(50% - 685px); }

.coin4 {
  top: 170px;
  right: -webkit-calc(50% - 920px);
  right: calc(50% - 920px); }

.coin5 {
  top: 375px;
  right: -webkit-calc(50% - 615px);
  right: calc(50% - 615px); }

.coin6 {
  top: 471px;
  right: -webkit-calc(50% - 470px);
  right: calc(50% - 470px); }

.coin7 {
  top: 400px;
  right: -webkit-calc(50% - 250px);
  right: calc(50% - 250px); }

.coin8 {
  top: 432px;
  right: -webkit-calc(50% - 25px);
  right: calc(50% - 25px); }

.phone_icon {
  position: absolute;
  -webkit-animation: shake2 3s infinite linear;
          animation: shake2 3s infinite linear; }

.phone_icon1 {
  top: 120px;
  right: -webkit-calc(50% - 37px);
  right: calc(50% - 37px); }

.phone_icon2 {
  top: 100px;
  right: -webkit-calc(50% - 97px);
  right: calc(50% - 97px); }

.phone_icon3 {
  top: 285px;
  right: -webkit-calc(50% - 567px);
  right: calc(50% - 567px); }

.phone_icon4 {
  top: 195px;
  right: -webkit-calc(50% - 765px);
  right: calc(50% - 765px); }

.phone_icon5 {
  top: 400px;
  right: -webkit-calc(50% - 925px);
  right: calc(50% - 925px); }

.phone_icon6 {
  top: 485px;
  right: -webkit-calc(50% - 380px);
  right: calc(50% - 380px); }

.phone_icon7 {
  top: 382px;
  right: -webkit-calc(50% - 160px);
  right: calc(50% - 160px); }

.magnet {
  position: absolute;
  top: 113px;
  right: -webkit-calc(50% - 341px);
  right: calc(50% - 341px); }

.choice_course {
  position: relative;
  margin-top: -120px; }

.choise_course_title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px; }

.choice_course_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2; }

.choice_course__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.choice_course__item_img {
  margin-right: 20px; }

.choice_course__item_title {
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px dashed #00458b;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }
  .choice_course__item_title:hover {
    border-bottom: 2px dashed transparent; }

.about {
  margin: 20px 0; }
  .about h2 {
    margin: 0; }

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .col2 > div {
    width: 49%; }
  .col2 p:last-child {
    margin-bottom: 0; }

.school {
  background: #f5f5f8;
  padding: 40px 0; }
  .school h2 {
    text-align: center;
    margin: 0 0 40px; }

.school_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.school__item {
  width: 33%; }
  .school__item p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 48px;
    font-weight: 600;
    margin: 0; }
    .school__item p span {
      display: block;
      font-size: 16px;
      font-weight: 300;
      line-height: 18px;
      margin-left: 10px; }
  .school__item i {
    font-style: normal;
    margin: 0 0 0 10px; }
  .school__item:first-child i {
    margin: 0 10px 0 0; }

.courses {
  margin: 30px 0; }
  .courses h2 {
    text-align: center;
    margin: 0 0 30px; }

.courses_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.courses__item {
  position: relative;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 120px;
  border: 1px solid #e2e2e2; }
  .courses__item.active {
    border: 1px solid #ff9900; }
  .courses__item ul {
    margin: 10px 0 0; }
  .courses__item .btn_wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .courses__item .btn {
    padding: 13px 60px; }

.courses__item_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px; }
  .courses__item_title img {
    margin-right: 10px; }
  .courses__item_title p {
    font-size: 24px;
    font-weight: 400;
    margin: 0; }

.teachers {
  position: relative; }
  .teachers .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .teachers h2 {
    font-size: 50px;
    margin: 0; }
    .teachers h2 span {
      display: block;
      font-size: 36px; }
  .teachers .btn {
    margin-top: 20px; }

.teachers_bg {
  height: 690px;
  background: url(../img/teachers_bg.jpg) -webkit-calc(50% - 350px) 0 no-repeat;
  background: url(../img/teachers_bg.jpg) calc(50% - 350px) 0 no-repeat; }

.teachers_bg_coin {
  position: absolute; }
  .teachers_bg_coin.active_anim {
    -webkit-animation: shake 3s ease infinite;
            animation: shake 3s ease infinite; }

.teachers_bg_coin1 {
  top: 238px;
  left: -webkit-calc(50% - 785px);
  left: calc(50% - 785px); }

.teachers_bg_coin2 {
  top: 80px;
  left: -webkit-calc(50% - 180px);
  left: calc(50% - 180px); }

.teachers_bg_coin3 {
  top: 405px;
  left: -webkit-calc(50% - 625px);
  left: calc(50% - 625px); }

.teachers_bg_coin4 {
  top: 485px;
  left: -webkit-calc(50% - 290px);
  left: calc(50% - 290px); }

.teachers_content {
  width: 690px; }

.comments {
  position: relative;
  margin-top: -70px; }
  .comments h2 {
    text-align: center;
    margin: 0 0 20px; }

.comments_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.comments__item {
  width: 48%;
  background: url(../i/quotes.png) 20px 20px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e2e2e2;
  padding: 30px 30px 30px 70px;
  margin-bottom: 20px; }
  .comments__item p {
    line-height: 30px;
    margin: 0; }

.comments__item_name {
  font-weight: 700;
  margin-bottom: 10px; }

.footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-top: 20px;
  overflow: hidden; }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer_logo p {
    color: #323333;
    font-size: 22px;
    font-weight: 600;
    line-height: 18px;
    margin: 12px 0 0 7px; }
    .footer_logo p span {
      display: block;
      font-size: 14px;
      font-weight: 300; }

.footer_content {
  width: 68%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -20px; }

.rules {
  font-weight: 400;
  margin: 0; }
  .rules a {
    font-size: 12px; }

.footer_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer_phone a {
    font-weight: 400; }
  .footer_phone .phone {
    font-weight: 600;
    margin-right: 20px; }

/* SECONDARY */
.wrapper_secondary {
  padding-top: 90px; }

.header_secondary {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2; }

.pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0; }
  .pagination a, .pagination span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border: 3px solid #ebecec;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #242424;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    margin-right: 3px;
    padding: 4px 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .pagination a:hover, .pagination span:hover {
      border: 3px solid #ff9900; }
  .pagination .nav_active {
    border: 3px solid #ff9900; }

.youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #000000;
  margin: 15px 0;
  cursor: pointer; }
  .youtube .thumb {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto; }
  .youtube .play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 67px;
    height: 67px;
    background: url("../i/youtube.png") center no-repeat;
    opacity: .8;
    margin: auto; }

/* COMMENTS PAGE */
.comments_page .comments {
  margin: 0; }

.comments_page .comments_content {
  margin: 20px 0;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.comments_page .comments__item {
  width: 100%; }

/* ARTICLES */
.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.articles__item {
  width: 32%;
  margin: 0 10px 10px 0; }

.article_img img {
  width: 100%;
  max-width: 300px; }

@media screen and (max-width: 1500px) {
  .container {
    padding: 0 30px; } }

@media screen and (max-width: 1280px) {
  .choice_course__item_title {
    font-size: 24px; }
  .school__item p {
    font-size: 40px; }
  .teachers_bg {
    height: 600px;
    background: url(../img/teachers_bg.jpg) -webkit-calc(50% - 250px) -50px no-repeat;
    background: url(../img/teachers_bg.jpg) calc(50% - 250px) -50px no-repeat; }
  .teachers_content {
    width: 470px; }
  .comments {
    margin-top: -20px; }
  .footer_content {
    width: 70%;
    margin-top: -35px; }
    .footer_content .btn {
      font-size: 18px;
      padding: 12px 20px; }
  .footer_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center; }
    .footer_phone .phone {
      font-size: 24px;
      margin: 0; } }

@media screen and (max-width: 1023px) {
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; }
  .header_phone {
    margin: 30px 0 0; }
  .promo_bg {
    height: 470px;
    background: url(../img/promo/promo_bg2.jpg) center -20px/1600px no-repeat; }
  .coin, .phone_icon, .magnet {
    display: none; }
  .promo_title {
    max-width: 560px;
    height: 360px;
    font-size: 60px; }
    .promo_title span {
      font-size: 40px; }
  .choice_course {
    margin-top: 0; }
  .choice_course__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; }
  .choice_course__item_img {
    margin: 0; }
    .choice_course__item_img img {
      height: 90px; }
  .school__item p {
    display: block;
    text-align: center; }
    .school__item p br {
      display: none; }
    .school__item p span {
      margin: 10px 0 0; }
  .school__item i {
    margin: 0; }
  .school__item:first-child i {
    margin: 0; }
  .courses {
    margin: 20px 0 0; }
  .courses_content {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .courses__item {
    width: 45%;
    margin: 0 10px 20px; }
  .teachers .container {
    position: initial; }
  .teachers_bg {
    height: auto;
    background: 0; }
  .teachers_bg_coin1 {
    left: auto;
    top: 110px;
    right: 10px; }
  .teachers_bg_coin2 {
    left: auto;
    top: 10px;
    right: 160px; }
  .teachers_bg_coin3 {
    left: auto;
    top: 260px;
    right: 260px; }
  .teachers_bg_coin4 {
    display: none; }
  .teachers_content {
    width: 100%; }
  .comments {
    margin-top: 20px; }
  .footer_content .btn {
    display: none; }
  #upbutton {
    width: 50px;
    height: 55px; }
  /* SECONDARY */
  .wrapper_secondary {
    padding-top: 140px; } }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px; }
  .container {
    padding: 0 15px; }
  .header .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header .phone {
    font-size: 22px; }
  .logo p {
    font-size: 20px; }
  .promo .container {
    position: initial; }
  .promo_bg {
    height: auto;
    background: 0;
    overflow: visible; }
  .coin1 {
    display: block;
    top: 50px;
    right: 20px; }
  .coin2 {
    display: block;
    top: 130px;
    right: 120px; }
  .coin3 {
    display: block;
    top: 300px;
    right: 140px; }
  .phone_icon1 {
    display: block; }
  .phone_icon3 {
    display: block;
    top: 250px;
    right: 10px; }
  .promo_title {
    max-width: 415px;
    height: 300px;
    font-size: 44px;
    margin: 0 0 20px; }
    .promo_title span {
      font-size: 30px;
      margin: 0; }
  .choice_course {
    margin-top: 20px; }
  .choice_course_content {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  .choice_course__item_img img {
    height: 50px; }
  .choice_course__item_title {
    font-size: 18px; }
  .choise_course_title {
    margin-bottom: 15px; }
  .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; }
    .col2 > div {
      width: 100%; }
  .school {
    padding: 25px 0; }
  .school__item p {
    font-size: 28px; }
  .courses__item {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 90px; }
  .courses__item_title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .teachers h2 {
    font-size: 30px; }
    .teachers h2 span {
      font-size: 24px; }
  .teachers_bg_coin {
    display: none; }
  .comments_content {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  .comments__item {
    width: 100%; }
  .footer_logo p {
    font-size: 16px; }
    .footer_logo p span {
      font-size: 12px; }
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 50%;
    margin-top: -20px; }
  .footer_phone .href_link {
    display: none; }
  #upbutton {
    width: 40px;
    height: 45px; }
  /* ARTICLES */
  .articles__item {
    width: 30%; }
  /* ANIMATION */
  .revealator-zoomin {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  .revealator-slideup, .revealator-slideleft, .revealator-slideright {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; } }

@media screen and (max-width: 500px) {
  h2 {
    font-size: 24px; }
  p {
    margin: 5px 0 12px; }
  .btn {
    font-size: 16px; }
  .header {
    padding: 10px 0 0; }
    .header .container {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .logo p {
    font-size: 18px; }
  .header_phone {
    margin: 10px 0 0; }
  .coin, .phone_icon {
    display: none; }
  .promo_content {
    text-align: center; }
  .promo_title {
    max-width: 275px;
    height: 225px;
    font-size: 30px;
    text-align: left;
    padding-top: 120px;
    margin: 0 auto; }
    .promo_title span {
      font-size: 24px; }
  .choice_course_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .choice_course__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
  .choice_course__item_img {
    margin-right: 20px; }
    .choice_course__item_img img {
      height: auto;
      width: 70px; }
  .choise_course_title {
    font-size: 24px; }
  .school__item {
    width: 32%; }
    .school__item p {
      font-size: 24px; }
      .school__item p span {
        font-size: 14px; }
  .courses__item {
    width: 100%;
    padding: 10px 10px 80px; }
    .courses__item li {
      margin-bottom: 5px; }
    .courses__item .btn {
      padding: 13px 40px; }
  .teachers h2 {
    font-size: 24px; }
    .teachers h2 span {
      font-size: 20px; }
  .teachers li {
    margin-bottom: 5px; }
  .teachers .btn {
    margin-top: 0; }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; }
  .footer_content {
    width: 100%;
    margin-top: 0; }
  /* SECONDARY */
  .wrapper_secondary {
    padding-top: 110px; }
  .header_secondary {
    padding: 10px 0; }
  /* ARTICLES */
  .articles {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .articles__item {
    width: 48%;
    margin: 0 0 7px; } }

/* ANIMATION */
@-webkit-keyframes shake {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  20%, 40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }
@keyframes shake {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  20%, 40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); } }

@-webkit-keyframes shake2 {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  20%, 40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }

@keyframes shake2 {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  20%, 40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }

/* SEO */
.promo_seo .promo_bg {background: url(/f/img/promo_bg-seo.jpg) calc(50% + 5px) 0; height: 745px; width: 100%;}
.promo_seo .promo_content .promo_title {max-width: 680px; height: auto; margin: 0 0 30px;}
.promo_seo .promo_content p {font-size: 30px; font-weight: 600; max-width: 600px; line-height: 36px;}
.coin9 {top: 270px; right: -webkit-calc(50% - 740px); right: calc(50% - 740px);}
.coin10 {top: 220px; right: -webkit-calc(50% - 600px); right: calc(50% - 600px);}
.coin11 {top: 110px; right: -webkit-calc(50% - 260px); right: calc(50% - 260px);}
.phone_icon8 {top: 382px; right: -webkit-calc(50% - 925px); right: calc(50% - 925px);}
.crubs {margin: 0; padding-top: 160px; display: flex;}		
.crubs li {background: none; padding-left: 0;}
.crubs li::after {content: '/'; right: -15px; color: #00458b; padding: 5px;}
.form__training__seo {border: 1px solid #e2e2e2; background: #fff; border-radius: 5px;}
.form__training__seo {position: relative; top: -265px; padding: 20px; margin-bottom: -220px;}
.form__training__seo .smFormContent {margin: 0;}
.form__training__seo form .smFormContentIn .leftColumn {display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap;}
.form__training__seo form .smFormContentIn .leftColumn .input.field .checkbox {width: 100%;}
.form__training__seo .smFormContent .validateForm > .buttonOut > div {margin-top: 5px;}
.form__training__seo .name {text-align: center; font-size: 36px; font-weight: 400; color: #242424; line-height: 24px;}
.form__training__seo .name span {font-size: 16px; font-weight: 300; color: #f90; position: relative; top: 10px;}
.course-program .list {display: flex;}
.course-program .list .left, .course-program .right {width: 50%;}
.course-program .list .item {display: flex; margin-bottom: 30px;}
.course-program .list .item .img {padding-right: 30px;}
.course-program .list .item ul li {background: none; padding-left: 20px; position: relative;}
.course-program .list .item ul li::before {position: absolute; content: ''; top: 11px; left: 0; width: 8px; height: 2px; background: #f90;}
.cost-traing__seo {background: #f5f5f8; padding: 20px; margin-bottom: 60px;}
.cost-traing__seo .training-list {display: flex; justify-content: space-between; align-items: center;}
.cost-traing__seo .training-list .training-item {display: flex; align-items: center;}
.cost-traing__seo .training-list .training-item .img {width: 100%; max-width: 75px; padding-right: 20px;}
.cost-traing__seo .training-list .training-item p {font-size: 20px; font-weight: 600; color: #242424; line-height: 36px;}
.cost-traing__seo .training-list .training-item p .sum, .cost-traing__seo .training-list .training-item p .date {font-size: 40px;}

.teachers_seo {margin-top: 30px;}
.teachers_seo .teachers_bg {height: 698px; background: url(/f/img/teachers_seo_aleksey.jpg) -webkit-calc(50% - 480px) -20px no-repeat; background: url(/f/img/teachers_seo_aleksey.jpg) calc(50% - 480px) -20px no-repeat;}
.teachers_seo .teachers_content {margin-top: -330px;}
.teachers_seo .teachers_content .choise_course_title {margin-bottom: 100px;}
.teachers_tkachev .teachers_bg {height: 698px; background: url(/f/img/teachers_seo_tkachev.png) -webkit-calc(100% - 68px) 0 no-repeat; background: url(/f/img/teachers_seo_tkachev.png) calc(100% - 68px) 0 no-repeat;}
.teachers_seo.teachers_tkachev .container {justify-content: flex-start;}
.teachers_seo.teachers_tkachev {margin-top: -215px; margin-bottom: 25px;}
.teachers_seo.teachers_tkachev .teachers_content {margin-top: -225px;}
.teachers_seo.teachers_tkachev .teachers_content h2 {padding-bottom: 50px; padding-top: 35px;}
.teachers_seo .teachers_bg_coin {display: none;}
.course_seo_people {display: flex; text-align: center; justify-content: space-between;}
.course_seo_people .item {width: 24%;}
.form__training__seo.bottom {top: 0; margin: 30px 0 0;}
.teachers_seo .adv__photo {display:none;}
.course_seo_title_adv {display:none;}

@media screen and (max-width: 1700px) {
	.teachers_tkachev .teachers_bg {height: 698px; background: url(/f/img/teachers_seo_tkachev.png) -webkit-calc(100% - -90px) 0 no-repeat; background: url(/f/img/teachers_seo_tkachev.png) calc(100% - -90px) 0 no-repeat;}
}
@media screen and (max-width: 1300px) {
	.cost-traing__seo .training-list .training-item .img img {width: 70%;}
	.cost-traing__seo .training-list .training-item .img {padding-right:0;}
	.cost-traing__seo .training-list .training-item p {font-size:18px;}
	.cost-traing__seo .training-list .training-item p .sum, .cost-traing__seo .training-list .training-item p .date {font-size: 30px;}
}
@media screen and (max-width: 1280px) {
.teachers_seo .teachers_bg {height: 698px; background: url(/f/img/teachers_seo_aleksey.jpg) -webkit-calc(50% - 145px) -20px no-repeat; background: url(/f/img/teachers_seo_aleksey.jpg) calc(50% - 245px) -20px no-repeat;}
.teachers_tkachev .teachers_bg {height: 698px; background: url(/f/img/teachers_seo_tkachev.png) -webkit-calc(100% - -300px) 0 no-repeat; background: url(/f/img/teachers_seo_tkachev.png) calc(100% - -300px) 0 no-repeat;}
}
@media screen and (max-width: 1100px) {
	.form__training__seo form .smFormContentIn .leftColumn {width:100%;}
}
@media screen and (max-width: 1023px) {
	.cost-traing__seo .training-list {flex-wrap: wrap;}
	.cost-traing__seo .training-list .training-item {width: 50%; justify-content: center;}
	.cost-traing__seo .training-list .training-item:last-child {width: 100%;}
	.teachers_seo .teachers_content .choise_course_title {margin-bottom: 30px;}
	.teachers_seo.teachers_tkachev .teachers_content {margin-top: -140px;}
	.teachers_seo.teachers_tkachev .teachers_content h2 {padding: 0;}
	.cost-traing__seo {margin-bottom:30px;}
	.teachers_seo .teachers_bg_coin {display: block;}
	.course_seo_people {flex-wrap: wrap; text-align: left;}
	.course_seo_people .item {display: flex; align-items: center; width: 49%; margin-bottom: 20px;}
	.course_seo_people .item p {padding-left: 10px;}
	
	.header .container {flex-flow: nowrap;}
	.header .header_phone {margin: 0 40px;}
	.promo_seo .promo_content p {font-size: 24px; max-width: 510px;}
	.teachers_seo .adv__photo {display: block; width: 300px; height: auto; padding-left: 30px;}
	.teachers_seo {display: flex; align-items: center;}
	.teachers_seo .teachers_bg {background: none; height: auto;}
	.teachers_seo .teachers_content {margin-top: 0;}
	.teachers_seo.teachers_tkachev .teachers_content {margin-top: 0;}
	.teachers_seo.teachers_tkachev {margin-top: 35px; margin-bottom: 25px;}
	.teachers_seo h2 {font-size: 40px;}
	.teachers_seo .teachers_content .choise_course_title {display: none;}
	.course_seo_title_adv {display: block; padding: 0 30px;}
}
@media screen and (max-width: 767px) {
	.promo_seo .promo_bg .coins, .promo_seo .promo_bg .phone_icons {display: none;}
	.promo_seo .container {position: absolute;}
	.form__training__seo form .smFormContentIn .leftColumn {flex-direction: column;}
	.form__training__seo form .smFormContentIn .leftColumn .input.field .checkbox {width: 210px;}
	.form__training__seo .name {line-height:28px;}
	.cost-traing__seo .training-list .training-item p {font-size: 16px;}
	.cost-traing__seo .training-list .training-item p .sum, .cost-traing__seo .training-list .training-item p .date {font-size: 24px;}
	.teachers_seo .teachers_bg_coin {display: none;}
	.promo_seo .promo_content p {font-size: 20px; max-width: 420px;}
	.teachers_seo .adv__photo {width: 200px;}
	.promo_seo .promo_bg {background: url(/f/img/planeta.jpg) no-repeat; height: 745px; background-size: 100% auto; background-position-y: 270px;}
	.form__training__seo {top: -60px; margin: 50px 0 -25px;}
	.crubs {padding-top:100px;}
	.promo_seo .promo_content .promo_title {margin-bottom: 5px; padding-top: 120px;}
}
@media screen and (max-width: 580px) {
	.course-program .list {flex-direction: column;}
	.course-program .list .left, .course-program .right {width: 100%;}
	.cost-traing__seo .training-list .training-item {width:100%; justify-content: flex-start;}
	.course_seo_people .item {width: 100%; margin-bottom: 20px;}
	
	.header .header_phone {margin: 30px 0 0;}
	.header .container {flex-flow: column;}
	.teachers_seo {flex-flow: column;}
	.teachers_seo .adv__photo {width: 300px; margin-bottom: 30px; padding: 0;}
	.teachers_seo h2 {font-size: 24px;}
	.promo_seo .promo_content p {text-align: left; font-size: 18px; max-width: 380px;}
	.form__training__seo {top: -115px; margin: 0 0 -80px;}
	.form__training__seo .name {font-size: 28px;}
	.promo_seo .promo_bg {background: url(/f/img/planeta.jpg) no-repeat; height: 745px; background-size: 100% auto; background-position-y: 315px;}
	.crubs {padding-top: 160px;}
	.promo_seo .promo_content p {line-height: 24px;}
	.promo_seo .promo_content .promo_title {padding-top: 180px;}
	.promo_seo .promo_content .promo_title {padding-top: 195px;}
}
@media screen and (max-width: 500px) {
	.teachers_seo .adv__photo {width: 250px;}
	.form__training__seo {top: -190px; margin: 0 0 -160px;}
	.header_secondary {margin-top:10px !important; padding: 10px 0 0;}
	.header_secondary .header_phone {margin: 10px 0 0;}
	.crubs {padding-top: 140px;}
	.promo_seo .promo_bg {background-position-y: 260px;}
	.promo_seo .promo_content .promo_title {padding-top:155px;}
	.header .header_phone {margin: 10px 0 0;}
}
@media screen and (max-width: 410px) {
	.form__training__seo {top: -320px; margin: 50px 0 -300px;}
	.promo_seo .promo_bg {background-position-y: 280px;}
}