body {
  margin:0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  cursor: default;
  width: 100%;
  outline: none !important;
  background: #fff;
  color: #28003C;
}
a {
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
a:active,
a:focus,
a:hover {
  outline: none !important;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
	position: absolute;
	content: "";
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
    margin: 0;
	padding: 0;
}
button,
input,
textarea,
select {
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
p {
  position: relative;	
  font-size: 18px;
  line-height: 1.6;
}
h2, h3 {
  line-height: 1.4;
}
.container {
	position: relative;
    width: 100%;
    max-width: 1400px;
	margin: 0 auto;
}

/* -------------------------------- 

header

-------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	background: transparent;
	padding: 10px 0;
	transform: translateY(0%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.header-top {
	transform: translateY(-100%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.header-top.shrink {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: 4px 4px 6px rgb(0,0,0,0.1);
	padding: 10px 0;
	transform: translateY(0%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.logo {
	position: relative;
	width: 240px;
	display: block;
}
.logo img {
	width: 100%;
}
.header-top .logo {
	width: 180px;
}
.flex-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-link {
	display: flex;
	align-items: center;
	width: 80%;
	justify-content: flex-end;
}
.ico-header {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.ico-header:before {
	background: #DF4057;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.header-phone:hover .ico-header:before {
	transform: scale(1.3);
}
.ico-header:after {
	position: relative;
	background: url(../img/ico-header.svg) no-repeat center center;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.tel-header {
	position: relative;
	color: #332241;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.header-phone {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.btn.btn-header {
	padding: 20px 30px;
	max-width: 200px;
}
.nav {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.nav li {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 35px;
	position: relative;
	flex: 0 0 auto;
}
.nav li:last-child {
	margin-right: 0px;
}
.nav li a {
	position: relative;
	color: #332241;
}
.nav li a:before {
	background: #df4057;
	border-radius: 3px;
	width: 100%;
	height: 3px;
	bottom: -7px;
	left: 0;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.nav li a:hover:before {
	opacity: 1;
	transform: translateY(0px);
}

/* -------------------------------- 

intro

-------------------------------- */
#intro {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.spec #intro {
	padding-bottom: 20px;
}
.intro-flex {
	position: relative;
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: space-between;
}
.intro-content {
	position: relative;
	width: 65%;
	z-index: 1;
}
.date {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.kurs {
	font-size: 18px;
	font-weight: 700;
	margin-right: 40px;
}
.date-item {
	font-size: 18px;
	margin-right: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
}
.date-item:before {
	background: #DF4057;
	width: 1px;
	height: 50px;
	right: 0;
	transform: rotate(12deg);
}
.date-item:last-of-type:before {
	display: none;
}
.date-item:last-of-type {
	margin-right: 0px;
	padding: 0;
}
.date-item span {
	font-size: 24px;
	font-weight: 700;
	color: #DF4057;
	margin-left: 15px;
}
.intro-content h1 {
	font-size: 60px;
	line-height: 1;
	position: relative;
	margin-bottom: 20px;
}
.intro-content h1 span {
	font-size: 86px;
}
.intro-content h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.intro-content h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.intro-img {
	position: absolute;
	right: -200px;
	bottom: 70px;
	height: 80vh;
}
.intro-img::before {
	border: 30px solid #DF4057;
	width: 540px;
	height: 540px;
	bottom: 20px;
	right: 360px;
	border-radius: 50%;
}
.intro-img img {
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
}
.intro-img:after {
	background: linear-gradient(0deg, #FDFAFF 0%, #FDFAFF 7.45%, rgba(253, 250, 255, 0) 60.61%);
	width: 100%;
	height: 400px;
	bottom: 0;
	left: 0;
}
.project .intro-content h3 {
	position: relative;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.project .intro-content h3 img {
	margin-bottom: -5px;
	margin-left: 15px;
}
.intro-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #28003C;
	padding: 30px;
	border-radius: 10px;
	width: 60%;
	overflow: hidden;
	margin: 0 auto;
}
.intro-list:before {
	background: url(../img/circle.svg) no-repeat center center;
	background-size: contain;
	width: 600px;
	height: 600px;
    right: 0;
	transform: translateX(50%);
}
.intro-list li {
	position: relative;
	font-size: 16px;
	display: flex;
	align-items: flex-start;
	padding: 10px 30px 10px 35px;
	color: #fff;
	width: 50%;
	flex-direction: column;
	justify-content: center;
}
.intro-list li span {
	font-weight: 700;
}
.intro-list li:before {
	background: url(../img/check1.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.intro-list li:hover:before {
	transform: translateX(-10px);
}
.btn {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	display: block;
	width: 100%;
	max-width: 280px;
	overflow: hidden;
	touch-action: manipulation;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	border: 0;
	transition: all 500ms ease-in-out;
	font-size: 12px;
	font-weight: 700;
	padding: 25px 35px;
	color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	background: linear-gradient(86.69deg, #DF4057 -1.14%, #FECC08 100%);
    border-radius: 5px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	text-transform: uppercase;
}
.btn:hover, 
.btn:active {
    color: #fff;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}
.btn:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;   
    -webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    background: linear-gradient(86.69deg, #FECC08 -1.14%, #DF4057 100%);
}
.btn:hover:before, .btn-wizard:hover:before {
    opacity: 1;
    color: #fff;
}
.btn-txt {
    z-index: 2;
    position: relative;
}
.btn:after {
    background: rgba(255,255,255,0.2);
	height: 100%;
	width: 100px;
	transform: skewX(-15deg);
	z-index: 0;
	top: 0;
	left: -100%;
	animation: btn 3s ease-in-out infinite;
    -webkit-animation: btn 3s ease-in-out infinite;
}
.btn.whatsapp {
	display: flex;
	align-items: center;
	background: linear-gradient(86.52deg, #46B800 0%, #CFE100 100%);
	text-align: center;
	justify-content: center;
}
.btn.whatsapp img {
	position: relative;
	margin-right: 12px;
	width: 30px;
	height: 30px;
}
.btn.whatsapp::before {
	background: linear-gradient(86.52deg, #CFE100 0%, #46B800 100%);
}
@keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(50vw) skewX(-15deg); }
}
@-webkit-keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(50vw) skewX(-15deg); }
}
.intro-ico1 {
	position: absolute;
	top: 130px;
	left: -80px;
	animation: rotate 13s ease-in-out infinite;
	-webkit-animation: rotate 13s ease-in-out infinite;
}
@keyframes rotate {  
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate {  
    100% { transform: rotate(360deg); }
}
.intro-bg {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}

/* -------------------------------- 

intro-test

-------------------------------- */
.intro-test {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
.title {
	position: relative;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.title span {
	color: #DF4057;
}
.intro-test-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 40px;
}
.intro-test-item {
	position: relative;
	width: 32%;
	padding: 15px;
	display: flex;
}
.test-txt {
	width: 100%;
	font-size: 18px;
}
.test-txt span {
	font-weight: 700;
	color: #DF4057;
}
.intro-test-item .number {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #DF4057;
	margin-right: 30px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.intro-test-item .number span {
	position: relative;	
}
.intro-test-item .number::before {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	top: 10px;
	left: 15px;
	background: #E1DCE4;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.intro-test-item:hover .number {
	transform: translateX(10px);
}
.intro-test-item:hover .number::before {
	transform: translateX(-10px);
}
.intro-test h3 {
	position: relative;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}
.intro-test h3 .red {
	color: #DF4057;
}
.intro-test h3 .thin {
	font-weight: 400;
}

/* -------------------------------- 

p1

-------------------------------- */
#p1 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
.p1-sub {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.p1-sub p {
	font-size: 24px;
	margin-bottom: 20px;
}
.p1-sub h3 {
	font-size: 24px;
}
.p1-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.p1-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 60%;
	padding-right: 40px;
}
.p1-ico {
	position: relative;
	display: block;
	width: 40%;
}
.p1-ico::before {
	width: 12px;
	height: 12px;
	background: #F6E9FF;
	border-radius: 50%;
	bottom: 335px;
	left: 75%;
	animation: p1-ico 4s ease-in-out infinite;
    -webkit-animation: p1-ico 4s ease-in-out 0.35s infinite;
}
.p1-ico::after {
	width: 18px;
	height: 18px;
	background: #F6E9FF;
	border-radius: 50%;
	bottom: 355px;
	left: 73%;
	animation: p1-ico 4s ease-in-out infinite;
    -webkit-animation: p1-ico 4s ease-in-out infinite;
}
@keyframes p1-ico {  
    0% { opacity: 0; transform: translateY(15px); }
    80% { opacity: 1; transform: translateY(-20px); }
	100% { opacity: 0; transform: translateY(-25px); }
}
@-webkit-keyframes p1-ico {  
    0% { opacity: 0; transform: translateY(15px); }
    80% { opacity: 1; transform: translateY(-20px); }
	100% { opacity: 0; transform: translateY(-25px); }
}
.p1-item {
	position: relative;
	display: flex;
	width: 50%;
	align-items: center;
	padding-right: 40px;
}
.p1-img {
	position: relative;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 40px;
}
.p1-img img {
	position: relative;
	display: block;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p1-img:before {
	width: 90px;
	height: 90px;
	background: #EEEDF2;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p1-item:hover .p1-img:before {
	transform: translateY(-10px);
}
.p1-item:hover .p1-img img {
	transform: translateX(-10px);
}
.p1-item p {
	position: relative;
	width: 100%;
}
.p1-offer {
	position: relative;
	text-align: center;
}
.p1-offer::before {
	background: url(../img/p1-offer.svg) no-repeat center center;
	background-size: contain;
	width: 95%;
	height: 270px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -70px;
}
.p1-offer p {
	position: relative;
	margin-bottom: 20px;
}
.p1-offer p span {
	font-weight: 700;
}
.p1-offer h2 {
	position: relative;
	font-size: 24px;
	margin-bottom: 40px;
}
.p1-offer .btn {
	margin: 0 auto;
}

/* -------------------------------- 

p2

-------------------------------- */
#p2 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
#p2::before {
	background: url(../img/line-bg.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 80vh;
	left: 0;
	top: 20%;
}
.p2-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.p2-flex .title {
	text-align: left;
}
.p2-content {
	position: relative;
	width: 70%;
	padding-right: 40px;
}
.p2-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px -2% 0 -2%;
}
.p2-item {
	position: relative;
	width: 46%;
	background: #FDFAFF;
	padding: 40px;
	margin: 2%;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p2-item:last-of-type {
	width: 100%;
	margin-bottom: 0;
}
.p2-item span {
	font-weight: 700;
}
.p2-item:before {
	background: url(../img/p2-ico.svg) no-repeat center center;
	background-size: contain;
	width: 130px;
	height: 130px;
	top: -20px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p2-item:hover {
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}
.p2-item:hover:before {
	transform: rotate(12deg);
}
.p2-list-hh {
	position: relative;
	width: 30%;
	background: #F6F2F9;
	padding: 0 40px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.p2-list-hh:before {
	background: url(../img/hh.svg) no-repeat center center;
	background-size: contain;
	width: 75px;
	height: 75px;
	top: 20px;
	right: 20px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p2-list-hh:hover:before {
	transform: scale(1.1);
}
.hh-item {
	position: relative;
	padding: 20px 0;
}
.hh-item span {
	font-size: 36px;
	font-weight: 800;
	color: #DF4057;
}
.hh-item p {
	font-weight: 700;
}
.line-block {
	position: relative;
	overflow: hidden;
	width: 70%;
}
.wave {
  -webkit-animation: moveTheWave 2400ms linear infinite;
          animation: moveTheWave 2400ms linear infinite;
  stroke-dasharray: 0 16 220 16;
}
@-webkit-keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    stroke-dashoffset: -30;
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0);
  }
}
@keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    stroke-dashoffset: -30;
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0);
  }
}
.p2-offer {
	position: relative;
	text-align: center;
}
.p2-offer::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -40px;
}
.p2-offer p {
	position: relative;
	margin-bottom: 20px;
}
.p2-offer p span {
	font-weight: 700;
}
.p2-offer h2 {
	position: relative;
	font-size: 24px;
	margin-bottom: 40px;
}
.p2-offer .btn {
	margin: 0 auto;
}

/* -------------------------------- 

p3

-------------------------------- */
#p3 {
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.p3-bg {
	position: absolute;
	width: 100%;
	top: 0;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
.p3-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.p3-img {
	position: relative;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p3-img img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p3-img:before {
	border: 20px solid #DF4057;
	width: 390px;
	height: 390px;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p3-flex:hover .p3-img img {
	transform: rotate(12deg);
}
.p3-flex:hover .p3-img:before {
	transform: translateX(-30px);
}
.p3-content {
	width: 70%;
	padding-left: 100px;
}
.p3-content .title {
	text-align: left;
}
.p3-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.p3-item {
	position: relative;
	width: 48%;
	margin: 1%;
	display: flex;
	align-items: center;
}
.p3-item p {
	position: relative;
	padding-left: 55px;
}
.p3-item p span {
	font-weight: 700;
}
.p3-item:before {
	background: url(../img/check1.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p3-item:hover:before {
	transform: translateX(-15px);
}
.p3-item.active:before {
	background: url(../img/check2.svg) no-repeat center center;
	background-size: contain;
}
.p3-offer {
	position: relative;
	text-align: center;
}
.p3-offer h2 {
	position: relative;
	font-size: 24px;
	margin-bottom: 40px;
}
.p3-offer .btn {
	margin: 0 auto;
	max-width: 340px;
}

/* -------------------------------- 

p4

-------------------------------- */
#p4 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
#p4::before {
	background: url(../img/line-bg.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 80vh;
	left: 0;
	top: 20%;
}
#p4 .title {
	margin-bottom: 0;
}
.p4-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}
.p4-item {
	position: relative;
	width: 50%;
	padding: 0 40px;
	display: flex;
	align-items: center;
}
.p4-item .number {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #DF4057;
	margin-right: 30px;
}
.p4-item .number::before {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	top: 10px;
	left: 15px;
	background: #E1DCE4;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p4-item:hover .number::before {
	transform: translateX(-10px);
}
.p4-item .number span {
	position: relative;
}
.p4-txt {
	width: 100%;
}
.p4-txt span {
	font-weight: 700;
}
.p4-item:nth-of-type(2n) {
	margin-top: 70px;
}

/* -------------------------------- 

p5

-------------------------------- */
#p5 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
#p5::before {
	background: url(../img/p5-bg.svg) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.p5-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.p5-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	padding: 20px 30px;
}
.p5-img {
	position: relative;
	width: 110px;
	height: 110px;
	margin-bottom: 15px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p5-item p span {
    font-weight: 700;
}
.p5-item:hover .p5-img {
    transform: translateY(-15px);
}
#p5 .btn {
	margin: 0 auto;
}

/* -------------------------------- 

p6

-------------------------------- */
#p6 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
#p6::before {
	background: url(../img/line-bg.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 80vh;
	left: 0;
	top: 20%;
}
.p6-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.p6-item {
	position: relative;
	width: 25%;
	padding: 20px 40px 20px 0;
}
.p6-item:before {
	background: #DF4057;
	height: 5px;
	width: 120px;
	border-radius: 5px;
	top: -0;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p6-item:hover::before {
	width: 60px;
}
.p6-offer {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.p6-offer p {
	font-weight: 700;
}
.p6-content {
	position: relative;
	margin-top: 30px;
}
.p6-content {
	position: relative;
	margin-top: 40px;
}
.p6-content .line {
	margin: 0 auto 20px auto;
	display: table;
}
.p6-content-flex {
	position: relative;
	width: 65%;
	margin: 0 auto 70px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p6-content-txt {
	padding-right: 40px;
	width: 50%;
}
.p6-content-item {
	position: relative;
	padding: 15px 0 15px 55px;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.p6-content-item::before {
	background: url(../img/check1.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p6-content-item:hover::before {
	transform: translateX(-8px);
}
.p6-content-img {
	position: relative;
}
.p6-1 {
	position: absolute;
	left: 255px;
	top: -12px;
	animation: p6-1 4s ease-in-out infinite;
	-webkit-animation: p6-1 4s ease-in-out infinite;
}
@keyframes p6-1 {  
    0% {transform: rotate(0deg); transform-origin: 100% 50%;}
    50% {transform: rotate(5deg); transform-origin: 100% 50%;}
	80% {transform: rotate(5deg); transform-origin: 100% 50%;}
	100% {transform: rotate(0deg); transform-origin: 100% 50%;}
}
@-webkit-keyframes p6-1 {  
    0% {transform: rotate(0deg); transform-origin: 100% 50%;}
    50% {transform: rotate(5deg); transform-origin: 100% 50%;}
	80% {transform: rotate(5deg); transform-origin: 100% 50%;}
	100% {transform: rotate(0deg); transform-origin: 100% 50%;}
}
.p6-bg {
	position: relative;
}
.p6-2 {
	position: absolute;
	top: 140px;
	left: 106px;
	animation: p6-2 6s ease-in-out 0.3s infinite;
	-webkit-animation: p6-2 6s ease-in-out 0.3s infinite;
}
@keyframes p6-2 {  
    0% {transform: rotate(0deg); transform-origin: 0% 50%;}
    50% {transform: rotate(7deg); transform-origin: 0% 50%;}
	70% {transform: rotate(7deg); transform-origin: 0% 50%;}
	100% {transform: rotate(0deg); transform-origin: 0% 50%;}
}
@-webkit-keyframes p6-2 {  
    0% {transform: rotate(0deg); transform-origin: 0% 50%;}
    50% {transform: rotate(7deg); transform-origin: 0% 50%;}
	70% {transform: rotate(7deg); transform-origin: 0% 50%;}
	100% {transform: rotate(0deg); transform-origin: 0% 50%;}
}
.p6-3 {
	position: absolute;
	bottom: 60px;
	left: 173px;
	animation: p6-3 4s ease-in-out 0.15s infinite;
	-webkit-animation: p6-3 4s ease-in-out 0.15s infinite;
}
@keyframes p6-3 {  
    0% {transform: rotate(0deg); transform-origin: 100% 50%;}
    50% {transform: rotate(7deg); transform-origin: 100% 50%;}
	70% {transform: rotate(7deg); transform-origin: 100% 50%;}
	100% {transform: rotate(0deg); transform-origin: 100% 50%;}
}
@-webkit-keyframes p6-3 {  
    0% {transform: rotate(0deg); transform-origin: 100% 50%;}
    50% {transform: rotate(7deg); transform-origin: 100% 50%;}
	70% {transform: rotate(7deg); transform-origin: 100% 50%;}
	100% {transform: rotate(0deg); transform-origin: 100% 50%;}
}	
.p6-offer-sub {
	position: relative;
	text-align: center;
}
.p6-offer-sub h3 {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}
.p6-offer-sub h3 span {
	font-weight: 700;
}
.p6-offer-sub .btn {
	margin: 0 auto;
}
.p6-offer-sub::before {
	background: url(../img/p6-offer-sub.svg) no-repeat center center;
	background-size: contain;
	width: 85%;
	height: 230px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -40px;
}

/* -------------------------------- 

p7

-------------------------------- */
#p7 {
	position: relative;
	width: 100%;
	padding: 40px 0 0 0;
	overflow: hidden;
}
#p7::before {
	background: url(../img/line-bg.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 80vh;
	left: 0;
	top: 20%;
}
#p7 .container {
	max-width: 100%;
	padding: 0 70px;
}
.p7-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 -1% 70px -1%;
}
.p7-flex-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 50%;
	margin: 0 1%;
}
.p7-txt {
	position: relative;
	width: 50%;
	padding: 30px;
	background: #28003C;
	color: #fff;
	border-radius: 0 10px 10px 0;
	height: 100%;
}
.p7-flex-item:last-of-type .p7-txt {
	background: #fdfaff;
	color: #332241;
}
.p7-img {
	position: relative;
	width: 50%;
	display: block;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	padding-right: 2%;
}
.p7-txt h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.p7-txt li {
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.p7-txt li::before {
	background: url(../img/check2.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p7-txt li:hover::before {
	transform: translateX(-8px);
}
.p7-grid {
	position: relative;
	display: flex;
	justify-content: space-around;
	margin-bottom: 70px;
}
.p7-item {
	position: relative;	
}
.p7-item::before {
	width: 100%;
	height: 26px;
	border-radius: 50%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(205, 195, 210, 0.5) 0%, rgba(205, 195, 210, 0) 100%);
	bottom: -25px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.col4 .p7-item {
	width: 20%;
}
.col5 .p7-item {
	width: 15%;
}
.p7-item img {
	position: relative;
	display: block;
	width: 100%;
	border: 10px solid #FDFAFF;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p7-item:hover img {
	transform: rotate(0);
}
.p7-item:hover::before {
	transform: translateY(10px) scale(0.8);
}
.rotate1 img {
	position: relative;
	transform: rotate(-6deg);
}
.rotate2 img {
	position: relative;
	transform: rotate(6deg);
}

/* -------------------------------- 

p8

-------------------------------- */
#p8 {
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.p8-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2% 40px -2%;
}
.p8-item {
	position: relative;
	width: 21%;
	margin: 2%;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p8-item:hover {
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.p8-item img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: block;
	margin-bottom: 15px;
}
.p8-item p {
	font-weight: 700;
}
.p8-bg {
	position: absolute;
	width: 100%;
	top: 0;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
#p8 .btn {
	margin: 0 auto;
}
.append-spiker {
	display: none;
}
.container-spiker {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#modal-spiker .modal_container {
	width: 70%;
	padding: 0;
}
.spiker-content {
	position: relative;
	padding: 40px;
	background: #fdfaff;
	width: 70%;
}
.spiker-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
	width: 30%;
}
.spiker-title img {
	position: relative;
	display: block;
    width: 140px;
    height: 140px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.spiker-title h2 {
	position: relative;
	font-size: 18px;
	text-align: center;
}
.spiker-content li {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0;
	padding-left: 30px;
}
.spiker-content li.not-dot {
	font-weight: 700;
}
.spiker-content li::before {
	background: #ab96b0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
.spiker-content li.not-dot::before {
	display: none;
}

/* -------------------------------- 

p9

-------------------------------- */
#p9 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
#p9::before {
	background: url(../img/line-bg2.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 140vh;
	left: 0;
	bottom: 5%;
}
.p9-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1% 1% -1%;
}
.p9-grid .accordion {
	width: 48%;
	background: #FDFAFF;
	margin: 1%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p9-grid .accordion:hover {
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
}
.p9-grid .accordion::before {
	display: none;
}
.p9-grid .accordion h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
.p9-grid .accordion h3 span {
	font-weight: 400;
}
.p9-grid .acc-target {
	font-size: 18px;
	font-weight: 600;
	height: auto;
	padding: 20px 30px 20px 0;
	margin-bottom: 0;
	border-right: none;
	border-bottom: 1px dashed rgba(51, 34, 65, 0.28);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p9-grid .acc-target:hover {
	border-bottom: 1px dashed rgba(51, 34, 65, 0.6);
}
.p9-grid .accordion .acc-target::after {
	background: url(../img/plus2.svg) no-repeat center center;
	background-size: contain;
	right: 0;
}
.acc-hidden li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 45px;
	line-height: 1.6;
	margin: 10px 0;
}
.acc-hidden li::before {
	background: url(../img/check1.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
}
#p9 .btn {
	margin: 0 auto;
}

/* -------------------------------- 

modal-box

-------------------------------- */
.modal, .modal-box {
    z-index: 9999;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(40, 0, 60, 0.35);
  overflow: auto;
}
.modal-box {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-body {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index: 9999;
}
.modal_container {
	background: #fff;
	margin: 0 auto;
	width: 50%;
	height: auto;
	position: relative;
	display: flex;
	animation-name: modalbox;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
	justify-content: space-between;
	padding: 40px;
}
/* Close Button */
.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/close.svg) no-repeat center center;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 9999;
	opacity: 0.65;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	background-size: contain;
}
.close-modal:hover {
    opacity: 1;
}
/* Animation */
@-webkit-keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
  }
  100% {
    transform: translateX(0%);  
    opacity: 1;
  }
}
@keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
  }
  100% {
    transform: translateX(0%);  
    opacity: 1;
  }
}

/* -------------------------------- 

p10

-------------------------------- */
#p10 {
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.p10-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.p10-item {
	position: relative;
	width: 33.333%;
	padding: 15px 30px 15px 60px;
	display: flex;
	align-items: center;
}
.p10-item::before {
	background: url(../img/check1.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p10-item:hover::before {
	transform: translateX(-10px);
}
.p10-item p span {
	font-weight: 700;
}
.p10-item:last-of-type::before {
	background: url(../img/check2.svg) no-repeat center center;
	background-size: contain;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    -o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
    transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p10-item:last-of-type p {
	font-size: 24px;
	font-weight: 700;
	color: #DF4057;
	line-height: 1.3;
}
.p10-bg {
	position: absolute;
	width: 100%;
	top: 0;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

/* -------------------------------- 

p11

-------------------------------- */
#p11 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
#p11::before {
	background: url(../img/line-bg.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 80vh;
	left: 0;
	top: 15%;
}
.p11-grid {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p11-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 40%;
	background: #FFFFFF;
	box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 40px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p11-item::before {
	background: url(../img/p11-arrow.svg) no-repeat center center;
	background-size: contain;
	width: 30px;
	height: 30px;
	left: 0;
	bottom: -40px;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(-100%);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p11-item:hover::before {
	opacity: 1;
	transform: translateY(0%);
}
.p11-item:hover {
	transform: translateY(-15px);
}
.p11-number {
	position: relative;
	font-size: 64px;
	font-weight: 700;
	color: #DF4057;
	margin-right: 30px;
}
.p11-number span {
	position: relative;
}
.p11-number::before {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	top: 10px;
	left: 15px;
	background: #E1DCE4;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p11-item:hover .p11-number::before {
	transform: translateX(-10px);
}
.item-final {
	position: relative;
	display: flex;
	width: 85%;
	align-items: center;
	justify-content: center;
}
.item-final .p11-item {
	background: #28003C;
	color: #fff;
	padding: 30px 80px 30px 30px;
	margin: 0;
	font-weight: 700;
}
.item-final:hover .p11-item {
	transform: translateY(0) translateX(-30px);
}
.item-final .p11-item:before {
	display: none;
}
.item-final img {
	position: relative;
	display: block;
	width: 40%;
	margin-left: -70px;
}
.item-final .p11-number {
	color: #fff;
}
.item-final .p11-number::before {
	background: linear-gradient(45deg, #DF4057 0%, #FDC60C 100%);
}

/* -------------------------------- 

p12

-------------------------------- */
#p12 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
#p12 .title {
	margin-bottom: 20px;
}
.p12-sub {
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
#p12::before {
	background: url(../img/line-bg.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.p12-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.p12-item {
	position: relative;
	width: 31.333%;
	margin: 1%;
	border: 15px solid #fdfaff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
.p12-item iframe {
	position: relative;
	width: 100%;
	display: block;
	height: 230px;
}

/* -------------------------------- 

p13

-------------------------------- */
#p13 {
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.p13-bg {
	position: absolute;
	width: 100%;
	top: 0;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.p13-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.p13-grid.launch-page {
	justify-content: center;
}
.p13-item {
	position: relative;
	width: 31.333%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.launch-page .p13-item {
	margin: 0 10px;
}
.p13-title {
	position: relative;
	background: #28003C;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px 15px 0 0;
	padding: 30px;
}
.p13-title h3 {
	font-size: 24px;
}
.p13-item:nth-of-type(2) .p13-title {
	background: linear-gradient(87.65deg, #DF4057 0%, #FECC08 100%);
}
.p13-content {
	position: relative;
	height: 100%;
	padding: 20px 30px;
}
.p13-content li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 40px;
	margin-bottom: 12px;
}
.p13-content li span {
	font-weight: 700;
}
.p13-content li.bonus {
	font-weight: 700;
	color: #DF4057;
}
.p13-content li::before {
	background: url(../img/check2.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p13-content li:hover::before {
	transform: translateX(-10px);
}
.p13-footer {
	position: relative;
	background: #28003C;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	border-radius: 0 0 15px 15px;
}
.p13-footer p {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.p13-footer p span {
	font-weight: 400;
}
.p13-footer p.old {
	font-size: 24px;
	margin-bottom: 5px;
	text-decoration: line-through;
	opacity: 0.5;
}
.p13-footer p.spec-price {
	font-size: 24px;
	margin-bottom: 5px;
	opacity: 0.5;
}
.p13-footer p.title-kupon {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.p13-content .sub-list li::before {
	background: url(../img/check1.svg) no-repeat center center;
	background-size: contain;
}
.sub-list {
	margin: 15px 0;
}
.p13-subcontent .title {
	font-weight: 400;
}
.p13-subcontent .title::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 200px;
	height: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -30px;
}
.p13-subcontent-grid {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 70%;
	margin: 0 auto;
}
.p13-subcontent-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
}
.p13-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin-right: 30px;	
}
.p13-img img {
	width: 40px;
	height: 40px;
	position: relative;
}
.p13-img:before {
	background: #DF4057;
    width: 90px;
    height: 90px;
    border-radius: 5px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p13-subcontent-item:hover .p13-img:before {
	transform: scale(1.1);
}
.p13-subcontent-item p span {
	font-weight: 700;
}
.p13-flex {
	position: relative;
	display: flex;
	margin-top: 70px;
	justify-content: space-between;
	background: #FDFAFF;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}
.p13-flex-item {
	position: relative;
	padding: 40px;
	width: 50%;
}
.p13-flex-item.second-list {
	background: linear-gradient(90deg, #EAE5ED 1.86%, #FDFAFF 100%);
}
.p13-flex-item h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.p13-list-item {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.p13-number {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #DF4057;
	margin-right: 30px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p13-list-item:hover .p13-number {
	transform: translateX(-10px);
}
.p13-number span {
	position: relative;
}
.p13-number::before {
	width: 30px;
	height: 30px;
	border-radius: 2px;
	top: 4px;
	left: 10px;
	background: #E1DCE4;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.second-list .p13-number::before {
	background: #FDFAFF;
}
.p13-offer {
	position: relative;
	width: 80%;
	margin: 70px auto 0 auto;
	background: #28003C;
	color: #fff;
	padding: 40px;
	border-radius: 15px;
}
.p13-offer-title {
	position: absolute;
	display: block;
	text-align: center;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	padding: 25px 35px;
	color: #fff;
	background: linear-gradient(86.69deg, #DF4057 -1.14%, #FECC08 100%);
	border-radius: 5px;
	text-transform: uppercase;
	top: 0;
	right: 0;
	transform: translateY(-50%) translateX(20px);
}
.p13-offer p {
	font-size: 24px;
	margin-bottom: 15px;
}
.p13-offer h2 {
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 15px;
}
.p13-offer h2 span {
	font-size: 96px;
	font-weight: 700;
}
.p13-offer h3 {
	font-size: 32px;
	color: #df4057;
}
.p13-sub {
	text-align: center;
	margin-bottom: 40px;
}
.p13-sub p {
	font-size: 24px;
}
.p13-sub p span {
	font-weight: 700;
}
.p13-grid.drive-page {
	justify-content: center;
	margin: 0;
}



/* -------------------------------- 

p14

-------------------------------- */
#p14 {
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.p14-bg {
	position: absolute;
	width: 90%;
	top: 0;
	right: 0;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.accordion {
	position: relative;
	width: 100%;
	margin: 0 auto 40px auto;
	background: #FFFFFF;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 40px;
}
.accordion::before {
	background: url(../img/accordion.svg) no-repeat center center;
	background-size: contain;
	width: 100px;
	height: 100px;
	right: 25px;
	top: -80px;
	transform: rotate(22deg);
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.accordion:hover::before {
	transform: rotate(0);
}
.accordion-item {
    position: relative;
}
.acc-hidden {
	position: relative;
    display: none;
    padding: 15px 0;
}
.acc-target {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #28003C;
	font-size: 20px;
	background: transparent;
	font-weight: 700;
	height: 70px;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #28003C;
	border-right: 70px solid #28003C;
}
.accordion-item:last-of-type .acc-target {
	border-bottom: 0;
}
.acc-target span {
	font-weight: 400;
	color: #DF4057;
	margin-right: 40px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.acc-target:hover span {
	transform: translateX(-10px);
}
.accordion .acc-target::after {
	width: 12px;
	height: 12px;
	background: url(../img/plus.svg) no-repeat center center;
	background-size: contain;
	right: -40px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.accordion .acc-target.active:after {
    transform: rotate(45deg);
    -webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p14-offer {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 40%;
	margin: 0 auto;
	background: #28003C;
	padding: 40px;
	color: #fff;
	border-radius: 15px;
}
.p14-offer h3 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.p14-offer .btn {
	position: absolute;
	bottom: -30px;
}

/* -------------------------------- 

p15

-------------------------------- */
#p15 {
	position: relative;
	width: 100%;
	padding: 40px 0 0 0;
}
#p15::before {
	background: url(../img/line-bg.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.p15-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p15-txt {
	width: 50%;
}
.p15-txt p {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 40px;
}
.p15-txt h3 {
	font-size: 36px;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 1.4;
	color: #DF4057;
}
.p15-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
}
.p15-img img {
	position: relative;
	width: 100%;
	display: block;
}



.p15-img::before {
	background: url(../img/p15-ico.svg) no-repeat center center;
	background-size: contain;
	width: 370px;
	height: 370px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.p15-img:hover::before {
	transform: translateX(-30px);
}

/* -------------------------------- 

footer

-------------------------------- */
footer {
	position: relative;
	background: #28003C;
	color: #fff;
	padding: 70px 0 40px 0;
	overflow: hidden;
}
footer::before {
	background: url(../img/line-footer.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 20px;
}
.top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}
.btn-top {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-top span {
	position: relative;
	z-index: 1;
}
.btn-top:before {
	width: 300px;
    height: 300px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(91, 7, 133, 0.65) 0%, rgba(40, 0, 60, 0) 100%);
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.btn-top:after {
	background: linear-gradient(86.52deg, #5B0686 0%, #461460 100%);
	border-radius: 5px;
	width: 220px;
	height: 65px;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.btn-top:hover:before {
	transform: scale(0.65);
}
.btn-top:hover:after {
	transform: scale(1.1);
}
.footer-content {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 1;
}
.doc-list {
	width: 50%;
}
.doc-list li {
	position: relative;
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 0;
	padding-left: 30px;
}
.doc-list li a {
	color: #fff;
}
.doc-list li:before {
	background: url(../img/doc-ico.svg) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.doc-list li:hover:before {
	transform: translateX(-10px);
}
.social {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social h3 {
	font-size: 14px;
	text-align: right;
	margin-right: 25px;
}
.social ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social li {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social li:last-child {
	margin-right: 0px;
}
.social li a {
	position: relative;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social li img {
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
}
.social li a:before {
	background: #DF4057;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-moz-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	-o-transition: 0.25s cubic-bezier(.56,.35,.36,.89);
	transition: 0.25s cubic-bezier(.56,.35,.36,.89);
}
.social li a:hover:before {
	transform: scale(1.2);
}

/* -------------------------------- 

reg

-------------------------------- */
#reg {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#reg .container {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.reg-form {
	position: relative;
	background: #fff;
	padding: 40px;
	width: 40%;
	display: table;
	border-radius: 10px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}
.reg-form h2 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
.reg-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reg-txt {
	width: 40%;
	padding-right: 70px;
}
.reg-txt h2 {
	position: relative;
	font-size: 36px;
	margin-bottom: 40px;
}
.reg-txt h2::before {
	background: url(../img/line.svg) no-repeat center center;
	background-size: contain;
	width: 140px;
	height: 10px;
	left: 0;
	bottom: -20px;
}
.reg-txt p {
	font-size: 18px;
	font-weight: 500;
}
.reg-txt p span {
	font-size: 28px;
	font-weight: 700;
}

/* -------------------------------- 

p16

-------------------------------- */
#p16 {
	position: relative;
	width: 100%;
	padding: 0 0 40px 0;
	overflow: hidden;
}
#p16 .title {
	font-size: 28px;
}
.p16-grid {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p16-item {
	width: 24%;
	margin: 0.5%;
	border: 5px solid #FDFAFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.p16-item img {
	width:100%;
	object-fit: cover;
	display: block;
}

/* -------------------------------- 

p17

-------------------------------- */
#p17 {
	position: relative;
	width: 100%;
	padding: 0px 0 70px 0;
	background: #fff;
	overflow: hidden;
}
.slider {
	padding: 0 80px;
}
.slider-item {
	position: relative;
	background: #fdfaff;
	overflow: hidden;
	margin: 0 10px;
	padding: 40px;
	max-height: 480px;
}
.slider-item h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.slider-item p, .slider-item li {
	font-size: 14px;
	margin: 10px 0;
}

/* -------------------------------- 

slick

-------------------------------- */
.slick-slider, .slick-track {
    position: relative;
    display: block;
    margin: 0 auto;
	cursor: grab;
}
.slick-list {
    position: relative;
    display: block;
	width: 100%;
	overflow: hidden;
}
.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}
.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    display: inline-block;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    object-fit: cover;
    height: 100%;
	width: 100%;
	-webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
	position: relative;
	vertical-align: top;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-initialized .slick-slide.slick-active {
    opacity: 1;
}
@charset 'UTF-8';
.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
	z-index: 1;
}
.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;  
    width: 50px;
    height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
    color: transparent;
    outline: 0;
	-webkit-transition: 0.15s linear;
     -moz-transition: 0.15s linear;
     -o-transition: 0.15s linear;
     transition: 0.15s linear;
}
.slick-next img, .slick-prev img {
	position: absolute;
	margin: 0 auto;
    width: 12px;
    height: 12px;
}
.slick-next:before, .slick-prev:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 50px;
    height: 50px;
	background: #28003c;
	border-radius: 50%;
	-webkit-transition: 0.15s linear;
     -moz-transition: 0.15s linear;
     -o-transition: 0.15s linear;
     transition: 0.15s linear;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	transform: scale(1.15);
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    opacity: 1;	
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 0;
	pointer-events: none;
}
.slick-prev {
	top: 45%;
	left: 0px;
}
.slick-next {
	top: 45%;
    right: 0px;
}
[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}
[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}	
.slick-dots {
	bottom: -40px;
	width: 70%;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.slick-dots li {
	position: relative;
	height: 1px;
	width: 100%;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: transparent;
    border: 0;
	-webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.slick-dots li.slick-active button {
	background: #df4057;
	height: 5px;
	margin-top: -2px;
	border-radius: 3px;
}


/* -------------------------------- 

адаптив

-------------------------------- */
@media (max-width: 1600px) {
.container {
	max-width: 100%;
	padding: 0 30px;
}	
.logo {
	width: 180px;
}
.header-top .logo {
	width: 120px;
}
.intro-img {
	right: -100px;
}
.intro-img::before {
	border: 25px solid #DF4057;
	width: 480px;
	height: 480px;
	bottom: 20px;
	right: 180px;
}
.project .intro-content {
	padding-bottom: 50px;
}
.project .intro-content h1 {
	font-size: 56px;
	margin-bottom: 15px;
}
.intro-img {
	right: -100px;
	bottom: 30px;
}
.intro-content h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.intro-content ul {
	margin-bottom: 20px;
	padding: 20px;
}
.intro-content {
	padding-bottom: 30px;
}
.date {
	margin-bottom: 0;
}
.intro-content li {
	font-size: 14px;
}
.p7-txt li {
	font-size: 14px;
}
.p7-flex {
	margin: 0 -1% 40px -1%;
}
.reg-form h2 {
	font-size: 28px;
}
.p7-txt h3 {
	font-size: 20px;
}
#p7 .container {
	padding: 0 30px;
}
.intro-img::before {
	right: 50px;
}




}

@media (max-width: 1400px) {
.project .intro-content h1 {
	font-size: 52px;
}
.test-txt {
	font-size: 16px;
}
.p1-sub p {
	font-size: 20px;
}
p {
	font-size: 16px;
}
.container-p9 li {
	font-size: 18px;
}
.p11-number {
	font-size: 56px;
}
.p11-number::before {
	width: 70px;
	height: 70px;
}
.item-final {
	width: 100%;
}
.item-final img {
	width: 35%;
}
.p13-footer p {
	font-size: 32px;
}
.p14-offer h3 {
	font-size: 32px;
}
.p15-txt h2 {
	font-size: 36px;
}
.p15-form::before {
	width: 300px;
	height: 300px;
}
.container-p9 li::before {
	top: 4px;
}
.p1-ico::before {
	left: 85%;
}
.p1-ico::after {
	left: 83%;
}
.p9-item .btn {
	max-width: 100px;
	padding: 15px 0;
	border-radius: 3px 0 0 3px;
}
.accordion::before {
	width: 80px;
	height: 80px;
	top: -60px;
}
.intro-content ul {
	width: 82%;
}
.p7-txt {
	padding: 30px 15px;
}
#modal-spiker .modal_container {
	width: 90%;
}
.spiker-content {
	padding: 20px 40px;
}
.p9-grid .accordion h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.p9-grid .acc-target {
	font-size: 16px;
	padding: 15px 30px 15px 0;
}
.acc-hidden li {
	font-size: 14px;
}
.acc-hidden li::before {
	top: 0;
}
.p12-item iframe {
	height: 200px;
}
.p13-offer h2 span {
	font-size: 76px;
}
.p13-offer h2 {
	font-size: 42px;
}
.reg-form h2 {
	font-size: 20px;
}
.reg-txt h2 {
	font-size: 28px;
}
.slider-item {
	padding: 30px;
	max-height: 380px;
}
.slider-item h3 {
	font-size: 16px;
	margin-bottom: 15px;
}





}

@media (max-width: 1200px) {
.intro-img {
	right: -150px;
	height: 75vh;
}
.project .intro-content h1 {
	font-size: 46px;
}
.date {
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.kurs {
	margin-right: 0;
	width: 100%;
}
.intro-content li::before {
	width: 30px;
	height: 30px;
}
.intro-content li {
	font-size: 16px;
	padding: 10px 0px 10px 45px;
}
.intro-test-item {
	width: 48%;
}
.p1-flex {
	flex-direction: column;
}
.p1-grid {
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
}
.p1-item {
	margin-bottom: 20px;
}
.p1-ico {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
}
.p1-ico img {
	width: 100%;
	display: block;
}
.p1-ico::before {
	bottom: 285px;
	left: 78%;
}
.p1-ico::after {
	bottom: 300px;
	left: 76%;
}
.hh-item span {
	font-size: 32px;
}
.p4-grid {
	width: 90%;
}
.p5-item {
	width: 33.333%;
}
.p6-item {
	width: 33.333%;
	padding: 20px 40px 30px 0;
}
.p6-grid {
	margin-bottom: 20px;
}
.p6-content-flex {
	width: 85%;
	margin: 0 auto 40px auto;
}
.p7-flex {
	width: 100%;
}
.p7-txt li {
	font-size: 16px;
}
.p8-item {
	width: 31.333%;
	margin: 1%;
}
.p9-final-grid {
	flex-wrap: wrap;
	justify-content: center;
}
.p9-final-item {
	width: 33.333%;
	padding: 20px;
}
.p10-item {
	width: 50%;
}
#p10 {
	padding: 40px 0 0 0;
}
.p11-item {
	width: 55%;
	border-radius: 10px;
	padding: 30px;
}
.item-final img {
	width: 45%;
}
#p11 {
	padding: 40px 0 0 0;
}
.p12-slider {
	width: 55%;
}
.p13-grid {
	flex-wrap: wrap;
}
.p13-item {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 30px;
}
.drive-page .p13-item {
	margin-bottom: 0;
}
.p13-title {
	border-radius: 10px 10px 0 0;
}
.p13-footer {
	border-radius: 0 0 10px 10px;
}
.p13-content {
	height: auto;
	padding: 20px 30px;
}
.p13-subcontent-grid {
	width: 100%;
}
.p13-flex {
	flex-wrap: wrap;
}
.p13-flex-item {
	width: 100%;
}
.acc-target {
	font-size: 18px;
	height: 55px;
	border-right: 55px solid #28003C;
}
.accordion .acc-target::after {
	right: -35px;;
}
.p14-offer {
	width: 60%;
	padding: 30px;
	border-radius: 10px;
}
.p15-flex {
	flex-direction: column;
}
.p15-txt {
	width: 100%;
	text-align: center;
}
.p15-form {
	justify-content: center;
	width: 70%;
	padding-top: 200px;
}
.form-container {
	width: 100%;
}
.p15-form::before {
	left: auto;
	top: 20px;
}
.p15-form:hover::before {
	transform: translateX(0px);
}
.footer-content {
	align-items: center;
	flex-direction: column;
}
.doc-list {
	margin-bottom: 20px;
}
.social {
	flex-direction: column;
}
.social h3 {
	font-size: 18px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 20px;
}
.doc-list li {
	font-size: 14px;
}
@keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(80vw) skewX(-15deg); }
}
@-webkit-keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(80vw) skewX(-15deg); }
}
.accordion::before {
	width: 70px;
	height: 70px;
	top: -40px;
}
.intro-content ul {
	width: 100%;
}
.intro-content h3 br {
	display: none;
}
.intro-content h1 {
	font-size: 54px;
	margin-bottom: 10px;
}
.intro-content h1 span {
	font-size: 76px;
}
.p7-flex {
	flex-direction: column;
}
.p7-flex-item {
	width: 100%;
	margin: 0 0 30px 0;
	align-items: stretch;
}
.p7-txt {
	height: auto;
}
.p9-grid .accordion {
	padding: 30px;
}
.p9-grid .accordion h3 {
	font-size: 20px;
}
.p12-item {
	width: 48%;
}
.p15-img {
	width: 70%;
}
.nav {
	display: none;
}
.p13-offer {
	width: 90%;
}	
.p13-offer h2 span {
	font-size: 64px;
}
.p13-flex {
	margin-top: 40px;
}
.intro-img::after {
	height: 400px;
}
.reg-form {
	padding: 30px;
	width: 60%;
}
.reg-txt {
	padding-right: 40px;
}
.date-item {
	width: 100%;
}
.date-item::before {
	display: none;
}
.intro-list {
	width: 100%;
}
.p15-txt .btn {
	margin: 0 auto;
}
.launch-page .p13-item {
	margin: 0 0 30px 0;
}
.launch-page .p13-item:last-of-type {
	margin: 0;
}


}

@media (max-width: 991px) {
.container {
	padding: 0 15px;
}
.intro-img::before {
	width: 400px;
	height: 400px;
	right: 35px;
}
.project .intro-content {
	width: 75%;
}
.project .intro-content h2 {
	width: 70%;
}
.project .intro-content h3 {
	width: 70%;
}
.project .intro-content h3 br {
	display: none;
}
.title {
	font-size: 32px;
	margin-bottom: 20px;
}
.intro-test h3 {
	width: 100%;
}
.intro-test {
	padding: 40px 0 0 0;
}
.p2-flex {
	flex-direction: column;
}
.p2-content {
	width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}
.p2-list-hh {
	width: 100%;
	padding: 30px;
}
.p2-offer h2 {
	margin-bottom: 20px;
}
.p3-flex {
	margin-bottom: 40px;
	flex-direction: column;
	align-items: center;
}
.p3-content {
	width: 100%;
	padding-left: 0;
}
.p3-img {
	width: 50%;
	margin-bottom: 40px;
}
.p3-img::before {
	border: 15px solid #DF4057;
	width: 300px;
	height: 300px;
}
.p3-item {
	padding-right: 30px;
}
#p4 {
	padding: 0 0 40px 0;
}
.p4-grid {
	width: 100%;
}
.p4-item {
	padding: 0 20px;
}
.p5-item {
	width: 50%;
}
.p6-item {
	width: 50%;
	padding: 20px 20px 20px 0;
}
.p6-content-flex {
	width: 100%;
	flex-direction: column;
}
.p6-content-txt {
	padding-right: 0;
	width: 70%;
	margin-bottom: 30px;
}
.p3-bg {
	height: 90%;
}
.p7-flex {
	flex-direction: column;
}
.p7-txt {
	padding-right: 0;
	margin-bottom: 30px;
}
.p7-grid {
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.col4 .p7-item {
	width: 40%;
	padding: 20px 0;
	margin-bottom: 30px;
}
.col5 .p7-item {
	width: 28%;
	padding: 20px 0;
	margin-bottom: 30px;
}
.p8-item img {
	width: 170px;
	height: 170px;
}
.p12-slider {
	width: 65%;
}
.p13-grid {
	margin-bottom: 40px;
}
.top {
	margin-bottom: 50px;
}
#modal-spiker .modal_container, .modal_container {
	width: 90%;
}
.accordion::before {
	width: 50px;
	height: 50px;
	top: -20px;
}
.intro-content {
	width: 100%;
}
.intro-img {
	right: 0;
	height: auto;
	position: relative;
	bottom: 0;
	width: 85%;
	margin: 0 auto;
}
.intro-flex {
	height: auto;
	flex-direction: column;
	padding: 100px 0 40px 0;
}
.intro-content {
	text-align: center;
}
.date {
	justify-content: center;
}
.date-item::before {
	height: 30px;
}
.intro-content .btn {
	margin: 0 auto;
}
.intro-img::after {
	height: 200px;
}
.p2-flex .title {
	text-align: center;
}
.p2-sub {
	text-align: center;
}
.p7-flex-item {
	flex-direction: column;
}
.p7-img {
	width: 100%;
	padding-right: 0;
	border-radius: 10px 10px 0 0;
}
.p7-txt {
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
	border-radius: 0;
}
.p8-item {
	width: 48%;
}
.p9-grid .accordion {
	width: 100%;
	margin: 0 0 30px 0;
}
.p9-grid {
	margin: 0;
}
.p13-offer {
	width: 100%;
}
.p13-offer-title {
	padding: 20px 35px;
	transform: translateY(-50%) translateX(10px);
}
.reg-form {
	width: 70%;
}
.reg-flex {
	flex-direction: column;
}
.reg-txt {
	width: 100%;
	padding-right: 0;
	text-align: center;
	margin: 0 0 30px 0;
}
.reg-txt h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.reg-txt h2::before {
	bottom: -15px;
	right: 0;
	margin: 0 auto;
}
.reg-form {
	padding: 0 30px 30px 30px;
}
.date-item::before {
	display: block;
}
.date-item {
	width: auto;
}
.intro-ico1 {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.p16-grid {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p16-item {
	width: 24%;
}
.slider {
	padding: 0;
}




}

@media (max-width: 767px) {
.logo {
	width: 100px;
}
.header-top .logo {
	width: 80px;
}
.header-top.shrink {
	padding: 5px 0;
}
.project .intro-flex {
	height: auto;
	padding-top: 60px;
}
.project .intro-content {
	width: 100%;
}
.date {
	margin-bottom: 5px;
}
.kurs {
	font-size: 14px;
}
.date-item {
	font-size: 16px;
	margin-right: 15px;
	padding-right: 15px;
}
.date-item span {
	font-size: 18px;
	margin-left: 10px;
}
.date-item::before {
	height: 35px;
}
.project .intro-content h1 {
	font-size: 32px;
}
.project .intro-content h2 {
	font-size: 16px;
	margin-bottom: 15px;
	width: 60%;
}
.project .intro-content h3 {
	width: 50%;
	font-size: 16px;
}
.btn {
	max-width: 240px;
	padding: 20px;
}
.project .intro-content {
	padding-bottom: 20px;
}
.title {
	font-size: 28px;
}
.intro-test-item {
	width: 100%;
	align-items: center;
	padding: 0;
	margin-bottom: 15px;
}
.intro-test h3 {
	font-size: 20px;
}
.intro-test-grid {
	margin-bottom: 20px;
}
.p1-sub p {
	font-size: 18px;
}
.p1-sub p br {
	display: none;
}
.p1-item {
	width: 100%;
	padding-right: 0;
}
.p1-img, .p1-img::before {
	width: 70px;
	height: 70px;;
}
.p1-img {
	margin-right: 25px;
}
.p1-item p {
	width: auto;
}
.p1-ico {
	max-width: 300px;
}
.p1-grid {
	margin-bottom: 20px;
}
.p1-flex {
	margin-bottom: 20px;
}
.p1-ico::before {
	bottom: 185px;
}
.p1-ico::after {
	bottom: 200px;
}
#p2 {
	padding: 0 0 40px 0;
}
.p2-flex .title {
	text-align: center;
}
.p2-sub {
	text-align: center;
}
.p2-item {
	width: 100%;
}
.p2-item::before {
	width: 100px;
	height: 100px;
}
.p2-list-hh::before {
	width: 55px;
	height: 55px;
}
.hh-item {
	padding: 10px 0;
}
.p3-img {
	width: 35%;
}
.p3-img::before {
	border: 10px solid #DF4057;
	width: 220px;
	height: 220px;
}
.p3-content .title {
	text-align: center;
}
.p3-item {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 10px 0;
}
.p3-item:last-of-type {
	margin: 0;
}
.p3-flex {
	margin-bottom: 20px;
}
.p3-offer h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.p3-offer h2 br {
	display: none;
}
.p4-item {
	width: 100%;
	padding: 10px 0;
}
.p4-item:nth-of-type(2n) {
	margin-top: 0;
}
#p5 {
	padding: 0 0 40px 0;
}
.p5-item {
	width: 100%;
}
.p5-grid {
	margin-bottom: 10px;
}
#p6 {
	padding: 0 0 40px 0;
}
.p6-item {
	width: 100%;
	padding: 20px 0;
}
.p6-offer {
	margin-bottom: 0px;
}
.p6-content .line {
	display: none;
}
.p6-content {
	margin-top: 20px;
}
.p6-offer-sub h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.p6-offer-sub::before {
	width: 100%;
}
#p7 {
	padding: 0;
}
.p7-txt {
	width: 100%;
}
.p7-txt h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.p7-img::before {
	width: 130%;
}
.p7-flex {
	margin: 0 auto 40px auto;
}
.col5 .p7-item {
	padding: 5px 0;
	margin-bottom: 25px;
}
#p8 {
	padding: 0 0 40px 0;
}
.p8-item {
	width: 48%;
}
.p9-item h3 {
	margin-top: 8px;
}
.number-final {
	font-size: 20px;
	padding-right: 15px;
	margin-right: 15px;
}
.number-final span {
	font-size: 36px;
}
.final-title {
	font-size: 36px;
}
.p9-final h3 {
	margin-bottom: 20px;
	font-size: 18px;
}
.p9-final {
	padding: 30px 20px;
}
.p9-final-item {
	width: 50%;
}
.p9-final-img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}
.p10-item {
	width: 100%;
}
#p11 {
	padding: 20px 0 0 0;
}
.p11-item {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}
.p11-number {
	font-size: 42px;
}
.p11-number::before {
	width: 50px;
	height: 50px;
}
.item-final {
	flex-direction: column;
}
.item-final .p11-item {
	padding: 20px;
}
.item-final img {
	width: 60%;
	margin: 0;
}
#p13 {
	padding: 0 0 40px 0;
}
.p13-title {
	height: 90px;
}
.p13-footer {
	padding: 20px 0;
}
.p13-subcontent-grid {
	flex-wrap: wrap;
}
.p13-subcontent-item {
	width: 100%;
	margin-bottom: 15px;
}
.p13-img, .p13-img::before {
	width: 70px;
	height: 70px;
}
.p13-flex {
	margin-top: 40px;
}
.p13-flex-item {
	padding: 30px;
}
#p14 {
	padding: 0 0 40px 0;
}
.accordion {
	padding: 30px 20px;
}
.acc-target {
	font-size: 16px;
	padding-right: 15px;
}
.p14-offer {
	padding: 20px;
}
.p14-offer h3 {
	font-size: 24px;
}
.p15-txt h2 {
	font-size: 28px;
}
.p15-txt h3 {
	font-size: 32px;
}
.doc-list {
	width: 70%;
}
.intro-img::after {
	height: 300px;
}
.container-spiker {
	flex-direction: column;
	align-items: center;
}
.spiker-title {
	flex-direction: row;
	padding: 20px;
	width: 100%;
}
.spiker-title img {
	width: 70px;
	height: 70px;
	margin-bottom: 0;
	margin-right: 20px;
}
.spiker-title h2 {
	font-size: 16px;
}
.spiker-content {
	padding: 20px;
	width: 100%;
}
.modal_container {
	padding: 30px;
}
.container-p9 li {
	font-size: 16px;
}
.container-p9 li::before {
	top: 2px;
}
.accordion::before {
	width: 40px;
	height: 40px;
	top: -15px;
}
.p14-bg {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
@keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(150vw) skewX(-15deg); }
}
@-webkit-keyframes btn {
    0% { transform: skewX(-15deg); }   
    100% { transform: translateX(150vw) skewX(-15deg); }
}
.intro-content h1 {
	font-size: 36px;
}
.intro-content h1 span {
	font-size: 60px;
}
.intro-content h2 {
	font-size: 18px;
}
.intro-flex {
	padding: 100px 0 0px 0;
}
.p7-txt {
	margin-bottom: 0;
}
.p7-flex {
	margin: 0 auto;
}
.p12-sub {
	font-size: 24px;
	margin-bottom: 10px;
}
.p12-item iframe {
	height: 150px;
}
.p13-offer h3 {
	font-size: 24px;
}
.p13-offer p {
	font-size: 20px;
}
.p13-offer h2 {
	font-size: 36px;
}
.p13-offer {
	margin: 40px auto 0 auto;
	padding: 25px;
}
.p15-txt p {
	font-size: 20px;
}
.p15-img {
	width: 80%;
}
.p15-img::before {
	width: 300px;
	height: 300px;
}
.btn.btn-header {
	padding: 15px;
	max-width: 160px;
}
#reg {
	height: auto;
	padding: 70px 0 40px 0;
}
#reg .container {
	height: auto;
}
.reg-form {
	width: 85%;
}
.reg-txt p span {
	font-size: 24px;
}
#p16 .title {
	font-size: 20px;
}
.p13-footer p.spec-price {
	font-size: 20px;
}
.p13-footer p.title-kupon {
	font-size: 16px;
}
.p13-sub p {
	font-size: 18px;
}
.p13-sub p br {
	display: none;
}
.p13-sub {
	margin-bottom: 20px;
}




}

@media (max-width: 480px) {
.project .intro-content h2 {
	width: 100%;
}
.kurs {
	font-size: 16px;
}
.date-item {
	margin-right: 8px;
	padding-right: 8px;
}
.date-item span {
	font-size: 16px;
	margin-left: 5px;
}
.project .intro-content h3 {
	width: 100%;
}
.project .intro-content h3 img {
	margin-bottom: -8px;
	margin-left: 8px;
	width: 45px;
}
.intro-img {
	width: 100%;
}
.intro-img::before {
	width: 300px;
	height: 300px;
	right: -35px;
	border: 15px solid #DF4057;
}
.intro-img::after {
	height: 150px;
}
.title {
	font-size: 24px;
}
.p1-sub {
	margin-bottom: 20px;
}
.p2-item {
	padding: 30px;
}
.p3-img {
	width: 70%;
}
#p5::before {
	background-size: cover;
}
.p6-content-txt {
	width: 100%;
}
.p6-offer-sub h3 {
	font-size: 18px;
}
.p6-offer-sub h3 br {
	display: none;
}
.col4 .p7-item {
	width: 70%;
}
.col5 .p7-item {
	width: 40%;
}
.p8-item {
	width: 100%;
	margin: 0 0 15px 0;
}
.acc-hidden li {
	padding-left: 35px;
}
.acc-hidden li::before {
	top: 2px;
}
.p9-grid .accordion {
	padding: 30px 15px;
}
.p9-final-item {
	width: 100%;
}
.p10-bg {
	object-fit: cover;
	height: 100%;
}
.item-final img {
	width: 100%;
	margin: 10px 0 0 0;
}
.p12-slider {
	width: 100%;
	padding: 30px 20px;
	border-radius: 10px;
}
.p12-slider::before {
	top: 12px;
}
.p12-slider::after {
	width: 14px;
	height: 14px;
	border: 2px solid #FBF2EB;
	bottom: 8px;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
.p13-content {
	padding: 20px;
}
.p13-footer p {
	font-size: 28px;
}
.p13-subcontent-item p {
	width: 100%;
}
.p13-flex {
	margin-top: 20px;
}
.p13-flex-item {
	padding: 20px;
}
.p13-flex-item h2 {
	font-size: 20px;
}
.acc-target span {
	margin-right: 15px;
}
.acc-target {
	height: auto;
	padding: 10px 10px 10px 0;
}
.p14-offer {
	width: 100%;
}
.p15-txt h2 {
	font-size: 24px;
}
.p15-form {
	width: 100%;
	padding-top: 170px;
}
.doc-list {
	width: 90%;
}
#p9 {
	padding: 0 0 40px 0;
}
.tel-header {
	display: none;
}
.header-phone {
	margin: 0 10px;
}
.btn.btn-header {
	padding: 15px;
	max-width: 150px;
	font-size: 10px;
}
.intro-content ul {
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}
.intro-content li {
	width: 100%;
}
.intro-img::before {
	width: 240px;
	height: 240px;
	right: 0;
	border: 12px solid #DF4057;
	bottom: 5px;
	left: 0;
	margin: 0 auto;
}
.p12-grid {
	margin: 0;
}
.p12-item {
	width: 100%;
	margin: 0 0 20px 0;
}
.p13-content li {
	padding-left: 30px;
}
.p13-content .sub-list li {
	font-size: 14px;
}
.p13-offer {
	padding: 40px 15px;
	text-align: center;
}
.p13-offer h2 span {
	font-size: 52px;
}
.p15-img {
	width: 100%;
	margin-top: 20px;
}
.p15-img::before {
	width: 200px;
	height: 200px;
}
.intro-content h2 br {
	display: none;
}
.reg-form {
	padding: 30px 15px;
	width: 95%;
}
#p7 .container {
	padding: 0 15px;
}
.p12-item iframe {
	height: 170px;
}
.intro-list li {
	width: 100%;
}
.date-item::before {
	display: none;
}
#p16 .title {
	font-size: 18px;
}
#p16 .title br {
	display: none;
}
.p16-item {
	width: 31.333%;
	margin: 1%;
	border: 3px solid #FDFAFF;
}
#p16 {
	padding: 0 0 20px 0;
}



}
