.text-yellow {
  color: #fcb326;
}
.text-pink {
  color: #fa5792;
}
.text-light-green {
  color: #64e24f;
}
.text-green {
  color: #00b51d;
}
.text-blue {
  color: #327ce7;
}
.text-purple {
  color: #875cff;
}
.text-light-blue {
  color: #20c6ee;
}
.text-red {
  color: #ff0000;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-90 {
  margin-bottom: 80px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-110 {
  margin-bottom: 110px;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  color: #003458;
  font: 18px/1.67 'Noto Sans', Arial, Helvetica, Verdana, sans-serif;
  background: #fff;
}
p {
  margin: 0 0 16px;
}
.section-cources_title,
h1,
h2,
h3 {
  letter-spacing: -0.8px;
  font: 42px/50px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
h1 {
  margin: 0 0 10px;
}
h2 {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
}
.section-cources_title,
h3 {
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 30px;
}
img {
  border-style: none;
}
.text-small {
  font-size: 15px;
  line-height: 20px;
}
.text-blue {
  color: #00bfbf;
}
a {
  text-decoration: none;
  color: #00bfbf;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover {
  color: #65CECE;
  text-decoration: underline;
}
a:active {
  color: #02D6D6;
  text-decoration: underline;
}
.button-row {
  text-align: center;
  margin-bottom: 40px;
}
.btn {
  color: #fff;
  font: 600 18px/30px 'Noto Sans', Arial, Helvetica, Verdana, sans-serif;
  background: #00bfbf;
  border: 0;
  border: 1px solid transparent;
  padding: 11px 40px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.btn:hover {
  background: #65cece;
  color: #fff;
  text-decoration: none;
}
.btn:active {
  background: #02d6d6;
}
.btn:focus-visible,
.btn:focus {
  border-color: transparent;
  outline: none;
}
.btn:disabled,
.btn.disabled {
  background: #ececec;
  color: #8b90a0;
  cursor: default;
}
.btn .discount {
  display: inline-block;
  vertical-align: top;
  color: #003458;
  margin-left: 5px;
  font: 25px/30px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
.btn.success {
  border-color: #00bfbf;
  background: transparent;
  color: #00bfbf;
  cursor: default;
  padding: 11px 14px;
}
.btn.success .btn_text {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  background: url(../img/ico-tick-big.svg) no-repeat 100% 7px;
}
.btn.blank {
  border-color: #003458 !important;
  background: transparent !important;
  color: #00bfbf !important;
}
.btn.blank:hover {
  background: transparent !important;
  border-color: #65cece !important;
  color: #00bfbf !important;
}
.btn.blank:active {
  border-color: #02d6d6 !important;
}
.btn.blank:disabled,
.btn.blank.disabled {
  color: #8b90a0 !important;
  border-color: #8b90a0 !important;
}
.btn-clear {
  background: #fafafa;
  color: #003458;
  padding: 10px 47px 10px 17px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  margin: -6px 0 0;
  display: none;
}
.filter-active .btn-clear {
  display: block;
}
.btn-clear:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 22px;
  background: url(../img/ico-clear.svg) no-repeat;
  width: 12px;
  height: 12px;
}
.btn-clear:hover {
  text-decoration: none;
}
input,
textarea,
select {
  font: 15px/1.67 'Noto Sans', Arial, Helvetica, Verdana, sans-serif;
  vertical-align: middle;
  color: #003458;
  margin: 0;
}
.input-row {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.input-row .input-holder {
  position: relative;
  display: flex;
  width: 100%;
}
.input-row .input-holder + .btn {
  margin-left: 20px;
}
.input-row .input-holder.input-medium {
  width: 55%;
  margin-right: 5px;
}
.input-row .date-block {
  display: flex;
  align-items: center;
}
.input-row .input-error {
  border-color: #FF4B4B;
}
.text-error {
  display: block;
  font-size: 14px;
  color: #FF4B4B;
  margin: -10px 0 15px;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
::-moz-placeholder {
  color: #8b90a0;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #8b90a0;
}
input::-ms-input-placeholder {
  color: #8b90a0;
}
input::-o-input-placeholder {
  color: #8b90a0;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=submit],
input[type=email],
input[type=text],
input[type=tel],
input[type=password],
input[type=file],
textarea {
  -webkit-appearance: none;
}
input[type=image] {
  padding: 0;
  border: none;
}
textarea,
input[type=tel],
input[type="email"],
input[type="text"],
input[type="password"],
select {
  padding: 14px 22px;
  border: 1px solid #8b90a0;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}
textarea:focus-visible,
input[type=tel]:focus-visible,
input[type="email"]:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
select:focus-visible,
textarea:focus,
input[type=tel]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  border-color: #00bfbf;
  background-color: #fff;
  box-shadow: none;
  outline: none;
}
select {
  padding: 14px 10px;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.ui-datepicker {
  /* Interaction states
   ----------------------------------*/

  /* Interaction Cues
   ----------------------------------*/

}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #454545;
  text-align: center;
}
.ui-datepicker .ui-state-default a,
.ui-datepicker .ui-state-default a:link,
.ui-datepicker .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover,
.ui-datepicker .ui-state-hover a:link,
.ui-datepicker .ui-state-hover a:visited,
.ui-datepicker .ui-state-focus a,
.ui-datepicker .ui-state-focus a:hover,
.ui-datepicker .ui-state-focus a:link,
.ui-datepicker .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  background: #00bfbf;
  color: #ffffff;
}
.ui-datepicker .ui-state-active a,
.ui-datepicker .ui-state-active a:link,
.ui-datepicker .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #65cece;
  position: relative;
  color: #fff;
}
.ui-datepicker .ui-state-highlight a,
.ui-datepicker .ui-widget-content .ui-state-highlight a,
.ui-datepicker .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-datepicker .ui-widget-header {
  color: #003458;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-next {
  background: #00bfbf url(../img/arrow-right.svg) no-repeat 50% 50%;
}
.ui-datepicker .ui-datepicker-prev {
  background: #00bfbf url(../img/arrow-left.svg) no-repeat 50% 50%;
}
.ui-datepicker .ui-datepicker-header {
  padding: 12px 0;
  border-bottom: 1px solid #00bfbf;
}
.ui-datepicker th {
  color: #00bfbf;
}
.ui-datepicker .ui-datepicker-title {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.row {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}
.row:before,
.row:after {
  display: none;
}
.w1 {
  padding-top: 85px;
}
.account-page .w1 {
  padding-top: 90px;
}
.main {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}
.main .section-masters {
  background: none;
  padding: 0 !important;
}
.logo {
  width: 175px;
  height: 50px;
  background: url(../img/logo.svg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 0;
}
.logo a {
  display: block;
  height: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 17px 40px;
  top: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
}
.header .drop-down-menu {
  position: absolute;
  top: 100%;
  left: -34px;
  border-radius: 5px;
  background: #fff;
  padding: 35px 20px 20px 26px;
  width: 250px;
  box-sizing: border-box;
  box-shadow: 2px 8px 10px rgba(217, 217, 217, 0.3);
  display: none;
}
.header .drop-down-menu .bullet-list li:before {
  top: 5px;
}
.header_right-bar {
  display: flex;
  align-items: center;
}
.header_left-bar {
  display: flex;
  align-items: center;
}
.header_left-bar .header_nav {
  margin-left: 30px;
}
.account-page .header {
  padding: 15px 40px;
}
.header.fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header_nav {
  text-transform: uppercase;
  font: 16px/20px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
.header_nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.header_nav > ul > li {
  margin: 0 10px;
  position: relative;
}
.header_nav > ul > li.disabled {
  color: #ececec;
}
.header_nav > ul > li.disabled a {
  color: #ececec;
  cursor: default;
}
.header_nav > ul > li.disabled a:hover {
  color: #ececec;
}
.header_nav > ul > li.disabled:active.has-drop-down > a:after,
.header_nav > ul > li.disabled:hover.has-drop-down > a:after {
  background: url(../img/arrow-account-gray.svg) no-repeat 100% 50%;
  background-size: 10px 6px;
}
.header_nav > ul > li.disabled:active .drop-down-menu,
.header_nav > ul > li.disabled:hover .drop-down-menu {
  display: none;
}
.header_nav > ul > li:active > a,
.header_nav > ul > li:hover > a {
  color: #00bfbf;
}
.header_nav > ul > li:active.has-drop-down > a:after,
.header_nav > ul > li:hover.has-drop-down > a:after {
  background-image: url(../img/arrow-account-green.svg);
}
.header_nav > ul > li:active .drop-down-menu,
.header_nav > ul > li:hover .drop-down-menu {
  display: block;
}
.header_nav > ul > li.has-drop-down > a {
  padding-right: 15px;
  position: relative;
}
.header_nav > ul > li.has-drop-down > a:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 9px;
  background: url(../img/arrow-account-gray.svg) no-repeat 100% 50%;
  background-size: 10px 6px;
}
.header_nav > ul > li.has-drop-down.disabled > a:after {
  opacity: 0.2;
}
.header_nav > ul > li a {
  color: #003458;
}
.header_nav > ul > li a:hover {
  color: #65CECE;
  text-decoration: none;
}
.header_nav > ul > li a.active,
.header_nav > ul > li a:active {
  color: #02D6D6;
}
.header_nav > ul > li a.broadcast {
  padding-right: 18px;
}
.header_my-account {
  display: inline-block;
  padding-left: 23px;
  color: #00bfbf;
  background: url(../img/ico-my-account.svg) no-repeat 0 6px;
}
.broadcast {
  position: relative;
}
.broadcast:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
}
.account-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.account-nav > li {
  margin-left: 19px;
  position: relative;
}
.account-nav-opener {
  margin-right: 25px;
  position: relative;
  display: block;
}
.account-nav-opener img {
  display: block;
  border-radius: 5px;
  border: 1px solid #00bfbf;
}
.account-nav-opener:after {
  content: "";
  width: 17px;
  height: 9px;
  position: absolute;
  right: -34px;
  top: 25px;
  background: url(../img/arrow-account-gray.svg) no-repeat 100% 50%;
}
.popup-active .account-nav-opener:after {
  background-image: url(../img/arrow-account-green.svg);
}
.account-nav-popup {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  right: -17px;
  border-radius: 5px;
  background: #fff;
  padding: 20px 20px 20px 26px;
  width: 360px;
  box-sizing: border-box;
  display: none;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.3);
}
.account-nav-popup_name {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin: 0 0 20px -6px;
  border-bottom: 1px solid #8b90a0;
}
.account-nav-popup_list {
  margin: 0;
  padding: 0 0 7px;
  list-style: none;
  text-transform: uppercase;
  font: 16px/20px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
.account-nav-popup_list li {
  margin-bottom: 15px;
}
.account-nav-popup_list li a {
  color: #003458;
}
.account-nav-popup_box {
  background: #f6f6f6;
  padding: 20px;
  color: #8b90a0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.account-nav-popup_box h3 {
  margin-bottom: 10px;
}
.ico-search {
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ico-search.svg) no-repeat 50% 50%;
}
.ico-favorite {
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ico-favorite.svg) no-repeat 50% 50%;
}
.ico-question {
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ico-question.svg) no-repeat 50% 50%;
}
.ico-settings {
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ico-settings.svg) no-repeat 50% 50%;
}
.link-back {
  display: inline-block;
  padding-left: 22px;
  background: url(../img/ico-link-back.svg) no-repeat 0 50%;
}
.link-sign-out {
  display: inline-block;
  padding-left: 22px;
  color: #8b90a0;
  background: url(../img/ico-sign-out.svg) no-repeat 0 50%;
}
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion > li.active .accordion-opener:after {
  border-color: #00bfbf;
  background-image: url(../img/ico-cross-circle.svg);
}
.accordion-opener {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  padding: 13px 60px 13px 0;
  border-bottom: 1px solid #8b90a0;
}
.accordion-opener:after {
  position: absolute;
  right: 14px;
  top: 20px;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/ico-plus-circle.svg) no-repeat 50% 50%;
}
.accordion h3.accordion-opener {
  padding: 22px 60px 24px 0;
}
.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  text-transform: uppercase;
}
.tags.big {
  font-size: 16px;
  margin-bottom: 30px;
}
.tags.big li a {
  padding: 11px 30px 10px;
}
.tags li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 10px 0;
}
.tags li:last-child {
  margin-right: 0;
}
.tags li span,
.tags li a {
  display: inline-block;
  vertical-align: top;
  color: #003458;
  border: 1px solid #003458;
  padding: 4px 19px 3px;
  border-radius: 27px;
}
.tags li span:hover,
.tags li a:hover {
  background: transparent;
  border-color: #65cece;
  text-decoration: none;
  color: #00bfbf;
}
.tags li span:active,
.tags li a:active {
  border-color: #02d6d6;
}
.tags li span.color,
.tags li a.color {
  border-color: #00bfbf;
  color: #00bfbf;
}
.tags li span.color:hover,
.tags li a.color:hover {
  opacity: 0.7;
}
.tags li span.light-blue,
.tags li a.light-blue {
  color: #20c6ee;
  border-color: #20c6ee;
}
.tags li span.red,
.tags li a.red {
  color: #ff0000;
  border-color: #ff0000;
}
.tags li span.purple,
.tags li a.purple {
  color: #875cff;
  border-color: #875cff;
}
.tags li span.pink,
.tags li a.pink {
  color: #fa5792;
  border-color: #fa5792;
}
.tags li span.blue,
.tags li a.blue {
  color: #327ce7;
  border-color: #327ce7;
}
.tags li span.yellow,
.tags li a.yellow {
  color: #fcb326;
  border-color: #fcb326;
}
.tags li span.green,
.tags li a.green {
  color: #00b51d;
  border-color: #00b51d;
}
.tags li span.light-green,
.tags li a.light-green {
  color: #64e24f;
  border-color: #64e24f;
}
.heading-section {
  padding: 120px 0 110px;
  background: #f6f6f6;
}
.heading-block {
  display: flex;
  justify-content: space-between;
  padding: 39px 0 0;
}
.heading-block h1 {
  width: 49%;
  letter-spacing: -1px;
  margin: 0 10px 10px 0;
}
.heading-block .tags-list {
  width: 48%;
  font-size: 15px;
}
.heading-block .tags-list li a {
  padding: 13px 24px 11px;
  border-radius: 27px;
}
.section-course-programm .accordion-slide {
  padding-bottom: 18px;
}
.section-course-master_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-course-master_visual {
  margin-right: 40px;
  width: 40%;
  flex-shrink: 0;
}
.section-course-master_visual img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section-course {
  padding: 30px 0 0;
}
.section-course_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-course .text-block {
  margin-right: 40px;
}
.section-course .visual-block {
  border: 17px solid #00bfbf;
  border-radius: 50%;
  width: 36%;
  box-sizing: border-box;
}
.section-course h1 {
  margin-bottom: 15px;
}
.section-course p {
  margin-bottom: 30px;
}
.section-course_statistics {
  margin: 0;
  padding: 17px 0 0;
  list-style: none;
  font-size: 0;
}
.section-course_statistics li {
  display: inline-block;
  vertical-align: top;
  font: 18px/30px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
  width: 22%;
  margin: 0 4% 39px 0;
  position: relative;
  padding-left: 75px;
  box-sizing: border-box;
}
.section-course_statistics li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
}
.section-course_statistics li:after {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
}
.section-course_statistics li:nth-child(4n) {
  margin-right: 0;
}
.section-course_statistics li h3 {
  margin-bottom: 0;
}
.section-course-help {
  padding-top: 40px;
}
.section-course-help_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-course-help_visual {
  min-width: 40%;
  position: relative;
  margin-left: 40px;
}
.section-course-help_visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 10px 0;
}
.section-course-help_visual img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.section-marathons_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-marathons_item {
  margin-bottom: 40px;
  padding: 30px 30px 40px;
  background: #fafafa;
  border-radius: 10px;
  width: 48%;
  box-sizing: border-box;
  border: 1px solid transparent;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.section-marathons_item:hover {
  border-color: #00bfbf;
}
.section-marathons h3 a:hover {
  text-decoration: none;
}
.section-marathons .bullet-list {
  margin-bottom: 40px;
}
.section-marathons .visual {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.section-marathons .visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-marathons .visual img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.section-consultation {
  padding: 120px 0;
}
.section-consultation h1 {
  margin-bottom: 40px;
}
.section-consultation .label-row,
.section-consultation .input-row {
  max-width: 482px;
}
.section-consultation .checkbox {
  margin-bottom: 30px;
}
.section-consultation .checkbox label {
  font-size: 15px;
  line-height: 20px;
  color: #003458;
}
.section-consultation .checkbox label:before {
  top: 3px;
}
.section-consultation .checkbox input:checked ~ label {
  color: #003458;
}
.section-consultation .checkbox input:checked ~ label:after {
  top: 5px;
}
.section-consultation .radio-blocks {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.section-consultation .radio-blocks .radiobutton {
  margin: 0 66px 10px 0;
}
.section-partnership {
  padding: 120px 0;
}
.section-partnership .partner-link-row {
  margin-bottom: 40px;
}
.section-partnership_form {
  margin-top: 40px;
  max-width: 600px;
}
.section-partnership .datepicker {
  margin: 0 20px;
}
.section-partnership .date-row {
  margin-bottom: 30px;
}
.section-partnership-container {
  border-bottom: 1px solid #ececec;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.section-content {
  padding: 120px 0 86px;
  max-width: 960px;
}
.num-list-content {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: myCounter;
}
.num-list-content > li {
  list-style: none;
  padding-bottom: 18px;
}
.num-list-content > li h3:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.num-list-content ol {
  margin: 0;
  padding: 0;
  counter-reset: myCounter;
}
.num-list-content ol > li {
  list-style: none;
  padding-bottom: 10px;
}
.num-list-content ol > li:before {
  counter-increment: myCounter;
  content: counters(myCounter, ".") ".";
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.num-list-content ol .bullet-list {
  padding-top: 15px;
}
.bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bullet-list li {
  padding: 0 0 15px 35px;
  position: relative;
}
.bullet-list li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 10px;
  height: 10px;
  background: #00bfbf;
}
.bullet-list li h3 {
  margin-bottom: 15px;
}
.section-about-top .visual {
  position: relative;
  margin-bottom: 60px;
  display: block;
}
.section-about-top .visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-about-top .visual img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section-about-top .container {
  display: flex;
  justify-content: space-between;
}
.section-about-top .container h2 {
  width: 30%;
}
.section-about-top .container .text-block {
  width: 65%;
}
.box-quote {
  padding: 30px 30px 20px 110px;
  border-radius: 10px;
  margin: 0 0 40px;
  background: #f6f6f6 url(../img/ico-quote.svg) no-repeat 42px 46px;
}
.section-links_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.section-links_list_item {
  margin-right: 20px;
}
.section-links_list_item h2 {
  margin: 0;
  height: 100%;
}
.section-links_list_item a {
  display: block;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  background: #00bfbf;
  padding: 37px 25px;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.8);
  border-radius: 10px;
}
.section-links_list_item a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
.section-links_list_item a.purple {
  background: #875cff;
}
.section-links_list_item a.green {
  background: #00b51d;
}
.section-links_list_item a.yellow {
  background: #fcb326;
}
.section-founder {
  display: none;
}
.section-founder .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-founder .visual {
  position: relative;
  display: block;
  max-width: 49.5%;
  margin-right: 40px;
  margin: 0 40px 20px 0;
  flex-shrink: 0;
}
.section-founder .visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-founder .visual img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section-about-bottom .visual {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.section-about-bottom .visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-about-bottom .visual img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section-about-bottom .container {
  display: flex;
  justify-content: space-between;
}
.section-about-bottom .container h2 {
  width: 30%;
}
.section-about-bottom .container .text-block {
  width: 65%;
}
.section-about-bottom .section-about_statistics {
  padding-top: 15px;
}
.section-about-middle {
  display: flex;
  justify-content: space-between;
}
.section-about-middle .visual {
  width: 48.5%;
  position: relative;
}
.section-about-middle .visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-about-middle .visual img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.section-about-middle .text-block {
  width: 48%;
  flex-grow: 0;
}
.section-about-middle .text-block h2 {
  margin-bottom: 10px;
}
.section-about-middle .text-block p {
  margin-bottom: 30px;
}
.section-become-speaker {
  background: #f6f6f6;
  padding: 120px 0;
}
.section-become-speaker .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-become-speaker_visual {
  min-width: 48.5%;
  position: relative;
  margin-right: 40px;
}
.section-become-speaker_visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-become-speaker_visual img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.section-become-speaker_form {
  width: 48%;
  flex-grow: 0;
}
.section-become-speaker_form input,
.section-become-speaker_form textarea,
.section-become-speaker_form select {
  border-color: #ececec;
}
.section-become-speaker_form textarea {
  height: 120px;
}
.section-become-speaker_form .checkbox {
  margin-bottom: 30px;
}
.section-become-speaker_form .checkbox label {
  font-size: 15px;
  line-height: 20px;
  color: #003458;
}
.section-become-speaker_form .checkbox label:before {
  top: 3px;
}
.section-become-speaker_form .checkbox input:checked ~ label {
  color: #003458;
}
.section-become-speaker_form .checkbox input:checked ~ label:after {
  top: 5px;
}
.section-become-speaker_form .input-row select {
  width: 71px;
  margin-right: 10px;
}
.section-intro {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #00bfbf;
  padding: 50px 30px;
  color: #003458;
}
.section-intro .visual-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-intro .visual-block img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-intro:first-child {
  margin-top: 60px;
}
.section-intro.dark .text-block {
  color: #fff;
}
.section-intro.dark:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 52, 88, 0.35), rgba(0, 52, 88, 0.35));
}
.section-intro.yellow {
  background: #fcb326;
}
.section-intro.green {
  background: #00b51d;
}
.section-intro.white-text .text-block {
  color: #fff;
}
.section-intro .text-block {
  max-width: 730px;
  position: relative;
  z-index: 1;
}
.account-page .section-intro .text-block {
  max-width: 585px;
}
.section-intro .text-block h2 {
  margin-bottom: 18px;
}
.section-intro .text-block .btn {
  margin-top: 20px;
}
.section-intro .text-block .btn + .text-small {
  margin: 10px 0 0;
}
.section-intro .text-block p {
  max-width: 670px;
}
.section-intro .text-block .price {
  margin-bottom: 0;
}
.section-intro .text-block .price .old-price {
  display: inline-block;
}
.section-intro .bullet-list li:before {
  background: #fff;
}
.section-blocked_box {
  border: 2px solid #ff0000;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.8);
  padding: 37px 200px 39px 40px;
  position: relative;
}
.section-blocked_box::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 35px;
  width: 120px;
  height: 120px;
  background: url(../img/ico-lock-red.svg) no-repeat 50% 0;
}
.section-blocked_box .text-block {
  max-width: 830px;
}
.section-blocked_box h3 {
  color: #ff0000;
  margin-bottom: 15px;
}
.section-your-marathons {
  padding-top: 60px;
}
.section-your-marathons h1 {
  margin-bottom: 40px;
}
.section-cources .slick-slide {
  width: 430px;
}
.section-cources_list:not(.slider-fluid) {
  display: flex;
  flex-wrap: wrap;
}
.section-cources_list:not(.slider-fluid) > div {
  width: 31.5%;
  margin: 0 2.5% 40px 0;
}
.section-cources_list:not(.slider-fluid) > div:nth-child(3n) {
  margin-right: 0;
}
.section-cources_list .slick-list {
  padding-bottom: 40px;
}
.section-cources_list_item {
  border-radius: 10px;
  padding: 25px 25px 20px;
  color: #003458;
  box-sizing: border-box;
  border: 1px solid #00bfbf;
  display: flex;
  align-items: flex-start;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.8);
  height: 100%;
}
.section-cources_list_item:active,
.section-cources_list_item:hover {
  text-decoration: none;
  color: #003458;
}
.section-cources_list_item .visual {
  border-radius: 50%;
  display: block;
  margin: 20px 0 0 20px;
  max-width: 130px;
}
.section-cources_list_item.light-blue {
  border-color: #20c6ee;
}
.section-cources_list_item.light-blue:hover {
  border-color: #4dc1de;
}
.section-cources_list_item.red {
  border-color: #ff0000;
}
.section-cources_list_item.red:hover {
  border-color: #ea3737;
}
.section-cources_list_item.purple {
  border-color: #875cff;
}
.section-cources_list_item.purple:hover {
  border-color: #875cff;
}
.section-cources_list_item.pink {
  border-color: #fa5792;
}
.section-cources_list_item.pink:hover {
  border-color: #e6749d;
}
.section-cources_list_item.blue {
  border-color: #327ce7;
}
.section-cources_list_item.blue:hover {
  border-color: #5a8ed9;
}
.section-cources_list_item.yellow {
  border-color: #fcb326;
}
.section-cources_list_item.yellow:hover {
  border-color: #fdca67;
}
.section-cources_list_item.green {
  border-color: #00b51d;
}
.section-cources_list_item.green:hover {
  border-color: #4ccb61;
}
.section-cources_list_item.light-green {
  border-color: #64e24f;
}
.section-cources_list_item.light-green:hover {
  border-color: #7dd56e;
}
.section-cources_list_info {
  padding-bottom: 10px;
}
.section-cources_list_info_name {
  color: #fff;
  width: 18px;
  height: 19px;
  background: #00bfbf;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  padding: 1px 1px 0;
  font-weight: 700;
}
.red .section-cources_list_info_name {
  background: #ff0000;
}
.light-blue .section-cources_list_info_name {
  background: #20c6ee;
}
.blue .section-cources_list_info_name {
  background: #327ce7;
}
.purple .section-cources_list_info_name {
  background: #875cff;
}
.pink .section-cources_list_info_name {
  background: #fa5792;
}
.yellow .section-cources_list_info_name {
  background: #fcb326;
}
.green .section-cources_list_info_name {
  background: #00b51d;
}
.light-green .section-cources_list_info_name {
  background: #64e24f;
}
.section-cources_list_info_master {
  margin: 0 21px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.section-cources_title {
  display: block;
  font-size: 24px;
}
.section-video > .tags {
  padding: 0 0 30px;
  font-size: 16px;
}
.section-video > .tags li {
  margin-right: 12px;
}
.section-video > .tags li a {
  padding: 11px 30px;
}
.section-video .text-block {
  margin: -25px 0 40px;
  max-width: 610px;
}
.section-video_list {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  font-size: 0;
}
.section-video_list_item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0 3.5% 20px 0;
  font-size: 18px;
}
.section-video_list_item:nth-child(3n) {
  margin-right: 0;
}
.section-video_list_item.disabled {
  cursor: default;
}
.section-video_list_item.disabled .section-video_list_link-box {
  cursor: default;
}
.section-video_list_item.disabled img {
  filter: grayscale(0.9);
}
.section-video_list_item.disabled .ico-play {
  background-color: #ececec !important;
}
.section-video_list_item.blocked .section-video_list_link-box {
  cursor: default;
}
.section-video_list_item.blocked .section-video_list_link-box:before {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
}
.section-video_list_item.blocked .text-blocked {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 47px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  background: url(../img/ico-lock.svg) no-repeat 50% 0;
}
.section-video_list h3 {
  margin-bottom: 19px;
}
.section-video_list h3 a {
  color: #003458;
}
.section-video_list_link-box {
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.section-video_list_link-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 52, 88, 0.35), rgba(0, 52, 88, 0.35));
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.section-video_list_link-box.active:after {
  opacity: 1;
}
.section-video_list_link-box.active .btn {
  opacity: 1;
  z-index: 1;
}
.section-video_list_link-box img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section-video_list_link-box .btn {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section-video_list_link-box .status {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 5px 6px 20px;
  background: #fff;
  font-size: 10px;
  line-height: 16px;
  color: #003458;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.3);
}
.section-video_list_link-box .status.green:after {
  background: #00b51d;
}
.section-video_list_link-box .status:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  content: "";
  left: 6px;
  top: 10px;
}
.section-video_list_link-box .ico-play {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
  background: #00bfbf;
}
.section-video_list_link-box .ico-play.video-online {
  background: #00bfbf url(../img/ico-play.svg) no-repeat 0 50%;
}
.section-video_list_link-box .ico-play:hover {
  background-color: #65cece;
}
.section-video_list_link-box.centered .ico-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}
.section-video_list_info {
  padding-bottom: 10px;
}
.section-video_list_info_name {
  color: #fff;
  width: 18px;
  height: 19px;
  background: #00bfbf;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  padding: 1px 1px 0;
  font-weight: 700;
}
.section-video_list_info_master {
  margin: 0 21px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.section-video_list_info_date {
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico-calendar.svg) no-repeat 0 0;
}
.section-for-you_text {
  max-width: 860px;
}
.section-for-you_text h2 {
  margin-bottom: 10px;
}
.section-for-you_text p {
  margin-bottom: 30px;
}
.section-for-you_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-for-you_list > li {
  width: 31%;
  margin: 0 3.5% 39px 0;
  font-size: 18px;
  background: #f6f6f6;
  position: relative;
  padding: 110px 30px 22px;
  box-sizing: border-box;
  border-radius: 10px;
}
.section-for-you_list > li:before {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
}
.section-for-you_list > li:after {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 20px;
  height: 20px;
  content: "";
  background: #f6f6f6;
}
.section-for-you_list > li:nth-child(3n) {
  margin-right: 0;
}
.section-for-you_list.wide > li {
  width: 48%;
  margin: 0 4% 39px 0;
  padding-bottom: 60px;
}
.section-for-you_list.wide > li:nth-child(3n) {
  margin-right: 4%;
}
.section-for-you_list.wide > li:nth-child(2n) {
  margin-right: 0;
}
.section-for-you_list_small > li {
  padding: 20px 20px 30px 60px;
}
.section-for-you_list_small > li:before {
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
}
.section-for-you_list_small > li:after {
  top: 30px;
  left: 30px;
  width: 10px;
  height: 10px;
}
.section-for-you_list.circle > li {
  padding: 70px 30px 24px;
}
.section-for-you_list.circle > li:before {
  top: 25px;
  left: 30px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}
.section-for-you_list.circle > li:after {
  top: 32px;
  left: 37px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.section-testimonials_list {
  margin: 0;
  padding: 0 0 11px;
  list-style: none;
}
.section-testimonials_list_item {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #f6f6f6;
  display: flex;
  align-items: flex-start;
  padding: 60px 60px 140px;
  position: relative;
}
.section-testimonials_list_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.section-testimonials_list_item:nth-child(2n):before {
  right: auto;
  left: 60px;
}
.section-testimonials_list_item:nth-child(2n) .visual {
  margin: 0 0 0 30px;
}
.section-testimonials_list_item:before {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
  content: "";
  background: url(../img/ico-testimonial.svg) no-repeat 0 0;
}
.section-testimonials_list_item .visual {
  border: 2px solid #00bfbf;
  border-radius: 50%;
  margin-right: 30px;
  width: 150px;
  flex-shrink: 0;
}
.section-testimonials_list_item .visual img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.section-faq_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  color: #fff;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-faq_list_item {
  width: 31%;
  margin-bottom: 40px;
  padding: 30px 20px 60px;
  box-sizing: border-box;
  background: #00bfbf url(../img/ico-faq.svg) no-repeat 100% 100%;
}
.section-faq_list_item h3 {
  margin-bottom: 13px;
}
.section-faq_list_item.pink {
  background-color: #fa5792;
}
.section-faq_list_item.yellow {
  background-color: #fcb326;
}
.section-faq_list_item.blue {
  background-color: #327ce7;
}
.section-faq_list_item.light-blue {
  background-color: #20c6ee;
}
.section-faq_list_item.green {
  background-color: #00b51d;
}
.section-about_container {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start;
}
.section-about_visual {
  margin-right: 40px;
  display: inline-block;
  position: relative;
  min-width: 39.5%;
}
.section-about_visual_caption {
  background: #fafafa;
  padding: 10px 100px 15px 20px;
  font-size: 15px;
  line-height: 20px;
  color: #8b90a0;
  position: relative;
}
.section-about_visual_caption .name {
  color: #003458;
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.section-about_visual_caption:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  top: 0;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 10px 0;
  z-index: 2;
}
.section-about_visual img {
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
}
.section-about .btn {
  margin-top: 14px;
}
.section-about_statistics {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.section-about_statistics li {
  display: inline-block;
  vertical-align: top;
  font: 25px/30px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
  width: 22%;
  margin: 0 4% 39px 0;
}
.section-about_statistics li:nth-child(4n) {
  margin-right: 0;
}
.section-about_statistics li .qty {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #00bfbf;
}
.section-reasons {
  align-items: flex-start;
  display: flex;
}
.section-reasons_visual {
  position: relative;
  display: inline-block;
  min-width: 39%;
  max-width: 39%;
}
.section-reasons_visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 10px 0;
  z-index: 2;
}
.section-reasons_visual img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.section-reasons_text {
  margin-right: 30px;
}
.section-themes_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-themes_list li {
  width: 31%;
  margin: 0 3.5% 39px 0;
  font-size: 18px;
  background: #f6f6f6;
  position: relative;
  padding: 30px 30px 138px;
  box-sizing: border-box;
  border-radius: 10px;
}
.section-themes_list li:nth-child(3n) {
  margin-right: 0;
}
.section-themes_list li img {
  display: block;
  margin: 15px 0 17px;
  width: 100%;
  border-radius: 5px;
}
.section-themes_list_tag {
  font: 25px/30px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
.section-themes_list_more {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.section-themes-colored_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-themes-colored_list > li {
  width: 31%;
  margin: 0 3.5% 39px 0;
  font-size: 18px;
  position: relative;
  padding: 30px 30px 138px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #00bfbf;
}
.section-themes-colored_list > li:nth-child(3n) {
  margin-right: 0;
}
.section-themes-colored_list > li img {
  display: block;
  margin: 15px 0 17px;
  width: 100%;
  border-radius: 5px;
}
.section-themes-colored_list > li.item-yellow {
  border-color: #fcb326;
}
.section-themes-colored_list > li.item-yellow a {
  color: #fcb326;
}
.section-themes-colored_list > li.item-pink {
  border-color: #fa5792;
}
.section-themes-colored_list > li.item-pink a {
  color: #fa5792;
}
.section-themes-colored_list > li.item-light-green {
  border-color: #64e24f;
}
.section-themes-colored_list > li.item-light-green a {
  color: #64e24f;
}
.section-themes-colored_list > li.item-blue {
  border-color: #327ce7;
}
.section-themes-colored_list > li.item-blue a {
  color: #327ce7;
}
.section-themes-colored_list > li.item-purple {
  border-color: #875cff;
}
.section-themes-colored_list > li.item-purple a {
  color: #875cff;
}
.section-themes-colored_list > li.item-light-blue {
  border-color: #20c6ee;
}
.section-themes-colored_list > li.item-light-blue a {
  color: #20c6ee;
}
.section-themes-colored_list > li.item-red {
  border-color: #ff0000;
}
.section-themes-colored_list > li.item-red a {
  color: #ff0000;
}
.section-themes-colored_list > li.item-green {
  border-color: #00b51d;
}
.section-themes-colored_list > li.item-green a {
  color: #00b51d;
}
.section-themes-colored_list_tag {
  font: 25px/30px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
.section-themes-colored_list_more {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.section-features {
  padding: 40px 0 80px;
}
.section-features_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-features_list li {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 48%;
  margin: 0 4% 39px 0;
  background: #00bfbf;
  border-radius: 10px;
  padding: 30px 190px 40px 30px;
  box-sizing: border-box;
  letter-spacing: -0.3px;
  font: 25px/30px 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
.section-features_list li:nth-child(2n) {
  margin-right: 0;
}
.section-features_list li img {
  position: absolute;
  right: -22px;
  border-radius: 50%;
  top: -49px;
}
.section-plans {
  background: #f6f6f6;
  padding: 120px 0 120px;
}
.section-plans .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-plans .visual-block {
  width: 48.5%;
  position: relative;
}
.section-plans .visual-block:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-plans .visual-block img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.section-plans .text-block {
  width: 48%;
}
.section-plans .text-block h2 {
  margin-bottom: 18px;
}
.section-masters {
  padding: 120px 0 80px;
  background: #f6f6f6;
}
.section-masters_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.section-masters_list_item {
  font-size: 18px;
  width: 22%;
  margin: 0 4% 60px 0;
  position: relative;
}
.section-masters_list_item:nth-child(4n) {
  margin-right: 0;
}
.section-masters_list_item .bottom-link {
  position: absolute;
  bottom: 0;
}
.section-masters_list_visual {
  position: relative;
  margin-bottom: 35px;
  border-radius: 5px;
}
.section-masters_list_visual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 5px 0;
}
.section-masters_list_visual img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.section-masters_list p {
  margin-bottom: 35px;
}
.section-social {
  background: #f6f6f6;
  padding: 120px 0 100px;
}
.section-social_list {
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
}
.section-social_list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 20px 0;
}
.section-social_list li .btn .icon {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  margin: 2px 5px 0 0;
  background: #00bfbf url(../img/ico-instagram.svg) no-repeat 50% 50%;
  border-radius: 5px;
}
.section-social_list li .btn .icon.vk {
  background-image: url(../img/ico-vk.svg);
}
.section-social_list li .btn .icon.youtube {
  background-image: url(../img/ico-youtube.svg);
}
.section-social_list li .btn .icon.twitter {
  background-image: url(../img/ico-twitter.svg);
}
.section-social_list li .btn .icon.facebook {
  background-image: url(../img/ico-facebook.svg);
}
.section-social_list li .btn .icon.chrome {
  background-image: url(../img/ico-chrome.svg);
}
.section-social_list li .btn:hover .icon {
  background-color: #65cece;
}
.section-useful-articles_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-useful-articles_list > li {
  display: flex;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 40px;
}
.section-useful-articles_list > li .visual {
  margin-right: 2%;
  width: 32%;
}
.section-useful-articles_list > li .visual img {
  border-radius: 10px;
  display: block;
  width: 100%;
  max-width: 340px;
}
.section-useful-articles_list > li .date {
  color: #8b90a0;
  margin-bottom: 30px;
}
.section-useful-articles_list > li .text-block {
  width: 66%;
}
.section-useful-articles_list .info-row {
  display: flex;
  padding-top: 13px;
  justify-content: space-between;
}
.section-subscribe h2 {
  margin-bottom: 20px;
}
.section-subscribe_list {
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-subscribe_list li {
  position: relative;
  overflow: hidden;
  width: 48%;
  margin: 0 4% 39px 0;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 40px 30px 107px;
  box-sizing: border-box;
  letter-spacing: -0.3px;
}
.section-subscribe_list li:nth-child(2n) {
  margin-right: 0;
}
.section-subscribe_list_heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 11px;
}
.section-subscribe_list_heading_title {
  width: 60%;
  margin-right: 20px;
  display: block;
}
.section-subscribe_list_heading_duration {
  color: #00bfbf;
  font-size: 25px;
  line-height: 30px;
  border: 2px solid #003458;
  padding: 13px 40px;
  border-radius: 27px;
  display: inline-block;
  white-space: nowrap;
}
.section-subscribe_list_price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
  text-align: right;
  font-size: 18px;
}
.section-subscribe_list_price_title {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0;
  color: #05043A;
}
.section-subscribe_list .buttons-row {
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-subscribe_list .buttons-row .btn.success {
  padding-left: 15px;
  padding-right: 15px;
}
.section-subscribe .text-bottom {
  max-width: 760px;
}
.main-price {
  color: #00bfbf;
  font-size: 40px;
  line-height: 50px;
  display: block;
}
.old-price {
  color: #8b90a0;
  display: block;
  min-height: 30px;
  margin-top: 9px;
}
.footer {
  background: #f6f6f6;
  padding: 60px 0;
}
.footer .row {
  display: flex;
  justify-content: space-between;
}
.footer_logo-column {
  width: 28%;
}
.footer .logo {
  margin-bottom: 24px;
}
.footer_nav-column {
  width: 32%;
  margin-left: 2%;
}
.footer_nav-column_title {
  color: #8b90a0;
  margin-bottom: 20px;
  font-weight: normal;
}
.footer_nav-column_nav {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  min-height: 165px;
}
.footer_nav-column_nav li {
  margin-bottom: 5px;
}
.footer_nav-column_nav a {
  color: #003458;
}
.footer .block-support {
  display: flex;
  align-items: center;
}
.footer .block-support_icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .block-support_icons li {
  margin-left: 5px;
}
.footer .block-support_icons li a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 5px;
  background: #00bfbf url(../img/ico-telegram.svg) no-repeat 50% 50%;
}
.footer .block-support_icons li a.whatsapp {
  background-image: url(../img/ico-whatsapp.svg);
}
.footer .block-support_icons li a.instagram {
  background-image: url(../img/ico-instagram.svg);
}
.footer .block-support_icons li a.email {
  background-image: url(../img/ico-email.svg);
}
.footer .block-support_icons li a.viber {
  background-image: url(../img/ico-viber.svg);
}
.footer .block-support_icons li a:hover {
  background-color: #65cece;
}
.footer_login {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  color: #003458;
  position: relative;
}
.footer_login:before,
.footer_login:after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  border-radius: 5px;
  background: #00bfbf;
  width: 25px;
  height: 25px;
}
.footer_login:hover {
  text-decoration: none;
}
.footer_login:hover:before {
  background-color: #65cece;
}
.footer_login:after {
  background: url(../img/ico-profile-white.svg) no-repeat 50% 50%;
}
.footer_sign-out {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  color: #003458;
  position: relative;
}
.footer_sign-out:before,
.footer_sign-out:after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  border-radius: 5px;
  background: #00bfbf;
  width: 25px;
  height: 25px;
}
.footer_sign-out:hover {
  text-decoration: none;
}
.footer_sign-out:hover:before {
  background-color: #65cece;
}
.footer_sign-out:after {
  background: url(../img/ico-sign-out-footer.svg) no-repeat 63% 50%;
}
.tabs-nav {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}
.tabs-nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
.tabs-nav li:first-child {
  margin-left: 0;
}
.tabs-nav li a {
  display: block;
  color: #8b90a0;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.tabs-nav li a:hover {
  color: #65cece;
  text-decoration: none;
}
.tabs-nav li a.active {
  color: #003458;
  border-color: #00bfbf;
}
.section-schedule .form-filter {
  margin-bottom: 27px;
}
.bottom-panel {
  padding: 40px 0;
}
.bottom-panel .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-panel_icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-panel_icons li {
  margin-left: 5px;
}
.bottom-panel_icons li a {
  display: block;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #003458;
  padding: 8px;
}
.bottom-panel_icons li a.instagram {
  background: url(../img/ico-instagram-dark.svg) no-repeat 50% 50%;
}
.bottom-panel_icons li a.youtube {
  background: url(../img/ico-youtube-dark.svg) no-repeat 50% 50%;
}
.bottom-panel_icons li a.vkontakte {
  background: url(../img/ico-vkontakte-dark.svg) no-repeat 50% 50%;
}
.bottom-panel_icons li a.telegram {
  background: url(../img/ico-telegram-dark.svg) no-repeat 50% 50%;
}
.bottom-panel_icons li a.facebook {
  background: url(../img/ico-facebook-dark.svg) no-repeat 50% 50%;
}
.bottom-panel_icons li a.zen-yandex {
  background: url(../img/ico-zen-yandex-dark.svg) no-repeat 50% 50%;
}
.bottom-panel_icons li a:hover {
  border-color: #65cece;
}
.desktop-hidden {
  display: none;
}
.top-block {
  background: #f6f6f6;
  padding: 120px 0 100px;
}
.top-block-lesson {
  padding: 60px 0 50px;
}
.top-block-lesson .text-block {
  margin-top: 90px;
}
.top-block-lesson .lesson_speaker {
  margin-bottom: 12px;
}
.top-block-lesson .lesson_speaker img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.top-block .row {
  display: flex;
  justify-content: space-between;
}
.top-block h1 {
  width: 45%;
}
.top-block .text-block {
  width: 49%;
}
.top-block .title-block {
  width: 45%;
}
.top-block .title-block h1 {
  width: auto;
}
.theme-heading-block .tags-list {
  font-size: 15px;
}
.theme-heading-block .tags-list li a {
  padding: 15px 24px 14px;
  border-radius: 27px;
}
.top-block-visual {
  background: #f6f6f6;
  padding: 120px 0;
}
.top-block-visual .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.top-block-visual .visual-block {
  width: 48.5%;
  position: relative;
}
.top-block-visual .visual-block:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #00bfbf;
  border-radius: 0 0 10px 0;
}
.top-block-visual .visual-block img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.top-block-visual .text-block {
  width: 48%;
}
.top-block-visual .text-block h1 {
  margin-bottom: 15px;
}
.top-block-visual .text-block p {
  margin-bottom: 30px;
}
.form-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 65px;
  position: relative;
  z-index: 4;
}
.form-filter .block-filter {
  display: flex;
}
.form-filter .block-filter_title {
  white-space: nowrap;
}
.form-filter .block-filter_slider {
  display: flex;
}
.form-filter .block-filter_list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
}
.form-filter .block-filter_list_item {
  position: relative;
  margin-right: 14px;
}
.form-filter .block-filter_list_item.popup-active .block-filter_list_opener {
  color: #003458;
}
.form-filter .block-filter_list_item.popup-active .block-filter_list_opener:after {
  background-image: url(../img/arrow-opener-opened.svg);
}
.form-filter .block-filter_list_item.active .block-filter_list_opener {
  color: #00bfbf;
}
.form-filter .block-filter_list_item.active .block-filter_list_opener:after {
  background-image: url(../img/arrow-opener-opened.svg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-filter .block-filter_list_item.active.slide-active .block-filter_list_opener:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.form-filter .block-filter_list_item.disabled .block-filter_list_opener {
  color: #ececec;
}
.form-filter .block-filter_list_item.disabled .block-filter_list_opener:after {
  background-image: url(../img/arrow-opener-disabled.svg);
}
.form-filter .block-filter_list_opener {
  color: #8b90a0;
  display: inline-block;
  padding-right: 25px;
  font-size: 15px;
  position: relative;
}
.form-filter .block-filter_list_opener:after {
  content: "";
  width: 13px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url(../img/arrow-opener.svg) no-repeat 100% 50%;
}
.form-filter .block-filter_list_opener:hover {
  text-decoration: none;
  color: #65cece;
}
.form-filter .block-filter_list_opener:hover:after {
  background-image: url(../img/arrow-opener-hover.svg);
}
.form-filter .block-filter_list_popup {
  margin: 12px 0 0;
  padding: 25px;
  list-style: none;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: -24px;
  display: none;
}
.form-filter .block-filter_list_popup li {
  margin-bottom: 20px;
}
.form-filter .block-filter_list_popup li:last-child {
  margin-bottom: 0;
}
.block-controls {
  position: relative;
  display: flex;
  z-index: 2;
  margin-top: 2px;
}
.block-controls_popup {
  background: #fff;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 12px 0 0;
  width: 350px;
  display: none;
}
.block-controls .block-sort {
  position: relative;
  margin: 0 10px;
}
.block-controls .block-sort_opener {
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ico-sort.svg) no-repeat 50% 50%;
}
.block-controls .block-sort.popup-active .block-sort_opener {
  background-image: url(../img/ico-sort-active.svg);
}
.block-controls .block-sort_popup {
  padding: 20px;
  list-style: none;
  margin: 0;
  width: 240px;
}
.block-controls .block-sort_popup li {
  margin-top: 20px;
}
.block-controls .block-sort_popup li:first-child {
  margin-top: 0;
}
.block-controls .block-sort_popup li a {
  color: #8b90a0;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  background: url(../img/ico-sort.svg) no-repeat 0 6px;
}
.block-controls .block-sort_popup li a.block-sort_popup_desc {
  background-image: url(../img/ico-sort-desc.svg);
}
.block-search_opener {
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ico-search.svg) no-repeat 50% 50%;
}
.block-search.popup-active .block-search_opener {
  background-image: url(../img/ico-search-active.svg);
}
.block-search .search-input {
  position: relative;
}
.block-search .search-input input {
  outline: none;
  font-size: 18px;
  padding: 10px 55px 10px 20px;
  border-width: 0 0 1px;
  border-radius: 0;
}
.block-search .search-input .ico-remove {
  width: 10px;
  height: 10px;
  background: url(../img/ico-close-gray.svg) no-repeat 50% 50%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 25px;
}
.block-search .no-results {
  font-size: 15px;
  line-height: 20px;
  color: #8b90a0;
  padding: 62px 10px;
  text-align: center;
}
.block-search_suggestions {
  margin: 0;
  padding: 18px 0;
  list-style: none;
}
.block-search_suggestions li a {
  display: flex;
  padding: 7px 20px;
  align-items: center;
  color: #003458;
}
.block-search_suggestions li a img {
  display: block;
  margin-right: 15px;
  border-radius: 7px;
}
.checkbox label {
  position: relative;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}
.checkbox label:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #00bfbf;
}
.checkbox label:hover {
  color: #65cece;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked ~ label {
  color: #00bfbf;
}
.checkbox input:checked ~ label:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 2px;
  height: 10px;
  width: 14px;
  background: url(../img/ico-tick.svg) no-repeat 50% 50%;
}
.checkbox input:disabled ~ label {
  color: #ececec;
}
.checkbox input:disabled ~ label:before {
  border-color: #ececec;
}
.radiobutton label {
  position: relative;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.radiobutton label:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #00bfbf;
}
.radiobutton label:hover {
  color: #65cece;
}
.radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radiobutton input:checked ~ label {
  color: #00bfbf;
}
.radiobutton input:checked ~ label:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 5px;
  height: 5px;
  width: 5px;
  background: #00bfbf;
}
.radiobutton input:disabled ~ label {
  color: #ececec;
}
.radiobutton input:disabled ~ label:before {
  border-color: #ececec;
}
.label-row {
  margin-bottom: 10px;
}
.label-row .tooltip-holder {
  margin: 0 10px 0 6px;
}
.section-login {
  padding: 60px 0 120px;
  display: flex;
  flex-direction: row-reverse;
}
.section-login .form-column {
  padding-left: 2%;
  width: 48%;
}
.section-login .form-column:last-child {
  padding: 0 2% 0 0;
  border-right: 1px solid #00bfbf;
}
.section-login p {
  margin-bottom: 29px;
}
.section-login .input-row select {
  width: 71px;
  margin-right: 10px;
}
.section-login .btn {
  width: 100%;
  margin-bottom: 10px;
}
.section-login .input-row .btn {
  margin: 0;
  width: auto;
  flex-grow: 1;
}
.section-login .social-login {
  text-align: center;
  margin-bottom: 30px;
}
.section-login .social-login:last-child {
  margin-bottom: 0;
}
.section-login .checkbox {
  margin-bottom: 30px;
}
.section-login .checkbox label {
  font-size: 15px;
  line-height: 20px;
  color: #003458;
}
.section-login .checkbox label:before {
  top: 3px;
}
.section-login .checkbox input:checked ~ label {
  color: #003458;
}
.section-login .checkbox input:checked ~ label:after {
  top: 5px;
}
.section-login-lesson {
  padding: 60px 0 120px;
}
.section-login-lesson .tags {
  font-size: 16px;
  margin-bottom: 50px;
}
.section-login-lesson .tags li a {
  padding: 11px 30px 10px;
  border-radius: 27px;
}
.section-login-lesson .container {
  display: flex;
  justify-content: space-between;
}
.section-login-lesson .form-column {
  width: 48%;
}
.section-login-lesson .form-column .checkbox {
  margin-bottom: 30px;
}
.section-login-lesson .form-column .checkbox label {
  font-size: 15px;
  line-height: 20px;
  color: #003458;
}
.section-login-lesson .form-column .checkbox label:before {
  top: 3px;
}
.section-login-lesson .form-column .checkbox input:checked ~ label {
  color: #003458;
}
.section-login-lesson .form-column .checkbox input:checked ~ label:after {
  top: 5px;
}
.lesson h2 {
  margin-bottom: 60px;
}
.lesson_date {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0 10px 60px;
}
.lesson_date:after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #00bfbf;
  border-radius: 5px;
  background: url(../img/ico-play-green.svg) no-repeat 0 50%;
}
.lesson_speaker {
  display: flex;
  align-items: center;
}
.lesson_speaker img {
  border: 1px solid #00bfbf;
  border-radius: 5px;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
.tooltip-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.tooltip-holder:hover .tooltip-popup {
  display: block;
}
.tooltip-holder .tooltip-icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: block;
  text-indent: -9999px;
  margin-top: 5px;
  cursor: pointer;
  background: #f6f6f6 url(../img/ico-info.svg) no-repeat 50% 50%;
}
.tooltip-holder .tooltip-popup {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 6px;
  width: 250px;
  font-size: 15px;
  line-height: 20px;
  display: none;
}
.tooltip-holder .tooltip-popup_box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.3);
  padding: 20px 20px 12px;
}
.tooltip-holder .tooltip-popup_title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans Display', Arial, Helvetica, Verdana, sans-serif;
}
.ico-show-pass {
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url(../img/ico-show.svg) no-repeat 50% 50%;
}
.ico-show-pass.hide {
  background-image: url(../img/ico-hide.svg);
}
.list-completed {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-completed li {
  padding: 0 0 9px 26px;
  background: url(../img/ico-cross.svg) no-repeat 0 2px;
}
.list-completed li.completed {
  background: url(../img/ico-tick-green.svg) no-repeat 0 5px;
}
.section-payment {
  display: flex;
}
.section-payment .visual-block {
  margin-left: 40px;
}
.section-payment .visual-block img {
  display: block;
}
.section-payment .bullet-list {
  margin-bottom: 40px;
}
.section-payment .text-gray {
  text-align: center;
}
.section-payment .button-row {
  margin-bottom: 15px;
}
.section-payment .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}
.section-payment .price-row h3 {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  font-weight: bold;
}
.section-payment .price-row .old-price {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin: 0;
}
.text-gray {
  margin-bottom: 27px;
  color: #8b90a0;
}
.payment-icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.payment-icons li {
  margin: 0 10px;
}
.payment-icons li img {
  display: block;
}
.section-forgot-password {
  display: flex;
  padding: 120px 0;
  justify-content: space-between;
}
.section-forgot-password h1 {
  width: 45%;
  margin-right: 10%;
}
.section-forgot-password .form-forgot-password {
  width: 48%;
}
.section-single {
  display: flex;
  padding: 30px 0 0;
  flex-direction: row-reverse;
  align-items: center;
}
.section-single .visual-block {
  width: 55%;
  margin-left: 20px;
}
.section-single .visual-block img {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
.section-single .text-block {
  text-align: center;
  width: 45%;
}
.section-single .text-block .button-row {
  margin-bottom: 0;
}
.section-master {
  padding: 30px 0 0;
}
.section-master .video-block {
  padding-bottom: 20px;
}
.section-master .video-block_placeholder {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.section-master .video-block_placeholder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-radius: 10px;
  /*background: linear-gradient(0deg, rgba(0, 52, 88, 0.35), rgba(0, 52, 88, 0.35));*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.section-master .video-block img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section-master .video-block .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background: #00bfbf url(../img/ico-play.svg) no-repeat 0 50%;
}
.section-master .video-block .ico-play:hover {
  background-color: #65cece;
}
.section-master .title-block {
  margin-bottom: 20px;
}
.section-master .title-block h1 {
  margin-bottom: 20px;
}
.section-master .title-block .tags {
  margin-bottom: 10px;
}
.section-master .section-about_statistics {
  padding: 23px 0 0;
}
.section-master .section-about_statistics li {
  width: 48%;
}
.section-master .section-about_statistics li:last-child {
  margin-right: 0;
}
.section-master .section-about_statistics li .qty {
  font-size: 35px;
  line-height: 40px;
}
.tabs-block {
  display: none;
}
.tabs-block.active {
  display: block;
}
.section-manage-subscribe {
  max-width: 800px;
  font-size: 16px;
  line-height: 27px;
  padding: 127px 0 120px;
}
.section-manage-subscribe h1 {
  margin-bottom: 40px;
}
.section-manage-subscribe p {
  margin-bottom: 30px;
}
.section-manage-subscribe_info {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.section-manage-subscribe_info li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.section-manage-subscribe .btn {
  min-width: 280px;
  margin-bottom: 30px;
}
.theme-yellow .section-masters_list_visual:after,
.theme-yellow .section-for-you_list li:before,
.theme-yellow .top-block-visual .visual-block:after {
  background: #fcb326;
}
.theme-yellow .theme-heading-block .tags-list li a {
  border-color: #fcb326;
}
.theme-pink .section-masters_list_visual:after,
.theme-pink .section-for-you_list li:before,
.theme-pink .top-block-visual .visual-block:after {
  background: #fa5792;
}
.theme-pink .theme-heading-block .tags-list li a {
  border-color: #fa5792;
}
.theme-light-green .section-masters_list_visual:after,
.theme-light-green .section-for-you_list li:before,
.theme-light-green .top-block-visual .visual-block:after {
  background: #64e24f;
}
.theme-light-green .theme-heading-block .tags-list li a {
  border-color: #64e24f;
}
.theme-blue .section-masters_list_visual:after,
.theme-blue .section-for-you_list li:before,
.theme-blue .top-block-visual .visual-block:after {
  background: #327ce7;
}
.theme-blue .theme-heading-block .tags-list li a {
  border-color: #327ce7;
}
.theme-purple .section-masters_list_visual:after,
.theme-purple .section-for-you_list li:before,
.theme-purple .top-block-visual .visual-block:after {
  background: #875cff;
}
.theme-purple .theme-heading-block .tags-list li a {
  border-color: #875cff;
}
.theme-light-blue .section-masters_list_visual:after,
.theme-light-blue .section-for-you_list li:before,
.theme-light-blue .top-block-visual .visual-block:after {
  background: #20c6ee;
}
.theme-light-blue .theme-heading-block .tags-list li a {
  border-color: #20c6ee;
}
.fancybox {
  max-width: 760px;
  display: none;
  background: #fff;
  text-align: center;
  padding: 75px 30px 60px;
  border-radius: 6px;
  box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.3);
}
.fancybox .fancybox-close-small {
  top: 20px;
  right: 30px;
  background: url(../img/ico-close.svg) no-repeat 50% 50%;
}
.fancybox .fancybox-close-small svg {
  display: none;
}
.fancybox h2 {
  margin-bottom: 15px;
}
.fancybox .num-list-fancybox {
  text-align: left;
  padding: 0 0 0 18px;
}
.fancybox .num-list-fancybox li {
  margin-bottom: 15px;
}
.fancybox .button-row {
  margin-bottom: 15px;
}
.fancybox-bg {
  background: #ececec;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
  .w1 {
    padding-top: 65px;
  }
  .tabs-block-mobile {
    display: none;
  }
  .tabs-block-mobile.active {
    display: block;
  }
  .row,
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    font-size: 16px;
    line-height: 30px;
    padding: 9px 20px 12px;
  }
  .header_right-bar {
    display: flex;
    align-items: center;
  }
  .header .logo {
    width: 105px;
    height: 30px;
    background-size: 105px 30px;
  }
  .header_nav {
    position: absolute;
    top: 100%;
    width: 100%;
    border: 0;
    background: #fff;
    left: 0;
    margin-left: 0;
    text-align: center;
  }
  .header_nav ul {
    display: block;
    padding: 45px 30px;
  }
  .header_nav ul li {
    margin-top: 15px;
  }
  .header_nav ul li.has-drop-down.active .drop-down-menu {
    height: auto;
    overflow: visible;
  }
  .header_nav ul li:first-child {
    margin-top: 0;
  }
  .header_my-account {
    margin-top: 3px;
    color: #003458;
    background-image: url(../img/ico-my-account-gray.svg);
  }
  .header .drop-down-menu {
    position: static;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
  }
  .header .drop-down-menu .bullet-list {
    text-align: left;
    text-transform: none;
  }
  .header .drop-down-menu .bullet-list li {
    padding-bottom: 0;
  }
  .desktop-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .menu-opener {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    outline: none;
    overflow: hidden;
    margin-left: 31px;
    background: url(../img/nav-btn.svg) no-repeat 50% 60%;
  }
  .nav-active .menu-opener {
    background-image: url(../img/ico-close.svg);
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  h2 {
    margin: 0 0 30px;
    font-size: 35px;
    line-height: 40px;
  }
  .section-cources_title,
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .heading-block {
    display: block;
    padding: 30px 0 20px;
  }
  .heading-block.no-margin {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .heading-block h1 {
    width: auto;
    margin: 0 0 20px;
  }
  .heading-block .tags-list {
    width: auto;
    font-size: 10px;
    line-height: 12px;
  }
  .heading-block .tags-list li a {
    padding: 5px 19px;
  }
  .tags {
    font-size: 10px;
    line-height: 12px;
  }
  .tags li a {
    padding: 5px 19px;
  }
  .tags.big {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .tags.big li a {
    padding: 5px 19px;
  }
  .section-content {
    padding: 60px 0;
  }
  .bullet-list li:before {
    top: 8px;
  }
  .section-intro {
    padding: 70px 20px 30px;
  }
  .section-intro .text-block {
    position: relative;
    top: 0;
    left: 0;
  }
  .section-intro .text-block .btn {
    margin-top: 7px;
  }
  .btn {
    padding: 11px 20px;
  }
  .section-for-you_list.wide,
  .section-for-you_list {
    display: block;
  }
  .section-for-you_list.wide li,
  .section-for-you_list li {
    display: block;
    width: auto;
    margin: 0 0 20px !important;
    padding: 100px 15px 10px;
  }
  .section-for-you_list.wide li:before,
  .section-for-you_list li:before {
    top: 20px;
    left: 15px;
  }
  .section-for-you_list.wide li:after,
  .section-for-you_list li:after {
    top: 40px;
    left: 35px;
  }
  .section-for-you_list.wide_small li,
  .section-for-you_list_small li {
    padding: 20px 20px 30px 60px;
  }
  .section-for-you_list.wide_small li:before,
  .section-for-you_list_small li:before {
    top: 20px;
    left: 20px;
  }
  .section-for-you_list.wide_small li:after,
  .section-for-you_list_small li:after {
    top: 30px;
    left: 30px;
  }
  .section-for-you_list.wide.circle li,
  .section-for-you_list.circle li {
    padding: 70px 30px 24px;
  }
  .section-for-you_list.wide.circle li:before,
  .section-for-you_list.circle li:before {
    top: 25px;
    left: 30px;
  }
  .section-for-you_list.wide.circle li:after,
  .section-for-you_list.circle li:after {
    top: 32px;
    left: 37px;
  }
  .section-about_statistics li {
    width: 48%;
    margin: 0 4% 20px 0;
    font-size: 20px;
    line-height: 25px;
  }
  .section-about_statistics li:nth-child(2n) {
    margin-right: 0;
  }
  .section-about .btn {
    margin-top: 5px;
  }
  .section-themes-colored_list > li,
  .section-themes_list > li {
    width: 48%;
    margin: 0 4% 39px 0;
  }
  .section-themes-colored_list > li:nth-child(3n),
  .section-themes_list > li:nth-child(3n) {
    margin-right: 4%;
  }
  .section-themes-colored_list > li:nth-child(2n),
  .section-themes_list > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .section-themes-colored_list .text-block,
  .section-themes_list .text-block {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
  }
  .section-themes-colored_list_tag,
  .section-themes_list_tag {
    font-size: 20px;
    line-height: 25px;
  }
  .section-features {
    padding: 20px 0 40px;
  }
  .section-features_list li {
    font-size: 20px;
    line-height: 25px;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 130px 25px 20px;
  }
  .section-features_list li img {
    width: 125px;
    height: 125px;
    top: -29px;
    right: -10px;
  }
  .section-subscribe h2 {
    margin-bottom: 5px;
  }
  .section-subscribe_list {
    display: block;
  }
  .section-subscribe_list li {
    padding: 40px 20px 40px;
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .section-subscribe_list .buttons-row {
    position: static;
  }
  .section-subscribe_list_heading {
    display: block;
    margin-bottom: 22px;
  }
  .section-subscribe_list_heading_duration {
    margin-bottom: 30px;
    font-size: 20px;
    padding: 11px 60px;
  }
  .section-subscribe_list_heading_title {
    width: auto;
  }
  .section-subscribe_list_price {
    margin-bottom: 30px;
  }
  .section-subscribe_list_price_sum {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-price {
    font-size: 35px;
    line-height: 40px;
    white-space: nowrap;
    text-align: right;
    margin: 6px 0 0 -50px;
  }
  .old-price {
    margin-top: 8px;
    font-size: 15px;
  }
  .section-login {
    display: block;
    padding: 30px 0 60px;
  }
  .section-login .form-column {
    width: auto;
    max-width: 600px;
    padding: 0;
  }
  .section-login .form-column:last-child {
    border: 0;
    padding: 0;
  }
  .heading-section {
    padding: 60px 0 50px;
  }
  .tabs-nav {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
  }
  .tabs-nav li {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
  }
  .tabs-nav li:first-child {
    margin-left: 0;
  }
  .tabs-nav li a {
    display: block;
    color: #8b90a0;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
  }
  .tabs-nav li a:hover {
    color: #65cece;
    text-decoration: none;
  }
  .tabs-nav li a.active {
    color: #003458;
    border-color: #00bfbf;
  }
  .footer {
    font-size: 18px;
    line-height: 30px;
  }
  .footer .row {
    display: block;
  }
  .footer_logo-column {
    width: auto;
  }
  .footer_logo-column p {
    display: none;
  }
  .footer_nav-column {
    width: auto;
    margin: 32px 0 0;
  }
  .footer_nav-column_nav {
    min-height: unset;
  }
  .footer .block-support {
    display: block;
  }
  .footer .block-support_icons li {
    margin: 5px 10px 0 0;
  }
  .button-row {
    margin: 10px 0 40px;
  }
  .bottom-panel {
    padding: 30px 0;
  }
  .bottom-panel .row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .bottom-panel_icons {
    margin-bottom: 10px;
  }
  .top-block {
    padding: 30px 0 44px;
  }
  .top-block-lesson {
    padding: 30px 0 20px;
  }
  .top-block-lesson .title-block {
    width: auto;
  }
  .top-block-lesson .text-block {
    margin-top: 30px;
  }
  .top-block-lesson .lesson_speaker {
    margin-bottom: 12px;
  }
  .top-block-lesson .lesson_speaker img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
  }
  .top-block .row {
    display: block;
  }
  .top-block .text-block,
  .top-block h1 {
    width: auto;
  }
  .top-block h1 {
    margin-bottom: 20px;
  }
  .form-filter {
    margin-bottom: 30px;
  }
  .form-filter .block-filter {
    position: relative;
  }
  .form-filter .block-filter_title {
    padding: 10px 20px 10px 55px;
    background: #fafafa;
    border-radius: 25px;
    margin: -10px 0 0;
    cursor: pointer;
    background: #fafafa url(../img/ico-filter.svg) no-repeat 25px 16px;
  }
  .form-filter .block-filter.filter-opened .block-filter_title {
    color: #003458;
    background-image: url(../img/ico-clear.svg);
  }
  .form-filter .block-filter_slider {
    position: absolute;
    display: block;
    top: 100%;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(217, 217, 217, 0.3);
    border-radius: 5px;
    width: 300px;
    left: 0;
    padding: 20px 0;
  }
  .form-filter .block-filter_list {
    display: block;
    margin: 0;
    padding: 0 0 5px;
  }
  .form-filter .block-filter_list_popup {
    position: static;
    background: none;
    box-shadow: unset;
    border-radius: 0;
    padding: 10px 10px 10px 30px;
    font-size: 15px;
    line-height: 30px;
  }
  .form-filter .block-filter_list_popup li {
    margin-bottom: 5px;
  }
  .form-filter .block-filter_list_item {
    margin: 0 0 15px;
  }
  .form-filter .block-filter_list_opener {
    display: block;
    padding: 0 20px;
  }
  .form-filter .block-filter_list_opener:after {
    right: 22px;
  }
  .form-filter .btn-clear {
    margin: 0;
  }
  .block-controls_popup {
    width: 335px;
  }
  .section-payment .price-row h3 {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .header_nav.js-slide-hidden {
    position: static !important;
    /* change to right: -9999px on RTL sites */
  
  }
}
@media only screen and (max-width: 1023px) {
  .margin-bottom-mobile-0 {
    margin-bottom: 0;
  }
  .margin-bottom-mobile-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-mobile-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-mobile-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-mobile-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-mobile-50 {
    margin-bottom: 50px;
  }
  .margin-bottom-mobile-60 {
    margin-bottom: 60px;
  }
  .margin-bottom-mobile-70 {
    margin-bottom: 70px;
  }
  .margin-bottom-mobile-80 {
    margin-bottom: 80px;
  }
  .margin-bottom-mobile-90 {
    margin-bottom: 90px;
  }
  .margin-bottom-mobile-100 {
    margin-bottom: 100px;
  }
  .margin-bottom-mobile-110 {
    margin-bottom: 110px;
  }
  .margin-bottom-mobile-120 {
    margin-bottom: 120px;
  }
  .section-masters_list_item,
  .section-video_list_item {
    width: 48%;
    margin-right: 4%;
  }
  .section-masters_list_item:nth-child(2n),
  .section-video_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .accordion h3.accordion-opener {
    padding: 15px 60px 15px 0;
    margin-bottom: 15px;
  }
  .accordion h3.accordion-opener:after {
    top: 10px;
  }
  .section-masters {
    padding: 60px 0 1px;
  }
  .section-blocked_box {
    padding: 30px 200px 39px 40px;
  }
  .section-blocked_box .text-block {
    max-width: 585px;
  }
  .section-consultation {
    padding: 30px 0 60px;
  }
  .list-frame {
    overflow: hidden;
    position: relative;
    margin: 0 -20px 20px 0;
  }
  .list-frame .list-holder {
    overflow-x: scroll;
    margin-bottom: -20px;
  }
  .list-frame .section-masters_list,
  .list-frame .section-video_list {
    white-space: nowrap;
    min-width: 960px;
    flex-wrap: nowrap;
  }
  .list-frame .section-masters_list_item,
  .list-frame .section-video_list_item {
    width: 300px;
    margin-right: 40px;
    white-space: normal;
    flex-shrink: 0;
  }
  .list-frame .section-masters_list_item:nth-child(4n),
  .list-frame .section-video_list_item:nth-child(4n),
  .list-frame .section-masters_list_item:nth-child(3n),
  .list-frame .section-video_list_item:nth-child(3n) {
    margin-right: 40px;
  }
  .list-frame .section-masters_list h3,
  .list-frame .section-video_list h3 {
    margin-bottom: 13px;
  }
  .block-add-card .btn,
  .section-payment .price-row .btn {
    width: auto;
  }
  .section-forgot-password {
    display: block;
    padding: 30px 0 60px;
  }
  .section-forgot-password h1 {
    width: auto;
    margin: 0 0 10px;
  }
  .section-forgot-password .form-forgot-password {
    width: auto;
  }
  .section-login-lesson {
    padding: 30px 0 80px;
  }
  .section-login-lesson .container {
    display: block;
  }
  .section-login-lesson .container .form-column {
    width: 100%;
  }
  .section-login-lesson .container .form-column:first-child {
    margin-bottom: 60px;
  }
  .section-login-lesson .tags {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .section-login-lesson .tags li a {
    padding: 5px 19px;
  }
  .lesson h2 {
    margin-bottom: 30px;
  }
  .lesson h3 {
    font-size: 15px;
    line-height: 25px;
  }
  .lesson_date {
    padding: 3px 0 3px 35px;
    margin-bottom: 10px;
  }
  .lesson_date:after {
    width: 28px;
    height: 28px;
    background-size: 26px 26px;
  }
  .lesson_speaker img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }
  .section-course_container {
    display: block;
  }
  .section-course .text-block {
    margin: 0 0 40px;
  }
  .section-course .visual-block {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    display: block;
    border-width: 11px;
  }
  .section-course_statistics {
    padding-top: 0;
  }
  .section-course_statistics li {
    display: block;
    width: auto;
    margin: 0 0 15px;
    padding-left: 55px;
  }
  .section-course_statistics li:last-child {
    margin-bottom: 0;
  }
  .section-course_statistics li:before {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .section-course_statistics li:after {
    width: 13px;
    height: 13px;
    top: 23px;
    left: 13px;
  }
  .section-course-master_container {
    display: block;
  }
  .section-course-master_visual {
    margin: 0 0 40px;
    width: auto;
  }
  .section-course-help_container {
    display: block;
  }
  .section-course-help_visual {
    margin: 25px 0 0;
  }
  .section-single {
    display: block;
  }
  .section-single .visual-block {
    width: auto;
    margin-bottom: 30px;
  }
  .section-single .visual-block img {
    max-width: 312px;
    margin: 0 auto;
  }
  .section-single .text-block {
    width: auto;
  }
  .section-useful-articles_list .info-row {
    display: block;
    padding-top: 0;
  }
  .section-useful-articles_list .info-row .tags {
    margin-top: 6px;
  }
  .section-reasons {
    display: block;
  }
  .section-reasons_text {
    margin: 0 0 25px;
  }
  .section-reasons_visual {
    display: block;
    min-width: auto;
    max-width: auto;
  }
  .section-about-top {
    padding: 0 0 20px;
  }
  .section-about-top .visual {
    margin-bottom: 20px;
  }
  .section-about-top .container {
    display: block;
  }
  .section-about-top .container h2,
  .section-about-top .container .text-block {
    width: auto;
  }
  .section-about-top .container h2 {
    margin-bottom: 15px;
  }
  .section-about-middle {
    display: block;
    padding: 20px 0 50px;
  }
  .section-about-middle .visual {
    width: auto;
    margin-bottom: 20px;
  }
  .section-about-middle .text-block {
    width: auto;
  }
  .section-plans {
    padding: 60px 0;
  }
  .section-plans .row {
    display: block;
  }
  .section-plans .text-block {
    width: auto;
    margin-bottom: 20px;
  }
  .section-plans .visual-block {
    width: auto;
  }
  .section-about-bottom .container {
    display: block;
  }
  .section-about-bottom .container .text-block {
    width: auto;
  }
  .section-about-bottom .container .visual {
    margin-bottom: 20px;
  }
  .section-about-bottom .container h2 {
    width: auto;
    margin-bottom: 20px;
  }
  .section-manage-subscribe {
    padding: 40px 0;
  }
  .box-quote {
    padding: 30px 30px 20px 80px;
    margin: 0 0 20px;
    background-size: 24px 18px;
    background-position: 38px 41px;
  }
  .section-founder {
    padding: 0 0 40px;
  }
  .section-founder .container {
    display: block;
  }
  .section-founder .visual {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .section-testimonials_list_item {
    padding: 30px 30px 126px;
  }
  .section-cources_list:not(.slider-fluid) > div {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  .section-cources_list:not(.slider-fluid) > div:nth-child(3n) {
    margin-right: 4%;
  }
  .section-cources_list:not(.slider-fluid) > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-master {
    padding: 60px 0 0;
    display: grid;
    grid-template-columns: 57% 43%;
    grid-template-rows: 0.5fr 5fr;
  }
  .section-master .video-block {
    padding: 0 0 0 40px;
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .section-master .title-block {
    grid-column: 1;
    grid-row: 0.5;
    margin: 0;
  }
  .section-master .text-block {
    grid-row: 0.5;
    grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .section-about_container {
    display: block;
  }
  .section-about_visual {
    margin: 0 0 20px;
  }
  .section-cources_list:not(.slider-fluid) {
    display: block;
  }
  .section-cources_list:not(.slider-fluid) > div {
    width: 100%;
    margin-right: 0;
  }
  .section-marathons_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-marathons h3 {
    margin-bottom: 10px;
  }
  .section-marathons .bullet-list {
    margin-bottom: 20px;
  }
  .section-marathons .bullet-list li {
    padding-bottom: 10px;
  }
  .section-blocked_box {
    padding: 20px 90px 14px 10px;
  }
  .section-blocked_box::before {
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .section-blocked_box .text-block {
    max-width: 270px;
  }
  .section-testimonials_list_item {
    padding: 20px 10px 80px;
    display: block;
  }
  .section-testimonials_list_item:nth-child(2n):before {
    left: auto;
    right: 10px;
  }
  .section-testimonials_list_item:nth-child(2n) .visual {
    margin: 0 0 20px;
  }
  .section-testimonials_list_item:before {
    width: 30px;
    height: 34px;
    bottom: 30px;
    right: 10px;
    background-size: cover;
  }
  .section-testimonials_list_item .visual {
    width: 120px;
    margin: 0 0 20px;
  }
  .section-faq_list_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px 85px;
  }
  .account-page .header {
    justify-content: flex-end;
    padding: 15px 20px;
  }
  .account-page .header .logo {
    display: none;
  }
  .account-page .header .menu-opener {
    margin-left: 12px;
  }
  .account-page .account-nav-popup {
    right: auto;
    left: -20px;
    width: 300px;
  }
  .account-page .account-nav-holder {
    position: absolute;
    left: 20px;
    top: 15px;
    margin-left: 0;
  }
  .account-page .account-nav-opener img {
    width: 40px;
    height: 40px;
  }
  .account-page .account-nav-opener:after {
    width: 13px;
    height: 7px;
    background-size: cover;
    right: -24px;
    top: 17px;
  }
  .account-page .account-nav .block-controls_popup {
    right: -70px;
    width: 300px;
  }
  .section-partnership {
    padding: 40px 0;
  }
  .section-partnership .partner-link-row {
    display: block;
  }
  .section-partnership .partner-link-row .btn {
    margin: 20px 0 0;
  }
  .section-partnership .date-row {
    display: block;
  }
  .section-partnership .date-row .btn {
    margin: 20px 0 0;
  }
  .section-partnership .date-row .datepicker:last-child {
    margin-right: 0;
  }
  .section-become-speaker {
    padding: 60px 0;
  }
  .section-become-speaker .container {
    display: block;
  }
  .section-become-speaker_visual {
    margin: 0 0 20px;
  }
  .section-become-speaker_form {
    width: auto;
  }
  .section-masters_list_item,
  .section-video_list_item {
    width: 100%;
    margin-right: 0;
  }
  .section-masters_list_item .btn,
  .section-video_list_item .btn {
    width: auto;
  }
  .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .section-about_container {
    display: block;
    margin-bottom: 30px;
  }
  .section-about_visual {
    margin: 0 0 20px;
  }
  .section-about_visual img {
    width: 100%;
    max-width: 457px;
  }
  .top-block-visual .row {
    display: block;
  }
  .top-block-visual .visual-block {
    width: auto;
    margin-bottom: 30px;
  }
  .top-block-visual .text-block {
    width: auto;
  }
  .section-themes-colored_list > li,
  .section-themes_list > li {
    display: block;
    width: auto;
    margin: 0 0 20px !important;
    padding: 20px;
  }
  .section-themes-colored_list_more,
  .section-themes_list_more {
    position: static;
  }
  .tooltip-holder .tooltip-popup {
    left: -100px;
  }
  .payment-icons li {
    margin: 0 6px;
  }
  .payment-icons img {
    height: 15px;
    width: auto;
  }
  .section-payment .price-row {
    display: block;
  }
  .section-payment .price-row .text {
    display: block;
  }
  .section-payment .price-row .btn {
    width: 100%;
    margin-top: 15px;
  }
  .section-payment .price-row .old-price {
    margin-top: 31px;
  }
  .block-add-card {
    display: block;
    text-align: center;
  }
  .block-add-card .btn {
    width: 100%;
    margin-top: 15px;
  }
  .bullet-list li {
    padding: 0 0 15px 25px;
  }
  .bullet-list li:before {
    top: 7px;
    left: 7px;
    width: 5px;
    height: 5px;
  }
  .section-master .section-about_statistics {
    padding-top: 5px;
  }
  .section-master .section-about_statistics li {
    margin-right: 0;
    width: 100%;
  }
  .section-video .text-block {
    margin: -17px 0 30px;
  }
  .section-social {
    padding: 60px 0 40px;
  }
  .section-social_list {
    padding: 0;
  }
  .section-social_list li {
    display: block;
    margin-right: 0;
  }
  .section-social_list li .btn {
    text-align: center;
    padding: 11px 17px;
  }
  .section-useful-articles_list > li {
    display: block;
    padding: 30px 20px 20px;
    margin-bottom: 30px;
  }
  .section-useful-articles_list > li .visual {
    margin: 0 0 20px;
    width: auto;
  }
  .section-useful-articles_list > li .text-block {
    width: auto;
  }
  .section-useful-articles_list > li .date {
    margin-bottom: 20px;
  }
  .section-schedule_nav ul li {
    display: block;
    margin: 0 0 10px;
  }
  .section-subscribe_list .buttons-row {
    display: block;
  }
  .section-intro {
    padding-top: 30px;
    background-image: url(../img/intro-picture-mobile.jpg);
  }
  .section-intro:first-child {
    margin-top: 30px;
  }
  .section-intro.yellow {
    background-image: url(../img/intro-picture-yellow-mobile.jpg);
  }
  .section-intro.green {
    background-image: url(../img/intro-picture-green-mobile.jpg);
  }
}
@media only screen and (max-width: 399px) {
  .section-intro .text-block .btn {
    font-size: 17px;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #efefef;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #efefef), color-stop(18%, #dddddd), color-stop(33%, #efefef));
  background: -webkit-linear-gradient(left, #efefef 8%, #dddddd 18%, #efefef 33%);
  background: linear-gradient(to right, #efefef 8%, #dddddd 18%, #efefef 33%);
  -webkit-background-size: 800px 276px;
  background-size: 800px 276px;
  height: 576px;
  position: relative;
}
.background-masker {
  background: #fff;
  position: absolute;
  width: 100%;
}
.section-masters_list .blank-row-top {
  height: 20px;
  top: 300px;
}
.section-masters_list .blank-row-medium {
  height: 13px;
  top: 350px;
}
.section-masters_list .blank-row-medium2 {
  height: 13px;
  top: 393px;
}
.section-masters_list .blank-row-bottom {
  height: 20px;
  top: 524px;
}
.section-masters_list .blank-column-top {
  height: 30px;
  top: 363px;
  left: 28%;
  width: 47px;
}
.section-masters_list .blank-column-medium {
  height: 73px;
  top: 320px;
  right: 0;
  width: 28%;
}
.section-masters_list .blank-column-bottom {
  height: 52px;
  bottom: 0;
  right: 0;
  width: 56%;
}
.loader .accordion-opener {
  padding: 0;
  border: 0;
  margin-bottom: 45px;
}
.loader .accordion-opener:after {
  display: none;
}
.loader .accordion-opener .animated-background {
  height: 50px;
}
.loader .accordion-opener .blank-column-right {
  right: 46px;
  top: 0;
  bottom: 0;
  width: 53px;
}
.section-about_visual_caption {
  padding-right: 70px;
}
.accordion-slide .animated-background {
  height: 350px;
}
.accordion-slide .blank-row-top {
  height: 10px;
  top: 223px;
}
.accordion-slide .blank-row-medium {
  height: 20px;
  top: 262px;
}
.accordion-slide .blank-row-medium2 {
  height: 13px;
  top: 393px;
}
.accordion-slide .blank-row-bottom {
  height: 17px;
  top: 302px;
}
.accordion-slide .blank-column-top {
  height: 69px;
  top: 282px;
  left: 14%;
  width: 47px;
}
.accordion-slide .blank-column-medium {
  height: 69px;
  top: 282px;
  right: 0;
  width: 28%;
}
.accordion-slide .blank-column-bottom {
  height: 31px;
  bottom: 0;
  right: 0;
  width: 56%;
}
.slick-slider .slick-arrow {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: #ffffff url(../img/arrow-slider-prev.svg) no-repeat;
  top: -82px;
  right: 80px;
  cursor: pointer;
  border: 0;
  padding: 0;
  left: auto;
}
.slick-slider .slick-arrow.slick-next {
  right: 40px;
  background-image: url(../img/arrow-slider-next.svg);
}
 .margin-top-35 {
   margin-top: 35px;
 }