@charset "UTF-8";
body {
  font: 100% "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
  color: #393939;
  font-size: 14px;
  line-height: 1.5em;
}
a {
  color: #393939;
  text-decoration: none;
}
.desktop_hide {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  select, textarea, input {
    font-size: 16px !important;
  }
}
.wr {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
}
.wr .wr {
  padding-left: 0;
  padding-right: 0;
}
.wr.wr_wide {
  max-width: 1400px;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0;
}
span[data-name="your-consent"] {
  color: #999;
}
span[data-name="your-consent"] .wpcf7-not-valid {
  color: #e50000;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.article p {
  padding-bottom: 1em;
  line-height: 1.75em;
}
.article img {
  max-width: 100%;
  height: auto;
  display: block;
}
.article img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.article img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.article img.aligncenter {
  margin: 0 auto;
}
.article ul, .article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}
.article ul li, .article ol li {
  line-height: 1.5em;
  transform: translateX(1.5em);
}
.article blockquote {
  margin-bottom: 35px;
  padding: 30px;
  background: #fcfbfb;
  position: relative;
}
.article *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.title_1, .article h1 {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 0.5em;
  line-height: 1.2em;
}
.title_2, .article h2 {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 0.5em;
  line-height: 1.2em;
}
.title_3, .article h3 {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 0.5em;
  line-height: 1.2em;
}
.title_4, .article h4 {
  font-size: 20px;
  padding-bottom: 0.5em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .article img.aligncenter, .article img.alignright, .article img.alignleft {
    float: none !important;
    margin: 0 auto 20px !important;
  }
}
.img_wr > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.img_bg {
  position: relative;
  min-height: 200px;
}
.img_bg > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox-close {
  right: 18px;
  top: 18px;
  width: 15px;
  height: 15px;
  background: url(../i/close.svg) no-repeat center center !important;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.fancybox-close:hover {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup {
  background: #fff;
  width: 400px;
  padding: 30px;
  text-align: center;
}
.popup .title {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
.popup input[type="submit"], .popup .item {
  margin-bottom: 20px;
}
.popup .accept_wr {
  justify-content: center;
}
.popup.order_wide {
  max-width: 600px;
  width: 100%;
}
.popup.order_wide .df:not(.accept_wr) {
  justify-content: space-between;
}
.popup.order_wide .df:not(.accept_wr) .item {
  width: calc(50% - 10px);
}
form .wpcf7-form-control-wrap {
  margin-bottom: 0px;
  display: block;
}
form textarea, form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"] {
  height: 50px;
  line-height: 50px;
  background: none;
  border: 1px solid #e6e6e6;
  color: #393939;
  text-indent: 17px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
form textarea::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder {
  color: #393939;
}
form textarea::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="number"]::-moz-placeholder {
  color: #393939;
}
form textarea:-moz-placeholder, form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="number"]:-moz-placeholder {
  color: #393939;
}
form textarea:-ms-input-placeholder, form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder {
  color: #393939;
}
form select {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e6e6e6;
  color: #393939;
  text-indent: 17px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  background: transparent url(../i/carret.svg) no-repeat calc(100% - 17px) center;
  color: #393939;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
form input[type="number"] {
  -moz-appearance: textfield;
}
form input::-webkit-outer-spin-button, form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
form textarea {
  resize: none;
  height: 150px;
  line-height: 1em;
  padding-top: 10px;
  text-indent: 0;
  padding-left: 17px;
  line-height: 1.2em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
form button[type="submit"], form input[type="submit"], form .wpcf7-submit {
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
  height: 70px;
  background: #f1e7ff;
  color: #8431ee;
  font-size: 16px;
  border: none;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500;
  border-radius: 85px;
  line-height: 48px;
  height: 50px;
  font-size: 16px;
  padding: 0 45px !important;
  border: 1px solid #8431ee;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
form button[type="submit"]:Hover, form input[type="submit"]:Hover, form .wpcf7-submit:Hover {
  color: #fff;
  background: #8431ee;
}
span[data-name="your-consent"] {
  color: #393939;
}
span[data-name="your-consent"] label {
  cursor: pointer;
}
span[data-name="your-consent"] label input {
  display: none;
}
span[data-name="your-consent"] label input + span {
  font-size: 13px;
  line-height: 1.2em;
  position: relative;
  padding-left: 34px;
}
span[data-name="your-consent"] label input + span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #333;
  color: #333;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 19px;
  text-align: center;
  box-sizing: border-box;
  font-size: 10px;
  border-radius: 100%;
}
span[data-name="your-consent"] label input + span:before:hover {
  opacity: 0.7;
}
span[data-name="your-consent"] label input:checked + span:before {
  content: "";
}
span[data-name="your-consent"] .wpcf7-not-valid {
  color: #e50000;
}
span[data-name="your-consent"] .wpcf7-not-valid input + span:before {
  border-color: #e50000 !important;
}
.pager {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
.pager .current, .pager a {
  margin: 0 13px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  text-align: center;
  color: #393939;
  text-decoration: none;
}
.pager .current {
  color: #999 !important;
}
.pager .prev, .pager .next {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #393939;
  font-size: 24px;
  border: 1px solid #393939;
  text-decoration: none;
}
.crumbs {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 44px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.crumbs a {
  text-decoration: none;
}
.crumbs i, .crumbs .arrow {
  padding: 0 10px;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
a {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.btn_wr.df {
  justify-content: flex-start;
}
.btn_wr.df a + a {
  margin-left: 10px;
}
.btn_wr a.btn {
  line-height: 40px;
  height: 42px;
  background: #f1e7ff;
  color: #8431ee;
  padding: 0 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 85px;
  display: inline-block;
  border: 1px solid #8431ee;
  position: relative;
}
.btn_wr a.btn svg {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
}
.btn_wr a.btn:hover {
  background: #8431ee;
  color: #fff;
}
.btn_wr a.btn.btn_i {
  padding-right: 35px;
}
.btn_wr a.btn.btn_orange {
  background: #fff0e1;
  color: #ff7a00;
  border-color: #ff7a00;
}
.btn_wr a.btn.btn_orange:hover {
  color: #fff;
  background: #ff7a00;
}
.btn_wr a.btn.btn_fill {
  background: #8431ee;
  color: #fff;
}
.btn_wr a.btn.btn_fill:hover {
  background: transparent;
  color: #8431ee;
}
.btn_wr a.btn.btn_inverse {
  background: transparent;
  color: #8431ee;
}
.btn_wr a.btn.btn_inverse:hover {
  background: #8431ee;
  color: #fff;
}
.btn_wr a.btn.btn_white {
  background: white;
  color: #393939;
  border-color: white;
}
.btn_wr a.btn.btn_white:hover {
  background: #ff7a00;
  color: #fff;
  border-color: #ff7a00;
}
.btn_wr a.btn.btn_small {
  line-height: 28px;
  height: 28px;
  border: none;
  font-weight: 600;
  background: #0cf3ff;
  color: #fff;
}
.btn_wr a.btn.btn_small:hover {
  background: #fff;
  color: #8431ee;
}
.btn_wr a.btn.btn_large {
  line-height: 48px;
  height: 50px;
  font-size: 16px;
  padding: 0 45px;
}
.soc a {
  display: block;
  margin-left: 7px;
}
.soc a:first-child {
  margin-left: 0;
}
.soc i {
  text-align: center;
  line-height: 26px;
  height: 26px;
  width: 26px;
  background: #ff7a00;
  color: #fff;
  font-size: 16px;
  border-radius: 100%;
}
.page_wr {
  padding-bottom: 60px;
  min-height: calc(100vh - 320px);
}
.box_bg {
  background: #f8f5ff;
  padding: 30px;
  border-radius: 30px;
}
.stars i {
  color: #ff7a00;
  padding-right: 4px;
}
.stars i.empty {
  color: #f6f6f6;
}
.logo {
  align-items: center;
}
.logo span {
  padding-left: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2em;
}
.header {
  background: #fff;
  position: relative;
}
.header .wr > .df {
  height: 110px;
  padding-bottom: 35px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .header ul.menu li {
    display: block;
  }
  .header ul.menu li + li {
    margin-left: 35px;
  }
  .header ul.menu li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 66px;
    text-transform: uppercase;
  }
  .header ul.menu li a:hover {
    background: #ff7a00;
    color: #fff;
  }
  .header ul.menu li a:hover i {
    border-color: #fff;
  }
  .header ul.menu li.parent i {
    position: relative;
    top: -3px;
    margin-left: 5px;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
  }
  .header ul.menu li.parent.active i {
    top: 0;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .header ul.menu li ul {
    display: none;
  }
}
.header .header_info .item {
  margin-right: 20px;
  align-items: center;
}
.header .header_info .item:last-child {
  margin-right: 0;
}
.header .header_info .item .num {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #8431ee;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.header .header_info .item .title {
  padding-left: 5px;
  font-size: 12px;
}
.header_bottom {
  background: #fff;
  padding: 32px 0;
}
.header_bottom .wr > .df {
  align-items: center;
  justify-content: space-between;
}
.header_bottom .wr > .df h1 {
  max-width: 50%;
  padding-right: 10px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.24em;
}
.header_bottom .wr > .df .author {
  max-width: 500px;
  width: 100%;
  align-items: center;
  background: #fcfbfb;
  padding: 12px;
  border-radius: 15px;
}
.header_bottom .wr > .df .author .left {
  width: calc(100% - 110px);
  padding-right: 20px;
}
.header_bottom .wr > .df .author .left .title {
  font-weight: 600;
  font-size: 18px;
}
.header_bottom .wr > .df .author .left .body {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2em;
}
.header_bottom .wr > .df .author .left .soc {
  margin-top: 10px;
}
.header_bottom .wr > .df .author .img_wr {
  width: 110px;
}
.header_bottom .wr > .df .author .img_wr img {
  border-radius: 10px;
}
.top_text_block {
  margin-bottom: 30px;
  background: #fff0e1;
}
.top_text_block > .df {
  justify-content: space-between;
}
.top_text_block > .df .img_wr {
  width: 295px;
}
.top_text_block > .df .img_wr img {
  border-radius: 15px;
}
.top_text_block > .df .img_wr + .article {
  padding-left: 30px;
  width: calc(100% - 295px);
}
.top_text_block > .df .article {
  width: 100%;
}
.top_text_block > .df .article .upd {
  font-size: 14px;
  border-radius: 30px;
  background: #f1e7ff;
  padding: 7px 10px;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.catalog_listing_wr > form {
  justify-content: space-between;
  align-items: center;
}
.catalog_listing_wr > form .df {
  align-items: center;
}
.catalog_listing_wr > form .df label {
  font-weight: bold;
  padding-right: 20px;
}
.catalog_listing_wr > form .df select[name="sort"] {
  min-width: 180px;
}
.catalog_listing_wr > form .df select[name="filter"] {
  min-width: 320px;
}
.course_item {
  padding: 20px 25px;
  border-radius: 30px;
  background-color: #f9f4ff;
}
.course_item .img_bg img {
  border-radius: 15px;
}
.course_item .date {
  font-weight: 500;
}
.course_item .date strong {
  font-weight: bold;
  color: #ff7a00;
}
.course_item .title {
  min-height: 60px;
  font-size: 22px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.4em;
}
.course_item .article {
  font-size: 12px;
  margin-top: 5px;
  height: 144px;
  overflow: hidden;
}
.course_item .duration {
  font-size: 12px;
  line-height: 2.5em;
  margin-top: 15px;
}
.course_item .price_box {
  padding-top: 2px;
  align-items: center;
}
.course_item .price_box del {
  font-size: 16px;
  color: #6f6f6f;
  padding-right: 10px;
}
.course_item .price_box .price {
  font-size: 22px;
  font-weight: bold;
  color: #ff7a00;
}
.course_item .price_box .discount {
  margin-left: auto;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  padding: 0 6px;
  background: #e50000;
  border-radius: 50px;
  color: #fff;
}
.course_item .btn_wr {
  padding-top: 20px;
}
.courses_listing {
  flex-wrap: wrap;
  margin-top: 30px;
}
.courses_listing .item {
  width: calc(33.333% - 15px);
  margin-right: 22px;
  margin-bottom: 22px;
}
.courses_listing .item:nth-child(3n) {
  margin-right: 0;
}
.catalog_listing {
  padding-top: 30px;
  padding-bottom: 20px;
}
.catalog_listing .item_bg {
  margin-bottom: 40px;
}
.catalog_listing .item {
  margin-bottom: 20px;
}
.catalog_listing .left {
  width: 454px;
}
.catalog_listing .left .mini_gallery {
  position: relative;
  overflow: hidden;
}
.catalog_listing .left .mini_gallery .img_wr img {
  object-position: center top;
  object-fit: cover;
  height: 340px;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}
.catalog_listing .left .video_lnk {
  align-items: center;
  justify-content: center;
  max-height: 340px;
  position: relative;
}
.catalog_listing .left .video_lnk i {
  color: #fff;
  font-size: 66px;
  line-height: 66px;
  height: 66px;
  width: 66px;
  text-align: center;
  position: absolute;
  left: calc(50% - 33px);
  top: calc(50% - 33px);
  text-shadow: 0px 0px 1px black;
}
.catalog_listing .left .video_lnk i:hover {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.catalog_listing .center {
  padding: 0 25px;
  width: 40%;
  box-sizing: border-box;
}
.catalog_listing .center .title_3 {
  line-height: 1.1em;
  padding-bottom: 15px;
}
.catalog_listing .center .rating_wr {
  padding-bottom: 20px;
}
.catalog_listing .center .rating_wr .df {
  align-items: center;
}
.catalog_listing .center .rating_wr .rating {
  padding-top: 20px;
}
.catalog_listing .center .rating_wr .stars {
  padding-right: 10px;
}
.catalog_listing .center .article {
  padding-bottom: 10px;
}
.catalog_listing .center .link_club {
  color: #ff7a00;
  font-weight: bold;
}
.catalog_listing .center .link_club:hover {
  color: #8431ee;
}
.catalog_listing .right {
  padding-left: 20px;
  width: 25%;
  box-sizing: border-box;
}
.catalog_listing .right .col {
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.catalog_listing .right .col a {
  color: #393939;
  text-decoration: underline;
}
.catalog_listing .right .col a:hover {
  color: #ff7a00;
}
.catalog_listing .right .col_l {
  font-size: 18px;
}
.catalog_listing .right .coupons {
  padding: 10px 0;
}
.catalog_listing .right .coupons.df {
  flex-direction: column;
  gap: 15px;
}
.catalog_listing .right .coupons.df a {
  text-align: center;
}
.catalog_listing .right .coupons.df a.btn + a.btn {
  margin-left: 0;
}
.catalog_listing .right .coupon {
  margin-bottom: 10px;
  padding: 15px;
  box-sizing: border-box;
  background: #8431ee;
  color: #fff;
  line-height: 1.25em;
  display: block;
  text-decoration: none;
}
.catalog_listing .right .coupon > * {
  text-decoration: none;
}
.catalog_listing .right .coupon:hover {
  background: #ff7a00;
}
.catalog_listing .right .coupon b, .catalog_listing .right .coupon strong {
  font-weight: 800;
}
.catalog_listing .right .coupon:last-child {
  margin-bottom: 0;
}
.catalog_listing .right .terms {
  padding-top: 15px;
}
.catalog_listing .right .terms a {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  background: #f9f9f9;
  line-height: 19px;
  height: 19px;
  padding: 0 5px;
  margin-right: 5px;
  text-decoration: none;
  margin-top: 5px;
  border-radius: 3px;
}
.catalog_listing .right .terms a:hover {
  background: #8431ee;
  color: #fff;
}
.catalog_listing .df_bottom {
  justify-content: space-between;
}
.catalog_listing .df_bottom .box_bg {
  width: calc(50% - 10px);
}
.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  position: absolute;
  margin-top: -40px;
  left: 0;
  justify-content: center;
}
.slick-dots li {
  display: block;
}
.slick-dots li button {
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0 3px;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: none;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: #ff7a00;
}
.rating_table {
  margin-bottom: 60px;
}
.rating_table thead tr td {
  padding-bottom: 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.rating_table thead tr td:hover {
  color: #8431ee;
}
.rating_table thead tr td:first-child {
  text-align: left;
}
.rating_table thead tr td:after {
  content: " ";
  font: normal normal normal 14px/1 FontAwesome;
}
.rating_table thead tr td.curcol {
  color: #8431ee;
}
.rating_table tbody tr td {
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
  text-align: center;
}
.rating_table tbody tr td .df {
  align-items: center;
}
.rating_table tbody tr td .df .img_wr {
  width: 38px;
}
.rating_table tbody tr td .df .img_wr img {
  border-radius: 100%;
}
.rating_table tbody tr td .df span {
  text-align: left;
  display: block;
  padding-left: 12px;
  width: calc(100% - 38px);
}
.rating_table tbody tr td:first-child {
  text-align: left;
}
.rating_table tbody tr:last-child td {
  padding-bottom: 0;
}
.box_questions {
  margin-bottom: 95px;
  padding-bottom: 0;
}
.box_questions .article {
  padding-bottom: 25px;
}
.box_questions .questions #steps .step {
  display: none;
}
.box_questions .questions #steps .step.active {
  display: block;
}
.box_questions .questions #steps .step .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}
.box_questions .questions #steps .step .items {
  flex-wrap: wrap;
}
.box_questions .questions #steps .step .items .item {
  width: calc(25% - 20px);
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
}
.box_questions .questions #steps .step .items .item:nth-child(4n) {
  margin-right: 0;
}
.box_questions .questions #steps .step .items .item input {
  display: none;
}
.box_questions .questions #steps .step .items .item label {
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.38em;
  padding: 15px 15px 15px 60px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  position: relative;
  min-height: 76px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}
.box_questions .questions #steps .step .items .item label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: calc(50% - 11px);
}
.box_questions .questions #steps .step .items .item input:checked + label {
  border-color: #ff7a00;
}
.box_questions .questions #steps .step .items .item input:checked + label:before {
  background: #ff7a00;
  box-shadow: inset 0 0 0 5px #fff;
}
.box_questions .step_navigation {
  justify-content: center;
  position: relative;
  top: 25px;
  margin-top: 0;
}
.box_questions .step_navigation .btn_wr {
  padding: 0 5px;
}
.box_questions .items_form {
  justify-content: space-between;
  padding-bottom: 20px;
}
.box_questions .items_form .item {
  width: calc(33.3% - 30px);
}
.box_questions .accept_wr {
  justify-content: center;
}
.box_questions form input[type="submit"], .box_questions form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 25px;
}
.bottom_blocks {
  padding-bottom: 30px;
}
.box_map {
  margin-bottom: 60px;
}
.box_map #map {
  width: 100%;
  height: 500px;
}
#article_feedback {
  overflow: hidden;
  margin-bottom: 60px;
}
#article_feedback .tab-content {
  display: none;
}
#article_feedback .tab-content:first-child {
  display: block;
}
#article_feedback .feedbacks {
  margin-left: -10px;
  margin-right: -10px;
}
#article_feedback .feedback_slider {
  padding-bottom: 20px;
}
#article_feedback .feedback_slider .item {
  margin-left: 10px;
  margin-right: 10px;
  background: #8431ee;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
}
#article_feedback .feedback_slider .item .top {
  padding-bottom: 15px;
  align-items: center;
}
#article_feedback .feedback_slider .item .top .name {
  font-weight: bold;
}
#article_feedback .feedback_slider .item .top .rating {
  margin-top: 10px;
}
#article_feedback .feedback_slider .slick-dots {
  position: relative;
  margin-top: 20px;
}
#article_feedback .feedback_slider .slick-dots li:not(.slick-active) button {
  background: #8431ee;
}
#article_feedback .feedbacks .tabs-menu {
  padding-bottom: 20px;
}
#article_feedback .feedbacks .tabs-menu li {
  display: block;
  margin-right: 10px;
}
#article_feedback .feedbacks .tabs-menu li a {
  line-height: 50px;
  height: 50px;
  background: #f6f6f6;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #000;
}
#article_feedback .feedbacks .tabs-menu li a:hover {
  background: #fff0e1;
  color: #393939;
}
#article_feedback .feedbacks .tabs-menu li.current a {
  background: #8431ee;
  color: #fff;
}
#article_feedback .feedbacks .tab-content {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px;
}
#article_feedback .feedbacks .tab-content .feedback_slider {
  position: relative;
}
#article_feedback .feedbacks .tab-content .feedback_slider .slick-arrow {
  position: absolute;
  top: 100px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #e6e6e6;
  display: block;
  background: #fff url(../i/arrow.png) no-repeat center center;
  appearance: none;
  text-indent: -9999px;
  z-index: 10;
  cursor: pointer;
}
#article_feedback .feedbacks .tab-content .feedback_slider .slick-arrow:hover {
  border-color: #ff7a00;
}
#article_feedback .feedbacks .tab-content .feedback_slider .slick-prev {
  left: -10px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#article_feedback .feedbacks .tab-content .feedback_slider .slick-next {
  right: -10px;
}
#article_feedback .feedbacks .tab-content .item {
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}
#article_feedback .feedbacks .tab-content .item .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
#article_feedback .feedbacks .tab-content .item .top .name {
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
}
#article_feedback .feedbacks .tab-content .item .top .rating .stars i {
  color: #ff7a00;
  padding-right: 4px;
}
#article_feedback .feedbacks .tab-content .item .top .rating .stars i.empty {
  color: #f6f6f6;
}
#article_feedback .feedbacks .tab-content .item .article {
  padding-top: 15px;
}
#article_feedback .add_feedback .items_form {
  align-items: center;
  padding-bottom: 20px;
  justify-content: space-between;
}
#article_feedback .add_feedback .items_form > .df {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#article_feedback .add_feedback .items_form > .df .item {
  width: calc(25% - 23px);
}
#article_feedback .add_feedback .items_form > .df .item > .df {
  align-items: center;
}
#article_feedback .add_feedback .items_form > .df .item > .df > span {
  padding-right: 18px;
}
#article_feedback .add_feedback .items_form > .df span[data-name="radio-stars"] .wpcf7-list-item.active .wpcf7-list-item-label:after {
  color: #ff7a00;
}
#article_feedback .add_feedback .items_form > .df span[data-name="radio-stars"] .wpcf7-list-item-label {
  font-size: 0;
  display: inline-block;
  position: relative;
}
#article_feedback .add_feedback .items_form > .df span[data-name="radio-stars"] .wpcf7-list-item-label:After {
  cursor: pointer;
  content: "";
  font: normal normal normal 20px/1 FontAwesome;
  display: block;
  color: #393939;
  padding-right: 4px;
}
#article_feedback .add_feedback .items_form > .df span[data-name="radio-stars"] input {
  display: none;
}
#article_feedback .add_feedback .items_form > .df span[data-name="radio-stars"] input:checked + .wpcf7-list-item-label:after {
  color: #ff7a00;
}
#article_feedback .add_feedback input[type="submit"], #article_feedback .add_feedback .df_bottom {
  padding-top: 20px;
}
#article_feedback .add_feedback input[type="submit"] .accept_wr, #article_feedback .add_feedback .df_bottom .accept_wr {
  margin-left: 20px;
}
.orders_list_wr {
  margin-bottom: 60px;
}
.orders_list_wr .orders_list {
  flex-wrap: wrap;
  padding-top: 5px;
}
.orders_list_wr .orders_list .item {
  width: calc(20% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #8431ee;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.orders_list_wr .orders_list .item:nth-child(4n) {
  margin-right: 0;
}
.orders_list_wr .orders_list .item .df {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.orders_list_wr .orders_list .item b {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
}
.orders_list_wr .orders_list .item a {
  color: #fff;
}
.footer {
  margin-top: 100px;
  background: #0cf3ff;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.footer .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer .wr {
  position: relative;
  padding-top: 100px;
}
.footer .wr > .box {
  background: #fff;
  padding: 75px 0 50px;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .wr > .box .title {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.45em;
}
.footer .wr > .box .title strong {
  font-weight: 600;
}
.footer .wr > .box .btn_wr {
  padding-top: 20px;
}
.footer .soc {
  padding-top: 20px;
}
.footer .soc a {
  display: block;
}
.footer .soc a + a {
  margin-left: 20px;
}
.footer .contacts_line {
  padding-top: 78px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .contacts_line > div {
  margin-bottom: 30px;
  align-items: center;
}
.footer .contacts_line > div .img_wr {
  margin-right: 12px;
  width: 38px;
}
.footer .contacts_line > div span, .footer .contacts_line > div a {
  font-size: 18px;
  line-height: 1.67em;
  color: #fff;
}
.footer .contacts_line > div a {
  text-decoration: none;
}
.footer .footer_links {
  padding-top: 60px;
}
.footer .footer_links .col {
  width: 25%;
  color: #fff;
}
.footer .footer_links .col a {
  color: #fff;
}
.footer .footer_links .col.col_wide {
  width: 50%;
  padding-right: 30px;
}
.footer .footer_links .col.col_wide .box {
  max-width: 520px;
}
.footer .footer_links .col.col_wide .box .body {
  padding-top: 25px;
  font-size: 18px;
  line-height: 1.5em;
}
.footer .footer_links .col .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
}
.footer .footer_links .col ul li {
  font-size: 18px;
  display: block;
}
.footer .footer_links .col ul li + li {
  margin-top: 20px;
}
.page_wr {
  padding-bottom: 60px;
}
.order_items {
  flex-wrap: wrap;
}
.order_items .item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 30px;
}
.order_items .item:nth-child(4n) {
  margin-right: 0;
}
.order_items .item .img_wr {
  height: 200px;
  background-size: cover !important;
}
.order_items .item .title {
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.2em;
}
.order_items .item .btn_wr {
  padding-top: 10px;
}
.banner_df {
  justify-content: space-between;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  background: #fcfbfb;
  align-items: center;
}
.banner_df > .article {
  width: calc(100% - 400px);
  padding: 30px 0 30px 30px;
  padding-left: 40px;
}
.banner_df > .article .title_1 {
  font-weight: 600;
}
.banner_df .author {
  width: 400px;
  height: auto;
  position: relative;
}
.banner_df .author .img_bg {
  height: 440px;
}
.banner_df .author .author_info {
  border-radius: 15px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 15px;
  background: #fff;
  width: calc(100% - 20px);
}
.banner_df .author .author_info .title {
  font-weight: 600;
  font-size: 18px;
}
.banner_df .author .author_info .body {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2em;
}
.certificate_block {
  margin-top: 50px;
  padding-bottom: 50px;
}
.certificate_block .title_2 {
  text-align: center;
}
.certificate_block .df {
  padding-top: 20px;
  justify-content: space-between;
}
.certificate_block .df .left {
  width: 40%;
}
.certificate_block .df .right {
  width: 60%;
  padding-left: 30px;
}
.employment_block {
  padding: 50px 0;
}
.employment_block .title_3, .employment_block .title_1 {
  text-align: center;
}
.employment_block .title_1 {
  font-weight: 600;
}
.employment_block .employment_gallery {
  padding-top: 30px;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.employment_block .employment_gallery .item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.employment_block .employment_gallery .item:nth-child(3n) {
  margin-right: 0;
}
.employment_block .employment_gallery .item .img_wr {
  margin: 0 auto;
  width: 300px;
  height: 180px;
  justify-content: center;
  align-items: center;
  background: #fcfbfb;
  padding: 20px;
}
.employment_block .employment_gallery .item .img_wr img {
  margin: 0 auto;
  max-height: 100%;
}
.employment_block .employment_gallery .item .title {
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
#quiz .cf7-cf-turnstile {
  margin-top: 20px !important;
  width: 300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hidden {
  display: none;
}
#mmenu {
  cursor: pointer;
  padding: 10px;
}
#mmenu span {
  display: block;
  background: #000;
  margin-top: 5px;
  height: 2px;
  width: 20px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
#mmenu span:nth-child(1) {
  margin-top: 0;
}
#mmenu.open span:last-child {
  opacity: 0;
}
#mmenu.open span:nth-child(1) {
  margin-top: 0;
  margin-top: 7px;
  position: relative;
  top: 2px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mmenu.open span:nth-child(2) {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .header .wr > .df {
    height: 70px;
    padding-bottom: 0;
  }
  #mmenu {
    display: block !important;
  }
  .header ul.menu {
    display: none;
  }
  .header .wr {
    position: relative;
  }
  .header ul.menu.open {
    position: absolute;
    right: 15px;
    top: 70px;
    width: 230px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0px 20px 30px 0 rgba(239, 239, 239, 0.5);
    display: block !important;
    z-index: 10;
    background: #ff9900;
    display: block !important;
  }
  .header ul.menu.open li {
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .header ul.menu.open li:last-child {
    padding-bottom: 0;
  }
  .header ul.menu.open li a {
    color: #fff;
  }
  .header .header_bottom .wr > .df h1 {
    font-size: 28px;
  }
  #article_feedback .add_feedback .items_form > .df .item > .df > span:first-child {
    display: none;
  }
  .box_questions form textarea, .box_questions form input[type="text"], .box_questions form input[type="email"], .box_questions form input[type="tel"], .box_questions form input[type="number"], .box_questions .step_navigation .btn_wr a, form button[type="submit"], form input[type="submit"], form .wpcf7-submit {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
  .footer .footer_links .col .title {
    font-size: 18px;
  }
  .footer .contacts_line > div span, .footer .contacts_line > div a, .footer .footer_links .col ul li {
    font-size: 16px;
  }
  .footer .footer_links .col.col_wide .box .body {
    font-size: 14px;
  }
  .footer .footer_links .col.col_wide .box form input[type="email"] {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .footer .footer_links .col.col_wide .box form input[type="submit"] {
    font-size: 14px;
    line-height: 38px;
    height: 40px;
  }
  .footer {
    padding-bottom: 70px;
  }
  .footer .wr {
    padding-top: 70px;
  }
  .footer .contacts_line {
    padding-top: 50px;
  }
  .footer .footer_links {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .wr {
    max-width: 768px !important;
  }
  .header .header_bottom .wr > .df .author .left .top {
    display: block;
    text-align: right;
  }
  .header .header_bottom .wr > .df .author .left .top .soc {
    display: none;
  }
  .header .header_bottom .wr > .df .author .left .body {
    font-size: 12px;
  }
  .header .header_bottom .wr > .df .author .left .top .title {
    font-size: 16px;
  }
  form select {
    background-color: #fff;
  }
  form .form_item label {
    display: none;
  }
  .catalog_listing .item > .df {
    flex-wrap: wrap;
  }
  .catalog_listing .item > .df .right {
    width: 50%;
    order: 2;
    border-left: none;
  }
  .catalog_listing .item > .df .center {
    width: 100%;
    order: 3;
    padding: 20px 0 0 0;
  }
  .catalog_listing .item > .df .left {
    order: 1;
    width: 50%;
  }
  .catalog_listing .left .mini_gallery {
    height: auto;
  }
  .catalog_listing .left .mini_gallery .img_wr img {
    height: 255px;
    margin: 0 auto;
    width: 100%;
  }
  .header .header_bottom .wr > .df .author .left .body br {
    display: none;
  }
  .tablet_show {
    display: block !important;
  }
  .tablet_hide {
    display: none !important;
  }
  .catalog_listing .center .rating_wr .rating {
    padding-top: 0;
    padding-left: 20px;
  }
  .catalog_listing .right .coupon {
    text-align: center;
    font-size: 14px;
  }
  .top_text_block > .df .img_wr {
    width: 200px;
  }
  .box_bg {
    padding: 20px;
  }
  .top_text_block > .df .img_wr + .article {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  .rating_table thead tr td:after {
    display: none;
  }
  #compilation table {
    font-size: 14px;
  }
  .rating_table tbody tr td .df span {
    max-width: 240px;
  }
  .box_map #map {
    height: 400px;
  }
  #article_feedback .add_feedback .items_form > .df .item, .orders_list_wr .orders_list .item, .box_questions .questions #steps .step .items .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  #article_feedback .add_feedback .items_form > .df .item:nth-child(2n), .orders_list_wr .orders_list .item:nth-child(2n), .box_questions .questions #steps .step .items .item:nth-child(2n) {
    margin-left: 10px;
  }
  #article_feedback .add_feedback .items_form > .df {
    flex-wrap: wrap;
  }
  #article_feedback .add_feedback .items_form > .df .item > .df > span:first-child {
    display: block;
  }
  #article_feedback .add_feedback .items_form {
    padding-bottom: 0;
  }
  .box_questions .items_form .item {
    width: calc(33.3% - 4px);
  }
  .title_2, .article h2 {
    font-size: 20px;
  }
  .order_items .item {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
  .order_items .item:nth-child(4n) {
    margin-right: 20px;
  }
  .order_items .item:nth-child(3n) {
    margin-right: 0;
  }
  .order_items .item .img_wr {
    height: 150px;
  }
  .banner_wr .banner_df > .article .title_1 {
    font-size: 24px;
  }
  .banner_wr .banner_df .author .author_info {
    position: relative;
  }
  .banner_wr .banner_df .author .author_info .title_4 {
    font-size: 14px;
  }
  .banner_wr .banner_df .author .author_info .article {
    font-size: 12px;
  }
  .employment_block .employment_gallery .item {
    width: calc(50% - 15px);
    margin-right: 0;
  }
  .employment_block .employment_gallery .item:nth-child(2n) {
    margin-left: 30px;
  }
  .header_bottom .wr > .df {
    display: block;
  }
  .header_bottom .wr > .df h1 {
    max-width: 100%;
    font-size: 26px;
    padding-right: 0;
  }
  .header_bottom .wr > .df .author {
    margin-left: auto;
  }
  .banner_df > .article {
    padding-left: 30px;
    width: calc(100% - 240px);
  }
  .banner_df .author {
    width: 240px;
  }
  .title_1, .article h1 {
    font-size: 28px;
  }
  .title_1 br, .article h1 br {
    display: none;
  }
  .box_questions form input[type="submit"], .box_questions form .wpcf7-submit, .box_questions .step_navigation {
    top: 40px;
  }
  .footer .footer_links {
    justify-content: space-between;
  }
  .footer .footer_links .col {
    width: calc(50% - 20px);
  }
  .footer .footer_links .col.col_wide {
    display: none;
  }
  .footer {
    padding-bottom: 50px;
  }
  .courses_listing .item {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .courses_listing .item:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wr {
    max-width: 400px !important;
  }
  .mobile_hide {
    display: none;
  }
  .mobile_shoe {
    display: block !important;
  }
  .header .header_top ul li a {
    font-size: 14px;
  }
  .header .menu.open {
    width: 180px;
  }
  .header .header_bottom .wr > .df {
    display: block;
  }
  .header .header_bottom .wr > .df h1 {
    font-size: 20px;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
  }
  .top_text_block > .df {
    display: block;
  }
  .top_text_block > .df .img_wr {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .top_text_block > .df .img_wr + .article {
    width: 100%;
    padding-left: 0;
  }
  .catalog_listing_wr > form {
    display: block;
  }
  .catalog_listing_wr > form .df {
    padding-bottom: 10px;
  }
  .catalog_listing_wr > form .df:last-child {
    padding-bottom: 0;
  }
  .catalog_listing {
    padding-top: 10px;
  }
  .catalog_listing .item > .df {
    display: block;
  }
  .catalog_listing .item > .df .right, .catalog_listing .item > .df .left {
    width: 100%;
    padding-left: 0;
  }
  .catalog_listing .center .rating_wr .counter, .catalog_listing .center .rating_wr .rating {
    font-size: 14px;
  }
  .catalog_listing .center .rating_wr .stars {
    padding-right: 0;
  }
  .catalog_listing .center .rating_wr .rating {
    padding-left: 0;
  }
  .catalog_listing .center .rating_wr .df {
    justify-content: space-between;
  }
  .top_text_block, .catalog_listing .item_bg {
    margin-bottom: 20px;
  }
  .rating_table {
    margin-bottom: 40px;
  }
  .bottom_blocks {
    padding-bottom: 20px;
  }
  #article_feedback .add_feedback .items_form > .df .item, .orders_list_wr .orders_list .item, .box_questions .questions #steps .step .items .item {
    width: 100%;
    margin-left: 0 !important;
  }
  .box_questions .step_navigation {
    top: 0;
  }
  .box_questions .step_navigation .btn_wr a, form button[type="submit"], form input[type="submit"], form .wpcf7-submit {
    padding: 0 20px;
    font-size: 14px !important;
  }
  .box_questions form input[type="submit"], .box_questions form .wpcf7-submit {
    top: 0;
    margin-top: 20px;
  }
  .box_questions .items_form {
    display: block;
  }
  .box_questions .items_form .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .box_questions .items_form {
    padding-bottom: 10px;
  }
  .orders_list_wr, #article_feedback, .box_map, .box_questions {
    margin-bottom: 40px;
  }
  .box_map #map {
    height: 250px !important;
  }
  #article_feedback .add_feedback .items_form > .df .item:last-child {
    padding: 10px 0;
  }
  #article_feedback .add_feedback input[type="submit"], #article_feedback .add_feedback .df_bottom {
    display: block;
  }
  .add_feedback .accept_wr {
    padding-top: 20px;
  }
  .box_questions .questions #steps .step .items .item label {
    padding: 10px 10px 10px 50px;
    min-height: 60px;
  }
  .box_questions .questions #steps .step .items .item label:before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
  .popup {
    width: 300px;
    padding: 30px 20px;
  }
  .popup input[type="submit"], .popup .item {
    margin-bottom: 10px;
  }
  .popup.order_wide .df {
    flex-wrap: wrap;
  }
  .popup.order_wide .df .item {
    width: 100% !important;
  }
  .header .header_bottom {
    padding: 15px 0;
  }
  .rating_table tbody tr td .df .img_wr {
    display: none;
  }
  .rating_table tbody tr td .df span {
    padding-left: 0;
    width: auto;
  }
  .rating_table tr td:nth-child(3), .rating_table tr td:nth-child(4) {
    display: none !important;
  }
  .rating_table thead tr td {
    padding-left: 2px;
    padding-right: 2px;
  }
  .title_1, .article h1 {
    font-size: 20px;
  }
  .title_2, .article h1 {
    font-size: 18px;
  }
  .title_3, .article h3 {
    font-size: 16px;
  }
  .catalog_listing .item {
    margin-bottom: 0;
  }
  .catalog_listing .df_bottom {
    display: block;
    padding-top: 10px;
  }
  .catalog_listing .df_bottom .box_bg {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog_listing .df_bottom .box_bg:last-child {
    margin-bottom: 0;
  }
  .order_items .item {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .order_items .item:nth-child(2n) {
    margin-left: 20px;
  }
  .order_items .item:nth-child(4n) {
    margin-right: 0;
  }
  .order_items .item .img_wr {
    height: 100px;
  }
  .order_items .item .title {
    font-size: 14px;
  }
  .catalog_listing .center .rating_wr .df {
    flex-wrap: wrap;
  }
  .catalog_listing .center .rating_wr .stars {
    width: 100%;
    padding-bottom: 10px;
  }
  .banner_wr .banner_df {
    display: block;
  }
  .banner_wr .banner_df > .article {
    width: 100%;
    padding-right: 0;
  }
  .banner_wr .banner_df > .article .title_1 {
    font-size: 20px;
  }
  .banner_wr .banner_df > .article .btn_wr {
    padding-top: 0;
    text-align: center;
  }
  .banner_wr .banner_df > .article .btn_wr a {
    padding: 15px;
  }
  .banner_wr .banner_df .author {
    width: 100%;
    margin-top: 25px;
  }
  .banner_wr .banner_df .author .img_wr {
    max-width: 250px;
    margin: 0 auto;
  }
  .banner_wr .banner_df .author .author_info {
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
  .banner_wr .banner_df > .article {
    text-align: center;
  }
  .employment_block .employment_gallery .item .img_wr {
    width: auto;
    height: 80px;
  }
  #article_feedback .feedback_slider .item .top {
    display: block;
  }
  #article_feedback .feedback_slider .item .top .rating {
    margin-top: 5px;
  }
  #article_feedback .add_feedback input[type="submit"] .accept_wr, #article_feedback .add_feedback .df_bottom .accept_wr {
    margin-left: 0px;
  }
  .footer .contacts_line {
    padding-top: 0;
  }
  .footer .wr > .box .title {
    font-size: 16px;
  }
  .footer .wr > .box {
    padding: 65px 20px 40px;
  }
  .footer .social_wr .title {
    text-align: center;
  }
  .footer .wr {
    padding-top: 50px;
  }
  .footer .footer_links .col a {
    font-size: 12px;
  }
  .header_bottom .wr > .df h1 {
    text-align: center;
  }
  .banner_df {
    display: block;
  }
  .banner_df > .article {
    width: 100%;
    padding: 20px;
  }
  .banner_df .author {
    width: 100%;
  }
  .box_bg {
    padding: 10px;
  }
  .certificate_block .df {
    padding-top: 0;
    display: block;
  }
  .certificate_block .df .img_wr {
    width: 100%;
  }
  .certificate_block .df .img_wr img {
    border-radius: 15px;
  }
  .certificate_block .df .article {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .top_text_block > .df .img_wr + .article {
    padding-bottom: 10px;
  }
  .orders_list_wr .box_bg, #feedbacks, .box_questions {
    padding: 0;
    background: transparent;
  }
  .top_text_block > .df .img_wr img {
    width: 100%;
  }
  .courses_listing .item {
    width: 100%;
    margin-right: 0;
  }
  .courses_listing .item:nth-child(2n) {
    margin-left: 0;
  }
  .course_item {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .header .header_bottom .wr > .df .author .img_wr {
    width: 80px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fxn-----clcnoosuhkberh8i.xn--p1ai%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fsfrating%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fsfrating%2Fscss%2Fqueries.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAIP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAGY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQX%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBO%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBF%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBU%3BAAAA%3BAAAA%3BAAIV%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUU%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAEE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEL%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEL%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWY%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAOpB%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAUxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGZ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAGL%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKT%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAC1pDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIP%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACI%3BAAAA%3BAAAA%3BAAAA%22%7D */