/* USER VARIABLES SECTION */

:root {
	--accent: #E41F21;
	--text: #453A36;
	--regular-text: 16px;
	--lineheight: 120%;
	--userfont: "gotham", sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	/* --fz18: 18px;
	--lh22: 22px; */
	--px: 0.052vw;
	--bg-pink: #FCF4F2;
	--ed: 0.052083333px;
	--primer: calc(100 * var(--ed));
	--desktop: 100 / 1920;
	--mobile: 100 / 440;
}



/* FONTS LOAD SECTION */
@font-face { src: url("../fonts/GothamRounded-Light.woff2") format("woff2"); font-family: "gotham"; font-weight: 300; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/GothamRounded-Book.woff2") format("woff2"); font-family: "gotham"; font-weight: 400; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/GothamRounded-Medium.woff2") format("woff2"); font-family: "gotham"; font-weight: 500; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/GothamRounded-Bold.woff2") format("woff2"); font-family: "gotham"; font-weight: 700; font-style: normal; font-display: swap; }



/* GENERAL CSS SETTINGS */

::placeholder { color: #C5D1FF; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	/* min-width: 320px; */
	position: relative;
	overflow-x: hidden;
	box-sizing: border-box;
	/* max-width: 1920px; */
	margin: 0 auto;
	background: #fff;
	font-weight: 400;
}


ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

/* USER STYLES */

a {
	transition: .3s ease-in-out;
	text-decoration: none;
	color: var(--text);
}

a:hover {
	color: var(--acc-text);
}

.hidden {
	display: none;
}

header.site-header {
	padding-top: 50px;
	min-height: 190px;

	position: relative;
	z-index: 2;

}



.header-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 5.78vw;
	padding-right: 4.375vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.header-logo {
	max-width: 8.854vw;
	width: 100%;
	display: block;
}

.header-logo img {
	width: 100%;
}

.header-nav__menu li a {
	font-size: 16px;
	font-size: 0.83333vw;
	line-height: 25px;
	line-height: 1.3vw;
	color: var(--text);
	font-family: var(--userfont);
	font-weight: 400;
}

.header-nav__menu > li.menu-item-object-page.current-menu-item > a {
	color: var(--accent);
}

.header-nav__menu li a:hover {
	color: var(--accent);
}

.header-nav__menu {
	display: flex;
	gap: 2.34375vw;
}

.mobile-toggler {
	display: none;
}

.header-nav__languages {
	display: flex;
	gap: 15px;
}

.lang-item-en {
	order: 1;
}

.lang-item-fr {
	order: 0;
}

.lang-item-de {
	order: 2;
}

.header-nav__languages li a {
	font-size: 16px;
	line-height: 25px;
	color: var(--text);
	font-family: var(--userfont);
	font-weight: 400;
}

.header-nav__languages li.active-lang a {
	color: var(--accent);
}

.header-nav__languages li.current-lang a {
	color: var(--accent);
}

.header-nav__languages li a:hover {
	color: var(--accent);
}

.header-nav {
	display: flex;
	gap: 4.6875vw;
	position: relative;
	padding-bottom: 50px;
	padding-bottom: 2.6041666vw;
}

.header-nav__socials {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	gap: 16.8px;
	gap: 0.875vw;
}

.header-nav__socials li:first-child img {
	width: calc(14vw * var(--desktop));
}

.header-nav__socials li:nth-child(2) img {

	width: calc(7.5vw * var(--desktop));
}

.header-nav__socials li:nth-child(3) img {
	width: calc(18.66vw * var(--desktop));
}


.header-nav__socials li:nth-child(4) img {
	width: calc(14vw * var(--desktop));
}


main {
	margin-top: -190px;

}

main#primary {
	padding-top: 250px;
	margin-bottom: 8vw;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.78vw;
	padding-right: 4.375vw;
}

section.intro-involed {
	padding-top: 190px;
	padding-top: 9.8958333vw;
	background: var(--bg-pink);
	/* padding-bottom: 117px;
	position: relative; */
}

.intro-involed__line {
	width: 100%;
	background: #fff;
	transform: translateY(100px);
	transition: 2s ease;
}

.intro-involed__line._active {
	transform: translateY(0px);
}

.intro-involed__line img {
	width: 100%;
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 79.6875vw;
}

.intro-involed .container {
	display: flex;
	padding-left: 2vw;
	justify-content: space-between;
}

.intro-involed__text p {
	font-size: 0.83333vw;
	line-height: 1.25vw;
	margin-bottom: 0;
}

.page-title {
	/* font-size: 80px; */
	font-size: 4.1666vw;
	line-height: 5vw;
	color: var(--accent);
	font-weight: 300;
	margin: 0;
}

.intro-involed__image {
	max-width: 35.9375vw;
	width: 100%;
	position: relative;
}

.intro-involed__image img {
	width: 100%;
}

.intro-involed__image #animation_container {
	width: 100%!important;
	height: auto!important;
}

.intro-involed__image canvas {
	width: 100%!important;
	height: auto!important;
	position: static!important;
}

.intro-involed__description {
	max-width: 35.9375vw;
	width: 100%;
}

.intro-involed__description h1 {
	margin-bottom: 4.9375vw;
	opacity: 0;
	transform: translateY(100px);
	transition: 1s ease;
}

.intro-involed__description h1._active {
	opacity: 1;
	transform: translateY(0);
}

.intro-involed__description h2 {
	font-weight: 300;
	color: var(--accent);
	font-size: 2.083vw;
	margin-bottom: 1vw;
}

section.involed-main {
	padding-top: 120px;

	padding-bottom: 225px;

	background: #fff;
	/* margin-bottom: 6vw; */
}

.involed-forms__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.involed-form__item {
	max-width: 23.177vw;
}

.involed-form__name {
	padding-left: 25px;

	font-family: var(--userfont);
	font-weight: 500;
	font-size: 21px;

	line-height: 20px;

	margin-bottom: 40.5px;

	color: var(--text)
}

.involed-form__container {
	border: 1px solid #E41F21;
	border-radius: 34.12px;
	padding: 2.29vw 2.4375vw 2.29vw 1.552vw;
}

.involed-form__container h4 {
	color: var(--accent);
	font-weight: 500;
	font-size: 21px;

	line-height: 20px;

	margin-bottom: 7px;

}

.involed-form__container p {
	color: #453A36;
	line-height: 24px;

	font-size: 16px;

	margin-bottom: 15px;

	text-align: left;
	font-weight: 400;
}

.involed-form__container p.involed-form__subtitle {
	color: var(--accent);
	font-weight: 500;
	font-size: 16px;

	line-height: 16px;

	margin-bottom: 27.4px;

}

.involed-form__formation {
	width: 100%;
  position: relative;
  z-index: 10;
}

.involed-form__input {
	margin-bottom: 28px;

	width: 100%;
}

.involed-form__textarea {
	margin-bottom: 40px;

}

.involed-form__input label {
	display: block;
	margin-bottom: 8px;

	font-size: 12px;

	font-weight: 400;
	text-align: left;
}

.involed-form__input input {
	width: 100%;
	height: 35px;

	padding-left: 15px;

	color: var(--text);
	border: 1px solid var(--accent);
	font-size: 14px;

}

.involed-form__input textarea {
	width: 100%;
	padding-left: 15px;

	color: var(--text);
	border: 1px solid var(--accent);
	font-size: 16px;
	padding-top: 15px;
	height: 160px;

}

button.submit-butt {
	padding: 10px 20px;

	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #71B45E;
	border: 0;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14px;

}

footer.site-footer {
	position: relative;
	/* background-color: var(--bg-pink); */
	padding-bottom: 110px;

}

.footer-ground {
	width: 100%;
	position: absolute;
	top: -6vw;
	z-index: 2;
	/* background: #fff; */
}

.footer-ground__image {
	width: 100%!important;
	position: relative;
	z-index: 1;
}

.footer-ground__image-inner {
	position: absolute;
	top: 6.1458vw;
	right: 0;
	width: 28.177vw;
}

.footer-phone {
	position: absolute;
	top: 4.1666vw;
	left: 12.76vw;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.footer-phone img {
	width: 4.1667vw;
}

.site-h2 {
	color: var(--accent);
	font-weight: 300;
	font-size: 4.1666vw;
	line-height: 5vw;
}

.footer-partners .site-h2 {
	transition: 1s ease;
	opacity: 0;
	transform: translateY(100px);
}

.footer-partners .site-h2._active {
	transform: translateY(0);
	opacity: 1;
}

.footer-contact {
	padding-top: 9.9vw;
	/* padding-bottom: 150px; */
	padding-bottom: 8.5vw;
	background: url(../images/contact-bg.png) no-repeat;
	background-size: 100%;
	background-position: top;
	position: relative;
}

.footer-contact .container {
	padding-left: 13.54vw;
}

.footer-contact__flex {
	display: flex;
	justify-content: space-between;

}

.footer-contact .site-h2 {
	padding-left: 2.6vw;
	margin-bottom: 60px;

}

.footer-contact__left {
	max-width: 22.135vw;
	width: 100%;
	font-size: 20px;

	line-height: 30px;

}

.footer-contact__left p {
	font-size: 20px;

	line-height: 30px;

	color: var(--text);
}

.footer-contact__left a {
	color: var(--accent);
	font-size: 20px;

	line-height: 30px;

	/* display: block; */
}


.footer-contact__right p {
	font-size: 20px;

	line-height: 30px;

	color: var(--text);
}

.footer-contact__right a {
	color: var(--accent);
	font-size: 20px;

	line-height: 30px;

	display: inline;
}

.footer-contact__right {
	max-width: 38.28vw;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
}

.footer-contact__map {
	width: 100%;
	display: block;
	margin-top: 75px;
	transform: translateY(100px);
	transition: 1s ease;
}

.footer-contact__map._active {
	transform: translateY(0);
}

.footer-contact__map img {
	width: 100%;
}

.footer-contact__bottom-line {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 14.21875vw;
	transform: translateY(-100px);
	transition: 1.5s ease;
	/* transition-delay: .3s; */
}

.footer-contact__bottom-line._active {
	transform: translateY(0);
}

.footer-contact__bottom-line img {
	height: 100%;
	width: 100%;

}

.footer-contact__map {
	position: relative;
	z-index: 1;
}

section.footer-partners {
	/* margin-top: -60px; */
	margin-top: -3.125vw;
	background: #fff;
}

.partners-container {
	width: 100%;
	max-width: 90.625vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.partners-container h2 {
	margin-bottom: 130px;
	margin-bottom: 6.77083333vw;
	padding-left: 21.98vw;
}

.swiper-slide.partner-list__item {
	width: max-content;
	max-width: 285px;

	max-height: 137px;

	display: block;
}

.swiper-slide.partner-list__item img {
	max-width: 285px;
	max-height: 137px;
	filter: grayscale(1);
	transition: .3s ease-in-out;
}

.swiper-slide.partner-list__item:hover img {
	filter: none;
}

.swiper.footer-partners__list {
	width: 100%;
}

.footer-partners__list .swiper-wrapper {
	align-items: center;
}

main.main-ressources {
	background: url(../images/res-bg.png) no-repeat;
	background-position: top;
	background-size: 100%;
}

section.intro-ressources {
	padding-top: 190px;
	padding-bottom: 9.53125vw;
	position: relative;
}

.intro-ressources .page-title {
	padding-left: 16.1458vw;
	opacity: 0;
	transform: translateY(100px);
	transition: 1s ease-in-out;
}

.intro-ressources .page-title._active {
	opacity: 1;
	transform: translateY(0);
}

.intro-res__image {
	position: absolute;
	right: 5.729vw;
	max-width: 30.625vw;
	width: 100%;
	top: 4.87vw;
}

.intro-res__image img {
	width: 100%;
}

.intro-res__image canvas {
	width: 100%!important;
	height: auto!important;
}

.intro-res__image #animation_container {
	width: 100%!important;
	height: auto!important;
}

main.page-content {
	margin-bottom: 6vw;
}

.ressources-filters p {
	font-size: 18px;
	font-weight: 500;
	color: var(--accent);
	text-transform: uppercase;
	line-height: 21px;
	margin-bottom: 10px;
}

.ressources-filters {
	display: flex;
	gap: 71px;
}

.ressources-filter__subj {
	max-width: 190px;
	width: 100%;
}

.ressources-filter__subj select {
	width: 100%;
	height: 40px;
	padding-left: 12px;
	padding-right: 25px;
	background: transparent;
	border: 1px solid var(--accent);
	font-size: 16px;
	font-weight: 400;
	outline: none;
	-webkit-appearance: none;
	background: url(../images/icons/small-arrow.svg) no-repeat;
	background-size: 12px;
	background-position: 170px 16px;
  cursor: pointer;
}

.ressources-search {
	max-width: 280px;
	width: 100%;
}

.ressources-search .search-input {
	width: 100%;
	height: 40px;
	position: relative;
}

.ressources-search .search-input input {
	width: 100%;
	height: 100%;
	padding-left: 12px;
	background: transparent;
	border: 1px solid var(--accent);
	font-size: 16px;
	font-weight: 400;
}

.ressources-search .search-input .search-submit {
	position: absolute;
	right: 15.2px;
	top: 9.8px;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	outline: none;
}


.ressources-search .search-input .search-submit img {
	max-width: 20.85px;
	width: 100%;
}

.ressources-filters {
	margin-bottom: 61px;
}

.ressources-list {
	display: grid;
	grid-template-columns: repeat(5, 13.02vw);
	gap: 2.96875vw 3.6458vw;
	padding-bottom: 94px;
}

.ressources-item__image {
	margin-bottom: 6px;
}

.ressources-list__item {
	display: block;
}

.ressources-item__image {
	position: relative;
}

.ressources-item__image img.ressource__image {
	width: 100%;
	height: 17.2vw;
	object-fit: cover;
}

.ressources-item__image img.ressource-item__line {
	width: auto;
	height: 16.5859375vw;
	position: absolute;
	bottom: 0;
	right: calc(100% + 7.5px);
	display: block;
}

.ressources-list__item p {
	padding-left: 15px;
	color: var(--accent);
	font-size: 21px;
	line-height: 25px;
}

.load-more__button {
	display: none;
	font-size: 16px;
	font-size: 0.83333vw;
	font-weight: 300;
	color: var(--accent);

}

.ressources-load__more {
	padding-bottom: 110px;
	padding-bottom: 5.729166vw;
	text-align: center;
}

section.intro-blog {
	padding-top: 190px;
	padding-top: 9.895833vw;
	padding-bottom: 7.8125vw;
	position: relative;
}

.intro-blog .page-title {
	padding-left: 16.1458vw;
	opacity: 0;
	transform: translateY(100px);
	transition: 1s ease;
}

.intro-blog .page-title._active {
	opacity: 1;
	transform: translateY(0);
}

main.main-blog {
	background: url(../images/blog-bg.png) no-repeat;
	background-position: top;
	background-size: 100%;
}

.intro-blog__image {
	position: absolute;
	max-width: 26vw;
	width: 100%;
	top: 153px;

	right: 10.2vw;
}

.intro-blog__image img {
	width: 100%;
}

.blog-filters {
	margin-bottom: 32.6px;

	display: flex;
	gap: 70px;

}

.blog-filters p {
	font-size: 18px;

	font-weight: 500;
	color: var(--accent);
	text-transform: uppercase;
	line-height: 21px;

	margin-bottom: 10px;

}

.blog-filter__subj {
	max-width: 190px;

	width: 100%;
}

.blog-filter__subj select {
	width: 100%;
	height: 40px;

	padding-left: 12px;

	padding-right: 25px;

	background: transparent;
	border: 1px solid var(--accent);
	font-size: 16px;

	font-weight: 400;
	outline: none;
	-webkit-appearance: none;
	background: url(../images/icons/small-arrow.svg) no-repeat;
	background-size: 12px;

	background-position: 170px 16px;
  cursor: pointer;

}

.blog-list__item {
	width: 100%;
	padding-bottom: 16.6px;

	border-bottom: 1px solid var(--accent);
	position: relative;
	display: flex;
	gap: 2vw;
	margin-bottom: 66px;

}

.blog-item__image {
	max-width: 31.25vw;
	width: 100%;
	position: relative;
}


.blog-item__image img {
	width: 100%;
	/* height: 10.4166vw; */
	height: 18.4166vw;
	object-fit: cover;
	object-position: top;
	transition: .6s ease-in-out;
}

.blog-item__image:hover img {
	/* height: 100%; */
	/* height: 337.5px; */
}

.blog-item__content {
	max-width: 38.54vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 7.8125vw;
}


.blog-item__readmore {
	position: absolute;
}

.blog-item__content {
	padding-top: 22px;

}

.blog-item__date {
	font-size: 21px;

	line-height: 30px;

	color: #fff;
	background: #71B85E;
	width: max-content;
	padding: 3px 20px 3px 23px;

}

.blog-item__description {
	font-size: 40px;

	font-weight: 300;
	color: var(--accent);
	line-height: 45px;

}

.blog-item__readmore {
	font-size: 16px;

	color: var(--accent);
	top: 100%;
	right: 0;
	line-height: 30px;

}

.blog-item__image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-list {
	width: 100%;
	padding-right: 7.8125vw;
}

section.blog-content {
	padding-bottom: 150px;

}

.faq-section .page-title {
	padding-left: 16.1458vw;
	margin-bottom: 106px;

	opacity: 0;
	transform: translateY(100px);
	transition: 1s ease;
}

.faq-section .page-title._active {
	opacity: 1;
	transform: translateY(0);
}

.faq-section {
	padding-top: 190px;

	padding-bottom: 180px;

	position: relative;
	overflow: hidden;
}

.faq-top__line {
	width: 100%;
	position: absolute;
	top: 180px;

	left: 0;
	transition: 1.5s ease;
}

.faq-top__line._active {
	top: 280px;

}

.faq-top__line img {
	width: 100%;
}

.main-faq {
	background: url(../images/faq-bg.png) no-repeat;
	background-size: 100%;
	background-position: top;
}

.intro-faq__image {
	position: absolute;
	top: 85px;

	right: -6.5625vw;
	max-width: 27.552vw;
	width: 100%;
}

.intro-faq__image img {
	width: 100%;
}

.faq-list {
	padding-left: 13.8vw;
	padding-right: 13.8vw;
}

.faq-list__item-a {
	max-width: 36.45833vw;
	width: 100%;
	padding: 2.6vw;
	border: 1px solid var(--accent);
	font-size: 18px;

	line-height: 28px;

	color: #453A36;
	display: none;
	/* opacity: 0; */
	/* transition: .5s ease-in-out; */
	margin-top: 20px;

}

.faq-list__item-q {
	width: 100%;
	font-size: 30px;

	line-height: 35px;

	color: var(--accent);
	padding-right: 8.3333vw;
	position: relative;
	cursor: pointer;
	transition: .3s ease-in-out;
	/* margin-bottom: 20px; */
}


.faq-list__item-a.active {
	/* display: block; */
	/* opacity: 1; */
}

.faq-list__item-q:hover {
	color: var(--text);
}

.faq-plus {
	position: absolute;
	right: 15px;

	cursor: pointer;
}

.faq-list__item {
	margin-bottom: 40px;

}

.main-blog__inner {
	background: url(../images/bog-inner__line.png) no-repeat;
	background-size: 100%;
	background-position: top;
}

.blog-inner {
	padding-top: 282px;

	position: relative;
}

.blog-inner__top-image {
	max-width: 46.3vw;
	width: 100%;
	position: absolute;
	top: 171.4px;

	right: 0;
}

.blog-inner__top-image img {
	width: 100%;
}

.back-link {
	position: absolute;
	right: calc(100% + 34px);

	top: 32px;

}


.blog-inner__content .container {
	position: relative;
}

.subjects-row {
	margin-bottom: 15px;

	padding-left: 25px;

	font-size: 16px;

	line-height: 18px;

	font-weight: 500;
}

.subjects-row span {
	color: #453A36;

}

.subjects-row .subject-link {
	color: #71B85E;
	position: relative;
	pointer-events: none;
}

.subjects-row .subject-link:hover {
	color: var(--text);
}

.subject-link:not(:last-child):after {
	content: '-';
	margin-left: 5px;
}

.blog-inner__main {
	display: flex;
	justify-content: space-between;
	padding-bottom: 205px;
  padding-top: 50px;
}

.blog-inner__left {
	max-width: 38.5416vw;
	width: 100%;
}

.blog-inner__image {
	width: 100%;


}

.blog-inner-images, .blog-inner__images-slider {
  margin-bottom: 72.4px;
  width: 100%;
}

.blog-inner__left-info h2, .blog-inner__right h2 {
	color: var(--accent);
	font-size: 30px;

	line-height: 30px;

	font-weight: 400;
	margin-bottom: 40px;

}

.blog-inner__left-info p {
	font-size: 16px;

	line-height: 30px;

	margin-bottom: 15px;

}

.blog-inner__left-info a {
	color: var(--accent);
}

.blog-inner__left-info b {
	font-weight: 500;
}

.blog-inner__title {
	color: var(--accent);
	text-transform: uppercase;
	font-size: 3.6458vw;
	line-height: 3.6458vw;
	font-weight: 300;
	margin-bottom: 40px;

	/* max-width: 27.3958vw; */
}

.blog-inner__right {
	max-width: 38.5416vw;
	width: 100%;
}

.blog-inner__right h3, .blog-inner__left-info h3 {
	color: var(--accent);
	font-size: 21px;

	line-height: 24px;

}

.blog-inner__right h4, .blog-inner__left-info h4 {
	color: var(--text);
	font-size: 21px;

	line-height: 24px;

}

.blog-inner__right a, .blog-inner__left-info a {
	color: var(--accent);
  text-decoration: underline;
}

.blog-inner__right br, .blog-inner__left-info br {
	line-height: 24px;

}

.blog-inner__right p, .blog-inner__left-info p {
	font-size: 16px;

	line-height: 24px;

	margin-bottom: 15px;

}

.blog-inner__main ul li, .blog-inner__main ol li {
	font-size: 16px;
	line-height: 24px;
}

.blog-inner__right ul, .blog-inner__right ul li, .blog-inner__left-info ul, .blog-inner__left-info ul li {
	list-style: disc;
}


.blog-inner__right ul, .blog-inner__left-info ul {
	padding-left: 25px;

	margin-bottom: 15px;

}

.blog-inner__left-info ul, .blog-inner__left-info ul li {
	list-style: disc;
}


.blog-inner__left-info ul {
	padding-left: 25px;
	margin-bottom: 15px;
}

.blog-inner__right b {
	font-weight: 500;
}


.main-ressource__inner {
	background: url(../images/bog-inner__line.png) no-repeat;
	background-size: 100%;
	background-position: top;
	padding-bottom: 170px;
}

.ressource-inner {
	padding-top: 282px;
	position: relative;
}

.ressource-inner__content .container {
	position: relative;
}

.main-ressource__inner

.ressource-inner__main {
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 205px; */
	margin-bottom: 100px;
}

.ressource-inner__left {
	max-width: 38.5416vw;
	width: 100%;
}

.ressource-inner__image {
	width: 100%;
	margin-bottom: 72.4px;
}

.ressource-inner__right {
	max-width: 38.5416vw;
	width: 100%;
}

.ressource-inner__title {
	font-size: 3.6458vw;
	line-height: 3.6458vw;
	font-weight: 300;
	color: var(--accent);
	margin-bottom: 50px;
	max-width: 27.3958vw;
}

.ressource-top__content {
	max-width: 31.25vw;
}

.ressource-top__content p {
	font-size: 16px;
	line-height: 24px;
}

.ressource-top__content > * {
  margin-bottom: 24px;
}

.ressource-top__content > *:last-child {
  margin-bottom: 0;
}



.ressource-top__content a{
	color: var(--accent);
	font-weight: 500;
}


.res-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.res-flex > div {
	max-width: 38.53vw;
	width: 100%;
}

.text-red {
	color: var(--accent);
}

.res-flex h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
}

.video-block img {
	width: 100%;
}

.res-image img {
	width: 100%;
}

.res-flex img {
	width: 100%;
	margin-bottom: 22px;
}

.res-flex p {
	font-size: 16px;
	line-height:	24px;
	/* max-width: 31.25vw; */
}

.res-flex h3 {
	margin-bottom: 15px;
	width: 100%;
}

.res-flex {
	margin-bottom: 80px;
}


.res-flex:last-child {
	margin-bottom: 0;
}

.main-donate {
	background: url(../images/faq-bg.png) no-repeat;
	background-size: 100%;
	background-position: top;
}

.donate-section {
	padding-top: 190px;

	position: relative;
	padding-bottom: 100px;

}

.donate-top__line {
	width: 100%;
	position: absolute;
	top: 180px;

	left: 0;
	transition: 1.5s ease;
}

.donate-top__line._active {
	top: 280px;

}

.donate-top__line img {
	width: 100%;
}

.donate-section .page-title {
	padding-left: 16.1458vw;
	margin-bottom: 163px;

	opacity: 0;
	transform: translateY(100px);
	transition: 1s ease;
}

.donate-section .page-title._active {
	opacity: 1;
	transform: translateY(0);
}

.donate-intro__image {
	position: absolute;
	top: 164px;

	right: 8.49vw;
	max-width: 32.9166vw;
	width: 100%;
}

.donate-intro__image img {
	width: 100%;
}

.donation-form {
	max-width: 540px;

	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.donation-title {
	font-size: 25px;

	line-height: 30px;

	text-align: center;
	color: #71B85E;
	margin-bottom: 38px;

	font-weight: 300;
}

.donate-input input {
	-webkit-appearance: none;
}

.donate-first__row input {
	width: 150px;

	height: 60px;

	font-size: 21px;

	color: var(--accent);
	border: 1px solid var(--accent);
	text-align: center;
}

.donate-first__row {
	text-align: center;
	margin-bottom: 40px;

}

.donation-grid {
	display: grid;
	grid-template-columns: repeat(3, 150px);

	gap: 40px;

	margin-bottom: 93px;

	justify-content: space-between;
}

.donate-input {
	border: 1px solid var(--accent);
	height: 80px;

	position: relative;
}

.donate-input label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;

	color: var(--accent);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.donate-input:last-child label {
	font-size: 16px;

	line-height: 15px;

	text-align: center;
}

.donate-input input:checked + label {
	background: var(--accent);
	color: #fff;
}

.donate-additional {
	max-width: 340px;

	width: 100%;
	margin: 0 auto;
}

.add-input p, .add-input label {
	font-size: 13px;

	color: #453A36;

}

.add-input label {
	cursor: pointer;
}

.add-input p {
	margin-bottom: 7px;

}

.add-input {
	margin-bottom: 23px;

}

.text-input input {
	width: 100%;
	border: 1px solid var(--accent);
	height: 31px;

	padding-left: 15px;

	font-size: 14px;

}

.text-input textarea {
	width: 100%;
	height: 90px;

	border: 1px solid var(--accent);
	padding-left: 10px;

	padding-top: 5px;

	font-size: 14px;

}

.donate-policy__text {
	font-size: 10px;

	line-height: 12px;

	color: #453A36;
	margin-bottom: 25px;

}

.donate-policy__text a {
	color: var(--accent);
}

.add-input a {
	color: var(--accent);
}


.checkbox-input {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	gap: 13px;


}

.checkbox-input input {
	position: relative;
	/* visibility: hidden; */
	width: 17px;

	height: 17px;


}

.checkbox-input input:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid var(--accent);
	display: block;
	visibility: visible;
}

.checkbox-input input:after {
	content: '';
	width: 9px;

	height: 9px;

	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: visible;
	background: var(--accent);
	opacity: 0;
	transition: .3s ease-in-out;
}

.checkbox-input input:checked:after {
	opacity: 1;
}

.last-input {
	margin-bottom: 65px;

}

button.donation-submit {
	padding: 10px 17.5px;

	display: flex;
	width: max-content;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #71B85E;
	border: 0;
	border-radius: 7px;
	line-height: normal;
	font-size: 16px;

}

.donate-small__image {
	position: absolute;
	top: 990px;

	left: 10.156vw;
	max-width: 10.26vw;
	width: 100%;
}

.donate-small__image img {
	width: 100%;
}

.donate-medium__image {
	position: absolute;
	top: 470px;

	right: 1.82vw;
	max-width: 31.614vw;
	width: 100%;
}

.donate-medium__image img {
	width: 100%;
}

section.intro-home {
	background: var(--bg-pink);
	padding-top: 156px;
	padding-top: 8.125vw;
	/* min-height: 52vw; */
	position: relative;
	/* margin-bottom: 1000px; */
}

.home-top__canvas {
	max-width: 63.8vw;
	width: 100%;
	position: relative;
	left: 4.8vw;
	padding-bottom: 30px;
	padding-bottom: 1.5625vw;
}

.home-top__canvas #animation_container {
	width: 100%!important;
	height: auto!important;
}

.home-top__canvas #animation_container canvas {
	width: 100%!important;
	height: auto!important;
	position: static!important;
}

#dom_overlay_container {
	width: 100%!important;
	height: auto!important;
}

.home-top__text {
	position: absolute;
	right: 6.156vw;
	max-width: 25.99vw;
	width: 100%;
	top: 20vw;
	color: var(--accent);
	font-weight: 300;
	font-size: 2.083vw;
	line-height: 2.6vw;
	/* transform: rotate(356.67deg); */
	opacity: 0;
	transform: translateX(11vw);
	transition: 1.8s ease-in-out;
}

.home-top__text._active {
	opacity: 1;
	transform: translateX(0) rotate(-3.33deg);
}

.home-top__shop {
	position: absolute;
	bottom: 110px;
	bottom: 5.72816667vw;
	right: 14.73958vw;
	display: flex;
	gap: 10px;
	gap: 0.52vw;
	align-items: flex-end;
}

.home-top__shop-img {
	max-width: 3.542vw;
	width: 100%;
	width: 3.542vw;
	position: relative;
}

.home-top__shop-img img.cactus-home__main {
	width: 100%;
}

.cactus-home__flower {
	position: absolute;
	height: 0;
	bottom: 97%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: .3s ease-in-out;
}

.home-top__shop:hover .cactus-home__flower {
	height: 21px;
}

.home-top__shop p {
	font-size: 1.5625vw;
	color: var(--accent);
	line-height: normal;
	padding-bottom: 15px;
}

.home-top__donat p {
	font-size: 1.5625vw;
	color: var(--accent);
	line-height: normal;
	padding-left: 2.083vw;
}

.home-top__donat {
	position: absolute;
	display: flex;
	flex-direction: column-reverse;
	bottom: 70px;
	bottom: 3.6458333vw;
	right: 2.08333vw;
	gap: 5px;
	gap: 0.26vw;
	cursor: pointer;
	/* z-index: 2; */
}

.home-top__donat-img {
	max-width: 13.9vw;
	width: 100%;
	width: 13.9vw;
}

.home-top__donat-img img {
	width: 100%;
}

.home-top__bottom-texture {
	width: 100%;
	position: absolute;
	top: 86.5%;
	left: 0;
}

.home-top__bottom-texture img:first-child {
	width: 100%;
	position: relative;
	z-index: 1;
	transform: translateY(22px);
	transition: 1s ease-in-out;
}

.home-top__bottom-texture img._active:first-child {
	transform: translateY(0);
}

.home-top__bottom-texture img:nth-child(2) {
	width: 32.6vw;
	position: absolute;
	left: 0;
	top: 12.08vw;
}

/* .home-top__bottom-texture img._active:nth-child(2) {
	top: 12.7vw;
	opacity: 1;
} */

/* .home-news__container {
	max-width: 740px;
} */

.home-news__item-image {
	max-width: 28.083vw;
	width: 100%;
}

.home-news__item-image img {
	width: 100%;
	max-height: 600px;
	max-height: 31.25vw;
}

.home-news__item-content {
	max-width: 25.26vw;
	width: 100%;
}

.home-news__item {
	display: flex;
	gap: 3.4375vw;
	align-items: center;

}

.home-news__item-content h3 {
	/* font-size: 40px;
	line-height: 50px;
	margin-bottom: 28px; */
	color: var(--accent);
	font-weight: 400;
	font-size: 2.08333vw;
	line-height: 2.6vw;
	margin-bottom: 1.4583333vw;
}

.home-news__item-content p {
	/* font-size: 30px;

	line-height: 40px; */

	color: #453A36;

	font-size: 1.5625vw;
	line-height: 2.08333vw;

}

.home-news__container {
	padding-left: 32.958vw;
	width: 100%;
}

section.home-news {
	padding-top: 12%;
	margin-bottom: 63px;
}

section.home-about {
	position: relative;
	padding-bottom: 160px;
	padding-bottom: 8.33333vw;
	/* overflow: hidden; */
	z-index: 2;
}

.home-about__top-line {
	width: 100%;
	margin-bottom: 31px;
	transition: 1s ease;
	transform: translateY(100px);
}

.home-about__top-line._active {
	transform: translateY(0);
}

.home-about__top-line img {
	width: 100%;
}

.home-about__container {
	padding: 0 10.15625vw;
	position: relative;
	z-index: 3;
}

.home-about__title {
	padding-left: 16.4vw;
	font-size: 4.166666vw;
	font-weight: 300;
	color: var(--accent);
	margin-bottom: 55px;
	opacity: 0;
	transform: translateY(100px);
	transition: 1s ease-in-out;
}

.home-about__title._active {
	opacity: 1;
	transform: translateY(0);
}

.home-about__container-inner {
	position: relative;
	padding-left: 13.2vw;
	padding-right: 13.2vw;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.home-about__qube {
	width: 9.1146vw;
	padding-right: 0.96875vw;
	border: 1px solid var(--accent);
	border-radius: 14.53px;
	text-align: right;
	font-size: 1.5625vw;
	font-weight: 500;
	line-height: 1.88vw;
	color: var(--accent);
	position: absolute;
	left: 0;
	top: 0;
	height: 9.0729vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: 1.5s ease;
	left: -5vw;
	font-size: 1.3vw;
}

.home-about__qube._active {
	left: 0;
}

.acc-text {
	color: var(--accent);
}

.home-about__left p, .home-about__right p {
 font-size: 16px;

 line-height: 24px;

 margin-bottom: 25px;

}

.home-about__left ul, .mission-right__text ul, .home-vision_text ul, .home-aim__text ul, .team-item__description ul, .ressource-top__content ul, .intro-involed__text ul, .shop-inner__text ul {
	list-style: disc;
	padding-left: 20px;
}

.home-about__left ol, .mission-right__text ol, .home-vision_text ol, .home-aim__text ol, .team-item__description ol, .ressource-top__content ol, .intro-involed__text ol, .shop-inner__text ol {
	list-style: decimal;
	padding-left: 20px;
}

.home-about__left ul li, .mission-right__text ul li, .home-vision_text ul li, .home-aim__text ul li, .team-item__description ul li, .ressource-top__content ul li, .intro-involed__text ul li, .shop-inner__text ul li {
	list-style: disc;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}

.team-item__description ul {
  margin-top: -10px;
}

.home-about__left ul li::marker, .mission-right__text ul li::marker, .home-vision_text ul li::marker, .home-aim__text ul li::marker, .team-item__description ul li::marker, .ressource-top__content ul li::marker, .intro-involed__text ul li::marker, .shop-inner__text ul li::marker {
	color: var(--accent);
}

.home-about__left ol li, .mission-right__text ol li, .home-vision_text ol li, .home-aim__text ol li, .team-item__description ol li, .team-item__description ol li, .ressource-top__content ol li, .intro-involed__text ol li, .shop-inner__text ol li {
	list-style: decimal;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}

.home-about__left ol li::marker, .mission-right__text ol li::marker, .home-vision_text ol li::marker, .home-aim__text ol li::marker, .team-item__description ol li::marker, .ressource-top__content ol li::marker, .intro-involed__text ol li::marker, .shop-inner__text ol li::marker {
	color: var(--accent);
}

.home-about__left a, .mission-right__text a, .home-vision_text a, .home-aim__text a, .team-item__description a, .shop-inner__text a, .intro-involed__text a, .ressource-top__content a {
  color: var(--accent);
  text-decoration: underline;
}



.home-about__left p:last-child, .home-about__right p:last-child {
	margin-bottom: 0;
}

.home-about__left, .home-about__right {
	max-width: calc(800vw * var(--desktop));
	width: 100%;
}

.home-about__right-img {
	position: absolute;
	top: 250px;
	right: 0;
	max-width: 18.542vw;
	width: 100%;
	z-index: 1;
	transition: 2s ease;

}

.home-about__right-img._active {
	top: 65px;
}

.home-about__right-img img {
	width: 100%;
}

.home-about__right-fishes {
	max-width: 19.948vw;
	width: 100%;
	position: absolute;
	/* bottom: -25px; */
	top: 50vw;
	right: 18vw;
	z-index: 2;
	transition: 2s ease;
}

.home-about__right-fishes._active {
	top: 39.8vw;
	right: 13.5vw;
}

.home-about__right-fishes img {
	width: 100%;
}

.home-about__qube .small-line {
	position: absolute;
	width: 50px;
	left: 100%;
	bottom: 52px;
	line-height: 0;
}

.home-about__qube .small-line img {
	width: 100%;
}

.home-mission {
	background: url(../images/our-mission-bg.png) no-repeat;
	background-size: cover;
	background-position: top left;
	padding-top: 50px;

	position: relative;
	padding-bottom: 221px;

	z-index: 1;
}

.home-mission-top__line {
	width: 100%;
	transform: translateY(100px);
	transition: 2s ease;

}

.home-mission-top__line._active {
	transform: translateY(0);
}

.home-mission-top__line img {
	width: 100%;
}

.home-mission__main-container {
	position: relative;
	padding-left: 0;
	padding-right: 10.15625vw;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 55px;

}

.mission-vent__block {
	max-width: 41.1979167vw;
	width: 100%;
	/* top: 186px; */
	margin-top: -200px;

	position: relative;

}

.mission-right__content {
	max-width: 38.29vw;
	width: 100%;
}

.mission-right__text {
	max-width: 24.4791667vw;
	width: 100%;
}

.mission-right__text p {
	font-size: 16px;

	line-height: 24px;

	margin-bottom: 20px;

	color: #453A36;
}

.mission-right__text p.acc-text {
	color: var(--accent);
}

.mission-right__text p:last-child {
	margin-bottom: 0;
}

.home-mission__qube {
	width: 9.1146vw;
	padding-left: 0.96875vw;
	border: 1px solid var(--accent);
	border-radius: 14.53px;
	text-align: left;
	font-size: 1.5625vw;
	font-weight: 500;
	line-height: 1.88vw;
	color: var(--accent);
	position: absolute;
	right: 5vw;
	top: 0;
	height: 9.0729vw;
	display: flex;
	align-items: center;
	transition: 1.5s ease;
	font-size: 1.3vw;
}

.home-mission__qube._active {
	right: 10.15625vw;
}

.home-mission__qube .small-line {
	position: absolute;
	width: 50px;
	right: 100%;
	bottom: 52px;
	line-height: 0;
}

.mission-bottom__line {
	position: absolute;
	/* bottom: 105px; */
	bottom: 0;
	width: 100%;
	left: 0;
	transition: 1.5s ease;
}

.mission-bottom__line._active {
	bottom: 5.46875vw;
}

.mission-bottom__line img {
	width: 100%;
}

.vent-main {
	width: 100%;
	z-index: 1;
	position: relative;
}

.mission-vent__block .pulp {
	width: 27.8125vw;
	position: absolute;
	top: 11.5625vw;
	left: 0;
	opacity: 1;
	transition: 1.5s ease;
	z-index: 1;
}

.mission-vent__block .pulp._active {
	left: 11.4583333vw;
	opacity: 1;
}

.mission-vent__block .pulp.pulp-bas {
	opacity: 1;
}

.mission-vent__block .pulp.pulp-bas._active {
	opacity: 0;
}




section.home-vision {
	padding-top: 82px;
	background: transparent;
	margin-top: -18.27083vw;
	overflow: hidden;
	padding-top: 18.27083vw;
	/* height: calc(18.27vw + 900px); */
	position: relative;
	padding-bottom: 45.8px;

}

.home-vision__images {
	position: relative;
}

.home-vision__images-container {
	position: absolute;
	top: 0;
	/* right: -230px; */
	max-width: 54.427vw;
	width: 100%;
	right: -11.98vw;
}

.home-vision__images-container .home-wood {
	width: 100%;
}

.home-vision__images-container .home-music {
	width: 24.53125vw;
	position: absolute;
	top: 20.833333vw;
	right: 11.98vw;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
}

.home-vision__main-container {
	padding-left: 10.15625vw;
	padding-right: 10.15625vw;
}

.home-vision__main-container__inner {
	padding-left: 13.8vw;
	position: relative;
	padding-top: 129.5px;

}

.home-vision_text {
	max-width: 24.48vw;
	width: 100%;
}
.home-vision_text p {
	font-size: 16px;

	line-height: 24px;

	margin-bottom: 25px;

}

.home-vision_text p:last-child {
	margin-bottom: 0;
}

.home-vision__qube {
	width: 9.1146vw;
	padding-right: 0.96875vw;
	border: 1px solid var(--accent);
	border-radius: 14.53px;
	text-align: right;
	font-size: 1.5625vw;
	font-weight: 500;
	line-height: 1.88vw;
	color: var(--accent);
	position: absolute;
	left: -5vw;
	top: 81.3px;
	height: 9.0729vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: 1.5s ease;
	font-size: 1.3vw;
}

.home-vision__qube._active {
	left: 0;
}

.home-vision__qube .small-line {
	position: absolute;
	width: 50px;
	left: 100%;
	bottom: 52px;
	line-height: 0;
}

section.home-aims {
	position: relative;
	/* z-index: -1; */
	/* padding-top: 167.2px; */
	padding-top: 8.7vw;
	/* height: 970px; */
	background: url(../images/aims-bg.png) no-repeat;
	background-size: cover;
	background-position: top;
	/* padding-bottom: 296px; */
	padding-bottom: 15.4166vw;
}

.home-aim__top-line {
	position: absolute;
	width: 100%;
	/* top: -75px; */
	transition: 1.5s ease;
	top: 0;
	left: 0;
}

.home-aim__top-line._active {
	top: -3.9vw;
}

.home-aim__top-line img {
	width: 100%;
}


.home-aimb__bottom-line {
	position: absolute;
	/* bottom: 107.2px; */
	transition: 1.5s ease;
	width: 100%;
	left: 0;
	bottom: 0;
}

.home-aimb__bottom-line._active {
	bottom: 5.583333vw;
}

.home-aimb__bottom-line img {
	width: 100%;
}

.home-aim__images {
	position: absolute;
	top: 167.2px;
	top: 9.7vw;
	left: -7.291666vw;
	max-width: 55.78125vw;
	width: 100%;
}

.home-aim__images .aim-main__img {
	width: 100%;
	transition: 1.5s ease;
	transform: translateX(-200px);
	opacity: 0;
}

.home-aim__images .aim-main__img._active {
	opacity: 1;
	transform: translateX(0);
}

.home-aim__images .aim-inner__img {
	position: absolute;
	top: 15vw;
	left: 0;
	width: 37.5vw;
	transition: 2.5s ease;
	transition-delay: .5s;
	opacity: 0;
}

.home-aim__images .aim-inner__img._active {
	left: 7.65625vw;
	opacity: 1;
}

.home-aim__content {
	padding-right: 10.15625vw;
	max-width: 48.4375vw;
	width: 100%;
	margin-left: auto;
	/* display: flex; */
}

.home-aim__text {
	max-width: 24.48vw;
	width: 100%;
	margin-right: auto;
}

.home-aim__qube {
	width: 11.1146vw;
	padding-left: 0.96875vw;
	border: 1px solid var(--accent);
	border-radius: 14.53px;
	text-align: left;
	font-size: 1.5625vw;
	font-weight: 500;
	line-height: 1.88vw;
	color: var(--accent);
	position: absolute;
	right: 5vw;
	top: 85px;
	height: 9.0729vw;
	display: flex;
	align-items: center;
	transition: 1.5s ease;
	font-size: 1.3vw;
}

.home-aim__qube._active {
	right: 10.15625vw;
}

.home-aim__qube .small-line {
	position: absolute;
	width: 50px;
	right: 100%;
	bottom: 52px;
	line-height: 0;
}

.home-aim__content {
	position: relative;
	padding-top: 122px;

}

.home-aim__text p {
	font-size: 16px;

	line-height: 24px;

	margin-bottom: 25px;

}

.home-aim__text p:last-child {
	margin-bottom: 0;
}

section.home-team {
	/* padding-top: 191px; */
	background: transparent;
	position: relative;
	/* padding-top: 210px; */
	padding-top: 10.9375vw;
	margin-top: -1.042vw;
	overflow: hidden;
	padding-bottom: 13.125vw;
	/* padding-bottom: 252px; */
}

.home-team__container {
	padding-left: 23.9584vw;
}

.home-team__container-inner {
	max-width: 38.4166vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 75px;
	gap: 3.9vw;
}

.home-team__qube {
	width: 9.1146vw;
	padding-right: 0.96875vw;
	border: 1px solid var(--accent);
	border-radius: 14.53px;
	text-align: right;
	font-size: 1.5625vw;
	font-weight: 500;
	line-height: 1.88vw;
	color: var(--accent);
	position: absolute;
	right: 26.276vw;
	top: 10px;
	height: 9.0729vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.3vw;
}

.home-team__image {
	max-width: 39.21875vw;
	width: 100%;
	position: absolute;
	right: -10.9375vw;
	bottom: 0;
}

.home-team__image img {
	width: 100%;
}

.team-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.team-item__content {
	max-width: 24.479vw;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.team-item__image {
	max-width: 11.718vw;
	width: 100%;
	height: max-content;
	transform: translateX(-50px);
	opacity: 0;
	transition: 1s ease;
	height: 11.718vw;
}

.team-item__image._active {
	transform: translateX(0);
	opacity: 1;
}

.team-item__image img {
	max-width: 11.718vw;
	width: 100%;
	height: 11.718vw;
	object-fit: cover;
	border-radius: 17px;
}

.team-item__name {
	font-size: 1.25vw;
	margin-bottom: 15.5px;

	color: var(--accent);
	font-weight: 500;
	line-height: 1.25vw;
	/* font-size: 24px; */
	transform: translateX(150px);
	opacity: 0;
	transition: 1s ease;
	transition-delay: .3s;
}

.team-item__name._active {
	opacity: 1;
	transform: translateX(0);
}

.team-item__description {
	font-size: 16px;

	color: #453A36;
	text-align: left;
	line-height: 21px;

}

.team-item__description p {
	margin-bottom: 21px;

}

.team-item__description p:last-child {
	margin-bottom: 0;
}

main.main-home {
	margin-bottom: 0;
}

.footer-phone img:first-child {
	height: 0;
	transition: 1.5s ease;
	transition-delay: .5s;
}

.footer-phone._active img:first-child {
	height: 8.3333333vw;
}


.home-top__newsletter {
	position: absolute;
	top: 115px;
	top: 7.3vw;
	/* top: 5.9896vw; */
	max-width: 12.292vw;
	width: 100%;
	right: 0.625vw;
	z-index: 2;
	cursor: pointer;
}
.mailpoet_submit {
	background: var(--accent)!important;
	color: #fff!important;
}

.mailpoet_form_shortcode * {
	font-family: var(--userfont)!important;
}

label.mailpoet-screen-reader-text {
	margin-bottom: 20px;
}

#mailpoet_form_1 h1.mailpoet-heading {
	margin-bottom: 40px!important;
}

.newsletter-images {
	position: relative;
	width: 100%;
	height: 6.40625vw;
}

.home-top__newsletter img {
	transition: .3s ease-in-out;
}

.home-top__newsletter img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 4.53125vw;
}



.home-top__newsletter img:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 3.90625vw;
	width: 100%;
	max-width: 4.53125vw;
	z-index: 1;
}

.home-top__newsletter img:nth-child(3) {
	position: absolute;
	bottom: 0.52vw;
	right: 0;
	width: 100%;
	max-width: 4.53125vw;
	z-index: 0;
}

.home-top__newsletter p {
	text-align: center;
	color: var(--accent);
	font-size: 16px;
	font-size: 0.833333vw;
	margin-top: 0.26vw;
}

.home-top__newsletter:hover .newsletter-images img:first-child {
	transform: rotate(-48deg) translate(-1.145833vw, 1.354166vw);
}

.home-top__newsletter:hover .newsletter-images img:nth-child(3) {
	transform: rotate(49deg) translate(19px, 22px);
}

.main-gallery {
	padding-top: 170px;
	padding-top: 8.854166vw;
}

.gallery-container {
	max-width: 91.25vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gallery-container .page-title {
	padding-left: 21.875vw;
	margin-bottom: 50px;
	margin-bottom: 2.6vw;
}

.gallery-item {
	display: block;
}

section.intro-offer {
	padding-top: 170px;
	padding-top: 8.8541666vw;
	/* background: #FCF4F2; */
	background: url(../images/offre-new-top.png) no-repeat;
	background-size: 100%;
	background-position: top;
	padding-bottom: calc(400vw * var(--desktop));
}

.intro-offer__line {
	background-color: #fff;
	width: 100%;
}

.intro-offer__line img {
	width: 100%;
}

.intro-offer .container {
	max-width: 79.6875vw;
	width: 100%;
	margin: 0 auto;
	padding-left: 13.54166vw;
	/* margin-bottom: calc(250vw * var(--desktop)); */

}

.intro-offer__image {
	position: absolute;
	top: 15.729166vw;
	right: -0.52vw;
	max-width: calc(481vw * var(--desktop));
	top: calc(165vw * var(--desktop));
	width: 100%;
	top: calc(150vw * var(--desktop));
	right: 0;
	max-width: calc(347vw * var(--desktop));
}

.intro-offer__image img {
	width: 100%;
}

.intro-offer .page-title {
	padding-left: 2.6vw;
	margin-bottom: 50px;
	margin-bottom: 2.6vw;
	text-align: right;
	padding-right: calc(180vw * var(--desktop));
}

.intro-offer__description {
	max-width: 31.25vw;
	width: 100%;
	margin-bottom: -8.33vw;
	position: relative;
	display: none;
}

.intro-offer__description p {
	margin-bottom: 25px;

	font-size: 16px;

	line-height: 24px;

}

.intro-offer__description h3 {
	font-size: 40px;

	font-weight: 300;
	color: var(--accent);
	/* line-height: 96px; */
	line-height: normal;
	margin-bottom: 20px;

}
.color-red {
	color: var(--accent);
}

.intro-offer__description ul {
	padding-left: 3.6458vw;
	margin-top: -10px;

	margin-bottom: 25px;


}

.intro-offer__description ul li {
	list-style: none;
	font-size: 16px;

	line-height: 32px;

}

.intro-offer__description a {
  color: var(--accent);
  text-decoration: underline;
}

.intro-offer__description ul li::before {
  content: "\2022";
  color: var(--accent);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.offer-main {
	padding-top: 80px;

}

.filter-name {
	font-size: 18px;

	font-weight: 500;
	color: var(--accent);
	text-transform: uppercase;
	margin-bottom: 15px;

}

.filter-checkbox {
	display: flex;
	gap: 12.6px;

	align-items: center;
	margin-bottom: 14px;

}

.filter-checkbox input {
	-webkit-appearance: none;
	margin: 0;
	font-size: 0;
	position: relative;
}

.filter-checkbox input:before {
	content: '';
	width: 16px;

	height: 16px;

	border: 1px solid var(--accent);
	background: #fff;
	display: block;
}

.filter-checkbox input:checked:before {
	background: var(--accent);
}

.filter-checkbox input, .filter-checkbox label {
	cursor: pointer;
}

.filter-checkbox label {
	font-size: 16px;

	color: #453A36;
}

.offer-main__filter-item {
	max-width: 190px;
	width: 100%;
}
.filter-item__container {
	max-width: 190px;
	width: 100%;
}

.filter-select select {
	width: 100%;
	height: 40px;

	padding-left: 12px;

	padding-right: 25px;

	background: transparent;
	border: 1px solid var(--accent);
	font-size: 16px;

	font-weight: 400;
	outline: none;
	-webkit-appearance: none;
	background: url(../images/icons/small-arrow.svg) no-repeat;
	background-size: 12px;

	background-position: 170px 16px;

	color: var(--accent);
  cursor: pointer;
}

.offer-main__filter-item.filter-duration {
	max-width: 125px;

	width: 100%;
}

.offer-main__filters {
	padding-bottom: 80px;

	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	gap: 48px;
}

.home-canvas__link {
	width: 23.4375vw;
	position: absolute;
	display: block;
	height: 21.25vw;
	bottom: 3.229vw;
	left: 9vw;
}

/* range slider start */

.range-slider {
	position: relative;
	width: 100%;
	height: 45px;

	text-align: center;
}

.filter-duration .filter-name {
	margin-bottom: 10px;

}

.range-slider input {
	pointer-events: none;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 23px;

	width: 100%;
	outline: none;
	height: 18px;

	margin: 0;
	padding: 0;
}

.range-slider input::-webkit-slider-thumb {
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
}

.range-slider input::-moz-range-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-moz-appearance: none;
	width: 9px;
}

.range-slider input::-moz-range-track {
	position: relative;
	z-index: -1;
	background-color: rgba(0, 0, 0, 1);
	border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
	-moz-appearance: none;
	background: none transparent;
	border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
border: 0;
}

.rangeValue {
width: 30px;
}

/* .output {
position: absolute;
border:1px solid #999;
width: 40px;
height: 30px;
text-align: center;
color: #999;
border-radius: 4px;
display: inline-block;
font: bold 15px/30px Helvetica, Arial;
bottom: 75%;
left: 50%;
transform: translate(-50%, 0);
} */

.output.outputTwo {
left: 100%;
}

.hours-output {
	font-size: 16px;

	line-height: normal;
	text-align: left;
}


input[type=range] {
	-webkit-appearance: none;
	background: none;
}

input[type=range]::-webkit-slider-runnable-track {
	height: 5px;

	border: none;
	border-radius: 3px;

	background: transparent;
}

input[type=range]::-ms-track {
	height: 5px;

	background: transparent;
	border: none;
	border-radius: 3px;

}

input[type=range]::-moz-range-track {
	height: 5px;

	background: transparent;
	border: none;
	border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;

	width: 16px;

	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--accent);
	margin-top: -5px;

	position: relative;
	z-index: 10000;
}

input[type=range]::-ms-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;

	width: 16px;

	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--accent);
	margin-top: -5px;

	position: relative;
	z-index: 10000;
}

input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;

	width: 16px;

	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--accent);
	margin-top: -5px;

	position: relative;
	z-index: 10000;
}

input[type=range]:focus {
outline: none;
}

.full-range,
.incl-range {
	width: 100%;
	height: 6px;

	left: 0;
	top: 30px;

	position: absolute;
	background: transparent;
}

.full-range {
	border: 1px solid #E41F21;
}

.incl-range {
	background: #E41F21;
}


/* range slider end */


.offer-main__listing-item {
	max-width: 23.4375vw;
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
}

.offer-main__listing-item h4 {
	padding-left: 0.83vw;
	font-size: 1.3vw;
	line-height: 1.5625vw;
	color: var(--accent);
	margin-bottom: 10px;
	margin-bottom: 0.52vw;
	font-weight: 400;
}

.offer-main__listing-item p {
	font-size: 0.83vw;
	line-height: 1.5625vw;
	font-weight: 400;
	padding-right: 1.3vw;
	text-align: right;
	transition: .3s ease-in-out;
}

.offer-main__listing-item p:hover {
	color: var(--accent);
}

.offer-main__item-image {
	width: 100%;
	margin-bottom: 11px;
	margin-bottom: 0.5729vw;
}

.offer-main__item-image img {
	width: 100%;
	max-height: 15.625vw;
	object-fit: cover;
}

.offer-item__left-line {
	max-width: 13.49vw;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: -2.083vw;
}

.offer-item__left-line img {
	width: 100%;
}

.offer-main__listing-top {
	margin-bottom: 112px;
	margin-bottom: 5.8333vw;
}

.offer-main__listing-bottom {
	display: grid;
	grid-template-columns: repeat(3, 23.4375vw);
	justify-content: space-between;
	gap: 80px 0;

	margin-bottom: 130px;

}

.offer-seemore {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;

}

.offer-seemore p {
	font-size: 16px;

	color: var(--accent);
}

section.offer-main {
	padding-bottom: 120px;
	margin-top: calc(-410vw * var(--desktop));
	padding-top: 0;
}


.offer-inner {
	padding-top: 282px;
	position: relative;
	padding-bottom: 130px;
	min-height: 1070px;

}

.offer-inner__top-image {
	max-width: 46.3vw;
	width: 100%;
	position: absolute;
	top: 171.4px;

	right: 0;
}

.offer-inner__top-image img {
	width: 100%;
}

.back-link {
	position: absolute;
	right: calc(100% + 34px);
	top: 32px;
}

.offer-inner__content .container {
	position: relative;
}

.offer-inner__main {
	display: flex;
	gap: 2.7vw;
}

.offer-inner__main-left {
	max-width: 41.66vw;
	width: 100%;
}

.offer-inner__main-right {
	max-width: 31.25vw;
	width: 100%;
}

.offer-inner__slider {
	width: 100%;
	margin-bottom: 16px;
}

.offer-inner__slider-item {
	width: 100%;
}

.swiper-nav {
	max-width: 45px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.swiper-nav div {
	width: 9.31px;
	height: 13px;
}

.swiper-button-prev__offer {
	background: url(../images/swiper-prev.svg) no-repeat;
	background-size: cover;
}

.swiper-button-next__offer {
	background: url(../images/swiper-next.svg) no-repeat;
	background-size: cover;
}

.swiper-bottom__nav {
	display: flex;
	padding-left: 15px;
	align-items: center;
	gap: 50px
}

.swiper-pagination__offer {
	display: flex;
	gap: 6px;
}

.swiper-pagination__offer .swiper-pagination-bullet {
	border: 1px solid var(--accent);
	width: 10px;
	height: 10px;
	background: transparent;
	opacity: 1;
	margin: 0!important;
}

.swiper-pagination__offer .swiper-pagination-bullet-active {
	background: var(--accent);
	opacity: 1;

}

.main-offer__inner {
	background: url(../images/offer-inner-bg.svg) no-repeat;
	background-size: 100%;
	background-position: top;
}

.offer-inner__main-right h1 {
	width: 100%;
	font-size: 3.645833vw;
	line-height: 3.645833vw;
	margin-bottom: 2.6vw;
	color: var(--accent);
	font-weight: 300;
}

.offer-sbjects {
	padding-left: 0;
	margin-bottom: 26px;

}

.offer-inner__description p {
	font-size: 16px;

	line-height: 24px;

	margin-bottom: 20px;

}

.offer-inner__description a {
  color: var(--accent);
  text-decoration: underline;
}

.offer-inner__additional p {
	font-size: 16px;

	line-height: 24px;

	margin-bottom: 20px;

}

.offer-inner__description ul {
	padding-left: 20px;
}

.offer-inner__description ul li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	list-style: disc;

}

.offer-inner__description ul li::marker {
	color: var(--accent);
}

.offer-inner__description ul li:last-child {
	margin-bottom: 0;
}

.offer-inner__description ol {
	padding-left: 20px;
}

.offer-inner__description ol li {
	list-style: decimal;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;

}

.offer-inner__description ol li::marker {
	color: var(--accent);
	font-weight: bold;
}

.offer-inner__description ol li:last-child {
	margin-bottom: 0;
}

.offer-inner__additional p span:first-child {
	color: var(--text);
}

.offer-inner__additional p span {
	color: var(--accent);
}

.offer-inner__additional p span.aud {
	color: var(--text);
}

.offer-inner__additional p.audiences {
	color: var(--accent);
}

.offer-inner__book {
	position: relative;
	padding-bottom: 172px;
	padding-bottom: 8.958333vw;
}

.offer-inner__line {
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 0.8333vw;
}

.offer-inner__line img {
	width: 100%;
}

.offer-inner__book h2 {
	font-size: 3.125vw;
	line-height: 4.1666vw;
	text-align: center;
	color: var(--accent);
	font-weight: 300;
	margin-bottom: 60px;

}

.book-fish__f {
	max-width: 17.8125vw;
	width: 100%;
	position: absolute;
	top: 2.2552vw;
	right: 1.875vw;
}

.book-fish__f img {
	width: 100%;
}

.book-form__main {
	max-width: 47.65625vw;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.book-form__left {
	max-width: 20.833vw;
	width: 100%;
}

.book-form__right {
	padding-top: 35px;
	max-width: 16.67vw;
	width: 100%;
}

.book-form__right p.green-color {
	color: #71B85E;
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 38px;
}

.book-input {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 8px;
	margin-bottom: 20px;
	color: #453A36;
}

.book-input label {
	font-size: 13px;
	line-height: 18px;
}

.book-input input {
	height: 31px;
	border: 1px solid var(--accent);
	padding-left: 10px;
	font-size: 14px;
}

.book_submit {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 27px;
	height: 35.22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #71B45E;
	border-radius: 8px;
	border: 0;
}

.book-calendar {
	width: 100%;
	margin-bottom: 19.2px;
}

.book-calendar img {
	width: 100%;
}

.book-dates p {
	font-size: 21px;
	line-height: 37px;
	font-weight: 300;
	color: var(--accent);
}

.book-dates {
	margin-bottom: 40px;
}

.book-spots p {
	font-size: 21px;
	line-height: 37px;
	font-weight: 300;
}

.book-fish__s {
	position: absolute;
	bottom: 2.6vw;
	left: 0;
	max-width: 7.7vw;
	width: 100%;
}

.book-fish__s img {
	width: 100%;
}



.offer-inner__bottom-line {
	width: 100%;
	margin-bottom: 60px;
}

.offer-inner__bottom-line img {
	width: 100%;
}

.offer-inner__related h3 {
	font-size: 2.083vw;
	margin-bottom: 40px;
	margin-bottom: 2.083vw;
	font-weight: 300;
}

.offer-inner__related {
	padding-bottom: 40px;
}

.res-video video {
	width: 100%;
}

.ressource-inner__constructor p {
	font-size: 16px;
  line-height: 24px;
	margin-bottom: 15px;
}

.ressource-inner__constructor h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

.ressource-inner__constructor img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.ressource-full {
	margin-bottom: 80px;
}

.ressource-inner__constructor ul li {
	list-style: disc;
	font-size: 16px;
  line-height: 24px;
}

.ressource-inner__constructor a {
  color: var(--accent);
  text-decoration: underline;
}

.ressource-inner__constructor ul {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

.nothing-found {
	font-size: 40px;
	font-weight: 300;
	color: var(--accent);
	line-height: 45px;
}

.gallery-grid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gallery-grid .gallery-item {
	/* max-width: 22.395833vw; */
	width: 100%;
	max-width: 430px;
	height: auto;
	display: block;
	margin-bottom: 10px;

}

.gallery-grid .gallery-item img {
	width: 100%;
	height: 100%;
}

.air-datepicker.-inline- {
	background: #FCF4F2;
	border: 1px solid #E41F21;
	border-radius: 10px;
	width: 100%;
}

.offer-inner__slider-item img {
	width: 100%;
	height: 530px;
	height: 27.6vw;
	object-fit: cover;
}

.air-datepicker-cell.have-event {
	background: transparent;
	border: 1px solid #E41F21;
}

.air-datepicker-cell.-selected- {
	background: #E41F21;
	border: 1px solid #E41F21;
	color: #fff;
}

.air-datepicker-cell.-selected-.-focus- {
	background: transparent;
}


.air-datepicker-cell.-selected-.-current- {
	background: #E41F21;
	border: 1px solid #E41F21;
	color: #453A36;
}


.air-datepicker-nav--title, .air-datepicker-nav--title i {
	pointer-events: none;
	font-size: 18px;
	font-family: var(--userfont);
	color: #E41F21;
	text-transform: uppercase;
	font-weight: 500;
}

.air-datepicker-nav {
	border-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.air-datepicker-nav--action path {
	stroke: #E41F21;
	stroke-width: 1px;
}

.air-datepicker--content {
	padding-bottom: 30px;
}

.air-datepicker-body--cells.-days- {
	gap: 0 10px;
}

.air-datepicker-body--day-name {
	color: #453A36;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--userfont);
}

.air-datepicker-cell {
	font-size: 16px;
	font-family: var(--userfont);
	font-weight: 300;
}

.air-datepicker-body--day-names {
	margin-bottom: 20px;
}

.air-datepicker--content {
	padding-left: 25px;
	padding-right: 25px;
}

.mobile-filter__toggler {
	display: none;
}

.home-top__canvas-mob {
	display: none;
}

.shop-container {
	max-width: 79.6875vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.main-shop .page-title {
	padding-left: 26.3vw;
}

.main-shop {
	padding-top: 170px;
	padding-top: 8.8541667vw;
	background: url(../images/faq-bg.png) no-repeat;
	background-size: 100%;
	background-position: top;
}

.shop-top__line {
	width: 100%;
}

.shop-top__line img {
	width: 100%;
}

.shop-top__images {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: -60px;
	margin-top: -3.125vw;
	padding-bottom: 95px;
	padding-bottom: 4.9479vw;
}

.shop-top__images img:last-child {
	width: 68px;
}

.shop-item {
	position: relative;

}


.shop-item__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.shop-items__list {
	display: grid;
	grid-template-columns: repeat(3, 24.739vw);
	gap: 4.16vw 2.76vw;
	padding-bottom: 100px;
}


.shop-item__image {
	width: 100%;
}

.shop-item__image img {
	width: 100%;
	height: 320px;
  height: 635px;
	object-fit: cover;
}

.shop-item__info {
	width: 100%;
	border: 1px solid #E41F21;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
}

.shop-item__name {
	/* font-size: 2.08vw;
	line-height: 2.1vw; */
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	color: var(--accent);
	margin-bottom: 10px;
}

.shop-item__descrption {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 28px;
	font-weight: 400;
}

.shop-item__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shop-item__price {
	padding: 3px 15px 3px 15px;
	font-size: 25px;
	line-height: 30px;
	color: var(--accent);
	border: 1px solid var(--accent);
}

.shop-item__plus {
	font-size: 45px;
	font-weight: 500;
	color: #71B85E;
	line-height: normal;
}

.shop-inner-main {
	padding-top: 300px;
	padding-bottom: 220px;
}

.shop-inner-main .shop-container {
	position: relative;
}

.shop-inner__back {
	position: absolute;
	top: 0;
	right: calc(100% + 30px);
	display: block;
	width: 38px;
}

.shop-inner__back img {
	width: 38px;
}

.shop-inner__images {
	max-width: 26vw;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2vw 1vw;
	cursor: pointer;
	height: max-content;
}

.shop-inner-main__image {
	width: 100%;
	max-width: 100%;
}

.shop-inner-main__image img {
	width: 100%;
	/* height: 493px; */
	object-fit: cover;
  height: auto;
}

.shop-inner__main-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 3.33vw;
}

.shop-inner__small-image {
	width: 8.85vw;
	height: 6vw;
}

.shop-inner__small-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-inner__description {
	max-width: 46vw;
	width: 100%;
	padding-top: 30px;
}

.shop-inner__title {
	font-size: 4.16vw;
	line-height: 4.16vw;
	margin-bottom: 12px;
	font-weight: 300;
	color: var(--accent);
}

.shop-inner__descr {
	margin-bottom: 39px;
	font-size: 20px;
	line-height: 30px;
	color: #453A36;
}

.shop-inner__text {
	color: #453A36;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px;
}

.shop-inner-price {
	font-size: 40px;
	line-height: 45px;
	color: var(--accent);
	font-weight: 300;
	margin-bottom: 28px;
}

.cout-product {
	width: 97px;
	padding: 3px 9px;
	border: 1px solid var(--accent);
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 64px;
}

.cout-product input {
	width: 100%!important;
	font-size: 25px;
	line-height: 30px;
	color: var(--accent);
	border: 0;
	text-align: center;
	margin: 0;
	background: transparent!important;
}

.cout-product .minus {
	font-size: 25px;
	line-height: 30px;
	color: var(--accent);
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}

.cout-product .plus {
	font-size: 25px;
	line-height: 30px;
	color: var(--accent);
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}

.add-to-cart__button {
	width: max-content;
	padding: 12px 28px;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--accent);
	border: 0!important;
}
.add-to-cart__button:hover {
	color: #fff;
}

.cout-product .minus, .cout-product .plus {
	border: 0!important;
	background: transparent!important;
}


.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce .quantity input.qty[type=number] {
  -moz-appearance: textfield;
}


.woocommerce-notices-wrapper {
	position: absolute;
	top: 220px;
	right: 4.375vw;
	width: 37.9vw;
}

.woocommerce-message {
	border-color: var(--accent);
	display: flex;
	align-items: center;
	gap: 30px;
	outline: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff!important;
	border: 1px solid;
	border-radius: 0;
	border-color: var(--accent)!important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-color: var(--accent)!important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #FCF4F2!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background: var(--accent)!important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #FCF4F2!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
	border-top-color: transparent!important;
}

.woocommerce form .form-row label {
	line-height: normal;
}

.woocommerce-message a.button {
	float: none;
	order: 3;
	width: max-content;
	padding: 12px 28px;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--accent);
	font-weight: 400;
	min-width: 150px;
}

.woocommerce-message::before {
	top: 25px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: transparent;
}

.cart-link {
	position: absolute;
	top: 150px;

	right: 4.375vw;
	z-index: 2;
}

/* Chrome, Safari, Edge, Opera */
.book-input input::-webkit-outer-spin-button,
.book-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.book-input input[type=number] {
  -moz-appearance: textfield;
}

span.star {
	color: var(--accent);
}

.offer-success__message {
	display: none;
	padding: 18px 22px;
	border: 1px solid var(--accent);
	background: #FCF4F2;
	max-width: 256px;
	font-size: 16px;
	line-height: 21px;
	color: var(--accent);
}

.book_submit {
	margin-bottom: 30px;
}

.donate-additional {
	margin-bottom: 30px;
}

main.cart-page {
	padding-top: 250px;
	margin-bottom: 8vw;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/* padding-left: 5.78vw;
	padding-right: 4.375vw; */
}


.cart-page .page-tile {
	margin-bottom: 20px;
}

.cart-main__table-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11px;
}

.cart-main__table-head > div {
	text-align: center;
	color: var(--accent);
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
}

.cart-main__table-head > div:first-child, .cart-main__table-body .cart_item > div.product-item__image-name {
	max-width: 356px;
	width: 100%;
}

.cart-main__table-head > div:nth-child(2), .cart-main__table-body .cart_item > div.product-item__table-price {
	max-width: 195px;
	width: 100%;
}

.cart-main__table-head > div:nth-child(3), .cart-main__table-body .cart_item > div.product-item__table-item__quantity {
	max-width: 176px;
	width: 100%;
}

.cart-main__table-head > div:nth-child(4), .cart-main__table-body .cart_item > div.product-item__table-subtotal {
	max-width: 210px;
	width: 100%;
}

.cart-main__table-head > div:nth-child(5), .cart-main__table-body .cart_item > div.product-item__table-remove {
	max-width: 62px;
	width: 100%;
}

.cart-main__table-body .cart_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #E41F21;
	height: 132px;
	/* border-bottom: 0; */
}

/* .cart-main__table-body .cart_item:first-child {
	border-bottom: 1px solid #E41F21;
} */


.cart-main__table-body .cart_item > div {
	padding: 15px;
	border-right: 1px solid #E41F21;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-main__table-body .cart_item > div:last-child {
	border-right: 0;
}

.cart-main__table-body .cart_item > div.product-item__image-name {
	display: flex;
	justify-content: flex-start;
	gap: 35px;
}

.product-item__table-name {
	max-width: 122px;
}

.product-item__table-image {
	width: 150px;
	height: 100px;
}

.product-item__table-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-main__table-body .wp-element-button {
	margin-top: 45px!important;
	margin-left: auto!important;
	width: max-content!important;
	display: block!important;
	border-radius: 10px!important;
	font-size: 14px!important;
	font-weight: 500!important;
	color: #fff!important;
	padding: 10px!important;
}

.cart-main__table {
	margin-bottom: 55px;
}

.cart-main__table-body .wp-element-button[aria-disabled="false"] {
	background: #71B45E!important;
}

.cart-main__table-body .wp-element-button[aria-disabled="true"] {
	color: #000!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
}

.cart_totals h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	color: var(--accent);
	margin-bottom: 12px;
	text-transform: lowercase;
}

.order-total {
	display: flex;
	width: 100%;
	gap: 16px;
	justify-content: center;
	padding: 34px 15px;
	background: #FCF4F2;
	border: 1px solid var(--accent);
	align-items: center;
	margin-bottom: 15px;
}

.order-total > * {
	display: block;
	width: max-content!important;
	padding:0!important;
}

.order-total > th {
	font-size: 24px;
	font-weight: 500;
	color: var(--accent);
	line-height: 24px;
	text-transform: uppercase;
}

.order-total > td[data-title="Total"] {
	font-size: 24px;
	line-height: 24px;
	color: #453A36;
}

.order-total > td[data-title="Total"] strong {
	font-weight: 400;
}

.cart-not-shipping__text p {
	color: #453A36;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 400;
}

.cart-not-shipping__text a {
	font-weight: 500;
	color: var(--accent);
	font-size: 16px;
	line-height: 30px;

}

.cart_totals table {
	border: 0!important;
}

.checkout-table__button {
	font-size: 20px!important;
	line-height: normal!important;
	color: #fff!important;
	padding: 12px 38px!important;
	background: var(--accent)!important;
	border-radius: 10px!important;
	font-weight: 500!important;
	width: max-content!important;
	margin-left: auto!important;
	display: block!important;

}

.wc-proceed-to-checkout {
	padding-top: 40px!important;
}

main.checkout-page {
	padding-top: 250px;
	margin-bottom: 8vw;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}



.checkout-page h1.page-title {
	margin-bottom: 45px;
}

.woocommerce-billing-fields h3 {
	font-size: 2.083vw;
	line-height: normal;
	color: var(--accent);
	font-weight: 300;
	text-transform: lowercase;
	margin-bottom: 20px;
}

.cart-page h1 {
	margin-bottom: 30px;
}

form.woocommerce-checkout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.checkout-customer__details {
	max-width: 450px;
	width: 100%;
}

.checkout-order__info {
	max-width: 450px;
	width: 100%;
}

.checkout-order__info h3 {
	font-size: 2.083vw;
	line-height: normal;
	color: var(--accent);
	font-weight: 300;
	text-transform: lowercase;
	margin-bottom: 20px;
}

.checkout__total-bordered {
	background: #FCF4F2;
	border: 1px solid var(--accent);
	margin-bottom: 16px;
}

.checkout__total .orde-total__checkout {
	margin-bottom: 0;
	border: 0;
	padding: 48px 15px;
}

.checkout__total-top {
	padding: 20px;
	border-bottom: 1px solid var(--accent);
}

.checkout__total-top .cart_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 27px;
}

.checkout__total-top .cart_item:last-child {
	margin-bottom: 0;
}

.checkout__total-top .cart_item .product-name {
	font-size: 16px;
	line-height: 24px;
	color: var(--accent);
}

.checkout__total-top .cart_item .product-total {
	font-size: 16px;
	font-weight: 500;
	color: var(--accent);
}

.orde-total__checkout div:first-child {
	font-weight: 500;
	color: var(--accent);
	font-size: 24px;
	line-height: normal;
	text-transform: uppercase;
}

.orde-total__checkout div:nth-child(2) {
	font-weight: 400;
	color: #453A36;
	font-size: 24px;
	line-height: normal;
	text-transform: uppercase;
}

.checkout__total .cart-not-shipping__text {
	margin-bottom: 30px;
}

.woocommerce form .checkout-customer__details .form-row {
	width: 100%;
	max-width: 100%;
	float: none!important;
}

.woocommerce form .checkout-customer__details .form-row input {
	border: 1px solid #E41F21;
	height: 31px;
	padding: 6px 9px;
	font-size: 16px;
	line-height: normal;
	color: var(--accent);
}

.woocommerce form .checkout-customer__details .form-row label {
	font-size: 16px;
	font-weight: 400;
	text-transform: lowercase;
	margin-bottom: 10px;
}

form.woocommerce-checkout .woocommerce-NoticeGroup {
	width: 100%;
}

.book-additional__content p {
	font-size: 21px;
	line-height: 37px;
	font-weight: 300;
	margin-bottom: 15px;
}

/* .offer-inner__book {
	display: none!important;
} */

.no-products {
	max-width: 32.55vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5vw;
	margin-top: -5vw;
}

.no-products img {
	width: 100%;
}

main.main-shop {
	margin-bottom: 4vw;
}


.header-mobile__nav {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 60px 0;
	background: var(--accent);
	text-align: center;
	top: -100%;
	opacity: 0;
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100%;
	justify-content: center;
}

.mobile-pulp {
	display: none;
}

.aerdscheff-copyright {
	padding-top: 85px;
	width: 100%;
	padding-right: 2.6vw;
}

.copyright-container {
	width: max-content;
	display: flex;
	align-items: flex-end;
	margin-left: auto;
}

.copyright-text {
	margin-left: 78px;
	font-size: 15px;
	color: #E41F21;
	font-family: 'gotham', sans-serif;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 10px;
}

.condition-footer {
	margin-right: 78px;
	font-size: 15px;
	color: #E41F21;
	font-family: 'gotham', sans-serif;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 10px;
}

.eco-responsible {
	margin-left: 15px;
	text-align: center;
	padding-bottom: 10px;
}

.eco-responsible p {
	font-size: 14px;
	color: #E41F21;
	font-family: 'gotham', sans-serif;
	font-weight: 500;
	line-height: normal;
}

.shop-mobile-images {
	display: none;
}


.mobile-text, .mobile-see__more-two {
	display: none;
}

.get-involed__image-mobile {
	display: none;
}

.involed-form__name-mobile {
	display: none;
}

.footer-ground__mobile {
	display: none;
}

.mobile-image__top-gr {
	display: none;
}

.donate-bottom__mobile {
	display: none;
}

.intro-offer-see-more {
	display: none;
}

@media (max-width: 920px) {
	form.woocommerce-checkout {
		flex-direction: column;
		align-items: center;
		padding-left: 20px;
		padding-right: 20px;
		gap: 50px;
	}

	.checkout-page h1.page-title {
		text-align: center;
		font-size: 40px;
		margin-bottom: 72px;
	}

	.woocommerce-billing-fields h3, .checkout-order__info h3 {
		font-size: 25px;
	}

	main.checkout-page{
		padding-bottom: 250px;
	}
}

@media (max-width: 842px) {
	.cart-main__table-head {
			display: none; /* Убираем заголовки таблицы на мобильных */
	}

	.cart-main__table-body .woocommerce-cart-form__cart-item {
			display: flex;
			flex-direction: column;
			border-bottom: 1px solid #eaeaea;
			padding: 10px 0;
	}

	.woocommerce-cart-form__cart-item .product-item__image-name,
	.woocommerce-cart-form__cart-item .product-item__table-price,
	.woocommerce-cart-form__cart-item .product-item__table-item__quantity,
	.woocommerce-cart-form__cart-item .product-item__table-subtotal,
	.woocommerce-cart-form__cart-item .product-item__table-remove {
			display: flex;
			justify-content: space-between;
			padding: 10px 0;
	}

	.woocommerce-cart-form__cart-item .product-item__image-name {
			align-items: center;
	}

	.woocommerce-cart-form__cart-item .product-item__table-price,
	.woocommerce-cart-form__cart-item .product-item__table-item__quantity,
	.woocommerce-cart-form__cart-item .product-item__table-subtotal {
			border-top: 1px solid #eaeaea;
			margin-top: 10px;
			padding-top: 10px;
	}

	.woocommerce-cart-form__cart-item .product-item__table-remove {
			justify-content: flex-end;
	}

	/* Изменяем размеры изображения */
	.product-thumbnail img {
			max-width: 200px;
			height: auto;
	}

	.cart-main__table-body .cart_item {
		height: auto;
	}

	.cart-main__table-body .cart_item > div{
		border: 0;
		max-width: 100% !important;
		border-bottom: 1px solid var(--accent);
	}

	.cart-main__table-body .cart_item > div.product-item__image-name {
		flex-direction: column;
		align-items: center;
	}

	.product-item__table-image {
		max-width: 200px;
		height: auto;
		width: auto;
	}

	.cart-main__table-body .cart_item {
		padding-bottom: 0;
	}

	.cart-body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cart-page h1 {
		text-align: center;
		font-size: 40px;
		margin-bottom: 50px;
	}

	.cart-main__table-body > button.button {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		display: block;
	}
}


@media (max-width: 450px) {
	.blog-item__date {
		width: 100%;
	}
}



/* Оверлей для попапа */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Содержимое попапа */
.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  position: relative;
}

/* Кнопка закрытия */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.blog-inner__main ol {
	list-style: decimal;
}

.blog-inner__main ol li {
		list-style: decimal;
}

.blog-inner__main ul {
	list-style: disc;
}

.blog-inner__main ul li {
	list-style: disc;
}

.blog-inner__main a {
  color: var(--accent);
  text-decoration: underline;
}

.blog-inner__main li {
	margin-bottom: 15px;
}

.blog-inner__main li:last-child {
	margin-bottom: 0;
}

.intro-aboutpage {
	padding-top: calc(188vw * var(--desktop));
	background: #FCF4F2;
	margin-bottom: 100px;
}

.about-new__block {
	display: flex;
	justify-content: space-between;
}

.about-left__image {
	max-width: calc(890vw * var(--desktop));
	width: 100%;
}

.about-left__image img {
	width: 100%;
}

.about-right__content {
	max-width: calc(684vw * var(--desktop));
	width: 100%;
	padding-top: calc(112vw * var(--desktop));
}

.intro-aboutpage .container {
	max-width: 100%;
	padding-left: calc(69vw * var(--desktop));
	padding-right: calc(195vw * var(--desktop));
}

.page-title__new {
	padding-left: calc(1024vw * var(--desktop));
	padding-right: calc(111vw * var(--desktop));
	max-width: 100%;
	width: 100%;
}

.basic-content h2 {
	font-size: 40px;
	line-height: 40px;
	color: var(--accent);
	margin-bottom: 20.9px;
	font-weight: 300;
}

.basic-content p, .shop-inner__text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.basic-content > *:last-child {
	margin-bottom: 0;
}

.basic-content > * {
	margin-bottom: 24px;
}


.basic-content ul li, .basic-content ol li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}

.basic-content a {
	color: var(--accent);
	font-weight: bold;
  text-decoration: underline;
}

.basic-content ul, .basic-content ol {
	padding-left: 20px;

}

.basic-content ul, .basic-content ul li {
	list-style: disc;
}

.basic-content ul li::marker, .basic-content ol li::marker {
	color: var(--accent);
}

.home-team__qube.new-qube {
	right: unset;
	left: 6vw;
	top: calc(20vw * var(--desktop));
}


.home-team__image {
	bottom: 0;
}

section.home-team {
	padding-bottom: 5vw;
}

section.team-new {
	margin-bottom: calc(-100vw * var(--desktop));
	padding-bottom: 13.125vw;
	padding-top: calc(300vw * var(--desktop))
}

.column-padding {
	padding-top: 100px;
}

section.intro-odd {
	padding-top: 9.8958333vw;
	background: var(--bg-pink);
}

.page-title-odd {
	max-width: 100%;
	width: 100%;
	font-size: calc(80vw * var(--desktop));
	line-height: calc(80vw * var(--desktop));
	padding-left: calc(1024vw * var(--desktop));
	margin-bottom: 0;
	padding-right: calc(150vw * var(--desktop));
  padding-left: 0;
  padding-right: 0;
  margin-bottom: calc(30vw * var(--desktop));
}

.intro-odd .container {
	max-width: 100%;
	padding-left: calc(195vw * var(--desktop));
	padding-right: calc(150vw * var(--desktop));
}

.intro-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.odd-intro__left {
	max-width: calc(590vw * var(--desktop));
	width: 100%;
}

.odd-intro__left img {
	width: 100%;
}

.odd-intro__right {
	max-width: calc(890vw * var(--desktop));
	width: 100%;
	padding-top: calc(50vw * var(--desktop));
}

.odd-intro__right p {
	max-width: 90%;
}

.odd-builder {
	padding-top: 80px;
}

.odd-ses-title {
	font-size: calc(80vw * var(--desktop));
	line-height: calc(80vw * var(--desktop));
	font-weight: 300;
	margin-bottom: 125px;
	color: var(--accent);
}

.odd-builder-row {
	display: flex;
	justify-content: space-between;
	gap: calc(150vw * var(--desktop));
	margin-bottom: 280px;
	align-items: flex-start;
}

.odd-builder__column {
	width: 100%;
	max-width: 100%;
}

.odd-builder-row:last-child {
	margin-bottom: 0;
}

.ses-builder {
	position: relative;
	padding-top: 250px;
	margin-bottom: 200px;
}

.ses-top__line {
	position: absolute;
	left: 0;
	top: 130px;
	width: 100%;
}
.ses-top__line img {
	width: 100%;
}
.ses-builder .faq-top__line {
	top: 130px;
}

.basic-content img {
	max-width: 100%;
	height: auto;
}

.basic-content iframe {
	max-width: 100%;
}

.menu-item-has-children {
	position: relative;
	padding-right: calc(20vw * var(--desktop));

}

.menu-item-has-children:before {
		content: '';
		width: calc(11.5vw * var(--desktop));
		height: calc(6.5vw * var(--desktop));
		background: url(../images/menu-arrow.svg) no-repeat;
		background-size: contain;
		/* transform: rotate(90deg); */
		transition: .3s ease-in-out;
		color: var(--accent);
		position: absolute;
		bottom: calc(7vw * var(--desktop));
		right: 0;
	}



.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: max-content;
  max-width: calc(250vw * var(--desktop));
	background: var(--accent);
	padding: calc(10vw * var(--desktop)) calc(8vw * var(--desktop));
	height: auto;
}

.sub-menu li {
	margin-bottom: calc(10vw * var(--desktop));
}

.sub-menu li a {
	color: #fff;
	font-size: calc(14vw * var(--desktop));
	line-height: calc(14vw * var(--desktop));
	font-weight: 400;
}




.sub-menu li a:hover {
	color: #fff;
}

.ressources-list {
	display: grid;
	grid-template-columns: repeat(3, 23.4375vw);
	justify-content: space-between;
	gap: 80px 0;
	margin-bottom: 130px;
}

.home-additional__intro {
	padding-top: calc(260vw * var(--desktop));
	margin-bottom: 105px;
}

.additional__intro-container {
	max-width: calc(782vw * var(--desktop));
	width: 100%;
	margin-right: calc(400vw * var(--desktop));
	color: var(--accent);
	margin-left: auto;
}

.additional__intro-container .basic-content p {
	font-size: 23px;
	line-height: 32px;
	margin-bottom: 32px;
}

.additional__intro-container .basic-content p:last-child {
	margin-bottom: 0;
}

.home-news__new {
	padding-bottom: 200px;
}

.home-news__new-container {
	width: 100%;
	max-width: 1486px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

.home-news__new-title-main{
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 20px;
	font-weight: 300;
	color: var(--accent);
	text-align: right;
	width: 100%;
}

.home-news__new-list{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	/* flex-wrap: wrap; */
}

.home-news__new-item {
	position: relative;
	max-width: 33%;
	width: 100%;
}

.home-news__new-image{
	max-width: 100%;
	width: 100%;
	height: 380px;
	margin-bottom: 10px;
	border: 1px solid var(--accent);
}

.home-news__new-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-news__new-title {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 0;
	color: var(--accent);
	font-weight: 300;
}

.home-news__new-item a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.footer-contact__form label {
	font-size: 13px;
	color: #453A36;
	line-height: 18px;
	margin-bottom: 10px;
}

.footer-contact__form .submit-butt {
	background-color: var(--accent);
	color: #fff;
	margin-left: auto;
	padding: 10px 28px;
	    margin-right: unset;
    width: max-content;
    display: block;
	border: 0;
		font-weight: 500;
		font-size: 14px;
		line-height: 14px;
		border-radius: 10px;
}

.footer-contact__form .wpcf7-response-output {
	font-size: 14px;
	line-height: 18px;
    margin-top: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

.footer-contact__form .involed-form__input {
	margin-bottom: 20px;
}

.contact-form__title {
	font-size: 19px;
	line-height: 18px;
	font-weight: 400;
	color: var(--accent);
	margin-bottom: 33px;
}

.aerdscheff-copyright {
	padding-left: calc(87vw * var(--desktop));
}

.footer__new-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.footer-new__left {
	max-width: 915px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 30px;
}

.footer-new__left-links-col {
	max-width: 250px;
}

.footer-new__left-links-col a {
	color: var(--accent);
	font-size: 15px;
	line-height: 15px;
	display: block;
	margin-bottom: 11px;
	font-weight: 400;
}

.newsletter-col a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.footer-new__right {
	max-width: 510px;
	width: 100%;
}

.remove-filters {
	display: flex;
	gap: 20px;
	align-items: center;
	padding-top: 52px;
	cursor: pointer;
}

.ressources-filter__reset .remove-filters {
	padding-top: 44px;
}

.remove-filters  img {
	width: 13px;
}

.remove-filters span {
	color: var(--accent);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}

.remove-filter__container {
	max-width: 200px;
	/* margin-left: auto; */
}

@media (min-width: 1200px) {


	.menu-item-has-children:hover::before {
		transform: rotate(180deg);
	}
	.menu-item-has-children:hover .sub-menu {
		display: block;
	}
}
.go-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 100px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.go-top img {
  width: 100%;
}

/* .cart-link { position: relative; display: inline-block; } */
.cart-link .cart-count{
  position: absolute;
  bottom: 0px;
  left: -20px;
  min-width: 18px; height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 12px; line-height: 18px;
  font-weight: 700;
  text-align: center;
  background: #e53935; /* при желании поменяй на свой брендовый цвет */
  color: #fff;
}
/* Если хочешь скрывать бейдж, когда 0: */
.cart-link .cart-count[data-count="0"] { display: none; }


@media (max-width: 1600px) {
  .shop-item__image img {
    height: auto;
  }
}


@media (max-width: 600px) {
  .shop-item__name {
    font-size: 28px;
    line-height: 30px;
    padding-top: 20px;
  }


}


@media (min-width: 1920px) {
  .shop-inner-main {
    padding-top: 13vw;
  }
}


.blog-inner__images-slider .swiper-button-next, .blog-inner__images-slider .swiper-button-prev {
  color: var(--accent)!important;
}


.blog-inner__images-slider .swiper-pagination-bullet-active {
  background: var(--accent)!important;
}
