html {
	scroll-behavior: smooth;
}
a {
	cursor: pointer;
}
ul {
	/*font-size: 18px;*/
    /*position: relative;*/
    /*op: -8px;*/
}
::selection{
	background: #6f6fff;
	color:#fff;
}
.color:hover{
	color: #6A7F99;
}
textarea{
	width: 100%;
}

body {
	font-family: 'Noto Sans Georgian', 'Noto Sans', 'Sylfaen', 'DejaVu Sans', 'Segoe UI', system-ui, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #020202;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #F0E9DA;
	overflow-x: hidden;
}
.whatsup-all{
	width: 60px;height: 60px;border-radius: 50%;box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.main-nav_submenu{padding-right: 50px;position: relative;}
.main-nav_submenu:after{content:"";display:block;width:12px;height:12px;background-color:#5B5561;
						-webkit-mask:url(/assets/images/elements/caret-down.svg) center center /contain no-repeat;mask:url(/assets/images/elements/caret-down.svg) center center /contain no-repeat;position:absolute;
						top: 7px;right: 41px;
}
.main-nav_submenu:after {
    transition: transform 0.3s ease;
}
.main-nav_submenu {
	display:inline;
}
.service-header{
	cursor:pointer;
}
.main-nav_dropdown {
    position: absolute;
    top: 25%;
    left: -321px;
    background: #F0E9DA;
    display: none;
    z-index: 100;
    list-style: none;
    padding: 15px 0px;
    font-weight: 500;
    min-width: 280px; 
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px; 
}
.main-nav_dropdowns {
    position: absolute;
    top: 28%;
    left: -19px;
    background: #F0E9DA;
    display: none;
    z-index: 100;
    list-style: none;
    padding: 15px 6px;
    font-weight: 500;
    min-width: 215px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.flex-save{
    padding: 20px 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-style{
	margin: 10px;
}
.color-save {
    background: #F5F2EC;
    max-width: 270px;
    padding: 15px 21px;
    border-radius: 11px;
    margin: 46px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.text-save{
    font-size: 18px;
    -webkit-text-stroke: 1px black;
}
@media (min-width: 992px) {
	.main-nav_submenu:hover .main-nav_dropdown  {
		display: grid;
		grid-auto-flow: column;
	    grid-template-rows: repeat(3, auto);
	    grid-auto-columns: max-content;
	    column-gap: 30px;
	}
		.main-nav_submenu:hover .main-nav_dropdowns  {
		display: grid;
	}
	
}
.main-nav_droplink {
	display: block;
	padding: 10px 16px;
	color: #333;
	text-decoration: none;
	transition: background 0.2s;
	
}
.main-nav_droplink:hover {
	background: #F5F2EC;
}

.main-nav_submenu.open .main-nav_dropdown {
	display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-auto-columns: max-content;
}

.main-nav_submenu.open:after {
	transform: rotate(-89deg);
}
#content {
	flex: 1 0 auto;
}


.fullscreen-overlay {
	display: none;

}

#header {
    background-color: #F0E9DA;
    border-bottom: 1px solid #F0E9DA;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 5.1em;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.lang-btn{
	background-color: #F0E9DA;
}
.lang-dropdown{
	position: relative;
    top: 4px;
}
.lang-dropdown {
    position: relative;
}

.lang-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 13px;
}

.lang-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    list-style: none;
    display: none;
    margin: 5px 28px 0px -55px;
    z-index: 100;
}
.lang-menu li {
    padding: 5px 15px;
}

.lang-menu li:hover {
    background-color: none;
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.lang-menu.show {
    display: block;
}
.icons-around:hover{
	background-color: none;
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.logo {
    margin-left: 3px;
    margin-right: auto;
}

.header-about{
    font-weight: bolder;
    font-size: 5.3vh;
    color: #B0B0B0;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav {
    font-size: 19px;
    position: static;
    font-weight: bold;
    line-height: 1.2;
    padding: 1.5em 7em 1.5em 0em;
}

.menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48px;
    height: 75px;
    background-color: transparent;
    padding: 25px 9px;
    margin: auto;
    position: relative;
    cursor: pointer;
}
.menu-btn > span {
	display: block;
  	height: 4px;
	width: 100%;
	border-radius: 10px;
	background: #555;
	transition: transform 0.2s ease-in-out;
}
.menu-btn > span:first-child {
	transform-origin: 0% 0%;
  	transition: transform 0.4s ease-in-out;
}
.menu-btn > span:last-child {
	transform-origin: 0% 100%;
  	transition: transform 0.4s ease-in-out;
}
.menu-btn.active  > span:first-child {
	transform: rotate(45deg);
}
.menu-btn.active  > span:nth-child(2){
	transform: scaleY(0);
}
.menu-btn.active > span:last-child {
	transform: rotate(-45deg);
}
@media(max-width: 992px){
	.main-nav {
		font-size: 20px;
		display: flex;
		flex-direction: column;
		width: min(100%, 320px);
		height: calc(100vh - 80px);
		background:#F0E9DA;
	    border-left: 1px solid #EEEEEE;
	    padding: 24px 0 100px;
		position: fixed;
		top: 80px;
		right: -360px;
		z-index: 100;
		transition: right 0.3s ease-in-out;
	}
	.main-nav.active {
		right: 0;
	}
	.main-nav{
		max-width: 100%;
	    overflow-y: auto;
	    overflow-x: hidden;
	    white-space: nowrap;
	    scrollbar-width: none;
	}
	.main-nav_item {
		padding: 5px 10px;
		margin: 0 0 12px;
	}
	.main-nav_items {
		padding: 5px 10px;
		margin: 0 0 12px;
	}
	.fullscreen-overlay {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.7);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 95;
	}
}
.animate-on-scroll {
	-webkit-animation: fadeIn 0.7s linear both;
	        animation: fadeIn 0.7s linear both;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.animate-on-scroll.inView {
-webkit-animation-play-state: running;
        animation-play-state: running;
	
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*section main*/
.section-header{
	padding:70px 0px;
}
.main-global{
    font-weight: bold;
    font-size: 49px;
    padding: 0;
    margin: 0;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.main-documents{
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.text-services{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-box{
    padding: 0;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}
.main-text{
	padding-left: 34px;
	margin: 0;
}
.btn-main {
    background-color: #2194FF;
    color: white;
    padding: 5px 35px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-main:hover {
	background-color: #0056b3;
}
/*Services */
.section-services{
	background-color: #F5F2EC;
	padding: 100px 0px;
}
.section-title{
    font-family: 'Playfair Display', serif;
    position: relative;
    right: 80px;
}
.section-font{
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    -webkit-text-stroke: 1.5px black;
    margin: 0px 0px 30px 0px;
}
.list-clear{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.service-title{
    font-size: 18px;
    font-weight: 400;
    -webkit-text-stroke: 1px black;
    margin: 0;
}
.service-text{
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-block{
	border-bottom: 1px solid black;
}
.box-service{
	padding: 0 0px 0 6px;
}
.service-page{
	padding: 60px 0;
}
.service-data{
    background-color: #F0E9DA;
}
.page_content{
	background: #F5F2EC;
}
.service-content{
	padding: 50px 0 100px 0;
	}
.service-info{
    background-color: #F0E9DA;
    border-radius: 11px;
    padding: 5px;
    margin-top: 100px;
}
.service-info_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0px 20px 0px 28px;
    
}
.service-info_text{
    font-size: 16px;
    margin-top: 0px;
    padding: 0px 20px 0px 28px;
}
.service-display {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 90px;
}
.service-block_info{
    background-color: #F0E9DA;
    padding: 0px;
    border-radius: 15px;
    max-width: 35%;
    height: fit-content;
}
.title-service_about {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 9px 15px;
    -webkit-text-stroke: 0.5px black;
}
#article h2{
    margin: 10px 0 10px 0;
    line-height: 1.2;
}
#article p{
	margin: 0;
}
#preview ul {
    list-style: disc outside;
    margin: 0;
    padding: 0px 30px 25px 49px;
}
#preview div{
	padding: 11px 16px 0px 18px;
    margin-bottom: -15px;
}
#text-seo h3{
	margin: 16px 13px;
	line-height: 1.2;
}
#preview h3{
	margin: 16px 13px;
    line-height: 1.2;
}
#preview ul li::marker {
    color: red;
}
#preview ul li {
    margin: 0;
    padding: 0;
}
#text-seo ul {
    list-style: disc outside;
    margin: 0;
    padding: 0px 30px 25px 49px;
}
#text-seo div{
	padding: 11px 16px 9px 18px;
}

#text-seo ul li::marker {
    color: black;
}
#text-seo ul li {
    margin: 0;
    padding: 0;
}

.service-header_title h1{
    -webkit-text-stroke: 1.5px black;
    margin-bottom: 0;
    font-size: 36px;
}
/* articole */
.articl-title{
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 0;
}
.list-clear-article {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: calc(1.5em * 1);
}
.list-clear-article_time {
	font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 0;
    width: 40%;
}

.category::after {
    content: '/';
    margin: 0 8px;
}

.box-text_articole{
	padding: 0;
    margin: 0;
}

.articole-card {
    background-color: #F0E9DA;
    border-radius: 20px;
    margin: 35px auto 80px auto;
    padding: 20px;
    max-width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.articole-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.articole-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.articole-content > div:first-child {
  flex: 1 1 350px;
  min-width: 300px;
  max-width: 100%;
}

.articole-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.articole-content > .col-lg-7 {
  flex: 2 1 400px;
  min-width: 300px;
}

.articole-header{
	padding: 50px 0px 50px 0;
	
}
.articole-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0px 0 -5px 0px;
    padding-left: 3px;
    -webkit-text-stroke: 1px black;
}
.articole-text{
    padding: 0;
    margin: 0px 0 4px 0;
}
.articole-header p{
	margin:0;
}
.page-text{
    position: relative;
    margin-left: 404px;
}
.buttons-service:after {
    content: " ";
    -webkit-mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    position: relative;
    top: 5px;
    right: 38px;
    transition: transform .15s linear;
}
.buttons-service{
    display: inline-block;
	margin: 15px 0 5px 0px;
}
.buttons-service:hover {
    border-color: #F0E9DA;
    background-color: transparent;
}
.buttons-service:hover:after {
    transform: rotate(45deg);
}
.button-service{
    display: inline-block;
	margin: 0px 0 40px 32px;
}
.btn-service {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    border: 1px solid #8E8D89;
    border-radius: 50px;
    background-color: #d33c44;
    padding: 9px 40px 9px 24px;
    position: relative;
    transition: background-color .35s, border-color .35s;
}

.button-service:after {
    content: " ";
    -webkit-mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: relative;
    top: 5px;
    right: 38px;
    transition: transform .15s linear;
}
.button-service:hover:after
	{
        transform: rotate(45deg);
    }

.button-service:hover
	{
    	border-color: #F0E9DA;
    	background-color: transparent;
    }
.btn-service:hover
	{
	border-color: #F0E9DA;
    background-color: #D1C6A1;
    }
.faq-block{
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    -webkit-text-stroke: 1.5px black;
    margin: 0px 0px 50px 0px;
}
.faq-service{
	background-color: #F0E9DA;
    padding: 100px 0 30px 0px;
}
.dropdown-text{
    display: none;
    width: 90%;
    margin-bottom: 0px;
}
.js-dropdown-faq.open .dropdown-text {
	display: block;
}
.faq-title{
    margin: 0;
}
.faq-dropdown{
    background-color: #F5F2EC;
    padding: 15px 0 15px 11px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 32px;
}
.faq-menu{
    padding: 20px 20px 20px 20px
}
.faq-title {
	position: relative;
    padding-right: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
}

.faq-title::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 25px;
    transform: translateY(-50%) rotate(170deg);
    -webkit-mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    background-color: #000;
    transition: transform 0.3s ease;
}
.js-dropdown-faq.open .faq-title::after {
	transform: translateY(-50%) rotate(105deg);
}
.img-resp{
	border-radius: 20px; 
	height: 340px;
    display: block;
    max-width: 100%;
}
.list-clear_footer{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-display{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.footer{
    padding: 70px 0 50px 0;
}
.map iframe {
   	max-width: 100%;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0 4px 15px 0 rgba(157, 141, 142, 0.15);
}
.footer-list{
	font-size: 20px;
    font-weight: bold;
}
.footer-list_days{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 65px;
}
.list-content{
    padding: 10px 0 10px 0;
}
.footer-link{
    display: flex;
    flex-direction: column;
}
.footer-email{
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 9px;
}
.list-content_link{
    padding: 20px 0 5px 0;
}
.footer-nav_link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    transition: color .35s;
}
.footer-list_link {
    font-size: 20px;
    font-weight: bold;
}
.footer-email:hover{
	color: #D1C6A1;
}
.list-program_footer{
	list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.list-time{
	padding-left: 25px;
}
.list-border{
    border-bottom: 1px solid black;
    padding: 35px 0px 0px 0;
}
.list-days{
	padding: 0px 0 0 38px;
}
.footer-email i {
    color: inherit;
}

.footer-email:hover i {
    color: #000000;
}
.icons-section{
    background-color: #F5F2EC;
    padding: 30px 0 30px 0;
}
.icons-flex{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.news-content{
	background-color: #F5F2EC;
	padding: 50px 0;
}
.slider-title{
	font-family: 'Playfair Display', serif;
    position: relative;
    right: 0px;
}
.slider-font{
	padding: 0;
    font-size: 34px;
    font-weight: bold;
    -webkit-text-stroke: 1.5px black;
    margin: 0px 0px 20px 0px;
}
.arrow-left::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 58px;
    width: 70px;
    height: 40px;
    transform: translateY(-50%) rotate(0deg);
    -webkit-mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    background-color: #000;
    transition: transform 0.3s ease;
}
.arrow-right::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 40px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    background-color: #000;
    transition: transform 0.3s ease;
}
.arrow-left:hover::after {
    transform: translateY(-50%) rotate(0deg) scale(1.1);
    cursor: pointer;
    background: gray;
}

.arrow-right:hover::after {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
    cursor: pointer;
    background: gray;
}
.arrow-left_event::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 58px;
    width: 70px;
    height: 40px;
    transform: translateY(-50%) rotate(0deg);
    -webkit-mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    background-color: #000;
    transition: transform 0.3s ease;
}
.arrow-right_event::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 40px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-slider.png) center center / contain no-repeat;
    background-color: #000;
    transition: transform 0.3s ease;
}
.arrow-left_event:hover::after {
    transform: translateY(-50%) rotate(0deg) scale(1.1);
    cursor: pointer;
    background: gray;
}

.arrow-right_event:hover::after {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
    cursor: pointer;
    background: gray;
}
.slider {
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    padding: 0 20px 23px 0;
    height: auto;
}
.slider_event {
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    padding: 0 20px 23px 0;
    height: auto;
}
.swiper-slide{
    height: auto !important;
}
.swiper-slide {
    flex-shrink: 0;
    border-radius: 10px;
}
.article-preview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 387px;
    height: 100%;
    border-radius: 10px;
    background-color: #F0E9DA;
    padding: 8px 8px 12px;
    margin: 0 auto;
    box-shadow: 0 4px 15px 0 rgba(157, 141, 142, 0.15);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.article-preview img {
    border-radius: 8px;
    margin: 0 auto 12px;
}
.article-preview_event img {
    border-radius: 8px;
    margin: 0 auto 12px;
}
.news-content_event{
	background-color: #F0E9DA;
    padding: 50px 0;
}
.article-preview_date, .article-preview_title, .article-preview_btn {
    margin-left: 8px;
    margin-right: 8px;
}
.article-preview_event {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 387px;
    height: 100%;
    border-radius: 10px;
    background-color: #F5F2EC;
    padding: 8px 8px 12px;
    margin: 0 auto;
    box-shadow: 0 4px 15px 0 rgba(157, 141, 142, 0.15);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.article-preview_date {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #9A786F;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.article-preview_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articole-category{
    font-size: 14px;
    font-weight: 500;
    margin: 5px 8px 17px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: calc(1.5em * 1);
}
.article-preview_btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    border: 1px solid #8E8D89;
    border-radius: 20px;
    background-color: transparent;
    padding: 8px 60px 8px 24px;
    position: relative;
    transition: background-color .35s, border-color .35s;
}
.article-preview_btn:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #5B5561;
    -webkit-mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    position: absolute;
    top: 8px;
    right: 24px;
    transition: transform .15s linear;
}
.text-articole_slider{
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: calc(1.5em * 13);
    margin: 0;
}
.blog-crsl_slide{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1);
}
.blog-crsl_slide:hover{
    transform: scale(1.01) !important;
}
.about-header{
	display: flex;
    flex-wrap: wrap;
    padding: 70px 0px 30px 0;
}
.about-header {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.about-header > .col-lg-7 {
    flex: 2 1 0px;
    min-width: 300px;
}
.about-header > .col-lg-5 {
    flex: 1 1 320px;
    min-width: 250px;
}
.about-header_title{
    font-size: 27px;
    margin: 0;
}
.about-header_text{
	line-height: 1.5;
    margin: 0;
}
.abouts-content{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 30px 0 80px 0;
}
.abouts-content > .col-lg-5 {
    flex: 1 1 320px;
    min-width: 250px;
}
.abouts-content > .col-lg-7 {
    flex: 3 1 400px;
    min-width: 300px;
}
.abouts-video{
	padding-bottom: 100px;
    padding-top: 70px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none; 
}
.abouts-border{
	border-radius: 20px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: radial-gradient(ellipse at center, rgba(245, 242, 236, 0.6) 21%, rgba(245, 242, 236, 1) 71%, rgba(245, 242, 236, 1) 74%);
  z-index: 1;
}
.abouts-img{
	padding-top: 20px;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  z-index: 2;
  width: 70%;
}
.contacts-menu{
	padding: 80px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.contacts-information{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-information > .col-lg-7 {
    flex: 2 0 367px;
    min-width: 300px;
}
.contacts-block{
    width: 641px;
}
.contacts-block i{
    display: flex;
	margin-bottom: 5px;
}
.i-class > span{
	margin-left: 4px;
}
.title-contacts{
	margin-bottom: -14px;
}
.adres-contacts{
	margin-top: 0px;

}
.text-contact{
    margin-bottom: 20px;
}
.maps-contact{
	padding: 8px 0 0 5px;
    display: flex;
    justify-content: center;
}
.feedback-form {
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    padding: 14px 20px;
    box-shadow: 0 4px 15px 0 rgba(157, 141, 142, 0.15);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.control-row_input:focus + .control-row_label, .control-row_textarea:focus + .control-row_label, .control-row_input.is-filled + .control-row_label, .control-row_textarea.is-filled + .control-row_label {
    opacity: 0;
}
.control-row_input, .control-row_textarea {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: #504C54;
    height: 48px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BFBDBB;
    border-radius: 4px;
    outline: none;
    padding: 0 16px;
}
.contact-feedback_send{
	display: flex;
    flex-wrap: wrap;
}
.control-row {
	display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 10px;
    position: relative;
    margin-right: 10px;
}
.control-row_label .req {
    color: #E85A50;
}
.control-row_textarea {
    line-height: 1.6;
    min-height: 200px;
    border: 1px solid #BFBDBB;
    padding: 14px 16px;
}
.control-row_label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #5B5561;
    padding: 14px 16px 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .35s;
    cursor: text;
    pointer-events: none;
}
.btn-clear {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
}
.btn:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #504C54;
    -webkit-mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    mask: url(/assets/images/elements/arrow-45deg.svg) center center / contain no-repeat;
    position: absolute;
    top: 1px;
    right: 0;
}
.btn {
	cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #504C54;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 30px 4px 0;
    position: relative;
    overflow: hidden;
}
.btn:hover {
    color: #D1C6A1;
}
.contact-bif{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 10px;
    margin-bottom: 10px;
    gap: 5px;
}
.contact-access{
	color: #FB6E54;
}
.contact-access:hover{
	color: #D1C6A1;
}
.custom-checkbox {
  accent-color: #F0E9DA;
}
.event-title{
	padding: 60px 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 65%;
}
.event-title_page{
    margin-bottom: -10px;
}
.text-event{
	padding-left: 4px;
}
.event-content{
	margin: 0 auto;
    width: 64%;
}
.block-event{
	background-color: #F0E9DA;
    border-radius: 20px;
    margin: 35px 0 80px 0;
    padding: 20px;
    max-width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.card-event > h2{
	margin: 0;
	text-align: center;
	font-size: 20px;
}
.block-content{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.block-content > div:first-child {
    flex: 1 1 350px;
    min-width: 300px;
    max-width: 100%;
}
.block-content > .col-lg-7 {
    flex: 2 1 400px;
    min-width: 300px;
}
.block-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.text-event {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: calc(1.5em * 9);
}
.blog-event{
    text-align: center;
    padding: 60px 0 30px 0;
}
.blog-events{
    font-weight: 700;
    font-size: 1.5em;
    margin: 1em 0px;
    margin-bottom: 10px;
}
.gallery_item {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.gallery_content{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}
@media (min-width: 1200px) {
    .container-l{
        max-width: calc(1060px + var(--bs-gutter-x, 3.75rem) * 2);
    }
}
.container-l{
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 1.75rem);
    margin-right: auto;
    margin-left: auto;
}
.background-event{
	background: #e2d5ba;
    border-radius: 10px;
    height: 100%;
    
}
.img-rotage{
	transform: rotate(4deg);
    margin-left: -23px;

}
.monitor-header > p{
	-webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: calc(1.5em * 9);
    margin-top: 0;
    margin-left: 6px;
    max-width: 99%;
}
.monitor-title{
	padding: 70px 0 30px 0;
}
.title-monitor{
    margin: 0 auto 0px auto;
}
.flip-container {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px auto 0 auto;
  }

  .flip-card {
    background-color: transparent;
    width: 332px;
    height: 100px;
    perspective: 1000px; /* Важен для 3D эффекта */
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateX(180deg); /* Вращение сальто вверх */
  }

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    font-size: 15px;
    user-select: none;
    flex-direction: column;
  }

.flip-card-front {
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/background/front.webp');
  background-size: cover; /* Масштабирует изображение */
  background-position: top;
  background-repeat: no-repeat;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-back {
	background-image: url('/assets/images/background/heaven.webp');
	background-size: cover; /* Масштабирует изображение */
	background-position: top;
	background-repeat: no-repeat;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	transform: rotateX(180deg);
}
.cards-flip_margin{
	margin: 0;
}
.cookie-style {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 20px 0px 20px 0px;
    text-align: center;
    z-index: 9999;
    font-size: 20px;
}
.cookie-button {
    margin-left: 15px;
    background-color: #F0E9DA;
    cursor: pointer;
    padding: 5px 10px 7px 10px;
    border-radius: 7px;
}
.about-info{
	padding-top: 30px;
	padding-bottom: 25px;
}
.full-link{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(0, 0, 205);
    padding: 1em;
    font-size: 26px;
}
.monitor {
	font-size: 20px;
}
.feedback-position{
	margin: 100px auto 0px auto;
}
.feedback{
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    padding: 14px 20px;
    box-shadow: 0 4px 15px 0 rgba(157, 141, 142, 0.15);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.contact-send{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    color: red;
}
.submit-button{
	padding-top: 10px;
}
.feedback-card{
	border-radius: 10px;
    background-color: #F0E9DA;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    padding: 20px;
}
.swiper-feedback{
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    padding: 0 20px 23px 0;
    height: auto;
}
.feedback-name{
	font-weight: bolder;
}
.feed-flex{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.feedback-cards{
	background-color: #F5F2EC;
    margin-top: 20px;
    padding-top: 50px;
}
.my-swiper-container {
    position: relative; 
}
.feedback-cards .swiper-feedback {
    --swiper-scrollbar-size: 5px;     
    --swiper-scrollbar-sides-offset: 10%;   
}
.swiper-scrollbar{
	--swiper-scrollbar-drag-bg-color: #F0E9DA;
}