/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*----------------------------*/

#top .avia-section {
	min-height: 1px;
}

body h1, body h2, body h3, body h4, body h5  {
	text-transform: none !important;
	margin-bottom: 0;
	margin-top:0;
}

body p, body strong, body span {margin: 0;}

body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

#top .container {
    padding: 0px;
}

.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 80px !important;
}

.responsive #top #wrap_all .flex_column {margin-bottom: 0;}

#top .av-subheading_below {margin: 0;}

#top .container .av-masonry {
	padding: 0 !important;
}

@media only screen and (max-width: 1420px) {	
	.container {
		padding: 0 10px !important;
	}
	
	#header_main .container {
		padding: 0 !important;
	}
	
	#header_main {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all .container {
		width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
	}
	
	#top #header_main .container {
        width: 100% !important;
        max-width: 100% !important;

    }
	
	.responsive #top #wrap_all .flex_column:not(.responsive #top #wrap_all .flex_column:last-of-type) {
		margin-bottom: 21px !important;
	}
	
	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: 0px !important;
	}
	
	#top .avia-slideshow-dots {
		margin-top: 10px;
	}
}

/*-------------------HEADER-----------------------*/
#top #header_main .main_menu {
	position: static;
}

#top #header_main .logo {
	position: relative;
	z-index: 101;
}

#top #header_main .logo a, #top #header_main .logo a svg {
	width: 242px;
	height: 80px;
}

#top #header_main .av-main-nav-wrap {
    float: none;
}

#top #header_main .av-main-nav {
	display: flex;
	justify-content: flex-end;
}

#top #header_main .av-main-nav > li > a {
	padding: 0 15px;
	display: flex;
	align-items: center;
	transition: opacity 0.3s ease-in-out;
}

#top #header_main .av-main-nav > li > a:hover {
	opacity: 0.7;
}

#top #header_main .av-main-nav > li > a .avia-menu-text {
	display: flex;
	align-items: center;
}

#top #header_main .av-main-nav .header__item-menu {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	
}

#top #header_main .av-main-nav .header__item-menu-first {
	margin-left: auto;
}

#top #header_main .av-main-nav .header__item-menu-last {
	margin-right: auto;
}

#top #header_main .av-main-nav .header__item-menu-telegram > a,
#top #header_main .av-main-nav .header__item-menu-whatsapp > a {
	padding: 0;	
}

#top #header_main .av-main-nav .header__item-menu-telegram > a .avia-menu-text {
	border-left: 1px solid rgba(217, 217, 217, 0.5);
	padding: 0 5px 0 20px;
}

#top #header_main .av-main-nav .header__item-menu-whatsapp > a .avia-menu-text {
	border-right: 1px solid rgba(217, 217, 217, 0.5);
	padding: 0 20px 0 5px;
}


#top #header_main .av-main-nav .header__item-menu-tel > a {
	padding: 0 0 0 20px;
}

#top #header_main .av-main-nav .header__item-menu-tel > a .avia-menu-text {
	font-family: inter2;
	font-weight: 400;
	font-size: 18px;
}

#top #header_main .av-main-nav .header__item-menu-tel > a .avia-menu-text img {
	margin-right: 10px;
}

#top .header__item-menu-tel .avia-menu-text {
	display: flex;
	align-items: center;
	gap: 10px;
}

#top #header_main .av-main-nav #menu-item-search {display: none;}


@media only screen and (max-width: 1110px) {
	
	#top #header_main .logo a, #top #header_main .logo a svg {
		width: 150px;
	}
	
	#top #header_main .av-main-nav > li > a {
		padding: 0 5px;
	}
	
	
	
	#top #header_main .av-main-nav .header__item-menu-telegram > a .avia-menu-text {
		padding: 0 5px 0 5px;
	}

	#top #header_main .av-main-nav .header__item-menu-whatsapp > a .avia-menu-text {
		padding: 0 5px 0 5px;
	}


	#top #header_main .av-main-nav .header__item-menu-tel > a {
		padding: 0 0 0 5px;
	}
	
	#top #header_main .av-main-nav .header__item-menu-tel > a .avia-menu-text {
		font-size: 14px;
	}

	#top #header_main .av-main-nav .header__item-menu-tel > a .avia-menu-text img {
		margin-right: 5px;
	}
	
	#top #header_main .av-main-nav .header__item-menu {
		font-size: 14px;
	}
	
	#top #header_main .av-main-nav > li > a .avia-menu-text {
		font-size: 11px;
	}
	
	#top #header_main .av-main-nav .header__item-menu-whatsapp > a .avia-menu-text img,
	#top #header_main .av-main-nav .header__item-menu-telegram > a .avia-menu-text img {
		height: 35px;
	}

}



/*-------------------preview-----------------------*/

.preview__column {
	display: flex;
	flex-direction: column;
}

.preview__column section:first-of-type {
	margin-bottom: auto;
}

#top .preview__title h1 {
	font-weight: 600;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #fff;
	max-width: 645px;
	margin-bottom: 17px;
}

#top .preview__title p {
	font-weight: 400;
	font-size: 18px;
	line-height: 117%;
	color: #fff;
	max-width: 425px;
}

.preview__content {
	display: flex;
	position: relative;
 	 height: auto;
	flex-wrap: wrap;
}

.preview__content div:first-child {
  padding: 0 25px 11px 0;
  animation: clockScrollFirst 1.2s ease-out forwards;
  transform-origin: bottom;
  opacity: 0;
  transform: rotateX(90deg);
}

.preview__content div:nth-of-type(2) {
  padding: 0 29px 10px 39px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  animation: clockScrollSecond 1.2s ease-out 0.4s forwards;
  transform-origin: bottom;
  opacity: 0;
  transform: rotateX(90deg);
}

.preview__content div:last-child {
  padding: 0 0 11px 41px;
  animation: clockScrollThird 1.2s ease-out 0.8s forwards;
  transform-origin: bottom;
  opacity: 0;
  transform: rotateX(90deg);
}

@keyframes clockScrollFirst {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
    filter: blur(2px);
  }
  70% {
    opacity: 1;
    transform: rotateX(-10deg);
    filter: blur(0px);
  }
  85% {
    transform: rotateX(5deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    filter: blur(0px);
  }
}

@keyframes clockScrollSecond {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
    filter: blur(2px);
  }
  70% {
    opacity: 1;
    transform: rotateX(-10deg);
    filter: blur(0px);
  }
  85% {
    transform: rotateX(5deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    filter: blur(0px);
  }
}

@keyframes clockScrollThird {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
    filter: blur(2px);
  }
  70% {
    opacity: 1;
    transform: rotateX(-10deg);
    filter: blur(0px);
  }
  85% {
    transform: rotateX(5deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    filter: blur(0px);
  }
}

#top .preview__content-title {
	font-family: inter2;
	font-weight: 300;
	font-size: 50px;
	line-height: 90%;
	letter-spacing: -0.03em;
	color: #fff;
}

#top .preview__content-subtitle {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #fff;
}

@media only screen and (max-width: 535px) {
	/*#top .preview__section {
		background-position: 60% 50%;
	}*/
	
	#top .preview__title h1 {
		font-size: 40px;
		max-width: 247px;
		margin-bottom: 10px;
	}

	#top .preview__title p {
		max-width: 246px;
	}
	
	#top .preview__content div {
		border: 0;
	}
	
	.preview__content div:first-child {
	  padding: 0 5px 11px 0;
	}

	.preview__content div:nth-of-type(2) {
	  padding: 0 5px 10px 5px;
	}

	.preview__content div:last-child {
	  padding: 0 0 11px 5px;
	}
	
	#top .preview__content-title {
		font-size: 40px;
		letter-spacing: -0.05em;
	}
}
/*-------------------filter-----------------------*/
#top .filter__tours-column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 5px solid #aeff62;
	border-radius: 10px;
	gap: 10px;
}

#top .filter__tours-column > section:first-of-type {
	margin-right: auto;
}

#top .filter__tours-title p {
	font-family: 'playfair display', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 134%;
	color: #fff;
}

#top .filter__tours form {
	margin: 0;
}

#top .filter__tours ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#top .filter__tours ul li:first-of-type {
	display: none;
}

#top .filter__tours ul li {
	margin: 0;
	padding: 0;
}

#top .filter__tours ul li .postform {
	border: 0;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
	padding: 10px 20px;
	margin: 0;
	min-width: 260px;
	min-height: 42px;
	font-weight: 400;
	font-size: 18px;
	color: #d9d9d9;
	cursor: pointer;
}

#top .filter__tours ul li .postform option,
.responsive .archive .sidebar .wpc-filters-widget-select option {
	color: #010A05;
}

#top .filter__tours ul li input[type='submit'] {
	min-width: 265px;
	min-height: 41px;
	padding: 10px 20px;
	box-shadow: 0 4px 10px 0 rgba(53, 224, 138, 0.5);
	background: #aeff62;
	font-weight: 400;
	font-size: 18px;
	color: #312d2d;
	transition: opacity 0.3s ease-in-out;
}

#top .filter__tours ul li input[type='submit']:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 1125px) {
	#top .filter__tours-column {
		padding: 20px;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}


@media only screen and (max-width: 925px) {
	#top .filter__tours ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	#top .filter__tours ul li .postform {
		    min-width: 340px;
	}
}

@media only screen and (max-width: 767px) {
	#top .filter__tours ul li .postform {
		    min-width: auto;
	}
}

@media only screen and (max-width: 625px) {
	#top .filter__tours ul {
		grid-template-columns: 1fr;
	}
	
	#top .filter__tours-column {
		align-items: center;
	}
}
/*--------------------archive--------------------------*/
/*.archive #main .container_wrap {
	background: #EDEDED;
}*/

.archive .container_wrap_first {
	background: #ededed;
}

.archive .container_wrap_first .container {
	display: flex!important;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 100px !important;
}

.archive .container .av-content-small.units {
	width: 100%;
	max-width: 1400px;
}

.archive main {
	order: 2;
	padding: 0 !important;	
}

.archive main .entry-content-wrapper {
	padding: 0 !important;
}

.archive .av_one_third {
	width: 32.333333333333% !important;
	margin-bottom: 20px !important;
	box-shadow: 0 4px 10px 0 rgba(217, 217, 217, 0.5);
	overflow: hidden;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
}

.archive .av_one_third:hover {
	box-shadow: 0 4px 10px 0 #d9d9d9;
}

.archive .av_one_third:not(.archive .first) {
	margin-left: 1.5% !important;
}

.archive .av_one_third article img {
	width: 100%;
	object-fit: cover;
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.archive .av_one_third:hover article img {
	opacity: 1;
	 transform: scale(1.05, 1.05);
}

.archive .av_one_third article .avia-arrow {
	display: none;
}

.archive .av_one_third article .entry-content-header {
	padding: 20px;
	    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
	    min-height: 325px;
}

.archive .av_one_third article .grid-entry-title a {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 30px;
	line-height: 133%;
	color: #312d2d;
	margin-bottom: 20px;
}

.archive .av_one_third article .portfolio-excerpt {
	font-weight: 500;
	font-size: 18px;
	line-height: 117%;
	color: #535353;
	display: flex;
    flex-direction: column;
    flex: 1 1 auto !important;
    justify-content: space-between;
	gap: 20px;
}



.archive .av_one_third article .portfolio-excerpt > span:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    padding: 14px 16px 15px;
    background: #010A05;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.archive .av_one_third article .portfolio-excerpt a span {
   	display: block;
    padding: 20px;
    background: #86c050;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
	transition: background 0.3s ease-in-out;
}

.archive .av_one_third article .portfolio-excerpt a span:hover {
	background: #468f01;
}

.archive .sidebar {
	order: 1;
	flex-grow: 1;
	width: 100% !important;
	padding: 40px 0 20px !important;
}

.archive .sidebar .inner_sidebar {
	margin: 0;
}

.archive .sidebar .widget {
	padding: 0;
}

.archive .sidebar .wpc-filters-widget-top-container,
.archive .sidebar .wpc-posts-found,
.archive .sidebar .wpc-filter-header {
	display: none;
}

.archive .sidebar .wpc-filters-widget-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	border-top: 5px solid #aeff62;
	border-radius: 10px;
	background: #010A05;
	padding: 20px;
}

.archive .sidebar .wpc-filter-layout-submit-button {
	grid-column: 1/3;
	gap: 20px;
}

.archive .sidebar .wpc-filters-submit-button,
.archive .sidebar .wpc-filters-reset-button {
	width: 100%;
	padding: 10px 20px;
	min-height: 41px;
	box-shadow: 0 4px 10px 0 rgba(53, 224, 138, 0.5);
	background: #aeff62;
	font-weight: 400;
	font-size: 18px;
	color: #312d2d;
	border-color: transparent;
}

.archive .sidebar .wpc-filters-section {
	margin: 0;
}

.responsive .archive .sidebar .wpc-filters-widget-select {
	margin: 0 !important;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5) !important;
	padding: 10px 20px !important;
	min-height: 42px;
	font-weight: 400 !important;
	font-size: 18px !important;
	color: #d9d9d9 !important;
}

.avia_transform a .image-overlay {display: none !important;}

@media (min-width: 767px) and (max-width: 1325px) {
	.archive .av_one_third article .grid-entry-title a {
		font-size: 22px;
	}
}

@media (min-width: 767px) and (max-width: 1010px) {
	.archive .av_one_third article .portfolio-excerpt {
		font-size: 16px;
	}
	
	.archive .av_one_third article .entry-content-header {
		min-height: 350px;
	}
}

@media only screen and (max-width: 767px) {
	.archive .av_one_third {
		width: 100% !important;
		margin-bottom: 20px !important;
	}

	.archive .av_one_third:not(.archive .first) {
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 595px) {
	.archive .sidebar .wpc-filters-widget-wrapper {

		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	.archive .sidebar .wpc-filter-layout-submit-button {
		grid-column: 1/2;
	}
}

/*-------------------advantages-----------------------*/
#top .advantages__title h2 {
	font-weight: 500;
	font-size: 120px;
	letter-spacing: -0.02em;
	line-height: 133%;
	background: linear-gradient(180deg, #010a05 0%, #73853e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#top .advantages__subtitle p {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--black);
	max-width: 934px;
	margin: 0 auto;
}

#top .advantages__column section {
	height: 100%;
}

#top .advantages__column_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#top .advantages__column_content p:first-child {
	font-family: 'playfair display', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 133%;
	color: #fff;
	max-width: 326px;
	margin-bottom: auto;
}

#top .advantages__column_content p:last-child {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	max-width: 262px;
}

@media only screen and (max-width: 535px) {
	
	.responsive #top .advantages__column {
		margin-bottom: 21px !important;
		height: 320px;
	}
	
	#top .advantages__title h2 {
		font-size: 60px;
	}

	#top .advantages__subtitle p {
		font-size: 18px;
		max-width: 100%;
	}
}

/*-------------------.filter__tours-----------------------*/

#top .tours__grid .av-inner-masonry {
	display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
	max-width: 450px;
	min-height: 600px;
	margin-right: 25px !important;
    margin-bottom: 77px !important;
	box-shadow: 0 4px 10px 0 rgba(217, 217, 217, 0.5);
	background: #fff;
	transition: box-shadow 0.3s ease-in-out;
}

#top .tours__grid .av-inner-masonry:hover {
	box-shadow: 0 4px 10px 0 #d9d9d9;
}


#top .tours__grid .av-inner-masonry .av-inner-masonry-content,
#top .tours__grid .slide-content {
	padding: 20px;
	position: static;
	min-height: 325px;
	flex: 1 1 auto !important;
	display: flex !important;
    flex-direction: column !important;
}

#top .tours__grid .av-inner-masonry .av-inner-masonry-content > div,
#top .tours__grid .av-inner-masonry .av-inner-masonry-content > div > div,
#top .tours__grid .slide-entry {
	flex: 1 1 auto !important;
	display: flex !important;
    flex-direction: column !important;
}

#top .tours__grid .av-inner-masonry .av-inner-masonry-content .av-masonry-entry-title,
#top .tours__grid .slide-entry-title a {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 30px;
	line-height: 133%;
	color: #312d2d;
	margin-bottom: 20px;
}

#top .tours__grid .av-masonry-entry-content,
#top .tours__grid .slide-entry-excerpt{
	padding: 0;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto !important;
	justify-content: space-between;
}

#top .tours__grid .av-masonry-entry-content br {
	display: none;
}

#top .tours__grid .av-masonry-entry-content .masonry-text-line:first-of-type,
#top .tours__grid .slide-entry-excerpt {
	font-weight: 500;
	font-size: 18px;
	color: #535353;
	line-height: 1.16667;
}

#top .tours__grid .av-masonry-entry-content .masonry-text-line:nth-of-type(2),
#top .tours__grid .slide-entry-excerpt > span:nth-of-type(1) {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: inline-block;
	padding: 14px 16px 15px;
	background: #010A05;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

#top .tours__grid .av-masonry-entry-content .masonry-text-line:last-of-type,
#top .tours__grid .slide-entry-excerpt a span {
	display: block;
	padding: 20px;
	background: #86c050;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	transition: background 0.3s ease-in-out;
}

#top .tours__grid .av-masonry-entry:hover .masonry-text-line:last-of-type,
#top .tours__grid .slide-entry-excerpt a span:hover {
	background: #468f01;
}

#top .tours__grid .slide-meta {display: none;}

#top .tours__grid_mob a.av-masonry-entry {
	height: 88px;
}

#top .tours__grid_mob .av-inner-masonry-content {
	height: 88px;
	background: #010a05 !important;
}

#top .tours__grid_mob .av-inner-masonry-content .av-masonry-entry-title {
	text-align: left;
}

#top .tours__grid_mob .av-inner-masonry-content .av-masonry-entry-title > span {
	display: none;
}

@media only screen and (max-width: 767px) {
	#top .tours__grid .slide-content {
		min-height: 355px;
	}
	 
	#top .tours__grid .slide-entry {
		box-shadow: 0 4px 10px 0 rgba(217, 217, 217, 0.5);
		background: #fff;
	}
}

/*-------------------organizer-----------------------*/

#top .organizer__section .avia-video  {
	margin: 0;
}

#top .standart__title h2 {
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0.02em;
}

#top .organizer__content img {
	margin-bottom: -20px;
}

#top .organizer__content h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 133%;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 40px;
}

#top .organizer__content-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 30px;
	max-width: 596px;
}

#top .organizer__content-text .organizer__text-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 133%;
	margin-bottom: 20px;
}

#top .organizer__content-text .organizer__text-subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 40px;
}

#top .organizer__content-text .organizer__text-messenger {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid #28a8ea;
	padding: 5px 20px !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 0;
	transition: background 0.3s ease-in-out;
}

#top .organizer__content-text .organizer__text-messenger::before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(/wp-content/uploads/2025/12/uil_telegram.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: background-image 0.3s ease-in-out;
}

#top .organizer__content-text .organizer__text-messenger:hover {
	background: #28a8ea;
}

#top .organizer__content-text .organizer__text-messenger:hover::before {
	background-image: url(/wp-content/uploads/2025/12/Frame-6.svg);
}

#top .organizer__column_white {
	width: 35% !important;
}

#top .organizer__column_img {
	width: 38% !important;
}

#top .organizer__content-text2 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #535353;
	margin-bottom: 20px;
	max-width: 433px;
}

#top .organizer__content-text2 .organizer__text-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 133%;
	color: #010A05;
	font-family: 'playfair display', Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

#top .organizer__content-text2 .organizer__text-subtitle {
	font-weight: 600;
	color: #010A05;
	margin-bottom: 40px;
}

#top .organizer__content-text2 .organizer__text-messenger {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid rgba(255, 0, 0, 0.3);
	padding: 5px 20px !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #010A05;
	margin-bottom: 0;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

#top .organizer__content-text2 .organizer__text-messenger::before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(/wp-content/uploads/2025/12/mingcute_youtube-fill.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: background-image 0.3s ease-in-out;
}

#top .organizer__content-text2 .organizer__text-messenger:hover {
	background: #FF0000;
	color: #fff;
}

#top .organizer__content-text2 .organizer__text-messenger:hover::before {
	background-image: url(/wp-content/uploads/2025/12/mingcute_youtube-fill-1.svg);
}

@media only screen and (max-width: 767px) {
	#top .organizer__section {
		padding: 40px 0;
	}
	
	#top .organizer__content h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	#top .organizer__content-text p {
		margin-bottom: 20px;
		max-width: 100%;
	}
	#top .organizer__content img {
		width: 100px;
	}

	#top .organizer__content-text .organizer__text-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#top .organizer__content-text .organizer__text-subtitle {
		font-size: 18px;
		margin-bottom: 20px;
	}


	#top .organizer__column_white {
		width: 100% !important;
	}

	#top .organizer__column_img {
		width: 100% !important;
		height: 484px;
		background: url(/wp-content/uploads/2025/12/Frame-702-1.webp) 100% 20% no-repeat scroll;
	}

	#top .organizer__content-text2 p {
		margin-bottom: 10px;
		max-width: 100%;
	}

	#top .organizer__content-text2 .organizer__text-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#top .organizer__content-text2 .organizer__text-subtitle {
		margin-bottom: 20px;
	}

}
/*-------------------quote-----------------------*/

#top .quote__text p {
	font-weight: 500;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: 0.02em;
	font-family: 'playfair display', Helvetica, Arial, sans-serif;
	max-width: 1164px;
	margin: 0 auto 30px;
}

#top .quote__signature p {
	font-weight: 500;
	font-size: 18px;
	color: rgba(83, 83, 83, 0.5);
	max-width: 1164px;
	margin: 0 auto;
}


#top .reviews__section .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
	margin-right: 25px;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 0 4px 10px 0 rgba(217, 217, 217, 0.5);
}

#top .avia-smallarrow-slider .avia-slideshow-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -35px;
    margin-top: 10px;
    float: unset;
	text-align: center;
}

#top .goto-slide {
	display: inline-block;
    height: 13.5px;
    width: 13.5px;
    border-radius: 14px;
    opacity: 0.6;
    text-indent: 100px;
    overflow: hidden;
    margin: 0 1px;
    padding: 7px;
    position: relative;
    -webkit-backface-visibility: hidden;
	border-style: hidden !important;
}

#top .reviews__slider_mob img {
	border-radius: 20px;
	box-shadow: 0 4px 10px 0 rgba(217, 217, 217, 0.5);
}

@media only screen and (max-width: 1475px) {
	#top .quote__section {
		background-image: none;
	}
}

@media only screen and (max-width: 985px) {
	#top .reviews__section .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

/*-------------------faq-----------------------*/

#top .faq__accordion {
	max-width: 926px;
	margin: 0 auto;
}

#top .faq__accordion .toggler {
	display: grid;
	align-items: center;
	grid-template-columns: auto 32px;
	min-height: 80px;
	padding: 25px 25px 23px 30px;
	font-weight: 600;
	font-size: 22px;
	color: #010A05;
	font-family: 'playfair display', Helvetica, Arial, sans-serif;
}

#top .faq__accordion .toggler .toggle_icon {
	border-color: transparent !important;
}

#top .faq__accordion .toggler .toggle_icon .vert_icon {
	height: 17px;
}

#top .faq__accordion .toggler .toggle_icon .hor_icon {
	width: 17px;
}

#top .faq__accordion .toggle_content {
	padding: 30px 16px 30px 30px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #535353;
}

/*-------------------fos-----------------------*/

#top .fos__section {
	padding: 46px 0 37px;
}

#top .fos__section .entry-content-wrapper {
	display: flex;
	justify-content: center;
}

.fos__column {
	max-width: 745px;
}

#top .fos__title h2 {
	font-weight: 600;
	font-size: 40px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	margin-bottom: 17px;
}

#top .fos__subtitle p {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #fff;
	max-width: 440px;
	margin: 0 auto 17px;
}

#top .fos__questions {
	max-width: 491px;
	margin: 0 auto;
}


#top .fos__section input[type="text"].questions__name, #top input[type="tel"].questions__tel {
    padding: 12px 0 13px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(243, 243, 243, 0.3);
    height: 44px;
    font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #F3F3F3;
	letter-spacing: 0%;
	text-align: left;
    margin-bottom: 26px;
}

#top .fos__section input[type="tel"].questions__tel {
	margin-bottom: 44px;
}


#top .fos__section input[type="text"].questions__name::placeholder, #top input[type="tel"].questions__tel::placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: left;
}

#top .fos__section input[type="submit"] {
    width: 100%;
    padding: 16px 22px;
    background: #aeff62;
	box-shadow: 0 4px 10px 0 rgba(53, 224, 138, 0.5);
    color: #312d2d;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0%;
	text-align: center;
    margin-bottom: 24px;
    transition: opacity 0.3s ease-in-out;
}

#top .fos__section input[type="submit"]:hover {
	opacity: 0.7;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item>label {
	display: flex;
	gap: 10px;
}

#top .fos__section .wpcf7-spinner {
	display: none;
}


#top .fos__section input[type="checkbox"] {
	appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
	padding: 7px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    display: inline;
    cursor: pointer;
	position: relative;
	vertical-align: text-top;
}

#top .fos__section input[type="checkbox"]:checked  {
    background-color: transparent !important;
}

#top .fos__section input[type="checkbox"]:checked::after {
    content: "✓";
    font-size: 12px;
    color: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .fos__section .questions__acceptance_text {
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: #d9d9d9;
}

#top .fos__section .questions__link {
	font-weight: 800;
	font-size: 13px;
	line-height: 120%;
	color: #d9d9d9 !important;
	text-decoration: underline !important;
	text-decoration-skip-ink: none;
}

.fos__section form p:nth-of-type(1) .wpcf7-not-valid-tip {
	margin-top: -23px !important;
}

.fos__section form p:nth-of-type(2) .wpcf7-not-valid-tip {
	margin-top: -41px !important;
    margin-bottom: 19px !important;
}

#top .fos__section .wpcf7-response-output {
	color: #d9d9d9;
}

@media only screen and (max-width: 767px) {
	.fos__column {
		max-width: 100%;
	}
}

/*------------------- footer ---------------*/

#top #footer {
	padding: 10px 0 55px;
	border-bottom: 1px solid #535353 !important;
}

#top #footer .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#top #footer .container .av_one_fifth {
	width: max-content;
	margin-left: 0;
}

#top #footer .widget {
	margin: 0;
}

#top #footer .av_one_fifth:not(#top #footer .av_one_fifth:nth-of-type(1)) {
	padding-top: 38px;
	margin-left: auto;
}

#top #footer .av_one_fifth:nth-of-type(2) ul li a {
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	transition: opacity 0.3s ease-in-out;
}

#top #footer .av_one_fifth:nth-of-type(2) ul li a:hover {
	opacity: 0.7;
}


#top #footer .av_one_fifth:nth-of-type(2)  ul li:not(#top #footer .av_one_fifth:nth-of-type(2)  ul li:last-child) a {
	margin-bottom: 10px;
}

#top #footer .av_one_fifth .footer__link {
	font-family: inter2;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	transition: opacity 0.3s ease-in-out;
}

#top #footer .av_one_fifth .footer__link:hover {
	opacity: 0.7;
}

#top #footer .av_one_fifth .footer__messenger-blocks {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block {
	display: flex;
	gap: 7px;
	align-items: center;
	padding: 5px 20px;
	min-height: 50px;
	transition: background 0.3s ease-in-out;
	cursor: pointer;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block a {
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_tg {
	border: 1px solid #28a8ea;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_youtube {
	border: 1px solid #f00;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_tg::before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(/wp-content/uploads/2025/12/uil_telegram.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: background-image 0.3s ease-in-out;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_tg:hover {
	background: #28a8ea;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_tg:hover::before {
	background-image: url(/wp-content/uploads/2025/12/Frame-6.svg);
}


#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_youtube::before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(/wp-content/uploads/2025/12/mingcute_youtube-fill.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: background-image 0.3s ease-in-out;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_youtube:hover {
	background: #f00;
}

#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_youtube:hover::before {
	background-image: url(/wp-content/uploads/2025/12/mingcute_youtube-fill-1.svg);
}


#top #footer .av_one_fifth .footer__inf {
	display: flex;
	flex-direction: column;
	gap: 37px;
	justify-content: flex-end;
}

#top #footer .av_one_fifth .footer__tel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

#top #footer .av_one_fifth .footer__tel a {
	font-family: inter2;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	transition: opacity 0.3s ease-in-out;
}

#top #footer .av_one_fifth .footer__tel a:hover,
#top #footer .av_one_fifth .footer__inf .footer__messenger a:hover {
	opacity: 0.7;
}

#top #footer .av_one_fifth .footer__inf .footer__messenger {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

#top #footer .av_one_fifth .footer__inf .footer__messenger a {
	transition: opacity 0.3s ease-in-out;
}

@media (min-width: 768px) and (max-width: 995px) {
	#top #footer .container {
		gap: 15px;
	}
	
	#top #footer .av_one_fifth:firt-of-type(1) img {
		max-width: 192px;
	}
	
	#top #footer .av_one_fifth:nth-of-type(2) ul li a {
		font-size: 14px;
	}
	
	#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block {
		gap: 7px;
		padding: 5px 10px;
	}

	#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block p {
		font-size: 14px;
		line-height: 120%;
	}
	
	#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_tg::before {
		width: 30px;
		height: 30px;
	}

	#top #footer .av_one_fifth .footer__messenger-blocks .footer__messenger-block_youtube::before {
		width: 30px;
		height: 30px;
	}
	
	#top #footer .av_one_fifth .footer__tel a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	
	#top #footer {
		padding: 10px 0 35px;
	}
	
	#top #footer .container {
		flex-direction: column;
		gap: 20px;
	}
	
	#top #footer .av_one_fifth:not(#top #footer .av_one_fifth:nth-of-type(1)) {
		padding-top: 0;
		margin-left: 0;
	}
	
	#top #footer .av_one_fifth .footer__inf .footer__messenger {
		justify-content: flex-start;
	}
}

/*------------------- copyright ---------------*/

#socket {
	border-top: 1px solid #535353;
}

#socket .container {
	padding: 12px 0 11px !important;
}

.copyright {
	display: none;
}

#top .footer__copyright {
	display: flex;
	justify-content: space-between;
}

#top .footer__copyright p, 
#top .footer__copyright a {
	margin: 0;
}

#top .copyright__title_text {
	font-weight: 400;
	font-size: 14px;
	color: #535353;
}

#top .copyright__text {
	font-weight: 400;
	font-size: 14px;
	color: #535353;
	
}

#top a.copyright__text {transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;}

#top a.copyright__text:hover {
	opacity: 0.7;
	color: #fff;
}