/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/* What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
 *   Base styles: opinionated defaults
 *   ========================================================================== */
html {
  color: #222;
  font-size: 10px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif; }

:active {
  outline: 0;
  outline-offset: 0; }

:hover {
  outline: 0;
  outline-offset: 0; }

:focus {
  outline: 0;
  outline-offset: 0; }

/* Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
.slick-slide img{
  width: 100%;
}
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

div {
  box-sizing: border-box; }

/* Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
 * Browser Upgrade Prompt
 * ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
@font-face {
  font-family: "Cormorant Garamond Regular";
  src: url("../fonts/CormorantGaramond-Regular.eot");
  src: url("../fonts/CormorantGaramond-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/CormorantGaramond-Regular.woff") format("woff");
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Playfair Display SC";
  src: url("../fonts/PlayfairDisplaySC-BlackItalic.eot");
  src: local("../fonts/Playfair Display SC Black Italic"), local("PlayfairDisplaySC-BlackItalic");
  src: url("../fonts/PlayfairDisplaySC-BlackItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/PlayfairDisplaySC-BlackItalic.woff") format("woff");
  src: url("../fonts/PlayfairDisplaySC-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: "Playfair Display SC";
  src: url("../fonts/PlayfairDisplaySC-BoldItalic.eot");
  src: local("../fonts/Playfair Display SC Bold Italic"), local("PlayfairDisplaySC-BoldItalic");
  src: url("../fonts/PlayfairDisplaySC-BoldItalic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/PlayfairDisplaySC-BoldItalic.woff") format("woff");
  src: url("../fonts/PlayfairDisplaySC-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "Playfair Display SC";
  src: url("../fonts/PlayfairDisplaySC-Italic.eot");
  src: local("../fonts/Playfair Display SC Italic"), local("PlayfairDisplaySC-Italic");
  src: url("../fonts/PlayfairDisplaySC-Italic.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/PlayfairDisplaySC-Italic.woff") format("woff");
  src: url("../fonts/PlayfairDisplaySC-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Playfair Display SC";
  src: url("../fonts/PlayfairDisplaySC-Black.eot");
  src: local("../fonts/Playfair Display SC Black"), local("PlayfairDisplaySC-Black");
  src: url("../fonts/PlayfairDisplaySC-Black.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/PlayfairDisplaySC-Black.woff") format("woff");
  src: url("../fonts/PlayfairDisplaySC-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Playfair Display SC";
  src: url("PlayfairDisplaySC-Bold.eot");
  src: local("../fonts/Playfair Display SC Bold"), local("PlayfairDisplaySC-Bold");
  src: url("../fonts/PlayfairDisplaySC-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/PlayfairDisplaySC-Bold.woff") format("woff");
  src: url("../fonts/PlayfairDisplaySC-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Playfair Display SC";
  src: url("../fonts/PlayfairDisplaySC-Regular.eot");
  src: local("../fonts/Playfair Display SC Regular"), local("PlayfairDisplaySC-Regular");
  src: url("../fonts/PlayfairDisplaySC-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/PlayfairDisplaySC-Regular.woff") format("woff");
  src: url("../fonts/PlayfairDisplaySC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  text-align: center; }

.fixed_menu {
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  background-color: #fff; }

.menu_logo {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  padding: 0; }
  .menu_logo .top_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .menu_logo .top_menu div a {
      color: #111;
      padding-left: 35px;
      padding-top: 25px;
      margin-top: 10px;
      padding-bottom: 25px;
      font-size: 16px;
      text-align: left; }
    .menu_logo .top_menu div a:nth-child(2) {
      color: #774cfd; }
  .menu_logo .top-nav_btn {
    display: none;
    width: 30px;
    height: 30px;
    background: none;
    text-align: center;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 5px; }
  .menu_logo .top-nav_btn:hover {
    cursor: pointer; }
  .menu_logo .menu {
    z-index: 9999999; }
    .menu_logo .menu img {
      width: 30px; }
    .menu_logo .menu ul {
      display: flex;
      padding-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
      flex-direction: column;
      text-align: left;
      list-style-type: none; }
      .menu_logo .menu ul .menu-link2 {
        color: #fff;
        padding-left: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 16px;
        width: 100%;
        text-align: left;
        display: block; }
      .menu_logo .menu ul .menu-link2:hover {
        color: #774cfd; }
  .menu_logo a {
    text-decoration: none; }
  .menu_logo .logo {
    color: #774cfd;
    text-transform: uppercase;
    font-size: 2.6em;
    font-weight: 600;
    letter-spacing: 4px; }
  .menu_logo ul li {
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 0.53px; }
    .menu_logo ul li a {
      text-decoration: none;
      color: #111;
      font-size: 16px;
      font-weight: 400;
      transition: 0.2s; }
    .menu_logo ul li a:hover {
      color: #774cfd; }
  .menu_logo ul li:last-child {
    margin-right: 0px; }

.main_screen {
  padding-top: 70px;
  background: url(../img/bg1.png) no-repeat center/cover;
  text-align: center; }
  .main_screen img {
    margin: 0 auto; }

.arrow {
  margin-top: -100px; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
#about_yoga h2 {
  font-family: "Cormorant Garamond";
  font-size: 5.8em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px; }
#about_yoga .about_yoga_box {
  background: url(../img/bg3.png) no-repeat center/cover; }
  #about_yoga .about_yoga_box .about_yoga_text {
    margin: 0 auto;
    padding-top: 0;
    width: 90%;
    text-align: center;
    max-width: 650px;
    text-align: left; }
    #about_yoga .about_yoga_box .about_yoga_text hr {
      margin: 0 auto;
      width: 150px;
      color: #000; }
  #about_yoga .about_yoga_box p:nth-child(1) {
    margin-top: 0px;
    font-size: 17.7em;
    font-weight: 400;
    color: #774cfd; }
    #about_yoga .about_yoga_box p:nth-child(1) span {
      font-size: 83px; }
    #about_yoga .about_yoga_box p:nth-child(1) span:last-child {
      font-size: 32px;
      font-family: "Cormorant Garamond";
      text-transform: uppercase;
      margin-left: 50px;
      color: #000; }
  #about_yoga .about_yoga_box p:nth-child(2) {
    text-align: right;
    margin-top: -180px;
    margin-right: 50px;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Cormorant Garamond"; }
    #about_yoga .about_yoga_box p:nth-child(2) span {
      font-family: "Open Sans", sans-serif;
      font-size: 202px; }
    #about_yoga .about_yoga_box p:nth-child(2) span:last-child {
      font-family: "Open Sans", sans-serif;
      margin-right: 50px;
      font-size: 83px; }
  #about_yoga .about_yoga_box p:last-child {
    text-align: center;
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: 400; }

#about_us {
  background: url(../img/bg4.png) no-repeat center/cover;
  margin-top: 40px;
  padding-top: 55px; }
  #about_us h2 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 7.5em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  #about_us hr {
    margin: 0 auto;
    width: 150px;
    margin-bottom: 50px; }
  #about_us .about_us_text {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 50px; }
    #about_us .about_us_text p {
      margin-top: 50px;
      line-height: 2;
      text-align: left;
      color: #fff;
      font-size: 17px;
      font-weight: 400; }

#classes {
  background: url(../img/bg5.png) no-repeat center/cover;
  padding-bottom: 60px;
  padding-top: 50px; }
  #classes h2 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 7.5em;
    text-transform: uppercase;
    color: #774cfd;
    margin-bottom: 15px; }
  #classes hr {
    width: 150px;
    margin: 0 auto; }
  #classes p {
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
    max-width: 670px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2; }
  #classes .classes_info {
    width: 90%;
    max-width: 910px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 70px; }
    #classes .classes_info p:first-child {
      margin-left: 0px;
      color: #774cfd;
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.6px; }
    #classes .classes_info p:nth-child(2) {
      margin-left: 0px;
      margin-top: 10px;
      color: #010101;
      font-family: "Cormorant Garamond";
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase; }
    #classes .classes_info p:nth-child(3) {
      margin-left: 0px;
      margin-top: 0px;
      color: #774cfd;
      font-size: 25px;
      font-weight: 700;
      letter-spacing: 2.35px; }
    #classes .classes_info p {
      margin-top: 30px;
      text-align: left;
      font-family: "Open Sans";
      font-size: 17px;
      font-weight: 400;
      width: 90%;
      max-width: 910px;
      margin-left: 0px;
      line-height: 2; }
    #classes .classes_info p.classes_prise {
      margin-top: 30px;
      margin-left: 0px;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 1.6px;
      text-transform: uppercase; }
    #classes .classes_info button {
      margin-top: 40px;
      padding: 18px 35px;
      border: none;
      font-size: 21px;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.18px;
      background-color: #774cfd;
      transition: 0.2s; }
    #classes .classes_info button:hover {
      cursor: pointer;
      background-color: #24174c; }

#news {
  background: url(../img/bg6.png) no-repeat center/cover;
  padding-bottom: 80px;
  padding-top: 60px; }
  #news h2 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0px;
    font-size: 7.5em;
    text-transform: uppercase;
    color: #774cfd;
    margin-bottom: 15px; }
  #news hr {
    width: 150px;
    margin: 0 auto; }
  #news .news_text {
    width: 90%;
    max-width: 921px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: left; }
    #news .news_text p:nth-child(1) {
      font-size: 3em;
      text-transform: uppercase;
      color: #774cfd; }
    #news .news_text p:nth-child(2) {
      font-size: 17px;
      line-height: 2; }
  #news .icons {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 70px;
    align-items: flex-end;
    justify-content: space-around; }
    #news .icons div {
      width: 230px;
      margin-top: 50px; }
      #news .icons div p {
        font-size: 17px;
        color: #010101;
        font-weight: 400; }

#schedule {
  background: url(../img/bg7.png) no-repeat center/cover;
  padding-bottom: 70px;
  padding-top: 50px; }
  #schedule h2 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 7.5em;
    text-transform: uppercase;
    color: #774cfd;
    margin-bottom: 15px; }
  #schedule hr {
    width: 150px;
    margin: 0 auto; }
  #schedule .day {
    margin: 0 auto;
    width: 90%;
    margin-top: 50px;
    max-width: 715px;
    text-align: left; }
    #schedule .day h3 {
      text-align: center;
      font-size: 3em;
      text-transform: uppercase; }
    #schedule .day div p:nth-child(1) {
      text-align: left;
      margin-top: 60px;
      padding-top: 7px;
      margin-bottom: 5px;
      width: 118px;
      border-top: 1px solid black;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 2.08px; }
    #schedule .day div p:nth-child(2) {
      text-align: left;
      margin-top: 0px;
      font-family: "Playfair Display SC";
      font-size: 25px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2.04px;
      margin-bottom: 5px; }
    #schedule .day div p:nth-child(3) {
      text-align: left;
      text-transform: uppercase;
      margin-top: 0px;
      color: #774cfd;
      font-size: 25px;
      letter-spacing: 0.1px;
      font-weight: 700; }
    #schedule .day div p:nth-child(4) {
      text-align: left;
      font-size: 17px;
      text-transform: lowercase; }

#teachers {
  padding-top: 65px; }
  #teachers h2 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 6.4em;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 15px;
    margin-top: 0px; }
  #teachers .right_arrow {
    margin-top: -700px;
    margin-left: 102%; }
  #teachers .left_arrow {
    margin-bottom: -650px;
    margin-left: -6%; }
  #teachers hr {
    width: 150px;
    margin: 0 auto; }
  #teachers .teachers_cards {
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    padding-left: 0px;
    margin-bottom: 70px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    #teachers .teachers_cards .teacher {
      width: 100%;
      max-width: 280px;
      margin-right: 5px;
      margin-left: 5px;
      height: 670px;
      text-align: center;
      padding-bottom: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #teachers .teachers_cards .teacher .teacher_name {
        text-align: left;
        font-size: 18px;
        color: #774cfd;
        width: 200px; }
      #teachers .teachers_cards .teacher .teacher_info {
        text-align: left;
        font-size: 17px;
        line-height: 1.5;
        width: 256px; }
      #teachers .teachers_cards .teacher .social-logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
        padding-right: 40px;
        width: 256px; }
        #teachers .teachers_cards .teacher .social-logo a:nth-child(1) {
          margin-right: 10px; }
        #teachers .teachers_cards .teacher .social-logo img {
          margin-top: 10px;
          transition: 0.2s; }
        #teachers .teachers_cards .teacher .social-logo img:hover {
          border-radius: 100px;
          -webkit-box-shadow: 0px 0px 23px 5px #774cfd;
          -moz-box-shadow: 0px 0px 23px 5px #774cfd;
          box-shadow: 0px 0px 23px 5px #774cfd; }

#contacts {
  background-color: #774cfd;
  padding-bottom: 60px;
  padding-top: 50px; }
  #contacts h2 {
    color: #fff;
    font-size: 7.5em;
    letter-spacing: 1.33px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  #contacts hr {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 40px; }
  #contacts p {
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
    width: 90%;
    max-width: 647px; }
  #contacts .contacts_info {
    text-align: left;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    #contacts .contacts_info div {
      margin-top: 40px;
      width: 90%;
      max-width: 440px; }
      #contacts .contacts_info div p:nth-child(1) {
        font-size: 30px;
        margin-left: 0px; }
      #contacts .contacts_info div p:nth-child(2) {
        font-size: 17px;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 30px; }
      #contacts .contacts_info div a {
        font-size: 22px;
        margin-top: 50px;
        color: #fff; }
      #contacts .contacts_info div a:nth-child(2) {
        margin-top: 10px; }

#price {
  padding-top: 65px; }
  #price h2 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 6.4em;
    text-transform: uppercase;
    color: #774cfd;
    margin-bottom: 15px;
    margin-top: 0px; }
  #price hr {
    width: 150px;
    margin: 0 auto; }
  #price .price_box {
    background: url(../img/bg9.png) no-repeat center/cover;
    padding-bottom: 70px; }
    #price .price_box p:nth-child(1) {
      margin: 0 auto;
      margin-top: 50px;
      width: 90%;
      max-width: 652px;
      font-size: 20px;
      line-height: 2;
      font-weight: 600; }
    #price .price_box .price_card {
      text-align: left;
      width: 90%;
      max-width: 905px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-around; }
      #price .price_box .price_card .price_card_box {
        width: 190px;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      #price .price_box .price_card .price_text {
        text-align: left;
        line-height: 1.5;
        font-size: 20px;
        margin-left: 0px;
        color: #774cfd; }
      #price .price_box .price_card .price_info {
        font-size: 17px;
        color: #010101;
        text-align: left;
        margin-top: 20px;
        font-weight: 400;
        line-height: 1.5;
        width: 190px; }
      #price .price_box .price_card button {
        text-align: left;
        margin-top: 0px;
        padding: 10px 30px;
        border: 1px solid #774cfd;
        background: none;
        font-size: 16px;
        color: #774cfd;
        text-transform: uppercase;
        letter-spacing: 1.62px;
        transition: all 0.3s; }
      #price .price_box .price_card button:hover {
        cursor: pointer;
        background-color: #774cfd;
        color: #fff; }

footer {
  background-color: #111;
  padding-bottom: 40px;
  padding-top: 60px; }
  footer hr {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px; }
  footer p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px; }
  footer a {
    text-decoration: none;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 400;
    color: #fff; }
  footer .map {
    margin: 0 auto;
    background: #666;
    width: 90%;
    max-width: 1100px; }
  footer .footer_text {
    width: 90%;
    max-width: 1210px;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    footer .footer_text p {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 20px;
      padding-left: 0px;
      border-right: 1px solid #fff;
      text-transform: uppercase;
      font-size: 17px;
      color: #fff; }

.white-popup {
  position: relative;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 5px 0 #fff;
  background-color: #774cfd;
  padding: 20px;
  width: auto;
  text-align: center;
  max-width: 100%;
  margin: 20px auto; }
  .white-popup p:nth-child(1) {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .white-popup p:nth-child(2) {
    text-align: center;
    font-size: 18px;
    color: #fff; }

.form_popup {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .form_popup .name2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #fff #333;
    padding: 15px 0px 15px 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    width: 250px;
    transition: 0.5s; }
  .form_popup .name2:hover {
    color: #fff;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff; }
  .form_popup .name2:focus {
    color: #fff;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff; }
  .form_popup .main-button2 {
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2.45px; }

input[type="text"]::-webkit-input-placeholder {
  color: #fff; }

input[type="text"] {
  color: #fff; }

input[type="search"]::-moz-placeholder {
  color: #fff; }

input[type="email"]::-webkit-input-placeholder {
  color: #fff; }

input[type="email"] {
  color: #fff; }

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 6px; }

.menu {
  background: #111;
  right: -200px;
  height: 100%;
  position: fixed;
  overflow-x: auto;
  overflow-y: none;
  width: 200px; }
  .menu div:last-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
  .menu a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase; }
  .menu a:hover {
    color: #774cfd; }
  .menu li:hover {
    cursor: pointer; }

@media (max-width: 902px) {
  html {
    font-size: 5px; }

  .menu_logo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .menu_logo .top-nav_btn {
      display: block; }
    .menu_logo .top_menu {
      display: none;
      text-align: center;
      margin: 0 auto; }
      .menu_logo .top_menu .header_menu {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding-right: 30px;
        justify-content: center; }
      .menu_logo .top_menu li {
        margin: 0 auto;
        text-align: center;
        margin-top: 10px; }
      .menu_logo .top_menu li:last-child {
        padding-bottom: 10px;
        margin-right: 5px; }

  .main_screen {
    padding-top: 40px;
    height: 500px;
    background: url(../img/main_foto_mob.png) no-repeat center/cover; }
    .main_screen img {
      height: 500px; }

  .arrow {
    margin-top: -60px; }

  #about_yoga .about_yoga_box {
    background: url(../img/bg3_mobile.png) no-repeat right/cover; }
    #about_yoga .about_yoga_box p:nth-child(1) {
      margin-top: 10px;
      line-height: 1;
      margin-left: 70px; }
      #about_yoga .about_yoga_box p:nth-child(1) span {
        font-size: 50px;
        margin-right: 0px; }
    #about_yoga .about_yoga_box span:last-child {
      font-size: 26px; }
    #about_yoga .about_yoga_box p:nth-child(2) {
      margin-top: -90px;
      margin-left: 20px;
      font-size: 26px; }
      #about_yoga .about_yoga_box p:nth-child(2) span {
        font-size: 103px; }
    #about_yoga .about_yoga_box span:last-child {
      margin-right: 50px;
      font-size: 83px; }
    #about_yoga .about_yoga_box p:last-child {
      text-align: center;
      font-size: 2.8em;
      text-transform: uppercase;
      font-weight: 400; }

  #about_us {
    background: url(../img/about.png) no-repeat left/cover;
    padding-top: 20px; }
    #about_us h2 {
      margin-bottom: 15px; }
    #about_us .about_us_text p {
      font-size: 14px;
      margin-top: 15px; }

  #classes {
    background: url(../img/seminars.png) no-repeat center/cover;
    padding-bottom: 20px; }
    #classes p {
      font-size: 14px;
      margin-top: 20px; }
    #classes .classes_info {
      margin-bottom: 0px;
      margin-top: 0px; }
      #classes .classes_info p:first-child {
        font-size: 10px; }
      #classes .classes_info p:nth-child(2) {
        margin-top: 0px;
        font-size: 3020; }
      #classes .classes_info p:nth-child(3) {
        font-size: 10px;
        margin-top: 0px; }
      #classes .classes_info p:nth-child(4) {
        font-size: 14px;
        margin-top: 10px; }
      #classes .classes_info p:nth-child(5) {
        font-size: 10px;
        margin-top: 15px; }

  #news .news_text {
    margin-top: 40px; }
  #news .icons {
    margin-top: 0px;
    max-width: 470px; }
    #news .icons div {
      width: 150px; }

  #schedule {
    background: url(../img/shedule_fon.png) no-repeat center/cover; }
    #schedule .day div p:nth-child(1) {
      font-size: 15px; }
    #schedule .day div p:nth-child(2) {
      font-size: 18px; }
    #schedule .day div p:nth-child(3) {
      font-size: 18px; }
    #schedule .day div p:nth-child(4) {
      font-size: 14px; }

  #teacher .teachers_cards .teacher {
    margin-right: 5px;
    margin-left: 5px; }

  #contacts {
    background-color: #774cfd; }
    #contacts p {
      font-size: 14px;
      width: 90%;
      font-weight: 600; }
    #contacts .contacts_info div {
      margin-top: 20px; }
      #contacts .contacts_info div p:nth-child(1) {
        font-size: 19px;
        width: 100%;
        font-weight: 600; }
      #contacts .contacts_info div p:nth-child(2) {
        margin-top: 10px;
        font-size: 13px;
        width: 100%;
        font-weight: 400px;
        margin-bottom: 10px;
        padding-right: 0px; }
      #contacts .contacts_info div a {
        margin-top: 10px;
        font-size: 15px; }

  #price .price_box p:nth-child(1) {
    font-size: 14px; }
  #price .price_box .price_card {
    max-width: 500px; }
    #price .price_box .price_card .price_card_box {
      width: 100%;
      margin-bottom: 0px;
      height: auto;
      margin-top: 0px;
      padding: 0;
      justify-content: flex-start; }
      #price .price_box .price_card .price_card_box .price_text {
        width: 100%;
        margin-bottom: 10px; }
      #price .price_box .price_card .price_card_box .price_info {
        width: 100%; }

  footer .footer_text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0px; }
    footer .footer_text p {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 0px;
      padding-left: 0px;
      border-right: none;
      text-transform: uppercase;
      font-size: 17px;
      color: #fff; } }
@media (min-width: 903px) and (max-width: 1124px) {
  .menu_logo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .menu_logo .top-nav_btn {
      display: block; }
    .menu_logo .top_menu {
      display: none;
      text-align: center;
      margin: 0 auto; }
      .menu_logo .top_menu .header_menu {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding-right: 30px;
        justify-content: center; }
      .menu_logo .top_menu li {
        margin: 0 auto;
        text-align: center;
        margin-top: 10px; }
      .menu_logo .top_menu li:last-child {
        padding-bottom: 10px;
        margin-right: 5px; } }

/*# sourceMappingURL=main.css.map */
