@charset "UTF-8";


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

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

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

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


* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

a {
  color: #EB0000;
  text-decoration: none;
  -webkit-transition: color 0.2s, background 0.2s, border 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, background 0.2s, border 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: color 0.2s, background 0.2s, border 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background 0.2s, border 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background 0.2s, border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s; }
  a:hover {
    color: #333333;
    text-decoration: underline; }
  a:focus {
    text-decoration: none; }

button {
  -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
  -o-transition: color 0.2s, background 0.2s, border 0.2s;
  transition: color 0.2s, background 0.2s, border 0.2s; }

*:focus, *:active, * {
  outline: none !important; }

*::-moz-selection {
  background: rgba(239, 219, 178, 0.4); }

*::selection {
  background: rgba(239, 219, 178, 0.4); }

body {
  font-size: 14px;
  font-family: "NovaPoshta", sans-serif;
  line-height: 1.5;
  color: #000;
  background: #fff;
  padding: 0; }
  body.menu-active {
    overflow: hidden; }
    body.menu-active main.main:after, body.menu-active .main-footer:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 80; }
  body:not(.home) {
    background: #F4F9F9; }

body, html {
  height: 100%; }

#wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100%; }

.half-content {
  float: right; }

@media (min-width: 576px) {
  .container {
    max-width: none; }
  .half-content {
    width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 735px; }
  .half-content {
    width: 352px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .half-content {
    width: 465px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .half-content {
    width: 570px; } }

/**/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  margin-top: 0px;
  margin-bottom: 1.5em;
  color: #000; }

h1, .h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4em;
  text-transform: uppercase; }

h2, .h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px; }

h3, .h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px; }

h4, .h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; }

.block-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px; }

iframe {
  display: block; }

/* table */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0 15px; }

table th {
  padding: 5px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3em; }

table td {
  padding: 0px 5px;
  font-size: 12px;
  border: 1px solid black;
}

/* button */
.btn {
  display: inline-block;
  padding: 14px 40px;
  min-width: 159px;
  margin: 0px;
  color: #fff;
  background-color: #EB0000;
  border: 1px solid #EB0000;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  font-family: "NovaPoshta", sans-serif;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  vertical-align: top; }
  .btn:hover {
    color: #fff;
    background: #B00606;
    border-color: #B00606; }
  .btn:active {
    color: rgba(255, 255, 255, 0.5); }
  .btn.btn-dark {
    background: #333333;
    border-color: #fff; }
    .btn.btn-dark:hover {
      color: #fff;
      background: #EB0000; }
  .btn.btn-light {
    background: #fff;
    border-color: #fff;
    color: #EB0000; }
    .btn.btn-light:hover {
      color: #fff;
      background: #000;
      border-color: #000; }
    .btn.btn-light:active {
      color: rgba(255, 255, 255, 0.5) !important;
      background: #000 !important;
      border-color: #000 !important; }
  .btn.btn-sm {
    padding: 10px 40px;
    font-size: 14px; }
    .btn.btn-sm:before {
      display: none; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-lg:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 100%;
    height: 23px;
    width: 23px;
    background: #EB0000;
    border: 1px solid #EB0000;
    margin-top: 3px;
    margin-right: 1px;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .btn.btn-lg:before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 40%;
    bottom: 0;
    background: #EB0000;
    opacity: 0.5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    z-index: -1;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .btn.btn-lg:hover:after {
    background: #B00606;
    border-color: #B00606; }
  .btn.btn-lg.btn-dark:after {
    background: #333333; }
  .btn.btn-lg.btn-dark:before {
    background: #333333; }
  .btn.btn-lg.btn-dark:hover:after {
    background: #EB0000; }
  .btn.btn-lg.btn-light:after {
    background: #fff; }
  .btn.btn-lg.btn-light:before {
    background: #fff; }
  .btn.btn-lg.btn-light:hover:after {
    background: none;
    border: 1px solid #fff; }
  .btn.disabled {
    background: #F4F9F9;
    border-color: #F4F9F9;
    color: #A5A5A5;
    opacity: 1; }
    .btn.disabled:after {
      background: #F4F9F9;
      border-color: #F4F9F9; }
    .btn.disabled:before {
      display: none; }
  .btn .val-m {
    display: none; }

.readmore {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #EB0000;
  text-decoration: none;
  padding: 15px 30px;
  position: relative; }
  .readmore:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 6px;
    border-bottom: 1px dashed #EB0000;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .readmore:hover {
    text-decoration: none;
    color: #B00606; }
    .readmore:hover:after {
      border-bottom-color: #B00606; }
  .readmore:active {
    opacity: 0.7; }
  .readmore.disabled {
    color: #A5A5A5;
    opacity: .7; }
    .readmore.disabled:after {
      border-bottom-color: #A5A5A5; }

.link {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #EB0000;
  text-decoration: none;
  padding: 0 0 1px;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  background: none;
  border: none; }
  .link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #EB0000;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .link:hover {
    text-decoration: none;
    color: #B00606; }
    .link:hover:after {
      border-bottom-color: #B00606; }
  .link:active {
    opacity: 0.7; }
  .link.disabled {
    color: #A5A5A5;
    opacity: .7;
    pointer-events: none; }
    .link.disabled:after {
      border-bottom-color: transparent; }

.buttons .btn, .buttons .readmore {
  margin-right: 30px; }
  .buttons .btn:last-child, .buttons .readmore:last-child {
    margin-right: 0; }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 30px;
    margin-bottom: 1em; } }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 22px;
    font-weight: 700; }
  .block-title {
    font-size: 22px; }
  .btn:after {
    right: auto;
    left: 100%;
    top: 100%;
    margin-right: 0;
    margin-left: 1px; } }

@media (max-width: 575px) {
  .block-title {
    font-size: 18px;
    margin-bottom: 24px; }
  .btn .val {
    display: none; }
  .btn .val-m {
    display: inline-block; } }

/* */
.text-wrap {
  font-size: 18px;
  line-height: 1.9em;
  color: #000; }
  .text-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .text-wrap p, .text-wrap ul, .text-wrap ol {
    margin-bottom: 4em; }
  .text-wrap ul, .text-wrap ol {
    list-style-position: inside; }
  .text-wrap h2, .text-wrap .h2 {
    margin-bottom: 0.8em;
    font-size: 30px; }
  .text-wrap h3, .text-wrap .h3 {
    font-weight: bold;
    font-size: 22px; }
  .text-wrap h1, .text-wrap h2, .text-wrap h3, .text-wrap h4, .text-wrap h5, .text-wrap .h1, .text-wrap .h2, .text-wrap .h3, .text-wrap .h4, .text-wrap .h5 {
    line-height: 1.5em;
    margin-bottom: 1em; }
  .text-wrap p + h3, .text-wrap ul + h3, .text-wrap ol + h3, .text-wrap table + h3, .text-wrap p + h2, .text-wrap ul + h2, .text-wrap ol + h2, .text-wrap table + h2 {
    margin-top: 2em; }
  .text-wrap p:last-child, .text-wrap ul:last-child, .text-wrap ol:last-child {
    margin-bottom: 0; }
  .text-wrap img {
    margin-bottom: 65px; }
  .text-wrap .block-image {
    margin-bottom: 65px;
    position: relative; }
    .text-wrap .block-image img {
      margin: 0; }
    .text-wrap .block-image figcaption {
      padding-top: 14px;
      font-style: italic;
      font-weight: normal;
      font-size: 14px;
      text-align: center;
      color: #000000;
      position: relative; }
      .text-wrap .block-image figcaption:after {
        content: '';
        position: absolute;
        width: 92px;
        height: 92px;
        left: 100%;
        top: 0;
        background: #EB0000; }
  .text-wrap .photo-carousel {
    margin-bottom: 105px; }
    .text-wrap .photo-carousel img {
      margin: 0; }
    .text-wrap .photo-carousel .slick-arrow {
      margin-top: 18px; }
    .text-wrap .photo-carousel .slick-dots {
      padding-top: 23px; }

@media (max-width: 991px) {
  .text-wrap {
    font-size: 16px; }
    .text-wrap p, .text-wrap ul, .text-wrap ol {
      margin-bottom: 3em; } }

@media (max-width: 767px) {
  .text-wrap {
    font-size: 14px; }
    .text-wrap p, .text-wrap ul, .text-wrap ol {
      margin-bottom: 2em; }
    .text-wrap .block-image {
      margin-bottom: 60px;
      padding-right: 49px; }
      .text-wrap .block-image figcaption {
        padding-top: 12px;
        font-size: 12px;
        line-height: 1.8em; }
        .text-wrap .block-image figcaption:after {
          width: 49px;
          height: 49px;
          left: 100%;
          top: 0; }
    .text-wrap .photo-carousel {
      margin: 0 -8px 65px; }
      .text-wrap .photo-carousel .item {
        width: 500px;
        padding: 0 8px; } }

@media (max-width: 575px) {
  .text-wrap .photo-carousel .item {
    width: 269px; } }

/**/
.main {
  padding: 50px 0 90px; }
  .main.bg-blue {
    background: #F4F9F9; }

.home .main {
  padding: 0px;
  background: #fff; }

.breadcrumbs {
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  /*overflow-x: auto;*/ }
  .breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumbs ol li {
      white-space: nowrap; }
      .breadcrumbs ol li a {
        color: #000;
        white-space: nowrap; }
    .breadcrumbs ol li + li:before {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px;
      color: #000;
      content: "/"; }

.pagination {
  margin-bottom: 40px; }
  .pagination ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%; }
    .pagination ul li .page-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 0 0;
      font-size: 14px;
      color: #000;
      border: none;
      background: none;
      text-decoration: none;
      -webkit-box-shadow: none  !important;
      box-shadow: none  !important; }
    .pagination ul li a.page-link:hover {
      color: #EB0000; }
    .pagination ul li.active .page-link {
      color: #F4F9F9;
      background: #EB0000;
      font-weight: 700; }
    .pagination ul li.disabled .page-link {
      pointer-events: none;
      cursor: auto; }
    .pagination ul li.prev-link .page-link, .pagination ul li.next-link .page-link {
      padding: 0 0 0 5px; }
      .pagination ul li.prev-link .page-link:before, .pagination ul li.next-link .page-link:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
      .pagination ul li.prev-link .page-link:hover:before, .pagination ul li.next-link .page-link:hover:before {
        border-color: #EB0000; }
    .pagination ul li.next-link .page-link {
      padding: 0 5px 0 0; }
      .pagination ul li.next-link .page-link:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

@media (max-width: 767px) {
  .main {
    padding: 30px 0 50px; }
  .breadcrumbs {
    font-size: 12px; } }

@media (max-width: 400px) {
  .pagination ul li .page-link {
    width: 24px;
    height: 24px;
    margin: 0 2px; } }

/* forms */
input[type='text'], input[type='tel'], input[type='search'], input[type='email'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #E0E0E0;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 0 18px;
  font-family: "NovaPoshta", sans-serif;
  font-size: 14px;
  display: block;
  color: #000; }
  input[type='text']:disabled, input[type='tel']:disabled, input[type='search']:disabled, input[type='email']:disabled, input[type='password']:disabled, input[type='number']:disabled, input[type='date']:disabled, textarea:disabled, select:disabled {
    opacity: 0.5; }

textarea {
  padding: 9px 18px;
  height: 135px;
  resize: none; }

::-webkit-input-placeholder {
  color: #5C5C5C;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

::-moz-placeholder {
  color: #5C5C5C;
  transition-duration: 0.2s; }

:-moz-placeholder {
  color: #5C5C5C;
  transition-duration: 0.2s; }

:-ms-input-placeholder {
  color: #5C5C5C;
  transition-duration: 0.2s; }

:focus::-webkit-input-placeholder {
  opacity: 0.8; }

:focus::-moz-placeholder {
  opacity: 0.8; }

:focus:-moz-placeholder {
  opacity: 0.8; }

:focus:-ms-input-placeholder {
  opacity: 0.8; }

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group input:focus, .form-group textarea:focus {
    border-color: #000; }
  .form-group label {
    margin: 0;
    padding: 0 5px;
    background: #fff;
    position: absolute;
    left: 13px;
    top: 10px;
    cursor: text;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-right: 1px;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 30px); }
    .form-group label.labelfocus, .form-group.mask-tel label {
      font-size: 10px;
      top: -7px;
      z-index: 5; }
  .form-group.form-group-password .show-password{
    border: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 20px;
    height: 12px;
    background: url(../images/password.svg) center center no-repeat;
    background-size: contain; }
  .form-group .links {
    padding-top: 11px; }
    .form-group .links .link {
      font-size: 12px;
      margin-right: 18px; }

label, .label {
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0; }

.form-box .btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px; }

.form-box .facebook-login {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  text-align: center;
  padding: 20px 0 26px;
  margin-top: 10px; }

.form-box .site-account {
  padding: 20px 0;
  text-align: center;
  color: #000;
  font-size: 14px; }
  .form-box .site-account p {
    margin-bottom: 7px; }

.form-box .form-group-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 5px; }
  .form-box .form-group-remember .link {
    font-size: 12px;
    margin-left: 30px; }

.facebook-login {
  color: #000;
  font-size: 14px; }
  .facebook-login .facebook {
    display: inline-block;
    background: rgba(59, 89, 152, 0.1);
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #3B5998;
    text-decoration: none;
    width: 202px;
    padding: 9px 12px;
    text-align: center;
    position: relative; }
    .facebook-login .facebook:before {
      content: '';
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 8px;
      height: 16px;
      background: url(../images/facebook2.svg) center center no-repeat;
      background-size: contain; }
    .facebook-login .facebook:hover {
      background: rgba(59, 89, 152, 0.2); }

#confirmPhoneNumber .form-box .btn {
  margin-top: 0; }

.form-group-checkbox, .form-group-radio {
  position: relative;
  margin-bottom: 16px; }

.form-group-remember .form-group-checkbox {
  margin-bottom: 0; }

/* checkbox/radio */
input[type='checkbox'], input[type='radio'] {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0; }

input[type='checkbox'] + label, input[type='radio'] + label {
  cursor: pointer;
  padding-top: 1px;
  padding-left: 27px;
  position: relative;
  margin-bottom: 0px;
  display: block;
  line-height: 1.3em;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  white-space: normal;
  left: auto !important;
  top: auto !important; }
  input[type='checkbox'] + label:before, input[type='radio'] + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 0;
    width: 18px;
    height: 18px;
    background: none;
    border: 1px solid #000;
    border-radius: 1px;
    border-radius: 3px; }
  input[type='checkbox'] + label:after, input[type='radio'] + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }

input[type='radio'] + label:before {
  border-radius: 50%;
  background: none;
  border: 1px solid #BDBDBD; }

input[type='radio'] + label:after {
  border-radius: 50%;
  background: #EB0000;
  border: none;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 5px; }

input[type='checkbox']:not(checked), input[type='radio']:not(checked) {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1; }

input[type='checkbox']:checked + label:after, input[type='radio']:checked + label:after {
  opacity: 1; }

input[type='checkbox']:checked + label:before {
  background: #000; }

.form-group-remember .form-group-checkbox input[type='checkbox'] + label, .form-group-remember .form-group-checkbox input[type='radio'] + label {
  padding-top: 1px;
  padding-left: 27px;
  font-size: 12px; }
  .form-group-remember .form-group-checkbox input[type='checkbox'] + label:before, .form-group-remember .form-group-checkbox input[type='radio'] + label:before {
    left: 0px;
    top: 0;
    margin-top: 0;
    width: 17px;
    height: 17px;
    background: none;
    border-color: #E0E0E0;
    border-radius: 1px; }
  .form-group-remember .form-group-checkbox input[type='checkbox'] + label:after, .form-group-remember .form-group-checkbox input[type='radio'] + label:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.form-group-remember .form-group-checkbox input[type='radio'] + label:before {
  border-radius: 50%;
  background: none;
  border: 1px solid #BDBDBD; }

.form-group-remember .form-group-checkbox input[type='radio'] + label:after {
  border-radius: 50%;
  background: #EB0000;
  border: none;
  width: 7px;
  height: 7px;
  left: 5px;
  top: 5px; }

.form-group-remember .form-group-checkbox input[type='checkbox']:checked + label:before {
  background: none; }

.form-group-checkbox-switch input[type='checkbox'] + label, .form-group-checkbox-switch input[type='radio'] + label {
  cursor: pointer;
  padding-top: 0px;
  padding-left: 48px;
  position: relative;
  margin-bottom: 0px;
  display: block;
  line-height: 1.3em;
  font-size: 14px;
  color: #000;
  overflow: visible;
  white-space: normal;
  font-weight: 400; }
  .form-group-checkbox-switch input[type='checkbox'] + label span, .form-group-checkbox-switch input[type='radio'] + label span {
    display: block;
    font-size: 8px; }
  .form-group-checkbox-switch input[type='checkbox'] + label img, .form-group-checkbox-switch input[type='radio'] + label img {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 20px; }
  .form-group-checkbox-switch input[type='checkbox'] + label:before, .form-group-checkbox-switch input[type='radio'] + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    margin-top: 0;
    width: 30px;
    height: 10px;
    background: #BDC1C6;
    border-radius: 10px;
    border: none; }
  .form-group-checkbox-switch input[type='checkbox'] + label:after, .form-group-checkbox-switch input[type='radio'] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: none;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.form-group-checkbox-switch input[type='checkbox']:not(checked), .form-group-checkbox-switch input[type='radio']:not(checked) {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1; }

.form-group-checkbox-switch input[type='checkbox']:checked + label:before, .form-group-checkbox-switch input[type='radio']:checked + label:before {
  background: #EB0000;
  opacity: 0.2; }

.form-group-checkbox-switch input[type='checkbox']:checked + label:after, .form-group-checkbox-switch input[type='radio']:checked + label:after {
  background: #EB0000;
  left: 12px; }

.form-group select {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #E0E0E0;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-family: "NovaPoshta", sans-serif;
  font-size: 14px;
  display: block;
  color: rgba(0, 0, 0, 0.5); }

.form-group .jcf-select {
  position: relative;
  background: none;
  border: 1px solid #E0E0E0;
  margin: 0 0 0px;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  font-size: 14px;
  height: 40px; }
  .form-group .jcf-select.jcf-drop-active {
    border-color: #000; }

.form-group .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.form-group .jcf-select .jcf-select-text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 0 30px 0 18px;
  font-size: 14px;
  color: #000;
  white-space: nowrap; }

.form-group .jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 25px;
  bottom: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-group .jcf-select .jcf-select-opener:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    opacity: 0.4;
    border: 5px solid transparent;
    border-bottom: none;
    border-top: 6px solid #969CB8;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.form-group .jcf-select.jcf-drop-active .jcf-select-opener:after {
  border-bottom: 6px solid #969CB8;
  border-top: none; }

.form-group .jcf-select:hover .jcf-select-opener:after {
  color: #EB0000; }

.form-group-select {
  z-index: 0; }
  .form-group-select label {
    margin: 0;
    padding: 0 5px;
    background: #fff;
    position: absolute;
    left: 13px;
    top: 10px;
    cursor: text;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: -1;
    margin-right: 1px;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 35px); }
  .form-group-select .jcf-drop-active + label, .form-group-select .empty + label {
    font-size: 10px;
    top: -7px;
    z-index: 1; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  overflow: hidden;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

body > .jcf-select-drop {
  position: absolute;
  margin: 0px 0 0;
  z-index: 500; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0px;
  padding: 0px 0;
  text-align: left;
  border: 1px solid #000;
  border-top: none; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 9px 17px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #E0E0E0; }
  .jcf-list .jcf-option.jcf-option-hideme {
    display: none; }

.jcf-list ul li:last-child .jcf-option {
  border-bottom: none; }

.jcf-list .jcf-option:hover {
  color: #EB0000; }

.jcf-list .jcf-selected {
  color: #000; }

/* HEADER */
.main-header {
  background: #fff;
  padding: 26px 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 600; }
  .main-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .main-header.sticky {
    position: fixed; }
  .main-header .header-container {
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-header .logo {
    display: block;
    max-width: 115px;
    margin-right: 107px; }
    .main-header .logo img {
      width: 115px; }
  .main-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .main-header .btn.btn-lc {
    background: #000;
    border-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px; }
    .main-header .btn.btn-lc:before, .main-header .btn.btn-lc:after {
      display: none; }
  .main-header .mobile-buttons {
    display: none; }

.home .main-header {
  position: fixed;
  background: transparent; }

.sticky .main-header {
  position: fixed;
  background: #fff; }

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-nav ul li {
    position: relative; }
    .main-nav ul li a {
      font-weight: 500;
      font-size: 14px;
      color: #000;
      text-decoration: none;
      padding: 8px 15px;
      display: block;
      background: #fff;
      border: 1px solid #000;
      width: 185px;
      position: relative;
      margin-right: 5px; }
      .main-nav ul li a:after {
        content: '';
        position: absolute;
        right: 11px;
        top: 11px;
        width: 9px;
        height: 9px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .main-nav ul li:hover > a {
      color: #EB0000; }
      .main-nav ul li:hover > a:after {
        top: 16px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-color: #EB0000; }
    .main-nav ul li ul {
      background: #fff;
      border: 1px solid #000000;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 10;
      margin-top: 14px;
      width: 440px;
      padding: 10px 0 25px;
      display: none; }
      .main-nav ul li ul:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 100%;
        right: 0;
        height: 17px; }
      .main-nav ul li ul li {
        width: 100%; }
        .main-nav ul li ul li a {
          border: none;
          background: none;
          font-size: 14px;
          font-weight: 400;
          padding: 6px 15px;
          margin: 0;
          width: auto; }
          .main-nav ul li ul li a:after {
            display: none; }
        .main-nav ul li ul li:hover > a {
          color: #EB0000; }
        .main-nav ul li ul li.all {
          padding-top: 10px; }
          .main-nav ul li ul li.all a {
            color: #EB0000;
            font-weight: bold;
            font-size: 12px;
            display: inline-block; }
            .main-nav ul li ul li.all a:before {
              content: '';
              position: absolute;
              left: 15px;
              right: 15px;
              bottom: 0;
              border-bottom: 1px dashed #EB0000; }
          .main-nav ul li ul li.all:hover > a {
            color: #000; }
            .main-nav ul li ul li.all:hover > a:before {
              border-bottom-color: #000; }

.language {
  position: relative;
  cursor: pointer;
  margin: 0 0 0 auto;
  z-index: 1; }
  .language .active-lang {
    font-size: 14px;
    color: #666F97;
    text-transform: uppercase;
    padding: 10px 22px 10px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .language .active-lang:after {
      content: '';
      position: absolute;
      right: 0;
      top: 18px;
      opacity: 0.4;
      border: 5px solid transparent;
      border-bottom: none;
      border-top: 6px solid #969CB8; }
  .language img {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin-right: 9px; }
  .language ul {
    list-style: none;
    position: absolute;
    left: -6px;
    min-width: 157px;
    top: 100%;
    border: 1px solid #333333;
    background: #fff;
    display: none;
    padding: 5px 0;
    margin: 5px 0 0; }
    .language ul li a {
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 6px 16px;
      text-align: left;
      text-decoration: none;
      color: #333333;
      opacity: 0.5;
      text-transform: uppercase; }
      .language ul li a:hover {
        color: #EB0000; }
    .language ul li.current-lang a {
      opacity: 1;
      font-weight: 700; }
  .language.active .active-lang:after {
    border-bottom: 6px solid #969CB8;
    border-top: none; }
  .language.active ul {
    display: block; }

.main-nav-2 {
  padding: 0 34px; }
  .main-nav-2 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-nav-2 ul li a {
      font-size: 14px;
      font-weight: 500;
      color: #000;
      text-decoration: none;
      padding: 5px 5px;
      display: block; }
    .main-nav-2 ul li:hover a {
      color: #EB0000; }

.header-cabinet {
  cursor: pointer;
  position: relative; }
  .header-cabinet .lc-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 33px;
    padding-left: 22px; }
    .header-cabinet .lc-header-box:after {
      content: '';
      position: absolute;
      right: 0;
      top: 18px;
      opacity: 0.4;
      border: 5px solid transparent;
      border-bottom: none;
      border-top: 6px solid #969CB8; }
  .header-cabinet .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
  .header-cabinet .info {
    font-size: 13px;
    color: #666F97;
    padding-left: 19px;
    line-height: 1.5em; }
    .header-cabinet .info p {
      margin: 0; }
    .header-cabinet .info .name {
      font-weight: 500;
      font-size: 17px;
      color: #000000; }
  .header-cabinet .cabinet-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    padding-top: 12px;
    min-width: 100%;
    display: none; }
    .header-cabinet .cabinet-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border: 1px solid #000000;
      padding: 10px 0;
      background: #fff; }
      .header-cabinet .cabinet-nav ul li a {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        padding: 6px 21px; }
        .header-cabinet .cabinet-nav ul li a:hover {
          color: #EB0000; }
  .header-cabinet .language {
    display: none; }
  .header-cabinet:hover .cabinet-nav {
    display: block; }

/* NAV */
.nav-trigger {
  border: none;
  background: none;
  cursor: pointer;
  margin: 0 0 0 25px;
  display: none;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  text-align: center;
  width: 55px; }
  .nav-trigger .icon {
    display: block;
    width: 36px;
    height: 36px;
    background: #F3F1F1;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
    margin: 0 auto; }
    .nav-trigger .icon span {
      width: 14px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -7px;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .nav-trigger .icon span:nth-child(1) {
      margin-top: -5px; }
    .nav-trigger .icon span:nth-child(3) {
      margin-top: 5px; }
  .nav-trigger .btn-title-open {
    display: block; }
  .nav-trigger .btn-title-close {
    display: none; }
  .nav-trigger.active .icon span:nth-child(1), .nav-trigger.lc-active .icon span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-trigger.active .icon span:nth-child(2), .nav-trigger.lc-active .icon span:nth-child(2) {
    opacity: 0; }
  .nav-trigger.active .icon span:nth-child(3), .nav-trigger.lc-active .icon span:nth-child(3) {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav-trigger.active .btn-title-open, .nav-trigger.lc-active .btn-title-open {
    display: none; }
  .nav-trigger.active .btn-title-close, .nav-trigger.lc-active .btn-title-close {
    display: block; }

@media (min-width: 992px) {
  .main-nav ul li:hover > ul {
    display: block; }
  .lc-trigger {
    display: none; } }

@media (max-width: 991px) {
  .nav-trigger {
    display: block; }
  .main-header .btn.btn-lc, .main-header .lc-trigger {
    background: none !important;
    font-size: 12px;
    color: #000 !important;
    text-align: center;
    border: none;
    font-weight: 400;
    padding: 0;
    min-width: 0;
    margin-left: 25px; }
    .main-header .btn.btn-lc:before, .main-header .lc-trigger:before {
      content: '';
      display: block;
      width: 36px;
      height: 36px;
      background: #F3F1F1 url(../images/icon-lc.svg) no-repeat center !important;
      background-size: 15px;
      -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      position: relative;
      margin: 0 auto;
      z-index: 1;
      -webkit-filter: inherit;
      filter: inherit;
      opacity: 1;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; }
    .main-header .btn.btn-lc:after, .main-header .lc-trigger:after {
      display: none; }
  .main-header {
    padding: 16px 0 14px; }
    .main-header .header-container {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .main-header .logo {
      max-width: 132px;
      margin-right: auto; }
      .main-header .logo img {
        width: 132px; }
    .main-header .header-right, .main-header .header-cabinet {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 121px 15px 30px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background: #fff;
      height: 100%;
      overflow-y: auto;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s;
      -o-transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s;
      transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s; }
    .main-header .mobile-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
      padding: 44px 15px 5px; }
      .main-header .mobile-buttons .btn {
        margin-bottom: 30px;
        min-width: 280px; }
    .main-header.active {
      background: #fff; }
      .main-header.active .header-container:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: -1; }
      .main-header.active .header-right {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .main-header.active .lc-trigger {
        display: none; }
    .main-header.lc-active {
      background: #fff; }
      .main-header.lc-active .header-container:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: -1; }
      .main-header.lc-active .header-cabinet {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .main-header.lc-active .lc-trigger {
        display: none; }
  .main-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%; }
    .main-nav ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-nav ul li {
        width: 100%;
        margin-bottom: 21px; }
        .main-nav ul li a {
          border: none;
          background: none;
          font-weight: normal;
          font-size: 18px;
          font-weight: 400;
          padding: 0;
          margin: 0;
          width: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #000 !important; }
          .main-nav ul li a .plus {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 10px;
            width: 27px;
            position: relative;
            z-index: 100; }
            .main-nav ul li a .plus:before {
              content: '';
              position: absolute;
              left: -700px;
              right: 0;
              top: 0;
              bottom: 0; }
            .main-nav ul li a .plus:after {
              content: '';
              display: block;
              opacity: 0.4;
              border: 5px solid transparent;
              border-bottom: none;
              border-top: 6px solid #969CB8; }
            .main-nav ul li a .plus.active:after {
              border-bottom: 6px solid #969CB8;
              border-top: none; }
          .main-nav ul li a:after {
            display: none; }
        .main-nav ul li ul {
          position: relative;
          left: auto;
          top: auto;
          border: none;
          padding: 4px 0;
          margin: 0;
          width: auto;
          display: none; }
          .main-nav ul li ul li {
            margin: 0; }
            .main-nav ul li ul li a {
              padding: 14px 0;
              border-top: 1px solid rgba(0, 0, 0, 0.1); }
            .main-nav ul li ul li.all {
              display: none; }
            .main-nav ul li ul li:first-child a {
              border: none; }
  .main-nav-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0;
    margin-bottom: auto; }
    .main-nav-2 ul li a {
      font-size: 18px;
      font-weight: 400;
      padding: 0; }
  .language {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    padding-top: 50px; }
    .language .active-lang {
      display: none; }
    .language ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      border: none;
      padding: 0;
      margin: 0;
      top: auto;
      left: auto;
      right: auto;
      background: none; }
      .language ul li a {
        text-transform: uppercase;
        font-size: 16px;
        opacity: 0.5;
        padding: 0 15px; }
      .language ul li.current-lang a {
        font-weight: 700;
        opacity: 1; }
  .header-cabinet .lc-header-box {
    padding: 18px 22px;
    background: #F4F9F9;
    margin-bottom: 33px; }
    .header-cabinet .lc-header-box:after {
      display: none; }
  .header-cabinet .cabinet-nav {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    padding: 0; }
    .header-cabinet .cabinet-nav ul {
      padding: 0;
      border: none;
      background: none; }
      .header-cabinet .cabinet-nav ul li {
        margin-bottom: 21px; }
        .header-cabinet .cabinet-nav ul li a {
          font-size: 18px;
          font-weight: 400;
          padding: 0; }
  .header-cabinet .language {
    display: block;
    margin-top: auto; }
    .header-cabinet .language ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* main-slider */
.home #wrapper {
  padding-top: 0 !important; }

.main-slider {
  position: relative;
  z-index: 5; }
  .main-slider .item {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 93px 15px 0;
    background: #fff; }
    .main-slider .item.bg-light-brown {
      background: #EFDBB2; }
    .main-slider .item.bg-blue {
      background: #BDD6E6; }
    .main-slider .item.bg-light-purple {
      background: #B6B8DC; }
    .main-slider .item.bg-gray {
      background: #BBBCBC; }
    .main-slider .item.bg-sia {
      background: #B5E3D8; }
    .main-slider .item.bg-brown {
      background: #DCBFA6; }
    .main-slider .item.bg-light-green {
      background: #8FE2B0; }
    .main-slider .item .text-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 50px 0; }
    .main-slider .item .text {
      max-width: 550px; }
    .main-slider .item .subtitle {
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      color: #EB0000;
      margin-bottom: 0.5em;
      letter-spacing: 0.1em; }
    .main-slider .item .title {
      font-weight: bold;
      font-size: 38px;
      line-height: 1.4em;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0.8em; }
    .main-slider .item .buttons {
      padding-top: 40px; }
    .main-slider .item .image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: relative;
      padding-top: 34px;
      padding-left: 15px; }

.main-slider .item {
  visibility: hidden; }

.main-slider.slick-initialized .item {
  visibility: visible; }

.slick-arrow {
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 18px;
  margin-top: 25px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slick-arrow.slick-prev {
    right: auto;
    left: 0; }
  .slick-arrow svg {
    width: 100%;
    height: 100%; }
    .slick-arrow svg path {
      fill: #4F6E7C;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
  .slick-arrow:hover svg path {
    fill: #EB0000; }

.main-slider .slick-arrow {
  background: #000;
  border: none;
  padding: 0;
  width: 91px;
  height: 87px;
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .main-slider .slick-arrow.slick-prev {
    right: 87px;
    left: auto; }
    .main-slider .slick-arrow.slick-prev span {
      margin-left: 20px; }
  .main-slider .slick-arrow.slick-next span {
    margin-right: 20px; }
  .main-slider .slick-arrow.slick-next svg {
    float: right; }
  .main-slider .slick-arrow span {
    width: 22px;
    height: 19px;
    display: block;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .main-slider .slick-arrow svg {
    width: auto;
    max-width: none;
    height: 100%;
    float: left; }
    .main-slider .slick-arrow svg path {
      fill: #DBDBDB;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
  .main-slider .slick-arrow:hover.slick-prev span {
    margin-left: 0px;
    width: 42px; }
  .main-slider .slick-arrow:hover.slick-next span {
    margin-right: 0px;
    width: 42px; }

.slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  margin: 0; }
  .slick-dots li {
    list-style: none; }
    .slick-dots li button {
      border: none;
      background: #EB0000;
      overflow: hidden;
      text-indent: -1000px;
      opacity: 0.4;
      width: 8px;
      height: 8px;
      display: block;
      margin: 0 5px; }
    .slick-dots li.slick-active button {
      opacity: 1; }

@media (max-width: 991px) {
  .main-slider .item {
    padding-top: 85px; }
    .main-slider .item .image-wrapper {
      padding-top: 30px; }
    .main-slider .item .text-wrapper {
      padding: 30px 0; }
    .main-slider .item .title {
      font-size: 24px; }
    .main-slider .item .buttons {
      padding-top: 30px;
      text-align: center; }
      .main-slider .item .buttons .btn {
        margin-bottom: 30px;
        margin-right: 0; }
  .main-slider .slick-arrow {
    height: 50px; } }

@media (max-width: 767px) {
  .main-slider .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main-slider .item .text-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 35px 0 25px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .main-slider .item .text {
      max-width: none; }
    .main-slider .item .buttons {
      padding-top: 30px;
      text-align: center; }
      .main-slider .item .buttons .btn {
        margin-right: 30px;
        margin-left: 30px; }
        .main-slider .item .buttons .btn:after {
          right: 100%;
          left: auto;
          margin-right: 1px;
          margin-left: 0; }
    .main-slider .item .image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-top: 17px;
      padding-left: 0; }
  .main-slider .slick-arrow {
    bottom: auto;
    top: 100%;
    width: 60px;
    height: 52px;
    background: none; }
    .main-slider .slick-arrow.slick-prev {
      right: auto;
      left: 0; }
    .main-slider .slick-arrow span {
      width: 42px;
      height: 18px;
      margin: 0 !important; }
    .main-slider .slick-arrow svg path {
      fill: #4F6E7C; }
  .main-slider .slick-dots {
    padding-top: 23px; }
  .slick-dots {
    padding-top: 20px; } }

@media (max-width: 575px) {
  .main-slider .item .text {
    font-size: 12px; }
  .main-slider .item .subtitle {
    font-size: 12px;
    margin-bottom: 1em; }
  .main-slider .item .title {
    font-size: 24px; }
  .main-slider .item .buttons {
    padding-top: 17px; }
    .main-slider .item .buttons .btn {
      margin-bottom: 20px; } }

/* main-practical */
.main-practical {
  background: #F4F9F9;
  padding: 142px 0 150px; }
  .main-practical .photo-carousel-wrap {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative; }
    .main-practical .photo-carousel-wrap:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      width: 92px;
      height: 92px;
      background: #EB0000;
      margin-right: -15px; }
  .main-practical .photo-title {
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 30px; }
    .main-practical .photo-title p {
      margin: 0; }
  .main-practical .photo-carousel {
    margin-bottom: 42px;
    max-width: 523px; }
  .main-practical .main-practical-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 102px 15px 0 30px;
    font-size: 16px;
    line-height: 1.31em; }
    .main-practical .main-practical-text .title {
      font-weight: bold;
      font-size: 26px;
      line-height: 1.31em;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #000000;
      border-bottom: 1px solid #000;
      margin-bottom: 54px;
      padding-bottom: 33px; }
      .main-practical .main-practical-text .title span {
        color: #EB0000; }
    .main-practical .main-practical-text ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-practical .main-practical-text ul li {
        position: relative;
        padding-left: 37px;
        margin-bottom: 55px; }
        .main-practical .main-practical-text ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 4px;
          width: 23px;
          height: 23px;
          background-color: #EB0000;
          background-image: url(../images/check.svg);
          background-position: center;
          background-repeat: no-repeat; }

@media (max-width: 1199px) {
  .main-practical {
    padding: 100px 0; }
  .main-practical .main-practical-text {
    padding: 92px 15px 0; }
  .main-practical .main-practical-text .title {
    font-size: 21px;
    margin-bottom: 40px; }
  .main-practical .main-practical-text ul li {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .main-practical .main-practical-text {
    font-size: 14px; } }

@media (max-width: 767px) {
  .main-practical {
    padding: 86px 0 47px; }
    .main-practical .photo-carousel-wrap {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .main-practical .photo-carousel-wrap:before {
        display: none; }
      .main-practical .photo-carousel-wrap .photo-title {
        height: auto;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .main-practical .photo-carousel-wrap .photo-carousel {
        max-width: none; }
        .main-practical .photo-carousel-wrap .photo-carousel .item {
          padding: 0 15px 0 0; }
          .main-practical .photo-carousel-wrap .photo-carousel .item img {
            max-width: 523px; }
    .main-practical .main-practical-text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      position: relative;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-top: 0;
      margin-bottom: 35px; }
      .main-practical .main-practical-text:after {
        content: '';
        border-bottom: 1px solid #000000;
        position: absolute;
        right: 15px;
        left: 15px;
        bottom: 0; }
      .main-practical .main-practical-text .title {
        padding-bottom: 0;
        border: none;
        font-size: 18px;
        line-height: 1.4em;
        margin-bottom: 34px; }
      .main-practical .main-practical-text ul li {
        margin-bottom: 44px; }
        .main-practical .main-practical-text ul li:last-child {
          margin-bottom: 32px; } }

@media (max-width: 575px) {
  .main-practical .photo-carousel-wrap .photo-carousel .item img {
    max-width: 450px; } }

@media (max-width: 480px) {
  .main-practical .photo-carousel-wrap .photo-carousel .item img {
    max-width: 355px; } }

@media (max-width: 400px) {
  .main-practical .photo-carousel-wrap .photo-carousel .item img {
    max-width: 270px; } }

/* main-video */
.main-video {
  background: #333333 url(../images/bg-main-video.jpg) left center no-repeat;
  background-size: cover;
  padding: 218px 0 278px;
  color: #fff;
  font-size: 18px; }
  .main-video .play-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.5%;
    flex: 0 0 34.5%;
    max-width: 34.5%;
    padding: 15px 15px 0; }
  .main-video .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
    max-width: 65.5%;
    padding: 0 15px;
    line-height: 1.65em; }
    .main-video .text .title {
      font-weight: 500;
      font-size: 26px;
      line-height: 1.31em;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      margin-bottom: 35px; }

.btn-play {
  position: relative;
  width: 193px;
  height: 193px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  margin-left: 17px; }
  .btn-play:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    width: 142px;
    height: 142px;
    background: url(../images/play.svg) no-repeat;
    background-size: 40px;
    background-position: 55% center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .btn-play:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #fff;
    width: 51px;
    height: 51px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .btn-play:hover:before {
    opacity: 0.8; }
  .btn-play:hover:after {
    opacity: 0.6; }

.fancybox-slide {
  padding: 44px 15px; }

@media (max-width: 991px) {
  .main-video {
    padding-top: 100px;
    padding-bottom: 200px;
    font-size: 16px; } }

@media (max-width: 767px) {
  .main-video {
    padding: 53px 0 100px;
    color: #fff;
    font-size: 14px; }
    .main-video .play-wrap {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 1005%;
      padding: 0 15px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .main-video .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 39px; }
      .main-video .text .title {
        font-size: 18px;
        margin-bottom: 20px; }
  .btn-play {
    margin: 0;
    text-indent: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 92px;
    padding-right: 92px;
    padding-bottom: 24px;
    width: auto; }
    .btn-play span {
      border-bottom: 1px solid #fff; }
    .btn-play:before {
      width: 67px;
      height: 67px;
      background-size: 20px;
      background-position: 55% center; }
    .btn-play:after {
      left: auto;
      right: 67px;
      width: 24px;
      height: 24px; }
    .btn-play:hover {
      color: #fff;
      text-decoration: none; } }

/* main-company */
.main-goals-wrap {
  background: #F4F9F9; }

.main-company {
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 53px 15px 45px;
  position: relative;
  top: -107px; }
  .main-company .title {
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
    max-width: 564px;
    display: block;
    margin: 0 auto 50px; }
  .main-company .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-company .items .item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 15px 15px;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-company .items .item img {
        max-height: 150px; }

/* main-title */
.main-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 45px;
  text-align: center; }
  .main-title span {
    color: #EB0000; }

.main-title-wrap {
  margin: 0 auto 85px;
  position: relative;
  min-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .main-title-wrap .title-icon {
    margin-top: 5px;
    margin-left: 31px;
    margin-right: 45px;
    width: 98px;
    min-width: 98px;
    height: 98px;
    background: #EB0000;
    display: block;
    position: relative; }
    .main-title-wrap .title-icon:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 31px;
      height: 31px;
      background: #EB0000;
      -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
      transform: translate(-100%, -100%); }
  .main-title-wrap .main-title {
    margin: 0;
    text-align: left; }

@media (max-width: 991px) {
  .main-title {
    font-size: 28px; }
  .main-title-wrap {
    min-height: 80px; }
    .main-title-wrap .title-icon {
      margin-top: 0px;
      margin-left: 25px;
      margin-right: 30px;
      width: 80px;
      min-width: 80px;
      height: 80px; }
      .main-title-wrap .title-icon:after {
        width: 25px;
        height: 25px; } }

@media (max-width: 767px) {
  .main-title-wrap {
    margin: 0 auto 50px; } }

@media (max-width: 575px) {
  .main-title {
    font-size: 18px; }
  .main-title-wrap {
    margin: 0 auto 36px;
    min-height: 48px; }
    .main-title-wrap .title-icon {
      margin-left: 15px;
      margin-right: 21px;
      width: 48px;
      min-width: 48px;
      height: 48px; }
      .main-title-wrap .title-icon:after {
        width: 15px;
        height: 15px; } }

/* main-goals */
.main-goals {
  padding: 28px 0 102px; }
  .main-goals .main-title-wrap {
    max-width: 672px; }

.goals-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .goals-items .goals-item-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .goals-items .goals-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 100%;
    padding: 32px 44px 39px; }
    .goals-items .goals-item .icon {
      margin-bottom: 28px;
      height: 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .goals-items .goals-item .icon img {
        max-width: 44px;
        max-height: 46px;
        width: 100%; }
    .goals-items .goals-item p {
      margin: 0; }
    .goals-items .goals-item .title {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 9px;
      line-height: 1.4em; }

@media (max-width: 991px) {
  .main-goals .main-title-wrap {
    max-width: 500px; } }

@media (max-width: 767px) {
  .main-company {
    padding: 35px 15px 25px;
    top: -60px; }
    .main-company .title {
      font-size: 16px;
      margin: 0 auto 35px; }
    .main-company .items .item {
      padding: 10px 15px; }
  .main-goals {
    padding-top: 15px;
    padding-bottom: 45px; }
    .main-goals .main-title-wrap {
      max-width: 450px; }
  .goals-items {
    margin-right: -8px;
    margin-left: -8px; }
    .goals-items .goals-item-w {
      margin-bottom: 16px;
      padding: 0 8px; }
    .goals-items .goals-item {
      padding: 25px 15px 30px; }
      .goals-items .goals-item .icon {
        margin-bottom: 20px;
        height: 38px; }
        .goals-items .goals-item .icon img {
          max-width: 34px;
          max-height: 38px; }
      .goals-items .goals-item .title {
        font-size: 16px;
        margin-bottom: 9px; } }

@media (max-width: 575px) {
  .main-company {
    padding: 35px 15px 25px; }
    .main-company .title {
      font-size: 14px;
      margin-bottom: 30px; }
    .main-company .items .item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .goals-items .goals-item-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

/* main-start-learning */
.main-start-learning {
  padding: 186px 0 165px;
  background: #B5E3D8; }
  .main-start-learning .main-title {
    text-align: left;
    max-width: 900px;
    margin-bottom: 50px; }
  .main-start-learning .box {
    background-color: #EB0000;
    position: relative;
    max-width: 1042px;
    padding: 0 15px 0 65px;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main-start-learning .box:after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 100%;
      height: 178px;
      width: 178px;
      background: #EB0000; }
    .main-start-learning .box .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
      flex: 0 0 54%;
      max-width: 54%;
      padding: 93px 0 69px;
      line-height: 1.4em;
      position: relative;
      z-index: 5; }
    .main-start-learning .box .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
      flex: 0 0 46%;
      max-width: 46%;
      text-align: right;
      margin-top: -62px;
      -ms-flex-item-align: end;
      align-self: flex-end;
      position: relative;
      z-index: 5; }
  .main-start-learning .subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #790101;
    margin-bottom: 8px; }
  .main-start-learning .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 150%;
    margin-bottom: 11px; }
  .main-start-learning .buttons {
    padding-top: 37px; }
    .main-start-learning .buttons .btn:before, .main-start-learning .buttons .btn:after {
      display: none; }
    .main-start-learning .buttons .readmore {
      color: #fff; }
      .main-start-learning .buttons .readmore:after {
        border-bottom-color: #fff; }
      .main-start-learning .buttons .readmore:hover {
        color: #000; }
        .main-start-learning .buttons .readmore:hover:after {
          border-bottom-color: #000; }

@media (max-width: 991px) {
  .main-start-learning {
    padding: 120px 0; }
    .main-start-learning .box {
      padding-left: 30px; }
      .main-start-learning .box .text {
        padding: 30px 0; }
    .main-start-learning .buttons {
      text-align: center;
      padding-top: 22px; }
      .main-start-learning .buttons .btn {
        margin: 0 0 15px; } }

@media (max-width: 767px) {
  .main-start-learning {
    padding: 42px 0 60px; }
    .main-start-learning .main-title {
      margin-bottom: 42px; }
    .main-start-learning .box {
      padding: 0;
      font-size: 14px; }
      .main-start-learning .box:before, .main-start-learning .box:after {
        display: none; }
      .main-start-learning .box .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 18px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .main-start-learning .box .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: -24px 0 0;
        text-align: center; }
        .main-start-learning .box .image img {
          height: 271px;
          -o-object-fit: cover;
          object-fit: cover; }
    .main-start-learning .subtitle {
      font-size: 13px; }
    .main-start-learning .title {
      font-size: 18px; } }

@media (max-width: 460px) {
  .main-start-learning .buttons .btn {
    width: 100%; } }

/* main-graduates */
.main-graduates {
  padding: 132px 0 95px; }
  .main-graduates .main-title-wrap {
    max-width: 753px;
    margin-bottom: 114px; }
    .main-graduates .main-title-wrap .main-title:after {
      content: '';
      display: inline-block;
      width: 59px;
      height: 42px;
      background: url(../images/quotes.svg) center no-repeat;
      background-size: contain;
      position: relative;
      top: 12px;
      margin-left: 24px; }

.row-graduates {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  z-index: 1; }
  .row-graduates:before {
    content: '';
    position: absolute;
    left: -300px;
    right: -300px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/bg-graduates.svg) top center no-repeat; }
  .row-graduates .graduate-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 47px; }
    .row-graduates .graduate-item .graduate-photo {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 99px;
      flex: 0 0 99px;
      max-width: 99px;
      margin-left: 12px; }
      .row-graduates .graduate-item .graduate-photo:before {
        content: '';
        position: absolute;
        width: 59px;
        height: 92px;
        background: #F5DDD4;
        left: -12px;
        bottom: -12px;
        z-index: -1; }
    .row-graduates .graduate-item .graduate-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 81%;
      flex: 0 0 81%;
      max-width: 81%;
      background: #EFF8FA;
      position: relative;
      padding: 30px 50px 30px 43px;
      font-size: 17px;
      line-height: 1.4em; }
      .row-graduates .graduate-item .graduate-content:before {
        content: '';
        position: absolute;
        left: -32px;
        top: 53px;
        border: 16px solid #EFF8FA;
        border-left-color: transparent;
        border-bottom-color: transparent; }
      .row-graduates .graduate-item .graduate-content .head {
        border-bottom: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px;
        padding-bottom: 19px;
        margin-bottom: 36px; }
        .row-graduates .graduate-item .graduate-content .head .info {
          padding-right: 30px; }
          .row-graduates .graduate-item .graduate-content .head .info p {
            margin: 0; }
        .row-graduates .graduate-item .graduate-content .head .name {
          font-weight: bold;
          font-size: 18px; }
        .row-graduates .graduate-item .graduate-content .head .logo {
          max-width: 144px; }
          .row-graduates .graduate-item .graduate-content .head .logo img {
            opacity: 0.3;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            max-height: 70px;
            width: 100%; }
      .row-graduates .graduate-item .graduate-content .text {
        line-height: 1.75em; }
    .row-graduates .graduate-item:nth-child(even) .graduate-photo {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 0;
      margin-right: 12px; }
      .row-graduates .graduate-item:nth-child(even) .graduate-photo:before {
        left: auto;
        right: -12px; }
    .row-graduates .graduate-item:nth-child(even) .graduate-content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .row-graduates .graduate-item:nth-child(even) .graduate-content:before {
        left: 100%;
        border-right-color: transparent;
        border-left-color: #EFF8FA; }

@media (max-width: 991px) {
  .main-graduates .main-title-wrap {
    max-width: 550px; }
  .main-graduates .main-title-wrap .main-title:after {
    height: 31px;
    width: 43px;
    margin-left: 15px; }
  .row-graduates:before {
    display: none; }
  .row-graduates .graduate-item {
    margin-bottom: 30px; }
    .row-graduates .graduate-item .graduate-content {
      padding: 30px 30px;
      font-size: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }

@media (max-width: 767px) {
  .main-graduates {
    padding: 75px 0 68px; }
    .main-graduates .main-title-wrap {
      margin-bottom: 51px; }
  .row-graduates:before {
    display: none; }
  .row-graduates .graduate-item {
    margin-bottom: 30px; }
    .row-graduates .graduate-item .graduate-content {
      padding: 15px;
      font-size: 12px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
      .row-graduates .graduate-item .graduate-content:before {
        border-width: 6px;
        left: -12px;
        top: 8px; }
      .row-graduates .graduate-item .graduate-content .head {
        font-size: 12px;
        padding-bottom: 14px;
        margin-bottom: 14px; }
        .row-graduates .graduate-item .graduate-content .head .info {
          padding-right: 0px; }
          .row-graduates .graduate-item .graduate-content .head .info .name {
            font-size: 15px;
            margin-bottom: 5px; }
        .row-graduates .graduate-item .graduate-content .head .logo {
          display: none; } }

@media (max-width: 575px) {
  .main-graduates .main-title-wrap {
    max-width: 368px; }
  .main-graduates .main-title-wrap .main-title:after {
    display: none; }
  .row-graduates .graduate-item .graduate-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    margin-left: 4px; }
    .row-graduates .graduate-item .graduate-photo:before {
      width: 20px;
      height: 30px;
      left: -4px;
      bottom: -4px; }
  .row-graduates .graduate-item .graduate-content {
    margin-left: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .row-graduates .graduate-item:nth-child(even) .graduate-photo {
    margin-right: 4px; }
    .row-graduates .graduate-item:nth-child(even) .graduate-photo:before {
      left: auto;
      right: -4px; }
  .row-graduates .graduate-item:nth-child(even) .graduate-content {
    margin-left: 0;
    margin-right: 12px; } }

@media (max-width: 370px) {
  .row-graduates .graduate-item .graduate-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    max-width: 34px; } }

/* main-devices */
.main-devices {
  background: #BDD6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px; }
  .main-devices .main-title {
    margin-bottom: 30px;
    text-align: left; }
  .main-devices .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 123px 0 80px; }
    .main-devices .text-wrapper .text {
      max-width: 416px; }
    .main-devices .text-wrapper .btn {
      margin-top: 70px; }
  .main-devices .image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .main-devices .image-wrapper .image {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-top: -49px;
      margin-left: -38px;
      position: relative;
      background: url(../images/bg-device.svg) top center no-repeat;
      background-size: 100%;
      padding-top: 166px;
      padding-left: 64px;
      padding-right: 16px;
      padding-bottom: 80px; }

@media (max-width: 991px) {
  .main-devices .text-wrapper {
    padding: 100px 0 80px; }
    .main-devices .text-wrapper .btn {
      margin-top: 50px; }
  .main-devices .image-wrapper .image {
    margin-left: 0;
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 80px; } }

@media (max-width: 767px) {
  .main-devices {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main-devices .main-title {
      margin-bottom: 36px;
      text-align: center; }
    .main-devices .text-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 41px 0 53px; }
      .main-devices .text-wrapper .btn {
        margin-top: 20px; }
      .main-devices .text-wrapper .text {
        max-width: none; }
    .main-devices .mobile-image {
      margin-bottom: 35px;
      text-align: center; }
    .main-devices .image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .main-devices .image-wrapper .image {
        background: none;
        padding: 0; } }

@media (max-width: 400px) {
  .main-devices .main-title {
    text-align: left; } }

/* main-teachers */
.main-teachers {
  padding: 115px 0 73px;
  background: #F4F9F9; }
  .main-teachers .main-title {
    margin-bottom: 109px; }

.row-teachers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row-teachers .teacher-box-wrap {
    padding: 44px 15px 0;
    margin-bottom: 87px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row-teachers .teacher-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 20px 20px 15px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .row-teachers .teacher-box .photo {
      margin-top: -64px;
      margin-bottom: 46px;
      position: relative;
      max-width: 126px;
      max-height: 126px; }
      .row-teachers .teacher-box .photo:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 100%;
        background: #EB0000;
        width: 28px;
        height: 28px; }
      .row-teachers .teacher-box .photo img {
        width: 100%; }
    .row-teachers .teacher-box .name {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 0;
      display: block; }
    .row-teachers .teacher-box .subject {
      color: #EB0000;
      font-size: 12px;
      /*text-transform: uppercase;*/
      margin-bottom: 10px;
      min-height: 36px;
      display: block; }
    .row-teachers .teacher-box .desc {
      line-height: 1.75em;
      margin-bottom: 32px; }
      .row-teachers .teacher-box .desc p:last-child {
        margin-bottom: 0; }
    .row-teachers .teacher-box .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .row-teachers .teacher-box .readmore {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 13px;
      color: #000;
      margin-top: auto; }
      .row-teachers .teacher-box .readmore:after {
        left: 0;
        right: 0;
        border-bottom-color: #000; }
      .row-teachers .teacher-box .readmore:hover {
        color: #EB0000; }
        .row-teachers .teacher-box .readmore:hover:after {
          border-bottom-color: #EB0000; }
    .row-teachers .teacher-box .video-message {
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px;
      text-decoration: none;
      position: relative;
      padding: 2px 0; }
      .row-teachers .teacher-box .video-message:before {
        content: '';
        display: inline-block;
        margin-right: 5px;
        width: 16px;
        min-width: 16px;
        height: 16px;
        border-radius: 50%;
        background: url(../images/play.svg) no-repeat;
        background-color: #EB0000;
        background-size: 7px;
        background-position: 65% center;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .row-teachers .teacher-box .video-message:after {
        content: '';
        position: absolute;
        left: 21px;
        right: 0;
        bottom: 0;
        border-bottom: 1px dashed #EB0000;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
      .row-teachers .teacher-box .video-message:hover {
        color: #000; }
        .row-teachers .teacher-box .video-message:hover:before {
          background-color: #000; }
        .row-teachers .teacher-box .video-message:hover:after {
          border-bottom-color: #000; }

@media (max-width: 991px) {
  .row-teachers .teacher-box-wrap {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (max-width: 767px) {
  .main-teachers {
    padding: 60px 0 73px; }
    .main-teachers .main-title {
      margin-bottom: 30px;
      text-align: left; }
  .row-teachers .teacher-box-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 281px;
    flex: 0 0 281px;
    max-width: 281px;
    margin-bottom: 36px;
    padding-left: 8px;
    padding-right: 8px; }
  .row-teachers .slick-dots {
    padding-top: 0; } }

/* main-questions */
.block-header {
  text-align: center;
  margin: 0 auto 76px; }
  .block-header .main-title {
    margin-bottom: 6px; }
  .block-header p {
    margin: 0; }

.main-questions {
  padding: 79px 0 70px; }
  /* .main-questions .block-header {
    max-width: 485px; } */

.row-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-questions .questions-item {
    background: #B5E3D8;
    margin-bottom: 40px;
    max-width: 945px;
    width: 100%;
    padding: 63px 50px;
    position: relative; }
    .row-questions .questions-item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 22px;
      height: 22px;
      background: #EB0000; }
    .row-questions .questions-item p:last-child {
      margin: 0; }
    .row-questions .questions-item .question {
      display: block;
      max-width: 716px;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.4em;
      letter-spacing: 0.01em;
      margin-bottom: 15px; }

@media (max-width: 767px) {
  .block-header {
    margin-bottom: 40px; }
  .main-questions {
    padding-top: 60px; }
  .row-questions .questions-item {
    padding: 50px 15px 43px;
    margin-bottom: 24px; } }

/* courses */
.courses-page {
  padding-bottom: 10px; }
  .courses-page h1 {
    margin-bottom: 1em; }

.row-courses {
  padding-top: 23px; }
  .row-courses:after {
    content: "";
    display: table;
    clear: both; }
  .row-courses .course-box {
    background-color: #EB0000;
    position: relative;
    padding: 0 88px 0 65px;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px;
    min-height: 405px; }
    .row-courses .course-box .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
      flex: 0 0 54%;
      max-width: 54%;
      padding: 60px 0;
      line-height: 1.4em;
      position: relative;
      z-index: 5; }
    .row-courses .course-box .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
      flex: 0 0 46%;
      max-width: 46%;
      text-align: left;
      margin-top: -30px;
      -ms-flex-item-align: end;
      align-self: flex-end;
      position: relative;
      z-index: 5; }
  .row-courses .subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #790101;
    margin-bottom: 8px; }
  .row-courses .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 18px; }
  .row-courses .buttons {
    padding-top: 37px; }
    .row-courses .buttons .btn:before, .row-courses .buttons .btn:after {
      display: none; }
    .row-courses .buttons .readmore {
      color: #fff; }
      .row-courses .buttons .readmore:after {
        border-bottom-color: #fff; }
      .row-courses .buttons .readmore:hover {
        color: #333333; }
        .row-courses .buttons .readmore:hover:after {
          border-bottom-color: #333333; }

@media (max-width: 991px) {
  .row-courses .course-box {
    padding: 0 30px;
    margin-bottom: 62px; }
    .row-courses .course-box .text {
      padding: 30px 0; }
    .row-courses .course-box .image {
      margin-top: 0; }
  .row-courses .buttons {
    text-align: center;
    padding-top: 22px; }
    .row-courses .buttons .btn {
      margin: 0 0 15px; } }

@media (max-width: 767px) {
  .row-courses .course-box {
    padding: 0;
    font-size: 14px; }
    .row-courses .course-box:before, .row-courses .course-box:after {
      display: none; }
    .row-courses .course-box .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 30px 15px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .row-courses .course-box .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: center;
      margin-top: -24px; }
      .row-courses .course-box .image img {
        height: 271px;
        -o-object-fit: cover;
        object-fit: cover; }
  .row-courses .subtitle {
    font-size: 13px; }
  .row-courses .title {
    font-size: 18px; } }

/* page-course */
.page-course .main-header.sticky {
  position: absolute !important; }

.page-course .main {
  padding: 0; }

.page-course-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 26px 0;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s;
  -o-transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s;
  transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s; }
  .page-course-header.sticky {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s; }
  .page-course-header .header-container {
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .page-course-header .logo {
    display: block;
    max-width: 115px;
    margin-right: 107px; }
    .page-course-header .logo img {
      width: 115px; }
  .page-course-header .btn {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px; }
    .page-course-header .btn:before, .page-course-header .btn:after {
      display: none; }
  .page-course-header .course-nav {
    padding: 0;
    margin-right: auto; }
    .page-course-header .course-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-course-header .course-nav ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
        padding: 5px 15px;
        display: block; }
      .page-course-header .course-nav ul li:hover a {
        color: #EB0000; }

@media (max-width: 1199px) {
  .page-course-header .logo {
    margin-right: 35px; } }

@media (max-width: 1040px) {
  .page-course-header .logo {
    margin-right: 30px; }
  .page-course-header .course-nav ul li a {
    padding: 5px 10px; } }

@media (max-width: 991px) {
  .page-course-header {
    display: none; } }

/* course-head-block */
.course-head-block {
  background: #EB0000;
  padding: 50px 0 0;
  color: #fff; }
  .course-head-block .course-head-row {
    position: relative;
    z-index: 1;
    margin: 0; }
  .course-head-block .breadcrumbs {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28px; }
    .course-head-block .breadcrumbs ol li a {
      color: #fff; }
    .course-head-block .breadcrumbs ol li + li:before {
      color: #fff; }
  .course-head-block .course-info {
    padding: 0 0 50px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .course-head-block .subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .course-head-block h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 140%;
    text-transform: none;
    color: #FFFFFF;
    margin-bottom: 26px; }
  .course-head-block .description {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.45em; }
  .course-head-block .duration {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 500; }
  .course-head-block .image {
    padding: 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: left; }

@media (max-width: 991px) {
  .course-head-block {
    padding-top: 24px; }
    .course-head-block .course-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 0 15px 60px; }
      .course-head-block .course-info .breadcrumbs {
        display: none; }
      .course-head-block .course-info .half-content {
        max-width: 705px;
        width: 100%;
        margin: 0 auto;
        float: none; }
    .course-head-block .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 0;
      margin-bottom: 57px; }
      .course-head-block .image img {
        height: 271px;
        -o-object-fit: cover;
        object-fit: cover; } }

@media (max-width: 767px) {
  .course-head-block .course-info {
    padding-bottom: 40px; }
  .course-head-block .subtitle {
    font-size: 13px; }
  .course-head-block h1 {
    font-weight: 500;
    font-size: 22px; }
  .course-head-block .description {
    font-size: 12px;
    line-height: 1.55em;
    margin-bottom: 45px; }
  .course-head-block .duration {
    display: none; } }

@media (max-width: 575px) {
  .course-head-block .btn {
    width: 100%; } }

/* .course-video */
.course-video {
  padding: 170px 0 140px; }
  .course-video .video-box {
    position: relative; }
    .course-video .video-box .image {
      position: relative; }
      .course-video .video-box .image img {
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover; }
      .course-video .video-box .image:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), rgba(56, 63, 79, 0.3);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(56, 63, 79, 0.3);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(56, 63, 79, 0.3); }
    .course-video .video-box .over-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 30px 15px;
      color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 16px; }
      .course-video .video-box .over-image .center-box {
        max-width: 446px; }
      .course-video .video-box .over-image .play-wrap {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .course-video .video-box .over-image .play-wrap .btn-play {
          margin-left: -25px; }
      .course-video .video-box .over-image p {
        margin: 0; }

@media (max-width: 991px) {
  .course-video {
    padding: 130px 0; } }

@media (max-width: 767px) {
  .course-video {
    padding: 65px 0 100px; }
    .course-video .btn-play {
      text-indent: -1000px;
      display: block; } }

@media (max-width: 575px) {
  .course-video .main-title-wrap {
    max-width: 230px; }
  .course-video .video-box .over-image {
    font-size: 12px; }
  .course-video .btn-play {
    width: 60px;
    height: 60px;
    padding: 0;
    margin-left: -10px !important; }
    .course-video .btn-play:before {
      width: 45px;
      height: 45px;
      background-size: 14px; }
    .course-video .btn-play:after {
      width: 15px;
      height: 15px;
      right: auto;
      left: 0; }
  .course-video .video-box .over-image .play-wrap {
    margin-bottom: 30px; } }

/* course-for */
.course-for {
  background: #B5E3D8;
  padding: 103px 0 110px; }
  .course-for .main-title {
    text-align: left;
    margin-bottom: 21px; }
  .course-for .description {
    max-width: 705px;
    margin-bottom: 66px; }
  .course-for .row-course-for .item-w {
    padding: 0 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .course-for .row-course-for .item {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 74px;
    padding: 5px 10px 5px 18px; }
    .course-for .row-course-for .item .icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
      flex: 0 0 34px;
      max-width: 34px; }
      .course-for .row-course-for .item .icon img {
        width: 100%; }
    .course-for .row-course-for .item .text {
      padding-left: 19px; }
    .course-for .row-course-for .item p {
      margin: 0; }

@media (max-width: 991px) {
  .course-for .row-course-for .item-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .course-for {
    padding: 40px 0 30px; }
    .course-for .description {
      margin-bottom: 30px; } }

@media (max-width: 575px) {
  .course-for .row-course-for .item-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; } }

/* course-results */
.course-results {
  background: #F4F9F9;
  padding: 140px 0 110px; }
  .course-results .main-title-wrap {
    max-width: 745px; }

/* course-themes */
.course-themes {
  padding: 137px 0 70px;
  background: #fff; }
  .course-themes .main-title-wrap {
    margin-bottom: 122px; }

.row-themes .item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 70px; }
  .row-themes .item .head-themes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px; }
    .row-themes .item .head-themes .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 107px;
      flex: 0 0 107px;
      max-width: 107px;
      position: relative; }
      .row-themes .item .head-themes .image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 31px;
        height: 31px;
        background: #EB0000;
        -webkit-transform: translate(-100%, -100%);
        -ms-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%); }
    .row-themes .item .head-themes .info {
      padding-left: 37px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .row-themes .item .head-themes .title {
      font-weight: 500;
      font-size: 24px;
      color: #000000;
      margin-bottom: 10px; }
    .row-themes .item .head-themes .duration {
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0; }
      .row-themes .item .head-themes .duration:before {
        content: '';
        background: url(../images/duration.svg) center center no-repeat;
        display: block;
        width: 15px;
        height: 15px;
        margin-right: 8px; }
  .row-themes .item .description {
    line-height: 1.75em; }

@media (max-width: 1199px) {
  .row-themes .item {
    padding: 0 15px 0 46px; } }

@media (max-width: 767px) {
  .course-results {
    padding: 65px 0 35px; }
  .course-themes {
    padding: 65px 0 15px;
    background: #fff; }
    .course-themes .main-title-wrap {
      margin-bottom: 55px; }
  .row-themes .item {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; }
    .row-themes .item .head-themes {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 25px; }
      .row-themes .item .head-themes .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        margin-bottom: 26px; }
        .row-themes .item .head-themes .image:before {
          left: 100%;
          top: 100%;
          width: 20px;
          height: 20px;
          background: #EB0000;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
      .row-themes .item .head-themes .info {
        padding-left: 0;
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        width: 100%; } }

@media (max-width: 575px) {
  .course-themes .main-title-wrap .main-title {
    max-width: 120px; } }

/* course-lectors */
.course-lectors {
  padding-bottom: 50px; }
  .course-lectors .teacher-box .buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .course-lectors .teacher-box-wrap {
    margin-bottom: 60px; }

@media (max-width: 1199px) {
  .course-lectors .row-teachers .teacher-box-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (max-width: 991px) {
  .course-lectors .row-teachers .teacher-box-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .course-lectors {
    padding-top: 40px; }
  .course-lectors .row-teachers .teacher-box-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    margin-bottom: 40px; }
  .course-lectors .teacher-box .buttons {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .course-lectors .row-teachers .teacher-box .subject {
    min-height: 0; } }

/* course-сertificate */
.course-certificate {
  padding-top: 90px;
  background: #B6B8DC url(../images/course-certificate-bg.svg) center 26px no-repeat; }
  .course-certificate .main-title {
    text-align: left;
    margin-bottom: 34px; }
  .course-certificate .certificate-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .course-certificate .certificate-row .half-content {
      padding-left: 15px; }
    .course-certificate .certificate-row .certificate-text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px 79px;
      font-size: 16px;
      line-height: 1.65em; }
      .course-certificate .certificate-row .certificate-text .text {
        max-width: 456px; }
        .course-certificate .certificate-row .certificate-text .text p {
          margin-bottom: 1.5em; }
    .course-certificate .certificate-row .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px;
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-bottom: -50px; }

@media (max-width: 991px) {
  .course-certificate .certificate-row .half-content {
    padding: 0;
    margin: 0 auto;
    float: none;
    max-width: 705px;
    width: 100%; }
  .course-certificate .certificate-row .certificate-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px; }
    .course-certificate .certificate-row .certificate-text .text {
      max-width: none; }
  .course-certificate .certificate-row .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: -72px;
    text-align: center; } }

@media (max-width: 767px) {
  .course-certificate {
    padding-top: 40px;
    background-image: none; }
  .course-certificate .main-title {
    margin-bottom: 17px; }
  .course-certificate .certificate-row .certificate-text {
    font-size: 14px;
    padding-bottom: 20px; } }

/* course-graduates */
.course-graduates {
  background: #fff;
  padding-top: 176px; }

/* course-questions */
.course-questions {
  background: #F4F9F9; }

@media (max-width: 767px) {
  .course-graduates {
    padding-top: 122px;
    padding-bottom: 20px; }
  .course-questions {
    padding: 50px 0 25px; } }

/* blog */
.blog-page {
  padding-bottom: 90px; }
  .blog-page h1 {
    margin-bottom: 47px; }

/**/
.articles-wrap {
  margin-bottom: 10px; }
  .articles-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .articles-wrap .article {
    background: #fff;
    padding: 36px 36px 24px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    position: relative; }
    .articles-wrap .article:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 36px;
      height: 36px;
      background: #EB0000; }
    .articles-wrap .article .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 242px;
      flex: 0 0 242px;
      max-width: 242px;
      margin-bottom: 12px; }
      .articles-wrap .article .image a {
        display: block; }
      .articles-wrap .article .image img {
        width: 100%; }
    .articles-wrap .article .text {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-left: 34px; }
    .articles-wrap .article .date {
      font-size: 12px;
      color: #000;
      opacity: 0.3;
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .articles-wrap .article .date:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/date.svg) center center no-repeat;
        background-size: contain;
        margin-right: 6px; }
    .articles-wrap .article .h2, .articles-wrap .article h2 {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5em;
      margin-bottom: 5px; }
      .articles-wrap .article .h2 a, .articles-wrap .article h2 a {
        text-decoration: none;
        color: #000;
        display: block; }
        .articles-wrap .article .h2 a:hover, .articles-wrap .article h2 a:hover {
          color: #EB0000; }
    .articles-wrap .article .short-description {
      font-size: 14px;
      line-height: 1.75em;
      margin-bottom: 20px; }
      .articles-wrap .article .short-description p {
        margin: 0; }

.loadmore {
  margin-bottom: 40px;
  text-align: center; }
  .loadmore .btn {
    min-width: 225px; }
    .loadmore .btn:after {
      display: none; }
    .loadmore .btn .icon {
      position: absolute;
      left: 12px;
      top: 14px;
      width: 20px;
      height: 20px;
      display: block;
      background: url(../images/loadmore.svg) center center no-repeat;
      background-size: contain; }
    .loadmore .btn.active .icon {
      -webkit-animation-name: rotation;
      animation-name: rotation;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.meta-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .meta-tags a {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    background: rgba(189, 214, 230, 0.4);
    padding: 6px 16px;
    margin-right: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    border-radius: 2px;
    font-size: 12px; }
    .meta-tags a:hover {
      color: #000;
      background: #BDD6E6;
      -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); }

.blog-sidebar {
  margin-top: -99px;
  margin-bottom: 40px; }
  .blog-sidebar .sort {
    padding-top: 16px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 47px; }
    .blog-sidebar .sort .title {
      margin-right: 20px;
      color: #333;
      opacity: 0.5; }
    .blog-sidebar .sort select {
      height: 34px;
      background: #FFFFFF;
      border: 1px solid #000000;
      font-weight: 500;
      font-size: 12px;
      color: #333333;
      padding: 0 10px; }
  .blog-sidebar h3, .blog-sidebar .h3 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 13px; }
  .blog-sidebar .all-tags {
    display: none; }

/* select */
.sort .jcf-select {
  position: relative;
  background: #fff;
  border: 1px solid #000000;
  margin: 0 0 0px;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 152px;
  font-size: 12px;
  height: 34px; }

.sort .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.sort .jcf-select .jcf-select-text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 0 30px 0 17px;
  font-weight: 500;
  font-size: 12px;
  color: #333333; }

.sort .jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 25px;
  bottom: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sort .jcf-select .jcf-select-opener:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.sort .jcf-select.jcf-drop-active .jcf-select-opener:after {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.sort .jcf-select:hover .jcf-select-opener:after {
  color: #EB0000; }

@media (max-width: 1199px) {
  .articles-wrap .article .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .blog-content .articles-wrap .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog-content .articles-wrap .article .image {
    margin-bottom: 25px; }
  .blog-content .articles-wrap .article .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .blog-sidebar .sort {
    padding-top: 7px;
    margin-bottom: 45px; } }

@media (max-width: 767px) {
  .blog-page {
    padding-bottom: 50px; }
    .blog-page h1 {
      margin-bottom: 20px; }
  .blog-row .blog-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .blog-row .blog-sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .blog-row .blog-sidebar .meta-tags-wrap {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .blog-row .blog-sidebar .sort {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  .blog-sidebar {
    margin-bottom: 30px; }
    .blog-sidebar .meta-tags-wrap {
      margin-bottom: 36px; }
    .blog-sidebar .meta-tags {
      max-height: 156px;
      position: relative;
      overflow: hidden;
      margin-bottom: 4px; }
      .blog-sidebar .meta-tags:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30px;
        background: -webkit-gradient(linear, left bottom, left top, from(#F4F9F9), to(rgba(244, 249, 249, 0.5)));
        background: -o-linear-gradient(bottom, #F4F9F9 0%, rgba(244, 249, 249, 0.5) 100%);
        background: linear-gradient(0deg, #F4F9F9 0%, rgba(244, 249, 249, 0.5) 100%); }
      .blog-sidebar .meta-tags.open {
        max-height: none; }
        .blog-sidebar .meta-tags.open:after {
          display: none; }
    .blog-sidebar .all-tags {
      display: inline-block; }
      .blog-sidebar .all-tags .tags-show {
        display: block; }
      .blog-sidebar .all-tags .tags-hide {
        display: none; }
      .blog-sidebar .all-tags.active .tags-show {
        display: none; }
      .blog-sidebar .all-tags.active .tags-hide {
        display: block; }
    .blog-sidebar .sort {
      padding: 0;
      margin: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media (max-width: 575px) {
  .articles-wrap .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 36px 15px 28px; }
    .articles-wrap .article:before {
      right: 0;
      left: auto; }
  .articles-wrap .article .image {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 21px; }
  .articles-wrap .article .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; } }

/* single */
.page-header {
  max-width: 1062px;
  margin-bottom: 116px;
  padding-top: 28px;
  position: relative;
  color: #fff; }
  .page-header:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 98px;
    left: 100%;
    top: 100%;
    background: #EB0000; }
  .page-header .image {
    position: relative;
    background: #333;
    min-height: 462px; }
    .page-header .image:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: #000000;
      opacity: 0.6; }
    .page-header .image img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 462px; }
  .page-header .page-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 61px 70px; }
  .page-header h1 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
  .page-header .date {
    font-size: 12px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-header .date:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/date-white.svg) center center no-repeat;
      background-size: contain;
      margin-right: 6px; }

.page-content {
  max-width: 735px;
  margin-left: 70px; }
  .page-content .text-wrap {
    margin-bottom: 40px; }
  .page-content .meta-tags {
    margin-bottom: 28px; }
    .page-content .meta-tags p {
      width: 100%;
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 13px; }
  .page-content .share {
    border: 1px solid #000000;
    margin-bottom: 95px;
    text-align: center;
    padding: 45px 15px; }
    .page-content .share p {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 30px; }
    .page-content .share .share-buttons a {
      display: inline-block;
      margin: 0 8px; }
  .page-content .main-title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 60px; }

@media (max-width: 1199px) {
  .page-content {
    margin-left: 0; } }

@media (max-width: 991px) {
  .page-header {
    margin-bottom: 80px;
    padding-top: 28px; }
    .page-header:after {
      width: 70px;
      height: 70px; }
    .page-header .page-info {
      padding: 30px; }
  .page-content {
    max-width: none; } }

@media (max-width: 767px) {
  .page-header {
    margin-bottom: 80px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page-header:after {
      width: 49px;
      height: 49px;
      right: 0;
      left: auto; }
    .page-header .page-info {
      padding: 0px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      position: relative;
      bottom: auto;
      left: auto;
      color: #000000;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .page-header h1 {
      color: #000;
      font-size: 30px;
      margin-bottom: 26px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .page-header .date {
      font-size: 12px;
      margin-bottom: 0;
      opacity: 0.3;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .page-header .date:before {
        background: url(../images/date.svg) center center no-repeat; }
    .page-header .image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding-right: 49px;
      background: none;
      min-height: 200px; }
      .page-header .image:after {
        display: none; }
      .page-header .image img {
        height: auto;
        min-height: 200px; }
  .page-content .main-title {
    font-size: 24px;
    margin-bottom: 40px; }
  .page-content .share {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .page-header h1 {
    font-size: 22px;
    margin-bottom: 20px; }
  .page-content .share {
    padding: 20px 15px 30px;
    margin-bottom: 60px; }
  .page-content .main-title {
    font-size: 18px;
    margin-bottom: 20px; } }

/* registration */
.registration-page {
  padding-top: 25px; }
  .registration-page h1 {
    text-align: center;
    margin-bottom: 1.1em; }

.registration-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 468px;
  margin: 0 auto 37px; }
  .registration-steps .step {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 15px; }
    .registration-steps .step .num {
      background: rgba(0, 0, 0, 0.05);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin: 0 auto 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: bold;
      font-size: 24px;
      color: rgba(0, 0, 0, 0.5);
      position: relative; }
      .registration-steps .step .num:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 100%;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 1px solid #F2F2F2;
        width: 80px; }
    .registration-steps .step:first-child .num:after {
      right: auto;
      left: 100%; }
    .registration-steps .step.active {
      color: #000; }
      .registration-steps .step.active .num {
        background: rgba(0, 0, 0, 0.1);
        color: #000; }

.registration-box {
  background: #fff;
  border: 1px solid #000000;
  max-width: 468px;
  margin: 0 auto 50px;
  padding: 40px 40px 20px; }

.message {
  margin-bottom: 22px; }
  .message .warning {
    color: #EB0000;
    padding-left: 27px;
    position: relative; }
    .message .warning:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 18px;
      height: 16px;
      background: url(../images/warning.svg) center center no-repeat;
      background-size: contain; }
  .message .dark {
    color: rgba(0, 0, 0, 0.5);
    padding-left: 27px;
    position: relative; }
    .message .dark:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 18px;
      height: 16px;
      background: url(../images/warning-dark.svg) center center no-repeat;
      background-size: contain;
      opacity: 0.5; }

/* sign-up-sucess */
.sign-up-sucess {
  padding: 95px 0 186px;
  text-align: center;
  max-width: 445px;
  margin: 0 auto; }
  .sign-up-sucess h1, .sign-up-sucess .h1 {
    margin-bottom: 16px; }
  .sign-up-sucess h3, .sign-up-sucess .h3 {
    margin-bottom: 30px; }
  .sign-up-sucess .btn {
    margin-top: 12px;
    width: 386px;
    max-width: 100%; }

@media (max-width: 767px) {
  .sign-up-sucess h3, .sign-up-sucess .h3 {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .registration-page {
    padding-top: 5px; }
  .registration-steps {
    margin-bottom: 30px; }
    .registration-steps .step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 0; }
      .registration-steps .step .num {
        width: 32px;
        height: 32px;
        margin: 0 8px 0 0;
        font-size: 16px; }
        .registration-steps .step .num:after {
          display: none; }
  .registration-box {
    padding: 15px; }
  .message {
    font-size: 12px; }
    .message .warning {
      font-size: 14px; }
  .sign-up-sucess {
    padding: 0px 0 50px;
    font-size: 12px; }
    .sign-up-sucess h1, .sign-up-sucess .h1 {
      margin-bottom: 14px; }
    .sign-up-sucess h3, .sign-up-sucess .h3 {
      margin-bottom: 10px;
      font-size: 16px; }
    .sign-up-sucess .btn {
      padding: 10px 15px; } }

/* cl all courses */
.lc-courses-page {
  padding-bottom: 0; }
  .lc-courses-page h1, .lc-courses-page .h1 {
    text-transform: none; }
  .lc-courses-page .related-courses {
    background: #fff;
    padding: 100px 0 15px; }
  .lc-courses-page .row-courses .buttons {
    padding-top: 25px; }

.my-training {
  margin-bottom: 70px; }
  .my-training:after {
    content: "";
    display: table;
    clear: both; }

.my-training-row {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 34px; }
  .my-training-row .my-training-top {
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .my-training-row .training-info-all {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
    border-right: 1px solid rgba(218, 216, 215, 0.5); }
  .my-training-row .mark {
    display: inline-block;
    font-weight: 500;
    font-size: 9px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    background: #BDD6E6;
    padding: 5px 13px;
    margin-right: 15px;
    margin-bottom: 24px; }
  .my-training-row .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 11px; }
  .my-training-row .my-training-footer {
    padding: 23px;
    background: #FAFAFC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666F97;
    font-size: 14px; }
    .my-training-row .my-training-footer p {
      margin-bottom: 0; }
  .my-training-row .training-info-box-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px 0 90px; }
  .my-training-row .training-info-box {
    padding: 0 30px 0 0; }
    .my-training-row .training-info-box:last-child {
      padding-right: 0; }

.training-info-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.training-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 0; }
  .training-info-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(102, 111, 151, 0.1);
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px; }
  .training-info-box.info-lectures .icon {
    background-image: url(../images/icon-lecture.svg); }
  .training-info-box.info-tests .icon {
    background-image: url(../images/icon-star.svg); }
  .training-info-box .title {
    font-size: 12px;
    color: #666F97; }
  .training-info-box .val {
    font-weight: 500;
    font-size: 18px;
    color: #000000; }
    .training-info-box .val.success {
      color: #1CCB67; }

.progress-ring {
  width: 14px;
  height: 14px; }

.ring__circle {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke: #E1DAF6;
  stroke-width: 15;
  fill: none; }

.progress-ring__circle {
  -webkit-transition: 0.35s stroke-dashoffset;
  -o-transition: 0.35s stroke-dashoffset;
  transition: 0.35s stroke-dashoffset;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke: #1CCB67;
  stroke-width: 15;
  fill: none;
  stroke-dasharray: 314.159, 314.159;
  stroke-dashoffset: 314.159; }

.to-training {
  color: #EB0000;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px; }
  .to-training:before {
    content: '';
    display: block;
    margin-right: 13px;
    width: 21px;
    min-width: 21px;
    height: 21px;
    border-radius: 50%;
    background: url(../images/play.svg) no-repeat;
    border: 1px solid  #EB0000;
    background-size: 7px;
    background-position: 65% center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .to-training:after {
    content: '';
    display: block;
    border: 4px solid transparent;
    border-left: 7px solid #EB0000;
    border-right: none;
    position: absolute;
    left: 8px;
    top: 7px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .to-training:hover {
    text-decoration: none;
    color: #333333; }
    .to-training:hover:before {
      border-color: #333333; }
    .to-training:hover:after {
      border-left-color: #333333; }

@media (max-width: 1199px) {
  .my-training-row .training-info-box-wrap {
    padding: 0 30px; } }

@media (max-width: 991px) {
  .my-training-row .my-training-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0; }
    .my-training-row .my-training-top .training-info-all {
      padding-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 1px solid rgba(218, 216, 215, 0.5); }
      .my-training-row .my-training-top .training-info-all .mark {
        margin-bottom: 15px; }
      .my-training-row .my-training-top .training-info-all .name {
        margin-bottom: 19px; }
  .my-training-row .training-info-box-wrap {
    padding: 0; }
  .training-info-box-wrap .training-info-box {
    padding: 12px 0; } }

@media (max-width: 767px) {
  .lc-courses-page .related-courses {
    padding: 50px 0 25px; }
  .my-training {
    margin-bottom: 20px; }
  .my-training-row {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .my-training-row .training-info-box-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .training-info-box-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .training-info-box-wrap .info-lectures {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-right: 35px; }
    .training-info-box-wrap .info-tests {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .training-info-box-wrap .info-progress {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border-bottom: 1px solid rgba(218, 216, 215, 0.5);
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .training-info-box-wrap .info-progress > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .training-info-box-wrap .info-progress > div .val {
          margin-left: 15px; }
  .my-training-row .my-training-footer .training-name {
    width: 100%;
    padding-top: 5px; } }

@media (max-width: 400px) {
  .training-info-box .icon {
    width: 26px;
    height: 26px;
    min-width: 26px; }
  .info-progress .icon {
    background: none;
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-right: 15px; }
  .my-training-row .my-training-top {
    padding: 15px 15px 0; }
  .my-training-row .my-training-footer {
    padding: 20px 15px; }
  .training-info-box-wrap .info-lectures {
    margin-right: 30px; } }

/**/
.message-box-wrap {
  margin-bottom: 16px; }
  .message-box-wrap:after {
    content: "";
    display: table;
    clear: both; }

.message-box {
  border: 1px solid #EB0000;
  padding: 30px;
  font-size: 14px;
  margin-bottom: 24px; }
  .message-box .message-title {
    font-weight: bold;
    font-size: 16px;
    color: #EB0000;
    padding-left: 27px;
    position: relative; }
    .message-box .message-title:before {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      width: 18px;
      height: 16px;
      background: url(../images/warning.svg) center center no-repeat;
      background-size: contain; }
  .message-box .link {
    font-size: 12px; }

@media (max-width: 575px) {
  .message-box-wrap {
    margin-bottom: 0; }
  .message-box {
    padding: 24px 14px;
    font-size: 12px; } }

/* lc-course-page */
.lc-course-page h1 {
  margin-bottom: 35px;
  text-transform: none;
}

.alert-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px; }
  .alert-wrap .alert {
    background: none;
    border: none;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    padding: 0 30px 0 27px;
    margin: 0;
    position: relative; }
    .alert-wrap .alert:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 18px;
      height: 16px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .alert-wrap .alert.alert-danger:before {
      background-image: url(../images/warning.svg); }
    .alert-wrap .alert.alert-success:before {
      background-image: url(../images/alert-success.svg); }
    .alert-wrap .alert p {
      margin: 0; }

.training-row-wrap {
  margin-bottom: 66px; }

.training-row {
  padding: 44px 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 2px; }
  .training-row .training-info-box-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 560px; }
  .training-row .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .training-row .btn-wrap .btn {
      margin-left: 40px;
      padding-left: 12px;
      padding-right: 12px;
      min-width: 256px; }

.link-mobile {
  display: none; }

@media (max-width: 1199px) {
  .training-row .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .training-row .btn-wrap .btn {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 0; }
    .training-row .btn-wrap .link {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 15px; } }

@media (max-width: 991px) {
  .lc-course-page h1 {
    margin-bottom: 26px; }
  .lc-course-page .alert-wrap .link {
    display: none; }
  .alert-wrap .alert {
    padding: 27px 0px 0 0; }
    .alert-wrap .alert:before {
      left: 0;
      top: 0px; }
  .training-row {
    padding: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .training-row .training-info-box-wrap {
      padding: 20px 15px; }
    .training-row .btn-wrap {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      background: #F4F9F9;
      padding: 20px 15px; }
  .link-mobile {
    display: inline-block; } }

@media (max-width: 575px) {
  .training-row {
    padding: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .training-row .training-info-box-wrap {
      padding: 0px 15px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

/* accordion */
.accordion {
  margin-bottom: 105px; }
  .accordion .accordion-card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 34px; }
  .accordion .accordion-card-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    padding: 27px 110px 27px 24px;
    position: relative; }
    .accordion .accordion-card-header:after {
      content: '';
      position: absolute;
      right: 49px;
      top: 50%;
      border: 5px solid transparent;
      border-bottom: none;
      border-top: 6px solid #000;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .accordion .accordion-card-header:not(.collapsed):after {
      border-top: none;
      border-bottom: 6px solid #000; }
    .accordion .accordion-card-header .num {
      width: 45px;
      min-width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #33332F;
      margin-right: 50px; }
    .accordion .accordion-card-header .name {
      text-align: left; }
    .accordion .accordion-card-header .result {
      margin-left: auto;
      color: #EB0000;
      padding-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
      .accordion .accordion-card-header .result:before {
        content: '';
        display: block;
        min-width: 19px;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        margin-right: 12px;
        background-position: center;
        background-image: url(../images/danger.svg);
        background-repeat: no-repeat;
        background-size: contain; }
      .accordion .accordion-card-header .result.success {
        color: #1CCB67; }
        .accordion .accordion-card-header .result.success:before {
          background-image: url(../images/success.svg); }
      .accordion .accordion-card-header .result.closed {
        opacity: 0.5;
        color: #000; }
        .accordion .accordion-card-header .result.closed:before {
          background-image: url(../images/closed.svg); }
  .accordion .accordion-card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 28px 10px; }
    .accordion .accordion-card-body .btn {
      width: 386px;
      max-width: 100%;
      margin-top: 30px;
      margin-bottom: 40px; }

.block-cover {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 390px;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px; }
  .block-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6); }
  .block-cover .block-cover-inner {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 910px; }
    .block-cover .block-cover-inner .title {
      font-weight: bold;
      font-size: 32px;
      line-height: 1.6em;
      margin-bottom: 27px; }

@media (max-width: 991px) {
  .accordion .accordion-card-header {
    padding: 25px 60px 25px 24px; }
  .accordion .accordion-card-header:after {
    right: 24px; }
  .accordion .accordion-card-header .num {
    margin-right: 20px; }
  .block-cover {
    padding: 30px 30px 30px 50px; }
    .block-cover .block-cover-inner .title {
      font-size: 28px; } }

@media (max-width: 767px) {
  .accordion {
    margin-bottom: 60px; }
  .accordion .accordion-card {
    margin-bottom: 20px; }
  .accordion .accordion-card-header {
    padding: 12px 48px 15px 12px;
    font-size: 15px; }
    .accordion .accordion-card-header:after {
      right: 20px; }
    .accordion .accordion-card-header .num {
      font-weight: 500;
      font-size: 11px;
      width: 24px;
      height: 24px;
      min-width: 24px;
      margin-right: 10px; }
  .accordion .accordion-card-body {
    padding: 30px 12px; } }

@media (max-width: 575px) {
  .accordion .accordion-card-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .accordion .accordion-card-header .result {
      width: 100%;
      border-top: 1px dashed rgba(0, 0, 0, 0.1);
      padding-top: 12px;
      padding-left: 3px;
      font-size: 12px;
      margin-top: 12px; }
  .block-cover {
    padding: 50px 18px;
    min-height: 290px; }
    .block-cover .block-cover-inner .title {
      font-size: 18px; }
    .block-cover .btn {
      padding-left: 15px;
      padding-right: 15px; }
      .block-cover .btn:after {
        display: none; } }

.video-cards-row {
  margin: 0 -15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .video-cards-row .video-card-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 30px; }

.video-card {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 0 0 5px 5px; }
  .video-card .image {
    position: relative; }
    .video-card .image a, .video-card .image span {
      position: relative;
      display: block;
      z-index: 2; }
      .video-card .image a:before, .video-card .image span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
    .video-card .image a .play {
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .video-card .image a .play:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        border: 1px solid #fff;
        width: 36px;
        height: 36px;
        background: url(../images/play.svg) no-repeat;
        background-size: 10px;
        background-position: 55% center; }
      .video-card .image a .play:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border: 1px solid #fff;
        width: 14px;
        height: 14px; }
    .video-card .image a:hover .play {
      opacity: 0.8; }
    .video-card .image span:after {
      content: '';
      width: 52px;
      height: 52px;
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url(../images/lock.svg) center center no-repeat;
      background-size: contain; }
  .video-card .card-body {
    padding: 15px 15px 18px; }
    .video-card .card-body .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 11px; }
      .video-card .card-body .info .lesson {
        padding-right: 15px;
        color: #666F97;
        font-size: 12px; }
      .video-card .card-body .info .status {
        color: #666F97;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px; }
        .video-card .card-body .info .status.viewed {
          color: #1CCB67; }
          .video-card .card-body .info .status.viewed:before {
            content: '';
            display: block;
            min-width: 15px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            margin-right: 6px;
            background-position: center;
            background-image: url(../images/success.svg);
            background-repeat: no-repeat;
            background-size: contain; }
    .video-card .card-body .title {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.5em;
      margin-bottom: 9px; }
      .video-card .card-body .title a {
        color: #000;
        display: block; }
    .video-card .card-body .duration {
      font-size: 14px;
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .video-card .card-body .duration:before {
        content: '';
        display: block;
        min-width: 15px;
        width: 14px;
        height: 14px;
        margin-right: 7px;
        background-position: center;
        background-image: url(../images/clock.svg);
        background-repeat: no-repeat;
        background-size: contain; }

@media (max-width: 1199px) {
  .video-card .card-body .info .status {
    margin-right: 0; } }

@media (max-width: 991px) {
  .video-cards-row .video-card-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .video-cards-row {
    margin-bottom: 0; } }

@media (max-width: 575px) {
  .video-cards-row .video-card-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .video-card .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 200px; } }

/* lc-download-page */
.lc-download-page {
  padding-bottom: 10px; }
  .lc-download-page .block-cover {
    margin-bottom: 130px; }
  .lc-download-page h1 {
    margin-bottom: 40px; }

.back-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0 10px; }

.back-link {
  display: inline-block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .back-link:before {
    content: '';
    background-color: #FFFFFF;
    background-image: url(../images/back.svg);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    vertical-align: middle; }
  .back-link:hover {
    text-decoration: none; }

.content-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px; }

.certificate-box {
  margin-bottom: 110px;
  text-align: center;
  padding: 40px 30px; }
  .certificate-box .center-box {
    margin: 0 auto;
    max-width: 708px; }
  .certificate-box .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px; }
  .certificate-box .image {
    margin-bottom: 89px; }
  .certificate-box .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .certificate-box .buttons hr {
      width: 100%;
      margin: 40px 0 37px; }
    .certificate-box .buttons .btn {
      width: 244px;
      margin: 0 30px; }
    .certificate-box .buttons .link {
      margin: 0 30px; }

@media (max-width: 767px) {
  .back-wrap {
    padding-bottom: 15px;
    padding-top: 10px; }
  .lc-download-page h1 {
    margin-bottom: 27px; }
  .certificate-box {
    margin-bottom: 60px;
    padding: 20px 15px 30px; }
    .certificate-box .title {
      font-size: 18px;
      text-align: left;
      margin-bottom: 20px; }
    .certificate-box .image {
      margin-bottom: 40px; }
    .certificate-box .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .certificate-box .buttons hr {
        margin: 30px 0; }
      .certificate-box .buttons .btn {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 30px; }
      .certificate-box .buttons .link {
        margin: 0; }
  .lc-download-page .block-cover {
    margin-bottom: 80px; } }

/* links-to-block */
.links-to-block {
  margin-bottom: 30px; }
  .links-to-block .link {
    margin-right: 30px;
    margin-bottom: 30px; }

.download-materials .download-row {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px; }
  .download-materials .download-row:last-child {
    border-bottom: none; }
  .download-materials .download-row .file-name {
    font-weight: bold;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 24px;
    position: relative; }
    .download-materials .download-row .file-name:before {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      width: 15px;
      height: 15px;
      background: url(../images/file.svg) center no-repeat;
      background-size: contain; }
  .download-materials .download-row .size {
    margin-left: auto; }
  .download-materials .download-row .link {
    margin-left: 45px;
    margin-right: 20px;
    padding-left: 38px; }
    .download-materials .download-row .link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background: url(../images/download.svg) center no-repeat;
      background-size: contain; }
    .download-materials .download-row .link:after {
      left: 38px; }

.accordion-materials {
  margin-bottom: 95px; }
  .accordion-materials .accordion-card-body {
    padding: 31px 28px 7px; }

@media (max-width: 1199px) {
  .links-to-block .link {
    margin-right: 16px;
    font-size: 13px; } }

@media (max-width: 991px) {
  .links-to-block .link {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .links-to-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 9px;
    padding-top: 5px;
    overflow-x: auto;
    margin-bottom: 30px; }
    .links-to-block .link {
      font-size: 14px;
      margin-right: 29px;
      margin-bottom: 0; }
  .accordion-materials {
    margin-bottom: 60px; }
  .accordion-materials .accordion-card-body {
    padding: 0px 15px; }
  .download-materials .download-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 23px 0;
    border-bottom-style: solid; }
    .download-materials .download-row .file-name {
      width: 100%;
      margin-bottom: 25px;
      padding-right: 0; }
    .download-materials .download-row .size {
      margin: 0;
      font-size: 12px; }
    .download-materials .download-row .link {
      margin: 0;
      font-size: 12px; } }

/* lc-profile-page */
.profile-box {
  margin-bottom: 57px;
  padding-top: 45px; }
  .profile-box h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin: 0; }
  .profile-box h5 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 29px;
    padding-top: 14px; }
  .profile-box .profile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .profile-box .profile-head p {
      margin-bottom: 0; }
  .profile-box .profile-body {
    padding-bottom: 40px; }
    .profile-box .profile-body .row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .profile-box .profile-body .profile-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 53.5%;
      flex: 0 0 53.5%;
      max-width: 53.5%;
      padding: 0 15px; }
    .profile-box .profile-body .profile-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 46.5%;
      flex: 0 0 46.5%;
      max-width: 46.5%;
      padding: 0 15px; }
  .profile-box .form-group, .profile-box .form-group-radio, .profile-box .form-group-checkbox {
    max-width: 495px;
    margin-bottom: 24px; }
  .profile-box input[type='checkbox'] + label, .profile-box input[type='radio'] + label {
    font-size: 14px; }
  .profile-box .facebook-login {
    padding-top: 13px; }
  .profile-box .box-confirmation {
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
    padding: 30px 30px 10px; }
    .profile-box .box-confirmation h4 {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700; }
    .profile-box .box-confirmation .message {
      margin-bottom: 20px; }
      .profile-box .box-confirmation .message .message-title {
        font-weight: 500;
        font-size: 14px;
        position: relative;
        padding-left: 27px; }
        .profile-box .box-confirmation .message .message-title:before {
          content: '';
          position: absolute;
          left: 0;
          top: 1px;
          width: 19px;
          height: 19px;
          border-radius: 50%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .profile-box .box-confirmation .message .message-title.success {
          color: #1CCB67; }
          .profile-box .box-confirmation .message .message-title.success:before {
            background-image: url(../images/success.svg); }
        .profile-box .box-confirmation .message .message-title.danger {
          color: #EB0000; }
          .profile-box .box-confirmation .message .message-title.danger:before {
            border-radius: 0;
            background-image: url(../images/warning.svg); }
      .profile-box .box-confirmation .message .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 33px;
        padding-top: 8px; }
        .profile-box .box-confirmation .message .form .form-group {
          margin-bottom: 0; }
        .profile-box .box-confirmation .message .form .btn {
          margin-left: 20px; }
  .profile-box .profile-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 30px 0;
    margin: 0 -30px;
    text-align: right; }
    .profile-box .profile-footer .btn {
      width: 386px; }

.load-photo {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px; }
  .load-photo .photo {
    display: block;
    width: 79px;
    height: 79px;
    margin-right: 17px; }
    .load-photo .photo img {
      border-radius: 50%;
      margin: 0; }
  .load-photo a {
    color: #000; }

.profile-notifications-box .profile-head {
  margin-bottom: 45px; }

.profile-notifications-box h5 {
  padding-top: 0; }

.profile-notifications-box .profile-body .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.profile-notifications-box .profile-body .profile-left, .profile-notifications-box .profile-body .profile-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43.5%;
  flex: 0 0 43.5%;
  max-width: 43.5%; }

@media (max-width: 991px) {
  .profile-box {
    padding: 25px 15px 30px; }
    .profile-box .box-confirmation {
      padding: 25px 15px 10px; }
      .profile-box .box-confirmation .btn {
        padding: 10px 10px;
        min-width: 0;
        width: 84px; }
        .profile-box .box-confirmation .btn .val {
          display: none; }
        .profile-box .box-confirmation .btn .val-m {
          display: inline-block; }
  .profile-box .profile-footer {
    margin: 0 -15px; }
  .profile-notifications-box .profile-body .profile-left, .profile-notifications-box .profile-body .profile-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .profile-box {
    margin-bottom: 40px;
    padding-bottom: 0; }
  .profile-box .profile-head {
    margin-bottom: 30px; }
  .profile-box .profile-body {
    padding-bottom: 0; }
    .profile-box .profile-body .profile-left, .profile-box .profile-body .profile-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .profile-box .profile-body .profile-left {
    margin-bottom: 50px; }
  .profile-box .form-group, .profile-box .form-group-radio, .profile-box .form-group-checkbox {
    max-width: none; }
  .profile-box h5 {
    padding-top: 5px;
    margin-bottom: 20px; }
  .profile-box .box-confirmation {
    margin: 0 -15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .profile-box .profile-footer {
    padding: 20px 15px;
    text-align: center; }
    .profile-box .profile-footer .btn {
      max-width: 100%; }
  .profile-box.profile-notifications-box .profile-body .profile-left {
    margin-bottom: 6px; } }

@media (max-width: 575px) {
  .profile-box .profile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .profile-box .profile-head h3 {
      margin-bottom: 15px; }
  .profile-box.profile-notifications-box .profile-head {
    margin-bottom: 20px; }
    .profile-box.profile-notifications-box .profile-head h3 {
      margin-bottom: 0px; }
  .profile-box h3 {
    font-size: 18px; }
  .load-photo .photo {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 12px; }
  .profile-box .box-confirmation .message .message-title {
    font-size: 12px; }
  .profile-notifications-box h5 {
    line-height: 1.5em; } }

/* lc-lesson-page */
.lc-lesson-page h1 {
  margin-bottom: 25px; }

.lc-lesson-page .description {
  max-width: 850px;
  margin-bottom: 50px; }

.coach-box {
  max-width: 815px;
  padding: 30px;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .coach-box .photo {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 171px;
    flex: 0 0 171px;
    max-width: 171px;
    padding: 0 0 28px 28px;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .coach-box .photo:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background: #EB0000;
      width: 28px;
      height: 28px; }
    .coach-box .photo img {
      width: 100%; }
  .coach-box .coach-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 37px; }
    .coach-box .coach-info .name {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 0;
      display: block; }
    .coach-box .coach-info .subject {
      color: #EB0000;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 20px;
      display: block; }
    .coach-box .coach-info .desc {
      font-size: 12px;
      line-height: 1.75em;
      margin-bottom: 15px; }
      .coach-box .coach-info .desc p:last-child {
        margin: 0; }
    .coach-box .coach-info .link {
      color: #333333; }
      .coach-box .coach-info .link:after {
        border-bottom-color: #333333; }
      .coach-box .coach-info .link:hover {
        color: #EB0000; }
        .coach-box .coach-info .link:hover:after {
          border-bottom-color: #EB0000; }

.additional-materials {
  max-width: 815px;
  padding: 5px 20px; }

@media (max-width: 767px) {
  .lc-lesson-page h1 {
    margin-bottom: 22px; }
  .lc-lesson-page .description {
    font-size: 13px;
    margin-bottom: 30px; }
  .coach-box {
    margin-bottom: 78px; } }

@media (max-width: 575px) {
  .coach-box {
    padding: 0 20px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 75px; }
    .coach-box .photo {
      padding: 0 0 28px;
      margin-top: -44px;
      margin-bottom: 16px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 126px;
      flex: 0 0 126px;
      max-width: 126px; }
      .coach-box .photo:after {
        left: 100%;
        bottom: 0;
        top: auto; }
    .coach-box .coach-info {
      width: 100%;
      padding-left: 0; }
      .coach-box .coach-info .subject {
        margin-bottom: 15px; } }

/**/
.modal-content.modal-coach {
  padding: 40px 30px 30px; }
  .modal-content.modal-coach .modal-coach-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px; }
    .modal-content.modal-coach .modal-coach-box-head .photo {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
      flex: 0 0 95px;
      max-width: 95px;
      padding: 0 0 19px 19px;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .modal-content.modal-coach .modal-coach-box-head .photo:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #EB0000;
        width: 19px;
        height: 19px; }
      .modal-content.modal-coach .modal-coach-box-head .photo img {
        width: 100%; }
    .modal-content.modal-coach .modal-coach-box-head .info {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-left: 25px;
      margin-bottom: 19px; }
      .modal-content.modal-coach .modal-coach-box-head .info .name {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px;
        display: block; }
      .modal-content.modal-coach .modal-coach-box-head .info .subject {
        color: #EB0000;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 0;
        display: block; }
  .modal-content.modal-coach .coach-full-info {
    font-size: 14px;
    line-height: 1.7em; }

@media (max-width: 575px) {
  .modal-content.modal-coach {
    padding: 40px 15px 15px; }
    .modal-content.modal-coach .modal-coach-box-head {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 30px; }
      .modal-content.modal-coach .modal-coach-box-head .photo {
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 30px;
        margin-left: -10px; }
      .modal-content.modal-coach .modal-coach-box-head .info {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        text-align: center; } }

.videos-box {
  margin-bottom: 130px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 7px 0px 30px; }
  .videos-box .video-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 785px;
    flex: 0 0 785px;
    max-width: 785px; }
  .videos-box .playlist-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .videos-box .playlist-wrap .playlist-title {
      display: none; }
  .videos-box .playlist {
    padding-left: 27px;
    padding-right: 23px; }
    .videos-box .playlist .video-card {
      margin-bottom: 20px; }
      .videos-box .playlist .video-card .image img {
        max-height: 137px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .videos-box .playlist .video-card .info .lesson {
        font-size: 11px; }
      .videos-box .playlist .video-card .card-body {
        padding: 12px 15px 10px; }
        .videos-box .playlist .video-card .card-body .title {
          font-size: 12px; }
  .videos-box .themes-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px; }
    .videos-box .themes-nav .prev {
      padding-left: 20px; }
      .videos-box .themes-nav .prev:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        width: 8px;
        height: 8px;
        border-top: 2px solid #EB0000;
        border-left: 2px solid #EB0000; }
      .videos-box .themes-nav .prev:after {
        left: 20px; }
      .videos-box .themes-nav .prev:hover:before {
        border-color: #B00606; }
      .videos-box .themes-nav .prev.disabled:before {
        border-color: #A5A5A5; }

.playlist.scroll-box {
  max-height: 570px;
  overflow: hidden; }

.mCSB_scrollTools {
  width: 4px; }

.mCSB_scrollTools .mCSB_dragger {
  background: #666F97;
  opacity: 0.3;
  border-radius: 3px; }

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  background: none;
  border-radius: 3px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: none; }

/*  */
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 3px; }

/**/
.video-js {
  width: 100%;
  height: 470px;
  margin-bottom: 30px; }

@media (max-width: 1199px) {
  .videos-box .video-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
    max-width: 650px; }
  .video-js {
    height: 390px; }
  .playlist.scroll-box {
    max-height: 489px; } }

@media (max-width: 991px) {
  .videos-box {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0; }
    .videos-box .video-box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 50px;
      margin-bottom: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .videos-box .themes-nav {
      padding: 0; }
    .videos-box .playlist-wrap {
      max-width: 100%;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 50px; }
      .videos-box .playlist-wrap .playlist-title {
        display: block;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        margin-bottom: 18px; }
    .videos-box .playlist {
      padding: 0;
      max-height: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 10px; }
      .videos-box .playlist .video-card {
        width: 271px;
        min-width: 271px;
        margin-right: 16px;
        margin-bottom: 0;
        float: left; }
        .videos-box .playlist .video-card:last-child {
          margin-right: 0; } }

@media (max-width: 767px) {
  .videos-box .themes-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .videos-box .themes-nav .buttons {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      width: 100%;
      text-align: center; }
      .videos-box .themes-nav .buttons .btn {
        margin-bottom: 30px; } }

@media (max-width: 575px) {
  .video-js {
    height: 300px; }
  .videos-box .themes-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .videos-box .themes-nav .btn {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 30px; }
    .videos-box .themes-nav .link {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  .videos-box .themes-nav .buttons .btn {
    margin-right: 0; } }

@media (max-width: 420px) {
  .video-js {
    height: 200px; } }

@media (max-width: 380px) {
  .video-js {
    height: 180px; }
  .videos-box .themes-nav .btn {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; } }

.vjs-poster:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); }

.video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  border: none; }
  .video-js .vjs-big-play-button span {
    display: none; }
  .video-js .vjs-big-play-button:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    width: 44px;
    height: 44px;
    background: url(../images/play.svg) no-repeat;
    background-size: 10px;
    background-position: 53% center; }
  .video-js .vjs-big-play-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #fff;
    width: 16px;
    height: 16px; }

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  background: none;
  opacity: 0.8; }

.video-js .vjs-control-bar {
  background: rgba(56, 63, 79, 0.3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px; }

.vjs-button > .vjs-icon-placeholder:before {
  line-height: 70px;
  font-size: 22px; }

.video-js .vjs-time-control, .vjs-playback-rate .vjs-playback-rate-value {
  line-height: 70px; }

.vjs-playback-rate .vjs-menu {
  bottom: 25px; }

.video-js .vjs-volume-vertical {
  bottom: 60px; }

.video-js .vjs-progress-holder {
  height: 4px; }

.video-js .vjs-slider {
  background: #fff; }

.video-js .vjs-play-progress {
  background: #EB0000; }

.video-js .vjs-load-progress {
  background: #EB0000;
  opacity: 0.3; }

.video-js .vjs-play-progress:before {
  display: none; }

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: none; }

/* tests-page */
.tests-header {
  max-width: 765px;
  margin: 0 auto; }
  .tests-header .back-wrap {
    margin-bottom: 22px; }
  .tests-header h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 700; }
  .tests-header .message {
    margin-bottom: 45px; }
    .tests-header .message p {
      margin: 0; }
  .tests-header .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.test-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  max-width: 753px;
  margin: 0 auto 100px; }
  .test-box .test-box-head {
    padding: 22px 24px 0px;
    text-align: center; }
    .test-box .test-box-head .quantity {
      color: #000000;
      opacity: 0.4;
      font-size: 14px;
      margin-bottom: 10px; }
    .test-box .test-box-head h3 {
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 24px; }
    .test-box .test-box-head .result-title {
      color: #1CCB67;
      padding-top: 30px; }
      .test-box .test-box-head .result-title.failed {
        color: #EB0000; }
    .test-box .test-box-head .text {
      margin-bottom: 28px; }
    .test-box .test-box-head .test-progress {
      background: #F0F1F5;
      overflow: hidden;
      height: 37px; }
      .test-box .test-box-head .test-progress .progress {
        background: #EB0000;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        line-height: 1.3em;
        padding: 0 17px;
        height: 37px;
        text-align: center;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
        overflow: initial; }
        .test-box .test-box-head .test-progress .progress span {
          padding-right: 5px; }
        .test-box .test-box-head .test-progress .progress:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          background: #EB0000;
          right: -10px;
          width: 20px;
          z-index: -1;
          -webkit-transform: skewX(-26deg);
          -ms-transform: skewX(-26deg);
          transform: skewX(-26deg); }
        .test-box .test-box-head .test-progress .progress.zero {
          display: none; }
        .test-box .test-box-head .test-progress .progress.w100 {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
  .test-box .test-box-body {
    padding: 30px 24px; }
  .test-box .test-box-footer {
    padding: 30px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .test-box .test-box-footer .btn {
      min-width: 218px; }

.test-box .form-group {
  padding-left: 14px;
  margin-bottom: 19px; }

.test-box .image-box {
  margin-left: 14px;
  margin-bottom: 50px; }

.test-box input[type='checkbox'], .test-box input[type='radio'] {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0; }

.test-box input[type='checkbox'] + label, .test-box input[type='radio'] + label {
  cursor: pointer;
  padding-top: 0px;
  padding-left: 29px;
  position: relative;
  margin-bottom: 0px;
  display: block;
  line-height: 1.5em;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  left: auto !important;
  top: auto !important; }
  .test-box input[type='checkbox'] + label:before, .test-box input[type='radio'] + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    margin-top: 0;
    width: 18px;
    height: 18px;
    background: none;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px; }
  .test-box input[type='checkbox'] + label:after, .test-box input[type='radio'] + label:after {
    display: none; }

.test-box input[type='radio'] + label:before {
  border-radius: 50%;
  background: none;
  border: 1px solid #000; }

.test-box input[type='checkbox']:not(checked), .test-box input[type='radio']:not(checked) {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1; }

.test-box input[type='checkbox']:checked + label:before, .test-box input[type='radio']:checked + label:before {
  background: #000 url(../images/check-white.svg) center center no-repeat; }

.test-box .image-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .test-box .image-choice .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
    margin-bottom: 30px; }
  .test-box .image-choice input[type='checkbox'] + label, .test-box .image-choice input[type='radio'] + label {
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    max-width: none; }
    .test-box .image-choice input[type='checkbox'] + label:before, .test-box .image-choice input[type='radio'] + label:before {
      border-color: #fff;
      left: 16px;
      bottom: 16px;
      top: auto;
      z-index: 2; }
    .test-box .image-choice input[type='checkbox'] + label:after, .test-box .image-choice input[type='radio'] + label:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.58)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      border-radius: 0;
      display: block;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .test-box .image-choice input[type='checkbox'] + label .text, .test-box .image-choice input[type='radio'] + label .text {
      position: absolute;
      bottom: 16px;
      left: 40px;
      z-index: 2; }
  .test-box .image-choice input[type='checkbox']:checked + label, .test-box .image-choice input[type='radio']:checked + label {
    border-color: #EB0000; }
    .test-box .image-choice input[type='checkbox']:checked + label:before, .test-box .image-choice input[type='radio']:checked + label:before {
      background: #fff url(../images/check-red.svg) center center no-repeat; }

.test-box .result {
  padding-top: 20px; }
  .test-box .result .question {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin-bottom: 26px; }
    .test-box .result .question.wrong, .test-box .result .question.right {
      padding-left: 30px; }
      .test-box .result .question.wrong:before, .test-box .result .question.right:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
    .test-box .result .question.wrong:before {
      background-image: url(../images/danger.svg); }
    .test-box .result .question.right:before {
      background-image: url(../images/success.svg); }
  .test-box .result ol {
    list-style-position: inside;
    padding-left: 30px;
    margin-bottom: 59px; }
    .test-box .result ol:last-child {
      margin-bottom: 0; }
    .test-box .result ol li {
      margin-bottom: 20px;
      font-size: 14px; }
      .test-box .result ol li.your-answer {
        font-weight: 500; }
      .test-box .result ol li.wrong {
        color: #EB0000; }
      .test-box .result ol li.right {
        color: #1CCB67; }
  .test-box .result ul {
    list-style: none;
    margin-bottom: 59px; }
    .test-box .result ul:last-child {
      margin-bottom: 0; }
    .test-box .result ul li {
      font-size: 14px;
      margin-bottom: 20px; }
  .test-box .result .picture {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
    list-style: none; }
    .test-box .result .picture li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px;
      text-align: center;
      font-size: 14px;
      margin-bottom: 16px; }
      .test-box .result .picture li img {
        margin-bottom: 14px; }
      .test-box .result .picture li span {
        display: block; }

@media (max-width: 767px) {
  .tests-header .back-wrap {
    margin-bottom: 10px; }
  .tests-header .message {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .tests-header .message .dark {
      padding-left: 0;
      padding-top: 27px; }
  .tests-header h1 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 30px; }
    .tests-header h1 .module {
      display: block;
      font-size: 14px;
      font-weight: normal;
      font-size: 16px;
      line-height: 140%;
      text-transform: none;
      margin-bottom: 12px; }
    .tests-header h1 .sep {
      display: none; }
  .test-box {
    margin-bottom: 40px; }
    .test-box .test-box-head {
      padding: 22px 15px 0px; }
      .test-box .test-box-head h3 {
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .test-box .test-box-head .text {
        margin-bottom: 24px; }
    .test-box .test-box-body {
      padding: 30px 15px 20px; }
    .test-box .test-box-footer {
      padding: 20px 15px 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .test-box .test-box-footer .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px; }
      .test-box .test-box-footer .link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
  .test-box .test-box-head .test-progress {
    height: 24px; }
    .test-box .test-box-head .test-progress .progress {
      height: 24px; }
  .test-box .test-box-head .test-progress .progress:not(.w100) span {
    display: none; }
  .test-box .test-box-head .test-progress .progress.w100 {
    text-align: center; }
  .test-box .form-group {
    padding-left: 0; }
  .test-box .image-box {
    margin-bottom: 40px;
    margin-left: 0; }
  .test-box .result ol {
    margin-bottom: 47px; } }

@media (max-width: 575px) {
  .test-box .image-choice {
    margin: 0 -10px; }
  .test-box .image-choice .form-group {
    padding: 0 10px;
    margin-bottom: 20px; }
  .test-box .result {
    padding-top: 10px; }
  .test-box .result .picture {
    margin-bottom: 15px; }
  .test-box .result .question {
    margin-bottom: 20px; }
  .test-box .result ol {
    padding-left: 0; }
  .test-box .result ol li {
    font-size: 12px; } }

@media (max-width: 400px) {
  .test-box .image-choice .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .test-box .result .picture li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px; }
    .test-box .result .picture li imb {
      margin-bottom: 12px; } }

@media (max-width: 390px) {
  .test-box .test-box-footer .btn {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px; } }

/* lc-application */
.lc-application h1 {
  margin-bottom: 35px; }

.lc-application .message {
  max-width: 600px;
  margin-bottom: 57px; }
  .lc-application .message .warning:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.box-application {
  padding-bottom: 100px;
  padding-top: 55px; }
  .box-application h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 62px;
    text-align: center;
    font-weight: bold; }
  .box-application .form {
    max-width: 541px;
    margin: 0 auto; }
  .box-application .form-group {
    margin-bottom: 24px; }
  .box-application h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px; }
  .box-application .btn {
    width: 100%; }
  .box-application .form-group-checkbox, .box-application .form-group-radio {
    position: relative;
    margin-bottom: 18px; }
    .box-application .form-group-checkbox input[type='checkbox'] + label, .box-application .form-group-checkbox input[type='radio'] + label, .box-application .form-group-radio input[type='checkbox'] + label, .box-application .form-group-radio input[type='radio'] + label {
      font-size: 14px;
      padding-left: 36px;
      padding-top: 4px;
      display: block;
      min-height: 26px; }
    .box-application .form-group-checkbox input[type='checkbox'] + label:before, .box-application .form-group-checkbox input[type='radio'] + label:before, .box-application .form-group-radio input[type='checkbox'] + label:before, .box-application .form-group-radio input[type='radio'] + label:before {
      width: 26px;
      height: 26px;
      border: 1px solid #000000;
      background: none;
      border-radius: 3px; }
    .box-application .form-group-checkbox input[type='radio'] + label:before, .box-application .form-group-radio input[type='radio'] + label:before {
      border-radius: 50%; }
    .box-application .form-group-checkbox input[type='checkbox'] + label:after, .box-application .form-group-radio input[type='checkbox'] + label:after {
      left: 9px;
      top: 5px;
      width: 7px;
      height: 11px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .box-application .form-group-checkbox input[type='radio'] + label:after, .box-application .form-group-radio input[type='radio'] + label:after {
      width: 12px;
      height: 12px;
      left: 7px;
      top: 7px; }
    .box-application .form-group-checkbox input[type='checkbox']:checked + label:before, .box-application .form-group-radio input[type='checkbox']:checked + label:before {
      background: #000; }
  .box-application .confirm {
    margin-bottom: 20px;
    padding-top: 10px; }
    .box-application .confirm label {
      font-size: 13px; }

@media (max-width: 767px) {
  .lc-application h1 {
    margin-bottom: 25px; }
  .lc-application .message {
    margin-bottom: 25px; }
    .lc-application .message .warning {
      padding-top: 27px;
      padding-left: 0; }
    .lc-application .message .warning:before {
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

@media (max-width: 575px) {
  .lc-application .message .warning {
    font-size: 12px; }
  .box-application {
    padding: 20px 15px 40px; }
  .box-application h2 {
    font-size: 18px;
    margin-bottom: 20px; } }

/* footer */
.main-footer {
  background: #2A2A2A;
  padding: 0px;
  color: #fff; }
  .main-footer:after {
    content: "";
    display: table;
    clear: both; }
  .main-footer a:not(.btn) {
    color: #fff; }
    .main-footer a:not(.btn):hover {
      color: #BBBCBC; }
  .main-footer .footer-row {
    padding: 62px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main-footer .footer-row-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 64px; }
    .main-footer .footer-row-1 .footer-text {
      max-width: 554px;
      padding-right: 30px;
      font-size: 12px;
      line-height: 140%;
      color: rgba(255, 255, 255, 0.5); }
    .main-footer .footer-row-1 .title {
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 1em; }
    .main-footer .footer-row-1 .btn {
      margin-top: 6px; }
  .main-footer .footer-row-2 {
    margin: 0 -15px;
    padding-top: 56px;
    padding-bottom: 35px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .main-footer .footer-row-2 .footer-box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
      flex: 0 0 26%;
      max-width: 26%;
      padding: 0 15px;
      margin-right: auto; }
    .main-footer .footer-row-2 .logo {
      display: inline-block;
      background: #fff;
      border-radius: 8px;
      padding: 5px;
      margin-bottom: 19px; }
    .main-footer .footer-row-2 .desc {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 50px; }
    .main-footer .footer-row-2 .facebook {
      color: #3A539A;
      font-size: 18px;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      float: left; }
      .main-footer .footer-row-2 .facebook img {
        display: block;
        margin-right: 10px;
        max-width: 30px;
        max-height: 30px;
        width: 100%; }
      .main-footer .footer-row-2 .facebook:hover {
        color: #3A539A; }
    .main-footer .footer-row-2 .footer-nav {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
      flex: 0 0 23%;
      max-width: 23%;
      padding: 0 15px;
      font-size: 12px; }
      .main-footer .footer-row-2 .footer-nav .title {
        font-weight: 500;
        margin-bottom: 20px; }
      .main-footer .footer-row-2 .footer-nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .main-footer .footer-row-2 .footer-nav ul li {
          margin-bottom: 3px; }
    .main-footer .footer-row-2 .footer-contacts {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0 15px;
      font-size: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .main-footer .footer-row-2 .footer-contacts .title {
        font-weight: 500;
        margin-bottom: 20px; }
    .main-footer .footer-row-2 .created {
      margin-top: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      font-size: 18px;
      padding-top: 45px; }
      .main-footer .footer-row-2 .created img {
        margin-top: 10px;
        width: 100%;
        max-width: 137px;
        margin-left: 12px; }
  .main-footer .footer-bottom {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    background: #000; }
    .main-footer .footer-bottom p {
      margin: 0; }

@media (max-width: 1199px) {
  .main-footer .footer-row-2 .footer-box, .main-footer .footer-row-2 .footer-nav, .main-footer .footer-row-2 .footer-contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991px) {
  .main-footer .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-footer .footer-row-1 .footer-text {
    max-width: none;
    width: 100%;
    padding: 0; }
  .main-footer .footer-row-2 .footer-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px; }
  .main-footer .footer-row-2 .footer-nav, .main-footer .footer-row-2 .footer-contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .main-footer .footer-row-2 .desc {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .main-footer .footer-row-2 {
    padding-bottom: 0px; }
    .main-footer .footer-row-2 .footer-box, .main-footer .footer-row-2 .footer-nav, .main-footer .footer-row-2 .footer-contacts {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 40px; } }

@media (min-width: 576px) {
  .main-footer .footer-row-2 .footer-nav ul {
    display: block !important;
    height: auto !important; } }

@media (max-width: 575px) {
  .main-footer .footer-row {
    padding: 60px 0; }
  .main-footer .footer-row-1 {
    padding-bottom: 64px; }
    .main-footer .footer-row-1 .footer-text {
      font-size: 12px; }
    .main-footer .footer-row-1 .title {
      font-size: 16px; }
    .main-footer .footer-row-1 .btn {
      margin-top: 15px; }
  .main-footer .footer-row-2 {
    padding-top: 40px;
    padding-bottom: 10px; }
    .main-footer .footer-row-2 .title {
      margin-bottom: 5px !important; }
    .main-footer .footer-row-2 .footer-box, .main-footer .footer-row-2 .footer-nav, .main-footer .footer-row-2 .footer-contacts {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 35px; }
    .main-footer .footer-row-2 .footer-box {
      margin-bottom: 40px; }
    .main-footer .footer-row-2 .created {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-top: 30px; }
  .main-footer .footer-bottom {
    font-size: 9px; }
  .main-footer .footer-row-2 .footer-nav {
    margin-bottom: 22px; }
  .main-footer .footer-row-2 .footer-nav .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-footer .footer-row-2 .footer-nav .title:after {
      content: '';
      display: block;
      opacity: 0.4;
      border: 5px solid transparent;
      border-bottom: none;
      border-top: 6px solid #fff;
      margin: 2px 0 0 10px; }
    .main-footer .footer-row-2 .footer-nav .title + ul {
      display: none; }
    .main-footer .footer-row-2 .footer-nav .title.active:after {
      border-bottom: 6px solid #fff;
      border-top: none; } }

/* modal */
.modal-backdrop.show {
  opacity: .6; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 468px; } }

.modal button.close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 40px;
  height: 40px;
  margin: 0;
  opacity: 1;
  border: none;
  background: none;
  z-index: 10;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #fff; }
  .modal button.close:hover {
    opacity: 0.8; }
  .modal button.close svg {
    fill: currentColor; }

.modal-content {
  background: #fff;
  border-radius: 0;
  border: none;
  padding: 20px 40px; }

.modal-header {
  padding: 0;
  text-align: center;
  display: block;
  border: none;
  margin-bottom: 36px; }
  .modal-header p {
    margin: 0; }
  .modal-header .title {
    font-weight: bold;
    font-size: 22px; }

.modal-body {
  padding: 0; }

#changeName .message {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

@media (max-width: 767px) {
  .modal button.close {
    bottom: auto;
    left: auto;
    top: 14px;
    right: 14px;
    width: 26px;
    height: 26px;
    color: #000;
    background: #F3F1F1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .modal button.close svg {
      width: 9px;
      height: 9px; }
  .modal-content {
    padding: 40px 15px 30px; }
  .modal-header {
    margin-bottom: 26px; } }

@media (max-width: 380px) {
  .modal-content {
    padding: 40px 10px 30px; }
  .modal-header .title {
    font-size: 20px;
    text-align: left; }
  .modal-content .message {
    margin-bottom: 30px; }
  #changeName .message {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

/*# sourceMappingURL=style.css.map */

body .select2-container{
  height: 40px;
}
body .select2-container--default .select2-selection--single{
  height: 40px;
  border: none;
  background-color:inherit;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
  padding-left: 17px;
  /* border: 1px solid #E0E0E0; */
}
body .select2-results__option--selectable{
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 9px 17px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #E0E0E0;
  background:#fff;
  color:black;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color:white;
    color: red;
}
body .select2-container--default .select2-results__option--selected {
  background-color: #fff;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b{
  width: 10px;
  height: 6px;
  border-color: #969CB8 transparent transparent transparent;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 26px;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 20px;
  opacity: 0.4;
}
body .select2-container--open{
  border: 1px solid black !important;
}
body .select2-container--open .select2-dropdown{
  left: -1px;
  top:-1px;
}
body .select2-container--open .select2-selection__rendered{
  /* border: 1px solid black; */
}
body .select2-container{
  border: 1px solid #E0E0E0;
}
.select2-container--open + label, .form-group-select .empty + label {
  font-size: 10px;
  top: -7px;
  z-index: 1052;
}
.select2-container--above.select2-container--open + label{
  display: none;
}
body .select2-dropdown{
  border: 1px solid black;
}

/* intlTelInput */
.iti{
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag{
  background: none !important;
}
.iti__flag-container{
  padding: 0;
}

/**/
.fix-modal{
  position: fixed;
  top: 0;
  width: 100%;
}

/*404 page*/
.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px -23px 20px;
}
.error-page__text {
  margin: 0 23px;
  max-width: 419px;
}
.error-page__text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #DA291C;
  margin: 0 0 30px;
}

.error-page__text h1 strong {
  font-size: 72px;
  font-weight: 700;
}

.error-page__text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  margin: 0 0 30px;
}

.error-page__text .btn {
  width: calc(100% - 19px);
  margin-left: 19px;
  font-size: 14px;
  line-height: 17px;
  padding: 9px;
  max-width: 274px;
}

.error-page__text .btn.btn-lg:after {
  right: 100%;
  top: 100%;
  left: auto;
  margin-top: 3px;
  margin-right: 1px;
  width: 19px;
  height: 19px;
}
.error-page__images {
  margin: 0 23px;
}

@media (max-width: 767px) {
  .error-page {
    margin: 43px 0 18px;
  }
  .error-page__text {
    margin: 0;
  }
  .error-page__text h1 {
    font-size: 18px;
    margin: 0 0 25px;
  }
  .error-page__text h1 strong {
    font-size: 24px;
  }
  .error-page__text p {
    margin-bottom: 40px;
  }
  .error-page__text .btn.btn-lg:after {
    margin-top: 0;
    margin-right: 0;
  }
  .error-page__images {
    display: none;
  }
}
