@media (max-width: 991px) {
  .icon-desktop {
    display: none; } }

.icon-mobile {
  display: none; }
  @media (max-width: 991px) {
    .icon-mobile {
      display: block; } }

.icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 18px;
  height: 43px;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.icon-mobile .icon-wrapper {
  left: 30px;
  bottom: -100px; }

.hand-icon {
  position: relative; }

.hand {
  background: #fff;
  width: 5px;
  height: 16px;
  border-radius: 20px;
  position: relative;
  left: -5px;
  margin-bottom: 17px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: handAnim 1.2s infinite;
          animation: handAnim 1.2s infinite; }
  .hand:after {
    content: "";
    background: #fff;
    width: 17px;
    height: 18px;
    border-radius: 4px 8px 38px 15px;
    -webkit-transform: rotate(6deg) skewY(10deg);
        -ms-transform: rotate(6deg) skewY(10deg);
            transform: rotate(6deg) skewY(10deg);
    position: absolute;
    top: 13px;
    left: -1px; }
  .hand:before {
    content: "";
    background: #fff;
    width: 6px;
    height: 17px;
    border-radius: 2px 40px 20px 20px;
    position: absolute;
    top: 12px;
    left: -6px;
    -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
            transform: rotate(-38deg); }
  .hand .circle {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
    opacity: .5;
    -webkit-animation: circleAnim 1.2s infinite 2.1s;
            animation: circleAnim 1.2s infinite 2.1s; }

@-webkit-keyframes handAnim {
  0% {
    top: 20px;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    top: -20px;
    opacity: 0; } }

@keyframes handAnim {
  0% {
    top: 20px;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    top: -20px;
    opacity: 0; } }

@-webkit-keyframes circleAnim {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes circleAnim {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

.mouse-icon {
  position: relative; }
  .mouse-icon .mouse {
    width: 18px;
    height: 28px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 3px; }
    .mouse-icon .mouse:after {
      content: "";
      background: #D83C40;
      width: 4px;
      height: 6px;
      position: absolute;
      top: 5px;
      left: 50%;
      margin-left: -2px;
      border-radius: 20px;
      -webkit-animation: scrollAnim 1.1s infinite;
              animation: scrollAnim 1.1s infinite; }
  .mouse-icon .arrow {
    width: 6px;
    height: 6px;
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    margin: 0 auto;
    -webkit-animation: arrowAnim 1.2s infinite;
            animation: arrowAnim 1.2s infinite; }
    .mouse-icon .arrow.arrow-01 {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    .mouse-icon .arrow.arrow-02 {
      -webkit-animation-delay: .3s;
              animation-delay: .3s; }
    .mouse-icon .arrow.arrow-03 {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }

@-webkit-keyframes scrollAnim {
  from {
    top: 5px; }
  to {
    top: 15px;
    opacity: 0; } }

@keyframes scrollAnim {
  from {
    top: 5px; }
  to {
    top: 15px;
    opacity: 0; } }

@-webkit-keyframes arrowAnim {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrowAnim {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.modal-dialog {
  margin-top: 10%; }

.stoyki-page-site {
  font-family: 'Cormorant Garamond', serif; }
  .stoyki-page-site .menu-item--expanded {
    display: none; }
  .stoyki-page-site .landing-main-menu {
    position: relative;
    background: #E5E5E5; }
    .stoyki-page-site .landing-main-menu .navbar {
      padding: 14px 0; }
    .stoyki-page-site .landing-main-menu #block-branding {
      padding-top: 11px; }
      @media (max-width: 991px) {
        .stoyki-page-site .landing-main-menu #block-branding {
          padding-top: 0; } }
    .stoyki-page-site .landing-main-menu .col-md-5 {
      text-align: right;
      padding-top: 11px; }
      @media (max-width: 991px) {
        .stoyki-page-site .landing-main-menu .col-md-5 {
          padding-top: 0; } }
      .stoyki-page-site .landing-main-menu .col-md-5 .navbar-collapse > div {
        width: 100%; }
    .stoyki-page-site .landing-main-menu .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(70,45,41,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .stoyki-page-site .navbar-mobile {
    padding: 20px 20px 10px; }
  .stoyki-page-site #block-yoga-branding-stoiki {
    padding-left: 30px; }
    .stoyki-page-site #block-yoga-branding-stoiki a {
      color: #462D29;
      font-family: Montserrat Alternates;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px; }
  .stoyki-page-site #block-glavnaya .navbar-nav {
    padding-top: 10px; }
  .stoyki-page-site #block-glavnaya .navbar-nav,
  .stoyki-page-site #block-yoga-main-menu .navbar-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .stoyki-page-site #block-glavnaya .navbar-nav .nav-link,
    .stoyki-page-site #block-yoga-main-menu .navbar-nav .nav-link {
      font-family: Montserrat Alternates;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 23px;
      color: #26120F; }
      @media (max-width: 991px) {
        .stoyki-page-site #block-glavnaya .navbar-nav .nav-link,
        .stoyki-page-site #block-yoga-main-menu .navbar-nav .nav-link {
          color: #fff;
          font-family: Comfortaa;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 28px; } }
  .stoyki-page-site .wrapper-block-1 .block-landing-image {
    min-height: 950px;
    background-position: center bottom;
    background-size: cover; }
    @media (max-width: 991px) {
      .stoyki-page-site .wrapper-block-1 .block-landing-image {
        background-position: left bottom; } }
    @media (max-width: 767px) {
      .stoyki-page-site .wrapper-block-1 .block-landing-image {
        background-position: 15% bottom; } }
    @media (max-width: 575px) {
      .stoyki-page-site .wrapper-block-1 .block-landing-image {
        background-position: 20% bottom; } }
    .stoyki-page-site .wrapper-block-1 .block-landing-image .landing-main-text {
      position: absolute;
      top: 249px;
      right: 66px; }
      @media (max-width: 991px) {
        .stoyki-page-site .wrapper-block-1 .block-landing-image .landing-main-text {
          top: 0;
          right: 15px;
          left: 15px;
          margin: 0 auto;
          max-width: 100%; } }
      .stoyki-page-site .wrapper-block-1 .block-landing-image .landing-main-text .landing-main-text-sub {
        max-width: 885px;
        width: 100%;
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0 0 43px 43px;
        padding: 50px 30px 20px; }
        @media (max-width: 991px) {
          .stoyki-page-site .wrapper-block-1 .block-landing-image .landing-main-text .landing-main-text-sub {
            padding: 40px 30px 20px; }
            .stoyki-page-site .wrapper-block-1 .block-landing-image .landing-main-text .landing-main-text-sub .block-landing-text-2 {
              margin: 0 0 34px; } }
        .stoyki-page-site .wrapper-block-1 .block-landing-image .landing-main-text .landing-main-text-sub .block-landing-text-2 {
          margin: 0 0 47px;
          max-width: 100%; }
          .stoyki-page-site .wrapper-block-1 .block-landing-image .landing-main-text .landing-main-text-sub .block-landing-text-2 p {
            font-family: 'Cormorant Garamond', serif;
            font-style: normal;
            font-weight: normal;
            font-size: 27px;
            line-height: 50px;
            color: #4A1F10; }
  .stoyki-page-site .landing-text-mobile {
    display: none; }
  .stoyki-page-site #block-branding {
    padding-left: 30px; }
    @media (max-width: 768px) {
      .stoyki-page-site #block-branding p {
        margin: 0; }
      .stoyki-page-site #block-branding img {
        width: 30px;
        height: 30px; }
      .stoyki-page-site #block-branding a {
        font-size: 14px;
        line-height: 17px; } }

.content-node-13000 .stoyki-page-site .wrapper-block-1 .block-landing-image {
  background-position: center top; }
  @media (max-width: 991px) {
    .content-node-13000 .stoyki-page-site .wrapper-block-1 .block-landing-image {
      background-position: 70% bottom; } }
  @media (max-width: 767px) {
    .content-node-13000 .stoyki-page-site .wrapper-block-1 .block-landing-image {
      background-position: 50% bottom; } }
  @media (max-width: 575px) {
    .content-node-13000 .stoyki-page-site .wrapper-block-1 .block-landing-image {
      background-position: 40% bottom; } }

.content-node-13000 .page-site-block-brown-text-wrapper .page-site-block-brown-text {
  margin-top: 10px; }
  .content-node-13000 .page-site-block-brown-text-wrapper .page-site-block-brown-text li {
    margin-bottom: 10px; }
  .content-node-13000 .page-site-block-brown-text-wrapper .page-site-block-brown-text li:last-child {
    margin-bottom: 0; }

.complex-page .order-form .order-input-field {
  font-family: Comfortaa; }

.page-node-type-complex-page .wrapper-block-33 .block-landing-image {
  min-height: 965px; }
  @media (max-width: 991px) {
    .page-node-type-complex-page .wrapper-block-33 .block-landing-image {
      min-height: 880px; } }

.page-node-type-complex-page .wrapper-block-33 .landing-block-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 86px;
  line-height: 97px;
  font-weight: bold;
  margin-bottom: 120px; }
  @media (max-width: 991px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-title {
      font-size: 68px;
      line-height: 81px;
      margin-bottom: 190px; } }
  @media (max-width: 767px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-title {
      margin-bottom: 145px; } }
  @media (max-width: 576px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-title {
      font-size: 48px;
      line-height: 76px; } }

.page-node-type-complex-page .wrapper-block-33 .landing-block-information {
  max-width: 870px;
  margin: 0;
  padding-left: 200px;
  padding-right: 20px; }
  @media (max-width: 1300px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information {
      padding-left: 100px; } }
  @media (max-width: 991px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information {
      padding-left: 50px; } }
  @media (max-width: 768px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information {
      max-width: 85%;
      padding-left: 30px; } }
  @media (max-width: 567px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information {
      max-width: 100%;
      padding: 0 20px; } }

.page-node-type-complex-page .wrapper-block-33 .landing-block-information-right {
  margin: 0 0 0 auto;
  padding-right: 200px;
  padding-left: 20px; }
  @media (max-width: 1300px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information-right {
      max-width: 700px;
      padding-right: 100px; } }
  @media (max-width: 991px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information-right {
      max-width: 570px;
      padding-right: 50px; } }
  @media (max-width: 768px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information-right {
      max-width: 90%;
      padding-right: 30px; } }
  @media (max-width: 567px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-information-right {
      max-width: 100%;
      padding: 0 20px; } }

.page-node-type-complex-page .wrapper-block-33 .block-landing-button-complex-page a {
  display: block;
  background: rgba(187, 81, 67, 0.82);
  border-radius: 49px;
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 20px;
  max-width: 510px; }

.page-node-type-complex-page .wrapper-block-33 .landing-block-info-numbers-wrapper {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 567px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-info-numbers-wrapper {
      display: block; } }

.page-node-type-complex-page .wrapper-block-33 .landing-block-info-numbers {
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 567px) {
    .page-node-type-complex-page .wrapper-block-33 .landing-block-info-numbers {
      margin-bottom: 20px; } }
  .page-node-type-complex-page .wrapper-block-33 .landing-block-info-numbers .landing-block-info-number {
    font-weight: bold;
    font-size: 104px;
    line-height: 50px;
    margin-right: 20px; }
  .page-node-type-complex-page .wrapper-block-33 .landing-block-info-numbers .landing-block-info-text {
    font-size: 24px;
    line-height: 35px;
    max-width: 140px; }

@media (max-width: 700px) {
  .page-node-type-complex-page .wrapper-block-33-4 .block-landing-image-4 {
    background-position: 64% center; } }

.page-node-type-complex-page .wrapper-block-33-10 .block-landing-image-10 {
  min-height: 1040px; }
  @media (max-width: 950px) {
    .page-node-type-complex-page .wrapper-block-33-10 .block-landing-image-10 {
      background-position: 20% center; } }

@media (max-width: 700px) {
  .page-node-type-complex-page .wrapper-block-33-10 .block-landing-image-10 {
    background-position: 38% center; } }

.page-node-type-complex-page .wrapper-block-88 .block-landing-all-button {
  display: inline-block;
  margin: 0 auto; }
  .page-node-type-complex-page .wrapper-block-88 .block-landing-all-button a {
    background: #462d29;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    text-align: center;
    padding: 15px 45px; }

.handstand-page-site .paragraph--type--header-block-2 .block-landing-all-button a,
.handstand-page-site .paragraph--type--lessons-block .block-landing-all-button a {
  width: auto;
  padding: 15px 45px; }

.info-access {
  font-size: 22px;
  padding: 0 1rem; }

.payment-form .form-submit {
  padding: 0 84px;
  height: 95px;
  font-size: 32px; }

.payment-form p {
  margin-bottom: 20px; }

.complex-page-new #block-yoga-branding {
  display: none; }

#block-logonew p a {
  padding-left: 70px;
  height: 81px;
  display: block;
  background: url(../img/darklogo.png) left center no-repeat;
  font-family: Geometria;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 88px;
  color: #01062F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1040px) {
    #block-logonew p a {
      font-size: 22px; } }
  @media (max-width: 991px) {
    #block-logonew p a {
      background: url(../img/darklogo-mobile.png) left center no-repeat;
      font-size: 18px;
      line-height: 35px;
      padding-left: 47px;
      height: 68px;
      margin-left: 30px; } }

#block-logonew p {
  margin: 0; }

.complex-page-new .container-fluid {
  max-width: 1140px !important; }

@media (max-width: 991px) {
  .complex-page-new .navbar-toggler {
    padding-top: 20px; } }

.complex-page-new .landing-main-menu {
  background: #F5F9FC; }

.complex-page-new #block-glavnaya {
  display: none; }

.complex-page-new .navbar-mobile {
  background: #565D9F; }
  .complex-page-new .navbar-mobile #block-socialnetworksmobilemenu {
    display: none; }

.complex-page-new .navbar-toggler > .close {
  background-image: url(../img/close-dark.png); }

.complex-page-new #block-complexpagemenunew {
  margin-top: 10px; }
  .complex-page-new #block-complexpagemenunew ul {
    padding: 0; }
  .complex-page-new #block-complexpagemenunew li {
    display: inline-block;
    padding: 0 10px; }
    @media (max-width: 991px) {
      .complex-page-new #block-complexpagemenunew li {
        display: block;
        text-align: center;
        padding: 15px 20px; } }
    .complex-page-new #block-complexpagemenunew li a {
      font-family: Geometria;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      color: #01062F;
      line-height: 20px; }
      @media (max-width: 991px) {
        .complex-page-new #block-complexpagemenunew li a {
          color: #fff; } }
    .complex-page-new #block-complexpagemenunew li:last-child a {
      color: #fff;
      font-family: Geometria;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      padding: 16px 30px;
      display: block;
      background: -o-linear-gradient(346.95deg, #FF8330 -3.55%, #FF6278 98.65%);
      background: linear-gradient(103.05deg, #FF8330 -3.55%, #FF6278 98.65%);
      -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
              box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
      border-radius: 15px; }

.content-node-10436 .landing-main-menu {
  background: url(../img/menu-top2.jpg) top center no-repeat;
  min-height: 345px; }
  @media (max-width: 991px) {
    .content-node-10436 .landing-main-menu {
      background: url(../img/menu-top2.jpg) 15% 0% no-repeat; } }
  .content-node-10436 .landing-main-menu .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .content-node-10436 .landing-main-menu .row {
    border-bottom: 1px solid #777b7d;
    padding-bottom: 30px; }
    .content-node-10436 .landing-main-menu .row:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .content-node-10436 .landing-main-menu #block-taytlstranicyonlaynzanyatiy,
  .content-node-10436 .landing-main-menu #block-taytlloginstanicy,
  .content-node-10436 .landing-main-menu #block-titleforgetpass,
  .content-node-10436 .landing-main-menu #block-titleregister,
  .content-node-10436 .landing-main-menu #block-titleprofile {
    text-align: center;
    padding: 70px 20px 0px; }
    .content-node-10436 .landing-main-menu #block-taytlstranicyonlaynzanyatiy h1,
    .content-node-10436 .landing-main-menu #block-taytlloginstanicy h1,
    .content-node-10436 .landing-main-menu #block-titleforgetpass h1,
    .content-node-10436 .landing-main-menu #block-titleregister h1,
    .content-node-10436 .landing-main-menu #block-titleprofile h1 {
      color: #fff;
      font-family: Geometria;
      font-style: normal;
      font-weight: normal;
      font-size: 40px;
      line-height: 55px; }

.content-node-10436 #block-logonew p a {
  background: url(../img/whitelogo.png) left center no-repeat;
  color: #fff; }
  @media (max-width: 991px) {
    .content-node-10436 #block-logonew p a {
      background: url(../img/whitelogo-mobile.png) left center no-repeat; } }

.content-node-10436 #block-complexpagemenunew > ul li a {
  color: #fff; }

.site-footer a {
  color: #fff;
  font-size: 14px; }
  .site-footer a:hover {
    text-decoration: underline; }

.site-footer #block-kontakty {
  font-size: 14px;
  margin-top: 20px; }
  .site-footer #block-kontakty a {
    color: #fff;
    padding: 0 15px 0 0; }
    @media (max-width: 767px) {
      .site-footer #block-kontakty a {
        display: block;
        padding: 10px 0; } }

.site-footer #block-socialnye {
  margin-top: 40px; }

.site-footer-blue {
  background: #565D9F; }

#block-aboutcompany p {
  color: #bbb; }

.handstand-page-site {
  font-family: 'Cormorant Garamond', serif; }
  .handstand-page-site .page-site-block-title {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 65px;
    line-height: 70px;
    color: #4A1F10;
    max-width: inherit;
    margin: 0 0 16px; }
    @media (max-width: 1300px) {
      .handstand-page-site .page-site-block-title {
        font-size: 52px;
        line-height: 59px; } }
    @media (max-width: 991px) {
      .handstand-page-site .page-site-block-title {
        font-size: 61px;
        line-height: 69px;
        margin: 0 0 14px; } }
    @media (max-width: 767px) {
      .handstand-page-site .page-site-block-title {
        font-size: 40px;
        line-height: 49px;
        margin: 0 0 10px; } }
    @media (max-width: 575px) {
      .handstand-page-site .page-site-block-title {
        font-size: 36px;
        line-height: 42px; } }
  .handstand-page-site h1, .handstand-page-site h2, .handstand-page-site h3 {
    font-size: 40px;
    line-height: 50px;
    color: #462d29;
    font-family: 'Cormorant Garamond', serif; }
    @media (max-width: 1300px) {
      .handstand-page-site h1, .handstand-page-site h2, .handstand-page-site h3 {
        font-size: 35px;
        line-height: 40px; } }
    @media (max-width: 991px) {
      .handstand-page-site h1, .handstand-page-site h2, .handstand-page-site h3 {
        font-size: 30px;
        line-height: 35px; } }
  .handstand-page-site .page-site-block-description {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #462d29; }
    @media (max-width: 991px) {
      .handstand-page-site .page-site-block-description {
        font-size: 22px;
        line-height: 28px; } }
  .handstand-page-site .block-landing-all-button a {
    background: #BB5143;
    -webkit-box-shadow: 0 13px 30px rgba(211, 84, 66, 0.75);
            box-shadow: 0 13px 30px rgba(211, 84, 66, 0.75);
    border-radius: 43px;
    color: #FFFFFF;
    width: 100%;
    padding: 23px 150px; }
    @media (max-width: 991px) {
      .handstand-page-site .block-landing-all-button a {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .handstand-page-site .block-landing-all-button a {
        padding: 23px 50px;
        margin-bottom: 30px; } }
  .handstand-page-site .wrapper-block-8 {
    background: #CA7E47; }
    .handstand-page-site .wrapper-block-8 .block-landing-all-button {
      max-width: 560px;
      margin: 0 auto; }

.custom-node-1926 .icon-mobile,
.custom-node-1926 .icon-desktop {
  display: none !important; }

.custom-node-1926 .wrapper-block-1 .block-landing-image {
  min-height: 1080px; }
  @media (max-width: 991px) {
    .custom-node-1926 .wrapper-block-1 .block-landing-image {
      min-height: 880px; } }
  @media (max-width: 767px) {
    .custom-node-1926 .wrapper-block-1 .block-landing-image {
      background-position: 34% bottom; } }
  @media (max-width: 575px) {
    .custom-node-1926 .wrapper-block-1 .block-landing-image {
      background-position: 42% bottom; } }

.custom-node-16284 .wrapper-block-1 .block-landing-image {
  min-height: 1080px; }
  @media (max-width: 991px) {
    .custom-node-16284 .wrapper-block-1 .block-landing-image {
      min-height: 880px;
      background-position: 50% bottom; } }
  @media (max-width: 767px) {
    .custom-node-16284 .wrapper-block-1 .block-landing-image {
      background-position: 50% bottom; } }
  @media (max-width: 575px) {
    .custom-node-16284 .wrapper-block-1 .block-landing-image {
      background-position: 50% bottom; } }

.wrapper-block-shpagat .block-landing-image {
  background-position: 0 30% !important; }
  @media (max-width: 991px) {
    .wrapper-block-shpagat .block-landing-image {
      background-position: 25% 30% !important; } }
  @media (max-width: 767px) {
    .wrapper-block-shpagat .block-landing-image {
      background-position: 55% 30% !important; } }
  @media (max-width: 575px) {
    .wrapper-block-shpagat .block-landing-image {
      background-position: 50% 30% !important; } }

.wrapper-block-33-25 .block-landing-image-25 {
  min-height: 1100px; }
  @media (max-width: 991px) {
    .wrapper-block-33-25 .block-landing-image-25 {
      min-height: 880px; } }
  @media (max-width: 767px) {
    .wrapper-block-33-25 .block-landing-image-25 {
      min-height: 780px; } }
  @media (max-width: 575px) {
    .wrapper-block-33-25 .block-landing-image-25 {
      min-height: 750px;
      background-position: 27% center; } }

.page-site-block-brown-text-wrapper-left {
  margin-right: -75px; }
  @media (max-width: 767px) {
    .page-site-block-brown-text-wrapper-left {
      margin-right: 0; } }

.page-site-block-brown-text-wrapper-right {
  margin-left: -75px; }
  @media (max-width: 767px) {
    .page-site-block-brown-text-wrapper-right {
      margin-left: 0; } }

.page-site-block-brown-text-wrapper {
  padding: 45px;
  background: -o-linear-gradient(211.52deg, #ACA191 2.85%, #A28F7B 64.58%), #A18D79;
  background: linear-gradient(238.48deg, #ACA191 2.85%, #A28F7B 64.58%), #A18D79;
  position: relative;
  z-index: 3; }
  @media (max-width: 1450px) {
    .page-site-block-brown-text-wrapper {
      padding: 32px; } }
  @media (max-width: 1200px) {
    .page-site-block-brown-text-wrapper {
      padding: 30px; } }
  @media (max-width: 900px) {
    .page-site-block-brown-text-wrapper {
      padding: 20px; } }
  .page-site-block-brown-text-wrapper .page-site-block-brown-text {
    color: white;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: normal; }
    @media (max-width: 991px) {
      .page-site-block-brown-text-wrapper .page-site-block-brown-text {
        font-size: 20px;
        line-height: 26px; } }
    .page-site-block-brown-text-wrapper .page-site-block-brown-text strong {
      color: #462D29 !important; }

.wrapper-block-handstand {
  background: #E5E5E5;
  padding-bottom: 100px; }
  @media (max-width: 1300px) {
    .wrapper-block-handstand {
      padding-bottom: 80px; } }
  @media (max-width: 991px) {
    .wrapper-block-handstand {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .wrapper-block-handstand {
      padding-bottom: 40px; } }
  .wrapper-block-handstand .block-landing-all-button {
    max-width: 560px;
    margin: 0 auto; }
  .wrapper-block-handstand .row {
    position: relative; }
  @media (max-width: 767px) {
    .wrapper-block-handstand .row-direction {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .wrapper-block-handstand .border-left-line {
    border-left: 1px solid #A18D79; }
    @media (max-width: 767px) {
      .wrapper-block-handstand .border-left-line {
        border-left: none; } }
  .wrapper-block-handstand .border-right-line {
    border-right: 1px solid #A18D79; }
    @media (max-width: 767px) {
      .wrapper-block-handstand .border-right-line {
        border-right: none; } }
  @media (max-width: 767px) {
    .wrapper-block-handstand .width-landing-image {
      padding-top: 50px; } }
  .wrapper-block-handstand .width-landing-image-padding-top {
    padding-top: 100px; }
    @media (max-width: 1300px) {
      .wrapper-block-handstand .width-landing-image-padding-top {
        padding-top: 80px; } }
    @media (max-width: 991px) {
      .wrapper-block-handstand .width-landing-image-padding-top {
        padding-top: 50px; } }
  .wrapper-block-handstand .padding-left-text {
    padding-left: 100px; }
    @media (max-width: 1300px) {
      .wrapper-block-handstand .padding-left-text {
        padding-left: 60px; } }
    @media (max-width: 991px) {
      .wrapper-block-handstand .padding-left-text {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .wrapper-block-handstand .padding-left-text {
        padding-left: 20px; } }
  .wrapper-block-handstand .page-site-block-title {
    padding-top: 100px; }
    @media (max-width: 1300px) {
      .wrapper-block-handstand .page-site-block-title {
        padding-top: 80px; } }
    @media (max-width: 991px) {
      .wrapper-block-handstand .page-site-block-title {
        padding-top: 50px; } }
  .wrapper-block-handstand .block-landing-image img {
    width: 100%;
    max-width: none; }
  @media (max-width: 767px) {
    .wrapper-block-handstand .block-landing-image-hide-image {
      display: none; } }
  .wrapper-block-handstand .block-landing-image-first {
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .wrapper-block-handstand .block-landing-image-first {
        padding-bottom: 0; } }

.wrapper-block-line-top {
  border-top: 1px solid #A18D79; }
  @media (max-width: 767px) {
    .wrapper-block-line-top {
      border-top: none; } }

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

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

.complex-page-new .order-form .order-input-field {
  font-family: 'Geometria'; }

.page-node-type-complex-page-new {
  font-family: 'Geometria'; }
  .page-node-type-complex-page-new .wrapper-block-33 .block-landing-image {
    min-height: 624px; }
    @media (max-width: 767px) {
      .page-node-type-complex-page-new .wrapper-block-33 .block-landing-image {
        min-height: 375px; } }
  .page-node-type-complex-page-new .wrapper-block-33 .landing-block-title {
    font-family: 'Geometria';
    font-size: 56px;
    line-height: 73px;
    font-weight: 400;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 31px;
        text-align: center; } }
  .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-tekst {
    font-family: 'Geometria';
    font-size: 20px;
    line-height: 35px; }
    .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-tekst p {
      font-family: 'Geometria'; }
    @media (max-width: 767px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-tekst {
        text-align: center;
        max-width: 100%;
        font-size: 16px;
        line-height: 28px; } }
  .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information {
    max-width: 600px;
    margin: 0;
    padding-left: 82px;
    padding-right: 20px; }
    @media (max-width: 1170px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information {
        padding-left: 50px; } }
    @media (max-width: 1000px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information {
        max-width: 100%;
        padding: 0 20px; } }
  .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information-right {
    margin: 0 0 0 auto;
    padding-right: 200px;
    padding-left: 20px; }
    @media (max-width: 1300px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information-right {
        max-width: 700px;
        padding-right: 100px; } }
    @media (max-width: 991px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information-right {
        max-width: 570px;
        padding-right: 50px; } }
    @media (max-width: 768px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information-right {
        max-width: 90%;
        padding-right: 30px; } }
    @media (max-width: 567px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-information-right {
        max-width: 100%;
        padding: 0 20px; } }
  @media (max-width: 767px) {
    .page-node-type-complex-page-new .wrapper-block-33 .block-landing-button-complex-page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .page-node-type-complex-page-new .wrapper-block-33 .block-landing-button-complex-page a {
    font-family: 'Geometria';
    display: block;
    background: -o-linear-gradient(346.95deg, #FF8330 -3.55%, #FF6278 98.65%);
    background: linear-gradient(103.05deg, #FF8330 -3.55%, #FF6278 98.65%);
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
            box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
    border-radius: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 25px 50px;
    max-width: 250px; }
    .page-node-type-complex-page-new .wrapper-block-33 .block-landing-button-complex-page a:hover {
      background: -o-linear-gradient(346.95deg, #FF6278 98.65%, #FF8330 -3.55%);
      background: linear-gradient(103.05deg, #FF6278 98.65%, #FF8330 -3.55%); }
  .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers-wrapper {
    margin-bottom: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 17px; } }
    .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers-wrapper .landing-block-info-numbers:nth-child(2) {
      border-left: 1px solid #fff;
      padding-left: 26px; }
  .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers {
    font-family: 'Geometria';
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 567px) {
      .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers {
        margin-bottom: 20px; } }
    .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers .landing-block-info-number {
      font-weight: 400;
      color: #C2C7F3;
      font-size: 54px;
      line-height: 45px;
      margin-right: 18px; }
      @media (max-width: 767px) {
        .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers .landing-block-info-number {
          font-size: 42px;
          line-height: 45px; } }
    .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers .landing-block-info-text {
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 20px;
      max-width: 120px; }
      @media (max-width: 767px) {
        .page-node-type-complex-page-new .wrapper-block-33 .landing-block-info-numbers .landing-block-info-text {
          font-size: 13px;
          line-height: 17px; } }
  .page-node-type-complex-page-new .wrapper-block-88 .block-landing-all-button {
    display: inline-block;
    margin: 0 auto; }
    .page-node-type-complex-page-new .wrapper-block-88 .block-landing-all-button a {
      background: #462d29;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: auto;
      text-align: center;
      padding: 15px 45px; }

.handstand-page-site .paragraph--type--header-block-2 .block-landing-all-button a,
.handstand-page-site .paragraph--type--lessons-block .block-landing-all-button a {
  width: auto;
  padding: 15px 45px; }

.obedinenie-v-row .obedinenie-v-row-line {
  margin-top: 70px;
  width: 50%;
  border-right: 1px solid #C2C7F3;
  height: 70px; }

.obedinenie-v-row .obedinenie-v-row-title {
  font-size: 32px;
  font-family: Geometria;
  text-align: center;
  line-height: 42px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 75px;
  margin-top: 37px; }
  @media (max-width: 767px) {
    .obedinenie-v-row .obedinenie-v-row-title {
      font-size: 24px;
      line-height: 31px;
      margin-bottom: 38px; } }

.obedinenie-v-row .obedinenie-v-row-content-pharagraphs .row {
  margin: 0; }

.obedinenie-v-row .obedinenie-v-row-content-pharagraphs .col-lg-6 {
  padding: 0; }

.paragraph-citata {
  margin-top: 100px;
  margin-bottom: 30px;
  height: 190px;
  background: url("../img/quote.png") 50% 25% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .paragraph-citata {
      margin-top: 50px;
      height: 130px;
      background: url("../img/quote-mobile.png") 50% 25% no-repeat; } }
  .paragraph-citata .paragraph-citata-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #01062F;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: flex;
    max-width: 850px;
    padding: 0 20px; }
  .paragraph-citata .paragraph-citata-text {
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px; }
    @media (max-width: 767px) {
      .paragraph-citata .paragraph-citata-text {
        font-size: 17px;
        line-height: 23px; } }
  .paragraph-citata .paragraph-citata-title {
    font-family: Geometria;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
    min-height: 15px; }
    @media (max-width: 767px) {
      .paragraph-citata .paragraph-citata-title {
        margin-top: 10px; } }

.paragraph-background-text-and-button {
  height: 624px;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Geometria;
  background-repeat: no-repeat;
  background-position: 20%; }
  @media (max-width: 767px) {
    .paragraph-background-text-and-button {
      height: 500px; } }
  .paragraph-background-text-and-button .paragraph-background-text-and-button-wrapper {
    max-width: 750px; }
  .paragraph-background-text-and-button .paragraph-background-text-and-button-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .paragraph-background-text-and-button .paragraph-background-text-and-button-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px; } }
  .paragraph-background-text-and-button .paragraph-background-text-and-button-text {
    font-size: 20px;
    line-height: 26px; }
    .paragraph-background-text-and-button .paragraph-background-text-and-button-text p {
      margin-bottom: 20px; }
    @media (max-width: 767px) {
      .paragraph-background-text-and-button .paragraph-background-text-and-button-text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 7px; } }
  .paragraph-background-text-and-button .paragraph-background-text-and-button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .paragraph-background-text-and-button .paragraph-background-text-and-button-link a {
    font-family: Geometria;
    background: -o-linear-gradient(346.95deg, #FF8330 -3.55%, #FF6278 98.65%);
    background: linear-gradient(103.05deg, #FF8330 -3.55%, #FF6278 98.65%);
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
            box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
    border-radius: 15px;
    width: 280px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px; }
    .paragraph-background-text-and-button .paragraph-background-text-and-button-link a span {
      background: url("../img/arrow.png") center no-repeat;
      height: 28px;
      width: 28px;
      margin-left: 35px; }
    .paragraph-background-text-and-button .paragraph-background-text-and-button-link a:hover {
      background: -o-linear-gradient(346.95deg, #FF6278 98.65%, #FF8330 -3.55%);
      background: linear-gradient(103.05deg, #FF6278 98.65%, #FF8330 -3.55%); }

.paragraph-faq-line {
  margin-top: 80px;
  margin-bottom: 30px;
  width: 50%;
  border-right: 1px solid #C2C7F3;
  height: 70px; }
  @media (max-width: 767px) {
    .paragraph-faq-line {
      display: none; } }

.paragraph-faq {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .paragraph-faq {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .paragraph-faq .paragraph-faq-wrapper {
    max-width: 1140px;
    width: 100%; }
  .paragraph-faq .paragraph-faq-title {
    margin-bottom: 45px;
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    color: #01062F;
    font-size: 32px;
    line-height: 42px;
    text-align: center; }
    @media (max-width: 767px) {
      .paragraph-faq .paragraph-faq-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px; } }

.faq-block-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
          box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
  padding: 20px 37px;
  margin: 0 20px 20px;
  position: relative; }
  .faq-block-wrapper .faq-block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-right: 40px;
    font-family: Geometria;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .faq-block-wrapper .faq-block-title {
        font-size: 16px;
        line-height: 20px; } }
    .faq-block-wrapper .faq-block-title span.click-open {
      cursor: pointer;
      background: url(../img/top-arrow.png) center no-repeat;
      width: 28px;
      height: 28px;
      position: absolute;
      right: 20px;
      top: 25px; }
      .faq-block-wrapper .faq-block-title span.click-open.change-icon-arrow {
        background: url(../img/bottom-arrow.png) center no-repeat; }
  .faq-block-wrapper .faq-block-body {
    font-family: Geometria;
    font-size: 15px;
    line-height: 27px; }
    @media (max-width: 767px) {
      .faq-block-wrapper .faq-block-body {
        font-size: 14px;
        line-height: 19px; } }
    .faq-block-wrapper .faq-block-body.close-body {
      display: none; }

.paragraph-about-me-line {
  margin-top: 80px;
  margin-bottom: 30px;
  width: 50%;
  border-right: 1px solid #C2C7F3;
  height: 70px; }
  @media (max-width: 767px) {
    .paragraph-about-me-line {
      display: none; } }

.paragraph-about-me {
  margin: 0 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .paragraph-about-me {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .paragraph-about-me .paragraph-about-me-wrapper {
    background: url(../img/star-small.png) 74% 4% no-repeat;
    max-width: 1140px;
    font-family: Geometria;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .paragraph-about-me .paragraph-about-me-wrapper {
        background: url(../img/star-small2.png) 1% 49% no-repeat; } }
    .paragraph-about-me .paragraph-about-me-wrapper .paragraph-about-me-wrapper-left {
      width: 50%; }
      @media (max-width: 767px) {
        .paragraph-about-me .paragraph-about-me-wrapper .paragraph-about-me-wrapper-left {
          width: 100%; } }
    .paragraph-about-me .paragraph-about-me-wrapper .paragraph-about-me-wrapper-right {
      width: 50%; }
      @media (max-width: 767px) {
        .paragraph-about-me .paragraph-about-me-wrapper .paragraph-about-me-wrapper-right {
          width: 100%; } }
    .paragraph-about-me .paragraph-about-me-wrapper .paragraph-about-me-description {
      width: 100%; }
  .paragraph-about-me .paragraph-about-me-title {
    margin-bottom: 50px;
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    color: #01062F;
    font-size: 32px;
    line-height: 42px;
    text-align: center; }
    @media (max-width: 767px) {
      .paragraph-about-me .paragraph-about-me-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
        text-align: center; } }
  .paragraph-about-me .paragraph-about-me-text {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .paragraph-about-me .paragraph-about-me-text {
        text-align: center;
        font-size: 17px;
        line-height: 24px; } }
  .paragraph-about-me .paragraph-about-me-textarea {
    max-width: 570px; }
    .paragraph-about-me .paragraph-about-me-textarea ul {
      padding-left: 20px; }
  .paragraph-about-me .paragraph-about-me-background img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.faq-block-wrapper {
  cursor: pointer;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
          box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
  padding: 20px 37px;
  margin: 0 20px 20px;
  position: relative; }
  .faq-block-wrapper .faq-block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-right: 40px;
    font-family: Geometria;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .faq-block-wrapper .faq-block-title {
        font-size: 16px;
        line-height: 20px; } }
    .faq-block-wrapper .faq-block-title span.click-open-icon {
      cursor: pointer;
      background: url(../img/top-arrow.png) center no-repeat;
      width: 28px;
      height: 28px;
      position: absolute;
      right: 20px;
      top: 25px; }
      .faq-block-wrapper .faq-block-title span.click-open-icon.change-icon-arrow {
        background: url(../img/bottom-arrow.png) center no-repeat; }
  .faq-block-wrapper .faq-block-body {
    font-family: Geometria;
    font-size: 15px;
    line-height: 27px; }
    @media (max-width: 767px) {
      .faq-block-wrapper .faq-block-body {
        font-size: 14px;
        line-height: 19px; } }
    .faq-block-wrapper .faq-block-body.close-body {
      display: none; }

.paragraph-icons-line {
  margin-top: 80px;
  margin-bottom: 30px;
  width: 50%;
  border-right: 1px solid #C2C7F3;
  height: 70px; }
  @media (max-width: 767px) {
    .paragraph-icons-line {
      display: none; } }

.paragraph-icons {
  margin: 0 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .paragraph-icons {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .paragraph-icons .paragraph-icons-content {
    max-width: 1140px;
    color: #01062F;
    font-family: Geometria;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 767px) {
      .paragraph-icons .paragraph-icons-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .paragraph-icons .paragraph-icons-content .paragraph-icon-textarea {
      font-family: Geometria;
      font-size: 16px;
      line-height: 29px; }
      @media (max-width: 767px) {
        .paragraph-icons .paragraph-icons-content .paragraph-icon-textarea {
          font-size: 15px;
          line-height: 27px; } }
    .paragraph-icons .paragraph-icons-content .paragraph-icon {
      width: 22%;
      padding: 0 2% 0 1%;
      text-align: center; }
      @media (max-width: 767px) {
        .paragraph-icons .paragraph-icons-content .paragraph-icon {
          width: 96%;
          padding: 0 2%; } }
      .paragraph-icons .paragraph-icons-content .paragraph-icon .paragraph-icon-background {
        max-height: 175px; }
        .paragraph-icons .paragraph-icons-content .paragraph-icon .paragraph-icon-background img {
          max-width: 100%;
          height: auto; }
          @media (max-width: 767px) {
            .paragraph-icons .paragraph-icons-content .paragraph-icon .paragraph-icon-background img {
              max-width: 130px; } }
  .paragraph-icons .paragraph-icons-title {
    width: 100%;
    max-width: 1140px;
    margin-bottom: 50px;
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    color: #01062F;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .paragraph-icons .paragraph-icons-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
        text-align: center; } }
    .paragraph-icons .paragraph-icons-title div {
      max-width: 940px; }
  .paragraph-icons .paragraph-icons-text {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .paragraph-icons .paragraph-icons-text {
        text-align: center;
        font-size: 17px;
        line-height: 24px; } }
  .paragraph-icons .paragraph-icons-textarea {
    max-width: 570px; }
    .paragraph-icons .paragraph-icons-textarea ul {
      padding-left: 20px; }
  .paragraph-icons .paragraph-icons-background img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.paragraph-free-lessons {
  background: #F5F9FC url(../img/star.png) 0% -45% no-repeat;
  padding: 0px 20px 94px;
  position: relative;
  margin: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .paragraph-free-lessons {
      background: none;
      padding: 46px 20px;
      background: #F5F9FC; } }
  .paragraph-free-lessons::before {
    content: "";
    background: #F5F9FC url(../img/star.png) 0% 0% no-repeat;
    width: 400px;
    height: 620px;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .paragraph-free-lessons::before {
        background: none; } }
  .paragraph-free-lessons .paragraph-free-lessons-line {
    margin-top: 80px;
    margin-bottom: 30px;
    border-right: 1px solid #C2C7F3;
    height: 70px; }
    @media (max-width: 767px) {
      .paragraph-free-lessons .paragraph-free-lessons-line {
        display: none; } }
  @media (max-width: 767px) {
    .paragraph-free-lessons {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .paragraph-free-lessons .paragraph-free-lessons-content {
    max-width: 1140px;
    color: #01062F;
    font-family: Geometria;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 767px) {
      .paragraph-free-lessons .paragraph-free-lessons-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .paragraph-free-lessons .paragraph-free-lessons-content .paragraph-free-lessons-slider-buttons {
      display: none; }
      .paragraph-free-lessons .paragraph-free-lessons-content .paragraph-free-lessons-slider-buttons .dot-lesson {
        display: inline-block;
        width: 9px;
        height: 9px;
        margin: 10px 7px 0;
        border-radius: 50%;
        background: #DDE4E9; }
        .paragraph-free-lessons .paragraph-free-lessons-content .paragraph-free-lessons-slider-buttons .dot-lesson.active, .paragraph-free-lessons .paragraph-free-lessons-content .paragraph-free-lessons-slider-buttons .dot-lesson:hover {
          background: #87939B; }
      @media (max-width: 767px) {
        .paragraph-free-lessons .paragraph-free-lessons-content .paragraph-free-lessons-slider-buttons {
          z-index: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .paragraph-free-lessons .paragraph-free-lessons-title {
    width: 100%;
    max-width: 1140px;
    margin-bottom: 50px;
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    color: #01062F;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .paragraph-free-lessons .paragraph-free-lessons-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 23px; } }
    .paragraph-free-lessons .paragraph-free-lessons-title div {
      max-width: 940px; }
  .paragraph-free-lessons .paragraph-free-lessons-link {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 767px) {
      .paragraph-free-lessons .paragraph-free-lessons-link {
        display: none; } }
  .paragraph-free-lessons .paragraph-free-lessons-link a {
    position: relative;
    font-family: Geometria;
    background: -o-linear-gradient(346.95deg, #FF8330 -3.55%, #FF6278 98.65%);
    background: linear-gradient(103.05deg, #FF8330 -3.55%, #FF6278 98.65%);
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
            box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
    border-radius: 15px;
    width: 280px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px; }
    .paragraph-free-lessons .paragraph-free-lessons-link a div {
      margin-left: 20px; }
    .paragraph-free-lessons .paragraph-free-lessons-link a span {
      background: url("../img/arrow.png") center no-repeat;
      height: 28px;
      width: 28px;
      margin-left: 15px;
      position: absolute;
      right: 20px; }
    .paragraph-free-lessons .paragraph-free-lessons-link a:hover {
      background: -o-linear-gradient(346.95deg, #FF6278 98.65%, #FF8330 -3.55%);
      background: linear-gradient(103.05deg, #FF6278 98.65%, #FF8330 -3.55%); }
  .paragraph-free-lessons .paragraph-free-lesson {
    max-width: 100%;
    width: 50%;
    margin: 0 15px;
    display: block; }
    @media (max-width: 767px) {
      .paragraph-free-lessons .paragraph-free-lesson {
        width: 100%;
        display: block; } }
    .paragraph-free-lessons .paragraph-free-lesson .block-landing-watch {
      left: 0;
      right: 0;
      top: 45%; }
      .paragraph-free-lessons .paragraph-free-lesson .block-landing-watch .see-video {
        display: block;
        width: 69px;
        height: 69px;
        background: none;
        background: url("../img/play.png") center no-repeat;
        font-size: 0;
        text-indent: -9999em; }
    .paragraph-free-lessons .paragraph-free-lesson .paragraph-free-lesson-background {
      position: relative;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 6, 47, 0.39)), to(rgba(1, 6, 47, 0.39))), url(image.png);
      background: -o-linear-gradient(bottom, rgba(1, 6, 47, 0.39), rgba(1, 6, 47, 0.39)), url(image.png);
      background: linear-gradient(0deg, rgba(1, 6, 47, 0.39), rgba(1, 6, 47, 0.39)), url(image.png);
      border: 15px solid #FFFFFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
              box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
      margin-bottom: 34px; }
      .paragraph-free-lessons .paragraph-free-lesson .paragraph-free-lesson-background img {
        max-width: 100%;
        height: auto; }
    .paragraph-free-lessons .paragraph-free-lesson .paragraph-free-lesson-title {
      text-align: center;
      font-family: Geometria;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 15px;
      position: relative; }
    .paragraph-free-lessons .paragraph-free-lesson .paragraph-free-lesson-textarea {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      font-family: Geometria;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 20px;
      position: relative; }
      .paragraph-free-lessons .paragraph-free-lesson .paragraph-free-lesson-textarea div {
        max-width: 450px; }

.paragraph-main-header-block {
  background-repeat: no-repeat;
  min-height: 680px;
  width: 100%;
  color: #01062F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-position: 78% 0;
  background-color: #F5F9FC;
  padding-bottom: 20px; }
  @media (max-width: 1200px) {
    .paragraph-main-header-block {
      background-position: 146% 0; } }
  @media (max-width: 950px) {
    .paragraph-main-header-block {
      background-position: top right; } }
  @media (max-width: 767px) {
    .paragraph-main-header-block {
      min-height: auto;
      background-image: none !important; } }
  .paragraph-main-header-block::before {
    content: "";
    background: #F5F9FC url(../img/star.png) 0% 0% no-repeat;
    width: 620px;
    height: 620px;
    position: absolute;
    left: -425px;
    top: -30px; }
    @media (max-width: 1100px) {
      .paragraph-main-header-block::before {
        background: none; } }
  .paragraph-main-header-block .paragraph-main-header-block-wrapper {
    z-index: 1;
    max-width: 1140px;
    padding: 0 20px;
    font-family: Geometria;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      .paragraph-main-header-block .paragraph-main-header-block-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-title {
      margin-top: 67px;
      font-family: Geometria;
      font-style: normal;
      font-weight: normal;
      font-size: 42px;
      line-height: 54px;
      color: #01062F;
      margin-bottom: 20px;
      max-width: 638px; }
      @media (max-width: 767px) {
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-title {
          margin-top: 14px;
          margin-bottom: 14px;
          font-size: 24px;
          line-height: 32px;
          text-align: center;
          margin-bottom: 14px; } }
    .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-text {
      font-family: Geometria;
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 29px; }
      @media (max-width: 767px) {
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-text {
          font-size: 16px;
          line-height: 20px;
          text-align: center; } }
    .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media (max-width: 1100px) {
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 767px) {
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper {
          background: url(../img/first-background-mobile.png) center top no-repeat;
          padding-top: 300px;
          text-align: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-link {
        margin-top: 53px; }
        @media (max-width: 767px) {
          .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-link {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-top: 13px; } }
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-link a {
          position: relative;
          font-family: Geometria;
          background: -o-linear-gradient(346.95deg, #FF8330 -3.55%, #FF6278 98.65%);
          background: linear-gradient(103.05deg, #FF8330 -3.55%, #FF6278 98.65%);
          -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
                  box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
          border-radius: 15px;
          width: 280px;
          height: 70px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: distribute;
              align-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #fff;
          font-size: 16px;
          line-height: 20px; }
          .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-link a div {
            margin-left: 20px; }
          .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-link a span {
            background: url("../img/arrow.png") center no-repeat;
            height: 28px;
            width: 28px;
            margin-left: 15px;
            position: absolute;
            right: 20px; }
          .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-link a:hover {
            background: -o-linear-gradient(346.95deg, #FF6278 98.65%, #FF8330 -3.55%);
            background: linear-gradient(103.05deg, #FF6278 98.65%, #FF8330 -3.55%); }
      .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-label {
        padding-top: 69px;
        padding-left: 79px;
        font-family: Geometria;
        max-width: 285px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #01062F; }
        @media (max-width: 1100px) {
          .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-label {
            margin-top: 20px;
            padding: 0;
            padding-left: 15px;
            background: none; } }
        @media (max-width: 767px) {
          .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-link-wrapper .paragraph-main-header-block-label {
            max-width: 100%; } }
    .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-more-info {
      margin-top: 34px;
      margin-bottom: 66px;
      padding-left: 15px; }
      @media (max-width: 767px) {
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-more-info {
          margin-top: 23px;
          margin-bottom: 16px; } }
      .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-more-info a {
        text-decoration: underline;
        color: #01062F;
        font-family: Geometria;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px; }
    .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 500px;
      width: 100%; }
      @media (max-width: 767px) {
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla .landing-block-info-numbers {
        border-right: 1px solid #E0E0E0;
        padding-right: 5px;
        margin-right: 15px; }
        @media (max-width: 767px) {
          .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla .landing-block-info-numbers {
            padding-right: 7px;
            margin-right: 7px;
            text-align: center; } }
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla .landing-block-info-numbers:last-child {
          border-right: none; }
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla .landing-block-info-numbers .landing-block-info-number {
          color: #C2C7F3;
          font-family: Geometria;
          font-style: normal;
          font-weight: normal;
          font-size: 54px;
          line-height: 70px; }
          @media (max-width: 767px) {
            .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla .landing-block-info-numbers .landing-block-info-number {
              font-size: 32px;
              line-height: 42px; } }
        .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla .landing-block-info-numbers .landing-block-info-text {
          font-family: Geometria;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 20px;
          color: #01062F;
          max-width: 120px; }
          @media (max-width: 767px) {
            .paragraph-main-header-block .paragraph-main-header-block-wrapper .paragraph-main-header-block-chisla .landing-block-info-numbers .landing-block-info-text {
              font-size: 13px;
              line-height: 17px; } }

.paragraph-otzyvy-line-wrapper {
  background: #F5F9FC;
  padding-top: 80px;
  padding-bottom: 30px; }
  .paragraph-otzyvy-line-wrapper .paragraph-otzyvy-line {
    width: 50%;
    border-right: 1px solid #C2C7F3;
    height: 70px; }
  @media (max-width: 767px) {
    .paragraph-otzyvy-line-wrapper {
      display: none; } }

.paragraph-otzyvy {
  background: #F5F9FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paragraph-otzyvy #block-views-block-otzyvy-block-1 {
    max-width: 1140px; }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 > h2 {
      text-align: center;
      font-family: Geometria;
      font-style: normal;
      font-weight: normal;
      font-size: 32px;
      line-height: 42px; }
      @media (max-width: 767px) {
        .paragraph-otzyvy #block-views-block-otzyvy-block-1 > h2 {
          margin: 30px 0;
          font-size: 24px;
          line-height: 31px; } }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-inner {
      padding-bottom: 80px; }
      .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-inner > container-fluid > row > otzyvy_image {
        display: none; }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 .otzyvy_caption {
      width: 100%; }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-control-prev, .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-control-next {
      display: none; }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .container-fluid {
      background: #FFFFFF;
      -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
              box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
      width: 90%; }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .otzyvy_image {
      margin-top: 39px;
      margin-bottom: 33px;
      width: 100%;
      text-align: center;
      position: relative; }
      @media (max-width: 767px) {
        .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .otzyvy_image {
          display: block; } }
      .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .otzyvy_image:after {
        content: '';
        width: 120px;
        height: 120px;
        background: url("../img/small-quote.png") no-repeat;
        position: absolute;
        bottom: -74px;
        left: 7px;
        right: 0;
        margin: 0 auto; }
      .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .otzyvy_image img {
        width: 120px;
        height: 120px;
        -webkit-filter: drop-shadow(5px 15px 40px rgba(30, 35, 66, 0.1));
                filter: drop-shadow(5px 15px 40px rgba(30, 35, 66, 0.1));
        border-radius: 50%; }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .otzyvy_caption {
      text-align: center;
      width: 100%;
      float: none; }
      .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .otzyvy_caption h3 {
        font-family: Geometria;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 36px;
        color: #01062F;
        margin-bottom: 10px; }
      .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-item .otzyvy_caption p {
        font-family: Geometria;
        padding: 0 20px 10px; }
    .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-indicators {
      position: relative;
      top: 0;
      margin-top: 40px; }
      .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-indicators li {
        width: 9px;
        height: 9px;
        background: #DDE4E9;
        margin-right: 5px;
        margin-left: 5px; }
        .paragraph-otzyvy #block-views-block-otzyvy-block-1 .carousel-indicators li.active {
          background: #87939B; }

.paragraph-online-lessons-steps {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .paragraph-online-lessons-steps {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .paragraph-online-lessons-steps .paragraph-online-lessons-steps-wrapper {
    max-width: 1140px;
    width: 100%; }
  .paragraph-online-lessons-steps .paragraph-online-lessons-steps-title {
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    color: #01062F;
    font-size: 32px;
    line-height: 42px;
    text-align: center; }
    @media (max-width: 767px) {
      .paragraph-online-lessons-steps .paragraph-online-lessons-steps-title {
        font-size: 24px;
        line-height: 32px; } }
  .paragraph-online-lessons-steps .paragraph-online-lessons-steps-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .paragraph-online-lessons-steps .paragraph-online-lessons-steps-steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.paragraph-online-lessons-steps-line {
  width: 50%;
  border-right: 1px solid #C2C7F3;
  height: 70px; }
  @media (max-width: 767px) {
    .paragraph-online-lessons-steps-line {
      display: none; } }

.paragraph-number-text-full {
  padding: 52px 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%; }
  .paragraph-number-text-full:after {
    content: '';
    width: 13px;
    height: 24px;
    position: absolute;
    margin-top: 10px;
    background: url(../img/arrow-steps.png) no-repeat;
    right: 0; }
  .paragraph-number-text-full:last-child:after {
    background: none; }
  @media (max-width: 991px) {
    .paragraph-number-text-full:after {
      background: none; } }
  @media (max-width: 767px) {
    .paragraph-number-text-full {
      padding: 22px 20px 0;
      width: 100%; } }
  .paragraph-number-text-full .paragraph-number-text-full-text {
    background: #C2C7F3;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
            box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .paragraph-number-text-full .paragraph-number-text-full-text {
        font-size: 16px;
        line-height: 45px;
        margin-bottom: 15px; } }
  .paragraph-number-text-full .paragraph-number-text-full-textarea {
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .paragraph-number-text-full .paragraph-number-text-full-textarea {
        max-width: 300px; } }

.week-lessons-block {
  margin: 0 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .week-lessons-block {
      margin-top: 20px;
      margin-bottom: 50px; } }
  .week-lessons-block .week-lessons-block-title {
    margin-bottom: 45px;
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    color: #01062F;
    font-size: 32px;
    line-height: 42px;
    text-align: center; }
    @media (max-width: 767px) {
      .week-lessons-block .week-lessons-block-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px; } }
  .week-lessons-block .week-lessons-block-content-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .week-lessons-block .week-lessons-block-content {
    /*.week-lessons-day-current {
      background: #565D9F;
    }*/ }
    .week-lessons-block .week-lessons-block-content .week-lessons-day {
      border-radius: 15px;
      background: #C2C7F3;
      color: #fff;
      width: 154px;
      padding: 0;
      margin: 0 4px;
      text-align: center;
      font-family: Geometria;
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase; }
      .week-lessons-block .week-lessons-block-content .week-lessons-day .week-lessons-name {
        padding-top: 18px;
        padding-bottom: 18px; }
    .week-lessons-block .week-lessons-block-content .week-lessons-day-enable {
      background: #565D9F; }
      .week-lessons-block .week-lessons-block-content .week-lessons-day-enable a {
        color: #fff; }
  .week-lessons-block .week-lessons-block-content-lesson {
    margin-top: 20px;
    margin-bottom: 20px; }
    .week-lessons-block .week-lessons-block-content-lesson .week-lessons-day-lesson {
      border-radius: 15px;
      min-height: 78px;
      background: #E6EEF3;
      color: #c5c5c5;
      width: 154px;
      padding: 0;
      margin: 0 4px;
      text-align: center;
      font-family: Geometria;
      font-style: normal;
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .week-lessons-block .week-lessons-block-content-lesson .week-lessons-day-lesson a {
        padding-top: 18px;
        padding-bottom: 18px; }
    .week-lessons-block .week-lessons-block-content-lesson .week-lessons-day-lesson-enable {
      color: #01062F; }
      .week-lessons-block .week-lessons-block-content-lesson .week-lessons-day-lesson-enable a {
        color: #01062F; }
  .week-lessons-block .week-lessons-block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center; }
  .week-lessons-block .week-lessons-block-link a {
    position: relative;
    font-family: Geometria;
    background: -o-linear-gradient(346.95deg, #FF8330 -3.55%, #FF6278 98.65%);
    background: linear-gradient(103.05deg, #FF8330 -3.55%, #FF6278 98.65%);
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
            box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.1);
    border-radius: 15px;
    width: 280px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px; }
    .week-lessons-block .week-lessons-block-link a:hover {
      background: -o-linear-gradient(346.95deg, #FF6278 98.65%, #FF8330 -3.55%);
      background: linear-gradient(103.05deg, #FF6278 98.65%, #FF8330 -3.55%); }

.user-main-container {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .user-main-container .user-container {
    max-width: 1140px;
    width: 100%;
    padding: 20px 37px;
    margin: 20px auto; }
  .user-main-container label {
    font-family: Geometria;
    font-style: normal;
    font-weight: normal;
    color: #01062F;
    font-size: 32px;
    line-height: 42px;
    text-align: center; }
  .user-main-container .user-links {
    margin: 30px 0; }
    .user-main-container .user-links .user-link {
      font-weight: 700;
      font-size: 20px;
      line-height: 36px;
      margin-right: 40px;
      font-family: Geometria;
      margin-bottom: 10px;
      color: #565D9F; }
      .user-main-container .user-links .user-link:hover {
        text-decoration: underline; }
  .user-main-container .order-input-field {
    display: block; }
  .user-main-container .password-field, .user-main-container .password-confirm {
    font-family: 'Geometria';
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #E6E2E1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
    padding: 10px; }
  .user-main-container .password-confirm-message {
    margin-bottom: 20px;
    color: #565D9F; }

.orange-color {
  background: #565D9F;
  border-radius: 2px;
  padding: 0 30px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  border: 0; }

.status-message {
  background-color: #F5F9FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .status-message .status-message-container {
    max-width: 1140px;
    background: #C2C7F3;
    border-radius: 2px;
    width: 100%;
    color: #fff;
    padding: 20px;
    font-size: 18px; }
