@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #3f3d3d;
}
body p {
  margin: 0;
}
body button {
  outline: none;
}
body button:focus {
  outline: none;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  transition: 0.7s;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .dis li {
  color: #838383;
  position: relative;
}
body .dis li:before {
  content: url(../img/check-dobl.png);
  position: absolute;
  left: -5px;
  top: 5px;
}
.wrapper {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  /*--------  header-----------*/
  /*-------- details-css-----------*/
  /*-------- section-----------*/
  /*-------- footer-----------*/
  /*-------- responsive-----------*/
}
.wrapper header .header-top {
  padding: 20px 0 10px;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper header .header-top .header-personal-block-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -15px;
  justify-content: center;
  margin-left: 20px;
}
.wrapper header .header-top .header-personal-block-info .top-label {
  display: block;
  font-weight: 300;
  margin-bottom: 5px;
}
.wrapper header .header-top .header-personal-block-info .choice {
  margin: 10px 15px 10px 10px;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown {
  width: 220px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  max-width: 220px;
  outline: none;
  border: 1px solid #dddddd;
  color: #838383;
  font-weight: 600;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown .select {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown .select > i {
  font-size: 12px;
  color: #c1c1c1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown:hover {
  box-shadow: 0 0 4px #cccccc;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown:active {
  background-color: #f8f8f8;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown.active:hover,
.wrapper header .header-top .header-personal-block-info .choice .dropdown.active {
  box-shadow: 0 0 4px #cccccc;
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown.active .select > i {
  transform: rotate(-90deg);
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px #cccccc;
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown .dropdown-menu li {
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #838383;
  font-size: 14px;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}
.wrapper header .header-top .header-personal-block-info .choice .dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}
.wrapper header .header-top .header-personal-block-info .tools {
  margin: 10px 15px 10px 19px;
}
.wrapper header .header-top .header-personal-block-info .tools a {
  display: block;
  color: #e26a64;
  text-decoration: underline;
}
.wrapper header .header-top .header-personal-block-info .tools a:hover {
  text-decoration: none;
}
.wrapper header .header-top .header-personal-block-info .tools a span {
  font-weight: 900;
  color: #dddddd;
  font-size: 14px;
  width: 27px;
  margin-right: 5px;
  display: inline-block;
}
.wrapper header .header-top .header-personal-block-info .exit {
  margin: 10px 0 10px 15px;
}
.wrapper header .header-top .header-personal-block-info .exit a {
  width: 200px;
  max-width: 180px;
  color: #fff;
  min-height: 40px;
  background: #838383;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 400;
}
.wrapper header .header-top .header-personal-block-info .exit a:hover {
  background: #6b6a6a;
}
.wrapper header .header-top .header-personal-block-info .exit a img {
  margin-right: 5px;
}
.wrapper header .header-top .header-personal-block-info .personal-list {
  display: flex;
  justify-content: center;
  margin: 10px 15px 10px 20px;
}
.wrapper header .header-top .header-personal-block-info .personal-list .avatar-small {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.wrapper header .header-top .header-personal-block-info .personal-list .list-info {
  margin-left: 15px;
}
.wrapper header .header-top .header-personal-block-info .personal-list .list-info .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.wrapper header .header-top .header-personal-block-info .personal-list .list-info .loc {
  font-size: 14px;
  color: #838383;
}
.wrapper header .header-top .header-personal-block-info .personal-list .list-info .rating {
  font-size: 14px;
  color: #838383;
}
.wrapper header .header-top .header-personal-block-info .personal-list .list-info .rating span {
  font-weight: 700;
}
.wrapper header .header-top .header-contact-block {
  width: 100%;
  display: flex;
  max-width: 670px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.wrapper header .header-top .header-contact-block .item {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 15px 15px 0;
  width: 100%;
  max-width: 160px;
}
.wrapper header .header-top .header-contact-block .item i {
  color: #ccc;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.wrapper header .header-top .header-contact-block .item .right a {
  color: #3f3d3d;
  font-size: 18px;
}
.wrapper header .header-top .header-contact-block .item .right span {
  display: block;
  color: #838383;
}
.wrapper header .header-top .header-request {
  display: flex;
  flex-wrap: wrap;
}
.wrapper header .header-top .header-request .request-link {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 7px 45px;
  background: #2ba600;
  border-radius: 6px;
  margin-bottom: 15px;
}
.wrapper header .header-top .header-request .request-link:hover {
  opacity: 0.7;
}
.wrapper header .header-top .header-request .viber {
  padding: 9px 12px;
  background: #9865c1;
  color: #fff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-size: 17px;
  margin-bottom: 15px;
}
.wrapper header .header-menu {
  background: #e26a64;
}
.wrapper header .header-menu .navbar {
  padding: 0;
}
.wrapper header .header-menu .navbar .active .nav-link {
  background: #bb3933;
}
.wrapper header .header-menu .navbar .active .nav-link:before {
  display: none;
}
.wrapper header .header-menu .navbar .last .nav-link:before {
  display: none !important;
}
.wrapper header .header-menu .navbar .nav-link {
  font-size: 16px;
  color: #fff;
  padding: 8px 22px;
  position: relative;
}
.wrapper header .header-menu .navbar .nav-link:hover {
  background: #bb3933;
}
.wrapper header .header-menu .navbar .nav-link:hover:before {
  display: none;
}
.wrapper header .header-menu .navbar .nav-link:before {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background: #e88883;
  position: absolute;
  right: 0;
  top: 15px;
}
.wrapper .more-details {
  color: #e26a64;
  border: 1px solid #e26a64;
  max-width: 280px;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 20px;
  min-width: 280px;
  margin-right: 30px;
}
.wrapper .more-details:hover {
  background: #e26a64;
  color: #fff;
}
.wrapper .info-real .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wrapper .info-real .inst {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.wrapper .info-real .inst img {
  margin-right: 10px;
}
.wrapper .info-real .inst a {
  color: #e26a64;
  text-decoration: underline;
}
.wrapper .info-real .inst a:hover {
  text-decoration: none;
}
.wrapper .info-real .text:last-child {
  margin-bottom: 0 !important;
}
.wrapper .info-real .text {
  margin-bottom: 15px;
}
.wrapper .bg-slider-nav {
  background: #e26a64;
  height: 60px;
}
.wrapper .slider-nav-tabs {
  min-height: 60px;
  max-width: 1180px;
}
.wrapper .slider-nav-tabs:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: #e88883;
}
.wrapper .slider-nav-tabs:before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e88883;
}
.wrapper .slider-nav-tabs .slick-prev,
.wrapper .slider-nav-tabs .slick-next {
  top: 41%;
}
.wrapper .slider-nav-tabs .slick-prev {
  left: -30px;
}
.wrapper .slider-nav-tabs .slick-prev:before {
  content: url(../img/leftt-link-border.png);
}
.wrapper .slider-nav-tabs .slick-next:before {
  content: url(../img/right-link-border.png);
}
.wrapper .slider-nav-tabs li {
  height: 100%;
  padding-bottom: 10px;
  position: relative;
}
.wrapper .slider-nav-tabs li .v-line {
  display: block;
  width: 1px;
  height: 60px;
  background: #e88883;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
}
.wrapper .slider-nav-tabs li .active-s,
.wrapper .slider-nav-tabs li .active {
  background: #fff;
  color: #e26a64;
}
.wrapper .slider-nav-tabs li .active-s:before,
.wrapper .slider-nav-tabs li .active:before {
  position: absolute;
  bottom: -6px;
  left: 45%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 6px solid #e26a64;
  border-left: 10px solid transparent;
  content: '';
}
.wrapper .slider-nav-tabs li .active-s span,
.wrapper .slider-nav-tabs li .active span {
  color: #3f3d3d;
}
.wrapper .slider-nav-tabs li a {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  color: #fff;
  line-height: 20px;
  padding: 9px 0;
  margin-top: 1px;
  position: relative;
}
.wrapper .slider-nav-tabs li a span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-transform: initial;
}
.wrapper .video {
  width: 100%;
  max-width: 1038px;
  height: 100%;
  max-height: 580px;
  margin: 40px auto 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .video .img-video {
  width: 100%;
  max-height: 580px;
}
.wrapper .video .play {
  position: absolute;
  z-index: 1;
}
.wrapper .accordion .card {
  margin-bottom: 20px;
  border: none;
  border-radius: 5px !important;
}
.wrapper .accordion .card .card-header {
  border: none;
  background: #fff;
  padding: 10px 20px 15px 30px;
  border-radius: 5px !important;
}
.wrapper .accordion .card .card-header .mb-0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
}
.wrapper .accordion .card .card-header .mb-0 span {
  font-size: 24px;
  font-weight: 700;
  color: #e26a64;
  margin-right: 15px;
}
.wrapper .accordion .card .card-header .mb-0 button {
  border: none;
  background: transparent;
  padding: 0;
}
.wrapper .accordion .card .card-body {
  padding: 0 20px 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper .accordion .card .card-body .desc {
  max-width: 570px;
  margin-right: 20px;
}
.wrapper .accordion .card .card-body .desc p {
  margin-bottom: 10px;
  line-height: 18px;
}
.wrapper .accordion .card .card-body .video {
  position: relative;
  max-width: 590px;
}
.wrapper .accordion .card .card-body .video .play-icon {
  position: absolute;
  z-index: 9;
  max-width: 60px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrapper .accordion .card .card-body .video img {
  width: 100%;
}
.wrapper .accordion .card .card-body .video .gradient {
  background: #ff9b11;
  background: -moz-linear-gradient(0deg, #ff9b11 0%, rgba(0, 0, 0, 0.8) 0%);
  background: -webkit-linear-gradient(0deg, #ff9b11 0%, rgba(0, 0, 0, 0.8) 0%);
  background: linear-gradient(0deg, #ff9b11 0%, rgba(0, 0, 0, 0.8) 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9b11", endColorstr="#000000", GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.wrapper .small-button {
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  display: flex;
  max-width: 125px;
  min-width: 125px;
  min-height: 25px;
  align-items: baseline;
  justify-content: center;
  max-height: 25px;
}
.wrapper .small-button:hover {
  opacity: 0.7;
}
.wrapper .d-b,
.wrapper .d-n {
  color: #fff !important;
  background: #e26a64;
  text-decoration: none;
}
.wrapper .d-b i,
.wrapper .d-n i {
  font-size: 11px;
  margin-left: 3px;
}
.wrapper .time-reset {
  border: 1px solid #3f3d3d;
  color: #3f3d3d;
  padding: 1px 0;
}
.wrapper .time-reset i {
  margin-right: 3px;
  font-size: 12px;
}
.wrapper .no-like {
  border: 1px solid #e26a64;
  color: #e26a64;
  padding: 1px 0;
}
.wrapper .no-like i {
  margin-right: 3px;
  font-size: 12px;
}
.wrapper .like {
  border: 1px solid #2ba600;
  color: #2ba600;
  padding: 1px 0;
}
.wrapper .like i {
  margin-right: 3px;
  font-size: 12px;
}
.wrapper .articles .advertising-block {
  margin-bottom: 55px;
}
.wrapper .articles .search-top-block {
  background-image: url(../img/bg-article-top-search.jpg);
  min-height: 125px;
  background-size: cover;
  background-position: center;
}
.wrapper .articles .search-top-block .center {
  display: flex;
  height: 125px;
  align-items: center;
  justify-content: space-between;
}
.wrapper .articles .search-top-block .center .title {
  color: #fff;
}
.wrapper .articles .search-top-block .center form {
  max-width: 610px;
  position: relative;
}
.wrapper .articles .search-top-block .center form button {
  position: absolute;
  right: 6px;
  top: 7px;
  border: none;
  background: transparent;
  color: #e2e2e2;
  font-size: 18px;
}
.wrapper .articles .search-top-block .center form input {
  padding: 0 35px 0 15px;
}
.wrapper .articles .search-top-block .center form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #838383;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.wrapper .articles .search-top-block .center form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.wrapper .articles .search-top-block .center form :-ms-input-placeholder {
  /* IE 10+ */
  color: #838383;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.wrapper .articles .search-top-block .center form :-moz-placeholder {
  /* Firefox 18- */
  color: #838383;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.wrapper .articles .views-article {
  font-size: 15px;
  color: #bfbfbf;
}
.wrapper .articles .content-articles {
  padding: 50px 0 55px;
  display: flex;
  justify-content: center;
}
.wrapper .articles .content-articles .sidebar {
  max-width: 290px;
}
.wrapper .articles .content-articles .sidebar .sidebar-menu {
  margin-bottom: 40px;
}
.wrapper .articles .content-articles .sidebar .sidebar-menu li .active {
  color: #e26a64;
  text-decoration: underline;
}
.wrapper .articles .content-articles .sidebar .sidebar-menu li .active span {
  color: #e26a64;
}
.wrapper .articles .content-articles .sidebar .sidebar-menu li a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3f3d3d;
  margin-bottom: 10px;
  display: block;
}
.wrapper .articles .content-articles .sidebar .sidebar-menu li a:hover {
  color: #e26a64;
  text-decoration: underline;
  transition: 0.5s;
}
.wrapper .articles .content-articles .sidebar .sidebar-menu li a:hover span {
  color: #e26a64;
}
.wrapper .articles .content-articles .sidebar .sidebar-menu li a span {
  color: #838383;
  margin-left: 10px;
  font-weight: 400;
  display: inline-block;
}
.wrapper .articles .content-articles .all-article {
  width: 100%;
  margin-left: 30px;
  margin-top: 0;
  max-width: 910px;
}
.wrapper .articles .content-articles .all-article .item {
  margin: 0 5px 25px 5px;
}
.wrapper .articles .article {
  width: 100%;
  margin-left: 30px;
  max-width: 910px;
}
.wrapper .articles .article .advertising-block {
  margin-bottom: 0 !important;
}
.wrapper .articles .article .advertising-block img {
  max-width: 100%;
}
.wrapper .articles .article .title-page {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 35px;
}
.wrapper .articles .article .top-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper .articles .article .top-page .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper .articles .article .top-page .left .views-article {
  margin-right: 45px;
  margin-bottom: 5px;
}
.wrapper .articles .article .top-page .left .heading-article {
  color: #838383;
  margin-bottom: 5px;
}
.wrapper .articles .article .top-page .left .heading-article span {
  color: #000;
  margin-left: 5px;
  font-weight: 400;
}
.wrapper .articles .article .top-page .right .social-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper .articles .article .top-page .right .social-link p {
  margin-bottom: 5px;
}
.wrapper .articles .article .top-page .right .social-link a {
  margin-left: 10px;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.wrapper .articles .article .content {
  margin-top: 30px;
}
.wrapper .articles .article .content .img-article-medium {
  max-width: 410px;
  float: left;
  margin: 0 25px 20px 0;
}
.wrapper .articles .article .content p {
  line-height: 19px;
}
.wrapper .all-article {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper .all-article .item {
  max-width: 290px;
  padding: 10px 5px;
}
.wrapper .all-article .item img {
  max-width: 100%;
}
.wrapper .all-article .item:hover {
  box-shadow: 0 0 22px 1px rgba(0, 0, 0, 0.59);
}
.wrapper .all-article .item .views-article {
  margin-top: 20px;
}
.wrapper .all-article .item .desc-article {
  height: 159px;
  overflow: hidden;
}
.wrapper .all-article .item .desc-article .title-content {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 19px;
}
.wrapper .all-article .item .desc-article .title-content a {
  color: #3f3d3d;
}
.wrapper .all-article .item .desc-article .title-content a:hover {
  opacity: 0.7;
}
.wrapper .all-article .item .desc-article .text {
  line-height: 17px;
}
.wrapper .drop.active .link-show-dropdown-list i {
  -moz-transform: rotate(180deg);
  /* Для Firefox */
  -ms-transform: rotate(180deg);
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* Для Opera */
  transform: rotate(180deg);
}
.wrapper .drop.active .dropdown-list {
  display: block;
}
.wrapper .drop {
  display: none;
  position: relative;
}
.wrapper .drop .dropdown-list {
  background: #d6d4d4;
  position: absolute;
  top: 41px;
  border-radius: 8px;
  padding: 10px;
}
.wrapper .drop .dropdown-list a {
  display: block;
  margin-bottom: 5px;
  color: #042c47;
  font-weight: 600;
  padding: 3px 0;
}
.wrapper .drop .dropdown-list a span {
  font-size: 13px;
  margin-left: 5px;
  color: #e46761;
}
.wrapper .drop .link-show-dropdown-list {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 7px 13px;
  background: #23599b;
  border-radius: 6px;
  margin-bottom: 15px;
  max-width: 210px;
}
.wrapper .drop .link-show-dropdown-list i {
  font-size: 14px;
  margin-left: 15px;
}
.wrapper .drop .link-show-dropdown-list:focus {
  color: #fff;
}
.wrapper .drop .link-show-dropdown-list:hover {
  color: #fff;
}
.wrapper .drop .dropdown-list {
  display: none;
}
.wrapper .advertising-block {
  max-width: 970px;
  margin: auto;
}
.wrapper .title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
}
.wrapper form {
  width: 100%;
}
.wrapper form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a3a3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.wrapper form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.wrapper form :-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a3a3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.wrapper form :-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.wrapper form input[type=email] {
  width: 100%;
  min-height: 40px;
  border-radius: 6px;
  border: none;
  padding-left: 10px;
  font-size: 16px;
}
.wrapper form input[type=text] {
  width: 100%;
  min-height: 40px;
  border-radius: 6px;
  border: none;
  padding-left: 10px;
  font-size: 16px;
}
.wrapper form .check {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.wrapper form .check input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.wrapper form .check input[type="checkbox"] + label {
  background: url(../img/check.png) 3px no-repeat;
  padding-left: 30px;
}
.wrapper form .check input[type="checkbox"]:checked + label {
  background-position: 0 -32px;
}
.wrapper .button {
  width: 100%;
  border: 0;
  background: #e26a64;
  color: #fff;
  padding: 6px;
  border-radius: 6px;
  font-size: 24px;
  margin-top: 15px;
}
.wrapper .button:hover {
  background: #b75550;
}
.wrapper .logo {
  max-width: 275px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.wrapper .logo .main-img {
  margin-right: 10px;
}
.wrapper .logo span {
  color: #0c0c0c;
  display: block;
}
.wrapper .personal1 .tab-content .slider-nav-tabs {
  margin: 0 auto;
}
.wrapper .personal1 .tab-content .tab-pane {
  padding: 55px 0;
}
.wrapper .personal1 .tab-content .tab-pane .title {
  text-align: center;
}
.wrapper .personal1 .tab-content .tab-pane .info-lesson {
  margin-top: 60px;
}
.wrapper .personal1 .tab-content .tab-pane .info-lesson .title {
  text-transform: inherit !important;
  text-align: left !important;
  margin-bottom: 20px;
}
.wrapper .personal1 .tab-content .tab-pane .info-lesson .text {
  font-size: 18px;
}
.wrapper .personal2 {
  padding: 55px 0;
  background: #eaf1f7;
}
.wrapper .personal2 .title {
  text-transform: inherit;
  margin-bottom: 40px;
}
.wrapper .personal2 .accordion .card-mb {
  margin-bottom: 40px;
}
.wrapper .personal2 .accordion .card {
  overflow: unset;
}
.wrapper .personal2 .accordion .card .open .d-b {
  display: none;
}
.wrapper .personal2 .accordion .card .open .d-n {
  display: flex !important;
}
.wrapper .personal2 .accordion .card .card-header {
  padding: 15px 20px 15px 30px;
}
.wrapper .personal2 .accordion .card .card-header .status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.wrapper .personal2 .accordion .card .card-header .status .status-inner {
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #a965c5;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wrapper .personal2 .accordion .card .card-header .status .status-inner b {
  margin-left: 5px;
}
.wrapper .personal2 .accordion .card .card-header .title-card {
  color: #e26a64;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.wrapper .personal2 .accordion .card .card-header .button-block {
  width: 100%;
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .personal2 .accordion .card .card-header .button-block .d-n {
  display: none;
}
.wrapper .personal2 .accordion .card .card-body {
  flex-wrap: inherit;
  align-items: end;
  padding: 0 20px 40px 30px;
}
.wrapper .personal2 .accordion .card .card-body .left {
  max-width: 790px;
}
.wrapper .personal2 .accordion .card .card-body .left .date {
  color: #838383;
  margin-bottom: 5px;
}
.wrapper .personal2 .accordion .card .card-body .left .text {
  margin-bottom: 5px;
  font-size: 16px;
}
.wrapper .personal2 .accordion .card .card-body .left .text strong {
  font-size: 18px;
  font-weight: 600;
  color: #e26a64;
  margin-right: 5px;
}
.wrapper .personal2 .accordion .card .card-body .left .text a {
  color: #e26a64;
  text-decoration: underline;
  margin: 0 5px;
}
.wrapper .personal2 .accordion .card .card-body .left .text a:hover {
  text-decoration: none;
}
.wrapper .personal2 .accordion .card .card-body .left .video {
  max-width: none;
  margin: 25px auto 0;
}
.wrapper .personal2 .accordion .card .card-body .right {
  max-width: 360px;
  margin-left: 30px;
}
.wrapper .personal2 .accordion .card .card-body .right .chat {
  max-height: 575px;
  border: 1px solid #dee6ed;
  border-radius: 5px;
  margin-top: 25px;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .top-chat {
  background: #e26a64;
  font-size: 18px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: 600;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .slimScrollDiv .slimScrollBar {
  background: #c2c4d9 !important;
  width: 4px !important;
  opacity: 1 !important;
  border-radius: 7px !important;
  right: 8px !important;
  height: 76px !important;
  top: 40px;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper {
  position: relative;
  max-height: 345px;
  overflow-y: hidden;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item:nth-child(2n) {
  background: #edf2f6;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item {
  display: flex;
  padding: 10px 15px;
  flex-wrap: wrap;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item .img-person {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item .img-person img {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item .desc-person {
  min-width: 230px;
  max-width: 283px;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item .desc-person .top {
  display: flex;
  justify-content: space-between;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item .desc-person .top .name {
  font-size: 16px;
  font-weight: 600;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item .desc-person .top .date {
  color: #979799;
}
.wrapper .personal2 .accordion .card .card-body .right .chat .scroll-wrapper .item .desc-person .message {
  line-height: 18px;
  letter-spacing: -0.2px;
}
.wrapper .personal2 .accordion .card .card-body .right textarea {
  border-top: 1px solid #dee6ed;
  border-bottom: 1px solid #dee6ed;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  resize: none;
  padding: 10px 0;
  min-height: 75px;
  width: 90%;
  margin: 30px auto 0;
  outline: none;
  display: block;
  line-height: 16px;
}
.wrapper .personal2 .accordion .card .card-body .right ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8ca;
  font-size: 14px;
}
.wrapper .personal2 .accordion .card .card-body .right ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8ca;
  font-size: 14px;
}
.wrapper .personal2 .accordion .card .card-body .right :-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8ca;
  font-size: 14px;
}
.wrapper .personal2 .accordion .card .card-body .right :-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8ca;
  font-size: 14px;
}
.wrapper .personal2 .accordion .card .card-body .right .chat_bottom {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .personal2 .accordion .card .card-body .right .chat_bottom .file {
  color: #ccc;
  font-size: 37px;
}
.wrapper .personal2 .accordion .card .card-body .right .chat_bottom .send {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #9865c1;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
}
.wrapper .personal2 .accordion .card .card-body .right .chat_bottom .send i {
  margin-right: 3px;
}
.wrapper .personal2 .accordion .card .card-body .medium-button-collapse {
  display: flex;
  max-width: 290px;
  background: #e26a64;
  color: #fff;
  position: absolute;
  bottom: -18px;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: 13px;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}
.wrapper .personal2 .accordion .card .card-body .medium-button-collapse img {
  margin-left: 10px;
}
.wrapper .section1course {
  background-image: url(../img/section1course-bg.jpg);
  background-size: cover;
  min-height: 560px;
  background-position: center;
}
.wrapper .section1course .d-flex {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper .section1course .d-flex .desc {
  max-width: 655px;
  margin-right: 110px;
}
.wrapper .section1course .d-flex .desc .title {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 20px;
}
.wrapper .section1course .d-flex .desc .ps {
  font-size: 30px;
}
.wrapper .section1course .d-flex .block-form {
  max-width: 455px;
  background-color: rgba(75, 45, 101, 0.7);
  padding: 60px 30px;
}
.wrapper .section1course .d-flex .block-form .title-form {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  margin-bottom: 25px;
}
.wrapper .section1course .d-flex .block-form form .check label {
  color: #fff;
}
.wrapper .section1course .d-flex .block-form form input {
  margin-bottom: 20px;
}
.wrapper .section2course {
  padding: 55px 0;
}
.wrapper .section2course .title {
  text-align: center;
  font-size: 36px;
}
.wrapper .section2course .slider-profi {
  margin-top: 60px;
}
.wrapper .section2course .slider-profi .slick-prev {
  left: -5px;
  z-index: 3;
}
.wrapper .section2course .slider-profi .slick-prev:before {
  content: url(../img/leftt-link-mc.png);
}
.wrapper .section2course .slider-profi .slick-next {
  right: 15px;
}
.wrapper .section2course .slider-profi .slick-next:before {
  content: url(../img/right-link-mc.png);
}
.wrapper .section2course .slider-profi .slick-prev,
.wrapper .section2course .slider-profi .slick-next {
  top: 44%;
}
.wrapper .section2course .slider-profi .item-profi {
  background: #f3f8fc;
  margin-right: 15px;
  margin-left: 15px;
}
.wrapper .section2course .slider-profi .item-profi .info-real {
  padding: 25px 15px 25px 25px;
}
.wrapper .section2course .slider-profi .item-profi .info-real .text {
  font-size: 16px;
  letter-spacing: -0.2px;
}
.wrapper .section2course .slider-profi .item-profi .img-profi {
  max-width: 380px;
  width: 100%;
}
.wrapper .section3course {
  padding: 55px 0;
  background: #eaf1f7;
}
.wrapper .section3course .slider-nav-tabs {
  margin: 40px auto 0;
}
.wrapper .section3course .accordion .card .card-header.open button {
  -moz-transform: rotate(180deg);
  /* Для Firefox */
  -ms-transform: rotate(180deg);
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* Для Opera */
  transform: rotate(180deg);
}
.wrapper .section3course .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .section3course .title span {
  font-size: 30px;
  color: #ff6a64;
  display: flex;
  align-items: center;
  text-transform: initial;
  font-weight: 600;
}
.wrapper .section3course .title span img {
  margin-right: 10px;
  margin-bottom: 3px;
}
.wrapper .section3course .tab-content {
  margin-bottom: 30px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .left {
  max-width: 610px;
  margin-right: 10px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .left .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: inherit;
  margin-top: -10px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .left .dis li {
  margin-bottom: 10px;
  padding-left: 35px;
  line-height: 19px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .left .price-block {
  max-width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .left .price-block .button {
  margin-top: 5px;
  background: #2ba600;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .left .price-block .price {
  font-size: 24px;
  font-weight: 600;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .left .price-block .price span {
  font-size: 36px;
  font-weight: 700;
  color: #e26a64;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right {
  max-width: 610px;
  border-radius: 5px;
  background: #755f87;
  min-height: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 385px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .img-cur-info {
  position: relative;
  width: 100%;
  max-width: 230px;
  text-align: center;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .img-cur-info img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: -28px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .desc {
  padding-right: 10px;
  width: 100%;
  color: #fff;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .desc h3 {
  font-size: 24px;
  font-weight: 600;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .desc h3 a {
  color: #fff;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .desc h3 a:hover {
  color: #d1d2d4;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .desc .social {
  margin-bottom: 10px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .desc .social a {
  display: inline-block;
  margin-right: 3px;
}
.wrapper .section3course .tab-content .tab-pane .info-top-static .right .desc .text {
  margin-bottom: 10px;
}
.wrapper .section3course .tab-content .tab-pane .accordion .card .card-body {
  align-items: flex-start;
  flex-wrap: inherit;
}
.wrapper .section3course .tab-content .tab-pane .accordion .card .card-body .video {
  margin: 0 auto 0;
}
.wrapper .section4course {
  padding: 55px 0;
}
.wrapper .section4course .d-flex {
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper .section4course .d-flex .left {
  max-width: 610px;
  margin-right: 30px;
}
.wrapper .section4course .d-flex .left .title {
  margin-bottom: 20px;
  margin-top: -10px;
}
.wrapper .section4course .d-flex .left .dis li {
  margin-bottom: 10px;
  padding-left: 35px;
  line-height: 17px;
}
.wrapper .section4course .d-flex .right {
  max-width: 590px;
}
.wrapper .section4course .d-flex .right img {
  width: 100%;
}
.wrapper .section5course {
  background: #f3f8fc;
}
.wrapper .section5course .d-flex {
  align-items: center;
  justify-content: center;
}
.wrapper .section5course .left {
  max-width: 610px;
}
.wrapper .section5course .left img {
  width: 100%;
}
.wrapper .section5course .desc {
  max-width: 590px;
  margin-left: 30px;
  position: relative;
}
.wrapper .section5course .desc .pa {
  background: #e26a64;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  right: -470px;
  min-height: 55px;
}
.wrapper .section5course .desc .title {
  margin-bottom: 25px;
}
.wrapper .section5course .desc .slider-small .slick-prev {
  top: 22px;
  right: 110px;
  left: auto;
  z-index: 9;
}
.wrapper .section5course .desc .slider-small .slick-prev:before {
  content: url(../img/leftt-link-border.png);
}
.wrapper .section5course .desc .slider-small .slick-next {
  right: 0;
  top: 22px;
}
.wrapper .section5course .desc .slider-small .slick-next:before {
  content: url(../img/right-link-border.png);
}
.wrapper .section5course .desc .slider-small .slick-dots {
  width: 90px;
  top: 11px;
  right: 20px;
  bottom: auto;
}
.wrapper .section5course .desc .slider-small .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.wrapper .section5course .desc .slider-small .slick-dots .slick-active button:before {
  color: transparent;
}
.wrapper .section5course .desc .slider-small .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.wrapper .section5course .desc .slider-small .slick-dots li button {
  width: 10px;
  height: 10px;
}
.wrapper .section5course .desc .slider-small .slick-dots li button:before {
  width: 3px;
  height: 3px;
  font-size: 35px;
  color: #fff;
  opacity: 1;
  top: -4px;
}
.wrapper .section5course .desc .slider-small .top {
  font-size: 36px;
  font-weight: 700;
  border: 1px solid #e26a64;
  padding-left: 17px;
  color: #e26a64;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 55px;
}
.wrapper .section5course .desc .slider-small .top span {
  font-weight: 100;
  font-size: 26px;
  text-transform: uppercase;
  background: #e26a64;
  color: #fff;
  position: absolute;
  width: 91%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  left: 55px;
  min-height: 55px;
}
.wrapper .section5course .desc .slider-small .step-description {
  margin-top: 25px;
}
.wrapper .section5course .desc .slider-small .step-description .title-step {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wrapper .section5course .desc .slider-small .step-description .text {
  font-size: 18px;
  color: #838383;
}
.wrapper .section6course {
  padding: 55px 0;
}
.wrapper .section6course .title {
  text-align: center;
}
.wrapper .section7course {
  background-image: url(../img/section7course-bg.jpg);
  background-size: cover;
  min-height: 670px;
  background-position: center;
}
.wrapper .section7course .d-flex {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper .section7course .d-flex .desc {
  max-width: 720px;
  margin-right: 55px;
}
.wrapper .section7course .d-flex .desc .title {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.wrapper .section7course .d-flex .block-form {
  max-width: 455px;
  background-color: #4c0088;
  padding: 50px 30px;
}
.wrapper .section7course .d-flex .block-form .title-form {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  margin-bottom: 15px;
}
.wrapper .section7course .d-flex .block-form .tell {
  font-size: 36px;
  color: #fff;
  display: block;
  margin: auto;
  text-align: center;
  max-width: 315px;
  margin-bottom: 15px;
}
.wrapper .section7course .d-flex .block-form .ps {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.wrapper .section7course .d-flex .block-form form .check label {
  color: #fff;
}
.wrapper .section7course .d-flex .block-form form input {
  margin-bottom: 20px;
}
.wrapper .section8course {
  padding: 55px 0;
  background: #f3f8fc;
}
.wrapper .section8course .title {
  color: #e26a64;
  text-align: center;
  margin-bottom: 30px;
}
.wrapper .section8course .content {
  margin-bottom: 25px;
}
.wrapper .section8course .content p {
  font-size: 18px;
}
.wrapper .section8course .more-details {
  margin: auto;
}
.wrapper .section9course {
  padding: 55px 0;
}
.wrapper .section9course .title {
  text-transform: inherit;
}
.wrapper .section1 {
  background-image: url(../img/back-section1.jpg);
  background-size: cover;
  min-height: 790px;
  background-position: center 80%;
  position: relative;
  /*---------------*/
  /* .noo-atributes-item.active .noo-atributes-hover,
     .noo-atributes-item:hover .noo-atributes-hover {
       -webkit-transform: translate(0, 0);
       -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
       transform: translate(0, 0);
       visibility: visible;
       opacity: 1;
       filter: alpha(opacity=100)
     }

     .noo-atributes-item .noo-atributes-hover {
       position: absolute;
       bottom: 100%;
       left: 0;
       padding-bottom: 25px;
       opacity: 0;
       filter: alpha(opacity=0);
       visibility: hidden;
       -webkit-transform: translate(0, -70px);
       -ms-transform: translate(0, -70px);
       -o-transform: translate(0, -70px);
       transform: translate(0, -70px);
       -webkit-transition: all .8s ease 0s;
       -o-transition: all .8s ease 0s;
       transition: all .8s ease 0s
     }

     .noo-atributes-item .noo-atributes-content {
       position: relative;
       width: 270px;
       background-color: #fff;
       display: block;
       text-align: center;
       padding: 18px 5px 15px;
       margin-left: -103px;
       -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .3);
       box-shadow: 0 0 29px 0 rgba(0, 0, 0, .3)
     }

     .noo-atributes-item .noo-atributes-content strong {
       font-size: 18px;
       font-weight: 500;
       display: block;
       margin-bottom: 10px;
       color: #212121
     }
 */
  /*---------------*/
}
.wrapper .section1 .mob-img-real {
  display: none;
}
.wrapper .section1 .noo-atributes-item {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  bottom: 165px;
  right: 28px;
}
.wrapper .section1 .noo-atributes-item.noo-atributes-item1 {
  top: 0;
  left: 0;
}
.wrapper .section1 .noo-atributes-item.noo-atributes-item2 {
  left: 16px;
  bottom: 165px;
}
.wrapper .section1 .box-inner .box-inner-product .box-description-tab .box-content-tab h4 a,
.wrapper .section1 .box-inner .box-inner-product .product-box-header li span.acitve a {
  color: #ffffff;
}
.wrapper .section1 .noo-atributes-item .noo-atributes-content:before {
  content: '';
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
.wrapper .section1 .noo-atributes-item img {
  max-width: 48px;
  max-height: 48px;
  position: relative;
  z-index: 2;
}
.wrapper .section1 .noo-atributes-item .eff {
  display: inline-block;
  position: relative;
  width: 83px;
  height: 83px;
  text-align: center;
  line-height: 78px;
}
.wrapper .section1 .noo-atributes-item .eff .eff1 {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -34px;
  display: inline-block;
  border: 1px solid #e26a64;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: eff 1s infinite;
  animation-delay: .2s;
  animation-direction: alternate;
  -webkit-animation: eff 1s infinite;
  -webkit-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
.wrapper .section1 .noo-atributes-item .eff .eff2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border: 1px solid #e26a64;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: eff 1s infinite;
  animation-direction: alternate;
  -webkit-animation: eff 1s infinite;
  -webkit-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
@keyframes eff {
  from {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: .5;
    filter: alpha(opacity=50);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes eff {
  from {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: .5;
    filter: alpha(opacity=50);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.wrapper .section1 .visual-content {
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 0;
  align-items: flex-end;
}
.wrapper .section1 .visual-content .left .increase {
  right: 32px;
}
.wrapper .section1 .visual-content .left,
.wrapper .section1 .visual-content .right {
  max-width: 395px;
  position: relative;
}
.wrapper .section1 .visual-content .left .real,
.wrapper .section1 .visual-content .right .real {
  max-height: 680px;
}
.wrapper .section1 .visual-content .center {
  max-width: 500px;
  margin: auto;
}
.wrapper .section1 .visual-content .center .title {
  text-align: center;
}
.wrapper .section1 .visual-content .center .ps {
  font-weight: 600;
  font-size: 24px;
  margin-top: 15px;
  display: block;
  text-align: center;
}
.wrapper .section1 .visual-content .center .replaced .men {
  display: none;
  transition: 0.5s;
}
.wrapper .section1 .visual-content .center .replaced .women {
  display: block !important;
  transition: 0.5s;
}
.wrapper .section1 .visual-content .center .comment {
  padding: 25px;
  background: #fff;
  font-size: 14px;
  position: relative;
  max-width: 400px;
  margin: 0 auto 70px;
}
.wrapper .section1 .visual-content .center .comment .men:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 30px solid white;
  border-bottom: 25px solid transparent;
  position: absolute;
  left: -27px;
  top: 63px;
}
.wrapper .section1 .visual-content .center .comment .women {
  display: none;
}
.wrapper .section1 .visual-content .center .comment .women:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 30px solid white;
  border-bottom: 25px solid transparent;
  position: absolute;
  right: -27px;
  top: 63px;
}
.wrapper .section1 .visual-content .center .comment .name {
  margin-bottom: 10px;
}
.wrapper .section1 .visual-content .center .comment .inst {
  margin-bottom: 20px;
}
.wrapper .section1 .visual-content .center .comment .inst img {
  margin-right: 10px;
}
.wrapper .section1 .visual-content .center .comment .inst a {
  color: #e26a64;
}
.wrapper .section1 .visual-content .center .comment .text:last-child {
  margin-bottom: 0 !important;
}
.wrapper .section1 .visual-content .center .comment .text {
  margin-bottom: 20px;
}
.wrapper .section1 .visual-content .center .form {
  max-width: 400px;
  margin: 20px auto 0;
}
.wrapper .section1 .visual-content .center .form form button {
  margin-bottom: 40px;
}
.wrapper .section2 {
  padding: 60px 0;
  background-color: #f3f8fc;
}
.wrapper .section2 .title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper .section2 .title-section .img-youtube {
  max-width: 184px;
}
.wrapper .section2 .title-section .button-youtube {
  max-width: 320px;
}
.wrapper .section2 .title-section p {
  font-size: 49px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
}
.wrapper .section2 .video {
  width: 100%;
  max-width: 1038px;
  height: 100%;
  max-height: 580px;
  margin: 40px auto 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .section2 .video iframe {
  width: 100%;
  height: 580px;
}
.wrapper .section2 .video .play {
  position: absolute;
  z-index: 1;
}
.wrapper .section3 {
  padding: 60px 0;
}
.wrapper .section3 .unit-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper .section3 .unit-block .desc {
  max-width: 910px;
  margin-right: 30px;
}
.wrapper .section3 .unit-block .desc .details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.wrapper .section3 .unit-block .desc .details .ps {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.wrapper .section3 .unit-block .desc .title {
  margin-bottom: 40px;
}
.wrapper .section3 .unit-block .desc .all-plans {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper .section3 .unit-block .desc .all-plans .item {
  max-width: 290px;
  margin-top: 20px;
}
.wrapper .section3 .unit-block .desc .all-plans .item .title-content {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.wrapper .section3 .unit-block .desc .all-plans .item .dis li {
  margin-bottom: 15px;
  padding-left: 30px;
}
.wrapper .section3 .unit-block .desc img {
  max-width: 910px;
}
.wrapper .section3 .unit-block .form {
  background-image: url(../img/form_bg.jpg);
  max-width: 290px;
  height: auto;
  width: 100%;
  padding: 40px 15px 50px;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-position: center;
}
.wrapper .section3 .unit-block .form .title-form {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  line-height: 34px;
  margin-bottom: 20px;
}
.wrapper .section3 .unit-block .form form input {
  margin-bottom: 20px;
}
.wrapper .section4 {
  background-image: url(../img/back-section4.jpg);
  background-size: cover;
  background-position: center -185px;
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
}
.wrapper .section4 .unit-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper .section4 .unit-block .desc {
  max-width: 790px;
  width: 100%;
}
.wrapper .section4 .unit-block .desc .title {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.wrapper .section4 .unit-block .desc .ps {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.wrapper .section4 .unit-block .desc strong {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
}
.wrapper .section4 .unit-block .desc strong i {
  margin-right: 20px;
}
.wrapper .section4 .unit-block .desc .all-et {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.wrapper .section4 .unit-block .desc .all-et .item {
  max-width: 250px;
  padding: 10px 18px;
  background: #fff;
  -webkit-box-shadow: -1px 14px 42px -26px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 14px 42px -26px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 14px 42px -26px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
}
.wrapper .section4 .unit-block .desc .all-et .item .top {
  font-size: 48px;
  color: #e26a64;
  position: relative;
  font-weight: 600;
}
.wrapper .section4 .unit-block .desc .all-et .item .top span {
  position: absolute;
  font-size: 25px;
  color: #fff;
  background: #e26a64;
  display: block;
  right: -20px;
  top: 18px;
  width: 170px;
  padding-left: 10px;
  font-weight: 400;
}
.wrapper .section4 .unit-block .desc .all-et .item .title-content {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 23px;
}
.wrapper .section4 .unit-block .desc .all-et .item .dis li {
  margin-bottom: 10px;
  padding-left: 35px;
}
.wrapper .section4 .unit-block .desc .all-et .item .price {
  font-size: 60px;
  color: #e26a64;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: -15px;
}
.wrapper .section4 .unit-block .desc .button {
  max-width: 320px;
  margin: 40px auto;
  display: block;
}
.wrapper .section4 .unit-block .face-slider {
  max-width: 430px;
  margin-right: 25px;
}
.wrapper .section4 .unit-block .face-slider .main-img {
  display: block;
  border-radius: 50%;
  max-width: 415px;
}
.wrapper .section4 .unit-block .face-slider .litle-slider {
  max-width: 320px;
  margin: 30px auto 0;
}
.wrapper .section4 .unit-block .face-slider .litle-slider .slick-prev {
  left: -19px;
  z-index: 1;
}
.wrapper .section4 .unit-block .face-slider .litle-slider .slick-next {
  right: -2px;
}
.wrapper .section4 .unit-block .face-slider .litle-slider img {
  border-radius: 50%;
  margin: auto;
  border: 3px solid #f6d3d1;
}
.wrapper .section5 {
  padding: 60px 0;
}
.wrapper .section5 .unit-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrapper .section5 .unit-block .left {
  margin-right: 40px;
}
.wrapper .section5 .unit-block .left .main-img {
  max-width: 690px;
  width: 100%;
}
.wrapper .section5 .unit-block .desc {
  max-width: 500px;
}
.wrapper .section5 .unit-block .desc .title {
  margin-bottom: 20px;
}
.wrapper .section5 .unit-block .desc .top {
  font-size: 36px;
  font-weight: 700;
  border: 1px solid #e26a64;
  padding-left: 20px;
  color: #e26a64;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 55px;
}
.wrapper .section5 .unit-block .desc .top span {
  font-weight: 100;
  font-size: 26px;
  text-transform: uppercase;
  background: #e26a64;
  color: #fff;
  position: absolute;
  width: 400%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  left: 124px;
  min-height: 55px;
}
.wrapper .section5 .unit-block .desc .dis {
  margin: 20px 0;
}
.wrapper .section5 .unit-block .desc .dis li {
  margin-bottom: 10px;
  padding-left: 35px;
}
.wrapper .section6 {
  padding: 60px 0;
  background: #f3f8fc;
}
.wrapper .section6 .unit-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrapper .section6 .unit-block .right {
  margin-left: 35px;
}
.wrapper .section6 .unit-block .right .main-img {
  max-width: 715px;
  width: 100%;
}
.wrapper .section6 .unit-block .desc {
  max-width: 480px;
}
.wrapper .section6 .unit-block .desc .title {
  margin-bottom: 20px;
}
.wrapper .section6 .unit-block .desc .top {
  font-size: 36px;
  font-weight: 700;
  border: 1px solid #e26a64;
  padding-left: 20px;
  color: #e26a64;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 55px;
}
.wrapper .section6 .unit-block .desc .top .pa {
  background: #e26a64;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  left: -470px;
  min-height: 55px;
}
.wrapper .section6 .unit-block .desc .top span {
  font-weight: 100;
  font-size: 26px;
  text-transform: uppercase;
  background: #e26a64;
  color: #fff;
  position: absolute;
  width: 75%;
  display: flex;
  align-items: center;
  height: 100%;
  left: 124px;
  min-height: 55px;
  justify-content: center;
}
.wrapper .section6 .unit-block .desc .top span u {
  text-decoration: none;
  margin-left: 5px;
}
.wrapper .section6 .unit-block .desc .dis {
  margin: 20px 0;
}
.wrapper .section6 .unit-block .desc .dis li {
  margin-bottom: 10px;
  padding-left: 35px;
}
.wrapper .section7 {
  padding: 60px 0;
}
.wrapper .section7 .title {
  margin-bottom: 30px;
}
.wrapper .section7 .all-article-index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper .section7 .all-article-index .title-content {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
  display: block;
  color: #3f3d3d;
}
.wrapper .section7 .all-article-index .text {
  color: #838383;
  line-height: 17px;
  font-size: 14px;
}
.wrapper .section7 .all-article-index .big-article {
  max-width: 600px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.wrapper .section7 .all-article-index .big-article .title-content {
  margin-top: 10px;
}
.wrapper .section7 .all-article-index .big-article img {
  max-width: 600px;
  width: 100%;
}
.wrapper .section7 .all-article-index .small-articles {
  max-width: 600px;
}
.wrapper .section7 .all-article-index .small-articles .item {
  display: flex;
  margin-bottom: 20px;
  max-height: 125px;
  overflow: hidden;
  max-width: none;
}
.wrapper .section7 .all-article-index .small-articles .item img {
  margin-right: 25px;
  max-width: 185px;
  max-height: 125px;
}
.wrapper .section8 {
  background-image: url(../img/back-section4.jpg);
  background-size: cover;
  background-position: center -260px;
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
}
.wrapper .section8 .title {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.wrapper .section8 .achievements-slider {
  margin-bottom: 30px;
}
.wrapper .section8 .achievements-slider .slick-prev {
  left: 0;
  z-index: 1;
}
.wrapper .section8 .achievements-slider .slick-next {
  right: 15px;
}
.wrapper .section8 .achievements-slider .slick-list {
  min-height: 375px;
  padding: 30px 5px 0 5px;
}
.wrapper .section8 .achievements-slider .item {
  padding: 15px;
  border-radius: 6px;
  background: #fff;
  margin: 20px;
  -webkit-box-shadow: 2px 5px 38px -25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 5px 38px -25px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 5px 38px -25px rgba(0, 0, 0, 0.75);
  transition: 1s;
}
.wrapper .section8 .achievements-slider .item:hover {
  transform: scale(1.3);
  margin-top: 10px;
}
.wrapper .section8 .achievements-slider .item img {
  max-width: 180px;
  display: block;
  margin: auto;
}
.wrapper .section8 .bottom-block {
  margin-top: 50px;
}
.wrapper .section8 .bottom-block .title {
  color: #e26a64;
  margin-bottom: 10px;
  text-align: left;
}
.wrapper .section8 .bottom-block .ps {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}
.wrapper .section8 .bottom-block a {
  color: #e26a64;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.wrapper .section8 .bottom-block a:hover {
  text-decoration: none;
}
.wrapper .section9 {
  background-image: url(../img/back-section9.jpg);
  background-size: cover;
  min-height: 490px;
  background-position: center 80%;
  position: relative;
}
.wrapper .section9 .mob-img-real {
  display: none;
}
.wrapper .section9 .visual-content {
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 0;
  align-items: flex-end;
}
.wrapper .section9 .visual-content .left .increase {
  right: 32px;
}
.wrapper .section9 .visual-content .left,
.wrapper .section9 .visual-content .right {
  max-width: 395px;
  position: relative;
}
.wrapper .section9 .visual-content .left .real,
.wrapper .section9 .visual-content .right .real {
  max-height: 680px;
}
.wrapper .section9 .visual-content .left .increase,
.wrapper .section9 .visual-content .right .increase {
  position: absolute;
  z-index: 1;
  bottom: 240px;
  max-width: 85px;
}
.wrapper .section9 .visual-content .left .increase img,
.wrapper .section9 .visual-content .right .increase img {
  width: 100%;
}
.wrapper .section9 .visual-content .center {
  max-width: 565px;
  margin: auto;
}
.wrapper .section9 .visual-content .center .title {
  text-align: center;
}
.wrapper .section9 .visual-content .center .ps {
  font-weight: 600;
  font-size: 24px;
  margin-top: 15px;
  display: block;
  text-align: center;
}
.wrapper .section9 .visual-content .center .form {
  max-width: 400px;
  margin: 20px auto 0;
}
.wrapper .section9 .visual-content .center .form form button {
  margin-bottom: 60px;
}
.wrapper .section9 .visual-content .center .form .comment {
  padding: 25px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 70px;
}
.wrapper .section9 .visual-content .center .form .comment .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wrapper .section9 .visual-content .center .form .comment .inst {
  margin-bottom: 20px;
  display: block;
}
.wrapper .section9 .visual-content .center .form .comment .inst img {
  margin-right: 10px;
}
.wrapper .section9 .visual-content .center .form .comment .inst a {
  color: #e26a64;
}
.wrapper .section9 .visual-content .center .form .comment .text:last-child {
  margin-bottom: 0 !important;
}
.wrapper .section9 .visual-content .center .form .comment .text {
  margin-bottom: 20px;
}
.wrapper #toTop {
  cursor: pointer;
  position: fixed;
  right: 110px;
  top: 91%;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.wrapper footer {
  background: #f3f8fc;
}
.wrapper footer .footer-bottom {
  padding: 25px 0;
  background: #fff;
}
.wrapper footer .footer-bottom p {
  font-weight: 400;
  text-align: center;
  color: #838383;
}
.wrapper footer .footer-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 35px;
}
.wrapper footer .footer-main ul li {
  margin-bottom: 5px;
}
.wrapper footer .footer-main ul li a {
  font-size: 15px;
  color: #838383;
}
.wrapper footer .footer-main ul li a:hover {
  text-decoration: underline;
}
.wrapper footer .footer-main .advertising-block-small {
  margin-top: 20px;
  max-width: 300px;
}
.wrapper footer .footer-main .footer-link {
  margin-top: 20px;
}
.wrapper footer .footer-main .footer-contact {
  margin-top: 20px;
}
.wrapper footer .footer-main .footer-contact .contact a {
  display: block;
  font-size: 18px;
  color: #3f3d3d;
}
.wrapper footer .footer-main .footer-contact .contact a:hover i {
  color: #ce625c;
}
.wrapper footer .footer-main .footer-contact .contact a i {
  color: #e26a64;
  margin-right: 10px;
}
.wrapper footer .footer-main .footer-contact .contact .facebook-link {
  margin-top: 10px;
  margin-bottom: 15px;
}
.wrapper footer .footer-main .footer-map-site {
  margin-top: 20px;
}
.wrapper footer .footer-main .footer-map-site .title-content {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .wrapper .articles .container {
    max-width: 1200px;
  }
}
@media (min-width: 768px) {
  .wrapper .articles .container {
    max-width: 960px;
  }
}
@media (min-width: 576px) {
  .wrapper .articles .container {
    max-width: 1260px;
  }
}
@media (min-width: 300px) {
  .wrapper .modal-dialog {
    max-width: 425px;
  }
  .wrapper .modal-dialog .close {
    font-size: 35px;
    font-weight: 400;
    position: absolute;
    right: 0;
    margin-right: 20px;
    top: 5px;
  }
  .wrapper .modal-dialog .modal-content {
    padding: 30px 15px;
    background: #eee;
  }
  .wrapper .modal-dialog .modal-content form input {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .wrapper .container {
    max-width: 1260px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .wrapper header .header-menu .navbar .nav-link {
    padding: 8px 18px;
  }
}
@media (max-width: 1259px) {
  .wrapper .section1course .d-flex .desc {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
  }
  .wrapper .section1course .d-flex .desc .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .wrapper .section1course .d-flex .desc .ps {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .wrapper .section3course .tab-content .tab-pane .info-top-static {
    flex-direction: column-reverse;
    align-items: center;
  }
  .wrapper .section3course .tab-content .tab-pane .info-top-static .right {
    margin-bottom: 20px;
  }
  .wrapper .section4course .d-flex .left {
    margin-right: 0;
  }
  .wrapper .section4course .d-flex .left .dis {
    margin-bottom: 25px;
  }
  .wrapper .section7course .d-flex .desc {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .wrapper .section9course {
    padding: 55px 0 15px;
  }
  .wrapper .section9course .all-article .item {
    margin: 0 5px 25px 5px;
  }
  .wrapper .all-article {
    justify-content: space-evenly;
  }
  .wrapper .section5 .unit-block .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapper .section5 .unit-block .desc {
    max-width: none;
    width: 100%;
  }
  .wrapper .section5 .unit-block .desc .title {
    text-align: center;
  }
  .wrapper .section5 .unit-block .desc .top span {
    font-size: 18px;
  }
  .wrapper .section5 .unit-block .desc .more-details {
    margin: auto;
  }
  .wrapper .section6 .unit-block .right {
    margin-left: 0;
  }
  .wrapper .section6 .unit-block .desc {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .wrapper .section6 .unit-block .desc .title {
    text-align: center;
  }
  .wrapper .section6 .unit-block .desc .top span {
    font-size: 18px;
    width: 400%;
    padding-left: 20px;
    justify-content: flex-start;
    left: 120px;
  }
  .wrapper .section6 .unit-block .desc .top .pa {
    display: none;
  }
  .wrapper .section6 .unit-block .desc .more-details {
    margin: auto;
  }
  .wrapper .section7 .title {
    text-align: center;
  }
  .wrapper .section7 .all-article .big-article {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapper header .header-top {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .wrapper .section5course {
    padding: 40px 0;
  }
  .wrapper .articles .search-top-block .center {
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrapper .articles .article .video .img-video {
    max-height: 320px;
  }
  .wrapper .articles .article .content .img-article-medium {
    float: none;
    margin: 0 0 20px 0;
  }
  .wrapper header .header-top .header-personal-block-info {
    margin-left: 0;
  }
  .wrapper .section2 .video iframe {
    height: 480px;
  }
  .wrapper .section3 .unit-block .desc {
    margin-right: 0;
  }
  .wrapper .section3 .unit-block .desc .details {
    justify-content: center;
  }
  .wrapper .section1 .visual-content {
    position: relative;
    padding-top: 35px;
  }
  .wrapper .section9 .visual-content {
    position: relative;
    padding-top: 35px;
  }
  .wrapper .navbar-toggler {
    margin: 10px;
  }
  .wrapper .section2course .slider-profi .item-profi .info-real .text {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .wrapper .section2course .slider-profi .item-profi .info-real .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
  }
  .wrapper .section3course .tab-content .tab-pane .accordion .card .card-body {
    flex-direction: column-reverse;
  }
  .wrapper .section3course .tab-content .tab-pane .accordion .card .card-body .desc {
    max-width: none;
    margin-right: 0;
  }
  .wrapper .section3course .tab-content .tab-pane .accordion .card .card-body .video {
    margin: 15px auto 25px;
  }
}
@media (max-width: 991px) {
  .wrapper .section3course .slider-nav-tabs {
    margin: 20px auto 0;
  }
  .wrapper .section5course .desc {
    margin-left: 0;
    max-width: 100%;
  }
  .wrapper .section5course .desc .slider-small .top {
    width: 95%;
  }
  .wrapper .section5course .left {
    display: none;
  }
  .wrapper .section2 .video iframe {
    height: 375px;
  }
  .wrapper .section1 .mob-img-real {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .wrapper .section1 .mob-img-real .shell {
    position: relative;
  }
  .wrapper .section1 .mob-img-real .shell .noo-atributes-item {
    bottom: -13px;
    left: 75px;
  }
  .wrapper .section1 .mob-img-real .item {
    max-width: 260px;
    display: flex;
    border-radius: 50%;
    border: 10px solid #e26a64;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    background: #fff;
    margin: 20px;
  }
  .wrapper .section1 .mob-img-real .item .real {
    max-width: 260px;
    min-height: 230px;
  }
  .wrapper .section1 .visual-content .center {
    display: flex;
    flex-direction: column-reverse;
  }
  .wrapper .section1 .visual-content .center .comment .women:before {
    right: 20px;
    top: -39px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .wrapper .section1 .visual-content .center .comment .men:before {
    left: 27px;
    top: -37px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .wrapper .section1 .visual-content .left,
  .wrapper .section1 .visual-content .right {
    display: none;
  }
  .wrapper .section9 .mob-img-real {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .wrapper .section9 .mob-img-real .shell {
    position: relative;
  }
  .wrapper .section9 .mob-img-real .shell .increase {
    position: absolute;
    bottom: 10px;
    left: 30px;
  }
  .wrapper .section9 .mob-img-real .shell .increase img {
    max-width: 80px;
  }
  .wrapper .section9 .mob-img-real .item .real {
    max-width: 200px;
    min-height: 200px;
    display: block;
    border: 10px solid #e26a64;
    border-radius: 50%;
    margin: 20px;
    width: 100%;
    padding-top: 10px;
    background: #fff;
  }
  .wrapper .section9 .visual-content .left,
  .wrapper .section9 .visual-content .right {
    display: none;
  }
  .wrapper .section3 .unit-block .desc .title {
    text-align: center;
  }
  .wrapper .section3 .unit-block .desc .plans img {
    display: none;
  }
  .wrapper .section3 .unit-block .desc .plans .all-plans {
    justify-content: center;
  }
  .wrapper .section3 .unit-block .desc .plans .all-plans .item {
    margin: 25px;
  }
  .wrapper .section4 .unit-block .face-slider {
    margin-bottom: 25px;
  }
  .wrapper .section4 .unit-block .desc .all-et {
    justify-content: center;
  }
  .wrapper .section4 .unit-block .item {
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .wrapper .articles .search-top-block .center form {
    margin-top: -15px;
  }
  .wrapper .articles .search-top-block .center .title {
    font-size: 26px;
    line-height: 28px;
  }
  .wrapper .articles .content-articles {
    flex-wrap: wrap;
    padding: 35px 0 35px;
  }
  .wrapper .articles .content-articles .all-article {
    margin-left: 0;
  }
  .wrapper .articles .content-articles .article {
    margin-left: 0;
  }
  .wrapper .articles .content-articles .article .title-page {
    font-size: 28px;
    font-weight: 700;
  }
  .wrapper .articles .content-articles .sidebar {
    width: 100%;
    max-width: none;
  }
  .wrapper .articles .content-articles .sidebar .sidebar-menu {
    display: none;
  }
  .wrapper .articles .content-articles .sidebar .drop {
    display: block;
  }
  .wrapper .articles .content-articles .sidebar .sidebar-advertising {
    display: none;
  }
  .wrapper .personal2 .accordion .card .card-header .mb-0 {
    flex-direction: column;
    align-items: normal;
  }
  .wrapper .personal2 .accordion .card .card-header .mb-0 .button-block {
    max-width: none;
    margin-top: 15px;
  }
  .wrapper .personal2 .accordion .card .card-body {
    flex-direction: column-reverse;
    align-items: center;
  }
  .wrapper .personal2 .accordion .card .card-body .medium-button-collapse {
    max-width: 225px;
    bottom: -19px;
    font-size: 16px;
    font-weight: 400;
    min-height: 30px;
  }
  .wrapper .personal2 .accordion .card .card-body .right {
    margin-left: 0;
  }
  .wrapper .accordion .card .card-body {
    padding: 0 15px 20px 15px !important;
  }
  .wrapper .accordion .card .card-header {
    padding: 10px 15px 10px 15px !important;
  }
  .wrapper .accordion .card .card-header .mb-0 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }
  .wrapper .accordion .card .card-header .mb-0 span {
    font-size: 20px;
    margin-right: 5px;
  }
  .wrapper .section3 .unit-block .desc .details a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wrapper .personal1 .tab-content .tab-pane .info-lesson .text {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .section8course .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .replace .women:before {
    display: none !important;
  }
  .wrapper .replace .men:before {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .wrapper .articles .article .video .img-video {
    max-height: 230px;
  }
  .wrapper .articles .article .content img {
    max-width: 100% !important;
  }
  .wrapper header .header-top .header-personal-block-info .choice,
  .wrapper .tools,
  .wrapper .personal-list,
  .wrapper .exit {
    min-width: 270px;
    margin: 10px 0 0 0 !important;
  }
  .wrapper .section2 .video iframe {
    height: 300px;
  }
  .wrapper .title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .wrapper .ps {
    font-size: 18px !important;
  }
  .wrapper .section2 .video .play {
    max-width: 40px;
  }
  .wrapper .section2 .title-section a {
    font-size: 12px;
  }
  .wrapper .section2 .title-section p {
    font-size: 30px;
  }
  .wrapper .section3 .unit-block .desc .plans .all-plans .item {
    margin: 25px 0;
  }
  .wrapper .section4 {
    background-position: center -400px;
    background-image: url(../img/back-section4-1.jpg);
  }
  .wrapper .section7 .all-article-index .small-articles .item {
    flex-wrap: wrap;
    max-height: none;
    overflow: unset;
  }
  .wrapper .section7 .all-article-index .small-articles .item .title-content {
    margin-top: 10px;
  }
  .wrapper .section8 {
    background-position: center -615px;
    background-image: url(../img/back-section4-1.jpg);
  }
  .wrapper .section4 .unit-block .desc strong {
    font-size: 28px;
  }
  .wrapper .section4 .unit-block .face-slider {
    margin-right: 0;
  }
  .wrapper .section4 .unit-block .face-slider .main-img {
    border-radius: inherit;
    max-width: 320px;
    margin: auto;
  }
  .wrapper .section4 .unit-block .face-slider .litle-slider {
    max-width: 220px;
  }
  .wrapper .section6 .unit-block .desc .top span .dn {
    display: none;
  }
  .wrapper .section7 .all-article .small-articles .item {
    flex-wrap: wrap;
    max-height: none;
  }
  .wrapper .section7 .all-article .small-articles .item .desc-article {
    margin-top: 5px;
  }
  .wrapper .section2course .slider-profi .item-profi .img-profi {
    max-width: none;
  }
  .wrapper .section3course .title span {
    font-size: 22px;
    line-height: 23px;
    margin-top: 20px;
  }
  .wrapper .section5course {
    padding: 40px 0 10px 0;
  }
  .wrapper .section5course .desc .pa {
    right: -280px;
  }
  .wrapper .section5course .desc .slider-small .step-description .text {
    font-size: 16px;
    line-height: 21px;
  }
  .wrapper .section5course .desc .slider-small .top {
    width: 88%;
  }
  .wrapper .section5course .left {
    display: none;
  }
}
@media (max-width: 450px) {
  .wrapper .section3course .tab-content .tab-pane .info-top-static .right {
    min-height: auto;
    padding: 15px;
  }
  .wrapper .section3course .tab-content .tab-pane .info-top-static .right .img-cur-info {
    display: none;
  }
  .wrapper .section7course .d-flex .block-form {
    padding: 30px 15px;
  }
  .wrapper .section7course .d-flex .block-form form button {
    line-height: 25px;
  }
  .wrapper .section7course .d-flex .block-form .ps {
    font-size: 16px !important;
  }
  .wrapper .section7course .d-flex .block-form .tell {
    font-size: 25px;
    font-weight: 400;
  }
  .wrapper .section7course .d-flex .block-form .title-form {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 14px;
  }
  .wrapper .section1course .d-flex .block-form {
    padding: 30px 15px;
  }
  .wrapper .section1course .d-flex .block-form .title-form {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 14px;
  }
}

.text-content p{
  margin-bottom: 10px;
  font-size: 16px !important;
}
.text-content p span {
  font-size: 16px !important;
}
.text-content strong {
  font-weight: bold;
}
.mt-0 {
  margin-top: 0;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mb-30{
  margin-bottom: 30px;
}
.exception{
  padding: 24px 0 14px;
  margin: 0 20px;
}
.exception p {
  margin: 18px 0;
  line-height: 18px;
}
.exception h1{
  color:red;
  font-family: Arial, cursive;
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.exception .exceptionBody{
  font-size: 1.4em;
  text-align: center;
}