@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*************************************************************************/

html{
	height:100%;
	width:100%;

	
}

body {
	position:relative;
	height:100%;
	width:100%;
	min-width:100vw;
	font-family: "Nunito", sans-serif;
	background:#fff;
	overflow-x:hidden;
	/*background: #fff url(../images/bg2.jpg) ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;*/

	margin:0;
	padding:0;
}

strong{font-size:1.05em; font-weight:700;}


input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus {outline:none!important;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

textarea:focus, input:focus{
outline: none!important;
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/***************************/

.wrapper-adminpanel{
    background:#F6F5F0;
    padding:48px 5px;
    font-family:"Nunito",sans-serif;
}

.wrapper-adminpanel *{
    box-sizing:border-box;
    font-family:"Nunito",sans-serif;
}

.admin-rows-body{
    width:95%;
    margin:0 auto;
}

.admin-rows-section{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
}

.admin-row{
    background:#fff;
    border-radius:24px;
    padding:32px;
    min-height:290px;
    display:flex;
    flex-direction:column;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:.3s ease;
}

.admin-row:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.admin-row-link{
    display:block;
    text-decoration:none;
    color:#191919;
}

.admin-row img{
    width:72px;
    height:72px;
    object-fit:contain;
    margin-bottom:22px;
}

.admin-row span{
    display:block;
    font-size:1.35rem;
    line-height:1.15;
    font-weight:900;
    margin-bottom:16px;
    color:#191919;
}

.admin-row p{
    margin:0;
    font-size:.95rem;
    line-height:1.55;
    color:#333;
    font-weight:500;
}

.go-btn{
    margin-top:auto;
    display:flex;
    justify-content:flex-end;
    padding-top:28px;
}

.go-btn a{
    display:inline-block;
    padding:16px 50px;
    font-family:"Nunito",sans-serif;
    background:#191919;
    font-size:.85rem;
    letter-spacing:.65px;
    text-transform:uppercase;
    font-weight:700;
    color:#fff;
    border-radius:3rem;
    box-shadow:0 4px 30px rgba(0,0,0,.1);
    text-decoration:none;
    transition:all .4s ease;
    line-height:1;
}

.go-btn a:hover{
    background:#C2A27C;
    color:#191919;
}

@media (max-width:1024px){

    .admin-rows-section{
        grid-template-columns:repeat(2,1fr);
    }

    .admin-row span{
        font-size:1.65rem;
    }
}

@media (max-width:767px){

    .wrapper-adminpanel{
        padding:20px 15px;
    }

    .admin-rows-section{
        grid-template-columns:1fr;
        gap:18px;
    }

    .admin-row{
        padding:24px;
        min-height:auto;
    }

    .admin-row span{
        font-size:1.35rem;
    }

    .admin-row img{
        width:60px;
        height:60px;
    }

    .go-btn{
        justify-content:flex-end;
    }

    .go-btn a{
        padding:14px 32px;
    }
}

/***************************/

/* Центруємо форму */

.wrapper-login {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 99.9vh;
    min-width: 100vw;
    background-image: url('/themes/shine/images/hero-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden!important;
    background-color: #222222;
	font-family: "Nunito", sans-serif;
}

.wrapper-login::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
    background: rgba(30, 30, 30, 0.7); /* чорне затемнення */
    z-index: 5;
}


.user-login-form {
	max-width: 440px;
	z-index:9;
	margin:-2em auto 0;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	padding: 32px 24px;
	backdrop-filter: blur(10px);
	position: relative;
	font-family: "Nunito", sans-serif!important;
}

/* Заголовок */
.user-login-form::before {
	content: "";
	display: block;
	width: 130px;
	height: 23px;
	background:url("/themes/shine/images/shine.png") no-repeat center center;
	background-size:auto 90%;
	margin: 0 auto 36px;
}

/* Поля форми */
.user-login-form .form-item {
	position: relative;
	margin-bottom: 20px;
}

.user-login-form label {
	display: none;
}

/* Стиль інпутів */
.user-login-form input.form-text {
	width: 84.5%;
	padding: 14px 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f7f9fa;
	font-size: 15px;
	transition: border 0.2s, box-shadow 0.2s;
	font-family: "Nunito", sans-serif;
}

#edit-verify--description{
	font-family: "Nunito", sans-serif;
	font-size:.9em;
	margin:5px 0 25px;
}

/* Додаткові стилі для полів з іконками */
.email-tfa-email-tfa-verify-login input.form-text.with-icon ,
.user-login-form input.form-text.with-icon {
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 18px;
}

/* Email іконка */

.user-login-form input.form-text.email-icon {
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z'/></svg>");
}

/* Password іконка */
#edit-verify,
.user-login-form input.form-text.password-icon {
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2a6 6 0 0 0-6 6v2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-1V8a6 6 0 0 0-6-6Zm-4 6a4 4 0 1 1 8 0v2H8V8Zm4 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z'/></svg>");
}

/* Фокус */
.user-login-form input.form-text:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
	outline: none;
}

/* Кнопка */
.user-login-form .form-actions input.form-submit {
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: 16px 0;
	border: none;
	border-radius: 5px;
	font-size: 1em;
	text-transform:capitalize;
	cursor: pointer;
	margin:.55em 0 0;
	box-shadow:0 0 5px rgba(30,30,30,.19);
 	transition: all 0.32s;
	font-family: "Nunito", sans-serif;
}

.user-login-form .form-actions input.form-submit:hover {
	background: #97B7E0;
	color:#1c1c1c;
	transition: all 0.32s;
}

/* Текст-підказки */
.user-login-form .description {
	font-size: 13px;
	color: #555;
	margin-top: 6px;
}

.user-body [data-drupal-messages] {
	margin-top: 1.2em;
	padding: 14px 18px;
	background-color: #ffe0e0;
	color: #900;
	border: 1px solid #f5c2c2;
	border-radius: 5px;
	font-size:.75em;
	line-height: 1.5;
	font-family: "Nunito", sans-serif;
}

.user-body [data-drupal-messages] a {
	color: #900;
	text-decoration: underline;
}

.user-body [data-drupal-messages] h2.visually-hidden {
	display: none;
}

/****/


/*****************************************/

.hamburger {
    display:none;
}

.side-menu {
	display: none;
}

/*****************************************/


.additional-gallery{
	position:relative;
	display:block;
	z-index:9;
	width:96%;
	margin:2em auto 2em;
	text-align:center;
}

.gallery-all-images{
	position:relative;
	display:block;
	z-index:9;
	width:95%;
	margin:5em auto 2em;
	text-align:center;
}


#fixedheighttest-2 a{
	box-shadow:1px 1px 3px #ccc;
}

#fixedheighttest-2 img:hover{
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
	
	-webkit-transition: transform .34s;
    -moz-transition: transform .34s;
    -o-transition: transform .34s;
    -ms-transition: transform .34s;
    transition: transform .34s;
}

#fixedheighttest-2 img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: transform .34s;
    -moz-transition: transform .34s;
    -o-transition: transform .34s;
    -ms-transition: transform .34s;
    transition: transform .34s;
}

/**/

.wrapper a{
	text-decoration:none;
	font-size:1em;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.wrapper a:hover{
	color:#167cb9;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.wrapper {
    position: relative;
	width: 100%;
	
	background:#F6F5F0;
	display:inline-block; 
	min-height:95vh;
	padding:0;
	font-family: "Nunito", sans-serif;
}

/**/

body.no-scroll {
	overflow: hidden;
}

a.go-request-form ,
a.open-request-popup {
	display: inline-block;
	display: inline-block;
	z-index:9;
	padding: 16px 40px;
	font-family: "Nunito", sans-serif;
	background: #191919;
	font-size:.73rem;
	letter-spacing:.65px;
	text-transform:uppercase;
	font-weight:700;
	color: #fff;
	border-radius:3rem;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

a.go-request-form:hover,
a.open-request-popup:hover{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: #C2A27C;
	color: #191919;
}

.request-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(4px);

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;

	z-index: 999;
}

.request-popup {
	width: 600px;
	max-width: 90%;
	max-height: 90vh;
	background: #fff;
	border-radius: 12px;
	overflow-y: auto;
	padding: 20px;

    transform: translateY(80px);
	opacity: 0;
	transition: all 0.4s ease;
}

.request-popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

.request-popup-overlay.active .request-popup {
	transform: translateY(0);
	opacity: 1;
}

.request-popup__close {
	float: right;
	font-size: 22px;
	cursor: pointer;
}
/* =========================
   LANGUAGE SWITCHER
========================= */

#block-shine-peremikachmovi{display:none!important;}

#block-shine-peremikachmovi .links {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#block-shine-peremikachmovi .links li a {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
	border:none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* hover */
#block-shine-peremikachmovi .links li a:hover {
    text-decoration: none !important;
	border:none;
}

/* UA */
#block-shine-peremikachmovi .links li[data-drupal-language="uk"] a {
    background-image: url('/themes/shine/images/ua.png');
}

/* EN */
#block-shine-peremikachmovi .links li[data-drupal-language="en"] a {
    background-image: url('/themes/shine/images/en.png');
}

/* ховаємо активну мову */
#block-shine-peremikachmovi .links li.is-active {
    display: none;
}


/* =========================
   HEADER LAYOUT
========================= */

.head-menu {
    position: absolute;
    top: 2.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 5px 24px;
    border-radius: 32px;

    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    z-index: 9;
    min-height: 70px;
}

/* logo */
.head-menu > a:first-child {
    flex: 0 0 auto;
}

.head-menu > a img {
    display: block;
    height: 21px;
    width: auto;
}

/* =========================
   NAV MENU
========================= */

.head-menu nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    margin-left: 5%;
}

.head-menu ul {
    display: flex;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* links */
.head-menu ul li a {
    font-family: "Nunito", sans-serif;
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
	white-space: nowrap;
    text-decoration: none;

    padding-bottom: 4px;
    border-bottom: 3px solid transparent;

    transition: all .4s ease;
}

.head-menu ul li a:hover {
    border-color: #C2A27C;
    color: #454545;
}


/* =========================
   RIGHT SIDE (language + button)
========================= */

.head-menu > div.webmenu {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
	margin-right:3%;
}

/* button */
.open-request-popup {
    white-space: nowrap;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


/**/

.main-hero{
	position:relative;
	display:block;
	width:95%;
	margin:1.5% auto;
	height:93vh;
	border-radius:1.35rem;
	background-repeat:no-repeat;
	background-attachment:local;
	background-position:center;
	background-size: cover;
	overflow:hidden;
	box-shadow: 
	  0 10px 30px rgba(0, 0, 0, 0.3),
	  0 4px 10px rgba(0, 0, 0, 0.26),
	  inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.main-hero-hover{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 7%, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0) 100%);
	z-index:5;
}

.main-hero-title{
	position:absolute;
	left:3%;
	bottom:3.5rem;
	display:block;
	z-index:9;
	color:#fff;
	width:65%;
	text-align:left;
}

.main-hero-title h1{
	font-size:2.14rem;
	font-weight:bold;
	line-height:1;
	margin-bottom:1.9rem;
	
}

.main-hero-title p{
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.5;
	display:block;
	width:83%;
}

/**/

.block-section{
	position:relative;
	display:block;
	width:95%;
	margin:1.5% auto 1.5%;
	min-height:43vh;
	border-radius:1.35rem;
	background:#fff;
	overflow:hidden;
	box-shadow: 
	  0 7px 20px rgba(0, 0, 0, 0.15),
	  0 4px 7px rgba(0, 0, 0, 0.1),
	  inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Напрями роботи */

/* Загальний контейнер */
.direction-section {
    width: 93%;
    margin: 2.4em auto 1.6em;
    display: flex;
    align-items: flex-start
}

/* Ліва колонка */
.title-block {
    width: 23%;
    padding-right: 4%;
}

.title-block h2 {
    font-family: "Nunito", sans-serif;
    font-size: 2.95rem;
	text-transform:uppercase;
    line-height: 1.3;
    margin:1.35em 0 40px;
	font-weight: 300;
}

.title-block h2 strong {
    display: block;
    font-weight: 900;
}

.title-block a.open-request-popup {
	display: block;
	z-index:9;
	padding: 18.5px 0px;
	width:100%;
	text-align:center;
	font-size:.85rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Права колонка */
.areas-block {
    width: 70%;
    padding-left: 4.5%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-left: 2px solid #ABABAB;
}

/* Картка */
.area-row {
    width: calc(46% - 30px);
    background: #fff;
    padding:15px 25px 15px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
	border-radius:20px;
}

/* Hover фон */
.area-row:hover {
    background: #F6F6F6;
}

/* Заголовок */
.area-row h4 {
    font-size: 1.4rem;
	font-weight:900;
    margin-bottom: 5px;
	line-height:1;
	padding:0;
}

.area-row h4 a {
    text-decoration: none;
    color: #191919;
}

/* Текст */
.area-row p {
    font-size: 0.94rem;
    line-height: 1.46;
	margin-bottom:4px;
    color: #000;
	font-weight:normal;
}

/* Кнопка (прихована) */
.area-btn {
    margin: 5px 0 5px;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

/* Показ кнопки */
.area-row:hover .area-btn {
    opacity: 1;
    transform: translateY(0);
}

/* Посилання-кнопка */
.area-btn a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-size: 0.85rem;
	font-weight:800;
    color: #191919;
}

.area-btn a:hover{color:#C2A27C;}

/* Блок зі стрілкою */
.area-btn a::after {
    content: "";
    width: 63px;
    height: 38px;
    background: #272727 url('/themes/shine/images/go-btn.png') no-repeat center;
    background-size: 19px 19px;
    display: inline-block;
    border-radius: 2px;
    transition: all 0.3s ease;
	border-radius:15px;
}

/* Невеликий hover ефект */
.area-btn a:hover::after {
    background-color: #C2A27C;
}

/* Блок Команда Головна сторінка */

/* КОНТЕЙНЕР */
.team-section {
  width: 94%;
  margin: 2em auto; /* центрування */
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative; /* для логотипу */
}

/* БАНЕР (30%) */
.team-banner {
  flex: 0 0 25%;
}

.team-banner img {
  width: 100%;
  height: auto;
  max-height:70vh; /* обмежує висоту */
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

/* ТЕКСТ (70%) */
.team-textblock {
	flex: 0 0 75%;
	position: relative;
	z-index: 2;
	margin-left:2.5%;
	margin-top:2%;
}

/* Заголовок */
.team-textblock > a:first-of-type {
	display: block;
	font-size:2.1em;
	font-weight: 900;
	color: #191919;
	text-decoration: none;
	margin-bottom: 35px;
	
}

.team-textblock > a:first-of-type:hover{
	color:#167cb9;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
	
}

/* Текст */
.team-textblock p {
	font-size: 1em;
	line-height: 1.7;
	color: #444;
	width:90%;
	margin-bottom: 16px;
}

/* КНОПКА */
.team-textblock > a:last-of-type {
	display: inline-block;
	z-index: 9;
	padding: 16.5px 79px;
	font-family: "Nunito", sans-serif;
	background: #191919;
	font-size: .73rem;
	letter-spacing: .65px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 3rem;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	margin-top: 20px;
}

.team-textblock > a:last-of-type:hover {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: #C2A27C;
	color: #191919;
}

.team-section > div:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%; 
	z-index: 1;
	pointer-events: none;
}

.team-section > div:last-child img {
	width: 100%;
	height: auto;
	opacity: 0.05;
}

/* Блок Партнери */

.partner-section {
	width: 94%;
	margin: 2em auto;
	display: flex;
	align-items: flex-start; /* вирівнювання по верхньому краю */
	gap: 60px; /* відступ між блоками */
}

/* ТЕКСТ — 60% */
.partner-textblock {
	flex: 0 0 60%;
}

.partner-textblock h3 {
	display: block;
    font-size: 2.1em;
    font-weight: 900;
    color: #191919;
    text-decoration: none;
    margin-bottom: 28px;
}

.partner-textblock p {
	font-size: 1em;
	line-height: 1.7;
	color: #444;
	margin-bottom: 16px;
}

.partner-textblock a{
	color:#C2A27C;
	font-weight:800;
	font-size:1.15em;
}

/* БАНЕР — 40% */
.partner-banner {
	flex: 0 0 40%;
}

.partner-banner img {
	width: 100%;
	height: auto; /* щоб не обрізалось */
	display: block;
	object-fit: contain; /* гарантує що не "з’їдається" */
}

/* Благодійність */

.charity-section {
	width: 94%;
	margin: 2em auto;
	display: flex;
	align-items: flex-start; /* верхнє вирівнювання */
	gap: 60px;
}

/* БАНЕР — 40% */
.charity-banner {
	flex: 0 0 40%;
	margin-top:2em;
}

.charity-banner img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain; /* не обрізає зображення */
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px, rgba(0, 0, 0, 0.16) 0px 4px 10px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

/* ТЕКСТ — 60% */
.charity-textblock {
	flex: 0 0 60%;
}

/* Заголовок */
.charity-textblock h3 {
	font-size: 1.8em;
	font-weight: 800;
	color: #191919;
	margin-bottom: 24px;
	line-height: 1.3;
}

/* Текст */
.charity-textblock p {
	font-size: 1em;
	line-height: 1.7;
	color: #444;
	margin-bottom: 14px;
	max-width:97%;
}

/* КНОПКА (з твоїх базових стилів) */
.charity-btn a {
	display: inline-block;
	margin-top: 20px;
	padding: 16.5px 79px;
	font-family: "Nunito", sans-serif;
	background: #191919;
	font-size: .73rem;
	letter-spacing: .65px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 3rem;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	transition: all .4s ease;
}

.charity-btn a:hover {
	background: #C2A27C;
	color: #191919;
}

/** Результати Головна **/

.result-head{
	position:relative;
	display:block;
	text-align:center;
	width:95%;
	margin:3em auto;
}

.result-head h3{
	display: block;
    font-size: 1.8em;
	font-weight:900!important;
}

.result-head p{
	font-size: 1em;
    line-height: 1.5;
    color: #000;
    width:90%;
	margin:0 auto;
}

/** Результати Відео **/

.results-video-block {
	display: flex;
	gap: 3.7em; 
	width: 90%;
	margin: 2em auto;
	align-items: flex-start;
}

/* =========================
   CARD
========================= */

.video-card {
	position: relative;

	flex: 1;

	border-radius: 26px;
	overflow: hidden;
	cursor: pointer;

	isolation: isolate;

	aspect-ratio: 3 / 5; 
	
	max-height: 79vh; 
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px, rgba(0, 0, 0, 0.16) 0px 4px 10px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

/* =========================
   VIDEO WRAPPER
========================= */

.video-inner {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  z-index: 1;
}

.video-inner{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.video-thumb{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  object-fit:cover;

  z-index:2;

  transition:opacity .35s ease;
}

.video-card.playing .video-thumb{
  opacity:0;
  pointer-events:none;
}

/* video під постером */
.video-inner video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:1;
}

.video-inner video {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  position: relative;
  z-index: 1;
}

/* =========================
   DARK OVERLAY
========================= */

.video-inner::after {
	content: "";
	position: absolute;
	inset: 0;

	background: linear-gradient( 
    to top,
    rgba(0,0,0,0.73),
    rgba(0,0,0,0) );

	z-index: 2;
	pointer-events: none;
}

/* =========================
   PLAY BUTTON
========================= */

.play-btn {
	position: absolute;
	
	right: 16px;
	bottom: 16px;
	
	width: 74px;
	height: 74px;

	background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
	background-image: url('/themes/shine/images/video_btn.png') !important;
	background-repeat: no-repeat;
	background-position: 51.5% 50%;
	background-size: 15px;

	border-radius: 50%;
	border: none !important;

	cursor: pointer;

	z-index: 9999;

	box-shadow: 0 6px 25px rgba(0,0,0,0.25);
	transition: all .4s ease;
	transition: transform .25s ease, box-shadow .25s ease;
}

.video-card:hover .play-btn{
	background-color:#C2A27C!important;
	transition: all .4s ease;
}

.play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 35px rgba(0,0,0,0.35);
}

/* =========================
   POPUP
========================= */

.video-popup {
  position: fixed;
  inset: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 999;

  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);

  opacity: 0;
  visibility: hidden;

  transition: opacity .3s ease, visibility .3s ease;
}

.video-popup.active {
  opacity: 1;
  visibility: visible;
}

/* overlay */
.video-popup__overlay {
  position: absolute;
  inset: 0;

  z-index: 1;

  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
}

/* content */
.video-popup__content {
  position: relative;
  z-index: 2;

  transform: translateY(80px);
  opacity: 0;

  transition: all .4s ease;
}

.video-popup.active .video-popup__content {
  transform: translateY(0);
  opacity: 1;
}

/* popup video */
.video-popup video {
  max-height: 80vh;
  max-width: 600px;

  width: auto;
  height: auto;

  display: block;

  border-radius: 12px;
  background: #000;
}

/* close */
.video-popup__close {
  position: absolute;

  top: -18px;
  right: -18px;

  width: 44px;
  height: 44px;
	
	background-color:#fff;
	background-image: url('/themes/shine/images/close.png') !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 11px;
	border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0px;
  font-weight: 300;

  cursor: pointer;

  z-index: 9999;

  box-shadow: 0 4px 20px rgba(0,0,0,0.2);

  transition: transform .25s ease;
}

.video-popup__close:hover {
  transform: scale(1.1);
}

/***/

/* Сторінки Напрями */


.page-hero-title{
	position:absolute;
	left:3%;
	bottom:3.5rem;
	display:block;
	z-index:9;
	color:#fff;
	width:74%;
	text-align:left;
}

.page-hero-title h1{
	font-size:2.8rem;
	font-weight:bold;
	line-height:1;
	margin-bottom:1.9rem;
	
}

.page-hero-title p{
	font-size:1.15rem;
	font-weight:normal;
	line-height:1.5;
	display:block;
	width:83%;
}

.page-body{
	width:91%;
	padding:2% 4%;
}

.page-body p{
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.47;
}

.page-body ul{
	
}

.page-body ul {
    list-style: none; 
    display:block;
	margin:1rem 0;
    padding: 0;
}

.page-body ul li {
    position: relative;
    padding-left: 29px; 
    margin-bottom: 14px;
}

.page-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;

    width: 20px;
    height: 20px;

    background-image: url('/themes/shine/images/check.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    overflow: visible;
}

/***/

.sticky-section{
	position:relative;
	display:block;
	width:91%;
    padding: 2% 2%;
	margin:1.5% auto 1.5%;
	height:auto;
	border-radius:1.35rem;
	background:#fff;
	box-shadow: 
	  0 7px 20px rgba(0, 0, 0, 0.15),
	  0 4px 7px rgba(0, 0, 0, 0.1),
	  inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.sticky-block-row::after {
  content: "";
  display: table;
  clear: both;
}


a.request-scroll{
	display: inline-block;
	z-index:9;
	padding: 16px 80px;
	font-family: "Nunito", sans-serif;
	background: #191919;
	font-size:.73rem;
	letter-spacing:.65px;
	text-transform:uppercase;
	font-weight:700;
	color: #fff;
	border-radius:3rem;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

a.request-scroll:hover{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: #C2A27C;
	color: #191919;
}

.sticky-block-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sticky-block-wrapper .sticky-block-container {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.sticky-block-wrapper .sticky-block-row {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 2.5%;
}

.sticky-block-wrapper .column-left {
	float: left;
	width: 30%;
	padding: 10px;
}

.sticky-block-wrapper .column-left .content-block-left {
	padding: 0;
	color: #000;
	background: #fff;
	border-radius: 1.35rem;
	overflow: hidden;

	box-shadow:
		0 7px 20px rgba(0, 0, 0, 0.10),
		0 4px 7px rgba(0, 0, 0, 0.06),
		inset 0 1px 0 rgba(255,255,255,.35);
}

.sticky-block-wrapper .column-left .content-block-left img{
	display:block;
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius: 1.35rem;
}

.sticky-block-wrapper .column-left .content-block-left h2,
.sticky-block-wrapper .column-left .content-block-left h3 {
	color: #191919;
	margin: 0;
}

.sticky-block-wrapper .column-right {
	float: right;
	width: 65%;
	padding: 10px;
}

.sticky-block-wrapper .column-right .content-block-right {
	margin-bottom: 1.4rem;
	padding: 2.2rem 2.3rem;
	color: #191919;

	background: #FCFCFA;

	border-radius: 1.2rem;

	border: 1px solid rgba(0,0,0,.05);

	box-shadow:
		0 5px 18px rgba(0,0,0,.06),
		0 2px 6px rgba(0,0,0,.04);

	transition:
		transform .35s ease,
		box-shadow .35s ease,
		background-color .35s ease;
}

.sticky-block-wrapper .column-right .content-block-right:hover{
	background:#fff;

	transform: translateY(-2px);

	box-shadow:
		0 10px 28px rgba(0,0,0,.08),
		0 4px 10px rgba(0,0,0,.05);
}

.sticky-block-wrapper .column-right .content-block-right h2,
.sticky-block-wrapper .column-right .content-block-right h3 {
	color: #191919;
	margin: 0 0 1.4rem;
	padding-bottom: 1rem;

	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1.15;

	border-bottom: 1px solid rgba(0,0,0,.08);
}

.sticky-block-wrapper .column-right .content-block-right p{
	font-size: 1rem;
	line-height: 1.72;
	color:#444;
	margin-bottom:1.15rem;
}

.sticky-block-wrapper .column-right .content-block-right strong{
	color:#191919;
	font-weight:800;
}

.sticky-block-wrapper .sticky {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	will-change: transform;
	top: 24px;
}

.sticky-block-wrapper .content-block-right ul,
.sticky-block-wrapper .content-block-right ol{
	display:block;
	margin:1rem 0;
	padding:0;
}

.sticky-block-wrapper .content-block-right ul{
	list-style:none;
}

.sticky-block-wrapper .content-block-right ul li,
.sticky-block-wrapper .content-block-right ol li{
	position:relative;
	padding-left:29px;
	margin-bottom:14px;

	font-size:1rem;
	line-height:1.65;
	color:#444;
}

.sticky-block-wrapper .content-block-right ul li::before{
	content:"";
	position:absolute;
	left:0;
	top:2px;

	width:20px;
	height:20px;

	background-image:url('/themes/shine/images/check.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;

	overflow:visible;
}

.sticky-block-wrapper .content-block-right ol{
	padding-left:22px;
}

.sticky-block-wrapper .content-block-right ol li{
	padding-left:6px;
}

@media (max-width: 992px){

	.sticky-block-wrapper .sticky-block-row{
		flex-direction:column;
	}

	.sticky-block-wrapper .column-left,
	.sticky-block-wrapper .column-right{
		width:100%;
		float:none;
	}

	.sticky-block-wrapper .sticky{
		position:relative;
		top:0;
	}

	.sticky-block-wrapper .column-right .content-block-right{
		padding:1.8rem;
	}

	.sticky-block-wrapper .column-right .content-block-right h2,
	.sticky-block-wrapper .column-right .content-block-right h3{
		font-size:1.45rem;
	}
}

@media (max-width: 640px){

	.sticky-block-wrapper .column-right .content-block-right{
		padding:1.35rem;
		border-radius:1rem;
	}

	.sticky-block-wrapper .column-right .content-block-right h2,
	.sticky-block-wrapper .column-right .content-block-right h3{
		font-size:1.2rem;
		line-height:1.25;
		margin-bottom:1rem;
		padding-bottom:.8rem;
	}

	.sticky-block-wrapper .column-right .content-block-right p{
		font-size:.96rem;
		line-height:1.65;
	}
}

/***/

/*  */

.english-antistress-method{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 5%;
	width: 94%;
	margin: 2em auto;
	padding: 2em 0;
}

.english-antistress-method .author-banner{
	flex: 0 0 30%;
}

.english-antistress-method .author-banner img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.35rem;
	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.18),
		0 4px 10px rgba(0, 0, 0, 0.12),
		inset 0 1px 0 rgba(255,255,255,.25);
}

.english-antistress-method .method-description{
	flex: 0 0 65%;
	padding-top: .4rem;
}

.english-antistress-method .method-description p{
	font-size: 1.05rem;
	line-height: 1.7;
	color: #444;
	margin: 0 0 1.5rem;
}

.english-antistress-method .method-description p:first-child{
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1.35;
	color: #191919;
	margin-bottom: 2rem;
}

.english-antistress-method .method-description ul{
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 0;
}

.english-antistress-method .method-description ul li{
	position: relative;
	padding-left: 32px;
	margin-bottom: 18px;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
	font-weight: 600;
}

.english-antistress-method .method-description ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background: url('/themes/shine/images/check.png') no-repeat center;
	background-size: contain;
}

.english-antistress-method .method-description p:last-child{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 2.2rem;
}

.english-antistress-method .method-description p:last-child img{
	display: block;
	width: auto;
	max-height: 180px;
	height: auto;
	opacity: .95;
}


.strategic-session{
	width:87%;
	background: rgb(250, 250, 248);
	padding:3.5%;
	position:relative;
	display:block;
	margin:1.6em auto;
}

.strategic-session ul{
	list-style: none;
	display: block;
	margin: 1.2rem 0;
	padding: 0;
}

.strategic-session ul li{
	position: relative;
	padding-left: 32px;
	margin-bottom: 16px;

	font-size: 1rem;
	line-height: 1.7;
	color: #444;
	font-weight: 600;
}

.strategic-session ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;

	width: 20px;
	height: 20px;

	background-image: url('/themes/shine/images/check.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media (max-width: 992px){

	.english-antistress-method{
		flex-direction: column;
		gap: 3rem;
	}

	.english-antistress-method .author-banner,
	.english-antistress-method .method-description{
		flex: 0 0 100%;
		width: 100%;
	}

	.english-antistress-method .author-banner{
		max-width: 480px;
		margin: 0 auto;
	}

	.english-antistress-method .method-description p:first-child{
		font-size: 1.45rem;
	}
}

@media (max-width: 640px){

	.english-antistress-method{
		width: 92%;
		padding: 1rem 0;
	}

	.english-antistress-method .method-description p:first-child{
		font-size: 1.2rem;
		line-height: 1.3;
	}

	.english-antistress-method .method-description p{
		font-size: .97rem;
	}

	.english-antistress-method .method-description ul li{
		font-size: .95rem;
		padding-left: 28px;
	}

	.english-antistress-method .method-description p:last-child{
		gap: 20px;
		flex-wrap: wrap;
	}

	.english-antistress-method .method-description p:last-child img{
		max-height: 85px;
	}
}

@media(max-width:992px){

	.english-antistress-method{
		flex-direction:column;
		gap:2.2rem;
	}

	.english-antistress-method .author-banner,
	.english-antistress-method .method-description{
		flex:0 0 100%;
		width:100%;
	}

	.english-antistress-method .author-banner img{
		max-width:520px;
		margin:0 auto;
	}

	.english-antistress-method .method-description{
		padding:0;
	}

}

@media(max-width:640px){

	.english-antistress-method .method-description p:first-child{
		font-size:1rem;
	}

	.english-antistress-method .method-description ul li{
		font-size:.95rem;
		line-height:1.55;
	}

	.english-antistress-method .method-description p:last-child{
		gap:1.2rem;
		flex-wrap:wrap;
	}

	.english-antistress-method .method-description p:last-child img{
		max-width:130px;
	}

}

/***/

/** Контактна форма **/

.shine-webform-direction #edit-direction--wrapper,
.shine-webform-direction #edit-direction--2--wrapper{
	display:none;
}

/**/

.request-form-section{
	position: relative;
	display: block;
	width: 70%;
	margin: 4em auto;
	padding: 2.5em 0% 2.5em;
	border:0px solid red;
}

/* TITLE */

.request-form-section h2{
	display: block;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.1;
	color: #191919;
	padding:0;
	margin: 0 0 3.3rem;
}

/************************************************
   FORM GRID
************************************************/

.request-form-section form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 26px 2%;
}

/************************************************
   FIRST TWO INPUTS IN ROW
************************************************/

.request-form-section .webform-type-textfield{
	width: calc(50% - 1.35%);
}

/************************************************
   TEXTAREAS FULL WIDTH
************************************************/

.request-form-section .webform-type-textarea,
.request-form-section .form-actions{
	width: 100%;
	margin-bottom:20px;
}

.request-form-section fieldset{
	width: 100%;
	margin-bottom:35px!important;
}

/************************************************
   LABELS
************************************************/

.request-form-section label,
.request-form-section .fieldset-legend{
	display: block;
	font-size: .71rem;
	font-weight: 800;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #191919;
	margin-top:13px;
	margin-bottom:13px;
	line-height: 1.35;
}

/************************************************
   REQUIRED STAR
************************************************/

.request-form-section .form-required::after{
	content: "*";
	display: inline-block;
	margin-left: 3px;
	margin-top:-4px;
	color: red;
	font-size: .87rem;
	font-weight: 900;
	vertical-align: top;
}

/************************************************
   INPUTS + TEXTAREAS
************************************************/

.request-form-section input[type="text"],
.request-form-section textarea{
	width: 97%;
	border: 1px solid #D8D8D8;
	background: #FAFAF8;

	font-family: "Nunito", sans-serif;
	font-size: .87em;
	font-weight: 600;
	color: #191919;

	border-radius: 7px;

	padding: 16px 15px;

	transition:
		border-color .35s ease,
		background-color .35s ease,
		box-shadow .35s ease;
}


.request-form-section input[type="text"]{
	width: 94%;
}

/************************************************
   TEXTAREA HEIGHT
************************************************/

.request-form-section textarea{
	min-height: 120px;
	max-height: 220px;
	resize: vertical;
	line-height: 1.6;
	padding:
}

/************************************************
   PLACEHOLDER
************************************************/

.request-form-section input::placeholder,
.request-form-section textarea::placeholder{
	color: #9B9B9B;
	font-weight: 500;
}

/************************************************
   FOCUS
************************************************/

.request-form-section input[type="text"]:focus,
.request-form-section textarea:focus{
	border-color: #C2A27C;
	background: #fff;

	box-shadow:
		0 0 0 4px rgba(194,162,124,.12);
}

/************************************************
   FIELDSET
************************************************/

.request-form-section fieldset{
	border: none;
	padding: 0;
	margin: 0;
}

/************************************************
   RADIO GROUP
************************************************/

.request-form-section .js-webform-radios{
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/************************************************
   RADIO ROW
************************************************/

.request-form-section .form-type-radio{
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 22px;
	cursor:pointer;

	background: #FAFAF8;
	border: 1px solid #E2E2E2;
	border-radius: 15px;

	transition:
		background-color .35s ease,
		border-color .35s ease,
		transform .35s ease;
}

.request-form-section .form-type-radio:hover{
	background: #F3F1EB;
	border-color: #C2A27C;
}

/**/

.request-form-section .webform-type-checkboxes .fieldset-wrapper{
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.request-form-section .form-type-checkbox{
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 22px;
	cursor: pointer;
	margin-bottom:12px;
	background: #FAFAF8;
	border: 1px solid #E2E2E2;
	border-radius: 15px;
	
	transition:
		background-color .35s ease,
		border-color .35s ease,
		transform .35s ease;
}

.request-form-section .form-type-checkbox:hover{
	background: #F3F1EB;
	border-color: #C2A27C;
}

/* hide default checkbox */
.request-form-section .form-checkbox{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* label */
.request-form-section .form-type-checkbox label{
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;

	font-size: .96rem;
	font-weight: 700;
	color: #191919;
	text-transform:none!important;
	margin: 0;
	padding-left: 42px;
}

/* outer box */
.request-form-section .form-type-checkbox label::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

	width: 22px;
	height: 22px;

	border-radius: 6px;
	border: 2px solid #C2A27C;
	background: #fff;

	transition: all .3s ease;
}

/* check mark */
.request-form-section .form-type-checkbox label::after{
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%) scale(0);

	width: 10px;
	height: 10px;

	background: #C2A27C;
	border-radius: 2px;

	transition: transform .3s ease;
}

/* checked state */
.request-form-section .form-checkbox:checked + label::after{
	transform: translateY(-50%) scale(1);
}

.request-form-section .form-checkbox:checked + label::before{
	border-color: #191919;
}

/************************************************
   HIDE DEFAULT RADIO
************************************************/

.request-form-section .form-radio{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/************************************************
   CUSTOM RADIO
************************************************/

.request-form-section .form-type-radio label{
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;

	font-size: .93rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;

	padding-left: 42px;
	color: #191919;
}

/* outer */

.request-form-section .form-type-radio label::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

	width: 22px;
	height: 22px;

	border-radius: 50%;
	border: 2px solid #C2A27C;
	background: #fff;

	transition: all .3s ease;
}

/* inner */

.request-form-section .form-type-radio label::after{
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%) scale(0);

	width: 10px;
	height: 10px;

	border-radius: 50%;
	background: #C2A27C;

	transition: transform .3s ease;
}

/************************************************
   CHECKED
************************************************/

.request-form-section .form-radio:checked + label::after{
	transform: translateY(-50%) scale(1);
}

.request-form-section .form-radio:checked + label::before{
	border-color: #191919;
}

/************************************************
   SUBMIT
************************************************/

.request-form-section .form-actions{
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.request-form-section .form-submit{
	width: 60%;
	height: 62px;

	border: none;
	cursor: pointer;

	border-radius: 3rem;

	background: #191919;
	color: #fff;

	font-family: "Nunito", sans-serif;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;

	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.2),
		0 4px 10px rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);

	transition:
		background-color .35s ease,
		color .35s ease,
		transform .35s ease;
}

.request-form-section .form-submit:hover{
	background: #C2A27C;
	color: #191919;
	transform: translateY(-2px);
}

/************************************************
   ACCESSIBILITY
************************************************/

.request-form-section input:focus-visible,
.request-form-section textarea:focus-visible,
.request-form-section .form-submit:focus-visible{
	outline: none;
}

/************************************************
   MOBILE
************************************************/

@media (max-width: 992px){

	.request-form-section{
		width: 92%;
		padding: 3em 7%;
	}

	.request-form-section .webform-type-textfield{
		width: 100%;
	}

	.request-form-section .form-submit{
		width: 100%;
	}

	.request-form-section h2{
		font-size: 1.7rem;
	}
}

@media (max-width: 640px){

	.request-form-section{
		padding: 2.4em 1.4em;
		border-radius: 1rem;
	}

	.request-form-section h2{
		font-size: 1.45rem;
		line-height: 1.2;
	}

	.request-form-section input[type="text"],
	.request-form-section textarea{
		padding: 16px 16px;
		font-size: .96rem;
	}

	.request-form-section .form-type-radio{
		padding: 16px;
	}

	.request-form-section .form-type-radio label{
		font-size: .9rem;
		line-height: 1.45;
	}
}

/** Контактна форма у попапі **/

.request-popup h2{
	display: block;

	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -.02em;

	color: #191919;

	margin: 0 0 20px;
	padding-right: 38px;
}

.request-popup form{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width:90%;
	margin:1em 0 1em 4%;
}

.request-popup .webform-type-textfield,
.request-popup .webform-type-textarea,
.request-popup fieldset,
.request-popup .form-actions{
	width: 95%;
}

.request-popup label,
.request-popup .fieldset-legend{
	display: block;

	font-size: .63rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;

	color: #191919;

	margin-bottom: 7px;
	line-height: 1.35;
}

.request-popup .form-required::after{
	content: "*";

	display: inline-block;

	margin-left: 3px;

	color: #C15A4A;

	font-size: .77rem;
	font-weight: 900;
	vertical-align: top;
}

.request-popup input[type="text"],
.request-popup textarea{
	width: 100%;

	border: 1px solid #DDD9D1;
	border-radius: 10px;

	background: #FAFAF8;

	font-family: "Nunito", sans-serif;
	font-size: .85rem;
	font-weight: 600;
	color: #191919;

	padding: 14px 13px;

	outline: none;
	appearance: none;

	transition:
		border-color .25s ease,
		background-color .25s ease,
		box-shadow .25s ease;
}

.request-popup textarea{
	min-height: 95px;
	max-height: 180px;

	line-height: 1.5;

	resize: vertical;
}

.request-popup input::placeholder,
.request-popup textarea::placeholder{
	color: #9B9B9B;
	font-weight: 500;
}

.request-popup input[type="text"]:focus,
.request-popup textarea:focus{
	background: #fff;
	border-color: #C2A27C;

	box-shadow:
		0 0 0 3px rgba(194,162,124,.12);
}

.request-popup fieldset{
	border: none;
	padding: 7px 0px;
	margin: 2px 0 15px;
}

.request-popup .js-webform-radios{
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.request-popup .form-type-radio{
	position: relative;
	width:95%;
	display: flex;
	align-items: flex-start;

	padding: 10px 3% 10px 6%;

	background: #FAFAF8;

	border: 1px solid #E3E0D8;
	border-radius: 11px;

	cursor: pointer;

	transition:
		border-color .25s ease,
		background-color .25s ease;
}

.request-popup .form-type-radio:hover{
	background: #F4F1EB;
	border-color: #C2A27C;
}

.request-popup .form-type-radio input[type="radio"]{
	position: absolute;

	top: 11px;
	left: 11px;

	width: 15px;
	height: 15px;

	margin: 0;

	accent-color: #C2A27C;
	cursor: pointer;
}

.request-popup .form-type-radio label{
	margin: 0;

	font-size: .82rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;

	line-height: 1.35;

	cursor: pointer;
}

.request-popup .form-actions{
	margin-top: 6px;
}

.request-popup .form-submit{
	width: 105%;

	border: none;
	border-radius: 12px;

	background: #191919;
	color: #fff;

	font-family: "Nunito", sans-serif;
	font-size: .9rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin:0 auto;
	padding: 16px 0%;
	display:block;
	cursor: pointer;

	transition:
		background-color .25s ease,
		transform .25s ease,
		box-shadow .25s ease;
}

.request-popup .form-submit:hover{
	background: #C2A27C;

	box-shadow:
		0 10px 24px rgba(194,162,124,.18);

	transform: translateY(-1px);
}

.request-popup::-webkit-scrollbar{
	width: 7px;
}

.request-popup::-webkit-scrollbar-thumb{
	background: rgba(194,162,124,.45);
	border-radius: 20px;
}

@media(max-width: 768px){

	.request-popup{
		padding: 24px 18px 18px;
		border-radius: 18px;
	}

	.request-popup h2{
		font-size: 1.55rem;
		margin-bottom: 18px;
	}

	.request-popup form{
		gap: 10px;
	}
}

@media(max-width: 480px){

	.request-popup{
		width: calc(100% - 14px);
		max-height: 92vh;

		padding: 20px 14px 16px;

		border-radius: 16px;
	}

	.request-popup h2{
		font-size: 1.3rem;
		line-height: 1.15;
	}

	.request-popup input[type="text"],
	.request-popup textarea{
		font-size: .82rem;
		padding: 10px 11px;
	}

	.request-popup .form-type-radio{
		padding: 8px 9px 8px 31px;
	}

	.request-popup .form-type-radio label{
		font-size: .78rem;
	}

	.request-popup .form-submit{
		padding: 13px 14px;
		font-size: .78rem;
	}
}



/***/

/** Сторінка Контаки **/

.contact-section{
	position: relative;
	display: block;

	width: 95%;
	margin: 1.5% auto;

	padding: 4.5% 0;
}

.contact-info-text{
	width:95%;
	margin:0 auto 3rem;
	padding:.8rem 2rem;
	
	position:relative;
	overflow:hidden;
}

.contact-info-text p{
	position:relative;
	z-index:2;
	font-size:1.2rem;
	line-height:1.8;
	color:#444;
	margin:0 0 1.4rem;
}

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

.contact-info-text strong{
	color:#191919;
	font-weight:900;
}

.contact-block{
	width: 96%;
	margin: 0 auto;

	display: flex;
	align-items: stretch;
	justify-content: space-between;

	gap: 4%;
}

.left-contact{
	flex: 0 0 39%;
}


.right-contact{
	flex: 0 0 57%;
}

.left-contact{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;

	padding: 2.5rem;
}

/* address */

.left-contact p{
	margin: 0 0 14px;

	font-size: 1.12rem;
	line-height: 1.65;

	color: #444;
	font-weight: 600;
}

.left-contact p:first-child{
	font-size: 1.45rem;
	font-weight: 900;
	color: #191919;

	margin-bottom: 1.5rem;
}

/******************************************
   MAIL
******************************************/

.contact-mail{
	margin-top: 2rem;
	margin-bottom: 2.2rem;
}

.contact-mail a{
	display: inline-block;

	font-size: 1.25rem;
	font-weight: 800;

	color: #C2A27C;

	text-decoration: none;

	border-bottom: 2px solid transparent;

	padding-bottom: 4px;

	transition:
		color .35s ease,
		border-color .35s ease;
}

.contact-mail a:hover{
	color: #191919;
	border-color: #C2A27C;
}


.contact-social{
	display: flex;
	align-items: center;
	gap: 18px;
}

/******************************************
   MAP
******************************************/

.right-contact{
	position: relative;
}

.maps{
	position: relative;

	width: 100%;
	height: 100%;

	min-height: 520px;

	border-radius: 1.35rem;

	overflow: hidden;

	box-shadow:
		0 10px 30px rgba(0,0,0,.16),
		0 4px 10px rgba(0,0,0,.1);
}

.maps iframe{
	display: block;

	width: 100%;
	height: 100%;

	border: 0;

	filter: grayscale(8%) contrast(1.02);
}

/******************************************
   MOBILE
******************************************/

@media(max-width:992px){

	.contact-block{
		flex-direction: column;
		gap: 2rem;
	}

	.left-contact,
	.right-contact{
		flex: 0 0 100%;
		width: 100%;
	}

	.left-contact{
		padding: 2.5rem;
	}

	.maps{
		min-height: 420px;
	}
}

@media(max-width:640px){

	.contact-section{
		width: 92%;
		padding: 2rem 0;
		border-radius: 1rem;
	}

	.contact-block{
		width: 90%;
	}

	.left-contact{
		padding: 1.8rem;
		border-radius: 1rem;
	}

	.left-contact p{
		font-size: .96rem;
		line-height: 1.55;
	}

	.left-contact p:first-child{
		font-size: 1.15rem;
	}

	.contact-mail a{
		font-size: .98rem;
		word-break: break-word;
	}

	.maps{
		min-height: 320px;
		border-radius: 1rem;
	}
}

/***/

.footer-section{
	position: relative;
    display: block;
    width: 95%;
    margin: 1.5% auto 1.5%;
    min-height: 43vh;
    border-radius: 1.35rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15), 0 4px 7px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}


.footer-section .footer-head img{
	/*display:block;*/
	display:none!important;
	width:27%;
	height:auto;
	margin:3% auto 3.5%;
}

.footer-section .footer-head p{
	font-size: 1.15em;
    line-height: 1.45;
    color: #000;
    width: 90%;
    margin: 3em auto;
	text-align:center;
}

/**/

.footer-middle {
    display: flex;
	width:90%;
	margin:3em auto 0;
    align-items: center;
    justify-content: space-between;
    padding: 3em 1.5%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

/* ЛІВА ЧАСТИНА: соц + пошта */
.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* щоб пошта стала в один ряд із іконками */
.footer-mail {
    display: flex;
    align-items: center;
}

/* іконки */
.f-row {
    display: inline-block;
}

.f-row a {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 57px;
}

/* вставка готових іконок */
.f-row a:after {
    content: '';
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .3s ease;
}

/* Instagram */
.f-row a.instagram-link:after {
    background-image: url('/themes/shine/images/01.png');
}

.f-row a.facebook-link:after {
    background-image: url('/themes/shine/images/04.png');
}
.f-row a.youtube-link:after {
    background-image: url('/themes/shine/images/05.png');
}

/*
TikTok
.footer-social .f-row:nth-child(2) a:after {
    background-image: url('/themes/shine/images/02.png');
}

Telegram 
.footer-social .f-row:nth-child(3) a:after {
    background-image: url('/themes/shine/images/03.png');
}
*/
/* hover */
.f-row a:hover:after {
    transform: scale(0.9);
}

/* пошта */
.footer-mail a {
    font-size:1.4em;
    font-weight: 800;
    color: #333;
    text-decoration: none;
    margin-left: 3%;
    white-space: nowrap;
}

/* MENU */
.footer-menu {
    display: flex;
    justify-content: flex-end;
}

.footer-menu ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 60px;
    row-gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu a {
    text-decoration: none;
    color: #333;
    font-size:.8em;
	font-weight:700;
    text-transform: uppercase;
    transition: color .2s ease;
}

.footer-menu a:hover {
    color: #c9a46c;
}

/***/

.copy p {
    color: #000;
    padding: 1em 0;
    margin: 1.25em 0;
    line-height: 1;
    text-align: center;
    font-size: .87em;
	font-weight:500;
}


@media only screen and (min-width:1890px){

html{
	font-size:19px!important;
}

.head-menu {
    padding: 8px 24px;
}

.play-btn {
    width: 84px;
    height: 84px;
}

.contact-block .f-row a {
    width: 65px;
    height: 65px;
}

}

@media only screen and (min-width:1650px){

html{
	font-size:18px;
}

.head-menu {
    padding: 8px 24px;
}

.play-btn {
    width: 80px;
    height: 80px;
}

.contact-block .f-row a {
    width: 58px;
    height: 58px;
}

}

@media only screen and (max-width:1480px){

html{
	font-size:15.2px;
}

.area-row {
    width: calc(43.4% - 30px);
    padding: 15px 27px 15px;
}

.title-block a.open-request-popup {
    padding: 16.5px 0px;
    font-size: .82rem;
}

.team-textblock > a:last-of-type {
    padding: 16.5px 79px;
    font-size: .78rem;
    letter-spacing: .65px;
}

}

@media only screen and (max-width:1380px){

html{
	font-size:14.2px;
}

.head-menu > a img {
    display: block;
    height: 18px;
    width: auto;
}

.f-row a {
    width: 52px;
    height: 52px;
}

}


@media only screen and (max-width:1110px){

html{
	font-size:19px;
}	

/****** Меню на мобілці ******/

.head-menu > div.webmenu a{display:none}

#block-shine-peremikachmovi{margin-right:3%}

/* Початкові стани гамбургера */
.hamburger {
    position: fixed;
    top: 3.2%;
    left: 5%;
    width: 55px;
    height: 55px;
    background: #191919;
    border-radius: 50%;
    cursor: pointer;
    z-index: 101;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;

    /* За бажанням можна додати тінь */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Анімація для гамбургера */
@keyframes hamburgerShow {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Клас для приховування гамбургера, коли меню відкрите */
.hamburger.hidden {
    display: none; /* Приховуємо гамбургер */
}

/* Клас для анімації появи гамбургера після закриття меню */
.hamburger.show {
    animation: hamburgerShow 0.3s forwards;
    opacity: 1;
    transform: scale(1);
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.hamburger:hover span {
    background-color: #f5f5f5;
}

.side-menu.active {
	left:0;
}


body.no-scroll {
	overflow:hidden;
}

.hamburger.hidden {
	display: none;
}

.menu-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.75);
	backdrop-filter:blur(4px);
	opacity:0;
	visibility:hidden;
	transition:opacity 0.3s ease;
	z-index:999;
}

.menu-overlay.active {
	opacity:1;
	visibility:visible;
}

.side-menu {
	position: fixed;
	top: 0;
	font-family: "Poppins", sans-serif;
	left: -80%;
	width: 50%;
	height: 100%;
	background-color: #fff;
	transition: left 0.3s ease;
	z-index: 1000;
	padding: 40px 21px 20px 21px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start; /* Вирівнювання по вертикалі */
	align-items: flex-start; /* Вирівнювання по горизонталі */
}

.side-menu.active {
	left: 0;
}

.side-menu::before {
	content: "";
	position: absolute;
	inset: 0;

	background-size: 17%;
	background-repeat: repeat;

	opacity: .045;

	pointer-events: none;
}

/* =========================
   CLOSE BUTTON
========================= */

.side-menu.active .close-btn {
	position: absolute;
	top: 22px;
	right: 22px;

	width: 46px;
	height: 46px;

	background: rgba(255,255,255,.04);
	border:none!important;
	color: #000;

	font-size: 2rem;
	font-weight: 200;
	line-height: 1;

	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;

	backdrop-filter: blur(8px);

	transition: all .32s ease;
}

.side-menu.active .close-btn:hover {
	background: #97B7E0;
	color: #191919;

	transform: rotate(90deg) scale(.96);
}

/* =========================
   LOGO
========================= */

.side-menu.active .menu-logo {
	position: relative;
	display: flex;
	align-items: center;
	width:100%;
	margin:3.25em 0 0rem;
	z-index: 2;
}

.side-menu.active .menu-logo a {
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
}

.side-menu.active .menu-logo img {
	width: 75%;
	height: auto;
	display:inline-block;
	transition: transform .45s ease, opacity .35s ease;
}

.side-menu.active .menu-logo img:hover {
	transform: scale(.96);
	opacity: .92;
}

/* =========================
   NAVIGATION
========================= */

.side-menu.active #block-shine-golovnemenyu {
	position: relative;
	z-index: 2;
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
}

.side-menu.active #block-shine-golovnemenyu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align:left;
	list-style: none;
}

/* menu item */

.side-menu.active #block-shine-golovnemenyu li {
	position: relative;
	display:block;
	margin-bottom:15px;
	border-bottom: 1px solid rgba(255,255,255,.12);
	
	overflow: hidden;
}

/* link */

.side-menu.active #block-shine-golovnemenyu li a {
	position: relative;

	display: flex;
	align-items: center;

	padding: 20px 10px;
	
    font-family: "Nunito", sans-serif;
	color: #000;

	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: .3px;

	text-decoration: none;
	background:#F6F5F0;
	transition:
		color .32s ease,
		padding-left .32s ease,
		opacity .32s ease;
}

/* animated arrow */



/* hover */

.side-menu.active #block-shine-golovnemenyu li:hover a {
	color: #97B7E0;

}

.side-menu.active #block-shine-golovnemenyu li:hover a::after {
	right: 10px;
	opacity: 1;
}

/* active/current page */

.side-menu.active #block-shine-golovnemenyu li a.is-active,
.side-menu.active #block-shine-golovnemenyu li.active a {
	color: #97B7E0;
	font-weight: 500;
}

/* =========================
   SOCIAL
========================= */

.side-menu.active .menu-social-links {
	position: relative;
	width:100%;
	padding-top: 2.5rem;
	margin-top: auto;

	z-index: 2;
}

.side-menu.active .menu-social {
	display: block;
	text-align:center;
	
	width:100%;
}

/* social item */

.menu-social .f-row a {
	position: relative;
	margin:0 7px;
	width: 59px;
	height: 59px;

	display: inline-flex;

	border-radius: 50%;
	transition:
		transform .32s ease,
		background .32s ease,
		border-color .32s ease,
		opacity .32s ease;
}

.menu-social .f-row:first-child a{
	margin-left:0;
}

.menu-social .f-row:last-child a{
	margin-right:0;
}


.menu-social .f-row a:hover {
	transform: translateY(-4px);

	background: rgba(151,183,224,.12);

	border-color: rgba(151,183,224,.45);
}

/* =========================
   SOCIAL ICONS
========================= */

.menu-social .facebook-link::after,
.menu-social .instagram-link::after,
.menu-social .youtube-link::after {
	content: "";

	position: absolute;
	inset: 0;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;

	transition: transform .3s ease, opacity .3s ease;
}

.facebook-link::after {
	background-image: url("../images/facebook.png");
}

.instagram-link::after {
	background-image: url("../images/instagram.png");
}

.youtube-link::after {
	background-image: url("../images/youtube.png");
}

.menu-social .f-row a:hover::after {
	transform: scale(.88);
	opacity: .9;
}

/* =========================
   SCROLLBAR
========================= */

.side-menu::-webkit-scrollbar {
	width: 6px;
}

.side-menu::-webkit-scrollbar-thumb {
	background: rgba(151,183,224,.4);
}

.side-menu::-webkit-scrollbar-track {
	background: transparent;
}

/*****************************/

.main-hero {
    width: 97%;
}

.main-hero-title {
    position: absolute;
    left: 3%;
    bottom: 1.8rem;
    display: block;
    z-index: 9;
    color: #fff;
    width: 95%;
    text-align: left;
}

.main-hero-title h1 {
    font-size: 2.14rem;
    line-height: 1.2;
    margin-bottom: 1.9rem;
}

.main-hero-title p {
    width: 100%;
	font-size: 1.2rem;
}

.head-menu {
    position: absolute;
    top: 1.3%;
    left: 50%;
    width: 90%;
}

.head-menu > a:first-child {
    flex: 0 0 auto;
	margin-left:10%;
}

/**/

.block-section{
	width:97%;
}

.direction-section {
    width: 96%;
    margin: 2.7em auto 1.3em;
	display:block;
}

.title-block {
    width: 100%;
    padding-right: 0%;
	margin-bottom:2em;
	padding-bottom:1.2em;
	border-bottom: 0px solid #ABABAB;
	text-align:center;
}

.title-block h2 {
    font-size: 3.05rem;
	margin: .35em 0 0px;
	display:inline-block;
}

.title-block h2 strong{display:inline-block; margin-right:17px;}

.title-block a.open-request-popup{display:none}


.areas-block {
    width: 98%;
    padding-left: 0%;
	margin-left:.8%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-left: 0px solid #ABABAB;
}

.area-row {
    background: #F6F6F6;
}

/******/

.team-section {
    width: 94%;
    margin: 2em auto;
    display: flex;
    flex-direction: column; /* елементи один під одним */
    align-items: flex-start;
    gap: 30px;
}

    /* Фото */
.team-banner {
    flex: none;
    width: 60%;
}

.team-banner img {
        width: 100%;
        height: auto;
        max-height: 65vh;
        object-fit: cover;
		margin:0;
        display: block;
        border-radius: 16px;
}

.team-textblock {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
}

.partner-section {
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.partner-textblock {
	flex: none;
	width: 100%;
	order: 2;
}

.partner-banner {
	flex: none;
	width: 100%;
	order: 1;
}

.partner-banner img {
	max-height: auto;
	width:98%;
	display:block;
	margin:0 auto;
	
}

.charity-section {
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
	
.charity-textblock h3 {
    font-size: 2.05em;
    font-weight: 800;
    color: #191919;
    margin-bottom: 24px;
    line-height: 1.35;
}

.charity-banner {
	flex: none;
	width: 100%;
	margin-top: 0;
	text-align:center;
	order: 1;
}

.charity-banner img {
	max-height: auto;
	width:100%;
}

.charity-textblock {
	flex: none;
	width: 100%;
	order: 2;
}

/**/

.results-video-block {
    display: flex;
    gap: 1.7em;
    width: 96%;
    margin: 2em auto;
    align-items: flex-start;
}

.result-head h3 {
    display: block;
    font-size: 2.1em;
    font-weight: 900!important;
	line-height:1.35;
}

.result-head p {
    font-size: 1.07em;
    line-height: 1.5;
    color: #000;
    width: 100%;
    margin: 0 auto;
}

/**/

.footer-section{
	width: 94%;
	min-height: auto;
	padding: 2.5em 0;
}

.footer-section .footer-head p{
	width: 92%;
	margin: 2em auto;
	font-size: 1em;
	line-height: 1.7;
}

.footer-middle{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.5em;
	width: 92%;
	margin: 2em auto 0;
	padding: 2em 0;
}

/* соцмережі в ряд */
.footer-social{
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.f-row{
	display: inline-block;
}

.f-row a{
	width: 56px;
	height: 56px;
}

/* email окремим блоком */
.footer-mail{
	width: 100%;
	justify-content: center;
	text-align: center;
}

.footer-mail a{
	margin-left: 0;
	font-size: 1.45em;
	line-height: 1.4;
	text-align: center;
	word-break: break-word;
	white-space: normal;
}

/* меню двома рівними секціями */
.footer-menu{
	width: 100%;
	justify-content: center;
}

.footer-menu ul{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 18px;
	text-align: center;
}

.footer-menu li{
	width: 100%;
}

.footer-menu a{
	display: block;
	font-size: .9em;
	line-height: 1.5;
}

.copy p{
	width: 90%;
	margin: 1.5em auto 0;
	line-height: 1.6;
	font-size: .82em;
}

}

@media only screen and (max-width:890px){

html{
	font-size:14px;
}

body {
	min-width:auto;
	overflow-x:hidden;
}


.main-hero {
    width: 97%;
	border-radius:18px;
}

#block-shine-peremikachmovi{
    margin-right:5%;
}

.head-menu > div.webmenu {
    display: none;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    margin-right: 3%;
}

.head-menu {
    min-height:auto;
	width:98%;
	border-radius: 15px;
	padding: 5px 0px;
}

.hamburger {
    top: 3.5%;
    left: 5%;
    width: 42px;
    height: 42px;
}

.head-menu > a img {
    display: block;
    height: 15px;
    width: auto;
	margin:20px 0;
}

.head-menu > a:first-child {
    flex: 0 0 auto;
    margin-left: 20%;
}

.head-menu a.go-request-form,.head-menu a.open-request-popup{display:none;padding:0;width:0}

/***/

.side-menu {
    left: -110%;
    width: 82%;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 40px 21px 20px 21px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.side-menu.active .close-btn {
    position: absolute;
    top: 7px;
    right:7px;
    width: 46px;
    height: 46px;
    font-size: 3rem;
    font-weight: 600;
}

.side-menu.active .menu-logo {
    margin: 11px 0 -15px;
    z-index: 2;
}

.side-menu.active .menu-logo img {
    width: 52%;
}

.side-menu.active #block-shine-golovnemenyu li a {
    padding: 13px 10px;
    font-size: 1.27rem;
    font-weight: 700;
}

.menu-social .f-row a {
    margin: 0 9px;
    width: 46px;
    height: 46px;
}

/**/

.title-block h2 {
    font-size: 3.2rem;
    margin: 0em 0 0px;
    display: inline-block;
	line-height: 1.24;
}

.areas-block {
    width: 98%;
    padding-left: 0%;
    margin-left:0%;
    display: block;
    gap: 0px;
}

.area-row {
    width:94%;
	display:block;
	margin:0 auto 25px;
    padding: 11px 3% 25px;
}

.area-row h4 {
    font-size: 2.0rem;
	font-weight:900;
    margin-top: 20px;
    margin-bottom: 15px;
	line-height:1;
	padding:0 0 20px;
	border-bottom:1.2px solid rgba(0,0,0,.13);
}

.area-row p {
    font-size: 1.27rem;
    line-height: 1.34;
	margin-bottom:4px;
    color: #000;
	font-weight:normal;
}

.area-btn {
    opacity: 1;
}

.area-btn a {
    font-size: 1.0rem;
}

/***/

.team-banner {
    flex: none;
    width: 70%;
}

.team-banner img {
    max-height: 70vh;
}

.team-textblock > a:first-of-type {
    font-size: 2.32em;
	line-height:1.15;
    margin-bottom: 22px;
}

.team-textblock p {
	font-size: 1.15em;
	line-height: 1.4;
	color: #444;
	width:99%;
	margin-bottom: 16px;
}

.team-section > div:last-child {
    display:none;
}

.team-textblock > a:last-of-type {
    padding: 17.5px 0px;
    font-size: 1.05rem;
    letter-spacing: .45px;
    font-weight: 800;
    border-radius: 3rem;
    margin-top: 20px;
	display:block;
	text-align:center;
}

.partner-textblock h3 {
    font-size: 2.37em;
	line-height:1.15;
    margin-bottom: 22px;
}

.partner-textblock p {
    font-size: 1.2em;
	line-height: 1.4;
    color: #111;
    margin-bottom: 16px;
}

.result-head h3 {
    display: block;
    font-size: 2.0em;
    font-weight: 900!important;
    line-height: 1.1;
}

.result-head p {
    font-size: 1.2em;
	line-height: 1.4;
    color: #000;
    width: 100%;
    margin: 0 auto;
}

/**/

.results-video-block {
	flex-direction: column;
	width: 94%;
	margin:0 auto 15px;
	align-items: center;
}

.video-card {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 50vh; 
}

.charity-banner{display:none}

.charity-textblock h3 {
    font-size: 2.3em;
    line-height: 1.15;
    margin-bottom: 22px;
	margin-top:0;
}

.charity-textblock p {
    font-size: 1.2em;
    line-height: 1.44;
    color: #111;
    margin-bottom: 16px;
}

.charity-btn a {
    padding: 17.5px 0px;
    font-size: 1rem;
    letter-spacing: .45px;
    font-weight: 800;
    border-radius: 3rem;
    margin-top: 30px;
    display: block;
    text-align: center;
}

.footer-middle {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.75em;
    width: 92%;
    margin: 2em auto 0;
    padding: 2em 0;
}

.footer-section .footer-head p {
    width: 97%;
    margin: 2em auto;
    font-size: 1.1em;
    line-height: 1.45;
}

.f-row a {
    width: 46px;
    height: 46px;
}

.copy p {
    width: 95%;
    margin: 1.15em auto -1.4em;
    line-height: 1.35;
    font-size: .95em;
}

/****/

.request-popup__close {
    font-size: 25px;
}

.request-popup h2 {
    display: block;

	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing:-1px;

	color: #191919;
	margin: 2px 0 30px;
	padding-right: 0px;
}

.request-popup .webform-type-textfield, .request-popup .webform-type-textarea, .request-popup fieldset, .request-popup .form-actions {
    margin-bottom:20px;
}

.request-popup label, .request-popup .fieldset-legend {
    display: block;
    font-size: .71rem;
    font-weight: 900;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 3px;
    line-height: 1.35;
}

.request-popup input[type="text"], .request-popup textarea {
    font-size: 1rem;
    padding: 12px 11px;
}

.request-popup .form-type-radio input[type="radio"] {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #C2A27C;
    cursor: pointer;
}

.request-popup .form-type-radio label{
    font-size: 1.1rem;
	padding:5px 0 5px 7px;
} 

.request-popup .form-actions {
    width:100%;
}

.request-popup .form-submit {
    padding: 15px 14px;
    font-size: 1.07rem;
}

/****/

.areas-pages .main-hero {
    height: 83vh;
}

.areas-pages .main-hero-hover {
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-hero-title {
    position: absolute;
    left: 3.4%;
    bottom: 1.65rem;
    display: block;
    z-index: 9;
    color: #fff;
    width: 94%;
    text-align: left;
}

.page-hero-title h1 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.page-hero-title p {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    width: 100%;
}

/**/

.sticky-block-wrapper .column-right .content-block-right h2, .sticky-block-wrapper .column-right .content-block-right h3 {
    font-size: 1.55rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    padding-bottom: .8rem;
}

.sticky-block-wrapper .column-right .content-block-right p {
    font-size: 1.15rem;
    line-height: 1.43;
}

a.request-scroll {
    display:block;
    z-index: 9;
	width:100%;
    padding: 16.25px 0px;
    font-family: "Nunito", sans-serif;
    background: #191919;
    font-size: .95rem;
	text-align:center;
    letter-spacing: .15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 3rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/****/



.request-form-section {
    padding: 1.4em 1.4em 2.2em;
    border-radius: 1rem;
    margin: 2em auto 3em;
}

.request-form-section h2 {
    font-size: 2.0rem;
    line-height: 1.1;
    margin: 0 0 3.3rem;
}

.request-form-section form {
    width:95%;
    gap: 26px 2%;
}

.request-form-section label, .request-form-section .fieldset-legend {
    display: block;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .1px;
    text-transform: uppercase;
    color: #191919;
    margin-top: 5px;
    margin-bottom: 7px;
    line-height: 1.35;
}

.request-form-section .form-type-radio label {
    font-size: 1.0rem;
    line-height: 1.45;
}

.request-form-section .form-submit {
    width: 100%;
    height: auto;
   
    font-size: 1.07rem;
    letter-spacing: .2px;
    padding:16px 0;
	margin-top:-25px;
}

/**/
.contact-info-text {
    width: 100%;
    margin: 0 auto 3rem;
    padding: .8rem 0rem;
    position: relative;
    overflow: hidden;
}

.contact-info-text p {
    position: relative;
    z-index: 2;
    font-size: 1.24rem;
    line-height: 1.45;
    color: #444;
    margin: 0 0 .8rem;
}

.left-contact {
    padding: 0rem;
    border-radius: 1rem;
}

.left-contact p:first-child {
    font-size: 1.3rem;
}

.left-contact p {
    font-size: 1.25rem;
    line-height: 1.4;
}

.contact-mail a {
    font-size: 1.25rem;
    word-break: break-word;
}

.contact-section {
    width: 98%;
    padding: 2rem 0;
    border-radius: 1rem;
}

.contact-block {
    width: 100%;
}

.contact-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.maps {
    position: relative;
    width: 100%;
    height: 100%;
    min-height:300px;
    border-radius: 1.35rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.16),
		0 4px 10px rgba(0,0,0,.1);
}

.maps iframe {
    display: block;
    width: 100%;
    height: 100%;
	min-height:300px;
	max-height:400px;
    border: 0;
    filter: grayscale(8%) contrast(1.02);
}

.single-pages .main-hero {
    height: 73vh;
}

.single-pages .main-hero-hover {
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
}

/****/

}