body {
  margin:0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  cursor: default;
  width: 100%;
  outline: none !important;
  background: #10242E;
  color: #fff;
}
#modal-lid .modal_container {
	max-width: 500px;
}
a{
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
a:active,
a:focus,
a:hover {
  outline: none !important;
}
* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
  -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;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
p {
  font-size: 16px;
  line-height: 1.6;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.container {
	position: relative;
	width: 100%;
	padding: 0 100px;
}
.truth {
	text-decoration: line-through;
	opacity: 0.6;
}
main {
	position: relative;
	overflow: hidden;
}

/* --------------------------------
	
	header
	
-------------------------------- */
header {
	position: fixed;
	background: transparent;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
header.shrink {
	background: #000000d1;
}
.flex-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.logo {
	width: 140px;
	display: block;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.shrink .logo {
	width: 100px;
}
.header-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}
.nav-container {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.nav {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.nav li {
	margin-right: 40px;
	will-change: transform;
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}
.nav li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.nav li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.nav li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.nav li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.nav.show li {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.nav li:last-child {
	margin-right: 0px;
}
.nav li a {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	display: block;
}
.nav li a:before {
	background: #FFD57A;
	width: 0;
	height: 3px;
	border-radius: 3px;
	top: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.nav li a:hover:before {
	width: 100%;
}
.header-phone {
	position: relative;
	display: flex;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 25px;
}
.header-phone img {
	margin-right: 20px;
	width: 34px;
	height: 34px;
}
.header-phone span {
	display: block;
}

/* --------------------------------
	
	burger
	
-------------------------------- */
.burger {
	position: relative;
	width: 35px;
	height: 25px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	z-index: 999;
	transform: rotate(-45deg);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.burger::before, .burger span, .burger::after {
	width: 100%;
	height: 4px;
	display: block;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
}
.burger:before, .burger:after {
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	content: "";
}
.burger::before {
	top: 0px;
	width: 75%;
}
.burger span {
	position: relative;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.burger:after {
	top: auto;
	bottom: 0;
	width: 75%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
/* Hover */
.burger:hover span {
	width: 100%;
}
/* .burger:hover:after, .burger:hover:before {
	width: 100%;
} */
.burger:hover::before {
	top: -4px;
}
.burger:hover::after {
	bottom: -4px;
}
/* Click */
.burger.cross span {
	opacity: 0;
}
.burger.cross:before, .burger.cross:after {
	top: 50%;
	width: 100%;
}
.burger.cross:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.burger.cross:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.burger:focus {
	outline: none;
}
.btn-whatsapp {
	position: relative;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.btn-whatsapp::before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
  background: linear-gradient(180deg, #FFD57A 0%, #99610D 100%);
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.btn-whatsapp:hover:before {
	transform: scale(1.1);
}
.btn-whatsapp img {
	width: 20px;
	height: 20px;
	display: block;
	z-index: 2;
	position: relative;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.btn-whatsapp:hover img {
	transform: rotate(35deg);
}

/* --------------------------------
	
	intro
	
-------------------------------- */
#intro {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #10242E url(../img/intro-bg.svg) no-repeat center / cover;
  color: #fff;
}
#intro .container::before {
	border-radius: 50%;
	background: rgba(16, 55, 63, 0.70);
	filter: blur(150px);
	width: 600px;
	height: 600px;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.flex-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100vh;
	padding: 0 0 40px 0;
}
.flex-intro {
	position: relative;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 0 40px 0;
	align-items: flex-end;
}
#intro::before {
	content: "Монстры продаж и переговоров";
	font-size: 288px;
	font-weight: 800;
	padding-left: 100%;
	will-change: transform;
	text-transform: uppercase;
	white-space: nowrap;
	top: 15%;
	animation: text 55s infinite linear;
	color: rgba(255, 255, 255, 0.04);
}
@keyframes text {
  0%{
    transform: translate(0, 0);
	}
  100%{
    transform: translate(-100%, 0);
	}
}
@-webkit-keyframes text {
	0%{
    transform: translate(0, 0);
	}
  100%{
    transform: translate(-100%, 0);
	}
}
.intro-content {
	width: 52%;
	padding: 0 0 0 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.intro-img {
	position: relative;
	width: 48%;
	padding: 0 50px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.intro-img:before {
	width: 610px;
	height: 610px;
	border-radius: 616px;
  background: #10373F;
  filter: blur(100px);
}
.date {
	position: relative;
	width: 20%;
}
.date-txt {
	font-size: 19px;
	font-weight: 700;
	color: #FFD57A;
	margin: 0 0 20px 0;
	line-height: 1;
}
.date-txt span {
	font-size: 64px;
	display: block;
}
.date-bonus span {
	font-weight: 700;
	display: block;
}
@keyframes date {
	100% { height: 100%; }
}
@-webkit-keyframes date {
	100% { height: 100%; }
}
.intro-online {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}
.intro-online span {
	font-family: 'Oswald', sans-serif;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
	padding: 6px 20px;
	border-radius: 6px;
	color: #10242e;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.12em;
}
.intro-title {
	position: relative;
	font-size: 10vw;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	flex: 0 0 auto;
}
.intro-title span {
	font-size: 4vw;
	display: block;
}
.title-name {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	top: -75px;
	right: 120px;
	text-align: right;
	background: linear-gradient(90deg, #FFD57A 21.43%, #99610D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 1.4;
	transform: translateX(50%);
}
.flex-intro h3 {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	width: 20%;
	text-align: right;
}
.flex-intro h3 span {
	font-weight: 700;
	color: #FFD57A;
}
.flex-intro h3:after {
	background: url(../img/arrow2.svg) no-repeat center center;
	background-size: contain;
	width: 42px;
	height: 10px;
	right: 0;
	top: -20px;
	animation: intro 0.35s ease-out both 0.45s;
	-webkit-animation: intro 0.35s ease-out both 0.45s;
}
.intro-list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.intro-list-item {
	position: relative;
	background: #8000ff;
	border-radius: 10px;
	padding: 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	width: 49%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.intro-list-item p {
	position: relative;
}
.intro-list-item p span {
	font-weight: 400;
}
.intro-list-item p:before {
	background: #FFD57A;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	bottom: 0px;
	left: -20px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.intro-list-item span {
	font-weight: 400;
}
.intro-list-item:hover {
	background: rgba(255, 255, 255, 0.05);
}
.intro-list-item:hover p:before {
	height: 100%;
}
.gift-item {
	background: #0028ff;
	display: flex;
	align-items: center;
}
.gift-item p:before {
	display: none;
}
.gift-item:hover {
	background: #001FC8;
}
.gift-item img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.btn {
	position: relative;
	height: 55px;
	padding: 0 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 5px;
	font-size: 12px;
	background: linear-gradient(95deg, #99610D 0%, #FFD57A 52.08%, #99610D 100%);
	color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.btn-order .btn {
	width: 100%;
}
.btn:before {
	background: #FFD57A;
	height: 100%;
	width: 45px;
	transform: skewX(-15deg);
	filter: blur(15px);
	z-index: 0;
	top: 0;
	left: -50px;
	animation: btn 3s ease-out infinite;
	-webkit-animation: btn 3s ease-out infinite;
}
@keyframes btn {
	0% { transform: skewX(-15deg); }
	100% { transform: translateX(420px) skewX(-15deg); }
}
@-webkit-keyframes btn {
	0% { transform: skewX(-15deg); }
	100% { transform: translateX(420px) skewX(-15deg); }
}
.btn span {
	position: relative;
}
.intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
}
.intro-mobile {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
}
.group-description {
	position: absolute;
	top: -120px;
	right: 0;
	width: 100%;
}
.descr {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 12px;
	line-height: 1.6;
	opacity: 0;
	visibility: hidden;
	will-change: transform;
	transform: translateX(-40px);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.descr.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.descr span {
	font-weight: 700;
	color: #FFD57A;
}
.group-img {
	position: relative;
	width: 100%;
	height: 50vh;
}
.group-img img {
	position: absolute;
	width: 100%;
	display: block;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.group-img img.img-hidden {
	display: none;
}
.group-img img.filter {
	filter: saturate(0) brightness(0.7);
}
.group-img img.filter.active {
	filter: saturate(1);
}
.group-title {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	padding: 0 100px;
	margin-top: 70px;
}
.group-title span {
	font-weight: 700;
	color: #FFD57A;
}
.title-ico {
	position: absolute;
	width: 25px;
	height: 25px;
}
.title-ico:before {
	background: #8000ff;
	width: 3px;
	height: 45px;
	top: 0;
	left: 0;
	will-change: transform;
	border-radius: 3px;
	transform: rotate(20deg);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.title-ico:after {
	background: #8000ff;
	width: 3px;
	height: 45px;
	bottom: 0;
	right: 0;
	border-radius: 3px;
	transform: rotate(20deg);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.title-ico.ico1 {
	top: 0;
	left: 90px;
}
.title-ico.ico2 {
	bottom: 0;
	right: 90px;
}
.intro-img:hover .title-ico:before {
	transform: rotate(20deg) translateY(10px);
}
.intro-img:hover .title-ico:after {
	transform: rotate(20deg) translateY(-10px);
}
.intro-mask {
	position: absolute;
	width: 100%;
}
.btn.will {
	opacity: 0;
	visibility: hidden;
	will-change: transform;
	transform: translate(0,100%);
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.btn.will.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}
.intro-timer {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 0 0 0;
}
.intro-timer img {
	width: 28px;
	margin: 0 20px 0 0;
}
.intro-timer p {
	position: relative;
	font-size: 13px;
}
.intro-timer p span {
	font-weight: 700;
	color: #FFD57A;
}
.intro-timer p::before {
	content: "*";
	font-weight: 700;
	color: #FFD57A;
	top: 0;
	left: -12px;
}
.timer {
	font-size: 36px;
	font-weight: 700;
	color: #FFD57A;
	width: 90px;
	margin: 0 20px 0 0;
}

/* --------------------------------
	
	b1
	
-------------------------------- */
#b1 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../img/b1.jpg) no-repeat center / cover;
	color: #10242E;
}
.b1-txt-group {
	/* background: linear-gradient(180deg, #10242E 0%, #10242E 24.48%, #11373F 100%); */
	padding: 70px 0 0 0;
}
.b1-txt {
	position: relative;
	background: linear-gradient(90deg, #99610D 0%, #FFD57A 50%, #99610D 100%);
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}
.b1-txt-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	animation: marquee 45s linear infinite;
	-webkit-animation: marquee 45s linear infinite;
	padding: 0 50px 0 0;
}
.b1-txt-item:after {
	background: url(../img/log.svg) no-repeat center / contain;
	width: 45px;
	height: 45px;
	right: 0;
}
.b1-txt-item p {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 50px;
	color: #fff;
}
@keyframes marquee {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}
.b1-grid-new {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0 0;
	margin: 0;
	position: relative;
}
.b1-new-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff6e;
}
.b1-new-item span {
	font-size: 3vw;
	font-weight: 800;
	margin: 0 30px 0 0;
	line-height: 1;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.b1-new-item p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}
.section {
	padding: 70px 0;
}
.b1-flex {
	position: relative;
	padding: 40px 0 70px 0;
	display: flex;
	justify-content: space-between;
}
.b1-content {
	width: 50%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 100px 0 0;
}
.b1-content p {
	font-size: 24px;
	margin: 10px 0;
}
.b1-content p span {
	font-weight: 700;
}
.b1-content h3 {
	font-size: 48px;
	margin: 0 0 30px 0;
	color: #10242E;
	text-transform: uppercase;
}
.b1-content ul {
	margin: 0 0 40px 0;
	width: 85%;
}
.b1-content li {
	position: relative;
	font-size: 20px;
	line-height: 1.4;
	margin: 15px 0;
	padding: 0 0 0 60px;
}
.b1-content li::before {
	background: url(../img/flame2.svg) no-repeat center / contain;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.b1-content li span {
	font-weight: 700;
}
.b1-img {
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b1-img:before {
	border-radius: 50%;
  background: #10373F;
  filter: blur(100px);
	width: 860px;
	height: 860px;
}
.planet1 {
	position: absolute;
	width: 110%;
}
.planet {
	position: absolute;
	width: 90%;
	animation: planet 65s linear infinite;
	-webkit-animation: planet 65s linear infinite;
	right: -30%;
	top: -15%
}
@keyframes planet {
	100% { transform: rotate(-360deg); }
}
@-webkit-keyframes planet {
	100% { transform: rotate(-360deg); }
}

/* --------------------------------
	
	b17
	
-------------------------------- */
#b17 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(50% 184.32% at 50% 50%, #29006C 0%, #000517 100%);
  color: #fff;
  padding: 70px 0;
  z-index: 1;
}
.b17-description {
	position: relative;
	width: 80%;
	margin: 0 auto 40px auto;
	text-align: center;
}
.b17-description-txt {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.b17-description-autor {
	margin: 18px 0;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.b17-description-autor img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 25px;
}
.b17-description-autor:before, .b17-description-autor:after {
	background: rgba(255,255,255, 0.5);
	width: 320px;
	height: 1px;
}
.b17-description-autor:before {
	left: 0;
}
.b17-description-autor:after {
	right: 0;
}
.b17-description h2 {
	font-size: 36px;
	color: #8000ff;
	text-transform: uppercase;
}
.b17-txt {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.66);
	padding: 70px 100px;
	text-align: center;
}
.b17-txt h2 {
	position: relative;
	font-size: 28px;
	margin-bottom: 40px;
	line-height: 1.4;
}
.b17-txt h2::before {
	background: #8000ff;
	width: 50px;
	height: 3px;
	top: 20px;
	left: -70px;
}
.b17-txt h2::after {
	background: #8000ff;
  width: 50px;
	height: 3px;
	top: 20px;
	right: -70px;
}
.b17-txt .btn {
	margin: 0 auto;
}
#b17 .num-layer {
	top: 0;
	right: 100px;
}
#b17 .num-layer:before {
	background: #fff;
}

/* --------------------------------
	
	b2
	
-------------------------------- */
#b2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: radial-gradient(184.32% 50% at 50% 50%, #11373F 0%, #10242E 100%);
}
#b2::before {
	content: "Отзывы";
	font-size: 288px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.03);
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	will-change: transform;
	text-transform: uppercase;
	text-align: center;
}

.b2-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#b2 .num-layer {
	top: 0;
	right: 0;
}
#b2 .num-layer::before {
	background: #0A091F;
}
.b2-sub {
	font-size: 18px;
	margin-bottom: 20px;
}
.title {
	position: relative;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title:before {
	background: #FFD57A;
	width: 0;
	height: 1px;
	left: -170px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.title:after {
	background: #FFD57A;
	width: 0;
	height: 1px;
	right: -170px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.title.active:before {
	width: 144px;
}
.title.active:after {
	width: 144px;
}
.slider-item {
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	transform: scale(0.8);
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	padding: 20px;
}
.slider-item.slick-current {
	transform: scale(1);
}
.slider-item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-item a:before {
	background: url(../img/plus.svg) no-repeat center center;
	background-size: contain;
	width: 70px;
	height: 70px;
	opacity: 0;
	transform: translateX(-100%) rotate(-360deg);
	z-index: 1;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.slider-item img {
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.slider-item:hover img {
	mix-blend-mode: luminosity;
	opacity: 0.35 !important;
}
.slider-item:hover a:before {
	opacity: 1;
	transform: translateX(0%) rotate(0deg);
}
.b2-slider.slick-slider {
	padding: 0 6% 0 0;
	cursor: grab;
}
.b2-slider .slick-slide {
	flex-direction: column;
	margin: 0;
}
#b2 .title {
	margin-bottom: 40px;
}
.b2-slider .slick-slide a {
	margin: 0 0 15px 0;
}
.b2-slider .slick-slide a img  {
	border-radius: 10px;
}
.b2-txt-group {
	padding: 70px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.b2-txt {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	animation: marquee 45s linear infinite;
	-webkit-animation: marquee 45s linear infinite;
}
.b2-txt p {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 50px;
	color: #fff;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.b2-txt p::after {
	position: relative;
	background: url(../img/log1.svg) no-repeat center / contain;
	width: 20px;
	height: 20px;
	right: -50px;
}
.flex-center {
	position: relative;
	display: flex;
	justify-content: center;
}




/* --------------------------------
	
	slick
	
-------------------------------- */
.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block;
}
.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;
	width: 100%;
	margin: 0 auto;
}
.slick-list {
	padding: 0;
	margin: 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;
	display: flex;
}
.slick-track:after, .slick-track:before {
	display: table;
content: ''}
.slick-track:after {
	clear: both;
}
.slick-slide {
	display: none;
	vertical-align: middle;
	min-height: 1px;
}
.slider-book .slick-slide {
	vertical-align: top;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	width: 100%;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: flex;
	position: relative;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-dots, .slick-next, .slick-prev, .slick-gnext, .slick-gprev {
	position: absolute;
	display: block;
	padding: 0;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
	color: transparent;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	z-index: 2;
}
.slick-next img, .slick-prev img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	object-position: center center;
}
.slick-next:before, .slick-prev:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	background: #fff;
	border: 10px solid #8000ff;
	border-radius: 50%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.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: 42%;
	left: 0px;
}
.slick-next {
	top: 42%;
	right: 0px;
}
.slick-dots {
	bottom: -25px;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.slick-dots li {
	position: relative;
	height: 6px;
	width: 6px;
	padding: 0;
	margin: 0 10px;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: #10373F;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-radius: 50%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.slick-dots li.slick-active button {
	background: #FFD57A;
}

/* --------------------------------
	
	b18
	
-------------------------------- */
#b18 {
  position: relative;
  width: 100%;
  overflow: hidden;
	background: url(../img/b18.jpg) no-repeat center / cover fixed;
	color: #10242E;
}
.b18-grid {
	position: relative;
	width: 90%;
	margin: 0 auto 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b18-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
	padding: 20px 50px 20px 0;
}
.b18-item img {
	width: 200px;
	margin: 0 40px 0 0;
	flex: 0 0 auto;
	border-radius: 50%;
}
.b18-txt span {
	font-size: 96px;
	font-weight: 700;
}

/* --------------------------------
	
	b3
	
-------------------------------- */
#b3 {
  position: relative;
  width: 100%;
  overflow: hidden;
	background: url(../img/b3.jpg) no-repeat center / cover;
	color: #10242E;
}
.b3-flex {
	display: flex;
	justify-content: space-between;
}
.b3-bg {
	position: relative;
	width: 25%;
	overflow: hidden;
	z-index: 2;
}
.b3-bg img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform;
	transform: scale(1.15);
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.b3-bg img.active {
	transform: scale(1);
}
.b3-content {
	width: 75%;
	padding: 70px 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	justify-content: center;
}
#b3 .title {
	margin-bottom: 30px;
	background: linear-gradient(90deg, #10242E 0%, #10242E 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#b3 .title::before {
	display: none;
}
#b3 .title::after {
	background: #10242E;
}
.b3-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2% 40px -2%;
}
.b3-item {
	display: flex;
	align-items: center;
	width: 46%;
	margin: 2%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.b3-img {
	position: relative;
	width: 100px;
	height: 100px;
	margin-right: 25px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b3-img img {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 50%;
	mix-blend-mode: luminosity;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b3-item:hover .b3-img img {
	mix-blend-mode: normal;
}
.b3-txt h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.b3-txt p span {
	font-weight: 700;
}

/* --------------------------------
	
	b4
	
-------------------------------- */
#b4 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #F8F7FA;
}
.b4-flex {
	display: flex;
	justify-content: space-between;
}
.b4-content {
	width: 65%;
	padding: 70px 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#b4 .title {
	margin-bottom: 20px;
}
#b4 .title::before {
	display: none;
}
#b4 .title::after {
	background: #0A091F;
}
.b4-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.b4-item {
	display: flex;
	align-items: center;
	width: 48%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 1%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b4-item:hover, .b4-item.active {
	background: transparent;
}
.b4-item img {
	width: 60px;
	height: 60px;
	flex: 0 0 auto;
	margin-right: 30px;
}
#b4 .num-layer {
	top: 70px;
	right: 100px;
}
#b4 .num-layer:before {
	background: #0A091F;
}
.b4-side {
	position: relative;
	width: 35%;
	background: rgba(3, 5, 28, 0.04);
	display: flex;
	align-items: center;
	justify-content: center;
}
.b4-animate {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: 900;
	color: #000;
	line-height: 1.4;
	padding: 0 100px;
}
.b4-animate img, .b4-animate-img {
	position: relative;
	margin-bottom: 40px;
	width: 65%;
	opacity: 0;
	will-change: transform;
	transform: translateY(40px);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b4-animate.active img, .active .b4-animate-img {
	opacity: 1;
	transform: translateY(0px);
}
.ico-img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
.b4-animate span {
	position: relative;
	opacity: 0;
	display: flex;
	align-items: center;
	will-change: transform;
	transform: translateX(70px);
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}
.b4-animate.active span {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition: 0.25s ease-out 0.15s;
	transition: 0.25s ease-out 0.15s;
}
.b4-animate span:before {
	background: url(../img/arrow3.svg) no-repeat center right;
	background-size: contain;
	width: 100px;
	height: 14px;
	left: -125px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.b4-animate.active span:before {
	width: 100px;
	transform: translateX(-20px);
}
.b4-subtitle {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.b4-subtitle span {
	color: #8000ff;
	font-weight: 700;
}



/* --------------------------------
	
	b5
	
-------------------------------- */
#b5 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: radial-gradient(50% 184.32% at 50% 50%, #29006C 0%, #000517 100%);
	color: #fff;
}
.b5-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b5-content {
	position: relative;
	width: 75%;
	padding: 70px 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	justify-content: center;
}
.b5-bg {
	position: relative;
	width: 25%;
	overflow: hidden;
	z-index: 2;
	background: #160245;
}
.b5-bg img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.15);
	mix-blend-mode: hard-light;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.b5-bg img.active {
	transform: scale(1);
}
#b5 .num-layer {
	top: 70px;
	right: 100px;
}
#b5 .num-layer:before {
	background: #fff;
}
#b5 .title::before {
	display: none;
}
.b5-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.b5-item {
	position: relative;
	padding: 40px;
	width: 33.333%;
	border-radius: 5px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b5-item:hover {
	background: #8000ff;
}
.b5-item h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.b5-item h3 span {
	font-weight: 700;
}
.b5-num {
	font-size: 16px;
	font-weight: 700;
	color: #FFD57A;
}
.b5-sub {
	font-size: 36px;
	margin-bottom: 40px;
	opacity: 0;
	will-change: transform;
	transform: translate(0,100%);
	-webkit-transition: 0.25s ease-out 0.15s;
	transition: 0.25s ease-out 0.15s;
}
.b5-sub.active {
	opacity: 1;
	transform: translate(0,0);
}
.txt-weight {
	font-weight: 300;
}
.txt-color {
	color: #FFD57A;
	font-weight: 300;
}


/* --------------------------------
	
	b6
	
-------------------------------- */
#b6 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../img/b6-bg.svg) no-repeat center / cover fixed;
}
#b6:before {
	border-radius: 50%;
  background: rgba(16, 55, 63, 0.70);
  filter: blur(150px);
	width: 680px;
	height: 680px;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#b6.section {
	padding-bottom: 0;
}
.b6-top {
	position: relative;
	overflow: hidden;
}
.b6-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 900;
}
.b6-title span {
	font-weight: 300;
}
.b6-top-grid {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.b6-top-item {
	position: relative;
	width: 30%;
	padding: 30px 60px;
	margin: 0 1%;
}
.b6-num {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	z-index: 1;
	background: linear-gradient(180deg, #FFD57A 0%, #99610D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.b6-top-txt {
	position: relative;
	display: flex;
	align-items: center;
}
.b6-top-txt::before {
	background: #11333C;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	left: 0;
	transform: translateX(-50%);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b6-top-txt::after {
	background: url(../img/arrow2.svg) no-repeat center center;
	background-size: contain;
	width: 70px;
	height: 10px;
	left: 0;
	transform: translateX(-130%);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b6-top-item:hover::after {
	transform: translate(-15px, 0);
}
.b6-top-txt p {
	position: relative;
}

/* --------------------------------
	
	b6-main-content
	
-------------------------------- */
.b6-main-content {
	position: relative;
	padding: 70px 0;
}
.b6-main-content .btn {
	margin: 40px auto 0 auto;
}
.title-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.title-header .title {
	margin-bottom: 0;
}
.b6-grid {
	position: relative;
	flex-wrap: wrap;
	margin: 0 -1%;
 	display: none;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b6-grid.active {
  display: flex;
}
.b6-item {
	position: relative;
	width: 18%;
	margin: 1%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.b6-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.b6-img img {
	position: relative;
	display: block;
	border-radius: 20px;
	width: 100%;
	flex: 0 0 auto;
	z-index: 1;
	height: 100%;
	object-fit: cover;
}
.b6-item .btn {
	position: absolute;
	bottom: 40px;
	max-width: 50%;
	transform: scale(0);
	z-index: 1;
	box-shadow: 0 4px 6px rgba(0,0,0,0.35);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	height: 45px;
}
.b6-item .btn p {
	font-size: 10px;
}
.b6-item:hover .btn {
	transform: scale(1);
	color: #fff;
}
.b6-content {
	text-align: center;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	width: 100%;
}
.b6-content h3 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.b6-content h3 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	display: block;
	line-height: 1.5;
	margin: 10px 0 0 0;
	text-transform: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff7a;
}
.spiker-subject {
	position: relative;
	font-size: 0.93vw;
	background: rgba(0,0,0,0.3);
	padding: 15px 10px;
	border-radius: 5px;
	color: #ffd57a;
	width: 100%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	flex-grow: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-weight: 600;
}
.spiker-subject.ico::after {
	background: url(../img/info.svg) no-repeat center / contain;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 10px;
}
.b6-content p span {
	font-weight: 700;
}
.b6-content p.b6-content-txt {
	position: relative;
	font-size: 12px;
	background: transparent;
	padding: 0;
	border-radius: 0;
	color: #fff;
	margin: 0 0 16px 0;
}
.load-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.load-more {
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #FFD57A;
	font-family: 'Oswald', sans-serif;
	margin: 0 50px 0 0;
}
.load-ico {
	position: relative;
	width: 95px;
	height: 95px;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.load-ico img {
	position: relative;
	width: 24px;
	height: 24px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.load-ico:before {
  background: linear-gradient(180deg, #FFD57A 0%, #99610D 100%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.load-more:hover .load-ico img {
	transform: rotate(90deg);
}
.load-more:hover .load-ico:before {
	transform: scale(1.1);
}
.btn-program {
	position: relative;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 700;
	padding: 20px 40px;
	text-transform: uppercase;
	cursor: pointer;
}
.btn-program:before {
	border-radius: 10px;
  background: linear-gradient(270deg, #11373F 0%, #10242E 100%);
	-webkit-transition: 0.45s ease-out;
	transition: 0.45s ease-out;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.btn-program span {
	position: relative;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-program:hover:before {
  box-shadow: 6px 6px 15px rgba(0,0,0,0.15);
}
.fixed-action {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	color: #fff;
	background: #0A1B24;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
}
.fixed-action h3 {
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.68vw;
	line-height: 1;
	font-weight: 700;
	margin: 8px 0;
}
.fixed-action .btn {
	max-width: 100%;
	height: 42px;
}
.fixed-txt {
	position: relative;
	display: block;
	margin: 0 70px 0 0;
	font-size: 12px;
	color: #ffffff94;
	line-height: 1.3;
}
.spiker-hidden {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	width: 360px;
	top: 0;
	transform: translateY(-110%);
	z-index: 1;
	color: #000;
	font-size: 12px;
  text-align: left;
}
.spiker-subject:hover .spiker-hidden {
	opacity: 1;
	visibility: visible;
}
.b6-item:hover {
	z-index: 10;
}
.spiker-hidden p {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.spiker-hidden li {
	margin: 10px 0;
}
.spiker-hidden ul {
	padding: 0 0 0 25px;
	list-style: disc;
}











/* --------------------------------
	
	check-container
	
-------------------------------- */
.check-container {
	position: relative;
	padding: 70px 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.check-title {
	position: relative;
	width: 50%;
	padding: 0 100px 0 0;
}
.check-img {
	position: relative;
	width: 25%;
	margin-top: 0;
	padding-bottom: 0;
}
.check-img img {
	position: relative;
	display: block;
	width: 100%;
	animation: b9-main 5s linear infinite;
}
.check-img::before {
	width: 100%;
	height: 30px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	bottom: -10px;
	animation: b9-main-reverse 5s linear infinite;
}
.check-title h2 {
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.check-title h2:before {
	background: #FFD57A;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	left: 0;
	will-change: transform;
	transform: translate(-50%, 0) scale(1.5);
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.check-title h2.active:before {
	transform: translate(-50%, 0) scale(1);
}
.check-title h2 span {
	position: relative;
}
.check-title h3 {
	position: relative;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 40px;
}
.check-container::before {
	background: url(../img/check-line.svg) no-repeat top left;
	background-size: cover;
	width: 70%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

/* --------------------------------
	
	modal-box
	
-------------------------------- */
.modal, .modal-box {
	z-index: 9999;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.modal.open {
	opacity: 1;
	visibility: visible;
}
.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 {
	padding: 0 50px;
	margin: 0 auto;
	width: 60%;
	position: relative;
	display: table;
	border-radius: 20px;
	background: #fff;
	color: #10242E;
}
#modal-program .modal_container {
	padding: 30px 50px;
}
.open .modal_container {
	animation: modalbox 0.25s ease-out both 0.3s;
}
.program {
	max-height: 55vh;
}
.append-spiker {
	display: none;
}
.container-spiker {
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	background: #fff;
}
.spiker .modal_container {
	padding: 0px;
	width: 70%;
}
.spiker-title {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	width: 40%;
	padding-right: 0;
	height: 480px;
}
.spiker-title img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.spiker-title h2 {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 25px 40px;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
	border-radius: 0 20px 0 0;
}
.spiker-content {
	position: relative;
	width: 60%;
	padding: 40px;
	height: 480px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 0 20px 20px 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.spiker-content p {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.spiker-content a {
	font-weight: 700;
	color: #ED4C67;
}
.spiker-content li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 30px;
}
.spiker-content li:before {
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
	top: 8px;
	left: 0;
}
.not-dot {
	font-weight: 700;
}
.not-dot:before {
	display: none;
}
.spiker-content li span {
	color: #10242E;
	font-weight: 700;
}
.spiker-content .sub-list {
	margin-top: 20px;
}
.spiker-content .sub-list li:before {
	background: #000;
}
.modal-txt li {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 30px;
}
.modal-txt li::before {
	background: #ED4C67;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
/* Close Button */
.close-modal {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.close-modal img {
	position: relative;
	width: 100%;
}
/* 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;
	}
}
.modal-title {
	font-size: 32px;
	margin: 0 0 10px 0;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-sub {
	font-weight: 400;
	margin: 0 0 20px 0;
}


/* --------------------------------
	
	b7
	
-------------------------------- */
#b7 {
	position: relative;
	overflow: hidden;
	background: radial-gradient(56.28% 131.93% at 56.28% 50%, #29006C 0%, #000517 100%);
	color: #fff;
}
.b7-bg {
	background: #160245 url(../img/b7-bg.jpg) no-repeat center left;
	background-size: cover;
	background-attachment: fixed;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	mix-blend-mode: hard-light;
}
.b7-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b7-content {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 70px 100px;
	width: 70%;
	align-items: flex-start;
	overflow: hidden;
}
.b7-content::before {
	content: "ПРОГРАММА";
	font-size: 288px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.06);
	top: 5%;
	right: 20%;
	white-space: nowrap;
	line-height: 1;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
	color: transparent;
}
#b7 .num-layer {
	top: 70px;
	right: 100px;
}
#b7 .num-layer:before {
	background: #fff;
}
#b7 .title::before {
	display: none;
}
#b7 .title {
	margin-bottom: 10px;
}
.b7-title {
	font-size: 18px;
	margin-bottom: 40px;
	color: #FFD57A;
}
.accordion {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}
.accordion-item {
	position: relative;
	margin-bottom: 20px;
}
.accordion-item:last-of-type {
	margin-bottom: 0px;
}
.acc-hidden {
	position: relative;
	display: none;
	padding: 20px 0;
}
.acc-hidden a {
	font-weight: 700;
	color: #0A091F;
	text-decoration: underline;
}
.acc-hidden a:hover {
	text-decoration: none;
}
.acc-target {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.target-title {
	position: relative;
	display: flex;
	width: 100%;
	font-size: 14px;
	background: #e6e6e6;
	color: #10373F;
	font-weight: 800;
	height: 60px;
	padding: 0 50px 0 30px;
	border-radius: 5px;
	line-height: 1.6;
	z-index: 1;
	align-items: center;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.target-title:hover {
	background: #FFD57A;
}
.target-title:before {
	width: 14px;
	height: 14px;
	background: url(../img/plus2.svg) no-repeat center center;
	background-size: contain;
	right: 15px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	position: absolute;
}
.acc-target.active .target-title:before {
  transform: rotate(45deg);
  -webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.target-title span {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #10242E;
}
.acc-row {
	position: relative;
	width: 100%;
	display: flex;
	padding: 5px 0;
	align-items: center;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.acc-row:hover {
	background: rgba(0,0,0,0.04);
}
.program-time {
	position: relative;
	width: 30%;
	font-size: 20px;
	padding: 0 0 0 30px;
	line-height: 2;
	color: #10242E;
	font-weight: 700;
}
.program-title {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	width: 70%;
}
.program-title span {
	font-weight: 700;
	font-size: 16px;
	display: block;
}


/* --------------------------------
	
	b8
	
-------------------------------- */
#b8 {
	position: relative;
	overflow: hidden;
	background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #C3E0E4 100%);
	color: #10242E;
	padding-bottom: 10.42vw;
}
#b8 .title-header {
	margin-bottom: 40px;
}
#b8 .title::after, #b8 .title::before {
	background: #10242E;
}
#b8 .title {
	background: linear-gradient(90deg, #10242E 0%,#10242E 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.b8-action {
	position: relative;
	background: #10242e;
	color: #FFF;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	width: 50%;
	margin: 0 auto 50px auto;
	display: block;
}
.b8-action:before {
	border: 1px dashed #FFD57A;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	border-radius: 6px;
}
.b8-action p {
	position: relative;
	font-size: 32px;
	line-height: 1.3;
}
.b8-action p span {
	font-weight: 700;
	display: block;
}
.b8-action-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	transform: translate(-30%,-40%) rotate(10deg);
}
.b8-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 -1%;
}
.b8-item {
	position: relative;
	width: 100%;
	margin: 0 1%;
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-header {
	position: relative;
  background: linear-gradient(96deg, #11363F 0%, #085568 100%);
	border-radius: 15px 15px 0px 0px;
	padding: 0 30px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-header:before {
	background: #11363F;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	border-radius: 15px 15px 0px 0px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-item:hover .b8-header:before {
	width: 100%;
}
.b8-header.popular {
	background: linear-gradient(95deg, #99610D 0%, #FFD57A 52.08%, #99610D 100%);
}
.b8-header.popular::after {
	background: url(../img/hit.svg) no-repeat center / contain;
	width: 70px;
	height: 70px;
	top: 0;
	left: 0;
	transform: translate(-30%,-50%);
}
.b8-item:hover .b8-header.popular:before {
	opacity: 1;
}
.stik {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	transform: translate3d(30%, -50%, 0);
}
.stik2 {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	transform: translateX(10px) translateY(-40px);
	color: #fff;
	background: #6300B0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}
.stik2::before {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	bottom: -10px;
	right: 0;
}
.stik2 span {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 10px 15px;
}
.stik2 span::after {
	background: rgba(255,255,255,0.1);
	height: 100%;
	width: 80px;
	transform: skewX(-12deg);
	z-index: 0;
	top: 0;
	left: -80px;
	animation: btn 2s ease-in-out 1s infinite;
}
.b8-header p {
	position: relative;
	color: #fff;
	font-size: 14px;
}
.b8-header h3 {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.vol {
	position: relative;
	font-size: 12px;
	color: rgba(255,255,255,0.65);
	margin: 0 0 0 12px;
}
.b8-content {
	position: relative;
	padding: 10px 30px;
	flex-grow: 1;
}
.b8-bonus {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	background: #ffd57a;
	padding: 15px;
	border-radius: 5px;
}
.b8-bonus::after {
	background: url(../img/bon.png) no-repeat center / contain;
	width: 50px;
	height: 50px;
	top: -15px;
	right: -20px;
	transform: rotate(35deg);
}
.b8-bonus span {
	text-transform: uppercase;
	display: block;
}
.b8-content li {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 10px 0;
	position: relative;
}
.b8-content li span {
	font-weight: 700;
}
.b8-content li span.light {
	font-weight: 400;
	font-size: 12px;
	display: block;
	margin: 4px 0 0 0;
}
.b8-content li.action {
	color: #6c95a2;
	font-weight: 700;
}
.b8-content .gift li {
	color: #8000ff;
	font-weight: 700;
	padding-right: 35px;
	display: flex;
	align-items: center;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-content .gift li.gift-title {
	font-weight: 800;
	padding-right: 0px;
}
.b8-content .gift li:after {
	background: url(../img/flame.svg) no-repeat center center;
	background-size: contain;
	width: 24px;
	height: 24px;
	right: 0;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-content .gift li.gift-title:after {
	display: none;
}
.b8-item:hover .b8-content .gift li {
	
}
.b8-item:hover .b8-content .gift li:after {
	transform: scale(1.2);
}
.b8-price {
	position: relative;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.tarif-place {
	position: absolute;
	right: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.place-title {
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 0;
}
.place-val {
	font-size: 24px;
	font-weight: 700;
	color: #8000ff;
}
.gift {
	margin: 0 0 20px 0;
	display: block;
}
.count-place {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 10px 0 0 0;
	font-weight:  700;
	border-top: 1px dashed #8000ff;
}
.count-place span {
	font-weight: 700;
	margin-right: 10px;
	color: #8000ff;
	font-size: 24px;
}
.b9-main-content {
	width: 100%;
}
.b8-footer {
	position: relative;
}
.b8-price:before {
	background: #C3E0E4;
	border-radius: 0 10px 10px 0;
	width: 93%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-price:after {
	background: #ecf3f7;
	border-radius: 0 10px 10px 0;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-item:hover .b8-price:before {
	width: 0%;
}
.b8-item:hover .b8-price:after {
	width: 93%;
}
.b8-price p {
	position: relative;
	z-index: 1;
}
.old-price {
	font-size: 14px;
	font-weight: 700;
	text-decoration: line-through;
	color: #658899;
}
.price {
	font-size: 14px;
}
.price span {
	font-size: 28px;
	font-weight: 700;
	display: block;
	color: #10242E;
	line-height: 1;
}
.new-price {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #9db0b3;
	color: #658899;
}
.new-price span {
	font-weight: 700;
	display: block;
	text-decoration: line-through;
	font-size: 20px;
}
.btn-order {
	position: relative;
	padding: 30px;
}
.order-img {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.order-img::before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #0028ff;
	will-change: transform;
	transform: translate3d(-3px, -3px, 0);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.order-img::after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #8000ff;
	will-change: transform;
	transform: translate3d(3px, 3px, 0);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.order-img img {
	position: relative;
	width: 34px;
	z-index: 1;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.btn-kredit {
	position: relative;
	padding: 20px 30px 0 30px;
}
.btn-kredit span {
	position: relative;
	background: #8000ff;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 12px 30px;
	display: flex;
	align-items: center;
	border-radius: 30px;
}
.order {
	position: relative;
	margin: 15px 0 0 0;
	padding: 20px 30px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.order .btn {
	max-width: 100%;
}
.order:before {
	background: #fff;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b8-item:hover .order:before {
	width: 100%;
}
.record {
	position: relative;
	background: #fff;
	border-radius: 15px;
	padding: 40px;
	margin: 40px auto 0 auto;
	text-align: center;
	box-shadow: 0 6px 8px rgba(0,0,0,0.15);
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.record::before {
	background: url(../img/record.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 200px;
	opacity: 0.1;
	transform: rotate(10deg);
}
.record h2 {
	font-size: 18px;
	line-height: 1.6;
}
.record-txt {
	font-size: 14px;
	margin: 0 0 20px 0;
}
.record .btn {
	margin: 0 auto;
}
.record-txt span {
	font-weight: 700;
	color: #ed4c67;
}
.record .b6-sub {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 0 0;
}
.record .b6-sub span {
	font-weight: 400;
}
.premium-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.premium-item {
	position: relative;
	width: 50%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(5px);
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	padding: 40px 70px 40px 150px;
}
.premium-img {
	position: relative;
	width: 40%;
	margin: 0 -140px 0 0;
	z-index: 1;
}
.premium-header {
	margin: 0 0 20px 0;
}
.premium-header p {
	color: #8000ff;
	font-size: 24px;
	font-weight: 700;
}
.premium-header h3 {
	position: relative;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.premium-content p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px 0;
}
.premium-content ul {
	margin: 20px 0;
}
.premium-content li {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin: 10px 0;
	position: relative;
}
.premium-content li::before {
	background: #8000ff;
	width: 8px;
	height: 2px;
	top: 8px;
	left: 0;
}
.premium-price {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 30px 0;
}
.premium-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.premium-footer .order {
	margin: 0;
	padding: 0;
}
.premium-footer .btn span {
	padding: 0 40px;
}
.hit::after {
	background: url(../img/hit.svg) no-repeat center center / contain;
	width: 100px;
	height: 100px;
	right: 0;
	top: 0;
	transform: translate(30%,-30%);
}


/* --------------------------------
	
	counter
	
-------------------------------- */
.counter-container {
	position: relative;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	display: flex;
}
.counter-container h2 {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 20px 0;
}
.counter-container h3 {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px 0;
	display: flex;
	align-items: center;
	text-align: center;
}
.counter-container h3 span {
	display: block;
	font-size: 36px;
	margin-left: 20px;
	color: #8000ff;
	font-weight: 900;
}
.counter-container h3:before {
	background: #0A091F;
	width: 0;
	height: 1px;
	left: -120px;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.counter-container h3:after {
	background: #0A091F;
	width: 0;
	height: 1px;
	right: -120px;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.counter-container h3.active:before, .counter-container h3.active:after {
	width: 90px;
}
#counter {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#counter span {
  position: relative;
  width: 115px;
  font-size: 64px;
  font-weight: 700;
  color: #11373F;
  padding: 0 20px 12px 20px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
#counter span.days:before {
  content: "дней";
}
#counter span.hours:before {
  content: "часов";
}
#counter span.minutes:before {
  content: "минут";
}
#counter span.seconds:before {
  content: "секунд";
}
#counter span:before{
  position: absolute;
  color: #6c95a2;
  font-size: 12px;
  font-weight: 700;
  bottom: 0px;
}
#counter span:after {
	content: ":";
	color: #6c95a2;
	font-size: 36px;
	font-weight: 700;
	right: -5px;
	top: 20%;
}
#counter span:last-of-type:after {
	display: none;
}
.diplom-txt {
	position: absolute;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.03);
	top: -30%;
}
.diplom-txt p {
	font-size: 288px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
  display: flex;
  align-items: center;
	animation: marquee 45s linear infinite;
  -webkit-animation: marquee 45s linear infinite;
}
.diplom-section {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	flex-direction: column;
}
.diplom-title {
	position: relative;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	margin: 0 0 40px 0;
}
.diplom-btn-group {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.diplom-btn {
	position: relative;
	display: flex;
	align-items: center;	
	padding: 0 250px 0 30px;
}
.diplom-btn-group::after {
	background: url(../img/hand.svg) no-repeat center / contain;
	width: 58px;
	height: 70px;
	top: 0;
	animation: hand 0.6s linear infinite alternate;
  -webkit-animation: hand 0.6s linear infinite alternate;
}
@keyframes hand {
	100% { transform: translateY(-15px); }
}
@-webkit-keyframes hand {
	100% { transform: translateY(-15px); }
}
.diplom-btn span {
	position: relative;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.diplom-btn:before {
	border-radius: 10px;
	background: #11373F;
	width: 100%;
	height: 100px;
	left: 0;
}
.diplom-btn-group img {
	width: 260px;
	margin: 0 0 0 -200px;
	position: relative;
	z-index: 1;
}
.container-diplom p {
	margin: 10px 0;
}
.container-diplom p span {
	font-weight: 700;
}
.container-diplom h3  {
	font-size: 28px;
	margin: 15px 0;
}
.container-diplom li {
	margin: 10px 0;
	font-size: 16px;
  line-height: 1.6;
}
.container-diplom ul {
	list-style: disc;
	padding: 0 0 0 20px;
}
.diplom-allert {
	font-size: 12px;
	font-weight: 600;
}

/* --------------------------------
	
	b9
	
-------------------------------- */
#b9 {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
}
.gray {
	background: #F8F7FA;
}
.b9-black {
	background: radial-gradient(50% 184.32% at 50% 50%, #29006C 0%, #000517 100%);
	color: #fff;
}
#b9 .num-layer {
	top: 0px;
	right: 100px;
}
#b9 .num-layer::before {
	background: #fff;
}
.b9-flex {
	position: relative;
	display: flex;
	align-items: center;
}
.b9-txt {
	width: 80%;
	padding-right: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.b9-flex p {
	font-size: 18px;
	margin-bottom: 20px;
	width: 70%;
}
.b9-flex p span {
	font-weight: 800;
}
.b9-flex h3 {
	position: relative;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
	display: flex;
	align-items: center;
	color: #FFD57A;
}
.b9-flex h3::after {
	background: #6c95a2;
	width: 0;
	height: 1px;
	right: -170px;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.b9-flex h3.active:before, .b9-flex h3.active:after {
	width: 140px;
}
.b9-main {
	position: relative;
	overflow: hidden;
}
.b9-main::before {
	content: "Для получения:";
	font-size: 288px;
	font-weight: 800;
	text-transform: uppercase;
	color: #F8F7FA;
	top: -20%;
	left: -5%;
	white-space: nowrap;
	line-height: 1;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgb(248, 247, 250);
	color: transparent;
}
.b9-main-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0 0;
}
.b9-main-content h2 {
	font-size: 36px;
	margin-bottom: 40px;
}
.b9-list {
	margin: 20px 0;
	background: #0C1C24;
	padding: 20px 40px;
	border-radius: 10px;
}
.b9-item {
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.b9-ico {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	flex: 0 0 auto;
}
.b9-ico:after {
	background: url(../img/arrow2.svg) no-repeat center center;
	background-size: contain;
	width: 42px;
	height: 10px;
	left: 0;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b9-item:hover .b9-ico:after {
	transform: translate(-10px, 0);
}
.b9-end {
	color: #6c95a2;
	font-weight: 600;
	text-align: center;
	margin: 40px 0 0 0;
}
.b9-tarif {
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}
.b9-main-content .btn {
	max-width: 380px;
	margin: 40px auto 0 auto;
}
.b9-main-img {
	position: relative;
	width: 20%;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding-right: 0;
}
.b9-main-img img {
	position: relative;
	display: block;
	width: 100%;
	animation: b9-main 5s linear infinite;
}
@keyframes b9-main {
  0%{
    transform: translate(0, 0) rotate(3deg);
	}
  50%{
    transform: translate(0, -20px);
	}
  100%{
    transform: translate(0, 0) rotate(3deg);
	}
}
@-webkit-keyframes b9-main {
  0%{
    transform: translate(0, 0) rotate(3deg);
	}
  50%{
    transform: translate(0, -20px);
	}
  100%{
    transform: translate(0, 0) rotate(3deg);
	}
}
@keyframes b9-main-reverse {
  0%{
    transform: translate(0, 0);
	}
  50%{
    transform: translate(0, 20px) scale(0.9); opacity: 0.35;
	}
  100%{
    transform: translate(0, 0);
	}
}
@-webkit-keyframes b9-main-reverse {
  0%{
    transform: translate(0, 0);
	}
  50%{
    transform: translate(0, 20px) scale(0.9); opacity: 0.35;
	}
  100%{
    transform: translate(0, 0);
	}
}
.b9-main .target-title {
	background: #f8f7fa;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	font-size: 24px;
}
.b9-main .accordion {
	margin: 0 0 30px 0;
	opacity: 0;
	visibility: hidden;
	will-change: transform;
	transform: translate(0,40px);
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.b9-main .accordion.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}

/* --------------------------------
	
	b10
	
-------------------------------- */
#b10 {
	position: relative;
	overflow: hidden;
	background: #E0EDEC;
	color: #10242E;
}
.b10-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b10-bg {
	position: relative;
	width: 30%;
	overflow: hidden;
	background: #10242E;
}
.b10-bg img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: luminosity;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.b10-bg.active img {
	transform: scale(1);
}
.b10-content {
	position: relative;
	width: 70%;
	padding: 50px 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.b10-title {
	position: relative;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.b10-title:after {
	display: none;
}
.b10-description {
	position: relative;
	background: #8000ff;
	border-radius: 10px;
	padding: 40px 100px;
	width: 80%;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b10-description span {
	font-weight: 700;
}
.b10-description:before {
	background: url(../img/arrow2.svg) no-repeat center right;
	background-size: contain;
	width: 80px;
	height: 18px;
	left: 0;
	will-change: transform;
	transform: translate(-50%, 0);
	-webkit-transition: 0.25s ease-out 0.15s;
	transition: 0.25s ease-out 0.15s;
}
.b10-description:hover {
	background: rgba(255, 255, 255, 0.1);
}
.b10-description:hover:before {
	transform: translate(-80%, 0);
}
.btn-order.corp-btn {
	padding: 0px;
}
.btn-order.corp-btn a {
	color: #fff;
	padding-right: 40px;
}
.btn-order.corp-btn a:hover {
	color: #0A091F;
}
.corp-btn img {
	width: 30px;
	height: 30px;
}
.corp-btn a:hover .order-img img {
	width: 30px;
	transform: translateX(0) rotate(-35deg);
}
.b10-grid {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 40px 0;
}
.b10-item {
	position: relative;
	background: #10242E;
	color: #fff;
	padding: 40px 20px 40px 55px;
	border-radius: 10px;
	width: 30%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.b10-item:after {
	background: #E0EDEC;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	left: 0;
	transform: translateX(-50%);
}
.b10-item:before {
	border: 1px dashed #FFD57A;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	border-radius: 6px;
}
.b10-item p {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.b10-item span {
	font-size: 32px;
	font-weight: 700;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------------------------------
	
	b11
	
-------------------------------- */
#b11 {
	position: relative;
	overflow: hidden;
}
#b11::before {
	background: url(../img/b11-line.svg) no-repeat top left;
	background-size: cover;
	width: 45%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
#b11 .num-layer {
	top: 0px;
	left: 100px;
}
#b11 .num-layer:before {
	background: #0A091F;
}
#b11 .title::before, #b11 .title::after {
	background: #0A091F;
}
#b11 .title-header {
	margin-bottom: 70px;
}
#b11 .btn {
	margin: 0 auto;
}
.b11-grid {
	position: relative;
	margin-bottom: 40px;
}
.b11-item {
	display: flex;
	justify-content: center;
}
.b11-num {
	position: relative;
	font-size: 36px;
	color: #FFD57A;
	font-weight: 800;
	display: flex;
	align-items: center;
}
.b11-num span {
	position: relative;
}
.b11-num::after {
	background: url(../img/arrow3.svg) no-repeat center center;
	background-size: contain;
	width: 0px;
	height: 10px;
	left: 60px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b11-item:hover .b11-num::after {
	width: 120px;
}
.b11-item:nth-of-type(2n+1) .b11-num::after {
	transform: rotate(180deg);
}
.b11-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 45%;
	padding: 0 100px 0 0;
}
.b11-item:nth-of-type(2n) .b11-txt {
	padding: 0 0 0 100px;
}
.b11-txt p {
	display: inline-block;
	margin: 5px 0;
}
.b11-txt p span {
	font-weight: 900;
	color: #8000ff;
}
.b11-img {
	position: relative;
	width: 450px;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.b11-img img {
	position: relative;
	width: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	border-radius: 50%;
	z-index: 1;
}
.b11-img::before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #0028ff;
	will-change: transform;
	transform: translate3d(-5px, -5px, 0);
	-webkit-transition: 0.85s ease-out;
	transition: 0.85s ease-out;
}
.b11-img::after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #8000ff;
	will-change: transform;
	transform: translate3d(5px, 5px, 0);
	-webkit-transition: 0.85s ease-out;
	transition: 0.85s ease-out;
}
.b11-item:hover .b11-img::before, .b11-item:hover .b11-img::after {
	transform: translate3d(0, 0, 0) scale(0.95);
}
.phone-item {
	position: relative;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 70px;
}
.alert-txt {
	position: relative;
	margin-top: 30px;
	font-weight: 900;
}
.b11-slider {
	position: relative;
	background: linear-gradient(180deg, #131313 0%, #000000 100%);
	box-shadow:
	inset rgba(0,0,0,.6) 0 -3px 8px,
	inset rgba(252,255,255,.7) 0 3px 8px,
	rgba(0,0,0,.8) 0 3px 8px -3px;
	padding: 50px 10px 65px 10px;
	border-radius: 12px;
	width: 100%;
}
.b11-slider:after {
	border: 2px solid #3D3D3D;
	width: 35px;
	height: 35px;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}
.b11-slider:before {
	background: #555;
	width: 40px;
	height: 5px;
	border-radius: 5px;
	top: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.b11-slider-item img {
	width: 100%;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b11-slider-item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
.b11-slider-item a:before {
	position: absolute;
	background: url(../img/plus.svg) no-repeat center center;
	background-size: contain;
	width: 70px;
	height: 70px;
	transform: scale(0);
	z-index: 1;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b11-slider-item a:hover:before {
	transform: scale(1);
}
.b11-slider-item a:hover img {
	opacity: 0.35;
	filter: grayscale(1);
}
.b11-slider-item .video-testi::before {
	background: url(../img/play.svg) no-repeat center center;
	background-size: contain;
	width: 55px;
	height: 55px;
	transform: scale(1);
	z-index: 1;
}
.b11-slider .slick-prev {
	right: 0;
	left: auto;
	top: 35%;
	will-change: transform;
	transform: translate(50%, 0);
}
.b11-slider .slick-next {
	right: 0;
	left: auto;
	top: 50%;
	will-change: transform;
	transform: translate(50%, 0);
}
.b11-slider .slick-next::before, .b11-slider .slick-prev::before {
	border: 10px solid #8000ff;
}
.b11-sert {
	position: relative;
	width: 30%;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
.b11-sert img {
	position: relative;
	display: block;
	width: 100%;
	animation: b9-main 5s linear infinite;
}
.b11-sert::before {
	width: 100%;
	height: 30px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(139, 139, 139, 0.35) 0%, rgba(230, 230, 230, 0) 100%);
	bottom: -15px;
	animation: b9-main-reverse 5s linear infinite;
}
.b11-work {
	position: relative;
	width: 25%;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
.b11-work img {
	position: relative;
	display: block;
	width: 100%;
	animation: b9-main 5s linear infinite;
}
.b11-work::before {
	width: 100%;
	height: 30px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(139, 139, 139, 0.35) 0%, rgba(230, 230, 230, 0) 100%);
	bottom: -15px;
	animation: b9-main-reverse 5s linear infinite;
}
.overlay-title {
	position: absolute;
	font-size: 124px;
	font-weight: 200;
	color: #F8F7FA;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	top: 5%;
	left: 100px;
	white-space: nowrap;
	letter-spacing: 0.08em;
}

/* --------------------------------
	
	b12
	
-------------------------------- */
#b12 {
	position: relative;
	overflow: hidden;
	background: radial-gradient(56.28% 131.93% at 56.28% 50%, #29006C 0%, #000517 100%);
	color: #fff;
}
.b12-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b12-content {
	position: relative;
	width: 70%;
	display: flex;
	justify-content: space-between;
	padding: 70px 40px 70px 100px;
}
.b12-bg {
	position: relative;
	width: 30%;
	overflow: hidden;
	z-index: 2;
	background: #160245;
}
.b12-bg img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transform: scale(1.15);
	mix-blend-mode: hard-light;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.b12-bg.active img {
	transform: scale(1);
}
#b12 .num-layer {
	top: 70px;
	left: 100px;
}
#b12 .num-layer:before {
	background: #fff;
}
#b12 .title::before {
	display: none;
}
#b12 .title::after {
	right: -130px;
}
#b12 .title.active::after {
	width: 100px;
}
#b12 .title {
	margin-bottom: 40px;
}
#b12::before {
	content: "ОРГАНИЗАТОРЫ";
	font-size: 288px;
	font-weight: 800;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.06);
	top: 0%;
	left: -5%;
	white-space: nowrap;
	line-height: 1;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
	color: transparent;
}
.b12-txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 70%;
	padding-right: 40px;
}
.b12-grid {
	display: flex;
	width: 100%;
}
.b12-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38%;
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin-right: 1%;
}
.b12-item img {
	position: relative;
	width: 80%;
}
.b12-counter {
	position: relative;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	padding: 40px 30px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b12-counter:hover {
	background: rgba(255, 255, 255, 0.1);
}
.counter-value {
	font-size: 48px;
	font-weight: 700;
	color: #8000ff;
	line-height: 1;
}
.counter-title {
	font-weight: 700;
	margin-bottom: 10px;
}

/* --------------------------------
	
	b13
	
-------------------------------- */
#b13 {
	position: relative;
	overflow: hidden;
}
.b13-grid {
	display: flex;
	justify-content: center;
}
#b13 .title-header {
	margin-bottom: 70px;
}
.b13-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	margin: 0 1%;
	border-radius: 10px;
}
.b13-item img {
	position: relative;
	width: 100%;
	z-index: 1;
	border-radius: 10px;
}

/* --------------------------------
	
	b14
	
-------------------------------- */
#b14 {
	position: relative;
	overflow: hidden;
	background: url(../img/b14-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#b14 .title-header {
	margin-bottom: 70px;
}
#b14 .accordion {
	width: 70%;
	margin: 0 auto;
}
#b14 .accordion-item {
	position: relative;
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#b14 .accordion-item:last-of-type {
	border-bottom: none;
}
#b14 .acc-target {
	justify-content: flex-start;
	cursor: pointer;
}
#b14 .acc-target::before {
	width: 14px;
	height: 14px;
	background: url(../img/plus3.svg) no-repeat center center;
	background-size: contain;
	right: 15px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
#b14 .acc-target.active::before {
	transform: rotate(45deg);
}
#b14 .acc-hidden {
	background: rgba(0, 0, 0, 0.11);
	padding: 20px;
	border-radius: 10px;
	margin: 20px 0 0 0;
}
#b14 .acc-hidden p {
	margin: 15px;
}
#b14 .acc-hidden p span {
	font-weight: 700;
}
#b14 .acc-hidden a {
	font-weight: 700;
	color: #FFD57A;
}
#b14 .acc-target.active {
	color: #FFD57A;
}

/* --------------------------------
	
	b15
	
-------------------------------- */
#b15 {
	position: relative;
	overflow: hidden;
	background: url(../img/b6-bg.svg) no-repeat center / cover fixed;
	color: #fff;
}
#b15::before {
	border-radius: 50%;
	background: rgba(16, 55, 63, 0.70);
	filter: blur(150px);
	width: 680px;
	height: 680px;
	bottom: -30%;
	right: 0;
}
.b15-flex {
	position: relative;
	width: 85%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.b15-title {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
}
.b15-title h2 {
	position: relative;
	font-size: 80px;
	text-transform: uppercase;
	font-weight: 700;
	background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.b15-name {
	position: absolute;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	top: 15px;
	right: 0;
	transform: translateX(100%);
	text-align: right;
	color: #FFD57A;
	line-height: 1.4;
	display: block;
}
.b15-name span {
	font-weight: 700;
}
.b15-name:before {
	background: #8000ff;
	width: 0px;
	height: 4px;
	border-radius: 4px;
	bottom: 10px;
	left: -110px;
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.active .b15-name:before {
	width: 90px;
}
.b15-flex h3 {
	position: relative;
	padding-left: 70px;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 300;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.b15-flex h3 span {
	font-weight: 700;
	display: block;
	width: 100%;
}
.b15-flex h3:before {
	background: #FFD57A;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	left: 0;
	will-change: transform;
	transform: translateX(15px);
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.b15-flex h3:after {
	background: url(../img/arrow1.svg) no-repeat center center;
	background-size: contain;
	width: 42px;
	height: 40px;
	left: 15px;
	will-change: transform;
	transform: translateX(-15px);
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.b15-flex h3.active:before, .b15-flex h3.active:after {
	transform: translateX(0);
}
.b15-sub {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	margin: 30px 0 0 0;
}
.b15-sub span {
	font-weight: 400;
}
.b15-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	mix-blend-mode: luminosity;
	z-index: 1;
}
.b15-flex::before {
	content: "Монстры продаж и переговоров";
	text-transform: uppercase;
	font-size: 288px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.04);
	padding-left: 100%;
	white-space: nowrap;
	top: 20%;
	animation: text 55s infinite linear;
	-webkit-animation: text 55s infinite linear;
}
.b15-flex ul {
	position: relative;
	margin: 0 0 10px 0;
	width: 65%;
}
.b15-flex li  {
	position: relative;
	padding: 0 0 0 60px;
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.6;
}
.b15-flex li:before  {
	background: url(../img/flame2.svg) no-repeat center / contain;
	width: 30px;
	height: 30px;
	left: 0;
	top: 10x;
}

/* --------------------------------
	
	footer
	
-------------------------------- */
footer {
	position: relative;
	background: url(../img/bg-footer.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	color: #fff;
	overflow: hidden;
	padding: 40px 0 180px 0;
}
.flex-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.logo-footer {
	width: 260px;
}
.doc-list {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.doc-list ul {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
.doc-list li {
	font-size: 14px;
  width: 50%;
  padding: 0 40px 0 0;
  line-height: 1.6;
  margin: 10px 0;
}
.doc-list li a {
	color: #fff;
  text-decoration: underline;
}
.doc-list li a:hover {
  text-decoration: none;
}
.doc-list p {
	font-size: 12px;
  line-height: 1.6;
}
.social {
	display: flex;
	align-items: center;
	margin: 25px 0 0 0;
}
.social li {
	margin: 0 15px 0 0;
}



@media (max-width: 1200px) {
	.logo-footer {
		width: 260px;
		margin: 0 auto;
		display: block;
	}
	.doc-list {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.doc-list li {
		width: 100%;
		padding: 0;
	}
	.doc-list ul {
		margin: 0 0 30px 0;
	}
	.social {
		justify-content: center;
	}
	footer {
		padding: 40px 0 220px 0;
	}
	
	
}

/* --------------------------------
	
	intro-tarif
	
-------------------------------- */
#intro-tarif {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 110px 0 70px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: url(../img/b6-bg.svg) no-repeat center / cover;
}
.tarif-content {
	position: relative;
	padding: 20px 40px;
	border-radius: 30px;
	display: block;
	width: 40%;
	background: #fff;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}
.btn-back {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFD57A;
	border-radius: 50%;
}
.btn-back img {
	position: relative;
	width: 20px;
	height: 20px;
}

/* --------------------------------
	
	video
	
-------------------------------- */
.video-fixed {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10;
	cursor: pointer;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
#video {
	position: relative;
	width: 200px;
	border-radius: 15px;
	border: 3px solid #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,0.6);
}
.video-fixed.active {
	transform: scale(2);
	transform-origin: 100% 100%;
}
.video-fixed.hidden {
	transform: translateY(100%);
	opacity: 0;
}
.video-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-btn span {
	position: absolute;
	width: 2px;
	height: 90%;
	border-radius: 2px;
	background: #fff;
	right: 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.active .video-btn span {
	opacity: 0;
}
.video-btn:before {
	width: 98%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	right: 0;
	top: 0;
	will-change: transform;
	transform: rotate(-27deg);
	transform-origin: top right;
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.video-btn:after{
	width: 98%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	right: 0;
	bottom: 0;
	will-change: transform;
	transform: rotate(27deg);
	transform-origin: bottom right;
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.active .video-btn:before {
	width: 100%;
	height: 1px;
	top: auto;
	transform-origin: center center;
	transform: rotate(-45deg);
}
.active .video-btn:after {
	width: 100%;
	height: 1px;
	bottom: auto;
	transform-origin: center center;
	transform: rotate(45deg);
}

/* --------------------------------
	
	gift
	
-------------------------------- */
#gift {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #F8F7FA;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#gift::before {
	background: url(../img/gift-bg.svg) no-repeat center center;
	background-size: contain;
	width: 90%;
	height: 90vh;
}
.gift-title {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 900;
	line-height: 1.4;
}
.gift-title span {
	font-weight: 400;
}
.gift-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px 0;
	will-change: transform;
	opacity: 0;
	transform: translateX(-100px);
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.gift-sub.active {
	opacity: 1;
	transform: translateX(0px);
}
.gift-sub-item {
	display: flex;
	align-items: center;
	padding: 20px 30px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
}
.gift-sub-item img {
	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
	flex: 0 0 auto;
}
.equally {
	font-size: 36px;
	font-weight: 900;
	margin: 0 20px;
	text-align: center;
}
.item-clock {
	background: #FFD57A;
}
.item-gift {
	background: #8000ff;
	color: #fff;
}
.gift-sub-txt {
	font-size: 16px;
	text-align: center;
	will-change: transform;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.gift-sub-txt.active {
	opacity: 1;
	transform: translateY(0px);
}
.gift-grid {
	display: flex;
	justify-content: center;
	margin: 0 0 40px 0;
}
.gift-col {
	position: relative;
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	padding: 0 40px;
}
.gift-col img {
	position: relative;
	width: 100%;
}
.gift-col p {
	font-size: 18px;
}
.gift-col p span {
	font-weight: 700;
}
.gift-subtitle {
	position: relative;
	font-size: 24px;
	text-align: center;
	margin: 0 0 40px 0;
	display: flex;
	justify-content: center;
}
.gift-subtitle h3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gift-subtitle span {
	color: #8000ff;
	margin: 0 0 0 10px;
}
.gift-subtitle h3::before {
	background: #0A091F;
	width: 0;
	height: 1px;
	left: -170px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.gift-subtitle.active h3::before {
	width: 144px;
}
.gift-subtitle h3::after {
	background: #0A091F;
	width: 0;
	height: 1px;
	right: -170px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out 0.35s;
	transition: 0.25s ease-out 0.35s;
}
.gift-subtitle.active h3::after {
	width: 144px;
}
#gift .btn {
	margin: 0 auto;
}
.gift-info {
	position: relative;
	font-size: 14px;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: 700;
	opacity: 0.6;
}
.b15-link {
	display: flex;
	align-items: center;
	margin: 25px 0 0 0;
}
.telegram {
	position: relative;
	display: flex;
	align-items: center;
	color: #ffd57a;
	font-size: 18px;
	font-weight: 700;
	margin: 0 70px 0 0;
}
.telegram img {
	width: 70px;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}
.b14-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* --------------------------------
	
	b19
	
-------------------------------- */
#b19 {
	position: relative;
	background: #10242e;
}
.b19-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	border-radius: 12px;
	border: 2px solid #FFD57A;
	width: 80%;
	margin: 0 auto;
	color: #10242E;
	padding: 30px 70px;
	transform: translateY(-70px);
}
.b19-content-txt {
	width: 60%;
}
.b19-bg {
	position: absolute;
	width: 40%;
	right: 0;
}
.b19-content-txt h2 {
	font-size: 1.67vw;
	font-weight: 400;
	line-height: 1.3;
}
.b19-content-txt p {
	margin: 20px 0;
	line-height: 1.4;
	width: 85%;
}
.b19-content-txt h2 span {
	font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FFD57A 0%, #99610D 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* --------------------------------
	
n1
	
-------------------------------- */
#n1 {
	position: relative;
  overflow: hidden;
  background: url(../img/b14-bg.jpg) no-repeat center / cover;
  color: #fff;
}
.n1-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.n1-item {
	padding: 0 40px 0 0;
	margin: 10px;
	width: calc(33.333% - 20px);
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #11333c;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.n1-item:hover {
	border: 1px solid #235d6c;
}
#n1 .title {
	margin-bottom: 20px;
}
#n1 .b2-sub {
	font-size: 24px;
	margin-bottom: 0px;
	width: 60%;
	line-height: 1.2;
}
#n1 .b2-content {
	margin: 0 0 40px 0;
}
.n1-num {
	color: #c3e1e3;
	font-size: 24px;
	font-weight: 399;
	margin: 0 0 8px 0;
	display: block;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.n1-item:hover .n1-num {
	color: #fff;
}
.n1-item h3 {
	font-size: 28px;
	margin: 0 0 24px 0;
	line-height: 1.25;
	font-weight: 500;
	color: #f0d59e;
}
.n1-item li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 30px;
}
.n1-item li::before {
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
	top: 8px;
	left: 0;
}

/* --------------------------------
	
n2
	
-------------------------------- */
#n2 {
	position: relative;
  overflow: hidden;
  background: #c3e0e4;
	color: #10242E;
}
#n2 .title {
	margin-bottom: 20px;
	background: linear-gradient(90deg, #2b6280 0%, #0a1b24 100%);
	background-clip: text;
  -webkit-background-clip: text;
}
#n2 .b2-sub {
	font-size: 24px;
	margin-bottom: 0px;
	width: 60%;
	line-height: 1.2;
}
#n2 .b2-content {
	margin: 0 0 40px 0;
}
#n2 .title::before, #n2 .title::after {
	background: #0a1b24;
}
.n2-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.n2-bg {
	width: 35%;
	border-radius: 20px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	object-fit: cover;
}
.n2-list {
	width: 60%;
	background: radial-gradient(184.32% 50% at 50% 50%, #11373F 0%, #10242E 100%);
	color: #fff;
	padding: 70px 100px;
	border-radius: 20px;
}
.n2-list li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 30px;
}
.n2-list li::before {
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
	top: 8px;
	left: 0;
}

/* --------------------------------
	
b20
	
-------------------------------- */
#b20 {
	position: relative;
	overflow: hidden;
	background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #C3E0E4 100%);
  color: #10242E;	
}
.b20-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b20-content {
	width: 45%;
	padding: 0 100px 0 0;
}
.b20-content h2 {
	font-size: 36px;
}
.b20-content p {
	font-size: 18px;
}
.b20-form {
	width: 30%;
	padding: 10px 40px;
	background: #ffffff63;
	border-radius: 20px;
	height: auto !important;
}





















/* --------------------------------
	
	адаптив
	
-------------------------------- */
@media (max-width: 1600px) {
	.container {
		padding: 0 50px;
	}
	.logo {
		width: 110px;
	}
	.btn-whatsapp {
		width: 40px;
		height: 40px;
	}
	.btn-whatsapp img {
		width: 16px;
		height: 16px;
	}
	.burger {
		width: 30px;
		height: 22px;
	}
	.burger::before, .burger span, .burger::after {
		height: 3px;
	}
	.nav li a::before {
		height: 2px;
	}
	.flex-header {
		padding: 5px 0;
	}
	.intro-content {
		padding: 0 0 0 50px;
	}
	.intro-list-item {
		border-radius: 6px;
		padding: 15px 40px;
	}
	.intro-list-item p {
		font-size: 12px;
	}
	.intro-content h3 {
		font-size: 16px;
	}
	.intro-title h1 {
		font-size: 60px;
	}
	.intro-title {
		margin-bottom: 0;
	}
	.title-name {
		font-size: 16px;
	}
	.date-txt span {
		font-size: 50px;
	}
	.date-txt {
		font-size: 15px;
	}
	.b1-grid-new {
		padding: 20px 0 0 0;
	}	
	.intro-list {
		margin-bottom: 25px;
	}
	.group-title {
		font-size: 14px;
		padding: 0 50px;
		margin-top: 40px;
	}
	.group-img {
		height: 50vh;
		width: 90%;
	}
	.flex-intro {
		align-items: flex-end;
	}
	.btn p {
		font-size: 10px;
	}
	.btn {
		max-width: 230px;
	}
	p {
		font-size: 14px;
	}
	.flex-intro::before, #b8::before, .b9-main::before, #b2::before, .b3-content::before, .b6-top::before,
	.b7-content::before, #b12::before, #b14::before, .b15-flex::before {
		font-size: 234px;
	}
	.title-ico.ico1 {
		left: 60px;
	}
	.title-ico.ico2 {
		right: 60px;
	}
	.title-ico::before, .title-ico::after {
		height: 30px;
	}
	.title-ico {
		width: 20px;
		height: 15px;
	}
	.group-description {
		top: -80px;
	}
	.stats-counter-value {
		font-size: 64px;
		min-width: 115px;
	}
	.b3-content {
		padding: 70px 50px;
	}
	.b3-item {
		font-size: 14px;
	}
	.b4-content {
		padding: 70px 50px;
	}
	.b4-item {
		font-size: 14px;
	}
	.b4-animate {
		font-size: 18px;
	}
	.b4-animate span::before {
		width: 80px;
		height: 10px;
	}
	.num-layer {
		font-size: 36px;
	}
	#b3 .num-layer {
		left: 50px;
	}
	#b4 .num-layer {
		right: 50px;
	}
	.b4-item img {
		width: 40px;
		height: 40px;
		margin-right: 25px;
	}
	.b5-item h3 {
		font-size: 14px;
	}
	.b5-item {
		padding: 30px;
	}
	.b5-content {
		padding: 70px 50px;
	}
	#b5 .num-layer {
		right: 50px;
	}
	.b5-sub {
		font-size: 28px;
	}
	.b6-top-item {
		padding: 30px 45px;
	}
	.spiker-content li {
		font-size: 14px;
	}
	.spiker-title h2 {
		font-size: 18px;
		padding: 20px 40px;
	}
	.b7-content {
		padding: 70px 50px;
	}
	#b7 .num-layer {
		right: 50px;
	}
	.target-title {
		font-size: 16px;
		height: 80px;
	}
	.target-title span {
		font-size: 20px;
	}
	.program-time {
		font-size: 14px;
	}
	.program-title span {
		font-size: 16px;
	}
	.acc-row {
		padding: 12px 0;
	}
	#b8 .num-layer {
		left: 50px;
	}
	.btn-order a {
		font-size: 16px;
	}
	#b9 .num-layer {
		right: 50px;
	}
	.b10-content {
		padding: 70px 50px;
	}
	.b10-title {
		font-size: 32px;
	}
	#b11 .num-layer {
		left: 50px;
	}
	.b11-img {
		width: 360px;
		height: 360px;
	}
	.b11-work {
		width: 20%;
	}
	.b11-sert {
		width: 25%;
	}
	.counter-value {
		font-size: 36px;
	}
	.b12-content {
		padding: 70px 40px 70px 50px;
	}
	#b12 .num-layer {
		left: 50px;
	}
	.title {
		font-size: 32px;
	}
	.b13-item {
		width: 20%;
	}
	#b13 .num-layer {
		right: 50px;
	}
	#b14 .num-layer {
		left: 50px;
	}
	.b14-title {
		left: 50px;
		font-size: 32px;
	}
	.b15-name {
		font-size: 16px;
	}
	.overlay-title {
		font-size: 100px;
		left: 50px;
	}
	.b6-content h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#b6 .num-layer {
		left: 50px;
	}
	.check-img {
		width: 25%;
	}
	.check-title h3 {
		font-size: 32px;
	}
	.video-fixed {
		bottom: 25px;
		right: 25px;
	}
	#video {
		width: 160px;
		border-radius: 10px;
		border: 2px solid #fff;
	}
	.video-fixed.active {
    transform: scale(3);
	}
	.active .video-btn {
		width: 10px;
		height: 10px;
	}
	.stik {
		width: 130px;
	}
	.b15-title h2 {
		font-size: 64px;
	}
	.b15-title {
		margin-bottom: 20px;
	}
	.b15-sub {
		font-size: 28px;
	}
	#descr1.descr:after {
		transform: rotate(65deg);
	}
	#descr1.descr.active:after {
		width: 260px;
	}
	#descr2.descr:after {
		transform: rotate(36deg);
	}
	#descr2.descr.active:after {
		width: 400px;
	}
	#descr3.descr:after {
		transform: rotate(25deg);
	}
	#descr3.descr.active:after {
		width: 500px;
	}
	#descr4.descr:after {
		transform: rotate(40deg);
	}
	#descr4.descr.active:after {
		width: 250px;
	}
	#descr5.descr:after {
		transform: rotate(18deg);
	}
	#descr5.descr.active:after {
		width: 310px;
	}
	#descr6.descr:after {
		transform: rotate(25deg);
	}
	#descr6.descr.active:after {
		width: 430px;
	}
	.gift-col p {
		font-size: 16px;
	}
	.gift-title {
		font-size: 32px;
	}
	#descr7.descr:after {
		transform: rotate(21deg);
	}
	#descr7.descr.active:after {
		width: 420px;
	}
	.descr {
		font-size: 10px;
	}
	.b17-txt h2 {
		font-size: 24px;
	}
	#b17 .num-layer {
		right: 50px;
	}
	.title-name {
		transform: translateX(50%);
	}
	.flex-intro {
		padding: 0 0 20px 0;
	}
	.intro-content h3 {
		font-size: 14px;
		margin-bottom: 20px;
		width: 90%;
	}
	.flex-intro h3 {
		font-size: 14px;
	}
	.title-name {
		font-size: 18px;
		top: -55px;
		right: 0px;
		transform: translateX(50%);
	}
	.b1-txt-item p {
		font-size: 18px;
		margin: 0 40px;
	}
	.b1-txt {
		padding: 25px 0;
	}	
	.b1-txt-item::after {
		width: 32px;
		height: 32px;
	}
	.b1-content p {
		font-size: 18px;
	}
	.b1-content li {
		font-size: 16px;
	}
	.b1-content h3 {
	  font-size: 40px;
	  margin: 0 0 10px 0;
	}
	.b2-txt p {
		font-size: 18px;
	}
	.b18-item img {
		width: 150px;
	}
	.b18-txt span {
		font-size: 70px;
	}
	.b6-main-content {
		padding: 40px 0 70px 0;
	}	
	.load-ico {
		width: 75px;
		height: 75px;
	}
	.b8-action p {
		font-size: 24px;
	}
	.b8-action {
	  width: 42%;
	}
	.b8-action-img {
		width: 120px;
		height: 120px;
	}
	.b8-header h3 {
		font-size: 24px;
	}
	.diplom-title {
		font-size: 24px;
	}
	.diplom-btn span {
		font-size: 24px;
	}
	.diplom-btn-group::after {
		width: 38px;
		height: 50px;
	}
	.diplom-btn-group img {
		width: 220px;
		margin: 0 0 0 -150px;
	}
	.diplom-btn {
		padding: 0 200px 0 30px;
	}
	.b10-item p {
		font-size: 16px;
	}
	.b10-item span {
		font-size: 24px;
	}
	.container-diplom li {
	  font-size: 14px;
	}
	.flex-content {
		padding: 0 0 20px 0;
	}
	.b1-new-item p {
		font-size: 14px;
	}
	.intro-title {
		font-size: 8vw;
	}
	.intro-title span {
		font-size: 3.1vw;
	}	
	.intro-online span {
		padding: 4px 16px;
		font-size: 18px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 1400px) {
	.title-name {
		font-size: 14px;
	}
	.date {
		font-size: 14px;
	}
	.intro-content h3 {
		font-size: 14px;
	}
	.group-description {
		left: 0%;
		top: -70px;
	}
	.stats-col {
		padding: 30px;
	}
	.b1-item p {
		font-size: 20px;
	}
	.b1-item::before {
		width: 145px;
		height: 145px;
	}
	.b1-item {
		padding: 30px 0;
	}
	.b1-list h3 {
		font-size: 28px;
	}
	.list-txt {
		font-size: 16px;
	}
	.list-img {
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.list-img img {
		width: 60px;
		height: 60px;
	}
	.flex-intro::before, #b8::before, .b9-main::before, #b2::before, .b3-content::before, .b6-top::before, .b7-content::before, #b12::before, #b14::before, .b15-flex::before {
		font-size: 200px;
	}
	.title {
		margin-bottom: 40px;
	}
	.b6-title {
		font-size: 20px;
	}
	.b6-top-item {
		padding: 25px 35px;
	}
	.b6-num {
		font-size: 28px;
	}
	.b6-top-item::before {
		width: 100px;
		height: 100px;
	}
	.b6-top-item::after {
		left: 80px;
		top: 35px;
	}
	.load-ico {
		width: 75px;
		height: 75px;
	}
	.load-ico img {
		width: 20px;
		height: 20px;
	}
	.open-target {
		width: 40px;
		height: 40px;
	}
	.b8-header h3 {
		font-size: 20px;
	}
	.b8-header p {
		font-size: 12px;
	}
	.new-price, .old-price {
		font-size: 12px;
	}
	.btn-order a {
		font-size: 14px;
		height: 55px;
	}
	.order-img, .btn-order a::after {
		width: 55px;
		height: 55px;
	}
	.order-img img {
		width: 24px;
	}
	.btn-order a:hover .order-img img {
		width: 48px;
	}
	.b10-title {
		font-size: 28px;
	}
	.b10-title.active::after {
		width: 100px;
	}
	.b10-title::after {
		right: -125px;
	}
	.b11-img {
		width: 320px;
		height: 320px;
	}
	.b11-num {
		font-size: 28px;
	}
	.b11-num::after {
		height: 8px;
		left: 50px;
	}
	.b11-item:hover .b11-num::after {
		width: 80px;
	}
	.overlay-title {
		font-size: 88px;
	}
	.counter-col {
		padding: 15px 0;
	}
	.b12-bg {
		width: 25%;
	}
	.b12-content {
		width: 75%;
	}
	.title {
		font-size: 28px;
	}
	.b13-item {
		width: 18%;
	}
	.num-layer {
		font-size: 28px;
	}
	.num-layer::before {
		width: 3px;
		bottom: -45px;
	}
	.num-layer.active::before {
		height: 35px;
	}
	.b14-title {
		font-size: 28px;
	}
	.b15-title h2 {
		font-size: 64px;
	}
	.b15-title {
		margin-bottom: 40px;
	}
	.b15-sub {
		font-size: 28px;
	}
	.b15-flex h3 {
		font-size: 16px;
	}
	.btn-top {
		font-size: 20px;
	}
	.tarif-content {
		padding: 20px;
		border-radius: 20px;
	}
	.check-title h2 {
		font-size: 20px;
	}
	.check-title h2::before {
		width: 100px;
		height: 100px;
	}
	.check-img {
		width: 28%;
	}
	.spiker .modal_container {
		width: 85%;
	}
	.spiker-content {
		height: 65vh;
	}
	.spiker-title {
		height: 65vh;
	}
	.video-fixed {
		bottom: 15px;
		right: 15px;
	}
	#video {
		width: 145px;
		border-radius: 8px;
	}
	.header-phone {
		font-size: 16px;
	}
	.header-phone img {
		margin-right: 12px;
		width: 30px;
		height: 30px;
	}
	.b9-main .target-title {
		font-size: 20px;
	}
	#descr1.descr:after {
		transform: rotate(32deg);
	}
	#descr1.descr.active:after {
		width: 460px;
	}
	#descr2.descr:after {
		transform: rotate(36deg);
	}
	#descr2.descr.active:after {
		width: 400px;
	}
	#descr5.descr:after {
		transform: rotate(36deg);
	}
	#descr5.descr.active:after {
		width: 180px;
	}
	#descr6.descr:after {
		transform: rotate(27deg);
	}
	#descr6.descr.active:after {
		width: 300px;
	}
	#descr7.descr:after {
		transform: rotate(21deg);
	}
	#descr7.descr.active:after {
		width: 400px;
	}
	.gift-title {
		font-size: 28px;
	}
	.gift-subtitle {
		font-size: 20px;
	}
	.gift-col {
		padding: 0 20px;
	}
	.title-name {
		transform: translateX(0%);
		right: 0;
	}
	.premium-img {
		width: 50%;
	}
	.b17-description-txt {
		font-size: 20px;
	}
	.premium-header p {
		font-size: 20px;
	}
	.b18-txt span {
		font-size: 60px;
	}
	.b18-item img {
		width: 120px;
	}
	.diplom-title {
		font-size: 20px;
	}
	.modal_container {
		width: 80%;
	}	
	.intro-title {
		font-size: 10.5vw;
	}
	.intro-title span {
		font-size: 4vw;
	}
	.b19-content {
		padding: 30px 40px;
	}
	.spiker-subject {
	font-size: 14px;
}
.b20-form {
	width: 40%;
}	
	.vol {
	font-size: 10px;
}
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 1200px) {
	#intro {
		height: auto;
	}
	.flex-intro {
		height: auto;
		padding: 0 0 30px 0;
		align-items: flex-end;
		flex-wrap: wrap;
	}
	.intro-title {
		order: 1;
		width: 100%;
	}
	.flex-intro h3 {
		order: 3;
		width: 40%;
	}
	.date {
		order: 2;
		width: 60%;
	}
	.flex-content {
		height: auto;
		padding: 60vh 0 40px 0;
	}
	.b1-grid-new {
		padding: 40px 0 0 0;
	}
	.intro-title {
	  font-size: 16.5vw;
	  margin: 0 0 40px 0;
	}
	.intro-title span {
		font-size: 6.5vw;
	}
	.intro-content {
		width: 100%;
	}
	.intro-img {
		width: 100%;
		padding: 0 0 70px 0;
	}
	.intro-bg {
		display: none;
	}
	.group-img {
		height: auto;
		display: flex;
		justify-content: center;
	}
	.group-img img {
		display: none;
	}
	.group-img img.img-hidden {
		display: block;
		position: relative;
		width: 80%;
	}
	.group-description {
		display: none;
	}
	.b1-bg {
		width: 100%;
	}
	.b1-flex {
		flex-direction: column;
	}
	.b1-content {
		width: 100%;
	}
	#stats-counter {
		width: 100%;
		margin-top: 40px;
		padding: 0;
	}
	.flex-intro::before, #b8::before, .b9-main::before, #b2::before, .b3-content::before, .b6-top::before, .b7-content::before, #b12::before, #b14::before, .b15-flex::before {
		font-size: 170px;
	}
	.slick-slider {
		width: 100%;
	}
	.b3-bg {
		display: none;
	}
	.b3-content {
		width: 100%;
	}
	.b4-side {
		display: none;
	}
	.b4-content {
		width: 100%;
	}
	.b5-bg {
		display: none;
	}
	.b5-content {
		width: 100%;
	}
	.b6-top-grid {
		flex-direction: column;
		align-items: center;
	}
	.b6-top-item {
		width: 40%;
		margin: 30px 0;
		padding: 0;
	}
	.load-container {
		flex-direction: column;
	}
	.load-more {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.b6-item {
		width: 48%;
	}
	.b7-bg {
		display: none;
	}
	.b7-content {
		width: 100%;
	}
	#b8 .title-header {
		margin-bottom: 40px;
	}
	.b8-grid {
		margin: 0;
	}
.b8-item {
	width: 48%;
	margin: 0 0 50px 0;
}
	.tarif-arrow {
		width: 30%;
		height: 10px;
	}
	#counter {
		font-size: 56px;
	}
	.b9-main::before {
		top: -10%;
	}
	.b9-main-flex {
		flex-direction: column;
	}
	.b9-main-content {
		width: 100%;
	}
	.b9-main-img {
		width: 50%;
	}
	.b9-main-img::before {
		bottom: 0;
		width: 100%;
	}
	.b10-bg {
		display: none;
	}
	.b10-content {
		width: 100%;
	}
	.b10-description {
		width: 100%;
	}
	#b11 .num-layer {
		display: none;
	}
	.b11-item {
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	.b11-txt {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	.b11-item:nth-of-type(2n) {
		flex-direction: column-reverse;
	}
	.b11-item:nth-of-type(2n) .b11-txt {
		padding: 0;
	}
	#b11 .title-header {
		margin-bottom: 40px;
	}
	.phone-item {
		width: 35%;
		margin-right: 0;
	}
	.b11-sert {
		width: 55%;
	}
	.b11-work {
		width: 40%;
	}
	.b12-bg {
		display: none;
	}
	.b12-content {
		width: 100%;
	}
	.b13-item {
		width: 28%;
	}
	#b14 .accordion {
		width: 100%;
	}
	.footer-bottom {
		flex-direction: column;
	}
	.footer-bottom ul {
		margin-bottom: 30px;
	}
	.footer-bottom p {
		text-align: center;
	}
	.program-title {
		padding-right: 0;
		padding-left: 30px;
	}
	.b8-item:last-of-type {
		margin: 0;
	}
	.tarif-content {
		width: 60%;
	}
	.check-container {
		padding: 70px 50px;
		flex-direction: column;
	}
	.check-title {
		position: relative;
		width: 100%;
		padding: 0 0 50px 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.check-container::before {
		width: 75%;
	}
	.check-img {
		width: 35%;
	}
	.check-img {
		width: 45%;
	}
	.nps {
		width: 50%;
	}
	.intro-img::before {
		width: 100%;
		height: 80%;
	}
	.header-phone {
		font-size: 14px;
	}
	.nav-container {
		margin-right: 0;
	}
	.nav li a {
		font-size: 12px;
	}
	.b9-flex {
		flex-direction: column;
	}
	.b9-txt {
		width: 100%;
		text-align: center;
		align-items: center;
		margin-bottom: 40px;
	}
	.b9-main-img {
		width: 50%;
		padding: 0;
	}
	.b9-flex p {
		margin-bottom: 20px;
	}
	.record {
		width: 100%;
	}
	.b4-subtitle {
		font-size: 20px;
	}
	.gift-col {
		width: 100%;
	}
	.gift-col p {
		font-size: 14px;
	}
	.premium-img {
		display: none;
	}
	.premium-item {
		width: 100%;
		padding: 40px ;
		margin: 40px 0 0 0;
	}
	#b8 {
		padding-bottom: 140px;
	}
	.b17-description-autor::before, .b17-description-autor::after {
		display: none;
	}
	.intro-title h1 {
		font-size: 10vw;
	}
	.intro-content {
		padding: 0 50px 50px 50px;
		align-items: center;
		text-align: center;
	}
	.title-name {
		font-size: 24px;
		position: relative;
		display: block;
		top: 0;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.intro-content h3 {
		margin-bottom: 20px;
		width: 100%;
		padding: 0;
	}
	.intro-content h3::after {
		display: none;
	}
	.intro-timer {
		flex-direction: column;
	}
	.timer {
		margin: 0 0 10px 0;
	}	
	.intro-timer img {
		margin: 0 0 10px 0;
	}
	.intro-timer p::before {
		position: relative;
	}
	.b1-flex {
		padding: 30px 0 50px 0;
	}
	.b1-content {
		width: 100%;
		padding: 0 0 40px 0;
		align-items: center;
		text-align: center;
	}
	.b1-content p {
		font-size: 14px;
	}
	.b1-content li {
		font-size: 14px;
	}
	.b1-content h3 {
		font-size: 32px;
	}
	.b1-img {
		width: 70%;
	}
	.b2-txt p {
		font-size: 16px;
	}
	.b18-grid {
		width: 100%;
		align-items: center;
	}
	.b1-content li {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 5px 0;
	}
	.b1-content li::before {
		top: 2px;
		position: relative;
		margin: 0 15px 0 0;
	}
	.load-ico {
		width: 55px;
		height: 55px;
		margin: 0 20px 0 0;
	}
	.btn-program {
		font-size: 24px;
		padding: 15px 40px;
	}
	#b3 .title {
		text-align: center;
		justify-content: center;
		width: 100%;
	}	
	#b3 .title::after {
		display: none;
	}
	#b3 .btn {
		margin: 0 auto;
	}
	.b8-action {
		width: 70%;
	}
	.b8-action-img {
		width: 100px;
		height: 100px;
	}
	.b8-action p {
		font-size: 20px;
	}
	.b8-item {
	  border: 1px solid #fff;
	}
	.diplom-btn span {
		font-size: 20px;
	}
	.b10-title::after {
		display: none;
	}
	.b10-content {
		align-items: center;
		justify-content: center;
	}
	.b10-title {
		text-align: center;
	}
	.b10-grid {
		flex-direction: column;
		align-items: center;
	}
	.b10-item {
		width: 40%;
		margin: 10px 0;
	}
	#b13 .title-header {
		margin-bottom: 50px;
	}
	.b13-grid {
		justify-content: center;
		flex-wrap: wrap;
	}
	.b13-item {
		margin: 1%;
	}
	#b14 .title-header {
		margin-bottom: 50px;
	}
	#b18 {
		background: url(../img/b18.jpg) no-repeat center / cover;
	}
	#b6 {
		background: url(../img/b6-bg.svg) no-repeat center / cover;
	}
	#b14 {
		background: url(../img/b14-bg.jpg) no-repeat center / cover;
	}
	#b15 {
		background: url(../img/b6-bg.svg) no-repeat center / cover;
	}
	.intro-bg {
		display: none;
	}
	.intro-mobile {
		display: block;
		top: 0;
		left: 0;
		width: 80%;
		object-fit: contain;
		padding: 50px 0 0 0;
		right: 0;
		margin: 0 auto;
	}
	#n1 .b2-sub {
	font-size: 18px;
}
	.n1-item {
	width: calc(50% - 20px);
}
	.n1-num {
	font-size: 18px;
}
.n1-item h3 {
	font-size: 24px;
}	
	.n1-item li {
	font-size: 14px;
}
	.n2-list {
	padding: 40px;
}
	.n2-list li {
	font-size: 14px;
}
	.b8-grid {
	flex-wrap: wrap;
}
.b20-content {
	width: 50%;
	padding: 0 40px 0 0;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 991px) {
	.b1-list {
		flex-wrap: wrap;
	}
	.b1-list h3 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.title {
		width: 65%;
		justify-content: center;
	}
	.title.active::before, .title.active::after {
		width: 74px;
	}
	.title::after {
		right: -100px;
	}
	.title::before {
		left: -100px;
	}
	.slick-next {
		right: -40px;
	}
	.slick-prev {
		left: -40px;
	}
	.b3-item {
		width: 46%;
	}
	.b5-item {
		width: 48%;
	}
	#b6 .num-layer {
		display: none;
	}
	.b6-item {
		width: 46%;
		margin: 2%;
	}
	#b7 .title {
		width: auto;
	}
	.target-title {
		font-size: 14px;
		padding: 0 50px 0 20px;
	}
	.program-time {
		padding: 0 0 0 20px;
	}
	#b8 .num-layer {
		display: none;
	}
	#counter {
		font-size: 48px;
	}
	#counter span {
		width: 120px;
	}
	#counter span:before{
		font-size: 12px;
	}
	#counter span:after {
		font-size: 32px;
		right: -5px;
		top: 20%;
	}
	.b9-flex {
		width: 100%;
	}
	#b9 .num-layer {
		display: none;
	}
	.b9-flex h3.active::before, .b9-flex h3.active::after {
		width: 70px;
	}
	.b9-flex h3::before {
		left: -100px;
	}
	.b9-flex h3::after {
		right: -100px;
	}
	.flex-intro::before, #b8::before, .b9-main::before, #b2::before, .b3-content::before, .b6-top::before, .b7-content::before, #b12::before, #b14::before, .b15-flex::before {
		font-size: 220px;
	}
	.b9-main::before {
		top: -5%;
	}
	.b9-main-img {
		width: 65%;
	}
	#b11::before {
		width: 65%;
	}
	.b12-content {
		flex-direction: column;
	}
	.b12-txt {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.b12-grid {
		justify-content: space-between;
	}
	.b12-item {
		width: 48%;
		margin-right: 0;
	}
	#b12 .num-layer {
		display: none;
	}
	#b12 .title {
		width: auto;
	}
	.b12-counter {
		width: 100%;
		padding: 30px;
	}
	#b13 .num-layer {
		display: none;
	}
	.overlay-title {
		font-size: 128px;
		left: 1%;
		top: 10%;
	}
	.phone-item {
		width: 45%;
	}
	.b13-item {
		width: 35%;
	}
	#b14 .accordion {
		width: 100%;
	}
	#b14 .num-layer {
		display: none;
	}
	.b14-title {
		position: relative;
		writing-mode: horizontal-tb;
		top: 0;
		left: 0;
		margin-bottom: 40px;
	}
	.b14-title::after {
		display: none;
	}
	.b15-title h2 {
		font-size: 50px;
	}
	.b15-name {
		position: relative;
		bottom: 0;
		right: 0;
		text-align: left;
		margin-top: 0px;
		transform: translate(0,0);
	}
	.active .b15-name::before {
		display: none;
	}
	#b15 {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		padding-bottom: 0;
	}
	.b15-bg {
		position: relative;
		width: 70%;
		margin-top: 40px;
	}
	.footer-top {
		flex-direction: column;
	}
	.logo-footer {
		width: 40%;
		margin-bottom: 40px;
	}
	.footer-bottom li {
		text-align: center;
		justify-content: center;
		width: 100%;
		margin: 10px 0;
		font-size: 14px;
	}
	.footer-bottom li::before {
		display: none;
	}
	.nps {
		width: 65%;
	}
	.check-img {
		width: 55%;
	}
	.container-spiker {
		flex-direction: column;
	}
	.spiker-title {
		height: auto;
		width: 100%;
	}
	.spiker-content {
		height: auto;
		width: 100%;
	}
	.spiker .modal_container {
		width: 60%;
	}
	.close-modal {
		transform: translate3d(0, 0, 0);
	}
	.spiker-content {
		padding: 30px 20px;
	}
	.header-phone span {
		display: none;
	}
	.header-phone img {
		margin-right: 0;
		width: 40px;
		height: 40px;
	}
	.nav {
		display: none;
	}
	.b9-txt {
		padding: 0;
	}
	.b9-flex h3.active::before, .b9-flex h3.active::after {
		display: none;
	}
	.b3-grid {
		margin: 0 0 40px 0;
	}
	.b3-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.b3-item:last-of-type {
		margin: 0;
	}
	.b15-flex {
		width: 100%;
	}
	.gift-title br {
		display: none;
	}
	.gift-grid {
		align-items: center;
		flex-direction: column;
	}
	.gift-col {
		width: 60%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.gift-subtitle h3::before, .gift-subtitle h3::after {
		display: none;
	}
	.gift-subtitle h3 {
		display: block;
	}
	.gift-subtitle h3 span {
		margin: 0;
	}
	.gift-col:last-of-type {
		margin: 0;
	}
	#gift {
		justify-content: flex-start;
	}
	#gift::before {
		height: 300px;
	}
	#b17 .num-layer {
		display: none;
	}
	.b17-description {
		width: 100%;
	}
	.b17-txt h2 {
		font-size: 18px;
	}
	.b17-txt {
		padding: 40px 100px;
	}
	.group-img img.img-hidden {
		width: 100%;
	}
	.b1-txt-group {
		padding: 50px 0 20px 0;
	}
	.b1-txt-item p {
		font-size: 16px;
		margin: 0 30px;
	}
	.b1-txt-item {
		padding: 0 30px 0 0;
	}
	.b1-img {
		width: 90%;
	}
	.b18-item {
		padding: 20px 40px 20px 0;
		align-items: flex-start;
	}
	.b18-item img {
		width: 55px;
		margin: 0 24px 0 0;
	}
	.b18-grid {
		align-items: flex-start;
	}
	.b18-txt span {
		font-size: 40px;
	}
	.section {
		padding: 50px 0;
	}
	#b3 .title {
		margin-bottom: 40px;
	}
	.title:before, .title:after {
		display: none;
	}
	.b8-item {
		margin: 0 0 30px 0;
	}
	.diplom-btn-group {
		width: 70%;
	}
	.b10-item {
		width: 60%;
	}
	.b10-content {
		padding: 50px;
	}
	#b14 .acc-target {
		padding: 0 40px 0 0;
	}
	.flex-header {
		padding: 10px 0;
	}
	.flex-content {
	  padding: 40vh 0 40px 0;
	}
	.date {
	  width: 40%;
	}
	.b1-new-item span {
		font-size: 42px;
	}
	.b1-new-item {
		margin: 10px 0;
	}
	.b19-content {
		width: 100%;
		flex-direction: column-reverse;
		padding: 0px 40px 30px 40px;
	}
	.b19-bg {
		position: relative;
		width: 60%;
		transform: translateY(-40px);
	}
	.b19-content-txt {
		width: 100%;
		text-align: center;
	}
	.b19-content-txt h2 {
		font-size: 28px;
	}
	.b19-content-txt p {
		width: 100%;
	}
	.n2-flex {
	flex-direction: column;
}
	.n2-bg {
	display: none;
}
	.n2-list {
	width: 100%;
}
#n2 .b2-sub {
	font-size: 18px;
}	
.b20-flex {
	flex-direction: column;
}	
.b20-content {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}	
.b20-form {
	width: 100%;
}	
.b20-content p {
	font-size: 16px;
}	
.b20-content h2 {
	line-height: 1;
	margin: 0 0 20px 0;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 767px) {
	.container {
		padding: 0 15px;
	}
	.logo, .shrink .logo {
		width: 120px;
	}
	.intro-content {
		padding: 0 15px 40px 15px;
	}
	.flex-intro {
		padding: 0;
	}
	.intro-online {
		margin: 80px 0 0 0;
	}
	.intro-img {
		padding: 0 0 40px 0;
	}
	.intro-title h1 {
		font-size: 36px;
	}
	.intro-content h3 {
		font-size: 14px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.intro-list {
		flex-direction: column;
	}
	.intro-list-item {
		padding: 30px 40px;
	}
	.intro-list-item:last-of-type {
		margin-left: 0;
		margin-top: 20px;
	}
	.section {
		padding: 40px 0;
	}
	.num-layer {
		display: none;
	}
	.b1-grid {
		align-items: flex-end;
	}
	.b1-item {
		width: 80%;
	}
	.b1-item::before {
		width: 100px;
		height: 100px;
	}
	.b1-item p {
		font-size: 18px;
	}
	.list-txt {
		font-size: 14px;
	}
	.b1-list h3 {
		font-size: 24px;
	}
	.title {
		font-size: 24px;
	}
	.b3-content {
		padding: 40px 15px;
	}
	.b4-content {
		padding: 40px 15px;
	}
	.b5-content {
		padding: 40px 15px;
	}
	.b5-sub {
		font-size: 24px;
	}
	.b6-title {
	  font-size: 24px;
		margin: 0 0 20px 0;
	}
	.b7-content {
		padding: 40px 15px;
	}
	.b8-header {
	  padding: 25px 15px;
	  height: auto;
	}
	.b8-content {
		padding: 15px;
	}
	.b8-price {
		padding: 20px 15px;
	}
	.btn-order {
		padding: 30px 15px;
	}
	#counter {
		font-size: 48px;
	}
	#counter span:after {
		font-size: 28px;
		right: -5px;
		top: 15%;
	}
	.b9-flex p {
		font-size: 16px;
	}
	.b9-flex h3 {
		font-size: 20px;
	}
	.b9-main-content h2 {
		font-size: 28px;
	}
	.b10-content {
		padding: 40px 15px;
	}
	.b10-title {
		font-size: 24px;
	}
	.b10-description {
		padding: 40px;
	}
	.b10-description::before {
		display: none;
	}
	.b12-content {
		padding: 40px 15px;
	}
	.b15-title h2 {
		font-size: 46px;
	}
	.b15-flex h3 {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.b15-sub {
		font-size: 24px;
	}
	.b15-sub br {
		display: none;
	}
	.intro-mask {
		display: none;
	}
	.b4-item:hover, .b4-item.active {
		background: #fff;
	}
	.b6-main-content {
		padding: 40px 0;
	}
	.b14-title {
		white-space: normal;
		text-align: center;
	}
	#intro-tarif {
		padding: 70px 0 40px 0;
	}
	.tarif-content {
		width: 80%;
	}
	.check-title h2 {
		font-size: 16px;
	}
	.check-title h2::before {
		width: 70px;
		height: 70px;
	}
	.check-title h3 {
		font-size: 24px;
	}
	.check-container {
		padding: 40px 15px;
	}
	.intro-img::before {
		width: 100%;
		height: 80%;
	}
	.counter-container h3 {
		flex-direction: column;
	}
	.counter-container h3.active::before, .counter-container h3.active::after {
		display: none;
	}
	.spiker-title h2 {
		font-size: 16px;
		padding: 15px 30px;
	}
	.spiker .modal_container {
		width: 70%;
	}
	.nav {
		position: fixed;
		display: flex;
		align-items: center;
		margin-right: 0;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background: #040A2E;
		flex-direction: column;
		justify-content: center;
		transform: translateX(-100%);
		-webkit-transition: 0.25s ease-out;
		transition: 0.25s ease-out;
	}
	.nav li {
		margin-right: 0;
	}
	.nav li a {
		font-size: 16px;
		padding: 15px;
	}
	.nav.show {
		transform: translateX(0%);
		box-shadow: 4px 0 10px rgba(0,0,0,0.3);
	}
	.nav-container {
		margin-right: 20px;
	}
	.intro-content h3 span {
		margin-left: 0px;
	}
	.intro-title h1 {
		margin-bottom: 10px;
	}
	.record {
		padding: 40px 20px;
	}
	.btn-kredit {
		padding: 15px 15px 0 15px;
	}
	.btn-order {
		padding: 15px;
	}
	.b3-txt h3 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}
	.b4-subtitle {
		font-size: 18px;
	}
	.gift-title {
		font-size: 24px;
	}
	.gift-subtitle {
		font-size: 18px;
	}
	#b17 {
		padding: 40px 0;
	}
	.b17-description-txt {
		font-size: 16px;
	}
	.b17-description-autor {
		font-size: 18px;
	}
	.b17-description-autor img {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
	.b17-description h2 {
		font-size: 28px;
	}
	.premium-item {
		padding: 20px;
	}
	.title-name {
		font-size: 20px;
	}
	.b1-flex {
		padding: 20px 0 40px 0;
	}
	.b1-img {
		width: 100%;
	}
	.b2-sub {
		font-size: 16px;
	}
	.b2-sub br {
		display: none;
	}
	.b18-item {
		flex-direction: column;
		padding: 20px;
		align-items: center;
	}
	.b18-txt span {
		font-size: 30px;
	}
	.b18-txt p {
		font-size: 12px;
	}
	.b18-txt {
		text-align: center;
	}
	.b18-item img {
		width: 60px;
		margin: 0 0 10px 0;
	}
	.modal_container {
		width: 95%;
		padding: 0px 20px 30px 20px;
	}
	.program {
	  max-height: 90vh;
	}
	.container-diplom h3 {
		font-size: 24px;
	}	
	#intro {
	  background: #10242E url(../img/intro-bg.svg) no-repeat left / cover;
	}
	.b14-bg {
	  width: 1920px;
	  height: 100%;
	}
	.b15-sub span {
	  display: block;
	}
	.b15-link {
	  align-items: flex-start;
	  flex-direction: column;
	}
	.telegram {
	  margin: 10px 0;
	}
	.b15-flex ul {
  	width: 100%;
	}
	.b15-flex li {
	  font-size: 14px;
	}
	.btn {
	  width: 100%;
	}
	.b15-title h2 {
		font-size: 42px;
	}
	.b1-new-item {
		margin: 0;
		justify-content: flex-start;
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}
	.b1-new-item span {
		font-size: 12vw;
		margin: 0 0 10px 0;
	}
	.b1-grid-new {
		justify-content: space-between;
	}
	.b1-txt-group {
		padding: 0;
	}
	.b1-content {
		align-items: flex-start;
		text-align: left;
	}	
	.b1-content h3 {
		margin: 0 0 15px 0;
	}
	.b1-content ul {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.b1-content li {
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 25px 0;
		/* flex-direction: column; */
		flex-wrap: wrap;
		padding: 0 0 0 70px;
	}
	.b1-content li span {
		width: 100%;
	}
	.b1-content li::before {
		top: 0;
		position: absolute;
		margin: 0;
		width: 50px;
		height: 50px;
	}
	#b2 .title {
		margin-bottom: 40px;
	}
	.b2-slider .slick-track {
		display: block;
	}
	.b2-slider.slick-slider {
		display: inline-block;
		vertical-align: top;
	}
	.slick-initialized .slick-slide {
		display: inline-block;
	}
	.slick-slide {
		vertical-align: top;
	}
	.b2-slider.slick-slider {
		padding: 0 16% 0 0;
	}
	.b2-txt-group {
		padding: 40px 0 0 0;
	}
	.b6-content {
		margin-top: 20px;
	}
	.b6-content p {
		padding: 15px;
	}
	.b6-content .spiker-hidden p {
		padding: 0;
	}
	.spiker-hidden p {
	font-size: 10px;
}
	.b9-main-img img {
		width: 60%;
	}
	.b9-main-img {
		justify-content: center;
	}
	.b8-action-img {
		width: 80px;
		height: 80px;
		right: 0;
		margin: 0 auto;
		transform: translate(0%,-60%) rotate(10deg);
	}
	.intro-mobile {
		width: 100%;
	}
	.flex-content {
		padding: 200px 0 40px 0;
	}
	.intro-title {
		font-size: 19.5vw;
	}
	.intro-title span {
		font-size: 7.5vw;
	}
	.date {
		width: 100%;
		text-align: center;
		margin: 0 0 25px 0;
		order: 3;
	}
	.flex-intro h3 {
		width: 100%;
		text-align: center;
		margin: 0 0 30px 0;
		order: 2;
	}
	.flex-intro h3::after {
		display: none;
	}
	.b9-flex p {
		width: 100%;
	}
	#b9 {
		padding: 20px 0 70px 0;
	}
	.n1-grid {
	margin: 0;
}
	.n1-item {
	margin: 0 0 16px 0;
	width: 100%;
}
	#n1 .b2-sub {
	font-size: 16px;
	width: 100%;
}
	#n2 .b2-sub {
	width: 100%;
}
.n2-list {
	padding: 30px 20px;
}	
	.b8-header h3 {
	flex-direction: column;
	align-items: flex-start;
}
.vol {
	margin: 0;
}	
	.tooltip {
	right: 12px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 480px) {
	.intro-title h1 {
		font-size: 36px;
		line-height: 1.4;
	}
	.btn {
		max-width: 100%;
	}
	.group-img img.img-hidden {
		width: 100%;
	}
	.group-title {
		padding: 0 15px;
	}
	.title-ico.ico1 {
		left: 10px;
	}
	.title-ico.ico2 {
		right: 10px;
	}
	.group-title {
		margin-top: 20px;
	}
	.tarif-arrow {
		width: 100%;
	}
	.b1-item {
		padding: 20px 0;
		width: 80%;
	}
	.b1-item p {
		font-size: 16px;
	}
	.b1-item::before {
		width: 80px;
		height: 80px;
	}
	.b1-item::after {
		background: url(../img/arrow2.svg) no-repeat left center;
		width: 42px;
	}
	.b1-list h3 {
		text-align: center;
	}
	.b1-list-item {
		margin: 0 0 20px 0;
		width: 100%;
		flex-direction: column;
	}
	.b1-list-item:last-of-type {
		margin: 0;
	}
	.list-img {
		width: 70px;
		height: 70px;
		margin: 0 0 15px 0;
	}
	.slick-next {
		right: -10px;
	}
	.slick-prev {
		left: -10px;
	}
	.b3-grid {
		margin: 0 0 40px 0;
	}
	.b3-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.b4-grid {
		margin: 0;
	}
	.b4-item {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.b5-item {
		width: 100%;
		padding: 20px 0;
	}
	.b5-sub {
		font-size: 20px;
	}
	.b6-top-item {
		padding: 15px 35px;
	}
	.title {
		width: auto;
	}
	.b6-grid {
		margin: 0;
		justify-content: space-between;
	}
	.b6-item {
		width: 48%;
		margin: 0 0 30px 0;
	}
	.load-more {
		margin-top: 0;
	}
	.load-container {
		margin-top: 20px;
	}
	.b7-title {
		font-size: 14px;
	}
	#counter span {
		width: 90px;
	}
	.b15-title {
  	margin-bottom: 20px;
	}
	.b15-bg {
	  margin-top: 0px;
	}
	.b9-flex h3 {
	  font-size: 24px;
	}
	.b9-main-img {
		width: 100%;
	}
	.b10-description {
		padding: 30px;
	}
	#b11::before {
		width: 45%;
	}
	.overlay-title {
		font-size: 100px;
	}
	.flex-intro::before, #b8::before, .b9-main::before, #b2::before, .b3-content::before, .b6-top::before, .b7-content::before, #b12::before, #b14::before, .b15-flex::before {
	  font-size: 210px;
	}
	.flex-intro::before {
		top: 10%;
	}
	.phone-item {
		width: 80%;
	}
	.b11-sert {
		width: 100%;
	}
	.b11-work {
		width: 80%;
	}
	.b12-item {
		border-radius: 10px;
		padding: 20px;
	}
	#b13 .title-header {
		margin-bottom: 40px;
	}
	.b13-item {
		width: 48%;
		margin: 1%;
	}
	#b14 .acc-hidden {
		padding: 20px 15px;
	}
	.b15-title h2 {
		font-size: 10.5vw;
	}
	.b15-title h2 br {
		display: none;
	}
	.b15-title h2 span {
	  font-size: 15vw;
	}
	.b15-flex h3 {
		font-size: 14px;
	}
	.b15-sub {
		font-size: 20px;
	}
	.b15-flex {
		width: 100%;
	}
	.b15-bg {
		width: 90%;
	}
	.tarif-content {
		padding: 10px;
		border-radius: 10px;
		width: 95%;
	}
	.check-img {
		width: 85%;
	}
	.check-container::before {
		width: 100%;
	}
	.nps {
		width: 100%;
	}
	.spiker .modal_container {
		width: 95%;
	}
	.spiker-content {
		padding: 30px 15px;
	}
	.nav {
		width: 100%;
	}
	.intro-list-item {
		padding: 20px 40px;
		width: 100%;
	}
	.video-fixed {
		bottom: 80px;
		right: 8px;
	}
	.video-fixed.active {
    transform: scale(1);
		width: 90%;
	}
	.active #video {
		width: 100%;
		border-radius: 8px;
	}
	.active .video-btn {
		width: 20px;
		height: 20px;
	}
	.stik {
		transform: translate3d(10%, -50%, 0);
	}
	#counter {
		margin-top: 15px;
	}
	#counter span {
		width: 100px;
		font-size: 48px;
	}
	.gift-sub {
		flex-direction: column;
	}
	.gift-sub-item {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.gift-col {
		width: 100%;
	}
	#gift::before {
		top: 460px;
		height: 200px;
	}
	.intro-title {
		margin-bottom: 20px;
	}
	.intro-content h3 br {
		display: none;
	}
	.b17-txt {
		padding: 40px 20px;
	}
	.b17-txt h2 {
		font-size: 14px;
		line-height: 1.6;
	}
	.premium-footer .order {
		width: 100%;
	}
	.telegram {
		font-size: 16px;
	}
	.b6-top-item {
		padding: 0;
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}
	.b6-top-txt::before, .b6-top-txt::after {
		display: none;
	}
	.b8-action {
		width: 100%;
	}
	.b8-action p {
		font-size: 18px;
	}
	.diplom-title {
		font-size: 18px;
		margin: 0 0 80px 0;
	}
	.diplom-btn-group {
		width: 100%;
		flex-direction: column;
	}
	.diplom-btn {
		padding: 0 20px;
		text-align: center;
	}
	.diplom-btn-group img {
		width: 200px;
		margin: 10px 0 0 0;
	}
	.diplom-btn-group::after {
		top: -60px;
	}
	.b10-item {
		width: 100%;
	}
	.b6-img {
		height: 45vw;
	}
	.group-img {
		width: 100%;
	}
	.fixed-action h3 {
		font-size: 7vw;
		margin: 0 32px 0 0;
	}
	.fixed-action .btn {
		padding: 0 10px;
	}
	.fixed-action {
		padding: 12px 16px;
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
	.fixed-txt {
		margin: 0 0 16px 0;
	}
	.b19-bg {
		width: 80%;
	}
	.b19-content {
		padding: 0px 20px 30px 20px;
	}
	.b19-content-txt h2 {
		font-size: 6vw;
	}
	.spiker-hidden {
		width: 100%;
	}
	.b8-grid {
		flex-wrap: wrap;
	}
	.b8-item {
		width: 48%;
	}
	.b8-content li {
		font-size: 12px;
	}
	.b8-content {
		padding: 0 15px;
	}
	.b8-price {
		text-align: left;
	}
	.b8-bonus {
		margin: 15px 0 0 0;
	}
	.b8-item:last-of-type {
		margin: 0 0 30px 0;
	}	
	.b1-content:last-of-type {
		padding: 0;
	}
	.spiker-hidden ul {
	padding: 0 0 0 5px;
}
	.spiker-hidden {
	padding: 10px 20px;
	font-size: 10px;
}
	.b20-form {
	padding: 10px;
	border-radius: 10px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 360px) {
	.b1-new-item p {
		font-size: 3vw;
	}
	.b1-new-item span {
		font-size: 12vw;
		margin: 0 0 10px 0;
	}
	
	
	
	
}	





.spec-info {
	position: relative;
	background: #fff;
	width: 50%;
	margin: 70px auto 0 auto;
	padding: 40px;
	border-radius: 20px;
}
.spec-info h3 {
	font-size: 48px;
}
.spec-info p {
	font-size: 24px;
}
.spec-info p span {
	font-weight: 700;
	color: #8000ff;
}
.spec-img {
	position: absolute;
	width: 170px;
	top: 0;
	right: 0;
	transform: translate(40%,-30%) rotate(10deg);
}
@media (max-width: 1200px) {
	.spec-info {
		width: 70%;
	}
	.spec-img {
		width: 140px;
	}
}
@media (max-width: 991px) {
	.spec-info {
		width: 85%;
	}
	.spec-info h3 {
		font-size: 36px;
	}
	.spec-info p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.spec-img {
		width: 100px;
		transform: translate(20%,-30%) rotate(10deg);
	}
	.spec-info p {
		font-size: 18px;
	}
	.spec-info {
		padding: 40px 40px 40px 20px;
	}	
}

.tooltip {
	position: absolute;
	right: 20px;
}
.tooltip:after {
	background: url(../img/kursor.svg) no-repeat center / contain;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 0;
}
.tooltip img{
	width: 60px;
	cursor: pointer;
}
.tooltip span {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	bottom: -10px;
	color: #000;
	width: 180px;
	right: 0;
	z-index: 1;
}
.tooltip:hover span {
	opacity: 1;
	visibility: visible;
}

