/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Fonts
================================================================ */
@font-face {
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-regular.svg#RedHatText') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-500.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-500.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-500.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-500.woff') format('woff'),
		/* Modern Browsers */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-500.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../assets/fonts/red-hat-text/red-hat-text-v11-latin-500.svg#RedHatText') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../assets/fonts/aleo/aleo-v11-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../assets/fonts/aleo/aleo-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../assets/fonts/aleo/aleo-v11-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../assets/fonts/aleo/aleo-v11-latin-regular.svg#Aleo') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Aleo';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../assets/fonts/aleo/aleo-v11-latin-italic.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../assets/fonts/aleo/aleo-v11-latin-italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../assets/fonts/aleo/aleo-v11-latin-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-italic.woff') format('woff'),
		/* Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../assets/fonts/aleo/aleo-v11-latin-italic.svg#Aleo') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../assets/fonts/aleo/aleo-v11-latin-700.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../assets/fonts/aleo/aleo-v11-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../assets/fonts/aleo/aleo-v11-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../assets/fonts/aleo/aleo-v11-latin-700.svg#Aleo') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Aleo';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('../assets/fonts/aleo/aleo-v11-latin-700italic.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../assets/fonts/aleo/aleo-v11-latin-700italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../assets/fonts/aleo/aleo-v11-latin-700italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-700italic.woff') format('woff'),
		/* Modern Browsers */
		url('../assets/fonts/aleo/aleo-v11-latin-700italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../assets/fonts/aleo/aleo-v11-latin-700italic.svg#Aleo') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Magra';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../assets/fonts/magra/magra-v14-latin-700.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../assets/fonts/magra/magra-v14-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../assets/fonts/magra/magra-v14-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../assets/fonts/magra/magra-v14-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../assets/fonts/magra/magra-v14-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../assets/fonts/magra/magra-v14-latin-700.svg#Magra') format('svg');
	/* Legacy iOS */
}

/*================================================== AND ==============================================*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0 auto;
	max-width: 1440px;
	font-family: 'Red Hat Text';
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	background-color: #fff;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

ul {
	padding-left: 0;
	list-style: none;
}

.wrapperAll {
	position: relative;
}

.button {
	font-family: 'Red Hat Text';
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: none;
	border-radius: 10px;
	background-color: #0d606f;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button:hover {
	background-color: #04333c;
}

h2 {
	font-family: 'Red Hat Text';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 53px;
	text-transform: uppercase;
	color: #F2785C;
}

/* Container
----------------------------------------------------*/
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Header
-----------------------------------------------------*/
.header {
	position: relative;
	z-index: 3;
	margin-bottom: -90px;
	height: 90px;
	background-color: rgba(242, 120, 92, 0.7);
	-webkit-box-shadow: 0 4px 4px rgba(13, 96, 111, 0.5);
	box-shadow: 0 4px 4px rgba(13, 96, 111, 0.5);
}

.container.header__container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 216px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.header__logo img {
	margin-bottom: 9px;
	width: 30px;
	height: 30px;
}

.header__logo span {
	font-family: 'Magra';
	font-size: 32px;
	line-height: 39px;
	font-weight: 700;
	margin-bottom: 2px;
	margin-left: 6px;
}

/* Menu
------------------------------------------*/
.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 992px) {

	.menu__list .menu__list-item:nth-child(5),
	.menu__list .menu__list-item:nth-child(6) {
		display: none;
	}
}

.menu__list-item {
	margin-right: 40px;
	text-align: center;
}

.menu__list-item a {
	padding: 1px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu__list-item a:hover {
	color: #0d606f;
}

.button.header__button {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 3px rgba(13, 96, 111, 0.16);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 3px rgba(13, 96, 111, 0.16);
}

.menu__burger {
	display: none;
}

/*Popup*/
.btn__wrapper {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.btn__popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	min-height: 56px;
	padding: 15px;
}

.btn-facebook {
	background: #1877F2;
	-webkit-box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
	box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
}

.btn-facebook span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background-image: url(../assets/img/svg/facebook.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-facebook:hover {
	background: #F2785C;
}

.btn-google {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
	box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
	color: #0D606F;
}

.btn-google span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background-image: url(../assets/img/svg/google.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-google:hover {
	color: #fff;
	background: #0D606F;
}

.wrap-separator {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.separator {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: rgba(13, 96, 111, 0.5);
	text-align: center;
}

.separator::before,
.separator::after {
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	width: 46.5%;
	height: 1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(13, 96, 111, 0.5);

}

.separator::before {
	left: 0;
}

.separator::after {
	right: 0;
}

.modal-hidden {
	display: none;
}

.modal {
	padding: 25px 45px 21px;
	opacity: 0;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 100%;
	max-width: 650px;
	min-width: 300px;
	background: -o-linear-gradient(272.91deg, #FFFFFF 6.15%, #0D606F 202.69%);
	background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	text-align: center;
	color: #242424;
	z-index: 1000;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.modal.show {
	opacity: 1;
	-webkit-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	transform: translate(-50%, 20%);
}

.modal_title {
	margin-bottom: 30px;
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #0D606F;
}

.modal_bg {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
	-webkit-transition: all 0.7s ease 0.3s;
	-o-transition: all 0.7s ease 0.3s;
	transition: all 0.7s ease 0.3s;
}

.modal_bg.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.box__email,
.box__password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: left;
}

.modal__form label {
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #0D606F;
	margin-bottom: 5px;
}

.modal__form input {
	padding-left: 10px;
	padding-right: 10px;
	min-height: 54px;
	color: #0D606F;
	background: #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
	box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
	border-radius: 10px;
	border: none;
}

.modal__form input:focus {
	outline: 1px solid #F2785C;
	-webkit-box-shadow: 0px 0px 15px #F2785C;
	box-shadow: 0px 0px 15px #F2785C;
}

.modal__text {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid rgba(13, 96, 111, 0.5);
}

.modal__link,
.modal__text span,
.modal__text a {
	display: inline-block;
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	text-decoration: underline;
	color: #0D606F;
	text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.modal__link {
	margin-top: 14px;
}

.modal__text span {
	margin-right: 5px;
	color: rgba(13, 96, 111, 0.5);
	text-decoration: none;
}

.modal__link:hover,
.modal__text a:hover {
	text-decoration: none;
}

/* Main
------------------------------------------------------*/
.main {
	width: 100%;
	height: 100%;
	margin-bottom: -61px;
}

/* Preview
-------------------------------------------------------*/
.preview {
	background-image: url("../assets/img/header.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.preview__container {
	padding-top: 122px;
	padding-bottom: 254px;
}

.preview__content-box {
	max-width: 892px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 32px;
	font-family: 'Aleo';
	font-size: 80px;
	line-height: 1.2;
	font-weight: 700;
}

.preview__content-box p {
	margin-bottom: 46px;
	font-family: 'Aleo';
	font-size: 20px;
	line-height: 1.2;
	font-style: italic;
	font-weight: 700;
}

.preview__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 18px 18px 41px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 16px;
	background-color: hsla(0, 0%, 100%, 0.7);
}

.preview__form input {
	width: 100%;
	max-width: 70%;
	height: 40px;
	font-family: 'Aleo';
	color: #f2785c;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	border: none;
	background-color: initial;
	outline: none;
}

.preview__form input::-webkit-input-placeholder {
	color: #f2785c;
}

.preview__form input::-moz-placeholder {
	color: #f2785c;
}

.preview__form input:-ms-input-placeholder {
	color: #f2785c;
}

.preview__form input::-ms-input-placeholder {
	color: #f2785c;
}

.preview__form input::placeholder {
	color: #f2785c;
}

.preview__form input:focus {
	border-bottom: 1px solid #0d606f;
}

.button.preview__button {
	padding: 13.5px 33.5px;
	font-size: 24px;
	line-height: 1.35;
	-webkit-box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
	box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
}

/* Steps
------------------------------------------------------*/
.steps {
	background-color: #fff;
}

.steps__container {
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
}

.steps__content-wrp {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.steps__content-box:first-child {
	-ms-flex-preferred-size: 22.4%;
	flex-basis: 22.4%;
}

.steps__content-box:nth-child(2) {
	margin-left: 71px;
}

.steps__content-box:last-child {
	-ms-flex-preferred-size: 28.3%;
	flex-basis: 28.3%;
}

.steps__icon {
	margin: 0 auto 28px;
	width: 100px;
	height: 100px;
	border-radius: 16px;
	background-color: #F2785C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.steps__content-box p {
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: #0D606F;
}

/* Destinations
---------------------------------------------------*/
.destinations {
	padding: 45px 0 20px;
	text-align: center;
	background-color: #fff;
}

.destinations__slider-wrp {
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 46px auto 0;
	position: relative;
}

.slide__left-btn,
.slide__right-btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	padding: 11px 30px;
/*	display: none;*/
}

.slide__left-btn {
	left: 4.2%;
}

.slide__right-btn {
	right: 4.2%;
}

.destinations__slider-mask {
	width: fit-content;
/*	width: 2520px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	left: 22%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	gap: 60px;
}

.destinations__slide {
	width: 800px;
	height: 800px;
	padding: 40px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 16px;
}

.destinations__slide:nth-child(1) {
	background-image: url("../assets/img/spain.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.destinations__slide:nth-child(2) {
	background-image: url("../assets/img/japan.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.destinations__slide:nth-child(3) {
	background-image: url("../assets/img/usa.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.destinations__slide span {
	font-size: 32px;
	line-height: 1.37;
	color: #FFFFFF;
}

.destinations__slide-paginations {
	margin-top: 24px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.slide-pagination {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(242, 120, 92, 0.5);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}

.slide-pagination.active {
	background-color: #F2785C;
}

.slide-pagination:hover {
	background-color: #F2785C;
}

.button.button-arrow {
	padding: 13.5px 33.5px 13px 81px;
	font-size: 24px;
	line-height: 1.35;
	background-image: url(../assets/img/svg/bi_arrow-right.svg);
	background-position: 0% 50%;
	background-size: 104px 41px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
	box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
}

.button.button-arrow:hover {
	background-size: 76px 51px;
}

/* Stories
-------------------------------------------------------*/
.stories {
	padding-top: 60px;
	background-color: #fff;
}

.stories h2 {
	text-align: center;
	margin-bottom: 40px;
}

.stories__bg-wrapper {
	padding-bottom: 61px;
	background-image: url(../assets/img/footer.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.stories__contents-wrapper {
	padding: 40px 0 41px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
}

.container.stories__container {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.stories__content-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.stories__img-content {
	width: 400px;
	height: 250px;
	-webkit-filter: drop-shadow(0px 4px 2px #0D606F);
	filter: drop-shadow(0px 4px 2px #0D606F);
	border-radius: 16px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.foto-1 {
	background-image: url(../assets/img/foto_1.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.foto-2 {
	background-image: url(../assets/img/foto_2.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.foto-3 {
	background-image: url(../assets/img/foto_3.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.foto-4 {
	background-image: url(../assets/img/foto_4.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.stories__content {
	margin-left: 40px;
	text-align: left;
}

.stories__content h3 {
	margin-bottom: 23px;
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 43px;
	color: #0D606F;
}

.stories__content p {
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #0D606F;
}

.stories__content a {
	font-family: 'Aleo';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #0D606F;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.stories__content a:hover {
	text-decoration: none;
	color: #F2785C;
}

/* Footer
---------------------------------------------------*/
.footer {
	padding: 14px 0 12px;
	position: relative;
	z-index: 1;
}

.container.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 13px;
}

.footer__list-item,
.footer__item-social {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.footer__list-item img {
	width: auto;
	height: 33px;
}

.footer__list-item:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.footer__list-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
}

.footer__item-social:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.footer__list-item a,
.footer__item-social a {
	text-decoration: none;
}

/*@media (max-width: 1200px)
--------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
	.header {
		margin-bottom: -7.5vw;
		height: 7.5vw;
	}

	.button {
		padding: 0.8vw 2.5vw;
	}

	.preview__container {
		padding-top: 10.55vw;
		padding-bottom: 21.28vw;
	}

	.preview__content-box {
		max-width: 74.3vw;
	}

	h1 {
		margin-bottom: 2.8vw;
		font-size: calc(40px + (40 + 40 * 0.7) * ((100vw - 390px) / 1440));
	}

	h2 {
		margin-bottom: 2.8vw;
		font-size: calc(14px + (26 + 26 * 0.7) * ((100vw - 390px) / 1440));
	}

	.preview__content-box p {
		margin-bottom: 3.65vw;
		font-size: calc(10px + (11 + 11 * 0.7) * ((100vw - 390px) / 1440));
	}

	.preview__form {
		padding: 1.45vw 1.5vw 1.45vw 2.9vw;
	}

	.preview__form input {
		max-width: 46vw;
		height: 5vw;
		font-size: calc(14px + (10 + 10 * 0.7) * ((100vw - 390px) / 1440));
	}

	.button.preview__button {
		padding: 1.1vw 2.8vw;
		font-size: calc(11px + (13 + 13 * 0.7) * ((100vw - 390px) / 1440));
	}

	.steps__container {
		padding-top: 6.7vw;
		padding-bottom: 4.2vw;
	}

	.steps__content-wrp {
		margin-top: 2.77vw;
	}

	.steps__content-box:first-child {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.steps__content-box:nth-child(2) {
		margin-left: 5.8vw;
	}

	.steps__content-box:last-child {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}

	.steps__icon {
		margin: 0 auto 1.9vw;
		width: 8vw;
		height: 8vw;
	}

	.steps__icon img {
		height: 3.6vw;
	}

	.steps__content-box p {
		font-size: calc(10px + (10 + 10 * 0.7) * ((100vw - 390px) / 1440));
	}

	.destinations {
		padding: 3.1vw 0 1.4vw;
	}

	.destinations__slider-wrp {
		margin: 3.2vw auto 2.8vw;
	}

	.destinations__slider-mask {
		width: 175vw;
		gap: 4.16vw;
	}

	.destinations__slide {
		width: 55.55vw;
		height: 55.55vw;
		padding: 2.77vw 1.04vw;
	}

	.destinations__slide span {
		font-size: calc(20px + (12 + 12 * 0.7) * ((100vw - 390px) / 1440));
	}

	.destinations__slide-paginations {
		margin-top: 1.65vw;
		margin-bottom: 2.77vw;
		gap: 0.7vw;
	}

	.slide-pagination {
		width: 1.4vw;
		height: 1.4vw;
	}

	.button.button-arrow {
		padding: 1vw 2.5vw 1vw 5.5vw;
		font-size: calc(11px + (13 + 13 * 0.7) * ((100vw - 390px) / 1440));
		background-size: 7.22vw 2.85vw;
	}

	.button.button-arrow:hover {
		background-size: 5.27vw 3.54vw;
	}

	.stories {
		padding-top: 4.15vw;
	}

	.stories h2 {
		margin-bottom: 2.77vw;
		line-height: 1.4;
	}

	.stories__bg-wrapper {
		padding-bottom: 6.25vw;
	}

	.stories__contents-wrapper {
		padding: 2.77vw 0 3.85vw;
	}

	.container.stories__container {
		margin-bottom: 2.77vw;
		gap: 2.08vw;
	}

	.stories__img-content {
		width: 27.77vw;
		height: 17.36vw;
	}

	.stories__content {
		margin-left: 2.77vw;
	}

	.stories__content h3 {
		margin-bottom: 1.6vw;
		font-size: calc(11px + (24 + 24 * 0.7) * ((100vw - 390px) / 1440));
		line-height: 1.23;
	}

	.stories__content p,
	.stories__content a {
		font-size: calc(9px + (11 + 11 * 0.7) * ((100vw - 390px) / 1440));
		line-height: 1.2;
	}
}

/*@media (max-width: 991px)
----------------------------------------------------------------------------------*/
@media (max-width: 991px) {
	.menu {
		width: 0;
		height: 0;
		background: rgba(0, 0, 0, 0.5);
		-webkit-transition: opacity 0.4s ease;
		-o-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
		overflow: hidden;
		opacity: 0;
	}

	.menu.active {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 100%;
		z-index: 3;
	}

	.menu__list {
		position: absolute;
		top: 0;
		right: 0;
		width: 165px;
		height: 250px;
		padding: 40px 15px 30px 0;
		background: #F2785C;
		border-radius: 10px;
		-webkit-box-shadow: 0px 4px 3px rgba(13, 96, 111, 0.25);
		box-shadow: 0px 4px 3px rgba(13, 96, 111, 0.25);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 10px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.5s ease;
		transition: -webkit-transform 0.5s ease;
		-o-transition: transform 0.5s ease;
		transition: transform 0.5s ease;
		transition: transform 0.5s ease, -webkit-transform 0.5s ease;
		overflow: auto;
		z-index: 5
	}

	.menu__list.active {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.menu__list-item {
		margin-right: 0;
	}

	.menu__list-item a {
		display: block;
	}

	.header__button {
		display: none;
	}

	.menu__burger {
		position: absolute;
		top: 40%;
		right: 3%;
		width: 26px;
		height: 16px;
		display: block;
		z-index: 4;
		cursor: pointer;
		-webkit-transition: right 0.7s ease 0s;
		-o-transition: right 0.7s ease 0s;
		transition: right 0.7s ease 0s;
	}

	.menu__burger span,
	.menu__burger::before,
	.menu__burger::after {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 3px;
		background-color: #fff;
		-webkit-transition: all 0.3s ease 0.3s;
		-o-transition: all 0.3s ease 0.3s;
		transition: all 0.3s ease 0.3s;
	}

	.menu__burger span {
		top: 50%;
		-webkit-transform: scale(1) translate(0, -50%);
		-ms-transform: scale(1) translate(0, -50%);
		transform: scale(1) translate(0, -50%);
	}

	.menu__burger::before,
	.menu__burger::after {
		content: '';
	}

	.menu__burger::before {
		top: 0;
	}

	.menu__burger::after {
		bottom: 0;
	}

	.menu__burger.active {
		position: fixed;
		top: 16px;
		right: 125px;
	}

	.menu__burger.active span,
	.menu__burger.active:before,
	.menu__burger.active:after {
		height: 2px;
		background: rgba(255, 255, 255, 0.7);
	}

	.menu__burger.active span {
		-webkit-transform: scale(0) translate(0, -50%);
		-ms-transform: scale(0) translate(0, -50%);
		transform: scale(0) translate(0, -50%);
	}

	.menu__burger.active:before {
		top: 50%;
		-webkit-transform: rotate(-45deg) translate(0, -50%);
		-ms-transform: rotate(-45deg) translate(0, -50%);
		transform: rotate(-45deg) translate(0, -50%);
	}

	.menu__burger.active:after {
		bottom: 50%;
		-webkit-transform: rotate(45deg) translate(0, 50%);
		-ms-transform: rotate(45deg) translate(0, 50%);
		transform: rotate(45deg) translate(0, 50%);
	}

	.steps__icon {
		width: 70px;
		height: 70px;
	}

	.steps__icon img {
		height: 31.5px;
	}

	.stories__bg-wrapper {
		padding-bottom: 8.25vw;
	}

	.stories__img-content {
		height: 22.36vw;
	}
}

/*@media (max-width: 767px)
----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.header {
		margin-bottom: -10vw;
		height: 10vw;
	}

	.preview__container {
		padding-top: 14.55vw;
		padding-bottom: 17.28vw;
	}

	.preview__content-box {
		margin: 0 auto;
		max-width: 85vw;
		text-align: center;
	}

	.preview__form input {
		max-width: 50vw;
	}

	.steps__container {
		padding-top: 3vw;
		padding-bottom: 1vw;
	}

	.steps__content-box:first-child {
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%;
		padding: 0 26px;
	}

	.steps__content-box:nth-child(2) {
		margin-left: 0;
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%
	}

	.steps__content-box:last-child {
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%;
	}

	.stories__content p span,
	.footer p {
		display: none;
	}

	.stories__bg-wrapper {
		padding-bottom: 11.25vw;
	}
}

/*@media (max-width: 479px)
------------------------------------------------------------------------------------*/
@media (max-width: 479px) {
	.header__logo img {
		margin-bottom: 4.5vw;
	}

	.preview {
		background: -o-linear-gradient(top, #0D606F 0%, rgba(13, 96, 111, 0) 25.1%), url("../assets/img_mobile/header.jpg");
		background: -webkit-gradient(linear, left top, left bottom, from(#0D606F), color-stop(25.1%, rgba(13, 96, 111, 0))), url("../assets/img_mobile/header.jpg");
		background: linear-gradient(180deg, #0D606F 0%, rgba(13, 96, 111, 0) 25.1%), url("../assets/img_mobile/header.jpg");
		background-position: 0 0;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.header {
		margin-bottom: -20vw;
		height: 20vw;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.container.header__container {
		padding-bottom: 0;
		padding-top: 0;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.header__logo {
		width: auto;
	}

	.header__logo img {
		margin-bottom: 0.7vw;
	}

	.menu__burger {
		right: 25px;
		top: 65%;
	}

	.preview__container {
		padding-top: 36.3vw;
		padding-bottom: 15.7vw;
	}

	.preview__content-box {
		max-width: 100%;
	}

	.preview__form {
		padding: 2.4vw 2.2vw 2.4vw 4vw;
	}

	.button.preview__button {
		padding: 1.9vw 2.4vw;
	}

	h1,
	.header__logo span,
	.preview__content-box p {
		display: none;
	}

	h2 {
		margin-bottom: 0.7vw;
	}

	.steps__container {
		padding-top: 0.8vw;
		padding-bottom: 0.3vw;
	}

	.steps__content-wrp {
		margin-top: 0.85vw;
	}

	.steps__content-box:first-child {
		text-align: left;
		padding: 0 30px 0 0;
	}

	.steps__content-box:last-child {
		text-align: right;
	}

	.steps__icon {
		margin: 0 auto 4.5vw;
	}

	.steps__icon.bike {
		margin-left: 0;
	}

	.steps__icon.air {
		margin-right: 0;
	}

	.destinations {
		padding: 0 0 0.7vw;
	}

	.destinations__slider-wrp {
		margin: 0.2vw auto 2.5vw;
		position: relative;
	}

	.slide__left-btn,
	.slide__right-btn {
		display: block;
		padding: 10px;
	}

	.destinations__slider-mask {
		width: 287vw;
		left: 3.8%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		gap: 4vw;
	}

	.destinations__slide {
		width: 92.4vw;
		height: 53.8vw;
		padding: 2vw 4.1vw;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.destinations__slide:nth-child(1) {
		background-image: url("../assets/img_mobile/spain.jpg");
	}

	.destinations__slide:nth-child(2) {
		background-image: url("../assets/img_mobile/japan.jpg");
	}

	.destinations__slide:nth-child(3) {
		background-image: url("../assets/img_mobile/usa.jpg");
	}

	.destinations__slide-paginations {
		gap: 1.6vw;
		position: absolute;
		left: 50%;
		bottom: 0.5%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.slide-pagination {
		width: 2vw;
		height: 2vw;
	}

	.button.button-arrow {
		padding: 2vw 3.4vw 2vw 7.5vw;
		background-size: 9vw 2.85vw;
	}

	.stories {
		padding-top: 4.15vw;
	}

	.stories__bg-wrapper {
		padding-bottom: 17vw;
		background-image: url(../assets/img_mobile/footer.jpg);
	}


	.stories__contents-wrapper {
		padding: 2.5vw 0 3.2vw;
	}

	.container.stories__container {
		margin-bottom: 2.6vw;
		gap: 4vw;
	}

	.foto-1 {
		background-image: url(../assets/img_mobile/foto_1.jpg);
	}

	.foto-2 {
		background-image: url(../assets/img_mobile/foto_2.jpg);
	}

	.foto-3 {
		background-image: url(../assets/img_mobile/foto_3.jpg);
	}

	.foto-4 {
		background-image: url(../assets/img_mobile/foto_4.jpg);
	}

	.stories__img-content {
		width: 39.8vw;
		height: 33.2vw;
	}

	.stories__content h3 {
		margin-top: 1.1vw;
		margin-bottom: 2.3vw;
		line-height: 1.5;
	}

	.stories__content p {
		line-height: 1.221;
	}

	.stories__content a {
		display: block;
	}

	.footer {
		padding: 3.5vw 0 3.5vw;
	}

	.container.footer__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer__list {
		display: none;
	}

	.container.footer__container {
		gap: 5.5vw;
	}
}

/*@media (max-width: 375px)
------------------------------------------------------------------------------------*/
@media (max-width: 375px) {
	.main {
		margin-bottom: -58px;
	}

	.stories__contents-wrapper {
		padding: 2.5vw 0 6.2vw;
	}

	.container.stories__container {
		margin-bottom: 6.6vw;
		gap: 10vw;
	}

	.stories__content-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 4vw;
	}

	.stories__img-content {
		width: 100%;
		padding: 0 0 57vw 0;
	}

	.foto-1 {
		background-image: url(../assets/img/foto_1.jpg);
	}

	.foto-2 {
		background-image: url(../assets/img/foto_2.jpg);
	}

	.foto-3 {
		background-image: url(../assets/img/foto_3.jpg);
	}

	.foto-4 {
		background-image: url(../assets/img/foto_4.jpg);
	}

	.stories__content {
		margin-left: 0;
	}

	.stories__content h3 {
		text-align: center;
		font-size: 4vw;
	}

	.stories__content p {
		font-size: 3.5vw;
	}

	.stories__content a {
		font-size: 3.5vw;
		display: inline-block;
	}
}