body {
  margin:0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  cursor: default;
  width: 100%;
  outline: none !important;
  background: #fff;
  color: #332241;
}
a {
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
a:active,
a:focus,
a:hover {
  outline: none !important;
}
* {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	position: absolute;
	content: "";
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
button,
input,
textarea,
select {
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
p {
  position: relative;	
  font-size: 18px;
  line-height: 1.6;
}
h2, h3 {
  line-height: 1.4;
}
.container {
	position: relative;
	width: 100%;
	padding: 0 100px;
}

/* -------------------------------- 
	
	header
	
-------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	background: transparent;
	padding: 10px 0;
	transform: translateY(0%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.header-top {
	transform: translateY(-100%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.header-top.shrink {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: 4px 4px 6px rgb(0,0,0,0.1);
	padding: 10px 0;
	transform: translateY(0%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.logo {
	position: relative;
	width: 240px;
	display: block;
}
.logo img {
	width: 100%;
}
.header-top .logo {
	width: 180px;
}
.flex-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-link {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}
.ico-header {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.ico-header:before {
	background: #DF4057;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.header-phone:hover .ico-header:before {
	transform: scale(1.3);
}
.ico-header:after {
	position: relative;
	background: url(../img/ico-header.svg) no-repeat center center;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.tel-header {
	position: relative;
	color: #332241;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.header-phone {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.btn.btn-header {
	padding: 20px 30px;
	max-width: 200px;
}
.nav {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.nav li {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 35px;
	position: relative;
	flex: 0 0 auto;
}
.nav li:last-child {
	margin-right: 0px;
}
.nav li a {
	position: relative;
	color: #332241;
}
.nav li a:before {
	background: #df4057;
	border-radius: 3px;
	width: 100%;
	height: 3px;
	bottom: -7px;
	left: 0;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.nav li a:hover:before {
	opacity: 1;
	transform: translateY(0px);
}

/* -------------------------------- 
	
	intro
	
-------------------------------- */
#intro {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-size: cover;
}
.intro-flex {
	position: relative;
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: space-between;
}
.intro-autor {
	position: absolute;
	bottom: 0;
	right: 50px;
	height: 90%;
	display: block;
	width: 55%;
	object-fit: contain;
	object-position: bottom;
}
.intro-content {
	position: relative;
	width: 50%;
}
.intro-content p {
	position: relative;
	margin-bottom: 15px;
}
.intro-content p span {
	font-weight: 700;
}
.intro-content p:before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 140px;
	height: 10px;
	left: 0;
	bottom: -10px;
}
.intro-content h1 {
	font-size: 5vw;
	line-height: 1.1;
	text-transform: uppercase;
}
.intro-content h2 {
	font-size: 36px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 40px;
}
.intro-offer {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 30px 0 0 0;
}
.intro-offer h3 {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	padding-left: 60px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.intro-offer h3:before {
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.intro-offer h3 li:hover:before {
	transform: translateX(-10px);
}
.btn {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	display: block;
	width: 100%;
	max-width: 280px;
	overflow: hidden;
	touch-action: manipulation;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	border: 0;
	transition: all 500ms ease-in-out;
	font-size: 12px;
	font-weight: 700;
	padding: 25px 35px;
	color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	background: linear-gradient(86.69deg, #DF4057 -1.14%, #FECC08 100%);
	border-radius: 5px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	text-transform: uppercase;
}
.btn:hover, 
.btn:active {
	color: #fff;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}
.btn:before {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;   
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	background: linear-gradient(86.69deg, #FECC08 -1.14%, #DF4057 100%);
}
.btn:hover:before, .btn-wizard:hover:before {
	opacity: 1;
	color: #fff;
}
.btn-txt {
	z-index: 2;
	position: relative;
}
.btn:after {
	background: rgba(255,255,255,0.2);
	height: 100%;
	width: 100px;
	transform: skewX(-15deg);
	z-index: 0;
	top: 0;
	left: -100%;
	animation: btn 3s ease-in-out infinite;
	-webkit-animation: btn 3s ease-in-out infinite;
}
@keyframes btn {
	0% { transform: skewX(-15deg); }   
	100% { transform: translateX(50vw) skewX(-15deg); }
}
@-webkit-keyframes btn {
	0% { transform: skewX(-15deg); }   
	100% { transform: translateX(50vw) skewX(-15deg); }
}
.intro-date {
	position: relative;
	background: #332241;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 70px 30px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.intro-date p {
	padding: 15px 0;
}
.intro-date p span {
	font-size :24px;
	font-weight: 700;
}
.intro-date p.video-title {
	font-size: 14px;
	font-weight: 700;
	color: #FFCB06;
	padding: 0;
}
.video-link {
	position: absolute;
	z-index: 2;
	bottom: 0;
	transform: translateY(50%);
}
.player-icon {
	position: relative;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.player-icon img {
	width: 100%;
	position: relative;
	display: block;
	z-index: 1;
	border-radius: 50%;
	-moz-transition: 0.35s linear;
	-o-transition: 0.35s linear;
	-webkit-transition: 0.35s linear;
	-ms-transition: 0.35s linear;
	transition: 0.35s linear;
}
.player-icon:before {
  width: 80px;
  height: 80px;
  border: 1px solid #DF4057;
  border-radius: 50%;
  will-change: transform;
	-webkit-animation: scale 2.5s linear;
	-moz-animation: scale 2.5s linear;
	animation: scale 2.5s linear;
	animation-iteration-count: infinite
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	}
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
		opacity: 0;
	}
}
@-webkit-keyframes scale {
	0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	}
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
		opacity: 0;
	}
}
.player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}
.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  transform: translate(-50%, -50%);
}
.js--show-video {
  opacity: 1;
}
.video-filler {
  display: block;
  width: 100%;
}
.video-close {
	position: absolute;
	z-index: 0;
	top: -60px;
	right: -60px;
	width: 50px;
	height: 50px;
	line-height: 44px;
	padding: 0 0 18px 0px;
	border: none;
	outline: none;
	border-radius: 0 50% 50% 0;
	cursor: pointer;
	font-size: 48px;
	color: #fff;
	background: transparent;
	-moz-transition: 0.35s linear;
	-o-transition: 0.35s linear;
	-webkit-transition: 0.35s linear;
	-ms-transition: 0.35s linear;
	transition: 0.35s linear;
}
.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pop_up_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 9999999999999;
}
.pop_up_video > div {
  display: table;
  width: 100%;
  height: 100%;
}
.pop_up_video > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* -------------------------------- 
	
	p1
	
-------------------------------- */
#p1 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
}
#p1::before {
	background: url(../img/cube-border.svg) no-repeat center center;
	background-size: contain;
	width: 560px;
	height: 560px;
	top: 5%;
	right: -330px;
	animation: rotate 28s linear infinite;
	-webkit-animation: rotate 28s linear infinite;
}
@keyframes rotate {  
	100% { transform: rotate(360deg) }
}
@-webkit-keyframes rotate {
	100% { transform: rotate(360deg) }
}
@keyframes rotate-reverse {  
	100% { transform: rotate(-360deg) }
}
@-webkit-keyframes rotate-reverse {
	100% { transform: rotate(-360deg) }
}
#p1 .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p1-img {
	position: relative;
	width: 40%;
}
.p1-img img {
	display: block;
	width: 100%;
}
.p1-content {
	position: relative;
	width: 40%;
	padding-left: 100px;
}
.p1-quote {
	margin-bottom: 30px;
}
.p1-quote span {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.p1-quote span:before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 140px;
	height: 10px;
	left: 140px;
	top: 10px;
}
#stats-counter {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.stats-col {
	position: relative;
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.stats-counter-value {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 64px;
	font-weight: 700;
	color: #DF4057;
	line-height: 1.2;
	display: block;
	text-align: center;
	min-width: 100px;
	margin-right: 20px;
}
.stats-title {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.stats-title span {
	color: #DF4057;
}

/* -------------------------------- 
	
	p2
	
-------------------------------- */
#p2 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: linear-gradient(90deg, #FAF8F5 0%, #FAF8F5 63.96%, rgba(250, 248, 245, 0) 100%);
}
.p2-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p2-content {
	width: 65%;
}
.p2-content .title {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	text-align: left;
}
.p2-content .title span {
	font-size: 144px;
	line-height: 1;
	font-weight: 700;
	color: #DF4057;
	margin-right: 25px;
}
.p2-list {
	position: relative;
	padding-right: 70px;
	margin-bottom: 40px;
}
.p2-list li {
	position: relative;
	font-size: 18px;
	line-height: 1.6;
	padding-left: 65px;
	margin-bottom: 25px;
}
.p2-list li:before {
	background: url(../img/check2.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
}
.p2-list li span {
	font-weight: 700;
}
.p2-list li span.color {
	color: #DF4057;
	margin-top: 12px;
	display: block;
}
.p2-offer {
	position: relative;
	display: flex;
	align-items: center;
}
.p2-offer h3 {
	font-size: 24px;
	margin-right: 70px;
}
.p2-img {
	width: 30%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p2-img-2 {
	position: relative;
	display: block;
	width: 100%;
	animation: rotate-reverse 48s linear infinite;
	-webkit-animation: rotate-reverse 48s linear infinite;
}
.p2-img-1 {
	position: absolute;
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}
.p2-img-1 img {
	width: 50px;
	height: 50px;
}

/* -------------------------------- 
	
	p3
	
-------------------------------- */
#p3 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: #fff;
}
.title {
	position: relative;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
#p3 .title:before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
.p3-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 40px;
}
.p3-item {
	position: relative;
	width: 25%;
	padding: 0 15px;
	display: flex;
}
.p3-item .number {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #DF4057;
	margin-right: 30px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p3-item .number::before {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	top: 10px;
	left: 15px;
	background: #E1DCE4;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p3-item .number span {
	position: relative;
}
.p3-item:hover .number {
	transform: translateX(10px);
}
.p3-item:hover .number::before {
	transform: translateX(-20px);
}
.p1-offer {
	position: relative;
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	background: #332241;
	color: #fff;
	padding: 40px 40px 60px 40px;
	border-radius: 15px;
}
.p1-offer p {
	position: relative;
	font-size: 24px;
	font-weight: 700;
}
.p1-offer .btn {
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
}

/* -------------------------------- 
	
	p4
	
-------------------------------- */
#p4 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: #FAF8F5;
}
.p4-bg {
	position: absolute;
	left: 0;
	display: block;
}
#p4 .container {
	display: flex;
	
}
#p4 .container {
	display: flex;
	justify-content: flex-end;
}
.p4-flex {
	position: relative;
	width: 60%;
}
.p4-flex .title {
	text-align: left;
}
.p4-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.p4-item {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 0;
	justify-content: space-between;
}
.p4-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin-right: 30px;
	min-width: 70px;
}
.p4-img::before {
	background: #DF4057;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p4-item:hover .p4-img::before {
	transform: scale(1.2);
}
.p4-img img {
	width: 30px;
	height: 30px;
	position: relative;
}
.p4-item p {
	width: 100%;
	font-weight: 500;
}

/* -------------------------------- 
	
	p5
	
-------------------------------- */
#p5 {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	background: #fff;
}
#p5::before {
	background: url(../img/cube-border.svg) no-repeat center center;
	background-size: contain;
	width: 620px;
	height: 620px;
	top: -310px;
	left: -310px;
	animation: rotate 28s linear infinite;
	-webkit-animation: rotate 28s linear infinite;
}
#p5::after {
	background: url(../img/cube-border.svg) no-repeat center center;
	background-size: contain;
	width: 620px;
	height: 620px;
	bottom: -310px;
	right: -310px;
	animation: rotate-reverse 28s linear infinite;
	-webkit-animation: rotate-reverse 28s linear infinite;
}
.p5-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	z-index: 1;
}
.p5-item:last-of-type {
	margin-bottom: 0px;
}
.p5-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 27%;
}
.p5-avtor {
	border-radius: 50%;
	border: 15px solid #faf8f5;
	box-shadow: 0 6px 8px rgba(0,0,0,0.2);
	display: block;
	width: 100%;
}
.insta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	font-size: 18px;
	font-weight: 700;
	color: #f33b3d;
}
.insta img {
	position: relative;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.p5-content {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 100px;
	width: 60%;
}
.p5-content h3 {
	position: relative;
	font-size: 24px;
	margin-bottom: 25px;
}
.p5-content h3:before {
	background: #F33B3D;
	width: 60px;
	height: 3px;
	border-radius: 3px;
	bottom: -10px;
	left: 0;
}
.p5-content p {
	font-size: 16px;
	margin: 10px 0;
}
.p5-content p a {
	font-weight: 700;
	color: #df4057;
}
.accordion {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}
.accordion-item {
	position: relative;
	margin-bottom: 10px;
}
.accordion-item:last-of-type {
	margin-bottom: 0px;
}
.acc-hidden {
	position: relative;
	display: none;
	padding: 10px 0;
}
.acc-hidden p {
	margin: 12px 0;
}
.acc-hidden p span {
	font-weight: 700;
}
.acc-hidden li {
	position: relative;
	font-size: 16px;
	margin: 0 0 12px 0;
	padding-left: 40px;
}
.acc-hidden li::before {
	background: #F33B3D;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}
.acc-target {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	color: #423C36;
	border-bottom: 1px dashed rgba(66, 60, 54, 0.42);
	font-weight: 600;
	padding: 10px 70px 10px 0;
}
.acc-target span {
	font-weight: 400;
}
.acc-target:after {
  width: 10px;
  height: 10px;
  background: url(../img/plus.svg) no-repeat center center;
  background-size: contain;
  right: 30px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.acc-target.active:after {
  transform: rotate(-90deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.acc-target.not-arrow:after {
  display: none;
}
.p5-content li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0;
	padding-left: 30px;
}
.p5-content li:before {
	background: #F33B3D;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}
.p5-content li span {
	font-weight: 700;
}

/* -------------------------------- 
	
	p6
	
-------------------------------- */
#p6 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
}
.p6-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
#p6 .title::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
.p6-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 1% -1%;
}
.p6-item {
	position: relative;
	width: 23%;
	margin: 1%;
	background: #fff;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 20px 15px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p6-item:hover {
	background: #28003C;
}
.p6-item .append-txt {
	display: none;
}
.p6-item .btn {
	max-width: 120px;
	padding: 15px;
	position: absolute;
	top: 15px;
	right: 0;
	transform: translateX(100%);
	border-radius: 5px 0 0 5px;
}
.p6-number {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: rgba(51, 34, 65, 0.4);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p6-number span {
	font-size: 24px;
	font-weight: 700;
	margin-right: 8px;
}
.p6-item:hover .p6-number {
	color: rgba(255, 255, 255, 0.6);
}
.p6-item h3 {
	font-size: 16px;
	margin-top: 15px;
	display: block;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p6-item:hover h3 {
	color: #fff;
}
.p6-item:hover .btn {
	transform: translateX(0%);
}
.container-p6 {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.container-p6 li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 45px;
	line-height: 1.6;
	margin: 10px 0;
}
.container-p6 li span {
	font-weight: 700;
	color: #df4057;
}
.container-p6 li::before {
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	width: 22px;
	height: 22px;
	left: 0;
	top: 2px;
}
.lesson {
	position: relative;
	padding: 40px;
	width: 40%;
}
.result {
	position: relative;
	padding: 40px;
	background: #faf8f5;
	width: 60%;
}
.container-p6 h2 {
	margin-bottom: 30px;
	font-size: 24px;
}
.container-p6 h2 span {
	font-weight: 400;
}
.result h2 {
	color: #df4057;
}
.container-p6 h3 {
	font-size: 18px;
	margin: 30px 0;
}
.container-p6 .result li::before {
	background: url(../img/check2.svg) no-repeat center center;
	background-size: contain;
}
.p6-offer {
	position: relative;
	text-align: center;
}
.p6-offer h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 400;
}
.p6-offer h2 span {
	font-weight: 700;
}
.p6-offer .btn {
	margin: 0 auto;
}
.btn.prog {
	margin: 0 auto 20px auto;
}

/* -------------------------------- 
	
	modal-box
	
-------------------------------- */
.modal, .modal-box {
	z-index: 9999;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(40, 0, 60, 0.35);
  overflow: auto;
}
.modal-box {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-body {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 9999;
}
.modal_container {
	background: #fff;
	margin: 0 auto;
	width: 80%;
	height: auto;
	position: relative;
	animation-name: modalbox;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}
/* Close Button */
.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/close.svg) no-repeat center center;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 9999;
	opacity: 0.65;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	background-size: contain;
}
.close-modal:hover {
	opacity: 1;
}
/* Animation */
@-webkit-keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
	}
  100% {
    transform: translateX(0%);  
    opacity: 1;
	}
}
@keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
	}
  100% {
    transform: translateX(0%);  
    opacity: 1;
	}
}

/* -------------------------------- 
	
	p7
	
-------------------------------- */
#p7 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: url(../img/p7-bg.jpg) no-repeat center center;
	background-size: cover; 
	background-attachment: fixed;
	color: #fff;
}
#p7:before {
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 40vh;
	bottom: 0;
	left: 0;
}
.p7-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 40px -1%;
}
.p7-item {
	position: relative;
	overflow: hidden;
	width: 31.333%;
	margin: 1%;
	padding: 0 30px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p7-number {
	position: absolute;
	bottom: 0;
	font-size: 144px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.12);
	line-height: 1;
	transform: translateY(40%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p7-item h3 {
	font-size: 24px;
}
.p7-step {
	margin-bottom: 40px;
}
#p7 .btn {
	margin: 0 auto;
}
.p7-item:hover {
	border: 1px solid rgba(255, 255, 255, 0.75);
}
.p7-item:hover .p7-number {
	transform: translateY(10%);
}
.p7-step .title::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
.p7-step-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.p7-step-item {
	position: relative;
	width: 33.333%;
	text-align: center;
	padding: 0 20px;	
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p7-img {
	position: relative;
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.p7-img img {
	position: relative;
	width: 70px;
	height: 70px;
}
.p7-img:before {
	width: 140px;
	height: 140px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p7-step-item:hover .p7-img:before {
	transform: scale(1.15);
}
.p7-img:after {
	background: url(../img/p7-arrow.svg) no-repeat center center;
	background-size: contain;
	width: 30px;
	height: 30px;
	right: -70px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p7-step-item:last-of-type .p7-img:after {
	display: none;
}
.p7-step-item:hover .p7-img:after {
	transform: translateX(20px);
}

/* -------------------------------- 
	
	p8
	
-------------------------------- */
/* #p8 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: #FAF8F5;
	}
	#p8::before{
	background: url(../img/cube.svg) no-repeat center center;
	background-size: contain;
	width: 640px;
	height: 640px;
	top: -320px;
	right: -320px;
	animation: rotate-reverse 28s linear infinite;
	-webkit-animation: rotate-reverse 28s linear infinite;
	}
	#p8 .title {
	text-align: left;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	}
	.slide-wrap {
	position: relative;
	margin-left: 100px;
	overflow: hidden;
	display: block;
	padding-top: 0px;
	}
	.slider {
	position: relative;
	display: block;
	padding: 90px 10% 0 0;
	}
	.slider-item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FAF8F5;
	}
	.slider-item a:before {
	background: url(../img/plus2.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	transform: scale(0);
	z-index: 1;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	}
	.slider-item img {
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	}
	.slider-item:hover img {
	opacity: 0.1 !important;
	}
	.slider-item:hover a:before {
	transform: scale(1);
	}
*/

/* -------------------------------- 
	
	slick
	
-------------------------------- */
.slick-slider, .slick-track {
	position: relative;
	display: block;
	margin: 0 auto;
	cursor: grab;
}
.slick-list {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden;
}
.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	top: 0;
	left: 0;
}
.slick-track:after, .slick-track:before {
	display: table;
content: ''}
.slick-track:after {
	clear: both;
}
.slick-slide {
	display: none;
	display: inline-block;
	height: 100%;
	min-height: 1px;
	padding-left: 0;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	position: relative;
	vertical-align: top;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-initialized .slick-slide.slick-active {
	opacity: 1;
}
@charset 'UTF-8';
.slick-dots, .slick-next, .slick-prev {
	position: absolute;
	display: block;
	padding: 0;
	z-index: 1;
}
.slick-dots li button:before, .slick-next:before, .slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
	background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;  
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: transparent;
	outline: 0;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}
.slick-next img, .slick-prev img {
	position: absolute;
	margin: 0 auto;
	width: 12px;
	height: 12px;
}
.slick-next:before, .slick-prev:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: #df4057;
	border-radius: 50%;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	transform: scale(1.15);
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	opacity: 1;	
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
	opacity: 0;
	pointer-events: none;
}
.slick-prev {
	top: 45%;
	left: 0px;
}
.slick-next {
	top: 45%;
	right: 0px;
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}	
.slick-dots {
	bottom: -40px;
	width: 70%;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.slick-dots li {
	position: relative;
	height: 1px;
	width: 100%;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.25);
	cursor: pointer;
	color: transparent;
	border: 0;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.slick-dots li.slick-active button {
	background: #df4057;
	height: 5px;
	margin-top: -2px;
	border-radius: 3px;
}

/* -------------------------------- 
	
	p9
	
-------------------------------- */
#p9 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	background: #fff;
}
#p9 .title::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
.p9-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: contain;
	display: block;
}
.p9-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 -1% 40px -1%;
}
.p9-item {
	position: relative;
	width: 31.333%;
	margin: 0 1%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p9-item:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.p9-title {
	position: relative;
	background: #EBECE6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
	flex-direction: column;
	padding: 0 20px;
	min-height: 120px;
}
.p9-title h3 {
	font-size: 24px;
	line-height: 1.2;
}
.p9-title h3 span {
	font-size: 18px;
}

.p9-title p {
	font-size: 18px;
	color: rgba(51, 34, 65, 0.38);
}
.p9-item:nth-of-type(2) .p9-title {
	background: linear-gradient(90deg, #FFC700 0%, #FFEA9E 100%);
}
.p9-item:nth-of-type(3) .p9-title {
	background: linear-gradient(90deg, #FFF598 0%, #FFF7D6 100%);
}
.p9-item:nth-of-type(4) .p9-title {
	background: linear-gradient(90deg, #EAE7DA 0%, #FBFBFB 100%);
}
.p9-content {
	position: relative;
	height: 100%;
	padding: 20px 30px;
}
.p9-content li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 40px;
	margin-bottom: 12px;
}
.p9-content li span {
	font-weight: 700;
	color: #DF4057;
}
.p9-content li::before {
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p9-content li:hover::before {
	transform: translateX(-10px);
}
.p9-footer {
	position: relative;
	background: #EBECE6;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	border-radius: 0 0 10px 10px;
}
.p9-item:nth-of-type(2) .p9-footer {
	background: linear-gradient(90deg, #FFC700 0%, #FFEA9E 100%);
}
.p9-item:nth-of-type(3) .p9-footer {
	background: linear-gradient(90deg, #FFF598 0%, #FFF7D6 100%);
}
.p9-item:nth-of-type(4) .p9-footer {
	background: linear-gradient(90deg, #EAE7DA 0%, #FBFBFB 100%);
}
.p9-footer p {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1;
}
.p9-footer p span {
	font-weight: 400;
}
.p9-footer p.old {
	font-size: 18px;
	opacity: 0.5;
	text-decoration: line-through;
}
.b9-sub {
	background: #faf8f5;
	padding: 30px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	border-radius: 15px;
}
.b9-sub h3 {
	position: relative;
	font-size: 24px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
#counter {
	text-align: center;
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #df4057;
	min-height: 70px;
}
#counter span, #counter i {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0);
}
#counter span {
  position: relative;
  color: #df4057;
  min-width: 100px;
  padding: 0 15px;
  text-align: center;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#counter span:last-of-type {
  border-right: 0;
}
#counter span.days:before {
  content: "дней";
}
#counter span.hours:before {
  content: "часов";
}
#counter span.minutes:before {
  content: "минут";
}
#counter span.seconds:before {
  content: "секунд";
}
#counter span:before {
  bottom: -12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #332241;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
}
#counter i {
  font-style: normal;
}

/* -------------------------------- 
	
	p10
	
-------------------------------- */
#p10 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	background: #FAF8F5;
	overflow: hidden;
}
#p10::before {
	background: url(../img/cube2.svg) no-repeat center center;
	background-size: contain;
	width: 640px;
	height: 640px;
	top: -320px;
	left: -320px;
	animation: rotate-reverse 28s linear infinite;
	-webkit-animation: rotate-reverse 28s linear infinite;
}
#p10::after {
	background: url(../img/cube2.svg) no-repeat center center;
	background-size: contain;
	width: 640px;
	height: 640px;
	bottom: -320px;
	right: -320px;
	animation: rotate-reverse 28s linear infinite;
	-webkit-animation: rotate-reverse 28s linear infinite;
}
.accordion.question {
	background: #FFFFFF;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 40px;
	z-index: 1;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.accordion.question:hover {
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
}
.question .acc-target {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	line-height: 1.4;
	height: auto;
	padding: 20px 70px 20px 0;
}
.question .acc-target span {
	font-weight: 700;
	color: #DF4057;
	margin-right: 20px;
}
.accordion.question::before {
	background: url(../img/accordion.svg) no-repeat center center;
	background-size: contain;
	width: 100px;
	height: 100px;
	right: 25px;
	top: -80px;
	transform: rotate(22deg);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.accordion.question:hover::before {
	transform: rotate(0);
}

/* -------------------------------- 
	
	p11
	
-------------------------------- */
#p11 {
	position: relative;
	width: 100%;
	padding: 70px 0 0 0;
	background: url(../img/p11-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	color: #fff;
}
.p11-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p1-txt {
	position: relative;
	width: 50%;
}
.p1-img {
	position: relative;
	width: 40%;
}
.p1-img img {
	width: 100%;
	display: block;
}
.p1-txt h2 {
	position: relative;
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 40px;
}
.p1-txt h2::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	bottom: -30px;
}
#p11 .p1-txt h2::before {
	display: none;
}
.p1-txt p {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}
.p1-txt h2 span {
	font-weight: 700;
}
.btn.whatsapp {
	display: flex;
	align-items: center;
	background: linear-gradient(86.52deg, #46B800 0%, #CFE100 100%);
	text-align: center;
	justify-content: center;
}
.btn.whatsapp img {
	position: relative;
	margin-right: 12px;
	width: 30px;
	height: 30px;
}
.btn.whatsapp::before {
	background: linear-gradient(86.52deg, #CFE100 0%, #46B800 100%);
}

/* -------------------------------- 
	
	footer
	
-------------------------------- */
footer {
	position: relative;
	background: #28003C;
	color: #fff;
	padding: 70px 0 40px 0;
	overflow: hidden;
}
footer::before {
	background: url(../img/line-footer.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 20px;
}
.top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}
.btn-top {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-top span {
	position: relative;
	z-index: 1;
}
.btn-top:before {
	width: 300px;
	height: 300px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(91, 7, 133, 0.65) 0%, rgba(40, 0, 60, 0) 100%);
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.btn-top:after {
	background: linear-gradient(86.52deg, #5B0686 0%, #461460 100%);
	border-radius: 5px;
	width: 220px;
	height: 65px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.btn-top:hover:before {
	transform: scale(0.65);
}
.btn-top:hover:after {
	transform: scale(1.1);
}
.footer-content {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 1;
}
.doc-list {
	width: 50%;
}
.doc-list li {
	position: relative;
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 0;
	padding-left: 30px;
}
.doc-list li a {
	color: #fff;
}
.doc-list li:before {
	background: url(../img/doc-ico.svg) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.doc-list li:hover:before {
	transform: translateX(-10px);
}
.social {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social h3 {
	font-size: 14px;
	text-align: right;
	margin-right: 25px;
}
.social ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social li {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social li:last-child {
	margin-right: 0px;
}
.social li a {
	position: relative;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social li img {
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
}
.social li a:before {
	background: #DF4057;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.social li a:hover:before {
	transform: scale(1.2);
}

@media (max-width: 1200px) {
	.footer-content {
		align-items: center;
		flex-direction: column;
	}
	.doc-list {
		margin-bottom: 20px;
	}
	.social {
		flex-direction: column;
	}
	.social h3 {
		font-size: 18px;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.doc-list li {
		font-size: 14px;
		margin: 15px 0;
	}
	.top {
		margin-bottom: 60px;
	}
	
}

@media (max-width: 991px) {
	.doc-list {
		width: 90%;
	}
	
}

/* -------------------------------- 
	
	reg
	
-------------------------------- */
#reg {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-size: cover;
}
#reg .container {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.reg-form {
	position: relative;
	background: #fff;
	padding: 40px;
	width: 40%;
	display: table;
	border-radius: 10px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}
.reg-form h2 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
.reg-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reg-txt {
	width: 40%;
	padding-right: 70px;
}
.reg-txt h2 {
	position: relative;
	font-size: 36px;
	margin-bottom: 40px;
}
.reg-txt h2::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 140px;
	height: 10px;
	left: 0;
	bottom: -20px;
}
.reg-txt p {
	font-size: 18px;
	font-weight: 500;
}
.reg-txt p span {
	font-size: 28px;
	font-weight: 700;
}

/* -------------------------------- 
	
	p12
	
-------------------------------- */
#p12 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #faf8f5;
	padding: 70px 0;
}
.p12-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 -1%;
}
.p12-item {
	position: relative;
	display: block;
	width: 20%;
	margin: 0 1%;
	border-radius: 10px;
	border: 15px solid #fff;
	box-shadow: 0 6px 8px rgba(0,0,0,0.2);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p12-item:hover {
	box-shadow: 0 8px 10px rgba(0,0,0,0.35);
}
.p12-item img{
	display: block;
	width: 100%;
}

/* -------------------------------- 
	
	p13
	
-------------------------------- */
#p13 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 70px 0;
}
#p13 .title::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
.p13-sub {
	position: relative;
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
}
.p13-sub span {
	font-weight: 700;
}
.p13-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p13-txt {
	position: relative;
	padding-right: 70px;
	width: 70%
}
.p13-img {
	position: relative;
	width: 30%;
	display: block;
	border: 10px solid #faf8f5;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 6px 8px rgba(0,0,0,0.2);
	flex: 0 0 auto;
}
.p13-txt h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.p13-txt p {
	margin-bottom: 20px;
}
.p13-txt p span {
	font-weight: 700;
}
.p13-txt li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0;
	padding-left: 30px;
}
.p13-txt li::before {
	background: #F33B3D;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}

/* -------------------------------- 
	
	p14
	
-------------------------------- */
#p14 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #faf8f5;
	padding: 70px 0;
}
.p14-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 -1%;
}
.p14-item {
	position: relative;
	display: block;
	margin: 0 1%;
	border-radius: 10px;
	border: 15px solid #fff;
	box-shadow: 0 6px 8px rgba(0,0,0,0.2);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p14-item:hover {
	box-shadow: 0 8px 10px rgba(0,0,0,0.35);
}
.p14-item img{
	display: block;
	width: 100%;
}

/* -------------------------------- 
	
	p15
	
-------------------------------- */
#p15 {
	position: relative;
	width: 100%;
	padding: 70px 0 0 0;
	background: #faf8f5;
	overflow: hidden;
}
.p15-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 40px -1%;
}
.p15-item {
	position: relative;
	width: 31.333%;
	margin: 1%;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p15-item:hover {
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.p15-item img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: block;
	margin-bottom: 15px;
}
.p15-item h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.p15-item p {
	font-size: 16px;
	font-weight: 600;
}
.p15-item p span {
	opacity: 0.6;
}
.append-spiker {
	display: none;
}
.container-spiker {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#modal-spiker .modal_container {
	width: 70%;
	padding: 0;
}
.spiker-content {
	position: relative;
	padding: 40px;
	background: #fdfaff;
	width: 70%;
}
.spiker-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
	width: 30%;
}
.spiker-title img {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.spiker-title h2 {
	position: relative;
	font-size: 18px;
	text-align: center;
}
.spiker-title p {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
.spiker-content li {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0;
	padding-left: 30px;
}
.spiker-content li.not-dot {
	font-weight: 700;
}
.spiker-content li::before {
	background: #ab96b0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
.spiker-content li.not-dot::before {
	display: none;
}
.spiker-content li a {
	font-weight: 700;
	color: #df4057;
}
.p15-offer .title::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
.p15-offer-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.p15-offer-item {
	position: relative;
	padding: 70px 100px;
}
.p15-offer-item:last-of-type {
	background: #fff;
	border-radius: 60px 0 0 0;
	box-shadow: -10px -10px 20px rgba(0,0,0,0.1);
}
.p15-offer-item li {
	position: relative;
	font-size: 20px;
	line-height: 1.6;
	padding-left: 50px;
	margin-bottom: 15px;
	font-weight: 500;
}
.p15-offer-item:last-of-type li {
	font-weight: 700;
}
.p15-offer-item li::before {
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	width: 30px;
	height: 30px;
	left: 0;
	top: 2px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p15-offer-item li:hover::before {
	transform: translateX(-10px);
}


/* -------------------------------- 
	
	p16
	
-------------------------------- */
#p16 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	background: linear-gradient(90deg, #EAE7DA 0%, #FBFBFB 100%);
	overflow: hidden;
}
.p16-offer {
	position: relative;
	width: 80%;
	margin: 0 auto;
	background: #28003C;
	color: #fff;
	padding: 40px;
	border-radius: 15px;
}
.p16-offer-title {
	position: absolute;
	display: block;
	text-align: center;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	padding: 25px 35px;
	color: #fff;
	background: linear-gradient(86.69deg, #DF4057 -1.14%, #FECC08 100%);
	border-radius: 5px;
	text-transform: uppercase;
	top: 0;
	right: 0;
	transform: translateY(-50%) translateX(20px);
}
.p16-offer p {
	font-size: 24px;
	margin-bottom: 15px;
}
.p16-offer p span {
	font-size: 36px;
	font-weight: 700;
}
.sub-p16 {
	opacity: 0.5;
}
.p16-offer h2 {
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 15px;
}
.p16-offer h2 span {
	font-size: 96px;
	font-weight: 700;
}
.p16-offer h3 {
	font-size: 32px;
	color: #df4057;
}
.p16-flex {
	position: relative;
	display: flex;
	margin-top: 70px;
	justify-content: space-between;
	background: #FDFAFF;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}
.p16-flex-item {
	position: relative;
	padding: 40px;
	width: 50%;
}
.p16-flex-item.second-list {
	background: linear-gradient(90deg, #EAE5ED 1.86%, #FDFAFF 100%);
}
.p16-flex-item h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.p16-list-item {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.p16-number {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #DF4057;
	margin-right: 30px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p16-list-item:hover .p16-number {
	transform: translateX(-10px);
}
.p16-number span {
	position: relative;
}
.p16-number::before {
	width: 30px;
	height: 30px;
	border-radius: 2px;
	top: 4px;
	left: 10px;
	background: #E1DCE4;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.second-list .p16-number::before {
	background: #FDFAFF;
}
.p11-img {
	position: relative;
	width: 35%;
	display: block;
}
#p17 .btn {
	margin: 70px auto 0 auto;
}
/* -------------------------------- 
	
	p17
	
-------------------------------- */
#p17 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	background: #fff;
	overflow: hidden;
}
.slider {
	padding: 0 80px;
}
.slider-item {
	position: relative;
	background: #FAF8F5;
	overflow: hidden;
	margin: 0 10px;
	padding: 40px;
	max-height: 480px;
}
.slider-item h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.slider-item p, .slider-item li {
	font-size: 14px;
	margin: 10px 0;
}



/* -------------------------------- 
	
	адаптив
	
-------------------------------- */
@media (max-width: 1600px) {
	.container {
		padding: 0 30px;
	}
	.logo {
		width: 180px;
	}
	.header-top .logo {
		width: 140px;
	}
	.intro-content h1 {
		font-size: 60px;
	}
	.intro-content h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.intro-offer h3 {
		font-size: 20px;
	}
	.intro-autor {
		right: 100px;
	}
	.p1-img {
		width: 35%;
	}
	.p2-img-2 {
		width: 90%;
	}
	.p2-img-1 {
		width: 140px;
		height: 140px;
	}
	.p2-img-1 img {
		width: 40px;
		height: 40px;
	}
	p {
		font-size: 16px;
	}
	.p7-item h3 {
		font-size: 20px;
	}
	.p7-number {
		font-size: 124px;
	}
	.slide-wrap {
		margin-left: 30px;
	}
	.p5-content {
		padding: 0 50px;
	}
	.p15-offer-item {
		padding: 40px 30px;
	}
	.p15-offer-item li {
		font-size: 18px;
	}
	.p15-item {
		padding: 30px 15px;
	}
	.p15-item p {
		font-size: 14px;
	}
	.p16-offer h2 span {
		font-size: 86px;
	}
	.slider-item {
		padding: 25px;
	}
	.slider-item h3 {
		font-size: 16px;
	}
	
	
	
	
	
}

@media (max-width: 1400px) {
	.intro-date p span {
		font-size: 20px;
	}
	.intro-date {
		padding: 50px 20px;
	}
	.intro-content h1 {
		font-size: 56px;
	}
	.intro-content h2 {
		font-size: 28px;
	}
	.intro-offer h3::before {
		width: 30px;
		height: 30px;
	}
	.intro-offer h3 {
		padding-left: 50px;
	}
	.btn {
		max-width: 220px;
		font-size: 10px;
	}
	.p1-content {
		width: 50%;
	}
	.p2-content .title span {
		font-size: 100px;
		line-height: 0;
	}
	.p2-content .title {
		font-size: 28px;
	}
	.p2-list li {
		font-size: 16px;
	}
	.p2-offer h3 {
		font-size: 20px;
		margin-right: 40px;
	}
	.title {
		font-size: 32px;
	}
	.p1-offer p {
		font-size: 20px;
	}
	.p4-bg {
		width: 55%;
		top: 15%;
	}
	.p5-img {
		width: 30%;
	}
	.p6-offer h2 {
		font-size: 28px;
	}
	.p7-item h3 {
		font-size: 18px;
	}
	.p1-txt h2 {
		font-size: 36px;
		font-weight: 400;
	}
	.p1-txt p {
		font-size: 28px;
	}
	.btn.whatsapp {
		max-width: 280px;
	}
	.p11-img {
		width: 35%;
	}
	.reg-form h2 {
		font-size: 24px;
	}
	.reg-txt h2 {
		font-size: 28px;
	}
	.reg-txt p span {
		font-size: 24px;
	}
	.btn.btn-header {
		max-width: 170px;
	}
	.modal_container {
		width: 90%;
	}
	.lesson {
		padding: 30px;
	}
	.result {
		padding: 30px;
	}
	.container-p6 h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.container-p6 h3 {
		font-size: 16px;
		margin: 20px 0;
	}
	.container-p6 li {
		font-size: 14px;
	}
	#p13 .title {
		font-size: 28px;
	}
	.p13-txt h3 {
		font-size: 20px;
	}
	.p15-item {
		width: 31.33%;
	}
	.nav li {
		margin-right: 25px;
	}
	.header-phone {
		margin-right: 20px;
	}
	
	
	
	
	
}

@media (max-width: 1200px) {
	.intro-flex {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.intro-date {
		padding: 20px 70px 20px 30px;
		margin-bottom: 30px;
		flex-direction: row;
		align-items: center;
		text-align: left;
	}
	.intro-date p.video-title {
		display: none;
	}
	.video-link {
		bottom: auto;
		transform: translateY(0%) translateX(50%);
		right: 0;
	}
	/* .intro-date p {
		padding-right: 15px;
		margin-right: 15px;
		border-right: 1px dashed rgba(255,255,255,0.3);
		}
		.intro-date p:nth-of-type(2) {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	} */
	.intro-content h1 {
		font-size: 46px;
	}
	.intro-content h2 {
		font-size: 24px;
	}
	.intro-autor {
		right: -100px;
	}
	.intro-content {
		width: 70%;
	}
	.p1-content {
		width: 60%;
	}
	.p1-img {
		width: 40%;
	}
	.p2-content {
		width: 100%;
		z-index: 1;
		position: relative;
	}
	.p2-flex {
		justify-content: center;
		flex-wrap: wrap;
	}
	.p2-img {
		width: 50%;
		opacity: 0.15;
		position: absolute;
	}
	.p3-item {
		width: 50%;
		padding: 20px;
	}
	.p1-offer {
		width: 80%;
		padding: 30px 30px 50px 30px;
		border-radius: 10px;
	}
	.p4-flex {
		width: 100%;
	}
	.p4-bg {
		width: 100%;
		opacity: 0.3;
	}
	.p6-item {
		width: 31.333%;
	}
	.p7-item {
		width: 48%;
	}
	.p7-step-grid {
		flex-direction: column;
		align-items: center;
	}
	.p7-step-item {
		padding: 0 0 40px 0;
	}
	.p7-img::after {
		display: none;
	}
	#p7::before {
		height: 100vh;
	}
	.p9-grid {
		margin: 0 0 40px 0;
		flex-direction: column;
	}
	.p9-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.p9-item:last-of-type {
		margin-bottom: 0px;
	}
	.accordion.question::before {
		width: 70px;
		height: 70px;
		top: -40px;
	}
	.p11-img {
		width: 50%;
	}
	.p6-item .btn {
		display: none;
	}
	.reg-form {
		width: 60%;
	}
	.nav {
		display: none;
	}
	.p16-offer {
		width: 100%;
	}
	.p16-offer h3 {
		font-size: 28px;
	}
	.p16-offer h2 span {
		font-size: 76px;
	}
	.p16-offer h2 {
		font-size: 36px;
	}
	.p16-flex {
		flex-wrap: wrap;
	}
	.p16-flex-item {
		width: 100%;
	}
	.p16-offer-title {
		font-size: 14px;
		padding: 20px 35px;
		transform: translateY(-50%) translateX(10px);
	}
	.slider {
		padding: 0;
	}
	.slider-item {
		padding: 40px;
	}
	
	
	
	
}

@media (max-width: 991px) {
	.container {
		padding: 0 15px;
	}
	.intro-autor {
		right: -150px;
		object-fit: contain;
		height: 80%;
	}
	.intro-content h1 {
		font-size: 42px;
	}
	.intro-offer {
		align-items: flex-start;
		flex-direction: column;
	}
	.intro-offer h3 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#p1 {
		padding: 40px 0;
	}
	#p1 .container {
		flex-direction: column-reverse;
	}
	.p1-content {
		width: 100%;
		padding: 0;
	}
	.p1-img {
		width: 60%;
	}
	#p2 {
		padding: 40px 0;
	}
	.p2-offer {
		flex-direction: column;
		text-align: center;
	}
	.p2-offer h3 {
		font-size: 20px;
		margin-right: 40px;
		margin: 0 0 30px 0;
	}
	#p3 {
		padding: 40px 0;
	}
	#p4 {
		padding: 40px 0;
	}
	.p4-flex .title {
		text-align: center;
	}
	.p4-item {
		width: 100%;
	}
	#p4 .btn {
		margin: 0 auto;
	}
	#p5 {
		padding: 40px 0;
	}
	.p5-item {
		flex-direction: column;
	}
	.p5-item:first-of-type {
		flex-direction: column-reverse;
	}
	.p5-img {
		width: 40%;
		margin-bottom: 20px;
	}
	.p5-content {
		width: 100%;
		padding: 0;
	}
	.p6-item {
		width: 48%;
	}
	#p6 {
		padding: 0 0 40px 0;
	}
	#p6 .title {
		margin-bottom: 40px;
	}
	#p7 {
		padding: 40px 0;
	}
	#p8 {
		padding: 40px 0;
	}
	.title {
		font-size: 28px;
	}
	#p9 {
		padding: 40px 0;
	}
	.p9-footer {
		padding: 20px 0;
	}
	#p10 {
		padding: 40px 0;
	}
	.accordion.question {
		border-radius: 10px;
		padding: 30px;
	}
	.question .acc-target {
		font-size: 18px;
		padding: 15px 70px 15px 0;
	}
	.p11-flex {
		flex-direction: column;
		text-align: center;
	}
	.p1-txt {
		width: 100%;
		margin-bottom: 30px;
	}
	.p1-txt h2::before {
		right: 0;
		margin: 0 auto;
	}
	.btn.whatsapp {
		margin: 0 auto;
	}
	.p11-img {
		width: 60%;
	}
	.p2-list {
		padding-right: 0;
	}
	.reg-flex {
		flex-wrap: wrap;
	}
	.reg-txt {
		width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.reg-txt h2::before {
		right: 0;
		margin: 0 auto;
	}
	.reg-txt h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.reg-txt p span {
		font-size: 20px;
	}
	.reg-txt p {
		font-size: 16px;
	}
	.reg-txt p br {
		display: none;
	}
	.container-p6 {
		flex-direction: column;
	}
	.lesson {
		width: 100%;
	}
	.result {
		width: 100%;
	}
	.p12-grid {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.p12-item {
		width: 31.333%;
		margin: 1%;
	}
	.p13-txt {
		padding-right: 0;
		width: 100%;
	}
	.p13-grid {
		align-items: center;
		flex-direction: column-reverse;
	}
	.p13-img {
		width: 50%;
		margin-bottom: 20px;
	}
	.p14-grid {
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.p14-item {
		margin: 1%;
		width: 23%;
	}
	.p15-offer-item:last-of-type {
		border-radius: 90px 0 0 90px;
	}
	.p15-offer-flex {
		flex-wrap: wrap;
	}
	.p15-offer-item {
		width: 100%;
	}
	#p15 {
		padding: 40px 0;
	}
	#p12 {
		padding: 40px 0;
	}
	#p13 {
		padding: 40px 0;
	}
	#p14 {
		padding: 40px 0;
	}
	.b9-sub {
		width: 80%;
	}
	#p17 {
		padding: 40px 0 70px 0;
	}
	.p13-img {
		width: 40%;
	}
	.p5-content h3 {
		text-align: center;
	}
	.p5-content h3::before {
		right: 0;
		margin: 0 auto;
	}
	
	
	
}

@media (max-width: 767px) {
.intro-flex {
	height: auto;
	padding: 120px 0 0 0;
}
.intro-content p {
	margin-bottom: 35px;
}
	header {
		padding: 5px 0;
	}
	.logo {
		width: 100px;
	}
	.header-top .logo {
		width: 80px;
	}
	.header-top.shrink {
		padding: 5px 0;
	}
	.intro-date {
		padding: 10px 60px 10px 20px;
		margin-bottom: 20px;
	}
	.intro-date p {
		padding: 0;
		padding-right: 15px;
	}
	p {
		font-size: 14px;
	}
	.intro-content h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.intro-content h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.intro-offer {
		width: 80%;
	}
	.intro-offer h3 {
		font-size: 16px;
		padding-left: 40px;
	}
	.intro-offer h3::before {
		width: 20px;
		height: 20px;
	}
	.intro-content {
		padding-bottom: 40px;
	}
	.p2-content .title {
		font-size: 24px;
	}
	.p2-list li::before {
		width: 20px;
		height: 20px;
		top: 2px;
	}
	.p2-list li {
		padding-left: 45px;
	}
	.title {
		font-size: 24px;
	}
	.p3-item {
		width: 100%;
		padding: 10px 0;
		align-items: center;
	}
	.p1-offer {
		width: 100%;
		padding: 15px 15px 50px 15px;
	}
	.p5-content h3 {
		text-align: center;
	}
	.p5-content h3::before {
		right: 0;
		margin: 0 auto;
	}
	.p6-offer h2 {
		font-size: 24px;
	}
	.p7-item h3 {
		font-size: 16px;
	}
	.p7-step-item {
		width: 50%;
	}
	.p7-step-item:last-of-type {
		padding: 0;
	}
	.slide-wrap {
		margin-left: 15px;
	}
	.p9-title {
		padding: 10px;
	}
	.p9-content li {
		font-size: 14px;
	}
	.p9-content {
		padding: 20px;
	}
	.btn {
		padding: 20px;
	}
	.p9-footer p {
		font-size: 32px;
	}
	@keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(120vw) skewX(-15deg); }
	}
	@-webkit-keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(120vw) skewX(-15deg); }
	}
	.accordion.question::before {
		width: 50px;
		height: 50px;
		top: -20px;
	}
	.accordion.question {
		padding: 20px;
	}
	.question .acc-target {
		font-size: 16px;
	}
	#p11 {
		padding: 40px 0 0 0;
	}
	.p1-txt h2 {
		font-size: 28px;
	}
	.p1-txt p {
		font-size: 24px;
	}
	.intro-autor {
		right: -80px;
		height: 90%;
	}
	#reg {
		height: auto;
	}
	#reg .container {
	height: auto;
	padding: 100px 0;
}
	.btn.btn-header {
		max-width: 150px;
		padding: 15px 10px;
	}
	.header-phone {
		margin-right: 30px;
	}
	.tel-header {
		font-size: 14px;
	}
	.lesson {
		padding: 20px;
	}
	.result {
		padding: 20px;
	}
	.modal_container {
		width: 95%;
	}
	@keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(150vw) skewX(-15deg); }
	}
	@-webkit-keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(150vw) skewX(-15deg); }
	}
	#p13 .title {
		font-size: 20px;
	}
	.p15-item {
		width: 48%;
	}
	.p15-offer-item li::before {
		top: 0;
	}
	.b9-sub {
		padding: 30px 15px;
		width: 100%;
		border-radius: 10px;
	}
	.b9-sub h3 {
		font-size: 20px;
	}
	#p16 {
		padding: 40px 0;
	}
	.p16-offer p {
		font-size: 18px;
	}
	.p16-offer h2 {
		font-size: 28px;
	}
	.p16-offer h2 span {
		font-size: 54px;
	}
	.p16-offer p {
		font-size: 16px;
	}
	.p16-offer p span {
		font-size: 28px;
	}
	.p16-offer h3 {
		font-size: 20px;
	}
	.p16-flex {
		margin-top: 40px;
	}
	.p16-flex-item {
		padding: 30px 15px;
	}
	.p16-flex-item h2 {
		font-size: 18px;
	}
	.slider-item {
		padding: 20px;
		max-height: 90vh;
	}
	.slider-item h3 {
		margin-bottom: 10px;
	}
	#p17 {
		padding: 40px 0;
	}
	.header-link {
	justify-content: space-between;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 480px) {
	.intro-date {
		flex-direction: column;
		align-items: flex-start;
	}
	.intro-content {
		width: 100%;
	}
	.intro-date p span {
		font-size: 18px;
	}
	.intro-content h2 {
		font-size: 16px;
		width: 100%;
	}
	.intro-content h2 br {
		display: none;
	}
	.intro-autor {
		right: 0;
		height: auto;
		width: 100%;
		position: relative;
		bottom: auto;
	}
	.intro-offer h3 {
		font-size: 14px;
		padding-left: 30px;
	}
	.intro-content {
		padding-bottom: 20px;
	}
	.intro-offer {
		width: 100%;
	}
	.p1-content {
		margin-bottom: 30px;
	}
	.p1-img {
		width: 90%;
	}
	.p2-content .title span {
		font-size: 80px;
	}
	.p2-content .title {
		font-size: 18px;
	}
	.p2-list li {
		padding-left: 40px;
	}
	p {
		font-size: 16px;
	}
	.p1-offer p {
		font-size: 18px;
	}
	.p4-img {
		width: 50px;
		height: 50px;
		min-width: 50px;
		margin-right: 20px;
	}
	.p4-img::before {
		width: 50px;
		height: 50px;
	}
	.title {
		margin-bottom: 20px;
	}
	.p5-img {
		width: 80%;
	}
	.p5-avtor {
		border: 10px solid #faf8f5;
	}
	.p6-grid {
		margin: 40px 0 20px 0;
	}
	.p6-item {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.p7-grid {
		margin: 0 0 30px 0;
	}
	.p7-item {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.p7-step-item {
		width: 90%;
	}
	.p9-grid {
		margin-top: 40px;
	}
	.question .acc-target {
		padding: 10px 40px 10px 0;
	}
	.acc-target::after {
		right: 5px;
	}
.p11-img {
	width: 100%;
}
	.p4-bg {
		top: 75%;
	}
	.reg-form {
		padding: 30px 10px;
		width: 95%;
	}
	.reg-form h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.tel-header {
		display: none;
	}
	.header-phone {
		margin-right: 20px;
	}
	.container-p6 li {
		padding-left: 35px;
	}
	.container-p6 h2 {
		font-size: 18px;
	}
	.p12-item {
		width: 48%;
	}
	.p13-img {
		width: 80%;
	}
	.p13-sub {
		margin-bottom: 20px;
	}
	.p15-item {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.p15-grid {
		margin: 0 0 20px 0;
	}
	.p15-offer-item {
		padding: 40px 15px;
	}
	.p15-offer-item:last-of-type {
		border-radius: 20px 0 0 20px;
	}
	#counter {
		font-size: 36px;
	}
	#counter span {
		min-width: 75px;
		padding: 0 5px;
	}
	.p16-offer {
		padding: 40px 15px;
		border-radius: 10px;
	}
	.p16-offer h2 span {
		font-size: 48px;
		display: block;
		width: 100%;
	}
	.slider-item {
		max-height: 70vh;
	}
	.slick-next, .slick-prev, .slick-next::before, .slick-prev::before {
		width: 40px;
		height: 40px;
	}
	.title {
		font-size: 20px;
	}
	.p14-item {
		width: 48%;
		border: 5px solid #fff;
	}
	.intro-content h1 {
	font-size: 15vw;
}
.intro-offer h3 {
	font-size: 4.3vw;
	padding: 0 0 0 55px;
	margin: 0 0 30px 0;
}
.intro-offer h3::before {
	width: 40px;
	height: 40px;
}
.intro-content p::before {
	bottom: -16px;
}

























	
	
	
	
	
	
	
}

