@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@media screen and (max-width: 768px) {

    html, :root {
        font-size: 2.22vmin;
    }

	body {
		max-width: 100vw;
		overflow-x: hidden;
	}

    body .highlighted-heading {
        display: inline-flex;
        align-items: flex-end;
    }

    body .highlighted-heading:before {

    }

    body .highlighted-heading span {
        font-size: 32px;
        font-family: "Avenir Next Cyr";
        white-space: normal;
        text-indent: 1.5rem;
    }


    body .page-menu {
        width: 100vw;
        padding: 10px;
        background-color: #fff;
        flex-direction: column-reverse;
        box-shadow: 0 0 2.5rem #dce0ed;
    }

    body .page-menu .page-menu__logo {
        display: none;
    }

    body .page-menu__contacts {
        margin-left: 0;
        margin-bottom: 10px;
    }

    body .page-menu__contacts .page-menu__contacts_enroll-button a {
        background-color: #315dfd;
        color: #fff;
        display: block;
    }

    body .page-menu__contacts .page-menu__contacts_phone {
        filter: invert(.6);
    }

    body .heading {
        padding: 6rem 1.5rem;
        padding-top: 10rem;
        height: auto;
        background-position: center bottom;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-image: none;
    }

    body .heading__wrapper-hgroup ul {
        margin-bottom: 60px;
    }

    body .heading__wrapper-stats ul {
		flex-wrap: wrap;
    }

	body .heading__wrapper-stats ul li {
		margin-bottom: 1.5rem;
	}

    body .audience-skills .audience {
        padding-bottom: 15rem;
        background-image: url(./b829d22c7628b20029be6defd58a5eda.png);
        background-position: right bottom;
        background-size: 25% auto;

    }

	body .who {
		padding: 2rem;
		border-top: 0;
	}
	body .who__wrapper {
		background-image: none;
	}

	body .numbers {
		padding: 4rem 2rem;
	}

	body .numbers h2 {
		margin-bottom: 3rem;
	}

	body .numbers h2:before{
		content: none;
	}

	body .numbers__list {
		flex-direction: column;
		align-items: center;
	}

	body .numbers__list li {
		margin: 2rem 0;
	}


	body .who .description {
		width: 100%;
	}

    body .audience-skills .audience__list {
        flex-direction: column;
    }

    .audience-skills .audience__list .audience__list-item {
        width: 100%;
        margin-bottom: 30px;
    }

    body .audience-skills .skills {
        padding: 15px;
        margin-top: -15rem;
    }

    body .audience-skills .skills .hgroup {
        width: 60%;
        text-align: left;
    }

    body .audience-skills .skills .hgroup h2 span {
        text-indent: 0;
    }

    body .audience-skills .skills .hgroup h2:before {
        content: none;
    }

    body .audience-skills .skills .hgroup h5 {
        width: 100%;
    }

    body .audience-skills .skills .card .lists {
        padding: 20px;
        display: block;
    }

    body .audience-skills .skills .card .lists .column {
        width: 100%;
    }

    body .audience-skills .skills .card .lists .column .list-line .list-item .list-item-heading span {
        max-width: 80%;
    }

    body .audience-skills .skills .card .lists .column .list-line .list-item:last-child .list-item-description {
        padding-top: 1rem;
    }

    body .audience-skills .skills .card .cta {
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    body .audience-skills .skills .card .cta .hgroup {
        width: 100%;
        margin-bottom: 20px;
    }

    body .audience-skills .skills .card .cta .buttons {
        margin-left: 0;
		margin-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
    }

	body .audience-skills .skills .card .cta .buttons .enroll {
		margin-right: 0;
		margin-bottom: 15px;
	}


    body .preparation-wrapper {
        padding: 3rem;
        background-position: left center, left bottom;
        padding-bottom: 15rem;
    }

    body .preparation-wrapper h2 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 3rem;
    }

    body .preparation-wrapper .preparation-terms {
        flex-direction: column;
    }

    body .preparation-wrapper .preparation-terms__item {
        width: 100%;
        margin-bottom: 3rem;
    }

    body .preparation-wrapper .preparation-terms__item:first-child {
        margin-bottom: 3rem;
    }

    body .preparation-wrapper .preparation-terms__item:last-child {
        margin-left: 30%;
        width: 70%;
    }

    body .schedule {
        padding: 3rem;
    }

    body .schedule-wrapper .week-line {
        flex-direction: column;
		width: 3rem;
		float: left;
    }

    body .schedule-wrapper .week-line .weekday {
        height: 17rem;
        width: 17rem;
        transform: rotate(-90deg);
        text-align: center;
    }

	body .schedule-wrapper .hgroup {
		margin-bottom: 2.5rem;
	}

	body .schedule-wrapper .hgroup h2:before {
		content: none;
	}

	body .schedule-wrapper .hgroup h3 {
		width: 100%;
	}

    body .schedule-wrapper .week-line .weekday:first-child:after {
        visibility: hidden;
    }

    body .schedule-wrapper .week-line .weekday:last-child:after {
        border-radius: .2rem;
    }

	body .schedule-wrapper .schedule-line {
		float: right;
		flex-direction: column;
		width: calc(100% - 3rem);
		padding-left: 2rem;
		padding-top: 2rem;
	}

	body .schedule-wrapper .schedule-line .weekday {
		width: 100%;
		display: flex;
		align-items: center;
		height: 17rem;
	}

	body .schedule-wrapper .schedule-line .weekday .lesson {
		width: 50%;
		margin-right: 1rem;
	}

	body .schedule-wrapper .location {
		padding: 3rem;
		background-size: cover;
		flex-direction: column;
	}

	body .schedule-wrapper .location h3 {
		max-width: 200%;
		width: 100%;
		margin-bottom: 1.5rem;
	}

	body .schedule-wrapper .location a {
		font-size: 1.8rem;
		width: 100%;
		display: block;
		text-align: center;
	}

	body .program-wrapper {
		padding: 3rem;
	}

	body .program-wrapper .columns {
		flex-direction: column;
	}

	body .program-wrapper .columns .column-list {
		width: 100%;
	}

	body .program-wrapper .columns .column-details {
		width: 100%;
	}

	body .program-wrapper .columns .column-details .details-card {
		display: none;
	}

	body .program-wrapper .columns .column-list .course-block .block-name .toggle-visibility {
		width: 3.3rem;
		height: 3.3rem;
		font-size: 3rem;
	}

	body .program-wrapper .columns .column-details {
		background-position: center;
	}

	body .program-wrapper .columns .column-list .course-block .block-name {
		font-size: 2rem;
		padding: 1.3rem 2rem;
	}

	body .materials-wrapper {
		flex-direction: column;
		padding: 3rem;
	}

	body .materials-wrapper .headers {
		width: 100%;
		margin-right: 0;
	}

	body .materials-wrapper .form {
		width: 100%;
	}

	body .materials-wrapper .headers h3 {
		font-size: 1.4rem;
	}

	body .materials-wrapper .headers h2 {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	body .advantages-wrapper .top-panel {
		flex-direction: column;
		margin-bottom: 0;
	}

	body .advantages-wrapper .top-panel h2 {
		color: #efefef;
		margin-bottom: 2rem;
	}

	body .advantages-wrapper .top-panel h2:before {
		content: none;
	}
	body .advantages-wrapper .top-panel h2 span {
		color: #efefef;
	}

	body .teacher-wrapper {
		padding: 3rem;
		padding-bottom: 0;
		display: block;
	}

	body .teacher-wrapper .content {
		width: 100%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	body .teacher-wrapper .photo {
		width: 100%;
		margin-left: auto;
		padding: 25rem 0;
	}

	body .faq .faq-wrapper {
		padding: 3rem;
		background-position: left 5rem;
	}

	body .faq .faq-wrapper .questions .question .question-title span {
		max-width: calc(100% - 5rem);
	}

	body .order .order-wrapper .order-wrapper-image {
		padding: 3rem;
		padding-top: 15rem;
		display: flex;
		flex-direction: column-reverse;
	}

	body .order .order-wrapper .order-wrapper-image .order-form {
		width: 100%;
	}

	body .order .order-wrapper .order-wrapper-image .pricing {
		width: 100%;
	}

	body .reviews-wrapper {
		padding: 7rem 3rem;
		max-width: 100vw;
		overflow: hidden;
	}

	body .reviews-wrapper .reviews-list__item {
		margin: 2rem;
		padding: 1.5rem;
	}

	body .reviews-wrapper .reviews-list__item .content img {
		width: 100%;
	}

	body .reviews-wrapper .reviews-list .slick-prev, body .reviews-wrapper .reviews-list .slick-next {
		position: static;
	}

	body .footer-wrapper {
		flex-direction: column-reverse;
	}

	body .footer-wrapper .legal {
		margin-top: 1.5rem;
	}
}
@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(./AvenirNextCyr-Regular.eot);
  src: local("Avenir Next Cyr Regular"), local("AvenirNextCyr-Regular"), url(./AvenirNextCyr-Regular.eot?#iefix) format("embedded-opentype"), url(./AvenirNextCyr-Regular.woff) format("woff"), url(./AvenirNextCyr-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(./AvenirNextCyr-Heavy.eot);
  src: local("Avenir Next Cyr Heavy"), local("AvenirNextCyr-Heavy"), url(./AvenirNextCyr-Heavy.eot?#iefix) format("embedded-opentype"), url(./AvenirNextCyr-Heavy.woff) format("woff"), url(./AvenirNextCyr-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(./AvenirNextCyr-Bold.eot);
  src: local("Avenir Next Cyr Bold"), local("AvenirNextCyr-Bold"), url(./AvenirNextCyr-Bold.eot?#iefix) format("embedded-opentype"), url(./AvenirNextCyr-Bold.woff) format("woff"), url(./AvenirNextCyr-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: local("Lato Regular"), local("Lato-Regular"), url(./latoregular.woff2) format("woff2"), url(./latoregular.woff) format("woff"), url(./latoregular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: local("Lato Bold"), local("Lato-Bold"), url(./latobold.woff2) format("woff2"), url(./latobold.woff) format("woff"), url(./latobold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

html {
  scroll-behavior: smooth;
  font-size: 0.52vmax;
  font-family: 'Avenir Next Cyr', Verdana, sans-serif; }

body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem; }

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box; }

.page-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 10%;
  display: flex;
  align-items: center;
  z-index: 300; }
  .page-menu__logo img {
    height: 3.5rem;
    margin-right: 11rem;
    margin-top: -1.9rem; }
  .page-menu__nav-list {
    display: flex;
    align-items: center; }
    .page-menu__nav-list-item {
      display: block;
      margin-right: 3rem; }
      .page-menu__nav-list-item a {
        text-transform: uppercase;
        color: #333;
        font-size: 1.2rem;
        transition: .2s;
        font-family: Lato; }
        .page-menu__nav-list-item a:hover {
          color: #315dfd; }
  .page-menu__contacts {
    margin-left: auto; }
    .page-menu__contacts_phone {
      color: #fff;
      margin-right: 3rem;
      font-family: Lato;
      font-size: 1.5rem;
      background-size: 1.5rem;
      background-position: left center;
      background-image: url(./91b0d85b879962318b70267c786942fb.png);
      background-repeat: no-repeat;
      padding-left: 3rem;
      line-height: 1.4; }
    .page-menu__contacts_enroll-button {
      border: 0;
      background: transparent; }
      .page-menu__contacts_enroll-button a {
        border-radius: .5rem;
        color: #0c0c0c;
        padding: 1rem 3.5rem;
        background-color: #ffffff;
        text-transform: uppercase;
        font-family: Lato;
        transition: .3s; }
        .page-menu__contacts_enroll-button a:hover {
          color: #ffffff;
          background-color: #315dfd; }
  .page-menu.with-background {
    box-shadow: 0 0 2.5rem #dce0ed; }
    .page-menu.with-background .page-menu__contacts .page-menu__contacts_enroll-button a {
      background-color: #315dfd;
      color: #fff; }
    .page-menu.with-background .page-menu__contacts_phone {
      filter: invert(0.6); }

.heading {
  height: 100vh;
  background-image: url(./56fb789df46d74686837f21cc5e37f03.png);
  background-size: cover;
  padding-left: 10%;
  padding-right: 50%;
  display: flex;
  align-items: center; }
  .heading__wrapper-duration {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem; }
    .heading__wrapper-duration div {
      display: flex;
      align-items: center;
      color: #888;
      margin-right: 3rem; }
      .heading__wrapper-duration div .material-icons {
        font-size: 1.6rem;
        color: #888;
        margin-right: 1rem; }
  .heading__wrapper-hgroup {
    margin-bottom: 4rem; }
    .heading__wrapper-hgroup h1 {
      font-size: 4.6rem;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 2.5rem;
      font-family: 'Avenir Next Cyr', Verdana, sans-serif; }
    .heading__wrapper-hgroup h4 {
      font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
      font-size: 1.8rem;
      color: #6f7985;
      margin-bottom: 2.5rem; }
    .heading__wrapper-hgroup ul {
      padding-left: 2rem; }
      .heading__wrapper-hgroup ul li {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif; }
  .heading__wrapper-enroll {
    margin-bottom: 4rem; }
  .heading__wrapper-stats ul {
    display: flex;
    align-items: flex-start; }
    .heading__wrapper-stats ul li {
      display: block;
      margin-right: 2rem; }
      .heading__wrapper-stats ul li:last-child {
        margin-right: 0; }
      .heading__wrapper-stats ul li p {
        font-size: 1.3rem;
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        color: #6f7985;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-weight: 700; }
      .heading__wrapper-stats ul li span {
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        color: #0c0c0c;
        font-size: 2rem;
        font-weight: 700; }

.who {
  margin-top: -2px;
  padding: 5rem 10%;
  border-top: 1rem solid #2a1b72; }
  .who__wrapper {
    background-image: url(./886d24425d33f30455dc3844343266e8.png);
    background-size: 25% auto;
    background-position: center right;
    background-repeat: no-repeat; }
  .who .description {
    margin: 2rem 0;
    color: #333333;
    width: 60%; }
    .who .description p, .who .description li {
      margin: 1rem; }
  .who h3 {
    font-weight: 600;
    font-size: 2.4rem; }

.numbers {
  padding: 7rem 10%;
  background-color: #171137;
  color: #fff;
  text-align: center;
  background-image: url(./caeae327d3b064ce8857a80717bd3ccd.png);
  background-size: cover;
  background-position: center; }
  .numbers h2 {
    margin-bottom: 6rem; }
    .numbers h2:before {
      background-color: #315dfd; }
    .numbers h2 span {
      color: #fff; }
  .numbers__list {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .numbers__list li {
      display: block;
      text-align: center;
      margin: 0 3rem; }
      .numbers__list li h3 {
        color: #315dfd;
        font-weight: 600;
        font-size: 6rem; }
      .numbers__list li p {
        color: #efefef;
        font-size: 1.4rem;
        max-width: 22rem; }
      .numbers__list li a {
        color: #315dfd; }

.audience-skills {
  background-image: url(./b829d22c7628b20029be6defd58a5eda.png);
  background-position: right 21rem;
  background-repeat: no-repeat; }
  .audience-skills .audience {
    padding: 6rem 10%;
    background-image: url(./b124d8ee3ef39f959dced2d9bda874ae.png), url(./4718d1e74f3238773a7f2816dd7badbe.png);
    background-position: 31% 4rem, 0 23rem;
    background-size: 145rem auto, 100% auto;
    background-repeat: no-repeat, no-repeat; }
    .audience-skills .audience .hgroup {
      text-align: center;
      display: flex;
      justify-content: center;
      margin-bottom: 11rem; }
    .audience-skills .audience__list {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .audience-skills .audience__list-item {
        text-align: center;
        padding: 3rem;
        padding-top: 0;
        width: 32%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 2.5rem #dce0ed; }
        .audience-skills .audience__list-item figure {
          display: inline-flex;
          position: relative;
          top: -4.2rem;
          margin-bottom: -2rem; }
          .audience-skills .audience__list-item figure img {
            width: 4.8rem;
            height: 4.8rem;
            position: relative;
            z-index: 2;
            margin-right: -6rem;
            margin-top: 1rem; }
          .audience-skills .audience__list-item figure figcaption {
            width: 7.5rem;
            height: 7.5rem;
            border-radius: 1.5rem;
            background-color: #315dfd;
            transform: rotate(15deg); }
        .audience-skills .audience__list-item .item-hgroup h3 {
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          font-weight: bold;
          font-size: 1.8rem;
          margin-bottom: 1.5rem; }
        .audience-skills .audience__list-item .item-hgroup p {
          font-size: 1.5rem;
          color: #6e7885;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          line-height: 1.5; }
  .audience-skills .skills {
    padding: 3rem 10%; }
    .audience-skills .skills .hgroup {
      text-align: center;
      margin-bottom: 4rem; }
      .audience-skills .skills .hgroup h2 {
        margin-bottom: 2rem; }
      .audience-skills .skills .hgroup h5 {
        width: 33%;
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        font-size: 1.5rem;
        line-height: 1.5;
        color: #6e7885;
        margin: 0 auto; }
    .audience-skills .skills .card {
      border-radius: .5rem;
      box-shadow: 0 0 2.5rem #dce0ed;
      overflow: hidden; }
      .audience-skills .skills .card .lists {
        padding: 4rem 6rem;
        background-color: #fff;
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .audience-skills .skills .card .lists .column {
          width: 48%; }
          .audience-skills .skills .card .lists .column .list-heading {
            margin-bottom: 3rem;
            padding-left: 6.2rem; }
            .audience-skills .skills .card .lists .column .list-heading span {
              font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
              font-weight: bold;
              font-size: 2.4rem;
              line-height: 1;
              border-bottom: .1rem solid #d8e0e7;
              display: block;
              padding-bottom: 2rem; }
          .audience-skills .skills .card .lists .column .list-line {
            border-left: 0.1rem solid #315dfd;
            padding-left: 3rem;
            margin-left: 2.1rem; }
            .audience-skills .skills .card .lists .column .list-line .list-heading {
              padding-left: 1rem;
              padding-top: 1rem;
              margin-bottom: 2rem; }
            .audience-skills .skills .card .lists .column .list-line .list-item:first-child {
              position: relative;
              top: -.5rem;
              margin-bottom: -.5rem; }
            .audience-skills .skills .card .lists .column .list-line .list-item .list-item-heading {
              display: flex;
              align-items: center; }
              .audience-skills .skills .card .lists .column .list-line .list-item .list-item-heading:before {
                width: 4.1rem;
                height: 4.1rem;
                background-color: #315dfd;
                border: 0.4rem solid rgba(49, 93, 253, 0.5);
                border-radius: 5.2rem;
                background-clip: content-box;
                color: #fff;
                content: 'done';
                font-size: 2.4rem;
                font-family: "Material Icons";
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
                text-align: center;
                position: relative;
                margin-left: -5.5rem;
                margin-right: .7rem; }
              .audience-skills .skills .card .lists .column .list-line .list-item .list-item-heading span {
                display: block;
                font-size: 1.8rem;
                font-weight: 600;
                padding-left: 1rem;
                font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif; }
            .audience-skills .skills .card .lists .column .list-line .list-item .list-item-description {
              font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
              font-size: 1.5rem;
              margin-bottom: 2rem;
              color: #6e7885;
              padding-left: 1rem; }
            .audience-skills .skills .card .lists .column .list-line .list-item:last-child .list-item-heading {
              margin-top: -.5rem;
              position: relative;
              top: .5rem; }
            .audience-skills .skills .card .lists .column .list-line .list-item:last-child .list-item-description {
              padding-left: 5rem;
              margin-left: -4rem;
              background-color: #fff; }
      .audience-skills .skills .card .cta {
        background-image: url(./f8b7efcb3716fb269a7ec2e15997709a.jpg);
        background-size: cover;
        background-position: center;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 6rem; }
        .audience-skills .skills .card .cta .hgroup {
          width: 60%;
          text-align: left;
          margin-bottom: 0; }
          .audience-skills .skills .card .cta .hgroup h3 {
            font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
            font-size: 2rem;
            line-height: 1;
            color: #fefefe;
            margin-bottom: 1.5rem; }
          .audience-skills .skills .card .cta .hgroup h2 {
            font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
            font-weight: bold;
            font-size: 3.6rem;
            color: #fefefe;
            margin-bottom: 0; }
        .audience-skills .skills .card .cta .buttons {
          margin-left: auto; }
          .audience-skills .skills .card .cta .buttons .enroll {
            background-color: #fff;
            color: #0c0c0c;
            border-color: #fff;
            margin-right: 1.5rem; }
            .audience-skills .skills .card .cta .buttons .enroll:hover {
              background-color: transparent;
              color: #fff; }
          .audience-skills .skills .card .cta .buttons .program {
            border-color: #fff;
            color: #fff;
            background-color: transparent; }
            .audience-skills .skills .card .cta .buttons .program:hover {
              background-color: #fff;
              color: #0d0d0d; }

.preparation-wrapper {
  padding: 5rem 10%;
  background-image: url(./4718d1e74f3238773a7f2816dd7badbe.png), url(./1fe4411550c16da7fa97ed59ef074040.png);
  background-position: left center, 10vw bottom;
  background-repeat: no-repeat;
  background-size: 100% auto, 24.4rem auto;
  display: flex;
  flex-direction: column; }
  .preparation-wrapper h2 {
    align-self: flex-end;
    max-width: 50%; }
  .preparation-wrapper .preparation-terms {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .preparation-wrapper .preparation-terms__item {
      width: 20%;
      display: block;
      border-radius: .5rem;
      box-shadow: 0 0 2.5rem #dce0ed;
      padding: 5rem 3rem;
      border-bottom: 0.4rem solid #315dfd;
      background-color: #ffffff; }
      .preparation-wrapper .preparation-terms__item h3 {
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        font-weight: bold;
        font-size: 2.4rem;
        margin-bottom: 1.5rem; }
      .preparation-wrapper .preparation-terms__item p {
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        font-size: 1.5rem;
        line-height: 1.6;
        color: #6e7885; }
      .preparation-wrapper .preparation-terms__item b {
        margin: 1.5rem 0;
        font-weight: bold;
        display: block; }
      .preparation-wrapper .preparation-terms__item:first-child {
        margin-bottom: 16rem;
        margin-left: 17rem; }

.schedule {
  background-color: #1c1152;
  padding: 6rem 10%;
  background-image: url(./6778fc6eb13b115830cddf3a7e2e0cb4.png);
  background-position: center center;
  background-size: 97% auto;
  background-repeat: no-repeat; }
  .schedule-wrapper .hgroup {
    color: #fff;
    text-align: center;
    margin-bottom: 6rem; }
    .schedule-wrapper .hgroup h2 {
      margin-bottom: 2rem; }
      .schedule-wrapper .hgroup h2:before {
        background-color: #315dfd; }
      .schedule-wrapper .hgroup h2 span {
        color: #fff; }
    .schedule-wrapper .hgroup h3 {
      color: rgba(255, 255, 255, 0.5);
      width: 70%;
      margin: 0 auto;
      font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
      font-size: 1.5rem;
      line-height: 1.5; }
  .schedule-wrapper .week-line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
    background-color: #171137;
    border-radius: 4rem;
    margin-bottom: 2.5rem; }
    .schedule-wrapper .week-line .weekday {
      color: rgba(255, 255, 255, 0.4);
      text-transform: uppercase;
      font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
      padding: 1rem 1rem;
      font-size: 1.1rem;
      line-height: 1;
      width: calc(100% / 6);
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .schedule-wrapper .week-line .weekday:before {
        content: ''; }
      .schedule-wrapper .week-line .weekday:after {
        content: '';
        border: 0.2rem solid rgba(255, 255, 255, 0.4);
        display: inline-block;
        justify-self: flex-end;
        border-radius: .2rem; }
      .schedule-wrapper .week-line .weekday:last-child:after {
        border-width: 0; }
  .schedule-wrapper .schedule-line {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    margin-bottom: 3.5rem; }
    .schedule-wrapper .schedule-line .weekday {
      width: calc(100% / 6);
      padding-right: 2rem; }
    .schedule-wrapper .schedule-line .lesson {
      background-color: #171137;
      border-radius: .4rem;
      border-left: 0.3rem solid #315dfd;
      padding: 1.5rem;
      color: #efefef;
      margin-bottom: 1.5rem; }
      .schedule-wrapper .schedule-line .lesson.group-2 {
        border-left-color: orange; }
      .schedule-wrapper .schedule-line .lesson.group-any {
        border-left-color: forestgreen; }
      .schedule-wrapper .schedule-line .lesson time {
        color: #777;
        display: block;
        margin-bottom: 1rem;
        font-size: 1.1rem; }
      .schedule-wrapper .schedule-line .lesson h4 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem; }
      .schedule-wrapper .schedule-line .lesson h5 {
        border-top: .1rem solid #222;
        padding-top: .8rem;
        font-size: 1.0rem;
        font-style: italic;
        opacity: .8; }
  .schedule-wrapper .location {
    padding: 6rem 8rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(./3826b7444dfe042f9f8ca626c467dcf2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }
    .schedule-wrapper .location h3 {
      color: #fff;
      max-width: 70%;
      line-height: 1.4;
      font-size: 2.4rem;
      font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif; }
    .schedule-wrapper .location a {
      color: #315dfd;
      background-color: transparent; }
      .schedule-wrapper .location a:hover {
        color: #fff;
        background-color: #315dfd; }

.program-wrapper {
  padding: 8rem 20%;
  background-image: url(./7de9c99dce961dba416b403e5cc35eb8.png);
  background-position: center 5rem;
  background-size: 132rem auto;
  background-repeat: no-repeat; }
  .program-wrapper .hgroup {
    text-align: center;
    margin-bottom: 5rem; }
  .program-wrapper .columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .program-wrapper .columns .column-list {
      width: 44%; }
      .program-wrapper .columns .column-list .course-block .block-name {
        box-shadow: 0 0 2.5rem #dce0ed;
        padding: 1rem 2rem;
        border-radius: .5rem;
        border-left: 0.3rem solid #315dfd;
        font-weight: 500;
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        font-size: 1.5rem;
        background-color: #fff;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .program-wrapper .columns .column-list .course-block .block-name span {
          max-width: calc(100% - 4rem); }
        .program-wrapper .columns .column-list .course-block .block-name .toggle-visibility {
          width: 2.5rem;
          height: 2.5rem;
          background-color: #315dfd;
          border-radius: 2rem;
          border: 0;
          cursor: pointer;
          font-family: "Material Icons";
          color: #fff;
          font-size: 2rem;
          text-align: center;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
      .program-wrapper .columns .column-list .course-block .block-lessons {
        padding-left: 3rem;
        display: none; }
        .program-wrapper .columns .column-list .course-block .block-lessons.visible {
          display: block; }
        .program-wrapper .columns .column-list .course-block .block-lessons .lesson-name {
          box-shadow: 0 0 2.5rem #dce0ed;
          padding: 1.3rem 2rem;
          border-radius: .5rem;
          border-left: 0.3rem solid #315dfd;
          font-weight: 500;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          font-size: 1.5rem;
          background-color: #fff;
          margin-bottom: 1.5rem;
          cursor: pointer; }
          .program-wrapper .columns .column-list .course-block .block-lessons .lesson-name:hover {
            background-color: rgba(49, 93, 253, 0.08); }
      .program-wrapper .columns .column-list .course-block:nth-child(2) .block-name, .program-wrapper .columns .column-list .course-block:nth-child(2) .lesson-name {
        border-color: orange; }
      .program-wrapper .columns .column-list .course-block:nth-child(3) .block-name, .program-wrapper .columns .column-list .course-block:nth-child(3) .lesson-name {
        border-color: darkred; }
      .program-wrapper .columns .column-list .course-block:nth-child(5) .block-name, .program-wrapper .columns .column-list .course-block:nth-child(5) .lesson-name {
        border-color: seagreen; }
      .program-wrapper .columns .column-list .course-block:nth-child(4) .block-name, .program-wrapper .columns .column-list .course-block:nth-child(4) .lesson-name {
        border-color: blueviolet; }
    .program-wrapper .columns .column-details {
      width: 54%;
      padding-bottom: 40rem;
      background-image: url(./886d24425d33f30455dc3844343266e8.png);
      background-position: center bottom;
      background-size: auto 28rem;
      background-repeat: no-repeat; }
      .program-wrapper .columns .column-details .details-card {
        background-color: white;
        box-shadow: 0 0 2.5rem #dce0ed;
        padding: 2.5rem 3.5rem;
        border-radius: .5rem; }
        .program-wrapper .columns .column-details .details-card h3 {
          font-weight: bold;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          font-size: 1.6rem;
          margin-bottom: 1.5rem; }
        .program-wrapper .columns .column-details .details-card ul li {
          display: block;
          margin-bottom: 1rem;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          font-size: 1.4rem;
          color: #6e7885; }

.materials-wrapper {
  background-image: url(./2f0759fb4ff26f5eab76e293584ea0cb.jpg);
  padding: 5rem 10%;
  display: flex;
  align-items: center; }
  .materials-wrapper .headers {
    width: 60%;
    margin-right: 10rem; }
    .materials-wrapper .headers h3 {
      color: #fff;
      font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
      font-size: 2rem;
      margin-bottom: 1.5rem; }
    .materials-wrapper .headers h2 {
      color: #fff;
      font-weight: bold;
      font-size: 3.6rem;
      line-height: 1; }
  .materials-wrapper .form, .materials-wrapper .form form {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    color: #fff; }
    .materials-wrapper .form input, .materials-wrapper .form form input {
      flex-grow: 1;
      border: 0;
      padding: .3rem 2rem;
      border-top-left-radius: .5rem;
      border-bottom-left-radius: .5rem; }
    .materials-wrapper .form .button, .materials-wrapper .form form .button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      cursor: pointer; }

.advantages {
  margin-top: 10rem;
  margin-bottom: 10rem;
  background-image: url(./7295ddb8c0b1493fbfb399271825f970.png);
  background-position: 3rem 3rem;
  background-repeat: no-repeat; }
  .advantages-wrapper {
    padding: 5rem 10%;
    background-image: url(./c30d17accc9ccc2e3e337a7b021753be.jpg);
    background-size: auto 133%;
    background-repeat: no-repeat;
    background-position: right center; }
    .advantages-wrapper .top-panel {
      margin-bottom: 3rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .advantages-wrapper .top-panel .controls {
        padding-bottom: 1rem;
        border-bottom: .1rem solid #2a1b72; }
    .advantages-wrapper .advantages-list {
      display: flex;
      align-items: flex-start;
      overflow: hidden;
      margin-bottom: 3rem; }
      .advantages-wrapper .advantages-list__item {
        display: block;
        padding: 2rem;
        box-shadow: 0 0 2rem rgba(34, 34, 34, 0.1);
        background-color: #fff;
        border-bottom: 0.4rem solid #315dfd;
        border-radius: .4rem;
        margin: 2rem 2rem; }
        .advantages-wrapper .advantages-list__item h3 {
          font-weight: bold;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          line-height: 1.4;
          font-size: 1.5rem;
          margin-bottom: 2rem;
          margin-top: 2rem; }
        .advantages-wrapper .advantages-list__item .description {
          color: #6e7885;
          line-height: 1.4;
          font-size: 1.5rem; }
          .advantages-wrapper .advantages-list__item .description p {
            margin-bottom: 2rem; }
    .advantages-wrapper .controls {
      display: flex;
      align-items: center; }
      .advantages-wrapper .controls .paging {
        color: #6e7885;
        font-size: 1.5rem;
        margin-right: 4rem; }
        .advantages-wrapper .controls .paging .total {
          font-size: 2.1rem; }
      .advantages-wrapper .controls .buttons {
        display: flex;
        align-items: center; }
        .advantages-wrapper .controls .buttons button {
          margin-left: 2rem;
          color: #fff;
          display: inline-flex;
          align-items: center;
          background-color: transparent;
          border: 0;
          cursor: pointer;
          line-height: 1.5;
          font-size: 1.4rem;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif; }
          .advantages-wrapper .controls .buttons button i {
            font-size: 1.6rem;
            margin-right: 1rem;
            margin-left: 1rem;
            line-height: 1; }
          .advantages-wrapper .controls .buttons button:hover {
            color: #315dfd; }
    .advantages-wrapper .bottom-panel {
      display: flex;
      justify-content: flex-end; }
      .advantages-wrapper .bottom-panel .controls {
        padding-top: 1rem;
        border-top: .1rem solid #2a1b72; }
        .advantages-wrapper .bottom-panel .controls .next:first-child {
          margin-left: 0; }

.teacher {
  background-color: #1c1152;
  background-image: url(./4d709675c83ae50298a3d5197334f1cb.png);
  background-position: right 3rem;
  background-size: 109rem auto;
  background-repeat: no-repeat; }
  .teacher-wrapper {
    padding: 0 15%;
    padding-top: 5rem;
    background-image: url(./caeae327d3b064ce8857a80717bd3ccd.png);
    background-size: 235rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: stretch; }
    .teacher-wrapper .content {
      width: 55%;
      margin-right: 5%;
      padding-bottom: 12rem;
      color: #fff;
      padding-top: 10rem; }
      .teacher-wrapper .content .hgroup {
        margin-bottom: 6rem; }
        .teacher-wrapper .content .hgroup h4 {
          margin-bottom: 1.5rem;
          line-height: 1; }
        .teacher-wrapper .content .hgroup h2:before {
          background-color: #315dfd; }
        .teacher-wrapper .content .hgroup h2 span {
          color: #fff; }
      .teacher-wrapper .content .chars h4 {
        color: #f5f5f5;
        margin-bottom: 1.5rem; }
      .teacher-wrapper .content .chars .text-list {
        margin-bottom: 2rem; }
        .teacher-wrapper .content .chars .text-list li {
          display: flex;
          align-items: center;
          margin-bottom: 1rem;
          color: #6e7885;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          font-size: 1.6rem; }
          .teacher-wrapper .content .chars .text-list li:before {
            content: '';
            background-color: #315dfd;
            border-radius: .4rem;
            padding: .2rem;
            margin-right: 1rem; }
      .teacher-wrapper .content .chars .tags {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: .5rem; }
        .teacher-wrapper .content .chars .tags li {
          display: inline-flex;
          align-items: center;
          background-color: #171137;
          border-radius: .3rem;
          border-left: 0.3rem solid #315dfd;
          margin-right: 1rem;
          margin-bottom: 1rem;
          color: #6e7885;
          padding: .7rem 1.2rem;
          font-size: 1.4rem;
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif; }
    .teacher-wrapper .photo {
      width: 35%;
      background-image: url(./c7f9c8006252c43ecd10f4b0c8f51981.png);
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat; }

.faq {
  background-image: url(./c70a24373915bee82ae412795d3601e8.png);
  background-repeat: no-repeat;
  background-position: center 8rem;
  background-size: 175rem auto; }
  .faq .faq-wrapper {
    padding: 7rem 15%;
    padding-bottom: 4rem;
    background-image: url(./76373a5b7640e959b3860d214d608fe8.png);
    background-size: 15% auto;
    background-position: left calc(100% - 9rem);
    background-repeat: no-repeat; }
    .faq .faq-wrapper .hgroup {
      text-align: center;
      margin-bottom: 4rem; }
      .faq .faq-wrapper .hgroup h2 {
        margin-bottom: 1.5rem; }
      .faq .faq-wrapper .hgroup p {
        line-height: 1.4;
        margin: 0 auto;
        width: 70%;
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        font-size: 1.4rem; }
    .faq .faq-wrapper .questions .question {
      display: block;
      margin-bottom: 2rem; }
      .faq .faq-wrapper .questions .question-title {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-left: .3rem solid transparent;
        border-radius: .3rem;
        padding: 1.2rem 2rem;
        box-shadow: 0 0 2.5rem #dce0ed;
        margin-bottom: 1.5rem;
        justify-content: space-between; }
        .faq .faq-wrapper .questions .question-title button {
          background-color: #315dfd;
          width: 2.5rem;
          height: 2.5rem;
          border: 0;
          cursor: pointer;
          border-radius: 2.6rem;
          line-height: 1;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 2.0rem; }
      .faq .faq-wrapper .questions .question-description {
        line-height: 1.5;
        padding-left: 2.3rem;
        font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
        font-size: 1.5rem;
        padding-bottom: 1.5rem;
        display: none; }
      .faq .faq-wrapper .questions .question.opened .question-title {
        border-left-color: #315dfd; }
      .faq .faq-wrapper .questions .question.opened .question-description {
        display: block; }

.order {
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 100% 5rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #1c1152; }
  .order .order-wrapper {
    background-image: url(./78539f897bb108799aaee9ce6c6ac340.png);
    background-size: 45% auto;
    background-position: 7% top;
    background-repeat: no-repeat; }
    .order .order-wrapper .order-wrapper-image {
      background-image: url(./64bfe1ecb5656d91c08e191b15092139.png);
      background-size: 46rem auto;
      background-position: 45% top;
      background-repeat: no-repeat;
      padding: 8rem 15%;
      padding-top: 13rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .order .order-wrapper .order-wrapper-image .pricing {
        width: 45%; }
        .order .order-wrapper .order-wrapper-image .pricing .pricing-params {
          margin-bottom: 3rem; }
          .order .order-wrapper .order-wrapper-image .pricing .pricing-params li {
            color: #fff;
            background-size: auto 9rem;
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 8.4rem;
            padding-top: 2rem;
            padding-bottom: 4rem;
            line-height: 1;
            display: block;
            font-size: 1.5rem;
            font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
            margin-bottom: -2rem; }
            .order .order-wrapper .order-wrapper-image .pricing .pricing-params li b {
              font-size: 2.4rem;
              font-weight: bold; }
            .order .order-wrapper .order-wrapper-image .pricing .pricing-params li.vacancies {
              background-image: url(./93c97b9bfd47866e427a52e20c077857.png); }
            .order .order-wrapper .order-wrapper-image .pricing .pricing-params li.start {
              background-image: url(./9c2e963fbe6898fc9f88fddd3731956a.png); }
            .order .order-wrapper .order-wrapper-image .pricing .pricing-params li.price, .order .order-wrapper .order-wrapper-image .pricing .pricing-params li.discount {
              background-image: url(./e82f3de0a2d9aacfe360a03d736fbbf6.png); }
        .order .order-wrapper .order-wrapper-image .pricing .description {
          font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
          color: #6e7885;
          font-size: 1.5rem;
          line-height: 1.5;
          padding-top: 4rem;
          border-top: 0.1rem solid rgba(49, 93, 253, 0.1); }
      .order .order-wrapper .order-wrapper-image .order-form {
        width: 37%;
        text-align: center; }
        .order .order-wrapper .order-wrapper-image .order-form form {
          display: block;
          width: 100%;
          padding: 4.5rem 4rem;
          background-color: #fff;
          border-radius: .5rem;
          border-top: 0.4rem solid #315dfd;
          box-shadow: 0 0 1.5rem rgba(51, 51, 51, 0.05); }
          .order .order-wrapper .order-wrapper-image .order-form form h2 {
            font-family: "Avenir Next Cyr", Lato, sans-serif;
            font-weight: 900;
            font-size: 3.6rem;
            line-height: 1;
            margin-bottom: 2rem; }
          .order .order-wrapper .order-wrapper-image .order-form form p {
            font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
            font-size: 1.4rem;
            line-height: 1.5;
            color: #6e7885;
            margin-bottom: 3rem; }
          .order .order-wrapper .order-wrapper-image .order-form form label {
            display: block;
            margin-bottom: 2rem; }
            .order .order-wrapper .order-wrapper-image .order-form form label input {
              display: block;
              width: 100%;
              font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
              padding: 1.5rem;
              border: .1rem solid #efefef;
              font-size: 1.5rem; }
          .order .order-wrapper .order-wrapper-image .order-form form .promo {
            text-align: left;
            margin-bottom: 2rem; }
            .order .order-wrapper .order-wrapper-image .order-form form .promo a {
              color: #315dfd; }
            .order .order-wrapper .order-wrapper-image .order-form form .promo .promo-input p {
              margin-bottom: 0; }
            .order .order-wrapper .order-wrapper-image .order-form form .promo .promo-input .label {
              width: 100%;
              display: inline-flex;
              align-items: stretch; }
              .order .order-wrapper .order-wrapper-image .order-form form .promo .promo-input .label input {
                padding: 1.5rem;
                border: .1rem solid #efefef;
                font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif;
                flex-grow: 2; }
              .order .order-wrapper .order-wrapper-image .order-form form .promo .promo-input .label button {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
                width: auto; }
          .order .order-wrapper .order-wrapper-image .order-form form button {
            width: 100%;
            cursor: pointer;
            padding: 1.5rem; }

.reviews-wrapper {
  padding: 7rem 0;
  text-align: center; }
  .reviews-wrapper h2 {
    margin-bottom: 3rem; }
  .reviews-wrapper .reviews-list {
    display: flex;
    align-items: center; }
    .reviews-wrapper .reviews-list .slick-track {
      display: flex;
      align-items: stretch;
      justify-content: stretch; }
      .reviews-wrapper .reviews-list .slick-track .slick-slide {
        height: auto;
        float: none; }
    .reviews-wrapper .reviews-list .slick-prev {
      position: relative;
      left: 37rem;
      z-index: 3; }
    .reviews-wrapper .reviews-list .slick-next {
      position: relative;
      right: 37rem;
      z-index: 3; }
    .reviews-wrapper .reviews-list .slick-prev, .reviews-wrapper .reviews-list .slick-next {
      border: 0;
      background-color: #315dfd;
      font-size: 2.4rem;
      border-radius: 3rem;
      display: inline-flex;
      color: #fff;
      cursor: pointer; }
      .reviews-wrapper .reviews-list .slick-prev i, .reviews-wrapper .reviews-list .slick-next i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 4rem;
        width: 4rem; }
      .reviews-wrapper .reviews-list .slick-prev:hover, .reviews-wrapper .reviews-list .slick-next:hover {
        background-color: rgba(49, 93, 253, 0.65); }
    .reviews-wrapper .reviews-list__item {
      padding: 4rem;
      box-shadow: 0 0 2.5rem #dce0ed;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin: 3rem 12rem;
      opacity: .5;
      transition: .2s opacity; }
      .reviews-wrapper .reviews-list__item.slick-current {
        opacity: 1; }
      .reviews-wrapper .reviews-list__item .text {
        text-align: left; }
        .reviews-wrapper .reviews-list__item .text h3 {
          font-weight: bold;
          color: #315dfd;
          margin-bottom: 2rem;
          font-size: 2.4rem; }
        .reviews-wrapper .reviews-list__item .text h4 {
          color: #6e7885;
          margin-bottom: 2rem; }
      .reviews-wrapper .reviews-list__item .content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }

.footer {
  background-color: #1c1152; }
  .footer-wrapper {
    padding: 3rem 10%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer-wrapper .legal {
      font-size: 1.1rem;
      color: #6e7885; }
    .footer-wrapper .contact-us {
      display: block;
      background-color: #fff;
      border-radius: .4rem;
      padding: 1.5rem 1rem;
      background-image: url(./f6f640157c139cd4862430a54a7ca15a.png);
      background-size: 3.5rem;
      background-repeat: no-repeat;
      background-position: 1.5rem 1.5rem;
      padding-left: 6.5rem; }
      .footer-wrapper .contact-us h3 {
        font-size: 1.4rem;
        margin-bottom: .5rem;
        line-height: 1; }
      .footer-wrapper .contact-us a {
        display: block;
        color: #333;
        font-size: 1.3rem;
        line-height: 1.5; }
        .footer-wrapper .contact-us a b {
          font-weight: 600; }

.button {
  color: #fff;
  background-color: #315dfd;
  padding: .8rem 2rem;
  border-radius: .4rem;
  text-transform: uppercase;
  transition: .2s;
  border: 0.2rem solid #315dfd;
  font-size: 1.2rem;
  font-family: Lato, "Avenir Next Cyr", Verdana, sans-serif; }
  .button:hover {
    color: #315dfd;
    background-color: #fff;
    border-color: #315dfd; }

.highlighted-heading {
  display: inline-flex;
  align-items: flex-end; }
  .highlighted-heading:before {
    width: 33%;
    content: '';
    background-color: #58ffff;
    margin-right: -33%;
    display: inline-block;
    height: 2.4rem;
    margin-bottom: .4rem; }
  .highlighted-heading span {
    line-height: 1;
    font-size: 4rem;
    font-family: "Avenir Next Cyr";
    font-weight: 900;
    color: #0c0c0c;
    white-space: nowrap;
    text-indent: 1.5rem; }

