/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
html[lang="en-US"] .lang-ua{
	display:none !important;
}
html[lang="en-US"] .lang-en{
	display:flex;
}
html[lang="uk"] .lang-en{
	display:none !important;
}
html[lang="uk"] .lang-ua{
	display:flex;
}

.porto-block{
	font-size:0;
	line-height:0;
}
.porto-block p{
	margin-bottom:0;
}
#main{
	background-color:#F6FBFF !important;;
}
body.wide .container:not(.inner-container) {
    padding-left:90px;
    padding-right:90px;
}
.ptop{
	padding-top:180px
}
.pbot{
	padding-bottom:150px;
}
.ptopm{
	padding-top:100px;
}
.pbotm{
	padding-bottom:70px;
}
.big-border{
	border:20px solid #F6FBFF;
	border-radius:50px;
	overflow:hidden;
}
.vc_btn3.vc_btn3-shape-rounded{
	border-radius: 14px;
	padding:20px 55px 20px 25px;
	border:none;
	line-height:20px;
	text-transform:uppercase;
	font-family:"Eurostile_extd_medium",sans-serif;
	font-size:14px;
}
.vc_btn3.vc_btn3-shape-rounded:hover{
	border:none;
}
.vc_btn3.vc_btn3-color-warning{
	background: linear-gradient(87deg, var(--Color-3, #BD924C) 0%, #E7CD7D 50%, var(--Color-3, #BD924C) 100%);
}
.vc_btn3.vc_btn3-color-warning:hover{
	background:#E7CD7D;
	color:#121214;
}
.vc_btn3.vc_btn3-color-warning:after{
	content:"";
	display:block;
	position:absolute;
	top:calc(50% - 8px);
	right:20px;
	width:16px;
	height:16px;
	background-image:url("/wp-content/uploads/2026/08/svg-1.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-warning:hover:after{
	background-image:url("/wp-content/uploads/2026/08/svg-2.svg");
}
.vc_btn3.vc_btn3-color-grey{
	border-radius: 14px;
	border: 1px solid #8A96A6;
	color:#8A96A6;
}
.vc_btn3.vc_btn3-color-grey:hover{
	background: #8A96A6;
	border: 1px solid #8A96A6;
	color:#fff;
}
.vc_btn3.vc_btn3-color-grey:after{
	content:"";
	display:block;
	position:absolute;
	top:calc(50% - 8px);
	right:20px;
	width:16px;
	height:16px;
	background-image:url("/wp-content/uploads/2026/08/group-1720.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-grey:hover:after{
	background-image:url("/wp-content/uploads/2026/08/svg-1.svg");
}
.vc_btn3.vc_btn3-color-grey:hover{
	background: #8A96A6;
}
.vc_btn3-style-classic.btn:hover:after {
    transform: rotate(90deg);
    transition: 0.3s;
}
.vc_btn3.vc_btn3-color-blue{
	background:#163051;
}
.vc_btn3.vc_btn3-color-blue:hover{
	background:#0C5B90;
}
.vc_btn3.vc_btn3-color-blue:after{
	content:"";
	display:block;
	position:absolute;
	top:calc(50% - 8px);
	right:20px;
	width:16px;
	height:16px;
	background-image:url("/wp-content/uploads/2026/08/svg-1.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-blue:hover:after {
    transform: rotate(90deg);
    transition: 0.3s;
}
.vc_general.vc_btn3:focus {
	border:none !important;
	box-shadow:none !important;
}
.h6-line{
	border-bottom:3px solid #d6a955;
	padding-bottom:5px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
h2.vc_do_custom_heading{
	margin-bottom:15px;
}
h5.vc_do_custom_heading{
	margin-bottom:30px;
}
.title-line{
	position:relative;
	padding-bottom:8px;
}
.title-line:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background: #d6a955;
	width: 60px;
	height: 3px;
}

.toggle{
	border-radius: 30px;
	border: 8px solid #FFF;
	padding:12px;
	background: rgba(255, 255, 255, 0.30);
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
	margin-bottom:20px;
}
section.toggle label{
	background-color:rgba(255, 255, 255, 0.30) !important;
	border:none;
	min-height:60px;
	display:flex;
	align-items:center;
	justify-content:start;
	color: #163051 !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 110% !important;
	padding-left:30px;
	padding-right:60px;
}
.toggle.active > label{
	color: #163051 !important;
}
.toggle > label:before{
	border:none;
	top:5px !important;
	right:0;
	background:url("/wp-content/uploads/2026/08/icon-open.svg");
	background-size:cover;
	width:48px !important;
	height:48px !important;
	transform: rotate(0deg);
}
.toggle.active > label:before {
    top: calc(50% - 24px);
	transform: rotate(0deg);
	background:url("/wp-content/uploads/2026/08/icon-close.svg");
	background-size:cover;
}
.toggle > .toggle-content{
	margin-top:20px;
	padding:30px 30px 10px;
	border-top:1px solid rgba(0, 0, 0, 0.2)
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline{
	border:none;
	border-top:1px solid Rgba(255,255,255,0.2);
	padding:25px 0;
	text-transform:uppercase;
	font-family:"Eurostile_extd_medium",sans-serif;
	max-width:440px;
	width:100%;
	text-align:left;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:calc(50% - 15px);
	width:30px;
	height:30px;
	background:url("/wp-content/uploads/2026/08/icon-arow-up.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover{
	opacity:0.5;
	background:transparent;
	color:#fff;
	border-top:1px solid Rgba(255,255,255,0.4);
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover:after{
	transform: rotate(45deg);
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-primary{
	font-family: "Eurostile_extd_medium", sans-serif;
	text-transform:uppercase;
	color:#0C5B90;
	background:transparent;
	padding:8px 30px 8px 0;
	font-size:12px;
	border:2px solid transparent;
	border-bottom:2px solid #0C5B90;
	border-radius:0;
}
.vc_btn3.vc_btn3-color-primary:hover,
.vc_btn3.vc_btn3-color-primary:focus{
	color:#0C5B90;
	background:transparent;	
	border:2px solid transparent !important;
}
.vc_btn3.vc_btn3-color-primary:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:calc(50% - 9px);
	width:18px;
	height:18px;
	background:url("/wp-content/uploads/2026/08/icon-arrow-botton.svg");
	background-size:cover;
	transition:0.3s;
}
.vc_btn3.vc_btn3-color-primary:hover:after,
.vc_btn3.vc_btn3-color-primary:focus:after{
    transform: rotate(45deg);
    transition: 0.3s;
}
h2.porto-sicon-title{
	color:#0C5B90;
	font-size: 40px;
	font-weight: 900;
	line-height: 115%; /* 46px */
}
h3.porto-sicon-title,
h4.porto-sicon-title{
	font-size:28px;
	line-height: 110%;
}
.porto-sicon-header + .porto-sicon-description{
	margin-top:10px;
}
@media screen and (max-width:1460px){
	.ptop{
		padding-top:150px
	}
	.pbot{
		padding-bottom:120px;
	}
	body.wide .container:not(.inner-container) {
		padding-left:60px;
		padding-right:60px;
	}
	.vc_btn3.vc_btn3-shape-rounded{
		font-size:13px;
	}
	h2.vc_do_custom_heading{
		font-size: 36px;
		line-height: 115%;
	}
	h3.vc_do_custom_heading{
		font-size: 24px;
		line-height: 115%;
	}
	h4.vc_do_custom_heading{
		font-size: 24px;
		line-height: 110%;
	}
	h5.vc_do_custom_heading{
		font-size: 20px;
		line-height: 130%;
	}
	h6.vc_do_custom_heading{
		font-size: 16px;
	}
	section.toggle label{
		font-size: 24px !important;
		padding-left:20px;
	}
	.toggle > label:before{
		width:40px !important;
		height:40px !important;
	}
	.toggle > .toggle-content .porto-sicon-title{
		font-size:20px;
		line-height: 130%;
	}
	.toggle > .toggle-content .porto-sicon-img{
		font-size:30px !important;
	}
	h3.porto-sicon-title,
	h4.porto-sicon-title{
		font-size:24px;
	}
	h2.porto-sicon-title{
		font-size: 36px;
	}
}
@media screen and (max-width:1280px){
	h2.vc_do_custom_heading{
		font-size: 32px;
	}
	h3.vc_do_custom_heading{
		font-size: 22px;
	}
	h4.vc_do_custom_heading{
		font-size: 21px;
	}
	h5.vc_do_custom_heading{
		font-size: 19px;
	}
	p{
		font-size: 15px;
		line-height: 24px;
	}
	.h6-line{
		margin-bottom:20px;
	}
	.ptop{
		padding-top:110px
	}
	.pbot{
		padding-bottom:80px;
	}
	body.wide .container:not(.inner-container) {
		padding-left:40px;
		padding-right:40px;
	}
	.big-border{
		border-width:10px;
		border-radius:30px;
	}
	.toggle > label:before{
		top:0;
	}
	section.toggle label{
		font-size: 21px !important;
		padding-left:10px;
	}
	.toggle > .toggle-content .porto-sicon-title{
		font-size:19px;
	}
	.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline{
		padding:20px 0;
	}
	h3.porto-sicon-title,
	h4.porto-sicon-title{
		font-size:20px;
	}
	.porto-sicon-description {
		font-size:15px;
		line-height: 24px;
	}
	h2.porto-sicon-title{
		font-size: 32px;
	}
}
@media screen and (max-width:767px){
	h2.vc_do_custom_heading{
		font-size: 28px;
	}
	h4.vc_do_custom_heading{
		font-size: 20px;
	}
	h5.vc_do_custom_heading{
		font-size: 18px;
	}
	p{
		font-size: 14px;
		line-height: 22px;
	}
	.ptop{
		padding-top:80px
	}
	.pbot{
		padding-bottom:50px;
	}
	body.wide .container:not(.inner-container) {
		padding-left:20px;
		padding-right:20px;
	}
	section.toggle label{
		font-size: 20px !important;
		line-height: 110%;
		padding-top:0px;
		padding-bottom:0px;
	}
	.toggle > .toggle-content{
		margin-top:20px;
		padding:20px 10px 0;
	}
	h3.porto-sicon-title,
	h4.porto-sicon-title{
		font-size:19px;
	}
	h2.porto-sicon-title{
		font-size: 28px;
	}
}


/*...header...*/
.header-wrapper{
	margin-bottom:-20px;
	z-index:9999;
}
#header .vc_btn3-container{
	margin-bottom:0;
	margin-right:0;
	margin-left:15px;
}
#header.sticky-header .header-main.sticky{
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
}
#header.sticky-header .header-main .container{
	background:#fff;
}
#header.sticky-header .main-menu > li.menu-item > a {
   padding: 28px 20px 28px 0;
}
#nav-menu-item-576 > a{
	width:36px;
	margin-right:10px;
	font-size:0px !important;
	background:url("/wp-content/uploads/2026/08/menu-icon-close.svg");
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#nav-menu-item-576:hover > a{
	background:url("/wp-content/uploads/2026/08/menu-icon-open.svg");
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#header .main-menu .narrow ul.sub-menu{
	border-bottom-left-radius:30px !important;
	border-bottom-right-radius:30px !important;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}
.porto-narrow-sub-menu li.menu-item>a{
	padding:10px 10px 10px 20px;
	border-bottom:none;
	line-height:16px !important;
}

#header .porto-view-switcher .flag{
	display:none;
}
#header .porto-view-switcher a:after{
	content:none;
}
#header .porto-view-switcher>li.menu-item{
	display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
#header .porto-view-switcher > li.menu-item > a{
	color:#BD924C;
	font-family: "Eurostile_extd_medium",sans-serif;
	font-size: 14px;
	line-height: 115%; /* 16.1px */
	text-transform: uppercase;
	border-bottom:2px solid #BD924C;
	padding:0 0 5px 0;
}
#header .porto-view-switcher>li.menu-item>.popup{
    position:relative;
	top:0;
	transform: translate3d(0, 0, 0);
	width:50px;
}
.mega-menu>li.menu-item:hover li.menu-item>a,
.mega-menu .popup li.menu-item>a {
    transform: translate3d(0, 0, 0);

}
#header .porto-view-switcher .narrow .inner>ul.sub-menu{
	box-shadow:none;
	background:transparent;
}
#header .porto-view-switcher .narrow li.menu-item>a{
	font-family: "Eurostile_extd_medium",sans-serif;
	color:#121214;
	font-size: 14px;
	line-height: 115%; /* 16.1px */;
	display:inline-block;
	border-bottom:2px solid transparent;
	padding:0 0 5px 0;
	margin:5px 15px;
}
#header .porto-view-switcher .narrow ul.sub-menu{
	padding:0;
}
 #header .porto-view-switcher .narrow li.menu-item:hover > a {
    color: #121214;
    background:transparent
}
@media screen and (max-width:1460px){
	#header .logo{
		max-width:266px;
	}
	#header .main-menu > li.menu-item > a{
		font-size:13px !important;
		padding: 38px 10px 38px 0 !important;
	}
	#header .main-menu #nav-menu-item-576 > a{
		font-size:0px !important;
	}
}
@media screen and (max-width:1280px){
	.header-wrapper {
		margin-bottom: -10px;
	}
	#header .logo{
		max-width:199px;
	}
	#header .main-menu > li.menu-item > a{
		font-size:12px !important;
		padding: 38px 5px 38px 0 !important;
	}
	#header .porto-view-switcher{
		margin-bottom:0;
		margin-right:0;
	}
	
	
}
@media screen and (max-width:991px){
	#header .header-main .container {
		min-height: 80px;
		padding-top:10px;
	}
	#header .vc_btn3.vc_btn3-shape-rounded {
		padding: 15px 55px 15px 25px;
	}
	#header .mobile-toggle{
		background-color:transparent !important;
		background:url("/wp-content/uploads/2026/08/menu-icon-close.svg");
		background-size:contain;
		background-position:center;
		background-repeat:no-repeat;
		width:36px;
		height:36px;
	}
	#header .mobile-toggle i{
		display:none;
	}
	#accordion-menu-item-576 > a,
	#accordion-menu-item-576 .arrow{
		display:none;
	}
	#accordion-menu-item-576 .sub-menu{
		display:block !important;
	}
	#nav-panel{
		position:absolute;
		top:80px;
		right:30px;
		border-radius: 0 0 20px 20px;
		background: #FFF;
		border-top:3px solid #d6a955;
		padding:0 0 5px 0 !important;
		width:300px;
	}
	#header .header-main .container{
		padding-left:30px;
		padding-right:30px;
	}
	.accordion-menu li.menu-item>a{
		padding:10px 40px 10px 0;
		line-height:20px;
	}
	#nav-panel .accordion-menu .sub-menu{
		margin-left:0;
	}
	#nav-panel .container{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	#nav-panel .accordion-menu > li.menu-item > .arrow {
		background:#163051 !important;
		border-radius:50%;
		color:#fff;
		width:20px;
		height:20px;
		line-height: 20px;
		font-size:10px;
		top:10px;
		right:0;
		transition:0.3s;
	}
	#nav-panel .accordion-menu li{
		padding:0;
		border:none;
	}
	#nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > a{
		color: #121214;
		font-family:"Eurostile_extd_medium",sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 500;
	}
	#nav-panel .mobile-nav-wrap {
		max-height: none;
	}
	#nav-panel .accordion-menu > .menu-item.open > .arrow{
		transform:rotate(180deg);
		background:#d6a955 !important;
		transition:0.3s;
	}
	#nav-panel .menu-item.open > a{
		color:#d6a955 !important;
	}
	#accordion-menu-item-560 .sub-menu,
	#accordion-menu-item-568 .sub-menu{
		margin-left:20px !important;
	}
	#accordion-menu-item-560 .sub-menu a,
	#accordion-menu-item-568 .sub-menu a{
		color:#163051 !important;
		text-transform:inherit !important;
		padding-right:0 !important;
	}
	#nav-panel .accordion-menu li.menu-item.active > a {
		background-color:transparent;
		color: #d6a955;
	}
}
@media screen and (max-width:767px){
	 #nav-panel {
        top: 90px;
		right:20px;
	}
	#header.sticky-header .header-main .container {
		min-height: 50px;
	}
	#header .header-main .container {
        min-height: 50px;
        padding-top: 4px;
    }
	#header .logo{
		max-width:140px !important;
	}
	#header .mobile-toggle{
		margin-top:0;
		margin-bottom:0;
	}
	#header .header-main .container {
        padding-left: 20px;
        padding-right: 20px;
    }
	#header .header-main{
		padding-top:40px;
	}
	#header .vc_btn3.vc_btn3-shape-rounded{
		border-radius:0;
		position:absolute;
		left:-10px;
		top:-44px;
		width:calc(100% + 20px);
		padding: 10px 55px 10px 25px;
	}
	#header .vc_btn3-container{
		margin-left:0;
	}
}


/*...main-block...*/
.main-block{
	padding-top:100px;
	padding-bottom:100px;
}
.main-block > div > *{
	position:relative;
	z-index:2;
}
.section-video .video-overlay {
    background: transparent url(/wp-content/uploads/2026/08/bez-nazvaniya.png) repeat 0 0;
}
.main-block:before{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(22, 48, 81, 0.00) 20%, rgba(22, 48, 81, 0.90) 70%);
}
.main-block h1{
	max-width:880px;
	display:none;
}
.main-block .col-md-8 h1{
	display:block;
}
.main-block h5{
	padding:9px 0 9px 30px;
	position:relative;
	margin-bottom:0;
	max-width:880px;
}
.main-block h5:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	display:block;
	width: 3px;
	height: 100%;
	background:#fff;
}
.main-block .vc_btn3-container{
	margin-bottom:0;
}
.main-block .vc_btn3-container:last-child a{
	border-bottom: 1px solid Rgba(255, 255, 255, 0.2);
}
.main-block .vc_btn3-container:last-child:hover a{
	border-bottom: 1px solid Rgba(255, 255, 255, 0.4);
}
.main-block .col-md-4 > div{
	height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    justify-content: end;
}
@media screen and (max-width:1460px){
	.main-block .container{
		padding-left:40px !important;
		padding-right:40px !important;
	}
	.main-block h1{
		font-size:50px;
	}
}
@media screen and (max-width:1280px){
	.main-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.main-block .container{
		padding-left:30px !important;
		padding-right:30px !important;
	}
	.main-block h1{
		display:block;
		font-size: 40px;
		line-height: 115%;
	}
	.main-block .col-md-8 h1{
		display:none;
	}
	.main-block .col-md-8,
	.main-block .col-md-4{
        width: 50%;
    }
	.main-block h5 br{
		display:none;
	}
}
@media screen and (max-width:767px){
	.main-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.main-block h1{
		font-size: 32px;
	}
	.main-block .container{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.main-block .col-md-8, .main-block .col-md-4 {
        width: 100%;
    }
	.main-block .col-md-4{
		display:none;
	}
}


/*...therapeutic-faq...*/
.therapeutic-faq .faq{
	position:relative;
}
.therapeutic-faq section.toggle label{
	padding-left:90px;
}
.therapeutic-faq .faq .toggle > label:after{
	content:"";
	position:absolute;
	left:0;
	top:calc(50% - 30px);
	width:60px;
	height:60px;
	background-image:url("/wp-content/uploads/2026/08/icon-13.svg");
	background-size:contain;
	z-index:1;
}
.therapeutic-faq .faq:nth-child(2) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-14.svg");
}
.therapeutic-faq .faq:nth-child(3) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-15.svg");
}
.therapeutic-faq .faq:nth-child(4) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-16.svg");
}
.therapeutic-faq .faq:nth-child(5) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-17.svg");
}
.therapeutic-faq .faq:nth-child(6) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-18.svg");
}
.therapeutic-faq .faq:nth-child(7) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-19.svg");
}
.therapeutic-faq .faq:nth-child(8) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-20.svg");
}
.therapeutic-faq .faq:nth-child(9) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-21.svg");
}
.therapeutic-faq .faq:nth-child(10) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-22.svg");
}
.therapeutic-faq .faq:nth-child(11) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-23.svg");
}
.therapeutic-faq .faq:nth-child(12) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-24.svg");
}
.therapeutic-faq .faq:nth-child(13) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-25.svg");
}
.therapeutic-faq .faq:nth-child(14) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-26.svg");
}
.therapeutic-faq .faq:nth-child(15) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/09/petri-dish_2904347-1.svg");
}
.therapeutic-faq .faq:nth-child(16) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-28.svg");
}
.therapeutic-faq .faq:nth-child(17) .toggle > label:after{
	background-image:url("/wp-content/uploads/2026/08/icon-29.svg");
}
.therapeutic-faq .toggle-content .wpb_wrapper{
	display: flex;
 	flex-wrap: wrap;
}
.therapeutic-faq .toggle-content .wpb_wrapper >* {
	width: 33%;
}
.therapeutic-faq  .porto-sicon-title{
	padding-right:10px;
}
@media screen and (max-width:1460px){
	.therapeutic-faq .faq .toggle > label:after{
		width:50px;
		height:50px;
		top:calc(50% - 25px);
	}

	section.toggle label {
		min-height: 50px;
	}
	.therapeutic-faq section.toggle label{
		padding-left:70px;
	}
}
@media screen and (max-width:1280px){
	.therapeutic-faq .toggle-content .wpb_wrapper >* {
		width: 50%;
	}
}
@media screen and (max-width:767px){
	.therapeutic-faq .faq .toggle > label:after{
		width:40px;
		height:40px;
		top:calc(50% - 20px);
	}
	.therapeutic-faq .toggle-content .wpb_wrapper >* {
		width: 100%;
	}
	section.toggle label {
		min-height: 40px;
	}
	.therapeutic-faq section.toggle label {
        padding-left: 60px;
    }
}

/*...up-page...*/
.page-top{
	margin-bottom:-30px;
	z-index:2;
	padding-top:0;
	padding-bottom:0;
	top:60px;
}
.page-top ul.breadcrumb>li .delimiter.delimiter-2:before{
	font-size:0;
	border-radius:50%;
	width:6px !important;
	height:6px !important;
	background:#d6a955;
	display: inline-block;
}
.up-page{
	padding-top:100px;
	padding-bottom:100px;
	border: 20px solid #F6FBFF;
    border-radius: 50px;
	overflow:hidden;
}
.up-page .container{
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.up-page > div > *{
	position:relative;
	z-index:2;
}
.up-page:before{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(-90deg, rgba(22, 48, 81, 0.00) 20%, rgba(22, 48, 81, 0.90) 70%);
}
.up-page:after{
	content:"" !important;
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url("/wp-content/uploads/2026/08/bez-nazvaniya.png");
}
.up-page h5{
	padding:0 0 0 30px;
	position:relative;
	max-width:800px;
}
.up-page h5:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	display:block;
	width: 3px;
	height: 100%;
	background:#fff;
}
.up-page div.vc_custom_heading{
	color: #FFF;
	font-family: "Eurostile_extd_medium",sans-serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 115%; /* 80.5px */
	margin-bottom:40px;
	position:relative;
}
.up-page > div{
	z-index:1;
	position:relative;
}

@media screen and (max-width:1460px){
	.up-page .col-md-6:first-child {
        width: 60%;
    }
	.up-page .col-md-6:last-child {
        width: 40%;
    }
	.up-page .container{
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.up-page div.vc_custom_heading{
		font-size:50px;
	}
	.up-page h5 br{
		display:none
	}
}
@media screen and (max-width:1280px){
	.up-page .container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.up-page .col-md-6:first-child {
        width: 70%;
    }
	.up-page .col-md-6:last-child {
        width: 30%;
    }
}
@media screen and (max-width:991px){
	.up-page {
		border: 10px solid #F6FBFF;
		border-radius: 40px;
	}
	.up-page div.vc_custom_heading {
        font-size: 40px;
    }
	.up-page h5{
		font-size: 19px;
		line-height: 130%;
	}
}
@media screen and (max-width:767px){
	.up-page {
		padding-bottom:40px;
		padding-top:40px;
		border-radius: 30px;
	}
	.up-page .container{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.up-page div.vc_custom_heading{
		font-size:32px;
		line-height: 115%;
		margin-bottom:30px;
	}
	.up-page h5{
		font-size: 18px;
	}
	.up-page .col-md-6:first-child {
        width: 100%;
    }
	.up-page .col-md-6:last-child {
        width: 0%;
    }
	.page-top{
		display:none;
	}
}



/*...dark-video-block...*/
.dark-video-block{
	padding-top:100px;
	padding-bottom:100px;
	border: 20px solid #F6FBFF;
    border-radius: 50px;
	overflow:hidden;
	text-align:center;
}
.dark-video-block .vc_btn3-container.vc_btn3-inline{
	margin-left:10px;
	margin-right:10px;
}
.dark-video-block h5.vc_do_custom_heading{
	margin-bottom:40px;
}
.dark-video-block > div > *{
	position:relative;
	z-index:2;
}
.dark-video-block .section-video .video-overlay {
    background: transparent url(/wp-content/uploads/2026/08/bez-nazvaniya.png) repeat 0 0;
}
.dark-video-block:before{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(22, 48, 81, 0.80);
}

@media screen and (max-width:1460px){
	.dark-video-block{
		padding-top:80px;
		padding-bottom:80px;
	}
}
@media screen and (max-width:1280px){
	.dark-video-block{
		border: 10px solid #F6FBFF;
		border-radius: 40px;
	}
}
@media screen and (max-width:767px){
	.dark-video-block{
		padding-top:50px;
		padding-bottom:50px;
	}
}


/*...cooperation-block...*/
.cooperation-block {
    border: 20px solid #F6FBFF;
    border-radius: 50px;
    overflow: hidden;
	padding-top:100px;
	padding-bottom:100px;
}
.cooperation-block > div > *{
	position:relative;
	z-index:2;
}
.cooperation-block:before{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(-90deg, rgba(22, 48, 81, 0.00) 20%, rgba(22, 48, 81, 0.90) 70%);
}
.cooperation-block .container{
	padding-left:70px !important;
	padding-right:70px !important;
}
textarea{
	width:100%;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
	height:160px;
	padding: 18px 25px 12px 25px;
	font-size:16px;
	border:none;
}
.cooperation-block h5.vc_do_custom_heading{
	margin-bottom:50px;
}
.cooperation-block .col-md-4{
	width:34%;
}
.cooperation-block .col-md-8{
	width:66%;
	padding-left:100px;
}
form label{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
form a{
	font-weight:700;
	color:#fff;
}
input[type="email"],
input[type="tel"],
input[type="text"]{
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
	margin:0 5px 10px 5px;
	padding: 20px 25px 20px 25px;
	font-size:16px;
	line-height:20px;
	border:none;
}
.cooperation-block input,
.contact-page input{
	width:calc(50% - 14px);
}
.cooperation-block  textarea,
.contact-page textarea{
	width:calc(100% - 10px);
	margin:0 5px;
}
.cooperation-block label{
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}
input[type=checkbox]{
	width:20px !important;
	height:20px;
	flex: none;
	margin-right:15px !important;
	margin-left:5px;
}
.wpcf7-acceptance label{
	display:flex;
	flex-direction:row;;
}
form .vc_btn3-container{
	float:right;
}
form .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 14px;
	padding:0;
}
input[type=submit]{
	border-radius: 14px;
	background:transparent;
	border:none;
	padding: 20px 55px 20px 25px;
	width:100%;
	text-transform:uppercase;
}
form .vc_btn3-container:hover input{
	color:#000;
	background:transparent;
}
span.wpcf7-not-valid-tip{
	width:200px;
	position:absolute;
	top:-30px;
	left:10px;
}
@media screen and (max-width:1460px){
	.cooperation-block .container {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.cooperation-block .col-md-4{
		width:50%;
	}
	.cooperation-block .col-md-8{
		width:50%;
		padding-left:25px;
	}
}
@media screen and (max-width:1280px){
	.cooperation-block {
		border: 10px solid #F6FBFF;
		border-radius: 40px;
		padding-top:80px;
		padding-bottom:80px;
	}
	.cooperation-block .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.cooperation-block .col-md-4{
		width:100%;
	}
	.cooperation-block .col-md-8{
		width:100%;
		padding-left:15px;
	}
	.cooperation-block form{
		margin-top:40px;
	}
}
@media screen and (max-width:767px){
	.cooperation-block .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
	.cooperation-block {
		padding-top:50px;
		padding-bottom:50px;
	}
	.cooperation-block input{
		width: calc(100% - 14px);
	}
	form .vc_btn3-container{
		width:100%;
		display:block;
	}
	form .vc_btn3.vc_btn3-shape-rounded{
		width:100%;
	}
}



/*...contact-page...*/
.contact-page{
	
}
.contact-page .col-md-8{
	padding-left:100px;
}
.contact-page .porto-sicon-img {
    margin-right: 20px;
}
.contact-page .porto-sicon-header p{
	color: #8A96A6;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
}
.contact-page .porto-sicon-description {
    margin-top: 5px;
	color: #163051;
	font-size: 24px;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
}
.contact-page .porto-sicon-box {
    margin-bottom: 40px;
}
.contact-page label{
	margin-top:20px;
	margin-bottom:20px;
}
.contact-page form a{
	color:#121214;
}
@media screen and (max-width:1460px){
	.contact-page .col-md-8{
		padding-left:15px;
	}
	.contact-page .porto-sicon-description {
		font-size: 20px;
	}
	.contact-page .porto-sicon-header p {
		font-size: 16px;
	}
}
@media screen and (max-width:1280px){
	.contact-page .porto-sicon-img{
		font-size:50px !important;
	}
	.contact-page .col-md-8,
	.contact-page .col-md-4{
        width: 100%;
    }
	.contact-page .porto-sicon-box {
		width: 50%;
		float: left;
	}
	.contact-page .porto-sicon-description {
		font-size: 19px;
	}
}
@media screen and (max-width:767px){
	.contact-page .porto-sicon-box {
		width: 100%;
		float:none;
		margin-bottom: 30px;
	}
	.contact-page .porto-sicon-description {
		font-size: 18px;
	}
	.contact-page .porto-sicon-header p {
		font-size: 14px;
	}
	.contact-page input{
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
	.contact-page textarea{
		margin:0;
		width:100%;
	}
}

/*...footer-wrapper...*/
.l-footer,
.r-footer{
	padding-top:50px;
	padding-bottom:20px;
}
.r-footer{
	padding-left:80px;
}
.footer-wrapper .sub-menu{
	margin:0;
}
.footer-wrapper .widget_nav_menu>div>ul li{
	padding:0;
}
.footer-wrapper .widget_nav_menu>div>ul li a{
	display:block;
	font-size:15px;
	line-height: 130%;
	margin-bottom:15px;
}
.footer-wrapper .widget_nav_menu>div>ul li:before{
	content:none;
}
.footer-wrapper .menu-footer-1-container a,
.footer-wrapper .menu-footer-2-container a,
.footer-wrapper .menu-footer-3-container a{
	color:#fff;
}
.footer-wrapper .col-md-4 .menu > li > a{
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:20px;
	font-family: "Eurostile_extd_medium", sans-serif;
}
.footer-wrapper .col-md-4 .menu > li > a:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	background:#F2F1F0;
	opacity:0.2;
	width:100px;
	height:1px;
}
.footer-wrapper .col-md-4 .menu > li > a:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	background:#d6a955;
	width:60px;
	height:4px;
}
.footer-wrapper a:not([href]):not([class]), .footer-wrapper a:not([href]):not([class]):hover {
    color:#fff;
}
.footer-wrapper .widget li.current-menu-item>a {
    color:#d6a955;
	font-weight:500;
}
.footer-wrapper .porto-sicon-description{
	margin-top:0px;
}
.footer-wrapper .porto-sicon-box{
	margin-bottom:20px;
}
.footer-wrapper .share-links{
	margin-bottom:40px;
	margin-top:15px;
}
.foo-bot{
    margin-top: auto !important;
	border-top:1px solid rgba(242, 241, 240, 0.2);
	padding-top:30px;
	padding-bottom:20px;
	margin-top:30px;
}
.foo-bot li{
	display:inline-block;
}
.foo-bot li a{
	color:#fff;
}
.foo-bot .widget,
.foo-bot .pol-menu{
	margin-bottom:0;
}
.footer p{
	font-size: 16px;
	line-height: 130%;
}
#menu-policy{
	margin-top:0;
}
.foo-bot .widget_nav_menu>div>ul li{
	margin-right:30px;
	position:relative;
}
.foo-bot .widget_nav_menu>div>ul li a{
	margin-bottom:0;
	height:40px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.foo-bot .widget_nav_menu>div>ul li:before {
	content:"";
	display:block;
    width: 6px !important;
    height: 6px !important;
    background: #d6a955;
	position:absolute;
	right:-25px;
	top:calc(50% - 3px);
	animation:none !important;
}
.foo-bot .widget_nav_menu>div>ul li:last-child:before{
	content:none;
}
.r-footer > div{
	height: 100%;
    display: flex;
    flex-direction: column;
}
.footer-wrapper .foo-bot .porto-sicon-box{
	margin-bottom:0;
}
.l-footer .porto-sicon-description a{
	color:#fff;
}
@media screen and (max-width:1460px){
	.footer-wrapper .foo-bot .porto-sicon-box{
		display:flex;
		flex-direction:column;
		place-self: flex-end;
	}
	.foo-bot .widget_nav_menu>div>ul li a{
		height:60px;
	}
	.r-footer {
		padding-left: 60px;
	}
	.l-footer, .r-footer {
		padding-top: 40px;
	}
	.l-footer .porto-sicon-img{
		max-width:270px;
	}
	.l-footer .porto-sicon-description {
		font-size:18px !important;
	}
}
@media screen and (max-width:1280px){
	.l-footer, 
	.r-footer{
		width:100%;
		padding-left:15px;
	}
	.l-footer .porto-sicon-box{
		width:50%;
	}
	.l-footer .col-md-12 > div{
		display:flex;
		flex-direction:row;
	}
	.footer-wrapper .widget_nav_menu>div>ul li a{
		font-size:14px;
	}
	.footer-wrapper .col-md-4 .menu > li > a{
		font-size:18px;
	}
	.foo-bot .col-md-9,
	.foo-bot .col-md-3{
        width: 100%;
		text-align:center;
    }
	.foo-bot .widget_nav_menu>div>ul li a {
        height: 20px;
    }
	.footer-wrapper .foo-bot .porto-sicon-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
		margin: 10px auto 0;
    }
	.r-footer:after{
		content:"";
		display:block;
		position:absolute;
		left:-100%;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
	}
	.r-footer:before{
		content:"";
		display:block;
		position:absolute;
		right:-100%;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
	}
}
@media screen and (max-width:767px){
	.l-footer, .r-footer {
        padding-top: 30px;
    }
	.l-footer .porto-sicon-box {
        width: 100%;
		text-align:center;
		justify-content: center;
    }
	.footer-wrapper .share-links{
		text-align:center;
	}
	.l-footer .col-md-12 > div {
        display: flex;
        flex-direction: column;
    }
	.l-footer .porto-sicon-img {
        max-width: 200px;
		text-align:center;
		margin-right:0 !important;
    }
	.footer p{
		text-align:center;
		font-size: 14px;
	}
	.r-footer .col-md-4{
		display:none;
	}
	.foo-bot {
		border-top:none;
		padding-bottom: 20px;
		padding-top:0;
		margin-top: 20px;
	}
	.footer-wrapper .share-links {
		margin-bottom: 20px;
	}
	.share-links a{
		font-size: 20px !important;
		width: 50px !important;
		height: 50px !important;
	}
	.foo-bot .widget_nav_menu>div>ul li{
		margin-bottom:20px;
		margin-right:0;
	}
	.foo-bot .widget_nav_menu>div>ul li:before{
		right:calc(50% - 3px);
    	top: calc(100% + 6px);
	}
}

/*...main-services...*/
.main-services h2{
	margin-bottom:5px;
}
.main-services h5{
	margin-bottom:50px;
}
.main-services .col-md-4 > div{
	border-radius: 30px;
	border: 8px solid #FFF;
	background: rgba(255, 255, 255, 0.30);
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
	padding:40px 40px 10px 40px !important;
}
.main-services .porto-sicon-title{
	font-size: 28px;
	line-height: 115%;
}
.main-services .vc_btn3-container{
	margin-top:auto;
}
.main-services .wpb_text_column{
	margin-bottom:15px;
}
@media screen and (max-width:1460px){
	.main-services .col-md-4 > div{
		padding:30px 30px 0px 30px !important;
	}
	.main-services .porto-sicon-img{
		font-size:70px !important;
	}
	.main-services .porto-sicon-title {
		font-size: 24px;
	}
}
@media screen and (max-width:1280px){
	.main-services .col-md-4 {
        width: 100%;
		margin-bottom:20px;
    }
	.main-services h5 {
		margin-bottom: 30px;
	}
	.main-services .porto-sicon-title {
		font-size: 22px;
	}
}
@media screen and (max-width:767px){
	.main-services .porto-sicon-img{
		font-size:60px !important;
	}
	.main-services .porto-sicon-title {
		font-size: 20px;
	}
}


/*...about-main...*/
.about-main{
	text-align:center;
}
.about-main .wpb_single_image{
	border-radius:30px;
	overflow:hidden;
}
.about-main .col-md-6{
	padding-left:150px;
	padding-right:150px;
}
@media screen and (max-width:1460px){
	.about-main .col-md-3 {
        width: 30%;
    }
	.about-main .col-md-6{
		width: 40%;
		padding-left:60px;
		padding-right:60px;
	}
	.about-main .wpb_single_image img{
		height:650px;
		object-fit:cover;
	}
}
@media screen and (max-width:1280px){
	.about-main .col-md-3 {
        width: 50%;
    }
	.about-main .col-md-3:nth-child(1){
		order:1;
	}
	.about-main .col-md-3:nth-child(3){
		order:2;
	}
	.about-main .col-md-6{
		width: 100%;
		padding-left:15px;
		padding-right:15px;
		order:3;
	}
	.about-main .wpb_single_image img{
		height:500px;
	}
	.about-main  .h6-line{
		margin-top:30px;
	}
}
@media screen and (max-width:767px){
	.about-main .h6-line {
        margin-top:20px;
    }
	.about-main .col-md-3:nth-child(3){
		order:3;
	}
	.about-main .col-md-3 {
        width: 100%;
	}
	.about-main .col-md-6{
		order:2;
	}
	.about-main .wpb_single_image img{
		height:475px;
	}
	.about-main .vc_btn3-container.vc_btn3-center{
		margin-bottom:60px;
	}
}


/*...count-block...*/
.stats-block{
	margin-bottom:0;
}
.count-block .col-md-4{
	border-right:1px solid #fff;
}
.count-block .col-md-4:last-child{
	border:none;
}
.stats-block .stats-text{
	margin-top:10px;
}
@media screen and (max-width:1460px){
	.stats-number,
	.stats-block .counter_suffix{
		font-size: 50px !important;
	}
	.stats-block .stats-text{
		font-size:20px !important;
	}
}
@media screen and (max-width:1280px){
   .count-block  .col-md-4 {
        width: 100%;
	   margin-bottom:30px;
	   padding-bottom:30px;
    }
	.count-block .col-md-4{
		border-bottom:1px solid #fff;
		border-right:none;
	}
	.count-block .col-md-4:last-child{
		border:none;
		margin-bottom:0px;
	    padding-bottom:0px;
	}
	.stats-number,
	.stats-block .counter_suffix{
		font-size: 45px !important;
	}
}
@media screen and (max-width:767px){
	.stats-number,
	.stats-block .counter_suffix{
		font-size: 36px !important;
	}
	.stats-block .stats-text{
		font-size:19px !important;
	}
}


/*...main-offer...*/
.main-offer .col-md-6{
	margin-bottom:30px;
}
.main-offer .col-md-6 > div{
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
	padding:40px 40px 20px 40px !important;
	z-index:1;
	position:relative;
}
.main-offer-top .col-md-6:first-child{
	padding-top:150px;
}
.main-offer-bot .col-md-6:last-child{
	margin-top:-150px;
}
.main-offer .col-md-8:after{
	content:"";
	display:block;
	position:absolute;
	width:489px;
	height:489px;
	bottom:-50px;
	right:100px;
	background:url("/wp-content/uploads/2026/08/back-2.svg");
	background-size:cover;
	z-index:0;
}
@media screen and (max-width:1460px){
	.main-offer-top .col-md-6:first-child{
		padding-top:100px;
	}
	.main-offer-bot .col-md-6:last-child{
		margin-top:-100px;
	}
	.main-offer .porto-sicon-img{
		font-size:70px !important;
	}
	.main-offer .col-md-8:after{
		right:32px;
		bottom:-100px;
	}
}
@media screen and (max-width:1280px){
	.main-offer .col-md-4,
	.main-offer .col-md-8{
		width:100%;
	}
	.main-offer .col-md-6 > div{
		padding:30px 30px 10px 30px !important;
	}
	.main-offer .col-md-8:after{
		width:389px;
		height:389px;
		bottom:-50px;
	}
}
@media screen and (max-width:767px){
	.main-offer .col-md-8:after{
		content:none;
	}
	.main-offer-top .col-md-6:first-child{
		padding-top:0px;
	}
	.main-offer-bot .col-md-6:last-child{
		margin-top:0px;
	}
	.main-offer .col-md-6 > div{
		padding:25px 25px 10px 25px !important;
	}
}



/*...main-advantages...*/
.main-advantages .porto-sicon-box{
	padding: 32px;
	border-radius: 30px;
	border: 8px solid #FFF;
	background: rgba(255, 255, 255, 0.30);
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
}
.main-advantages .col-md-3{
	position:relative;
}
.main-advantages .col-md-3:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:654px;
	bottom:0px;
	left:15px;
	background:url("/wp-content/uploads/2026/08/back-1.svg");
	background-size:inherit;
	background-position:right center;
	background-repeat:no-repeat;
	z-index:0;
}

@media screen and (max-width:1460px){
	.main-advantages .porto-sicon-img{
		font-size:70px !important;
	}
}
@media screen and (max-width:1280px){
	.main-advantages .col-md-3,
	.main-advantages .col-md-9{
        width: 100%;
    }
	.main-advantages .col-md-3:after{
		content:none;
	}
	.main-advantages .porto-sicon-box {
		padding: 22px;
	}
}
@media screen and (max-width:767px){
	.main-advantages .porto-sicon-img {
        font-size: 60px !important;
    }
	.main-advantages .porto-sicon-box {
		padding: 17px;
		display: flex;
        flex-direction: column;
	}
	.main-advantages .porto-sicon-left{
		margin-bottom:20px;
	}
	.porto-sicon-description {
        font-size: 14px;
        line-height: 22px;
    }
}


/*...main-expertise...*/
.main-expertise .col-md-6:first-child{
	padding-right:70px;
}
.main-expertise .col-md-6:last-child{
	padding-left:70px;
}
.main-expertise  .wpb_single_image{
	overflow:hidden;
	border-radius:30px;
}
@media screen and (max-width:1460px){
	.main-expertise .col-md-6:first-child{
		padding-right:40px;
	}
	.main-expertise .col-md-6:last-child{
		padding-left:40px;
	}
}
@media screen and (max-width:1280px){
	.main-expertise .col-md-6{
		width:100%;
	}
	.main-expertise .col-md-6:first-child{
		padding-right:15px;
	}
	.main-expertise .col-md-6:last-child{
		padding-left:15px;
	}
}


/*...disease-block...*/
.disease-block > div > div > div > div{
	display: flex;
  	flex-wrap: wrap;  
}
.disease-block > div > div > div > div > div{
	border-radius: 30px;
	border: 8px solid #FFF;
	background: rgba(255, 255, 255, 0.30);
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
	padding:12px 0;
	margin:7px !important;
	flex-grow: 1;
  	width:calc(33.3333% - 14px);
	max-width:calc(33.3333% - 14px);
}
.disease-block .porto-sicon-box{
	margin-bottom:0;
}
@media screen and (max-width:1460px){
	.disease-block > div > div > div > div > div{
		padding:10px 0;
	}
	.disease-block .porto-sicon-title{
		font-size:20px;
		line-height: 130%;
	}
	.disease-block .porto-sicon-img{
		font-size:60px !important;
	}
}
@media screen and (max-width:1280px){
	.disease-block > div > div > div > div > div{
		width:calc(50% - 14px);
		max-width:calc(50% - 14px);
	}
	.disease-block .porto-sicon-title{
		font-size:19px;
	}
	.disease-block .porto-sicon-img{
		font-size:50px !important;
	}
}
@media screen and (max-width:767px){
	.disease-block > div > div > div > div > div{
		width:calc(100% - 14px);
		max-width:calc(100% - 14px);
		padding:7px 0;
	}
}



/*...main-blog...*/
.main-blog{

}
.main-blog .owl-carousel.nav-bottom .owl-stage-outer{
	padding: 0px !important;
    width: calc(100% + 30px) !important;
    left: -15px !important;
}
.main-blog  .owl-carousel.owl-drag .owl-item{
	margin-left:15px !important;
	margin-right:15px !important;
}
.main-blog .post.type-post{
	border-radius: 36px;
	background: #FFF;
	box-shadow: 0 5px 20px 0 rgba(22, 48, 81, 0.10);
	padding: 10px 10px 6px 10px;
}
.blog .post.type-post{
	border-radius: 36px;
	background: #FFF;
	box-shadow: 0 5px 20px 0 rgba(22, 48, 81, 0.10);
	padding: 10px 10px 6px 10px;
	width:calc(33.3333% - 30px);
	margin-left:15px;
	margin-right:15px;
}

.post.type-post .wp-block-post-featured-image{
	margin-bottom:20px;
	border-radius: 30px;
	overflow:hidden;
}
.post.type-post .wp-block-post-featured-image img{
	height:300px;
}
.post.type-post .porto-heading.post-title{
	margin-top:15px;
}
.post.type-post .porto-heading.post-title a{
	color: #163051;
	font-family:"Eurostile_extd_medium",sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 115%;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
	min-height:160px;
}

.post.type-post .porto-heading.post-title a:hover{
	color:#0C5B90;
}
.tb-meta-modified_date{
	color:#FFF !important;
	font-size: 18px !important;
	font-weight: 500;
	line-height: 130% !important;
	text-transform: uppercase !important;
	padding: 5px 15px !important;
	border-radius: 12px;
	background: #d6a955;
	border-right:none !important;
}
.post.type-post .porto-section{
	text-align:left !important;
	padding:0 30px;
}
.owl-carousel.nav-bottom .owl-nav .owl-prev{
	width:40px;
	height:40px;
	background-image:url("/wp-content/uploads/2026/08/arrow.svg");
	background-size:cover;
	font-size:0;
	background-color:transparent;
	padding:0;
	margin: 0 8px
}
.owl-carousel.nav-bottom .owl-nav .owl-next{
	width:40px;
	height:40px;
	background-image:url("/wp-content/uploads/2026/08/arrow.svg");
	background-size:cover;
	font-size:0;
	background-color:transparent;
	transform:rotate(180deg);
	padding:0;
	margin: 0 8px
}
.pagination>a, .pagination>span,
.pagination .next, .pagination .prev{
	border-radius:12px !important;
	height:50px;
	max-width:50px;
	width:50px;
	line-height:48px;
	border: 1px solid #8A96A6;
}


@media screen and (max-width:1460px){
	.post.type-post .porto-heading.post-title a{
		font-size: 24px;
	   display: -webkit-box;
	   -webkit-line-clamp: 4; /* number of lines to show */
			   line-clamp: 4; 
	   -webkit-box-orient: vertical;
		min-height:112px;
	}
	.tb-meta-modified_date {
		font-size: 16px !important;
	}
	.post.type-post .porto-section{
		padding:0 15px;
	}
}
@media screen and (max-width:1280px){
	.post.type-post .porto-heading.post-title a{
		font-size: 22px;
		min-height:100px;
	}
	.post.type-post .wp-block-post-featured-image img {
		height: 200px;
	}
	.blog .post.type-post{
		width:calc(50% - 30px);
	}
}
@media screen and (max-width:767px){
	.post.type-post .porto-heading.post-title a{
		font-size: 20px;
		min-height:92px;
	}
	.blog .post.type-post{
		width:calc(100% - 30px);
	}
}



/*...single...*/
.single{
	
}
.single .sidebar-content .widget .widget-title{
	color: #0C5B90;
	font-size: 28px;
	font-weight: 500;
	line-height: 115%; /* 32.2px */
	letter-spacing:0;
}
.single .widget_recent_entries li{
	border-radius: 36px;
	background: #FFF;
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
	padding:20px 30px;
	margin-bottom:10px;
}
.single .widget_recent_entries li a{
	color: #163051;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%; 
}
.single .widget_recent_entries .post-date{
	color:#FFF;
	font-size: 18px;
	line-height: 33px;
	text-transform: uppercase;
	background:#d6a955;
	border-radius:12px;
	display:inline-block;
	width:125px;
	text-align:center;
	margin-bottom:20px;
}
.single .main-content.col-lg-9{
	width: 75%;
	padding-right:120px;
}
.single .right-sidebar.col-lg-3 {
    width: 25%;
}
.single .page-top,
.blog .page-top{
	z-index: 9999;
    position: absolute;
	top: 160px;
}
.single .main-content.col-lg-9 .vc_do_custom_heading .container{
    padding-left:0;
    padding-right:0;
}
.single .meta-date{
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
    text-transform: uppercase;
    background: #d6a955;
    border-radius: 12px;
	padding:5px 15px;
	margin-bottom:40px;
	display:inline-block;

}
.single #main{
	padding-top:115px !important;
	padding-bottom:115px !important;
}
.single .post-image img{
	border-radius:30px;
	overflow:hidden;
	min-height:650px;
	object-fit:cover;
}
.single .post-image{
	margin-bottom:40px;
}
.single .img-thumbnail .zoom{
	display:none;
}


@media screen and (max-width:1460px){
	.single .page-top,
	.blog .page-top{
		top: 140px;
	}
	.single .right-sidebar.col-lg-3 {
		width: 30%;
	}
	.single .main-content.col-lg-9{
		width: 70%;
		padding-right:85px;
	}
	.single .post-image img{
		min-height:480px;
	}
}
@media screen and (max-width:1280px){
	.single #main{
		padding-top:95px !important;
		padding-bottom:95px !important;
	}
	.single .right-sidebar.col-lg-3 {
		width: 100%;
	}
	.single .main-content.col-lg-9{
		width: 100%;
		padding-right:15px;
	}
	.single .meta-date {
		color: #FFF;
		font-size:19px;
		padding: 0 15px;
	}
	.single .post-image img{
		min-height:370px;
	}
	.single .widget_recent_entries li a {
		font-size: 18px;
	}
}
@media screen and (max-width:991px){
	.single .page-top,
	.blog .page-top{
		top: 120px;
	}
	.single #main{
		padding-top:75px !important;
		padding-bottom:75px !important;
	}
}
@media screen and (max-width:767px){
	.single .post-image img{
		min-height:190px;
	}
	.single .widget_recent_entries li a {
		font-size: 17px;
	}
	.single #main{
		padding-top:55px !important;
		padding-bottom:55px !important;
	}
	.single .widget_recent_entries li {
		padding: 20px;
	}
}


/*...ethics-block...*/
.ethics-block h4{
	color:#163051;
}
.ethics-block .wpb_single_image{
	padding-left:60px;
}
.ethics-block .wpb_single_image img{
	border-radius:30px;
	overflow:hidden;
}
.transparency-block{
	margin-bottom:100px !important;
}
.transparency-block h5{
	max-width:1400px;
	margin:0 auto 50px;
}
@media screen and (max-width:1460px){
	.ethics-block .wpb_single_image{
		padding-left:40px;
	}
}
@media screen and (max-width:1280px){
	.ethics-block .wpb_single_image{
		padding-left:0px;
	}
	.ethics-block .col-md-6 {
        width: 100%;
    }
}


/*...about-block...*/
.about-block img{
	border-radius:30px;
	overflow:hidden;
}
.about-block .wpb_single_image{
	margin-bottom:0;
}
.about-block .col-md-6:first-child {
    padding-right:60px;
}
.about-block .col-md-6:last-child {
    padding-left:60px;
}
@media screen and (max-width:1460px){
	.about-block .col-md-6:first-child {
		padding-right:40px;
	}
	.about-block .col-md-6:last-child {
		padding-left:40px;
	}
}
@media screen and (max-width:1280px){
	.about-block .col-md-6{
		width:100%;
	}
	.about-block .col-md-6:first-child {
		padding-right:15px;
	}
	.about-block .col-md-6:last-child {
		padding-left:15px;
		order:-1;
	}
	.about-block .vc_btn3-container{
		margin-bottom:50px;
	}
	.about-block .wpb_single_image{
		margin-bottom:25px;
	}
}
@media screen and (max-width:767px){
	.about-block img{
		border-radius:20px;
	}	
}


/*...mission-block...*/
.mission-block{
	position:relative;
}
.mission-block > div{
	position:relative;
	z-index:1;
}
.mission-block:after{
	content:"";
	display:block;
    background: transparent url(/wp-content/uploads/2026/08/bez-nazvaniya.png) repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index:0;
}
.mission-block:before{
	content:"";
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	opacity: 0.8;
	background:#163051;
	z-index:0;
}
.mission-block p{
	color:#fff;
}
.mission-block .col-md-6:first-child{
    padding-right:40px;
}
.mission-block .col-md-6:last-child{
    padding-left:40px;
}
@media screen and (max-width:1280px){
	.mission-block .col-md-6{
		width:100%;
	}
	.mission-block .col-md-6:first-child{
		padding-right:15px;
	}
	.mission-block .col-md-6:last-child{
		padding-left:15px;
	}
}

/*...values-block...*/
.values-block{
	
}
.values-block img {
    border-radius: 30px;
    overflow: hidden;
}
.values-block .col-md-6:last-child {
    padding-left: 70px;
}
.values-block .col-md-6:first-child {
    padding-right: 70px;
}
@media screen and (max-width:1460px){
	.values-block .col-md-6:last-child {
		padding-left: 40px;
	}
	.values-block .col-md-6:first-child {
		padding-right: 40px;
	}
}
@media screen and (max-width:991px){
	.values-block .col-md-6:last-child {
		padding-left: 15px;
		width:100%;
	}
	.values-block .col-md-6:first-child {
		padding-right: 15px;
		width:100%;
	}
}


/*...team-block...*/
.team-block .owl-item .vc_column-inner{
	padding:10px !important;
	overflow:hidden;
	border-radius: 36px;
	background: #FFF;
	box-shadow: 0 5px 15px 0 rgba(22, 48, 81, 0.10);
	width:calc(100% - 30px);
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}
.team-block .wpb_single_image{
	margin-bottom:20px;
}
.team-block .wpb_single_image img{
	overflow:hidden;
	border-radius:20px;
	min-height:540px;
	object-fit:cover;
}
.team-block h3,
.team-block h6{
	padding-left:30px;
}
.team-block h6{
	color:#495665;
	text-transform:uppercase;
}
.team-block h3{
	margin-bottom:5px;
}

@media screen and (max-width:1460px){
	.team-block .wpb_single_image img{
		min-height:400px;
	}
	.team-block h3,
	.team-block h6{
		padding-left:10px;
	}
}
@media screen and (max-width:991px){
	.team-block .wpb_single_image img{
		min-height:310px;
	}
	.team-block h6.vc_do_custom_heading{
		min-height:46px;
	}
}

@media screen and (max-width:767px){
	.team-block h6.vc_do_custom_heading{
		min-height:36px;
	}
}


/*...partners-block...*/
.partners-block{
	
}
.partners-block .owl-item .vc_column-inner{
	padding:40px !important;
	overflow:hidden;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 5px 15px 0 rgba(22, 48, 81, 0.10);
	width:calc(100% - 30px);
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}


@media screen and (max-width:1460px){
	.partners-block .owl-item .vc_column-inner{
		padding:30px !important;
	}
}
@media screen and (max-width:991px){
	.partners-block .owl-item .vc_column-inner{
		padding:20px !important;
	}
}
@media screen and (max-width:767px){
	.partners-block .owl-item .vc_column-inner{
		padding:15px !important;
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
}


/*...services-blocks...*/
.services-blocks h5{
	border-bottom:1px solid #8A96A6;
	padding-bottom:30px;
}
.services-blocks .col-md-6:last-child {
    padding-left: 70px;
}
.services-blocks .col-md-6:first-child {
    padding-right: 70px;
}
.services-blocks img {
    border-radius: 30px;
    overflow: hidden;
}
.services-blocks .porto-sicon-img {
    margin-right: 40px !important;
}
@media screen and (max-width:1460px){
	.services-blocks .col-md-6:last-child {
		padding-left: 40px;
	}
	.services-blocks .col-md-6:first-child {
		padding-right: 40px;
	}
	.services-blocks .porto-sicon-img{
		font-size:80px !important;
	}
}
@media screen and (max-width:991px){
	.services-blocks .col-md-6{
		width:100%;
	}
	.services-blocks .col-md-6:last-child {
		padding-left: 15px;
		order:1;
	}
	.services-blocks .col-md-6:first-child {
		padding-right: 15px;
		order:2;
	}
	.services-blocks1 .col-md-6:last-child {
		order:2;
	}
	.services-blocks1 .col-md-6:first-child {
		order:1;
	}
	.services-blocks .vc_btn3-container{
		margin-bottom:40px
	}
	.services-blocks h5{
		padding-bottom:20px;
		margin-bottom:20px;
	}
}
@media screen and (max-width:767px){
	.services-blocks .porto-sicon-img{
		font-size:60px !important;
		margin-bottom:15px;
	}
	.services-blocks .porto-sicon-box.default-icon {
		align-items: start;
		flex-direction: column;
	}
}




@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider{
  height: 310px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
	padding-top:80px;
	padding-bottom:80px;
}
.slider::before, .slider::after{
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 150px;
  position: absolute;
  width: 0px;
  z-index: 2;
}
.slider::after{
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before{
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 44);
}
.slider .slide{
  	height: 180px;
  	width: 300px;
	padding:40px;
	background-color:#fff;
	margin-right:40px;
	border-radius:20px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
}

@media screen and (max-width:1460px){
	.slider,
	.slider-logo2{
	    height: 200px;
		padding-top:40px;
		padding-bottom:40px;
	}
	.slider .slide,
	.slider-logo2 .slide{
		height: 120px;
		width: 220px;
		padding:40px;
	}
}


/*...popup...*/
.pum-theme-lightbox {
    background-color: rgba(22, 48, 81, 0.8)
}
.pum-theme-lightbox .pum-container{
	padding: 60px 60px 40px;
	border-radius: 40px;
	background: #F6FBFF;
	border:none;
}
.pum-theme-lightbox input{
	width:100%;
	border-radius: 8px;
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
	margin-left:0;
	margin-right:0;
}
.pum-close{
	top:20px !important;
	right:20px !important;
	background-image:url("/wp-content/uploads/2026/08/group-1692.svg") !important;
	background-size:cover !important;
	width:40px !important;
	height:40px !important;
	box-shadow:none !important;
	font-size:0px !important;
	border:none !important;
}
.pum-theme-lightbox form label{
	font-weight: 400;
	margin-bottom:20px;
	margin-top:10px;
}
.pum-theme-lightbox form label a{
	font-weight:700;
	color:#121214;
}
.pum-theme-lightbox h5{
	margin-bottom:50px;
}

@media screen and (max-width:1460px){
	.pum-theme-lightbox .pum-container{
		max-width:600px !important;
	}
}
@media screen and (max-width:767px){
	.pum-theme-lightbox .pum-container{
		padding: 30px 30px 10px;
		border-radius: 30px;
	}
	.pum-theme-lightbox h5 {
		margin-bottom: 20px;
	}
	.pum-theme-lightbox form label{
		font-size:14px;
	}
	.pum-theme-lightbox span.wpcf7-list-item{
		margin-right:0;
	}
}

/*...biosamples-block...*/
.biosamples-block .col-md-4 > div{
	padding:10px 10px 40px !important;
	border-radius: 30px;
	background: #FFF;
	box-shadow: 0 5px 30px 0 rgba(22, 48, 81, 0.10);
	display: flex;
    flex-direction: column;
}
.biosamples-block .wpb_single_image img{
	height:300px;
	object-fit:cover;
	border-radius: 20px;
	overflow:hidden;
}
.biosamples-block .porto-sicon-box{
	padding-bottom:20px;
	border-bottom:1px solid #8A96A6;
}
.biosamples-block .porto-sicon-box,
.biosamples-block .wpb_text_column{
	margin:0 30px 20px;
}
.biosamples-block .vc_btn3-container{
	margin:auto 30px 0;
}
.biosamples-block h4.porto-sicon-title br{
	display:none;
}
@media screen and (max-width:1460px){
	.biosamples-block h4.porto-sicon-title {
        width:200px;
    }
	.biosamples-block h4.porto-sicon-title br{
		display:block;
	}
	.biosamples-block .porto-sicon-img{
		font-size:60px !important;
	}
}
@media screen and (max-width:1280px){
	 .biosamples-block .col-md-4 {
        width: 100%;
		 margin-bottom:30px;
    }
	.biosamples-block .wpb_single_image img{
		height:260px;
	}
	.biosamples-block h4.porto-sicon-title {
        width:100%;
    }
	.biosamples-block h4.porto-sicon-title br{
		display:none;
	}
}
@media screen and (max-width:767px){
	.biosamples-block .wpb_single_image img{
		height:220px;
	}
	.biosamples-block .porto-sicon-box, .biosamples-block .wpb_text_column {
		margin: 0 10px 20px;
	}
}


/*...cases-block...*/
.cases-block{
	text-align:center;
}
.cases-block h6{
	margin:0 auto 30px;
}
.cases-block h5{
	margin-bottom:50px;
}
.cases-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #163051;
    z-index: 0;
}
@media screen and (max-width:1280px){
	.cases-block h6{
		margin:0 auto 20px;
	}
	.cases-block h5{
		margin-bottom:40px;
	}
}
