/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import"https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;700;800;900&family=Raleway:wght@300;400;600&display=swap";

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

* {
	box-sizing: border-box;
	scroll-behavior: smooth
}

html {
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	background-color: #171717;
	color: #fff;
	font-size: 16px
}

.wrapper {
	position: relative;
	overflow: hidden
}

.body-fixed {
	overflow: hidden
}

@media(min-width: 640px) {
	.container {
		padding: 0 20px;
		margin: 0 auto
	}
}

.main {
	flex: 1 1 auto
}

img {
	display: flex;
	width: 100%;
	height: auto;
	object-fit: cover
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

p,
ol,
figure {
	margin: 0 0 0 0
}

*+p,
*+ol *+figure {
	margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0 0
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
	margin-top: 0
}

a {
	color: #fff;
	text-decoration: none
}

strong {
	display: inline;
	font-weight: 600
}

.xbarber {
	text-transform: uppercase
}

#header,
#information,
#authors,
#program,
#benefits,
#contacts,
#feedback,
#beginners-info {
	scroll-margin-top: 75px
}

.button {
	background-color: rgba(0, 0, 0, 0);
	font-weight: 600;
	font-size: 14px;
	border: 0;
	outline: 0;
	transition: .3s;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	cursor: pointer
}

.form-control {
	position: relative;
	display: flex;
	gap: 20px;
	margin-bottom: 24px
}

.input,
.select,
.textarea {
	width: 100%;
	border: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #666;
	margin: 0;
	border-radius: 0;
	font-size: inherit;
	outline: none
}

.form-label {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(245, 245, 240, .4)
}

.input {
	border-bottom: 1px solid #f5f5f0;
	height: 62px
}

.input-tel {
	padding: 0px 0px 0px 40px
}

.prefix {
	position: absolute;
	top: 50%;
	color: #f5f5f0
}

.input:focus,
.select:focus,
.textarea:focus {
	color: #fff
}

.input:disabled,
.select:disabled,
.textarea:disabled {
	background-color: #f8f8f8;
	color: #999
}

.input::placeholder,
.textarea::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: rgba(245, 245, 240, .6)
}

.textarea {
	resize: none;
	height: 200px
}

.width-1-1 {
	width: 100%
}

.width-1-2 {
	width: 50%
}

.width-1-3 {
	width: 33.33%
}

.width-2-3 {
	width: 66.66%
}

.width-1-4 {
	width: 25%
}

.width-3-4 {
	width: 75%
}

.width-1-5 {
	width: 20%
}

.width-2-5 {
	width: 40%
}

.width-3-5 {
	width: 60%
}

.width-4-5 {
	width: 80%
}

.width-1-6 {
	width: 16.66%
}

@media(min-width: 480px) {
	.width-1-1-sm {
		width: 100%
	}

	.width-1-2-sm {
		width: 50%
	}

	.width-1-3-sm {
		width: 33.33%
	}

	.width-2-3-sm {
		width: 66.66%
	}

	.width-1-4-sm {
		width: 25%
	}

	.width-1-6-sm {
		width: 16.66%
	}
}

@media(min-width: 740px) {
	.width-1-1-md {
		width: 100%
	}

	.width-1-2-md {
		width: 50%
	}

	.width-1-3-md {
		width: 33.33%
	}

	.width-2-3-md {
		width: 66.66%
	}

	.width-1-4-md {
		width: 25%
	}

	.width-2-5-md {
		width: 40%
	}

	.width-3-5-md {
		width: 60%
	}

	.width-1-6-md {
		width: 16.66%
	}
}

@media(min-width: 1024px) {
	.width-1-1-lg {
		width: 100%
	}

	.width-1-2-lg {
		width: 50%
	}

	.width-1-3-lg {
		width: 33.33%
	}

	.width-2-3-lg {
		width: 65.66%
	}

	.width-1-4-lg {
		width: 25%
	}

	.width-3-4-lg {
		width: 74%
	}

	.width-1-6-lg {
		width: 15%
	}

	.width-5-6-lg {
		width: 85%
	}

	.width-2-5-lg {
		width: 40%
	}

	.width-3-5-lg {
		width: 60%
	}

	.width-45-lg {
		width: 45%
	}

	.width-55-lg {
		width: 55%
	}

	.width-37-lg {
		width: 37%
	}

	.width-63-lg {
		width: 63%
	}
}

@media(min-width: 1200px) {
	.width-1-1-xlg {
		width: 100%
	}

	.width-1-2-xlg {
		width: 50%
	}

	.width-1-3-xlg {
		width: 33.33%
	}

	.width-2-3-xlg {
		width: 66.66%
	}

	.width-1-4-xlg {
		width: 25%
	}

	.width-3-4-xlg {
		width: 75%
	}

	.width-1-6-xlg {
		width: 16.66%
	}

	.width-45-xlg {
		width: 45%
	}

	.width-55-xlg {
		width: 55%
	}

	.width-2-5-xlg {
		width: 40%
	}

	.width-3-5-xlg {
		width: 60%
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px
}

.row>.column {
	padding: 15px
}

.row-large {
	display: flex;
	flex-wrap: wrap;
	margin: -15px
}

.row-large>.column {
	padding: 15px
}

.row-medium {
	display: flex;
	flex-wrap: wrap;
	margin: -20px
}

.row-medium>.column {
	padding: 20px
}

@media(min-width: 480px) {
	.row {
		display: flex;
		flex-wrap: wrap
	}

	.row-medium {
		display: flex;
		flex-wrap: wrap
	}

	.row-large {
		display: flex;
		flex-wrap: wrap
	}
}

.row-reverse-md {
	display: flex;
	flex-wrap: wrap;
	margin: -15px
}

.row-reverse-md>.column {
	padding: 15px
}

@media(min-width: 780px) {
	.row-reverse-md {
		flex-direction: row-reverse;
		margin: -15px
	}

	.row-reverse-md>.column {
		padding: 15px
	}

	.row-large {
		margin: -30px
	}

	.row-large>.column {
		padding: 30px
	}
}

.title {
	font-size: 28px;
	font-weight: 300;
	color: #454545;
	line-height: 120%
}

@media(min-width: 680px) {
	.title {
		text-align: left;
		font-size: 54px
	}
}

.description {
	font-size: 28px;
	line-height: 120%;
	font-weight: 300
}

@media(min-width: 680px) {
	.description {
		text-align: left;
		font-size: 54px
	}
}

.overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url("../images/overlay.png");
	background-repeat: no-repeat
}

.section-contacts {
	margin: 30px 0px 0px 0px
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 999;
	transition: background-color .5s
}

.header.scrolled {
	background-color: rgba(0, 0, 0, .9)
}

@media(min-width: 980px) {
	.header {
		padding-inline: 60px
	}
}

.header-registration-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 400;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #c9c9c5;
	padding: 10px 15px;
	transition: .3s
}

.header-registration-btn:hover {
	cursor: pointer;
	background-color: #fff;
	color: #000;
	border-color: #000
}

.logo {
	transition: all .3s
}

.logo:hover {
	transform: scale(1.2)
}

.logo-image {
	width: 130px
}

.nav {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 0px 0px 0px 10px;
	font-size: 14px
}

@media(min-width: 840px) {
	.nav {
		gap: 80px
	}
}

.nav-list {
	display: none
}

@media(min-width: 740px) {
	.nav-list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 20px
	}
}

@media(min-width: 1024px) {
	.nav-list {
		gap: 60px
	}
}

.nav-link {
	color: #c9c9c5;
	text-decoration: none;
	transition: .3s;
	border: 0;
	text-transform: uppercase
}

.nav-link:hover {
	color: #fff;
	border-bottom: 1px solid #fff
}

.nav-list>li.is-active>a {
	pointer-events: none;
	text-decoration: none
}

.navbar-toggle {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: rgba(0, 0, 0, 0)
}

.navbar-toggle span,
.navbar-toggle span::before,
.navbar-toggle span::after {
	width: 20px;
	height: 2px;
	margin-top: -2px;
	margin-left: 7px;
	background-color: #f5f5f0
}

.navbar-toggle span::before,
.navbar-toggle span::after {
	content: "";
	display: block;
	transition: all .5s
}

.navbar-toggle span::before {
	transform: translateY(-3px)
}

.navbar-toggle span::after {
	transform: translateY(3px)
}

.navbar-toggle span {
	height: 0
}

.navbar-toggle.is-active span::before {
	transform: rotate(-45deg);
	background-color: #f5f5f0
}

.navbar-toggle.is-active span::after {
	transform: rotate(45deg);
	background-color: #f5f5f0
}

.navbar-toggle.is-active+.nav-list-mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0px 0px 0px;
	gap: 40px
}

.nav-list-mobile {
	display: none;
	list-style: none;
	position: absolute;
	top: 78px;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .9);
	margin: -3px 0px;
	height: 100vh;
	padding: 40px 0px;
	z-index: 998;
	backdrop-filter: blur(15px)
}

.nav-link-mobile {
	font-size: 20px;
	text-transform: uppercase;
	color: #f5f5f0
}

@media(min-width: 740px) {
	.nav-list {
		display: flex
	}

	.navbar-toggle {
		display: none
	}

	.nav-list-mobile {
		display: none !important
	}
}

.hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	padding: 100px 20px 400px
}

@media(min-width: 640px) {
	.hero {
		padding: 150px 20px 300px
	}
}

@media(min-width: 1200px) {
	.hero {
		padding: 150px 60px 400px
	}
}

.hero-title {
	color: #fff;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	max-width: 800px;
	font-weight: 300
}

@media(min-width: 1024px) {
	.hero-title {
		font-size: 54px
	}
}

.hero-subtitle {
	color: rgba(255, 255, 255, .6);
	font-size: 28px;
	display: block;
	font-weight: 300;
	text-transform: none
}

@media(min-width: 1024px) {
	.hero-subtitle {
		font-size: 44px
	}
}

.hero-image {
	position: absolute;
	bottom: 0;
	z-index: -1
}

.hero-arrow {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 16px);
	width: 32px;
	z-index: 50
}

@media(min-width: 640px) {
	.hero-arrow {
		display: none
	}
}

.registration-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	height: 54px;
	font-size: 14px;
	background-color: #f5f5f0;
	padding: 0 56.5px;
	border: 1.4px solid #f5f5f0;
	color: #000
}

.registration-btn:hover {
	background-color: #000;
	border-color: #fff;
	color: #fff
}

.click-registration {
	display: none;
	position: fixed;
	bottom: 55px;
	right: 35px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	border-radius: 50%;
	font-weight: 300;
	width: 140px;
	height: 140px;
	background-color: #0c8ce9;
	color: #fff;
	padding: 2px;
	z-index: 998;
	transition: all .3;
	animation: reg_circle .6s infinite alternate
}

.click-registration:hover {
	transform: scale(1.1);
	animation-play-state: paused;
	outline: 3px solid #0c8ce9;
	outline-offset: 2px;
	box-shadow: 0px 0px 50px #0c8ce9
}

@media(min-width: 680px) {
	.click-registration {
		display: block
	}
}

@keyframes reg_circle {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(1.1)
	}
}

.information {
	display: flex;
	flex-direction: column;
	gap: 40px;
	background-color: #f5f5f0;
	color: #000;
	padding: 40px 20px
}

@media(min-width: 740px) {
	.information {
		padding: 60px 60px 0;
		gap: 60px
	}
}

.information-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px
}

.information-content-title {
	color: #000;
	font-size: 32px
}

.information-content-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 630px
}

.information-content-subtitle {
	color: #b1b1b1;
	font-size: 20px;
	line-height: 140%;
	max-width: 470px
}

@media(min-width: 740px) {
	.information-content-subtitle {
		font-size: 32px
	}
}

.information-content-list {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.information-content-item {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	padding: 0px 0px 0px 20px
}

@media(min-width: 740px) {
	.information-content-item {
		font-size: 20px
	}
}

.information-content-item::before {
	content: "?";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 800
}

.information-images-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative
}

.information-images-big {
	height: 100%
}

.information-images-description {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	background-color: #000;
	border-radius: 50%;
	font-size: 16px;
	line-height: 120%;
	padding: 20px
}

@media(min-width: 740px) {
	.information-images-description {
		width: 280px;
		height: 280px;
		font-size: 20px
	}
}

.authors {
	display: flex;
	flex-direction: column;
	background-color: #f5f5f0;
	color: #000;
	padding: 20px 0
}

.author {
	padding: 20px
}

@media(min-width: 680px) {
	.author {
		padding: 40px
	}
}

.author-name {
	padding-bottom: 10px;
	text-transform: uppercase
}

.author-position {
	font-size: 26px;
	text-transform: uppercase;
	color: #b1b1b1
}

.author-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: space-evenly
}

@media(min-width: 680px) {
	.author-content {
		gap: 60px
	}
}

@media(min-width: 640px) {
	.author-position {
		font-size: 32px
	}
}

.author-stats-item {
	font-size: 16px
}

@media(min-width: 740px) {
	.author-stats-item {
		font-size: 20px
	}
}

.author-stats-digit {
	font-weight: 700;
	font-size: 24px
}

@media(min-width: 740px) {
	.author-stats-digit {
		font-size: 48px
	}
}

.author-experience-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: disc;
	padding: 0px 0px 0px 20px
}

.author-experience-item {
	font-size: 16px;
	color: #171717
}

@media(min-width: 640px) {
	.author-experience-item {
		font-size: 20px
	}
}

.author-about {
	font-size: 20px;
	margin: 0
}

@media(min-width: 640px) {
	.author-about {
		font-size: 32px
	}
}

.program {
	display: flex;
	flex-direction: column;
	padding: 60px 20px;
	gap: 60px;
	background-color: #000
}

@media(min-width: 640px) {
	.program {
		padding: 40px
	}
}

@media(min-width: 980px) {
	.program {
		padding: 60px
	}
}

.program-title {
	display: flex;
	text-transform: uppercase
}

.program-description {
	font-size: 20px;
	color: #f5f5f0
}

.program-description-title {
	font-weight: 400;
	padding-bottom: 20px
}

@media(min-width: 640px) {
	.program-description {
		font-size: 32px
	}
}

.program-topic {
	text-align: right
}

.lessons-title {
	color: rgba(245, 245, 240, .6);
	font-size: 28px
}

@media(min-width: 1024px) {
	.lessons-title {
		font-size: 44px
	}
}

.lessons-title>span {
	color: #f5f5f0;
	font-size: 44px;
	font-weight: 700;
	font-size: 28px
}

@media(min-width: 1024px) {
	.lessons-title>span {
		font-size: 44px
	}
}

.lessons-item {
	padding-block: 40px;
	border-bottom: 1px solid #fff
}

.lessons-item:first-child {
	padding-top: 0
}

.lessons-image {
	max-width: 100px
}

@media(min-width: 640px) {
	.lessons-image {
		max-width: 160px
	}
}

.lessons-content {
	display: flex;
	gap: 20px
}

.lessons-content-title {
	color: #f5f5f0;
	font-size: 20px;
	text-transform: uppercase
}

@media(min-width: 740px) {
	.lessons-content-title {
		font-size: 32px
	}
}

.lessons-content-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px
}

.lessons-info {
	align-self: end;
	display: flex;
	flex-direction: column;
	gap: 14px;
	list-style: disc;
	margin-left: 20px
}

@media(min-width: 1024px) {
	.lessons-info {
		margin-left: 0px
	}
}

.lessons-info-item {
	color: #f5f5f0
}

.lessons-info-item::marker {
	color: #454545
}

.lessons-count {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px
}

.lessons-price {
	color: rgba(245, 245, 240, .5);
	font-size: 20px
}

@media(min-width: 740px) {
	.lessons-price {
		font-size: 32px
	}
}

.lessons-additional {
	background: url("../images/contacts-overlay.png"), #171717;
	padding: 30px 20px;
	text-align: center
}

@media(min-width: 1024px) {
	.lessons-additional {
		text-align: left;
		padding: 40px
	}
}

.additional {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

@media(min-width: 680px) {
	.additional {
		flex-direction: row
	}
}

.additional-image {
	width: 140px
}

.additional-list {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.additional-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #f5f5f0;
	font-size: 20px
}

.additional-item::before {
	content: "+"
}

.education {
	padding: 40px;
	background-color: #fff;
	color: #000
}

.education-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	color: #000;
	padding: 40px 0
}

@media(min-width: 1024px) {
	.education-content {
		padding: 60px
	}
}

@media(min-width: 1024px) {
	.education {
		color: #fff;
		padding-right: 80px;
		background: url("../images/education-bg.png") no-repeat fixed;
		background-size: 50% auto;
		background-position: 0 50%;
		margin: 80px 0 0
	}
}

.education-title {
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	text-align: center
}

@media(min-width: 1024px) {
	.education-title {
		font-size: 54px;
		color: #f5f5f5
	}
}

.education-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0px 0px 40px 0px
}

.education-button {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 22px 0;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: .3s
}

.education-button:hover {
	border-color: #000;
	background-color: #fff;
	color: #000
}

.education-item {
	display: flex;
	gap: 20px
}

.education-item-digit {
	font-size: 32px
}

.education-item-title {
	font-size: 20px;
	padding-bottom: 20px
}

@media(min-width: 640px) {
	.education-item-title {
		font-size: 32px
	}
}

.education-item-description {
	font-weight: 400;
	color: #171717;
	font-size: 16px
}

@media(min-width: 640px) {
	.education-item-description {
		font-size: 20px
	}
}

.education-item-list {
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0px 0px 0px 20px;
	font-size: 16px
}

@media(min-width: 640px) {
	.education-item-list {
		font-size: 20px
	}
}

.contacts {
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 40px;
	background: url("../images/contacts-overlay.png"), #000;
	padding: 20px 20px 0 20px
}

@media(min-width: 780px) {
	.contacts {
		padding: 60px 60px 0 60px;
		gap: 60px
	}
}

.contacts-title {
	font-weight: 400;
	color: #f5f5f0;
	text-transform: uppercase;
	order: -1;
	z-index: 1;
	text-transform: none
}

.contacts-title-question {
	color: #454545
}

.contacts-form {
	order: -1;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media(min-width: 640px) {
	.contacts-form {
		flex-direction: row
	}
}

.contacts-registration {
	padding-bottom: 60px;
	align-items: center
}

@media(min-width: 640px) {
	.contacts-registration {
		align-items: flex-start
	}
}

.gift {
	order: 2;
	text-align: center
}

@media(min-width: 640px) {
	.gift {
		width: 300px;
		position: absolute;
		top: 10%;
		right: 20px
	}
}

@media(min-width: 680px) {
	.gift {
		width: 380px;
		top: 20%
	}
}

@media(min-width: 780px) {
	.gift {
		top: 25%;
		right: 20px
	}
}

@media(min-width: 1024px) {
	.gift {
		width: 420px;
		top: -16%;
		right: 42px
	}
}

@media(min-width: 1600px) {
	.gift {
		width: 480px;
		top: -20%
	}
}

.gift-image {
	order: 1;
	margin-top: -30px
}

.gift-description {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 1;
	color: #454545;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #f5f5f0
}

@media(min-width: 640px) {
	.gift-description {
		font-size: 20px;
		text-align: right
	}
}

@media(min-width: 780px) {
	.gift-description {
		bottom: 20px
	}
}

@media(min-width: 1024px) {
	.gift-description {
		bottom: -60px
	}
}

@media(min-width: 1200px) {
	.gift-description {
		bottom: 25px
	}
}

.feedback {
	padding: 40px 20px
}

@media(min-width: 780px) {
	.feedback {
		padding: 80px 60px
	}
}

.feedback-title {
	font-weight: 400;
	padding-bottom: 40px;
	text-transform: uppercase;
	color: #f5f5f0
}

.swiper {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
	padding: 20px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.beginers-info {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 60px 20px 40px
}

@media(min-width: 740px) {
	.beginers-info {
		padding: 60px 60px 80px;
		gap: 60px
	}
}

.beginers-info-title {
	color: #f5f5f0;
	font-size: 32px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase
}

@media(min-width: 740px) {
	.beginers-info-title {
		font-size: 54px
	}
}

.beginers-info-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0px 0px 0px 20px
}

.beginers-info-item {
	position: relative;
	padding-left: 20px;
	color: #f5f5f0;
	font-size: 16px
}

@media(min-width: 740px) {
	.beginers-info-item {
		font-size: 20px
	}
}

.beginers-info-item::before {
	content: url("../images/icon-done.svg");
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%)
}

.beginers-info-report {
	align-self: flex-end;
	color: #656565;
	font-size: 20px
}

.beginers-info-subtitle {
	font-size: 32px
}

.beginers-info-benefits {
	padding: 0 20px;
	border: 1px solid #656565;
	color: #f5f5f0;
	font-size: 16px
}

@media(min-width: 740px) {
	.beginers-info-benefits {
		font-size: 20px
	}
}

.beginers-info-benefits-list {
	padding: 20px
}

.beginers-info-benefits-card {
	display: flex;
	flex-direction: column;
	gap: 20px
}

@media(min-width: 740px) {
	.beginers-info-benefits-card {
		justify-content: center
	}
}

.beginers-info-benefits-title {
	color: #f5f5f0;
	font-size: 20px;
	font-weight: 700
}

.beginers-info-image {
	position: relative
}

.beginers-info-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(247, 203, 242, .1);
	filter: blur(10px);
	z-index: 0
}

.beginers-info-image>img {
	width: 42px
}

.benefits {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 20px;
	background-color: #f5f5f0;
	color: #171717
}

@media(min-width: 780px) {
	.benefits {
		padding-inline: 60px;
		gap: 75px
	}
}

@media(min-width: 1024px) {
	.benefits {
		background-color: #171717;
		color: #f5f5f0
	}
}

.benefits-title {
	font-weight: 500;
	text-transform: uppercase;
	color: #b1b1b1
}

.benefits-subtitle {
	color: #f5f5f0;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	padding-bottom: 40px;
	color: #151515
}

@media(min-width: 1024px) {
	.benefits-subtitle {
		font-size: 32px;
		padding-bottom: 60px;
		color: #f5f5f0
	}
}

.benefits-icon {
	width: 80px;
	height: 100%;
	object-fit: contain
}

.benefits-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0px 0px 0px 20px
}

.benefits-item {
	position: relative;
	padding-left: 20px;
	color: #151515;
	font-size: 16px
}

@media(min-width: 1024px) {
	.benefits-item {
		font-size: 20px;
		color: #f5f5f0
	}
}

.benefits-item::before {
	content: url("../images/icon-done.svg");
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%)
}

.benefits-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	color: #151515
}

@media(min-width: 1024px) {
	.benefits-price {
		justify-content: flex-end;
		font-size: 32px;
		color: #f5f5f0
	}
}

.icon-wrapper {
	width: 80px;
	height: 80px
}

.card {
	border: 1px solid #656565
}

.card-description {
	font-weight: 400;
	font-size: 16px
}

@media(min-width: 1024px) {
	.card-description {
		font-size: 20px
	}
}

.card-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 100%
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	justify-content: space-between;
	padding: 40px 0;
	background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 980px) {
	.footer {
		padding: 80px 60px;
		flex-direction: row;
		gap: 0;
		padding-right: 180px
	}
}

@media(min-width: 1200px) {
	.footer {
		padding-right: 220px;
		gap: 20px
	}
}

.footer-nav {
	display: flex;
	flex-direction: column;
	padding: 0;
	gap: 30px
}

@media(min-width: 980px) {
	.footer-nav {
		flex-direction: row;
		padding-left: 10px
	}
}

@media(min-width: 1024px) {
	.footer-nav {
		gap: 60px
	}
}

.footer-nav-list {
	gap: 10px
}

@media(min-width: 1024px) {
	.footer-nav-list {
		gap: 18px
	}
}

@media(min-width: 1200px) {
	.footer-nav-list {
		gap: 58px
	}
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 40px
}

.footer-link {
	transition: all .3s
}

.footer-link:hover {
	color: #0c8ce9;
	transform: scale(1.2);
	text-decoration: none
}

.thanks-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	height: 100vh;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px
}

.thanks-content-title {
	text-align: center;
	text-transform: uppercase;
	color: #b2b2b2;
	font-size: 32px
}

@media(min-width: 1024px) {
	.thanks-content-title {
		font-size: 54px
	}
}

.thanks-content-description {
	text-align: center;
	font-size: 28px
}

@media(min-width: 1024px) {
	.thanks-content-description {
		font-size: 32px
	}
}

.registration-modal {
	position: fixed;
	background-color: #171717;
	height: auto;
	padding: 40px;
	z-index: 999;
	transition: all .2s;
	border: 1px solid #0c8ce9
}

@media(min-width: 780px) {
	.registration-modal {
		bottom: 30px;
		right: 20px
	}
}

@media(max-width: 779px) {
	.registration-modal {
		top: 78px;
		bottom: 0;
		right: 0;
		left: 0
	}
}

.modal.hidden {
	transform: translateX(500%)
}

.modal {
	display: flex;
	flex-direction: column;
	gap: 40px;
	transform: translateX(0)
}

@media(min-width: 740px) {
	.modal {
		min-width: 500px
	}
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.modal-title {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #f5f5f0
}

.modal-form {
	display: flex;
	flex-direction: column;
	gap: 40px
}

.modal-label {
	position: relative
}

.modal-prefix {
	top: 21.5px
}

.close-modal {
	transition: .3s
}

.close-modal:hover {
	transform: scale(1.5)
}

.privacy {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	font-weight: 300;
	font-size: 12px;
	color: #f5f5f0
}

@media(min-width: 640px) {
	.privacy {
		flex-direction: row;
		justify-content: space-between
	}
}

.privacy-checkbox {
	display: inline-block;
	cursor: pointer
}

.privacy-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	appearance: none
}

.privacy-input:checked+.privacy-inner::before {
	background-color: #f5f5f0
}

.privacy-input:checked+.privacy-inner::after {
	background-color: #454545;
	left: 17px
}

.privacy-inner {
	display: inline-block;
	position: relative;
	padding: 3px;
	padding-left: 40px
}

.privacy-inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 19px;
	background-color: rgba(245, 245, 240, .2);
	border-radius: 17px;
	transition: background-color .3s
}

.privacy-inner::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #f5f5f0;
	transition: background-color .3s, left .3s
}

.privacy-text {
	font-weight: 300;
	font-size: 12px;
	color: rgba(245, 245, 240, .6);
	border-bottom: 1px solid rgba(245, 245, 240, .6);
	transition: color .3s
}

.privacy-text:hover {
	color: #f5f5f0
}