/*
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:*/

body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
 	 font-family: var(--font-family); 
}

:root {
	--white: #fff;
	--green: #6ba913;
	--orange: #fee8ab;
	--dark-green: #659226;
	
	--font-family: "tildasans.07ttf", sans-serif;
  	--second-family: "inter", sans-serif; 
	
	--text65_27:calc(27px + (65 - 27) * ((100vw - 320px) / (1600 - 320))); /*h1*/
	--text60_30:calc(30px + (60 - 30) * ((100vw - 320px) / (1600 - 320))); /*banner title*/
	--text60_20:calc(20px + (60 - 20) * ((100vw - 320px) / (1600 - 320))); /*fun title*/
	--text50_42:calc(42px + (50 - 42) * ((100vw - 320px) / (1600 - 320))); /*h2*/
	--text42_20:calc(20px + (42 - 20) * ((100vw - 320px) / (1600 - 320))); /*h3*/
	--text20_18:calc(18px + (20 - 18) * ((100vw - 320px) / (1600 - 320))); /*h4*/
	--text20_14:calc(14px + (20 - 14) * ((100vw - 320px) / (1600 - 320))); /*субзаголовок*/
	--text27_20:calc(20px + (27 - 20) * ((100vw - 320px) / (1600 - 320))); /*h4*/
	--text16_14_990:calc(14px + (16 - 14) * ((100vw - 990px) / (1600 - 990))); /*меню*/
	--text16_14:calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320))); /*текст*/
}

/* *** ШРИФТЫ *** */

h1 {
	font-size: var(--text65_27);
	line-height: 1em;
	margin: 0 0;
}

h2 {
	font-size: var(--text50_42);
	line-height: 1em;
	margin: 0 0;
}

h3 {
	font-size: var(--text42_20);
	line-height: 1em;
	margin: 0 0;
}

h4 {
	font-size: var(--text20_18);
	line-height: 1em;
	margin: 0 0;
}

h5,
#top #header_meta .phone-info div .header__meta__container .block5 .phone__link {
	font-size: var(--text27_20);
	line-height: 1em;
	margin: 0 0;
}

#top nav ul li a span.avia-menu-text {
	font-size: var(--text16_14_990);
	line-height: 1em;
	margin: 0 0;
}

p,
#top .gallery__section .flex_column .av_textblock_section .avia_textblock p span{
	font-size: var(--text16_14);
	line-height: 1.1em;
	margin: 0 0;
}

#top .about__section .flex__right .av-special-heading p {
	font-family: var(--font-family);
	line-height: 1.2em;
	font-weight: 400;
	font-size: var(--text20_14);
	color: #333;
}

#top .fun__section .fun__slogan {
	font-size: var(--text60_20);
}

@media only screen and (min-width: 1621px) {
	h1 {font-size: 65px;!important}
	h2 {font-size: 50px;!important}
	h3 {font-size: 42px; !important}
	h4 {font-size: 20xp;!important}
	h5,
#top #header_meta .phone-info div .header__meta__container .block5 .phone__link {font-size: 27px;!important}
	#top nav ul li a span.avia-menu-text {font-size:16px; !important}
	p, #top .gallery__section .flex_column .av_textblock_section .avia_textblock p span {font-size: 16px; !important}
	#top .topbanner__section .flex_column .av-special-heading h1,#top .topbanner__section__1 .flex_column .av-special-heading h1 {font-size: 60px !important;}
	#top .about__section .flex__right .av-special-heading p {font-size: 20px !important;}
	#top .fun__section .fun__slogan,
	#top .topbanner__section .flex_column .av-special-heading h2, #top .topbanner__section__1 .flex_column .av-special-heading h2 {	font-size: 60px !important;}
}

@media only screen and (max-width: 989px) {
	#top nav ul li a span.avia-menu-text {font-size:14px;}
}


@media only screen and (max-width: 320px) {
	h1 {font-size: 27px;}
	h2 {font-size: 42px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18xp;}
	h5,
#top #header_meta .phone-info div .header__meta__container .block5 .phone__link {font-size: 20px;}
	p, #top .gallery__section .flex_column .av_textblock_section .avia_textblock p span {font-size: 14px;}
	#top .about__section .flex__right .av-special-heading p {font-size: 14px;}
	#top .fun__section .fun__slogan {	font-size: 20px;}
	#top .topbanner__section .flex_column .av-special-heading h2 {font-size: 30px !important;}
}

/* *** СПЕЦКЛАССЫ *** */
.hidden {
	display: none !important;
}

.t_black {
	color: #333;
}

.t_grey {
	color: #828282;
}

.t_halfgreen {color: rgba(107, 169, 19, 0.5);}
.t_green {color: #6ba913;}

.opacity-vis {
	opacity: 1;
}

.opacity-nonvis {
	opacity: 0;
	transition: 300ms;
}

.alt-bg {
	background: url('/wp-content/uploads/2024/11/topbanner-bg2.png') center no-repeat !important;
	background-size: cover !important;
	transition: 300ms;
}

#wpadminbar #adminbarsearch {
	display: none !important;
}

#top .avia-section div.hr {
	opacity: 30% !important;
	margin-top: 15px;
	height: 1px !important;
	min-height: 1px;
	background-color: var(--green);
}

#top .av-special-heading {
	padding-bottom: 0 !important;
}

/*** КНОПКИ ***/
.green__button:hover a,
button.green__button:hover,
input[type='submit']:hover {
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.3) !important;
	background: var(--dark-green) !important;
	transition: 300ms;
	cursor: pointer;
}


/* *** КОНТЕЙНЕР *** */
#top .container {
	padding: 0 6.25%;
	box-sizing: border-box;
}

/*** HEADER ***/

#top #header_meta .phone-info {
	padding: 0 0 !important;
}

#top #header_meta .phone-info,
#top #header_meta .phone-info>div,
#top #header_meta .phone-info>div .header__meta__container {
	width: 100%;
}

#top #header_meta .phone-info div .header__meta__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 0 20px;
}


#top #header_meta .phone-info div .header__meta__container .block1 {
	margin-top: 22px;
}

#top #header_meta .phone-info div .header__meta__container .block1  .block1__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #333;
	position: relative;
	width: 55%;
}

#top #header_meta .phone-info div .header__meta__container .block1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 22px;
	padding-left: 38px;
}

#top #header_meta .phone-info div .header__meta__container .block1 .text1:before {
	display: inline-block;
	content:'';
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/2024/11/location.svg') center no-repeat;
	background-size: cover;
	margin-right: 14px;
	position: absolute;
	left: -38px;
}

#top #header_meta .phone-info div .header__meta__container .block1 .text2:before {
	display: inline-block;
	content:'';
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/2024/11/clock.svg') center no-repeat;
	background-size: cover;
	margin-right: 14px;
	position: absolute;
	left: -38px;
}

#top #header_meta .phone-info div .header__meta__container .block2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	margin-top: 22px;
	margin-left: -12%;
}

#top #header_meta .phone-info div .header__meta__container .block2 a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 1.2em;
}

#top #header_meta .phone-info div .header__meta__container .block4 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 10px;
	margin-top: 22px;
}

#top #header_meta .phone-info div .header__meta__container .block4 .social__wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

#top #header_meta .phone-info div .header__meta__container .block4 .social__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	color: #828282;
}


#top #header_meta .phone-info div .header__meta__container .block5 {
	margin-top: 22px;
}

#top #header_meta .phone-info div .header__meta__container .block5 .phone__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 5px;
}

#top #header_meta .phone-info div .header__meta__container .block5 .phone__link {
	font-family: var(--font-family);
	font-weight: 500;
	color: #333;
	line-height: 1.2em;
}
#top #header_meta .phone-info div .header__meta__container .block5 .phone__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	color: #828282;
}
#top #header_meta .phone-info div .header__meta__container .block5 .phone__button{
	display: block;
	padding: 15px 60px;
	border-radius: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: var(--white);
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.3);
	background: #8dc43e;
	border-width: 0;
	margin-top: 13px;
}

/*HEADER MAIN*/

#top #header_main {
	background: #83bc31;
}

#top #header_main .logo {
	display: none;
}

#top #header_main nav,
#top #header_main .avia-menu,
#top #header_main ul.menu {
	width: 100%;
}

#top #header_main ul.menu {
	display: flex;
	justify-content: center;
	position: relative;
}

#top #header_main ul.menu li#menu-item-search {
	right: 0;
	position: absolute;
}

#top #header_main ul.menu li#menu-item-search a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/2024/11/seach.svg') center no-repeat;
	background-size: cover;
}

#top #searchsubmit {
	background: #83bc31;
}

/* *** TOPBANNER *** */
#top .topbanner__section .flex_column,
#top .topbanner__section__1 .flex_column {
	border-radius: 20px;
	background-size: cover;
}

#top .topbanner__section .flex_column .copy2,
#top .topbanner__section__1 .flex_column .copy3{
	position: absolute;
    top: 60px;
	z-index:1;
}

#top .topbanner__section .flex_column .av-special-heading,
#top .topbanner__section__1 .flex_column .av-special-heading
{
	width: 50%;
}

#top .topbanner__section .flex_column .av-special-heading h2,
#top .topbanner__section__1 .flex_column .av-special-heading h2 {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: var(--text60_30);
	line-height: 110%;
	color: #333;
	text-transform: none;
}

#top .topbanner__section .flex_column .av-special-heading .av-subheading p,
#top .topbanner__section__1 .flex_column .av-special-heading .av-subheading p{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: var(--text16_14);
	line-height: 1.2em;
	color: #828282;
	width: 74%;
}

#top .topbanner__section .flex_column .topbanner__button__wrap .avia-button,
#top .topbanner__section__1 .flex_column .topbanner__button__wrap .avia-button{
	margin: 0 0;
 }

#top .topbanner__section .flex_column .topbanner__button__wrap .avia-button:first-child:hover,
#top .topbanner__section__1 .flex_column .topbanner__button__wrap .avia-button:first-child:hover {
	box-shadow: 0 7px 20px 0 rgba(107, 169, 19, 0.3) !important;
	background: var(--dark-green)!important;
	transition: 300ms;
 }

#top .topbanner__section .flex_column .topbanner__button__wrap .avia-button:last-child,
#top .topbanner__section__1 .flex_column .topbanner__button__wrap .avia-button:last-child{
	border: 1px solid transparent;
	box-sizing: border-box;
 }

#top .topbanner__section .flex_column .topbanner__button__wrap .avia-button:last-child:hover,
#top .topbanner__section__1 .flex_column .topbanner__button__wrap .avia-button:last-child:hover{
	border: 1px solid var(--green) !important;
	box-sizing: border-box;
	transition: 300ms;
 }

#top .topbanner__section .flex_column .topbanner__button__wrap .avia_iconbox_title,
#top .topbanner__section__1 .flex_column .topbanner__button__wrap .avia_iconbox_title{
	text-transform: uppercase;
}


/* *** MASONRY COLS *** */

#top .masonry__section .flex_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}


#top .masonry__section .flex_column:before,
#top .masonry__section .flex_column:after {
	display: none;
}

#top .masonry__section .flex_column .av_textblock_section {
    width: 15.8%;
	height: 120px;
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.3);
	background: var(--white);
	border-radius: 10px;
	display: block;
	padding: 15px;
/* 	border: 1px solid #000; */
	
}

#top .masonry__section .flex_column .av_textblock_section .avia_textblock {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#top .masonry__section .flex_column .av_textblock_section .avia_textblock p:last-child {
	width: 100%;
	line-height: 1.2em;
}

#top .masonry__section .flex_column .av_textblock_section .avia_textblock,
#top .masonry__section .flex_column .av_textblock_section .avia_textblock div,
#top .masonry__section .flex_column .av_textblock_section .avia_textblock div img {
	margin: 0 0;
	padding: 0 0;
}

#top .masonry__section .flex_column .av_textblock_section .avia_textblock div img {
	width: 30px;
	height: 30px;
}

#top .masonry__section .flex_column .av_textblock_section .avia_textblock div {
	width: 100% !important;
}

#top .masonry__section .flex_column .av_textblock_section .avia_textblock div p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 1.2em;
	margin-top: 22px;
	padding: 0 0;
	width: 100%;
	text-align: left;
	font-style: normal;
}

/**** ABOUT SECTION****/

#top .about__section .flex__right .av_textblock_section {
	margin-top: 40px;
}


#top .about__section .flex__right .av_textblock_section ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

#top .about__section .flex__right .av_textblock_section ul li {
	margin-top: 16px;
	margin-left: 0;
	position: relative;
	padding: 0 0 !important;
}

#top .about__section .flex__right .av_textblock_section ul li:before {
	display: inline-block;
	content:'';
	width: 100%;
	height: 1px;
	background-color: var(--green);
	position: absolute;
    top: 23px;
	z-index: -1;
	opacity: 30%;
}


#top .about__section .flex__right .av_textblock_section ul li:after {
	display: inline-block;
	content:'';
	border-radius: 100%;
	width: 15px;
	height: 15px;
	background-color: var(--green);
	position: absolute;
    top: 15px;
	right: 0;
}

#top .about__section .flex__right .av_textblock_section ul li:first-child {
	margin-top: 0;
}

#top .about__section .flex__right .av_textblock_section ul li .top__li {
	display: block;
	border-radius: 20px;
	padding: 10px 30px;
	width: fit-content;
	height: 39px;
	background: var(--green);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--white);
	box-sizing: border-box;
}

#top .about__section .flex__right .av_textblock_section ul li:nth-child(2n) .top__li {
	background: var(--orange);
	color: #333;
}

#top .about__section .flex__right .av_textblock_section ul li:nth-child(2n+1) .top__li:hover {
	background: var(--dark-green);
	text-decoration: underline;
	transition: 300ms;
} 

#top .about__section .flex__right .av_textblock_section ul li:nth-child(2n) .top__li:hover {
	background: #f8d77c;
	transition: 300ms;
}

#top .about__section .flex__right .av_textblock_section ul li .sub__li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	color: #4f4f4f;
	display: block;
	padding: 10px 0 0 30px;
	width: 55%;
}


/**** GALLERY SECTION****/

#top .gallery__section .more__photos__button a {
	margin: 0 0;
}
#top .gallery__section .more__photos__button a .avia_iconbox_title{
	text-transform: none;
	font-weight: 500;
}

#top .gallery__section .more__photos__button a .avia_iconbox_title:before {
	display: inline-block;
	content: '';
	border-radius: 100%;
	background-color: var(--green);
	width: 15px;
	height: 15px;
	margin-right: 20px;
	position: relative;
	top: 2px;
	font-weight: 500;
	transition: 300ms;
}

#top .gallery__section .more__photos__button a:hover {
	background-color: var(--green);
	transition: 300ms;
}

#top .gallery__section .more__photos__button a:hover .avia_iconbox_title:before {
	background-color: var(--white);
	transition: 300ms;
}

#top .gallery__section .more__photos__button a:hover .avia_iconbox_title {
	color: var(--white);
	transition: 300ms;
}

#top .gallery__section .flex_column .av_textblock_section .avia_textblock h3 span.t_green {
	margin-left: 33%;
}


/**** GALLERY TABS SECTION****/
#top .gallery__tabs__section .av-tab-section-tab-title-container {
	padding-top: 40px;
	display: flex;
	justify-content: center;
	gap: 13px;
	background-color: #fffdf9;;
}

#top .gallery__tabs__section .av-section-tab-title,
#top .gallery__tabs__section .av-outer-tab-title {
	padding: 0 0;
}

#top .gallery__tabs__section .av-inner-tab-title {
	margin: 0 0;
	display: block;
	border: 1px solid #f2994a;
	border-radius: 20px;
	padding: 0 10px;
	width: auto;
	height: 34px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #f2994a;
	text-transform: none;
}

#top .gallery__tabs__section .av-inner-tab-title:hover,
#top .gallery__tabs__section .av-active-tab-title .av-inner-tab-title {
	background-color: #f2994a;
	color: #fff;
}


#top .gallery__tabs__section .av-layout-tab .flex_column {
	min-height: 435px;
}

#top .gallery__tabs__section .av-tab-section-inner-container .flex_column p,
#top .gallery__tabs__section .av-tab-section-inner-container .flex_column .av_textblock_section .avia_textblock ul li {
	font-family: var(--font-family);
	font-weight: 400;
	text-decoration-skip-ink: none;
	color: #4f4f4f;
	line-height: 1.2em;
}

#top .gallery__tabs__section .av-tab-section-inner-container .flex_column p a {
	text-decoration: underline;
	color: #4f4f4f;
}

#top .gallery__tabs__section .av-tab-section-inner-container .flex_column .av_textblock_section .avia_textblock ul li {
	font-size: var(--text16_14);
	padding: 0 0;
}

#top .gallery__tabs__section .av-tab-section-inner-container .flex_column .avia-button {
	border-radius: 10px;
	box-sizing: border-box;
	background: #8dc43e;
	padding: 15px 18.5%;
	margin: 40px 0 0 0;
	border-width: 0;
	width: 100%;
}


#top .gallery__tabs__section .av-tab-section-inner-container .flex_column .avia-button .avia_iconbox_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--white);
}

#top .gallery__tabs__section .av-tab-section-inner-container .flex_column .avia-button .avia_iconbox_title:after {
	display: inline-block;
	content: '';
	width: 18px;
	height: 12px;
	background: url('/wp-content/uploads/2024/11/arrr.svg') center no-repeat;
	background-size: cover;
	margin-left: 19px;
}

#top .gallery__tabs__section .av-layout-tab {
	padding: 30px 0 0 0;
}

#top .gallery__tabs__section .av-tab-arrow-container {
	display: none;
}

#top .service__card h5 {
	width: 75%;
	margin-bottom: 20px;
}

#top .service__card ul li {
	font-size: 16px;
	line-height: 1.1em;
	color: #4f4f4f;
}

#top .service__card:hover {
	box-shadow: 0 15px 15px 0 rgba(248, 215, 124, 0.3);
	background: var(--orange);
}

/* *** fdb__section *** */

#top .fdb__section .fdb__slider {
	margin-bottom: 0;
}

#top .fdb__section .fdb__slider .new-special-heading {
	display: none;
}

#top .fdb__section .fdb__slider .avia-slideshow-arrows {
	width: 100%;
	position: absolute;
	top: 50%;
}


#top .fdb__section .fdb__slider .avia-slideshow-arrows a {
	height: 44px;
}


#top .fdb__section .fdb__slider .avia-slideshow-arrows a:before {
	font-size: 44px;
	line-height: 100%;
	color: #6ba913;
	background-color: transparent;
	font-weight: 600;
	
}


#top .fdb__section .fdb__slider .avia-slideshow-arrows a:hover:before {
	opacity: 1;	
}

#top .fdb__section .fdb__slider .avia-slideshow-arrows a.prev-slide {
	left: -44px;
}

#top .fdb__section .fdb__slider .avia-slideshow-arrows a.next-slide {
	right: -44px;
}

#top .fdb__section .fdb__slider .slide-entry-title {
	display: none;
}

#top .fdb__section .fdb__slider .slide-entry-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top .fdb__section .fdb__slider .slide-entry {
	margin: 0 0;
	width: 30%;
}

#top .fdb__section .fdb__slider .slide-entry img {
	border-radius: 10px;
}


#top .fdb__section .fdb__slider .slide-entry .image-overlay {
	display: none !important;
}

#top .fdb__section .fdb__button {
	margin-top: 50px;
}


#top .fdb__section .fdb__button a{
	border-radius: 10px;
	padding: 20px 0;
	width: 100%;
	height: 57px;
	box-sizing: border-box;
	background: var(--green);
	border-width: 0;
	margin: 0 0;
}

#top .fdb__section .fdb__button a .avia_iconbox_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--white);
	
}

#top .fdb__section .fdb__button a:hover {
	box-shadow: 0 7px 20px 0 rgba(107, 169, 19, 0.3);
	background: var(--dark-green);
}

/* NEWS SECTION */

#top .news__section .flex__news {
	position: relative;
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	gap: 40px;
}

#top .news__section .flex__news h5 {
	font-size: 27px !important;
}

#top .news__section .flex__news:before,
#top .news__section .flex__news:after {
	display: none;
}


#top .news__section .flex__news .avia-image-container {
	width: 40%;
	margin: 0 0;
}

#top .news__section .flex__news .av_textblock_section {
	width: 60%;
	margin: 0 0;
}

#top .news__section .flex__news .avia_codeblock_section {
	position: absolute;
	bottom: 20px;
	right: 60px;
	transition: 300ms;
}

#top .news__section .flex__news .avia_codeblock_section .round__button {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: url('/wp-content/uploads/2024/11/round.svg') center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: 300ms;
}

#top .news__section .flex__news .av_textblock_section {
	height: 100%;
}

#top .news__section .flex__news .av_textblock_section .avia_textblock {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 36px;
	height: 100%;
}

#top .news__section .flex__news .av_textblock_section .avia_textblock a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #333;
}

#top .news__section .flex__news:hover {
	box-shadow: 0 15px 15px 0 rgba(248, 215, 124, 0.3);
	background: var(--orange);
}

#top .news__section .flex__news:hover .avia_codeblock_section {
	transform: translatex(40px);
	transition: 300ms;
}

#top .news__section .flex__news:hover .round__button {
	opacity: 1;
	transition: 300ms;
}

/* FUN SECTION */

#top .fun__section img {
	width: 100%;
}

#top .fun__section .av_textblock_section .flex__fun {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}


#top .fun__section .flex__fun h5{
	width: 10.5%;
}

#top .fun__section .flex__fun .center__h5 {
	width: 15.5% !important;
}

#top .fun__section .flex__fun .separator{
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	background: #8dc43e;
	max-width: 23px;
    max-height: 23px;
}

#top .fun__section .avia-image-container-inner {
	width: 100%;
}

/* VISIT SECTION */

#top .visit__section {
	border-radius: 20px;
}

#top .visit__section .flex__visit {
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
}

#top .visit__section .flex__visit h3 {
	line-height: 100%;
	color: var(--white);
	margin: 0 0;
	width: 40%;
}


#top .visit__section .flex__visit ul {
	list-style-type: disc;
	color: var(--orange);
	margin-top: 33px;
	width: 47%;
}

#top .visit__section .flex__visit ul li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--white);
	margin-top: 13px;
	padding: 0 0;
}

#top .visit__section .avia-button-wrap {
	margin-top: 40px;
}

#top .visit__section .avia-button-wrap a {
	border-radius: 10px;
	padding: 22px 117px;
	background: var(--white);
	margin: 0 0;
	line-height: 100%;
	border: 1px solid var(--white);
	box-sizing: border-box;
}

#top .visit__section .avia-button-wrap a:hover {
	border: 1px solid var(--green) !important;
	box-sizing: border-box;
	transition: 300ms;
 }


#top .visit__section .avia-button-wrap a .avia_iconbox_title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #333;
}

#top .visit__section .avia-button-wrap a .avia_iconbox_title:after {
	display: inline-block;
	content:'';
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/2024/11/ar.png') center no-repeat;
	background-size: cover;
	margin-left: 30px;
	vertical-align: sub;
}

/* CF SECTION */


#top .cf__section .flex_column {
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
}

#top .cf__section .avia-image-container {
	margin-right: 0;
	margin-bottom: 20px;
}

#top .cf__section .av-subheading p {
	font-size: 20px;
}



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

/* *** FOOTER SECTION *** */

#top .footer__section .flex__f p,
#top .footer__section .flex__f li,
#top .footer__section .flex__f a{
	color: var(--white);
}

#top  form {
	width: 100% /*491px*/;
	margin-bottom: 35px;
}

#top  form input[type='text']::placeholder,
#top  form input[type='tel']::placeholder {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px !important;
	line-height: 120%;
	color: #333 !important;
}


#top  form input[type='text'],
#top  form input[type='tel'] {
	padding: 4px 0 12px 0;
	background-color: transparent !important;
	border-bottom: 1px solid var(--green) !important;
	background-color: transparent;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px !important;
	line-height: 120%;
	color: #333 !important;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 15px !important;
}

#top  form label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #828282;
}

#top  form input[type='submit']:not(#searchsubmit) {
	display: block;
	border-radius: 10px;
	padding: 21px 30px 24px 30px;
	width: 100% /*491px*/;
	height: 64px;
	background: var(--green);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 40px;
	color: #fff;
	box-sizing: border-box;
}

#top .pum-container form input[type='submit']:not(#searchsubmit) {
	margin-bottom: 10px;
}

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

#top  form .wpcf7-list-item-label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: #828282;
}

#top  form .wpcf7-list-item-label a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #4f4f4f;
}

#top  form .wpcf7-list-item {
	margin-top: 0;
	margin-left: 26px;
}

#top form .wpcf7-response-output {
	font-family: var(--font-family);
	font-size: 12px;
	line-height: 1.2em;
	border-color: #ff0000 !important;
}

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

#top form input[type='checkbox'] {
	opacity: 0;
	width: 0;
	height: 0;
}

#top form .wpcf7-list-item-label::before {
	content: '';
	width: 16px;
	height: 16px;
	color: #ffffff;
	border: 1px solid #828282;;
	margin-right: 10px;
	display: inline-block;
	line-height: 16px;
	border-radius: 4px;
	position: absolute;
	left: 0;
} 

#top form .wpcf7-list-item-label {
	display: inline-block;
	font-size: 13x;
	line-height: 1.2em;
}

#top form input[type='checkbox']:focus:not(:checked)+.wpcf7-list-item-label::before,
#top form input[type='checkbox']:focus:not(:checked)+.wpcf7-list-item-label:span::before {
	-webkit-box-shadow:  0 0 0 0.2rem #18909E;
	        box-shadow:  0 0 0 0.2rem #18909E;
} 

#top form input[type='checkbox']:checked+.wpcf7-list-item-label::before {
	background: url("/wp-content/uploads/2024/11/tik2.svg") center no-repeat;
} 

#top form .wpcf7-not-valid-tip {
	font-family: var(--font-family);
	font-size: 12px;
}

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

#top .wpcf7 form .wpcf7-response-output {
	font-family: "sf-pro-display";
}

#top .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #00a0d2;
}

#top .cf__section .cf__social p {
	display: flex;
	gap: 22px;
}

#top .cf__section .avia_textblock img {
	margin-right: 0;
	cursor: pointer;
	transition-duration: 500ms;
    transition-property: opacity;
}


#top .cf__section .avia_textblock img:hover {
	opacity: 0.7;
	transition-duration: 500ms;
    transition-property: opacity;
}

/**** FOOOTER ****/

#top .footer__section .flex__f1 .avia_textblock {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
	
	#top .footer__section .flex__f1 .avia_textblock .f__block {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 15px;
	}
	
	#top .footer__section .flex__f1 .avia_textblock .f__block .f__text {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		line-height: 1.2em;
		color: var(--white);
	}
	#top .footer__section .flex__f1 .avia_textblock .f__block:first-child .f__text {
		width: 100%;
	}

#top .footer__section .flex__f1 .avia-image-container {
		margin-bottom: 40px !important;
	}

#top .footer__section .flex__f2 ul {
	list-style: none;
	margin: 0 0;
}


#top .footer__section .flex__f2 ul li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 0;
}

#top .footer__section .flex__f3 ul {
	list-style: none;
	margin: 0 0;
}


#top .footer__section .flex__f3 ul li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--white);
	margin-bottom: 22px;
	margin-left: 0;
	padding: 0 0;
}

#top .footer__section .flex__f4 p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--white);
}


#top .footer__section .flex__f4 img {
	margin-top: 15px;
}


#top .footer__section .flex__f5 .avia_textblock {
	text-align: right;
}



#top .footer__section .flex__f5 .avia-button-wrap {
	margin: 45px 0 62px 0;
}

#top .footer__section .flex__f5 .avia_textblock a {
	font-family: var(--font-family);
	font-weight: 500;
	color: var(--white);
	font-size: 27px;
}

#top .footer__section .flex__f5 .avia-button-wrap a {
	border-radius: 10px;
	width: 264px;
	height: 50px;
	background: var(--white);
	padding: 0 10px;
	margin: 0 0;
	font-size: 27px;
	line-height: 42px;
	border: 1px solid var(--white);
	box-sizing: border-box;
}


#top .footer__section .flex__f5 .avia-button-wrap a:hover {
	border: 1px solid var(--green) !important;
	box-sizing: border-box;
	transition: 300ms;
 }

#top .footer__section .flex__f5 .avia-button-wrap a span {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 48px;
	text-transform: uppercase;
	color: #333;
}

#top .footer__section .flex__f5 .avia_textblock p {
	margin-bottom: 0;
}

#top .footer__section .flex__f5 .avia_textblock .f_soc {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	margin-top: 15px;
}


#top .copyright__section {
	border-top: 1px solid #fff !important;
	min-height: auto !important;
}


#top .copyright__section .flex__copy .copy__cont {
	display: flex;
	justify-content: space-between;
	align-items:center;
}

#top .copyright__section .flex__copy .copy__cont div.copy__left {
	height: 62px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

#top .copyright__section .flex__copy .copy__cont .copy__right{
	color: var(--white);
}

#top .copyright__section .flex__copy .copy__cont div p,
#top .copyright__section .flex__copy .copy__cont div a{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--white);
}

/* БЛОГ НОВОСТИ */
.avia-content-slider, .avia-content-slider-inner {
	overflow: unset;
}

#top .news__section .avia-content-slider .slide-entry-wrap {
	margin: 0 0;
	display: flex;
	justify-content: space-between;
}
#top .news__section .avia-content-slider .slide-entry {
	border-radius: 20px;
	width: 49%;
	height: auto;
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
	background: #f9f1d9;
	margin: 0 0;
	padding: 20px 20px;
	display: flex;
	gap: 40px;
	align-items: flex-end;
	box-sizing: border-box;
}

#top .news__section .avia-content-slider .slide-entry:before,
#top .news__section .avia-content-slider .slide-entry:after,
#top .news__section .avia-content-slider .slide-entry .image-overlay,
#top .news__section .avia-content-slider .slide-entry .slide-meta{
	display: none !important;
}

#top .news__section .avia-content-slider .slide-entry .slide-entry-excerpt {
	margin-top: 36px;
}

#top .news__section .avia-content-slider .slide-entry .slide-entry-title {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 27px;
	color: #333;
	line-height: 1.2em;
}

#top .news__section .avia-content-slider .slide-entry .more-link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #333;	
}

#top .news__section .avia-content-slider .slide-entry .more-link-arrow {
	display: none;	
}

#top .news__section .avia-content-slider .slide-entry .slide-image {
	height: 100%;
	width: 100%;
	margin: 0 0;
	background: transparent;
}
#top .news__section .avia-content-slider .slide-entry .slide-image img {
	height: 100%;
	width: 100%;
}

#top .news__section .avia-content-slider .slide-entry .slide-content {
	width: 130%;
}

#top .news__section .avia-content-slider .slide-entry .round__button {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: url('/wp-content/uploads/2024/11/round.svg') center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: 300ms;
	position: absolute;
	bottom: 20px;
	right: 60px;
	cursor: pointer;
}

#top .news__section .avia-content-slider .slide-entry:hover {
	box-shadow: 0 15px 15px 0 rgba(248, 215, 124, 0.3);
	background: var(--orange);
}

#top .news__section .avia-content-slider .slide-entry:hover .round__button {
	transform: translatex(40px);
	transition: 300ms;
	opacity: 1;
}

	
#top .news__section .avia-content-slider {
	margin-bottom: 0;
}

#top .news__section .avia-content-slider .slide-image, 
#top .news__section .avia-content-slider .slide-image img {
    border-radius: 20px;
}
#top .news__section .avia-content-slider .slide-entry .entry-footer {
		display: none !important;
	}




/* Карта сайта */

.post-entry-476 .widget_recent_entries li, .post-entry-476 .widget_recent_entries li a,
.post-entry-476 .widget_pages li{
	border: none !important;  
	font-family: var(--font-family) !important;  
  line-height: 1.3em !important;  
  font-weight: 400 !important;  
  font-size: var(--text16_14);
	display: list-item; 
  padding: 2px 0;
}
.post-entry-476 .widget_recent_entries li a{
font-style: normal;
}
.post-entry-476 .widget_recent_entries{
	padding-top: 0px;
}

.post-entry-476 .widget_recent_entries{
	font-size: 19.8px !important;
}

.post-entry-476 .widgettitle{
	font-family:  var(--font-family);
	 line-height: 1.3em;
  font-weight: 400;
  font-size: var(--text27_20)  !important;
	margin-bottom: 10px;
}  

/* Страницы записей */

.template-single-blog .big-preview{
	display: none;
}
#top .fullsize .template-blog .post .entry-content-wrapper{
	max-width: 1600px !important;
}
#top .fullsize .template-blog .post .entry-content-wrapper > *{
	max-width: 1600px !important; 
}
#top .fullsize .template-blog .post-title{
	max-width: 1600px !important; 	
}
 

/* Страницы Новостей */

#top .page__news .avia-content-slider .slide-entry { 
    margin: 0 0 20px 0 !important; 
}


.flex__text_first {
	width: 25.4% !important;
}

.flex__text_second {
	width: 27% !important;
}



/* Страница Услуги */
 
.included__title h3 {
	font-weight: 500 !important;
	font-size: 42px;
	line-height: 1 !important;
	color: #333;
	margin-bottom: 41px;
}

.included__card {
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
}


.included_section .av-flex-placeholder {
	width: 1.7% !important;
}

.included__card_grid {
	display: grid;
	gap: 0 50px;
	grid-template-columns: 80px auto;
	grid-template-rows: auto;
}

.included_section .alignnone {
	width: 80px;
	height: 75px;
	object-fit: contain;
	margin-bottom: 30px;
}

.included_section ul {
	margin: 0;
}

.included__button {
	border-radius: 10px !important;
	padding: 20px;
	width: 501px;
	background: #fc9;
	display: flex;
	gap: 34px;
	justify-content: center;
	border: none;
	margin: 0 auto;
	transition-duration: 300ms;
    transition-property: opacity;
	cursor: pointer;
}

.included__button:hover {
	opacity: 0.7;
	transition-duration: 300ms;
    transition-property: opacity;
}

.included__button a {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
}

.included__button a:hover {
	color: #333;
}

.included__svg {
	width: 18px;
	height: 14px;
}

.services__message {
	display: flex;
	gap: 25px;
	align-items: center;
	border-radius: 20px;
	width: 100%;
	padding: 20px;
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
	background: #fff;
	opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.services__message.visible {
    opacity: 1;
    transform: translateY(0);
}

.services__message-img {
	width: 40px;
	height: 40px;
}

.services__message-link {
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline !important;
	text-decoration-skip-ink: none;
	color: #659226 !important;
}

.services__title {
	font-weight: 400;
	font-size: 20px;
	color: #333;
}

.services__card {
	border: 1px solid rgba(141, 196, 62, 0.3);
	border-radius: 20px;
	padding: 40px;
	
}

.services__card-title p {
	font-weight: 500;
	font-size: 42px;
	line-height: 1;
	color: #659226;
	margin-bottom: 30px;
}

.services__card-text p {
	font-weight: 400;
	font-size: 16px;
	color: #333;
}


@media only screen and (max-width: 767px) {
	
	.included__card_grid {
		display: block;
	}
	
	.included__button {
		width: 100%;
	}
	
	.services__card-title p {
		font-size: 30px;
	}
}


/*:root { 
	
	--font-family: "tildasans.07ttf", sans-serif;

}*/

#top .text__p p { 
    color: #474747 !important; 
}
#top .text__p a { 
    color: #474747 !important; 
	text-decoration: underline;
}

.help__section .block__2{
	 
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.3);
	background: var(--white);
	border-radius: 10px;
	display: block;
	padding: 15px;
}
#top .help__section .av-equal-height-column-flextable  .av-flex-placeholder{
	width: 24px !important; 
}


.staff_card,
.staff_card_mob {
	background:#fff;
	box-shadow: 0px 7px 20px rgba(217, 217, 217, 0.5); 
	border-radius:20px;  
	margin-bottom:30px !important; 
}

.staff_card img,
.staff_card_mob img{ 
	border-radius: 20px 20px 0px 0px;
	width: 300px;
	margin: 0px;
	padding: 0px;
} 

.staff_card .avia-image-container{
		margin: 0px;
} 
.staff_card_mob {
	width: 300px;
	margin: 0px auto;
}

.middle_text_card {
	display:table-cell;
	vertical-align: middle; 
}
.middle_text_card p{
	  font-family: var(--font-family);
	font-size: 27px !important; 
 	line-height: 1.3em; 
}

.staff_card .staff_card_text,
.staff_card_mob .staff_card_text{
padding: 12px 39px 13px 20px;
}
.staff_card .staff_card_text > *{ 
	  font-family: var(--font-family);
}

.staff_card .staff_card_text p{ 
	color: #828282 !important;
}

.staff_card .staff_card_name,
.staff_card_mob .staff_card_name strong,
.staff_card_mob .staff_card_name {
	color:#333;
	margin-bottom:10px;
 	font-size:16px !important; 
  line-height: 1.1em;
}

#top .staff_section .avia-slideshow-arrows a:before {
    font-size: 44px;
    line-height: 100%;
    color: #6ba913;
    background-color: transparent;
    font-weight: 600;
}


#top .staff_section .new-special-heading {
	display: none;
}

#top .staff_section .avia-slideshow-arrows {
	width: 100%;
	position: absolute;
	top: 40%;
}


#top .staff_section .avia-slideshow-arrows a {
	height: 44px;
}


#top .staff_section .avia-slideshow-arrows a:before {
	font-size: 44px;
	line-height: 100%;
	color: #6ba913;
	background-color: transparent;
	font-weight: 600;
	
}


#top .staff_section .avia-slideshow-arrows a:hover:before {
	opacity: 1;	
}

#top .staff_section .avia-slideshow-arrows a.prev-slide {
	left: 4px;
}

#top .staff_section .avia-slideshow-arrows a.next-slide {
	right: 8px;
}


#staff_section .av-flex-placeholder { 
	width: 50px !important;
}


#top .staff_section .avia-smallarrow-slider .avia-slideshow-arrows a:before {
    font-size: 44px;
    line-height: 100%;
    color: #6ba913;
    background-color: transparent;
    font-weight: 600;
}

#top .page__header h2{  font-family: var(--font-family); 
}

@media only screen and (min-width: 1621px) {
#top .gallery__tabs__section .av-tab-section-inner-container .flex_column .av_textblock_section .avia_textblock ul li {font-size: 16px; !important}
}

#top #header .av-main-nav > li > a { 
    font-family: var(--font-family);
}


/*   РЕАБИЛИТАЦИЯ  */

.rehabilitation__treatment-text {
	display: flex;
	gap: 6%;
}

.rehabilitation__treatment-section .block__2 {
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
    background: var(--white);
    border-radius: 20px;
}

@media only screen and (max-width: 767px) {
	.rehabilitation__treatment-text {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	
	.rehabilitation__treatment-section .alignnone {
		max-width: 100% !important;
	}
	
	.about__center-margin {
		margin-bottom: 20px !important;
	}
	
	.about__center-margin-none {
		margin: 0 !important;
	}
}

.about__center .block__2 {
	box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
    background: var(--white);
    border-radius: 20px;
}

/*--------------------- Поставщик услуг --------------------------*/

.supplier__message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    width: 100%;
    padding: 20px 30px;
	margin-bottom: 10px;
    box-shadow: 0 7px 20px 0 rgba(217, 217, 217, 0.5);
    background: #fff;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.supplier__message-text {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.supplier__message-link {
    background-image: url(http://13.svn8.ru/wp-content/uploads/2025/02/frame-535.svg);
    background-repeat: no-repeat;
	background-size: cover;
    width: 40px;
    height: 40px;
    transition: background-image 0.3s ease-in-out;
}

.supplier__message:hover {
    transform: translateY(-5px); /* Подъем на 5px */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Усиление тени */
}

.supplier__message:hover .supplier__message-text {
    color: #659226;
}

.supplier__message:hover .supplier__message-link {
    background-image: url(http://13.svn8.ru/wp-content/uploads/2025/02/frame-535-1.svg);
}


@media only screen and (max-width: 767px) {
	.supplier__message-text {
		font-size: 16px;
		max-width: 210px;
	}
}

@media only screen and (max-width: 505px) {
	#top .page__header h2{
    	font-size: 30px !important;
   		line-height: 33px !important;
	}
}
