/*html,
body{
	width:100%;
	height:100vh;
	padding:0;
	margin:0;
}
#wrapper{
	overflow:visible;
}*/
.wrapper-inner{
	padding:0;
}
/*#wrapper,
.wrapper-inner,*/
#super,
#super .row-container,
#super .row-container .container-fluid,
#super .row-container .container-fluid .row-fluid,
#super .row-container .container-fluid .row-fluid .moduletable,
#super .row-container .container-fluid .row-fluid .moduletable .module_container
{
	width:100%;
	min-width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.mod-custom{
	height:auto;
}
.mod-custom.super_block{
	height:100vh;
}
.mod-custom.super_block.h100{
	height:100vh;
}
.mod-custom.super_block.h90{
	height:90vh;
}
.mod-custom.super_block.h80{
	height:80vh;
}
.mod-custom.super_block.h70{
	height:70vh;
}
.mod-custom.super_block.h60{
	height:60vh;
}
.mod-custom.super_block.h50{
	height:50vh;
}
.mod-custom.super_block{
	position: relative;
	/*overflow:hidden;*/
}
.mod-custom.super_block:after{
	content:'';
	clear:both;
}
.mod-custom.super_block.bg_black{
	background-color:#000;
}
.mod-custom.super_block.bg_green{
	background-color:#2BB673;
}
.mod-custom.super_block{
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.mod-custom.super_block .super_image{
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 80%;
	top: 10%;
	text-align: center;
	position: absolute;
	transition: none;
}
	.mod-custom.super_block.h100 .super_image,
	.mod-custom.super_block.h90 .super_image{
		height: 80%;
		top: 10%;
	}
	.mod-custom.super_block.h80 .super_image,
	.mod-custom.super_block.h70 .super_image,
	.mod-custom.super_block.h60 .super_image,
	.mod-custom.super_block.h50 .super_image{
		height: 100%;
		top: 0;
	}
.mod-custom.super_block .super_image img{
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: none;
}
.mod-custom.super_block.image_left .super_image{
	right: 50%;
}
.mod-custom.super_block.image_60_40.image_left .super_image{
	width: 60%;
	right: 40%;
}
.mod-custom.super_block.image_right .super_image{
	left: 50%;
}
.mod-custom.super_block.image_60_40.image_right .super_image{
	width:60%;
	left: 40%;
}
.mod-custom.super_block.image_bottom .super_image{
	top: auto;
	bottom: 0;
}
.mod-custom.super_block.image_bottom .super_image img{
	top: auto;
	bottom: 0;
	transform: translate(-50%,0);
}
.mod-custom.super_block .super_text{
	position: absolute;
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	width: 50%;
	left: 45%;
	bottom: 20%;
	height: auto;
	text-align: left;
}
.mod-custom.super_block.image_left .super_text{
	text-align: left;
	width: 50%;
	max-width:560px;
	left: 45%;
	right: auto;
	bottom: 20%;
}
.mod-custom.super_block.image_60_40.image_left .super_text{
	width: 30%;
	left: 60%;
}
.mod-custom.super_block.image_right .super_text{
	text-align:left;
	width: 40%;
	left: auto;
	right: 50%;
	bottom: 20%;
}
.mod-custom.super_block.image_60_40.image_right .super_text{
	width: 40%;
	left: 10%;
}
.mod-custom.super_block.margin_note.image_left .super_text{
	width:60%;
	max-width:960px;
	left: 30%;
	right: auto;
	bottom: 20%;
}
.mod-custom.super_block.margin_note.image_left .super_text h1,
.mod-custom.super_block.margin_note.image_left .super_text h2,
.mod-custom.super_block.margin_note.image_left .super_text h3,
.mod-custom.super_block.margin_note.image_left .super_text p {
	padding-left:170px;
}
.mod-custom.super_block.margin_note.image_left .super_text a {
	margin-left:170px;
}
.mod-custom.super_block.margin_note.image_left .super_text h1,
.mod-custom.super_block.margin_note.image_left .super_text h2,
.mod-custom.super_block.margin_note.image_left .super_text h3{
	background:url('/images/margin-note-left.png') left 83% no-repeat;
	background-size:165px 80px;
}
.mod-custom.super_block .super_text h1,
.mod-custom.super_block .super_text h2,
.mod-custom.super_block .super_text h3{
	font-size:50px; /*30px;*/
	line-height:120%;
	font-weight:300; /*600;*/
	color:#fff;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:0;
}
.mod-custom.super_block.black_text .super_text h1,
.mod-custom.super_block.black_text .super_text h2,
.mod-custom.super_block.black_text .super_text h3{
	color:#000;
}
.mod-custom.super_block .super_text p{
	font-size:20px;
	line-height:150%;
	font-weight:300;
	color:#fff;
}
.mod-custom.super_block.black_text .super_text p{
	color:#000;
}
.mod-custom.super_block .super_text a.btn{
	width:auto;
	transition:none;
}
.mod-custom.super_block .super_text a.btn.btn-primary{
	color:#fff;
	background:#2BB673;
	border:1px solid transparent;
	transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}
.mod-custom.super_block .super_text a.btn.btn-primary:hover{
	color:#fff;
	background:transparent;
	border:1px solid #fff;
}
.btn-primary:hover {
	background: #00803E;
}



#header{
	margin-top:0;
}
#super + #top {
	padding: 5px 0 4px;
	box-shadow: none;
}
#super + #top.scroll-to-fixed-fixed {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.body__home_3 #super + #top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
	color: #fff;
	padding-top: 80px;
	box-shadow: none;
	transition: padding-top 0.5s ease , background 0.5s ease;
	z-index: 1000;
}
.scrolled #super + #top {
	background: #000;
	color: #fff;
}
.body__home_3.scrolled #super + #top {
	background: #000;
	color: #fff;
	padding-top: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.body__home_3 #sup-top {
	height: 50%;/*100%;*/
	/*min-height: 600px;*/
	/*padding: 0 0 56.25%;*/
	padding: 0;
	margin-bottom: 0 !important;
	position: relative;
	background: #000;
}
/*.body__home_3.white_menu #content {
	background: #2BB673;
	color:#fff;
}*/
/*.body__home_3.white_menu #sup-top {
	background: #2BB673;
}*/
#top {
	background: #000;
	color: #fff;
	transition: padding-top 0.5s ease, background 0.2s ease;
}
.scrolled #sup-top + #top {
	background: #000;
	color: #fff;
}
.body__home_3 #sup-top + #top {
	padding-top: 60px;
}
.body__home_3.scrolled #sup-top + #top {
	background: #000;
	color: #fff;
}
#logo {
	margin-top:0;
	transition:all 0.5s ease;
}
.scrolled #logo {
	margin-top:0;
}
.body__home_3 #logo {
	margin-top:0;
}
.body__home_3.scrolled #logo {
	margin-top:0;
}
#logo img {
	width:130px;
	height:auto;
}
.scrolled #logo img {
	width:130px;
}
.body__home_3 #logo img {
	width:200px;
}
.body__home_3.scrolled #logo img {
	width:130px;
}
.scrolled #logo h1 span.item_title_part_0 {
	color: #fff;
}
.body__home_3.scrolled #logo h1 span.item_title_part_0 {
	color: #fff;
}
.moduletable.mainmenu {
	margin-top:4px;
	transition:margin 0.5s ease;
}
.body__home_3 .moduletable.mainmenu {
	margin-top:15px;
}
.body__home_3.scrolled .moduletable.mainmenu {
	margin-top:4px;
}
.rd-mobilemenu_ul .level_1 > a {
	cursor:pointer;
}
.icemegamenu > ul > li > a.iceMenuTitle {
	color: #fff;
	cursor:pointer;
}
.icemegamenu > ul > li.current > a.iceMenuTitle,
.icemegamenu > ul > li.active > a.iceMenuTitle {
	color: #2BB673;
}
.white_menu .icemegamenu > ul > li.current > a.iceMenuTitle,
.white_menu .icemegamenu > ul > li.active > a.iceMenuTitle {
	color: #fff;
}
.white_menu .icemegamenu > ul > li.hover > a.iceMenuTitle {
	color: #fff;
}
.scrolled .icemegamenu > ul > li > a.iceMenuTitle {
	color: #fff;
}
.scrolled .icemegamenu > ul > li.current > a.iceMenuTitle,
.scrolled .icemegamenu > ul > li.active > a.iceMenuTitle {
	color: #2BB673;
}
.body__home_3.scrolled .icemegamenu > ul > li > a.iceMenuTitle {
	color: #fff;
}
.body__home_3.scrolled .icemegamenu > ul > li.current > a.iceMenuTitle,
.body__home_3.scrolled .icemegamenu > ul > li.active > a.iceMenuTitle {
	color: #2BB673;
}
.white_menu .moduletable.home_2 .icemegamenu > ul > li.parent > .iceMenuTitle::after,
.white_menu .moduletable.home_2 .icemegamenu > ul > li.parent > .icemega_title::after {
	color: #fff;
	transition: color 0.5s ease;
}
.white_menu.scrolled .moduletable.home_2 .icemegamenu > ul > li.parent > .iceMenuTitle::after,
.white_menu.scrolled .moduletable.home_2 .icemegamenu > ul > li.parent > .icemega_title::after {
	color: #2BB673;
	transition: color 0.5s ease;
}


header .features {
	text-align:center;
}
.footer_contacts {
	margin-bottom: 40px;
}

.mod-custom__footer_contacts {
	padding: 0;
}
.mod-custom__footer_contacts p {
	padding-bottom: 0;
}
.mod-custom__footer_contacts a {
	color: inherit;
}
.mod-custom__footer_contacts a:hover {
	color: #2BB673;
}
.mod-custom__footer_contacts p,
.mod-custom__contacts p{
	line-height: 40px;
}
.mod-custom__contacts .email-button,
.mod-custom__contacts .phone-button{
	margin-right: 20px;
	margin-bottom: 20px;
}
.mod-custom__footer_contacts .phone {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.mod-custom__footer_contacts .location::before {
	content: '\e0d7';
}
.mod-custom__footer_contacts .worktime::before {
	content: '\e053';
}
.mod-custom__footer_contacts .phone::before {
	content: '\e0f4';
}
.mod-custom__footer_contacts .email::before {
	content: '\e070';
}



.rd-mobilepanel{
	background:none !important;
	width:56px !important;
	height:52px !important;
	box-shadow:none !important;
}
.rd-mobilepanel_toggle{
	background:#fff !important;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	transition:box-shadow 0.5s ease;
}
.rd-mobilepanel_toggle.active{
	box-shadow:0 0 0 rgba(0,0,0,0);
}
.rd-mobilepanel_title{
	display:none !important;
}
.rd-mobilemenu_ul{
	top:0 !important;
}
.rd-mobilemenu_ul:before{
	content:"";
	display:block;
	width:160px;
	height:56px;
	margin:0 0 0 56px;
	/*background:url('/images/cre8tive_300.png') center center no-repeat;
	background-size:contain;*/
}
#copyright .siteName {
	font-size: 14px;
	line-height: 23px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
	text-transform: none;
}
#copyright .siteName .item_title_part0 {
	padding-right: 0px;
	padding-left: 0px;
}
#copyright .siteName .item_title_part0:before {
	display:none;
	position: absolute;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	top: 0;
	left: 0;
	content: '';
}
#copyright .siteName .item_title_part0:after {
	display:none;
	position: absolute;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	top: 3px;
	left: 13px;
	content: '';
	opacity: 0.6;
}

#icemegamenu [class^="flaticon-"]:before,
#icemegamenu [class^="flaticon-"]:after{
	display:none;
}
#icemegamenu .iceMenuLiLevel_2:before,
#icemegamenu .iceMenuLiLevel_2:after{
	display:none;
}
.rd-mobilemenu_ul [class^="flaticon-"]:before,
.rd-mobilemenu_ul [class^="flaticon-"]:after{
	display:none;
}
.rd-mobilemenu_ul .iceMenuLiLevel_2:before,
.rd-mobilemenu_ul .iceMenuLiLevel_2:after{
	display:none;
}
.fullwidth ul.icesubMenu > li {
	padding: 20px 30px;
}
.moduletable.home_2 .icemegamenu > ul > li + li {
	margin-left: 80px;
}
ul.icesubMenu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
ul.icesubMenu li a.iceMenuTitle {
	line-height: 150%;
	padding: 10px 20px;
}
.icemegamenu > ul > li .iceMenuLiLevel_2 > a {
	text-transform: none;
}
.rd-mobilemenu_ul .level_1 ul a.iceMenuTitle {
	padding: 10px 20px 10px 25px !important;
	line-height: 125%;
}
.rd-mobilemenu_ul ul li a.iceMenuTitle {
	color:#666;
}
.rd-mobilemenu_ul ul li.active a.iceMenuTitle {
	color:#fff;
}
.rd-mobilemenu_ul ul li a.iceMenuTitle.nolink {
	font-size: 25px;
	font-weight: 300;
	/*margin-top: 20px;*/
	margin-bottom: 10px;
	color: #2BB673;
}
.rd-mobilemenu_ul ul li a.iceMenuTitle.nolink:hover {
	color: #2BB673;
	background: none;
}
.rd-mobilemenu_ul ul.nav.menu li a {
	padding: 10px 20px 10px 25px !important;
	line-height: 125%;
	display:block;
}
.rd-mobilemenu_ul ul.nav.menu li a:hover {
	color: #fff;
}
.rd-mobilemenu_ul ul.nav.menu a:hover,
.rd-mobilemenu_ul ul.nav.menu li.active > a {
	background: #2BB673;
	color: #ffffff;
}
.rd-mobilemenu_ul .icemega_modulewrap {
	padding:0;
}
.rd-mobilemenu_ul ul.rd-mobilemenu_submenu h3.moduleTitle {
	font-size: 25px;
	padding:0 20px 0 25px;
	margin-bottom:10px;
}
ul.icesubMenu ul.nav.menu li.current > a {
	background: #2BB673;
	color: #ffffff;
}
ul.icesubMenu ul.nav.menu li.active > a,
ul.icesubMenu ul.nav.menu li:hover > a,
ul.icesubMenu ul.nav.menu li.hover > a {
	color: #ffffff;
	background: #2BB673;
}
ul.icesubMenu ul.nav.menu li a {
	display: block;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 150%;
	padding: 10px 20px;
	color: #333333;
}
ul.icesubMenu h3.moduleTitle {
	font-size: 25px;
	padding: 0 20px;
	margin-bottom: 10px;
}
ul.icesubMenu li a.nolink {
	font-size: 25px;
	font-weight: 300;
	padding: 0 20px;
	margin-bottom: 10px;
	color: #2BB673;
	cursor: default;
}
ul.icesubMenu li:hover a.nolink,
ul.icesubMenu li a.nolink.hover {
	color: #2BB673;
	background: none;;
}
.page-item .item_fulltext .spacer {
	height: 1px;
	clear: both;
	background: #e5e5e5;
	margin-bottom: 50px;
	margin-top: 20px;
}
select,
select[multiple],
select[size],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #d6d8da;
}
#component .row-fluid {
	margin-left: -60px;
}
#component .row-fluid [class*="itemSpan"],
#component .row-fluid [class*="span"] {
	padding-left: 60px;
	/*margin-left: -60px;*/
	/*padding-right: 30px;*/
}



.view-article #content {
	padding:60px 0;
}
.view-article #mainbottom {
/*	background: #f6f8fa;
	overflow: hidden;*/
	padding:40px 0;
}
.principles header {
	text-align: center;
}
.view-article #mainbottom-2 {
	margin:0;
	padding:0;
	/*padding:40px 0;*/
}
.view-article #mainbottom-2 .row-container {
	max-width:100%;
	margin:0;
	padding:0;
}
.view-article #mainbottom-2 .container-fluid {
	margin:0;
	padding:0;
}
.mod-newsflash-adv.services .row-fluid .item .item_content .icon {
	font-size: 96px;
}
.mod-newsflash-adv.services .row-fluid .item .item_content {
	padding: 20% 14% 10%;
}
.view-article #mainbottom-3 {
	background: transparent;
	padding:40px 0;
}
.view-article #mainbottom-3 header *{
	margin:0 0 40px 0;
}
.gallery_home_3 header {
	text-align: center;
}
ul.flaticon li {
	padding: 15px 0 10px 70px;
	margin-left: 0px !important;
	overflow: hidden;
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #888;
	display: inline-block;
	vertical-align: top;
	min-height: 68px;
	box-sizing: border-box;
}
ul.flaticon li:before {
	font-family: general-ui;
	font-style: normal;
	font-weight: normal;
	margin: 0 20px 0 0;
	background: #f6f8fa;
	color: #2BB673;
	font-size: 40px;
	text-align: center;
	width: 58px;
	line-height: 58px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	position:absolute;
	top: 0;
	left: 0;
}
h4.flatfa {
	padding: 15px 0 10px 70px;
	margin-left: 0px !important;
	overflow: hidden;
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #888;
	display: inline-block;
	vertical-align: top;
	min-height: 68px;
	box-sizing: border-box;
}
h4.flatfa:before {
	font-family: general-ui;
	font-style: normal;
	font-weight: normal;
	margin: 0 20px 0 0;
	background: #f6f8fa;
	color: #2BB673;
	font-size: 40px;
	text-align: center;
	width: 58px;
	line-height: 58px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	position:absolute;
	top: 0;
	left: 0;
}
b,
strong,
.item_introtext strong,
.item_fulltext strong,
.category_desc strong {
	color: #2BB673;
}
.item_introtext ul,
.item_fulltext ul,
.category_desc ul {
	margin-bottom: 23px;
}


.app-store-buttons {}
.app-store-button {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}


/*--------------------------------------------------------- PORTFOLIO */
.portfolio .row-fluid.cols-4 [class*="span"] {
	width: 25%;
}

.portfolio .row-fluid [class*="span"] {
	display: inline-block;
	vertical-align: top;
}

.portfolio .gallery-item {
	overflow: hidden;
	height: 15vw;
	position: relative;
}

.portfolio .gallery-item figure {
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
}

.portfolio .gallery-item figure.no-link {
	cursor: initial;
}

.gallery_home_3 .gallery-item a::before {
	display: none;
}

.portfolio .gallery-item figure:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 0 0 5vw 0 rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0);
	transition: all 0.5s ease;
	z-index: 1;
}

.portfolio .gallery-item figure:hover:before,
.portfolio .gallery-item figure:active:before {
	background-color: rgba(0,0,0,0.5);
}

.portfolio .gallery-item figure.no-link:before {
	box-shadow: none;
}

/*.portfolio .gallery-item figure:after{
	content: '';
	display: block;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s ease;
	opacity: 0;
	background-position: center center;
	background-size: contain;
	background-image: url('/images/play.svg');
	background-repeat: no-repeat;
	z-index: 2;
}*/


.portfolio .gallery-item img {
	display: block;
	max-width: none;
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s ease;
}

.portfolio .gallery-item figure:hover img,
.portfolio .gallery-item figure:active img {
	height: 120%;
}

.portfolio .gallery-item figcaption {
	display: block;
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 20%;
	transition: all 0.5s ease;
	z-index: 3;
	opacity: 0;
}

.portfolio .gallery-item figcaption span {
	color: #fff;
	/*background: rgba(255,255,255,0.9);*/
}

.portfolio .gallery-item:hover figcaption,
.portfolio .gallery-item:active figcaption {
	opacity: 1;
}



.fancybox-overlay {
	background: rgba(0,0,0,0.9);
}
.fancybox-skin {
	background: none;/*rgba(0,0,0,0.9);*/
}
.fancybox-type-iframe .fancybox-inner {
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.gallery_home_3{
	margin-bottom:60px;
}
.gallery_home_3.margin_top_60{
	margin-top:60px;
}
.gallery_home_3:last-child{
	margin-bottom:0;
}
.gallery_home_3 .gallery-item a.open-image:after {
	content: '\e12b';
}
.gallery_home_3 .gallery-item a.open-iframe:after {
	content: '\e100';
}
.gallery_home_3 .gallery-item a.open-page:after {
	/*content: '\e075';*/
	display: none;
}
/*.gallery_home_3 .gallery-item img {
    width: 100%;
}*/
.gallery-item__container,
.gallery-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_home_3 .gallery-item a img {
	width: auto;
	height: 100%;
}

/*--------------------------------------------------------- FANCYBOX */
.fancybox-lock .fancybox-overlay {
	overflow: hidden;
	min-height: 320px;
}
.fancybox-overlay {
	background: rgba(0,0,0,0.3);
	transition: background-color 0.5s ease;

}
.fancybox-gallery .fancybox-overlay {
	background: rgba(0,0,0,0.9);
}
.fancybox-skin {
	background: #000;
}
.fancybox-inner, .fancybox-skin, .fancybox-outer {
	position: relative;
}
.fancybox-type-iframe .fancybox-inner {
	overflow: hidden !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fancybox-gallery .fancybox-type-image .fancybox-inner,
.fancybox-gallery .fancybox-wrap,
.fancybox-gallery .fancybox-skin,
.fancybox-gallery .fancybox-outer {
		width: 100% !important;
		height: 100% !important;
}
.fancybox-image {
	opacity: 0.99;
}
.fancybox-image {
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.fancybox-image {
		transform: scale(1.02);
		transition: all 0.3s ease;
		opacity: 0;
}
.fancybox-type-image.fancybox-opened .fancybox-image {
	transform: scale(1);
	opacity: 1;
}
.fancybox-title {
	font: inherit;
	position: relative;
	text-shadow: none;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 2%;
	right: 0;
	margin-bottom: 0;
	width: 100%;
}
.fancybox-title-float-wrap .child {
	margin-right: 0;
	background: none;
	text-shadow: none;
	font-weight: normal;
	line-height: 1.2em;
	white-space: initial;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0;
}
.fancybox-prev, .fancybox-next {
	overflow: hidden;
}
.fancybox-nav {
	z-index: 100;
	display: block;
	overflow: hidden;
	visibility: visible;
	width: 5vw;
	height: 6vw;
	position: absolute;
	top: 50%;
	margin-top: -3vw;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	background: none;
}
.fancybox-nav span {
	display: none;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}

.fancybox-close {
	position: fixed;
	display: block;
	overflow: hidden;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 5vw;
	height: 5vw !important;
	transition: all 0.5s ease;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background: none;
}
.fancybox-close::before {
	display: none;
}
.fancybox-close svg,
.fancybox-nav svg {
	width: 100%;
	height: 100%;
}
.fancybox-close .fill,
.fancybox-nav .fill {
	transition: all 0.5s ease;
	fill: #fff;
	stroke: rgba(0,0,0,0.05);
	stroke-width: 50px;
}
.fancybox-close .shadow,
.fancybox-nav .shadow {
	transition: all 0.5s ease;
	fill: none;
	stroke: rgba(0,0,0,0.05);
	stroke-width: 100px;
}
.fancybox-close:hover .fill,
.fancybox-nav:hover .fill {
	fill:#556;
	stroke-width: 75px;
}
.fancybox-close:active .fill,
.fancybox-nav:active .fill {
	stroke-width: 100px;
}
.fancybox-close:hover .shadow,
.fancybox-nav:hover .shadow {
	stroke-width: 150px;
}
.fancybox-close:active .shadow,
.fancybox-nav:active .shadow {
	stroke-width: 200px;
}




body.itemid-217 #content{
	display:none;
}

.moduletable.principles {
	margin-top: 0;
}
.moduletable.principles .pretext {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	white-space: normal;
}
.moduletable.principles .item_content {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	white-space: normal;
	padding-bottom: 70px;
	min-height: 440px;
	box-sizing: border-box;
}
.moduletable.principles .item_content .item_introtext > i {
	float: left;
	font-size: 56px;
	width: 64px;
}
.moduletable.principles .item_content .item_introtext > i ~ p {
	font-size: 14px;
	line-height: 23px;
}
.moduletable.principles .item_content .item_introtext h4 {
	font-size: 26px;
	line-height: 43px;
}
.moduletable.principles .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 95px;
}
.moduletable.principles .item .row-fluid {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
.moduletable.principles .item .span6 {
	float: none;
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	min-height: 0;
}
.moduletable.principles .item:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e9eb;
	z-index:1;
}
.moduletable.principles .item.even .imgs_container {
	margin-right: 0;
	margin-left: 12.28070175438596%;
}
.moduletable.principles .item.even .imgs_container .img-fulltext {
	right: auto;
	left: 200%;
}
.moduletable.principles .item.even .imgs_container .img-intro {
	right: auto;
	left: 200%;
	-webkit-box-shadow: -15px 60px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -15px 60px 30px rgba(0, 0, 0, 0.55);
	box-shadow: -15px 60px 30px rgba(0, 0, 0, 0.55);
}
.moduletable.principles .item .imgs_container {
	position: relative;
	height: 100%;
	margin-right: 12.28070175438596%;
}
.moduletable.principles .item .imgs_container .img-fulltext {
	position: absolute;
	right: 200%;
	bottom: 0;
	margin: 0;
	z-index: 1;
	-webkit-transition: left 1s ease 1s ,	right 1s ease 1s;
	-moz-transition: left 1s ease 1s ,	right 1s ease 1s;
	-o-transition: left 1s ease 1s ,	right 1s ease 1s;
	transition: left 1s ease 1s ,	right 1s ease 1s;
}
.moduletable.principles .item .imgs_container .img-fulltext img {
    max-height: 440px;
}
.moduletable.principles .item .imgs_container .img-intro {
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 200%;
	z-index: 2;
	-webkit-box-shadow: 15px 60px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 15px 60px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 15px 60px 30px rgba(0, 0, 0, 0.55);
	-webkit-transition: left 1s ease 2s ,	right 1s ease 2s;
	-moz-transition: left 1s ease 2s ,	right 1s ease 2s;
	-o-transition: left 1s ease 2s ,	right 1s ease 2s;
	transition: left 1s ease 2s ,	right 1s ease 2s;
}
.moduletable.principles .item .imgs_container .img-intro img {
    max-height: 340px;
}
.moduletable.principles .item .imgs_container img {
	max-width: inherit;
}
.moduletable.principles .item.visible-first .imgs_container .img-fulltext {
	right: 0;
}
.moduletable.principles .item.visible-first .imgs_container .img-intro {
	right: 70%;
}
.moduletable.principles .item.visible-first.even .imgs_container .img-fulltext {
	right: auto;
	left: 0;
}
.moduletable.principles .item.visible-first.even .imgs_container .img-intro {
	right: auto;
	left: 70%;
}
.moduletable.principles .item.lastItem {
	margin-bottom: 0;
}
#mainbottom-4 .moduletable.principles {
	border-top: 1px solid #e5e9eb;
	padding-top: 110px;
}
#mainbottom-4 .moduletable.principles .item_content {
	padding-bottom: 85px;
}


h2.moduleTitle.heading-style-2{
	margin:60px 0 30px 0;
}

form mark label.error {
	padding: 5px 10px;
}

.mod_tm_ajax_contact_form .control-group-input-surname {
	display: none;
}
.btn-primary {
	background:#2BB673;
}

/*======================= MODAL WINDOW =======================*/
div.modal.fade.order-modal {
	position: fixed;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
	overflow: auto;
}
div.modal.fade.order-modal:before {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}
div.modal.fade.order-modal div.modal_wrapper {
	max-width: 640px;
	min-width: 320px;
	background: #ffffff;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	position: relative;
}
div.modal.fade.order-modal.in {
	opacity: 1;
}
div.modal.fade.order-modal .modal-body {
	overflow: visible;
}
div.modal.fade.order-modal .control-group {
	margin-bottom: 0;
}
div.modal.fade {
	top: -200%;
}
.modalClose {
	margin: 14px;
}
.login-greeting {
	margin: 0 0 9px 0;
}
.input-modal {
	width: 146px;
}
div.modal.fade {
	z-index: 0;
}
div.modal.fade.in {
	z-index: 8002;
}
.modal-hide {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}
.modal-header {
	padding: 0;
	border: none;
}
.modal-body {
    max-height: inherit;
    padding: 0;
}
.modal .moduletable {
	padding: 9px 15px 0;
}
.modal .moduletable:last-child {
	padding-bottom: 9px;
}
.modal .moduletable + .moduletable {
	padding-top: 0;
}
.tooltip{
	z-index:8003;
}
.site_map a{
	color: inherit;
}
#content-bottom .moduletable.site_map header{
	text-align:left;
}
#content-bottom .moduletable.site_map header>h4{
	margin-top:20px;
	margin-bottom:5px;
}
#content-bottom .moduletable.site_map .level0>.heading>header>h4{
	margin-top:0px;
	margin-bottom:20px;
}
.moduletable.site_map .nav.menu li.heading {
	padding-left:0;
}
.moduletable.site_map .nav.menu li.heading::before {
	display:none;
}

#copyright {
	padding-bottom: 90px;
}

#copyright a {
	color: #888;
	text-decoration: underline;
}
#copyright a:hover {
	color: #2BB673;
	text-decoration: none;
}

#copyright .copyright,
.privacy_link,
.terms_link {
	display: inline-block;
	padding: 0.5em;
	margin: 0 10px;
}

@media (max-width: 1900px) {
	.mod-custom.super_block.h100 .super_image{
		height:80%;
		top: 10%;
	}
}

@media (max-width: 1830px) {
	.moduletable.principles .item .imgs_container .img-intro {
		display: none;
	}
	.moduletable.principles .item .imgs_container {
		margin-right: 0;
	}
	.moduletable.principles .item.even .imgs_container {
		margin-left: 0;
	}
	.moduletable.principles .item .imgs_container .img-fulltext {
		max-width: 100%;
		top: 0;
		bottom: auto;
	}
	.moduletable.principles .item .span6 {
		vertical-align: top;
	}
}

@media (max-width: 1650px) {
	.fancybox-prev,
	.fancybox-next {
		width: 8vw;
		height: 10vw;
		margin-top: -5vw;
	}
	.fancybox-close {
		width: 8vw;
		height: 8vw !important;
	}
}




@media (max-width: 1400px) {
	.mod-custom.super_block .super_image{
		height:100%;
		top: 0;
	}
}




@media (max-width: 1200px) {
	.body__home_3 #super + #top {
		padding-top: 60px;
	}
	.body__home_3 #logo {
		margin-top:0;
	}
	.body__home_3 #logo img {
		width:130px;
		height:auto;
	}
	.moduletable.mainmenu {
		margin-top:4px;
	}
	.mod-custom.super_block .super_text h1,
	.mod-custom.super_block .super_text h2,
	.mod-custom.super_block .super_text h3{
		font-size:45px;
		line-height:120%;
	}
	.mod-custom.super_block .super_text p{
		font-size:20px;
		line-height:150%;
	}
	.gallery_home_3 .gallery-item {
		width: 33.333%;
		float: left;
	}
	.fancybox-prev,
	.fancybox-next {
		width: 10vw;
		height: 12vw;
		margin-top: -6vw;
	}
	.fancybox-close {
		width: 10vw;
		height: 10vw !important;
	}
}




@media (max-width: 979px) {
	.body__home_3 #logo img {
		width:100px;
		height:auto;
	}
	.body__home_3.scrolled #logo img {
		width:100px;
		height:auto;
	}
	.moduletable.mainmenu {
		margin-top:0;
	}
	.mod-custom.super_block .super_text h1,
	.mod-custom.super_block .super_text h2,
	.mod-custom.super_block .super_text h3{
		font-size:35px;
		line-height:120%;
	}
	.mod-custom.super_block .super_text p{
		font-size:18px;
		line-height:150%;
	}
	.gallery_home_3 .gallery-item {
		width: 33.333%;
		float: left;
	}
}



@media (max-width: 859px) {
	#content {
		padding-bottom: 20px;
	}
	.mod-custom.super_block .super_text h1,
	.mod-custom.super_block .super_text h2,
	.mod-custom.super_block .super_text h3{
		font-size:30px;
		line-height:120%;
	}
	.mod-custom.super_block .super_text p{
		font-size:15px;
		line-height:150%;
	}
	.gallery_home_3 .gallery-item {
		width: 50%;
		float: left;
	}
	.moduletable.principles h2.moduleTitle.heading-style-2{
		margin-top:20px;
	}

}



@media (max-width: 767px) {
	body {
		padding-top: 0 !important;
	}
	.body__home_3 #logo {
		padding:0;
	}
	.body__home_3 #logo img {
		width:200px;
		height:auto;
	}
	.body__home_3.scrolled #logo img {
		width:200px;
		height:auto;
	}
	.body__home_3.scrolled #super + #top {
		background:none;
		box-shadow:none;
		padding-top:60px;
	}
	.body__home_3 #top .row-fluid {
		margin-left:0;
	}
	#header{
		margin-top:0;
	}
	.mod-custom.super_block {
		height: auto !important;
	}
	.mod-custom.super_block .super_image{
		width:100% !important;
		height:320px !important;
		position: static;
	}
	.mod-custom.super_block.image_60_40 .super_image{
		width:100% !important;
		height:auto !important;
		max-height:320px !important;
		position: static;
	}
	.mod-custom.super_block.image_bottom .super_image{
		display:table-cell;
		vertical-align:bottom;
	}
	.mod-custom.super_block .super_image img,
	.mod-custom.super_block.image_bottom .super_image img,
	.mod-custom.super_block.image_60_40 .super_image img{
		position: static;
		left: auto;
		top: auto;
		transform: none;
	}
	.mod-custom.super_block.image_bottom .super_image img{
		display:inline-block;
	}
	.mod-custom.super_block.image_60_40 .super_image,
	.mod-custom.super_block.image_left .super_image,
	.mod-custom.super_block.image_right .super_image{
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
	.mod-custom.super_block .super_text{
		position: static;
		width:100%;
		height:auto;
		text-align:center;
	}
	.mod-custom.super_block.image_60_40.image_left .super_text,
	.mod-custom.super_block.image_60_40.image_right .super_text,
	.mod-custom.super_block.image_left .super_text,
	.mod-custom.super_block.image_right .super_text{
		width:100%;
		left: auto;
		bottom: auto;
		text-align:center;
	}
	#super .mod-custom.super_block {
		padding-top:120px !important;
	}
	#super .mod-custom.super_block.margin_note {
		padding-top:20px !important;
	}
	#super .mod-custom.super_block.margin_note .super_image{
		transform: translateY(100px);
	}
	.mod-custom.super_block .super_text{
		transform: translateY(-10px);
		margin-bottom:60px;
	}
	.mod-custom.super_block.image_bottom .super_text{
		margin-bottom:0;
	}
	.mod-custom.super_block .super_text,
	.mod-custom.super_block.image_60_40 .super_text{
		transform: none;
		padding-top:40px;
	}
	.mod-custom.super_block .super_text.no_transform{
		transform: none;
		padding:40px 0;
	}
	.mod-custom.super_block.margin_note.image_left .super_text{
		width:100%;
		left: auto;
		bottom: auto;
		text-align:center;
	}
	.mod-custom.super_block.margin_note.image_right .super_text{
		width:100%;
		right: auto;
		bottom: auto;
		text-align:center;
	}
	.mod-custom.super_block.margin_note.image_left .super_text h1,
	.mod-custom.super_block.margin_note.image_left .super_text h2,
	.mod-custom.super_block.margin_note.image_left .super_text h3,
	.mod-custom.super_block.margin_note.image_left .super_text p {
		padding-left:0;
		padding-top:0;
	}
	.mod-custom.super_block.margin_note.image_left .super_text a {
		margin-left:0;
	}
	.mod-custom.super_block.margin_note.image_left .super_text h1,
	.mod-custom.super_block.margin_note.image_left .super_text h2,
	.mod-custom.super_block.margin_note.image_left .super_text h3{
		background:url('/images/margin-note-top.png') 40% 0px no-repeat;
		background-size:80px 110px;
		padding-top:110px;
	}
	.mod-custom.super_block .super_text h1,
	.mod-custom.super_block .super_text h2,
	.mod-custom.super_block .super_text h3{
		font-size:30px;
	}
	.mod-custom.super_block .super_text p{
		padding-left:20px;
		padding-right:20px;
		font-size:15px;
	}
	.gallery_home_3 .gallery-item {
		width: 50%;
		float: left;
	}
	.moduletable.principles .item .imgs_container {
		display: none;
	}
	.moduletable.principles h2.moduleTitle.heading-style-2 {
		margin-left: 20px;
		text-align:left;
	}
	.moduletable.principles .item_content {
		min-height: auto;
	}
	.moduletable.principles .pretext p{
		padding-left:20px;
		padding-right:20px;
	}
	.moduletable.principles .item .span6 {
		float: left;
		display: block;
	}

	#copyright .copyright {
		padding-bottom: 20px;
	}
	.fancybox-prev,
	.fancybox-next {
		width: 12vw;
		height: 14vw;
		margin-top: -7vw;
	}
	.fancybox-close {
		width: 12vw;
		height: 12vw !important;
	}
	.portfolio .row-fluid.cols-4 [class*="span"] {
		width: 50%;
	}
	.portfolio .gallery-item {
		height:30vw;
	}
	.portfolio .gallery-item figure::before {
		box-shadow: inset 0 0 10vw 0 rgba(0,0,0,0.5);
	}
	.portfolio .gallery-item figure::before {
		box-shadow: inset 0 0 20vw 0 rgba(0,0,0,0.5);
		background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%);
	}
	.portfolio .gallery-item figure:hover:before,
	.portfolio .gallery-item figure:active:before {
		background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 90%);
	}

	.portfolio .gallery-item figcaption {
		opacity: 1;
	}
	figcaption {
		font-size: 100%;
	}
	.fancybox-nav {
		font-size: 600%;
	}
	.fancybox-close {
		font-size: 250%;
	}
}




@media (max-width: 639px) {
	.gallery_home_3 .gallery-item {
		width: 50%;
		float: left;
	}
}




@media (max-width: 540px) {
	.gallery_home_3 .gallery-item {
		width: 100%;
		float: none;
	}
}




@media (max-width: 479px) {
	.portfolio .row-fluid.cols-4 [class*="span"] {
		width: 100%;
	}
	.portfolio .gallery-item {
		height:60vw;
	}
	.portfolio .gallery-item figcaption {
		width: 90%;
		left: 5%;
		bottom: 8%;
	}
	figcaption {
		font-size: 150%;
	}
	.fancybox-prev,
	.fancybox-next {
		width: 14vw;
		height: 16vw;
		margin-top: -8vw;
	}
	.fancybox-close {
		width: 14vw;
		height: 14vw !important;
	}
}




@media (max-width: 419px) {
}
