@charset "UTF-8";

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

/*-- begin animation anime-bob ==*/
@-webkit-keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

/*-- end animation anime-bob ==*/
/*-- begin animation tada ==*/
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	20% {
		-webkit-transform: scale(0.9) rotate(-8deg) translateY(-3%);
		transform: scale(0.9) rotate(-8deg) translateY(-3%);
	}

	70% {
		-webkit-transform: scale(1.03) rotate(8deg) translateY(-7%);
		transform: scale(1.03) rotate(8deg) translateY(-7%);
	}

	60% {
		-webkit-transform: scale(1.05) rotate(-8deg) translateY(-10%);
		transform: scale(1.05) rotate(-8deg) translateY(-10%);
	}

	70% {
		-webkit-transform: scale(1.04) rotate(-5deg) translateY(-7%);
		transform: scale(1.04) rotate(-5deg) translateY(-7%);
	}

	80% {
		-webkit-transform: scale(1.03) rotate(-3deg) translateY(-3%);
		transform: scale(1.03) rotate(-3deg) translateY(-3%);
	}

	90% {
		-webkit-transform: scale(1.01) rotate(-2deg) translateY(-1%);
		transform: scale(1.01) rotate(-2deg) translateY(-1%);
	}

	100% {
		-webkit-transform: scale(1) rotate(-1deg) translateY(0);
		transform: scale(1) rotate(-1deg) translateY(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	20% {
		-webkit-transform: scale(0.9) rotate(-8deg) translateY(-3%);
		transform: scale(0.9) rotate(-8deg) translateY(-3%);
	}

	70% {
		-webkit-transform: scale(1.03) rotate(8deg) translateY(-7%);
		transform: scale(1.03) rotate(8deg) translateY(-7%);
	}

	60% {
		-webkit-transform: scale(1.05) rotate(-8deg) translateY(-10%);
		transform: scale(1.05) rotate(-8deg) translateY(-10%);
	}

	70% {
		-webkit-transform: scale(1.04) rotate(-5deg) translateY(-7%);
		transform: scale(1.04) rotate(-5deg) translateY(-7%);
	}

	80% {
		-webkit-transform: scale(1.03) rotate(-3deg) translateY(-3%);
		transform: scale(1.03) rotate(-3deg) translateY(-3%);
	}

	90% {
		-webkit-transform: scale(1.01) rotate(-2deg) translateY(-1%);
		transform: scale(1.01) rotate(-2deg) translateY(-1%);
	}

	100% {
		-webkit-transform: scale(1) rotate(-1deg) translateY(0);
		transform: scale(1) rotate(-1deg) translateY(0);
	}
}

/*-- end animation tada ==*/
/*-- begin animation vertical ==*/
@-webkit-keyframes vertical {
	0% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	4% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	8% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	12% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	16% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	20% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes vertical {
	0% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	4% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	8% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	12% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	16% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	20% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/*-- end animation vertical ==*/
@font-face {
	font-family: "Sofia Sans Condensed";
	src: local("SofiaSansCondensed Regular"), local("SofiaSansCondensed-Regular"), url("../fonts/SofiaSansCondensed-Regular.woff2") format("woff2"), url("../fonts/SofiaSansCondensed-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Palatino-Regular";
	src: url("../fonts/Palatino-Regular.woff2") format("woff2"), url("../fonts/Palatino-Regular.woff") format("woff"), url("../fonts/Palatino-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Palatino-Bold";
	src: url("../fonts/Palatino-Bold.woff2") format("woff2"), url("../fonts/Palatino-Bold.woff") format("woff"), url("../fonts/Palatino-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

html {
	font-size: 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;*/
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	line-height: inherit;
	min-width: 0;
	min-height: 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* * {
    box-sizing: content-box;
} */
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

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

body {
	background-color: #e7f8ff;
	font-weight: 400;
	font-size: 2rem;
	font-family: "Palatino-Regular", "Times New Roman", Times, serif;
	color: #00b6f0;
	line-height: 1;
	position: relative;
	min-width: 320px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
	 user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	-webkit-touch-callout: none;
}

.main-content {
	position: relative;
}

.site-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width: 100%;
}

h1,
h2,
h3,
h4,
strong,
b {
	font-weight: normal;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
}

p {
	line-height: 1.4;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	max-height: 100%;
	
	pointer-events: none;
}

.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.site-fluid {
	max-width: 1350px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container {
	max-width: 1390px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 15px;
	padding-left: 15px;
}

.box-video,
.box-map,
.box-img {
	position: relative;
	background: transparent;
	width: 100%;
	padding-bottom: 50.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.box-video video,
.box-video .video,
.box-video iframe,
.box-video img,
.box-map video,
.box-map .video,
.box-map iframe,
.box-map img,
.box-img video,
.box-img .video,
.box-img iframe,
.box-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.title {
	font-weight: normal;
	font-size: 3rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #00b6f0;
	text-transform: uppercase;
	position: relative;
	display: block;
	line-height: 1.2;
	text-shadow: 0 2px 4px #e4b0c7;
	margin-bottom: 1.4em;
}

.block-btn {
	text-align: center;
	margin-top: 30px;
}

.btn {
	background-color: #ED83A6;
	font-weight: normal;
	font-size: 1.8rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	padding: 0 40px;
	cursor: pointer;
	border: none;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	overflow: hidden;
}

.btn:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.btn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn span {
	position: relative;
	z-index: 1;
}

.btn::before {
	background-color: #00B6F0;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}

.btn-2 {
	background-color: #00B6F0;
	font-weight: normal;
	font-size: 2.8rem;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	display: inline-block;
	line-height: 54px;
	padding: 0 30px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-2:hover {
	background: #E8A8C5;
}

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

.hide {
	display: none;
}

.animate__fadeInUp {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.arrow,
.arrow-2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.arrow {
	background-image: url("../img/arrow.png");
	width: 40px;
	height: 40px;
}

.arrow-2 {
	background-image: url("../img/arrow-2.png");
	width: 30px;
	height: 30px;
}

@media (max-width: 991px) {
	body {
		font-size: 1.8rem;
	}

	.title {
		font-size: 2.8rem;
	}

	.arrow {
		width: 25px;
		height: 25px;
	}

	.btn-2 {
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.title {
		font-size: 2.4rem;
	}

	.btn-2 {
		font-size: 1.8rem;
	}
}

@media (max-width: 575px) {
	body {
		font-size: 1.6rem;
	}

	.title {
		font-size: 2.2rem;
	}

	.btn {
		font-size: 1.6rem;
	}

	.btn-2 {
		font-size: 1.4rem;
		line-height: 37px;
		padding: 0 20px;
	}

	.arrow {
		width: 18px;
		height: 18px;
	}

	.arrow-2 {
		width: 13px;
		height: 13px;
	}
}

@media (max-width: 460px) {
	.title {
		font-size: 2rem;
		margin-bottom: 0.8em;
	}

	.btn {
		font-size: 1.5rem;
		line-height: 25px;
		padding: 0 23px;
	}
}

.slick-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: auto;
}

.slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slick-arrow {
	background: transparent;
	font-size: 0;
	position: absolute;
	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;
	width: 30px;
	height: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow::after {
	font-size: 3rem;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: -2px;
}

.slick-prev {
	left: -50px;
}

.slick-prev::after {
	content: "‹";
}

.slick-next {
	right: -50px;
}

.slick-next::after {
	content: "›";
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
}

.slick-dots li {
	margin: 0 5px 10px;
}

.slick-dots button {
	background: #fff;
	font-size: 0;
	display: block;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slick-dots button:hover {
	background: #00b6f0;
}

.slick-dots .slick-active button {
	background: #00b6f0;
	cursor: default;
}

@media (max-width: 767px) {
	.slick-dots button {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 575px) {
	.slick-dots li {
		margin: 0 3px 10px;
	}

	.slick-dots button {
		width: 10px;
		height: 10px;
	}
}

/*== BEGING HEADER ==*/
body.no-scroll {
	height: 3000px;
	max-height: 100vh;
	overflow: hidden;
}

.header {
	background: #00B6F0;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 22px 0 0;
}

.header.sticky {
	padding: 5px 0 0;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.header.sticky .col--sticky {
	width: auto;
	height: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.header.sticky .header-second {
	padding-top: 0;
}

.header .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-one {
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
}

.header-one .col--logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-one .logo {
	max-width: 140px;
}

.logo {
	display: inline-block;
	text-align: center;
}

.logo .logo__img {
	display: block;
	line-height: 0;
}

.logo img {
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.logo .logo_img {
	line-height: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.logo .logo__text {
	font-weight: normal;
	font-size: 2.6rem;
	font-family: "Sofia Sans Condensed", sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.8rem;
	display: block;
	text-align: center;
	line-height: 1;
	margin-top: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*-- begin form search --*/
.form-search {
	background: #ADE6FF;
	min-width: 70px;
	max-width: 100%;
	padding: 8px 15px 7px;
	border-radius: 20px;
}

.form-search form {
	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;
}

.form-search form input {
	background: transparent;
	display: inline-block;
	line-height: 1;
	border: none;
}

.form-search form input[type=submit] {
	background: url("../img/icons/search.png") no-repeat center;
	background-size: cover;
	font-size: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26px;
	flex: 0 0 26px;
	max-width: 100%;
	height: 25px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-search form input[type=submit]:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.form-search form input[type=text],
.form-search form input[type=search] {
	font-weight: 300;
	font-size: 1.3rem;
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 40px);
	flex: 0 0 calc(100% - 40px);
	line-height: 1;
	padding-left: 10px;
}

/*-- end form search --*/
.logo--sticky .logo__text {
	font-size: 1.8rem;
}

.header-second {
	/* position: relative; */
	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; */
	/* padding-top: 7px; */
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-second .col--sticky,
.header-second .box-main-menu {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.header-second .col--sticky {
	width: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-second .box-main-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.main-menu {
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-menu li {
	margin: 0 11px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-menu li:first-child {
	margin-left: 0;
}

.main-menu li:last-child {
	margin-right: 0;
}

.main-menu li a {
	font-size: 2.4rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 15px 0;
	display: inline-block;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.main-menu li a:hover {
	color: #faadc6;
}

.main-menu .current-menu-item>a {
	color: #faadc6;
	cursor: default;
}

.main-menu .current-menu-item a::after {
	display: none;
}

.header-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-info .header-info__one {
	padding-left: 47px;
}

.block-social {
	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;
}

.block-social .item-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
	margin-left: 20px;
}

.block-social .item-social:first-child {
	margin-left: 0;
}

.block-social .item-social:hover img {
	-webkit-animation: vertical 4s ease infinite;
	animation: vertical 4s ease infinite;
}

.block-social .item-social span {
	font-size: 2.4rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-right: 33px;
}

.block-social--header .item-social--whatsapp img {
	width: 34px;
}

.block-contact .block-contact__link {
	font-size: 2.4rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #fff;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.block-contact .block-contact__link:hover {
	color: #faadc6;
}

.block-contact--header {
	margin-top: 12px;
}

/*-- block lang --*/
.block-lang {
	position: relative;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 100%;
	margin-left: 10px;
}

.block-lang .block-lang__button {
	background: transparent;
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.block-lang .block-lang__button:hover {
	color: #fff;
}

.block-lang .block-lang__button span {
	display: inline-block;
	width: 43px;
	overflow: hidden;
}

.block-lang .block-lang__button::after {
	background: url("../img/lang.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	width: 14px;
	height: 8px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.block-lang .block-lang__button img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-lang img {
	border-radius: 8px !important;
}

.block-lang .list-lang {
	background-color: #00B6F0;
	position: absolute;
	display: none;
	width: 80px;
	padding: 5px 5px 8px 17px;
	top: 37px;
	right: 0;
	z-index: 99;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 4px 4px rgba(182, 165, 145, 0.3);
	box-shadow: 0 4px 4px rgba(182, 165, 145, 0.3);
}

.block-lang .list-lang li {
	margin: 4px 0;
}

.block-lang a {
	font-size: 1.6rem;
	color: #fff;
	display: inline-block;
	width: 43px;
	margin: 4px 0;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.block-lang a:hover {
	color: #10aff9;
}

.block-lang a img {
	width: 100%;
	height: 100%;
}

.block-lang .current-lang a {
	color: #fff;
	opacity: 0.5;
	cursor: default;
}

.list-lang.show {
	display: block;
}

@media (max-width: 1420px) {
	.main-menu li {
		margin: 0 15px;
	}

	.main-menu li a {
		font-size: 1.8rem;
	}
}

@media (max-width: 1200px) {
	.main-menu li {
		margin: 0 10px;
	}

	.main-menu li a {
		font-size: 1.6rem;
	}
}

@media (min-width: 1025px) {
	.header.sticky .header-one {
		padding-bottom: 0;
		height: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	.header.sticky .main-menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header.sticky .main-menu li a {
		font-size: 1.4rem;
	}

	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.block-contact--header .item-social--email,
	.block-contact--header .button-menu {
		display: none;
	}

	.close-menu {
		display: none;
	}
}

@media (max-width: 1024px) {
	.header {
		padding: 18px 0;
	}

	.header.sticky {
		padding: 10px 0;
	}

	.header.sticky .col--logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}

	.header.sticky .logo--header .logo__text {
		font-size: 1.4rem;
	}

	.header .col--logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
	}

	.header-one {
		border: none;
		padding: 0;
	}

	.logo--header {
		text-align: center;
	}

	.logo--header .logo__text {
		font-size: 2rem;
		margin-top: -1px;
	}

	.header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header-info .header-info__one {
		padding-left: 0;
	}

	.block-social--header .item-social--email {
		display: none;
	}

	.block-social--header .item-social span {
		font-size: 2rem;
		margin-right: 30px;
	}

	.block-contact--desktop {
		display: none;
	}

	.block-contact--mobil {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 12px 20px 0 0;
		margin: 0;
	}

	.block-contact--mobil .block-contact__link {
		font-size: 2rem;
		margin-right: 15px;
	}

	.block-contact--mobil .block-contact__email img {
		width: 35px;
	}

	.block-lang {
		margin-left: 0;
	}

	.block-lang .block-lang__button span {
		width: 35px;
		height: 28px;
	}

	.block-lang .list-lang {
		width: 70px;
	}

	.block-lang a {
		width: 35px;
	}

	.header-second {
		height: 0;
		padding: 0;
	}

	.header-second .col--sticky {
		display: none;
	}

	/* === button menu open === */
	.button-menu {
		background: transparent;
		background-color: transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 35px;
		height: 27px;
		border: none;
		padding: 0;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		margin: -3px 0 0 15px;
	}

	.button-menu:focus,
	.button-menu:hover {
		background-color: transparent;
	}

	.button-menu:hover span:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.button-menu:hover span:after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.button-menu span {
		background-color: #fff;
		position: relative;
		display: inline-block;
		width: 100%;
		height: 4px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	}

	.button-menu span:before,
	.button-menu span:after {
		background-color: inherit;
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.button-menu span:before {
		-webkit-transform: translate3d(0, -275%, 0);
		transform: translate3d(0, -275%, 0);
	}

	.button-menu span:after {
		-webkit-transform: translate3d(0, 275%, 0);
		transform: translate3d(0, 275%, 0);
	}

	/* === button menu open === */
	.close-menu {
		background-color: #E8A8C5;
		position: fixed;
		display: inline-block;
		width: 30px;
		height: 30px;
		top: 10px;
		right: 20px;
		cursor: pointer;
		border: none;
		border-radius: 5px;
		-webkit-transform: scale(0);
		transform: scale(0);
		z-index: 901;
		opacity: 0;
		padding: 5px;
	}

	.close-menu span {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 2px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		vertical-align: middle;
		-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		margin-top: -3px;
	}

	.close-menu span:before,
	.close-menu span:after {
		background-color: #fff;
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.close-menu span:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.close-menu span:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.close-menu.active {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.box-main-menu {
		background: #00B6F0;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100vw;
		min-height: 100%;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 50px 15px 40px;
		z-index: 900;
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.box-main-menu.open {
		height: 100%;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.box-main-menu .wrapp-inner {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
		overscroll-behavior-y: contain;
		overflow-y: auto;
	}

	.main-menu {
		text-align: left;
	}

	.main-menu li {
		margin: 2em 0;
	}

	.main-menu li a {
		font-size: 2.6rem;
	}
}

@media (max-width: 680px) {
	.header {
		padding: 10px 0 11px;
	}

	.header.sticky .col--logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 85px;
		flex: 0 0 85px;
	}

	.header .col--logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 85px;
		flex: 0 0 85px;
		padding-right: 0;
	}

	.header .col--search {
		padding: 0 10px;
	}

	.logo--header .logo__img {
		width: 85px;
		height: 26px;
		overflow: hidden;
	}

	.logo--header img {
		width: auto;
		max-width: none;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.logo--header .logo__text {
		font-size: 1.4rem;
		letter-spacing: 0.5rem;
	}

	.header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 195px;
		flex: 0 0 195px;
		padding-left: 0;
	}

	.block-social--header .item-social span {
		font-size: 1.6rem;
		margin-right: 20px;
	}

	.block-social--header .item-social--whatsapp img {
		width: 20px;
	}

	.block-lang {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45px;
		flex: 0 0 45px;
	}

	.block-lang .block-lang__button {
		padding-right: 16px;
		margin-top: 3px;
	}

	.block-lang .block-lang__button span {
		width: 20px;
		height: 16px;
		border-radius: 4px;
	}

	.block-lang .block-lang__button::after {
		width: 8px;
		height: 5px;
	}

	.block-lang .list-lang {
		width: 50px;
		padding-left: 14px;
		top: 20px;
	}

	.block-lang a {
		width: 20px;
	}

	.block-lang img {
		border-radius: 4px;
	}

	.block-contact--mobil {
		padding: 10px 16px 0 0;
	}

	.button-menu {
		width: 20px;
		height: 15px;
		margin: -1px 0 0 9px;
	}

	.button-menu span {
		height: 2px;
	}

	.button-menu span::before {
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}

	.button-menu span::after {
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}

	.block-contact--mobil .block-contact__email img {
		width: 20px;
	}

	.block-contact--mobil .block-contact__link {
		font-size: 1.4rem;
		margin-right: 9px;
	}

	.form-search {
		padding: 6px 5px 5px;
	}

	.form-search form input[type=submit] {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		height: 19px;
	}

	.form-search form input[type=text],
	.form-search form input[type=search] {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}
}

@media (max-width: 575px) {
	.main-menu li {
		margin: 1em 0;
	}

	.main-menu li a {
		font-weight: 700;
		font-size: 2.4rem;
	}
}

@media (max-width: 460px) {
	.header .col--search {
		padding: 0 5px;
	}
}

@media (max-width: 390px) {
	.header-one .col--search {
		display: none;
	}

	.box-main-menu .block-btn {
		display: block;
		max-width: 260px;
		margin: 0 0 15px;
	}

	.main-menu li {
		margin: 10px 0;
	}

	.main-menu li a {
		font-size: 1.8rem;
	}
}

/*== END HEADER ==*/
/*== BEGIN SECTION CATEGORY ==*/
.section-category {
	margin-top: 40px;
}

.list-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-category .item-category {
	margin: 0 25px 24px;
}

.list-category a {
	font-weight: 600;
	font-size: 2rem;
	font-family: "Montserrat", sans-serif;
	color: #00B6F0;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.list-category a:hover {
	color: #faadc6;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1300px) {
	.list-category .item-category {
		margin: 0 10px 15px;
	}

	.list-category a {
		font-size: 1.7rem;
	}
}

@media (max-width: 1024px) {
	.list-category a {
		font-size: 1.4rem;
	}
}

@media (max-width: 767px) {
	.section-category {
		margin-top: 25px;
	}

	.list-category .item-category {
		margin: 0 5px 7px;
	}

	.list-category a {
		font-size: 1.2rem;
	}
}

@media (max-width: 575px) {
	.section-category {
		display: none;
	}
}

/*== END SECTION CATEGORY ==*/
/*== BEGIN SECTION PREMIER ==*/
.section-premier {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.slider-premier .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-premier {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 700px;
}

.item-premier.item-premier--1 {
	color: #00B6F0;
}

.item-premier.item-premier--1 .item-premier__wrapp {
	max-width: 680px;
	padding-right: 20px;
	padding-left: 85px;
	left: 0;
}

.item-premier.item-premier--2 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
	text-align: right;
}

.item-premier.item-premier--2 .item-premier__wrapp {
	background: linear-gradient(224deg, #d1c8b1 0%, #c0b39d 100%);
	max-width: 605px;
	right: 0;
	padding-right: 35px;
	padding-left: 20px;
}

.item-premier.item-premier--3 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #43A3A5;
	text-align: right;
}

.item-premier.item-premier--3 .item-premier__wrapp {
	background: #faf8f9;
	max-width: 535px;
	right: 0;
	padding-right: 35px;
	padding-left: 20px;
}

.item-premier .item-premier__wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.item-premier .item-premier__text {
	-webkit-transform: translateY(-13%);
	transform: translateY(-13%);
}

.item-premier .item-premier__title {
	font-weight: normal;
	font-size: 3.6rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: block;
	line-height: 1.5;
}

.item-premier .item-premier__descr {
	font-weight: normal;
	font-size: 2.8rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	line-height: 1.35;
	margin-top: 23px;
}

.item-premier--right .item-premier__wrapp {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.item-premier--right .item-premier__text {
	text-align: right;
}

@media (max-width: 1390px) {
	.section-premier .container {
		padding: 0;
	}
}

@media (max-width: 1200px) {
	.item-premier {
		min-height: 600px;
	}

	.item-premier.item-premier--1 .item-premier__wrapp {
		max-width: 600px;
		padding-left: 20px;
	}

	.item-premier.item-premier--2 .item-premier__wrapp {
		max-width: 485px;
	}

	.item-premier.item-premier--3 .item-premier__wrapp {
		max-width: 425px;
	}

	.item-premier .item-premier__title {
		font-size: 3rem;
	}

	.item-premier .item-premier__descr {
		font-size: 2.4rem;
	}
}

@media (max-width: 767px) {
	.item-premier {
		min-height: 400px;
	}

	.item-premier.item-premier--1 .item-premier__wrapp {
		max-width: 450px;
		padding-left: 15px;
	}

	.item-premier.item-premier--2 .item-premier__wrapp {
		max-width: 330px;
	}

	.item-premier.item-premier--3 .item-premier__wrapp {
		max-width: 295px;
	}

	.item-premier .item-premier__title {
		font-size: 2.4rem;
	}

	.item-premier .item-premier__descr {
		font-size: 1.8rem;
	}
}

@media (max-width: 575px) {
	.section-premier {
		margin-top: 0;
	}

	.item-premier {
		min-height: 300px;
	}

	.item-premier.item-premier--1 .item-premier__wrapp {
		max-width: 300px;
	}

	.item-premier.item-premier--2 .item-premier__wrapp {
		max-width: 220px;
		padding-right: 15px;
	}

	.item-premier.item-premier--3 .item-premier__wrapp {
		max-width: 200px;
		padding-right: 15px;
	}

	.item-premier .item-premier__wrapp {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.item-premier .item-premier__text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.item-premier .item-premier__title {
		font-size: 1.8rem;
	}

	.item-premier .item-premier__descr {
		font-size: 1.5rem;
	}
}

@media (max-width: 460px) {
	.item-premier {
		min-height: 200px;
	}

	.item-premier.item-premier--1 .item-premier__wrapp {
		max-width: 260px;
	}

	.item-premier.item-premier--2 .item-premier__wrapp {
		max-width: 200px;
	}

	.item-premier.item-premier--3 .item-premier__wrapp {
		max-width: 200px;
	}

	.item-premier .item-premier__wrapp {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.item-premier .item-premier__title {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.item-premier .item-premier__descr {
		font-size: 1.4rem;
		line-height: 1.2;
		margin-top: 7px;
	}
}

@media (max-width: 390px) {
	.item-premier .item-premier__title {
		font-size: 1.4rem;
	}

	.item-premier .item-premier__descr {
		font-size: 1.3rem;
	}
}

/*== END SECTION PREMIER ==*/
/*== BEGIN SECTION CATALOG ==*/
.section-catalog {
	margin-top: 48px;
}

.list-catalog {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-catalog .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	margin-bottom: 48px;
}

.item-catalog .item-catalog__wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item-catalog .item-catalog__img {
	position: relative;
	display: block;
	line-height: 0;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 3px 10px 30px 0 #e4b0c7;
	box-shadow: 3px 10px 30px 0 #e4b0c7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-catalog .item-catalog__img:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.item-catalog .item-catalog__img:hover .arrow {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.item-catalog .item-catalog__img:hover::after {
	opacity: 0.25;
}

.item-catalog .item-catalog__img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-catalog .item-catalog__img::after {
	background: #e4b0c7;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-catalog .arrow {
	bottom: 20px;
	right: 20px;
	z-index: 2;
}

.item-catalog .item-catalog__text {
	margin-top: 22px;
}

.item-catalog .item-catalog__title {
	font-weight: normal;
	font-size: 2.4rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #00b6f0;
	display: inline-block;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.item-catalog .item-catalog__title:hover {
	color: #E4B0C7;
}

@media (min-width: 1461px) {
	.list-catalog {
		margin: 0 -40px;
	}

	.list-catalog .col {
		padding: 0 40px;
	}
}

@media (max-width: 1100px) {
	.list-catalog {
		margin: 0 -10px;
	}

	.list-catalog .col {
		padding: 0 10px;
	}

	.item-catalog .item-catalog__title {
		font-size: 2rem;
	}
}

@media (max-width: 991px) {
	.item-catalog .item-catalog__title {
		font-size: 1.8rem;
	}

	.item-catalog .arrow {
		bottom: 15px;
		right: 15px;
	}
}

@media (max-width: 767px) {
	.section-catalog {
		margin-top: 30px;
	}

	.list-catalog {
		margin: 0 -7px;
	}

	.list-catalog .col {
		padding: 0 7px;
		margin-bottom: 30px;
	}

	.item-catalog .item-catalog__text {
		margin-top: 15px;
	}

	.item-catalog .item-catalog__title {
		font-size: 1.6rem;
	}
}

@media (max-width: 575px) {
	.list-catalog .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.item-catalog .item-catalog__text {
		margin-top: 10px;
	}

	.item-catalog .item-catalog__title {
		font-size: 1.6rem;
	}
}

@media (max-width: 460px) {
	.section-catalog {
		margin-top: 10px;
	}

	.list-catalog .col {
		margin-bottom: 15px;
	}

	.item-catalog .item-catalog__img {
		border-radius: 9px;
		-webkit-box-shadow: 1px 4px 13px 0 #e4b0c7;
		box-shadow: 1px 4px 13px 0 #e4b0c7;
	}

	.item-catalog .item-catalog__text {
		margin-top: 5px;
	}

	.item-catalog .item-catalog__title {
		font-size: 1.5rem;
	}
}

@media (max-width: 390px) {
	.item-catalog .item-catalog__title {
		font-size: 1.4rem;
	}
}

/*== END SECTION CATALOG ==*/
/*== BEGIN SECTION TOP ==*/
.section-top {
	margin-top: 10px;
}

.list-top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-top .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	margin-bottom: 40px;
}

.item-top .item-top__wrapp {
	background: #d0f0fd;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 10px 40px 20px;
	border-radius: 20px;
	overflow: hidden;
}

.item-top .item-top__wrapp:hover .item-top__title {
	color: #E4B0C7;
}

.item-top .item-top__wrapp:hover .item-top__img img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.item-top .item-top__wrapp:hover .arrow-2 {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.item-top .item-top__text {
	position: relative;
	min-height: 43px;
	padding-right: 45px;
}

.item-top .item-top__title {
	font-weight: normal;
	font-size: 1.8rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #00B6F0;
	display: inline-block;
	line-height: 1.1;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.item-top .item-top__img {
	background: #fff;
	position: relative;
	display: block;
	line-height: 0;
	border-radius: 20px;
	margin-top: 10px;
	overflow: hidden;
}

.item-top .item-top__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-top .arrow-2 {
	top: 5px;
	right: 0;
}

@media (min-width: 1431px) {
	.list-top {
		margin: 0 -25px;
	}

	.list-top .col {
		padding: 0 25px;
		margin-bottom: 50px;
	}
}

@media (max-width: 1100px) {
	.item-top .item-top__wrapp {
		padding: 10px 25px 20px;
	}

	.item-top .item-top__title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.list-top {
		margin: 0 -10px;
	}

	.list-top .col {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.list-top .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
}

@media (max-width: 660px) {
	.list-top {
		margin: 0 -5px;
	}

	.list-top .col {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.item-top .item-top__text {
		min-height: 1px;
		padding-right: 35px;
	}

	.item-top .item-top__title {
		font-size: 1.4rem;
	}

	.item-top .arrow-2 {
		width: 20px;
		height: 20px;
		top: 0;
	}
}

@media (max-width: 575px) {
	.section-top .title {
		margin-bottom: 1em;
	}

	.list-top .col {
		margin-bottom: 10px;
	}

	.item-top .item-top__wrapp {
		padding: 10px 15px 15px;
		border-radius: 9px;
	}

	.item-top .item-top__text {
		padding-right: 20px;
	}

	.item-top .item-top__title {
		font-size: 1.5rem;
	}

	.item-top .item-top__img {
		border-radius: 9px;
	}

	.item-top .arrow-2 {
		width: 13px;
		height: 13px;
	}
}

@media (max-width: 460px) {
	.section-top {
		margin-top: 25px;
	}

	.item-top .item-top__wrapp {
		padding: 3px 15px 8px;
	}

	.item-top .item-top__title {
		font-size: 1.4rem;
	}

	.item-top .item-top__img {
		margin-top: 5px;
	}

	.item-top .arrow-2 {
		top: 3px;
	}
}

@media (max-width: 390px) {
	.list-top {
		margin: 0 -2px;
	}

	.list-top .col {
		padding: 0 2px;
	}

	.item-top .item-top__wrapp {
		padding: 3px 7px 8px;
	}

	.item-top .item-top__title {
		font-size: 1.3rem;
	}
}

/*== END SECTION TOP ==*/
/*== BEGIN SECTION BLOG ==*/
.section-blog {
	margin-top: 10px;
}

.list-blog {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.list-blog .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding: 0 10px;
}

.item-blog:last-child .item-blog__wrapp::after {
	display: none;
}

.item-blog .item-blog__wrapp {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 18px 35px 20px;
	border-radius: 20px;
}

.item-blog .item-blog__wrapp:hover .item-blog__title {
	color: #ed83a6;
}

.item-blog .item-blog__wrapp::after {
	background: #FFC0CB;
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	right: -10px;
}

.item-blog .item-blog__title {
	font-size: 2rem;
	color: #00B6F0;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: block;
	height: 43px;
	text-align: center;
	line-height: 1.1;
	overflow: hidden;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.item-blog .item-blog__img {
	width: 81%;
	text-align: center;
	margin: 13px auto 0;
	border-radius: 20px;
	overflow: hidden;
}

.item-blog .item-blog__img img {
	width: 100%;
}

.item-blog .item-blog__descr {
	font-size: 1.8rem;
	color: #00b6f0;
	text-align: justify;
	display: block;
	line-height: 1.1;
	margin-top: 6px;
}

.item-blog .item-blog__footer {
	text-align: center;
	margin-top: 20px;
}

@media (max-width: 1300px) {
	.item-blog .item-blog__title {
		font-size: 1.8rem;
		height: 38px;
	}
}

@media (max-width: 1200px) {
	.item-blog .item-blog__wrapp {
		padding: 18px 20px 20px;
	}
}

@media (max-width: 991px) {
	.list-blog {
		margin: 0 -5px;
	}

	.list-blog .col {
		padding: 0 5px;
	}

	.item-blog .item-blog__wrapp {
		padding: 18px 15px 20px;
	}

	.item-blog .item-blog__wrapp::after {
		right: -5px;
	}

	.item-blog .item-blog__title {
		font-size: 1.5rem;
		height: 32px;
	}

	.item-blog .item-blog__descr {
		font-size: 1.5rem;
	}

	.item-blog .item-blog__img {
		width: 91%;
	}
}

@media (max-width: 767px) {
	.list-blog .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 20px;
	}

	.list-blog .col:last-child {
		margin-bottom: 0;
	}

	.item-blog:nth-child(2) .item-blog__wrapp::after {
		display: none;
	}

	.item-blog .item-blog__wrapp {
		padding: 18px 40px 20px;
	}
}

@media (max-width: 680px) {
	.item-blog .item-blog__descr {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 680px) {
	.item-blog .item-blog__wrapp {
		padding: 18px 15px 20px;
	}
}

@media (max-width: 575px) {
	.section-blog {
		margin-top: 25px;
		overflow: hidden;
	}

	.list-blog {
		max-width: 400px;
		margin: 0 auto;
	}

	.list-blog .col {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0;
	}

	.list-blog .col::after {
		background: #FFC0CB;
		position: absolute;
		display: block;
		content: "";
		width: 700px;
		height: 1px;
		bottom: -10px;
		left: -100px;
	}

	.item-blog .item-blog__wrapp {
		border-radius: 14px;
	}

	.item-blog .item-blog__wrapp::after {
		display: none;
	}

	.item-blog .item-blog__title {
		height: auto;
	}

	.item-blog .item-blog__img {
		border-radius: 15px;
	}
}

@media (max-width: 440px) {
	.list-blog {
		max-width: 300px;
	}

	.item-blog .item-blog__wrapp {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.item-blog .item-blog__title {
		font-size: 1.5rem;
	}

	.item-blog .item-blog__img {
		margin-top: 10px;
	}

	.item-blog .item-blog__descr {
		font-size: 1.4rem;
	}

	.item-blog .item-blog__footer {
		margin-top: 12px;
	}
}

@media (max-width: 340px) {
	.item-blog .item-blog__wrapp {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*== END SECTION BLOG ==*/
/*== BEGIN SECTION ABOUT ==*/
.section-about {
	margin-top: 57px;
	overflow: hidden;
}

.section-about .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-about .col--second {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.box-about {
	background: #e4b0c7;
	padding: 75px 40px;
	border-radius: 40px;
}

.item-about {
	color: #fff;
	padding-right: 15px;
}

.item-about .item-about__title {
	font-size: 3.8rem;
	display: block;
	line-height: 1.05;
	margin-bottom: 0.55em;
}

.item-about p {
	font-size: 2.8rem;
	margin-bottom: 40px;
}

.item-about p:last-child {
	margin-bottom: 0;
}

.about-img {
	display: block;
	line-height: 0;
	border-radius: 35px;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.about-img img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.item-about .item-about__title {
		font-size: 3.2rem;
	}

	.item-about p {
		font-size: 2.4rem;
	}
}

@media (max-width: 991px) {
	.box-about {
		padding: 45px 25px;
	}

	.item-about .item-about__title {
		font-size: 3rem;
	}

	.item-about p {
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.item-about {
		padding-right: 0;
	}

	.item-about .item-about__title {
		font-size: 2.4rem;
	}

	.item-about p {
		font-size: 1.7rem;
		margin-bottom: 30px;
	}

	.about-img {
		border-radius: 17px;
		-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
	}
}

@media (max-width: 660px) {
	.box-about {
		padding: 35px 20px;
	}

	.item-about {
		padding-right: 0;
	}

	.item-about .item-about__title {
		font-size: 2rem;
	}

	.item-about p {
		font-size: 1.4rem;
	}
}

@media (max-width: 575px) {
	.section-about {
		margin-top: 35px;
	}

	.section-about .title {
		margin-bottom: 1em;
	}

	.section-about .col--one {
		padding-right: 0;
	}

	.box-about {
		border-radius: 15px;
	}

	.item-about .item-about__title {
		font-size: 1.6rem;
		line-height: 1.25;
	}

	.item-about p {
		font-size: 1.4rem;
		line-height: 1.3;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.box-about {
		padding: 10px;
	}

	.item-about .item-about__title {
		font-size: 1.4rem;
	}

	.item-about p {
		font-size: 1.3rem;
		margin-bottom: 12px;
	}
}

@media (max-width: 360px) {
	.section-about .col--one {
		padding-right: 15px;
	}

	.section-about .col--second {
		display: none;
	}
}

/*== END SECTION ABOUT ==*/
/*== BEGIN CONTENT ==*/
.breadcrumbs {
	position: relative;
	margin: 43px 0 35px;
}

.crumb {
	font-size: 2rem;
	line-height: 1.3;
}

.crumb a,
.crumb span {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #E8A8C5;
	display: inline;
}

.crumb span {
	margin-bottom: 5px;
}

.crumb a {
	position: relative;
	padding-right: 15px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.crumb a:hover {
	color: #00B6F0;
}

.crumb a::after {
	font-size: 1.4rem;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	position: absolute;
	display: inline-block;
	content: ">";
	top: 4px;
	right: 0;
}

@media (max-width: 991px) {
	.breadcrumbs {
		margin: 25px 0 20px;
	}

	.crumb {
		font-size: 1.8rem;
	}

	.crumb a::after {
		top: 2px;
	}
}

@media (max-width: 767px) {
	.crumb {
		font-size: 1.5rem;
	}

	.crumb a::after {
		font-size: 1.2rem;
	}
}

@media (max-width: 575px) {
	.breadcrumbs {
		margin: 20px 0 15px;
	}

	.crumb {
		font-size: 1.4rem;
	}

	.crumb a {
		padding-right: 11px;
		margin-right: 3px;
	}

	.crumb a::after {
		font-size: 1.2rem;
	}
}

@media (max-width: 480px) {
	.breadcrumbs {
		margin: 11px 0 5px;
	}
}

.item-content {
	color: #00B6F0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.item-content:nth-child(odd) .col--img {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.item-content:last-child {
	margin-bottom: 0;
}

.item-content h1 {
	font-size: 4rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 1em;
}

.item-content h3,
.item-content p {
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Montserrat", sans-serif;
}

.item-content h3 {
	margin-bottom: 1.7em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-content p {
	text-align: justify;
}

.item-content .item-content__img {
	background: #fff;
	position: relative;
	display: block;
	line-height: 0;
	overflow: hidden;
	border-radius: 20px;
}

.item-content .item-content__img img {
	width: 100%;
	height: auto;
	max-height: 560px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-o-object-fit: cover;
	object-fit: cover;
}

.item-content .arrow-2 {
	top: 15px;
	right: 17px;
}

a.item-content:hover h3 {
	color: #ED83A6;
}

a.item-content:hover .item-content__img img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

a.item-content:hover .arrow-2 {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.section-blog--page {
	margin-top: 105px;
}

@media (min-width: 1451px) {
	.item-content {
		margin-right: -34px;
		margin-left: -34px;
	}

	.item-content .col {
		padding: 0 34px;
	}
}

@media (max-width: 1200px) {
	.item-content h1 {
		font-size: 3.6rem;
	}

	.item-content h3,
	.item-content p {
		font-size: 2rem;
	}
}

@media (max-width: 991px) {
	.item-content h1 {
		font-size: 3rem;
	}

	.item-content h3,
	.item-content p {
		font-size: 1.8rem;
	}

	.item-content h3 {
		margin-bottom: 1.4em;
	}

	.section-blog--page {
		margin-top: 85px;
	}
}

@media (max-width: 767px) {
	.item-content .col--img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 20px;
	}

	.section-blog--page {
		margin-top: 55px;
	}
}

@media (max-width: 575px) {
	.item-content {
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.item-content .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.item-content h1 {
		font-size: 2.4rem;
	}

	.item-content h3,
	.item-content p {
		font-size: 1.5rem;
	}

	.item-content h3 {
		margin-bottom: 1em;
	}

	.item-content .item-content__img {
		border-radius: 10px;
	}

	.section-blog--page {
		margin: 45px -15px 0;
	}

	.section-blog--page .title {
		padding: 0 15px;
	}
}

@media (max-width: 480px) {
	.item-content h1 {
		font-size: 2rem;
	}

	.item-content h3,
	.item-content p {
		font-size: 1.4rem;
	}

	.section-blog--page {
		margin: 45px -15px 0;
	}

	.section-blog--page .title {
		padding: 0 15px;
	}
}

/*== END CONTENT ==*/
/*== BEGIN CARD ==*/
.item-card .col--img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.item-card .block-head {
	margin-bottom: 8px;
}

.item-card .block-head .title,
.item-card .block-head .price {
	margin-bottom: 10px;
}

.item-card .block-head .title {
	padding-right: 15px;
	text-shadow: none;
}

.item-card .item-card__img {
	background: #fff;
	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;
	padding: 30px 15px;
	height: 100%;
}

.price {
	font-weight: 800;
	font-size: 2.8rem;
	font-family: "Montserrat", sans-serif;
	color: #00B6F0;
	display: inline-block;
}

.card-content .card-content__data,
.card-content .card-content__descr {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.card-content .card-content__data {
	font-size: 1.6rem;
	color: #e8a8c5;
}

.card-content .card-content__descr {
	font-size: 1.8rem;
	color: #00b6f0;
	line-height: 1.2;
	text-align: justify;
	margin-top: 32px;
}

.card-content .card-content__footer {
	margin-top: 93px;
}

.card-content .card-content__footer .price {
	display: block;
}

@media (min-width: 1451px) {
	.item-card {
		margin: 0 -35px;
	}

	.item-card .col {
		padding: 0 35px;
	}

	.item-card .col--img {
		min-height: 800px;
	}
}

@media (max-width: 1100px) {
	.card-content .card-content__descr {
		font-size: 1.6rem;
	}
}

@media (max-width: 1024px) {
	.price {
		font-size: 2.4rem;
	}
}

@media (max-width: 767px) {
	.card-content .card-content__data {
		font-size: 1.4rem;
	}

	.card-content .card-content__descr {
		font-size: 1.3rem;
		margin-top: 20px;
	}

	.card-content .card-content__footer {
		margin-top: 60px;
	}

	.price {
		font-size: 2rem;
	}
}

@media (min-width: 681px) {
	.card-content .card-content__footer .price {
		display: none;
	}
}

@media (max-width: 680px) {
	.item-card .block-head .title {
		padding: 0;
		margin: 0;
	}

	.item-card .block-head .price {
		display: none;
	}

	.card-content .card-content__footer {
		margin-top: 30px;
	}

	.card-content .card-content__footer .price {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.item-card .col--img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.item-card .item-card__img {
		padding: 10px 15px;
	}

	.item-card .item-card__img img {
		max-height: 370px;
	}

	.item-card .col--img {
		margin-bottom: 20px;
	}

	.card-content .card-content__data {
		font-size: 1.4rem;
	}

	.card-content .card-content__descr {
		font-size: 1.5rem;
		line-height: 1.25;
		margin-top: 10px;
	}

	.card-content .card-content__footer {
		margin-top: 45px;
	}

	.card-content .price {
		font-size: 1.8rem;
	}
}

@media (max-width: 380px) {
	.item-card .item-card__img img {
		max-height: 200px;
	}

	.card-content .card-content__descr {
		font-size: 1.4rem;
	}

	.card-content .card-content__footer {
		margin-top: 30px;
	}

	.card-content .card-content__footer .price {
		margin-bottom: 15px;
	}
}

.card-help {
	background: #fff;
	padding: 102px 40px;
	margin-top: 40px;
}

.card-help .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-help .col--img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	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;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.card-help .item-card__img {
	line-height: 0;
}

.help-info {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.help-info h3 {
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	margin-bottom: 20px;
}

.help-info p,
.help-info ol,
.help-info ul {
	font-size: 1.8rem;
	color: #E8A8C5;
}

.help-info p {
	text-align: justify;
	line-height: 1.2;
	margin-bottom: 32px;
}

.help-info p:last-child {
	margin-bottom: 0;
}

.help-info ol,
.help-info ul {
	margin-bottom: 33px;
}

.help-info ol li,
.help-info ul li {
	line-height: 1.65;
}

.help-info ol {
	counter-reset: num;
}

.help-info ol li {
	position: relative;
	padding-left: 25px;
}

.help-info ol li:before {
	content: counter(num) ".";
	counter-increment: num;
	display: inline-block;
	position: absolute;
	color: #E8A8C5;
	top: 0px;
	left: 0;
}

.item-card__img img,
.card-help__img img {
	height: auto;
	width: auto;
}

@media (min-width: 1451px) {
	.card-help .row {
		margin: 0 -35px;
	}

	.card-help .col {
		padding: 0 35px;
	}
}

@media (max-width: 1390px) {
	.card-help {
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-help .row {
		margin: 0;
	}
}

@media (max-width: 1100px) {
	.help-info h3 {
		font-size: 2rem;
	}

	.help-info p,
	.help-info ol,
	.help-info ul {
		font-size: 1.6rem;
	}
}

@media (max-width: 991px) {
	.card-help {
		padding: 80px 0;
	}

	.card-help .col--img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}

	.help-info h3 {
		font-size: 1.8rem;
	}

	.help-info p,
	.help-info ol,
	.help-info ul {
		font-size: 1.4rem;
	}

	.help-info ol li {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.card-help {
		padding: 60px 0;
	}

	.help-info ol li {
		padding-left: 15px;
	}
}

@media (max-width: 575px) {
	.card-help {
		padding: 5px 0 40px;
	}

	.card-help .col--img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		display: block;
		text-align: center;
		margin-bottom: 26px;
	}

	.card-help .card-help__img img {
		max-height: 275px;
	}
}

@media (max-width: 480px) {
	.card-help {
		padding: 5px 0 20px;
	}

	.help-info h3 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.help-info p,
	.help-info ol,
	.help-info ul {
		font-size: 1.5rem;
	}

	.help-info p {
		margin-bottom: 19px;
	}

	.help-info ul,
	.help-info ol {
		margin-bottom: 20px;
	}

	.help-info ol li {
		padding-left: 15px;
	}
}

.box-slider--like {
	margin-top: 97px;
}

.slider-like {
	margin: 0 -15px;
}

.slider-like .item-top {
	padding: 0 15px;
}

.slider-like .slick-dots {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 5px;
}

.slider-like .slick-dots li {
	margin: 0 5px 0 0;
}

.slider-like .slick-dots .slick-active button {
	background: #E8A8C5;
}

.slider-like .slick-dots button:hover {
	background: #E8A8C5;
}

@media (min-width: 1431px) {
	.slider-like {
		margin: 0 -25px;
	}

	.slider-like .item-top {
		padding: 0 25px;
	}
}

@media (max-width: 991px) {
	.box-slider--like {
		margin-top: 65px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.slider-like {
		margin: 0 -10px;
	}

	.slider-like .item-top {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.box-slider--like {
		margin-top: 50px;
	}
}

@media (max-width: 660px) {
	.slider-like {
		margin: 0 -5px;
	}

	.slider-like .item-top {
		padding: 0 5px;
	}
}

@media (max-width: 575px) {
	.slider-like .slick-dots button {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 390px) {
	.slider-like {
		margin: 0 -2px;
	}

	.slider-like .item-top {
		padding: 0 2px;
	}

	.slider-like .slick-dots button {
		width: 11px;
		height: 11px;
	}
}

.list-questions {
	margin-top: 27px;
}

.item-questions {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #00b6f0;
	position: relative;
}

.item-questions:first-child .item-questions__wrapp {
	border-top: 1px solid #ffc0cb;
}

.item-questions:last-child {
	margin-bottom: 9;
}

.item-questions.active .faq-icon::before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.item-questions.active .faq-icon span::before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.item-questions .item-questions__wrapp {
	border-bottom: 1px solid #ffc0cb;
	padding: 19px 0;
}

.item-questions .item-questions__title {
	font-size: 2.4rem;
	position: relative;
	display: block;
	line-height: 1.2;
	padding-right: 55px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-questions .item-questions__title:hover {
	color: #ffc0cb;
}

.item-questions .item-questions__descr {
	padding-top: 21px;
}

.item-questions .item-questions__descr p {
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: justify;
	margin-bottom: 10px;
}

.item-questions .item-questions__descr p:last-child {
	margin-bottom: 0;
}

.faq-icon {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-icon span {
	background: #E8A8C5;
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.faq-icon span::before {
	background: inherit;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 1100px) {
	.item-questions .item-questions__title {
		font-size: 2rem;
	}

	.item-questions .item-questions__descr p {
		font-size: 1.6rem;
	}

	.faq-icon {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 767px) {
	.list-questions {
		margin-top: 22px;
	}

	.item-questions .item-questions__title {
		font-size: 1.4rem;
	}

	.item-questions .item-questions__descr p {
		font-size: 1.3rem;
	}
}

@media (max-width: 575px) {
	.list-questions {
		margin-top: 0;
	}

	.item-questions:first-child .item-questions__wrapp {
		border-top: none;
	}

	.item-questions .item-questions__title {
		font-size: 1.6rem;
	}

	.item-questions .item-questions__descr p {
		font-size: 1.5rem;
	}

	.faq-icon {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 480px) {
	.item-questions .item-questions__title {
		font-size: 1.6rem;
	}
}

@media (max-width: 380px) {
	.item-questions .item-questions__descr p {
		font-size: 1.4rem;
	}
}

/*== END CARD ==*/
/*== BEGIN FOOTER ==*/
.footer {
	background: #00B6F0;
	position: relative;
	color: #fff;
	padding: 40px 0 45px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 60px;
}

.footer .col--menu--one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .col--menu--one .block-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.footer .col--menu--one .block-footer:first-child {
	padding-right: 20px;
}

.footer a {
	color: #fff;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer a:hover {
	color: #e46a9e;
}

.footer-title {
	font-weight: normal;
	font-size: 2.6rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 20px;
}

.footer-menu li {
	margin-bottom: 20px;
}

.footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-menu a {
	font-weight: normal;
	font-size: 2rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.3;
}

.footer-menu--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.footer-menu--flex li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 10px;
}

.block-contact--footer {
	margin-top: 24px;
}

.block-contact--footer .block-contact__item {
	margin-bottom: 22px;
}

.block-contact--footer .block-contact__item:last-child {
	margin-bottom: 0;
}

.block-contact--footer .block-contact__link {
	font-size: 2rem;
}

.block-social--footer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 22px;
}

.block-social--footer .item-social img {
	width: 35px;
}

.block-social--footer .item-social--email img {
	width: 38px;
}

.footer-second {
	margin-top: 20px;
}

.footer-second .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-second .col--logo {
	text-align: center;
}

.footer-second .col--address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.link-studio {
	font-size: 1.6rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.link-studio:hover span {
	border-bottom-color: transparent;
}

.link-studio span {
	border-bottom: 1px solid #fff;
}

.logo--footer {
	max-width: 140px;
}

.footer-address {
	font-size: 2rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.footer-title {
		font-size: 2.4rem;
	}

	.footer-menu a {
		font-size: 1.6rem;
	}
}

@media (max-width: 991px) {
	.footer-title {
		font-size: 2rem;
	}

	.footer-menu li {
		margin-bottom: 15px;
	}

	.footer-menu a {
		font-size: 1.4rem;
	}

	.block-contact--footer {
		margin-top: 15px;
	}

	.block-contact--footer .block-contact__item {
		margin-bottom: 15px;
	}

	.block-contact--footer .block-contact__link {
		font-size: 1.4rem;
	}

	.footer-address {
		font-size: 1.5rem;
	}

	.link-studio {
		font-size: 1.4rem;
	}
}

@media (max-width: 767px) {
	.footer-title {
		font-size: 1.8rem;
	}

	.footer-menu li {
		margin-bottom: 10px;
	}

	.footer-menu a {
		font-size: 1.2rem;
	}

	.block-contact--footer .block-contact__link {
		font-size: 1.3rem;
	}

	.footer-address {
		font-size: 1.5rem;
	}
}

@media (min-width: 661px) {
	.col--menu .logo--footer {
		display: none;
	}
}

@media (max-width: 660px) {
	.footer {
		padding: 30px 0 25px;
	}

	.footer-one .col--menu--one .block-footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.footer-one .col--menu--one .block-footer:first-child {
		display: none;
	}

	.footer-one .col:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footer-one .footer-address {
		font-size: 1.3rem;
		display: block;
		margin-top: 10px;
	}

	.footer-title,
	.footer-menu {
		display: none;
	}

	.footer-category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 18px;
	}

	.footer-category a {
		font-size: 1.6rem;
		font-family: "Palatino-Bold", "Times New Roman", Times, serif;
		text-transform: uppercase;
	}

	.block-contact--footer {
		margin-top: 0;
	}

	.block-contact--footer .block-contact__item {
		margin-bottom: 6px;
	}

	.footer-second .col {
		text-align: right;
	}

	.footer-second .col--logo,
	.footer-second .col--address {
		display: none;
	}
}

@media (max-width: 575px) {
	.footer {
		margin-top: 40px;
	}
}

@media (max-width: 460px) {
	.footer {
		padding: 6px 0 14px;
	}

	.footer-category a {
		font-size: 1.6rem;
	}

	.footer-one .footer-address {
		font-size: 1.4rem;
	}

	.block-contact--footer .block-contact__link {
		font-size: 1.4rem;
	}

	.block-social--footer {
		margin-top: 20px;
	}

	.block-social--footer .item-social {
		margin-left: 14px;
	}

	.block-social--footer .item-social img {
		width: 16px;
	}

	.footer-second {
		margin-top: -4px;
	}

	.link-studio {
		font-size: 1.2rem;
	}
}

@media (max-width: 360px) {
	.footer-category a {
		font-size: 1.3rem;
	}

	.footer-one .col:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}

	.logo--footer {
		text-align: center;
	}

	.logo--footer .logo__text {
		font-size: 1.6rem;
	}
}

/*== END FOOTER ==*/