/*Сброс*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,figure { 
	margin:0;
	padding:0;
}

/*Основные стили*/

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #3b3b3b;
	font-family: Tahoma;
	overflow-x: hidden;
}

h2 {
	font-weight: normal;
}

a {
	color: #6f6f6f;
	outline: none;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	color:inherit;
}

img {
	border: none;
	vertical-align: bottom;
}

input {
	vertical-align: middle;
}

article, aside, footer, header, hgroup, nav, section {
	display: block;
}

input.error {
        box-shadow: 1px 1px 5px 3px rgba(230, 163, 163, 1);
    }

.wrapper {
	position: relative;
	margin: 0 auto;
	border-collapse: collapse;
    border-spacing: 0;
    display: block;
	max-width: 1140px;
}

.bootstrap{
	display: table;
	}

.clear{
	clear: both;
	}
	
.stars {
	margin-top: 7px;
	}	

.padding{
	padding:0;
	}	

.bl_top{
	display: table-header-group !important;
	padding:0;
}

.bl_middle{
	display: table-row-group !important;
	padding:0;
}

.bl_bottom{
	display: table-footer-group !important;
}

.bl_info{
	margin-top:15px;
	margin-bottom:20px;
	}

/*Шрифты*/

@font-face {
font-family: Exo-Bold; /* Гарнитура шрифта */
src: url(fonts/Exo2.0-Bold.otf); /* Путь к файлу со шрифтом */
}

@font-face {
font-family: Exo-Regular; /* Гарнитура шрифта */
src: url(fonts/Exo2.0-Regular.otf); /* Путь к файлу со шрифтом */
}

@font-face {
font-family: Variane-Script; /* Гарнитура шрифта */
src: url(fonts/Variane-Script.ttf); /* Путь к файлу со шрифтом */
}



/*Шапка*/

.header_wrapper_mob, .nav_menu2_url2_mob, .nav_menu2_url3_mob, .block1_tables2, .block9_blocks2, #block1_button, .header_menu_mob, .header_menu_mob2, .block9_blocks3 {
	display: none;
}


	.header_links2 {
	  padding-top: 10px;
	  margin-bottom:35px;
	  text-align: center;
	}
	
	.header_links2 a {
		font-size: 16px;
		color: #c20000;
		font-weight: bold;
		text-align:center;
	}
	

header {
	position: relative;
	z-index: 5;
	height: 204px;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	padding:0 !important;
}

header:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

header:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.logo {
	padding: 0;
}

.logo img{
	max-width:100%;
	width:163px;
	margin-top:15%;
}

.logo2{
	text-align:center;
	}

.header_menu {
	padding:0;
	padding-top: 10px;
	text-align: center;
	
}

.header_menu_text {
	margin-bottom: 10px;
}

.header_menu1, .header_menu2, .header_menu3 {
	display: block;
	width: 24%;
	float: left;
	padding-top: 69px;
}

/*.header_url1 {
	display: block;
	width: 60px;
	margin: 0 auto;
}

.header_url2 {
	display: block;
	width: 88px;
	margin: 0 auto;
}

.header_url3 {
	display: block;
	width: 84px;
	margin: 0 auto;
}

.header_url4 {
	display: block;
	width: 64px;
	margin: 0 auto;
}*/

.header_menu1:hover > .header_url1, .header_menu2:hover > .header_url2, .header_menu3:hover > .header_url3, .header_menu4:hover > .header_url4 {
	font-weight: bold;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}

.header_url1:hover {
	font-weight: bold;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}

.header_menu1:hover, .header_menu2:hover, .header_menu3:hover, .header_menu4:hover {
	text-decoration: none;
}

.header_menu_icons {
	color: #6f6f6f;
}

.header_menu_icons span {
	cursor: pointer;
}

.header_menu4 {
	display: block;
	width: 24%;
	float: left;
	padding-top: 69px;
	
}

.header_menu1 {
	background: url('../../templates/images/header_img1.png') no-repeat center top;
}

.header_menu2 {
	background: url('../../templates/images/header_img2.png') no-repeat center top;
}

.header_menu3 {
	background: url('../../templates/images/header_img3.png') no-repeat center top;
}

.header_menu4 {
	background: url('../../templates/images/header_img4.png') no-repeat center top;
}

.header_form {
	padding:0;
	padding-top: 35px;
}

.input_form_text {
	width: 90%;
	height: 29px;
	padding: 0 10px;
	border: 1px solid #afafaf;
	outline: none;
	font-size: 20px;
}

.input_form_button {
	width: 90%;
	height: 36px;
	cursor: pointer;
	border: 1px solid #bbbbbb;
	outline: none;
	-webkit-box-shadow: -1px -5px 30px -8px rgba(227,227,227,0.84);
	-moz-box-shadow: -1px -5px 30px -8px rgba(227,227,227,0.84);
	box-shadow: -1px -5px 30px -8px rgba(227,227,227,0.84);
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 82%, rgba(193,193,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(0%,rgba(240,240,240,1)), color-stop(78%,rgba(240,240,240,1)), color-stop(78%,rgba(240,240,240,1)), color-stop(82%,rgba(240,240,240,1)), color-stop(82%,rgba(240,240,240,1)), color-stop(82%,rgba(240,240,240,1)), color-stop(82%,rgba(240,240,240,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(240,240,240,1) 0%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(240,240,240,1) 0%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(193,193,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(240,240,240,1) 0%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(193,193,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(240,240,240,1) 0%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 78%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(240,240,240,1) 82%,rgba(193,193,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 18px;
}

.input_form_button:hover {
	background: none;
	background-color: #F5F5F5;
}

.header_links a:hover, .header_links span:hover {
	text-decoration: underline;
}

.nav_menu2_url1:hover {
	color: #FF0314;
	border-color: #ff0314;
}

.header_contacts {
	font-size: 12px;
	float: left;
	padding:0;
	padding-top: 30px;
}

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

.header_contacts1, .header_contacts2, .header_contacts3 {
	margin-bottom: 2px;
	margin-left: 1%;
}

.header_links a, .header_links span {
	font-size: 16px;
	color: #c20000;
	font-weight: bold;
	margin-left: 50px;
	cursor: pointer;
}

.header_links {
	margin-left: -40px;
	margin-top: 17px;
	text-align: center;
}

nav {
	height: 38px;
	position: relative;
    padding-top: 18px;
    height: 57px;
    position: absolute;
    top: 147px;
	width: 100%;
	z-index:7;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
	-moz-box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
	box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
	
}

nav:before{
	content: '';
    height: 100%;
    display: block;
    position: absolute;
    left: -2990px;
    width: 3000px;
    top: 0;
    bottom: 0;
    background: rgb(253,253,253);
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1)));
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 );

	-webkit-box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
	-moz-box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
	box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
}


nav:after{
	content: '';
    height: 100%;
    display: block;
    position: absolute;
    right: -2990px;
    width: 3000px;
    top: 0;
    bottom: 0;
    background: rgb(253,253,253);
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1)));
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 );

	-webkit-box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
	-moz-box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
	box-shadow: 0px -5px 5px -5px rgba(166,166,166,1), 0px 5px 5px -5px rgba(166,166,166,1);
}

/*nav:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: rgb(253,253,253); /* Old browsers *!/
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%); /* FF3.6+ *!/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ *!/
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ *!/
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Opera 11.10+ *!/
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* IE10+ *!/
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* W3C *!/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 *!/
	
	
	-webkit-box-shadow: -4px 1px 5px 0px rgba(166,166,166,1);
	-moz-box-shadow: -4px 1px 5px 0px rgba(166,166,166,1);
	box-shadow: -4px 1px 5px 0px rgba(166,166,166,1);

}

nav:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: rgb(253,253,253); /* Old browsers *!/
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(251,251,251,1) 12%, rgba(249,249,249,1) 27%, rgba(245,245,245,1) 41%, rgba(244,244,244,1) 63%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 75%, rgba(243,243,243,1) 83%, rgba(239,239,239,1) 92%, rgba(228,228,228,1) 100%); /* FF3.6+ *!/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(12%,rgba(251,251,251,1)), color-stop(27%,rgba(249,249,249,1)), color-stop(41%,rgba(245,245,245,1)), color-stop(63%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(75%,rgba(244,244,244,1)), color-stop(83%,rgba(243,243,243,1)), color-stop(92%,rgba(239,239,239,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ *!/
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ *!/
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* Opera 11.10+ *!/
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* IE10+ *!/
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(251,251,251,1) 12%,rgba(249,249,249,1) 27%,rgba(245,245,245,1) 41%,rgba(244,244,244,1) 63%,rgba(244,244,244,1) 75%,rgba(244,244,244,1) 75%,rgba(243,243,243,1) 83%,rgba(239,239,239,1) 92%,rgba(228,228,228,1) 100%); /* W3C *!/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 *!/
	
	-webkit-box-shadow: 3px 1px 5px 0px rgba(166,166,166,1);
	-moz-box-shadow: 3px 1px 5px 0px rgba(166,166,166,1);
	box-shadow: 3px 1px 5px 0px rgba(166,166,166,1);
}*/

.nav_menu {
	list-style: none;
	font-size: 16px;
	float: left;
	color: #6f6f6f;
	cursor: pointer;
	text-align:center;
	padding:0;
}

.nav_menu li a {
	display: block;
	padding-bottom: 3px;
}



.nav_menu li a:hover, .nav_menu li span:hover {
	font-weight: bold;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}

.items-4 li {
	float: left;
	width: 25%;
    text-align: center;
}


.menu-items-main li {
	float: left;
	width: 30%;
    text-align: center;
}

.menu-items-main li:last-child{
	width: 10%;
}



.menu-items-china li {
	float: left;
	width: 30%;
    text-align: center;
}

.menu-items-china li:last-child{
	width: 10%;
}

.menu-items-china .second{
	padding-right: 15px;
	}

.menu-items-china .third{
	padding-right: 25px;
	}




.menu-items-kz li {
	float: left;
	width: 39%;
    text-align: center;
}

.menu-items-kz li:last-child{
	width: 22%;
}



.menu-items-eu li {
	float: left;
	width: 38%;
    text-align: center;
}

.menu-items-eu li:last-child{
	width: 23%;
}


.items-3-inner li {
	float: left;
	width: 33%;
    text-align: center;
}

.items-3-inner li:nth-child(2n){
	text-align: right;
	}


.items-2-inner li {
	float: left;
	width: 50%;
    text-align: center;
}



.menu-items-tu li {
	float: left;
	width: 30%;
    text-align: center;
}

.menu-items-tu li:last-child{
	width: 10%;
}

.menu-items-tu .second{
	padding-right: 15px;
	}

.menu-items-tu .third{
	padding-right: 25px;
	}



.nav_menu2 {
	list-style: none;
}

.nav_menu2 a:hover {
	text-decoration: none;
}

.nav_menu2 li {
	float: right;
	width:43%;
}

.nav_menu2_url1 {
	border-bottom: 1px dashed #2e2e2e;
	font-size: 16px;
}

.nav_menu2_url2_wrap {
	position: relative;
	top: -10px;
}

.nav_menu2_url2 {
	display: block;
	float:right;
	width: 164px;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #bea14b;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
	padding-top: 8px;
	margin-top: 2px;
	color: #181818;
	background: rgb(255,225,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,56,1) 0%, rgba(253,219,56,1) 27%, rgba(249,209,55,1) 57%, rgba(243,192,54,1) 84%, rgba(241,187,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,225,56,1)), color-stop(27%,rgba(253,219,56,1)), color-stop(57%,rgba(249,209,55,1)), color-stop(84%,rgba(243,192,54,1)), color-stop(100%,rgba(241,187,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe138', endColorstr='#f1bb36',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 168, 168, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(214, 168, 168, 1);
	box-shadow:         0px 0px 5px 0px rgba(214, 168, 168, 1);
}

.nav_menu2_url2:hover {
	background: none;
	background-color: #fcd938;	
	color: #181818;
}

.element_wrap {
	width: 120px;
	margin: 25px auto 10px auto;
}

.nav_menu2_url7 {
	display: block;
	width: 124px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #bea14b;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
	padding-top: 5px;
	color: #181818;
	background: rgb(255,225,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,56,1) 0%, rgba(253,219,56,1) 27%, rgba(249,209,55,1) 57%, rgba(243,192,54,1) 84%, rgba(241,187,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,225,56,1)), color-stop(27%,rgba(253,219,56,1)), color-stop(57%,rgba(249,209,55,1)), color-stop(84%,rgba(243,192,54,1)), color-stop(100%,rgba(241,187,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe138', endColorstr='#f1bb36',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 168, 168, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(214, 168, 168, 1);
	box-shadow:         0px 0px 5px 0px rgba(214, 168, 168, 1);
}

.nav_menu2_url7:hover {
	background: none;
	background-color: #fcd938;	
	color: #181818;
}

	.nav_menu2_url2_mob {
		height: 46px;
		font-size: 16px;
		font-weight: bold;
		border: 1px solid #b8b8b8;
		border-radius: 5px;
		text-align: center;
		text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
		padding-top: 10px;
		color: #181818;
		background: rgb(240,240,240); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 23%, rgba(240,240,240,1) 49%, rgba(227,227,227,1) 82%, rgba(193,193,193,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(23%,rgba(240,240,240,1)), color-stop(49%,rgba(240,240,240,1)), color-stop(82%,rgba(227,227,227,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,1) 23%,rgba(240,240,240,1) 49%,rgba(227,227,227,1) 82%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,1) 23%,rgba(240,240,240,1) 49%,rgba(227,227,227,1) 82%,rgba(193,193,193,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,1) 23%,rgba(240,240,240,1) 49%,rgba(227,227,227,1) 82%,rgba(193,193,193,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(240,240,240,1) 23%,rgba(240,240,240,1) 49%,rgba(227,227,227,1) 82%,rgba(193,193,193,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
		
		-webkit-box-shadow: 0px 0px 5px 0px rgba(194, 194, 194, 1);
		-moz-box-shadow:    0px 0px 5px 0px rgba(194, 194, 194, 1);
		box-shadow:         0px 0px 5px 0px rgba(194, 194, 194, 1);
	}

	.nav_menu2_url2_mob:hover {
		background: none;
		background-color: #f1f0f0;	
		color: #181818;
	}

.block10_block2_block{
    display: block;
    float: left;
    margin-bottom: 15px;
	}

.bl_l_top {
	text-align: center;
	padding: 41px 15px;
	background: url('../../templates/images/block1_bg.png') no-repeat left -30px;
}

.bl_l_title {
	font-size: 44px;
	font-weight: bold;
	color: #9d0003;
}

.bl_l_subtitle {
	font-size: 25px;
	color: #2e2e2e;
	font-weight: normal;
	padding-top: 15px;
}

.bl_l_tables, .bl_l_tables2 {
	margin-top: 43px;
}

.tarifs {
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #ff9595;
	margin-top: 1px;
}


.block1_table{ 
	height: 286px;
	border-collapse: collapse;
	background-color: #fff;
	float: left;
	width: 100%;
	cursor: pointer;
	color: #3B3B3B;
   font-size: 19px;
   margin-bottom:25px;
   text-align:center;
}

.block1_table2 {
		height: 210px;
	border-collapse: collapse;
	background-color: #fff;
	float: left;
	width: 100%;
	cursor: pointer;
	color: #3B3B3B;
   font-size: 19px;
   margin-bottom: 20px;
}
	 

.block1_table a:hover, .block1_table2 a:hover{
	color: #fff;
	}

.block1_table2 {
	margin-right: 0;
}

.block1_table th, .block1_table2 th, .block1_table_flag {
	background-color: #f8f9fb;
}

.block1_table th, .block1_table2 th {
	font-size: 22px;
	border-bottom: 3px solid #a3a3a3;
}

.transport .block1_table th, .transport .block1_table2 th {
	font-size: 18px;
	}
	
.transport .block1_table{
	margin-bottom: 20px;
	}	

.block1_table:hover .block1_table_title, .block1_table2:hover .block1_table_title {
	border-bottom: 3px solid #c94141;
}

.block1_table:hover .block1_table_pay, .block1_table2:hover .block1_table_pay {
	background: url('../../templates/images/block1_table_coins.png') no-repeat left top;
}

.block1_table:hover .block1_table_day, .block1_table2:hover .block1_table_day {
	background: url('../../templates/images/block1_table_calend.png') no-repeat left top;
}

.block1_table td, .block1_table2 td, .block1_table tr, .block1_table2 tr {
	border: 1px solid #cdcdcd;
}

.block1_table:hover .block1_table_more, .block1_table2:hover .block1_table_more {
	text-decoration: none;
	background: rgb(176,31,31); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(176,31,31,1) 0%, rgba(169,32,32,1) 27%, rgba(156,34,34,1) 57%, rgba(128,38,38,1) 84%, rgba(120,39,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,31,31,1)), color-stop(27%,rgba(169,32,32,1)), color-stop(57%,rgba(156,34,34,1)), color-stop(84%,rgba(128,38,38,1)), color-stop(100%,rgba(120,39,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01f1f', endColorstr='#782727',GradientType=0 ); /* IE6-9 */
}

.block1_table:hover .th_tarifs, .block1_table2:hover .th_tarifs{
	color:#9c2222;
}

.block1_table_title h4, .block1_table_title{
	font-size: 22px;
	text-align:center;
	font-weight: 700;
	}


.block1_table_day {
	background: url('../../templates/images/block1_calend.png') no-repeat left top;
	padding: 5px 0 5px 40px;
}

.block1_table_pay {
	background: url('../../templates/images/block1_pay.png') no-repeat left top;
	padding: 5px 0 5px 40px;
}

.block1_table_more {
	display: block;
	width: 140px;
	height: 40px;
	background-color: #7a7f86;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #fefefe;
	padding-top: 10px;
	border-radius: 2px;
}

.block1_table_days, .block1_table_pays {
	font-size: 20px;
}

.block1_table_more:hover {
	text-decoration: none;
	background: rgb(176,31,31); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(176,31,31,1) 0%, rgba(169,32,32,1) 27%, rgba(156,34,34,1) 57%, rgba(128,38,38,1) 84%, rgba(120,39,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,31,31,1)), color-stop(27%,rgba(169,32,32,1)), color-stop(57%,rgba(156,34,34,1)), color-stop(84%,rgba(128,38,38,1)), color-stop(100%,rgba(120,39,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(176,31,31,1) 0%,rgba(169,32,32,1) 27%,rgba(156,34,34,1) 57%,rgba(128,38,38,1) 84%,rgba(120,39,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01f1f', endColorstr='#782727',GradientType=0 ); /* IE6-9 */
}

.bl_l_tables:after, .bl_l_tables2:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.block1_button {
	width: 100%;
	margin: 20px auto 20px auto;
}

.nav_menu2_url3 {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid #bea14b;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
	padding-top: 13px;
	color: #181818;
	background: rgb(255,225,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,56,1) 0%, rgba(253,219,56,1) 27%, rgba(249,209,55,1) 57%, rgba(243,192,54,1) 84%, rgba(241,187,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,225,56,1)), color-stop(27%,rgba(253,219,56,1)), color-stop(57%,rgba(249,209,55,1)), color-stop(84%,rgba(243,192,54,1)), color-stop(100%,rgba(241,187,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe138', endColorstr='#f1bb36',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 168, 168, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(214, 168, 168, 1);
	box-shadow:         0px 0px 5px 0px rgba(214, 168, 168, 1);
}

.nav_menu2_url3_mob2 {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 21px;
	font-weight: bold;
	border: 1px solid #bea14b;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
	padding-top: 10px;
	color: #181818;
	background: rgb(255,225,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,56,1) 0%, rgba(253,219,56,1) 27%, rgba(249,209,55,1) 57%, rgba(243,192,54,1) 84%, rgba(241,187,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,225,56,1)), color-stop(27%,rgba(253,219,56,1)), color-stop(57%,rgba(249,209,55,1)), color-stop(84%,rgba(243,192,54,1)), color-stop(100%,rgba(241,187,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe138', endColorstr='#f1bb36',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 168, 168, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(214, 168, 168, 1);
	box-shadow:         0px 0px 5px 0px rgba(214, 168, 168, 1);
	}


.nav_menu2_url3_mob2:hover{
		color: #181818;
		background: none;
		background-color: #fcd938;	
	} 

.nav_menu2_url3:hover {
	background: none;
	background-color: #fcd938;	
	color: #181818;
}

	.header_button2 {
		float: right;
		display: block;
		width: 55px;
		height: 51px;
		margin-top: 3%;
		background: url('../../templates/images/header_button2.png') no-repeat left top;
		
	}

.block2 {
	height: 470px;
	position: relative;
	color: #fff;
	background: url('../../templates/images/block2_bg.png') repeat-x left top;
}

.block2:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: #AF0505 url('../../templates/images/block2_bg.png') repeat-x 15px top;
}

.block2:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: #AF0505 url('../../templates/images/block2_bg.png') repeat-x 20px top;
}

.block2_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-top: 55px;
}

.block2_blocks {
	margin-top: 30px;
}

.block2_block, .block2_block2, .block2_block3, .block2_block4, .block2_block5, .block2_block6 {
	display: block;
	cursor: pointer;
	float: left;
	min-height: 158px;
	padding: 15px 10px 10px 110px;
	color: #fff;
}


.block2_block {
	background: url('../../templates/images/block2_img1.png') no-repeat 12px 15px;
}

.block2_block2 {
	background: url('../../templates/images/block2_img2.png') no-repeat 12px 15px;
}

.block2_block3 {
	background: url('../../templates/images/block2_img3.png') no-repeat 12px 15px;
}

.block2_block4 {
	background: url('../../templates/images/block2_img4.png') no-repeat 12px 15px;
}

.block2_block5 {
	background: url('../../templates/images/block2_img5.png') no-repeat 12px 15px;
}

.block2_block6 {
	background: url('../../templates/images/block2_img6.png') no-repeat 12px 15px;
}

.block2_block_title {
	font-size: 18px;
	font-weight:700;
}

.block2_block_text {
	font-size: 14px;
	margin-top: 5px;
	line-height:18px;
}

.block2_block:hover, .block2_block2:hover, .block2_block3:hover, .block2_block4:hover, .block2_block5:hover, .block2_block6:hover {
	box-shadow: 0 0 0 2px #fff inset;
	color: #fff;
}

.block3 {
	padding: 35px 0 70px 0;
}

.block3_title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	color: #3b3b3b;
}

.block3_block, .block3_block2, .block3_block3, .block3_block4 {
	text-align: center;
	padding-top: 120px;
	float: left;
	font-size: 18px;
}

.block3_block {
	background: url('../../templates/images/block3_img1.png') no-repeat center top;
	color: #3b3b3b;
}

.block3_block2 {
	background: url('../../templates/images/block3_img2.png') no-repeat center top;
	color: #3b3b3b;
}

.block3_block3 {
	background: url('../../templates/images/block3_img3.png') no-repeat center top;
	color: #3b3b3b;
}

.block3_block4 {
	background: url('../../templates/images/block3_img4.png') no-repeat center top;
	color: #3b3b3b;
}

.block3_blocks:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.block4 {
	position: relative;
	padding: 35px 0 50px 0;
    background: url('../../templates/images/block4_bg.png') repeat-x center bottom;

}

.block4:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: url('../../templates/images/block4_bg.png') repeat-x right bottom;
}

.block4:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: url('../../templates/images/block4_bg.png') repeat-x left bottom;
}
.right-side{
	padding-top: 25px;
	background:none;
	background-color:#ddd;
	margin-bottom: 15px;
	padding-bottom:10px;
	}

.right-side .block4_title{ 
	font-size: 16px;
    margin-bottom: 20px;
	}


.right-side:before{
	display:none;
	}
	

.right-side:after{
	display:none;
	}	
	
.infopage{
	margin-top: 30px;
	}	

.infopage .block10_block_title {
	text-align:left;
	}

#block4_blocks {
	/*width: 1070px!important;*/
	margin: 0 auto;
	
}

.block4_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #3b3b3b;
}

.block4_input, .block4_input2 {
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 0 10px;
	outline: none;
	font-size: 13px;
}

.block4_input2 {
	width: 75%;
	float: left;
}

.block4_input_select select, .block4_input_select2, .block4_input_select3, .contacts_header_mob select{
    background: #fff url('../../templates/images/block4_select.png') no-repeat right 10px center;
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 0 6px;
    outline: none;
    color: #929292;
    -webkit-appearance: none;
    appearance: none;
    font-size: 13px;
}

	.header_text_mob {
		padding:0;
		padding-top:3%;
		font-size: 18px;
		color: #4f4f4f;
		font-weight: bold;
	}
	

.block10_block2 .block4_input_select2  {
	width: 58px;
	height: 32px;
	float: left;
	margin-left: 13px;
}

.contacts{
	padding-left: 15px;
	padding-right: 15px;
	}

.block4_input_select2  {
	width: 19%;
	height: 30px;
	float: left;
	margin-left: 1%;
	padding:0;
}

.block4_input_select3  {
	width: 45%;
	height: 30px;
	float: right;
	padding:0;
}

.block4_textarea {
	width: 100%;
	height: 120px;
	outline: none;
	padding: 5px 0 0 10px;
	font-size: 13px;
	color: #929292;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	margin-bottom: 10px;
}

.block4_button {
	width: 150px;
	margin: 0 auto;
}

.nav_menu2_url4 {
	display: block;
	margin: auto;
	width: 50%;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #bea14b;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
	padding-top: 7px;
	color: #181818;
	background: rgb(255,225,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,56,1) 0%, rgba(253,219,56,1) 27%, rgba(249,209,55,1) 57%, rgba(243,192,54,1) 84%, rgba(241,187,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,225,56,1)), color-stop(27%,rgba(253,219,56,1)), color-stop(57%,rgba(249,209,55,1)), color-stop(84%,rgba(243,192,54,1)), color-stop(100%,rgba(241,187,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe138', endColorstr='#f1bb36',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 168, 168, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(214, 168, 168, 1);
	box-shadow:         0px 0px 5px 0px rgba(214, 168, 168, 1);
}

.nav_menu2_url4:hover {
	background: none;
	background-color: #fcd938;	
	color: #181818;
}

.block4_blocks2 {
	float: left;
}

.block4_blocks2:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.block5 {
	padding: 35px 0 50px 0;
	color: #262626;
}


.block5_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
	color: #222222;
}

.block5_title span {
	color: #9c2222;
}

.block5_block, .block5_block2, .block5_block3, .block5_block4, .block5_block5, .block5_block6 {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0 0 150px;
}

.block5_block {
	background: url('../../templates/images/block5_img1.png') no-repeat left top;
}

.block5_block2 {
	background: url('../../templates/images/block5_img2.png') no-repeat left top;
}

.block5_block3 {
	background: url('../../templates/images/block5_img3.png') no-repeat left top;
}

.block5_block4 {
	background: url('../../templates/images/block5_img4.png') no-repeat left top;
}

.block5_block5 {
	background: url('../../templates/images/block5_img5.png') no-repeat left top;
}

.block5_block6 {
	background: url('../../templates/images/block5_img6.png') no-repeat left top;
}

.block5_block2, .block5_block4, .block5_block6 {
	margin-left: 200px;
}

.block5_block_title {
	margin-bottom: 5px;
	font-size: 24px;
}

.block5_block_text {
	font-size: 15px;
}

.block5_blocks {
	padding-left: 4%;
}

.block5_arrow1 {
	position: absolute;
	left: 80px;
	top: 70px;
	width: 86px;
	height: 60px;
	background: url('../../templates/images/block5_arrow1.png') no-repeat left top;
}

.block5_arrow2 {
	position: absolute;
	left: -120px;
	top: 70px;
	width: 86px;
	height: 60px;
	background: url('../../templates/images/block5_arrow2.png') no-repeat left top;
}

.block5_arrow3 {
	position: absolute;
	left: 80px;
	top: 95px;
	width: 86px;
	height: 60px;
	background: url('../../templates/images/block5_arrow1.png') no-repeat left top;
}

.block5_arrow4 {
	position: absolute;
	left: -110px;
	top: 70px;
	width: 86px;
	height: 60px;
	background: url('../../templates/images/block5_arrow2.png') no-repeat left top;
}

.block5_arrow5 {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 86px;
	height: 60px;
	background: url('../../templates/images/block5_arrow1.png') no-repeat left top;
}

.block6 {
	padding: 40px 0 25px 0;
	position: relative;
	background: url('../../templates/images/block2_bg.png') repeat-x left top;
	margin-bottom: 15px;
}

.block6:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: url('../../templates/images/block2_bg.png') repeat-x 15px top;
}

.block6:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: url('../../templates/images/block2_bg.png') repeat-x 20px top;
}

.block6_title {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.nav_menu2_url5 {
	display: block;
	width: 262px;
	height: 60px;
	font-size: 21px;
	font-weight: bold;
	border: 1px solid #bea14b;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
	padding-top: 14px;
	color: #181818;
	background: rgb(255,225,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,56,1) 0%, rgba(253,219,56,1) 27%, rgba(249,209,55,1) 57%, rgba(243,192,54,1) 84%, rgba(241,187,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,225,56,1)), color-stop(27%,rgba(253,219,56,1)), color-stop(57%,rgba(249,209,55,1)), color-stop(84%,rgba(243,192,54,1)), color-stop(100%,rgba(241,187,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe138', endColorstr='#f1bb36',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 168, 168, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(214, 168, 168, 1);
	box-shadow:         0px 0px 5px 0px rgba(214, 168, 168, 1);
}

.nav_menu2_url5:hover {
	background: none;
	background-color: #fcd938;	
	color: #181818;
}

	
	.nav_menu2_url3_mob {
		height: 46px;
		font-size: 16px;
		font-weight: bold;
		border: 1px solid #bea14b;
		border-radius: 5px;
		text-align: center;
		text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
		padding-top: 10px;
		color: #181818;
		background: rgb(255,225,56); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,225,56,1) 0%, rgba(253,219,56,1) 27%, rgba(249,209,55,1) 57%, rgba(243,192,54,1) 84%, rgba(241,187,54,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,225,56,1)), color-stop(27%,rgba(253,219,56,1)), color-stop(57%,rgba(249,209,55,1)), color-stop(84%,rgba(243,192,54,1)), color-stop(100%,rgba(241,187,54,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,225,56,1) 0%,rgba(253,219,56,1) 27%,rgba(249,209,55,1) 57%,rgba(243,192,54,1) 84%,rgba(241,187,54,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe138', endColorstr='#f1bb36',GradientType=0 ); /* IE6-9 */
		
		-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 168, 168, 1);
		-moz-box-shadow:    0px 0px 5px 0px rgba(214, 168, 168, 1);
		box-shadow:         0px 0px 5px 0px rgba(214, 168, 168, 1);
	}
	
	.nav_menu2_url3_mob:hover {
		background: none;
		background-color: #fcd938;	
		color: #181818;
	}
		
		
	.header_wrapper_mob {
		margin-bottom: 23px;
	}
	
	.nav_menu_bar{
		padding:0;
		}
	
.header_text_mob_600 {
	font-size: 14px;
	padding: 0;
	padding-top: 1.5%;
}
	




.block6_block {
	width: 262px;
	margin: 25px auto 0 auto;
}

.block7 {
	margin-bottom: 35px;
}

.block7_blocks:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.block7_blocks {
	width: 100%;
	margin: 0 auto;
}

.block7_title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding: 50px 0;
	color: #212121;
}

.block7_block {
	float: left;
	padding:0;
}

.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 25.85%; /* 16:9 Aspect Ratio */
padding-top: 25px;
height: 0;
}
 
.hs-responsive-embed-youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}


.block7_block2 {
	float: left;
	font-size: 18px;
	color: #222222;
	position: relative;
	padding:0;
}

.block7_block3, .block7_block4, .block7_block5, .block7_block6 {	
	height: 79px;
	padding: 10px 0 0 20px;
}

.block7_block6{
	padding-top: 7px;
	}

/*
.block7_block3, .block7_block5 {	
	background: url('../../templates/images/block7_block_bg1.png') no-repeat left top;
	background-size: contain;
}

.block7_block4, .block7_block6 {	
	background: url('../../templates/images/block7_block_bg2.png') no-repeat left top;
	background-size: contain;
}
*/

.block7 table {	
	background: url('../../templates/images/block7_bg.png') no-repeat left top;
	background-size: contain;
	width: 100%;
}


.block7_block3_inner, .block7_block4_inner, .block7_block5_inner, .block7_block6_inner {
	height: 60px;
	padding: 15px 0 0 80px;
}

.block7_block3_inner {
	background: url('../../templates/images/block7_img1.png') no-repeat left top;
}

.block7_block4_inner {
	background: url('../../templates/images/block7_img2.png') no-repeat left top;
}

.block7_block5_inner {
	background: url('../../templates/images/block7_img3.png') no-repeat left top;
}

.block7_block6_inner {
	background: url('../../templates/images/block7_img4.png') no-repeat left top;
}

.block7_block3_inner strong, .block7_block4_inner strong, .block7_block5_inner strong, .block7_block6_inner strong {
	font-size: 26px;
	color: #9e2222;
}

.block7_block3_inner span, .block7_block4_inner span, .block7_block5_inner span, .block7_block6_inner span {
	position: relative;
	top: -7px;
}

.block8 {
	background-color: #dddddd;
	position: relative;
	padding: 50px 0 60px 0;
	margin-bottom:30px;
}

.block8:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background-color: #dddddd;
}

.block8:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background-color: #dddddd;
}

.block8_title {
	font-size: 32px;
	color: #212121;
	font-weight: bold;
	text-align: center;
}

.block8_blocks {
	margin-top: 50px;
}

.block8_block {
	width: 25%;
	float: left;
	text-align: center;
}

.block8_block a img{
	padding: 3px;
	}

.block8_block a img:hover{
	border: 3px solid #9d0003;
	padding:0;
	}

.block8_blocks:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.block9 {
	max-width: 1040px;
	margin: 0 auto;
	float:none;
}





.block9_title {
	font-size: 32px;
	color: #222222;
	text-align: center;
	font-weight: bold;
	margin-bottom:40px;
}

.block9_blocks {
	margin: 0 60px;
}

.block9_blocks:after {
	content: '.';
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.block9_block, .block9_block2, .block9_block3{
	padding-top: 125px;
}

.block9_block {
	background: url('../../templates/images/block9_img1.png') no-repeat center top;
}

.block9_block2 {
	background: url('../../templates/images/block9_img2.png') no-repeat center top;
}

.block9_block3 {
	background: url('../../templates/images/block9_img3.png') no-repeat center top;
}

.block9_block4 {
	background: url('../../templates/images/block9_img4.png') no-repeat center top;
}

.block9_block_title {
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.block9_block_text {
	font-size: 14px;
	margin-top: 15px;
}

.block9_block_wrapper:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.block9_rating {
	float: left;
	margin: -4px 0 0 60px;
}

.block9_rating img {
	margin-left: -5px;
}

.block9_more {
	position: relative;
	top: 10px;
	text-decoration: underline;
}

.block10 {
	padding: 40px 0;
}

.block10, .block11 {
	position: absolute;
	top: 4600px;
	left: 0;
	
	margin: 0 auto;
	
	z-index: 5;
}

.block11 {
	top: 5450px;
}

.bl_soc{
	padding: 0;
	}

.block10_block_title {
	font-size: 28px;
	color: #222222;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ff9595;
	padding-bottom:10px;
}

.block10_block_text {
	margin-top: 1px;
	border-top: 1px solid #ff9595;
	font-size: 14px;
	color: #262626;
}

.block10_block2 {
	float: left;
	text-align: center;
}

.block10_block2 img {
	margin-bottom: 15px;
}

.block10_sc {
	margin-top: 15px;
	margin-bottom:15px;
	display:block;
	width:100%;
	float:left;
}

.block1_sc_img {
	float: left;
	width: 33%;
	text-align:center;
}

.block10:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.block11_title {
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ff9595;
	padding-bottom: 5px;
}

.block11_blocks {
	margin-top: 1px;
	border-top: 1px solid #ff9595;
	padding-top: 15px;
	margin-bottom: 60px;
}


.block11_block2 {
	margin-right: 0;
}

.block11_block_title {
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 5px;
}

.block11_block_title a {
	color: #222222!important;
	text-decoration: underline;
}

.block11_block_title a:hover {
	color: #bc0404!important;
	text-decoration: underline;
}

.block11_block_text {
	color: #222222;
	font-size: 14px;
	margin-bottom: 15px;
}

.block11_block_date {
	float: left;
}

.block11_block_views {
	float: right;
	padding-left: 25px;
	background: url('../../templates/images/block11_views.png') no-repeat left top;
}

.block11_block_date, .block11_block_views {
	font-size: 12px;
}

.block11_blocks:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.block11_block_bottom:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


.block11_more{
	    float: right;
    display: block;
    margin-top:-30px;
	}


.block11_more a {
	color: #222222;
	font-size: 14px;
	text-decoration: underline;
	float: right;
}

.block11_more a:hover {
	text-decoration: none;
}



.header_menu_mob ul {
	list-style: none;
}

.header_menu_mob strong {
	font-size: 20px;
}

.header_menu_mob ul li {
	border-top: 1px solid #cdcdcd;
}

.header_menu_mob ul li a {
	display: block;
	padding: 10px 0;
}

.header_menu_mob ul li a:hover {
	background-color: #f8f9fb;
}

.header_menu_mob, .header_menu_mob2 {
	position: absolute;
	top: 100px;
	background-color: #fff;
	width: 52%;
	border: 1px solid #cdcdcd;
	text-align: center;
	z-index: 10;
}

.header_menu_mob {
	right: 25px;
}

.header_menu_mob2 ul {
	list-style: none;
	margin-top: 20px;
}

.header_menu_mob2 ul li a {
	float: none;
	margin-bottom: 15px;
}

.header_menu11, .header_menu22, .header_menu33, .header_menu44 {
	display: block;
	width: 90px;
	margin: 0 auto;
	height: 50px;
	padding: 20px 0 0 80px;
	text-align: left;
	text-decoration: underline;
}

.header_menu11 {
	background: url('../../templates/images/header_img1.png') no-repeat left top;
}

.header_menu22 {
	background: url('../../templates/images/header_img2.png') no-repeat left top;
}

.header_menu33 {
	background: url('../../templates/images/header_img3.png') no-repeat left top;
}

.header_menu44 {
	background: url('../../templates/images/header_img4.png') no-repeat left top;
}



/*Подвал*/

footer {

}

footer .footer_block1{
    padding: 0;
    padding-left: 30px;
	}

.footer_block1 {
	color: #939393;
	margin-top: 15%;
	padding-left: 30px;
	font-size: 11px;
	float: left;
	background: url('../../templates/images/copyright.png') no-repeat left 3px;
}

.footer_block2 {
	float: right;
	padding:0;
}

.footer_block, .footer_block22, .footer_block3, .footer_block4, .footer_block5 {
	float: right;
	border: 1px solid #dfdfdf;
	border-top: none;
	margin-bottom: 30px;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
}

.footer_header {
	height: 40px;
	float: right;
	width: 100%;
}

.footer_header_block, .footer_header_block2, .footer_header_block3, .footer_header_block4, .footer_header_block5 {
	width: 20%;
	height: 40px;
	font-size: 18px;
	color: #cd0c0c;
	float: left;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	border-radius: 5px;
	padding-top: 7px;
	text-align: center;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

 .footer_header_block2, .footer_header_block3, .footer_header_block4, .footer_header_block5{
	 border-left: transparent;
	 }

.footer_link1 {
	color: #cd0c0c;
}

.footer_header_block2, .footer_header_block3, .footer_header_block4, .footer_header_block5 {
	color: #404141;
	cursor: pointer;
	background-color: #f3f3f3;
	border-bottom: 1px solid #dfdfdf;
}

.footer_header_block {
	cursor: pointer;
}

.footer_header_block:hover span, .footer_header_block2:hover span, .footer_header_block3:hover span, .footer_header_block4:hover span, .footer_header_block5:hover span {
	color: #cd0c0c!important;
}

.footer_block_left {
	float: left;
	max-width: 160px;
	font-size: 12px;
	color: #404141;
	margin: 109px 0px 0 25px;
}

.footer_block_right {
	width: 77%;
	float: right;
	padding: 10px;
}

.footer_block_right_md {
	width: 70%;
	float: right;
	padding: 10px;
}

.footer_block22, .footer_block3, .footer_block4, .footer_block5 {
	display: none;
}

/*Модульные окна*/

.b-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	float: right;
	width: 13px;
	height: 9px;
	background: url('../../templates/images/modul_exit.png') no-repeat left top;
}

.b_title {
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 20px 0;
}

#element_to_pop_up, #element_to_pop_up2, #element_to_pop_up3, #element_to_pop_up4, #element_to_pop_up5, #element_to_pop_up9, #element_to_pop_up11 { 
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    position: relative;
    display: none; 
    padding: 20px 50px;
    padding-bottom: 18px;
}

.block1_button #element_to_pop_up3 {
	width: 63%;
	margin-top: 10px;
}

.block10_left_three2 {
	background-color: #f6f6f6;
	border: 5px solid #dddddd!important;
	position: relative;
	display: none; 
	padding: 20px 50px;
	padding-bottom: 18px;
}

.b_text {
	padding: 40px 20px 80px 20px;
	color: #393939;
	font-size: 14px;
}

.b_text2 {
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #000000;
	padding: 10px 0 10px 0;
}

#element_to_pop_up4 .block4_input {
	width: 244px;
	margin: 0 auto;
}

#element_to_pop_up4 .element_wrap {
	margin-top: 15px;
}

.b_content {
	font-size: 16px;
	color: #212121;
	margin-bottom: 20px;
}

.b_content1, .b_content2, .b_content3, .b_content4, .b_content5, .b_content6, .b_content7, .b_content_items {
	height: 55px;
	padding: 18px 0 0 85px;
}

.b_content1 {
	background: #e8e8e8 url('../../templates/images/b_content_img1.png') no-repeat 10px center;
}

.b_content2 {
	background: url('../../templates/images/b_content_img2.png') no-repeat 10px center;
}

.b_content3 {
	background: #e8e8e8 url('../../templates/images/b_content_img3.png') no-repeat 10px center;
}

.b_content4 {
	background: url('../../templates/images/b_content_img4.png') no-repeat 10px center;
}

.b_content5 {
	background: #e8e8e8 url('../../templates/images/b_content_img5.png') no-repeat 10px center;
}

.b_content6 {
	background: url('../../templates/images/b_content_img6.png') no-repeat 10px center;
}

.b_content7 {
	background: #e8e8e8 url('../../templates/images/b_content_img7.png') no-repeat 10px center;
}



/*Турция*/

.nav_menu_tur {
	list-style: none;
	margin-left: 25px;
	font-size: 16px;
	float: left;
}

.nav_menu_tur li a:hover {
	font-weight: bold;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}

.nav_menu_tur li {
	float: left;
	margin-right: 48px;
}

.nav_menu1_tur {
	display: block;
	width: 135px;
}

.nav_menu22_tur {
	display: block;
	width: 165px;
}

.nav_menu3_tur {
	display: block;
	width: 160px;
}

.nav_menu4_tur {
	display: block;
	width: 70px;
	margin-right: 10px;
}

#block1_table_tur {
	height: 216px;
}

#block1_table_flag_tur {
	height: 68px;
}

#block1_subtitle_tur {
	margin: 30px 0 -15px 0;
}

.block5_5 {
	background-color: #dddddd;
	position: relative;
}

.block5_5:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background-color: #dddddd;
}

.block5_5:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background-color: #dddddd;
}



.block5_5_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
    padding-top: 35px;
    padding-bottom: 40px;
	}

.block5_5_blocks {
	padding-bottom: 40px;
}

.block5_5_block, .block5_5_block2, .block5_5_block3, .block5_5_block4, .block5_5_block5, .block5_5_block6 {
 	min-height:180px;
	padding: 0 10px 0 76px;
 }

.block5_5_block {
	background: url('../../templates/images/block5_5_img1.jpg') no-repeat left top;
}

.block5_5_block2 {
	background: url('../../templates/images/block5_5_img2.jpg') no-repeat left top;
}

.block5_5_block3 {
	height: 95px;
	background: url('../../templates/images/block5_5_img3.jpg') no-repeat left top;
}

.block5_5_block4 {
	background: url('../../templates/images/block5_5_img4.jpg') no-repeat left top;
}

.block5_5_block5 {
	background: url('../../templates/images/block5_5_img5.jpg') no-repeat left top;
}

.block5_5_block6 {
	background: url('../../templates/images/block5_5_img6.jpg') no-repeat left top;
}

.block5_5_block_title {
	font-size: 22px;
	font-weight: bold;
}

.block5_5_block_text {
	width: 80%;
	margin-top: 5px;
	font-size: 13px;
}

.block5_5_blocks:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.block5_5_block_wrapper2 {
	height: 128px;
	float: left;
}

.block5_5_block_wrapper {
	height: 100px;
}

.block5_5_block_wrapper2:after, .block5_5_block_wrapper:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.upside{
	background: url('../../templates/images/block6_bg_5.jpg') repeat-x left top;
}

.upside:before {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	left: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: url('../../templates/images/block6_bg_5.jpg') repeat-x 15px top;
}

.upside:after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	right: -3000px;
	width: 3000px;
	top: 0;
	bottom: 0;
	background: url('../../templates/images/block6_bg_5.jpg') repeat-x 20px top;
}

/*Евросоюз*/

.nav_menu1_eu {
	display: block;
	width: 165px;
	margin-left: 50px;
}

.nav_menu22_eu {
	display: block;
	width: 195px;
}

#nav_menu4_eu {
	margin-right: 105px;
}

.block5_6 {
	text-align: center;
}

.block5_6_title {
	font-size: 32px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}

.block5_6_blocks {
	margin: 25px 0 20px 0;
}

.block5_6_block, .block5_6_block2, .block5_6_block3, .block5_6_block4, .block5_6_block5, .block5_6_block6, .block5_6_block7, .block5_6_block8, .block5_6_block9, .block5_6_block10, .block5_6_block11, .block5_6_block12, .block5_6_block13, .block5_6_block14, .block5_6_block15, .block5_6_block16, .block5_6_block17, .block5_6_block18, .block5_6_block19, .block5_6_block20, .block5_6_block21, .block5_6_block22, .block5_6_block23, .block5_6_block24, .block5_6_block25, .block5_6_block26, .block5_6_block27, .block5_6_block28, .block5_6_block29, .block5_6_block30, .block5_6_block31, .block5_6_block32 {
	margin-bottom: 35px;
	height: 117px;
	text-align: center;
	color: #222222;
	font-size: 24px;
	
}

.block5_6_block {
	background: url('../../templates/images/block5_6_img1.png') no-repeat center 45px;
}

.block5_6_block2 {
	background: url('../../templates/images/block5_6_img2.png') no-repeat center 45px;
}

.block5_6_block3 {
	background: url('../../templates/images/block5_6_img3.png') no-repeat center 45px;
}

.block5_6_block4 {
	background: url('../../templates/images/block5_6_img4.png') no-repeat center 45px;
}

.block5_6_block5 {
	background: url('../../templates/images/block5_6_img5.png') no-repeat center 45px;
}

.block5_6_block6 {
	background: url('../../templates/images/block5_6_img6.png') no-repeat center 45px;
}

.block5_6_block7 {
	background: url('../../templates/images/block5_6_img7.png') no-repeat center 45px;
}

.block5_6_block8 {
	background: url('../../templates/images/block5_6_img8.png') no-repeat center 45px;
}

.block5_6_block9 {
	background: url('../../templates/images/block5_6_img9.png') no-repeat center 45px;
}

.block5_6_block10 {
	background: url('../../templates/images/block5_6_img10.png') no-repeat center 45px;
}

.block5_6_block11 {
	background: url('../../templates/images/block5_6_img11.png') no-repeat center 45px;
}

.block5_6_block12 {
	background: url('../../templates/images/block5_6_img12.png') no-repeat center 45px;
}

.block5_6_block13 {
	background: url('../../templates/images/block5_6_img13.png') no-repeat center 45px;
}

.block5_6_block14 {
	background: url('../../templates/images/block5_6_img14.png') no-repeat center 45px;
}

.block5_6_block15 {
	background: url('../../templates/images/block5_6_img15.png') no-repeat center 45px;
}

.block5_6_block16 {
	background: url('../../templates/images/block5_6_img16.png') no-repeat center 45px;
}

.block5_6_block17 {
	background: url('../../templates/images/block5_6_img17.png') no-repeat center 45px;
}

.block5_6_block18 {
	background: url('../../templates/images/block5_6_img18.png') no-repeat center 45px;
}

.block5_6_block19 {
	background: url('../../templates/images/block5_6_img19.png') no-repeat center 45px;
}

.block5_6_block20 {
	background: url('../../templates/images/block5_6_img20.png') no-repeat center 38px;
}

.block5_6_block21 {
	background: url('../../templates/images/block5_6_img21.png') no-repeat center 45px;
}

.block5_6_block22 {
	background: url('../../templates/images/block5_6_img22.png') no-repeat center 45px;
}

.block5_6_block23 {
	background: url('../../templates/images/block5_6_img23.png') no-repeat center 45px;
}

.block5_6_block24 {
	background: url('../../templates/images/block5_6_img24.png') no-repeat center 45px;
}

.block5_6_block25 {
	background: url('../../templates/images/block5_6_img25.png') no-repeat center 45px;
}

.block5_6_block26 {
	background: url('../../templates/images/block5_6_img26.png') no-repeat center 38px;
}

.block5_6_block27 {
	background: url('../../templates/images/block5_6_img27.png') no-repeat center 45px;
}

.block5_6_block28 {
	background: url('../../templates/images/block5_6_img28.png') no-repeat center 45px;
}




.block5_6_block:hover {
	background: url('../../templates/images/block5_6_img1h.png') no-repeat center 43px;
}

.block5_6_block2:hover {
	background: url('../../templates/images/block5_6_img2h.png') no-repeat center 43px;
}

.block5_6_block3:hover {
	background: url('../../templates/images/block5_6_img3h.png') no-repeat center 43px;
}

.block5_6_block4:hover {
	background: url('../../templates/images/block5_6_img4h.png') no-repeat center 43px;
}

.block5_6_block5:hover {
	background: url('../../templates/images/block5_6_img5h.png') no-repeat center 43px;
}

.block5_6_block6:hover {
	background: url('../../templates/images/block5_6_img6h.png') no-repeat center 43px;
}

.block5_6_block7:hover {
	background: url('../../templates/images/block5_6_img7h.png') no-repeat center 43px;
}

.block5_6_block8:hover {
	background: url('../../templates/images/block5_6_img8h.png') no-repeat center 43px;
}

.block5_6_block9:hover {
	background: url('../../templates/images/block5_6_img9h.png') no-repeat center 43px;
}

.block5_6_block10:hover {
	background: url('../../templates/images/block5_6_img10h.png') no-repeat center 43px;
}

.block5_6_block11:hover {
	background: url('../../templates/images/block5_6_img11h.png') no-repeat center 43px;
}

.block5_6_block12:hover {
	background: url('../../templates/images/block5_6_img12h.png') no-repeat center 43px;
}

.block5_6_block13:hover {
	background: url('../../templates/images/block5_6_img13h.png') no-repeat center 45px;
}

.block5_6_block14:hover{
	background: url('../../templates/images/block5_6_img14h.png') no-repeat center 45px;
}

.block5_6_block15:hover {
	background: url('../../templates/images/block5_6_img15h.png') no-repeat center 45px;
}

.block5_6_block16:hover {
	background: url('../../templates/images/block5_6_img16h.png') no-repeat center 45px;
}

.block5_6_block17:hover {
	background: url('../../templates/images/block5_6_img17h.png') no-repeat center 45px;
}

.block5_6_block18:hover {
	background: url('../../templates/images/block5_6_img18h.png') no-repeat center 45px;
}

.block5_6_block19:hover {
	background: url('../../templates/images/block5_6_img19h.png') no-repeat center 45px;
}

.block5_6_block20:hover {
	background: url('../../templates/images/block5_6_img20h.png') no-repeat center 38px;
}

.block5_6_block21:hover {
	background: url('../../templates/images/block5_6_img21h.png') no-repeat center 45px;
}

.block5_6_block22:hover {
	background: url('../../templates/images/block5_6_img22h.png') no-repeat center 45px;
}

.block5_6_block23:hover {
	background: url('../../templates/images/block5_6_img23h.png') no-repeat center 45px;
}

.block5_6_block24:hover {
	background: url('../../templates/images/block5_6_img24h.png') no-repeat center 45px;
}

.block5_6_block25:hover {
	background: url('../../templates/images/block5_6_img25h.png') no-repeat center 45px;
}

.block5_6_block26:hover {
	background: url('../../templates/images/block5_6_img26h.png') no-repeat center 38px;
}

.block5_6_block27:hover  {
	background: url('../../templates/images/block5_6_img27h.png') no-repeat center 45px;
}

.block5_6_block28:hover {
	background: url('../../templates/images/block5_6_img28h.png') no-repeat center 45px;
}

.block5_6_blocks:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.block5_6_link {
	color: #1e5599;
	font-size: 16px;	
}

.block5_6_link:hover {
	text-decoration: underline;
}

.europe-all .block5_6_blocks {
	margin-bottom: -35px;
	margin-top: 40px;
	}

/*Казахстан*/

.nav_menu1_kaz {
	display: block;
	width: 160px;
	margin: 0 50px 0 130px;
}

#nav_menu4_kaz {
	margin-right: 227px;
}

/*Китай*/

.nav_menu1_china {
	display: block;
	width: 130px;
}

.nav_menu22_china {
	display: block;
	width: 155px;
}

.nav_menu3_china {
	display: block;
	width: 150px;
}

.nav_menu4_china {
	margin-right: 47px;
}

/*Еровосоюз все страны*/

#block10 {
	margin-top: -55px;
}

#block5_6_title {
	font-size: 44px;
	color: #9d0000;
}

/*Infopage*/

#block1_button_infopage {
	display: none;
}

#block10_block_title {
	text-align: left;
}

#nav_menu1_info {
	width: 62px;
}

.block10_block2_form {
	margin: 0 auto;
	background-color: #dddddd;
	padding: 15px 10px;
}

.block10_block2_form_title {
	font-size: 17px;
	color: #282727;
	font-weight: bold;
	margin-bottom: 15px;
}

.block1{
	margin-top: 20px;
	}

.block1_2{
	margin-top:25px;
	}

#block1_tables_tarifs{
	margin-top: 1px;
	padding-top: 20px;
	padding-bottom:20px;
	    border-top: 1px solid #ff9595;
	}

#block4_input_select select {
	width: 239px;
}

#block4_input, .block4_input_info {
	width: 219px;
}



#my-button4 {
	margin: 10px auto;
}

/*Article*/

.article_breadcrumbs {
	list-style: none;	
	font-size: 14px;
	color: #222222;
	padding-bottom:30px;
}

.article_breadcrumbs li {
	float: left;
	margin-right: 15px;
	list-style-image: url('../../templates/images/article_bread.png');
}

.article_breadcrumbs li a {
	color: #608ee2;
}

.article_breadcrumbs li a:hover {
	text-decoration: underline;
}

.article_breadcrumbs li:first-child {
	margin-right: 25px;
	list-style-image: none;
}

.article_title {
	color: #222222;
	font-size: 28px;
	font-weight: bold;
}

.article_rating {
	font-size: 14px;
	color: #262626;
	margin: 20px 0 20px 0;
}

.article_date {
	float: left;
}

.article_star {
	float: left;
	margin: -2px 15px 0 20px;
}

.article_star img {
	margin-left: -5px;
}

.article_banner {
	text-align: center;
	margin-bottom: 25px;
}

.article_soc {
	margin-bottom: 25px;
}

#article_text {
	border-top: none;
}

.article_soc_text {
	font-size: 14px;
	color: #484848;
	font-weight: bold;
	margin: 20px 0;
}

.article_news1_title {
	color: #222222;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ff9595;
}

.article_wrapper {
	margin-top: 1px;
	border-top: 1px solid #ff9595;
}

.article_news1_block {
	padding-top: 15px;
	margin-bottom: 10px;
}

.article_news1_block_rating img {
	margin-left: -5px;
}

.article_news1_block_date {
	font-size: 12px;
	color: #222222;
	float: left;
}

.article_news1_block_rating {
	float: right;
	position: relative;
	top: -5px;
	padding-right: 12px;
}

 .article_news1_block_views {
	 	float: right;
 	padding-left: 25px;
 	margin-right: 10px;
 	background: url('../../templates/images/article_block_views.jpg') no-repeat left top;
	 
 }
 
 .article_news1_block_comments {
	 	float: right;

 	padding-left: 25px;
 	position: relative;
 	height: 20px;
 	background: url('../../templates/images/article_block_comments.jpg') no-repeat left top;
 	 
 }

.article_block_text{
	display: block;
	float: left;
	padding-bottom:20px;
	width: 100%;
	}
	
.article_news1_block_views, .article_news1_block_comments {
	font-size: 12px;
}

.article_block_text_title {
	font-size: 14px;
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}

.article_news:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.article_comments {
	margin-top: 50px;
}

.article_comments_title {
	font-size: 18px;
	color: #222222;
	float: left;
}

.article_comments_title2 a{
	font-size: 18px;
	color: #477cba;
	font-weight: bold;
	float: right;
	border-bottom: 1px dotted #477cba;
}

.article_comments_wrapper_header:after, .article_comments_wrapper_header2:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.article_comments_name {
	font-size: 16px;
	float: left;
	color: #484848;
	font-weight: bold;
}

.article_comments_wrapper_header {
	margin-bottom: 20px;
}

.article_comments_date {
	font-size: 12px;
	color: #898989;
	float: left;
	margin-left: 20px;
	position: relative;
	top: 3px;
	padding-left: 9px;
	border-left: 2px solid #898989;
}

.article_comments_text {
	font-size: 14px;
	margin: 2px 0 5px 0;
	color: #484848;
	padding-top: 10px;
	border-top: 2px solid #b5b5b5;
}

.article_comments_answer a, .article_comments_answer2 a {
	color: #477cba;
	font-size: 12px;
	border-bottom: 1px dotted #477cba;
}

.article_comments_answer {
	float: left;
}

.article_comments_answer2 {
	float: right;
}

.article_content {
	margin-bottom: 25px;
}

.article_content:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.article_comments_text2_title {
	color: #484848;
	font-size: 14px;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 7px;
}

.article_comments_text2 {
	margin-left: 30px;
	color: #898989;
	font-size: 14px;
}

.article_top {
	border-bottom: 2px solid #b5b5b5;
	padding: 0 0 2px 0;
}

.article_comments_text3 {
	font-size: 14px;
	margin: 2px 0 5px 0;
	color: #484848;
	padding-top: 10px;
}

.article_pages ul {
	list-style: none;
	font-size: 14px;
	color: #484848;
	float:left;
	padding:0;
}

.article_pages ul li {
	float: left;
	margin-right: 5px;
}

.article_page1 {
	display: block;
	text-align: center;
	padding-top: 6px;
	width: 31px;
	height: 31px;
	background:url('../../templates/images/article_page_button1.png') no-repeat left top;
}

.article_page2 {
	display: block;
	text-align: center;
	padding-top: 6px;
	width: 31px;
	height: 31px;
	background:url('../../templates/images/article_page_button2.png') no-repeat left top;
}

.article_page3 {
	display: block;
	text-align: center;
	padding-top: 6px;
	width: 31px;
	height: 31px;
	background:url('../../templates/images/article_page_button3.png') no-repeat left top;
}

.article_pages:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.article_textarea_block {
	width: 100%;
	height: 109px;
	padding: 10px;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	font-size: 14px;
	color: #888888;
	outline: none;
	margin-bottom: 10px;
}

.article_page1:hover {
	background: url('../../templates/images/article_page_button2.png') no-repeat left top;
}

.article_textarea {
	margin: 20px 0 0px 0;
}

.article_input, .article_input2 {
	width: 100%;
	height: 35px;
	font-size: 14px;
	color: #888888;
	outline: none;
	padding: 10px;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	margin-right: 11px;	
	margin-bottom:20px;
}

.recall_form .input{
	padding:0;
	}

label {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
 }
 
input[type="checkbox"] + span {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: url('../../templates/images/checks.png') no-repeat;
	cursor: pointer;
}

input[type="checkbox"]:checked + span {
	background-position: 0 -20px;
}

.article_input2 {
	margin-right: 0;
}

.article_submit {
	
	width: 50%;
	float: left;
}

.article_submit1 {
	margin-bottom: 10px;
}

.article_submit2 {
	margin-bottom: 20px;
}

.article_submit22 {
	float: left;
	width: 49%;
	font-size: 14px;
	color: #484848;
}

.article_submit22 ul {
	list-style: none;
	margin-top: 5px;
	padding:0;
}

.article_submit22 ul li {
	margin-bottom: 10px;
}

.article_submit22 ul li a {
	font-size: 14px;
	color: #477cba;
	text-decoration: underline;
}

.article_submit22 ul li a:hover {
	text-decoration: none;
}

/*Контакты*/

#block10 {
	width: 100%;
	margin: -10px 0 0 0;
}

#block10_contacts_title {
	text-align: left;
	padding-bottom: 5px;
}

.contacts_block {
	margin: 40px 0 30px 0;
}

.contacts_header {
	font-size: 17px;
	color: #404141;
	text-align: left;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 0;
}

.contacts_header .selected {
	background-color: #fff;
	color:#9d0003
	}

.contacts_header a:hover {
	color:#9d0003
	}

.contacts_header1, .contacts_header2, .contacts_header3, .contacts_header4, .contacts_header5 {
	border-radius: 5px;
	padding-top: 15px;
	width: 20%;
	height: 55px;
	float: left;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	padding-left: 95px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #f3f3f3;
}

.contacts_header1 {
	background: #f3f3f3 url('../../templates/images/contacts_img1.png') no-repeat 10px center;
}

.contacts_header1 a, .contacts_header2 a, .contacts_header3 a, .contacts_header4 a, .contacts_header5 a {
	display: block;
	width: 100%;
	height: 100%;
}

.contacts_header2 {
	background: #f3f3f3 url('../../templates/images/contacts_img2.png') no-repeat 10px center;
}

.contacts_header3 {
	background: #f3f3f3 url('../../templates/images/contacts_img3.png') no-repeat 10px center;
}

.contacts_header4 {
	background: #f3f3f3 url('../../templates/images/contacts_img4.png') no-repeat 10px center;
}

.contacts_header5 {
	background: #f3f3f3 url('../../templates/images/contacts_img5.png') no-repeat 10px center;
}

.contacts_block:after, .contacts_header:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.contacts_map{
	padding: 0;
	margin-bottom: 15px;
	}
	
.contacts_map img{
	width: 100%;
	}	

.contacts_header_mob {
	padding: 0;
	}

.contacts_info {
	padding-left: 30px;
	font-size: 16px;
}

/*404*/

.block1_404 {
	font-size: 18px;
	margin: 20px 0 60px 0;
}

.block1_404 strong {
	display: block;
	font-size: 20px;
	margin-top: 15px;
}

/*Тарифы*/

#block1_tarifs {
	background-image: none;
	padding-bottom: 0;
}

#tarifs_title {
	font-size: 28px;
	color: #222222;
	border-bottom: 1px solid #ff9595;
	padding-bottom: 5px;
	font-weight:700;
}


.th_tarifs {
    position: relative;
    font-size: 20px;
    vertical-align: middle;
    line-height: 44px;
	text-align:center;
}

.block1_table_title img{
	float: left; 
	}

#block1_table_title_tarifs {
	height: 40px;
	padding: 5px;
}

#tarifs_font {
	height: 46px;
	font-size: 16px;
}

#tarifs_left, .tarifs_gr {
	background-color: #f8f9fb;
}

#block1_table_tarifs2 {
	margin-right: 0;
}

/*Предваритльеный расчет*/

#my-button4 {
	margin-top: 0;
	width:100%;
}


#block4_blocks_cost {
	padding-top: 10px;
}

/*Отслеживание груза*/

#b_content {
	margin: 0 auto;
	text-align: left;
}

/*Все отзывы*/

.recall_header {
	margin-top: 1px;
	border-top: 1px solid #ff9595;
	padding-top: 15px;
}

.recall_input select {
	width: 120px;
}

.recall_input2 select {
	width: 145px;
}

.recall_input3 select {
	width: 65px;
}

.recall_sort, .recall_sort2 {
	float: left;
	position: relative;
	top: 6px;
	font-size: 13px;
	color: #171717;
}

.recall_header:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.recall_block {
	margin: 20px 0 40px 0;
	position: relative;
}

.recall_sort2 {
	float: right;
}

.recall_block {
	font-size: 14px;
	padding-left: 118px;
}

.recall_block_title {
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 15px;
}

.recall_block_title span {
	margin-left: 70px;
}

.recall_block2 img {
	margin-left: -5px;
	position: relative;
	top: -2px;
}

.recall_block1, .recall_block2 {
	margin-bottom: 10px;
}

.recall_block_img {
	position: relative;
	left: 10px;
}

.recall_img {
	position: absolute;
	top: 0;
	left: 0;
}

.recall_form {
	margin-top: 25px;
	margin-bottom:30px;
}

.recall_form_title {
	font-size: 24px;
	color: #353535;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.recall_form_bottom {
	font-size: 12px;
}

.recall_form_bottom1, .recall_form_bottom2 {
	float: left;
}

.recall_form_bottom2 {
	margin-left: 25px;
}

.recall_form_bottom:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#block4_input_select3{
	float: right;
	width:10%;
	}

.button_recall {
}

.recall_text_bottom {
	float: left;
}


.right{
	float: right;
	}
.recall_bottom_global {
	margin-top: 7px;
	text-align: center;
	font-size: 14px;
	color: #1b1b1b;
}

.recall_red {
	color: #ba0303;
}

/*Все статьи*/

.block10_left {

}

.block10_left_title {
	background-color: #bf3c3c;
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 4px;
}

.block10_left_three {
	border-top: 1px solid #ff9595;
	margin-top: 1px;
	padding: 15px 0 0 10px;
}

.block10_left_three ul {
	list-style: none;
	padding:0;
}

.block10_left_three1, .block10_left_three2 {
	font-size: 16px;
	color: #484848;
	font-weight: bold;
	padding-left: 15px;
	background: url('../../templates/images/block10_left_arrow.png') no-repeat left 7px;
}

.block10_left_three2 {
	font-size: 14px;
	margin-left: 15px;
}

.block10_left_three3 {
	font-size: 12px;
	color: #484848;
	margin-left: 50px;
}

.block10_left_three3:hover {
	color: #cc3818;
	text-decoration: underline;
}

.block10_left_popular {
	margin-top: 57px;
}

.block10_left_popular_title {
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	border-bottom: 1px solid #ff9595;
	padding-bottom: 5px;
}

.block10_left_blocks {
	margin-top: 1px;
	border-top: 1px solid #ff9595;
	padding-top: 15px;
}

.block10_left_block {
	margin-bottom: 15px;
}

.block10_left_block_title a {
	font-size: 12px;
	color: #222222;
	font-weight: bold;
}

.block10_left_block_title a:hover {
	text-decoration: underline;
}

.block10_left_block_text {
	font-size: 11px;
	margin: 5px 0 5px 0;
	color: #222222;
}

.article_block_img {
	float: left;
}

.article_block_img img {
	margin-left: -3px;
}

.article_date_block {
	font-size: 11px;
	color: #222222;
	float: right;
	position: relative;
	top: 5px;
}

.articles_v, .articles_v2 {
	font-size: 11px;
	position: relative;
	top: 5px;
	margin-left: 10px;
	float: left;
}

.block10_left_block:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.article_form {
	background-color: #fff;
	padding: 0;
	text-align: left;
}

.banner_article {
	margin-bottom: 10px;
}

.block10_title_article2 {
	font-size: 20px;
	padding-bottom: 5px;
}

.article2_input select {
	font-size: 12px;
	position: relative;
	left: -10px;
}

.article2_input3 select {
	width: 107px;
	font-size: 12px;
	position: relative;
	left: -20px;
}

.article2_input4 select {
	width: 120px;
	font-size: 12px;
	position: relative;
	left: -30px;
}

.article2_input5 {
    margin-right: 5px;
    float: right;
	font-size:13px;
    position: relative;
    top: 5px;
}

.article_input6 {
	float: right;
}

.article_count, .article_count2 {
	float: right;
	width: 20%;
}

.article_count2 {
	display: none;
}

.article_input6 select {
	font-size: 12px;
	width: 50px;
	position: relative;
	left: -10px;
}

.article_str {
	margin-top: 32px;
}

.f-nav {
	position: fixed;
	top: 0;
}

.f-nav2 {
	position: fixed;
	bottom: -9px;
	z-index: 5;
}

.hidden-link {
	cursor: pointer;
}

/* звездЫ */

.rstars {
    display: inline-block;
}

form[name="order_form"]  .tooltip > .tooltip-inner {
    background-color: #f00;
}

form[name="order_form"]  .tooltip > .tooltip-arrow {
    border-bottom-color: #f00;
}
