@charset "UTF-8";
main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#wrapper {
  margin: 0 !important;
  padding: 0;
  border: none;
}
#footer {
  padding: 0;
}
#vk_community_messages {
  bottom: 50px !important;
  right: 8px !important;
}
#footer .col-380,
#footer .col-540 {
  display: none;
}
.register {
  box-sizing: unset;
}
#content-full {
  margin: 0;
}
body {
  margin-top: 70px;
}
main .form form {
  margin: 0;
}
* {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  line-height: normal;
}

@media all and (max-width: 800px) and (min-width: 700px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 40pt;
  }
}
@media all and (max-width: 700px) and (min-width: 600px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 35pt;
  }
}
@media all and (max-width: 600px) and (min-width: 500px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 30pt;
  }
}
@media all and (max-width: 500px) and (min-width: 400px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 25pt;
  }
}
@media all and (max-width: 400px) and (min-width: 300px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 20pt;
  }
}
@media all and (max-width: 300px) and (min-width: 200px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 15pt;
  }
}
@media all and (max-width: 200px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 10pt;
  }
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
  color: #fff;
}
main > .register > .background-images nav div {
  color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

main > .about {
  width: 100%;
  box-sizing: unset;
  line-height: normal;
}
/* main > .videos > h1 */
main > .about .steps {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
main > .about .steps .h2,
main > .about .steps h2 {
  margin: 0;
  font-size: 15pt;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: white;
}
main > .about .steps > ul {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
main > .about .steps > ul > li {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10pt;
  padding-top: 15px;
  padding-bottom: 15px;
}
main > .about .steps > ul > li > img {
  width: 50%;
}
main > .about .steps > ul > li:nth-child(2n + 1) {
  width: 40%;
  padding-right: 7.1%;
}
main > .about .steps > ul > li:nth-child(2n) {
  width: 40%;
  border-left: 1px dotted white;
  padding-left: 12.5%;
}
main > .about .steps > ul > li:nth-child(4n + 1),
main > .about .steps > ul > li:nth-child(4n + 2) {
  border-bottom: 1px dotted white;
}
main > .about .moto {
  display: none;
  width: 80vw;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  text-align: left;
  border-bottom: 4px solid;
  border-top: 4px solid;
  font-size: 15pt;
}
main > .about .citation {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(/wp-content/uploads/icons/quote_mark.svg);
  background-repeat: no-repeat;
  background-size: 100px;
}
main > .about .citation > .text {
  font-size: 14pt;
  font-weight: bold;
  font-style: oblique;
}
main > .about .citation > .author {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  font-size: 14pt;
  font-weight: bold;
  text-align: right;
}
/*main > .about .citation > .author:before {
  content: '-';
  display: inline-block;
}*/
/*main > .about .citation > .author > .position,
main > .about .citation > .author .name {
  display: inline-block;
}*/
main > .about .citation > .author > .name {
  font-weight: bold;
}
main > .about .citation > .author > .position,
main > .about .citation .from {
  font-size: 9pt;
  text-align: right;
}

main > .bonuses ul,
main > .register > .background-images,
main > .reviews ul,
main > .teachers ul,
main > .videos .names,
main > .blog ul {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
main > .bonuses ul > *,
main > .register > .background-images > *,
main > .reviews ul > *,
main > .teachers ul > *,
main > .videos .names > *,
main > .blog ul > * {
  visibility: hidden;
}
main > .bonuses ul .slide,
main > .register > .background-images .slide,
main > .reviews ul .slide,
main > .teachers ul .slide,
main > .videos .names .slide,
main > .blog ul .slide {
  visibility: visible;
  position: relative;
  height: 100%;
  flex-shrink: 0;
}
main > .bonuses ul nav,
main > .register > .background-images nav,
main > .reviews ul nav,
main > .teachers ul nav,
main > .videos .names nav,
main > .blog ul nav {
  visibility: visible;
  bottom: 0;
  padding-left: 10vw;
  position: absolute;
}
main > .bonuses ul nav div,
main > .register > .background-images nav div,
main > .reviews ul nav div,
main > .teachers ul nav div,
main > .videos .names nav div,
main > .blog ul nav div {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid;
  cursor: pointer;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

* {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
}

@media all and (max-width: 800px) and (min-width: 700px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 40pt;
  }
}
@media all and (max-width: 700px) and (min-width: 600px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 35pt;
  }
}
@media all and (max-width: 600px) and (min-width: 500px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 30pt;
  }
}
@media all and (max-width: 500px) and (min-width: 400px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 25pt;
  }
}
@media all and (max-width: 400px) and (min-width: 300px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 20pt;
  }
}
@media all and (max-width: 300px) and (min-width: 200px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 15pt;
  }
}
@media all and (max-width: 200px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 10pt;
  }
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

main > .addresses .map-wraper {
  display: none;
}
/*main > .addresses > .list {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}*/
main > .addresses > .list .h2,
main > .addresses > .list h2 {
  font-size: 20pt;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: white;
  padding-bottom: 10px;
  margin-left: 10vw;
}
main > .addresses > .list > ul {
  list-style-type: none;
  padding: 0;
}
main > .addresses > .list > ul > li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px dotted white;
}
main > .addresses > .list > ul > li:last-child {
  border-bottom: 0;
}
main > .addresses > .list > ul > li > div > div:nth-child(1) {
  display: inline-block;
  font-weight: bold;
}
main > .addresses > .list > ul > li > div > div:nth-child(2) {
  display: inline-block;
}
main > .addresses > .list > ul > li > div > div:nth-child(3) {
  display: block;
}
main > .addresses > .list > ul > li > .circled {
  font-size: 10pt;
  border-radius: 20px;
  border: 3px solid white;
  padding: 5px 7px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

main > .bonuses .h1,
main > .bonuses h1 {
  font-size: 20pt;
  margin: 0;
  color: white;
  text-align: left;
  padding-bottom: 40px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
main > .bonuses ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main > .bonuses ul li {
  box-sizing: border-box;
  width: 60vw !important;
  padding-left: 0vw !important;
  padding-right: 0vw !important;
}
main > .bonuses ul li.current > .text:before {
  border-top: 5px solid;
  height: 1px;
  margin-top: -3px;
}
main > .bonuses ul li > .text:before {
  content: '';
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
main > .bonuses ul li.current + li {
  opacity: 0.5;
}
main > .bonuses ul li:first-child > .text {
  padding-left: 0 !important;
  margin-left: 10vw;
}
main > .bonuses ul li:last-of-type > .text {
  padding-right: 0 !important;
}
main > .bonuses ul li > .title {
  font-size: 11pt;
  font-weight: bold;
  height: 80px;
  padding-left: 10vw;
  padding-right: 5vw;
}
main > .bonuses ul li > img {
  background-color: white;
  border-radius: 3000px;
  margin-bottom: 30px;
  margin-left: 10vw;
  margin-right: 5vw;
}
main > .bonuses ul li > .text {
  font-size: 10pt;
  padding-left: 10vw;
  padding-right: 5vw;
  border-top: 1px dashed white;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

* {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
}

@media all and (max-width: 800px) and (min-width: 700px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 40pt;
  }
}
@media all and (max-width: 700px) and (min-width: 600px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 35pt;
  }
}
@media all and (max-width: 600px) and (min-width: 500px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 30pt;
  }
}
@media all and (max-width: 500px) and (min-width: 400px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 25pt;
  }
}
@media all and (max-width: 400px) and (min-width: 300px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 20pt;
  }
}
@media all and (max-width: 300px) and (min-width: 200px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 15pt;
  }
}
@media all and (max-width: 200px) {
  main > .prices > .h1,
  main > .prices > h1,
  main > .prices > ul > li > div {
    font-size: 10pt;
  }
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}



main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

footer {
  background-color: #dedede;
  padding-left: 5vw;
  padding-right: 5vw;
}
footer > div {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
footer > div:last-child {
  border: 0;
}
footer > div.phone,
footer > div.email {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer > div.phone > div,
footer > div.email > div {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 15pt;
}
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child {
  width: 15vw;
  height: 15vw;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-right: 5vw;
}
footer > div.phone img,
footer > div.email img {
  height: 70%;
  width: 70%;
}
footer > div.phone a,
footer > div.email a {
  text-decoration: none;
  color: #4f5252;
  cursor: pointer;
}
footer > div.company-info {
  text-align: center;
}
footer > div.company-info > div {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
footer > div.info {
  text-align: center;
  color: #4f5252;
}
footer > div.info > div {
  text-align: center;
  font-size: 8pt;
}
footer > div.info > div:first-child {
  padding-bottom: 10px;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}



main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  font-size: 0;
  background-color: #4667ff;
}
header a {
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-size: 12pt;
}
header * {
  vertical-align: top;
}
header > * {
  display: none;
  border-bottom: 2px solid white;
}
header > .logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  height: 70px;
  width: 50%;
}
header > .logo a {
  color: transparent !important;
  background-image: url(https://robx.org/wp-content/uploads/icons/logo.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 35px;
}
header > .burger {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 70px;
  width: 50%;
}
header > .burger > img {
  height: 19px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 35px;
}
header.open > * * {
  margin-top: auto;
  margin-bottom: auto;
}
header.open > .cross {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 70px;
  width: 50%;
}
header.open > .cross > img {
  height: 19px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 35px;
}
header.open > .burger,
header.open > .vk {
  display: none;
}
header.open > .register {
  border: 0;
  width: 100% !important;
  border-bottom: 2px solid white;
  background-color: #ee5930;
}
header.open > *:nth-child(n + 4) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: calc(25vh - 20px);
  height: calc((var(--vh, 1vh) * 25) - 20px);
  width: calc(50% - 1px);
}
header.open > *:nth-child(2n + 5) {
  border-right: 2px solid white !important;
}
header.open > .phone {
  border-right: 0 !important;
}
header.open ~ * {
  display: none;
}

main {
  margin-top: 72px;
}
main > a {
  display: block;
  height: 73px;
  /*same height as header*/
  margin-top: -73px;
  /*same height as header*/
  visibility: hidden;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}



main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

main > .prices {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
main > .prices > * {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
main > .prices > .h1,
main > .prices > h1 {
  font-size: 20pt;
  order: 1;
}
main > .prices > ul {
  order: 2;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
main > .prices > ul > li {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px dashed gray;
  padding-bottom: 30px;
  padding-top: 30px;
}
main > .prices > ul > li.discount-10:before {
  background-image: url(/wp-content/uploads/icons/prices/discount-10.svg);
}
main > .prices > ul > li.discount-20:before {
  background-image: url(/wp-content/uploads/icons/prices/discount-20.svg);
}
main > .prices > ul > li.discount-10:before,
main > .prices > ul > li.discount-20:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
main > .prices > ul > li.price:first-child {
  border-top: 1px dashed gray;
}
main > .prices > ul > li > img {
  max-width: 40%;
}
main > .prices > ul > li > img:last-of-type {
  display: none;
}
main > .prices > ul > li > div {
  font-weight: bold;
  color: #4667ff;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
}
main > .prices > div {
  padding-top: 50px;
  order: 3;
  font-size: 10pt;
}
main > .prices > div > .h2,
main > .prices > div > h2 {
  display: inline;
  font-size: 10pt;
  color: #4f5252;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}


main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

main > .register {
  width: 100%;
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}
main > .register > div:first-child {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 30vw;
}
main > .register > div:first-child .block {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
main > .register > div:first-child .block > .intro > *:first-child {
  font-size: 16pt;
  font-weight: bold;
  text-transform: uppercase;
  /*border-bottom: 1px dashed white;*/
  padding-bottom: 15px;
  margin-bottom: 20px;
}
main > .register > div:first-child .block > .intro > .my-information {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 12pt;
}
main > .register > div:first-child .block > .intro > .my-information > * {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
main
  > .register
  > div:first-child
  .block
  > .intro
  > .my-information
  > *
  > *:last-child {
  text-align: right;
}
main > .register > div:first-child .block > .form {
  padding-bottom: 20px;
}
main > .register > div:first-child .block > .form .notification {
  display: none;
}
main > .register > div:first-child .block > .form.sent > form {
  display: none;
}
main > .register > div:first-child .block > .form.sent > .notification {
  display: block;
  border: 5px solid #ee5930;
  font-size: 20pt;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5%;
}
main > .register > div:first-child .block > .form span {
  display: none;
}
main > .register > div:first-child .block > .form input[type='text'],
main > .register > div:first-child .block > .form input[type='date'],
main > .register > div:first-child .block > .form input[type='email'] {
  width: 100%;
  background-color: #4667ff;
  color: white;
  border: 0;
  padding: 0;
  font-size: 13.3px;
  box-shadow: none;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
main > .register > div:first-child .block > .form input[type='text']:focus,
main > .register > div:first-child .block > .form input[type='text'],
main > .register > div:first-child .block > .form input[type='date']:focus,
main > .register > div:first-child .block > .form input[type='email']:focus {
  border: 0;
  border-bottom: 1px solid white;
  font-size: 14pt;
}
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='text']::-webkit-input-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='date']::-webkit-input-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='email']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='text']::-moz-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='date']::-moz-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='email']::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='text']:-ms-input-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='date']:-ms-input-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='email']:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='text']:-moz-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='date']:-moz-placeholder,
main
  > .register
  > div:first-child
  .block
  > .form
  input[type='email']:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
main > .register > div:first-child .block > .form .entry.required {
  position: relative;
  margin: 0;
}
main > .register > div:first-child .block > .form .entry.required::after {
  display: block;
  content: '●';
  font-family: monospace;
  font-size: 22px;
  line-height: 43px;
  position: absolute;
  right: 0px;
  bottom: 16px;
  color: #ee5930;
  z-index: 0;
}
main > .register > div:first-child .block > .form input[type='submit'] {
  opacity: 0.5;
  font-size: 18pt;
  font-weight: bold;
  background-color: #ee5930;
  color: white;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  line-height: normal;
  padding: 0;
  border: 0;
  border-radius: 60px;
  padding: 10px 20px;
  display: block;
}
main > .register > div:first-child .block > .footnote {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 75%;
}
main > .register > div:first-child .block > .footnote:before {
  content: '';
  display: inline-block;
  background-image: url(https://robx.org/wp-content/uploads/icons/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
main > .register > div:first-child .block > .footnote > div {
  font-size: 8pt;
}
main > .register > .background-images {
  position: absolute !important;
  top: 0;
  z-index: 1;
  padding-bottom: 0 !important;
}
main > .register > .background-images > img {
  width: 100%;
}
main > .register > .background-images nav {
  bottom: 15vw !important;
}

main > .bonuses ul,
main > .register > .background-images,
main > .reviews ul,
main > .teachers ul,
main > .videos .names,
main > .blog ul {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
main > .bonuses ul > *,
main > .register > .background-images > *,
main > .reviews ul > *,
main > .teachers ul > *,
main > .videos .names > *,
main > .blog ul > * {
  visibility: hidden;
}
main > .bonuses ul .slide,
main > .register > .background-images .slide,
main > .reviews ul .slide,
main > .teachers ul .slide,
main > .videos .names .slide,
main > .blog ul .slide {
  visibility: visible;
  position: relative;
  height: 100%;
  flex-shrink: 0;
}
main > .bonuses ul nav,
main > .register > .background-images nav,
main > .reviews ul nav,
main > .teachers ul nav,
main > .videos .names nav,
main > .blog ul nav {
  visibility: visible;
  bottom: 0;
  padding-left: 10vw;
  position: absolute;
}
main > .bonuses ul nav div,
main > .register > .background-images nav div,
main > .reviews ul nav div,
main > .teachers ul nav div,
main > .videos .names nav div,
main > .blog ul nav div {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid;
  cursor: pointer;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}



main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}
main > .reviews {
  box-sizing: unset;
}
main > .reviews .h1,
main > .reviews h1 {
  font-size: 20pt;
  margin: 0;
  padding: 0;
  color: white;
  text-align: left;
  padding-bottom: 40px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
main > .reviews ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main > .reviews ul li {
  box-sizing: border-box;
  padding: 0 !important;
  width: 70vw !important;
  margin-left: 10vw;
  margin-right: 0vw;
}
main > .reviews ul li.current + li {
  opacity: 0.5;
}
main > .reviews ul li img:nth-child(2) {
  width: 100%;
}
main > .reviews ul li img:nth-child(1) {
  display: none;
}

main > .bonuses ul,
main > .register > .background-images,
main > .reviews ul,
main > .teachers ul,
main > .videos .names,
main > .blog ul {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
main > .bonuses ul > *,
main > .register > .background-images > *,
main > .reviews ul > *,
main > .teachers ul > *,
main > .videos .names > *,
main > .blog ul > * {
  visibility: hidden;
}
main > .bonuses ul .slide,
main > .register > .background-images .slide,
main > .reviews ul .slide,
main > .teachers ul .slide,
main > .videos .names .slide,
main > .blog ul .slide {
  visibility: visible;
  position: relative;
  height: 100%;
  flex-shrink: 0;
}
main > .bonuses ul nav,
main > .register > .background-images nav,
main > .reviews ul nav,
main > .teachers ul nav,
main > .videos .names nav,
main > .blog ul nav {
  visibility: visible;
  bottom: 0;
  padding-left: 10vw;
  position: absolute;
}
main > .bonuses ul nav div,
main > .register > .background-images nav div,
main > .reviews ul nav div,
main > .teachers ul nav div,
main > .videos .names nav div,
main > .blog ul nav div {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid;
  cursor: pointer;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}



main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}
main > .teachers {
  box-sizing: unset;
}
main > .teachers .h1,
main > .teachers h1 {
  font-size: 20pt;
  text-align: left;
  margin: 0;
  padding: 0;
  color: white;
  padding-bottom: 40px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
main > .teachers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main > .teachers ul li {
  box-sizing: border-box;
  padding: 0 !important;
  width: 70vw !important;
  margin-left: 10vw;
  margin-right: 0vw;
}
main > .teachers ul li:last-of-type {
  border-right: 0;
}
main > .teachers ul li.current + li {
  opacity: 0.5;
}
main > .teachers ul li > .bio {
  font-size: 11pt;
  margin-top: 10px;
}
main > .teachers ul li > img {
  width: 50%;
}
main > .teachers ul li > .name {
  display: flex;
  flex-direction: row;
}
main > .teachers ul li > .name > div:first-child {
  margin-right: 7px;
}

main > .bonuses ul,
main > .register > .background-images,
main > .reviews ul,
main > .teachers ul,
main > .videos .names,
main > .blog ul {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
main > .bonuses ul > *,
main > .register > .background-images > *,
main > .reviews ul > *,
main > .teachers ul > *,
main > .videos .names > *,
main > .blog ul > * {
  visibility: hidden;
}
main > .bonuses ul .slide,
main > .register > .background-images .slide,
main > .reviews ul .slide,
main > .teachers ul .slide,
main > .videos .names .slide,
main > .blog ul .slide {
  visibility: visible;
  position: relative;
  height: 100%;
  flex-shrink: 0;
}
main > .bonuses ul nav,
main > .register > .background-images nav,
main > .reviews ul nav,
main > .teachers ul nav,
main > .videos .names nav,
main > .blog ul nav {
  visibility: visible;
  bottom: 0;
  padding-left: 10vw;
  position: absolute;
}
main > .bonuses ul nav div,
main > .register > .background-images nav div,
main > .reviews ul nav div,
main > .teachers ul nav div,
main > .videos .names nav div,
main > .blog ul nav div {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid;
  cursor: pointer;
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog,
main > .about .steps > ul,
main > .about .steps > ul > li,
footer > div,
footer > div.phone,
footer > div.email,
footer > div.phone div > img:first-child,
footer > div.email div > img:first-child,
main > .prices > ul > li,
main > .register > div:first-child .block > .intro > .my-information > *,
main > .register > div:first-child .block > .footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

header > .logo,
header > .burger,
header.open > .cross,
header.open > :nth-child(n + 4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}



@media all and (max-width: 500px) and (min-width: 400px) {
  main > .prices > .h1,
  main > .prices > h1 {
    color: #4f5252;
  }
}

main > .about,
main > .addresses,
main > .bonuses,
main > .prices,
main > .register,
main > .reviews,
main > .teachers,
main > .videos,
main > .blog {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 3px solid white;
}

main > .about,
main > .addresses {
  color: white;
  background-color: #ee5930;
}
main > .about nav > div,
main > .addresses nav > div {
  border-color: white;
}
main > .about nav > div.current,
main > .addresses nav > div.current {
  background-color: white;
}

main > .prices,
main > .register,
main > .videos {
  color: #4f5252;
  background-color: #dedede;
}
main > .prices nav > div,
main > .register nav > div,
main > .videos nav > div {
  border-color: gray;
}
main > .prices nav > div.current,
main > .register nav > div.current,
main > .videos nav > div.current {
  background-color: #fff;
}

main > .bonuses,
header,
main > .register > div:first-child .block,
main > .reviews,
main > .teachers,
main > .blog {
  color: white;
  background-color: #4667ff;
}
main > .bonuses nav > div,
header nav > div,
main > .register > div:first-child .block nav > div,
main > .reviews nav > div,
main > .teachers nav > div,
main > .blog nav > div {
  border-color: white;
}
main > .bonuses nav > div.current,
header nav > div.current,
main > .register > div:first-child .block nav > div.current,
main > .reviews nav > div.current,
main > .teachers nav > div.current,
main > .blog nav > div.current {
  background-color: white;
}

main > .videos {
  padding-bottom: 0;
  box-sizing: unset;
}
main > .videos > .h1,
main > .videos > h1 {
  font-size: 15pt;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  color: #4f5252;
}
main > .videos .names {
  padding-bottom: 100vw;
}
main > .videos .names > div[link] {
  overflow: visible;
  padding-bottom: 0;
}
main > .videos .names > div[link] > h2 {
  font-weight: bold;
  color: #4f5252;
}
main > .videos .names > div[link] > div {
  padding-bottom: 30px;
  height: 85px !important;
}
main > .videos .names > div[link] > h2,
main > .videos .names > div[link] > div {
  font-size: 9pt;
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
}
main > .videos .names > div[link] iframe {
  position: absolute;
  bottom: calc(-100vw - 30px);
  width: 100vw;
  height: 100vw;
}
main > .videos .names > nav {
  bottom: 100vw;
}
main > .videos .video {
  display: none;
}
main > .bonuses {
  box-sizing: unset;
}
main > .blog {
  display: none;
}
main > .blog .h1,
main > .blog h1 {
  font-size: 20pt;
  text-align: left;
  padding-bottom: 40px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
main > .blog ul {
  list-style-type: none;
}
main > .blog ul li {
  box-sizing: border-box;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 70vw !important;
  margin-left: 10vw;
  margin-right: 0vw;
  background-size: cover;
}
main > .blog ul li.current + li {
  opacity: 0.5;
}
main > .blog ul li a:before {
  content: 'Перейти';
  display: inline-block;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
  padding: 5px;
  margin-top: 10px;
}
#video_with_students{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#video_with_students div{
  margin: 0;
  flex: 1;
  display: flex;
  /* align-items: flex-end; */
  flex-direction: column;
  color: #4f5252;
  background-color: #dedede;
  width: 100%;
}
#video_with_students div h2.h1{
  font-weight: 700;
  font-size: 20pt;
  padding: 0;
  padding-bottom: 10px;
  width: 80vw;
  margin-top: 50px;
  margin-left: 10vw;
  margin-right: 10vw;
  color: #4f5252;
}

#video_with_students div ul{
  padding: 0;
  list-style: none;
  width: 80vw;
  height: 135px;
  display: flex;
  overflow-x: auto;
  margin: 0 auto;
  scroll-snap-type: x mandatory;
}
#video_with_students div ul li{
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}
#video_with_students div ul li h2{
  font-weight: 700;
  font-size: 12pt;
  padding: 0;
  margin: 0;
  cursor: pointer;
  margin: 0;
  color: #4f5252;
}
#video_with_students div nav{
  margin: 10px auto;
  width: 80vw;
}
#video_with_students div nav .video-dot-nav{
  border: 1px solid gray;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  background: transparent;
}
#video_with_students div nav .video-dot-nav.current{
  background: gray;
}
#video_with_students div ul li p{
  /*font-weight: lighter;*/
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#video_with_students video{
  flex: 1;
  width: 100%;
}

.exact-address{
  font-size: 15.5pt;
  font-weight: bold;
  margin-left: 10vw;
}

.approach-address{
  font-size: 14pt;
  margin-left: 10vw;
}

main > .addresses > .list > ul > li:last-child {
  margin-bottom: -20px;
  padding-bottom: 0px;
}

main > .addresses > .list > ul > li > .circled {
  margin-left: 10vw;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14pt; 
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14pt; 
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14pt; 
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14pt;
}

input::placeholder {
  font-size: 14pt;
}

main > .prices > .h1 {
  font-size: 20pt;
  font-weight: 700;
  color: #333;
}