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

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

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

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

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

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

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

@-webkit-keyframes change-bg {
  0% {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: initial;
    top: initial;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
            transform: translateX(-50%) translateY(0) scale(1);
    will-change: transform;
  }
  25% {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: initial;
    top: initial;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%) scale(1);
            transform: translateX(-50%) translateY(-100%) scale(1);
  }
  100% {
    width: 2000px;
    height: 2000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: initial;
    top: initial;
    border-radius: 50%;
    -webkit-transform: translate(0, 0) scale(5);
            transform: translate(0, 0) scale(5);
    will-change: transform;
  }
}

@keyframes change-bg {
  0% {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: initial;
    top: initial;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
            transform: translateX(-50%) translateY(0) scale(1);
    will-change: transform;
  }
  25% {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: initial;
    top: initial;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%) scale(1);
            transform: translateX(-50%) translateY(-100%) scale(1);
  }
  100% {
    width: 2000px;
    height: 2000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: initial;
    top: initial;
    border-radius: 50%;
    -webkit-transform: translate(0, 0) scale(5);
            transform: translate(0, 0) scale(5);
    will-change: transform;
  }
}

@-webkit-keyframes fade-change-bg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-change-bg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn-change-bg {
  from {
    background: #fff;
    opacity: 0;
  }
  to {
    opacity: 1;
    background: radial-gradient(circle, white 1%, #eba611 100%);
  }
}

@keyframes fadeIn-change-bg {
  from {
    background: #fff;
    opacity: 0;
  }
  to {
    opacity: 1;
    background: radial-gradient(circle, white 1%, #eba611 100%);
  }
}

@-webkit-keyframes fadeIn-change-mobile-bg {
  from {
    background: #fff;
    opacity: 0;
  }
  to {
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #eba611), color-stop(50%, #eba611), to(#eba611));
    background: linear-gradient(to right, #eba611 25%, #eba611 50%, #eba611 100%);
  }
}

@keyframes fadeIn-change-mobile-bg {
  from {
    background: #fff;
    opacity: 0;
  }
  to {
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #eba611), color-stop(50%, #eba611), to(#eba611));
    background: linear-gradient(to right, #eba611 25%, #eba611 50%, #eba611 100%);
  }
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes heading-first-line {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  25% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes heading-first-line {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  25% {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes heading-first-line-text {
  0% {
    margin: 0 5em;
  }
  25% {
    margin: 0 5em;
  }
  50% {
    margin: 0 1em;
  }
}

@keyframes heading-first-line-text {
  0% {
    margin: 0 5em;
  }
  25% {
    margin: 0 5em;
  }
  50% {
    margin: 0 1em;
  }
}

@-webkit-keyframes heading-first-line-border-left {
  0% {
    opacity: 0;
    left: -100px;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
}

@keyframes heading-first-line-border-left {
  0% {
    opacity: 0;
    left: -100px;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes heading-first-line-border-right {
  0% {
    opacity: 0;
    right: -50px;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
}

@keyframes heading-first-line-border-right {
  0% {
    opacity: 0;
    right: -50px;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes heading-second-line {
  0% {
    margin-bottom: -50px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    margin-bottom: 0;
    opacity: 1;
  }
}

@keyframes heading-second-line {
  0% {
    margin-bottom: -50px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    margin-bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes heading-third-line {
  0% {
    margin-top: -50px;
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes heading-third-line {
  0% {
    margin-top: -50px;
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes think-outside {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes think-outside {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes box {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes box {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes cloud-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: 500px;
  }
  55% {
    opacity: 1;
    top: 215px;
  }
}

@keyframes cloud-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: 500px;
  }
  55% {
    opacity: 1;
    top: 215px;
  }
}

@-webkit-keyframes cloud-2 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    top: 500px;
  }
  60% {
    opacity: 1;
    top: 184px;
  }
}

@keyframes cloud-2 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
    top: 500px;
  }
  60% {
    opacity: 1;
    top: 184px;
  }
}

@-webkit-keyframes cloud-3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    top: 500px;
  }
  65% {
    opacity: 1;
    top: 142px;
  }
}

@keyframes cloud-3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    top: 500px;
  }
  65% {
    opacity: 1;
    top: 142px;
  }
}

@-webkit-keyframes bulb {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
    top: 500px;
  }
  70% {
    opacity: 1;
    top: 61px;
  }
}

@keyframes bulb {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
    top: 500px;
  }
  70% {
    opacity: 1;
    top: 61px;
  }
}

@-webkit-keyframes think {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    top: 500px;
  }
  75% {
    opacity: 1;
    top: 273px;
  }
}

@keyframes think {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    top: 500px;
  }
  75% {
    opacity: 1;
    top: 273px;
  }
}

@-webkit-keyframes outside {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    top: 500px;
  }
  80% {
    opacity: 1;
    top: 329px;
  }
}

@keyframes outside {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    top: 500px;
  }
  80% {
    opacity: 1;
    top: 329px;
  }
}

@-webkit-keyframes the-box {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    top: 500px;
  }
  85% {
    opacity: 1;
    top: 379px;
  }
}

@keyframes the-box {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    top: 500px;
  }
  85% {
    opacity: 1;
    top: 379px;
  }
}

@-webkit-keyframes clouds {
  0% {
    top: 22px;
  }
  25% {
    top: 32px;
  }
  50% {
    top: 22px;
  }
  75% {
    top: 12px;
  }
  100% {
    top: 22px;
  }
}

@keyframes clouds {
  0% {
    top: 22px;
  }
  25% {
    top: 32px;
  }
  50% {
    top: 22px;
  }
  75% {
    top: 12px;
  }
  100% {
    top: 22px;
  }
}

/*SCHEDULE HEADER ANIMATIONS*/
@-webkit-keyframes schedule-header-1 {
  0% {
    -webkit-transform: translate(-300px, -300px);
            transform: translate(-300px, -300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes schedule-header-1 {
  0% {
    -webkit-transform: translate(-300px, -300px);
            transform: translate(-300px, -300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes schedule-header-2 {
  0% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes schedule-header-2 {
  0% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes schedule-header-3 {
  0% {
    -webkit-transform: translate(0px, 300px);
            transform: translate(0px, 300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes schedule-header-3 {
  0% {
    -webkit-transform: translate(0px, 300px);
            transform: translate(0px, 300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes schedule-header-4 {
  0% {
    -webkit-transform: translate(-300px, -300px);
            transform: translate(-300px, -300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes schedule-header-4 {
  0% {
    -webkit-transform: translate(-300px, -300px);
            transform: translate(-300px, -300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes schedule-header-5 {
  0% {
    -webkit-transform: translate(0px, -300px);
            transform: translate(0px, -300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes schedule-header-5 {
  0% {
    -webkit-transform: translate(0px, -300px);
            transform: translate(0px, -300px);
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wow {
  visibility: hidden;
}

.flex, header .top, header .top .top-right, header .top .top-right .left-block, header .top .top-right .left-block .top-menu, header .top .top-right .right-block .contacts, header .bottom, header .bottom .mobile-menu, header .bottom .main-menu, #features .features-list, #more .more-list, #more .more-list li .item-block .item-icon, #cost .cost-list, #courses .left .info-list li, #courses .left .action-buttons, #start .rocket .links, #start .rocket .links li .item-icon, #test .left .form-button, #test .test-results .result-block, footer .footer-top .container, footer .footer-bottom .left .numbers, footer .footer-bottom .right .footer-right-top, footer .footer-bottom .right .footer-right-top .socials, footer .footer-bottom .right .footer-menus, #prices .prices-list, #prices .other-prices, #prices .other-prices .right .prices-list, .modal-open .modal .modal-dialog, #offer .action-block, #offer .action-block .action-title, #number-one .path-list, #clients .container .row .right .clients-slider .owl-dots, #booking .level-block .levels, #booking .schedule-block .tabs-area .level-tabs, #booking .schedule-block .schedule-filters, #booking .schedule-block .level-tabs-content > li .level-schedules, #booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li, #booking .booking-result .result-body .questions, #booking .booking-result .result-body .questions .alternative, #blog .blog-types, #blog .blog-posts li .post-block, #blog .blog-posts li .post-block .block-info, #blog .blog-posts li .post-block .block-info .block-bottom, #blog .blog-pagination, #blog .blog-pagination li span, #contacts .get-address:not(.hidden), #contacts .get-address .block-form.form-sended, #contacts .left .socials-list, #contacts .left .tabs, #contacts .right .contacts-tabs-content, .levels-list > li .level .level-header, .levels-list > li .level .level-header .icons, #gift-page .form-bottom, #gift-page .buttons, #gift-popup .buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap, #more .more-list, #booking .level-block .levels, #booking .schedule-block .level-tabs-content > li .level-schedules {
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jcfs, #courses .left .info-list li, #courses .left .action-buttons, #test .left .form-button.al, footer .footer-bottom .right .footer-right-top .socials, #offer .action-block .action-title, #booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li, #blog .blog-posts li .post-block, #contacts .left .socials-list, #contacts .left .tabs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcsb, header .top .top-right, header .top .top-right .right-block .contacts, header .bottom .main-menu, #features .features-list, #more .more-list, #cost .cost-list, #test .test-results .result-block, footer .footer-top .container, footer .footer-bottom .left .numbers, footer .footer-bottom .right .footer-right-top, #prices .prices-list, #prices .other-prices .right .prices-list, #offer .action-block, #booking .level-block .levels, #booking .schedule-block .schedule-filters, #booking .booking-result .result-body .questions, #blog .blog-posts li .post-block .block-info .block-bottom, .levels-list > li .level .level-header, #gift-page .form-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcsa, #start .rocket .links, #clients .container .row .right .clients-slider .owl-dots, #booking .schedule-block .tabs-area .level-tabs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jcc, #more .more-list li .item-block .item-icon, #start .rocket .links li .item-icon, #test .left .form-button, footer .footer-bottom .right .footer-menus, #prices .other-prices, .modal-open .modal .modal-dialog, #number-one .path-list, #booking .booking-result .result-body .questions .alternative, #blog .blog-types, #blog .blog-pagination, #blog .blog-pagination li span, #contacts .get-address:not(.hidden), #contacts .get-address .block-form.form-sended, #contacts .right .contacts-tabs-content, .levels-list > li .level .level-header .icons, #gift-page .buttons, #gift-popup .buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcfe, header .bottom .mobile-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.aic, header .top .top-right, header .top .top-right .right-block .contacts, header .bottom .mobile-menu, header .bottom .main-menu, #features .features-list, #more .more-list li .item-block .item-icon, #cost .cost-list, #courses .left .info-list li, #courses .left .action-buttons, #start .rocket .links, #start .rocket .links li .item-icon, #test .left .form-button, #test .test-results .result-block, footer .footer-top .container, footer .footer-bottom .left .numbers, footer .footer-bottom .right .footer-right-top, footer .footer-bottom .right .footer-right-top .socials, #prices .other-prices, #prices .other-prices .container .row, .modal-open .modal .modal-dialog, #corporate-banner .container .row, #offer .action-block, #number-one .path-list, #clients .container .row, #clients .container .row .right .clients-slider .owl-dots, #booking .level-block .levels, #booking .schedule-block .tabs-area .level-tabs, #booking .schedule-block .schedule-filters, #booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li, #booking .booking-result .result-body .questions, #booking .booking-result .result-body .questions .alternative, #blog .blog-types, #blog .blog-posts li .post-block .block-info .block-bottom, #blog .blog-pagination, #blog .blog-pagination li span, #contacts .get-address:not(.hidden), #contacts .get-address .block-form.form-sended, #contacts .left .socials-list, #contacts .right .contacts-tabs-content, .levels-list > li .level .level-header, .levels-list > li .level .level-header .icons, #gift-page .form-bottom, #gift-page .buttons, #gift-popup .buttons {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aifs, #more .more-list, footer .footer-bottom .right .footer-menus, #prices .prices-list, #prices .other-prices .right .prices-list, #booking .schedule-block .level-tabs-content > li .level-schedules, #blog .blog-posts li .post-block {
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aife, #offer .action-block .action-title {
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ais {
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fdc, #blog .blog-posts li .post-block .block-info {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.fdr {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

a:focus,
button:focus,
input:focus {
  outline: none;
}

a:hover,
button:hover,
input:hover {
  text-decoration: none;
}

/*COMMON*/
.hidden {
  display: none;
}

.word-rotator > .animated {
  display: inline-block;
}

/*HEADER*/
.logo-mobile {
  display: none;
}

.page-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  color: #2a251e;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.page-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.page-text b {
  font-family: OpenSans-Bold, sans-serif;
}

hr {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#DBDBDB), to(transparent));
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  border: 0;
  height: 1px;
  clear: both;
  margin: 15px auto;
}

header .top {
  background: #2a251f;
}

header .top .top-left {
  position: relative;
}

header .top .top-left .logo {
  position: absolute;
  top: 20px;
  z-index: 100;
}

header .top .top-right .left-block .active-language {
  padding: 14px;
  border-left: 1px solid #3e372f;
  border-right: 1px solid #3e372f;
  color: #c5c5c5;
  font-size: 12px;
  font-family: OpenSans, sans-serif;
}

header .top .top-right .left-block .active-language .arrow-icon {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5d5e56;
  margin-left: 13px;
}

header .top .top-right .left-block .active-language .language-selector {
  display: none;
}

header .top .top-right .left-block .active-language .language-selector > li a {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  color: #c5c5c5;
}

header .top .top-right .left-block .active-language:hover {
  position: relative;
  color: #fff;
}

header .top .top-right .left-block .active-language:hover .arrow-icon {
  border-top: 5px solid #fff;
}

header .top .top-right .left-block .active-language:hover .language-selector {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 111;
  padding-top: 10px;
}

header .top .top-right .left-block .active-language:hover .language-selector:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

header .top .top-right .left-block .active-language:hover .language-selector li {
  opacity: 1;
  background-color: transparent;
  z-index: 200;
  text-align: center;
}

header .top .top-right .left-block .active-language:hover .language-selector li a {
  display: block;
  border-bottom: 1px solid #3e372f;
  padding: 15px 17px;
  background-color: #201d1b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  color: #fff;
}

header .top .top-right .left-block .active-language:hover .language-selector li a:hover {
  background: #be2d2d;
}

header .top .top-right .left-block .active-language:hover .language-selector li span {
  font-family: OpenSans, sans-serif;
  color: #979696;
  font-size: 10px;
  display: block;
  margin-top: 5px;
}

header .top .top-right .left-block .top-menu li a {
  font-family: OpenSans, sans-serif;
  padding: 14px;
  border-right: 1px solid #3e372f;
  color: #c5c5c5;
  display: block;
  font-size: 12px;
}

header .top .top-right .left-block .top-menu li a:hover {
  color: #fff;
}

header .top .top-right .right-block .contacts li {
  padding: 14px;
  border-right: 1px solid #3e372f;
}

header .top .top-right .right-block .contacts li:first-child {
  border-left: 1px solid #3e372f;
}

header .top .top-right .right-block .contacts li a.icon {
  background-image: url(../images/common/top_social.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 17px;
  display: block;
}

header .top .top-right .right-block .contacts li a.icon.phone {
  background-position: left -0px;
}

header .top .top-right .right-block .contacts li a.icon.phone:hover {
  background-position: -27px -0px;
}

header .top .top-right .right-block .contacts li a.icon.facebook {
  background-position: left -15px;
}

header .top .top-right .right-block .contacts li a.icon.facebook:hover {
  background-position: -27px -15px;
}

header .top .top-right .right-block .contacts li a.icon.instagram {
  background-position: left -30px;
}

header .top .top-right .right-block .contacts li a.icon.instagram:hover {
  background-position: -25px -30px;
}

header .bottom {
  background: -webkit-gradient(linear, left top, right top, from(#efefef), color-stop(50%, #fff), to(#efefef));
  background: linear-gradient(to right, #efefef 0%, #fff 50%, #efefef 100%);
  border-bottom: 2px solid #ececec;
}

header .bottom .mobile-menu .menu-toggle {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  background: #f6f6f6;
  padding: 10px 42px 10px 15px;
  display: block;
  position: relative;
  cursor: pointer;
}

header .bottom .mobile-menu .menu-toggle:hover {
  background: #e6e6e6;
}

header .bottom .mobile-menu .menu-toggle:before {
  content: ' ';
  width: 12px;
  height: 12px;
  background: url(../images/common/menu-mobile.png) no-repeat center;
  background-position: 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .bottom .mobile-menu .menu-toggle.active:before {
  background-position: 0 -12px;
}

header .bottom .main-menu > li {
  padding: 15px 0;
}

header .bottom .main-menu > li > a,
header .bottom .main-menu > li > span {
  background: #ececec;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 12px;
  color: #262321;
  text-transform: uppercase;
  width: 140px;
  padding: 5px 15px;
  text-align: center;
  display: block;
}

header .bottom .main-menu > li > a:hover,
header .bottom .main-menu > li > span:hover {
  color: #fff;
  background: #3e372f;
}

header .bottom .main-menu > li .sub-menu {
  display: none;
}

header .bottom .main-menu > li:not(:last-child) {
  margin-right: 15px;
}

header .bottom .main-menu > li.has-sub:hover {
  position: relative;
}

header .bottom .main-menu > li.has-sub:hover .sub-menu {
  display: block;
  position: absolute;
  top: 45px;
  z-index: 111;
  padding-top: 10px;
}

header .bottom .main-menu > li.has-sub:hover .sub-menu:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 10px);
  left: 17px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

header .bottom .main-menu > li.has-sub:hover .sub-menu li {
  min-width: 195px;
  opacity: 1;
  background-color: transparent;
  z-index: 200;
}

header .bottom .main-menu > li.has-sub:hover .sub-menu li a {
  display: block;
  border-bottom: 1px solid #3e372f;
  padding: 17px;
  background-color: #201d1b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 12px;
  color: #fff;
}

header .bottom .main-menu > li.has-sub:hover .sub-menu li a.phone-number {
  font-size: 14px;
}

header .bottom .main-menu > li.has-sub:hover .sub-menu li a:hover {
  background: #be2d2d;
}

header .bottom .main-menu > li.has-sub:hover .sub-menu li span {
  font-family: OpenSans, sans-serif;
  color: #979696;
  font-size: 10px;
  display: block;
  margin-top: 5px;
}

header .bottom .main-menu > li.has-sub:hover a {
  color: #fff;
  background: #3e372f;
}

header .bottom .main-menu > li.has-sub.last .sub-menu {
  right: 0;
}

header .bottom .main-menu > li.has-sub.last .sub-menu:before {
  left: initial;
  right: 17px;
}

header .bottom .main-menu.show-mobile {
  margin-top: 15px;
}

header .bottom .main-menu.show-mobile > li {
  padding: 0;
}

header .bottom .main-menu.show-mobile > li a,
header .bottom .main-menu.show-mobile > li > span {
  display: block;
  width: 100%;
  padding: 17px 15px 15px 15px;
  width: 100%;
  text-align: left;
  background-color: #f6f6f6;
}

header .bottom .main-menu.show-mobile > li a:hover,
header .bottom .main-menu.show-mobile > li > span:hover {
  background-color: #e6e6e6;
  color: #262321;
}

header .bottom .main-menu.show-mobile > li:not(:last-child) {
  margin-right: 0;
  border-bottom: 2px solid #dfdfdf;
}

header .bottom .main-menu.show-mobile > li.has-sub > a,
header .bottom .main-menu.show-mobile > li.has-sub > span {
  position: relative;
}

header .bottom .main-menu.show-mobile > li.has-sub > a:after,
header .bottom .main-menu.show-mobile > li.has-sub > span:after {
  content: ' ';
  background: url(../images/common/arrow-icons.png) no-repeat;
  background-position: 0 100%;
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .bottom .main-menu.show-mobile > li.has-sub > a.active:after,
header .bottom .main-menu.show-mobile > li.has-sub > span.active:after {
  background-position: 0 0;
}

header .bottom .main-menu.show-mobile > li.has-sub:hover .sub-menu {
  display: none;
}

header .bottom .main-menu.show-mobile > li.has-sub .sub-menu {
  position: initial;
  padding: 0;
}

header .bottom .main-menu.show-mobile > li.has-sub .sub-menu:before {
  display: none;
}

header .bottom .main-menu.show-mobile > li.has-sub .sub-menu li {
  padding: 0;
}

header .bottom .main-menu.show-mobile > li.has-sub .sub-menu li a {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 17px 15px 15px 15px;
  width: 100%;
  text-align: left;
  background-color: #f6f6f6;
  border-bottom: 0;
  color: #262321;
}

header .bottom .main-menu.show-mobile > li.has-sub .sub-menu li a .link-text {
  display: block;
}

header .bottom .main-menu.show-mobile > li.has-sub .sub-menu li a:hover {
  background-color: #e6e6e6;
  color: #262321;
}

header .bottom .main-menu.show-mobile > li.has-sub .sub-menu li:not(:last-child) {
  margin-right: 0;
  border-bottom: 2px solid #dfdfdf;
}

header .bottom .main-menu.show-mobile > li:last-child a.active {
  border-bottom: 2px #dfdfdf;
}

/*BANNER SLIDER*/
.button {
  background: none;
  border: 0;
  outline: none;
  padding: 15px 10%;
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.button.red {
  background: #be2d2d;
  border: 2px solid #be2d2d;
  color: #fff;
}

.button.red:hover {
  background: #ad1f1f;
}

.button.gray {
  padding: 17px 30px;
  font-size: 14px;
  border: 2px solid #656565;
  color: #656565;
  background: #fff;
  font-family: OpenSans, sans-serif;
}

.button.gray:hover {
  background: #656565;
  color: #fff;
}

.button.gray[disabled]:hover {
  background: #fff;
  color: #656565;
  cursor: not-allowed;
}

.button.classic {
  padding: 15px 30px;
  display: inline-block;
}

.button.bold {
  font-family: OpenSans-Bold, sans-serif;
}

.animated-block {
  display: block;
  height: calc(100vh - 97px);
  position: relative;
  overflow: hidden;
}

.animated-block .animated {
  -webkit-animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-duration: .8s;
  animation-fill-mode: both;
}

.animated-block .slide {
  display: none;
}

.animated-block .slide .area {
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.animated-block .slide .area .content {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 50%;
}

.animated-block .slide .area .content .title {
  font-family: PTSans-NarrowBold, sans-serif;
  background: #34454f;
  text-transform: uppercase;
  color: #fff;
  /*font-size: 34px;*/
  /*1200*/
  font-size: 2.5vw;
  display: table;
  padding: 5px 20px;
}

.animated-block .slide .area .content .title.big {
  /*font-size: 45px;*/
  font-size: 3.75vw;
}

.animated-block .slide .area .content .title:not(:last-of-type) {
  margin-bottom: 15px;
}

.animated-block .slide .area .content .title:nth-of-type(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animated-block .slide .area .content .title:nth-of-type(2) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.animated-block .slide .area .content .title:nth-of-type(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated-block .slide .area .content .title b {
  color: #eaa510;
}

.animated-block .slide .area .content .title.white {
  background: #fff;
  color: #3f5e72;
}

.animated-block .slide .area .content .title.white b {
  color: #b43636;
}

.animated-block .slide .area .content .title.anim {
  display: table !important;
  -webkit-animation: fadeInLeft linear .25s 1;
  animation: fadeInLeft linear .5s 1;
}

.animated-block .slide .area .content .button {
  margin-top: 15px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animated-block .slide .icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45%;
}

.animated-block .slide .icon img {
  max-width: 600px;
}

.slide2 .title b {
  color: #fff !important;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.slide.active {
  z-index: 99;
  opacity: 1;
  display: block;
}

.slide.active .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide.active .icon img {
  display: table;
}

.animated-block .slide1 .area .content .title.first,
.animated-block .slide2 .area .content .title.first,
.animated-block .slide8 .area .content .title.first {
  /*font-size: 3.5vw;*/
  font-size: 67px;
}

.animated-block .slide1 .area .content .title.second,
.animated-block .slide2 .area .content .title.second,
.animated-block .slide8 .area .content .title.second {
  /*font-size: 3vw;*/
  font-size: 52px;
}

.animated-block .slide3 .area .content .title.first,
.animated-block .slide4 .area .content .title.first {
  /*font-size: 3.5vw;*/
  font-size: 67px;
}

.animated-block .slide3 .area .content .title.second,
.animated-block .slide4 .area .content .title.second {
  /*font-size: 3vw;*/
  font-size: 55px;
}

.animated-block .slide3 .area .content .title.third,
.animated-block .slide4 .area .content .title.third {
  /*font-size: 3.75vw;*/
  font-size: 72px;
}

.animated-block .slide5 .area .content .title {
  background: #3E3742;
}

.animated-block .slide5 .area .content .title.first {
  /*font-size: 4.5vw;*/
  font-size: 86px;
}

.animated-block .slide5 .area .content .title.second {
  /*font-size: 2.75vw;*/
  font-size: 49px;
}

.animated-block .slide6 .area .content .title.first, .animated-block .slide6 .area .content .title.second,
.animated-block .slide7 .area .content .title.first,
.animated-block .slide7 .area .content .title.second {
  /*font-size: 3.5vw;*/
  font-size: 67px;
}

.animated-block .slide7 .area .content .title.third {
  /*font-size: 2.5vw;*/
  font-size: 46px;
}

.animated-block .slide9 .area .content .title {
  background: #3E3742;
}

.animated-block .slide9 .area .content .title.first {
  /*font-size: 2.5vw;*/
  font-size: 44px;
}

.animated-block .slide9 .area .content .title.second {
  /*font-size: 3.5vw;*/
  font-size: 67px;
}

#bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
}

#bg.bg1 {
  background: radial-gradient(circle, white 1%, #8fb0c8 100%);
  z-index: 1;
}

#bg.bg2 {
  background: radial-gradient(circle, white 1%, #eba611 100%);
  z-index: 2;
}

#bg.bg3 {
  background: radial-gradient(circle, white 1%, #857394 100%);
  z-index: 3;
  -webkit-animation: fade-change-bg 1 1s;
  animation: fade-change-bg 1 1s;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

#bg.bg4 {
  background: radial-gradient(circle, white 1%, #10a5a0 100%);
  z-index: 4;
  -webkit-animation: fade-change-bg 1 1s;
  animation: fade-change-bg 1 1s;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

#bg.bg5 {
  background: radial-gradient(circle, white 1%, #eb886a 100%);
  z-index: 5;
  -webkit-animation: fade-change-bg 1 1s;
  animation: fade-change-bg 1 1s;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

#bg.bg6 {
  background: radial-gradient(circle, white 1%, #91b1c9 100%);
  z-index: 6;
  -webkit-animation: fade-change-bg 1 1s;
  animation: fade-change-bg 1 1s;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

#bg.bg7 {
  background: radial-gradient(circle, white 1%, #eb886a 100%);
  z-index: 7;
  -webkit-animation: fade-change-bg 1 1s;
  animation: fade-change-bg 1 1s;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

#bg.bg8 {
  background: radial-gradient(circle, white 1%, #10a5a0 100%);
  z-index: 8;
  -webkit-animation: fade-change-bg 1 1s;
  animation: fade-change-bg 1 1s;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

#bg.bg9 {
  background: radial-gradient(circle, white 1%, #857394 100%);
  z-index: 9;
  -webkit-animation: fade-change-bg 1 1s;
  animation: fade-change-bg 1 1s;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.mobile .bg1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8fb0c8), color-stop(50%, #8fb0c8), to(#8fb0c8)) !important;
  background: linear-gradient(to right, #8fb0c8 25%, #8fb0c8 50%, #8fb0c8 100%) !important;
}

.mobile .bg2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #eba611), color-stop(50%, #eba611), to(#eba611)) !important;
  background: linear-gradient(to right, #eba611 25%, #eba611 50%, #eba611 100%) !important;
  -webkit-animation: fadeIn-change-mobile-bg .5s !important;
  animation: fadeIn-change-mobile-bg .5s !important;
}

.mobile .bg3 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #857394), color-stop(50%, #857394), to(#857394)) !important;
  background: linear-gradient(to right, #857394 25%, #857394 50%, #857394 100%) !important;
}

.mobile .bg4 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #10a5a0), color-stop(50%, #10a5a0), to(#10a5a0)) !important;
  background: linear-gradient(to right, #10a5a0 25%, #10a5a0 50%, #10a5a0 100%) !important;
}

.mobile .bg5 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #eb886a), color-stop(50%, #eb886a), to(#eb886a)) !important;
  background: linear-gradient(to right, #eb886a 25%, #eb886a 50%, #eb886a 100%) !important;
}

.mobile .bg6 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #91b1c9), color-stop(50%, #91b1c9), to(#91b1c9)) !important;
  background: linear-gradient(to right, #91b1c9 25%, #91b1c9 50%, #91b1c9 100%) !important;
}

.mobile .bg7 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #eb886a), color-stop(50%, #eb886a), to(#eb886a)) !important;
  background: linear-gradient(to right, #eb886a 25%, #eb886a 50%, #eb886a 100%) !important;
}

.mobile .bg8 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #91b1c9), color-stop(50%, #91b1c9), to(#91b1c9)) !important;
  background: linear-gradient(to right, #91b1c9 25%, #91b1c9 50%, #91b1c9 100%) !important;
}

.mobile .bg9 {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #857394), color-stop(50%, #857394), to(#857394)) !important;
  background: linear-gradient(to right, #857394 25%, #857394 50%, #857394 100%) !important;
}

/*FEATURES*/
#features {
  padding: 120px 0;
}

#features .features-list li {
  min-width: 165px;
  text-align: center;
}

#features .features-list li .item-icon {
  text-align: center;
  margin-bottom: 15px;
}

#features .features-list li .item-icon .icon {
  width: 86px;
  height: 86px;
  background: url(../images/features/feature-icons.png) no-repeat center top;
  display: inline-block;
}

#features .features-list li .item-title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #2A251E;
}

#features .features-list li:nth-child(2) .item-icon .icon {
  background-position: center -86px;
}

#features .features-list li:nth-child(3) .item-icon .icon {
  background-position: center -172px;
}

#features .features-list li:nth-child(4) .item-icon .icon {
  background-position: center -258px;
}

#features .features-list li:nth-child(5) .item-icon .icon {
  background-position: center -344px;
}

/*TRIAL*/
#trial {
  padding: 40px 0;
  background-color: #DFDBE5;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d0cbd9' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

#trial .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  line-height: 41px;
  color: #3e3742;
  text-align: center;
  margin-bottom: 30px;
}

#trial .action .action-text {
  font-family: Ubuntu-Regular, sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #3e3742;
  text-align: center;
  margin-bottom: 30px;
}

#trial .action .action-button {
  display: block;
  text-align: center;
}

#trial .action .action-button .button {
  display: inline-block;
}

#trial.little {
  padding: 30px 0;
}

#trial.little .title {
  font-size: 18px;
  line-height: initial;
}

#trial.little .title span {
  display: inline-block;
}

/*MORE*/
#more {
  padding: 150px 0 100px 0;
}

#more.corporate {
  padding: 85px 0 0 0;
}

#more .title {
  font-family: Ubuntu-Regular, sans-serif;
  font-size: 28px;
  color: #475059;
  margin-bottom: 50px;
}

#more .title b {
  font-family: Ubuntu-Bold, sans-serif;
}

#more .title-link {
  font-family: OpenSans, sans-serif;
  font-size: 26px;
  color: #475059;
  text-align: right;
  margin-bottom: 85px;
}

#more .title-link a {
  color: #475059;
  border-bottom: 2px solid;
}

#more .more-list li {
  width: 25%;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}

#more .more-list li .item-block .item-icon {
  border: 12px solid #edf3f8;
  width: 180px;
  height: 140px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

#more .more-list li .item-block .item-icon .icon {
  width: 73px;
  height: 80px;
  background: url(../images/more/icons.png) no-repeat center;
  display: inline-block;
}

#more .more-list li .item-block .item-title {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #2A251E;
}

#more .more-list li .item-block .item-text {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #2A251E;
}

#more .more-list li:nth-child(1) .item-block .item-icon .icon {
  background-position: -200px 11px;
}

#more .more-list li:nth-child(2) .item-block .item-icon .icon {
  background-position: -55px 9px;
}

#more .more-list li:nth-child(3) .item-block .item-icon .icon {
  background-position: -474px 0;
}

#more .more-list li:nth-child(4) .item-block .item-icon .icon {
  background-position: -265px 10px;
  width: 60px;
}

#more .more-list li:nth-child(5) .item-block .item-icon .icon {
  background-position: -134px 13px;
}

#more .more-list li:nth-child(6) .item-block .item-icon .icon {
  background-position: -398px 9px;
}

#more .more-list li:nth-child(7) .item-block .item-icon .icon {
  background-position: 11px 11px;
  width: 70px;
}

#more .more-list li:nth-child(8) .item-block .item-icon .icon {
  background-position: -324px 8px;
}

#more .more-list.corporate-more-list li .item-block .item-icon .icon {
  width: 96px;
  height: 96px;
  background: url(../images/corporate/features/icons.png) no-repeat;
}

#more .more-list.corporate-more-list li:nth-child(1) .item-block .item-icon .icon {
  background-position: 0 0;
}

#more .more-list.corporate-more-list li:nth-child(2) .item-block .item-icon .icon {
  background-position: -96px 0;
}

#more .more-list.corporate-more-list li:nth-child(3) .item-block .item-icon .icon {
  background-position: -195px 0;
}

#more .more-list.corporate-more-list li:nth-child(4) .item-block .item-icon .icon {
  background-position: -290px 0;
}

#more .more-list.corporate-more-list li:nth-child(5) .item-block .item-icon .icon {
  background-position: 0 -97px;
}

#more .more-list.corporate-more-list li:nth-child(6) .item-block .item-icon .icon {
  background-position: -96px -96px;
}

#more .more-list.corporate-more-list li:nth-child(7) .item-block .item-icon .icon {
  background-position: -195px -95px;
}

#more .more-list.corporate-more-list li:nth-child(8) .item-block .item-icon .icon {
  background-position: -288px -95px;
}

/*ABOUT VIDEO*/
#about-video {
  padding: 150px 0;
  background: url(../images/about-video/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  height: 392px;
  position: relative;
}

#about-video .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#about-video .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

#about-video .video-play {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: table;
  line-height: 107px;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#about-video .video-play i.icon {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 84px;
  color: #fff;
  font-size: 30px;
  line-height: 84px;
  border-radius: 50%;
  background-color: #3e3742;
  z-index: 2;
}

#about-video .video-play i.icon.play {
  background-image: url(../images/about-video/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

/*COST*/
#cost {
  padding: 150px 0;
  background: url(../images/cost/bg.png) no-repeat center bottom;
  overflow: hidden;
  position: relative;
}

#cost:before {
  content: ' ';
  width: 250px;
  height: 245px;
  background: url(../images/cost/bg-icons.png) no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 1;
}

#cost:after {
  content: ' ';
  width: 250px;
  height: 250px;
  background: url(../images/cost/bg-icons.png) no-repeat;
  background-position: 0 -240px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin-top: -150px;
  z-index: 1;
}

#cost .cost-list {
  position: relative;
  z-index: 2;
}

#cost .cost-list > li.info {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

#cost .cost-list > li.info .info-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 30px;
  color: #2a251e;
  margin-bottom: 50px;
}

#cost .cost-list > li.info .info-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #99a1af;
}

#cost .cost-list > li.info .info-text.first {
  margin-bottom: 50px;
}

#cost .cost-list > li.info a {
  font-size: 14px;
  color: #99a1af;
  text-decoration: underline;
}

#cost .cost-list > li.info a.show-all {
  font-family: OpenSans, sans-serif;
  margin-bottom: 50px;
  display: block;
}

#cost .cost-list > li.info a:hover {
  color: #503357;
}

#cost .cost-list > li.price {
  -ms-flex: 0 0 37.5%;
  -webkit-box-flex: 0;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

.price-block {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
}

.price-block.online {
  position: relative;
}

.price-block.online::before {
  content: ' ';
  width: 128px;
  height: 128px;
  background: url(../images/courses/online.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.price-block .block-top {
  padding: 40px 0;
  border-bottom: 1px solid #e9e9e9;
}

.price-block .block-top .block-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 24px;
  color: #2a251e;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.price-block .block-top .price-value {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 48px;
  color: #2a251e;
  text-align: center;
}

.price-block .block-bottom .other-blocks {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  display: none;
  opacity: 0;
}

.price-block .block-bottom .price-info-list,
.price-block .block-bottom .price-info-sublist {
  padding: 40px 35px;
}

.price-block .block-bottom .price-info-list.next,
.price-block .block-bottom .price-info-sublist.next {
  padding-top: 10px;
  padding-bottom: 40px;
}

.price-block .block-bottom .price-info-list li,
.price-block .block-bottom .price-info-sublist li {
  font-size: 14px;
  color: #656565;
  font-family: OpenSans, sans-serif;
}

.price-block .block-bottom .price-info-list li:before,
.price-block .block-bottom .price-info-sublist li:before {
  content: ' ';
  width: 14px;
  height: 10px;
  background: url(../images/common/list-icons.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  margin-right: 10px;
}

.price-block .block-bottom .price-info-list li:not(:last-child),
.price-block .block-bottom .price-info-sublist li:not(:last-child) {
  margin-bottom: 15px;
}

.price-block .block-bottom .price-info-sublist {
  padding-top: 40px;
  padding-top: 0;
}

.price-block .block-bottom .price-info-sublist li {
  font-family: OpenSans-Semibold, sans-serif;
  color: #503357;
}

.price-block .block-bottom .price-info-sublist li:before {
  content: ' ';
  width: 16px;
  height: 16px;
  background: url(../images/common/list-icons.png) no-repeat;
  background-position: 0 -14px;
  display: inline-block;
  margin-right: 10px;
}

.price-block .block-bottom .price-button {
  margin-top: 40px;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.price-block .block-bottom .price-button .button {
  display: inline-block;
}

.prices-list.extra li .price-block {
  width: 100%;
}

.prices-list.extra li .price-block:not(.opened) .block-bottom .price-info-list {
  padding-left: 15px;
  padding-right: 15px;
}

.prices-list.extra li .price-block:not(.opened) .block-bottom .price-info-list li:nth-child(2) {
  color: #bfbfbf;
}

.prices-list.extra li .price-block:not(.opened) .block-bottom .price-info-list li:nth-child(2):before {
  opacity: .5;
}

.prices-list.extra li .price-block:not(.opened) .block-bottom .price-info-list li:nth-child(3) {
  color: #dedfe0;
}

.prices-list.extra li .price-block:not(.opened) .block-bottom .price-info-list li:nth-child(3):before {
  opacity: .25;
}

.prices-list.extra li .price-block:not(.opened) .block-bottom .price-info-sublist {
  padding-left: 15px;
  padding-right: 15px;
}

.prices-list.extra li .price-block:not(.opened) .block-bottom .price-button #buy-course {
  display: none;
}

.prices-list.extra li .price-block.opened .block-bottom .price-info-list,
.prices-list.extra li .price-block.opened .block-bottom .price-info-sublist {
  padding: 40px 15px;
}

.prices-list.extra li .price-block.opened .block-bottom .price-info-list.next {
  padding-top: 15px;
  padding-bottom: 0;
}

.prices-list.extra li .price-block.opened .block-bottom .price-info-list:not(.next) {
  padding-bottom: 0;
}

.prices-list.extra li .price-block.opened .block-bottom .price-info-sublist {
  padding-bottom: 0;
}

.prices-list.extra li .price-block.opened .block-bottom #open-list {
  display: none;
}

.prices-list.extra li .price-block.opened .block-bottom #buy-course {
  display: inline-block;
}

/*COURSES*/
#courses {
  padding: 150px 0;
  color: #2a251e;
  position: relative;
  overflow: hidden;
}

#courses .floating-shapes span {
  display: block;
  position: absolute;
}

#courses .floating-shapes span img {
  display: block;
  max-width: 100%;
  height: auto;
}

#courses .floating-shapes span:nth-child(1) {
  left: 4.8%;
  top: 5%;
}

#courses .floating-shapes span:nth-child(2) {
  left: 9.6%;
  top: 27.2%;
}

#courses .floating-shapes span:nth-child(3) {
  left: 8.8%;
  bottom: 16%;
}

#courses .floating-shapes span:nth-child(4) {
  left: 25%;
  bottom: 21%;
}

#courses .floating-shapes span:nth-child(5) {
  left: 35%;
  top: 6.6%;
}

#courses .floating-shapes span:nth-child(6) {
  left: 43%;
  bottom: 30%;
}

#courses .floating-shapes span:nth-child(7) {
  left: 49%;
  top: 45%;
}

#courses .floating-shapes span:nth-child(8) {
  right: 11.8%;
  top: 33%;
}

#courses .floating-shapes span:nth-child(9) {
  right: 6%;
  top: 10%;
}

#courses .floating-shapes span:nth-child(10) {
  right: 4.5%;
  bottom: 33%;
}

#courses .left .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
  color: #2a251e;
}

#courses .left .subtitle {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 18px;
  margin-bottom: 50px;
}

#courses .left .info-list {
  margin-bottom: 50px;
}

#courses .left .info-list li:not(:last-child) {
  margin-bottom: 30px;
}

#courses .left .info-list li .item-icon {
  min-width: 64px;
  margin-right: 30px;
}

#courses .left .info-list li .item-icon .icon {
  width: 64px;
  height: 64px;
}

#courses .left .info-list li .item-info .info-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  color: #2a251e;
}

#courses .left .info-list li .item-info .info-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
}

#courses .left .info-list li:nth-child(1) .item-icon .icon {
  background: url(../images/courses/courses-icons.png) no-repeat;
  background-position: 0 0;
}

#courses .left .info-list li:nth-child(2) .item-icon .icon {
  background: url(../images/courses/courses-icons.png) no-repeat;
  background-position: 0 -69px;
}

#courses .left .info-list li:nth-child(3) .item-icon .icon {
  background: url(../images/courses/courses-icons.png) no-repeat;
  background-position: 0 -138px;
}

#courses .left .action-buttons .button:not(:last-of-type) {
  margin-right: 30px;
}

#courses .right {
  position: relative;
  background: url(../images/courses/bg.png) no-repeat center;
  background-size: contain;
}

#courses .right ul.phones-list li {
  position: absolute;
}

#courses .right ul.phones-list li:nth-child(1) {
  top: 50%;
  left: 0;
  margin-top: -180px;
}

#courses .right ul.phones-list li:nth-child(2) {
  bottom: 0;
  right: 0;
}

/*START*/
#start {
  padding: 150px 0;
  position: relative;
  background: url(../images/start/bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#start .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  color: #2a251e;
  text-align: center;
  margin-bottom: 30px;
}

#start .text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  text-align: center;
}

#start .rocket {
  position: relative;
}

#start .rocket .links {
  background: url(../images/start/rocket.png) no-repeat center right;
  min-height: 269px;
  background-size: contain;
}

#start .rocket .links li {
  text-align: center;
}

#start .rocket .links li a {
  display: block;
}

#start .rocket .links li .item-icon {
  width: 125px;
  height: 125px;
  margin-bottom: 15px;
  background: url(../images/start/start-clouds.png) no-repeat center;
}

#start .rocket .links li .item-icon .icon {
  width: 64px;
  height: 64px;
  background: url(../images/start/start-icons.png) no-repeat center;
  display: block;
}

#start .rocket .links li .item-title {
  font-family: Ubuntu-Bold, sans-serif;
  color: #503357;
}

#start .rocket .links li:nth-child(1) {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#start .rocket .links li:nth-child(1) .item-icon {
  background-position: 0 0;
}

#start .rocket .links li:nth-child(1) .item-icon .icon {
  background-position: 8px 0;
}

#start .rocket .links li:nth-child(1):hover .item-icon .icon {
  background-position: 8px -69px;
}

#start .rocket .links li:nth-child(2) {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#start .rocket .links li:nth-child(2) .item-icon {
  background-position: -130px 0;
}

#start .rocket .links li:nth-child(2) .item-icon .icon {
  background-position: -69px 0;
}

#start .rocket .links li:nth-child(2):hover .item-icon .icon {
  background-position: -69px -71px;
}

#start .rocket .links li:nth-child(3) {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#start .rocket .links li:nth-child(3) .item-icon {
  background-position: -265px 0;
}

#start .rocket .links li:nth-child(3) .item-icon .icon {
  background-position: -145px 0;
}

#start .rocket .links li:nth-child(3):hover .item-icon .icon {
  background-position: -145px -69px;
}

#start .rocket .links li:hover .item-title {
  color: #be2d2d;
}

/*TEST*/
#test {
  padding: 150px 0;
  background: url(../images/test/bg.png) no-repeat center top;
}

#test.passed {
  background: url(../images/test/bg-passed.png) no-repeat center top;
  background-size: contain;
}

#test .left .step2 {
  display: none;
}

#test .left .step3 {
  display: none;
}

#test .left .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  color: #2a251e;
  margin-bottom: 50px;
}

#test .left .text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  margin-bottom: 50px;
}

#test .left .text p:not(:last-of-type) {
  margin-bottom: 15px;
}

#test .left .text p b {
  font-family: OpenSans-Bold, sans-serif;
}

#test .left .form-block {
  width: 100%;
}

#test .left .form-block .form-input {
  width: 100%;
}

#test .left .form-block .form-input:not(:last-of-type) {
  margin-bottom: 20px;
}

#test .left .form-block .form-input input {
  width: 100%;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #656565;
  border-radius: 5px;
  padding: 15px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #cccccc;
}

#test .left .form-button {
  text-align: center;
  margin-top: 40px;
}

#test .left .form-button .button {
  padding: 15px;
}

#test .left .form-button .button.gray {
  padding: 17px 15px;
}

#test .left .form-button .button.red {
  margin-right: 30px;
}

#test .test-results {
  margin-bottom: 100px;
}

#test .test-results .result-block {
  background: #fff;
  padding: 50px;
  border-radius: 1em;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

#test .test-results .result-block .left {
  margin-right: 75px;
}

#test .test-results .result-block .right {
  text-align: center;
}

#test .test-results .result-block .right .result-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 24px;
  color: #be2d2d;
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

#test .test-results .result-block .right .result-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  text-align: center;
}

#test .check-schedule {
  display: block;
  text-align: center;
}

/*PROGRESS*/
.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 20px solid #b4e6ff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 20px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #be2d2d;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  font-family: Ubuntu-Bold, sans-serif;
  color: #be2d2d;
}

.progress .progress-value div {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.progress .progress-value div:after {
  content: '%';
}

.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards;
          animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards;
          animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards;
          animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards;
          animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards 1.5s;
          animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.5s;
          animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards 1.5s;
          animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards 1.5s;
          animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards 1.5s;
          animation: loading-5 1.5s linear forwards 1.5s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/*FOOTER*/
footer {
  background: #2e2e2b;
}

footer .footer-top {
  background: #ececec;
  border-top: 1px solid #d7d7d7;
  padding: 10px 0;
}

footer .footer-top .container .copyright {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
}

footer .footer-top .container .contact-phone {
  display: inline-block;
}

footer .footer-top .container .contact-phone a {
  font-family: PTSans-Narrow, sans-serif;
  font-size: 27px;
  color: #2a251e;
}

footer .footer-top .container .contact-phone a .link-text {
  font-family: OpenSans, sans-serif;
  font-size: 10px;
  color: #9b9b9b;
  display: block;
  margin-top: 5px;
}

footer .footer-bottom {
  padding: 30px 0;
  position: relative;
}

footer .footer-bottom .left {
  padding-right: 30px;
}

footer .footer-bottom .left .footer-text {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #b0afb2;
  margin-bottom: 25px;
}

footer .footer-bottom .left .footer-text b {
  font-family: OpenSans-Bold, sans-serif;
}

footer .footer-bottom .left .footer-text p {
  text-align: justify;
}

footer .footer-bottom .left .footer-text p:not(:last-of-type) {
  margin-bottom: 15px;
}

footer .footer-bottom .left .numbers li {
  color: #b0afb2;
  text-align: center;
}

footer .footer-bottom .left .numbers li .item-number {
  font-size: 30px;
  font-family: Ubuntu-Bold, sans-serif;
}

footer .footer-bottom .left .numbers li .item-title {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

footer .footer-bottom .right {
  padding-left: 30px;
}

footer .footer-bottom .right:before {
  content: ' ';
  width: 15px;
  background: url(../images/footer/footer-shadow.png) repeat-y center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -30px;
  left: -15px;
  bottom: -30px;
}

footer .footer-bottom .right .footer-right-top {
  margin-bottom: 25px;
}

footer .footer-bottom .right .footer-right-top .logo a {
  display: block;
}

footer .footer-bottom .right .footer-right-top .logo a img {
  display: block;
}

footer .footer-bottom .right .footer-right-top .logo:hover {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .footer-bottom .right .footer-right-top .socials li:not(:last-child) {
  margin-right: 15px;
}

footer .footer-bottom .right .footer-right-top .socials li a {
  width: 26px;
  height: 26px;
  background: url(../images/footer/footer-social-icons.png) no-repeat center;
  display: block;
  opacity: .9;
}

footer .footer-bottom .right .footer-right-top .socials li a:hover {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .footer-bottom .right .footer-right-top .socials li a.instagram {
  background-position: 2px 2px;
}

footer .footer-bottom .right .footer-right-top .socials li a.facebook {
  background-position: -27px 3px;
}

footer .footer-bottom .right .footer-right-top .socials li a.chat {
  background-position: -60px 2px;
}

footer .footer-bottom .right .footer-right-top .socials li a.phone {
  background-position: -88px 2px;
}

footer .footer-bottom .right .footer-right-top .socials li a.messenger {
  background-position: -117px 3px;
}

footer .footer-bottom .right .footer-right-top .socials li a.telegram {
  background-position: -148px 3px;
}

footer .footer-bottom .right .footer-right-top .socials li a.viber {
  background-position: -177px 3px;
}

footer .footer-bottom .right .footer-menus {
  margin-bottom: 50px;
}

footer .footer-bottom .right .footer-menus .left-block {
  width: 50%;
}

footer .footer-bottom .right .footer-menus .right-block {
  width: 50%;
}

footer .footer-bottom .right .footer-menus .menu-title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  display: block;
}

footer .footer-bottom .right .footer-menus .menu-list {
  margin-top: 20px;
}

footer .footer-bottom .right .footer-menus .menu-list li:before {
  content: ' ';
  width: 8px;
  height: 6px;
  background: url(../images/footer/menu-icon.png) no-repeat center;
  display: inline-block;
  margin-right: 5px;
}

footer .footer-bottom .right .footer-menus .menu-list li:not(:last-child) {
  margin-bottom: 5px;
}

footer .footer-bottom .right .footer-menus .menu-list li a {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #b0afb2;
}

footer .footer-bottom .right .footer-menus .menu-list li a:hover {
  color: #fff;
}

footer .footer-bottom .right .footer-menus .other-links {
  margin-bottom: 15px;
}

footer .footer-bottom .right .footer-menus .other-links li:not(:last-child) {
  margin-bottom: 5px;
}

footer .footer-bottom .right .footer-menus .other-links li a {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  display: block;
}

footer .footer-bottom .right .footer-menus .other-links li a:hover {
  text-decoration: underline;
}

footer .footer-bottom .right .blog-last-block .block-title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  display: block;
}

footer .footer-bottom .right .blog-last-block .blog-links {
  margin-top: 15px;
}

footer .footer-bottom .right .blog-last-block .blog-links li:not(:last-child) {
  margin-bottom: 5px;
}

footer .footer-bottom .right .blog-last-block .blog-links li a {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  color: #b0afb2;
}

footer .footer-bottom .right .blog-last-block .blog-links li a:hover {
  color: #fff;
  text-decoration: underline;
}

.fontez {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  text-align: center;
}

.fontez a {
  font-family: OpenSans-Bold, sans-serif;
  color: #be2d2d;
}

/*PRICES*/
#prices {
  padding: 100px 0;
  background: url(../images/prices/bg.png) no-repeat center;
}

#prices .top-content {
  display: block;
  width: 100%;
}

#prices .top-content .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  color: #2a251e;
  margin-bottom: 30px;
  text-align: center;
}

#prices .top-content .text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  text-align: center;
  margin-bottom: 150px;
}

#prices .prices-list {
  width: 100%;
  margin-bottom: 50px;
}

#prices .other-row {
  display: block;
}

#prices .other-prices {
  padding: 150px 15px;
  height: 750px;
}

#prices .other-prices .container {
  height: 100%;
}

#prices .other-prices .container .row {
  height: 100%;
}

#prices .other-prices .left {
  text-align: center;
}

#prices .other-prices .left .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 30px;
  color: #2a251e;
  margin-bottom: 30px;
}

#prices .other-prices .left .text {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #656565;
  margin-bottom: 50px;
}

#prices .other-prices .left .tabs {
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#prices .other-prices .left .tabs li {
  background: #f4fbff;
  position: relative;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  color: #be2d2d;
  padding: 10px 24px 10px 24px;
  display: block;
  cursor: pointer;
}

#prices .other-prices .left .tabs li.active:after {
  content: ' ';
  width: 24px;
  height: 24px;
  background: #f4fbff;
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  -webkit-transform: translate(50%, 0) rotate(-45deg);
          transform: translate(50%, 0) rotate(-45deg);
}

#prices .other-prices .left .tabs li.active:hover:after {
  background: #e6ecf0;
}

#prices .other-prices .left .tabs li:hover {
  background: #e6ecf0;
}

#prices .other-prices .left .tabs li:not(:last-child) {
  margin-bottom: 15px;
}

#prices .other-prices .right {
  padding: 0 15px;
  height: 100%;
  position: relative;
}

#prices .other-prices .right .prices-list {
  width: 50%;
}

#prices .other-prices .right .prices-list > li {
  width: 100%;
  position: absolute;
  top: 50%;
  width: 50%;
}

#prices .other-prices .right .prices-list > li.first {
  left: 15px;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  z-index: 3;
  -webkit-transition: left ease-in-out 1s, -webkit-transform ease-in-out .75s;
  transition: left ease-in-out 1s, -webkit-transform ease-in-out .75s;
  transition: left ease-in-out 1s, transform ease-in-out .75s;
  transition: left ease-in-out 1s, transform ease-in-out .75s, -webkit-transform ease-in-out .75s;
}

#prices .other-prices .right .prices-list > li.second {
  left: 30%;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  z-index: 2;
  -webkit-transition: left ease-in-out 1s, -webkit-transform ease-in-out 1s;
  transition: left ease-in-out 1s, -webkit-transform ease-in-out 1s;
  transition: left ease-in-out 1s, transform ease-in-out 1s;
  transition: left ease-in-out 1s, transform ease-in-out 1s, -webkit-transform ease-in-out 1s;
}

#prices .other-prices .right .prices-list > li.third {
  left: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  z-index: 1;
  -webkit-transition: left ease-in-out 1s, -webkit-transform ease-in-out .5s;
  transition: left ease-in-out 1s, -webkit-transform ease-in-out .5s;
  transition: left ease-in-out 1s, transform ease-in-out .5s;
  transition: left ease-in-out 1s, transform ease-in-out .5s, -webkit-transform ease-in-out .5s;
}

#faq {
  padding: 100px 0;
}

#faq .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  color: #2a251e;
  margin-bottom: 30px;
  text-align: center;
}

#faq .text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  text-align: center;
}

/*QA*/
#qa {
  background: url(../images/qa/bg.png) no-repeat center;
  background-size: cover;
  padding: 200px 0;
  margin-top: -100px;
}

#qa .container {
  height: 100%;
}

#qa .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 30px;
  color: #2a251e;
  text-align: center;
  margin-bottom: 50px;
}

#qa .qa-list li .item-question {
  background: #fff;
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 16px;
  color: #2a251e;
  padding: 25px 50px;
  cursor: pointer;
  border-radius: 1rem;
  position: relative;
}

#qa .qa-list li .item-question:after {
  content: ' ';
  background: url(../images/common/arrow-icons.png) no-repeat;
  background-position: 0 100%;
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#qa .qa-list li .item-answer {
  display: none;
  background: #fff;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  padding: 25px 50px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#qa .qa-list li:not(:last-child) {
  margin-bottom: 25px;
}

#qa .qa-list li.active .item-question {
  border-bottom: 1px solid #e9e9e9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#qa .qa-list li.active .item-question:after {
  background-position: 0 0;
}

/*MODALS*/
.modal-open .modal .modal-dialog {
  height: 100vh;
  margin: 0 auto;
}

.modal-open .modal .modal-dialog .modal-content {
  display: table;
}

.modal .modal-dialog .modal-content {
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 50px 25px 30px;
}

.modal-video .modal-dialog {
  max-width: 930px;
}

.modal-video .modal-dialog .modal-content {
  background: #000;
}

.modal-video .modal-dialog .modal-content .close {
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0px;
  font-size: 2.5rem;
}

.modal-video .modal-dialog .modal-content .modal-header {
  display: none;
}

.modal-video .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal-video .modal-dialog .modal-content .modal-body .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.modal-video .modal-dialog .modal-content .modal-body .video-container video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video .modal-dialog .modal-content .modal-body .video-container video.active {
  display: block;
}

/*CORPORATE BANNER*/
#corporate-banner {
  background: url(../images/corporate/banner/bg.jpg) no-repeat center #000;
  height: 500px;
}

#corporate-banner .container {
  height: 100%;
}

#corporate-banner .container .row {
  height: 100%;
}

#corporate-banner .container .row .left .titles {
  display: table;
  position: relative;
}

#corporate-banner .container .row .left .titles div,
#corporate-banner .container .row .left .titles h1,
#corporate-banner .container .row .left .titles div:before,
#corporate-banner .container .row .left .titles div:after {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#corporate-banner .container .row .left .titles .suptitle {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 24px;
  color: #c5c5c5;
  text-transform: uppercase;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  position: relative;
  -webkit-animation-name: heading-first-line;
          animation-name: heading-first-line;
}

#corporate-banner .container .row .left .titles .suptitle:before, #corporate-banner .container .row .left .titles .suptitle:after {
  content: ' ';
  background: url(../images/corporate/banner/items.png) -259px -151px no-repeat;
  width: 37px;
  height: 10px;
  position: absolute;
  top: 50%;
}

#corporate-banner .container .row .left .titles .suptitle:before {
  left: 0;
  -webkit-animation-name: heading-first-line-border-left;
          animation-name: heading-first-line-border-left;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}

#corporate-banner .container .row .left .titles .suptitle:after {
  right: 0;
  -webkit-animation-name: heading-first-line-border-right;
          animation-name: heading-first-line-border-right;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
}

#corporate-banner .container .row .left .titles .title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  -webkit-animation-name: heading-second-line;
          animation-name: heading-second-line;
}

#corporate-banner .container .row .left .titles .subtitle {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 18px;
  color: #c5c5c5;
  text-align: center;
  -webkit-animation-name: heading-third-line;
          animation-name: heading-third-line;
}

#corporate-banner .container .row .right {
  height: 100%;
}

#corporate-banner .container .row .right .think-outside {
  height: 100%;
  width: 455px;
  margin-left: auto;
  position: relative;
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
  -webkit-animation-name: think-outside;
          animation-name: think-outside;
}

#corporate-banner .container .row .right .think-outside span {
  display: block;
  position: absolute;
  background-image: url(../images/corporate/banner/items.png);
  background-repeat: no-repeat;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#corporate-banner .container .row .right .think-outside .box {
  width: 122px;
  height: 93px;
  background-position: -259px 0;
  top: 259px;
  left: 301px;
  -webkit-animation-name: box;
          animation-name: box;
}

#corporate-banner .container .row .right .think-outside .cloud-1 {
  width: 19px;
  height: 23px;
  background-position: -340px -95px;
  top: 215px;
  left: 352px;
  -webkit-animation-name: cloud-1;
          animation-name: cloud-1;
}

#corporate-banner .container .row .right .think-outside .cloud-2 {
  width: 31px;
  height: 33px;
  background-position: -309px -95px;
  top: 184px;
  left: 322px;
  -webkit-animation-name: cloud-2;
          animation-name: cloud-2;
}

#corporate-banner .container .row .right .think-outside .cloud-3 {
  width: 50px;
  height: 56px;
  background-position: -259px -95px;
  top: 142px;
  left: 272px;
  -webkit-animation-name: cloud-3;
          animation-name: cloud-3;
}

#corporate-banner .container .row .right .think-outside .bulb {
  width: 259px;
  height: 170px;
  background-position: 0 0;
  top: 61px;
  left: 0;
  -webkit-animation-name: bulb;
          animation-name: bulb;
}

#corporate-banner .container .row .right .think-outside .think {
  width: 88px;
  height: 40px;
  background-position: 0 -170px;
  top: 273px;
  left: 12px;
  -webkit-animation-name: think;
          animation-name: think;
}

#corporate-banner .container .row .right .think-outside .outside {
  width: 152px;
  height: 43px;
  background-position: -88px -170px;
  top: 329px;
  left: 36px;
  -webkit-animation-name: outside;
          animation-name: outside;
}

#corporate-banner .container .row .right .think-outside .the-box {
  width: 138px;
  height: 46px;
  background-position: -240px -170px;
  top: 379px;
  left: 55px;
  -webkit-animation-name: the-box;
          animation-name: the-box;
}

/*OFFER*/
#offer {
  background: #000;
  padding: 50px 0;
}

#offer .action-block .action-title {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  color: #fff;
}

#offer .action-block .action-title .email {
  width: 55px;
  height: 28px;
  background: url(../images/corporate/banner/items.png) -309px -141px no-repeat;
  display: inline-block;
  margin-left: 15px;
}

#number-one {
  padding-top: 100px;
}

#number-one .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 32px;
  text-align: center;
  color: #2a251e;
  text-transform: uppercase;
  margin-bottom: 50px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#number-one .title .word-rotator {
  background: #2d80a1;
  color: #fff;
  border: 0.2em solid #2d80a1;
  border-radius: 5px;
}

#number-one .text {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 50px;
  color: #475059;
}

#number-one .path-list {
  background: url(../images/corporate/path/bg.png) no-repeat center;
  background-size: contain;
  height: 375px;
  position: relative;
  padding-top: 100px;
  margin-bottom: 135px;
}

#number-one .path-list li {
  width: 128px;
  background: url(../images/corporate/path/frames.png) no-repeat left top;
  text-align: center;
  position: relative;
}

#number-one .path-list li .item-icon {
  padding-top: 6px;
  margin-bottom: 30px;
}

#number-one .path-list li .item-icon img {
  border-radius: 50%;
  width: 116px;
}

#number-one .path-list li .item-title {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

#number-one .path-list li:not(:last-child) {
  margin-right: 30px;
}

#number-one .path-list li:nth-child(1):before {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../images/corporate/path/icons.png) left center no-repeat;
  top: -80px;
}

#number-one .path-list li:last-child {
  width: 280px;
  background-position: -240px 0;
}

#number-one .path-list li:last-child .item-icon img {
  width: 268px;
}

#number-one .path-list li:last-child .item-title {
  font-family: OpenSans-Bold, sans-serif;
  color: #2d80a1;
}

#number-one .path-list li:last-child:before {
  content: '';
  display: block;
  position: absolute;
  width: 95px;
  height: 45px;
  background: url(../images/corporate/path/icons.png) right center no-repeat;
  top: 22px;
  left: -77px;
  -webkit-animation-name: clouds;
          animation-name: clouds;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#clients {
  padding: 85px 0 100px -0px;
}

#clients .container {
  height: 100%;
}

#clients .container .row {
  height: 100%;
}

#clients .container .row .left .title {
  font-family: Ubuntu-Regular, sans-serif;
  font-size: 20px;
  color: #2a251e;
  text-transform: uppercase;
}

#clients .container .row .left .title .word-rotator {
  font-family: Ubuntu-Bold, sans-serif;
}

#clients .container .row .left .subtitle {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  color: #2d80a1;
}

#clients .container .row .right .clients-slider {
  position: relative;
  width: 85%;
}

#clients .container .row .right .clients-slider .owl-dots {
  width: 15%;
  position: absolute;
  right: -15%;
  top: 0;
}

#clients .container .row .right .clients-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

#clients .container .row .right .clients-slider .owl-dots .owl-dot.active, #clients .container .row .right .clients-slider .owl-dots .owl-dot:hover {
  background: #0074ad;
}

/*PAGE HEADER*/
#page-header {
  position: relative;
  overflow: hidden;
}

#page-header .container {
  padding: 100px 0;
  height: 100%;
  overflow: hidden;
}

#page-header .schedule-icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#page-header .schedule-icons li {
  position: absolute;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#page-header .schedule-icons li:nth-child(1) {
  width: 40px;
  height: 40px;
  background: url(../images/schedule/header/1.png) no-repeat center;
  background-size: contain;
  top: 130px;
  left: 15px;
  -webkit-animation-name: schedule-header-1;
          animation-name: schedule-header-1;
}

#page-header .schedule-icons li:nth-child(2) {
  width: 187px;
  height: 187px;
  background: url(../images/schedule/header/2.png) no-repeat center;
  background-size: contain;
  left: 40px;
  bottom: -70px;
  -webkit-animation-name: schedule-header-2;
          animation-name: schedule-header-2;
}

#page-header .schedule-icons li:nth-child(3) {
  width: 55px;
  height: 27px;
  background: url(../images/schedule/header/3.png) no-repeat center;
  background-size: contain;
  right: 300px;
  bottom: 100px;
  -webkit-animation-name: schedule-header-3;
          animation-name: schedule-header-3;
}

#page-header .schedule-icons li:nth-child(4) {
  width: 29px;
  height: 36px;
  background: url(../images/schedule/header/4.png) no-repeat center;
  background-size: contain;
  right: 90px;
  bottom: 125px;
  -webkit-animation-name: schedule-header-4;
          animation-name: schedule-header-4;
}

#page-header .schedule-icons li:nth-child(5) {
  width: 58px;
  height: 75px;
  background: url(../images/schedule/header/5.png) no-repeat center;
  background-size: contain;
  right: 15px;
  bottom: -15px;
  -webkit-animation-name: schedule-header-5;
          animation-name: schedule-header-5;
}

#page-header.schedule .page-text {
  margin-bottom: 0;
}

/*BOOKING*/
#booking {
  padding: 150px 0 80px 0;
  background: url(../images/schedule/booking/bg.png) no-repeat center top;
  overflow: hidden;
}

#booking.result {
  padding: 100px 0;
}

#booking .level-block {
  width: 100%;
}

#booking .level-block .levels li {
  margin-bottom: 30px;
}

#booking .level-block .levels li .level-block {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
}

#booking .level-block .levels li .level-block span {
  display: block;
}

#booking .level-block .levels li .level-block .block-top {
  padding: 40px;
  border-bottom: 2px solid #e9e9e9;
}

#booking .level-block .levels li .level-block .block-top .top-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #2a251e;
  margin-bottom: 15px;
}

#booking .level-block .levels li .level-block .block-top .top-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #656565;
  text-align: center;
}

#booking .level-block .levels li .level-block .block-bottom {
  padding: 40px;
}

#booking .level-block .levels li .level-block .block-bottom .show-more {
  text-align: center;
}

#booking .level-block .levels li .level-block .block-bottom .show-more .button {
  padding: 17px 20px;
  font-size: 14px;
  border: 2px solid #656565;
  color: #656565;
  background: #fff;
  font-family: OpenSans-Bold, sans-serif;
}

#booking .level-block .levels li .level-block:hover {
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
  cursor: pointer;
}

#booking .level-block .levels li .level-block:hover .block-top .top-title {
  color: #be2d2d;
}

#booking .level-block .levels li .level-block:hover .block-bottom .show-more button {
  background: #be2d2d;
  color: #fff;
  border: 2px solid #be2d2d;
  -webkit-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
}

#booking .schedule-block {
  width: 100%;
  max-width: 100%;
  position: relative;
}

#booking .schedule-block .tabs-area {
  width: 100%;
  position: relative;
}

#booking .schedule-block .tabs-area .tab-line {
  height: 3px;
  width: 16.6%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #be2d2d;
  z-index: 2;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

#booking .schedule-block .tabs-area .level-tabs {
  width: 100%;
  border-bottom: 3px solid #e9e9e9;
  margin-bottom: 50px;
  position: relative;
}

#booking .schedule-block .tabs-area .level-tabs li {
  width: 16.6%;
}

#booking .schedule-block .tabs-area .level-tabs li a {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 16px;
  color: #999;
  padding: 15px 10px;
  text-align: center;
  display: block;
}

#booking .schedule-block .tabs-area .level-tabs li a:hover {
  color: #2a251e;
  -webkit-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
}

#booking .schedule-block .tabs-area .level-tabs li.active a {
  color: #be2d2d;
}

#booking .schedule-block .schedule-filters {
  margin-bottom: 50px;
}

#booking .schedule-block .schedule-filters .filter-item .bootstrap-select {
  width: 100%;
}

#booking .schedule-block .schedule-filters .filter-item.school-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected a {
  background-color: #be2d2d !important;
  background-image: url(../images/schedule/booking/filter/school-w.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 18px 18px;
}

#booking .schedule-block .schedule-filters .filter-item.school-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a {
  background-image: url(../images/schedule/booking/filter/school.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 18px 18px;
}

#booking .schedule-block .schedule-filters .filter-item.school-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a:active {
  background-color: #fff !important;
}

#booking .schedule-block .schedule-filters .filter-item.course-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected a {
  background-color: #be2d2d !important;
}

#booking .schedule-block .schedule-filters .filter-item.course-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected a.main-course {
  background-image: url(../images/schedule/booking/filter/main-course-w.svg) !important;
}

#booking .schedule-block .schedule-filters .filter-item.course-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected a.intensive-course {
  background-image: url(../images/schedule/booking/filter/intensive-w.svg) !important;
}

#booking .schedule-block .schedule-filters .filter-item.course-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a {
  background-image: url(../images/schedule/booking/filter/school.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 18px 18px;
}

#booking .schedule-block .schedule-filters .filter-item.course-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a:active {
  background-color: #fff !important;
}

#booking .schedule-block .schedule-filters .filter-item.course-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a.main-course {
  background-image: url(../images/schedule/booking/filter/main-course.svg) !important;
}

#booking .schedule-block .schedule-filters .filter-item.course-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a.intensive-course {
  background-image: url(../images/schedule/booking/filter/intensive.svg) !important;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected a {
  background-color: #be2d2d !important;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected.morning {
  background-image: url(../images/schedule/booking/filter/morning-w.svg) !important;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected.middle {
  background-image: url(../images/schedule/booking/filter/middle-w.svg) !important;
  background-size: 18px 24px;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected.evening {
  background-image: url(../images/schedule/booking/filter/evening-w.svg) !important;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a {
  background-image: url(../images/schedule/booking/filter/school.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 18px 18px;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a:active {
  background-color: #fff !important;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a.morning {
  background-image: url(../images/schedule/booking/filter/morning.svg) !important;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a.middle {
  background-image: url(../images/schedule/booking/filter/middle.svg) !important;
  background-size: 18px 24px;
}

#booking .schedule-block .schedule-filters .filter-item.time-filter .bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a.evening {
  background-image: url(../images/schedule/booking/filter/evening.svg) !important;
}

#booking .schedule-block .level-tabs-content > li {
  display: none;
}

#booking .schedule-block .level-tabs-content > li.show {
  display: block;
}

#booking .schedule-block .level-tabs-content > li.collapse {
  display: block;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li {
  margin-bottom: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-top {
  padding: 40px;
  border-bottom: 2px solid #e9e9e9;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-top .top-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 22px;
  text-align: center;
  color: #2a251e;
  margin-bottom: 15px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-top .top-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #656565;
  text-align: center;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom {
  padding: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .other-blocks {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  display: none;
  opacity: 0;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .other-blocks .info-list {
  margin-bottom: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list {
  margin-bottom: 15px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon.time {
  background: url(../images/schedule/booking/levels/info/icons/time.svg) no-repeat center;
  background-size: contain;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon.days {
  background: url(../images/schedule/booking/levels/info/icons/days.svg) no-repeat center;
  background-size: contain;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon.location {
  background: url(../images/schedule/booking/levels/info/icons/location.svg) no-repeat center;
  background-size: contain;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon.start {
  background: url(../images/schedule/booking/levels/info/icons/start.svg) no-repeat center;
  background-size: contain;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon.price {
  background: url(../images/schedule/booking/levels/info/icons/price.svg) no-repeat center;
  background-size: contain;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon.places {
  background: url(../images/schedule/booking/levels/info/icons/places.svg) no-repeat center;
  background-size: contain;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-icon.about {
  background: url(../images/schedule/booking/levels/info/icons/about.svg) no-repeat center;
  background-size: contain;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-label {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  color: #503357;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li .item-label a {
  color: #503357;
  border-bottom: 1px dashed;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .info-list > li:not(:last-child) {
  margin-bottom: 15px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .booking-button {
  text-align: center;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-bottom .show-more-button {
  margin-top: 30px;
  text-align: center;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .info-text {
  margin-bottom: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .info-text p {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #656565;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .info-text p:not(:last-child) {
  margin-bottom: 20px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .info-text p.help-result {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-order {
  padding: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-order .form-block {
  width: 100%;
  margin-bottom: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-order .form-block .form-input {
  width: 100%;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-order .form-block .form-input:not(:last-of-type) {
  margin-bottom: 15px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-order .form-block .form-input input,
#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-order .form-block .form-input textarea {
  width: 100%;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #656565;
  border-radius: 5px;
  padding: 15px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #cccccc;
  resize: none;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-order .form-button {
  text-align: center;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments {
  padding: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments .payments-list {
  margin-bottom: 30px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments .payments-list li:not(:last-child) {
  margin-bottom: 15px;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments .payments-list li a {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  color: #503357;
  margin-left: 35px;
  position: relative;
  border-bottom: 1px dashed;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments .payments-list li a:before {
  content: ' ';
  width: 20px;
  height: 20px;
  background: url(../images/schedule/booking/levels/info/icons/payment.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments .payments-list li a:hover {
  color: #be2d2d;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments .payments-list li a:hover:before {
  background: url(../images/schedule/booking/levels/info/icons/payment-hover.svg) no-repeat center;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li .schedule-block .block-payments .info-text {
  margin-bottom: 0;
}

#booking .schedule-block .level-tabs-content > li .level-schedules > li.last .schedule-block .block-bottom .info-list {
  margin-bottom: 30px;
}

#booking .booking-result {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
}

#booking .booking-result .result-header {
  padding: 30px;
  border-bottom: 2px solid #e9e9e9;
}

#booking .booking-result .result-header .title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 36px;
  color: #2a251e;
  text-align: center;
  margin-bottom: 15px;
}

#booking .booking-result .result-header .subtitle {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 18px;
  color: #2a251e;
  text-align: center;
}

#booking .booking-result .result-body {
  padding: 50px 30px;
  font-size: 14px;
  line-height: 24px;
  color: #2a251e;
}

#booking .booking-result .result-body .info-title {
  font-family: OpenSans-Bold, sans-serif;
  margin-bottom: 15px;
}

#booking .booking-result .result-body .info-text {
  margin-bottom: 50px;
}

#booking .booking-result .result-body .info-text p {
  font-family: OpenSans, sans-serif;
}

#booking .booking-result .result-body .info-text p:not(:last-of-type) {
  margin-bottom: 15px;
}

#booking .booking-result .result-body .questions {
  background: #f6f6fd;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 75px;
  border-radius: 5px;
}

#booking .booking-result .result-body .questions .questions-title {
  font-family: OpenSans, sans-serif;
  font-size: 20px;
  color: #2a251e;
}

#booking .booking-result .result-body .questions .contact-phone {
  margin-left: auto;
}

#booking .booking-result .result-body .questions .contact-phone a {
  font-family: OpenSans, sans-serif;
  font-size: 25px;
  color: #2a251e;
}

#booking .booking-result .result-body .questions .contact-phone a .link-text {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  display: block;
}

#booking .booking-result .result-body .questions .alternative {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid #eeecf0;
  border-radius: 50%;
  background: #fff;
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 18px;
  color: #503357;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

#booking .booking-result .result-body .socials-list {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#booking .booking-result .result-body .socials-list li {
  display: inline-block;
}

#booking .booking-result .result-body .socials-list li:not(:last-child) {
  margin-right: 15px;
}

#booking .booking-result .result-body .socials-list li a {
  width: 32px;
  height: 32px;
  display: inline-block;
}

#booking .booking-result .result-body .socials-list li a.facebook {
  background: url(../images/schedule/booking/socials/facebook.svg) no-repeat center;
  background-size: contain;
}

#booking .booking-result .result-body .socials-list li a.instagram {
  background: url(../images/schedule/booking/socials/instagram.svg) no-repeat center;
  background-size: contain;
}

#booking .booking-result .result-body .socials-list li a.chat {
  background: url(../images/schedule/booking/socials/chat.svg) no-repeat center;
  background-size: contain;
}

#booking .booking-result .result-body .socials-list li a.messenger {
  background: url(../images/schedule/booking/socials/messenger.svg) no-repeat center;
  background-size: contain;
}

#booking .booking-result .result-body .socials-list li a.viber {
  background: url(../images/schedule/booking/socials/viber.svg) no-repeat center;
  background-size: contain;
}

#booking .booking-result .result-body .socials-list li a.telegram {
  background: url(../images/schedule/booking/socials/telegram.svg) no-repeat center;
  background-size: contain;
}

#booking .booking-result .result-body .socials-list li a:hover {
  -webkit-animation-name: jump;
          animation-name: jump;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.tab-content .bootstrap-select {
  width: 100% !important;
}

.tab-content .bootstrap-select:not(:last-of-type) {
  margin-bottom: 30px;
}

.bootstrap-select:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle {
  position: relative;
  background: #fff;
  border-color: #cccccc !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding: 5px 15px;
  padding-right: 30px;
}

.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  color: #5f5f5f;
}

.bootstrap-select .dropdown-toggle:after {
  content: ' ';
  background: url(../images/common/select-menu.png) no-repeat center;
  width: 15px;
  height: 15px;
  border: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.bootstrap-select > .dropdown-menu {
  position: relative;
  margin-top: 15px;
  overflow: visible !important;
  border-color: #cccccc;
  padding: 5px 0;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected a {
  background-color: #be2d2d !important;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li.selected a .text {
  color: #fff;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a {
  padding: 10px 15px;
  border-radius: 0 !important;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a:active {
  background-color: #fff !important;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li a .text {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  color: #6a6a6a;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li:first-child a {
  background-color: #fff;
  background-image: url(../images/common/select-default.png) !important;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 15px 15px !important;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li:first-child.selected a {
  background-image: url(../images/common/select-default-w.png) !important;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 15px 15px !important;
}

.bootstrap-select > .dropdown-menu > .inner > ul.dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #e9e9e9;
}

.bootstrap-select > .dropdown-menu:before {
  content: '';
  position: absolute;
  right: 15px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9999;
}

.bootstrap-select > .dropdown-menu:after {
  content: '';
  position: absolute;
  right: 13px;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #cccccc transparent;
  z-index: 9998;
}

/*BLOG*/
#blog {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/prices/bg.png) no-repeat top center;
}

#blog .blog-types {
  margin-bottom: 100px;
}

#blog .blog-types li a {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
  color: #656565;
}

#blog .blog-types li.active a {
  color: #be2d2d;
  text-decoration: underline;
}

#blog .blog-types li:not(:last-child) {
  margin-right: 15px;
}

#blog .blog-posts {
  margin-bottom: 100px;
}

#blog .blog-posts li .post-block {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.2);
  width: 100%;
}

#blog .blog-posts li .post-block .block-image {
  min-width: 450px;
}

#blog .blog-posts li .post-block .block-image img {
  display: block;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

#blog .blog-posts li .post-block .block-info {
  padding: 29px 40px;
  margin: auto;
  width: 100%;
}

#blog .blog-posts li .post-block .block-info span {
  display: block;
}

#blog .blog-posts li .post-block .block-info .block-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 22px;
  color: #2a251e;
  margin-bottom: 30px;
}

#blog .blog-posts li .post-block .block-info .block-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  margin-bottom: 50px;
  text-align: justify;
}

#blog .blog-posts li .post-block .block-info .block-bottom {
  width: 100%;
}

#blog .blog-posts li .post-block .block-info .block-bottom .block-date {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
  color: #656565;
}

#blog .blog-posts li .post-block .block-info .block-bottom .block-more {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  color: #2a251e;
}

#blog .blog-posts li .post-block:hover {
  -webkit-box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease-in-out .33s;
  transition: all ease-in-out .33s;
}

#blog .blog-posts li .post-block:hover .block-info .block-title {
  color: #be2d2d;
}

#blog .blog-posts li .post-block:hover .block-info .block-bottom .block-more {
  color: #be2d2d;
}

#blog .blog-posts li:not(:last-child) {
  margin-bottom: 50px;
}

#blog .blog-pagination li a {
  display: block;
}

#blog .blog-pagination li span {
  width: 44px;
  height: 44px;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 16px;
  color: #939393;
  border-radius: 4px;
  border: 2px solid #e3e3e3;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

#blog .blog-pagination li span:hover {
  border-color: #000;
}

#blog .blog-pagination li.active span {
  background: #e3e3e3;
  color: #000;
}

#blog .blog-pagination li.active span:hover {
  border-color: #e3e3e3;
}

#blog .blog-pagination li:not(:last-child) {
  margin-right: 15px;
}

#blog .blog-pagination li.prev span:before {
  content: '<';
  display: inline-block;
}

#blog .blog-pagination li.next span:after {
  content: '>';
  display: inline-block;
}

/*CONTACTS*/
#contacts {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  background: url("../images/contacts/bg.png") no-repeat center top;
  background-size: contain;
}

#contacts .page-text {
  margin-bottom: 100px;
}

#contacts .get-address {
  cursor: pointer;
  width: 300px;
}

#contacts .get-address:not(.hidden) {
  padding: 15px;
}

#contacts .get-address.fixed {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 999;
}

#contacts .get-address .block-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #eeecf0;
  background: url(../images/contacts/close.svg) no-repeat center #fff;
  background-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#contacts .get-address .block-icon {
  margin-right: 15px;
}

#contacts .get-address .block-icon img {
  width: 32px;
  height: 29px;
}

#contacts .get-address .block-title {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  color: #475059;
  border-bottom: 1px dotted;
}

#contacts .get-address:hover .block-title {
  color: #be2d2d;
}

#contacts .get-address .block-form {
  width: 100%;
}

#contacts .get-address .block-form .form-input {
  width: 100%;
  margin-bottom: 30px;
}

#contacts .get-address .block-form .form-input input {
  width: 100%;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #656565;
  border-radius: 5px;
  padding: 15px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #cccccc;
  resize: none;
}

#contacts .get-address .block-form .form-button {
  width: 100%;
  text-align: center;
}

#contacts .get-address .block-form .form-button .button {
  display: inline-block;
}

#contacts .get-address .block-form .form-result {
  display: none;
}

#contacts .get-address .block-form .form-result .result-title {
  font-family: OpenSans-Bold, sans-serif;
  text-align: center;
  font-size: 18px;
  color: #2a251e;
  text-transform: uppercase;
}

#contacts .get-address .block-form.form-sended .form-input,
#contacts .get-address .block-form.form-sended .form-button {
  display: none;
}

#contacts .left .address {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 22px;
  color: #2a251e;
  margin-bottom: 50px;
}

#contacts .left .contacts-list {
  margin-bottom: 50px;
}

#contacts .left .contacts-list li,
#contacts .left .contacts-list a {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  color: #2a251e;
}

#contacts .left .contacts-list li a:hover {
  text-decoration: underline;
}

#contacts .left .contacts-list li:not(:last-child) {
  margin-bottom: 15px;
}

#contacts .left .socials-list {
  margin-bottom: 50px;
}

#contacts .left .socials-list li {
  display: inline-block;
}

#contacts .left .socials-list li:not(:last-child) {
  margin-right: 18px;
}

#contacts .left .socials-list li a {
  width: 32px;
  height: 32px;
  display: inline-block;
}

#contacts .left .socials-list li a.facebook {
  background: url(../images/contacts/socials/facebook.svg) no-repeat center;
  background-size: contain;
}

#contacts .left .socials-list li a.instagram {
  background: url(../images/contacts/socials/instagram.svg) no-repeat center;
  background-size: contain;
}

#contacts .left .socials-list li a.chat {
  background: url(../images/contacts/socials/chat.svg) no-repeat center;
  background-size: contain;
}

#contacts .left .socials-list li a.messenger {
  background: url(../images/contacts/socials/messenger.svg) no-repeat center;
  background-size: contain;
}

#contacts .left .socials-list li a.viber {
  background: url(../images/contacts/socials/viber.svg) no-repeat center;
  background-size: contain;
}

#contacts .left .socials-list li a.telegram {
  background: url(../images/contacts/socials/telegram.svg) no-repeat center;
  background-size: contain;
}

#contacts .left .socials-list li a:hover {
  -webkit-animation-name: jump;
          animation-name: jump;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#contacts .left .tabs {
  width: 100%;
  margin-bottom: 50px;
}

#contacts .left .tabs li {
  position: relative;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 13px;
  color: #656565;
  padding: 10px 15px;
  display: block;
  cursor: pointer;
  border: 1px solid #eeecf0;
  border-radius: 0.3rem;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  text-align: center;
}

#contacts .left .tabs li.active {
  color: #749ec6;
  border-color: #749ec6;
}

#contacts .left .tabs li:hover {
  border-color: #749ec6;
}

#contacts .left .tabs li:not(:last-child) {
  margin-right: 15px;
}

#contacts .right .contacts-tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#contacts .right .contacts-tabs-content .scheme {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#contacts .right .contacts-tabs-content .gmap {
  display: none;
  width: 100%;
  height: 100%;
}

#contacts .right .contacts-tabs-content .gmap #gmap {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

#contacts .right .contacts-tabs-content .photo {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*LEVELS*/
#levels {
  padding: 100px 0;
}

.levels-list > li {
  width: 100%;
}

.levels-list > li .level {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}

.levels-list > li .level .level-header {
  padding: 20px 40px;
}

.levels-list > li .level .level-header .level-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 22px;
  color: #2a251e;
  cursor: pointer;
}

.levels-list > li .level .level-header .level-title:after {
  content: ' ';
  width: 24px !important;
  height: 14px !important;
  background: url(../images/levels/arrow.svg) no-repeat center;
  background-size: 100%;
  display: inline-block !important;
  background-color: none !important;
  margin-left: 15px;
}

.levels-list > li .level .level-header .icons > li {
  width: 32px;
  height: 32px;
}

.levels-list > li .level .level-header .icons > li.result[data-result="10"] {
  background: url(../images/levels/10.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.result[data-result="30"] {
  background: url(../images/levels/30.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.result[data-result="45"] {
  background: url(../images/levels/45.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.result[data-result="60"] {
  background: url(../images/levels/60.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.result[data-result="80"] {
  background: url(../images/levels/80.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.result[data-result="100"] {
  background: url(../images/levels/100.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.time {
  background: url(../images/levels/time.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.words {
  background: url(../images/levels/words.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li.certificate {
  background: url(../images/levels/certificate.svg) no-repeat center;
  background-size: contain;
}

.levels-list > li .level .level-header .icons > li:not(:last-child) {
  margin-right: 15px;
}

.levels-list > li .level .level-header:hover .level-title {
  color: #be2d2d;
}

.levels-list > li .level .level-body {
  padding: 40px;
  display: none;
}

.levels-list > li .level .level-body .level-description {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  margin-bottom: 50px;
}

.levels-list > li .level .level-body .info-list > li .info-title {
  font-family: Ubuntu-Bold, sans-serif;
  font-size: 18px;
  color: #2a251e;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.levels-list > li .level .level-body .info-list > li .info-text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
}

.levels-list > li .level .level-body .info-list > li .sublist-block .show-more,
.levels-list > li .level .level-body .info-list > li .sublist-block .hide-more {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  text-decoration: underline;
  cursor: pointer;
}

.levels-list > li .level .level-body .info-list > li .sublist-block .hide-more {
  display: none;
}

.levels-list > li .level .level-body .info-list > li .sublist-block .info-sublist {
  display: none;
  padding-left: 20px;
  margin-bottom: 30px;
}

.levels-list > li .level .level-body .info-list > li .sublist-block .info-sublist > li {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
}

.levels-list > li .level .level-body .info-list > li .sublist-block.opened .show-more {
  display: none;
}

.levels-list > li .level .level-body .info-list > li .sublist-block.opened .hide-more {
  display: block;
}

.levels-list > li .level .level-body .info-list > li:not(:last-child) {
  margin-bottom: 50px;
}

.levels-list > li .level.active .level-header {
  border-bottom: 1px solid #e9e9e9;
}

.levels-list > li .level.active .level-header .level-title:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.levels-list > li .level:hover {
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow ease-in-out .5s;
  transition: -webkit-box-shadow ease-in-out .5s;
  transition: box-shadow ease-in-out .5s;
  transition: box-shadow ease-in-out .5s, -webkit-box-shadow ease-in-out .5s;
}

.levels-list > li:not(:last-child) {
  margin-bottom: 30px;
}

.tooltip,
.popover {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
}

.modal-backdrop.show {
  opacity: .9;
}

.owl-next,
.owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.owl-next {
  right: 0;
}

.owl-prev {
  left: 0;
}

.slide-arrow {
  background: #d61921;
  padding: 7px;
  border-radius: .25rem;
}

.slide-arrow i {
  color: #fff;
  font-size: 15px;
}

.slide-arrow:hover {
  background: #bf1119;
}

#gift-page {
  padding: 100px 0;
}

#gift-page .info-block {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 40px;
  margin-bottom: 100px;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

#gift-page .info-block .block-text {
  color: #656565;
  margin-bottom: 30px;
}

#gift-page .info-block .block-text strong {
  font-family: OpenSans-Bold, sans-serif;
}

#gift-page .buttons {
  margin-bottom: 15px;
}

#gift-page .buttons .button:last-of-type {
  margin-left: 30px;
}

#gift-page .wont-spam {
  display: block;
  font-family: OpenSans, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #919191;
}

#gift-page .form-confirm input[name="code"] {
  margin-top: 0;
  margin-bottom: 30px;
}

#gift-page .form-confirm .wont-spam {
  text-align: center;
}

#gift-page .form-success h2 {
  font-family: Ubuntu-Regular, sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}

#gift-page .form-success p {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
}

#gift-page .button-wrap {
  padding-top: 30px;
}

.standard-popup {
  display: none;
}

#gift-popup {
  padding: 40px;
}

#gift-popup h2 {
  font-family: Ubuntu-Regular, sans-serif;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 30px;
}

#gift-popup p {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #656565;
  margin-bottom: 30px;
}

#gift-popup ul {
  list-style: disc;
  padding-left: 20px;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #2a251e;
  margin-bottom: 50px;
}

#gift-popup .buttons {
  margin-bottom: 15px;
}

#gift-popup .buttons .button:last-of-type {
  margin-left: 30px;
}
/*# sourceMappingURL=style.css.map */