@media screen and (max-width: 1440px) {
	body.hidden-scroll{
		overflow-y: hidden;
	}	
	div.wrapper{
		width: 100%;    	
	}       
	div.wrapper div.container {
    	width:100%;
	}	


	
	
	
	
}


@media screen and (max-width: 1280px) {

	
		
	header ul.nav-menu {
		display: none;
	}
	body.home header ul.nav-menu {
		display: flex;
	}
	
	.sidenav .tabItemsNav .col1,
	.sidenav .tabItemsNav .col2 {
		width: 100%;
		padding-bottom: 30px;
	}
	
	h1.base-page-title {
		font-size: 32px;
	}	

	
	h2 {
		margin-top: 25px;
	}	
	
	div.container header div.logo a img {
		padding: 30px 0 0 20px;
	}
	
	div.wrapper div.container #greeny {
		width: calc(60% - 120px);
	}
	
	.cbutton {	
		left: 0;
		right: 0;
		margin: auto;
		top: 55px;
		z-index: 6;
		width: 110px;
		height: 110px;		
		font-size: 15px;
		line-height: 1.1;	
	}
	
	header .swapper {
		flex-direction: column;		
	}	
	
	header .swapper div.module-image {
		margin-top: 55px;
	}
	
	div.module-image .wrap {
		max-width: calc(100% - 120px);
		
	}
	div.module-image .wrap .heading {
		width: calc(60% - 180px);
		padding: 18px 30px;
		right: 60px;
	}
	
	
	div.module-image-button .wrap {
		max-width: calc(100% - 120px);
	}
	div.module-image-button .wrap .heading {
		width: 64%;
		height: auto;
		padding: 20px 30px 95px 0px;
	}
	
	div.module-image .wrap .heading h1,
	div.module-image-button .wrap .heading h1 {
		font-size: 47px;
		
	}
	
	
	
	div.image-text-block {
		max-width: calc(100% - 120px);
		padding: 0;
	}
	div.image-text-block.reverse div.text,
	div.image-text-block div.text 	{
		width: 50%;
		padding: 0 0 0 60px;
	}
	div.image-text-wrap::before { 
		width: calc(50% - 60px);
	}

	
	
	
	
	
	header a.metaOpen span.text {
		display: none;
	}	
	header a.metaNav,
	header span.metaNav {
		display: none;
	}
	
	
	header span.metaNavMobile {
		display: inline;
		position: fixed;
		right: 133px;
		top: 57px;
		color: #ffffff;
		/* line-height: 50px; */
		font-size: 18px;
		transition: all .3s ease;
		z-index: 6;
	}
	
	header span.metaNavMobile a{		

	}
	
	header span.metaNavMobile img{		
		width: 40px;
		height:auto;
	}
	

	
	header ul.nav-menu {
		margin: 18px 15px 0 60px;
		padding-right: 0;
		padding-bottom: 26px;		
		width: calc(100% - 75px);
	}
	
	header ul.nav-menu li#searchTrigger {
		display: none;
	}
	
	header a.search-icon {
		
		position: absolute;
		
		color: #ffffff;
		line-height: 50px;
		font-size: 18px;

		
		display: block;
		cursor: pointer;
		
		right: 95px;
		width: 50px;
		height: 50px;
		display: block;
		top: 52px;
		
		background-image: url('icons/zoom-icon.png');
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: center right;
		
		transition: all .3s ease;
	}
	
	.base-page-content {
		width: calc(100% - 120px);
		margin: 40px auto;
	}
	.base-page-col1 {
		padding-right: 30px;
	}
	
	
	div.block-wrap,
	div.module-textarea	{
		width: calc(100% - 120px);
	}
	div.module-textarea.browser-width {
		width: 100%;
	}
	div.category-filter {
		width: calc(100% - 120px);
	}
	
	div.team-list-wrap,
	div.specialist-list-wrap,
	div.complaint-list-wrap,
	div.treatment-list-wrap,
	div.offer-list-wrap{
		max-width: 100%;
		width: calc(100% - 120px);
	}
	
	div.team-list-wrap div.team-list-heading,
	div.specialist-list-wrap div.specialist-list-heading,
	div.complaint-list-wrap div.complaint-list-heading,
	div.treatment-list-wrap div.treatment-list-heading,
	div.offer-list-wrap div.offer-list-heading {
		padding: 0;
	}
	
	div.team-list-wrap div.team-list,
	div.specialist-list-wrap div.specialist-list,
	div.complaint-list-wrap div.complaint-list,
	div.treatment-list-wrap div.treatment-list,
	div.offer-list-wrap div.offer-list {
		max-width: 100%;
	}
	
	div.team-list div.team,
	div.specialist-list div.team,
	div.complaint-list div.complaint,
	div.treatment-list div.treatment,
	div.offer-list div.offer {
		width: calc(100% / 2 - 45px);
		margin: 0 45px 30px 0px;
	}
	
	
	div.module-textarea {
		margin: 40px auto;
	}
	
	div.footer div.footer-cols {
		width: calc(100% - 120px);
		padding: 7px 60px;
	}
	
	div.footer div.bottom {
		padding: 7px 60px;
		width: calc(100% - 120px);
	}
	
	
	
	
	
	#addsearch-results,
	.content .addsearch-filters{
		width: 100% !important;
		padding: 0 15px !important;
		box-sizing: border-box !important;
	}
	
	.content .addsearch-filters{
		-webkit-justify-content: unset;
		justify-content: unset;
	}
	
	.content .addsearch-filters h6{
		display:block;
		width:100%;
	}
	
	
	#addsearch-results-mid .addsearch-result-item-container {
		padding: 30px 45px;
	}
	
}


@media screen and (max-width: 1024px) {
	
	
	
}


@media screen and (max-width: 960px) {
	div.container header{		
		min-height: 150px;		
		padding-bottom: 0;
	
	}
	body.home div.container header{			
		padding-top: 150px;
	}
	
	div.container header div.sticky-part {
		position: fixed;
		top: 0;
		height: auto;
		min-height: 150px;
		width: 100%;
		max-width: 1440px;
		z-index: 6;
		background-color: #ffffff;
	}


	div.container header div.sticky-part:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 60%;	
		max-height: 150px;	
		height: 100%;
		
		background: #637966;
		z-index: -1;
		transition: all .3s ease; 
		
	}
	
	.cbutton {
		position: fixed;	
	}
	
	header a.metaNav,
	header a.metaOpen,
	header a.metaOpenMobile {
		position: fixed;
	}
	
	header .swapper div.module-image {
		margin-top: 40px;
	}
	div.module-image .wrap .heading {
		width: calc(45% - 60px);
		
	}
	div.module-image .wrap .heading h1 {
		font-size: 30px;
		line-height: 1.23;
	}
	
	
	div.image-text-wrap {
		padding: 0;
	}
	div.image-text-block div.text h1 {
		font-size: 30px;
		line-height: 1.23;
	}
	div.image-text-block div.image {
		margin-top: 127px;
		margin-bottom: 60px;
	}
	
	div.image-text-wrap::before { 
		width: calc(50% - 30px);
	}
	
	
	div.wrapper div.container #greeny {
		width: 45%;
	}
	div.container header div.sticky-part:after {		
		width: 45%;				
	}
	
	.team .base-page-text {
		display: block;
	}
	.base-page-text {
		display: none;
	}
	.base-page-content {
		/* align-items: flex-end; */
	}
	.base-page-title,
	.base-page-subtitle {		
		margin-bottom: 0;
		margin-top: 35px;
	}
	
	
	.base-page-text-tablet {
		display: block;
		width: calc(100% - 120px);
		margin: 40px auto;
	}
	
	
	.slider-items .image {			
		height: 480px;
	}
	div.complaint-list div.complaint .lead,
	div.treatment-list div.treatment .lead,
	div.offer-list div.offer .lead {
		max-height: 95px;
	}
	
	div.footer div.footer-cols .col {
		width: 100%;
		padding: 0;
		border-bottom: solid 1px rgba(45, 45, 45, 0.5);
	}
	div.footer div.footer-cols {
		flex-wrap: wrap;
	}
	div.footer div.footer-cols .col.contact {
		display: flex;
		flex-wrap: wrap;
		border-bottom: none;
		
	}
	div.footer div.footer-cols .col.contact h3 {
		width: 100%;
	}
	div.footer div.footer-cols .col.contact .part {
		width: 50%;
	}
		
	div.footer div.footer-cols .col:not(.contact) h3 {
		margin: 0;
		padding: 30px 0;
		
		background-image: url('icons/arrow-down-white.png');		
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: center right;
		
		
	}	
	
	div.footer div.footer-cols .col h3.shown {
		background-image: url('icons/arrow-up-white.png');
	}	
	
		
	div.footer div.footer-cols ul.level-2 {
		display: none;
		margin-bottom: 30px;
	}	
		
	div.footer div.footer-cols p:nth-child(even) {	
		width: calc(50% - 20px);
		padding: 0 20px 0 0;
	}
	div.footer div.footer-cols p:nth-child(odd) {
		width: calc(50% - 20px);
		padding: 0 0 0 20px;
	}	
	
	div.footer div.footer-cols p.info {
		width: 100%;
		padding: 0;
	}
		
}

@media screen and (max-width: 768px) {
	
	div.wrapper div.container #greeny {
		width: 60%;
	}
	
	.cbutton {			
		top: 64px;
		z-index: 6;
		width: 90px;
		height: 90px;		
		font-size: 13px;
		line-height: 1.1;	
	}
	
	
	div.module-image .wrap .heading {
		width: calc(60% - 60px);
	}
	div.module-image-button .wrap .heading h1 {
		font-size: 30px;
		line-height: 1.23;
	}
	div.module-image-button .wrap .heading a.button-detail {
		margin: 20px 0;
	}
	
	div.container header div.logo a img {
		padding: 20px 0 0 20px;
	}
	
	header a.metaOpen, header a.metaOpenMobile {
		top: 22px;
	}
	
	header span.metaNavMobile{
		display: inline;
		position: fixed;
		right: 100px;
		top: 28px;		
	}
	
	header a.metaNav {
		
		width: 50px;		
		height: 50px;
		display: block;
		top: 22px;
		padding: 0;
	}
	header a.metaNav span {
		display: none;
	}
	
	header a.search-icon {
		top: 22px;
	}
	
	div.container header div.logo {
		width: 150px;
	}
	
	
	
	.base-page-col1 {
		width: 45%;
		
	}
	.base-page-col2 {
		width: 55%;
	}
	
	#addsearch-results .addsearch-result-item-sub {
		background-image: none !important;
	}
	
	#addsearch-results .addsearch-result-item-sub div {
		padding: 0 14px 0 0px !important;
	}
	
	
	
	
	
	
	
	
	
	
	div.container header{		
		min-height: 90px;		
		padding-bottom: 0;
	
	}
	body.home div.container header{			
		padding-top: 90px;
	}
	div.container header div.sticky-part {
		position: fixed;
		top: 0;
		height: auto;
		min-height: 90px;
		width: 100%;
		max-width: 1440px;
		z-index: 6;
		background-color: #ffffff;
	}


	div.container header div.sticky-part:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 60%;	
		max-height: 90px;	
		height: 100%;
		
		background: #637966;
		z-index: -1;
		transition: all .3s ease; 
		
	}
	
	header a.metaNav,
	header a.metaOpen,
	header a.metaOpenMobile {
		position: fixed;
	}
		
	header .swapper div.module-image {
		margin-top: 20px;
	}
	
	header a.metaOpen, header a.metaOpenMobile {
		right: 10px;
	}
	header a.metaNav {
		right: 125px;
	}
	header a.search-icon {
		right: 65px;
	}
	
	.sidenav {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		right: -100%;
		padding: 30px;
	}
	
	
	
	div.module-image .wrap {
		max-width: calc(100% - 60px);
	}
	div.module-image .wrap .heading {
		width: 100%; 
		padding: 0;
		position: static;
		background-color: transparent;
		color: #2d2d2d;
		display: inline-block;
	}
	div.module-image .wrap .heading h1 {
		position: static;
		display: inline-block;
		width: 100%;
		margin: 20px 0;
	}
	
	
	div.module-image-button .wrap {
		max-width: calc(100% - 60px);
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	
	div.module-image-button .wrap .heading {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	div.module-image-button .greenBar {
		height: 75% !important;
	}
	
	
	div.image-text-block {
		max-width: 100%;
		padding: 0;
	}
	div.image-text-block.reverse,
	div.image-text-block	{
		flex-direction: column-reverse;
	}
	
	div.image-text-block.reverse div.text,
	div.image-text-block div.text 	{
		width: calc(100% - 60px);
		padding: 0;
		margin: auto;
	}
	div.image-text-block.reverse div.image,
	div.image-text-block div.image{
		width: 100%;			
		margin-top: 0;
		margin-bottom: 30px;
		position: relative;
	}
	div.image-text-block.reverse div.image img,
	div.image-text-block div.image img{
		width: calc(100% - 60px);			
		margin: 60px auto 0;			
		position: relative;
	}	
		
	div.image-text-wrap::before { 
		background-color: transparent;
	}
	
	div.image-text-block.reverse div.image::before,
	div.image-text-block div.image::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 0;
		height: 78%;
		background-color: #b1aea7;
		z-index: 0;
	}
	
	
	div.module-download {
		width: calc(100% - 60px);
	}
	
	
	
	header ul.nav-menu {
		margin: 18px 30px 0 30px;		
		width: calc(100% - 60px);
	}
	header ul.nav-menu li {
		width: 100%;
		margin: 0;
		padding: 15px 0;
	}
	
	.base-page-content {
		width: calc(100% - 60px);
		margin: 20px auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.base-page-col1,
	.base-page-col2 {
		width: 100%;
		padding: 10px 0 20px;
	}
	
	.base-page-text-tablet {		
		width: calc(100% - 60px);
		margin: 20px auto;
	}
	
	div.block-wrap,
	div.module-textarea	{
		width: calc(100% - 60px);
	}
	div.module-textarea.browser-width {
		width: 100%;
	}
	div.category-filter {
		width: calc(100% - 60px);
		margin: 40px auto 20px;
	}
	
	
	div.team-list-wrap,
	div.specialist-list-wrap,
	div.complaint-list-wrap,
	div.treatment-list-wrap,
	div.offer-list-wrap{
		max-width: 100%;
		width: calc(100% - 60px);
	}
	
	div.team-list-wrap div.team-list-heading,
	div.specialist-list-wrap div.specialist-list-heading,
	div.complaint-list-wrap div.complaint-list-heading,
	div.treatment-list-wrap div.treatment-list-heading,
	div.offer-list-wrap div.offer-list-heading {
		padding: 0;
	}
	
	div.team-list-wrap div.team-list,
	div.specialist-list-wrap div.specialist-list,
	div.complaint-list-wrap div.complaint-list,
	div.treatment-list-wrap div.treatment-list,
	div.offer-list-wrap div.offer-list {
		max-width: 100%;
	}
	
	div.team-list div.team,
	div.specialist-list div.team,
	div.complaint-list div.complaint,
	div.treatment-list div.treatment,
	div.offer-list div.offer {
		width: 100%;
		margin: 0 0 30px 0px;
	}
	
	.slider-items .image {			
		height: 380px;
	}
	
	
	div.category-list-wrap {
		width: calc(100% - 60px);
		padding: 0 30px;
	}	
	
}

@media screen and (max-width: 580px) {
	
	
	
	.slider-items .image {			
		height: 280px;
	}




	div.footer div.footer-cols {
		width: calc(100% - 60px);
		padding: 7px 30px;
	}
	div.footer div.bottom {
		padding: 7px 30px;
		width: calc(100% - 60px);
	}
	
	div.footer div.footer-cols .col.contact .part {
		width: 100%;
	}
	
	div.footer div.bottom .links {
		display: flex;
		flex-direction: column-reverse;
	}
	
	div.footer div.bottom a {
		margin: 5px 0;
	}
	div.footer div.bottom span {
		margin: 10px 0;
	}
	
	#addsearch-results-mid .addsearch-result-item-container {
		padding: 15px;
	}
	
	div.footer div.footer-cols p:nth-child(even),	
	div.footer div.footer-cols p:nth-child(odd) {
		width: 100%;
		padding: 0;
	}

	
}

@media screen and (max-width: 480px) {
	div.wrapper div.container #greeny {
		width: 50%;
	}
	
	div.container header div.sticky-part:after {		
		width: 50%;		
	}

	
}


@media screen and (max-width: 375px) {
	
}