@import url(fonts/avenir-next.css);
* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

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

html {
  font-size: 10px; }
  @media (min-width: 1600px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1920px) {
    html {
      font-size: 16px; } }
  @media (min-width: 2560px) {
    html {
      font-size: 18px; } }

body {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Avenir Next LT Pro'; }

ul {
  margin: 0;
  padding: 0; }

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  outline: none; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

.subpage_section {
  font-size: 1.6rem;
  margin: 0 0 5vw; }
  @media (min-width: 1920px) {
    .subpage_section {
      font-size: 1.2rem; } }
  .subpage_section p {
    margin: 0 0 2vw; }
  .subpage_section .subpage_image {
    margin-bottom: 1.5vw;
    text-align: center; }
    .subpage_section .subpage_image img {
      display: inline-block; }
  .subpage_section .subpage_studio {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 5vw;
    line-height: 1;
    margin: 0 0 2vw;
    text-transform: uppercase;
    padding: 7px 0 0; }
    @media (min-width: 1366px) {
      .subpage_section .subpage_studio {
        font-size: 2.8vw; } }
    .subpage_section .subpage_studio span {
      background: #f50000;
      margin-top: -7px;
      padding: 7px 10px 0; }
  .subpage_section .subpage_heading {
    font-weight: bold;
    font-size: 6vw;
    position: relative;
    z-index: 2; }
    @media (min-width: 1366px) {
      .subpage_section .subpage_heading {
        font-size: 3.6vw; } }
    .subpage_section .subpage_heading::before {
      background: #ff0000;
      content: '';
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-90%, -90%);
      height: 1.5vw;
      width: 1.5vw;
      z-index: 1; }
  .subpage_section .subpage_subheading {
    font-weight: 300;
    font-size: 5vw;
    margin: 0 0 3vw; }
    @media (min-width: 1366px) {
      .subpage_section .subpage_subheading {
        font-size: 2.8vw; } }

.home_slider .subpage_section {
  margin-top: 5vw; }

.page_anchor {
  position: relative;
  top: -10vh; }

.container {
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 1366px) {
    .container {
      padding: 0 30px;
      width: 76.8%; } }

.home_slider {
  background: url(./img/slider_bgr.jpg);
  background-size: auto 100%;
  background-position: 30% 0;
  color: #fff;
  padding: 0 0 5vw; }
  @media (min-width: 1366px) {
    .home_slider {
      padding: 0 0 100px; } }
  @media (min-width: 1600px) {
    .home_slider {
      background-size: auto 100%; } }
  .home_slider .page_navigation {
    display: flex;
    align-items: center;
    padding-top: 6.2vw;
    position: relative; }
    .home_slider .page_navigation .page_logo {
      max-width: 200px;
      margin-right: 2.5vw; }
      @media (min-width: 1366px) {
        .home_slider .page_navigation .page_logo {
          max-width: 300px; } }
    .home_slider .page_navigation #mobile_bars {
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
      .home_slider .page_navigation #mobile_bars span {
        background: #000;
        display: block;
        height: 5px;
        margin: 3px 0;
        width: 30px; }
      @media (min-width: 1366px) {
        .home_slider .page_navigation #mobile_bars {
          display: none; } }
    .home_slider .page_navigation ul#main_nav {
      flex-grow: 1;
      list-style: none;
      background: #333;
      margin: 0 -15px;
      position: absolute;
      top: 100%;
      max-width: 300px;
      width: 66%;
      right: 0;
      z-index: 10;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease-in-out;
      text-align: right;
      z-index: 100; }
      @media (min-width: 1366px) {
        .home_slider .page_navigation ul#main_nav {
          background: transparent;
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 0;
          margin-right: 4vw;
          max-width: unset;
          position: static;
          opacity: 1;
          pointer-events: all; } }
      .home_slider .page_navigation ul#main_nav.open {
        pointer-events: all;
        opacity: 1; }
      .home_slider .page_navigation ul#main_nav li {
        border-bottom: 1px solid #999;
        padding: 10px 15px; }
        @media (min-width: 1366px) {
          .home_slider .page_navigation ul#main_nav li {
            border-bottom: none;
            padding: 0; } }
        .home_slider .page_navigation ul#main_nav li a {
          display: block;
          font-size: 16px;
          margin: -10px -15px;
          padding: 15px 10px;
          text-transform: uppercase; }
          @media (min-width: 1366px) {
            .home_slider .page_navigation ul#main_nav li a {
              margin: 0 15px;
              padding: 0;
              white-space: nowrap; } }
        .home_slider .page_navigation ul#main_nav li a.studio {
          font-weight: bold;
          display: inline-flex;
          align-items: center; }
          .home_slider .page_navigation ul#main_nav li a.studio span {
            background: #f50000;
            margin-top: -2px;
            padding: 3px 5px 0; }
        @media (min-width: 1366px) {
          .home_slider .page_navigation ul#main_nav li a.contact {
            margin-left: 7.5vw; } }
    .home_slider .page_navigation .page_navigation--social {
      display: none; }
      @media (min-width: 1366px) {
        .home_slider .page_navigation .page_navigation--social {
          display: block;
          position: absolute;
          right: 0;
          margin-top: 1vw;
          top: 100px; } }
      .home_slider .page_navigation .page_navigation--social .page_navigation--social_icon {
        margin: 0 0 0.2vw; }
      .home_slider .page_navigation .page_navigation--social img {
        width: 2vw; }

.home_slick {
  margin: 2vw -1.5vw 0; }
  @media (min-width: 1366px) {
    .home_slick {
      max-width: 60vw; } }
  .home_slick .home_slick--slide {
    padding: 0 1.5vw;
    position: relative;
    outline: none; }
  .home_slick .slick-dots {
    position: absolute;
    bottom: 0.8vw;
    display: flex;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0; }
    .home_slick .slick-dots li {
      margin: 0 0.2vw; }
    .home_slick .slick-dots button {
      background: #fff;
      border-radius: 50%;
      font-size: 0;
      line-height: 0;
      outline: none;
      cursor: pointer;
      height: 1.5vw;
      width: 1.5vw; }
      @media (min-width: 1366px) {
        .home_slick .slick-dots button {
          height: 0.6vw;
          width: 0.6vw; } }
    .home_slick .slick-dots .slick-active button {
      background: #f00; }
  .home_slick .slick-arrow {
    background-color: transparent;
    background-position: center;
    background-size: cover;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4vw;
    width: 3vw;
    z-index: 10;
    outline: none; }
    @media (min-width: 1366px) {
      .home_slick .slick-arrow {
        height: 2.8vw;
        width: 1.6vw; } 
        .home_students {
    background: url(./img/offer_bgr.jpg) center no-repeat !important;
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
    background-size: 100% auto !important;
    background-position: top right !important;
      }
    }
    @media (max-width: 1366px) {
      .home_students{
      background: linear-gradient(45deg, rgba(13,82,100,1) 0%, rgba(68,153,180,1) 50%, rgba(31,101,127,1) 100%) !important;
      }
      .home_students .container{
      background-image: url(./img/cat.png), url(./img/dog.png) !important;
      background-position: top left, bottom right !important;
      background-size: 25vw auto, 38vw auto !important;
      background-repeat: no-repeat, no-repeat !important;
      padding-top: 5vw !important;
      padding-bottom: 5vw !important;
      }
      .home_students h2:after{
        display: none;
      }
    }
    .home_slick .slick-arrow.slick-prev {
      background-image: url(/img/slider_arrow_left.png);
      left: 3.5vw; }
    .home_slick .slick-arrow.slick-next {
      background-image: url(/img/slider_arrow_right.png);
      right: 2vw; }
  .home_slick .slick-ribbon {
    background: #f50000;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.6vw;
    height: 3.2vw;
    line-height: 0.7;
    padding: 0.6vw 1vw;
    position: relative;
    margin-left: 0;
    position: absolute;
    bottom: 1.25vw;
    left: 0; }
    .home_slick .slick-ribbon strong {
      align-self: flex-end;
      display: block;
      font-size: 1.4vw;
      font-weight: bold;
      text-align: right; }
    .home_slick .slick-ribbon::before {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1.5vw 0.75vw 0;
      border-color: transparent #860000 transparent transparent; }
    .home_slick .slick-ribbon::after {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.2vw 1.4vw 0 0;
      border-color: #f50000 transparent transparent transparent; }

.home_about {
  background-color: #fff;
  background-image: url(./img/about_mob_top-bgr.png), url(./img/about_mob_bottom-bgr.png);
  background-position: top left, bottom right;
  background-size: 25vw auto, 38vw auto;
  background-repeat: no-repeat, no-repeat;
  color: #010101;
  padding-top: 4.4vw;
  padding-bottom: 3.6vw; }
  @media (min-width: 1366px) {
    .home_about {
      background-image: url(./img/about_bgr.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%; } }
  .home_about .home_about--wrapper {
    margin-left: 4vw;
    margin-right: 4vw; }
    @media (min-width: 1366px) {
      .home_about .home_about--wrapper {
        margin-left: 9vw;
        margin-right: 9vw; } }
    .home_about .home_about--wrapper h1 {
      font-size: 6vw;
      font-weight: bold;
      line-height: 1;
      letter-spacing: -1px;
      margin: 0 0 1.8vw 19vw; }
      @media (min-width: 1366px) {
        .home_about .home_about--wrapper h1 {
          font-size: 3.6vw;
          letter-spacing: -2px;
          margin-left: 0; } }
  .home_about h3.logo_heading {
    background: url(./img/logo_discount_bgr.png) left no-repeat;
    background-size: 15vw auto;
    font-size: 4.8vw;
    letter-spacing: -1px;
    margin: 1.8vw 0 1.8vw 19vw;
    padding-left: 15vw; }
    @media (min-width: 1366px) {
      .home_about h3.logo_heading {
        background-size: 8.8vw auto;
        font-size: 2.4vw;
        letter-spacing: -4px;
        margin-left: 0;
        padding-left: 8.8vw; } }
    .home_about h3.logo_heading span {
      border-left: 1px solid #010101;
      display: inline-block;
      margin-left: 0.8vw;
      padding-left: 0.8vw;
      font-weight: 400; }
  .home_about .home_about--text {
    font-size: 2.25vw;
    font-weight: 400;
    line-height: 1.1;
    margin-left: 4vw;
    text-align: justify; }
    .home_about .home_about--text p:nth-child(1) {
      margin-left: 15vw; }
      @media (min-width: 1366px) {
        .home_about .home_about--text p:nth-child(1) {
          margin-left: 0; } }
    .home_about .home_about--text p:nth-child(3) {
      margin-right: 32vw; }
      @media (min-width: 1366px) {
        .home_about .home_about--text p:nth-child(3) {
          margin-right: 0; } }
    @media (min-width: 1366px) {
      .home_about .home_about--text {
        font-size: 0.96vw;
        width: 37.6vw; } }
    .home_about .home_about--text strong {
      font-weight: 500; }
    .home_about .home_about--text p ~ p {
      margin-top: 15px; }

.home_students {
  background: #f4f2f3;
  color: #fff; }
  .home_students .home_students--wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 60%; }
    @media (min-width: 1366px) {
      .home_students .home_students--wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 50%; } }
  .home_students h2 {
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 0 0 0.8vw;
  }
    .home_students h2 br {
      display: none; }
      @media (min-width: 1366px) {
        .home_students h2 br {
          display: inline; } }
    @media (min-width: 1366px) {
      .home_students h2 {
        font-size: 4.5vw;
        width: 27.2vw; } }
  .home_students h3.logo_heading {
    background: url(./img/logo_discount_bgr.png) left no-repeat;
    background-size: 15vw auto;
    font-size: 4.8vw;
    letter-spacing: -1px;
    margin: 1.8vw 0;
    padding-left: 15vw; }
    @media (min-width: 1366px) {
      .home_students h3.logo_heading {
        background-size: 8.8vw auto;
        font-size: 2.4vw;
        letter-spacing: -4px;
        padding-left: 8.8vw; } }
    .home_students h3.logo_heading span {
      border-left: 1px solid #010101;
      display: inline-block;
      margin-left: 0.8vw;
      padding-left: 0.8vw;
      font-weight: 400; }
  .home_students .home_students--text {
    font-size: 2.25vw;
    font-weight: 400;
    line-height: 1.1;
    text-align: justify;
    width: 80%; }
    @media (min-width: 1366px) {
      .home_students .home_students--text {
        font-size: 0.9vw;
        line-height: 1.2vw;
        width: 35.6vw; } }
    .home_students .home_students--text strong {
      color: #f50000; }
    .home_students .home_students--text p ~ p {
      margin: 15px 0 0 0; }
  .home_students .home_students--columns {
    width: 50vw; }
    @media (min-width: 1366px) {
      .home_students .home_students--columns {
        display: flex;
        width: 100%; } }
  .home_students .home_students--item {
    margin: 0 1.5vw 0 0; }
    @media (min-width: 1366px) {
      .home_students .home_students--item {
        min-width: 250px;
        width: 15vw; } }
    @media (min-width: 1600px) {
      .home_students .home_students--item {
        min-width: 300px;
        width: 18vw; } }
    .home_students .home_students--item .home_students--item_title {
      margin: 1.5vw 0 0.5vw; }
      @media (min-width: 1366px) {
        .home_students .home_students--item .home_students--item_title {
          text-align: center; } }
      .home_students .home_students--item .home_students--item_title h3 {
        font-size: 2.25vw;
        display: inline-block;
        line-height: 0.8; }
        @media (min-width: 1366px) {
          .home_students .home_students--item .home_students--item_title h3 {
            font-size: 1vw; } }
        .home_students .home_students--item .home_students--item_title h3 span {
          background: #f50000;
          color: #fff;
          padding: 0.2vw 0.3vw 0; }
    .home_students .home_students--item .home_students--table {
      color: #000;
      font-weight: 500;
      font-size: 2.25vw;
      margin: 0.5vw auto;
      display: grid;
      text-align: center; }
      @media (min-width: 1366px) {
        .home_students .home_students--item .home_students--table {
          font-size: 1vw;
          width: 100%; } }
      @media (min-width: 1600px) {
        .home_students .home_students--item .home_students--table {
          width: 90%; } }
      .home_students .home_students--item .home_students--table .home_students--table_row, .home_students .home_students--item .home_students--table .home_students--table_heading {
        display: grid;
        grid-template-columns: 3fr 4fr 3fr; }
      .home_students .home_students--item .home_students--table .home_students--table_heading {
        color: #f50000;
        font-size: 1.5vw;
        font-weight: 400; }
        @media (min-width: 1366px) {
          .home_students .home_students--item .home_students--table .home_students--table_heading {
            font-size: 0.6vw; } }
      .home_students .home_students--item .home_students--table .home_students--table_row .home_students--table_price_full {
        border-left: 1px solid #6d6e71;
        border-right: 1px solid #6d6e71; }
        .home_students .home_students--item .home_students--table .home_students--table_row .home_students--table_price_full span {
          display: inline-block;
          padding: 0 5px;
          position: relative; }
          .home_students .home_students--item .home_students--table .home_students--table_row .home_students--table_price_full span::after {
            content: '';
            border-top: 1px solid #000;
            position: absolute;
            top: 40%;
            left: 0;
            right: 0; }
            @media (min-width: 768px) {
              .home_students .home_students--item .home_students--table .home_students--table_row .home_students--table_price_full span::after {
                border-top-width: 2px;
                top: 42%; } }

.home_pricing {
  background: url(./img/pricing_bgr.jpg) center no-repeat;
  background-size: auto 100%;
  background-position: 80% top;
  color: #fff;
  padding-top: 8vw;
  padding-bottom: 6vw; }
  @media (min-width: 1366px) {
    .home_pricing {
      background-size: 100% auto;
      background-position: center;
      background-position: top right; } }
  .home_pricing .home_pricing--wrapper {
    margin-left: 4vw;
    margin-right: 4vw; }
    @media (min-width: 1366px) {
      .home_pricing .home_pricing--wrapper {
        margin-left: 9vw;
        margin-right: 9vw; } }
    .home_pricing .home_pricing--wrapper h2 {
      font-size: 6vw;
      font-weight: bold;
      letter-spacing: -2px;
      line-height: 1.1;
      margin: 0 0 1.6vw; }
      @media (min-width: 1366px) {
        .home_pricing .home_pricing--wrapper h2 {
          font-size: 3.6vw; } }
  .home_pricing h3.logo_heading {
    background: url(./img/logo_page.png) left no-repeat;
    background-size: 15vw auto;
    font-size: 4.8vw;
    letter-spacing: -1px;
    margin: 1.8vw 0 3.6vw;
    padding-left: 15vw; }
    @media (min-width: 1366px) {
      .home_pricing h3.logo_heading {
        background-size: 8.8vw auto;
        font-size: 2.4vw;
        letter-spacing: -2px;
        padding-left: 8.8vw; } }
    .home_pricing h3.logo_heading span {
      border-left: 1px solid #fff;
      display: inline-block;
      margin-left: 0.8vw;
      padding-left: 0.8vw;
      font-weight: 400; }
  .home_pricing .home_pricing--columns {
    margin: 0 0 0 5vw; }
    @media (min-width: 1366px) {
      .home_pricing .home_pricing--columns {
        display: flex;
        margin: 0 0 0 7.5vw; } }
  .home_pricing .home_pricing--item {
    margin: 5vw 0vw;
    padding: 1.5vw 0;
    max-width: 400px; }
    @media (min-width: 1366px) {
      .home_pricing .home_pricing--item {
        margin: 0 1.5vw;
        min-width: 300px;
        padding: 0;
        width: 34vw;
        max-width: unset; } }
    .home_pricing .home_pricing--item .home_pricing--item_title {
      margin: 1vw; }
      @media (min-width: 1366px) {
        .home_pricing .home_pricing--item .home_pricing--item_title {
          text-align: center; } }
      .home_pricing .home_pricing--item .home_pricing--item_title h3 {
        display: inline-block;
        font-size: 4.8vw;
        line-height: 0.8;
        margin: 0 auto 0.8vw;
        padding: 0.8vw 0; }
        @media (min-width: 1366px) {
          .home_pricing .home_pricing--item .home_pricing--item_title h3 {
            border-bottom: 1px solid #000;
            font-size: 2.4vw; } }
        .home_pricing .home_pricing--item .home_pricing--item_title h3 span {
          background: #f50000;
          padding: 0.4vw 0.6vw 0; }
    .home_pricing .home_pricing--item .home_pricing--item_ribbon {
      background: #f50000;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      font-size: 24px;
      height: 8vw;
      justify-content: center;
      line-height: 0.7;
      max-width: 60%;
      padding: 0.6vw 1vw;
      position: relative;
      margin-left: -1vw; }
      @media (min-width: 1024px) {
        .home_pricing .home_pricing--item .home_pricing--item_ribbon {
          max-width: 40%; } }
      @media (min-width: 1366px) {
        .home_pricing .home_pricing--item .home_pricing--item_ribbon {
          font-size: 1.8vw;
          height: 3.6vw;
          max-width: 80%; } }
      .home_pricing .home_pricing--item .home_pricing--item_ribbon strong {
        align-self: flex-end;
        display: block;
        font-size: 21px;
        font-weight: bold;
        text-align: right; }
        @media (min-width: 1366px) {
          .home_pricing .home_pricing--item .home_pricing--item_ribbon strong {
            font-size: 1.6vw; } }
      .home_pricing .home_pricing--item .home_pricing--item_ribbon::before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1vw 0.5vw 0;
        border-color: transparent #860000 transparent transparent; }
      .home_pricing .home_pricing--item .home_pricing--item_ribbon::after {
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.5vw 3.5vw 0 0;
        border-color: #f50000 transparent transparent transparent; }
        @media (min-width: 1366px) {
          .home_pricing .home_pricing--item .home_pricing--item_ribbon::after {
            border-width: 3.6vw 1.6vw 0 0; } }
    .home_pricing .home_pricing--item .home_pricing--table {
      color: #fff;
      font-weight: 500;
      margin: 1vw auto 0vw;
      display: grid;
      width: 90%;
      font-size: 1.6rem;
      line-height: 2.6rem;
    }
    .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_time{
      color: #838383;
      text-align: left;
      }
      .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_price{
      text-align: right;
      }
      .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_row, .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_heading {
        display: grid;
        grid-template-columns: 2fr 3.5fr 3fr; }
      .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_heading {
        font-size: 1.8vw; }
        @media (min-width: 1366px) {
          .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_heading {
            font-size: 0.65vw; } }
      .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_price_full {
        color: #000; }
      .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_row .home_pricing--table_price_full {
        text-decoration-color: #f50000;
        border-left: 1px solid #6d6e71;
        border-right: 1px solid #6d6e71; }
        .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_row .home_pricing--table_price_full span {
          display: inline-block;
          padding: 0 5px;
          position: relative; }
          .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_row .home_pricing--table_price_full span::after {
            content: '';
            border-top: 1px solid #f50000;
            position: absolute;
            top: 40%;
            left: 0;
            right: 0; }
            @media (min-width: 768px) {
              .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_row .home_pricing--table_price_full span::after {
                border-top-width: 2px;
                top: 42%; } }

.page_map {
  padding-top: 60%;
  position: relative; }
  @media (min-width: 1366px) {
    .page_map {
      padding-top: 27.5%; } }
  .page_map::after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    box-shadow: inset 0px 10px 20px 0px rgba(102, 102, 102, 0.6);
    right: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100000; }

.page_prefooter {
  padding-top: 30%;
  background: url(./img/prefooter_bgr.jpg);
  background-size: 100% 100%; }

.page_footer {
  background: #010101;
  color: #fff;
  padding: 4.6vw 0 0; }
  .page_footer .page_footer--container {
    display: flex;
    margin-bottom: 4vw; }
    .page_footer .page_footer--container .page_footer--logo, .page_footer .page_footer--container .page_footer--text {
      padding: 0.4vw 2.5vw;
      width: 50%; }
      @media (min-width: 1366px) {
        .page_footer .page_footer--container .page_footer--logo, .page_footer .page_footer--container .page_footer--text {
          padding: 0.4vw 0.8vw; } }
    .page_footer .page_footer--container .page_footer--logo {
      text-align: right; }
      .page_footer .page_footer--container .page_footer--logo img {
        width: 30vw;
        max-width: 400px; }
    .page_footer .page_footer--container .page_footer--text {
      font-size: 2.5vw;
      text-align: left;
      border-left: 1px solid #fff;
      padding-top: 2vw; }
      @media (min-width: 1366px) {
        .page_footer .page_footer--container .page_footer--text {
          font-size: 0.96vw; } }
      .page_footer .page_footer--container .page_footer--text p ~ p {
        margin-top: 0.8vw; }
  .page_footer .page_footer--wrapper {
    border-top: 1px solid #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .page_footer .page_footer--wrapper {
        justify-content: space-between;
        flex-direction: row; }
      .page_footer .page_footer--copyrights{
        text-align: left;
      }
      .page_footer .page_footer--social{
        text-align: center;
      }
      .page_footer--social img{
        height: 45px;
        width: 45px;
        vertical-align: middle;
      }
      .home_pricing--wrapper h2{
        font-size: 5.5vw !important;
        line-height: 4.5vw !important;
      }
      .home_pricing--wrapper h2 b{
        display: block;
        font-size: 3.0vw;
        font-weight: 400;
        line-height: 2vw;
        padding-left: 7vw;
      }
      .home_pricing--wrapper h2 i{
        font-size: 5.0vw;
        margin-left: 2vw;
        font-style: normal;
        margin-top: -8px;
        display: block;
        line-height: 4.0vw !important;
      }
      .home_pricing--wrapper img{
        padding-left: 10vw;
      }
      .home_pricing--wrapper img{
        max-height: 50px;
        position: absolute;
        margin-top: -50px;
      }
        .home_students--wrapper img{
        max-height: 50px;
      }
    }
    @media (max-width: 768px) {
      .page_footer--social img{
        height: 30px;
        width: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        vertical-align: middle;
      }
      .home_pricing--table{
        margin: 0px !important;
      }
      .home_pricing--wrapper h2 b{
        font-weight: 500;
        display: inline-block;
      }
      .home_pricing--wrapper h2 i{
        font-style: normal;
      }
      .home_pricing .home_pricing--item{
        margin: 0vw;
      }
      .home_pricing .home_pricing--item .home_pricing--table{
        font-size: 1.4rem;
      }
      .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_price{
        text-align: left;
      }
      .home_pricing .home_pricing--wrapper h2{
        font-size: 6vw !important;
        font-weight: 600 !important;
        letter-spacing: -1px;
      }
      .home_pricing .home_pricing--item .home_pricing--table .home_pricing--table_row{
        grid-template-columns: 2fr 6fr 0fr;
      }
      .home_pricing--wrapper img{
        max-height: 20px;
        position: relative;
      }
      .home_students--wrapper img{
        max-height: 20px;
      }
      .home_students h2:after{
        display: none;
      }
    }
    @media (max-width: 480px){
      .home_pricing .home_pricing--item .home_pricing--table{
        font-size: 1.2rem !important;
        line-height: 2rem !important;
      }
    }
  .page_footer .page_footer--copyrights, .page_footer .page_footer--up_link {
    font-size: 2.25vw;
    padding: 1vw 0;
    text-align: right;
    color: #555; }
    @media (min-width: 1024px) {
      .page_footer .page_footer--copyrights, .page_footer .page_footer--up_link {
        font-size: 0.8vw;
        padding: 0.6vw 0; }
      .page_footer .page_footer--copyrights, .page_footer .page_footer--social, .page_footer .page_footer--up_link{
        width: 33%;
        display: inline-block;
      }
      }
  .page_footer .page_footer--up_link a, .page_footer .page_footer--up_link img {
    display: inline-block; }
  .page_footer .page_footer--up_link a {
    padding: 10px; }
  .page_footer .page_footer--up_link img {
    width: 15px; }
    @media (min-width: 1366px) {
      .page_footer .page_footer--up_link img {
        width: 20px; } }


  h3.phone{
    text-align: left;
    margin-top: 2vw;
  }
  h3.phone b{
    color: #f50000;
  }
  .home_students h2{
    padding-bottom: 3vw;
  }
  .home_students h2:after{
    content: "";
    background-image: url('./img/kosc.png');
    height: 140px;
    width: 200px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -250px;
    margin-top: 50px;
  }
  .home_students--wrapper h2{
    z-index: 1;
    position: relative;
    display: block;
  }
  .home_students--wrapper .home_students--text{
    z-index: 2;
    position: relative;
  }
/*# sourceMappingURL=style.css.map */
