h1, h2, h3, h4, h5, h6{
	font-family: Verdana, sans-serif;
}

@font-face {
	font-family: "SegoeUIRegular";
	src: url("/css/fonts/segoeui.ttf");
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: "SegoeUIRegular";
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px !important;
	margin-bottom: 15px;
}

.page-container {
	max-width: 800px;
	margin: 50px auto 0 50px;
}

.header-wrap {
	height: 130px;
	border-top: 2px solid #acd3ef;
}

.lg-img, .sm-img {
	position: relative;
}

.lg-img img {
	position: absolute;
	z-index: 3;
	/*width: 140px;
	top: -90px;
	left: 9px;*/
	width: 70px;
	top: 0px;
	left: 80px;
}

.sm-img img {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 0;
}

.lg-txt h3{
	display: inline-block;
	max-width: 85%;
	vertical-align: middle;
	margin-top: 30px;
	color: #fff;
	font-size: 28px;
	padding-right: 20px;
}

.sm-cont {
	padding-left: 110px !important;
}

.lg-txt img {
	display: inline-block;
	max-height: 50px;
	vertical-align: middle;
}

.adsadw25 {
	padding-top: 20px;
	padding-left: 170px;
}


.login-panel {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 80px;
	background: #b2c862;
}

.login-text {
	position: absolute;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	top: 0;
	right: 100px;
	color: #f9f9f9;
}

.welcome-text {
	position: absolute;

	height: 50px;
	line-height: 50px;
	font-size: 16px;
	top: 0;
	right: 190px;
	color: #f9f9f9;
}

.login-img {
	width: 45px;
	height: 45px;
	text-align: center;
	padding-top: 10px;
	padding-left: 7px;
}

.login-img:hover {
	cursor: pointer;
}

.login-form {
	position: absolute;
	width: 595px;
	left: -545px;
	background: #b1c762;
	padding: 10px;
	-webkit-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.42);
	z-index: 999;
}
.login-form.logged {
	width: 250px;
	left: -200px;
}

.language-panel {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	background: #b1c762;
}

.current_lang {
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	overflow-y: hidden;
}

.lang-box {
	width: 50px;
	line-height: 50px;
	border-top: 1px dashed #bee2e7;
}

.lang-box a{
	color: #fff;
}

.lang-box, .current_lang:hover {
	cursor: pointer;
}

.language-form {
	position: absolute;
	width: 50px;
	background: #b1c762;
	-webkit-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.42);
	text-align: center;
	color: #fff;
	z-index: 999;
}

.s-widget {
	margin-top: 80px;
}


.twitter-typeahead input, .tw-i {
	border-radius: 20px !important;
	width: 100%;
}

.tw-i {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 30px;
	height: 30px;
	z-index: 2;
	background-color: #0a91a5;
	color: #fff;
	font-size: 12px;
}

.tw-i i {
	left: -2px;
}

.search-group {
	max-width: 300px;
	width: 100%;
	float: right;
	clear: both;
}

.acbk-enter {
	position: absolute;
	width: 218px;
	height: 175px;
	background: url('/images/plashka.png');
	top: -183px;
	left: 70px;
	z-index: 5;
	vertical-align: top;
}

.acbk-enter-small {
	position: absolute;
	width: 130px;
	height: 175px;
	background: url('/images/plashka.png') no-repeat;
	background-size: contain;
	top: 20px;
	left: -100px;
	z-index: 5;
	vertical-align: top;
}

.acbk-enter-small img {
	margin-left: 15px;
	margin-top: 10px;
	width: 45px;
	vertical-align: top;
}

.acbk-enter img {
	margin-left: 30px;
	margin-top: 25px;
	vertical-align: top;
}

.acbk-enter-small div {
	display: inline-block;
	width: 50px !important;
	text-align: center;
	margin-top: 15px;
}

.acbk-enter div {
	display: inline-block;
	width: 90px !important;
	text-align: center;
	margin-top: 25px;
}

.acbk-enter-small a {
	font-size: 1.4rem;
	color: #000;
}

.acbk-enter a {
	font-size: 2rem;
	color: #000;
}

.navbar-container {
	background: #323232;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}


.t-table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul.horizontal-list {
	min-width: 696px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
ul.horizontal-list li {
	display: inline;
	margin: 0 10px;
}

ul.horizontal-list li a {
	color: #fff;
	font-size: 1.6rem;
}

ul.horizontal-list li a:hover {
	color: #b1c762;
	text-decoration: none;
}

.sub-menu-container {
	background: url("/images/bg_5.jpg");
	margin-top: 8px;
	height: auto;
}

.sub-menu {
	color: #fff;
	text-align: left;
	padding: 20px 0 0 0;
}

.sub-nav li {
	list-style: none;
	margin-bottom: 20px;
}

.sub-nav a {
	text-transform: uppercase;
	color: #fff;
	font-size: 2rem;
}
.sub-nav a:hover {
	color: #b1c762;
	text-decoration: none;
}

.flexslider-menu {

	position: relative;
}

.flexslider-menu .flex-control-nav {
	margin-left: -3%;
	background: none;
	display: none;
}

.flexslider-menu .flex-control-paging li {
	margin-top:30px;
}

.flexslider-menu .flex-prev {
	opacity: 1;
}

.flexslider-menu .flex-next {
	opacity: 1;
}

.slider-content {
	height: 300px;
	max-width: 700px;
	position: relative;
	vertical-align: top;
}

.slider-content .slide-item, .slider-content .slide-fp {
	position: relative;
}

.slider-content .img-descr-main a {
	color: #437488;
	margin-top: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
}

.slider-content .img-descr-main {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	height: 120px;
	text-align: center;
}

.slider-content .img-descr {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	text-align: center;
	color: #437488;
	padding: 5px;
}

.slider-content .img-descr a{
	color: #437488;
	line-height: 24px;
}

.slider-content .slide-fp{
	width: 29%;
	height: 290px;
	display: inline-block;
	vertical-align: top;
	background-size: cover !important;
	background-position-x: 50% !important;
}

.slider-content .slide-lp {
	width: 70%;
	text-align: left;
	height: 300px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.slider-content .slide-lp-wide {
	width: 100%;
	text-align: left;
	height: 300px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.slider-content .slide-lp .slide-item {
	display: inline-block;
	width: 47%;
	margin-left: 1%;
	margin-bottom: 1%;
	height: 140px;
	background-size: cover !important;
	background-position: center!important;
}

.slider-content .slide-lp-wide .slide-item {
	display: inline-block;
	width: 31%;
	margin-left: 1%;
	margin-bottom: 1%;
	height: 140px;
	background-size: cover !important;
	background-position: center!important;
}

.extra-menu {
	background: #06424f;
	position: relative;


}


.extra-menu img {
	padding: 3px 0;
	height: 59px;
}

.extra-menu .pull-left img {
	margin-right: 30px;
}

.extra-menu .pull-right img {
	margin-left: 30px;
}

.extra-menu a {
	font-weight: normal;
	color: #fff;
}
.extra-menu a:hover {
	text-decoration: none;
	color: #b1c762;
}

.extra-menu > .container {
}

.extra-menu > .container > div {
}

.news-gal-wrap {
	/*background: url(/images/bg_7.jpg);*/
	background: #dbdbdb;
}

.news-gal-wrap2 {
	background: url(/images/bg_323.jpg);

}

.main_news_1 {
	height: 600px;
	background: #000;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.33);
}

.main_news_1 > .news_image {
	height: 380px;
	background-size: cover !important;
	background-position-x: center !important;
	border-bottom: 1px solid #3b6568;
}

.main_news_1 > .news_desc {
	height: 170px;
	background: url(/images/bg_5.jpg);
	padding: 10px;
}

.main_news_1 > .news_desc h3 {
	margin: 0;
	color: #fff;
}

.main_news_1 > .news_desc div {
	padding-top: 20px;
	color: #fff;
}

.main_news_1  a, .main_news_2  a {
	text-decoration: none;
	color: #fff;
}

.main_news_1 > a > .read_more, .main_news_2  a  .read_more, .jj-list  .read_more {
	background: #0a91a5;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
	position: relative;
}


.main_news_1 > a > .read_more > .arrow, .main_news_2  a  .read_more  .arrow, .jj-list   .read_more  .arrow {
	position: absolute;
	left: 43%;
	top: -18px;
	width: 36px;
	height: 20px;
	background: url(/images/arrow1.png);
}



.main_news_2 {
	height: 190px;
	background: url(/images/bg_5.jpg);
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.33);
}

.main_news_2 > .news_image {
	background-size: cover !important;
	background-position-x: center !important;
	border-bottom: 1px solid #3b6568;
}

.main_news_2 > .news_image  > .side_descr{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 10px;
	background: #0a91a5;
}

.main_news_2 h3 {
	padding-top: 0;
	margin-top: 0;
}

.main_news_2 > div {
	display: inline-block;
	width: 50%;
	height: 190px;
}


.main_news_2  .news_desc {
	height: 140px;
	padding: 10px;
}


.main_news_2  .news_desc div{
	color: #fff;
}

.main_news_2:nth-child(2), .main_news_2:nth-child(3) {
	margin-top: 15px;
}

.container > .header {
	background: #0b91a5;
	padding: 10px;
}

.container > .header > h3 {
	margin: 0;
	color: #fff;
}

.container > .row.panel {
	background: #fff;
}

.ft-1 {
	background: #323232;
	height: 100px;
	padding-top: 10px;
	line-height: 80px;
}

.ft-1 > .container {
	padding-left: 120px;
}

.ft-1 > .container a {
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
	margin-left: 30px;
}

.ft-1 > .container .social a {
	color: #fff;
	font-size: 1.7rem;
	text-decoration: none;
	margin-left: 5px;
}

.ft-2 {
	background: #323232;
	height: 100px;
}
.img_footer {
	left: 153px!important;
	top: -45px!important;
	width: 100px;
}
.ft-2 > .container {
	position: relative;
	height: 100px;
	padding-left: 120px;
	padding-top: 40px;
}

.ft-2 > .container a {
	color: #fff;
	text-decoration: none;
	margin-left: 16px;
}

.ft-2 .container img {
	position: absolute;
	left: 10px;
	top: -70px;
}

.toolbar-links {
	margin-bottom:20px;
}

.toolbar-links a {
	display: block;
	color: #417183;
	font-weight: bold;
	padding: 10px 0;
}

ul.slides {
	color: #fff;
}
ul.slides a {
	color: #3bbef4;
}

.social-t img{
	max-width: 32px;
	margin-top: 5px;
}

/*.plashka {
	position: absolute;
	width: 100%;
	height: 23px;
	background: url(/images/pp.png);
	top: 0;
}*/

.plashka2 {
	position: absolute;
	width: 100%;
	height: 23px;
	background: url(/images/pp2.png);
	top: 0;
}

.custom-btn-2 {
	background: #0a91a5;
	padding: 10px;
	color: #fff;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 6px;
	position: relative;
	-webkit-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
}
.custom-btn {
	background: #0a91a5;
	padding: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 45px;
	position: relative;
	-webkit-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
}

.custom-btn > .arr {
	position: absolute;
	top: -20px;
	left: 44%;
	width: 38px;
	height: 20px;
	background: url(/images/arrow1.png);

}

.custom-btn:hover {
	color: #fff;
}

.custom-btn:visited {
	color: #fff;
}

.enter-wrap {
	min-height: 585px;
	background: url(/images/bg_10.jpg);
	background-size: cover;
}

.enter-wrap p{
	font-size: 2rem;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.t_pwe {
	background: url(/images/bg_12.png);
	color: #fff;
	font-size: 2rem;
	width: 50%;
	background-repeat: repeat-y;
	background-position-x: 80%;
	height: 150px;
	position: absolute;
	bottom: 50px;
	padding-top: 10px;
}

.t_pwe2 {
	width: 50%;
	height: 150px;
	position: absolute;
	bottom: 50px;
	padding-top: 10px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.enter-form {
	height: 240px;
	background: rgba(0,0,0,.5);
	padding: 10px;
	color: #fff;
	max-width: 400px;
	margin: 0 auto;
}

.tpw_i {
	font-size: 2rem;
	color: #000;
}

#sticky {

}

#sticky.stick {
	margin-top: 0 !important;
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}

.tour-list {
	text-align: center;
	position: relative;
}

.tour-list .tour {
	display: inline-block;
	width: 21%;
	margin-left: 20px;
	vertical-align: top;
	height: 400px;
	background: #0a91a5;
	position: relative;
}

.tour-list .tour a {
	color: #fff;
	text-transform: uppercase;
}

.tour-list .tour .turhe h4 {

	color: #fff;
	padding: 10px 10px 0 10px;
	text-align: center;


}

.wjj2.full {
	font-size: 1.3rem;
	text-align: center;
}

.tour-list .tour.small h5 {

	color: #fff;
	padding: 10px 10px 0 10px;
	text-align: center;


}

.tour-list .tour .tasdimg {
	position: absolute;
	top: 80px;
	height: 300px;
	width: 100%;
	background-size: cover !important;
}

.wrap-donate {
	background: url(/images/bg_12.jpg);
	background-position-y: center;
	min-height: 500px;
	color: #fff;
}

.wrap-donate .container {
	max-width: 600px;

}

.wrap-donate h1 {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
}

.wrap-donate button {
	color: #fff;
	background: #0e7686;
	text-transform: uppercase;
	border: 0;
	padding: 6px;
	width: 100%;
	-webkit-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
}

.flexslider-ve ul li > a > div {
	height: 400px;
	position: relative;

}

.flexslider-ve ul li > a > div .text {

	position: absolute;
	bottom: 0;
	min-height: 150px;
	width: 100%;
	color: #fff;
	padding: 10px;
	background: url(/images/bg_5.jpg);

}

.wrap-vest {
	/*background: url(/images/bg_7.jpg);*/
	background: #dbdbdb;
}

.wrap-vest .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 2;
	background: rgba(0,0,0,.6);
	height: 40px;
	padding-top: 16px;
}

.wrap-vest .flex-direction-nav {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.wrap-vest .flex-prev,  .wrap-vest .flex-next{
	opacity: 1;
	z-index: 99;
	top: -250px;
}

.wrap-vest .flex-direction-nav a:before {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	color: #fff;
}


.slid .flex-control-nav {
	display: none;
}

.slid.flex-direction-nav {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.slid .flex-prev,  .slid .flex-next{
	opacity: 1;
	z-index: 99;
}

.slid .flex-direction-nav a:before {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	color: #0b91a5;
}

.sdak2 {
	color: #fff;
	background: #107686;
	border: 0;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 15px;
	min-width: 200px;
	text-align: center;
}

.sdak2:hover {
	color: #fff;
	text-decoration: none;
}

.asd1k {
	position: absolute;
	z-index: 5;
	width: 300px;
	background: #fff;
	top: -260px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #0a91a5;
	padding-top: 10px;
	padding-left: 10px;
}

.asd1k a {
	display: block;
	padding: 5px;
}

.klasjw {
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

.knajwo {
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.5rem;
}

.njluh2 a{
	font-size: 16px;
	color: #000;
}

.has-shadow {
	-webkit-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
}

.jj-list {
	width: auto;
	max-width: 1400px;
	position: relative;
}

.jj-list h1 {
	color: #000;
	text-shadow: none;
	margin-bottom: 30px;
}

.jj-list .j-cont {
	width: 300px;
	height: 330px;
	background-image: url(/images/psw30.jpg);
	margin-right: 10px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}

.jj-list .j-cont-cont {
	position: absolute;
	bottom: 50px;
	width: 300px;


	padding: 10px;
	background: #fff;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 18px;
}

.jj-list .j-read {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.jj-list .j-read a, .jj-list .j-read a:hover {
	color: #fff;
	text-decoration: none;
}

.font-14 {
	font-size: 14px;
}

.font-12 {
	font-size: 12px;
}

.margin10 {
	padding-left: 20px;
}

.donate-anim {
	height: 350px;
	position: relative;
	background: #323232;
	margin-top: 20px;
}

.kwk2d {
	background: url(/images/as2df.jpg);
	background-size: contain;
	width: 374px;
	height: 350px;
}

.tr-header:hover {
	cursor: pointer;
	font-weight: bold;
}

.tt-menu .tt-suggestion {
	white-space: normal !important;
}

.tt-menu {
	max-height: 300px;
	overflow-y: scroll;
}

#form-success {
	padding: 20px;
	text-align: center;
}

@media(max-width:900px) {
	.t_pwe {
		height: 250px;
	}
	.t_pwe2 {
		height: 250px;
	}
}

.inline {
	display: inline-block;
}

.helpusb {
	width: 200px;
	height:300px;
	background:rgba(255,255,255,.6);
	margin:10px;
}

#amofroms_main_wrapper{
	background: rgba(0, 255, 255, 0);
}
.bg_1 {
	background: url(../images/asdgwq.jpg); height: 400px; width: 40%; float: left; background-size: cover; background-position-y: 70%; background-position-x: 50%; padding: 20px;
}
.text_1 {
	min-height: 400px; width: 60%; float: left;background: #323232; padding: 20px; color: #fff;
}
.for_natural {
	font-size: 3rem; color: #fff
}
.third_block {
	overflow:hidden;background:#0a91a5;padding-top:15px;padding-bottom:15px;top:-15px;
}
.w900px {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
.mob {display: none;}
.menu_envelope {
	cursor: pointer;
	padding: 1em 0;
}
.menu_envelope div {
	width: 40px;
	height: 4px;
	background: #ffffff;
	margin-bottom: 8px;
}
.menu_envelope div:last-child{
	margin-bottom: 0;
}
.zakryt {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 15px;
	color: #ffffff;
	z-index: 10;
	display: none;
}
.donate_block {
	background: #323232; max-width: inherit; height: 350px; overflow: hidden;
}
.second_block{
	border-right: 2px solid #777;
}

.way-west{
	display:block;
	border-radius:6px;
	/*padding:25px;*/
	padding: 5px;
	background:rgb(36,168,245);
	/*margin-top:20px;*/
	color:#fff!important;
	text-align:center;
	webkit-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.75);
}

/*.acbk-enter, .acbk-enter-small, .plashka_mob{*/
	/*display: none!important;*/
/*}*/

@media(max-width:1200px) {
	.lg-txt h3 {
		font-size: 20px;
	}
	.third_block {
		background:transparent;top:0;
	}
	.first_block {
		margin-bottom: 15px;
	}
	.second_block {
		margin-bottom: 20px;
	}
}
@media(max-width:992px) {
	body {
		overflow-x: hidden;
	}
	.flex_mob{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pc {display: none!important;}
	.sm-img img {
		position: static;
	}
	.acbk-enter-small {
		display: none;
	}
	.zakryt {
		display: block;
	}
	.header-wrap {
		height: auto;
		z-index: 12000;
	}
	.plashka_mob {
		text-align: center;
		background: #b2c862;
		padding: 0.5em 0;
		margin: 1em 0 0;
	}
	.plashka_mob a{
		display: block;
		font-size: 20px;
		color: #000000;
	}
	.donate_block {
		height: auto;
		padding: 0 1em;
	}
	.donate_block .col-xs-12 {
		height: auto!important;
	}
	.donate_block #registration-form {
		margin-top: 0!important;
	}
	.mt-2 {
		margin-top: 2em;
	}
	.mob-width-12 {
		width: 100%!important;
		margin-bottom: 1em;
	}
	.when_mobile_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 1em;
	}
	.when_mobile_top  .t-table {
		display: block;
		margin: 0 auto 0 0;
	}
	.login-form {
		width: auto;
		left: unset;
		right: 0;
		transform: translateX(25%);
		z-index: 10010;
	}
	#registration-form {
		margin-top: 2em;
	}
	.login-form .site-login {
		width: 300px;
	}
	#login-form .form-group {
		width: 100%;
		margin: 0.5em 0;
	}
	#login-form .form-group>div,
	#login-form .form-group>button{
		width: 100%!important;
	}

	.lg-img img {
		position: static;
		z-index: 3;
		width: 90px;
	}
	/*.mob {display: block!important;}*/
	.mob {display: block;}
	.lg-txt h3, .lg-txt a, .acbk-enter {
		display: none;
	}
	.flex-direction-nav .flex-next {
		right: 0!important;
	}
	.flex-direction-nav .flex-prev {
		left: 0!important;
	}
	.tour-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.tour-list a {
		display: inline-block;
		width: 49%;
		margin-bottom: 2%;
	}
	.tour-list img, .tour-list .tour {
		width: 100%;
		margin-left: 0;
	}
	.w900px {
		width: 80%;
	}
	.float_none {
		float: none!important;
	}
	.wrap-vest .flex-direction-nav {
		width: 95%;
	}
	ul.horizontal-list {
		min-width: 100%;
		position: absolute;
		left: 0;
		background: #06424f;
		z-index: 10;
		display: none;
	}
	ul.horizontal-list li {
		display: block;
	}
	ul.horizontal-list li a {
		font-size: 2rem;
		display: block;
		margin: 0.5em 0;
	}
	.enter-form {
		height: auto;
	}
	.t_pwe {
		height: auto;
		position: static;
		margin-top: 2em;
		width: 100%;
	}
	.t_pwe2 {
		height: auto;
		position: static;
		margin-top: 2em;
		width: 100%;
	}
	.t_pwe .cont.pull-right {
		float: none!important;
	}
	.footer {
		background: #323232;
		height: auto;
	}
	.welcome-text {
		top: 40px;
		right: 0px;
	}
	.ft-2 > .container {
		display: flex;
		padding-top: 100px;
		padding-bottom: 40px;
		height: auto;
		padding-left: 15px;
	}
	.ft-2 {
		height: auto;
	}
	.ft-2 .container img {
		position: absolute;
		left: 15px;
		top: -80px;
		width: 95px;
		height: auto;
	}
	footer .social {
		padding-right: 15px;
	}
	.mob_project h1 {
		padding: 0!important;
		float: none!important;
	}
	.mob_project span {
		float: none!important;
		display: block;
		padding: 0!important;
	}
	.mob_project {
		margin: 1em 0;
	}
	.extra-menu {
		padding: 0.4em 0;
	}
	.sub-nav li {
		margin-bottom: 15px;
	}
	.sub-nav a {
		font-size: 1.8rem;
	}
	.slider-content .slide-lp {
		width: 69%;
	}
	.row.panel {
		padding-top: 15px;
	}
	#sticky {
		position: relative;
		z-index: 10002!important;
	}
	#sticky .wrap {
		padding-bottom: 0!important;
	}
	.shop-menu {
		margin-top: 1em;
		height: auto!important;
	}
	.shop-menu ul {
		background-image: url(/images/menu-bg1.png)!important;
		background-size: 100% 20%!important;
	}
	.shop-menu ul li {
		display: block!important;
		width: 100%!important;
		margin-left: 0!important;
	}
	.c-item img:nth-child(2) {
		width: 100%!important;
	}
	.table_width table {
		width: 100% !important;
	}
	td {
		float: left!important;
		width: 100%!important;
	}
	.datepicker-days td {
		float: unset!important;
		width: unset!important;
	}
	.omasu2 {
		width: 100%!important;
		height: 120px!important;
		margin: 0!important;
		background-size: cover !important;
		background-position-x: 50% !important;
	}
	.omsi2 {
		float: none!important;
		width: 100%!important;
	}
	.omsi3 {
		float: none!important;
		width: 100%!important;
		font-size: 1.3rem!important;
		padding: 15px 40px;
	}
	.gawefsa .slides {
		height: 500px!important;
	}
	.gawefsa .slides h3 {
		font-size: 18px;
	}
	.flex-prev {
		left: 0 !important;
	}
	.flex-next {
		right: 0!important;
	}
	.bg_1 {
		height: auto; width: 100%; float: none;
	}
	.text_1 {
		width: 100%; float: none;
	}
	table {
		width: 100%!important;
	}
	table img, .table_width img {
		width: 50%!important;
		object-fit: cover;
		margin: 1em 0!important;
		height: auto!important;
	}
	.jj-list .j-cont {
		width: 48%;
		margin-right: 1%;
	}
	.mob_flex {
		display: flex;
		justify-content: space-between;
	}
	.extra-menu > .container > .pull-left {
		width: 40%;
	}
	.extra-menu > .container > .pull-right {
		width: 60%;
	}
	.extra-menu a {
		font-weight: normal;
		color: #fff;
		display: block;
		text-align: left;
	}
	.extra-menu .pull-right a {
		text-align: right;
	}
	.mob_btn_anons a {
		margin-top: 15px;
		font-size: 20px;
		display: inline-block;
		width: 50%;
	}
	.mob_btn_anons button {
		width: 100%;
	}
	.text-block img {
		width: 100% !important;
		height: auto;
	}
	.footer_width_mob {
		width: 100%;
	}
	.img_footer {
		left: 23px!important;
		top: 54px!important;
	}
	.jj-list .j-cont-cont {
		width: 100%;
	}
	.news_desc h4 {
		font-size: 17px;
	}
	.mob_btn_anons-2 a{
		width: 70%;
	}
}

@media(max-width:767px) {
	.w900px .flexslider-ve {
		width: 280px!important;
		margin: 0 auto;
	}
	div#shares .modal-dialog {
		width: 95% !important
	}
	.extra-menu img {
		padding: 3px 0;
		height: 30px;
	}
	.extra-menu img {
		margin: 0!important;
	}
	.two_a {
		float: right;
		padding-left: 0px!important;
		padding-top: 0px!important;
		position: relative;
		top: -10px;
	}
	.mainForm {
		float: none;
	}
}
@media(max-width:666px) {
	.jj-list .j-cont {
		width: 100%;
		margin-right: 0;
		height: 400px;
		background-size: cover;
	}
	.flexslider-ve {
		width: 270px;
		margin: 0 auto;
	}
	.extra-menu h4 {
		margin: 0;
		font-size: 14px;
	}
}
@media(max-width:520px) {
	.for_natural {
		font-size: 2rem;
	}
	.main_news_2 {
		width: 95%!important;
		margin: 1em 0 0!important;
	}
	table img, .table_width img {
		width: 90%!important;
		object-fit: cover;
		margin: 1em 0!important;
		height: auto!important;
	}
	.mob_flex {
		padding: 0 5px;
		flex-direction: column-reverse;
	}
	.extra-menu > .container > .pull-left {
		width: auto;
		margin: 4px 0;
	}
	.extra-menu a {
		text-wrap: pretty;
		font-size: 14px;
	}
	.container > .header > h3 {
		font-size: 18px;
	}
	.ft-2 > .container {
		 padding-top: 115px;
	 }
	.footer_width_mob {
		font-size: 11px;
	}
	.news_desc h4 {
		font-size: 14px;
		margin-top: 0;
	}
	.news_desc>p {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.main_news_2 .news_desc {
		height: 150px;
		padding: 10px;
	}
	.main_news_2 a .read_more {
		height: 40px;
		line-height: 40px;
	}
	.main_news_2 a .read_more .arrow{
		top: -14px;
	}
	.slider-content .slide-lp-wide .slide-item {
		background-position: center!important;
	}
	.kv-table-wrap tr > td:first-child {
		font-size: 1.3em!important;
	}
	.kv-table-wrap tr a {
		font-size: 1.2em;
	}
}
@media(max-width:355px) {
	.extra-menu h4 {
		font-size: 11px;
	}
	.ft-2 > .container {
		display: block;
		padding-top: 100px;
	}
	.news_desc h4 {
		font-size: 12px;
	}
	.news_desc>p {
		font-size: 11px;
	}
	.tour-list .tour.small h5 {
		font-size: 12px;
	}
	.tour-list .tour .tasdimg {
		top: 80px;
		height: 235px;
	}
	.tour-list .tour {
		height: 325px;
	}
	.w900px .flexslider-ve {
		position: relative;
		left: -24px;
	}
}