@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Oranienbaum&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

:focus {
  outline: none;
}

a,
button,
input {
  text-decoration: none;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
}

body {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Jost", sans-serif;
  color: #000;
}

section {
  padding: 50px 0;
}
section ::-webkit-scrollbar {
  -webkit-appearance: none;
}
section ::-webkit-scrollbar:vertical {
  width: 2px;
}
section ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
section ::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.container {
  margin: 0 auto;
  width: 1280px;
}

h1 {
  font-family: "Oranienbaum", serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-family: "Oranienbaum", serif;
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  font-family: "Oranienbaum", serif;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

h4 {
  font-family: "Oranienbaum", serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

h5 {
  font-family: "Oranienbaum", serif;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

ul {
  padding: 0;
}

input {
  text-align: center;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dn {
  display: none;
}

.fww {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

figure {
  overflow: hidden;
}

.lt {
  width: 48%;
}

.rt {
  width: 48%;
}

.hidden {
  overflow: hidden !important;
}

.red {
  border: 1px solid red;
}

.green {
  border: 1px solid green;
}

.blue {
  border: 1px solid blue;
}

.black {
  border: 1px solid black;
}

.pay-btn {
	color: white;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  padding: 15px 25px;
  letter-spacing: 0.5px;
  border: 1px solid #000;
  background: black !important;
  border-radius: 50px !important;
	margin-top: 20px;
	width: 48%;
	text-align: center;
}

.pay-btn:hover {
	background: white !important;
	color: black;
}

.btn,
.wpcf7-submit {
  color: #000;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  padding: 15px 25px;
  letter-spacing: 0.5px;
  border: 1px solid #000;
  background: linear-gradient(transparent, transparent) !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
.btn:hover,
.wpcf7-submit:hover {
  background: linear-gradient(#000, #000) !important;
  color: #fff;
}

.btn-pay {
  margin-top: 25px;
  margin-bottom: 15px;
  width: 180px;
}
.btn-pay img {
  width: 100%;
}
.btn-pay a {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

li.current-menu-item {
  opacity: 0.5 !important;
}
li.current-menu-item a {
  pointer-events: none !important;
  cursor: default !important;
}

header {
  position: fixed;
  z-index: 777;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  transition: 0.3s;
}
header.add-color-bg {
  background-color: #fff !important;
}
header.add-color-bg .wrap {
  border-bottom: 0px !important;
}
header .wrap {
  padding: 15px 0;
  justify-content: space-between;
  border-bottom: 1px solid #929292;
}
header .wrap .logo {
  width: auto;
  height: 60px;
  cursor: pointer;
}
header .wrap .logo .logo-min {
  display: none;
}
header .wrap .wrapper .tel {
  margin: auto;
  color: #000;
}
header .wrap .wrapper .tel:hover {
  color: #929292;
}
header .wrap .wrapper .btn {
  margin: auto 25px;
}
header .wrap .wrapper .nav-icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
header .wrap .wrapper .nav-icon:hover span {
  background-color: #929292 !important;
}
header .wrap .wrapper .nav-icon span {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  height: 1px;
  width: 25px;
  left: 50%;
  margin-left: -12px;
  transition: 0.3s;
}
header .wrap .wrapper .nav-icon span:nth-child(1) {
  top: 19px;
}
header .wrap .wrapper .nav-icon span:nth-child(2) {
  top: 30px;
  transition: 0.2s;
}
header .wrap .wrapper .nav-icon span:nth-child(3) {
  top: 41px;
}
header .wrap .wrapper .nav-icon.active span:nth-child(2) {
  height: 0;
}
header .wrap .wrapper .nav-icon.active span:nth-child(1) {
  top: 28px;
  transform: rotate(45deg);
}
header .wrap .wrapper .nav-icon.active span:nth-child(3) {
  top: 28px;
  transform: rotate(-45deg);
}
header.active {
  background-color: #fff;
}
header .nav-box.active {
  display: block !important;
}
header .nav-box {
  display: none;
  margin: auto;
  position: absolute;
  z-index: 777;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
}
header .nav-box .nav-wrap {
  margin: auto;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 100px;
}
header .nav-box .nav-wrap .container {
  width: 50%;
}
header .nav-box .nav-wrap .menu-list ul {
  padding: 25px 0 !important;
  border-bottom: 1px solid #929292;
}
header .nav-box .nav-wrap .menu-list ul li {
  display: flex;
}
header .nav-box .nav-wrap .menu-list ul li a {
  margin: auto;
  font-family: "Oranienbaum", serif;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.3;
  color: #000;
}
header .nav-box .nav-wrap .menu-list ul li a:hover {
  color: #929292;
}
header .nav-box .nav-wrap h3 {
  margin-top: 35px;
  text-align: center;
  color: #929292;
}
header .nav-box .nav-wrap ul.courses {
  margin-top: 10px;
  border: 0 !important;
  justify-content: center;
}
header .nav-box .nav-wrap ul.courses li:hover {
  opacity: 0.5;
}
header .nav-box .nav-wrap ul.courses li a {
  font-family: "Oranienbaum", serif;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  color: #000;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 25px 100px 25px 20px;
  margin: 10px 20px 10px 0;
  text-transform: uppercase;
}
header .nav-box .nav-wrap ul.courses li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 55px;
  z-index: 1;
  width: 1px;
  height: 75%;
  background-color: #000;
  transform: translate(0, -50%);
}
header .nav-box .nav-wrap ul.courses li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  background: url(../img/arrow-b.png);
  background-size: cover;
  width: 22px;
  height: 20px;
  transform: translate(0, -50%);
}

#home-page #courses-trainings {
  padding-bottom: 0;
}
#home-page #courses-trainings .sl-courses-trainings {
  margin-top: 50px;
}
#home-page #courses-trainings .sl-courses-trainings .item {
  margin: 20px;
  height: 400px;
  padding-right: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
#home-page #courses-trainings .sl-courses-trainings .item .subtitle {
  justify-content: space-between;
  padding: 25px 0 25px 25px;
}
#home-page #courses-trainings .sl-courses-trainings .item .subtitle p {
  color: #929292;
  font-weight: 500;
}
#home-page #courses-trainings .sl-courses-trainings .item .subtitle a {
  display: block;
  margin-top: -12px;
}
#home-page #courses-trainings .sl-courses-trainings .item .subtitle a svg:hover {
  cursor: pointer;
  fill: #000;
}
#home-page #courses-trainings .sl-courses-trainings .item .subtitle a svg:hover path {
  fill: #fff;
}
#home-page #courses-trainings .sl-courses-trainings .item figure {
  width: 100%;
  height: 238px;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  background: lightgray 50%/cover no-repeat;
}
#home-page #courses-trainings .sl-courses-trainings .item figure img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#aboutme {
  position: relative;
  margin-top: 100px;
  padding-bottom: 0;
}
#aboutme .wrap {
  justify-content: space-between;
}
#aboutme .wrap .lt {
  width: 35%;
  z-index: 1;
}
#aboutme .wrap .lt h2 {
  width: 50%;
}
#aboutme .wrap .lt .btn {
  margin-top: 50px;
}
#aboutme .wrap .cntr {
  width: 30%;
}
#aboutme .wrap .cntr figure {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#aboutme .wrap .cntr figure img {
  min-width: 100%;
  min-height: 100%;
}
#aboutme .wrap .rt {
  width: 35%;
}
#aboutme .wrap .rt ul {
  display: flex;
  flex-direction: column;
}
#aboutme .wrap .rt ul li {
  display: inline-block;
  text-align: center;
  width: 170px;
  margin: auto;
}
#aboutme .wrap .rt ul li:nth-child(2) {
  margin-left: 0%;
}
#aboutme .wrap .rt ul li:nth-child(3) {
  margin-top: -50px;
  margin-right: 0;
}
#aboutme .wrap .rt ul li span {
  font-family: "Oranienbaum", serif;
  line-height: 1;
  font-size: 5.5rem;
  font-weight: 500;
}

#offer {
  position: relative;
  background: linear-gradient(180deg, #e5e5e5 0%, #fff 100%);
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  padding: 0;
}
#offer .wrap {
  justify-content: space-around;
  min-height: 800px;
  overflow: hidden;
}
#offer .wrap .lt {
  margin: auto 0;
}
#offer .wrap .lt .title {
  position: relative;
}
#offer .wrap .lt .title span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  color: #fff;
  text-shadow: 30px 10px 40px rgba(0, 0, 0, 0.1), 0px 5px 5px rgba(0, 0, 0, 0.2);
  font-family: "RomantiqueScript";
  font-size: 9.35rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#offer .wrap .lt .title p {
  margin: 25px 0 35px;
  font-size: 1.5rem;
}
#offer .wrap .rt {
  margin: auto;
  margin-bottom: 0;
  margin-right: 0;
}
#offer .wrap .rt figure {
  width: 540px;
  height: auto;
}
#offer .wrap .rt figure img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

#offer.post-offer .wrap .lt {
  padding: 50px 0;
}
#offer.post-offer .wrap .lt .subtitle {
  margin-top: 75px;
  margin-bottom: 10px;
}
#offer.post-offer .wrap .lt .subtitle span {
  font-family: "Jost", sans-serif;
  padding: 0 20px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.8;
}
#offer.post-offer .wrap .lt .subtitle span:nth-child(1) {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
}
#offer.post-offer .wrap .lt .title p {
  margin: 20px 0;
  font-size: 1rem;
}
#offer.post-offer .wrap .lt .title h1 {
  font-weight: 400;
  font-size: 5.2rem;
}
#offer.post-offer .wrap .lt .title .wrapper {
  margin-top: 25px;
}
#offer.post-offer .wrap .lt .title .wrapper .price-box {
  margin-left: 50px;
}
#offer.post-offer .wrap .lt .title .wrapper .price-box p {
  margin: 0;
  font-size: 1rem;
}
#offer.post-offer .wrap .lt .title .wrapper .price-box span {
  text-transform: uppercase;
  font-family: "Oranienbaum", serif;
  position: relative;
  display: block;
  font-size: 1.7rem;
  color: #000;
  text-shadow: none;
}
#offer.post-offer .wrap .rt {
  margin: auto !important;
}
#offer.post-offer .wrap .rt figure {
  margin: auto !important;
  border-radius: 10px;
  max-height: 600px;
  width: auto;
}

#aboutme-page #myway .wrap {
  justify-content: space-between;
}
#aboutme-page #myway .wrap .lt {
  margin: auto 0;
}
#aboutme-page #myway .wrap .lt h2 {
  margin-bottom: 50px;
}
#aboutme-page #myway .wrap .lt p {
  margin-top: 25px;
}
#aboutme-page #myway .wrap .rt figure {
  border-radius: 10px;
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#aboutme-page #myway .wrap .rt figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#aboutme-page #myclients .wrap {
  justify-content: space-between;
}
#aboutme-page #myclients .wrap .lt figure {
  border-radius: 10px;
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#aboutme-page #myclients .wrap .lt figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#aboutme-page #myclients .wrap .rt .list {
  margin-top: 15px;
  height: 490px;
  overflow-y: scroll;
}
#aboutme-page #myclients .wrap .rt .list .list-item {
  margin-top: 20px;
}
#aboutme-page #myclients .wrap .rt .list .list-item ul {
  margin-top: 15px;
}
#aboutme-page #myclients .wrap .rt .list .list-item ul li {
  position: relative;
  padding-left: 15px;
  margin-top: 0px;
  font-size: 1rem;
}
#aboutme-page #myclients .wrap .rt .list .list-item ul li::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: 9px;
  left: 0;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
#aboutme-page #myprinciples {
  padding-bottom: 0;
}
#aboutme-page #myprinciples .wrap {
  justify-content: space-between;
}
#aboutme-page #myprinciples .wrap .lt {
  margin: auto 0;
}
#aboutme-page #myprinciples .wrap .lt ul {
  margin-top: 25px;
}
#aboutme-page #myprinciples .wrap .lt ul li {
  margin-top: 10px;
  cursor: pointer !important;
}
#aboutme-page #myprinciples .wrap .lt ul li .accordion {
  position: relative;
  font-family: "Oranienbaum", serif;
  text-transform: uppercase;
  font-size: 2rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  color: #000;
  background-color: #fff;
  line-height: 1;
}
#aboutme-page #myprinciples .wrap .lt ul li .accordion:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "+";
  color: #000;
  font-weight: bold;
  float: right;
  font-size: 2rem;
  line-height: 1.2;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 0 12px;
}
#aboutme-page #myprinciples .wrap .lt ul li .active:after {
  content: "−";
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 1px 11.5px 3px;
}
#aboutme-page #myprinciples .wrap .lt ul li .panel {
  padding-top: 10px;
  padding-left: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#aboutme-page #myprinciples .wrap .lt ul li .panel p {
  padding: 10px 0;
}
#aboutme-page #myprinciples .wrap .rt {
  margin: auto;
  margin-right: 0;
}
#aboutme-page #myprinciples .wrap .rt figure {
  border-radius: 10px;
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#aboutme-page #myprinciples .wrap .rt figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#contacts-page #offer {
  margin-bottom: 0;
  border-radius: 0;
}
#contacts-page #offer .wrap {
  padding-top: 200px;
  padding-bottom: 100px;
  height: auto;
}
#contacts-page #offer .wrap .lt h1 {
  font-weight: 100;
}
#contacts-page #offer .wrap .lt a.tel {
  font-family: "Oranienbaum", serif;
  display: block;
  margin-top: 25px;
  font-size: 2.5rem;
  color: #000;
}
#contacts-page #offer .wrap .lt p {
  width: 450px;
  font-family: "Oranienbaum", serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.1;
}
#contacts-page #offer .wrap .lt .social {
  width: 180px;
  justify-content: space-between;
}
#contacts-page #offer .wrap .lt .social a {
  margin: auto 0;
  width: 40px;
  transition: 0.2s;
}
#contacts-page #offer .wrap .lt .social a.telegram-icon {
  padding: 2px;
}
#contacts-page #offer .wrap .lt .social a:hover {
  opacity: 0.5;
}
#contacts-page #offer .wrap .rt {
  margin: auto;
  margin-right: 0;
}
#contacts-page #offer .wrap .rt iframe {
  margin: auto;
  margin-right: 0;
}

#privacy-policy-page section,
#terms-and-condition-page section {
  margin-top: 100px;
}
#privacy-policy-page section .container h1,
#terms-and-condition-page section .container h1 {
  font-size: 5rem;
  margin-bottom: 50px;
}
#privacy-policy-page section .container h2,
#terms-and-condition-page section .container h2 {
  font-size: 2.5rem;
  margin: 30px 0 15px;
}

#post-profiling #who-course-for ul {
  margin-top: 100px;
  justify-content: space-between;
}
#post-profiling #who-course-for ul li {
  position: relative;
  border-top: 1px solid #000;
  margin: 15px 0;
  padding: 50px 0 10px;
  border-radius: 0px 0px 10px 10px;
}
#post-profiling #who-course-for ul li::after {
  font-family: "Oranienbaum", serif;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 0;
  display: block;
  font-size: 5.5rem;
  color: #000;
  background-color: #fff;
  padding-right: 15px;
  line-height: 1;
}
#post-profiling #who-course-for ul li:nth-child(1), #post-profiling #who-course-for ul li:nth-child(4) {
  width: 48%;
}
#post-profiling #who-course-for ul li:nth-child(4), #post-profiling #who-course-for ul li:nth-child(5) {
  margin-top: 75px;
}
#post-profiling #who-course-for ul li:nth-child(2), #post-profiling #who-course-for ul li:nth-child(5) {
  width: 48%;
}
#post-profiling #who-course-for ul li:nth-child(3), #post-profiling #who-course-for ul li:nth-child(6) {
  width: 100%;
  padding: 25px 100px;
  text-align: center;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#post-profiling #who-course-for ul li:nth-child(1)::after {
  content: "01";
}
#post-profiling #who-course-for ul li:nth-child(2)::after {
  content: "02";
}
#post-profiling #who-course-for ul li:nth-child(4)::after {
  content: "04";
}
#post-profiling #who-course-for ul li:nth-child(5)::after {
  content: "05";
}
#post-profiling #program .wrap {
  justify-content: space-between;
}
#post-profiling #program .wrap .lt figure {
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#post-profiling #program .wrap .lt figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#post-profiling #program .wrap .rt {
  margin: auto 0;
}
#post-profiling #program ul li {
  margin-top: 25px;
}
#post-profiling #program ul li h4 {
  position: relative;
  padding-left: 40px;
}
#post-profiling #program ul li h4::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/logo-icon.png);
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

#post-inspiration #for-whom {
  justify-content: space-between;
}
#post-inspiration #for-whom .wrap {
  justify-content: space-between;
}
#post-inspiration #for-whom .wrap .lt figure {
  border-radius: 10px;
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#post-inspiration #for-whom .wrap .lt figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#post-inspiration #for-whom .wrap .rt h4 {
  margin: 35px 0;
}
#post-inspiration #for-whom .wrap .rt ul {
  margin-top: 50px;
  height: 390px;
  overflow-y: scroll;
  padding-right: 25px;
}
#post-inspiration #for-whom .wrap .rt ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 1.5rem;
}
#post-inspiration #for-whom .wrap .rt ul li::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: 13px;
  left: 0;
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#post-transformation #offer h1 {
  margin-top: -25px;
}
#post-transformation #offer h1 span {
  position: relative;
  font-family: "Oranienbaum", serif;
  font-size: 60px;
  font-weight: normal;
  text-shadow: none;
  color: #000;
  line-height: 1;
}
#post-transformation #offer .wrap .lt .title .text {
  margin: 20px 0;
  font-size: 1rem;
  width: 349px;
}
#post-transformation #for-whom {
  justify-content: space-between;
}
#post-transformation #for-whom .wrap {
  justify-content: space-between;
}
#post-transformation #for-whom .wrap .lt figure {
  border-radius: 10px;
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#post-transformation #for-whom .wrap .lt figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#post-transformation #for-whom .wrap .rt h4 {
  margin: 35px 0;
}
#post-transformation #for-whom .wrap .rt ul {
  margin-top: 50px;
  height: 390px;
  overflow-y: scroll;
  padding-right: 25px;
}
#post-transformation #for-whom .wrap .rt ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 1.5rem;
}
#post-transformation #for-whom .wrap .rt ul li::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: 13px;
  left: 0;
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#post-transformation #what-u-learn .wrap .rt figure img {
  margin-top: 35px;
}
#post-transformation #what-u-learn .bigboard {
  width: 100%;
  margin-top: 50px;
  padding: 25px 100px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#post-transformation #what-u-learn .bigboard p {
  font-family: "Oranienbaum", serif;
  width: 100%;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
}
#post-transformation #how-works {
  text-align: center;
}
#post-transformation #how-works .subtitle {
  width: 560px;
  margin: 25px auto 50px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}
#post-transformation #how-works ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#post-transformation #how-works ul li {
  margin-bottom: 25px;
  width: 29%;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#post-transformation #how-works ul li span {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
#post-transformation #how-works ul li p {
  border-top: 1px solid #000;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: normal;
}
#post-transformation #how-works .subtitle2 {
  margin: 25px auto 50px;
  font-weight: normal;
  font-size: 1.5rem;
}

#course-rates h2 {
  text-align: center;
}
#course-rates ul.list-rates {
  margin-top: 75px;
  justify-content: space-between;
}
#course-rates ul.list-rates li.list-item-rates {
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: auto;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#course-rates ul.list-rates li.list-item-rates:nth-child(1) {
  background-color: #fff;
}
#course-rates ul.list-rates li.list-item-rates:nth-child(2) {
  background-color: #f0f0f0;
}
#course-rates ul.list-rates li.list-item-rates:nth-child(3) {
  background-color: #000;
  color: #fff;
}
#course-rates ul.list-rates li.list-item-rates:nth-child(3) h4 {
  border-bottom: 1px solid #fff;
}
#course-rates ul.list-rates li.list-item-rates:nth-child(3) ul li:before {
  background-color: #fff;
}
#course-rates ul.list-rates li.list-item-rates:nth-child(3) .price {
  border-top: 1px solid #fff;
}
#course-rates ul.list-rates li.list-item-rates h4 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
#course-rates ul.list-rates li.list-item-rates h5 {
  font-family: "Jost", sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 1.2em;
  margin: 15px 0;
}
#course-rates ul.list-rates li.list-item-rates ul li {
  position: relative;
  margin: 3px 0;
  padding-left: 20px;
  opacity: 0.35;
}
#course-rates ul.list-rates li.list-item-rates ul li.active {
  opacity: 1;
}
#course-rates ul.list-rates li.list-item-rates ul li::before {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}
#course-rates ul.list-rates li.list-item-rates .price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
  justify-content: space-between;
}
#course-rates ul.list-rates li.list-item-rates .price p {
  font-size: 1.2rem;
  padding-top: 5px;
}
#course-rates ul.list-rates li.list-item-rates .price span {
  font-family: "Oranienbaum", serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

#what-u-learn .wrap .lt {
  margin: auto 0;
}
#what-u-learn .wrap .lt ul {
  margin-top: 50px;
  height: 370px;
  overflow-y: scroll;
  padding-right: 25px;
}
#what-u-learn .wrap .lt ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 1.5rem;
}
#what-u-learn .wrap .lt ul li::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: 13px;
  left: 0;
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#what-u-learn .wrap .rt {
  margin: auto;
  margin-right: 0;
}
#what-u-learn .wrap .rt figure {
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 20px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#what-u-learn .wrap .rt figure img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#reviews .wrap {
  justify-content: center;
}
#reviews .wrap figure {
  width: 420px;
}
#reviews .wrap .wrapper {
  margin: auto 0 auto 150px;
}
#reviews .wrap .wrapper .btn {
  position: relative;
  margin-top: 35px;
  display: inline-flex;
}
#reviews .wrap .wrapper .btn svg {
  position: absolute;
  z-index: 1;
  left: -100px;
  bottom: -60px;
}
#reviews .wrap .wrapper .btn img {
  margin-right: 10px;
}

#sing-up-course {
  padding-bottom: 100px;
}
#sing-up-course .wrap {
  justify-content: space-between;
}
#sing-up-course .wrap .lt {
  margin: auto 0;
}
#sing-up-course .wrap .lt h2 {
  padding-right: 50px;
}
#sing-up-course .wrap .lt ul {
  margin-top: 10px;
}
#sing-up-course .wrap .lt ul li {
  margin-top: 15px;
}
#sing-up-course .wrap .lt ul li span {
  font-family: "Oranienbaum", serif;
  text-transform: uppercase;
  font-size: 2rem;
}
#sing-up-course .wrap .rt .form-box {
  background: #000;
  border-radius: 10px;
  padding: 60px;
}
#sing-up-course .wrap .rt .form-box form {
  flex-direction: column;
}
#sing-up-course .wrap .rt .form-box form input {
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
}
#sing-up-course .wrap .rt .form-box form .wpcf7-submit {
  margin-top: 15px;
  position: relative;
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0;
  width: 180px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
#sing-up-course .wrap .rt .form-box form .wpcf7-submit:hover {
  opacity: 0.6;
}

footer .footer-up {
  background-color: #000;
  padding: 100px 0;
}
footer .footer-up .get-consultation {
  padding-bottom: 50px;
}
footer .footer-up .get-consultation h3 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
}
footer .footer-up .form-box {
  display: table;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 50px auto 0;
  padding: 15px 0;
}
footer .footer-up ul.menu {
  padding: 100px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}
footer .footer-up ul.menu a.tel {
  display: block;
  margin-top: 15px;
}
footer .footer-up ul.menu li {
  width: 210px;
}
footer .footer-up ul.menu ul li {
  margin-bottom: 25px;
}
footer .footer-up ul.menu ul li a {
  text-transform: uppercase;
  color: #fff;
}
footer .footer-up ul.menu li.social .wrapper a {
  margin-right: 20px;
  width: 28px;
}
footer .footer-up ul.menu li.social .wrapper a img {
  display: block;
  height: auto;
  margin: auto;
}
footer .footer-up ul.menu li.social .wrapper a.fb-icon {
  margin-top: 1px;
}
footer .footer-up ul.menu li.social .wrapper a.telegram-icon {
  margin-top: -3px;
  padding: 3px 0;
}
footer .footer-up ul.menu li.social .wrapper a:hover {
  opacity: 0.6;
}
footer .footer-up ul.menu li.social img.pay-icons {
  width: 120px;
}
footer .footer-up a:hover {
  opacity: 0.6;
}
footer .footer-up p {
  color: #fff;
  margin-bottom: 0;
}
footer .footer-up a {
  color: #fff;
  margin-bottom: 25px;
}
footer .footer-up h3.title {
  position: relative;
  top: -18px;
  display: inline-block;
  background-color: #000;
  padding-right: 10px;
  color: #fff;
}
footer .footer-up ul.courses {
  margin-top: 10px;
}
footer .footer-up ul.courses a {
  font-family: "Oranienbaum", serif;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 25px 100px 25px 20px;
  margin: 10px 20px 10px 0;
  text-transform: uppercase;
}
footer .footer-up ul.courses a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 55px;
  z-index: 1;
  width: 1px;
  height: 75%;
  background-color: #fff;
  transform: translate(0, -50%);
}
footer .footer-up ul.courses a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  background: url(../img/arrow-w.png);
  background-size: cover;
  width: 22px;
  height: 20px;
  transform: translate(0, -50%);
}
footer .footer-down {
  padding: 25px 0;
  background-color: #fff;
}
footer .footer-down .wrap {
  justify-content: space-between;
}
footer .footer-down .wrap a {
  color: #000;
}
footer .footer-down .wrap a:hover {
  opacity: 0.6;
}
footer .footer-down .wrap .df a {
  margin-right: 50px;
}

.error-404 .wrap {
  margin: 150px auto;
  text-align: center;
}
.error-404 .wrap p {
  font-size: 3rem;
  margin-bottom: 25px;
}

.open.modal-window {
  display: block !important;
}

.close.modal-window {
  display: none !important;
}

.modal-window {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 183, 0, 0.5);
}
.modal-window__box {
  width: 380px;
  padding: 45px 30px 30px;
  background-color: #fff;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
.modal-window__box .logo img {
  height: 18px;
}
.modal-window__box .logo span {
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 2.85px;
  color: #000;
}
.modal-window__box .logo .subtitle-ru {
  letter-spacing: 1.05px;
}
.modal-window__box .modal-close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.modal-window__box .modal-close img {
  z-index: 2;
  width: 25px;
  height: 25px;
}
.modal-window__box img {
  height: 17px;
}
.modal-window__box form {
  width: 100%;
  margin: 30px auto 0;
}
.modal-window__box form label {
  margin-top: 10px;
  padding-left: 10px;
  color: rgb(200, 200, 200);
  font-size: 14px;
  line-height: 1.5;
}
.modal-window__box form input {
  width: 100%;
  height: 37px;
  border: 0;
  font-size: 18px;
  text-align: left;
  padding-left: 10px;
  background-color: rgb(245, 245, 245);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.modal-window__box form textarea {
  width: 100%;
  height: 70px;
  border: 0;
  padding-left: 10px;
  background-color: rgb(245, 245, 245);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  resize: none !important;
}
.modal-window__box form .wpcf7-submit {
  margin: 15px auto 0;
  width: 100%;
  height: 50px;
  background: #5bae62;
  text-align: center;
}

.ajax-loader {
  display: block !important;
  position: absolute !important;
  z-index: 777;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url(./ajax-loader.svg) !important;
  background-size: cover !important;
  background-color: rgba(0, 0, 0, 0) !important;
  width: 60px !important;
  height: 60px !important;
  margin: auto !important;
}
.ajax-loader::before {
  display: none !important;
}

.open.popup-success {
  display: block !important;
}

.popup-success {
  position: fixed;
  z-index: 7777777;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-success__box {
  width: 300px;
  height: auto;
  padding: 30px 30px 27px;
  background-color: #fff;
  text-align: center;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
.popup-success__box i {
  margin-top: 30px;
  font-size: 60px;
}
.popup-success__box p {
  display: block;
  margin: 20px 0 25px;
}
.popup-success__box .btn {
  width: 100%;
}

.wpcf7 form {
  position: relative;
  display: flex;
}
.wpcf7 form input {
  padding: 12px 18px;
  width: 300px;
  text-align: left;
  border: none;
  border-right: 1px solid #fff;
  background-color: transparent !important;
  text-transform: uppercase;
  color: #fff;
}
.wpcf7 form input::placeholder {
  color: #fff;
}
.wpcf7 form input.wpcf7-submit {
  border: none;
  text-decoration: underline;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffffff !important;
  background-color: #a61111 !important;
  color: #ffffff !important;
  position: absolute !important;
  z-index: 777;
  font-size: 13px;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  width: 320px;
  padding: 10px;
  margin: 0 auto !important;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 10px !important;
}

.slick-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  top: -95px;
  color: transparent !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.slick-slider .slick-arrow:hover {
  opacity: 0.6;
}
.slick-slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.slick-slider .slick-prev {
  left: auto !important;
  right: 120px !important;
}
.slick-slider .slick-prev:after {
  background: url(../img/prev.png) no-repeat !important;
  background-size: cover !important;
}
.slick-slider .slick-next {
  right: 20px !important;
}
.slick-slider .slick-next:after {
  background: url(../img/next.png) no-repeat !important;
  background-size: cover !important;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-dots {
  bottom: -40px;
}
.slick-slider .slick-dots li {
  margin: auto 20px;
}
.slick-slider .slick-dots li button {
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background-color: #929292;
  padding: 0px;
}
.slick-slider .slick-dots li button:before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #000;
}

/* 1201-1300px */
@media screen and (max-width: 1300px) {
  .container {
    width: 1180px;
  }
  #aboutme-page #myway .wrap .rt figure {
    width: 100%;
    height: 550px;
  }
  #aboutme-page #myclients .wrap .lt {
    margin: auto;
    margin-left: 0;
  }
  #aboutme-page #myclients .wrap .lt figure {
    width: 100%;
    height: 550px;
  }
  #aboutme-page #myclients .wrap .rt .list {
    height: 440px;
  }
  #aboutme-page #myprinciples .wrap .rt figure {
    width: 100%;
    height: 550px;
  }
  #contacts-page #offer .wrap .rt iframe {
    width: 100%;
    height: 550px;
  }
  #course-rates ul.list-rates li.list-item-rates {
    width: 380px;
  }
  #what-u-learn .wrap .lt ul {
    height: 300px;
  }
  #what-u-learn .wrap .rt figure {
    width: 100%;
    height: 550px;
  }
  #post-inspiration #for-whom .wrap .lt figure,
  #post-transformation #for-whom .wrap .lt figure {
    width: 100%;
    height: 550px;
  }
  #post-inspiration #for-whom .wrap .rt ul,
  #post-transformation #for-whom .wrap .rt ul {
    height: 340px;
  }
  #program .wrap .lt figure {
    width: 100%;
    height: 550px;
  }
}
/* 992-1200px */
@media screen and (max-width: 1200px) {
  .container {
    width: 940px;
  }
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 4rem;
  }
  header .nav-box .nav-wrap .container {
    width: 940px;
  }
  #offer .wrap {
    height: auto;
    padding-top: 150px;
  }
  #offer .wrap .lt {
    padding-bottom: 100px;
  }
  #offer .wrap .lt .title span {
    font-size: 7.3rem;
  }
  #offer .wrap .rt figure {
    width: 470px;
  }
  #offer.post-offer .wrap .lt .title h1 {
    font-size: 4.2rem;
  }
  #aboutme .wrap .rt ul li span {
    font-size: 3.5rem;
  }
  #aboutme .wrap .rt ul li:nth-child(3) {
    margin-top: 0px;
  }
  #aboutme-page #myway .wrap .rt figure {
    width: 100%;
    height: 450px;
  }
  #aboutme-page #myclients .wrap .lt figure {
    width: 100%;
    height: 450px;
  }
  #aboutme-page #myclients .wrap .rt .list {
    height: 360px;
  }
  #aboutme-page #myprinciples .wrap .rt figure {
    height: 450px;
  }
  #post-profiling #program .wrap .lt figure {
    width: 100%;
    height: 450px;
  }
  #contacts-page #offer .wrap .lt {
    padding-bottom: 0;
  }
  #contacts-page #offer .wrap .rt iframe {
    height: 500px;
  }
  #offer.post-offer .wrap {
    padding-top: 120px;
  }
  #offer.post-offer .wrap .lt .subtitle {
    margin: 0;
  }
  #offer.post-offer .wrap .lt {
    padding-top: 0;
  }
  #course-rates ul.list-rates li.list-item-rates {
    width: 310px;
  }
  #what-u-learn .wrap .lt ul {
    margin-top: 35px;
    height: 280px;
  }
  #what-u-learn .wrap .rt figure {
    height: 450px;
  }
  #post-inspiration #for-whom .wrap .lt figure,
  #post-transformation #for-whom .wrap .lt figure {
    height: 450px;
  }
  #post-inspiration #for-whom .wrap .rt ul,
  #post-transformation #for-whom .wrap .rt ul {
    margin-top: 0;
    height: 250px;
  }
  #post-transformation #offer .wrap .lt .title {
    margin-top: 20px;
  }
  #post-transformation #offer .wrap .lt .title h1 span {
    font-size: 47px;
  }
}
/* 768-992px */
@media screen and (max-width: 992px) {
  .container {
    width: 720px;
  }
  h1 {
    font-size: 5rem;
  }
  header .nav-box .nav-wrap .container {
    width: 720px;
  }
  #offer .wrap .lt .title p {
    font-size: 1.2rem;
  }
  #offer .wrap .lt .title span {
    font-size: 6rem;
  }
  #offer .wrap .rt figure {
    width: 360px;
  }
  #offer.post-offer .wrap .rt {
    margin: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  #aboutme {
    margin-top: 50px;
  }
  .slick-slider .slick-arrow:after {
    width: 40px;
    height: 40px;
  }
  .slick-slider .slick-arrow {
    top: -85px;
  }
  .slick-slider .slick-prev {
    left: auto !important;
    right: 85px !important;
  }
  #aboutme .wrap .lt,
  #aboutme .wrap .rt {
    width: 100%;
  }
  #aboutme .wrap .lt {
    order: 1;
  }
  #aboutme .wrap .rt {
    order: 2;
  }
  #aboutme .wrap .rt ul li span {
    font-size: 6rem;
  }
  #aboutme .wrap .cntr {
    order: 3;
    width: 75%;
    margin: 0 auto;
  }
  #aboutme-page #myway .wrap .lt {
    width: 100%;
  }
  #aboutme-page #myway .wrap .rt {
    margin-top: 50px;
    width: 100%;
  }
  #aboutme-page #myway .wrap .rt figure {
    height: 720px;
  }
  #aboutme-page #myclients .wrap .lt {
    width: 100%;
    order: 2;
    margin-top: 50px;
  }
  #aboutme-page #myclients .wrap .lt figure {
    height: 720px;
  }
  #aboutme-page #myclients .wrap .rt {
    width: 100%;
    order: 1;
  }
  #aboutme-page #myclients .wrap .rt .list {
    height: 400px;
  }
  #aboutme-page #myprinciples .wrap .lt {
    width: 100%;
  }
  #aboutme-page #myprinciples .wrap .rt {
    margin-top: 50px;
    width: 100%;
  }
  #aboutme-page #myprinciples .wrap .rt figure {
    height: 720px;
  }
  #contacts-page #offer .wrap {
    padding-top: 120px;
    height: auto;
  }
  #contacts-page #offer .wrap .lt {
    width: 100%;
    padding-bottom: 60px;
  }
  #contacts-page #offer .wrap .rt {
    width: 100%;
    margin: 0;
  }
  #offer.post-offer .wrap {
    padding-top: 120px;
  }
  #offer.post-offer .wrap .lt {
    width: 100%;
    padding-bottom: 50px;
  }
  #offer.post-offer .wrap .lt .subtitle {
    margin-bottom: 10px;
  }
  #program .wrap .lt {
    width: 100%;
  }
  #program .wrap .rt {
    padding-top: 25px;
    width: 100%;
  }
  #course-rates ul.list-rates li.list-item-rates {
    width: 80%;
    margin: 15px auto;
  }
  #what-u-learn .wrap .lt {
    width: 100%;
  }
  #what-u-learn .wrap .rt {
    margin-top: 50px;
    width: 100%;
  }
  #what-u-learn .wrap .rt figure {
    height: 720px;
  }
  #reviews .wrap .wrapper {
    margin: auto;
  }
  #reviews .wrap .wrapper .btn svg {
    display: none;
  }
  #sing-up-course .wrap .lt {
    width: 100%;
  }
  #sing-up-course .wrap .rt {
    margin-top: 50px;
    width: 100%;
  }
  #post-inspiration #for-whom .wrap .lt figure,
  #post-transformation #for-whom .wrap .lt figure {
    height: 335px;
  }
  #post-inspiration #for-whom .wrap .rt h4,
  #post-transformation #for-whom .wrap .rt h4 {
    margin: 10px 0;
  }
  #post-inspiration #for-whom .wrap .rt ul,
  #post-transformation #for-whom .wrap .rt ul {
    margin-top: 0;
    height: 180px;
  }
  #post-transformation #offer h1 {
    margin-top: 0;
  }
  #post-transformation #how-works ul li {
    width: 80%;
    margin: 0 auto 25px;
  }
  #post-transformation #how-works ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  footer .footer-up p {
    font-size: 1.3rem;
  }
  footer .footer-up .form-box {
    width: 70%;
    padding: 0;
  }
  footer .footer-up ul.menu li {
    width: 50%;
  }
  footer .footer-up ul.menu li a {
    font-size: 1.3rem;
  }
  .wpcf7 form {
    flex-direction: column;
  }
  .wpcf7 form input {
    margin: auto;
    padding: 35px 25px;
    width: 90%;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .wpcf7 form .wpcf7-submit {
    text-align: right;
    padding: 35px 0;
    line-height: 1;
  }
  #privacy-policy-page section .container h1,
  #terms-and-condition-page section .container h1 {
    font-size: 4rem;
  }
  #privacy-policy-page section .container h2,
  #terms-and-condition-page section .container h2 {
    font-size: 2rem;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    bottom: auto;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
/* 576-768px */
@media screen and (max-width: 768px) {
  .container {
    width: 540px;
  }
  header .nav-box .nav-wrap .container {
    width: 540px;
  }
  header .wrap .logo {
    width: 40px;
    height: 40px;
  }
  header .wrap .logo .logo-min {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .wrap .logo .logo-max {
    display: none;
  }
  header .wrap .wrapper .btn {
    padding: 8px 15px;
  }
  header .wrap .wrapper .nav-icon {
    width: 40px;
    height: 40px;
  }
  header .wrap .wrapper .nav-icon.active span:nth-child(1) {
    top: 20px;
  }
  header .wrap .wrapper .nav-icon.active span:nth-child(3) {
    top: 20px;
  }
  header .wrap .wrapper .nav-icon span {
    width: 17px;
    margin-left: -9px;
  }
  header .wrap .wrapper .nav-icon span:nth-child(1) {
    top: 13px;
  }
  header .wrap .wrapper .nav-icon span:nth-child(2) {
    top: 20px;
  }
  header .wrap .wrapper .nav-icon span:nth-child(3) {
    top: 28px;
  }
  #offer .wrap {
    padding-top: 100px;
    height: auto;
  }
  #offer .wrap .lt {
    width: 100%;
    padding-bottom: 0;
  }
  #offer .wrap .lt .title span {
    right: 120px;
  }
  #offer .wrap .rt {
    width: 100%;
  }
  #offer .wrap .rt figure {
    margin: 35px auto 0;
  }
  #offer.post-offer .wrap .lt .title span {
    right: 0;
  }
  #offer.post-offer .wrap .rt figure {
    margin: 0 auto;
  }
  #courses-trainings h2 {
    width: 50%;
  }
  #aboutme-page #myway .wrap .rt figure {
    height: 540px;
  }
  #aboutme-page #myclients .wrap .lt figure {
    height: 540px;
  }
  #aboutme-page #myprinciples .wrap .lt ul li .accordion {
    padding-right: 40px;
  }
  #aboutme-page #myprinciples .wrap .rt figure {
    height: 540px;
  }
  #contacts-page #offer .wrap .rt iframe {
    height: 450px;
  }
  #post-profiling #who-course-for ul li:nth-child(1),
  #post-profiling #who-course-for ul li:nth-child(2),
  #post-profiling #who-course-for ul li:nth-child(4),
  #post-profiling #who-course-for ul li:nth-child(5) {
    width: 100%;
  }
  #post-profiling #who-course-for ul li:nth-child(3),
  #post-profiling #who-course-for ul li:nth-child(6) {
    padding: 25px 50px;
  }
  #post-profiling #who-course-for ul li:nth-child(5) {
    margin-top: 15px;
  }
  #post-transformation #offer h1 span {
    font-size: 55px;
  }
  #post-transformation #what-u-learn .bigboard {
    padding: 25px 50px;
  }
  #post-transformation #how-works ul li {
    width: 100%;
  }
  #post-transformation #how-works .subtitle {
    width: 100%;
  }
  #what-u-learn .wrap .rt figure {
    height: 510px;
  }
  #reviews .wrap .wrapper {
    margin-top: 50px;
  }
  #reviews .wrap .wrapper .btn {
    display: flex;
  }
  #post-inspiration #for-whom .wrap .lt,
  #post-transformation #for-whom .wrap .lt {
    width: 100%;
    order: 2;
  }
  #post-inspiration #for-whom .wrap .lt figure,
  #post-transformation #for-whom .wrap .lt figure {
    width: 100%;
    height: 540px;
  }
  #post-inspiration #for-whom .wrap .rt,
  #post-transformation #for-whom .wrap .rt {
    order: 1;
    width: 100%;
    padding-bottom: 50px;
  }
  #post-inspiration #for-whom .wrap .rt ul,
  #post-transformation #for-whom .wrap .rt ul {
    height: 330px;
  }
  #course-rates ul.list-rates {
    margin-top: 50px;
  }
  footer .footer-up ul.menu {
    padding: 50px 0 20px;
  }
  footer .footer-up ul.menu li {
    width: 100%;
    margin: 10px 0;
  }
  #privacy-policy-page section .container h1,
  #terms-and-condition-page section .container h1 {
    font-size: 3rem;
  }
  #privacy-policy-page section,
  #terms-and-condition-page section {
    margin-top: 50px;
  }
  #privacy-policy-page section .container h2,
  #terms-and-condition-page section .container h2 {
    font-size: 1.7rem;
  }
  .slick-slider .slick-dots li {
    margin: auto 8px;
    top: -10px;
    height: 0px;
  }
  .slick-slider .slick-dots li button {
    width: 25px;
    height: 3px;
  }
}
/* 320-576px */
@media screen and (max-width: 576px) {
  .container {
    width: 320px;
  }
  h1 {
    font-size: 3.3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  header .nav-box .nav-wrap .container {
    width: 340px;
  }
  header .nav-box .nav-wrap ul li a {
    font-size: 2.5rem;
  }
  header .nav-box .nav-wrap .menu-list ul li a {
    font-size: 2.8rem;
  }
  header .wrap .wrapper .tel {
    display: none;
  }
  #offer .wrap .lt {
    padding-bottom: 0;
  }
  #offer .wrap .lt .title span {
    font-size: 4.5rem;
    right: 40px;
    top: -7px;
  }
  #offer .wrap .rt figure {
    width: 90%;
  }
  #offer.post-offer .wrap .lt .subtitle span {
    font-size: 1.3em;
  }
  #offer.post-offer .wrap .lt .title h1 {
    font-size: 2.8rem;
  }
  #offer.post-offer .wrap .lt .title .wrapper .price-box {
    margin-left: 5px;
  }
  #offer.post-offer .wrap .btn {
    padding: 15px 10px;
  }
  #aboutme .wrap .lt .btn {
    margin-top: 25px;
  }
  #aboutme .wrap .rt {
    margin-top: 25px;
  }
  #aboutme .wrap .rt ul li span {
    font-size: 5rem;
  }
  #aboutme .wrap .cntr {
    width: 100%;
  }
  #aboutme-page #myway .wrap .rt figure {
    height: 320px;
  }
  #aboutme-page #myclients .wrap .lt figure {
    height: 320px;
  }
  #aboutme-page #myprinciples .wrap .lt ul li .accordion {
    font-size: 1.6rem;
  }
  #aboutme-page #myprinciples .wrap .rt figure {
    height: 320px;
  }
  #contacts-page #offer .wrap .lt p {
    width: 100%;
    font-size: 1.5rem;
  }
  #contacts-page #offer .wrap .rt {
    margin-top: 0;
  }
  #contacts-page #offer .wrap .rt iframe {
    height: 350px;
  }
  #post-profiling #who-course-for ul li:nth-child(3),
  #post-profiling #who-course-for ul li:nth-child(6) {
    padding: 25px;
  }
  #post-profiling #who-course-for ul {
    margin-top: 50px;
  }
  #post-profiling #program ul li h4 {
    margin-bottom: 10px;
  }
  #post-profiling #what-u-learn .wrap .lt ul {
    height: 400px;
  }
  #post-profiling #what-u-learn .wrap .rt figure {
    height: 315px;
  }
  #post-transformation #offer .wrap .lt .title h1 span {
    font-size: 35px;
  }
  #what-u-learn .wrap .rt figure {
    height: 320px;
  }
  #course-rates ul.list-rates {
    margin-top: 35px;
  }
  #course-rates ul.list-rates li.list-item-rates {
    width: 100%;
  }
  #reviews .wrapper {
    text-align: center;
  }
  #sing-up-course .wrap .rt .form-box {
    padding: 20px;
  }
  #home-page #courses-trainings .sl-courses-trainings .item {
    margin: 3px;
    height: 400px;
    padding-right: 20px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.01);
  }
  #aboutme-page #myprinciples .wrap .lt ul li .active:after {
    padding-top: 6px;
    padding-left: 12px;
    line-height: 1;
    width: 40px;
    height: 40px;
  }
  #post-inspiration #for-whom .wrap .lt figure,
  #post-transformation #for-whom .wrap .lt figure {
    height: 320px;
  }
  #post-transformation #offer h1 span {
    font-size: 35px;
  }
  #post-transformation #offer.post-offer .wrap .lt .title .wrapper .price-box {
    margin-left: 11px;
  }
  #post-transformation #offer.post-offer .wrap .lt .title .wrapper .price-box span {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  #post-transformation #what-u-learn .wrap .rt figure img {
    margin-top: 15px;
  }
  #post-transformation #what-u-learn .bigboard {
    padding: 25px;
  }
  #post-transformation #what-u-learn .bigboard p {
    font-size: 1.5rem;
  }
  footer .footer-up .get-consultation h3 {
    font-size: 2.6rem;
  }
  footer .footer-up .form-box {
    width: 100%;
  }
  footer .footer-up ul.menu li.social a img {
    width: 30px;
  }
  footer .footer-down .wrap {
    flex-direction: column;
  }
  footer .footer-down .wrap a {
    margin: 3px 0;
  }
  footer .footer-down .wrap .df {
    flex-direction: column;
  }
  footer .footer-down .wrap .df a {
    display: block;
    margin-right: 0;
  }
  #privacy-policy-page section .container h1,
  #terms-and-condition-page section .container h1 {
    font-size: 2rem;
  }
  #privacy-policy-page section .container h2,
  #terms-and-condition-page section .container h2 {
    font-size: 1.5rem;
  }
  #privacy-policy-page section .container h1,
  #terms-and-condition-page section .container h1 {
    margin-bottom: 30px;
  }
  #aboutme .wrap .cntr figure {
    height: auto;
  }
}/*# sourceMappingURL=main.css.map */