@media only screen and (max-width: 768px) {
	#w_fmh_buttons_div {
		bottom: 70px;
		left: 10px;
	}

	#scroll_arrow_a {
		bottom: 50px;
	}
	
	.home_slider_blocks_inside {
		height: 100px;
	}
	
	.home_slider_blocks_inside img {
		height: 77px;
		width: 90px;
	}
}

@media only screen and (min-width: 768px) {
	#w_fmh_buttons_div {
		bottom: 20px;
		left: 30px;
	}

	#scroll_arrow_a {
		bottom: 0;
	}
	
	.home_slider_blocks_inside {
		height: 100px;
	}
	
	.home_slider_blocks_inside img {
		height: 77px;
		width: 90px;
	}
}

@media only screen and (min-width: 1024px) {
	#w_fmh_buttons_div {
		bottom: 20px;
		left: 30px;
	}

	#scroll_arrow_a {
		bottom: 0;
	}
	
	.home_slider_blocks_inside {
		height: 100px;
	}
	
	.home_slider_blocks_inside img {
		height: 77px;
		width: 90px;
	}
}

@media only screen and (min-width: 1250px) {
	#w_fmh_buttons_div {
		bottom: 20px;
		left: 30px;
	}

	#scroll_arrow_a {
		bottom: 0;
	}
	
	.home_slider_blocks_inside {
		height: 75px;
	}
	
	.home_slider_blocks_inside img {
		height: 55px;
		width: auto;
	}
}

@media only screen and (min-width: 1400px) {
	#w_fmh_buttons_div {
		bottom: 20px;
		left: 30px;
	}

	#scroll_arrow_a {
		bottom: 0;
	}
	
	.home_slider_blocks_inside {
		height: 100px;
	}
	
	.home_slider_blocks_inside img {
		height: 77px;
		width: 90px;
	}
}

/* # */
	#w_fmh_big_images_div {
		position: relative;
		z-index: 5;
	}

	#w_fmh_buttons_div {
		position: absolute;
		z-index: 10;
	}
	
	#w_fmh_buttons_table {
		width: 1px;
	}

	#w_fmh_div {
		background: rgba(0, 0, 0, .9) url(/images/preloader.gif) center no-repeat;
		height: 2000px;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}

	#slider_bottom_div table {
		width: 1px;
		margin: 0px auto;

	}
	
	#slider_bottom_div table td {
		width: 1px;
		vertical-align: middle;
		font-size: 20px;
	}
	
	#slider_bottom_div table td a {
		padding: 16px 15px;
		display: block;
	}
	
	#news_for_slider {
		background-color: rgba(255, 255, 255, 0.7);
		position: absolute;
		top: 95px;
		height: 100%;
		right: 0;
		width: 300px;
		z-index: 0;
	}
	
	#news_title_for_slider {
		display: block;
		color: #ac0300;
		font-size: 20px;
		text-decoration: none;
		font-family: Bpg Nino Mtavruli Normal, Arial;
		position: absolute;
		top: 0;
		background: rgba(255,255,255,0.8);
		width: 100%;
		padding: 18px 20px 14px;
		font-weight: bold;
	}
	
	#scroll_arrow_a {
		display: block;
		height: 60px;
		left: 50%;
		margin-left: -28px;
		position: absolute;
		width: 57px;
		z-index: 10;
	}
	
	#start_div {
		position: absolute;
		bottom: 43px;		
	}
	
	a#reasons_block_div {
		background-color: rgba(30, 50, 90, 0.6);
		display: block;
		height: 155px;
		position: relative;
		padding: 10px;
		text-decoration: none;
	}
	
	a#reasons_block_div:hover {
		background: rgba(0,60,111,0.8);
	}
	
	#reasons_block_bg:lang(georgian) {
		background-position: -192px -346px;
		height: 104px;
		width: 175px;
	}
	
	#reasons_block_bg:lang(english) {
		background-position: -399px -346px;
		height: 104px;
		width: 218px;
	}
	
	#reasons_block_bg:lang(russian) {
		background-position: -674px -346px;
		height: 104px;
		width: 2015px;
	}
	
	#reasons_block_title h3 {
		color: #fff;
		margin: 0px;
		height: 41px;
		padding: 0px 0 1px 5px;
	}
	
	a#responsive_reasons_block_title {
		background: #2B3E69;
		padding: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		text-decoration: none;
		width: 100%;
	}
	
	a#responsive_reasons_block_title table td {
		vertical-align: middle;
	}
	
	#responsive_reasons_block_title h3 {
		margin: 0;
		color: #fff;
		text-transform: uppercase;
	}
	
	#responsive_reasons_block_arrow {
		background-position: -314px -236px;
		height: 28px;
		width: 13px;
	}
	
	#slogan_div {
		position: absolute;
		left: 40%;
		top: 150px;
		opacity: 0;
		z-index: 10;
		transform: translateX(-50%);
	}
/* # */

/* . */
	.w_fmh_info_div {
		background-color: rgba(255, 255, 255, 0.7);
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		opacity: 0;
		position: absolute;
		left: 150px;
		max-width: 450px;
		padding: 30px;
	}
	
	.w_fmh_info_div h3 a {
		color: #0D204B;
		text-transform: uppercase;
	}
	
	.w_fmh_info_div h2 {
		color: #ac0300;
		text-transform: uppercase;
	}
	
	.w_fmh_button_div {
		border: 2px solid #fff;
		border-radius: 50%;
		cursor: pointer;
		height: 17px;
		margin: 4px;
		transition: all .2s ease-in-out;
		width: 17px;
	}
	
	.w_fmh_button_div:hover {
		background-color: rgba(255, 255, 255, .6);
	}
	
	.w_fmh_button_active_div {
		background-color: rgba(255, 255, 255, 1);
	}
	
	.w_fmh_big_image_div {
		height: 600px;
		position: absolute;
		top: 0;
	}
	
	a.news_a_for_slider {
		display: block;
		text-decoration: none;
		position: relative;
	}
	
	a.news_a_for_slider:hover {
		background: #fff;
	}

/*	a.news_a_for_slider:hover .news_title_for_slider {
		color: #fff;
	}*/
	
	.news_title_for_slider {
		color: #031845;
		margin: 0;
		padding: 15px 15px;
		border-bottom: 1px solid #8D99B1;		
	}
	
	@keyframes arrow_down {
		0% {
			opacity: 0;
			transform: translate(0px, -20px);
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
			transform: translate(0px, 20px);
		}
	}

	.scroll_arrow_div {
		animation: 2s ease-in-out 0s normal none infinite running arrow_down;
		background-position: -696px -177px;
		bottom: 30px;
		cursor: pointer;
		height: 28px;
		left: 50%;
		margin-left: -26px;
		position: absolute;
		width: 59px;
		z-index: 10;
	}

	a.offer_a {
		display: block;
		background: #B00000;
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 15px 0;
		text-decoration: none;
	}
	
	.home_slider_blocks_inside {
		width: 100%;
		padding: 12px 15px;
		transition: all .2s ease-in-out;
	}
	
	.home_slider_blocks_inside:hover {
		background: #fff;
	}
	
	.home_slider_blocks_inside table td {
		vertical-align: middle;
	}
	
	.home_slider_blocks_title {
		margin: 0;
		padding-right: 15px;
		opacity: 0.8;
		transition: all .2s ease-in-out;
	}
	
	.news_date_div {
		position: absolute;
		top: 53px;
		right: 0;
		background: #ac0300;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-size: 20px;
		line-height: 1.2;
		font-family: Bpg Nino Mtavruli Normal, Arial;		
	}
	
	.news_a_for_slider img {
		width: 100%;
	}
	
	#hover_icon {
		position: absolute;
		opacity: 0;
		transition: all .2s ease-in-out;
	}
	
	.home_slider_blocks_inside:hover #hover_icon {
		opacity: 1;
	}
	
	.home_slider_blocks_inside:hover .home_slider_blocks_title {
		opacity: 1;
	}
/* . */