@font-face {
    font-family: 'JZ';
    src:  url('../fonts/jz.eot');
    src:  url('../fonts/jz.eot') format('embedded-opentype'),
    url('../fonts/jz.ttf') format('truetype'),
    url('../fonts/jz.woff') format('woff'),
    url('../fonts/jz.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --vpotoke: #383838;
  --pink: #E16871;
  --grey: #6C706A;
  --milk: #F2F3EF;
  --yellow: #FFDE02;
}
html {
	height: 100%;
}
body {
    background-color: #FDFEF9;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

body.noscroll,
body.overlay-active {
    overflow: hidden;
	margin-right: 19px;
}
h1 {
    margin: 0;
    font-size: 72px;
    font-weight: bold;
}
a {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
p {
    margin: 0;
}
div {
	box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="tel"] {
	border: 1px solid #383838;
	border-radius: 25px;
	background-color: transparent;
	height: 50px;
	width: 100%;
	font-size: 16px;
	outline: 0;
	padding: 0 24px;
	box-sizing: border-box;
	color: #383838;
	line-height: 50px;
}
input[type="submit"] {
	background: #F58A92;
	border: 3px solid #F58A92;
	border-radius: 30px;
	font-size: 18px;
	line-height: 28px;
	max-width: 267px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    top: 10px;
    padding: 0;
    opacity: 0;
}
.custom-checkbox {
	width: 20px;
	height: 20px;
	border: 1px #383838 solid;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	flex: none;
}
input[type="checkbox"]:checked ~ label .custom-checkbox::before {
  content: '\e904';
  font-family: 'JZ';
  color: #383838;
  font-size: 10px;
}
.custom-radio {
	width: 15px;
	height: 15px;
	border: 1px #454545 solid;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex: none;
}
input[type="radio"]:checked ~ label .custom-radio::before {
	content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #454545;
}


::-webkit-input-placeholder {font-size: 16px;line-height: 50px;color: #707070;}
::-moz-placeholder {font-size: 16px;line-height: 50px;color: #707070;}
:-moz-placeholder {font-size: 16px;line-height: 50px;color: #707070;}
:-ms-input-placeholder {font-size: 16px;line-height: 50px;color: #707070;}

a::focus-visible, input:focus-visible {
	outline: 0;
}
.container {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 100vh;
	max-height: 800px;
	position: relative;
}
.btn, .btn-lite {
	font-size: 18px;
	line-height: 28px;
	color: #383838;
	background-color: #fff;
	border-radius: 30px;
	border: 1px #fff solid;
	height: 58px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	max-width: 267px;
}
.btn.nomakeup {
	color: var(--pink);
}
.btn.vpotoke,
.btn.vpotoke2 {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: var(--vpotoke);
}
.btn-lite {
	color: #fff;
	background-color: transparent;
}
.top-bar {
    padding: 48px 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    top: 0;
    z-index: 1;
}
.home .top-bar {
	background: linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%);
}
.top-bar__logo {
	display: flex;
	align-items: center;
	width: calc(176px + 61 * (100vw - 420px) / 1500);
}
.top-bar__logo > img {
	width: 100%;
	height: auto;
}
.top-bar__slogan {
    display: flex;
    font-size: 14px;
    margin-top: 12px;
    color: #fff;
    opacity: 0.8;
	font-family: 'Montserrat';
}
.top-bar__slogan.vpotoke, .top-bar__slogan.vpotoke2, .top-bar__slogan.dark {
	color: var(--vpotoke);
}
@media screen and (max-width:1024px) {
	.top-bar {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media screen and (max-width:768px) {
	.top-bar {
		padding-left: 40px;
		padding-right: 40px;
	}
	.home .top-bar {
		padding-top: 25px;
	}
}

@media screen and (max-width:550px) {
	.top-bar {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* 226 */

/* --- HOME --- */

/* --- // --- Slider --- // --- */
.header .swiper {
	height: 100%;
	touch-action: pan-y;
}
.slider {
	width: 100%;
	display: flex;
	height: 100%;
/*	max-height: 800px;*/
	overflow: hidden;
	flex-direction: column;
}
.slider .swiper-wrapper {
	display: flex;
	height: 100%;
}
.slider__item {
	display: flex;
	position: relative;
    flex: 1 0 auto;
	width: 100%;
	padding: 0 100px;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.slider__item--image {
	position: absolute;
    width: 100%;
	height: 100%;
    object-fit: cover;
	top: 0;
	left: 0;
}
.slider__item--image.mobile {
	display: none;
}
.slider__item--title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
/*	font-size: 104px;*/
/* 	font-size:calc(42px + 62 * (100vw - 320px) / 1080);*/
	font-size: calc(42px + 62 * (100vw - 420px) / 1500);
	line-height: 112px;
	color: #FFFFFF;
	position: relative;
}
.slider__item--slogan {
	position: relative;
	font-style: italic;
	font-weight: 400;
	font-size: calc(16px + 4 * (100vw - 420px) / 1500);
	line-height: calc(26px + 6 * (100vw - 420px) / 1500);
	color: #FFFFFF;
}
.slider__item--buttons {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 80px;
}
.slider__item--buttons .btn-lite {
	max-width: 226px;
	margin-left: 24px;
}
.slider-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
	justify-content: center;
	display: flex;
	list-style: none;
}
.slider-dots > span {
	display: flex;
	margin: 0 8px;
    border: 0;
    padding: 0;
    font-size: 0;
	height: 3px;
	width: 60px;
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
}
.slider-dots > span.swiper-pagination-bullet-active {
	background-color: #797C76;
}
.mkv .slider__item--title,
.mkv .slider__item--slogan {
	color: var(--pink);
}
.mkv .slider__item--buttons .btn,
.mkv .slider__item--buttons .btn-lite {
	border-color: var(--pink);
}
.mkv .slider__item--buttons .btn-lite {
	color: var(--pink);
}
.mkv .slider__item--buttons .btn {
	color: #fff;
	background-color: var(--pink);
}
.vpotoke .slider__item--title,
.vpotoke2 .slider__item--title,
.slider__item--slogan {
	color: var(--vpotoke);
}
.vpotoke .slider__item--buttons .btn,
.vpotoke2 .slider__item--buttons .btn {
	background-color: var(--yellow);
	border-color: var(--yellow);
}
.vpotoke .slider__item--buttons .btn-lite,
.vpotoke2 .slider__item--buttons .btn-lite {
	background-color: #fff;
	color: var(--vpotoke);
}
@media screen and (max-width:1024px) {
	.slider__item {
		padding: 0 70px;
	}
	.slider__item--buttons {
		flex-direction: column;
		align-items: flex-start;
		max-width: 320px;
		width: 100%;
	}
	.slider__item--buttons .btn-lite,
	.slider__item--buttons .btn {
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 16px;
	}
}
@media screen and (max-width:768px) {
	.slider__item {
		justify-content: flex-start;
		margin-top: 0;
		padding: 0 40px;
	    padding-top: 70px;
	}
	.slider__item--image.pc {
		display: none;
	}
	.slider__item--image.mobile {
		display: block;
	}
	.slider__item--buttons {
		margin-top: calc(40vh);
		margin-bottom: auto;
	}
}
@media screen and (max-width:550px) {
	.slider__item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* --- // --- Main --- // --- */
.main {
    padding: 0 100px;
    height: calc(100% - 256px);
    display: flex;
    flex-direction: column;
    margin: 110px 0;
}
.main__title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: calc(24px + 16 * (100vw - 420px) / 1500);
	line-height:calc(36px + 24 * (100vw - 420px) / 1500);
	text-transform: uppercase;
	color: #383838;
	word-break: break-word;
	margin-bottom: calc(24px + 16 * (100vw - 420px) / 1500);
}
@media screen and (max-width:1024px) {
	.main {
		padding: 0 70px;
	}
}
@media screen and (max-width:768px) {
	.main {
		padding: 0 40px;
	}
}
@media screen and (max-width:550px) {
	.main {
		padding: 0 20px;
	}
}

/* --- // --- Courses --- // --- */
.courses {
	position: relative;
}
.courses__slider {
	display: flex;
    overflow: hidden;
	max-height: 520px;
	position: relative;
	width: 100%;
    touch-action: pan-y;
}
.courses__slider--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-gap: 20px;
}
.swiper-initialized .courses__slider--wrapper {
	display: flex;
    grid-gap: 0;
}
.courses__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 335px;
}
.swiper-initialized .courses__item {
/*	float: left;*/
}
.courses__item.slick-slide {
	margin-right: 20px;
}
.courses__item--image {
	border-radius: 24px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.courses__item--title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #383838;
	margin: 16px 0;
}
.courses__item .btn-lite {
	color: #383838;
	border-color: #383838;
}
.courses__slider-arrow--prev, .courses__slider-arrow--next {
    width: 42px;
    height: 42px;
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
	cursor: pointer;
    left: -66px;
    top: 30%;
}
.courses__slider-arrow--prev[aria-controls*="swiper"], .courses__slider-arrow--next[aria-controls*="swiper"] {
	display: flex;
}
.courses__slider-arrow--prev.swiper-button-disabled, .courses__slider-arrow--next.swiper-button-disabled {
	display: none;
}
.courses__slider-arrow--next {
	right: -66px;
	left: auto;
}
.courses__slider-arrow--prev::before, .courses__slider-arrow--next::before {
	content: '\e901';
	font-family: 'JZ';
	font-size: 21px;
    color: #383838;
}
.courses__slider-arrow--prev::before {
	transform: rotate(180deg);
}
@media screen and (max-width:768px) {
	.courses__slider-arrow--prev, .courses__slider-arrow--next {
		width: 22px;
		height: 42px;
		left: -26px;
	}
	.courses__slider-arrow--next {
		left: auto;
		right: -26px;
	}
}
@media screen and (max-width: 600px) {
	.courses__slider-arrow--prev, .courses__slider-arrow--next {
		display: none;
	}
}
@media screen and (max-width: 425px) {
	.swiper-initialized .courses__slider--wrapper {
/*    	grid-gap: 20px;*/
	}
	.courses__item {
/*		max-width: 300px;*/
	}
}

/* --- FOOTER --- */
footer {
	padding: 40px 0;
	background-color: #797C76;
	margin-top: auto;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px;
	gap: 30px;
}
.footer__menu {
	display: flex;
	margin-right: auto;
	margin-left: auto;
    padding: 0 30px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}
.footer__menu ul {
	list-style: none;
	display: grid;
	align-items: center;
	padding: 0;
	margin: 0;
    justify-content: flex-start;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
}
.footer__menu ul > li {
	display: flex;
	align-items: center;
}
.footer__menu ul > li > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
    font-size: 13px;
    line-height: normal;
	color: #FFFFFF;
}
.footer__tg {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
    line-height: 24px;

}
.footer__tg::before {
	font-family: 'JZ';
	content: '\e905';
	color: #fff;
    font-size: 24px;
}
@media screen and (max-width:1400px) {
	.footer__menu {
		margin-right: 20px;
	}
	.footer__menu ul > li {
		margin: 0 10px
	}
}
@media screen and (max-width:1180px) {
	.footer {
		padding: 0 20px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer__logo {
		margin-bottom: 32px;
	}
	.footer__menu {
		width: 100%;
		margin-right: auto;
		justify-content: center;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 1180px;
    }
    .footer__tg {
        margin-top: 20px;
    }
}
@media screen and (max-width:1024px) {
    .footer {
        padding: 0 70px;
    }
}
@media screen and (max-width:768px) {
    .footer {
        padding: 0 40px;
    }
    .footer__menu ul {
        max-width: 242px;
        width: 100%;
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
    .footer__menu ul > li {
        margin: 0;
        margin-bottom: 20px;
    }
    .footer__menu ul > li:last-child {
        margin-bottom: 0;
    }
    .footer__tg {
        max-width: 242px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        justify-content: flex-start;
    }
}


/* --- POPUP --- */
.overlay-active .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    background-color: #00000082;
    z-index: 101;
}
.popup {
    position: fixed;
    display: none;
    z-index: 102;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	max-width: 100%;
	overflow: auto;
}
.popup__content {
    background-color: #C4C4CC;
    border-radius: 40px;
    width: 100%;
    max-width: 485px;
    padding: 40px;
	position: relative;
}
.popup__content--title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	color: #383838;
	margin-bottom: 40px;
}
.popup__content input {
	margin-bottom: 16px;
}
.popup__content input[type="submit"] {
	margin-top: 32px;
	margin-bottom: 0;
}
.close-popup {
	position: absolute;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #383838;
    cursor: pointer;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-popup::before {
	font-family: 'JZ';
	content: '\e900';
}
.overlay-active.buy-active #buy {
	display: flex;
}
.overlay-active.wait-active #wait {
	display: flex;
}


/* --- BUY FORM --- */
.incard-box {
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 16px;
}
.incard-box__text {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.incard-box--main,
.incard-box--main a {
	font-size: 14px;
	width: 100%;
	line-height: normal;
	color: #383838;
}
.incard-box--sub {
	font-size: 12px;
	line-height: 16px;
	color: #707070;
}
.prices {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.prices__title {
	width: 100%;
	color: #383838;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 16px;
}
.prices__dicount {
	display: none;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    background-color: #383838;
    text-align: center;
}
.prices__dicount > p {
	margin-bottom: 5px;
}
.prices__dicount.active {
	display: block;
}
.prices__radio {
	width: 100%;
/*	max-width: 193px;*/
}
.tg_bot_payment {
	display: flex;
	flex-direction: column;
}
.tg_bot_payment > span {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    color: #383838;
}
.tg_bot_payment > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0088cc;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 18px;
    max-width: 307px;
    height: 60px;
    box-sizing: border-box;
    margin: 0 auto;
	margin-top: 15px;
	width: 100%;
}
.price-box {
	display: flex;
	align-items: center;
	border-radius: 25px;
	border: 1px solid #383838;
	height: 40px;
	width: 100%;
	text-align: center;
	justify-content: center;
	cursor: pointer;
}
.prices__radio input[type="radio"]:checked ~ label {
	background-color: #383838;
}
.price-box > p {
	margin: 0;
	color: #383838;
}
.price-box > p.sale_price {
	display: none;
	text-decoration: line-through;
	margin-right: 5px;
}
.price-box > p.sale_price.active {
	display: block;
}
input[type="radio"]:checked ~ label > p {
	color: #fff;
}
.totals {
	margin-top: 16px;
	margin-bottom: 8px;
}
.totals__item {
	color: #383838;
	font-size: 14px;
	line-height: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 8px 0;
    border-bottom: 1px #383838 solid;
}
.totals__item--label {

}
.totals__item--value {

}
.terms {
    display: grid;
    grid-gap: 10px;
}
.payment-info,
.terms, .terms a {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #6c6c6c;
}
.terms__item {
    display: flex;
    position: relative;
}
.terms__item .custom-checkbox {
    width: 15px;
    height: 15px;
}
.terms__item input[type="checkbox"] {
    top: 0;
}
.terms__item input[type="checkbox"]:checked ~ label .custom-checkbox::before {
    font-size: 7px;
}
.terms__item a {
	text-decoration: underline;
}
.terms__item label {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
