@charset "UTF-8";
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: SFProDisplay, sans-serif;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

em, i, cite, dfn {
  font-style: italic;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: inherit;
  color: inherit;
}

button {
  border: none;
}

:focus, button:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #222;
}

::-moz-placeholder {
  color: #222;
}

::-ms-placeholder {
  color: #222;
}

:-moz-placeholder {
  color: #222;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

b, strong, .bold {
  font-weight: 600;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -25px;
  margin-left: -25px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vkontakte:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 9px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 1px;
  margin: 6px 0 2px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 5px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover svg *, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover svg * {
  fill: #10a6e1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  top: 0;
  right: 40px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  top: 0;
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d0d0d0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #a0a0a0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#81defd", endColorstr="#c6b5d9",GradientType=0 );
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #10a6e1;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #10a6e1;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 13px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 5px;
  margin: 4px auto 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.custom-scroll-horizontal__arrows {
  position: absolute;
  right: 0;
  top: 0;
}

.custom-scroll-horizontal__arrows .buttonLeft, .custom-scroll-horizontal__arrows .buttonRight {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
}

.custom-scroll-horizontal__arrows .buttonLeft:hover svg *, .custom-scroll-horizontal__arrows .buttonRight:hover svg * {
  fill: #10a6e1;
}

body {
  font-family: "montserrat", Arial, sans-serif;
  min-width: 750px;
  overflow-x: hidden;
  -webkit-transition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in;
}

[data-color=blue] {
  background-color: #f7f7f7;
}

[data-color=white] {
  background-color: #fff;
}

.offline-new-bg [data-color=blue] {
  background-color: transparent;
}

.offline-new-bg [data-color=white] {
  background-color: transparent;
}

.offline-new-bg .blockTitle-module-text-WqnEZ1.blockTitle-module-black-1p8ad- .blockTitle-module-title-3lq3TS {
  color: #fff;
}

.offline-new-bg .onlineIntensivePresentation-module-subtitle-Zqoxu4 {
  color: #fe4365 !important;
}

.offline-new-bg .onlineIntensivePresentation-module-subtitle-Zqoxu4:after {
  background: #fe4365 !important;
}

.offline-new-bg .onlineIntensivePresentation-module-title-2sB1H- {
  color: #fff !important;
}

.offline-new-bg .onlineIntensivePresentation-module-description-2dbTsQ {
  color: #787878 !important;
}

.offline-new-bg .stats-module-statTitle-11HBAm {
  color: #fff !important;
}

.offline-new-bg .stats-module-statValue-27Z6oP {
  color: #787878 !important;
}

.offline-new-bg .whoIs-module-skill-3aITCV {
  background-color: #787878;
}

.offline-new-bg .whoIs-module-skillText-38vVYG {
  color: #fff !important;
}

.offline-new-bg .become-title, .offline-new-bg .stolenSubscribe__title {
  color: #EAECEE !important;
}

.offline-new-bg .become-text {
  color: #EAECEE !important;
}

.offline-new-bg .module-review-item__title, .offline-new-bg .module-review-item__text {
  color: #fff !important;
}

.offline-new-bg .section-become .become-text-part {
  background-color: #787878;
}

.offline-new-bg .faq-module-showAllQuestions-3ZhCe9 {
  color: #fe4365 !important;
}

.offline-new-bg .module-review-item {
  background: #787878 !important;
}

.offline-new-bg .section-become .flex-middle.column-revers-mobile .become-img-wrapper {
  padding-bottom: 0;
}

.offline-new-bg .onlineIntensivePresentation-module-speaker-3C9J-8 {
  display: block;
  text-align: center;
}

@media (max-width: 1240px) {
  .offline-new-bg .onlineIntensivePresentation-module-speaker-3C9J-8 {
    text-align: right;
  }

  .offline-new-bg .section-become .become-text-part {
    display: none;
  }

  .offline-new-bg .whoIs-module-skills-2PsHFz {
    margin-bottom: 0 !important;
  }

  .offline-new-bg .faq-module-showAllQuestions-3ZhCe9 {
    margin-top: 30px;
  }
}
.contact-map {
  width: 100%;
  height: 100%;
}

#app {
  font-family: Gotham;
}

#app img {
  max-width: 100%;
}

.removed {
  display: none !important;
}

.wrapper_user {
  padding: 0px 0px 0;
}

.wrapper_user .footer {
  opacity: 0;
}

.hidden {
  overflow: hidden;
}

.overlay__feedback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}

.overlay__feedback.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scrollable {
  height: 100vh;
  overflow: hidden;
}

.scrollTop {
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  display: none;
  cursor: pointer;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 999;
}

.scrollTop:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  z-index: -1;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.scrollTop img {
  width: 100%;
  height: 100%;
}

textarea {
  resize: none;
}

.form-group {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 991px) {
  .wrapper_user {
    padding: 0px 0 0 0px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  body {
    min-width: 100%;
  }

  .wrapper_user {
    padding: 50px 0 0 0px;
  }

  .wrapper_user .toggle_mnu {
    position: fixed;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-right: -16px;
    margin-left: -16px;
  }

  .scrollTop {
    right: 10px;
  }

  * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.section {
  padding: 78px 0;
  background-color: #fff;
}

.section.grey {
  background-color: #ececec;
}

.section__title {
  position: relative;
  color: #222;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 29px;
  margin: 0 0 37px -25px;
}

.section__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fa4542;
}

.section__title_nomargin {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section__title {
    font-size: 36px;
    margin: 0 0 37px -5px;
  }

  .section__title:before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .section {
    padding: 15px 0;
  }

  .section__title {
    font-size: 20px;
    margin: 0 0 10px -10px;
  }

  .section__title:before {
    top: 6px;
    left: 10px;
    width: 13px;
    height: 13px;
  }
}
.btn-wrap {
  position: relative;
  display: inline-block;
  background-color: transparent;
}

.btn-wrap:hover .btn-hovicon {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.btn-wrap:hover .btn-hovicon:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

.btn-text {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 11px 21px;
  z-index: 10;
  cursor: pointer;
}

.btn-hovicon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fa4542;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  text-align: center;
  z-index: 1;
  border-bottom: 2px #c03634 solid;
  -webkit-transition: all ease-out 0.1s, background 0.2s;
  transition: all ease-out 0.1s, background 0.2s;
}

.btn-hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.btn-hovicon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c03634, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal__overlay.active {
  display: block;
}

.modal {
  padding: 18px 10px 20px;
  width: 100%;
  max-width: 436px;
  margin: 0 auto;
  background-color: #f5f5f5;
  text-align: center;
  border-bottom: 2px solid #dedede;
  position: relative;
  z-index: 9;
  top: 5%;
}

.modal.active {
  display: block;
}

.modal-wrap {
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0%;
  height: 100vh;
  width: 100vw;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-wrap.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-wrap_thankyou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  min-height: 90vh;
  background-color: transparent;
  z-index: 1;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-wrap_thankyou .btn {
  margin-bottom: 10px;
}

.modal-wrap_location, .modal-wrap_success, .modal-wrap_video, .modal-wrap_subscription-already-exists {
  position: fixed;
}

.modal-wrap_landing-sale .modal__title {
  margin-bottom: 10px;
}

.modal-wrap_landing-sale .modal {
  margin: 0;
  width: 436px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-wrap_landing-sale .modal-landing-sale__img {
  max-width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.modal-wrap_landing-sale__flexx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 90%;
  margin: auto;
  position: relative;
}

.modal.welcome {
  background-color: #f5f5f5;
  background-image: none;
  background-position: 100% 0%;
  height: auto !important;
}

.modal.welcome:before {
  display: none;
}

.modal__form {
  text-align: center;
}

.modal__form-group, .modal .form-group {
  position: relative;
  width: 82%;
  max-width: 350px;
  margin: 0px auto 7px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.modal__form-control, .modal .form-control, .modal .form-group {
  display: block;
  width: 100%;
}

.modal__form-control input, .modal .form-control input, .modal .form-group input {
  border: 1px solid #dddddd;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 50px;
  padding: 8px 20px 4px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  display: block;
  width: 100%;
}

.modal__form-control__placeholder, .modal .form-control__placeholder, .modal .form-group__placeholder {
  display: inline-block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  color: #999999;
  font-size: 14px;
  top: 1px;
  left: 0;
  font-weight: 400;
  vertical-align: top;
  position: absolute;
  margin-left: 20px;
  height: 48px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  line-height: 3.5;
  font-family: "montserrat";
}

.modal__form-control__placeholder_z, .modal .form-control__placeholder_z, .modal .form-group__placeholder_z {
  z-index: -1;
}

.modal__form-control__placeholder.focused, .modal .form-control__placeholder.focused, .modal .form-group__placeholder.focused {
  height: 14px;
  top: 5px;
  font-size: 10px;
  line-height: 1.2;
  background-color: transparent;
}

.modal ::-webkit-input-placeholder {
  color: #666;
}

.modal ::-moz-placeholder {
  color: #666;
}

.modal :-ms-input-placeholder {
  color: #666;
}

.modal ::placeholder {
  color: #666;
}

.modal__title {
  font-size: 36px;
  color: #000;
  margin-top: 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.modal__title_login {
  margin-top: 40px;
}

.modal__img {
  margin: 0px auto 5px;
}

.modal__img-wrap {
  text-align: center;
}

.modal__btn {
  color: #2d67c4;
  padding: 10px 40px;
  display: inline-block;
  margin: 15px auto 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #2d67c4;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.modal__btn:hover {
  color: #fff;
  background-color: #2d67c4;
}

.modal__btn.disabled-class {
  background-color: #b2b2b2;
  color: #fff;
  border: 2px solid #b2b2b2;
}

.modal__btn-wrap {
  margin-top: 20px;
}

.modal__close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d67c4;
  background-image: url("../images/landing/btn-modal-close.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9999;
}

.modal__social {
  text-align: center;
}

.modal__social-item {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  margin: 6px 6px 0;
}

.modal__social-link {
  display: block;
  text-align: center;
  width: 37px;
  height: 37px;
  color: #2d67c4;
  background-color: transparent;
  border: 2px solid #2d67c4;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  cursor: pointer;
}

.modal__social-link:hover {
  color: #fff;
  background-color: #2d67c4;
}

.modal-success__text {
  font-size: 18px;
  color: #666;
  display: block;
  margin: 13px auto 3px;
  line-height: 22px;
}

.modal_thankyou {
  border-bottom: none;
  max-width: 100%;
  background-color: transparent;
  text-align: center;
  z-index: 1;
}

.modal_thankyou .modal__img {
  display: block;
}

.modal__forgotten {
  font-size: 16px;
  color: #2d67c4;
  text-decoration: underline;
  display: inline-block;
}

.modal__forgotten:hover {
  color: #222;
}

.modal-social-title {
  color: #666;
  font-size: 16px;
  margin-top: 15px;
}

.modal-cource {
  max-width: 537px;
}

.modal-cource .modal__btn {
  margin: 11px auto 0;
}

.modal-historySuccses {
  position: fixed;
  max-width: 80%;
}

.modal-historySuccses p {
  overflow: auto;
}

.modal-historySuccses-scroll {
  max-height: 87vh;
  overflow: auto;
}

.modal__system-alert {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  text-align: left;
  padding: 0;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3%;
}

.modal__system-alert .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__system-alert .container:after, .modal__system-alert .container:before {
  display: none;
}

.modal__system-alert.success {
  background-color: #ffffff;
  border-bottom-color: #78aa00;
  color: #78aa00;
}

.modal__system-alert.success button {
  background-color: transparent;
  color: #7fd2a7;
  cursor: pointer;
}

.modal__system-alert.error {
  background-color: #fcdbdb;
  border-bottom-color: #f7a6a6;
  color: #f7a6a6;
}

.modal__system-alert.error button {
  background-color: transparent;
  color: #f04d4d;
  cursor: pointer;
}

.modal__system-alert.warning {
  background-color: #f0ad4e;
  border-bottom-color: #eea236;
  color: #3a3a3a;
}

.modal__system-alert.warning button {
  color: #d58512;
  background-color: transparent;
  cursor: pointer;
}

.modal_map {
  max-width: 90%;
}

.help-block {
  max-height: 0;
  -webkit-transition: all, 1s;
  transition: all, 1s;
  overflow: hidden;
  position: relative;
  color: #f14d4e;
  font-size: 12px;
  line-height: 10px;
  margin: 5px auto;
  text-align: left;
  padding: 0 4px;
}

.has-error .help-block {
  max-height: 40px;
  padding: 4px;
}

.alreadyLogin-blk {
  text-align: center;
}

.alreadyLogin-blk a {
  color: #2d67c4;
  padding: 10px 40px;
  display: inline-block;
  margin: 15px auto 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #2d67c4;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.alreadyLogin-blk a:hover {
  color: #fff;
  background-color: #2d67c4;
}

.landing-sale-reminder {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  bottom: 100px;
  right: 50px;
  display: none;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.landing-sale-reminder img {
  display: block;
  width: 100%;
}

.landing-sale-reminder:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.2);
}

.landing-sale-reminder.active {
  display: block;
}

.landing-robins-reminder {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  bottom: 100px;
  left: 50px;
  display: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #2d67c4;
  background-color: #fff;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}

.landing-robins-reminder.active {
  display: block;
}

.landing-robins-reminder__text {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}

.landing-robins-reminder__blue-text {
  font-size: 19px;
  color: #2d67c4;
}

.modal-wrap_historySuccses .modal-historySuccses {
  max-width: 768px;
  padding: 18px 15px 20px;
  text-align: left;
}

.modal-wrap_historySuccses .modal-historySuccses .modal__title {
  margin-bottom: 20px;
}

@media screen and (max-height: 799px) {
  .modal {
    max-height: 90vh;
  }

  .modal__img {
    max-width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .modal {
    max-height: 90%;
  }

  .modal-wrap_landing-sale .modal-landing-sale__img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .modal-wrap_historySuccses .modal-historySuccses {
    max-width: 300px;
    top: 0;
  }

  .modal {
    max-width: 280px;
    max-height: 93vh;
    margin-top: 50px;
  }

  .modal-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-wrap_video, .modal-wrap_past-event-video, .modal-wrap_aboutpage {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal__form {
    max-width: 90%;
    margin: 0 auto;
  }

  .modal__btn {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
  }

  .modal__social-item {
    margin: 0 6px;
  }

  .modal__form-group, .modal .form-group {
    margin: 0px auto 10px;
  }

  .modal .help-block {
    margin: 0;
  }

  .modal__title {
    margin-top: 20px;
    font-size: 22px;
  }

  .modal__img {
    max-width: 100px;
    margin: 5px auto;
    display: none;
  }

  .modal__form-control, .modal .form-control {
    padding: 8px 13px;
  }

  .modal-wrap_landing-sale .modal {
    padding: 0;
  }

  .landing-sale-reminder {
    width: 89px;
    height: 65px;
    left: 10px;
    bottom: 10px;
    right: auto;
  }

  .landing-robins-reminder {
    top: 40px;
    bottom: auto;
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal-cource .modal__btn {
    margin: 0px auto 0;
  }

  .modal {
    padding: 0 0 10px;
  }

  .modal__title {
    margin: 6px 0;
  }

  .modal__img {
    display: none;
  }

  .modal__btn {
    margin: 0;
  }

  .modal__social, .modal-social-title {
    display: none;
  }

  .modal__form-group, .modal .form-group {
    margin: 0px auto 5px;
  }

  .modal .help-block {
    margin: 0;
  }

  .modal__form-control, .modal .form-control {
    padding: 4px 13px;
  }
}
@media screen and (max-width: 767px) and (min-width: 420px) and (orientation: landscape) {
  .modal-wrap_landing-sale .modal-landing-sale__img {
    height: auto;
    width: 250px;
  }
}
@media screen and (max-width: 767px) and (max-width: 419px) and (orientation: landscape) {
  .modal-wrap_landing-sale .modal-landing-sale__img {
    height: 0;
    width: 0px;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .modal-wrap_landing-sale__flexx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-wrap_landing-sale .modal-landing-sale__img {
    max-width: 100%;
    height: 200px;
  }
}
.mui-ripple {
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
  display: block;
  border-right: 2px solid #fff;
  background-color: #fff;
  height: 200%;
  top: -50%;
  bottom: -50%;
  position: absolute;
  -webkit-animation: mui-is-animating 2s infinite;
  animation: mui-is-animating 2s infinite;
}

@-webkit-keyframes mui-is-animating {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.7;
    width: 100%;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
    width: 100%;
  }
}
.footer {
  background-color: #222222;
  padding-top: 34px;
}

.footer.removed {
  display: none;
}

.footer_user {
  padding-left: 250px;
}

.footer-title {
  font-size: 22px;
  color: #2d67c4;
  line-height: 23px;
  margin-top: 3px;
  margin-bottom: 11px;
}

.footer-link {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 7px;
}

.footer-link:hover {
  color: #2d67c4;
  text-decoration: underline;
}

.footer-adress {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 7px;
}

.footer-adress a {
  color: #fff;
}

.footer-adress a:hover {
  color: #2d67c4;
}

.formFooterSubscribe {
  text-align: right;
  position: relative;
}

.formFooterSubscribe .overlay__feedback {
  left: 30px;
}

.formFooterSubscribe .form-group {
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: right;
}

.formFooterSubscribe .form-control {
  border: none;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  color: #666;
  padding: 8px 13px 4px;
}

.formFooterSubscribe .form-control.field-subscription-email {
  margin-bottom: 22px;
}

.formFooterSubscribe .field-subscription-email {
  display: inline-block;
  width: auto;
}

.formFooterSubscribe .help-block {
  max-width: 200px;
  margin: 5px 0;
  display: inline-block;
}

.formFooterSubscribe .btn-footer__success {
  color: #2d67c4;
  padding: 8px 0px;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 15px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #2d67c4;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all, 0.45s;
  transition: all, 0.45s;
}

.formFooterSubscribe .btn-footer__success:hover {
  background-color: #2d67c4;
  color: #fff;
  -webkit-box-shadow: 0 2px 1px 2px #2974cb;
  box-shadow: 0 2px 1px 2px #2974cb;
}

.formFooterSubscribe ::-webkit-input-placeholder {
  color: #666;
}

.formFooterSubscribe ::-moz-placeholder {
  color: #666;
}

.formFooterSubscribe :-ms-input-placeholder {
  color: #666;
}

.formFooterSubscribe ::placeholder {
  color: #666;
}

.footer__social {
  text-align: center;
}

.footer__social-item {
  display: inline-block;
  font-size: 18px;
  line-height: 37px;
  margin: 20px 6px;
}

.footer__social-link {
  display: block;
  text-align: center;
  width: 37px;
  height: 37px;
  color: #fff;
  background-color: #2d67c4;
  border: #2d67c4 2px solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all, 0.45s;
  transition: all, 0.45s;
}

.footer__social-link:hover {
  background-color: #fff;
  color: #2d67c4;
}

.footer-copyright {
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-copyright-link, .footer-copyright-text {
  line-height: 12px;
  color: #2d67c4;
  font-size: 13px;
}

.footer-copyright-link {
  text-decoration: underline;
}

.footer-copyright-link:hover {
  color: red;
}

@media screen and (max-width: 1450px) {
  .footer_user {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .formFooterSubscribe {
    text-align: center;
  }

  .formFooterSubscribe .form-group {
    text-align: center;
  }

  .formFooterSubscribe .form-control {
    padding: 8px 13px;
    margin: 0px;
    max-width: 100%;
  }

  .formFooterSubscribe .help-block {
    max-width: 100%;
    width: 100%;
  }

  .footer__social {
    text-align: center;
  }

  .footer-title, .footer-link {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__logo {
    display: block;
    margin: 0px auto 10px;
  }
}
.footer__logo {
  display: block;
  margin: 0px auto 10px;
}

.welcome {
  background-color: #2d67c4;
  background-image: url(../images/landing/waves01.svg);
  background-position: 100% 0%;
  position: relative;
  background-size: cover;
}

.welcome:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d67c4;
  z-index: -1;
}

.welcome .sticky_mob {
  position: absolute;
  bottom: 0;
}

.welcome__content {
  margin: 50px 0 70px 44px;
  color: #fff;
  min-height: 320px;
}

.welcome__event-date {
  position: relative;
  float: left;
  color: #fa4542;
  font-size: 22px;
  line-height: 1;
  padding: 8px 12px;
  margin: 0;
  background-color: #fff;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  font-weight: 600;
}

.welcome__event-date:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent transparent #fff;
  bottom: -7px;
  left: 25px;
}

.welcome__event-date span {
  font-size: 18px;
  font-weight: 300;
}

.welcome__slogan {
  font-size: 60px;
  line-height: 62px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 17px;
}

.welcome__subslogan {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 9px;
}

.welcome__description {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 22px 0;
}

.welcome__photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.welcome__photo img {
  max-width: 100%;
}

.welcome-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 57px;
  position: absolute;
  left: 50px;
  bottom: 18px;
}

.welcome-buttons__text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-left: 5px;
}

.welcome-buttons__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.welcome-buttons svg {
  fill: #fff;
}

.welcome-buttons__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 7px;
}

.welcome-buttons__link:first-child {
  margin-left: 0;
}

.welcome-buttons__link:last-child {
  margin-right: 0;
}

.welcome-buttons__link:hover .welcome-buttons__text {
  color: #222;
}

.welcome-buttons__link:hover .welcome-buttons__text:after {
  background-color: #222;
}

.welcome-buttons__link:hover .welcome-buttons__icon {
  -webkit-filter: invert(0.8);
  filter: invert(0.8);
}

.welcome-buttons__link:hover svg {
  fill: #222;
}

.welcome-buttons .share-blk {
  position: relative;
}

.welcome__blk {
  padding-right: 0;
}

.welcome__blk-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.socialItem {
  display: inline-block;
  text-align: center;
  width: 37px;
  height: 37px;
  color: #fff;
  background-color: #2d67c4;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all, 0.45s;
  transition: all, 0.45s;
  line-height: 36px;
  margin: 0 2px !important;
}

.socialItem:hover {
  background-color: #fa4542;
}

.socialItem-wrap {
  z-index: 91;
  background-color: #fff;
  display: inline-block;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 5px;
  display: none;
  margin: 0;
  position: relative;
}

.socialItem-wrap.active {
  display: inline-block;
}

.share42init {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -99;
}

@media screen and (min-width: 768px) {
  .welcome__blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (max-width: 991px) {
  .socialItem-wrap {
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 160px;
    padding: 7px 5px;
    text-align: center;
    z-index: 91;
  }

  .socialItem {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px !important;
  }

  .welcome__slogan {
    font-size: 54px;
  }

  .welcome__subslogan {
    font-size: 24px;
  }

  .welcome-buttons {
    display: none;
  }

  .welcome__content {
    margin: 50px 0 70px 0px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .welcome {
    background: none !important;
    overflow: hidden;
    position: relative;
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }

  .welcome .welcome-call {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }

  .welcome__description {
    margin: 10px auto 0;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
  }

  .welcome__event-date {
    margin: 10px auto;
    float: none;
    display: inline-block;
    max-width: 280px;
    font-size: 18px;
    padding: 6px 12px;
  }

  .welcome__event-date:after {
    display: none;
  }

  .welcome__content {
    margin: 0;
    min-height: 0;
    text-align: center;
  }

  .welcome__photo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .welcome__photo_2 {
    top: -10px;
    position: absolute;
    z-index: -1;
    background-color: #2d67c4;
    padding-top: 20px;
  }

  .welcome__photo_2:after {
    display: none;
  }

  .welcome__photo:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    height: 49%;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2d67c4), color-stop(50%, rgba(53, 141, 242, 0.99)), to(rgba(53, 141, 242, 0)));
    background-image: linear-gradient(to top, #2d67c4 0%, rgba(53, 141, 242, 0.99) 50%, rgba(53, 141, 242, 0) 100%);
  }

  .welcome__photo img {
    max-width: 308px;
    width: 70%;
  }

  .welcome .tobottom {
    position: absolute;
    bottom: -webkit-calc(40px + 2%);
    bottom: calc(40px + 2%);
    left: 0;
    right: 0;
  }

  .welcome__slogan, .welcome__subslogan {
    font-size: 21px;
    line-height: 1;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .welcome__subslogan {
    font-size: 16px;
  }

  __blk-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (orientation: landscape) and (min-resolution: 120dpi) {
  .welcome__event-date {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .welcome .welcome-call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .welcome__photo img {
    max-width: 111px;
  }
}
.sticky {
  background-color: #f5f5f5;
  border-bottom: #dedede 3px solid;
  padding: 16px 0;
  -webkit-transition: padding 0.35s linear;
  transition: padding 0.35s linear;
  min-width: 768px;
}

.sticky > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sticky > .container:after {
  display: none;
}

.sticky-nav {
  float: left;
  margin: 12px 0 12px -14px;
}

.sticky-nav__link {
  position: relative;
  display: inline-block;
  color: #222;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
}

.sticky-nav__link:hover, .sticky-nav__link.active {
  color: #2d67c4;
}

.sticky .btn-wrap {
  float: right;
  margin: 5px -16px 5px 0;
}

.sticky.active {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 21;
  padding: 0;
}

.sticky .event-buttons {
  display: none;
}

.sticky .event-buttons__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.sticky .event-buttons__link:hover, .sticky .event-buttons__link:focus {
  color: #2d67c4;
}

.sticky .event-buttons__link.active {
  color: #2d67c4;
}

.sticky .event-buttons .text {
  color: #222;
  margin-left: 10px;
}

.fixedLine {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
}

.share__overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  z-index: 9;
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sticky-nav__link {
    padding: 12px 6px;
    margin: 0 2px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .sticky-nav {
    display: none;
  }

  .sticky {
    border-bottom: none;
    padding: 0;
  }

  .sticky > .container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .sticky .event-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 60%;
    float: left;
  }

  .sticky .event-buttons__link {
    width: 50%;
    border-right: 1px solid #2d67c4;
  }

  .sticky .event-buttons__link_share {
    width: 100%;
    border-right: none;
  }

  .sticky .event-buttons .share-blk {
    float: left;
    width: 33.33%;
    position: relative;
  }

  .sticky .btn-wrap {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    text-align: center;
  }

  .sticky .btn-wrap .btn-text {
    padding: 0;
  }

  .sticky .btn-wrap:hover .btn-hovicon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sticky .btn-wrap:hover .btn-hovicon:after {
    display: none;
  }

  .sticky .btn-hovicon {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .sticky {
    height: 40px;
    min-width: 100%;
    z-index: 97;
  }

  .sticky.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }

  .sticky .sticky-buttons__link {
    float: left;
    width: 30%;
    height: 40px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #2d67c4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }

  .sticky .sticky-buttons__link:nth-child(3) {
    border-right: none;
  }

  .sticky .registerCource_mob {
    float: left;
    width: 40%;
    height: 40px;
    color: #fff;
    background-color: #fa4542;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }

  .share-blk {
    float: left;
    width: 30%;
    height: 40px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #2d67c4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .share-blk * {
    margin: 0;
  }

  .displaynone {
    display: none !important;
  }

  .socialItem {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px !important;
  }

  .socialItem-wrap {
    padding: 5px;
    bottom: 0px;
    top: 0px;
    width: 160px;
  }
}
.info-item {
  position: relative;
  float: left;
  padding: 0 0px;
  margin-bottom: 30px;
  margin-left: 1%;
  width: 32.3333%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.info-item:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 2px;
  background: #ececec;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}

.info-item:last-child:after {
  width: 100%;
}

.info-item__icon {
  float: left;
  width: 115px;
  padding: 20px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-item__icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.info-item__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: left;
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
  font-family: "montserrat";
  line-height: 1;
  padding: 13px 0 6px;
}

.info-item__number {
  float: left;
  font-weight: 600;
  color: #2d67c4;
  font-size: 100px;
  margin-bottom: -5px;
  letter-spacing: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.info-item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  padding: 0 0 13px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.item-info {
  position: relative;
  float: left;
  margin-left: 1%;
  width: 49%;
  margin-bottom: 5px;
  background: #f5f5f5;
  border-bottom: #dedede 3px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px 0;
}

.item-info__icon {
  position: relative;
  float: left;
  width: 95px;
  padding: 18px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-info__icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}

.item-info__icon img {
  display: block;
  margin: 0 auto;
}

.item-info__content {
  float: left;
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
  font-family: "montserrat";
  line-height: 1;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-info__text {
  color: #000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .info-item__icon {
    width: 80px;
    padding: 10px 5px;
  }

  .info-item__icon img {
    width: 60px;
  }

  .info-item__content {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 5px 0 0px 7px;
  }

  .info-item__number {
    font-size: 80px;
  }

  .info-item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .info-item__icon {
    width: 55px;
    padding: 10px 5px;
  }

  .info-item__content {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    padding: 0px 0 10px 7px;
  }

  .info-item__number {
    font-size: 60px;
  }

  .info-item__text {
    font-size: 16px;
    padding: 0 0 5px 12px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .info-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .info-item:after {
    width: 100%;
    left: 0;
  }

  .info-item__icon {
    display: none;
  }

  .info-item__content {
    width: 100%;
  }

  .info-item__content:before {
    display: none;
  }

  .info-item__number {
    width: 25%;
    text-align: right;
    font-size: 60px;
  }

  .info-item__text {
    width: 80%;
    font-size: 18px;
    padding: 0 0 0 15px;
    max-width: 80%;
  }

  .item-info {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
  }

  .item-info:not(:nth-child(2n-1)) {
    margin-left: 0;
    width: 100%;
  }

  .item-info__icon {
    width: 60px;
    padding: 10px 5px;
  }

  .item-info__icon img {
    width: 30px;
  }

  .item-info__content {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }

  .item-info__text {
    font-size: 16px;
  }
}
.speaker > .container {
  position: relative;
}

.speaker__photo img {
  display: block;
  float: right;
  margin-right: 10px;
  max-width: 100%;
}

.speaker__photo .btn {
  margin: 20px 0;
}

.speaker__photo .btn-history {
  display: none;
}

.speaker__content {
  padding-left: 21px;
  color: #222;
}

.speaker__content .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #2d67c4;
  margin-top: -2px;
}

.speaker__content .title span {
  font-size: 18px;
  color: #022222;
}

.speaker__content .subtitle {
  font-family: "montserrat";
  font-size: 18px;
  border-bottom: #dedede 2px solid;
  margin-top: -2px;
  padding-bottom: 5px;
}

.speaker__content .description {
  padding: 26px 0 0;
  font-size: 16px;
  line-height: 20px;
}

.speaker__content .description p {
  margin-bottom: 21px;
}

.speaker__content .description p:last-child {
  margin-bottom: 0;
}

.speaker .separator {
  width: 100%;
  height: 2px;
  background: #dedede;
  margin: 5px 0;
}

.speaker .additional-title {
  font-weight: 600;
  font-size: 22px;
  color: #222;
  margin: 35px 0 0;
}

.speaker .additional-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 25px 30px;
}

.speaker .additional-list .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speaker .additional-list img {
  margin: 5px 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 55px;
}

.speaker .additional-list img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.speaker .additional-list_books img {
  max-height: 147px;
}

.speaker .additional-list__item {
  max-width: 100px;
  max-height: 55px;
}

.speaker .additional-list .owl-nav .owl-next, .speaker .additional-list .owl-nav .owl-prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #c6c6c6;
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speaker .additional-list .owl-nav .owl-next svg, .speaker .additional-list .owl-nav .owl-prev svg {
  stroke: #000;
}

.speaker .additional-list .owl-nav .owl-prev {
  left: 0px;
  padding-left: 5px;
}

.speaker .additional-list .owl-nav .owl-next {
  right: 0px;
  padding-right: 5px;
}

.speaker .owl-dots {
  margin: 0 auto;
}

.speaker .owl-dots .owl-dot.active span {
  background-color: #2d67c4;
}

.speaker .company-clients, .speaker .company-books {
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .speaker__photo img {
    margin: 0;
  }

  .speaker .additional-list {
    padding: 25px 40px;
  }

  .speaker .additional-list img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .speaker .additional-list {
    padding: 25px 40px;
    display: block;
  }

  .speaker .additional-list img {
    margin: 0 auto;
    max-height: 55px;
  }

  .speaker .additional-list_books img {
    max-height: 147px;
  }

  .speaker .additional-list .owl-nav {
    margin: 0;
  }
}
.show-more {
  color: #2d67c4;
  text-decoration: underline;
  margin: 25px 0;
  cursor: pointer;
}

.show-more.mobile {
  display: none;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .show-more.mobile {
    display: inline-block;
  }

  .speaker__photo {
    text-align: center;
  }

  .speaker__photo img {
    max-width: 70%;
    margin: 20px auto;
    float: none;
  }

  .speaker__content {
    padding-left: 0;
  }

  .speaker__content .title span {
    display: block;
    margin: 10px 0;
  }

  .speaker__content .description {
    padding: 10px 0 0;
    height: 90px;
    overflow: hidden;
  }

  .speaker__content .description.opened {
    height: inherit;
    overflow: visible;
  }

  .speaker .additional-list {
    padding: 25px;
  }

  .speaker .additional-list img {
    margin: 0 auto;
    max-width: none;
  }

  .speaker .owl-dots {
    margin: 0 auto;
  }

  .speaker .owl-dots .owl-dot.active span {
    background-color: #2d67c4;
  }
}
.section-video {
  background-color: #2d67c4;
  display: none;
}

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.video-container .video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-container .video-frame:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  right: 0;
}

.landingVideoPlay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .video-container .video-frame {
    margin-left: -5px;
    margin-right: -5px;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
  }
}
.schedule .accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "montserrat", sans-serif;
  margin-bottom: 7px;
}

.schedule .accordion__item .date .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 170px;
  background-color: #f5f5f5;
  border-bottom: #dedede 3px solid;
  padding: 15px 0 12px 30px;
  cursor: pointer;
  -webkit-transition: all 0.65s linear;
  transition: all 0.65s linear;
}

.schedule .accordion__item .date .wrap:hover {
  background-color: #2d67c4;
  border-color: #2974cb;
}

.schedule .accordion__item .date .wrap:hover .day, .schedule .accordion__item .date .wrap:hover .month {
  color: #fff;
}

.schedule .accordion__item .day {
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: #2d67c4;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.schedule .accordion__item .month {
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1;
  padding-left: 2px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.schedule .accordion__item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: #f5f5f5 2px solid;
  background-color: transparent;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.schedule .accordion__item .content__head {
  font-weight: 600;
  padding: 17px 0 11px 29px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedule .accordion__item .content__head .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule .accordion__item .content__head .icons .icon {
  margin: 0 5px;
}

.schedule .accordion__item .content__head .icons .arrow {
  width: 18px;
  height: 18px;
  margin: 0 18px 0 34px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  cursor: pointer;
}

.schedule .accordion__item .content__head .icons .arrow .arrow-filled {
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  fill: #006DF0;
}

.schedule .accordion__item .content__head .icons .arrow .arrow-strocked {
  opacity: 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  fill: #006DF0;
}

.schedule .accordion__item .content__head .icons .arrow:hover .arrow-filled {
  opacity: 0;
}

.schedule .accordion__item .content__head .icons .arrow:hover .arrow-strocked {
  opacity: 1;
}

.schedule .accordion__item .content__head .time {
  color: #98c2f2;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.schedule .accordion__item .content__head .title {
  color: #222;
  font-size: 18px;
  line-height: 20px;
  margin: 4px 0 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.schedule .accordion__item .content__text {
  color: #222;
  font-size: 16px;
  line-height: 20px;
  max-width: 75%;
  padding-bottom: 0px;
  padding-left: 29px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

.schedule .accordion__item .content__text p {
  margin-bottom: 10px;
}

.schedule .accordion__item .content__text p:last-child {
  margin-bottom: 0;
}

.schedule .accordion__item.show .date .wrap {
  background-color: #2d67c4;
  border-color: #2974cb;
}

.schedule .accordion__item.show .day, .schedule .accordion__item.show .month {
  color: #fff;
}

.schedule .accordion__item.show .content {
  border-color: #2d67c4;
  background-color: #f5f5f5;
}

.schedule .accordion__item.show .content .time {
  color: #222;
}

.schedule .accordion__item.show .content .title {
  color: #2d67c4;
}

.schedule .accordion__item.show .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.schedule .accordion__item.show .arrow .arrow-filled {
  fill: #222 !important;
}

.schedule .accordion__item.show .arrow .arrow-strocked {
  fill: #222 !important;
}

.height0 {
  height: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .schedule .accordion__item .day {
    font-size: 32px;
  }

  .schedule .accordion__item .month {
    font-size: 12px;
  }

  .schedule .accordion__item .date .wrap {
    width: 65px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .schedule .accordion__item .content__head {
    padding: 10px;
    height: auto;
  }

  .schedule .accordion__item .content__head .title {
    font-size: 15px;
    line-height: 16px;
  }

  .schedule .accordion__item .content__head .icons .icon {
    display: none;
  }

  .schedule .accordion__item .content__head .icons .arrow {
    margin: 0px;
  }

  .schedule .accordion__item .content__text {
    padding: 0 10px;
    max-width: 100%;
  }
}
.section-quote {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

.section-quote .image-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

.section-quote .quote-text {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  font-weight: 400;
  padding: 20px 0;
}

.section-quote .quote-text span {
  text-decoration: underline;
  letter-spacing: -0.15px;
}

.section-quote .quote-author {
  text-align: right;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.section-quote .quote-img {
  margin-top: 40px;
  display: block;
}

.section-quote .flex-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-quote .quote-text-part {
  padding: 0 6%;
  position: relative;
}

.section-quote .quote-text-part:before {
  content: "”";
  position: absolute;
  top: 0;
  left: 35px;
  font-size: 200px;
  line-height: 135px;
  font-weight: 600;
  opacity: 0.1;
  color: #fff;
}

.section-quote .quote-text-part:after {
  content: "“";
  position: absolute;
  bottom: -55px;
  right: 35px;
  font-size: 200px;
  line-height: 0px;
  font-weight: 600;
  opacity: 0.1;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .section-quote {
    padding: 40px 0;
  }

  .section-quote .quote-img {
    display: none;
  }

  .section-quote .flex-middle {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .section-quote {
    padding: 30px 0;
  }

  .section-quote .quote-text {
    font-size: 18px;
  }
}
.advanced-item {
  margin: 0 5px 17px 15px;
  background-color: #2d67c4;
  padding: 0px 0px 45px 0px;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  float: left;
  position: relative;
}

.advanced-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  display: block;
  height: 4px;
  background-color: #2974cb;
}

.advanced-item-wrap {
  padding: 0 0 0 10px;
  margin-left: -25px;
  margin-right: -25px;
}

.advanced-item__pic {
  display: inline-block;
  max-width: 74px;
  vertical-align: top;
  margin: 31px;
}

.advanced-item__content {
  display: inline-block;
  max-width: -webkit-calc(100% - 190px);
  max-width: calc(100% - 190px);
  margin-top: 22px;
  margin-left: 14px;
  position: relative;
}

.advanced-item__content:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -21px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  width: 2px;
  background-color: #519ff8;
}

.advanced-item__title {
  font-size: 36px;
  color: #fff;
  position: relative;
}

.advanced-item__title:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  left: -21px;
  height: 2px;
  width: 100%;
  background-color: #519ff8;
}

.advanced-item__text {
  font-size: 16px;
  color: #fff;
  margin-top: 22px;
}

.advanced-item__text p {
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .advanced-item-wrap {
    padding: 0;
  }

  .advanced-item__pic {
    margin: 31px 10px;
  }

  .advanced-item__content {
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .advanced-item-wrap {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .advanced-item {
    margin: 0 0 5px 0;
    padding: 0px;
    padding-bottom: 20px;
    width: 100%;
  }

  .advanced-item__pic {
    margin: 20px 10px;
    max-width: 60px;
  }

  .advanced-item__content {
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .advanced-item__title {
    font-size: 26px;
  }

  .advanced-item__text {
    font-size: 14px;
  }
}
.online-blks-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.online-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  border-bottom: #dedede 3px solid;
  text-transform: uppercase;
  padding: 10px;
  margin: -16px 0 15px;
  cursor: default;
}

.online-blk-wrapper {
  width: 99%;
  margin-left: 1%;
}

.online-blk-wrapper_online, .online-blk-wrapper_translate {
  display: none;
}

.online-blk span {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
}

.online-blk_online {
  color: #FA4542;
}

.online-blk_online svg {
  fill: #FA4542;
}

.online-blk_translate {
  color: #478DFC;
}

.online-blk_translate svg {
  fill: #478DFC;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .online-blk-wrapper {
    margin: 0;
  }

  .online-blks-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .online-blk {
    margin: 1% 0 10px;
  }
}
.pastEvents {
  display: none;
}

.pastEvents-slider__item {
  padding: 5px 5px;
}

.pastEvents-slider__item img {
  max-height: 100%;
  max-width: 100%;
}

.pastEvents-slider.owl-theme .owl-dots .owl-dot span {
  background: #d7d7d7;
  height: 2px;
  width: 75px;
}

.pastEvents-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #5687c1;
}

.designed-section {
  background-color: #ececec;
  background-image: url(../images/landing/waves02.png);
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.designed-item {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 15px;
  vertical-align: top;
  background-color: #fff;
  text-align: center;
  border-bottom: 4px solid #dedede;
  padding: 0 10px 50px;
}

.designed-item:first-child {
  margin-left: 0;
}

.designed-item:last-child {
  margin-right: 0;
}

.designed-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.designed-item__img {
  margin: 24px auto 0;
}

.designed-item__title {
  font-size: 22px;
  color: #2d67c4;
}

.designed-item__text {
  font-size: 16px;
  color: #222;
  max-width: 70%;
  display: block;
  margin: 3px auto;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .designed-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 10px 15px;
    padding-bottom: 15px;
  }

  .designed-item:first-child {
    margin-left: 15px;
  }

  .designed-item:last-child {
    margin-right: 15px;
  }

  .designed-item__img {
    margin-top: 15px;
    width: 70px;
  }

  .designed-item__title {
    font-size: 18px;
  }

  .designed-item__text {
    max-width: inherit;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .designed-item {
    width: 100%;
    margin: 0;
  }

  .designed-item:first-child {
    margin-left: 0;
  }
}
.subscribe-section {
  display: none;
  background-color: #2d67c4;
  padding: 51px 0 32px;
  position: relative;
}

.subscribe-section .norelative {
  position: static;
}

.subscribe-section .form-control {
  width: 100%;
  font-size: 16px;
  color: #222;
  border: none;
  padding: 8px 13px 4px;
}

.subscribe-section .btn-wrap {
  display: block;
  width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.subscribe-section .btn-wrap:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 1px 2px #2974cb;
  box-shadow: 0 2px 1px 2px #2974cb;
  cursor: pointer;
}

.subscribe-section .btn-wrap:hover .btn-text {
  color: #2d67c4;
}

.subscribe-section .btn-text {
  padding: 8px 21px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.subscribe-section ::-webkit-input-placeholder {
  color: #666;
}

.subscribe-section ::-moz-placeholder {
  color: #666;
}

.subscribe-section :-ms-input-placeholder {
  color: #666;
}

.subscribe-section ::placeholder {
  color: #666;
}

.subscribe-section .form-group {
  position: relative;
  margin-bottom: 15px;
}

.field-subscription-username .help-block, .field-subscription-email .help-block {
  color: #fff;
  background-color: #f14d4e;
}

.feedbackSubscribe {
  margin-top: 17px;
}

.subscribe__title {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

.form-control-wrap {
  float: left;
  width: 27%;
  margin-right: 20px;
}

.form-group-wrap {
  width: 23%;
  float: left;
}

.form-group-img {
  margin-top: -23px;
  margin-left: 35px;
}

@media screen and (max-width: 991px) {
  .subscribe__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .subscribe__title {
    font-size: 24px;
    text-align: center;
  }

  .form-control-wrap {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .form-group-wrap {
    width: 70%;
    margin-right: 0px;
  }

  .form-group-img {
    max-width: 20%;
    margin: 0;
    margin-left: 5%;
  }

  .subscribe-section .form-control {
    margin-bottom: 20px;
    padding: 8px 13px 8px;
  }

  .formFooterSubscribe .overlay__feedback {
    left: 0;
  }
}
.after-cource-item {
  padding: 26px 10px 22px 20px;
  width: 50%;
  float: left;
  position: relative;
}

.after-cource-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 15px;
  display: block;
  height: 2px;
  background-color: #ececec;
}

.after-cource-item-wrapp {
  margin-top: 7px;
  margin-left: -25px;
  margin-right: -25px;
}

.after-cource-item_no-border {
  border-bottom: none;
}

.after-cource-item__pic {
  display: inline-block;
  max-width: 100px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 11px;
}

.after-cource-item__content {
  display: inline-block;
  max-width: -webkit-calc(100% - 141px);
  max-width: calc(100% - 141px);
  margin-left: 25px;
  position: relative;
}

.after-cource-item__title {
  font-size: 24px;
  color: #358cf3;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.after-cource-item__text {
  font-size: 16px;
  color: #222;
  line-height: 22px;
  margin-top: 5px;
  letter-spacing: -0.1px;
}

.after-cource-item__text span {
  text-decoration: underline;
  letter-spacing: -0.2px;
}

.result-after {
  margin-top: 27px;
  margin-left: 5px;
  position: relative;
  font-size: 36px;
}

.result-after:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-image: url(../images/landing/result.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -16px;
  left: 0;
}

.result-after-blue {
  color: #378cf3;
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.result-after-black {
  color: #222;
  letter-spacing: -0.5px;
}

.result-after-black-it {
  color: #222;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: -0.5px;
  margin-right: 4px;
}

.result-serteficate-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.result-serteficate-blk img {
  width: 200px;
}

.result-serteficate-blk_online {
  display: none;
}

.result-serteficate-text {
  font-size: 26px;
  color: #222222;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0 10px 20px;
}

.result-serteficate-text span {
  font-weight: 600;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .result-after {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .result-after {
    font-size: 24px;
  }

  .after-cource-item__title {
    font-size: 19px;
  }

  .after-cource-item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .after-cource-item {
    width: 100%;
    padding: 10px 0px 10px 0px;
  }

  .after-cource-item:after {
    left: 0;
    right: 0;
  }

  .after-cource-item-wrapp {
    margin-left: -5px;
    margin-right: -5px;
  }

  .after-cource-item__pic {
    max-width: 55px;
    margin-left: 5px;
  }

  .after-cource-item__content {
    max-width: -webkit-calc(100% - 70px);
    max-width: calc(100% - 70px);
    margin-left: 5px;
  }

  .after-cource-item__title {
    font-size: 15px;
  }

  .after-cource-item__text {
    font-size: 14px;
  }

  .result-after {
    font-size: 17px;
  }

  .result-after:after {
    display: none;
  }

  .result-after-blue {
    float: left;
  }

  .result-after-black {
    float: right;
    margin-right: 10px;
  }

  .result-after-black-it {
    float: right;
    margin-right: 10px;
  }

  .result-serteficate-text {
    font-size: 18px;
  }

  .result-serteficate-blk {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .result-after-blue {
    float: none;
  }

  .result-after-black {
    float: none;
  }

  .result-after-black-it {
    float: none;
  }
}
.course-timetable__nav {
  float: left;
  width: 5%;
  min-width: 75px;
  margin-right: 3%;
  text-align: center;
}

.course-timetable__dots {
  margin: 0px;
  max-height: 245px;
  overflow: hidden;
  position: relative;
}

.course-timetable__dots:before {
  content: "";
  position: absolute;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  width: 4px;
  display: block;
  background-color: #dedede;
  top: -10px;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.course-timetable__dots .owl-dot {
  position: relative;
  display: block;
  width: 51px;
  height: 51px;
  margin: 10px auto;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.course-timetable__dots .owl-dot img {
  opacity: 0.5;
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.course-timetable__dots .owl-dot.active {
  position: relative;
}

.course-timetable__dots .owl-dot.active img {
  opacity: 1;
}

.course-timetable__dots .owl-dot.active:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
  z-index: 9;
  background-image: url(../images/landing/scroll-dot-arrow.png);
}

.course-timetable__dots .mCSB_scrollTools {
  opacity: 0 !important;
}

.course-timetable__prev {
  font-size: 32px;
  color: #7a7d82;
  display: inline-block;
  cursor: pointer;
}

.course-timetable__next {
  font-size: 32px;
  color: #7a7d82;
  display: inline-block;
  cursor: pointer;
}

.course-timetable__slider {
  float: left;
  border-bottom: 2px solid #dedede;
  background-color: #f5f5f5;
  position: relative;
  width: 90%;
  max-width: -webkit-calc(100% - 75px);
  max-width: calc(100% - 75px);
}

.course-timetable__slider .item {
  padding-top: 34px;
}

.course-timetable__slider .content {
  font-size: 14px;
  line-height: 22px;
  color: #4d4e4f;
  padding: 25px 8px 0;
}

.course-timetable__slider .content p {
  margin-bottom: 22px;
}

.course-timetable__slider .content p:last-child {
  margin-bottom: 0;
}

.course-timetable__slider .owl-nav {
  width: 259px;
  position: absolute;
  bottom: 27px;
  left: 46px;
}

.course-timetable__slider .owl-nav .owl-next, .course-timetable__slider .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #c6c6c6;
  position: absolute;
  bottom: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course-timetable__slider .owl-nav .owl-next svg, .course-timetable__slider .owl-nav .owl-prev svg {
  stroke: #000;
}

.course-timetable__slider .owl-nav .owl-next:hover, .course-timetable__slider .owl-nav .owl-prev:hover {
  border: 2px solid #2d67c4;
  background-color: transparent;
}

.course-timetable__slider .owl-nav .owl-next:hover svg path, .course-timetable__slider .owl-nav .owl-prev:hover svg path {
  stroke: #2d67c4;
}

.course-timetable__slider .owl-nav .owl-prev {
  left: 0px;
  padding-left: 5px;
}

.course-timetable__slider .owl-nav .owl-next {
  right: 0px;
  padding-right: 5px;
}

.course-timetable__slider .owl-dots {
  width: 170px;
  left: 88px;
  position: absolute;
  bottom: 34px;
}

.course-timetable__slider .owl-dots .owl-dot.active span {
  background-color: #2d67c4;
}

.course-timetable-item {
  padding: 20px 0px 34px 20px;
}

.course-timetable-item__right {
  float: right;
  width: 34%;
  max-width: 324px;
  text-align: center;
  background-image: url(../images/landing/course-timetable-item__right.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
}

.course-timetable-item__right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  display: block;
  width: 2px;
  background-color: #ececec;
}

.course-timetable-item__name {
  color: #2d67c4;
  font-weight: 600;
  font-size: 22px;
  margin-top: 19px;
  padding: 0 10px;
}

.course-timetable-item__link {
  padding: 0px 20px;
  display: inline-block;
  margin-top: 0px;
  color: #222;
  font-size: 16px;
  position: relative;
  font-weight: 400;
}

.course-timetable-item__photo {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 16px auto;
  z-index: 1;
}

.course-timetable-item__photo img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.course-timetable-item__photo:after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 152px;
  height: 152px;
  display: block;
  z-index: -1;
  background-image: url(../images/landing/revi-decor.png);
}

.course-timetable-item__social {
  display: block;
  margin: 3px auto;
  height: 29px;
  width: 29px;
  text-align: center;
  line-height: 29px;
  background-color: #2d67c4;
  border: 2px solid #2d67c4;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}

.course-timetable-item__social:hover {
  background-color: #fff;
  color: #2d67c4;
}

.course-timetable-item__left {
  float: left;
  width: 66%;
  padding: 30px 20px 60px 30px;
  position: relative;
}

.course-timetable-item__text {
  line-height: 20px;
  font-size: 16px;
  color: #222;
  position: relative;
}

.course-timetable-item__text:before {
  content: "”";
  position: absolute;
  top: 0;
  left: -35px;
  font-size: 200px;
  line-height: 100px;
  z-index: 1;
  font-weight: 600;
  opacity: 0.1;
  color: #000;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .course-timetable__nav {
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .course-timetable .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .course-timetable__nav {
    width: 100%;
    position: relative;
  }

  .course-timetable__dots {
    margin: 0;
    position: relative;
  }

  .course-timetable__dots:before {
    content: "";
    position: absolute;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: 4px;
    display: block;
    background-color: #dedede;
    right: -10px;
    left: -10px;
    top: 0px;
    bottom: 0;
    margin: auto;
  }

  .course-timetable__dots .owl-dot {
    display: inline-block;
  }

  .course-timetable__dots .owl-dot.active::after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
  }

  .course-timetable__dots .owl-dot .time {
    left: 0;
    top: 85px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .course-timetable__dots .owl-dot .date {
    margin-bottom: 0;
  }

  .course-timetable__dots .owl-dot:first-child .date {
    margin-left: 0;
  }

  .course-timetable__dots .owl-dot::after {
    bottom: inherit;
    left: inherit;
    top: 23px;
    right: -50px;
    width: 50px;
    height: 1px;
  }

  .course-timetable .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }

  .course-timetable__slider {
    width: 100%;
    max-width: 100%;
  }

  .course-timetable__slider .item {
    padding-top: 0;
  }

  .course-timetable__slider .owl-nav {
    display: none;
  }

  .course-timetable__slider .owl-dots {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: relative;
  }

  .course-timetable__prev {
    position: absolute;
    left: 0;
    top: 20px;
    margin: 0;
    z-index: 10;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .course-timetable__next {
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
    z-index: 10;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .course-timetable-item {
    padding: 0;
  }

  .course-timetable-item__left {
    width: 100%;
    padding: 30px 20px 20px 30px;
  }

  .course-timetable-item__right {
    width: 100%;
    max-width: 100%;
    background-size: cover;
  }

  .course-timetable-item__right:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .course-timetable .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .course-timetable .section__title {
    text-align: left;
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@media screen and (max-width: 991px) {
  .course-timetable__nav {
    margin-right: 0;
  }
}
.course-timetable-item__social {
  display: none;
}

.section-another-cource {
  background-color: #cecece;
  background-image: url(../images/landing/waves02.png);
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.common_courses_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.another-cource-item {
  width: -webkit-calc(33.33% - 27px);
  width: calc(33.33% - 27px);
  margin: 0 20px;
  padding: 0 20px;
  float: left;
  vertical-align: top;
  background-color: #fff;
  text-align: center;
  border-bottom: 4px solid #dedede;
  padding-bottom: 25px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.another-cource-item:first-child {
  margin-left: 0;
}

.another-cource-item:last-child {
  margin-right: 0;
}

.another-cource-item__photo {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 40px auto 27px;
  z-index: 1;
  cursor: pointer;
  display: block;
}

.another-cource-item__photo img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.another-cource-item__photo:after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 182px;
  height: 182px;
  display: block;
  z-index: -1;
  background-image: url(../images/landing/another-decor.png);
  background-size: 100% 100%;
}

.another-cource-item__date {
  color: #2d67c4;
  font-size: 16px;
  font-weight: 600;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.another-cource-item__name {
  margin-top: 4px;
  color: #222;
  line-height: 21px;
  font-size: 16px;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.another-cource-item__title {
  margin-top: 0px;
  color: #222;
  font-size: 22px;
  height: 93px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.another-cource-item__btn {
  margin-top: 35px;
  display: inline-block;
  padding: 8px 27px;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
  color: #2d67c4;
  border: #2d67c4 2px solid;
}

.another-cource-item__adv {
  margin-top: 51px;
}

.another-cource-item__buy {
  color: #2d67c4;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  margin-right: 12px;
}

.another-cource-item__buy img {
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  top: -1px;
  left: 0px;
}

.another-cource-item__buy img path {
  fill: #2d67c4;
}

.another-cource-item__remember {
  color: #2d67c4;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.another-cource-item__remember img {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0px;
}

.another-cource-item__remember img path, .another-cource-item__remember img polygon {
  fill: #2d67c4;
}

.another-cource-item:hover {
  background-color: #2d67c4;
}

.another-cource-item:hover .another-cource-item__photo:after {
  background-image: url(../images/landing/another-decor-w.png);
}

.another-cource-item:hover .another-cource-item__date {
  color: #fff;
}

.another-cource-item:hover .another-cource-item__name {
  color: #fff;
}

.another-cource-item:hover .another-cource-item__title {
  color: #fff;
}

.another-cource-item:hover .another-cource-item__btn {
  border: #fff 2px solid;
  -webkit-box-shadow: 0 2px 2px 2px #2974cb;
  box-shadow: 0 2px 2px 2px #2974cb;
}

.another-cource-item:hover .another-cource-item__buy {
  color: #fff;
}

.another-cource-item:hover .another-cource-item__buy img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.another-cource-item:hover .another-cource-item__buy svg path {
  fill: #fff;
}

.another-cource-item:hover .another-cource-item__buy:hover {
  color: #222;
}

.another-cource-item:hover .another-cource-item__buy:hover img {
  -webkit-filter: grayscale(1) invert(0.8) contrast(99);
  filter: grayscale(1) invert(0.8) contrast(99);
}

.another-cource-item:hover .another-cource-item__buy:hover svg path {
  fill: #222;
}

.another-cource-item:hover .another-cource-item__remember {
  color: #fff;
}

.another-cource-item:hover .another-cource-item__remember img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.another-cource-item:hover .another-cource-item__remember svg path, .another-cource-item:hover .another-cource-item__remember svg polygon {
  fill: #fff;
}

.another-cource-item:hover .another-cource-item__remember:hover {
  color: #222;
}

.another-cource-item:hover .another-cource-item__remember:hover img {
  -webkit-filter: grayscale(1) invert(0.8) contrast(99);
  filter: grayscale(1) invert(0.8) contrast(99);
}

.another-cource-item:hover .another-cource-item__remember:hover svg path, .another-cource-item:hover .another-cource-item__remember:hover svg polygon {
  fill: #222;
}

@media screen and (max-width: 991px) {
  .another-cource-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }

  .another-cource-item__photo {
    width: 120px;
    height: 120px;
  }

  .another-cource-item__photo img {
    width: 120px;
    height: 120px;
  }

  .another-cource-item__photo:after {
    width: 152px;
    height: 152px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .another-cource-item {
    width: 100%;
    margin: 0;
  }
}
.another-cource-item__remember {
  display: none;
}

.faq-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 35px;
}

.formFaq {
  margin-top: -22px;
  max-width: 248px;
  margin-left: 23px;
  position: relative;
  padding: 19px 20px 30px;
  background-color: #2d67c4;
  background-image: url(../images/landing/faq.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  border-bottom: 4px solid #2974cb;
}

.formFaq ::-webkit-input-placeholder {
  color: #666;
}

.formFaq ::-moz-placeholder {
  color: #666;
}

.formFaq :-ms-input-placeholder {
  color: #666;
}

.formFaq ::placeholder {
  color: #666;
}

.formFaq .form-group {
  position: relative;
  width: 100%;
  margin: 0px auto 15px;
}

.formFaq .form-control {
  border: none;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  padding: 8px 26px 4px 13px;
}

.formFaq .btn-faq__success {
  color: #fff;
  padding: 8px 0px;
  display: block;
  width: 100%;
  margin: 34px auto 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
}

.formFaq .btn-faq__success:hover {
  background-color: #fff;
  color: #2d67c4;
  -webkit-box-shadow: 0 2px 1px 2px #2974cb;
  box-shadow: 0 2px 1px 2px #2974cb;
}

.faq-item {
  padding-left: 67px;
  position: relative;
  border-bottom: 2px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.faq-item:after {
  position: absolute;
  text-align: center;
  content: "?";
  color: #222;
  font-weight: 600;
  font-size: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ececec;
  width: 31px;
  height: 31px;
  top: -4px;
  left: 18px;
}

.faq-item__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 5px;
  color: #2d67c4;
}

.faq-item__text {
  margin-top: 2px;
  line-height: 20px;
  font-size: 16px;
  color: #222;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .formFaq .form-control {
    margin: 0px auto 30px;
  }
}
@media screen and (max-width: 991px) {
  .formFaq {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 5px;
  }

  .faq-item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .faq-item {
    padding-left: 40px;
  }

  .faq-item:after {
    left: 5px;
  }

  .formFaq {
    margin: 0;
    max-width: 100%;
    text-align: center;
    background-size: cover;
  }

  .formFaq .form-control {
    padding: 8px 13px;
  }
}
.sectionUnknow {
  display: none;
}

.unknow-wrapp {
  border-top: 2px solid #f5f5f5;
  border-bottom: 4px solid #dedede;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.unknow-wrapp:hover {
  border-top: 2px solid #2d67c4;
  background-color: #f5f5f5;
}

.unknow-wrapp:hover .unknow-date-wrapp {
  background-color: #2d67c4;
}

.unknow-wrapp:hover .unknow-date__day {
  color: #fff;
}

.unknow-wrapp:hover .unknow-date__month {
  color: #fff;
}

.unknow-wrapp:hover .unknow__price {
  color: #222;
}

.unknow-date-wrapp {
  float: left;
  width: 27%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}

.unknow-date {
  height: 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.unknow-date__day {
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  color: #2d67c4;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}

.unknow-date__month {
  font-size: 16px;
  color: #222;
  line-height: 14px;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}

.unknow-date_end {
  margin-left: 25px;
  position: relative;
}

.unknow-date_end:before {
  content: "";
  width: 10px;
  height: 4px;
  background-color: #dedede;
  display: block;
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 2px;
  margin: auto;
}

.unknow-content-wrapp {
  float: left;
  width: 73%;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unknow__day, .unknow__time {
  font-size: 16px;
  color: #222;
}

.unknow__day {
  margin-left: 26px;
}

.unknow__price {
  font-size: 18px;
  color: #2d67c4;
  font-weight: 600;
  margin-right: 139px;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .unknow-date__day {
    font-size: 36px;
  }

  .unknow-date__month {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .unknow-date-wrapp {
    width: 40%;
  }

  .unknow-content-wrapp {
    width: 60%;
  }

  .unknow__price {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .unknow-wrapp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .unknow-date-wrapp {
    width: 100%;
  }

  .unknow-content-wrapp {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .unknow__day {
    margin-left: 0;
    font-size: 15px;
  }

  .unknow__day, .unknow__time {
    width: 100%;
    text-align: center;
  }

  .unknow__price {
    margin-right: 0;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}
.toggle_mnu {
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 991;
  background-color: transparent;
  border: none;
  left: 6px;
  top: 0px;
  display: none;
  padding: 4px;
}

.toggle_mnu.top {
  top: 0;
  left: 0;
}

.toggle_mnu_inside {
  left: auto;
  top: 0;
  right: 0;
}

.toggle_mnu span {
  display: block;
}

.toggle_mnu:focus {
  outline: 0;
}

.sandwich {
  width: 42px;
  height: 42px;
  padding: 0;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 9;
}

.sw-topper {
  position: relative;
  top: 10px;
  width: 35px;
  height: 2px;
  background: #231f20;
  border: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  display: block;
}

.sw-bottom {
  position: relative;
  width: 35px;
  height: 2px;
  top: 16px;
  background: #231f20;
  border: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.sw-footer {
  position: relative;
  width: 35px;
  height: 2px;
  top: 22px;
  background: #231f20;
  border: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sandwich.active .sw-bottom {
  top: 14px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-mnu-wrapp {
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate3d(-110%, 0, 0);
  transform: translate3d(-110%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.51, 0.74);
  transition-timing-function: cubic-bezier(0.45, 0, 0.51, 0.74);
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  background-color: #333;
  z-index: 991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-mnu {
  margin-top: -50px;
}

.mobile-mnu .button {
  border-top: 1px solid #333;
  min-width: 100%;
  padding: 0.4em 1em;
  font-size: 22px;
  text-align: left;
}

.mobile-mnu li:last-child {
  border-bottom: 1px solid #333;
}

.mobile-mnu .button--tamaya::after, .mobile-mnu .button--tamaya::before {
  padding: 0 1em;
  color: #fff;
}

.mobile-mnu .button--tamaya::before {
  padding-top: 0.4em;
}

.mobile-mnu li.active {
  border-bottom: 1px solid #2d67c4;
}

.mobile-mnu li.active .button {
  background-color: #2d67c4;
  border-top: 1px solid #2d67c4;
  color: #fff;
}

.mobile-mnu li.active .button--tamaya::after, .mobile-mnu li.active .button--tamaya::before {
  color: #fff;
}

.mobile-mnu {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mobile-mnu li {
  margin: 15px 0;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}

.mobile-mnu, .mobile-mnu li {
  transition: -webkit-transform 0s 0.4s;
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-mnu li:nth-child(2) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}

.mobile-mnu li:nth-child(3) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}

.mobile-mnu li:nth-child(4) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}

.mobile-mnu li:nth-child(5) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}

.mobile-mnu li:nth-child(6) {
  -webkit-transform: translate3d(0, 3500px, 0);
  transform: translate3d(0, 3500px, 0);
}

.mobile-mnu li:nth-child(7) {
  -webkit-transform: translate3d(0, 4000px, 0);
  transform: translate3d(0, 4000px, 0);
}

.mobile-mnu li:nth-child(8) {
  -webkit-transform: translate3d(0, 4500px, 0);
  transform: translate3d(0, 4500px, 0);
}

.mobile-mnu li:nth-child(9) {
  -webkit-transform: translate3d(0, 5000px, 0);
  transform: translate3d(0, 5000px, 0);
}

.mobile-mnu li:nth-child(10) {
  -webkit-transform: translate3d(0, 5500px, 0);
  transform: translate3d(0, 5500px, 0);
}

.mobile-mnu li:nth-child(11) {
  -webkit-transform: translate3d(0, 6000px, 0);
  transform: translate3d(0, 6000px, 0);
}

.mobile-mnu li:nth-child(12) {
  -webkit-transform: translate3d(0, 6500px, 0);
  transform: translate3d(0, 6500px, 0);
}

.mobile-mnu li:nth-child(13) {
  -webkit-transform: translate3d(0, 7000px, 0);
  transform: translate3d(0, 7000px, 0);
}

.mobile-mnu li:nth-child(14) {
  -webkit-transform: translate3d(0, 7500px, 0);
  transform: translate3d(0, 7500px, 0);
}

.mobile-mnu li:nth-child(15) {
  -webkit-transform: translate3d(0, 8000px, 0);
  transform: translate3d(0, 8000px, 0);
}

.mobile-mnu li:nth-child(16) {
  -webkit-transform: translate3d(0, 8500px, 0);
  transform: translate3d(0, 8500px, 0);
}

.mobile-mnu li:nth-child(17) {
  -webkit-transform: translate3d(0, 9000px, 0);
  transform: translate3d(0, 9000px, 0);
}

.mobile-mnu li:nth-child(18) {
  -webkit-transform: translate3d(0, 9500px, 0);
  transform: translate3d(0, 9500px, 0);
}

.mobile-mnu li:nth-child(19) {
  -webkit-transform: translate3d(0, 10000px, 0);
  transform: translate3d(0, 10000px, 0);
}

.mobile-mnu li:nth-child(20) {
  -webkit-transform: translate3d(0, 10500px, 0);
  transform: translate3d(0, 10500px, 0);
}

.mobile-mnu li:nth-child(21) {
  -webkit-transform: translate3d(0, 11000px, 0);
  transform: translate3d(0, 11000px, 0);
}

.mobile-mnu li:nth-child(22) {
  -webkit-transform: translate3d(0, 11500px, 0);
  transform: translate3d(0, 11500px, 0);
}

.mobile-mnu li:nth-child(23) {
  -webkit-transform: translate3d(0, 12000px, 0);
  transform: translate3d(0, 12000px, 0);
}

.mobile-mnu li:nth-child(24) {
  -webkit-transform: translate3d(0, 12500px, 0);
  transform: translate3d(0, 12500px, 0);
}

.mobile-mnu li:nth-child(25) {
  -webkit-transform: translate3d(0, 13000px, 0);
  transform: translate3d(0, 13000px, 0);
}

.mobile-mnu li:nth-child(26) {
  -webkit-transform: translate3d(0, 13500px, 0);
  transform: translate3d(0, 13500px, 0);
}

.mobile-mnu li:nth-child(27) {
  -webkit-transform: translate3d(0, 14000px, 0);
  transform: translate3d(0, 14000px, 0);
}

.mobile-mnu li:nth-child(28) {
  -webkit-transform: translate3d(0, 14500px, 0);
  transform: translate3d(0, 14500px, 0);
}

.mobile-mnu li:nth-child(29) {
  -webkit-transform: translate3d(0, 15000px, 0);
  transform: translate3d(0, 15000px, 0);
}

.mobile-mnu li:nth-child(30) {
  -webkit-transform: translate3d(0, 15500px, 0);
  transform: translate3d(0, 15500px, 0);
}

.mobile-mnu li:nth-child(31) {
  -webkit-transform: translate3d(0, 16000px, 0);
  transform: translate3d(0, 16000px, 0);
}

.mobile-mnu li:nth-child(32) {
  -webkit-transform: translate3d(0, 16500px, 0);
  transform: translate3d(0, 16500px, 0);
}

.mobile-mnu li:nth-child(33) {
  -webkit-transform: translate3d(0, 17000px, 0);
  transform: translate3d(0, 17000px, 0);
}

.mobile-mnu li:nth-child(34) {
  -webkit-transform: translate3d(0, 17500px, 0);
  transform: translate3d(0, 17500px, 0);
}

.mobile-mnu li:nth-child(35) {
  -webkit-transform: translate3d(0, 18000px, 0);
  transform: translate3d(0, 18000px, 0);
}

.mobile-mnu li:nth-child(36) {
  -webkit-transform: translate3d(0, 18500px, 0);
  transform: translate3d(0, 18500px, 0);
}

.mobile-mnu li:nth-child(37) {
  -webkit-transform: translate3d(0, 19000px, 0);
  transform: translate3d(0, 19000px, 0);
}

.mobile-mnu li:nth-child(38) {
  -webkit-transform: translate3d(0, 19500px, 0);
  transform: translate3d(0, 19500px, 0);
}

.mobile-mnu li:nth-child(39) {
  -webkit-transform: translate3d(0, 20000px, 0);
  transform: translate3d(0, 20000px, 0);
}

.mobile-mnu li:nth-child(40) {
  -webkit-transform: translate3d(0, 20500px, 0);
  transform: translate3d(0, 20500px, 0);
}

.mobile-mnu li:nth-child(41) {
  -webkit-transform: translate3d(0, 21000px, 0);
  transform: translate3d(0, 21000px, 0);
}

.mobile-mnu li:nth-child(42) {
  -webkit-transform: translate3d(0, 21500px, 0);
  transform: translate3d(0, 21500px, 0);
}

.mobile-mnu li:nth-child(43) {
  -webkit-transform: translate3d(0, 22000px, 0);
  transform: translate3d(0, 22000px, 0);
}

.mobile-mnu li:nth-child(44) {
  -webkit-transform: translate3d(0, 22500px, 0);
  transform: translate3d(0, 22500px, 0);
}

.mobile-mnu li:nth-child(45) {
  -webkit-transform: translate3d(0, 23000px, 0);
  transform: translate3d(0, 23000px, 0);
}

.mobile-mnu li:nth-child(46) {
  -webkit-transform: translate3d(0, 23500px, 0);
  transform: translate3d(0, 23500px, 0);
}

.mobile-mnu li:nth-child(47) {
  -webkit-transform: translate3d(0, 24000px, 0);
  transform: translate3d(0, 24000px, 0);
}

.mobile-mnu li:nth-child(48) {
  -webkit-transform: translate3d(0, 24500px, 0);
  transform: translate3d(0, 24500px, 0);
}

.mobile-mnu li:nth-child(49) {
  -webkit-transform: translate3d(0, 25000px, 0);
  transform: translate3d(0, 25000px, 0);
}

.mobile-mnu li:nth-child(50) {
  -webkit-transform: translate3d(0, 25500px, 0);
  transform: translate3d(0, 25500px, 0);
}

.mobile-mnu li:nth-child(51) {
  -webkit-transform: translate3d(0, 26000px, 0);
  transform: translate3d(0, 26000px, 0);
}

.mobile-mnu-wrapp.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.mobile-mnu-wrapp.active .mobile-mnu, .mobile-mnu-wrapp.active .mobile-mnu li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-mnu-wrapp.active .mobile-mnu li {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.button {
  min-width: 80px;
  max-width: 250px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border: none;
  background: 0 0;
  color: #2d67c4;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.button:focus {
  outline: 0;
}

.button > span {
  vertical-align: middle;
}

.button--tamaya {
  overflow: hidden;
  color: #2d67c4;
}

.button--tamaya.button--inverted {
  color: #37474f;
  border-color: #37474f;
}

.button--tamaya.button--inverted::after, .button--tamaya.button--inverted::before {
  background: #fff;
  color: #37474f;
}

.button--tamaya::after, .button--tamaya::before {
  content: attr(data-text);
  position: absolute;
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  height: 50%;
  left: 0;
  background: 0 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--tamaya::before {
  top: 0;
}

.button--tamaya::after {
  bottom: 0;
  line-height: 0;
}

.button--tamaya > span {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
  transition: opacity 0.5s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.5s;
  transition: transform 0.35s, opacity 0.5s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--tamaya > span::after {
  content: "";
  position: absolute;
  width: -webkit-calc(200% + 4em);
  width: calc(200% + 4em);
  height: -webkit-calc(100% + 2em);
  height: calc(100% + 2em);
  padding: 1em 2em;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
  margin: auto;
  background: #fff;
  color: #fff;
  overflow: hidden;
  z-index: -1;
}

.button--tamaya:hover::before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.button--tamaya:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.button--tamaya:hover > span {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.mobile-mnu-drop {
  display: none;
}

.mobile-mnu-drop .button {
  color: #fff;
  font-size: 16px;
  text-transform: none;
  padding-left: 3em;
}

.mobile-mnu-drop.active {
  display: block;
}

@media screen and (max-width: 992px) {
  .mobile-mnu-wrapp {
    width: 50%;
    max-width: 320px;
  }

  .toggle_mnu {
    top: 6px;
  }

  .toggle_mnu_inside {
    left: auto;
    right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .toggle_mnu {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .mobile-mnu-wrapp {
    width: 100%;
    max-width: 100%;
  }

  .toggle_mnu {
    top: 0px;
  }

  .toggle_mnu_inside {
    left: auto;
    right: 0;
  }

  .toogle_user .toggle_mnu {
    position: fixed;
  }
}
.user-payment-section {
  padding: 0px 40px;
  background-color: #fafbfd;
  overflow: hidden;
}

.user-payment-section .btn_spiner {
  margin: 20px auto 11px;
}

.payment-title {
  font-size: 24px;
  color: #7188b7;
  margin-bottom: 20px;
  margin-top: 40px;
}

.payment-blk {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  overflow: hidden;
}

.payment-blk_second-step {
  margin-top: 39px;
}

.payment-blk_third-step {
  margin-top: 39px;
  padding-bottom: 40px;
  margin-bottom: 49px;
}

.payment-blk-section {
  padding-left: 25px;
}

.payment-blk-section_border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.payment-blk-section__number {
  color: #999999;
  font-family: Baskerville;
  font-size: 36px;
  font-style: italic;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}

.payment-blk-section__title {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-top: 19px;
  margin-left: 17px;
}

.payment-item {
  margin-bottom: 2px;
  margin-top: 18px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.payment-item_bucket {
  padding-left: 40px;
}

.payment-item__img {
  width: 81px;
  height: 81px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.payment-item__img-wrap {
  margin: 10px;
  position: relative;
  float: left;
}

.payment-item__img-wrap a {
  position: relative;
  z-index: 10;
}

.payment-item__img-wrap:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.payment-item__info {
  margin-left: 19px;
  float: left;
  position: relative;
  padding-right: 65px;
}

.payment-item__payment-title {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1;
  margin-top: 18px;
}

.payment-item__payment-lector {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
}

.payment-item__payment-info {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.payment-item__payment-phone {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
}

.payment-item__date {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #dddddd;
  color: #3a3a3a;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0px 12px;
  line-height: 18px;
}

.payment-item__price {
  position: absolute;
  right: 40px;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

.user-payment-form-group__input {
  margin-top: 18px;
  margin-bottom: 33px;
}

.user-payment-form-group__input ::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input ::-moz-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input ::-ms-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input :-moz-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input input {
  width: 25%;
  height: 40px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  margin-right: 8px;
  color: #999999;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
}

.user-payment-form-group__input .add-category-btn {
  width: 100px;
  height: 40px;
  padding: 11px 17px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #2d67c4;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.btn_spiner {
  display: block;
  margin: 20px auto;
  width: 200px;
  text-align: center;
}

.btn_spiner i {
  margin-right: 5px;
}

.btn_spiner:hover i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.payment-item-exist {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
}

.payment-item-exist__name, .payment-item-exist__email, .payment-item-exist__number {
  display: inline-block;
  width: 25%;
  line-height: 50px;
}

.payment-item-exist:hover {
  background-color: #f8f8f8;
}

.payment-method-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 39px;
}

.payment-method-item {
  width: 200px;
  height: 125px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 3px solid #f8f8f8;
  background-color: #f8f8f8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}

.payment-method-item.selected {
  border: 3px solid #2d67c4;
}

.payment-method-text {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 39px 0 24px;
  line-height: 17px;
}

.payment-method-public {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.payment-method-public a {
  color: #2b76ee;
  text-decoration: underline;
}

.payment-item-total {
  height: 60px;
  background-color: #2d67c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

.payment-item-total__price {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.payment-item-total__text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.payment-result-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  min-height: 90vh;
  background-color: transparent;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-result-blk {
  text-align: center;
  z-index: 1;
  max-width: 600px;
}

.payment-result__img-wrapp {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 95px;
  height: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-result__img-wrapp:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 105px;
  height: 105px;
  background-image: url(../images/landing/another-decor.png);
  z-index: -1;
  background-size: 100%;
}

.payment-result__img {
  margin-top: 7px;
}

.payment-result__title {
  font-size: 36px;
  color: #000;
  margin-top: 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.payment-result__text {
  font-size: 18px;
  color: #666;
  display: block;
  margin: 3px auto;
  line-height: 22px;
}

.payment-result__btn {
  color: #2d67c4;
  padding: 10px 40px;
  display: inline-block;
  margin: 15px auto 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #2d67c4;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  line-height: 1;
  z-index: 10;
}

.payment-result__btn:hover {
  color: #fff;
  background-color: #2d67c4;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .payment-blk-section__title {
    font-size: 16px;
    margin-top: 15px;
  }

  .user-payment-section {
    padding: 0 5px;
  }

  .payment-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 24px;
  }

  .payment-item_bucket {
    padding-left: 24px;
  }

  .payment-item__price {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: -webkit-calc(100% + 48px);
    width: calc(100% + 48px);
    padding: 0 24px;
    margin: 0 -24px;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background-color: #f8f8f8;
  }

  .payment-item__price span {
    display: block;
  }

  .payment-item__info {
    font-size: 16px;
    padding-right: 0;
  }

  .payment-item__payment-info {
    font-size: 14px;
  }

  .payment-item__payment-title {
    font-size: 18px;
  }

  .payment-blk-section {
    padding: 0 5px;
  }

  .user-payment-form-group__input input {
    width: 100%;
    margin-bottom: 10px;
  }

  .user-payment-form-group__input .add-category-btn {
    width: 100%;
  }

  .payment-item-exist {
    margin-bottom: 20px;
  }

  .payment-item-exist__name, .payment-item-exist__email, .payment-item-exist__number {
    width: 100%;
    line-height: 14px;
  }

  .payment-item-total {
    padding: 0 19px;
  }

  .payment-blk-section__number {
    margin-left: 19px;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .payment-method-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .payment-method-item {
    margin-bottom: 10px;
    width: 90%;
  }

  .payment-result__title {
    margin-top: 20px;
    font-size: 22px;
  }

  .payment-result__btn {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
  }
}
.price-blks-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border: 3px #378cf3 solid;
  padding: 10px 10px 30px 10px;
  margin: 5px;
}

.price-blk:hover {
  background-color: #378cf3;
}

.price-blk:hover .price-blk__price, .price-blk:hover .price-blk__description {
  color: #fff;
}

.price-blk_disabled {
  border: 3px #378cf3 solid;
  background: #f5f5f5;
  pointer-events: none;
}

.price-blk__price {
  font-size: 53px;
  color: #222;
  font-weight: 600;
  margin-top: 26px;
  line-height: 1;
}

.price-blk__description {
  font-size: 20px;
  color: #222;
  text-align: center;
  font-weight: 400;
  margin-top: 3px;
  line-height: 1;
  letter-spacing: 0.7px;
}

.price-blk__btn {
  margin-top: 42px;
  text-align: center;
}

.more-price-blks-wrap {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-price-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
  border-bottom: #dedede 3px solid;
  padding: 28px 30px 24px;
  margin: 5px;
}

.more-price-blk__description {
  font-size: 18px;
  color: #222;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.7px;
}

.more-price-blk__description span {
  color: #378cf3;
  font-weight: 600;
  font-size: 26px;
}

.discount {
  width: 100%;
  text-align: center;
  background: #fff;
  border: 3px #378cf3 solid;
  padding: 46px 10px 51px;
  margin: 5px;
}

.discount__timer {
  color: #378cf3;
}

.discount__title {
  font-size: 36px;
  line-height: 1;
  color: #222;
  margin: 0 0 0;
}

.discount__description {
  font-size: 22px;
  line-height: 1;
  color: #222;
  margin: 0 0 18px;
}

.discount__prices {
  margin-bottom: 23px;
}

.discount__prices .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.discount__prices .new {
  display: inline-block;
  font-size: 67px;
  line-height: 1;
  margin: 0 10px;
}

.discount__prices .new span {
  font-weight: bold;
}

.discount__prices .old {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 55px;
  line-height: 1;
  margin: 0 10px;
}

.discount__prices .old:before {
  content: "";
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fa4542;
}

.priceScroller {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .price-blk__price {
    font-size: 38px;
  }

  .price-blk__description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .price-blks-wrap, .more-price-blks-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-blk__price {
    font-size: 38px;
  }

  .price-blk__description {
    font-size: 18px;
  }
}
figure, figcaption {
  display: block;
}

.transition {
  -webkit-transition: top 400ms linear;
  transition: top 400ms linear;
}

.timeTo {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  margin: 37px 0;
}

.timeTo span {
  vertical-align: top;
}

.timeTo.timeTo-white .timeTo-alert {
  background: #ffffff;
}

.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.timeTo figure:first-child span {
  margin-left: 0;
}

.timeTo figure:last-child {
  font-weight: normal;
}

.timeTo figcaption {
  text-align: center;
  line-height: 80%;
  font-weight: 300;
  font-size: 37px !important;
  font-family: Arial, sans-serif;
  margin-top: -17px;
}

.timeTo div {
  font-family: Arial, sans-serif;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 30px;
  overflow: hidden;
}

.timeTo div.first:not(:only-of-type) {
  margin-right: -25px;
}

.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 3px;
}

.timeTo ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 66px !important;
}

@media screen and (max-width: 767px) {
  .discount {
    padding: 25px 10px;
  }

  .discount__title {
    font-size: 24px;
  }

  .discount__description {
    font-size: 20px;
  }

  .discount__prices .new {
    font-size: 32px;
  }

  .discount__prices .old {
    font-size: 32px;
  }

  .discount__prices .old:before {
    bottom: 15px;
  }

  .timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 28px !important;
  }

  .timeTo figcaption {
    font-size: 18px !important;
  }

  .timeTo div.first {
    margin-right: -12px;
  }

  .timeTo figure {
    width: 69px;
  }

  .timeTo figure:first-child span {
    margin-left: 0;
  }

  .timeTo figcaption {
    margin-top: 0;
  }

  .timeTo {
    margin: 20px 0;
  }
}
.userAbstract {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
  left: 0;
}

.userAbstract_height {
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
  position: absolute;
}

.user-naw-sidebar-wraper {
  background-color: #fff;
  z-index: 9;
  -webkit-box-shadow: 7px 0 14px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 0 14px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  overflow: hidden;
  min-height: -webkit-calc(100vh - 70px);
  min-height: calc(100vh - 70px);
}

.user-naw-sidebar-wraper.posBroadcast {
  position: relative;
  overflow: visible;
}

.user-naw-sidebar-wraper.active .user-content-anim {
  width: 280px;
}

.user-naw-sidebar-wraper.active .user-content-anim__container {
  width: 74px;
}

.user-naw-sidebar-wraper.active .user-pic-blk {
  width: 70px;
}

.user-naw-sidebar-wraper.active .user-pic-blk:after {
  top: -9px;
  left: -9px;
  width: 95px;
  height: 95px;
}

.user-naw-sidebar-wraper.active .user-pic-blk img {
  width: 70px;
  height: 70px;
}

.user-naw-sidebar-wraper.active .user-pic-blk:after {
  width: 84px;
  height: 84px;
}

.user-naw-sidebar-wraper.active .userInfoBlk .user-name {
  opacity: 1;
}

.user-naw-sidebar-wraper.active .userInfoBlk .user-secondname {
  opacity: 1;
}

.user-naw-sidebar-wraper.active .user-menu-toggle {
  font-size: 14px;
  background-color: #f1f1f1;
}

.user-naw-wraper {
  background-color: #fff;
  left: auto;
  right: 68px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  bottom: auto;
  position: absolute;
  top: 74px;
  overflow: visible;
  width: 250px;
  min-height: 1%;
  z-index: 9;
}

.user-naw-wraper.posBroadcast {
  position: fixed;
}

.user-naw-wraper.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.user-naw-wraper.active .user-content-anim {
  width: auto;
}

.user-naw-wraper:after {
  content: "";
  right: 13px;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
}

.user-naw-wraper:before {
  content: "";
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20px;
  position: absolute;
}

.user-naw-wraper .cabinet-navigation {
  margin: 30px 0;
}

.view-wrapp {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fafbfd;
}

.view-wrapp ui-view {
  width: 100%;
  display: block;
  min-height: -webkit-calc(100vh - 70px);
  min-height: calc(100vh - 70px);
}

.view-wrapp .footer {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  opacity: 1;
}

.userInfoBlk {
  padding-top: 32px;
  padding-bottom: 23px;
  text-align: center;
}

.userInfoBlk .user-name {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 700;
  margin-top: 7px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.userInfoBlk .user-secondname {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.userInfoBlk .user-position {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.userInfoBlk .user-position span {
  font-weight: 200;
  font-style: italic;
}

.userInfoBlk .user-level {
  margin-top: 17px;
  font-size: 14px;
}

.user-pic-blk {
  position: relative;
  width: 50px;
  height: 70px;
  margin: 7px auto 20px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.user-pic-blk img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.user-pic-blk:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.user-content-anim {
  width: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cabinet-navigation {
  margin-top: 31px;
  overflow: hidden;
}

.cabinet-navigation__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  border-left: 2px solid #fff;
  position: relative;
  height: 44px;
  line-height: 44px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet-navigation__link svg {
  fill: #ddd;
}

.cabinet-navigation__link:hover, .cabinet-navigation__link.active {
  color: #3a3a3a;
}

.cabinet-navigation__link:hover svg, .cabinet-navigation__link.active svg {
  fill: #3a3a3a;
}

.cabinet-navigation__link_exit {
  color: #ed4744;
}

.cabinet-navigation__container {
  height: 44px;
  width: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.cabinet-navigation__container * {
  max-width: 100%;
  max-height: 100%;
}

.cabinet-navigation__count {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #2d67c4;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}

.user-menu-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999999;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.user-menu-toggle svg {
  margin-right: 10px;
}

@media screen and (min-width: 1430px) {
  .user-naw-sidebar-wraper {
    overflow: visible;
  }

  .user-naw-sidebar-wraper.active {
    overflow: visible;
  }

  .userAbstract {
    padding: 0px 0px 0 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .userAbstract.active {
    padding: 0px 0px 0 280px;
  }

  .userAbstract.posBroadcast {
    padding: 0;
  }
}
@media screen and (min-width: 1271px) and (max-width: 1429px) {
  .userAbstract {
    padding: 0px 0px 0 100px;
  }

  .userAbstract.posBroadcast {
    padding: 0;
  }
}
@media screen and (max-width: 1270px) {
  .user-naw-sidebar-wraper {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .user-naw-wraper {
    top: 64px;
    right: 18px;
  }

  .user-naw-sidebar-wraper {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .user-naw-wraper {
    top: 64px;
    right: 8px;
  }

  .user-naw-wraper:not(.posBroadcast) {
    width: auto;
  }

  .user-naw-wraper:not(.posBroadcast).active {
    width: auto;
  }

  .user-content-anim {
    width: auto;
  }

  .userAbstract {
    position: relative;
    height: auto;
    top: 0px;
  }
}
.form-group_image.has-error:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .file_upload > mark {
    display: none;
  }
}
.file_upload input[type=file] {
  position: absolute;
  top: 0;
  opacity: 0;
}

.user-profile-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}

.form-title {
  margin-top: 20px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
}

.cabinet-title {
  padding: 37px 43px 0;
}

.user-profile-tab-btn {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999999;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
}

.user-profile-tab-btn.active, .user-profile-tab-btn:hover {
  background-color: #2d67c4;
  color: #ffffff;
}

.user-profile-tab-btn:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.user-profile-tabs-content {
  position: relative;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  border-top: 5px solid #2d67c4;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.user-profile-tab-item {
  display: none;
}

.user-profile-tab-item.active {
  display: block;
}

.image-loader-blk {
  padding-top: 3px;
  text-align: center;
}

.profile-item__img-wrap {
  width: 139px;
  height: 139px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.profile-item__img-wrap.width img {
  height: 100%;
  width: auto;
}

.profile-item__img-wrap.height img {
  width: 100%;
  height: auto;
}

.profile-item__img-wrap .image {
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.profile-item__img-wrap a {
  display: block;
  cursor: pointer;
}

.profile-item__img-wrap:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  width: 144px;
  height: 144px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.file_upload {
  display: block;
  position: relative;
  text-align: center;
}

.file_upload .mbutton, .file_upload > mark {
  display: block;
  cursor: pointer;
}

.file_upload .mbutton {
  text-align: center;
  font-size: 16px;
  color: #2d67c4;
  padding: 2px 15px 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto 10px;
  height: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #2d67c4;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.file_upload .mbutton:hover {
  color: #fff;
  background-color: #2d67c4;
}

.file_upload > mark {
  background: transparent;
  font-size: 16px;
  color: #b2b2b2;
  margin-top: 9px;
}

.user-page {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.user-page__forgotten {
  font-size: 16px;
  color: #2d67c4;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

.user-page__form-group {
  margin: 15px auto;
}

.app-form-group {
  margin-top: 16px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
}

.app-form-group_category {
  display: inline-block;
  width: auto;
}

.app-form-group.fa:before {
  position: absolute;
  top: 16px;
  margin: auto;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  z-index: 1;
}

.app-form-group.fa:hover:before {
  color: #2d67c4;
}

.app-form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
}

.app-form-group__placeholder {
  display: inline-block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  color: #999999;
  font-size: 14px;
  top: 1px;
  font-weight: 400;
  vertical-align: top;
  position: absolute;
  margin-left: 20px;
  height: 48px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  line-height: 3.5;
  font-family: "montserrat";
}

.app-form-group__placeholder_z {
  z-index: -1;
}

.app-form-group__placeholder.focused {
  height: 14px;
  top: 5px;
  font-size: 10px;
  line-height: 1.2;
  background-color: transparent;
}

.app-form-group__input {
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  text-align: left;
}

.app-form-group__input input {
  border: none;
  background-color: transparent;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 600;
  width: 98%;
  height: 50px;
  margin-top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.app-form-group__input .input-animation {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #dddddd;
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  height: 50px;
}

.app-form-group__input .input-animation_nobg {
  background-color: transparent;
}

.app-form-group__input input:focus + .input-animation {
  border: 1px solid #2d67c4;
  background: #fff;
}

.section-cabinet {
  min-height: -webkit-calc(100vh - 70px);
  min-height: calc(100vh - 70px);
  padding-left: 35px;
  padding-right: 35px;
}

.section-cabinet .cabinet-blk {
  padding: 37px 43px 44px;
}

.section-cabinet .btn-primary {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 2px 40px 0;
  line-height: 30px;
  display: inline-block;
  margin: 31px;
  border: 2px solid #2d67c4;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  height: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #2d67c4;
}

.section-cabinet .btn-primary:hover {
  color: #2d67c4;
  background-color: #fff;
}

.section-cabinet .radio-btn-wrap {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 20px;
  height: 50px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.section-cabinet .radio-btn-wrap:not(:first-child) {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 10px 0 10px 10px;
}

.section-cabinet .radio-btn-wrap input {
  opacity: 0;
  position: absolute;
}

.section-cabinet .radio-btn {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.section-cabinet .radio-btn:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section-cabinet .radio-btn:after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d67c4;
  display: none;
}

.section-cabinet .form-control_radio:checked + .radio-btn:after {
  display: block;
}

.user-categories-label-wrap {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}

.user-categories-form-group__input {
  position: relative;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dddddd;
}

.user-categories-form-group__input ::-webkit-input-placeholder {
  color: #999;
}

.user-categories-form-group__input ::-moz-placeholder {
  color: #999;
}

.user-categories-form-group__input ::-ms-placeholder {
  color: #999;
}

.user-categories-form-group__input :-moz-placeholder {
  color: #999;
}

.user-categories-form-group__input input {
  width: 100%;
  max-width: 300px;
  height: 40px;
  border: none;
  color: #000;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  background-color: transparent;
  vertical-align: top;
}

.add-category-btn {
  display: inline-block;
  margin-top: 16px;
  height: 50px;
  padding: 11px 17px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #2d67c4;
  color: #ffffff;
  border: 2px solid #2d67c4;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.add-category-btn:hover {
  color: #2d67c4;
  background-color: #fff;
}

.user-addcategory-item {
  margin-top: 20px;
  display: block;
  width: 224px;
  height: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-left: 15px;
  background-color: #dddddd;
}

.user-addcategory-item a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
}

.user-addcategory-item-close {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  background-color: #999999;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-connect-text {
  margin-top: 29px;
}

.social-connector {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  color: #222;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-connector-wrapp {
  margin-top: 20px;
  position: relative;
}

.social-connector-wrapp.has-error::before {
  display: none;
}

.social-connector p {
  width: 35%;
  margin-left: 20px;
}

.social-connector button {
  text-align: center;
  font-size: 16px;
  color: #2d67c4;
  padding: 2px 15px 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto 10px;
  height: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #2d67c4;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.social-connector button:hover {
  color: #fff;
  background-color: #2d67c4;
}

.social-connector button.active button {
  color: #999;
  border: 2px solid #999;
}

.app-form-group__socialPic {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2d67c4;
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.flex-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.user-profile-progress-bar-wrap {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 36px 46px 21px;
  margin-top: 20px;
}

.user-profile-progress-bar {
  margin-top: 7px;
  margin-bottom: 5px;
  position: relative;
  height: 16px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #dddddd;
}

.user-profile-progress-status {
  position: absolute;
  top: -4px;
  left: 0;
  width: 0%;
  -webkit-transition: width, 0.5s;
  transition: width, 0.5s;
  height: 24px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#64adff), to(#2d67c4));
  background-image: linear-gradient(to right, #64adff 0%, #2d67c4 100%);
}

.user-profile-progress-number {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-profile-progress-number p {
  color: #dddddd;
  font-size: 12px;
  font-weight: 400;
}

.user-profile-progress-text {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}

.user-profile-progress-secret-info {
  position: absolute;
  right: -5px;
  bottom: 40px;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(131deg, #f77d79 0%, #ed4744 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 1;
  cursor: pointer;
}

.user-profile-progress-secret-info:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #ed4744;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .user-profile-tabs-nav {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 53px;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .user-profile-progress-bar-wrap {
    display: none;
  }

  .user-page {
    max-width: 90%;
  }

  .user-profile-tab-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: auto;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    padding: 10px;
  }

  .user-profile-tab-btn:not(:last-child) {
    border: none;
  }

  .section-cabinet {
    padding: 0 5px;
  }

  .section-cabinet .cabinet-blk {
    padding: 30px 10px 0;
  }

  .section-cabinet .btn-primary {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    z-index: 91;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  }

  .section-cabinet .btn-primary:hover {
    color: #fff;
    background-color: #2d67c4;
  }

  .flex-justify-end {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .user-categories-form-group__input {
    width: 100%;
  }

  .add-category-btn {
    width: 100%;
    margin: 10px 0;
  }
}
.user-cources-section {
  padding: 0px 35px;
}

.cources-title, .add-cource-flex__text {
  font-size: 24px;
  color: #7188b7;
  margin-bottom: 20px;
  margin-top: 40px;
}

.cource-item {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cource-item__broadcast-link {
  width: 71px;
  height: 40px;
  color: #fff;
  -webkit-transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
  transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
  background: #2d67c4;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  cursor: pointer;
  text-align: center;
  padding-top: 6px;
  border: #2d67c4 2px solid;
}

.cource-item__broadcast-link svg {
  width: 22px;
  height: 22px;
}

.cource-item__broadcast-link:hover {
  border: #2d67c4 2px solid;
  background-color: #fff;
}

.cource-item__broadcast-link:hover svg * {
  fill: #2d67c4;
}

.cource-item__img {
  width: 81px;
  height: 81px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.cource-item__img-wrap {
  margin: 10px 10px 10px 28px;
  position: relative;
  float: left;
  z-index: 1;
}

.cource-item__img-wrap a {
  display: block;
  cursor: pointer;
}

.cource-item__img-wrap:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.cource-item__info {
  margin-left: 27px;
  float: left;
  position: relative;
  padding-bottom: 40px;
  padding-right: 205px;
  word-wrap: break-word;
}

.cource-item__cource-title {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}

.cource-item__cource-lector {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
}

.cource-item__cource-payment-status {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 0;
  line-height: 1;
}

.cource-item__cource-payment-status_succesfull {
  color: #39d975;
}

.cource-item__cource-payment-status_needpayment {
  color: #d9bd39;
}

.cource-item__cource-payment-status_error {
  color: #d93939;
}

.cource-item__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
}

.cource-item__progress-text {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cource-item__progress-text span {
  color: #2c2c2c;
  font-weight: 700;
}

.cource-item__progress-bar {
  margin-top: 7px;
  background-color: #ddd;
  height: 3px;
  margin-bottom: 12px;
  position: relative;
  width: 300px;
}

.cource-item__progress-status {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0%;
  -webkit-transition: width, 0.5s;
  transition: width, 0.5s;
  background-color: #2d67c4;
}

.cource-item__paybtn, .cource-item__morebtn {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #2d67c4;
  border: #2d67c4 2px solid;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  padding: 8px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.cource-item__paybtn:hover, .cource-item__morebtn:hover {
  background-color: #fff;
  color: #2d67c4;
}

.cource-item__morebtn {
  background-color: #fff;
  color: #2d67c4;
}

.cource-item__morebtn:hover {
  background-color: #2d67c4;
  color: #fff;
}

.cource-item__sticker {
  position: absolute;
  right: -20px;
  top: 20px;
  width: 80px;
  height: 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  text-align: center;
}

.cource-item__sticker_online {
  background-color: #39d975;
  padding-left: 10px;
  text-transform: uppercase;
}

.cource-item__sticker_online:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ed4744;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 8px;
  left: 8px;
}

.cource-item__sticker_after {
  background-color: #d3e8ff;
  color: #2d67c4;
}

.cource-item__sticker_data {
  background-color: #dddddd;
  color: #3a3a3a;
}

.btn_spiner {
  display: block;
  margin: 20px auto;
  width: 200px;
  text-align: center;
}

.btn_spiner i {
  margin-right: 5px;
}

.btn_spiner:hover i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.progress-bar__item {
  width: 25px;
  height: 3px;
  margin-bottom: 17px;
  background-color: #dddddd;
  float: left;
  margin-right: 5px;
}

.progress-bar__item_done {
  background-color: #2d67c4;
}

.user-cources-categories {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  padding: 10px 25px;
}

.user-categories-title {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1;
}

.user-categories-slider {
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.user-category-blk {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  float: left;
  margin-right: 25px;
}

.user-category-blk__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.user-category-blk__title {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1;
  z-index: 2;
  text-align: center;
}

.completed-cources .course__link {
  color: #2d67c4;
  cursor: pointer;
  background-color: transparent;
  font-size: 14px;
  padding: 0;
}

.completed-cources .course__link .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.completed-cources .course__link .wrap .icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.modal-wrap.cert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
}

.modal-wrap.cert .app-form-group__placeholder {
  left: 0;
}

.modal-wrap.cert .text {
  margin-bottom: 17px;
  color: #666;
}

.modal-wrap.cert .modal__img-wrap {
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0 13px;
}

.modal-wrap.cert .modal__img-wrap img {
  display: block;
  margin: 0;
  padding: 10px;
}

.modal-wrap.cert .app-form-group__input {
  width: 100%;
  margin-left: 0;
}

.modal-wrap.cert .app-form-group__input input {
  background-color: transparent;
  border-color: transparent;
}

.cources__actions {
  position: absolute;
  right: 95px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cources__actions a {
  margin-left: 20px;
}

.cources__actions a:last-child {
  margin-right: 0;
}

.my-cources .cources__actions {
  padding-bottom: 35px;
}

.my-cources .cource-item__info {
  padding-right: 0;
  width: -webkit-calc(100% - 540px);
  width: calc(100% - 540px);
}

.completed-cources .cource-item__info {
  padding-right: 0;
  width: -webkit-calc(100% - 540px);
  width: calc(100% - 540px);
}

@media screen and (max-width: 1023px) {
  .cource-item__progress {
    left: 0;
    width: 100%;
    display: block;
    bottom: 0;
  }

  .my-cources.nearest .cource-item {
    padding-bottom: 0;
  }

  .my-cources .cources__actions {
    padding-bottom: 45px;
  }

  .my-cources .cources__actions a:first-of-type {
    margin-left: 0;
  }

  .my-cources .cource-item {
    padding-bottom: 100px;
  }

  .my-cources .cource-item__progress-bar {
    margin-bottom: 8px;
    width: 100%;
  }

  .my-cources .cource-item__info {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }

  .cources__actions {
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: inherit;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .completed-cources .cource-item {
    padding-bottom: 50px;
  }

  .completed-cources .cource-item__info {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }

  .completed-cources .cources__actions {
    right: 10px;
  }

  .completed-cources .cources__actions a:first-of-type {
    margin-left: 0;
  }

  .recomended-cources .cource-item {
    padding-bottom: 50px;
  }

  .recomended-cources .cources__actions {
    right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .completed-cources .course__link {
    bottom: 31px;
    top: auto;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .user-cources-section {
    padding: 0 5px;
  }

  .cource-item__img-wrap {
    margin: 10px 10px 10px 15px;
  }

  .cource-item__info {
    padding-right: 0;
    padding-bottom: 30px;
    margin-left: 10px;
  }

  .cource-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .cource-item__progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .cource-item__sticker {
    top: -10px;
    right: -5px;
  }

  .cource-item__cource-payment-status {
    font-size: 11px;
  }

  .cource-item__cource-title {
    margin-top: 15px;
  }

  .user-categories-form-group__input .add-category-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) and (min-device-pixel-ratio: 2), screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 650px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 650px) and (min-resolution: 120dpi) {
  .cource-item__cource-title {
    margin-top: 30px;
  }

  .cource-item {
    margin-bottom: 20px;
  }
}
.user-course-end-section img {
  max-width: 100%;
}

.user-course-end__heading {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 700;
  padding-right: 20px;
}

.user-course-end__heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 39px;
}

.user-course-end__heading-wrap .lector-name {
  color: #999999;
  font-size: 24px;
  font-weight: 400;
}

.user-course-end__heading-wrap .lector-name span {
  color: #3a3a3a;
  font-weight: 700;
  text-decoration: underline;
}

.user-course-end-title {
  margin-top: 44px;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.user-course-end-avatar {
  max-width: 100%;
}

.user-course-end-short-description {
  margin-top: 13px;
}

.user-course-end-short-description * {
  color: #999999;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.user-course-end-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}

.user-course-end-tab-btn {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999999;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
}

.user-course-end-tab-btn.active, .user-course-end-tab-btn:hover {
  background-color: #2d67c4;
  color: #ffffff;
}

.user-course-end-tab-btn:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.user-course-end-progress-bar-wrap {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 77px 46px 21px;
  margin-top: 20px;
  position: relative;
}

.user-course-end-progress-bar {
  margin-top: 7px;
  margin-bottom: 5px;
  position: relative;
  height: 16px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #dddddd;
  z-index: 1;
}

.user-course-end-progress-status {
  position: absolute;
  top: -4px;
  left: 0;
  width: 0%;
  min-width: 24px;
  -webkit-transition: width, 0.5s;
  transition: width, 0.5s;
  height: 24px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#64adff), to(#2d67c4));
  background-image: linear-gradient(to right, #64adff 0%, #2d67c4 100%);
}

.user-course-end-progress-number {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-course-end-progress-number p {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-top: 40px;
}

.user-course-end-progress-number p:last-child {
  margin-right: -24px;
  margin-left: 24px;
}

.user-course-end-progress-number p:not(:first-child):not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 91px;
  background-color: #d7e8fc;
  right: -5px;
  bottom: 90%;
  position: absolute;
}

.user-course-end-progress-secret-info {
  position: absolute;
  right: -5px;
  bottom: 40px;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(131deg, #f77d79 0%, #ed4744 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 1;
}

.user-course-end-progress-secret-info:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #ed4744;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.user-course-end-progress-sertificat {
  position: absolute;
  z-index: 2;
  right: -24px;
  top: -36px;
  margin: auto;
}

.user-course-end-progress-sertificat svg {
  display: block;
}

.user-course-end-progress-sertificat button {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.user-course-broadcast-list {
  margin-bottom: 60px;
}

.user-course-broadcast-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 19px;
}

.user-course-broadcast-list-head-number {
  margin: 0 40px;
  width: 48px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-course-broadcast-list-head-number p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.user-course-broadcast-list-head-title {
  width: 55%;
}

.user-course-broadcast-list-head-title p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.user-course-broadcast-list-head-date {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16%;
}

.user-course-broadcast-list-head-date p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.user-course-broadcast-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  margin: 10px 0;
}

.user-course-broadcast-item-wrapp {
  width: 95%;
}

.user-course-broadcast-item-side-link {
  width: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.user-course-broadcast-item-side-link svg {
  cursor: pointer;
}

.user-course-broadcast-item-side-link__svg2 {
  width: 20px;
  height: 12px;
}

.user-course-broadcast-item-side-link path {
  fill: #2d67c4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.user-course-broadcast-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 0 15px;
}

.user-course-broadcast-item_flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.user-course-broadcast-item-number {
  margin: 0 40px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d67c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-course-broadcast-item-number p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.user-course-broadcast-item-title {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-course-broadcast-item-title p {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.user-course-broadcast-item-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17%;
}

.user-course-broadcast-item-date__date {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
}

.user-course-broadcast-item-date__time {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
}

.user-course-broadcast-item-watch {
  width: -webkit-calc( 23% - 88px);
  width: calc( 23% - 88px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-course-broadcast-item-watch .btn-primary {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 2px 12px 0;
  line-height: 34px;
  display: inline-block;
  border: 2px solid #2d67c4;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  height: 40px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #2d67c4;
  position: relative;
}

.user-course-broadcast-item-watch .btn-primary.active {
  padding-left: 15px;
}

.user-course-broadcast-item-watch .btn-primary.active:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 2px;
  position: absolute;
  margin: auto;
  background-color: #ed4744;
  display: inline-block;
}

.user-course-broadcast-item-watch .btn-primary.active:hover {
  color: #2d67c4;
  background-color: #fff;
}

.user-course-broadcast-item-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.user-course-broadcast-item-content-text {
  margin-bottom: 28px;
  margin-left: 128px;
}

.user-course-broadcast-item-content-text * {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.user-course-broadcast-item-content-files {
  margin-left: 128px;
  position: relative;
}

.user-course-broadcast-item-content-files:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -90px;
  right: 38px;
  height: 1px;
  background-color: #ddd;
}

.user-course-broadcast-item-content-files__title {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 700;
}

.user-course-broadcast-item-content-files__material {
  margin-top: 10px;
}

.user-course-broadcast-item-content-files__name {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300;
  float: left;
}

.user-course-broadcast-item-content-files__download {
  float: right;
  margin-right: 60px;
}

.user-course-broadcast-item-content-files__download svg {
  width: 24px;
  height: 24px;
}

.user-course-broadcast-item.active .user-course-broadcast-item-content {
  max-height: none;
}

.user-course-broadcast-item.active .user-course-broadcast-item-side-link {
  background-color: #2d67c4;
}

.user-course-broadcast-item.active .user-course-broadcast-item-side-link path {
  fill: #ddd;
}

.user-course-broadcast-item.active .user-course-broadcast-item-side-link__svg1 {
  display: none;
}

.user-course-broadcast-item.active .user-course-broadcast-item-side-link__svg2 {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.user-course-broadcast-item.current .user-course-broadcast-item-number {
  background-color: #ed4744;
}

.user-course-broadcast-item.future .user-course-broadcast-item-number {
  background-color: #dddddd;
}

.user-course-broadcast-item.future .user-course-broadcast-item-number p {
  color: #878787;
}

.user-course-broadcast-item.future .user-course-broadcast-item-watch .btn-primary {
  color: #878787;
  background-color: #dddddd;
  border-color: #dddddd;
  pointer-events: none;
}

.user-course-broadcast-item-side-link__svg2 {
  margin-top: 5px;
}

.user-course-broadcast-item-content-text {
  width: 75%;
}

@media screen and (min-width: 993px) and (max-device-pixel-ratio: 1), screen and (min-width: 993px) and (-webkit-max-device-pixel-ratio: 1), screen and (min-width: 993px) and (max--moz-device-pixel-ratio: 1), screen and (min-width: 993px) and (-o-min-device-pixel-ratio: 1/1) {
  .user-course-broadcast-item-side-link:hover {
    background-color: #2d67c4;
  }

  .user-course-broadcast-item-side-link:hover path {
    fill: #ddd;
  }
}
@media screen and (max-width: 992px) {
  .user-course-broadcast-item-title {
    width: 47%;
  }

  .user-course-broadcast-list-head-title {
    width: 45%;
  }

  .user-course-broadcast-item-watch {
    width: -webkit-calc( 23% - 50px);
    width: calc( 23% - 50px);
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .user-course-end__heading {
    font-size: 16px;
  }

  .user-course-end__heading-wrap {
    display: block;
  }

  .user-course-end__heading-wrap .lector-name {
    font-size: 16px;
  }

  .user-course-end-title {
    font-size: 14px;
  }

  .user-course-end-short-description * {
    font-size: 14px;
    line-height: 1.2;
  }

  .user-course-end-tabs-nav {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 53px;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .user-course-end-tab-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: auto;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    padding: 10px;
  }

  .user-course-end-tab-btn:not(:last-child) {
    border: none;
  }

  .user-course-end-progress-bar-wrap {
    padding: 77px 6px 21px;
  }

  .user-course-end-progress-number p {
    font-size: 10px;
  }

  .user-course-end-progress-number p:not(:first-child):not(:last-child) {
    display: none;
  }

  .user-course-end-progress-number p:last-child {
    margin-right: 10px;
  }

  .user-course-end-progress-bar {
    width: 92%;
  }

  .user-course-broadcast-list-head {
    display: none;
  }

  .user-course-broadcast-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .user-course-broadcast-item-number {
    margin: 0 10px;
    width: 29px;
    height: 29px;
  }

  .user-course-broadcast-item-number p {
    font-size: 13px;
  }

  .user-course-broadcast-item-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .user-course-broadcast-item-title {
    width: -webkit-calc(100% - 49px);
    width: calc(100% - 49px);
  }

  .user-course-broadcast-item-title p {
    font-size: 14px;
  }

  .user-course-broadcast-item-wrapp {
    width: 100%;
  }

  .user-course-broadcast-item-side-link {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
  }

  .user-course-broadcast-item.active .user-course-broadcast-item-side-link {
    margin-top: 10px;
  }

  .user-course-broadcast-item-date {
    width: auto;
    margin-top: 10px;
  }

  .user-course-broadcast-item-date__date {
    font-size: 14px;
    line-height: 1;
  }

  .user-course-broadcast-item-date__time {
    font-size: 12px;
    line-height: 1;
  }

  .user-course-broadcast-item-watch {
    width: auto;
    margin-top: 10px;
  }

  .user-course-broadcast-item-watch .btn {
    min-width: 0;
    font-size: 14px;
  }

  .user-course-broadcast-item-content-files__title {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 12px;
  }

  .user-course-broadcast-item-content-files__name {
    font-size: 13px;
  }

  .user-course-broadcast-item-content-files {
    margin-left: 0px;
  }

  .user-course-broadcast-item-content-files__name {
    max-width: -webkit-calc(100% - 34px);
    max-width: calc(100% - 34px);
  }

  .user-course-broadcast-item-content-files__download {
    margin-right: 10px;
    margin-top: -2px;
  }

  .user-course-broadcast-item-content-files__download svg {
    width: 20px;
    height: 20px;
  }

  .user-course-broadcast-item-content-files__material {
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 5px;
    margin-top: 0;
  }

  .user-course-broadcast-item-content-files__material:nth-child(odd) {
    background-color: #f1f1f1;
  }

  .user-course-broadcast-item-content-text {
    margin-left: 15px;
  }

  .user-course-broadcast-item-side-link__svg2 {
    margin-left: 10px;
  }

  .user-course-broadcast-item-title__icon {
    margin-bottom: -1px;
  }
}
.mui-ripple-round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  -webkit-animation: mui-is-animating 2s infinite;
  animation: mui-is-animating 2s infinite;
}

@-webkit-keyframes mui-is-animating {
  0% {
    opacity: 0.7;
    width: 0%;
    height: 0%;
  }
  100% {
    opacity: 0.1;
    width: 100%;
    height: 100%;
  }
}
.user-payment-section {
  padding: 0px 40px;
  background-color: #fafbfd;
  overflow: hidden;
}

.user-payment-section .btn_spiner {
  margin: 20px auto 11px;
}

.payment-title {
  font-size: 24px;
  color: #7188b7;
  margin-bottom: 20px;
  margin-top: 40px;
}

.payment-blk {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  overflow: hidden;
}

.payment-blk_second-step {
  margin-top: 39px;
}

.payment-blk_third-step {
  margin-top: 39px;
  padding-bottom: 40px;
  margin-bottom: 49px;
}

.payment-blk-section {
  padding-left: 25px;
}

.payment-blk-section_border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.payment-blk-section__number {
  color: #999999;
  font-family: Baskerville;
  font-size: 36px;
  font-style: italic;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}

.payment-blk-section__title {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-top: 19px;
  margin-left: 17px;
}

.payment-item {
  margin-bottom: 2px;
  margin-top: 18px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.payment-item_bucket {
  padding-left: 40px;
}

.payment-item__img {
  width: 81px;
  height: 81px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.payment-item__img-wrap {
  margin: 10px;
  position: relative;
  float: left;
}

.payment-item__img-wrap a {
  position: relative;
  z-index: 10;
}

.payment-item__img-wrap:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.payment-item__info {
  margin-left: 19px;
  float: left;
  position: relative;
  padding-right: 65px;
}

.payment-item__payment-title {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1;
  margin-top: 18px;
}

.payment-item__payment-lector {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
}

.payment-item__payment-info {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.payment-item__payment-phone {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
}

.payment-item__date {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #dddddd;
  color: #3a3a3a;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0px 12px;
  line-height: 18px;
}

.payment-item__price {
  position: absolute;
  right: 40px;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

.user-payment-form-group__input {
  margin-top: 18px;
  margin-bottom: 33px;
}

.user-payment-form-group__input ::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input ::-moz-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input ::-ms-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input :-moz-placeholder {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}

.user-payment-form-group__input input {
  width: 25%;
  height: 40px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  margin-right: 8px;
  color: #999999;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
}

.user-payment-form-group__input .add-category-btn {
  width: 100px;
  height: 40px;
  padding: 11px 17px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #2d67c4;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.btn_spiner {
  display: block;
  margin: 20px auto;
  width: 200px;
  text-align: center;
}

.btn_spiner i {
  margin-right: 5px;
}

.btn_spiner:hover i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.payment-item-exist {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
}

.payment-item-exist__name, .payment-item-exist__email, .payment-item-exist__number {
  display: inline-block;
  width: 25%;
  line-height: 50px;
}

.payment-item-exist:hover {
  background-color: #f8f8f8;
}

.payment-method-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 39px;
}

.payment-method-item {
  width: 200px;
  height: 125px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 3px solid #f8f8f8;
  background-color: #f8f8f8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}

.payment-method-item.selected {
  border: 3px solid #2d67c4;
}

.payment-method-text {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 39px 0 24px;
  line-height: 17px;
}

.payment-method-public {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.payment-method-public a {
  color: #2b76ee;
  text-decoration: underline;
}

.payment-item-total {
  height: 60px;
  background-color: #2d67c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

.payment-item-total__price {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.payment-item-total__text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.payment-result-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  min-height: 90vh;
  background-color: transparent;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-result-blk {
  text-align: center;
  z-index: 1;
  max-width: 600px;
}

.payment-result__img-wrapp {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 95px;
  height: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-result__img-wrapp:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 105px;
  height: 105px;
  background-image: url(../images/landing/another-decor.png);
  z-index: -1;
  background-size: 100%;
}

.payment-result__img {
  margin-top: 7px;
}

.payment-result__title {
  font-size: 36px;
  color: #000;
  margin-top: 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.payment-result__text {
  font-size: 18px;
  color: #666;
  display: block;
  margin: 3px auto;
  line-height: 22px;
}

.payment-result__btn {
  color: #2d67c4;
  padding: 10px 40px;
  display: inline-block;
  margin: 15px auto 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #2d67c4;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  line-height: 1;
  z-index: 10;
}

.payment-result__btn:hover {
  color: #fff;
  background-color: #2d67c4;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .payment-blk-section__title {
    font-size: 16px;
    margin-top: 15px;
  }

  .user-payment-section {
    padding: 0 5px;
  }

  .payment-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 24px;
  }

  .payment-item_bucket {
    padding-left: 24px;
  }

  .payment-item__price {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: -webkit-calc(100% + 48px);
    width: calc(100% + 48px);
    padding: 0 24px;
    margin: 0 -24px;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background-color: #f8f8f8;
  }

  .payment-item__price span {
    display: block;
  }

  .payment-item__info {
    font-size: 16px;
    padding-right: 0;
  }

  .payment-item__payment-info {
    font-size: 14px;
  }

  .payment-item__payment-title {
    font-size: 18px;
  }

  .payment-blk-section {
    padding: 0 5px;
  }

  .user-payment-form-group__input input {
    width: 100%;
    margin-bottom: 10px;
  }

  .user-payment-form-group__input .add-category-btn {
    width: 100%;
  }

  .payment-item-exist {
    margin-bottom: 20px;
  }

  .payment-item-exist__name, .payment-item-exist__email, .payment-item-exist__number {
    width: 100%;
    line-height: 14px;
  }

  .payment-item-total {
    padding: 0 19px;
  }

  .payment-blk-section__number {
    margin-left: 19px;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .payment-method-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .payment-method-item {
    margin-bottom: 10px;
    width: 90%;
  }

  .payment-result__title {
    margin-top: 20px;
    font-size: 22px;
  }

  .payment-result__btn {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
  }
}
.history-payment-title {
  font-size: 24px;
  color: #7188b7;
  margin-bottom: 20px;
  margin-top: 40px;
}

.history-payment-item {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.history-payment-item_header {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.history-payment-item_header .history-payment-item__info {
  margin-left: 147px;
  padding: 0;
}

.history-payment-item__flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.history-payment-item__img {
  width: 81px;
  height: 81px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.history-payment-item__img-wrap {
  margin: 10px 10px 10px 28px;
  position: relative;
  float: left;
  z-index: 1;
}

.history-payment-item__img-wrap a {
  display: block;
  cursor: pointer;
}

.history-payment-item__img-wrap:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.history-payment-item__info {
  margin-left: 27px;
  float: left;
  position: relative;
  word-wrap: break-word;
  width: 40%;
}

.history-payment-item__cource-title {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}

.history-payment-item__cource-lector {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
}

.history-payment-item__cource-status {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}

.history-payment-item__cource-status_inprocess {
  color: #2d67c4;
}

.history-payment-item__flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33%;
}

.history-payment-item__flex-wrap:nth-child(2) {
  width: 25%;
}

.history-payment-item__flex-wrap:last-child {
  width: 45%;
}

.history-payment-item__flex-wrap_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.history-payment-item__flex-wrap p {
  text-align: center;
}

.history-payment-item-helper {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
}

.history-payment-item__date {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  display: block;
  width: 100%;
}

.history-payment-item__time {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
}

.history-payment-item__summ {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
  display: block;
  width: 100%;
}

.history-payment-item__currency {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.history-payment-item__payment-system {
  display: block;
  max-height: 22px;
  max-width: 80px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .history-payment-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .history-payment-item__flexer {
    margin-left: 110px;
  }

  .history-payment-item__info {
    width: -webkit-calc(100% - 167px);
    width: calc(100% - 167px);
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .history-payment-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
    padding-top: 5px;
  }

  .history-payment-item__img-wrap {
    width: 25%;
    margin-left: 20px;
  }

  .history-payment-item__info {
    margin-left: 10px;
    width: -webkit-calc(75% - 40px);
    width: calc(75% - 40px);
  }

  .history-payment-item__flexer {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .history-payment-item__flex-wrap_mob-start p {
    text-align: left;
    padding-left: 10px;
  }

  .history-payment-item__cource-title {
    font-size: 12px;
  }

  .history-payment-item-helper {
    font-size: 10px;
    line-height: 2;
  }

  .history-payment-item__date {
    font-size: 12px;
  }

  .history-payment-item__time {
    font-size: 10px;
    line-height: 1.5;
  }

  .history-payment-item__summ {
    font-size: 12px;
  }

  .history-payment-item__currency {
    font-size: 10px;
    line-height: 1.5;
  }
}
.hp-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #2d67c4;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .hp-title {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.hp-welcome {
  position: relative;
  color: #fff;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
}

.hp-welcome:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 137px;
}

.hp-welcome .container {
  background-repeat: no-repeat;
  background-position-y: 20px;
  background-position-x: 80px;
  background-size: contain;
  padding-bottom: 100px;
}

.hp-welcome .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 47px;
}

.hp-welcome .play .here {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.hp-welcome .play svg {
  width: 100%;
  height: auto;
}

.hp-welcome .title {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 600;
  color: #28282e;
  line-height: 1;
  letter-spacing: 1px;
}

.hp-welcome .title2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #358df1;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.hp-welcome .title3 {
  margin-bottom: 26px;
  font-size: 30px;
  color: #28282e;
  text-transform: uppercase;
}

.hp-welcome .subtitle {
  font-size: 20px;
  line-height: 26px;
  color: #28282e;
  letter-spacing: 1.3px;
}

.hp-welcome__content {
  padding-left: 40px;
  padding-top: 105px;
  z-index: 20;
  width: 55%;
}

.hp-welcome__actions {
  padding-top: 36px;
}

.hp-welcome__actions .btn {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  padding: 16px 30px;
  margin-right: 15px;
  letter-spacing: 0.3px;
}

.hp-welcome__actions .btn:last-child {
  margin-right: 0;
}

.hp-welcome .container {
  position: relative;
}

.playBtn {
  cursor: pointer;
  transition: 200ms;
  transition-timing-function: linear;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: linear;
  -webkit-animation: pulseEffect 3s infinite;
  animation: pulseEffect 3s infinite;
}

.playBtn.red {
  -webkit-animation: pulseEffectRed 3s infinite;
  animation: pulseEffectRed 3s infinite;
}

.playBtn-wrap:hover .playBtn {
  fill: white;
  -webkit-animation: none;
  animation: none;
}

.playBtn-wrap:hover .playBtn.red {
  fill: red;
}

.video-wrap {
  position: relative;
  width: 50%;
  background-color: #000;
}

.video-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.video-wrap .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.welcome_tracy_main_video_url {
  display: none;
}

@media screen and (max-width: 1199px) {
  .hp-welcome:before, .hp-welcome:after {
    height: 116px;
  }

  .hp-welcome__content {
    padding-top: 75px;
  }

  .hp-welcome .title {
    font-size: 36px;
  }

  .hp-welcome .subtitle {
    font-size: 22px;
    line-height: 25px;
  }

  .hp-welcome__actions {
    padding-top: 25px;
  }

  .hp-welcome__actions .btn:last-child {
    margin-top: 25px;
  }

  .hp-welcome .container {
    min-height: inherit;
    padding-bottom: 200px;
  }

  .video-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .hp-welcome:before, .hp-welcome:after {
    height: 89px;
  }

  .hp-welcome .container {
    padding-bottom: 140px;
  }

  .hp-welcome__content {
    padding-top: 25px;
  }
}
@media screen and (max-width: 374px) {
  .hp-welcome__actions .btn {
    min-width: 162px;
    padding: 10px;
  }
}
@-webkit-keyframes pulseEffectRed {
  0% {
    fill: white;
  }
  50% {
    fill: #fa4542;
  }
  100% {
    fill: white;
  }
}
@keyframes pulseEffectRed {
  0% {
    fill: white;
  }
  50% {
    fill: #fa4542;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes pulseEffect {
  0% {
    fill: transparent;
  }
  50% {
    fill: white;
  }
  100% {
    fill: transparent;
  }
}
@keyframes pulseEffect {
  0% {
    fill: transparent;
  }
  50% {
    fill: white;
  }
  100% {
    fill: transparent;
  }
}
.index-block {
  font-family: "Roboto", sans-serif;
  padding-top: 35px;
  padding-bottom: 35px;
}

.index-block .title {
  margin-bottom: 26px;
  font-size: 52px;
  font-weight: 600;
  color: #28282e;
}

.index-block .title2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #358df1;
  text-transform: uppercase;
}

.index-block .title3 {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
  color: #28282e;
  text-transform: uppercase;
}

.index-block .subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #28282e;
}

.index-block li {
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcbcbc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  padding-top: 5px;
}

.index-block li:last-child {
  border-bottom: none;
}

.index-block .block-header {
  border: 7px solid #dfdfdf;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.index-block .block-header sup {
  vertical-align: super;
  font-size: smaller;
  position: absolute;
}

.index-block img {
  max-width: 100%;
}

.block1 .list, .block2 .list {
  padding-top: 15px;
}

.block1 .list .block-header, .block2 .list .block-header {
  max-width: 450px;
  width: 100%;
}

.block1 .list li, .block2 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px 12px;
  margin: 0 20px 8px;
  color: #28282e;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  max-width: 430px;
}

.block1 .list li img, .block2 .list li img {
  max-width: 40px;
}

.block1 .list li p, .block2 .list li p {
  padding-left: 30px;
}

.block1 img, .block2 img {
  max-width: 100%;
}

.block1 .img {
  text-align: center;
  padding-right: 0;
}

.block1 .list {
  padding-left: 45px;
}

.block2 .img {
  text-align: center;
  padding-right: 0;
}

.block2 .list {
  padding-right: 45px;
  padding-left: 80px;
}

.block3 {
  background: url("../images/hp/block-3_bg.png") no-repeat center;
  background-size: contain;
}

.block3.index-block .block-header {
  margin-bottom: 0;
  margin-left: 80px;
  width: auto;
}

.block3.index-block .block-header img {
  margin-bottom: -2px;
}

.block3 .moduls-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 5% 15% 10%;
}

.block3 .moduls-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px 0;
  position: relative;
  margin: 0 2%;
  height: 105px;
  width: 16%;
  background: #fff;
  border: 8px solid #717178;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.block3 .moduls-grid__item:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -35px;
  left: -webkit-calc(50% - 28px);
  left: calc(50% - 28px);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 28px solid #717178;
}

.block3 .moduls-grid__item:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

.block3 .moduls-grid__item.moduls-bottom {
  margin-top: 6%;
}

@media screen and (max-width: 1199px) {
  .block3 .moduls-grid {
    padding: 4% 5% 16% 10%;
  }

  .block3 .moduls-grid__item {
    font-size: 16px;
    height: 85px;
  }
}
.block4 {
  padding-top: 0;
}

.block4 .block-header {
  margin-bottom: 35px;
  width: auto;
}

.block4 .advantages-one {
  background: #f3f3f3;
  padding: 85px 55px 65px 75px;
}

.block4 .advantages-two {
  background: #eeeeee;
  padding: 85px 75px 65px 30px;
}

.block4 .advantages-subtitle {
  font-size: 22px;
  color: #212124;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 15px 20px;
}

.block4 .advantages-list {
  margin: 15px 0 0 20px;
  counter-reset: section;
}

.block4 .advantages-list__item {
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
}

.block4 .advantages-list__item:before {
  display: block;
  padding-right: 8px;
  left: 0;
  counter-increment: section;
  content: "0" counter(section);
  font-size: 50px;
  font-weight: bold;
  color: #cfcfcf;
  line-height: 1;
}

.block4 .advantages-list__item p {
  border-left: 2px solid #ee2d36;
  padding-left: 14px;
  font-size: 17px;
  line-height: 1.4;
}

.block5 .block-header {
  margin-left: 70px;
}

.block5 .platform-wrap {
  border-right: 2px solid #dfdfdf;
}

.block5 .platform-wrap:last-of-type {
  border-right: 2px solid transparent;
}

.block5 .platform-grid {
  margin: 30px 50px;
}

.block5 .platform-item {
  background: url("../images/hp/platform-item__bg.jpg") no-repeat center 60%;
  background-size: auto;
  margin: 20px auto;
  max-width: 190px;
}

.block5 .platform-item__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 80px;
  background: #fff;
  border: 8px solid #717178;
  color: #29292c;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.block5 .platform-item__count:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -22px;
  left: -webkit-calc(50% - 18px);
  left: calc(50% - 18px);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #717178;
}

.block5 .platform-item__count:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.block5 .platform-item__title {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.block6 {
  background: #28282e;
  position: relative;
  margin-top: 40px;
  margin-bottom: 170px;
  padding-top: 90px;
  padding-bottom: 30px;
}

.block6 .block-header {
  border: 7px solid #3f3f43;
  width: 100%;
}

.block6 input {
  background: #3e3e43;
  border: 1px solid #2f2f35;
  display: none !important;
  padding: 10px 10px;
  margin: 20px auto 0;
  max-width: 310px;
  width: 100%;
  color: #7a7a83;
  font-size: 17px;
  text-align: center;
}

.block6 input::-webkit-input-placeholder {
  color: #7a7a83;
}

.block6 input::-moz-placeholder {
  color: #7a7a83;
}

.block6 input:-ms-input-placeholder {
  color: #7a7a83;
}

.block6 input::placeholder {
  color: #7a7a83;
}

.block6 .btn {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 16px 60px;
  margin: 24px auto;
  letter-spacing: 1.2px;
}

.block6 .cta-wrapper {
  text-align: center;
  margin-left: -30px;
  max-width: 450px;
}

.block6 .cta-img {
  position: absolute;
  top: -20px;
  left: 0px;
}

.block6 .cta-subtitle {
  color: #9696a4;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0px auto 26px;
  max-width: 330px;
}

.footer {
  background: #eeeeee;
  padding: 40px 0;
}

.footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-grid__item {
  border-right: 2px solid #bbbbbb;
  color: #29292c;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

.footer-grid__item:last-of-type {
  border-right: 0;
}

.footer-grid__logo {
  text-align: right;
  padding-right: 10px;
  width: 17%;
}

.footer-grid__copyright {
  padding: 8px 18px;
  width: 19%;
}

.footer-grid__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 18px;
  width: 30%;
}

.footer-grid__social ul {
  padding-left: 10px;
}

.footer-grid__social ul li {
  float: left;
  margin-right: 16px;
}

.footer-grid__social ul li:last-of-type {
  margin-right: 0;
}

.footer-grid__social .footer-social__icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #338aec;
  height: 36px;
  width: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}

.footer-grid__social .footer-social__icon:before {
  color: #fff;
}

.footer-grid__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 18px;
  width: 34%;
}

.footer-grid__contacts p {
  padding-left: 26px;
}

.footer-grid__contacts a {
  font-size: 15px;
  color: #29292c;
}

@media screen and (max-width: 1199px) {
  .block4 .advantages-one, .block4 .advantages-two {
    padding: 55px 35px 55px 35px;
  }

  .footer-grid__social {
    padding: 8px 10px;
  }

  .footer-grid__social ul {
    padding-left: 5px;
  }

  .footer-grid__social ul li {
    margin-right: 5px;
  }

  .footer-grid__social ul .footer-social__icon {
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-block .block-header {
    padding: 10px 10px;
  }

  .index-block .title2 {
    font-size: 26px;
  }

  .hp-welcome .container {
    padding-bottom: 100px;
  }

  .block1 .list li, .block2 .list li {
    margin-left: 0;
  }

  .block1 .list {
    padding-left: 15px;
  }

  .block2 .list {
    padding-left: 0;
    padding-right: 15px;
  }

  .block3.index-block .block-header {
    margin-left: 0;
  }

  .block3 .moduls-grid {
    padding: 3% 5% 18% 10%;
  }

  .block3 .moduls-grid__item {
    font-size: 14px;
    height: 60px;
  }

  .block4 .advantages-one, .block4 .advantages-two {
    padding: 35px 15px 35px 15px;
  }

  .block4 .advantages-subtitle {
    margin: 0 0 15px 0px;
  }

  .block4 .advantages-list {
    margin: 15px 0 0 0px;
  }

  .block4 .advantages-list__item:before {
    font-size: 40px;
  }

  .block4 .advantages-list__item p {
    font-size: 14px;
  }

  .block5 .block-header {
    margin-left: 0;
  }

  .block5 .platform-grid {
    margin: 30px 10px;
  }

  .block5 .platform-item__count {
    font-size: 34px;
  }

  .block6 {
    margin-bottom: 60px;
  }

  .footer-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid__logo {
    border-right: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .footer-grid__copyright {
    border-right: 0;
    text-align: center;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }

  .footer-grid__copyright br {
    display: none;
  }

  .footer-grid__social {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }

  .footer-grid__contacts {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }

  .hp-welcome {
    position: relative;
    margin-bottom: 0;
  }

  .hp-welcome:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    height: 47px;
  }

  .hp-welcome .play {
    top: auto;
    bottom: -10px;
    padding-top: 47px;
  }

  .hp-welcome .title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
  }

  .hp-welcome .title2 {
    font-size: 20px;
  }

  .hp-welcome .subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .hp-welcome__content {
    padding-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
  }

  .hp-welcome__actions {
    padding-top: 23px;
  }

  .hp-welcome__actions .btn {
    font-size: 12px;
    margin-right: 0;
  }

  .hp-welcome__actions .btn:last-child {
    margin-top: 8px;
  }

  .hp-welcome .container {
    background-image: none !important;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 10;
  }

  .block1 .list li, .block2 .list li {
    max-width: auto;
  }

  .block1 .list, .block2 .list {
    padding: 15px 15px;
  }

  .block3 {
    background: transparent;
  }

  .block3 .moduls-grid {
    padding: 10px 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block3 .moduls-grid__item {
    margin: 20px 30px;
    max-width: 130px;
    width: 100%;
  }

  .block3 .moduls-grid__item.moduls-bottom {
    margin-top: 20px;
  }

  .block5 .platform-wrap {
    border-right: 0;
  }

  .block6 .cta-img {
    display: none;
  }

  .block6 .cta-wrapper {
    margin-left: 0;
  }

  .footer-grid__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-grid__social br {
    display: none;
  }

  .footer-grid__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-grid__contacts br {
    display: none;
  }

  .footer-grid__contacts p {
    padding-top: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 424px) {
  .hp-welcome__content {
    width: 100%;
  }

  .footer-grid__social {
    border-right: 0;
    width: 100%;
  }

  .footer-grid__contacts {
    border-right: 0;
    width: 100%;
  }
}
.hp-training {
  padding-top: 75px;
  padding-bottom: 130px;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}

.hp-training__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.hp-training__item:nth-child(2n) {
  padding-left: 60px;
}

.hp-training__item .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86px;
  height: 74px;
  background: url("/images/hp/square-bg.png") repeat;
}

.hp-training__item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.hp-training .underline::after {
  background-color: #222;
}

.hp-training__description {
  padding: 5px 0 20px;
}

@media screen and (max-width: 1199px) {
  .hp-training {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hp-training .hp-title {
    text-align: left;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hp-training {
    padding-right: 0;
  }

  .hp-training__item {
    font-size: 14px;
    line-height: 18px;
    margin: 17px 0 0;
  }

  .hp-training__item:nth-child(2n) {
    padding-left: 0;
  }

  .hp-training__item .image {
    width: 60px;
    height: 52px;
  }

  .hp-training__item .content {
    padding-left: 16px;
  }

  .hp-training__description {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 0 15px;
  }

  .hp-training .hp-title {
    padding-right: 0;
  }
}
.hp-appreciate {
  padding-top: 75px;
  padding-bottom: 85px;
}

.hp-appreciate__list {
  padding-top: 50px;
}

.hp-appreciate__item {
  position: relative;
  width: 16.4%;
  float: left;
  background-color: #f0f0f0;
  border-bottom: #dedede 3px solid;
  text-align: center;
  color: #222;
  padding: 40px 10px 35px;
  margin-left: 0.13%;
  margin-right: 0.13%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-appreciate__item:nth-child(2n) {
  margin-top: 60px;
}

.hp-appreciate__item:first-child {
  margin-left: 0;
}

.hp-appreciate__item:last-child {
  margin-right: 0;
}

.hp-appreciate__item .number {
  position: absolute;
  top: -52px;
  left: 10px;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: #f0f0f0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-appreciate__item .number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-appreciate__item .image {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-appreciate__item .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-appreciate__item .description {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-appreciate__item.active {
  background-color: #2d67c4;
  border-bottom: #2973ca 3px solid;
}

.hp-appreciate__item.active .number::after {
  background-color: #222;
}

.hp-appreciate__item.active .number::before {
  position: absolute;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: 0px;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: #222;
}

.hp-appreciate__item.active .description, .hp-appreciate__item.active .title {
  color: #fff;
}

.hp-appreciate__item.active:first-child .number::before {
  content: "01";
}

.hp-appreciate__item.active:nth-child(2) .number::before {
  content: "02";
}

.hp-appreciate__item.active:nth-child(3) .number::before {
  content: "03";
}

.hp-appreciate__item.active:nth-child(4) .number::before {
  content: "04";
}

.hp-appreciate__item.active:nth-child(5) .number::before {
  content: "05";
}

.hp-appreciate__item.active:nth-child(6) .number::before {
  content: "06";
}

.hp-appreciate .underline::after {
  background-color: #222;
}

@media screen and (max-width: 1199px) {
  .hp-appreciate__item {
    width: 32%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .hp-appreciate__item:nth-child(5) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .hp-appreciate {
    padding-top: 55px;
    padding-bottom: 37px;
  }

  .hp-appreciate__list {
    padding-top: 22px;
    width: 100%;
  }

  .hp-appreciate__list .owl-item:first-child {
    margin-left: 16px;
  }

  .hp-appreciate__list .owl-item:last-child {
    margin-right: 0 !important;
  }

  .hp-appreciate__item {
    width: 150px;
    margin-top: 0 !important;
    padding-top: 32px;
    padding-bottom: 5px;
  }

  .hp-appreciate__item .number {
    display: none;
  }

  .hp-appreciate__item .image {
    width: 82px;
    height: 82px;
    margin-bottom: 25px;
  }

  .hp-appreciate__item .title {
    font-size: 16px;
    line-height: 17px;
  }

  .hp-appreciate__item .description {
    font-size: 14px;
    line-height: 15px;
    padding-top: 8px;
  }
}
.hp-incut {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

.hp-incut__content {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 386px;
}

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

.hp-incut .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  width: 122px;
  height: 122px;
  background: url("/images/hp/square-bg.png") repeat;
}

.hp-incut .title {
  font-size: 42px;
  line-height: 44px;
}

.hp-incut .description {
  font-size: 22px;
  line-height: 24px;
  border-left: rgba(255, 255, 255, 0.2) 2px solid;
  border-right: rgba(255, 255, 255, 0.2) 2px solid;
  padding: 15px 40px;
}

@media screen and (max-width: 1199px) {
  .hp-incut__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hp-incut .wrap {
    display: inline-block;
    text-align: center;
  }

  .hp-incut .wrap .image {
    margin: 30px auto 24px;
  }

  .hp-incut .description {
    border-left: none;
    border-right: none;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.2) 2px solid;
    margin: 10px 0 7px;
  }

  .hp-incut .actions {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hp-incut {
    background-attachment: inherit;
  }

  .hp-incut__content {
    min-height: 336px;
  }

  .hp-incut .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: inherit;
  }

  .hp-incut .wrap .image {
    margin: 8px 24px 0 0;
    width: 60px;
    height: 60px;
  }

  .hp-incut .title {
    font-size: 24px;
    line-height: 26px;
  }

  .hp-incut .description {
    border-top: rgba(255, 255, 255, 0.5) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
    margin: 10px 32px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 18px;
  }

  .hp-incut .actions {
    margin-bottom: inherit;
  }
}
.hp-result {
  padding-top: 75px;
  padding-bottom: 85px;
}

.hp-result__list {
  padding-top: 45px;
}

.hp-result__item {
  position: relative;
  float: left;
  text-align: center;
  color: #222;
  padding: 20px 10px 35px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-result__item .number {
  position: absolute;
  top: -52px;
  left: 10px;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: #f0f0f0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-result__item .number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-result__item .image {
  position: relative;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ececec;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-result__item .image:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: url("/images/hp/checked.png") no-repeat;
}

.hp-result__item .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 220px;
  margin: 0 auto;
}

.hp-result__item .description {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  width: 220px;
  margin: 0 auto;
}

.hp-result__item .underline:after {
  background-color: #222;
}

.hp-courses {
  padding-top: 75px;
  padding-bottom: 50px;
}

.hp-courses__list {
  padding-top: 15px;
}

.hp-courses__list .owl-nav {
  display: block;
}

.hp-courses__list .owl-nav .owl-prev, .hp-courses__list .owl-nav .owl-next {
  display: inline-block;
  width: 65px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  top: 190px;
  padding: 0;
  margin: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
}

.hp-courses__list .owl-nav .owl-prev svg, .hp-courses__list .owl-nav .owl-next svg {
  fill: #2d67c4;
}

.hp-courses__list .owl-nav .owl-prev:active, .hp-courses__list .owl-nav .owl-next:active {
  background: transparent;
}

.hp-courses__list .owl-nav .owl-prev:active svg, .hp-courses__list .owl-nav .owl-next:active svg {
  fill: #fa4542;
}

.hp-courses__list .owl-nav .owl-prev {
  margin-right: 0;
  left: -85px;
}

.hp-courses__list .owl-nav .owl-next {
  margin-left: 0;
  right: -85px;
}

.hp-courses__list .owl-dots .owl-dot span {
  background: #80acde;
}

.hp-courses__list .owl-dots .owl-dot.active span, .hp-courses__list .owl-dots .owl-dot:hover span {
  background-color: #fa4542;
}

.hp-courses__item {
  color: #222;
  text-align: center;
  padding: 30px 25px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.hp-courses__item:first-child {
  margin-left: 0;
}

.hp-courses__item:last-child {
  margin-right: 0;
}

.hp-courses__item:hover {
  background-color: #2d67c4;
}

.hp-courses__item:hover .name, .hp-courses__item:hover .description, .hp-courses__item:hover .title, .hp-courses__item:hover .info, .hp-courses__item:hover .info .date {
  color: #fff;
}

.hp-courses__item:hover .btn {
  color: #fff;
  border: #fff 2px solid;
}

.hp-courses__item:hover .btn:hover {
  background-color: #fff;
  color: #2d67c4;
}

.hp-courses__item:hover .online {
  background: url("/images/hp/online-w.png") no-repeat !important;
}

.hp-courses__item:hover .rating {
  background: url("/images/hp/rating-w.png") no-repeat !important;
}

.hp-courses__item:hover .wrap {
  background-color: #fff;
}

.hp-courses__item .name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}

.hp-courses__item .wrap {
  position: relative;
  width: 226px;
  height: 226px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #eaeaea;
  margin: 35px auto 31px;
}

.hp-courses__item .image {
  width: 226px;
  height: 226px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.hp-courses__item .circle1 {
  position: absolute;
  top: -23px;
  left: -23px;
  width: 272px;
  height: 272px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hp-courses__item .circle2 {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hp-courses__item .face {
  display: inline-block;
  z-index: 10;
  position: relative;
  width: 100%;
}

.hp-courses__item .description {
  font-size: 16px;
  line-height: 20px;
  max-width: 280px;
  margin: 0 auto 7px;
  height: 60px;
  overflow: hidden;
}

.hp-courses__item .title {
  font-weight: 600;
  height: 60px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
}

.hp-courses__item .info {
  padding: 12px 0;
}

.hp-courses__item .info .date {
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #2d67c4;
}

.hp-courses__item .info .online {
  float: right;
  font-size: 16px;
  line-height: 1;
  background: url("/images/hp/online.png") no-repeat;
  padding-left: 18px;
}

.hp-courses__item .info .rating {
  float: right;
  font-size: 16px;
  line-height: 1;
  background: url("/images/hp/rating.png") no-repeat;
  padding-left: 20px;
  padding-top: 2px;
  margin-top: -2px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .hp-courses__list .owl-nav .owl-prev, .hp-courses__list .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    top: 175px;
  }

  .hp-courses__item {
    margin: 0;
  }

  .hp-courses__item .name {
    height: 44px;
    overflow: hidden;
  }

  .hp-courses__item .image, .hp-courses__item .wrap {
    width: 150px;
    height: 150px;
  }

  .hp-courses__item .circle1 {
    width: 180px;
    height: 180px;
    top: -14px;
    left: -14px;
  }

  .hp-courses__item .circle2 {
    width: 164px;
    height: 164px;
    top: -7px;
    left: -7px;
  }

  .hp-courses__item .info {
    padding-top: 25px;
  }

  .hp-courses__item .info .date {
    width: 100%;
    margin-bottom: 13px;
  }

  .hp-courses__item .info .online {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .hp-courses {
    padding: 20px 0 50px;
  }

  .hp-courses__list {
    padding-top: 0;
  }

  .hp-courses__list .owl-nav {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
  }

  .hp-courses__list .owl-nav .owl-prev, .hp-courses__list .owl-nav .owl-next {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 44px;
    height: 30px;
    border: 1px solid #2d67c4;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    left: auto;
  }

  .hp-courses__list .owl-nav .owl-prev svg, .hp-courses__list .owl-nav .owl-next svg {
    margin-top: 2px;
  }

  .hp-courses__list .owl-nav .owl-prev {
    right: 52px;
  }

  .hp-courses__item {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .hp-courses__item .name {
    text-transform: uppercase;
    font-size: 16px;
    height: 33px;
  }

  .hp-courses__item .description {
    font-size: 14px;
    line-height: 18px;
    height: 55px;
  }

  .hp-courses__item .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .hp-courses__item .info {
    padding-top: 15px;
  }

  .hp-courses__item .info .date {
    width: inherit;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 3px;
  }

  .hp-courses__item .info .online {
    float: right;
    font-size: 14px;
  }

  .hp-courses__item .info .views {
    float: right;
    margin-left: 16px;
  }

  .hp-courses__item .info .views .icon {
    float: left;
  }

  .hp-courses__item .info .views .text {
    float: left;
    color: #3a3a3a;
    font-weight: 600;
    margin-left: 8px;
  }

  .hp-courses__item .info .views + .views {
    margin-left: 0;
  }

  .hp-courses__item:hover {
    background-color: transparent;
  }

  .hp-courses__item:hover .name, .hp-courses__item:hover .description, .hp-courses__item:hover .title, .hp-courses__item:hover .info {
    color: #222;
  }

  .hp-courses__item:hover .info .date {
    color: #2d67c4;
  }

  .hp-courses__item:hover .btn {
    color: #2d67c4;
    border: #2d67c4 2px solid;
  }

  .hp-courses__item:hover .btn:hover {
    background-color: #2d67c4;
    color: #fff;
  }

  .hp-courses__item:hover .online {
    background: url("/images/hp/online.png") no-repeat !important;
  }

  .hp-courses__item:hover .wrap {
    background-color: #eaeaea;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .hp-courses__list .owl-nav .owl-next {
    right: -45px;
  }

  .hp-courses__list .owl-nav .owl-prev {
    left: -45px;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 992px) {
  .hp-courses__list .owl-nav .owl-next {
    right: -45px;
  }

  .hp-courses__list .owl-nav .owl-prev {
    left: -45px;
  }
}
.hp-hiw {
  background-color: #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hp-hiw__list {
  padding-top: 50px;
}

.hp-hiw__item {
  position: relative;
  width: 16.4%;
  float: left;
  background-color: transparent;
  border-bottom: transparent 3px solid;
  text-align: center;
  color: #222;
  padding: 40px 10px 35px;
  margin-left: 0.13%;
  margin-right: 0.13%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-hiw__item:nth-child(2n) {
  margin-top: 60px;
}

.hp-hiw__item:first-child {
  margin-left: 0;
}

.hp-hiw__item:last-child {
  margin-right: 0;
}

.hp-hiw__item .number {
  position: absolute;
  top: -52px;
  left: 10px;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: #d8d8d8;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-hiw__item .number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d8d8d8;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-hiw__item .image {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-hiw__item .description {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  color: #222;
}

.hp-hiw__item.active {
  background-color: #2d67c4;
  border-bottom: #2973ca 3px solid;
}

.hp-hiw__item.active .number {
  color: #222;
}

.hp-hiw__item.active .number::after {
  background-color: #222;
}

.hp-hiw__item.active .number::before {
  position: absolute;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: 0px;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: #222;
}

.hp-hiw__item.active .description {
  color: #fff;
}

.hp-hiw__item.active:first-child .number::before {
  content: "01";
}

.hp-hiw__item.active:nth-child(2) .number::before {
  content: "02";
}

.hp-hiw__item.active:nth-child(3) .number::before {
  content: "03";
}

.hp-hiw__item.active:nth-child(4) .number::before {
  content: "04";
}

.hp-hiw__item.active:nth-child(5) .number::before {
  content: "05";
}

.hp-hiw__item.active:nth-child(6) .number::before {
  content: "06";
}

@media screen and (max-width: 1199px) {
  .hp-hiw__item {
    width: 32%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .hp-hiw__item:nth-child(5) {
    margin-top: 120px;
  }
}
.hp-slider {
  background-color: #2d67c4;
}

.hp-slider .owl-description .owl-dot {
  pointer-events: none;
}

.hp-slider #owl-speakers {
  width: 100%;
  height: 500px;
  margin-top: -30px;
}

.hp-slider #owl-speakers img {
  display: hidden;
  cursor: pointer;
  bottom: 0 !important;
  top: auto !important;
  max-height: 500px;
}

.hp-slider .owl-speakers-wrap .arrows {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -33px;
  z-index: 10;
}

.hp-slider .owl-speakers-wrap .arrows .left {
  margin-right: -2px;
  background: url("/images/hp/arrow-left.png") #2d67c4 50% 50% no-repeat;
}

.hp-slider .owl-speakers-wrap .arrows .right {
  margin-left: -3px;
  background: url("/images/hp/arrow-right.png") #2d67c4 50% 50% no-repeat;
}

.hp-slider .owl-speakers-wrap .arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hp-slider .owl-speakers-wrap .arrow:hover {
  background-color: #fa4542;
}

.hp-slider .owl-description {
  z-index: 100;
}

.hp-slider .owl-description .owl-dots {
  text-align: left;
  margin-top: 45px !important;
}

.hp-slider .owl-description .owl-dots .owl-dot span {
  background: #80acde;
}

.hp-slider .owl-description .owl-dots .owl-dot.active span, .hp-slider .owl-description .owl-dots .owl-dot:hover span {
  background-color: #fa4542;
}

.hp-slider .owl-description .owl-item {
  height: 300px;
  padding-left: 2px;
}

.hp-slider .owl-description .item__event-date {
  position: relative;
  float: left;
  color: #fa4542;
  font-size: 22px;
  line-height: 1;
  padding: 8px 12px;
  margin: 0;
  background-color: #fff;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  font-weight: 600;
}

.hp-slider .owl-description .item__event-date:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent transparent #fff;
  bottom: -7px;
  left: 25px;
}

.hp-slider .owl-description .item__event-date span {
  font-size: 18px;
  font-weight: 300;
}

.hp-slider .owl-description .item__slogan {
  font-size: 60px;
  line-height: 62px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 17px 0 12px;
}

.hp-slider .owl-description .item__subslogan {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hp-slider .section-title {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 0 35px;
}

.section-webinar {
  margin-top: 40px;
}

.section-webinar .item {
  text-align: center;
}

.section-webinar .item .btn {
  position: relative;
  bottom: 16px;
}

.offline-hp-slider-item {
  text-align: center;
}

.offline-hp-slider-item img {
  display: block;
  width: 100%;
}

.offline-hp-slider-item .btn {
  position: relative;
  bottom: 16px;
}

.offline-hp-slider-item .container {
  bottom: 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-webinar .btn, .offline-hp-slider .btn {
    min-width: inherit;
  }

  .section-webinar .owl-nav, .offline-hp-slider .owl-nav {
    display: block;
  }

  .section-webinar .owl-nav .owl-prev, .section-webinar .owl-nav .owl-next, .offline-hp-slider .owl-nav .owl-prev, .offline-hp-slider .owl-nav .owl-next {
    display: inline-block;
    width: 65px;
    height: 65px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    bottom: 0;
    padding: 0;
    margin: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }

  .section-webinar .owl-nav .owl-prev svg, .section-webinar .owl-nav .owl-next svg, .offline-hp-slider .owl-nav .owl-prev svg, .offline-hp-slider .owl-nav .owl-next svg {
    fill: #fff;
  }

  .section-webinar .owl-nav .owl-prev:active, .section-webinar .owl-nav .owl-next:active, .offline-hp-slider .owl-nav .owl-prev:active, .offline-hp-slider .owl-nav .owl-next:active {
    background: transparent;
  }

  .section-webinar .owl-nav .owl-prev:active svg, .section-webinar .owl-nav .owl-next:active svg, .offline-hp-slider .owl-nav .owl-prev:active svg, .offline-hp-slider .owl-nav .owl-next:active svg {
    fill: #fff;
  }

  .section-webinar .owl-nav .owl-prev, .offline-hp-slider .owl-nav .owl-prev {
    margin-right: 0;
    left: 85px;
  }

  .section-webinar .owl-nav .owl-next, .offline-hp-slider .owl-nav .owl-next {
    margin-left: 0;
    right: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .hp-slider .owl-description .item__slogan {
    font-size: 42px;
    line-height: 46px;
  }

  .hp-slider .owl-description .item__subslogan {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hp-slider .section-title {
    font-size: 18px;
    font-style: normal;
    padding: 27px 16px 45px;
  }

  .hp-slider__item {
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    overflow: hidden;
  }

  .hp-slider .owl-description .item .content {
    position: relative;
    float: left;
    width: 55%;
    min-width: 182px;
    padding-bottom: 24px;
    z-index: 10;
  }

  .hp-slider .owl-description .item .image {
    position: absolute;
    right: -16px;
    bottom: 0;
  }

  .hp-slider .owl-description .item .image img {
    min-width: 165px;
    max-width: 47%;
    float: right;
  }

  .hp-slider .owl-description .item__slogan {
    font-size: 16px;
    line-height: 18px;
  }

  .hp-slider .owl-description .item__subslogan {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .hp-slider .owl-description .item__event-date {
    padding: 5px 8px;
    font-size: 13px;
  }

  .hp-slider .owl-description .item__event-date span {
    font-size: 11px;
  }

  .hp-slider .owl-description .owl-item {
    height: 250px;
    background-color: #2d67c4;
  }

  .hp-slider .owl-nav {
    position: absolute;
    top: -69px;
    right: 16px;
    margin: 0;
  }

  .hp-slider .owl-nav .owl-prev, .hp-slider .owl-nav .owl-next {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 44px;
    height: 30px;
    border: 1px solid #ffffff;
    margin: 0;
    padding: 0;
  }

  .hp-slider .owl-nav .owl-prev svg, .hp-slider .owl-nav .owl-next svg {
    margin-top: 2px;
  }

  .hp-slider .owl-nav .owl-prev:active svg, .hp-slider .owl-nav .owl-prev:active svg, .hp-slider .owl-nav .owl-next:active svg, .hp-slider .owl-nav .owl-next:active svg {
    fill: #fa4542;
  }

  .hp-slider .owl-nav .owl-next {
    margin-left: 8px;
  }

  .offline-hp-slider .owl-nav {
    top: 16px !important;
  }

  .offline-hp-slider .offline-hp-slider-item .container {
    bottom: 0;
  }

  .section-webinar, .offline-hp-slider {
    margin-top: 20px;
  }

  .section-webinar .btn, .offline-hp-slider .btn {
    min-width: inherit;
    font-size: 12px;
    padding: 7px 15px;
  }

  .section-webinar .item, .section-webinar .offline-hp-slider-item, .offline-hp-slider .item, .offline-hp-slider .offline-hp-slider-item {
    text-align: center;
  }

  .section-webinar .item .btn, .section-webinar .offline-hp-slider-item .btn, .offline-hp-slider .item .btn, .offline-hp-slider .offline-hp-slider-item .btn {
    position: relative;
    bottom: 16px;
  }

  .section-webinar .owl-nav, .offline-hp-slider .owl-nav {
    display: block;
  }

  .section-webinar .owl-nav .owl-prev, .section-webinar .owl-nav .owl-next, .offline-hp-slider .owl-nav .owl-prev, .offline-hp-slider .owl-nav .owl-next {
    display: inline-block;
    width: 65px;
    height: 73px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }

  .section-webinar .owl-nav .owl-prev svg, .section-webinar .owl-nav .owl-next svg, .offline-hp-slider .owl-nav .owl-prev svg, .offline-hp-slider .owl-nav .owl-next svg {
    margin-top: 2px;
    fill: #fff;
  }

  .section-webinar .owl-nav .owl-prev:active svg, .section-webinar .owl-nav .owl-prev:active svg, .section-webinar .owl-nav .owl-next:active svg, .section-webinar .owl-nav .owl-next:active svg, .offline-hp-slider .owl-nav .owl-prev:active svg, .offline-hp-slider .owl-nav .owl-prev:active svg, .offline-hp-slider .owl-nav .owl-next:active svg, .offline-hp-slider .owl-nav .owl-next:active svg {
    fill: #fa4542;
  }

  .section-webinar .owl-nav .owl-next, .offline-hp-slider .owl-nav .owl-next {
    right: 0;
    left: inherit;
  }
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.hp-faq {
  padding-top: 75px;
  padding-bottom: 80px;
}

.hp-faq .formFaq {
  max-width: 100%;
  margin: 5px 0 0;
  background-size: cover;
}

.hp-faq .formFaq .btn-faq__success {
  margin-top: 0;
}

.hp-faq .faq-title {
  margin-bottom: 25px;
}

.hp-faq__list {
  position: relative;
  padding: 0;
  height: 375px;
  overflow: hidden;
}

.hp-faq__item {
  position: absolute;
  float: left;
  margin: 5px 5px 2px 5px;
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
  background-color: #ececec;
  border-bottom: #dedede 3px solid;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  cursor: pointer;
}

.hp-faq__item:hover .heading {
  text-decoration: underline;
}

.hp-faq__item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 96%;
}

.hp-faq__item:first-child {
  left: 0;
  top: 0;
}

.hp-faq__item:nth-child(2) {
  left: 50%;
}

.hp-faq__item:nth-child(3) {
  left: 75%;
}

.hp-faq__item:nth-child(4) {
  left: 50%;
  top: 49.5%;
}

.hp-faq__item:nth-child(5) {
  left: 75%;
  top: 49.5%;
}

.hp-faq__item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  overflow: hidden;
}

.hp-faq__item .heading {
  font-weight: 600;
  color: #222;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 7px;
  padding: 13px 20px 0;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}

.hp-faq__item .text {
  color: #222;
  font-size: 16px;
  line-height: 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}

.hp-faq__item.active {
  left: 0 !important;
  top: 0 !important;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.hp-faq__item.active .heading {
  color: #2d67c4;
  font-size: 22px;
  margin: 6px 0 13px;
  padding: 13px 20px 0;
  text-decoration: underline;
}

.hp-faq__item.active .text {
  opacity: 1;
  height: 100%;
  padding: 13px 20px;
}

.hp-faq__item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2d67c4;
}

.hp-faq__item .mCSB_container {
  padding-right: 10px;
}

@media screen and (max-width: 1199px) {
  .hp-faq__item:nth-child(4) {
    top: 41.5%;
  }

  .hp-faq__item:nth-child(5) {
    top: 41.5%;
  }

  .hp-faq__item .heading {
    padding: 0;
  }

  .hp-faq__item.active .heading {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .hp-faq__item:nth-child(4), .hp-faq__item:nth-child(5) {
    top: 47.5%;
  }
}
.broadcast {
  margin: 0 40px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.broadcast__heading {
  color: #3a3a3a;
  line-height: 1;
  font-weight: 600;
  padding-right: 20px;
}

.broadcast__heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 39px;
}

.broadcast__heading-wrap .lector-name {
  color: #999999;
}

.broadcast__heading-wrap .lector-name span {
  color: #3a3a3a;
  text-decoration: underline;
}

.broadcast__title {
  color: #7188b7;
  font-size: 24px;
  margin-bottom: 16px;
}

.broadcast__card {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  margin-bottom: 62px;
}

.broadcast__card:last-child {
  margin-bottom: 0;
}

.broadcast__card-info {
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 600;
  overflow: hidden;
}

.broadcast__card-info .title {
  width: 67%;
  float: left;
  line-height: 28px;
  text-transform: uppercase;
  padding: 32px 0 33px 40px;
}

.broadcast__card-info .start, .broadcast__card-info .end {
  position: relative;
  float: left;
  width: 16.5%;
  text-align: center;
  padding: 28px 20px 26px;
  font-size: 20px;
}

.broadcast__card-info .start:before, .broadcast__card-info .end:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1000px;
  background: #ddd;
}

.broadcast__card-info .start span, .broadcast__card-info .end span {
  display: block;
  color: #999;
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
}

.broadcast__iframe-wrap {
  position: relative;
  overflow: hidden;
}

.broadcast__iframe-wrap.opened {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 899;
}

.broadcast__iframe-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.broadcast__iframe-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F1F1F1;
}

.broadcast__iframe-content.presentation {
  top: -90px;
}

.broadcast__iframe-content.presentation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.broadcast__iframe-content iframe {
  width: 100%;
  height: 100%;
}

.broadcast__iframe-content.streamContainer.is_mini {
  width: 308px;
  height: 173.25px;
  position: fixed;
  left: 5px;
  top: 75px;
  z-index: 999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.broadcast__iframe-content.streamContainer.is_mini .broadcast__iframe-online, .broadcast__iframe-content.streamContainer.is_mini .broadcast__iframe-languages {
  display: none;
}

.broadcast__iframe-content.streamContainer.opened {
  left: 5px;
  top: 5px;
  width: 308px;
  height: 173.25px;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.broadcast__iframe-content.streamContainer.opened .broadcast__iframe-online, .broadcast__iframe-content.streamContainer.opened .broadcast__iframe-languages {
  display: none;
}

.broadcast__iframe-content.streamContainer .device-error {
  color: #fa4542;
  font-size: 22px;
  text-align: center;
  height: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.broadcast__iframe-settings {
  position: absolute;
  top: 26px;
  right: 40px;
  z-index: 12;
}

.broadcast__iframe-online {
  position: relative;
  float: right;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 5px 14px 5px 23px;
  margin-left: 5px;
}

.broadcast__iframe-online:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #ed4744;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.broadcast__iframe-languages {
  float: right;
}

.broadcast__iframe-languages ng-select .below {
  background-color: #2d67c4;
  color: #fff;
  line-height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  border: none;
  width: 50px;
}

.broadcast__iframe-languages ng-select .below.open {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.broadcast__iframe-languages ng-select .single {
  height: 20px;
}

.broadcast__iframe-languages ng-select .toggle {
  position: absolute;
  top: 2px;
  right: 7px;
  background: url("/images/ic_expand_more_24px.svg") 50% 50% no-repeat;
  background-size: 14px auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  text-indent: -9999px;
  line-height: 1 !important;
  width: 14px !important;
}

.broadcast__iframe-languages ng-select .toggle:hover {
  background-color: transparent !important;
}

.broadcast__iframe-languages ng-select .value {
  text-transform: uppercase;
  line-height: 20px !important;
  font-size: 12px;
  padding: 0 !important;
}

.broadcast__iframe-languages ng-select .filter {
  display: none;
}

.broadcast__iframe-languages ng-select select-dropdown > div {
  border: none;
  background: transparent;
}

.broadcast__iframe-languages ng-select .options {
  max-height: inherit !important;
}

.broadcast__iframe-languages ng-select .options li {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  height: 20px;
  padding: 0 10px;
  list-style: none;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  background-color: #fff;
  color: #2d67c4;
  border-bottom: #fff 1px solid;
}

.broadcast__iframe-languages ng-select .options li.selected, .broadcast__iframe-languages ng-select .options li:hover {
  color: #fff;
  background-color: #2d67c4;
}

.broadcast__iframe-languages ng-select .options li:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}

.broadcast__iframe-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
}

.broadcast__iframe-actions .icon {
  background-color: #2d67c4;
  padding: 5px;
  cursor: pointer;
}

.broadcast__iframe-actions .icon svg {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 1599px) {
  .broadcast .broadcast__heading-wrap {
    font-size: 24px;
    margin-bottom: 19px;
  }

  .broadcast .broadcast__title {
    font-size: 18px;
  }

  .broadcast .broadcast__card-info, .broadcast .broadcast__card-info .title {
    font-size: 16px;
    line-height: 1;
  }

  .broadcast .broadcast__card-info .title, .broadcast .broadcast__card-info .start, .broadcast .broadcast__card-info .end {
    padding: 20px;
  }

  .broadcast .broadcast__card-info .start span, .broadcast .broadcast__card-info .end span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .broadcast.opened {
    margin: 0 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .broadcast.opened .broadcast__heading-wrap {
    font-size: 20px;
  }

  .broadcast.opened .broadcast__card-info, .broadcast.opened .broadcast__card-info .title {
    font-size: 14px;
    line-height: 1;
  }

  .broadcast.opened .broadcast__card-info .start span, .broadcast.opened .broadcast__card-info .end span {
    font-size: 10px;
  }
}
body > .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0 !important;
}

@media screen and (max-width: 1024px) {
  .broadcast.tablet {
    margin: 0 20px 0 30px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .broadcast.tablet .broadcast__card {
    margin-bottom: 0;
  }

  .broadcast.tablet .broadcast__heading {
    padding-right: 0;
    margin-bottom: 8px;
  }

  .broadcast.tablet .broadcast__heading-wrap {
    margin-bottom: 28px;
    display: block;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .broadcast.tablet .broadcast__title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .broadcast.tablet .broadcast__card-info, .broadcast.tablet .broadcast__card-info .title {
    font-size: 20px;
  }

  .broadcast.tablet .broadcast__card-info .title {
    width: 100%;
    border-bottom: #ddd 1px solid;
    padding: 18px 20px 26px;
  }

  .broadcast.tablet .broadcast__card-info .start, .broadcast.tablet .broadcast__card-info .end {
    float: left;
    width: 50%;
    text-align: center;
    padding: 17px 0 14px;
    font-size: 18px;
  }

  .broadcast.tablet .broadcast__card-info .start::before, .broadcast.tablet .broadcast__card-info .end::before {
    display: none;
  }

  .broadcast.tablet .broadcast__card-info .start span, .broadcast.tablet .broadcast__card-info .end span {
    display: inline-block;
    font-size: 16px;
    margin-top: 0;
    margin-right: 20px;
  }

  .broadcast.tablet .broadcast__iframe-actions .icon {
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
  }

  .broadcast.tablet .broadcast__iframe-actions .icon svg {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .broadcast {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .broadcast__card {
    margin-bottom: 15px;
  }

  .broadcast__card:last-child {
    margin-bottom: 25px;
  }

  .broadcast__heading {
    padding-right: 0;
    margin-bottom: 8px;
  }

  .broadcast__heading-wrap {
    padding: 0 8px;
    margin-bottom: 22px !important;
    font-size: 16px !important;
    display: block;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .broadcast__heading-wrap .lector-name span {
    margin-left: 3px;
    display: inline-block;
    font-weight: bold;
  }

  .broadcast__title {
    font-size: 14px !important;
    margin-bottom: 14px;
    padding: 0 8px;
  }

  .broadcast__iframe-wrap.opened {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 899;
  }

  .broadcast__iframe-wrap.opened .broadcast__iframe-content {
    background: #000 !important;
  }

  .broadcast__iframe-settings {
    top: 8px;
    right: 16px;
  }

  .broadcast__iframe-actions .icon {
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
  }

  .broadcast__iframe-actions .icon svg {
    display: inline-block;
    vertical-align: middle;
  }

  .broadcast__iframe-content.presentation {
    top: 0;
  }

  .broadcast__iframe-content.streamContainer.opened {
    display: none;
  }

  .broadcast__iframe-content.streamContainer .device-error {
    font-size: 14px;
  }

  .broadcast__iframe-content.blur::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .broadcast__iframe-languages {
    width: 50px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .broadcast__iframe-languages .mobile-wrap {
    width: 50px;
    height: 20px;
    background: url("/images/ic_expand_more_24px.svg") #2d67c4 28px 50% no-repeat;
    background-size: 14px auto;
    color: #fff;
    line-height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 10;
  }

  .broadcast__iframe-languages .chosen-select {
    width: 50px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    top: 0;
  }

  .broadcast__card-info .title {
    font-size: 12px !important;
    line-height: 14px !important;
    width: 100%;
    border-bottom: #ddd 1px solid;
    padding: 12px 15px 8px !important;
  }

  .broadcast__card-info .start {
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 8px 15px !important;
  }

  .broadcast__card-info .start::before {
    display: none;
  }

  .broadcast__card-info .start span {
    display: inline-block;
    font-size: 12px !important;
    margin-top: 0;
  }
}
.right-panel {
  position: relative;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.right-panel .colored {
  transition: 200ms;
  transition-timing-function: linear;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: linear;
}

.right-panel button {
  border: none;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
}

.right-panel .button__list {
  padding: 40px 0 0;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}

.right-panel .button__item {
  position: relative;
  display: block;
  margin: 0 auto 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.right-panel .button__item .lector-face img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.right-panel .button__item .lector-face-wrap {
  position: relative;
}

.right-panel .button__item .lector-face-wrap .icon {
  position: absolute;
  top: -1px;
  right: -11px;
}

.right-panel .button__item .tooltip {
  display: none;
  position: absolute;
  top: 6px;
  right: 80px;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.right-panel .button__item .tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.35);
  top: 10px;
  right: -6px;
}

.right-panel .button__item:hover svg .colored, .right-panel .button__item.active svg .colored {
  fill: #2d67c4;
}

.right-panel .button__item:hover .tooltip {
  display: inline-block;
}

.right-panel .button__panel {
  position: relative;
  width: 0;
  margin-right: 100px;
  height: 100%;
  -webkit-transition: width, 0.4s;
  transition: width, 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  border-right: transparent 1px solid;
  background-color: #F1F1F1;
  overflow: hidden;
}

.right-panel .button__panel.active {
  border-right: #ddd 1px solid;
  width: 420px;
}

.right-panel .button__panel-item .head {
  position: relative;
  text-align: center;
  height: 54px;
  font-size: 16px;
  line-height: 63px;
  color: #999;
  background-color: #fff;
}

.right-panel .button__panel-item .head .count {
  font-size: 24px;
  line-height: 54px;
  font-weight: 600;
  color: #ed4744;
}

.right-panel .button__panel-item .head .close {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  line-height: 1;
}

.right-panel .button__panel-item .head .close:hover svg .colored {
  fill: #2d67c4;
}

.right-panel .button__panel-item .content {
  width: 100%;
  height: -webkit-calc(100vh - 124px);
  height: calc(100vh - 124px);
}

.right-panel .button__panel-item .content__item {
  width: 345px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 0 45px;
  padding: 10px 25px 14px;
}

.right-panel .button__panel-item .content__item-wrap {
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  margin-bottom: -28px;
  padding-bottom: 28px;
  cursor: pointer;
}

.right-panel .button__panel-item .content__item-wrap:first-child {
  margin-top: 30px;
}

.right-panel .button__panel-item .content__item-wrap:last-child .number:after {
  display: none;
}

.right-panel .button__panel-item .content__item-wrap.ended .number {
  background-color: #ed4744;
}

.right-panel .button__panel-item .content__item-wrap.live .content__item {
  background-color: #fff;
}

.right-panel .button__panel-item .content__item-wrap .number {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 36px;
  height: 36px;
  background-color: #999;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.right-panel .button__panel-item .content__item-wrap .number:after {
  content: "";
  position: absolute;
  left: 17px;
  top: 41px;
  width: 1px;
  height: 1000px;
  background: #999;
}

.right-panel .button__panel-item .content__item-wrap .number__wrap {
  padding: 5px 0;
  background-color: #F1F1F1;
}

.right-panel .button__panel-item .content__item .date {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #3a3a3a;
  margin: 0 0 5px;
}

.right-panel .button__panel-item .content__item .title {
  font-size: 16px;
  line-height: 1;
  color: #3a3a3a;
  font-weight: 300;
  margin: 0 0 5px;
}

.right-panel .button__panel-item .content__item .bottom {
  color: #757575;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.right-panel .button__panel-item .content__item .broadcast-link {
  display: inline-block;
  color: #378cf3;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}

.right-panel .button__panel-item .content__item .broadcast-link .icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.right-panel .button__panel-item .content.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.right-panel .button__panel-item .files__title {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding-left: 6px;
  margin-bottom: 10px;
}

.right-panel .button__panel-item .files__title:first-child {
  margin-top: 20px;
}

.right-panel .button__panel-item .files__list {
  padding: 0 20px;
}

.right-panel .button__panel-item .files__list:last-child {
  margin-top: 30px;
}

.right-panel .button__panel-item .files__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 20px 12px 19px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
}

.right-panel .button__panel-item .files__item:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.right-panel .button__panel-item .files__item .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.right-panel .button__panel-item .files__item .info .name {
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
  margin: 0 0 0;
}

.right-panel .button__panel-item .files__item .info .date {
  font-size: 13px;
  font-weight: 300;
  color: #999;
  margin-top: 5px;
}

.right-panel .button__panel-item .files__item .icon {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-panel .button__panel-item .chat {
  padding-bottom: 75px;
}

.right-panel .button__panel-item .chat.moderatingMessage {
  position: relative;
}

.right-panel .button__panel-item .chat.moderatingMessage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(179, 179, 179, 0.5);
  z-index: 99;
}

.right-panel .button__panel-item .chat__message-wrap {
  padding-left: 35px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.right-panel .button__panel-item .chat__message-wrap:first-child {
  margin-top: 31px;
}

.right-panel .button__panel-item .chat__message-wrap.reverse {
  padding-left: 10px;
  padding-right: 35px;
}

.right-panel .button__panel-item .chat__message-wrap.reverse .chat__message-outer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.right-panel .button__panel-item .chat__message-wrap.reverse .chat__message-time {
  padding-right: 10px;
  padding-left: 0;
  text-align: left;
}

.right-panel .button__panel-item .chat__message-wrap.has-error .chat__message-content {
  background-color: #f9f9f9;
  border: #d4d4d4 1px solid;
}

.right-panel .button__panel-item .chat__message-wrap.has-error .chat__message-author {
  color: #f04d4d;
}

.right-panel .button__panel-item .chat__message-wrap.has-error .chat__message-body {
  color: #999999;
}

.right-panel .button__panel-item .chat__message-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-panel .button__panel-item .chat__message-content {
  max-width: 295px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 23px 15px 34px;
}

.right-panel .button__panel-item .chat__message-photo {
  position: absolute;
  left: -21px;
  top: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.right-panel .button__panel-item .chat__message-photo img {
  display: block;
  width: 100%;
}

.right-panel .button__panel-item .chat__message-author {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-panel .button__panel-item .chat__message-body {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  overflow: hidden;
  word-wrap: break-word;
}

.right-panel .button__panel-item .chat__message-body * {
  word-wrap: break-word;
}

.right-panel .button__panel-item .chat__message-time {
  color: #3a3a3a;
  font-size: 14px;
  padding-left: 10px;
  text-align: right;
}

.right-panel .button__panel-item .chat__list .show-previous {
  display: block;
  width: 100%;
  text-align: center;
  color: #358df1;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
  padding: 11px 0 10px;
  font-size: 14px;
}

.right-panel .button__panel-item .chat__list .show-previous .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 26px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 5px;
}

.right-panel .button__panel-item .chat__action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: #ddd 1px solid;
}

.right-panel .button__panel-item .chat__action textarea.message {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 20px;
  border: none;
  padding: 17px 47px 19px 19px;
  resize: none;
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  height: 75px;
}

.right-panel .button__panel-item .chat__action textarea.message::-webkit-input-placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message::-moz-placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message::-ms-placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message:-moz-placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message::-webkit-input-placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message::-moz-placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message:-ms-input-placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message::placeholder {
  color: #999;
}

.right-panel .button__panel-item .chat__action textarea.message:placeholder-shown {
  color: #999;
}

.right-panel .button__panel-item .chat__action form {
  height: 75px;
}

.right-panel .button__panel-item .chat__action .with-error {
  background: #fa4542;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #010101;
  font-size: 12px;
}

.right-panel .button__panel-item .chat__action .with-error button {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.right-panel .button__panel-item .chat__action .has-error .chat__modal-content {
  color: #f04d4d;
}

.right-panel .button__panel-item .chat__action .has-error .chat__modal-content:before {
  content: "!";
  position: absolute;
  left: -20px;
  top: 0;
  width: 17px;
  height: 17px;
  background-color: #f04d4d;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.right-panel .button__panel-item .chat__send {
  position: absolute;
  right: 20px;
  bottom: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.right-panel .button__panel-item .chat__send:hover .colored {
  fill: #2d67c4;
}

.right-panel .button__panel-item .chat__modal {
  width: 374px;
  background-color: #fff;
  border: #83afe2 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.right-panel .button__panel-item .chat__modal.has-error {
  background-color: #fcdbdb;
  border: #c7808c 1px solid;
}

.right-panel .button__panel-item .chat__modal.has-error .chat__modal-content {
  color: #f04d4d;
}

.right-panel .button__panel-item .chat__modal.has-error .chat__modal-content:before {
  content: "!";
  position: absolute;
  left: -31px;
  top: 0;
  width: 17px;
  height: 17px;
  background-color: #f04d4d;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.right-panel .button__panel-item .chat__modal.has-error .chat__modal-close .colored {
  fill: #f7a6a6;
}

.right-panel .button__panel-item .chat__modal-close {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.right-panel .button__panel-item .chat__modal-outer {
  text-align: center;
  padding: 36px 45px 35px 62px;
}

.right-panel .button__panel-item .chat__modal-list {
  padding: 31px 0;
  text-align: left;
}

.right-panel .button__panel-item .chat__modal-list .list-item {
  display: block;
  color: #2d67c4;
  font-size: 14px;
  line-height: 1;
  padding-left: 62px;
  margin-bottom: 16px;
  cursor: pointer;
}

.right-panel .button__panel-item .chat__modal-list .list-item:last-child {
  margin-bottom: 0;
}

.right-panel .button__panel-item .chat__modal-content {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

.right-panel .button__panel-item .chat__modal-actions {
  margin-top: 20px;
}

.right-panel .button__panel-item .chat__modal-actions .btn {
  -webkit-border-radius: 21px;
  border-radius: 21px;
  padding: 8px 27px;
  margin: 0 10px;
}

@media screen and (max-width: 1024px) {
  .right-panel {
    margin-bottom: 24px;
  }

  .right-panel.tablet .button__panel {
    width: 100%;
    height: 0;
  }

  .right-panel.tablet .button__panel.active {
    width: 100%;
    height: 360px;
  }

  .right-panel.tablet .button__panel-item .content {
    height: 360px;
  }

  .right-panel.tablet .button__panel-item .chat {
    padding-bottom: 40px;
  }

  .right-panel.tablet .button__panel-item .chat__action textarea.message {
    padding: 10px 50px 0 19px;
    height: 40px;
  }

  .right-panel.tablet .button__panel-item .chat__action form {
    height: 40px;
  }

  .right-panel.tablet .button__panel-item .chat__send {
    right: 25px;
    bottom: 8px;
  }

  .right-panel.tablet .button__panel-item .chat__message-content {
    max-width: 75%;
  }

  .right-panel.tablet .button__list {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }

  .right-panel.tablet .button__item {
    float: left;
    margin: 0 3px 0 0;
    width: 44px;
    height: 44px;
    padding: 10px 0 0 0;
  }

  .right-panel.tablet .button__item .lector-face-wrap .icon {
    top: -6px;
    right: 8px;
  }

  .right-panel.tablet .button__item.close {
    float: right;
    margin: 0;
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .right-panel {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  .right-panel .button__panel {
    width: 100%;
    height: 0;
  }

  .right-panel .button__panel.active {
    width: 100%;
    height: 380px;
  }

  .right-panel .button__panel-item .head {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-top: #ddd 1px solid;
  }

  .right-panel .button__panel-item .head .count {
    font-size: 16px;
    line-height: 40px;
  }

  .right-panel .button__panel-item .content {
    height: 340px;
  }

  .right-panel .button__panel-item .content__item {
    width: inherit;
    margin: 0 12px 0 44px;
    padding: 9px 8px 0 8px;
  }

  .right-panel .button__panel-item .content__item-wrap {
    margin-bottom: -13px;
    padding-bottom: 13px;
  }

  .right-panel .button__panel-item .content__item-wrap:first-child {
    margin-top: 10px;
  }

  .right-panel .button__panel-item .content__item-wrap:last-child {
    margin-bottom: 10px;
  }

  .right-panel .button__panel-item .content__item-wrap .number {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 26px;
    top: 6px;
  }

  .right-panel .button__panel-item .content__item-wrap .number:after {
    top: 29px;
    left: 11px;
  }

  .right-panel .button__panel-item .content__item .date {
    font-size: 14px;
    margin-bottom: 0;
  }

  .right-panel .button__panel-item .content__item .title {
    font-size: 12px;
  }

  .right-panel .button__panel-item .content__item .bottom {
    font-size: 10px;
    line-height: 12px;
  }

  .right-panel .button__panel-item .files__list {
    padding: 0 12px 0 8px;
  }

  .right-panel .button__panel-item .files__title {
    font-size: 14px;
  }

  .right-panel .button__panel-item .files__title:first-child {
    margin-top: 8px;
  }

  .right-panel .button__panel-item .files__item {
    padding: 15px 11px 12px 16px;
  }

  .right-panel .button__panel-item .files__item .info {
    overflow: hidden;
  }

  .right-panel .button__panel-item .files__item .info .name {
    font-size: 14px;
    word-wrap: break-word;
  }

  .right-panel .button__panel-item .files__item .info .date {
    font-size: 12px;
  }

  .right-panel .button__panel-item .chat__list .show-previous {
    padding: 6px 0 5px;
    font-size: 12px;
  }

  .right-panel .button__panel-item .chat__action textarea.message {
    font-size: 12px;
    padding: 5px 34px 0 16px;
    height: 30px;
  }

  .right-panel .button__panel-item .chat__action form {
    height: 30px;
  }

  .right-panel .button__panel-item .chat__send {
    right: 5px;
    bottom: 0;
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .right-panel .button__panel-item .chat__message-wrap {
    padding-left: 10px;
    padding-right: 12px;
  }

  .right-panel .button__panel-item .chat__message-wrap:last-child {
    margin-bottom: 10px;
  }

  .right-panel .button__panel-item .chat__message-photo {
    width: 24px;
    height: 24px;
    left: -4px;
    top: 8px;
  }

  .right-panel .button__panel-item .chat__message-author {
    font-size: 14px;
  }

  .right-panel .button__panel-item .chat__message-time {
    font-size: 12px;
  }

  .right-panel .button__panel-item .chat__message-body {
    font-size: 12px;
  }

  .right-panel .button__panel-item .chat__message-content {
    max-width: 75%;
  }

  .right-panel .button__list {
    position: relative;
    width: 100%;
    padding: 0 8px;
  }

  .right-panel .button__item {
    float: left;
    margin: 0;
    width: 32px;
    height: 32px;
    padding: 7px 0 0 0;
  }

  .right-panel .button__item .lector-face-wrap .icon {
    top: -6px;
    right: 2px;
  }

  .right-panel .button__item.close {
    float: right;
    margin: 0;
    padding-top: 4px;
  }
}
.broadcast-offer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.58);
  padding: 52px 56px 74px 54px;
}

.broadcast-offer.withoutImage .broadcast-offer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 22px;
}

.broadcast-offer__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.broadcast-offer__wrap.withImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.broadcast-offer__wrap.withImage .broadcast-offer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
}

.broadcast-offer__wrap.withImage .broadcast-offer__image {
  margin-top: 4px;
  margin-bottom: 22px;
}

.broadcast-offer.closed {
  padding: 52px 56px 74px 54px;
}

.broadcast-offer.closed .broadcast-offer__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.broadcast-offer.closed .broadcast-offer__title {
  margin-bottom: 0;
}

.broadcast-offer__arrow {
  position: absolute;
  top: -16px;
  right: 56px;
  width: 30px;
  height: 30px;
  background: url("../images/broadcast-offer__arrow.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.broadcast-offer__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.broadcast-offer__actions .broadcast-offer__link:first-child {
  float: left;
}

.broadcast-offer__actions .broadcast-offer__link:last-child {
  float: right;
  margin-left: 25px;
}

.broadcast-offer__title {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 26px;
}

.broadcast-offer__text {
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}

.broadcast-offer__text p {
  margin-bottom: 22px;
}

.broadcast-offer__text p:last-child {
  margin-bottom: 0;
}

.broadcast-offer__text ul, .broadcast-offer__text ol {
  padding-left: 36px;
}

.broadcast-offer__text ul li, .broadcast-offer__text ol li {
  position: relative;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 22px;
}

.broadcast-offer__text ul li::before, .broadcast-offer__text ol li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  top: 6px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.broadcast-offer__text ul li:last-child, .broadcast-offer__text ol li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .broadcast-offer {
    bottom: 0;
    padding: 15px;
  }

  .broadcast-offer.closed {
    padding: 15px;
  }

  .broadcast-offer__arrow {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 17px;
  }

  .broadcast-offer__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
  }

  .broadcast-offer__text {
    font-size: 11px;
    line-height: 16px;
  }

  .broadcast-offer__text p {
    margin-bottom: 10px;
  }

  .broadcast-offer__text ul, .broadcast-offer__text ol {
    padding-left: 0;
  }

  .broadcast-offer__text ul li, .broadcast-offer__text ol li {
    font-size: 11px;
    padding-left: 10px;
    margin-bottom: 6px;
  }

  .broadcast-offer__text ul li::before, .broadcast-offer__text ol li::before {
    width: 4px;
    height: 4px;
    left: 0;
    top: 3px;
  }

  .broadcast-offer__text ul li:last-child, .broadcast-offer__text ol li:last-child {
    margin-bottom: 0;
  }

  .broadcast-offer__actions {
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .broadcast-offer__link {
    min-width: inherit;
    font-size: 12px;
    padding: 5px 15px !important;
    line-height: 20px;
  }
}
.errorPage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.error__code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 133px;
  line-height: 1;
  font-weight: 600;
  color: #2d67c4;
  padding-left: 25px;
  padding-right: 25px;
}

.error__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  padding-left: 25px;
  padding-right: 25px;
}

.error__content h1 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.error__description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 29px;
}

.error__description .heading {
  font-weight: 600;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .error__container {
    display: block;
    text-align: center;
    padding-top: 15%;
  }

  .error__code {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .error__content {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-webinar__image {
  display: block;
  width: 100%;
}

.section-bonus__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.persistent-player {
  overflow: hidden;
  position: fixed;
  width: 308px;
  left: 5px;
  top: 75px;
  z-index: 999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #000;
}

.persistent-player:hover::after {
  opacity: 1;
}

.persistent-player:hover .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.persistent-player::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.persistent-player::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.persistent-player .broadcast-offer {
  display: none;
}

.persistent-player.broadcastPage {
  position: absolute;
  left: 40px;
  top: 60px;
  width: -webkit-calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
}

.persistent-player.broadcastPage::after {
  display: none;
}

.persistent-player.broadcastPage.is_mini, .persistent-player.broadcastPage.is_mini2 {
  position: fixed;
  width: 308px !important;
  left: 5px;
  top: 5px;
  z-index: 999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.persistent-player.broadcastPage.is_mini .broadcast__iframe-online, .persistent-player.broadcastPage.is_mini .broadcast__iframe-languages, .persistent-player.broadcastPage.is_mini2 .broadcast__iframe-online, .persistent-player.broadcastPage.is_mini2 .broadcast__iframe-languages {
  display: none;
}

.persistent-player.broadcastPage.is_mini .broadcast-offer, .persistent-player.broadcastPage.is_mini2 .broadcast-offer {
  display: none;
}

.persistent-player.broadcastPage .actions {
  display: none;
}

.persistent-player.broadcastPage .broadcast-offer {
  display: block;
}

.persistent-player.playbackByTimer .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.persistent-player.playbackByTimer.is_mini2 .autobin_actions {
  display: none;
}

.persistent-player.playbackByTimer.opened {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 899;
}

.persistent-player .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.persistent-player iframe {
  width: 100%;
  height: 100%;
}

.persistent-player .actions {
  display: none;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.persistent-player .actions > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  background-color: transparent;
  z-index: 12;
  cursor: pointer;
  margin: 0 15px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.autobin_actions {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.autobin_actions .bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.autobin_actions .bar .volume {
  width: 2.4em;
  height: 100%;
  margin-left: 1.1em;
  position: relative;
  cursor: pointer;
}

.autobin_actions .bar .volume > div {
  width: 0.3em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00adef;
}

.autobin_actions .bar .volume > div.animate {
  -webkit-transition: height 250ms ease-in;
  transition: height 250ms ease-in;
}

.autobin_actions .bar .volume > div.fill0 {
  background-color: #666;
}

.autobin_actions .bar .volume > div.fill1 {
  -webkit-box-shadow: inset -0.2em 0 0 #666;
  box-shadow: inset -0.2em 0 0 #666;
}

.autobin_actions .bar .volume > div.fill2 {
  -webkit-box-shadow: inset -0.1em 0 0 #666;
  box-shadow: inset -0.1em 0 0 #666;
}

.autobin_actions .bar .volume > div:nth-child(1) {
  height: 0.42em;
  left: 0;
}

.autobin_actions .bar .volume > div:nth-child(1).hover, .autobin_actions .bar .volume > div:nth-child(1):hover {
  height: 0.72em;
}

.autobin_actions .bar .volume > div:nth-child(2) {
  height: 0.615em;
  left: 0.5em;
}

.autobin_actions .bar .volume > div:nth-child(2).hover, .autobin_actions .bar .volume > div:nth-child(2):hover {
  height: 0.915em;
}

.autobin_actions .bar .volume > div:nth-child(3) {
  height: 0.81em;
  left: 1em;
}

.autobin_actions .bar .volume > div:nth-child(3).hover, .autobin_actions .bar .volume > div:nth-child(3):hover {
  height: 1.11em;
}

.autobin_actions .bar .volume > div:nth-child(4) {
  height: 1.005em;
  left: 1.5em;
}

.autobin_actions .bar .volume > div:nth-child(4).hover, .autobin_actions .bar .volume > div:nth-child(4):hover {
  height: 1.305em;
}

.autobin_actions .bar .volume > div:nth-child(5) {
  height: 1.2em;
  left: 2em;
}

.autobin_actions .bar .volume > div:nth-child(5).hover, .autobin_actions .bar .volume > div:nth-child(5):hover {
  height: 1.5em;
}

.autobin_actions .icon {
  color: #fff;
  position: relative;
  -webkit-transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
  transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
  background: rgba(23, 35, 34, 0.75);
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  cursor: pointer;
  text-align: center;
}

.autobin_actions .icon:hover, .autobin_actions .icon:focus {
  background-color: #00adef;
}

.autobin_actions .icon.play {
  width: 71px;
  height: 44px;
  margin-right: 10px;
  padding-top: 10px;
}

.autobin_actions .icon.play svg {
  width: 22px;
  height: 22px;
}

.autobin_actions .icon.fullscreen {
  width: 22px;
  height: 22px;
  padding-top: 2px;
  margin-right: 0;
  margin-left: 10px;
  line-height: 1.3;
}

.autobin_actions .icon.fullscreen svg {
  width: 12px;
  height: 12px;
}

.autobin_actions .icon.quality {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  padding: 3px 0 0 2px;
}

.autobin_actions .icon.quality svg {
  width: 19px;
  height: 16px;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: -webkit-transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1), -webkit-transform 450ms cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.autobin_actions .icon.quality.opened svg {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.quality-bar {
  right: 0;
  bottom: 32px;
  position: absolute;
  overflow: hidden;
  min-width: 105px;
  background-color: rgba(23, 35, 34, 0.75);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  height: 0;
}

.quality-bar.opened {
  display: block;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: inherit;
}

.quality-bar .title {
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-calc(100% - 14px);
  width: calc(100% - 14px);
  margin: 0 6px 4px;
  padding: 9px 6px 0 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-align: left;
}

.quality-bar .title .stat {
  margin-left: 0;
  font-size: 9px;
  font-weight: 400;
}

.quality-bar .list {
  margin: 0;
  padding: 0 0 6px;
  list-style: none;
}

.quality-bar .list-item {
  padding: 0 6px;
  margin: 0 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
}

.quality-bar .list-item::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  margin-top: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #666;
}

.quality-bar .list-item:hover {
  color: #00adef;
}

.quality-bar .list-item label {
  cursor: pointer;
}

.quality-bar .list-item.active::before {
  background-color: #00adef;
  border: 1px solid #00adef;
}

.quality-bar .list-item.active label {
  color: #00adef;
}

.quality-bar .list-item input {
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .autobin_actions .icon:hover {
    background: rgba(23, 35, 34, 0.75);
  }

  .autobin_actions .icon:focus {
    background-color: #00adef;
  }
}
.courses-schedule {
  background-color: #fafbfd;
  padding: 76px 0 43px;
}

.courses-schedule__heading {
  color: #378cf3;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.courses-schedule__filter {
  position: absolute;
  top: -10px;
  right: 5px;
}

.courses-schedule__filter-form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.courses-schedule__filter-form label {
  float: left;
  font-size: 16px;
  line-height: 1;
  border-right: 1px solid #ddd;
  padding: 12px 27px;
  color: #999;
  cursor: pointer;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}

.courses-schedule__filter-form label:last-child {
  border-right: none;
}

.courses-schedule__filter-form label:hover, .courses-schedule__filter-form label.active {
  background-color: #2d67c4;
  color: #fff;
}

.courses-schedule__filter-form input {
  float: left;
  width: 0;
  overflow: hidden;
  position: absolute;
}

.courses-schedule__filter-form .help-block {
  display: none;
}

.courses-schedule__list {
  padding: 47px 0 0;
}

.courses-schedule__start-date {
  position: relative;
  line-height: 1;
  color: #2d67c4;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 55px;
}

.courses-schedule__start-date:first-child {
  margin-top: 0;
}

.courses-schedule__start-date .wrap {
  position: relative;
  display: inline-block;
  background-color: #fafbfd;
  padding-right: 21px;
  z-index: 10;
}

.courses-schedule__start-date span {
  font-size: 40px;
  font-weight: bold;
  margin-right: 5px;
}

.courses-schedule__start-date::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #2d67c4;
  z-index: 1;
}

.courses-schedule__item {
  position: relative;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
  padding: 43px;
  background-color: #fff;
  margin-bottom: 17px;
}

.courses-schedule__item.top .courses-schedule__item-image {
  width: 290px;
  height: 290px;
}

.courses-schedule__item.top .courses-schedule__item-content {
  width: -webkit-calc(100% - 290px);
  width: calc(100% - 290px);
}

.courses-schedule__item.top .courses-schedule__item-content-title {
  font-weight: bold;
  font-size: 36px;
}

.courses-schedule__item.top .courses-schedule__item-content-author {
  font-weight: 500;
  font-size: 24px;
}

.courses-schedule__item.top .courses-schedule__item-content-description {
  font-size: 16px;
  line-height: 20px;
}

.courses-schedule__item.top .courses-schedule__item-content-title {
  margin-bottom: 15px;
}

.courses-schedule__item.top .courses-schedule__item-content-info {
  margin-bottom: 18px;
}

.courses-schedule__item.top .courses-schedule__item-content-info .start {
  margin-top: 0;
}

.courses-schedule__item.top .courses-schedule__item-content-info .start .text {
  font-size: 32px;
}

.courses-schedule__item-image {
  width: 192px;
  height: 192px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  float: left;
}

.courses-schedule__item-image img {
  display: block;
  width: 100%;
}

.courses-schedule__item-content {
  float: left;
  width: -webkit-calc(100% - 192px);
  width: calc(100% - 192px);
  padding-left: 51px;
}

.courses-schedule__item-content-title {
  font-size: 28px;
  line-height: 36px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.courses-schedule__item-content-author {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.courses-schedule__item-content-description {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

.courses-schedule__item-content-info {
  margin: -4px 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  white-space: nowrap;
}

.courses-schedule__item-content-info .separator {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.courses-schedule__item-content-info .start {
  margin-top: 4px;
}

.courses-schedule__item-content-info .start .icon {
  display: inline-block;
  margin-right: 10px;
}

.courses-schedule__item-content-info .start .text {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  color: #2d67c4;
}

.courses-schedule__item-content-info .place-type {
  margin-top: 13px;
}

.courses-schedule__item-content-info .place-type .icon {
  display: inline-block;
  margin: -4px 5px 0 0;
  vertical-align: top;
}

.courses-schedule__item-content-info .place-type .text {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #999;
  text-align: right;
}

.courses-schedule__item-content-info .time {
  margin: 13px 68px 0 0;
}

.courses-schedule__item-content-info .time .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}

.courses-schedule__item-content-info .time .text {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #999;
}

.courses-schedule__item-content-text .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.courses-schedule__item-content-text .wrap .right {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 43px;
}

.courses-schedule__seo-text {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.courses-schedule__seo-text p {
  margin-bottom: 20px;
}

.courses-schedule__seo-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .courses-schedule__item-content-info .start .text {
    font-size: 20px;
  }

  .courses-schedule__item-content-info .time {
    margin-right: 20px;
  }

  .courses-schedule__item.top .courses-schedule__item-content-info .start {
    margin-top: 4px;
  }

  .courses-schedule__item.top .courses-schedule__item-content-info .start .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .courses-schedule__filter {
    position: relative;
    top: inherit;
    right: inherit;
    display: inline-block;
    margin-top: 20px;
  }

  .courses-schedule__item {
    padding: 20px;
  }

  .courses-schedule__item.top .courses-schedule__item-image {
    width: 220px;
    height: 220px;
  }

  .courses-schedule__item.top .courses-schedule__item-content {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
  }

  .courses-schedule__item.top .courses-schedule__item-content-info {
    margin-bottom: 10px;
  }

  .courses-schedule__item.top .courses-schedule__item-content-info .start .text {
    font-size: 18px;
  }

  .courses-schedule__item.top .courses-schedule__item-content-title {
    font-size: 30px;
  }

  .courses-schedule__item.top .courses-schedule__item-content-author {
    font-size: 20px;
  }

  .courses-schedule__item.top .courses-schedule__item-content-description {
    font-size: 14px;
    line-height: 18px;
  }

  .courses-schedule__item-image {
    width: 180px;
    height: 180px;
  }

  .courses-schedule__item-content {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    padding-left: 30px;
  }

  .courses-schedule__item-content-info {
    margin-bottom: 10px;
  }

  .courses-schedule__item-content-info .start .icon {
    margin-right: 2px;
  }

  .courses-schedule__item-content-info .start .text {
    font-size: 16px;
  }

  .courses-schedule__item-content-info .time {
    margin-right: 10px;
  }

  .courses-schedule__item-content-info .time .icon {
    margin-right: 0;
  }

  .courses-schedule__item-content-info .place-type .icon {
    margin-right: 0;
  }

  .courses-schedule__item-content-title {
    font-size: 26px;
    line-height: 30px;
  }

  .courses-schedule__item-content-text .wrap {
    display: block;
  }

  .courses-schedule__item-content-text .wrap .right {
    padding-left: 0;
  }

  .courses-schedule__item-content-actions {
    position: relative;
    bottom: inherit;
    right: inherit;
    text-align: right;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 767px) and (min-resolution: 120dpi) {
  .courses-schedule {
    padding: 37px 0;
  }

  .courses-schedule__list {
    padding-top: 26px;
  }

  .courses-schedule__filter {
    overflow-x: auto;
    width: 100%;
    margin-top: 3px;
  }

  .courses-schedule__filter-form {
    min-width: 458px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 12px 15px 12px;
  }

  .courses-schedule__filter-form label {
    padding: 10px 20px;
    margin-right: 5px;
    border: none;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .courses-schedule__filter-form label:last-child {
    margin-right: 0;
  }

  .courses-schedule__heading {
    font-size: 18px;
    text-align: center;
  }

  .courses-schedule__start-date {
    font-size: 14px;
  }

  .courses-schedule__start-date::after {
    height: 2px;
    top: 18px;
  }

  .courses-schedule__start-date .wrap {
    padding-right: 17px;
  }

  .courses-schedule__start-date span {
    font-size: 30px;
  }

  .courses-schedule__item {
    padding: 30px;
    margin-top: 93px;
  }

  .courses-schedule__item.top {
    margin-top: 140px;
  }

  .courses-schedule__item.top .courses-schedule__item-image {
    margin-top: -150px;
    width: 240px;
    height: 240px;
  }

  .courses-schedule__item.top .courses-schedule__item-content {
    width: 100%;
  }

  .courses-schedule__item.top .courses-schedule__item-content-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .courses-schedule__item.top .courses-schedule__item-content-author {
    font-size: 14px;
  }

  .courses-schedule__item-image {
    float: none;
    margin: -105px auto 20px;
    width: 150px;
    height: 150px;
  }

  .courses-schedule__item-content {
    width: 100%;
    padding-left: 0;
  }

  .courses-schedule__item-content-info {
    display: block;
  }

  .courses-schedule__item-content-info .start .icon {
    margin-right: 6px;
  }

  .courses-schedule__item-content-info .start .text {
    vertical-align: top;
    font-size: 16px;
    padding-top: 4px;
  }

  .courses-schedule__item-content-info .time {
    margin: 13px 0 0;
  }

  .courses-schedule__item-content-info .time .icon {
    margin-right: 13px;
  }

  .courses-schedule__item-content-info .place-type {
    margin-top: 16px;
  }

  .courses-schedule__item-content-info .place-type .icon {
    margin-right: 10px;
  }

  .courses-schedule__item-content-info .place-type .text {
    text-align: left;
  }

  .courses-schedule__item-content-actions {
    text-align: center;
  }

  .courses-schedule__item-content-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .courses-schedule__item-content-author {
    font-size: 14px;
    margin-bottom: 19px;
  }

  .courses-schedule__seo-text {
    font-size: 12px;
  }
}
input[type=checkbox] {
  display: inline-block;
}

.user-page__checked input[type=checkbox] {
  display: block;
}

.user-page_login {
  text-align: center;
  width: 100%;
  max-width: 407px !important;
}

.user-page__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}

.user-page__item .button-login {
  width: 122px;
  height: 54px;
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-page__item .button-login:hover {
  -webkit-box-shadow: 0px 15px 25px rgba(64, 85, 120, 0.25);
  box-shadow: 0px 15px 25px rgba(64, 85, 120, 0.25);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.user-page__item .button-login:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.user-page__text-social {
  color: #000000;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.btn-login {
  width: 407px;
  height: 54px;
  -webkit-box-shadow: 0 15px 30px rgba(64, 85, 120, 0.25);
  box-shadow: 0 15px 30px rgba(64, 85, 120, 0.25);
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #2d68c4;
  color: #f9fafa;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-login:hover {
  -webkit-box-shadow: 0 30px 15px rgba(64, 85, 120, 0.25);
  box-shadow: 0 30px 15px rgba(64, 85, 120, 0.25);
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #f9fafa;
  color: #2d68c4;
  border: 1px solid #2d68c4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-login:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  color: #2d68c4;
  border: none;
}

.btn-login.disabled-class {
  background-color: #9aa5b7;
}

.user-page__checked {
  -ms-text-align-last: left;
  text-align-last: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-page__wrap-checked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.user-page__wrap-checked label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.user-page__text-checked {
  margin-left: 17px;
}

.user-page__checked input {
  -webkit-appearance: checkbox;
}

.user-page__text-checked {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.user-page__checked span {
  margin-left: 30px;
}

.user-page__checked input {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #2d68c4;
}

.app-form-group__input input {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
}

.app-form-group__input .input-animation {
  background-color: transparent;
}

.app-form-group__input input {
  background: transparent;
}

.input-animation {
  background-color: transparent;
}

.jq-checkbox:hover {
  cursor: pointer;
}

.jq-checkbox:active {
  cursor: pointer;
}

.jq-checkbox:focus {
  cursor: pointer;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #ссс;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

.jq-checkbox:hover {
  cursor: pointer;
}

.jq-checkbox:active {
  cursor: pointer;
}

.jq-checkbox:focus {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .user-page__wrap-checked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .user-page_login .app-form-group {
    width: 280px;
    margin: 0 auto;
  }
}
.modal__social-link-ss {
  width: 122px;
  height: 54px;
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #ffffff;
}

.fa-facebook-f:before, .fa-facebook:before, .fa-google-plus:before, .fa-vk:before {
  display: none !important;
}

.user-page__social-text {
  color: #000000;
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .user-page__item button {
    width: 54px;
  }

  .user-page__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 37px;
  }
}
.user-page__link-confidentiality {
  max-width: 347px;
  color: #2d68c4;
  font-family: "SF UI Display";
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: #3c63bc;
}

.user-page-reg {
  text-align: center;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}

.btn-reg {
  width: 590px;
  height: 54px;
  -webkit-box-shadow: 0 15px 30px rgba(64, 85, 120, 0.25);
  box-shadow: 0 15px 30px rgba(64, 85, 120, 0.25);
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #2d68c4;
  color: #f9fafa;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}

.btn-reg:hover {
  -webkit-box-shadow: 0 30px 15px rgba(64, 85, 120, 0.25);
  box-shadow: 0 30px 15px rgba(64, 85, 120, 0.25);
  background-color: #f9fafa;
  color: #2d68c4;
  border: 1px solid #2d68c4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-reg.disabled-class {
  background-color: #9aa5b7;
}

.btn-reg.disabled-class:hover {
  border: 0px solid transparent;
  color: #f9fafa;
  -webkit-box-shadow: 0 15px 30px rgba(64, 85, 120, 0.25);
  box-shadow: 0 15px 30px rgba(64, 85, 120, 0.25);
}

.user-page__item-reg .button-reg {
  background-color: #ffffff;
}

.user-page__item-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-form-group-reg {
  width: 280px;
}

.user-page_registration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-form-group__placeholder_reg {
  margin-left: 0px;
}

.user-page__list-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 590px;
}

.user-page__item-reg .button-reg {
  width: 184px;
  height: 54px;
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-page__item-reg .button-reg:hover {
  -webkit-box-shadow: 0px 15px 25px rgba(64, 85, 120, 0.25);
  box-shadow: 0px 15px 25px rgba(64, 85, 120, 0.25);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.user-page__item-reg .button-reg:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.modal-social-title {
  color: #000000;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
}

.user-page__text-confidentiality {
  max-width: 347px;
  color: #2d68c4;
  font-family: "SF UI Display";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
  color: #000000;
  margin: 0 auto;
  margin-top: 12px;
  text-decoration: none;
}

.app-form-group__input_reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-form-group__input_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-show-pass {
  padding: 17px 19px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
}

.btn-show-pass:hover {
  -webkit-box-shadow: inset 52px 52px 52px 52px rgba(0, 0, 0, 0.02);
  box-shadow: inset 52px 52px 52px 52px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .btn-show-pass {
    margin-right: -10px;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

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