body {
  font-family: "Proxima Nova", 'sans-serif';
  font-size: 15px;
  line-height: 1.3;
  color: #242327;
  font-weight: 400;
  margin: 0;
  background: #FFF;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.4;
  }
}
.wrapper {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper > header,
.wrapper > footer,
.wrapper > section,
.wrapper > div {
  min-width: 100%;
}
.wrapper > section,
.wrapper > div {
  flex-grow: 1;
}
.container {
  position: relative;
  max-width: 1170px;
}
a {
  color: #242327;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
img {
  max-width: 100%;
  max-height: 100%;
}
svg {
  width: 100%;
  height: auto;
}
path,
polygon,
rect {
  transition: 0.3s;
}
a,
input,
button {
  transition: all 0.3s ease-in-out;
}
a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
  outline: none !important;
}
figure {
  margin: 0;
}
.strike {
  text-decoration: line-through;
}
p.min,
h6.min {
  font-size: 12px;
}
p.big,
h6.big {
  font-size: 18px;
}
@media (max-width: 767px) {
  p.big,
  h6.big {
    font-size: 16px;
  }
}
.min-title,
h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .min-title,
  h3 {
    font-size: 18px;
  }
}
.title,
h2 {
  font-weight: 700;
  font-size: 38px;
}
@media (max-width: 767px) {
  .title,
  h2 {
    font-size: 26px;
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.min-title {
  margin: 0;
  position: relative;
  z-index: 2;
}
.order {
  position: relative;
  z-index: 2;
}
.order a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.order a,
.order button {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 3;
  min-height: 49px;
  min-width: 220px;
  background-color: #209d92;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.order a:hover,
.order button:hover {
  background-color: #1a8178;
}
.order a.yellow,
.order button.yellow {
  background-color: #e9b301;
}
.order a.yellow:hover,
.order button.yellow:hover {
  background-color: #d8a601;
}
.order a.red,
.order button.red {
  background-color: #dd0000;
}
.order a.red:hover,
.order button.red:hover {
  background-color: #9f0000;
}
@media (max-width: 767px) {
  .order a,
  .order button {
    font-size: 12px;
    padding: 10px;
    min-width: 150px;
  }
}
.red {
  color: #ff0000;
}
.yellow {
  color: #e9b301;
}
.green {
  color: #209d92;
}
.bold {
  font-weight: 700;
}
form ::-webkit-input-placeholder {
  color: #999;
}
form ::-moz-placeholder {
  color: #999;
}
form :-moz-placeholder {
  color: #999;
}
form :-ms-input-placeholder {
  color: #999;
}
form label.error {
  display: none !important;
}
form input,
form select,
form textarea {
  border-radius: 2px;
  border: 1px solid transparent;
  color: #fff;
  width: 100%;
  outline: none;
  font-size: 18px;
  background-color: #ededed;
}
form input:focus,
form select:focus,
form textarea:focus {
  border-color: #3d3d3d;
}
form input.error,
form select.error,
form textarea.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
form input {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
form select {
  height: 60px;
  padding: 0 20px;
}
form textarea {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  form input,
  form textarea,
  form select {
    font-size: 16px;
  }
}
.hidd {
  padding: 1px 0 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.page-404 {
  min-height: 100vh;
}
.page-404 .info {
  text-align: center;
}
.page-404 .t1 {
  font-size: 10em;
}
.page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-404 .t3 {
  font-size: 0.9em;
}
.for-clock p {
  margin: 0 0 15px;
}
.clock.simple {
  font-size: 40px;
}
.clock.simple-dots .countdown-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  justify-content: center;
}
.clock.simple-dots .countdown-row .countdown-section {
  position: relative;
  width: 60px;
  text-align: center;
}
.clock.simple-dots .countdown-row .countdown-section:not(:last-of-type) {
  margin-right: 6px;
}
.clock.simple-dots .countdown-row .countdown-section:not(:last-of-type):before {
  position: absolute;
  content: ":";
  left: 100%;
  top: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  color: #000000;
}
.clock.simple-dots .countdown-row .countdown-section span {
  display: block;
  color: #000000;
}
.clock.simple-dots .countdown-row .countdown-section span.countdown-amount {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}
.clock.simple-dots .countdown-row .countdown-section span.countdown-period {
  font-size: 14px;
  line-height: 1;
  margin: 10px 0 0 0;
}
.on-end {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  z-index: 10001;
  display: none;
}
.on-end.active {
  display: block;
}
.for-humb {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  z-index: 101;
  position: relative;
  cursor: pointer;
  padding: 9px 10px 10px 10px;
  background: #fff;
}
.for-humb:hover p {
  color: #ff0000;
}
.for-humb .humb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 18px;
  height: 13px;
  margin: 0 15px 0 0;
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
}
.for-humb .humb div {
  height: 1px;
  background: #242327;
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .for-humb .humb {
    width: 50px;
    height: 41px;
    padding: 11px 9px;
  }
}
.for-humb p {
  transition: 0.3s;
  padding: 2px 0 0 0;
}
@media (max-width: 767px) {
  .for-humb {
    padding: 0;
  }
  .for-humb .humb {
    margin: 0;
  }
  .for-humb p {
    display: none;
  }
}
.menu {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 18px rgba(75,75,75,0.11);
  background-color: #ffffff;
  padding: 60px 30px 30px 25px;
  width: 245px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.menu.active {
  opacity: 1;
  visibility: visible;
}
.menu>.link>a.active:before {
  opacity: 1;
}
.menu>.link>a.active:after {
  border-color: #ff0000 !important;
}
.menu>.link.show>a:after {
  border-color: #f89170 !important;
}
.menu .link:not(:last-of-type) {
  margin-bottom: 10px;
}
.menu .link.show>a {
  color: #ff0000;
}
.menu .link a {
  color: #242327;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 25px;
  box-shadow: none;
  outline: none;
}
.menu .link a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff0000;
  opacity: 0;
  transition: 0.3s;
}
.menu .link a:hover,
.menu .link a.active {
  color: #ff0000;
}
.menu .link a:hover:before,
.menu .link a.active:before {
  opacity: 1;
}
.menu .link.dropdown>a:after {
  position: absolute;
  content: "";
  left: calc(100% + 5px);
  top: 7px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-color: #ff0000;
  border-bottom-style: solid;
  border-left-style: solid;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.menu .link.dropdown.show>a:after {
  transform: rotate(-225deg);
  top: 12px;
}
.menu .link .dropdown-menu {
  margin: 10px 0 10px 0;
  padding: 0 0 0 25px;
  background: none;
  border: none;
  box-shadow: none;
  position: relative !important;
  left: initial !important;
  bottom: initial !important;
  top: initial !important;
  right: initial !important;
  transform: none !important;
}
@media (max-width: 767px) {
  .menu {
    right: 0;
    left: initial;
  }
}
hr {
  position: relative;
}
hr.line {
  height: 1px;
  background-color: #ffffff;
  margin: 0;
  border: none;
  width: 100%;
}
hr.line:before {
  position: absolute;
  content: '';
  height: 3px;
  left: 0;
  bottom: -1px;
  width: 50px;
}
hr.big:before {
  width: 100px;
}
@media (max-width: 767px) {
  hr.big:before {
    width: 50px;
  }
}
hr.gray {
  background-color: #dcdce1;
}
hr.l-red:before {
  background: #ff0000;
}
hr.l-green:before {
  background: #209d92;
}
hr.l-yellow:before {
  background: #e9b301;
}
.bord-block {
  transition: 0.7s;
  border: 1px solid transparent;
  position: relative;
}
.bord-block:hover {
  background: none !important;
  border-color: #8a8a9a;
}
.bord-block.b-line:before {
  position: absolute;
  content: '';
  height: 3px;
  left: 25px;
  bottom: -1px;
  background: #ff0000;
  transition: 0.5s;
  opacity: 0;
  width: 0;
}
.bord-block.b-line:hover:before {
  width: 50px;
  opacity: 1;
}
.list p {
  padding: 0 0 0 30px;
}
.list p:not(:last-of-type) {
  margin-bottom: 20px;
}
.list p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.3em;
}
.list.t-red p:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff0000;
}
.list.t-yellow p:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #e9b301;
}
.list.t-green p:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #209d92;
}
.ok-list p {
  padding: 0 0 0 35px;
}
.ok-list p:not(:last-of-type) {
  margin-bottom: 20px;
}
.ok-list p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.2em;
  width: 12px;
  height: 10px;
  background: url(../images/tick-sign.svg) no-repeat center / contain;
}
@media (max-width: 767px) {
  .ok-list p {
    padding: 0 0 0 20px;
  }
}
.price-block {
  margin: auto;
  padding: 0 25px;
}
.price-block .labe {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 10px;
  background: #fb5262;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.price-block.vip {
  border-color: #fb5262;
}
.price-block>div p,
.price-block>div div {
  transition: 0.5s;
}
.price-block:hover .cb-top {
  color: #e9b301;
}
.price-block:hover .cb-bottom .price {
  color: #ff0000;
}
.price-block:hover .cb-bottom .order a {
  background: #e9b301;
}
.price-block:hover .cb-bottom .order a:hover {
  background: #d8a601;
}
.price-block .cb-top {
  padding: 35px 0 0 0;
}
.price-block .cb-top .min-title {
  margin: 10px 0 0 0;
}
.price-block .cb-middle {
  margin: 27px 0 20px 0;
}
.price-block .cb-middle .text {
  margin: 0 0 20px 0;
}
.price-block .cb-middle p {
  color: #8a8a9a;
}
.price-block .cb-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.price-block .cb-bottom * {
  width: 100%;
}
.price-block .cb-bottom .price {
  color: #209d92;
  font-size: 30px;
  font-weight: 700;
}
.price-block .cb-bottom .order {
  text-align: center;
  margin: 30px 0 0 0;
}
.price-block .cb-bottom .order a {
  min-width: 150px;
  max-width: 150px;
  min-height: 40px;
  background-color: #8a8a9a;
}
.c-mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.c-bottom>div {
  width: 100%;
}
.c-bottom .cb-middle {
  margin-top: auto;
}
.cb-5 .cbb-2 {
  margin: 65px 0 0 0;
}
.slider {
  position: relative;
}
.slider .swiper-button div {
  width: 22px;
  margin-top: -45px;
  outline: none;
  box-shadow: none;
}
.slider .swiper-button div:after {
  color: #209d92;
  transition: 0.3s;
}
.slider .swiper-button div:hover path {
  fill: #00aeef;
}
.slider .swiper-button div:hover:after {
  color: #e9b301;
}
@media (max-width: 767px) {
  .slider {
    padding: 0 30px;
  }
  .slider .swiper-button div {
    width: 18px;
    margin-top: -30px;
  }
  .slider .swiper-button .swiper-button-next {
    right: 0;
  }
  .slider .swiper-button .swiper-button-prev {
    left: 0;
  }
}
.slider .carousel-indicators {
  position: relative;
  left: initial;
  bottom: initial;
  margin: 30px 0 0 0;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.slider .carousel-indicators li {
  width: 7px;
  height: 7px;
  background-color: #8a8a9a;
  opacity: 0.5;
  transition: 0.3s;
  border-radius: 50%;
}
.slider .carousel-indicators li:not(:last-of-type) {
  margin-right: 15px;
}
.slider .carousel-indicators li.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .slider .carousel-indicators li {
    width: 4px;
    height: 4px;
  }
  .slider .carousel-indicators li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.header {
  position: absolute;
  z-index: 1000;
  padding: 25px 0;
}
.header .logo img {
  width: 210px;
}
.header .languages {
  width: 100px;
  margin: 0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-shadow: 0 0 18px rgba(75,75,75,0.11);
  background-color: #ffffff;
  align-items: center;
}
.header .languages .divider {
  background: #dcdce1;
  width: 1px;
  height: 25px;
}
.header .languages a {
  height: 40px;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.header .languages a.active {
  text-decoration: none;
}
.header .languages a.active {
  color: #ff0000;
}
@media (max-width: 767px) {
  .header {
    padding: 0;
    background: #fff;
  }
  .header .languages {
    margin: 0;
  }
}
.main {
  padding: 215px 0 115px 0;
  background: url(../images/main-bg.jpg) no-repeat center top / cover;
}
.main h1 {
  font-size: 54px;
}
.main hr {
  margin: 55px 0 65px 0;
  max-width: 700px;
}
.main .mm-1 {
  padding: 0 0 0 28px;
  margin: 0 0 70px 0;
}
.main .mm-1:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ff0000;
  border-width: 5px 0 5px 8px;
  left: 0;
  top: 0.3em;
  position: absolute;
  content: '';
}
@media (max-width: 767px) {
  .main .mm-1:before {
    border-width: 4px 0 4px 6px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main {
    padding: 165px 0 75px 0;
  }
  .main h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 80px 0 40px 0;
    background-image: url(../images/main-bg-mob.jpg);
    background-position: center top 45px;
  }
  .main .logo {
    margin: 0 0 105px 0;
    width: 125px;
  }
  .main h1 {
    font-size: 30px;
    max-width: 270px;
  }
  .main hr {
    margin: 35px 0;
  }
  .main .mm-1 {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
  }
  .main .order a {
    width: 100%;
  }
}
.category {
  padding: 130px 0 130px 0;
}
.category .cat-block:not(:last-of-type) {
  margin-bottom: 100px;
}
.category hgroup {
  text-align: center;
}
.category hgroup p,
.category hgroup h6 {
  color: #8a8a9a;
  margin: 19px 0 0 0;
}
.category hr {
  margin: 30px auto 50px;
  max-width: 550px;
}
.category hr:before {
  right: 0;
  margin: auto;
  width: 75px;
}
.category .c-inn:not(:last-of-type) {
  margin-bottom: 40px;
}
.category .c-inn .tit {
  margin: 0 0 35px 0;
}
.category .c-right {
  box-shadow: 0 0 18px rgba(138,138,154,0.3);
  background-color: #ffffff;
  padding: 60px 30px;
  text-align: center;
  max-width: 520px;
  margin: auto;
}
.category .c-right .slider,
.category .c-right .pic {
  margin: 0 0 30px 0;
}
.category .c-right .pic {
  height: 215px;
}
.category .c-right .slidy {
  height: 215px;
}
.category .c-right .text p:not(:last-of-type) {
  margin-bottom: 15px;
}
.category .c-right .info {
  color: #8a8a9a;
  margin: 34px 0 0 0;
  font-style: italic;
}
.category .c-right .order {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category .c-right {
    padding: 40px 20px;
  }
  .category .c-right .slider,
  .category .c-right .pic {
    margin: 0 0 20px 0;
  }
  .category .c-right .slidy {
    height: 20vw;
  }
}
@media (max-width: 767px) {
  .category {
    padding: 60px 0 70px 0;
  }
  .category hr {
    margin: 25px auto 40px;
  }
  .category hr:before {
    width: 55px;
  }
  .category .c-inn .tit {
    margin: 0 0 30px 0;
  }
  .category .c-inn:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .category .cat-block:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .category .c-left {
    margin: 0 0 40px 0;
  }
  .category .c-right {
    padding: 40px 20px;
  }
  .category .c-right .slider,
  .category .c-right .pic {
    margin: 0 0 20px 0;
  }
  .category .c-right .slidy {
    height: 30vw;
  }
}
.lost {
  background-color: #f6f7fb;
  padding: 90px 0 0 0;
}
.lost h2 {
  text-align: center;
  margin: 0 0 75px 0;
}
.lost .l-left .tit {
  margin: 0 0 45px 0;
}
.lost .l-right {
  padding: 45px 30px 50px 45px;
  background: url(../images/less-img.jpg) no-repeat center / cover;
  box-shadow: 0 0 29px rgba(138,138,154,0.83);
}
.lost .l-right p,
.lost .l-right div {
  color: #fff;
}
.lost .l-right .l-row:not(:last-of-type) {
  margin-bottom: 50px;
}
.lost .l-right .icon {
  width: 24px;
}
.lost .l-right .tit {
  margin: 15px 0 15px 0;
}
@media (max-width: 767px) {
  .lost {
    padding: 65px 0 0 0;
  }
  .lost h2 {
    margin: 0 0 35px 0;
  }
  .lost .l-left {
    margin: 0 0 50px 0;
  }
  .lost .l-left .tit {
    margin: 0 0 35px 0;
  }
  .lost .l-right {
    padding: 45px 30px 40px 35px;
    margin: 0 -15px 0 0;
  }
}
.driver {
  padding: 150px 0 130px 0;
  background-color: #f6f7fb;
}
.driver .dd-block {
  margin: 50px auto 0;
  max-width: 205px;
  padding: 34px 30px 35px 25px;
  background-color: #ffffff;
}
.driver .dd-block:hover .icon path,
.driver .dd-block:hover .icon polygon,
.driver .dd-block:hover .icon rect {
  fill: #ff0000;
}
.driver .dd-block .icon {
  width: 50px;
  height: 50px;
  margin: 0 0 35px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.driver .d-bottom {
  margin: 75px 0 0 0;
  text-align: center;
}
.driver .d-bottom p {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .driver {
    padding: 80px 0 70px 0;
  }
  .driver .dd-block {
    margin: 30px auto 0;
    max-width: 230px;
  }
  .driver .dd-block p {
    font-size: 15px;
  }
  .driver .d-bottom {
    margin: 60px 0 0 0;
  }
}
.infos {
  padding: 75px 0;
  background: url(../images/i-bg.jpg) no-repeat center / cover;
}
.infos .i-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 175px;
  max-width: 430px;
  padding: 30px;
  margin: auto;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.5s;
}
.infos .i-block:hover {
  transform: translateY(-10px);
}
.infos .i-block .icon {
  width: 45px;
  margin: 0 40px 0 0;
}
.infos .i-block p {
  color: #fff;
  flex: 1;
}
.infos .i-1 {
  border-color: #e9b301;
}
.infos .i-2 {
  border-color: #209d92;
}
@media (max-width: 767px) {
  .infos {
    padding: 65px 0;
  }
  .infos .i-block .icon {
    width: 30px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 575px) {
  .infos .i-1 {
    margin-bottom: 55px;
  }
}
.courses {
  padding: 150px 0 120px 0;
  text-align: center;
}
.courses .price-block {
  max-width: 260px;
  margin: 50px auto 0;
  background: #f6f7fb;
}
@media (max-width: 767px) {
  .courses {
    padding: 80px 0 80px 0;
  }
  .courses .price-block {
    margin: 30px auto 0;
  }
}
.more-lessons {
  padding: 95px 0 95px 0;
  text-align: center;
  background-color: #f6f7fb;
}
.more-lessons .m-row>.row>div:first-of-type {
  border-right: 1px solid #dcdce1;
}
.more-lessons .m-inner {
  max-width: 500px;
  margin: auto;
}
.more-lessons .price-block {
  max-width: 230px;
  margin: 45px auto 0;
  background: #fff;
}
.more-lessons .info {
  color: #8a8a9a;
  margin: 32px 0 0 0;
}
@media (max-width: 1199px) {
  .more-lessons {
    padding: 65px 0 65px 0;
  }
  .more-lessons .m-row>.row>div:first-of-type {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-right: 0;
    border-bottom: 1px solid #dcdce1;
  }
}
.way {
  padding: 85px 0 85px 0;
  background: url(../images/way-bg.jpg) no-repeat center / cover;
}
.way .for-title h2 {
  color: #fff;
}
.way .for-title div,
.way .for-title p {
  color: #fff;
}
.way .for-title .line {
  margin: 40px 0 45px 0;
}
.way .for-title .line:before {
  width: 50px;
}
.way .for-title p {
  padding: 0 0 0 25px;
}
.way .for-title p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ff0000;
  border-width: 5px 0 5px 8px;
  left: 0;
  top: 0.3em;
}
@media (max-width: 767px) {
  .way .for-title p:before {
    border-width: 4px 0 4px 6px;
  }
}
.way .w-block {
  max-width: 340px;
  height: 145px;
  padding: 35px;
  margin: auto;
  box-shadow: 0 0 18px rgba(75,75,75,0.11);
  border: 1px solid transparent;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.way .w-block:hover {
  transform: translateY(-10px);
}
.way .w-block .icon {
  width: 45px;
  margin: 0 30px 0 0;
}
.way .w-block p {
  color: #fff;
  flex: 1;
}
.way .w-1 {
  border-color: #e9b301;
}
.way .w-2 {
  border-color: #209d92;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .way .w-block {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .way {
    padding: 65px 0;
  }
  .way .for-title .line {
    margin: 35px 0 35px 0;
  }
  .way .w-block {
    height: 100px;
    padding: 20px;
    margin: 40px auto 0;
  }
  .way .w-block .icon {
    width: 30px;
    margin: 0 20px 0 0;
  }
}
.graphic {
  padding: 130px 0 100px 0;
}
.graphic .for-table {
  margin: 55px 0 0 0;
  border-left: 1px solid #dcdce1;
  border-top: 1px solid #dcdce1;
}
.graphic .for-table .t-head {
  border-bottom: 1px solid #dcdce1;
  border-right: 1px solid #dcdce1;
  text-align: center;
}
.graphic .for-table .row {
  margin: 0;
}
.graphic .for-table .col-block {
  border-right: 1px solid #dcdce1;
  border-bottom: 1px solid #dcdce1;
  width: 14.285%;
  padding: 0;
}
.graphic .for-table .g-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 15px;
}
.graphic .for-table .g-block.color {
  color: #fff;
}
.graphic .for-table .g-block.greens {
  background-color: #209d92;
}
.graphic .for-table .g-block.reds {
  background-color: #dd0000;
}
.graphic .for-table .g-block .day {
  width: 20px;
  margin: 0 10px 0 0;
}
.graphic .info-bottom {
  margin: 40px 0 0 0;
}
.graphic .info-bottom .i-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.graphic .info-bottom .i-block .icon {
  width: 12px;
  height: 12px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}
.graphic .info-bottom .i-block .icon.reds {
  background-color: #dd0000;
}
.graphic .info-bottom .i-block .icon.greens {
  background-color: #209d92;
}
@media (min-width: 768px) {
  .graphic .d-md-block {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .graphic .for-table {
    margin: 50px 0 0 0;
  }
  .graphic .for-table .g-block {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .graphic {
    padding: 70px 0 40px 0;
  }
  .graphic .for-table {
    overflow-y: scroll;
    margin: 30px 0 0 0;
  }
  .graphic .for-table .g-block {
    padding: 5px;
  }
  .graphic .table-inner {
    min-width: 600px;
    font-size: 12px;
  }
}
.why {
  padding: 125px 0 100px 0;
}
.why .w-block {
  margin: 55px auto 0;
  padding: 30px;
  max-width: 315px;
  background: #f6f7fb;
}
.why .w-block:hover .icon path,
.why .w-block:hover .icon polygon,
.why .w-block:hover .icon rect {
  fill: #ff0000;
}
.why .w-block .icon {
  height: 48px;
  width: 52px;
  margin: 0 0 30px 0;
}
.why .order {
  margin: 55px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .why {
    padding: 40px 0 60px 0;
  }
  .why .w-block {
    margin: 30px auto 0;
  }
  .why .w-block p {
    font-size: 15px;
  }
}
.rules {
  padding: 95px 0 60px 0;
  background: url(../images/rules-bg.jpg) no-repeat center top / cover;
}
.rules .r-block {
  max-width: 555px;
}
.rules hr {
  margin: 35px 0 55px 0;
}
.rules .text p:not(:last-of-type) {
  margin-bottom: 19px;
}
.rules .order {
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .rules {
    padding-top: 60px;
    background-position: right bottom;
  }
  .rules hr {
    margin: 35px 0 40px 0;
  }
  .rules .order {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 575px) {
  .rules {
    padding: 50px 0 350px 0;
    background-image: url(../images/rules-bg-mob.jpg);
    background-position: center bottom;
  }
  .rules .container {
    max-width: 340px;
  }
}
.feeds {
  padding: 130px 0 95px 0;
  text-align: center;
}
.feeds .slider {
  padding: 0 65px;
  margin: 55px 0 55px 0;
}
.feeds .slider .swiper-screens {
  padding: 15px 25px;
}
.feeds .slider .slide:hover a {
  box-shadow: 6px 7px 19px 2px rgba(160,164,191,0.5);
}
.feeds .slider .slide a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  height: 540px;
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: auto;
}
.feeds .slider .slide a img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .feeds {
    padding: 70px 0 65px 0;
  }
  .feeds .slider {
    padding: 0 30px;
    margin: 40px 0 45px 0;
  }
  .feeds .slider .swiper-screens {
    padding: 0;
  }
  .feeds .slider .slide a {
    height: auto;
  }
}
.sign {
  padding: 120px 0 110px 0;
  background: url(../images/sign-bg.jpg) no-repeat center top / cover;
}
.sign .s-block {
  max-width: 540px;
}
.sign .line {
  margin: 60px 0 55px 0;
}
.sign .order {
  margin: 70px 0 0 0;
}
@media (max-width: 767px) {
  .sign {
    padding: 65px 0;
  }
  .sign .line {
    margin: 50px 0;
  }
  .sign .order {
    margin: 55px 0 0 0;
  }
  .sign .list {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .sign {
    padding: 60px 0 350px 0;
    background-image: url(../images/sign-bg-mob.jpg);
    background-position: center bottom;
  }
  .sign .container {
    max-width: 340px;
  }
}
.contacts {
  padding: 95px 0 120px 0;
}
.contacts .c-block {
  margin: 55px auto 0;
  padding: 30px 25px;
  background: #f6f7fb;
  max-width: 205px;
}
.contacts .c-block:hover .icon path {
  fill: #ff0000;
}
.contacts .c-block .icon {
  width: 38px;
  height: 40px;
}
.contacts .c-block .tit {
  margin: 35px 0 33px 0;
}
.contacts .c-block .text p:not(:last-of-type) {
  margin-bottom: 5px;
}
.contacts .c-block .social {
  margin: 32px 0 0 0;
}
.contacts .c-block .social a {
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts .c-block .social a:not(:last-of-type) {
  margin-right: 10px;
}
.contacts .c-block .info {
  color: #8a8a9a;
  font-style: italic;
  margin: 35px 0 0 0;
}
@media (max-width: 767px) {
  .contacts {
    padding: 75px 0 60px 0;
  }
  .contacts .c-block {
    margin: 30px auto 0;
  }
}
.reviews {
  background: #f6f7fb;
  padding: 50px 0;
}
.reviews .t1 {
  margin: 0 0 40px;
}
.reviews .carousel {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  position: relative;
}
.reviews .carousel .carousel-inner {
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #222;
}
.reviews .carousel .car-control {
  position: absolute;
  width: 20px;
  display: inline-block;
  top: 50%;
  margin-top: -15px;
  color: #209D92;
  font-size: 18px;
}
.reviews .carousel .car-control svg {
  height: 15px;
}
.reviews .carousel .car-control.prev {
  left: 0;
}
.reviews .carousel .car-control.next {
  right: 0;
}
.reviews .controls {
  text-align: center;
  margin: 30px 0 0;
}
.footer {
  background-color: #242327;
  padding: 40px 0 35px 0;
}
.footer a,
.footer p {
  color: #fff;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #ff0000;
}
.footer hr {
  border: none;
  height: 1px;
  background: #fff;
  margin: 45px 0 35px 0;
}
.footer .logo {
  width: 185px;
  margin: 0 0 50px 0;
}
.footer .links {
  column-count: 2;
  margin: 40px 0 0 0;
}
.footer .links .link:not(:last-of-type) {
  margin-bottom: 13px;
}
.footer .links a {
  display: table;
  position: relative;
  display: block;
}
.footer .links a:before {
  position: absolute;
  content: '';
  left: -20px;
  top: 0.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff0000;
  opacity: 0;
  transition: 0.3s;
}
.footer .links a:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .footer {
    padding: 35px 0;
  }
  .footer .logo {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .footer {
    text-align: center;
  }
  .footer .logo {
    margin: 0 auto 25px;
  }
  .footer .links {
    column-count: 1;
    margin: 25px 0 0 0;
  }
  .footer .links .link:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .footer .links .link a:before {
    display: none;
  }
  .footer .fb-1 {
    border-bottom: 1px solid #dcdce1;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.policy-inner {
  padding: 50px 0;
}
.policy-inner .text {
  margin: 30px 0 0 0;
}
.policy-inner .text p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .policy-inner {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  body.modal-open {
    overflow: hidden;
  }
  body.modal-open .wrapper {
    display: none;
  }
}
