/*Fonts*/
@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.ttf') format('truetype'),
        url('../fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype'),
        url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Phenomena';
    src: url('../fonts/Phenomena-ExtraBold.eot');
    src: url('../fonts/Phenomena-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Phenomena-ExtraBold.woff2') format('woff2'),
        url('../fonts/Phenomena-ExtraBold.woff') format('woff'),
        url('../fonts/Phenomena-ExtraBold.ttf') format('truetype'),
        url('../fonts/Phenomena-ExtraBold.svg#Phenomena-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*Specifications*/
body {
  	font-family: 'Futura PT', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #000;
}
body {
	margin: 0 auto;
}
.container {
	padding: 0 16px;
	margin: 0 auto;
	width: 320px;
}
body {
	overflow-y: visible !important;
	padding: 0;
}
div, form, input, p, a, span {
    box-sizing: border-box;
}
input, button, textarea {
	outline: none;
}
ul,li, p {
    display: block;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
	font-weight: 900;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
}
p {
	display: block;
	font-family: 'Futura PT', sans-serif;
}
a, a:hover, button {
    text-decoration: none;
    cursor: pointer;
}
a, button {
	transition: all 0.3s ease;
}
button:active, button:focus, input:active, input:focus {
	outline: none !important;
	text-decoration: none !important;
}
button:hover {
	cursor: pointer;
}
section, footer, header {
	overflow: hidden;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
h1 {
	font-size: 21px;
	color: #2F2F2F;
}
h1 span {
	color: #FA3D62;
}
h2 {
	font-size: 18px;
}
h2 span {
	color: #FA3D62;
}
.d-flex {
	display: flex;
}
.btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 288px;
	height: 58px;
	background: radial-gradient(76.74% 100% at 50% 0%, #FFF6F7 0%, rgba(255, 246, 247, 0) 100%), url(../img/btn_fill.png), linear-gradient(180deg, #FF7081 0%, #FF5A6E 100%);
	background-blend-mode: soft-light, screen, normal;
	box-shadow: 0px 4px 0px #E85C6C, 0px 12px 25px rgba(255, 112, 129, 0.9);
	border-radius: 10px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	font-weight: 800;
	font-size: 18px;
	font-family: 'Phenomena';
	position: relative;
	overflow: hidden;
}
.btn:active {
	box-shadow: 0px 12px 25px rgba(255, 112, 129, 0.9);
	margin-top: 3px;
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 100%;
    margin-left: 60px;
  }
  100% {
    left: 100%;
    margin-left: 60px;
  }
}

.btn:after {
    content: '';
    display: block;
    width: 20px;
    height: 100px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: -20px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.05s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/*header*/
.header {
	padding: 18px 0 76px;
	background: #FFF2EC;
	position: relative;
}
.header__pic {
	position: relative;
}
.elem1 {
	position: relative;
	max-width: 332px;
    right: 17px;
}
.elem2 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu {
	align-items: center;
}
.button {
	margin-right: 75px;
}
.menu__text {
	font-weight: 450;
	font-size: 14px;
	margin-right: 15px;
}
.menu__link:not(:last-child) {
	margin-right: 5px;
}
.header__title {
	margin-top: 40px;
}
.header__subtitle {
	font-size: 17px;
	text-align: center;
	margin: 15px 0 0px;
}
.header__btn {
	margin-top: 25px;
}
.header__btn:active{
	margin-top: 28px;
	margin-bottom: -3px;
}
.menu__link .svg circle {
	transition: all 0.5s ease;
}
.menu__link:hover .svg circle {
	fill: #FA3D62;
}
.nav__menu {
    flex-direction: column;
    width: 100%;
    height: 625px;
    position: absolute;
    top: 77px;
    left: -100%;
    transition: all 0.5s ease;
    background-color: #FFF2EC;
    z-index: 1000;
    text-align: center;
}

.svg {
    width: 25px;
}
.nav__menu.active {
	left: 0;
}
.nav__item {
	width: 288px;
	margin: 0 auto 20px;
}
.nav__link, .instruction_link {
	font-family: 'Exo 2', sans-serif;
	font-style: normal;
	font-size: 21px;
	color: #100002;
	text-transform: uppercase;
}
.nav__link:active {
	color: #FA3D62;
}
.nav__link_social {
	color: #FA3D62;
}
.nav__link_social:hover {
	text-decoration: underline;
}
/*About*/
.about {
	background-color: #2B1A3B;
	padding: 20px 0 40px;
	color: #fff;
	position: relative;
	overflow: visible;
}
.about__title {
	color: #fff;
	margin-bottom: 15px;
}
.about__info {
	width: 247px;
	margin: 0 auto 40px;
}
.about__subtitle {
	margin-left: 10px;
}
.about__services {
	text-align: center;
	padding: 20px 0;
	width: 136px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	font-size: 15px;
	margin-right: 16px;
}
.about__text {
	color: #100002;
}
.not {
	margin-right: 0;
}
.about__content {
	text-align: center;
	padding: 20px 0;
	width: 288px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.about__video {
	width: 288px;
	height: 162px;
	margin: -107px auto 40px;
    border-radius: 10px;
    overflow: hidden;
}
.about__videos {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 20;
	width: 288px;
	height: 162px;
	margin: -107px auto 40px;
	background: url(../img/zag.png) no-repeat center top 23%;
	border: 2px solid #EE96A0;
	box-sizing: border-box;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	position: absolute;
	top: 20px;
	cursor: pointer;
}

.about__video-text {
	margin-top: 12px;
	font-weight: 600;
	font-size: 15px;
}
.elem4 {
	max-width: 324px;
}
.elem5 {
	max-width: 328px;
}
/*Price*/
.price {
	background: #FFF2EC url(../img/img.png) no-repeat center top 30% / cover;
    padding: 40px 0;
    background-size: 273px;
}
.price__title {
	margin-bottom: 15px;
}
.price__text {
	text-align: center;
	margin-bottom: 27px;
}
.price__text span {
	color: #FA3D62;
}
.elem3 {
	max-width: 119px;
}
.price__wrap {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	background: #FFFFFF;
	padding: 0 12px;
    max-width: 60%;
    margin: 28px auto 15px;
}
.price__item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}
.price__item_bg {
	background: rgb(255 148 169 / 10%);
	margin-left: -12px;
    margin-right: -12px;
    padding: 12px 12px;
}
.price__pay {
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	color: #FA3D62;
}
.price__sale {
	font-weight: 600;
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FA3D62;
	background: rgba(250, 61, 98, 0.1);
	border-radius: 2px;
}
.price__old {
	font-weight: 450;
	font-size: 13px;
	line-height: 100%;
	text-align: right;
	color: #c3bbbc;
	position: relative;
}
.price__old:after {
	content: '';
	display: block;
	width: 38px;
	height: 1px;
	transform: matrix(0.98, -0.18, 0.19, 0.98, 0, 0);
	position: absolute;
	background-color: #FA3D62;
	top: 6px;
	left: 0;
}
.price__link {
	color: #FA3D62;
	text-decoration: underline;
	font-weight: 500;
}
.price__link:hover {
	text-decoration: none;
}
.price__nice {
	color: #FA3D62;
	text-align: center;
	margin-top: 20px;
}
.price__nice span{
	font-weight: 600;
}
.price__texts {
	text-align: center;
}
.price__btn {
	margin-top: 27px;
}
.price__btn:active{
	margin-top: 30px;
	margin-bottom: -3px;
}
/*skill*/
.skill {
	padding: 40px 0;
	color: #fff;
	background-color: #2B1A3B;
}
.skill__title {
	margin-bottom: 15px;
}
.skill__text {
	font-size: 15px;
}
.skill__social {
	padding: 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	color: #000;
	margin-top: -4px;
}

.skill__avatar {
	margin-right: 15px;
}
.skill__name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.skill__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91px;
	background: #FA3D62;
	border-radius: 5px;
	color: #FFF2EC;
	font-weight: normal;
	font-size: 13px;
}
.skill__people {
	margin-left: 4px;
	margin-top: 6px;
}
.skill__people img {
	height: 10px;
    width: 10px;
    margin-right: 3px;
    margin-top: 1px;
}
.skill__people span {
	font-size: 12px;
}
.shake {
	-webkit-animation:cycle 2s linear infinite;
	animation:cycle 2s linear infinite}
  /*animation: shake 3s cubic-bezier(.36,.07,.19,.97) both;
  animation-direction: alternate-reverse;
   animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;*/

@-webkit-keyframes cycle{35%{-webkit-transform:rotate(0) translate(0, 0);transform:rotate(0) translate(0, 0)}
40%{-webkit-transform:rotate(5deg) translate(0, -2px);transform:rotate(5deg) translate(0, -2px)}
45%{-webkit-transform:rotate(-3deg) translate(0, -2px);transform:rotate(-3deg) translate(0, -2px)}
50%{-webkit-transform:rotate(5deg) translate(0, -2px);transform:rotate(5deg) translate(0, -2px)}
55%{-webkit-transform:rotate(-3deg) translate(0, -2px);transform:rotate(-3deg) translate(0, -2px)}
60%{-webkit-transform:rotate(5deg) translate(0, -2px);transform:rotate(5deg) translate(0, -2px)}
65%{-webkit-transform:rotate(-3deg) translate(0, -2px);transform:rotate(-3deg) translate(0, -2px)}
70%{-webkit-transform:rotate(0) translate(0, 0);transform:rotate(0) translate(0, 0)}}
/*@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }*/

.skill__wrap {
	padding: 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	color: #000;
	margin-top: 10px;
}
.skill__stud {
	margin-left: 10px;
	font-size: 14px;
}
/*review*/
.review {
	text-align: center;
	padding: 40px 0;
}
.review__title {
	margin-bottom: 15px;
}
.review__subtitle {
	margin-bottom: 40px;
	color: #FA3D62;
}
.slide img {
	margin: 0 auto;
	width: 250px;
}
/*info*/
.info {
	padding: 40px 0;
	background: #2B1A3B;
	color: #fff;
}
.info__text {
	font-size: 15px;
}
.info__link {
	color: #FA3D62;
	text-decoration: underline;
}
.info__link:hover {
	text-decoration: none;
}
/*ACCORDION*/
.accordion-container{
  position: relative;
  height: auto;
  margin: 40px auto 9px;
 }
.set{
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.set > a {
  display: block;
  text-decoration: none;
  font-family: 'Futura PT';
	font-weight: 450;
	font-size: 15px;
	line-height: 115%;
	color: #100002;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
 
  width: 234px;
  position: relative;

}
.set > a:after {
	display: block;
	content: '';
	width: 8px;
	height: 12px;
	background: url(../img/arrows.svg) no-repeat center center / cover;
	position: absolute;
	top: 0px;
	right: -29px;
	transition: all 0.5s ease;
}

.set > a i {
  position:relative;
  float: right;
  margin-top:4px;
  color: #666;
}
.set > a.active:after {
	transform: rotate(90deg);
}
.set > a.active{
  display: block;
   background: url(../img/ac1.png) no-repeat 96% 76px;
}
.set .active  {
	display: block;
}
.set > a.active i {
  color: #fff;
}
.content{
  position:relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  display:none;
  overflow: auto;
    color: #FA3D62;
    font-size: 15px;
    line-height: 115%;
    font-weight: normal;
    width: 234px;
    margin-top: 7px;
}
/*Contact*/
.contact {
	padding-top: 40px;
}
.contact img {
	margin-bottom: -52px;
}
/*footer*/
.footer {
	text-align: center;
	background-color: #2B1A3B;
	color: #fff;
	padding: 20px 0;
}
.footer__text {
	font-weight: lighter;
	font-size: 12px;
}
.footer__link {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 10px;
}
.footer__link:hover {
	color: #FA3D62;
	text-decoration: underline;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	background: #FFA5B0;
	border-radius: 99px;
	margin: 0 4px;
	transition: all 0.5s ease;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots {
	bottom: -45px;
}
.slick-dots li.slick-active {
	background: #FA3D62;
	width: 24px;
}
.menu .button  img{
	transition: all 0.5s ease;
	overflow: hidden;
	width: 30px;
	height: 30px;
	max-width: 30px;
	box-sizing: border-box;
}
.menu .button.active img {
	background: url(../img/cancel.svg) no-repeat center center / cover;
	
	padding-left: 30px;
}
.thanks__link a {
    text-align: center;
    
}
.subscribe p {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
.sale {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.sale span {
    font-weight: 700;
    color: #FA3D62;
}

.skill__social-thanks {
	margin: 20px 20px;
}
.social_call {
	font-size: 20px;
	text-align: center;
}

.social_call span {
	color: #FA3D62;
	font-weight: 700;
	text-transform: uppercase;
	font: 'Futura PT', sans-serif;
}
.social_thanks-inst {
	display: flex;
	justify-content: center;
}
.social_thanks-inst img{
	width: 50px;
}

.social_thanks-inst a {
	font-size: 16px;
}
.inst_link{
	color: #000;
}

