@import './b24-form.css';
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

@font-face {
    font-family: 'pf_dindisplay_probold';
    src: url('/fonts/ufonts.com_pfdindisplaypro-bold-webfont.eot');
    src: url('/fonts/ufonts.com_pfdindisplaypro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ufonts.com_pfdindisplaypro-bold-webfont.woff') format('woff'),
         url('/fonts/ufonts.com_pfdindisplaypro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Meta';
    src: url('/fonts/mtcymdrl.eot');
    src: url('/fonts/mtcymdrl.eot?#iefix') format('embedded-opentype'),
         url('/fonts/mtcymdrl.woff') format('woff'),
         url('/fonts/mtcymdrl.ttf') format('truetype'),
         url('/fonts/mtcymdrl.svg#Meta') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'robotoregular';
	src: url('/fonts/Roboto-Regular-webfont.eot');
	src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
	url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
	url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;

}


.bg_top {
    background: url("/images/top_bg.png") repeat-x scroll 0 0 transparent;
    height: 361px;
    position: absolute;
    width: 100%;
}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
    background:url("/images/bg_body.png");
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


img {
	border: none;
}
input {
	vertical-align: middle;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.clear {
    clear: both;
}

.gradient {
    background: -moz-linear-gradient(270deg, #ffffff 0%, #ededf2 80%);/* FF3.6+ */
    background: -webkit-gradient(linear, 270deg, color-stop(0%, #ffffff), color-stop(80%, #ededf2));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(270deg, #ffffff 0%, #ededf2 80%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(270deg, #ffffff 0%, #ededf2 80%);/* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #ffffff 0%, #ededf2 80%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededf2', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #ffffff 0%, #ededf2 80%);/* W3C */
}



.select_lang {
	background: rgba(0, 0, 0, 0) url("/images/new-design/lang-bg.png") no-repeat scroll 0 0;
	color: #3d3d3d;
	font-size: 13px;
	height: 35px;
	padding: 3px 24px 0;
	position: absolute;
	right: 20px;
	top: 0;
	vertical-align: middle;
	width: 176px;
	z-index: 2;
}


.lang_item {
	display: inline-block;
	line-height: 0;
	margin-left: 0;
	padding: 0 0 0 33px;
	color: #fff;
	line-height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-decoration: underline;
}

.lang_item:hover{
	text-decoration: none;
}

.lang_item:first-child{
	margin-right: 13px;
}

.lang_item.active {
	/*background: url("/images/lang_images/lang_active.png") no-repeat;*/
	font-weight: 700;
	text-decoration: none;
}
.lang_item.active:hover{
	text-decoration: underline;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 235px;
   /* overflow: hidden;*/
	font-family: 'Roboto', sans-serif;
    position: relative;
	min-width: 1280px;
	width: 100%;
	background: url("/images/new-design/headre-bg.png") no-repeat scroll 50% 0 transparent;
	border-top: 3px solid #7d8d9b;
}
.header.sticky{
	height: 125px;
	position: fixed;
	z-index: 3;
	display: none;
	top: 0;
	background: rgba(255,255,255,0.9);
}

/*.header.sticky.open{
	display: block;
}*/



.header-inner{
	height: auto !important;
    margin: 0 auto;
    width: 1280px;
    min-height: 100%;
    position: relative;
}

.header_bg {
    margin-left: 190px;
    position: absolute;
    top: -27px;
}

.header .logo,
.header .logo-block{
    display: block;
    position: absolute;
    top: 55px;
    width: 325px;
    z-index: 2;
	height: 79px;
	left: 25px;
}
.logo {
    left: -18px;
    padding: 28px 66px 28px 20px;
}
.logo-block{
    //padding: 66px 66px 0 93px;
    background: url('/images/new-design/logo_.svg') 0 0 no-repeat;
    text-decoration: none;
	background-size: 325px 79px;
}
h1.logo-block__title{
    color: #7d8d9b;
    font-size: 16px;
    font-weight: 700;
    left: 93px;
    margin: 0;
    position: relative;
	font-family: Roboto, sans-serif;
	line-height: 1.375;
    text-decoration: none;
    text-transform: none;
    top: 66px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 15px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
    float: left;
    width: 100%;
}
#content {
    background: none repeat scroll 0 0 #F5F5F5;
    //box-shadow: 0 2px 31px -15px #000000;
    margin-right: 250px;
    min-height: 600px;
    position: relative;
    z-index: 2;
}

.content_inner {
    background:url("/images/bg_cats.png") #ffffff repeat-x ;
    border-top: 4px solid #FFC816;
    min-height: 600px;
    position: relative;
    z-index: 2;
}

.content_inner .header_inner {
    margin-bottom: 60px;
}

.content_inner p {
	margin: 0 0 18px
}

h1,h2 {
    color: #2A8DBC;
    font: bold 18px Arial;
    margin-left: 50px;
    text-transform: uppercase;
}

.radius {
    border-radius:5px 5px 5px 5px;
}

/*Общий каталог*/

.cat_wrapper.global {
    margin-left: 20px;
    margin-top: 15px;
    min-height: 132px;
    overflow: hidden;
}



.cat_wrapper.global .hover_cat {
    height: 100%;
    position: absolute;
    width: 100%;
	left: 0;
    z-index: 2;
}

.cat_global {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #ededf2 80%) repeat scroll 0 0;
    border-top: 5px solid #D2DBE6;
    box-shadow: 0 7px 9px 2px #ebebeb inset;
    float: left;
    height: 110px;
    margin-right: 22px;
    position: relative;
    width: 230px;
}


.cat_global:hover:after {
    background: url("/images/border_yellow.png") repeat-x scroll center top transparent;
    border-top: medium none;
    content: "";
    cursor: pointer;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}


.bg_global_cat {
    background: transparent url("/images/global_cats/bg_global_cat.png") no-repeat scroll right 0;
	box-shadow: 0 2px 3px -3px #000000;
	float: left;
	height: 64px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
	width: 67px;
}

.bg_global_cat a {
    display: block !important;
    height: inherit;
}

.hover_cat:hover + .bg_global_cat {
    background: url("/images/global_cats/bg_global_cat.png") no-repeat left 0 transparent;
	height:65px;
}

.bg_global_cat img{
    margin-top: 13px;

}


.global_title {
    color: #2A353B;
    font: 16px Arial;
	float: left;
	margin: 32px 0 0 20px;
}

.global_title a {
    color: #2A353B;
    text-decoration: none;
}

.hover_cat:hover + .bg_global_cat + .global_title a {
    text-decoration: underline;
}


/*Каталоги по странам*/
.cat_wrapper.europa, .cat_wrapper.japan {
    background: #FFFFFF;
    overflow: hidden;
}

.cat_inner_wrapper {
    background: url("/images/bg_cats_shadow.png") no-repeat scroll center top transparent;
    overflow: hidden;
    padding-bottom: 24px;
    padding-left: 20px;
}

h2 {
    margin-bottom: 15px;
    margin-left: 13px;
    margin-top: 13px;
}
h2.content__first-title{
    margin-bottom: 0px;
    margin-left: 20px;
    margin-top: 0px;
}

/*Обертка категории каталогов*/
.cat_items.gradient {
    border-top: 5px solid #D2DBE6;
    box-shadow: 0 7px 9px 2px #EBEBEB inset;

    float: left;
    height: 119px;
    margin-bottom: 12px;
    margin-right: 5px;
    padding-right: 30px;
    padding-top: 21px;
    position: relative;

}


.cat_items.gradient:hover:after {
    background: url("/images/border_yellow.png") repeat-x scroll center top transparent;
    border-top: medium none;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    cursor: pointer;
}

/*Список картинок одной категории*/
.img_items {
    list-style: none outside none;
	overflow: hidden;
}

.img_items li {
    float: left;
    margin-left: 25px;
    text-align: center;
}

/*Список названий каталогов в категории*/
.list_items {
    list-style: none outside none;
    margin-top: 12px;
}

.list_items li {
    float: left;
    line-height: 15px;
}

/*Ссылки с названием каталога*/
.link_item {
    display: block;
    text-align: center;
    text-decoration: none;
}

.link_item .en_item.hover {
    text-decoration: underline;
    color: #2a353b;
}

.link_item .ru_item.hover {
    text-decoration: underline;
    color: #0f85dd;
}

.list_items li:last-child .link_item {
    background: none;
}

.img_items .link_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
	height:55px;
    background:url("/images/img_list/bg_cat.png") no-repeat scroll right 0 transparent;
	box-shadow: 0 2px 4px -3px #000000;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: auto;
}

.img_items .link_img.hover {
    width: 55px;
    background:url("/images/img_list/bg_cat.png") no-repeat scroll left 0 transparent;
}





/*Английские названия*/
.en_item {
    font-size: 13px;
    color: #2a353b;
    display: block;
}


/*Русские названия*/
.ru_item {
    font-size: 11px;
    color: #0f85dd;
}




/*Выравнивания Европа*/


.EuroCat_1 .img_items {
    margin-left: 6px;
}

.EuroCat_1 .list_items {
    margin-left: 52px;
}



.EuroCat_2 {
    padding-right: 20px !important;
}

.EuroCat_2 .img_items {
    margin-left: -3px;
}

.EuroCat_2 .list_items {
    margin-left: 41px;
}





.EuroCat_3 {
    padding-right: 22px !important;
}

.EuroCat_3 .list_items {
    margin-left: 26px;
}

.EuroCat_3 .img_items {
    margin-left: -4px;
}

.EuroCat_3 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.EuroCat_4 {
    padding-right: 22px !important;
}


.EuroCat_4 .list_items {
    margin-left: 37px;
}

.EuroCat_4 .img_items {
    margin-left: -3px;
}

.EuroCat_4 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.EuroCat_5 {
    padding: 21px 0 0 !important;
}

.EuroCat_5 .list_items {
    margin-left: 51px;
}

.EuroCat_5 .img_items li {
    margin-left:0 ;
}

.EuroCat_5 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.EuroCat_5 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.EuroCat_6 {
    padding: 21px 0 0 !important;
}

.EuroCat_6 .list_items {
    margin-left: 42px;
}

.EuroCat_6 .img_items li {
    margin-left:0 ;
}

.EuroCat_6 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.EuroCat_6 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}

.EuroCat_7  .list_items {
    margin-left: 32px;
}

.EuroCat_7  .list_items li:first-child {
	margin-right: 3px;
}


.EuroCat_7  .list_items li:last-child a {
	padding-right:23px;
}



.EuroCat_8 {
    padding: 21px 0 0 !important;
}

.EuroCat_8 .list_items {
    margin-left: 42px;
}

.EuroCat_8 .img_items li {
    margin-left:0 ;
}

.EuroCat_8 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.EuroCat_8 .list_items li:last-child .link_item {
	margin-left: 4px;
	padding-right: 0 !important;
}

.EuroCat_9 {
    padding: 21px 0 0 !important;
}

.EuroCat_9 .list_items {
    margin-left: 42px;
}

.EuroCat_9 .img_items li {
    margin-left:0 ;
}

.EuroCat_9 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.EuroCat_9 .list_items li:last-child .link_item {
	margin-left: 4px;
	padding-right: 0 !important;
}

.EuroCat_10 {
    padding: 21px 0 0 !important;
}

.EuroCat_10 .list_items {
    margin-left: 42px;
}

.EuroCat_10 .img_items li {
    margin-left:0 ;
}

.EuroCat_10 .img_items {
    margin-left: 38px;
    margin-right: 36px;
	text-align: center;
}

.EuroCat_10 .list_items li:last-child .link_item {
	margin-left: 4px;
	padding-right: 0 !important;
}

/*Выравнивания Япония*/

.JapanCat_1 .img_items {
    margin-left: 0;
}

.JapanCat_1 .list_items {
    margin-left: 27px;
}

.JapanCat_2 .img_items {
    margin-left: -3px;
}

.JapanCat_2 .list_items {
    margin-left: 41px;
}



.JapanCat_3 {
    padding-right: 36px !important;
}

.JapanCat_3 .list_items {
    margin-left: 45px;
}

.JapanCat_3 .img_items {
    margin-left: 12px;
}

.JapanCat_3 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.JapanCat_4 {
    padding-right: 36px !important;
}


.JapanCat_4 .list_items {
    margin-left: 45px;
}

.JapanCat_4 .img_items {
    margin-left: 12px;
}

.JapanCat_4 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.JapanCat_5 {
    padding: 21px 0 0 !important;
}

.JapanCat_5 .list_items {
    margin-left: 46px;
}

.JapanCat_5 .img_items li {
    margin-left:0 ;
}

.JapanCat_5 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.JapanCat_5 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.JapanCat_6 {
    padding: 21px 0 0 !important;
}

.JapanCat_6 .list_items {
    margin-left: 36px;
}

.JapanCat_6 .img_items li {
    margin-left:0 ;
}

.JapanCat_6 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.JapanCat_6 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}


.JapanCat_7 {
    padding: 21px 0 0 !important;
}

.JapanCat_7 .list_items {
    margin-left: 48px;
}

.JapanCat_7 .img_items li {
    margin-left:0 ;
}

.JapanCat_7 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.JapanCat_7 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.JapanCat_8 {
    padding: 21px 3px 0 0 !important;
}

.JapanCat_8 .list_items {
    margin-left: 41px;
}

.JapanCat_8 .img_items li {
    margin-left:0 ;
}

.JapanCat_8 .img_items {
    margin-left: 35px;
    margin-right: 36px;
}

.JapanCat_8 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}


/*Выравнивание Корея*/
.KoreaCat_1 {
    padding: 21px 0 0 !important;
}

.KoreaCat_1 .list_items {
    margin-left: 42px;
}

.KoreaCat_1 .img_items li {
    margin-left:0 ;
}

.KoreaCat_1 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.KoreaCat_1 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.KoreaCat_2 {
    padding: 21px 3px 0 0 !important;
}

.KoreaCat_2 .list_items {
    margin-left: 52px;
}

.KoreaCat_2 .img_items li {
    margin-left:0 ;
}

.KoreaCat_2 .img_items {
    margin-left: 35px;
    margin-right: 36px;
}

.KoreaCat_2 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}

.KoreaCat_3 {
    padding: 21px 0 0 !important;
}

.KoreaCat_3 .list_items {
    margin-left: 32px;
}

.KoreaCat_3 .img_items li {
    margin-left:0 ;
}

.KoreaCat_3 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.KoreaCat_3 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



/*Выравнивание США*/
.USACat_1 {
    padding: 21px 0 0 !important;
}

.USACat_1 .list_items {
    margin-left: 39px;
}

.USACat_1 .img_items li {
    margin-left:0 ;
}

.USACat_1 .img_items {
    margin-left: 38px;
    margin-right: 36px;
}

.USACat_1 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}



.USACat_2 {
    padding: 21px 3px 0 0 !important;
}

.USACat_2 .list_items {
    margin-left: 42px;
}

.USACat_2 .img_items li {
    margin-left:0 ;
}

.USACat_2 .img_items {
    margin-left: 35px;
    margin-right: 36px;
}

.USACat_2 .list_items li:last-child .link_item {
    padding-right: 0 !important;
}

/*Кнопка подключить каталоги внизу*/

.connect_cat {
    padding: 6px 0;
}

.connect_cat .btn_connect_cat {
    position: static !important;
    display: block;
    margin: 0 auto;
}




/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    background: none repeat scroll 0 0 #F4F4F6;
    border-top: 4px solid #FFC816;
    float: left;
    margin-left: -250px;
    margin-right: -3px;
    margin-top: 0;
    min-height: 578px;
    padding-bottom: 19px;
    position: relative;
    width: 250px;
}

/*Колонка новостей*/
.news_block {}

.title_left {
    background: url("/images/right_side/rss.png") no-repeat scroll 13px center #BEC9D6;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font: 18px/33px Arial;
    margin: 27px auto 0;
    padding-left: 30px;
    width: 174px;
}

.news_block .news {
    margin: 10px auto 0;
    width: 190px;
}


.date_news {
    color: #747474;
    font-size: 11px;
}

.short_news {
    color: #2d2d2d;
}

.short_news a {
    color: #0f85dd;
}

.dotted {
    letter-spacing: 3px;
    line-height: 0;
    margin: 4px auto 0;
    width: 190px;
}


.orang_btn {
    background: url("/images/right_side/btn_orange.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font: bold 13px/30px Arial;
    height: 36px;
    margin-left: 30px;
    margin-top: 13px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #BF841B;
    width: 117px;
}


input[type='submit'].orang_btn {
    background: url("/images/right_side/btn_orange.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font: bold 13px Arial;
    margin-left: 30px;
    margin-top: 13px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #BF841B;
    width: 117px;
    height: auto !important;
    padding: 9px 0 !important;
}


/*Разделитель блоков справа*/
.sep {
    background: url("/images/right_side/sep.png") repeat scroll center center transparent;
    height: 22px;
    margin: 20px auto 8px;
    width: 220px;
}

.sepEmpty {
    height: 15px;
}

/*Tr баннер*/
.tbanner {
    width:250px;
    border-top: 1px solid #DBDBDD;
}

/*Блок опроса*/
.opros .title_left {
    background: url("/images/right_side/opros.png") no-repeat scroll 13px center #BEC9D6;
    margin-top: 0;
    padding-left: 36px;
    width: 166px;
}

.question {
    color: #2A2A2A;
    font-weight: bold;
    margin: 11px auto 0;
    width: 190px;
}


.opros form {
    margin: 8px auto 30px;
    width: 204px;
}

.input_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDD;
    border-radius: 5px 5px 5px 5px;
    min-height: 260px;
    padding-top: 16px;
}

.radio_caption {
    color: #7D7D7D;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    margin-left: 20px;
}


.radio_caption input[type="radio"] {
    margin-right: 9px;
}

.opros input[type='submit'] {
    border: medium none;
    cursor: pointer;
    height: auto;
    margin-left: 2px;
    margin-top: 10px;
    padding: 8px;
}


.text_otvet {
    background: url("/images/right_side/bg_input_text.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #DBDBDD;
    border-radius: 3px 3px 3px 3px;
    font: 11px Arial;
    height: 28px;
    margin-left: 21px;
    margin-top: 1px;
    margin-bottom: 10px;
    padding-left: 7px;
    width: 152px;
    color: #aeaeae;
}


.newsinfo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    min-height: 368px !important;
}

.newsinfo td + td {

    color: red;
    float: left !important;
    position: relative;
    right: 29px;
    text-align: start;
    top: 15px;
}

/*Разделитель блоков правой колонки*/
.sep {
    background: url("/images/right_side/sep.png") repeat scroll center center transparent;
    height: 22px;
    margin: 20px auto 8px;
    width: 220px;
}


.right_poromo_block {
    text-align: center;
}

#adunit {
    margin: 0 auto;
}


/*Промо-блоки внизу*/

.promo_blocks_bottom {
    float:left;
}
.promo_blocks_bottom_second{
	float: right;
	margin-right: 20px;
}

.promo_block.left:first-child {
    margin-bottom: 16px;
    margin-right: 16px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background-color: #32373b;
    height: 330px;
    min-width: 1280px;
	width: 100%;
    position: relative;
	font-family: 'Roboto', sans-serif;
}


.footer_inner {
    //min-width: 1230px;
    width: 1280px;
    margin: 0 auto;
    height: 330px;
}

.footer-logo__block{
	float: left;
	width: 280px;
	height: 100%;
}
.footer-logo__link{
	background: rgba(0, 0, 0, 0) url("/images/new-design/logo_footer.svg") no-repeat scroll 0 0 / 260px 60px;
	color: #b6bfc7;
	display: block;
	font-size: 14px;
	height: 35px;
	margin-top: 30px;
	padding: 60px 0 0 75px;
	text-decoration: none;
	width: 208px;
}
.footer__small-col{
	width: 145px;
	margin-left: 20px;
	float: left;
	height: 100%;
}
.footer__small-col.europe{
	width: 305px;
	margin-left: 34px;
	float: left;
	height: 100%;
}
.footer__small-col.europe li{
	float: left;
	width: 140px;
}
.footer__h{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin: 30px 0 0;
	color: #a1aab1;
}
.footer__list{
	margin-top: 17px;
	width: 100%;
	list-style: none;
}
.footer__list li{
	background: transparent url("/images/new-design/fotter-str.png") no-repeat 0 6px;
	padding-left: 10px;
	margin-bottom: 9px;
	line-height: 1.1;
}
.footer__list li a{
	color: #fff;
	font-size: 14.5px;
	text-decoration: none;
}
.footer__list li a:hover{
	text-decoration: underline;
}


.reklama {
    color: #FFFFFF;
    font: 14px Arial;
    padding-top: 14px;
}

.reklama a {
    color: #DB0000;
}


.footer_bottom {
	height: 90px;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 610px;
}

.copy {
    color: #E0E0E0;
    float: left;
    font: 14px Arial;
    margin-left: 2px;
    margin-top: 30px;
}


.footer_links {
    color: #E0E0E0;
    float: left;
    font-size: 14px;
    list-style: none outside none;
    margin-left: 92px;
    margin-top: 29px;
}

.footer_links li {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
}

.footer_links a {
    color: #E0E0E0;
    font-size: 14px;
    text-decoration: none;
}

.footer_links a:hover {
    text-decoration: underline;
}

.main {
    background:url("/images/main_link.png") no-repeat left center;
    padding-left: 23px;
}

.mail {
   background:url("/images/mail_link.png") no-repeat left center;
   padding-left: 23px;
}

.loaderfeedback{
    display: none;
    padding-top: 200px;
    padding-bottom: 200px;
    #width: 265px;
    width: 240px;
    padding-left: 25px;
}

.sbanner {
    color: #E0E0E0;
    height:50px;
    vertical-align:center;
}

.sbanner  a{
    color: red;
}

#ban_diag h2{
	text-transform: none;
	text-align: center;
	color: #516271;
	margin: 13px 0 30px;
	padding-top: 13px;
	font-size: 20px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	line-height: 1.3;
}
#ban_diag_diag{
	display: block;
	width: 100%;
	background: url("/images/new-design/diagr.png") no-repeat 50% 0;
	height: 239px;
	position: relative;
}
#ban_diag_diag img{
	display: block;
	margin: 0 auto;
}
#ban_diag{
	position: relative;
	margin-top: -13px;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(253,253,253,1) 0%, rgba(231,236,242,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(253,253,253,1) 0%,rgba(231,236,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(253,253,253,1) 0%,rgba(231,236,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e7ecf2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#ban_diag_show_data{
	/*width: 170px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	margin: 41px auto;*/
	background: rgba(0, 0, 0, 0) url("/images/new-design/banner-button.png") no-repeat scroll 0 0;
	height: 84px;
	left: 50%;
	margin-left: -42px;
	position: absolute;
	top: 191px;
	width: 84px;
}
#ban_diag_show_data:hover{
	background: rgba(0, 0, 0, 0) url("/images/new-design/banner-button.png") no-repeat scroll 0 -168px;
}

#ban_diag_show_data:active{
	background: rgba(0, 0, 0, 0) url("/images/new-design/banner-button.png") no-repeat scroll 0 -84px;
}

#ban_diag_show_data a{
	/*border: 1px solid #fde896;
	font-size: 11px;
	border-radius: 5px;
	display: block;
	background: #ffcb01;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
	padding: 7px 0;
	cursor: pointer;*/

	color: #fff;
	display: block;
	font-family: Roboto,sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 60%;
	padding-top: 30px;
	cursor: pointer;
	text-align: center;
	text-shadow: 0 1px 0 #a50606;
	text-transform: uppercase;
	width: 100%;
	text-decoration: none;
}

.en_page #ban_diag_show_data a{
	padding-top: 21px;
}
#ban_diag_data{
	max-height: 0px;
	display: block;
	transition: 2s;
	overflow: hidden;
	width: 100%;
}
#ban_diag_data.active{
	max-height: 400px;
}

#ban_diag_data ul{
	margin-left: 30px;
	display: block;
}
#ban_diag_data ul li{

}
#ban_diag_data li {
	list-style-type: square;
}
#ban_diag_data ul li {
	list-style-type: none;
}
#ban_diag_data ul li::before {
	content: counter(item, disc) " ";
	font-size: 30px;
	color: red;
	position: relative;
	top: 6px;
	left: 6px;
}
#ban_diag_data ul li:nth-child(1)::before {
	color: #e23820;
}
#ban_diag_data ul li:nth-child(2)::before {
	color: #417abc;
}
#ban_diag_data ul li:nth-child(3)::before {
	color: #1db232;
}
#ban_diag_data ul li:nth-child(4)::before {
	color: #59c0ee;
}
#ban_diag_data ul li:nth-child(5)::before {
	color: #6858a0;
}
#ban_diag_data ul li:nth-child(6)::before {
	color: #9acf91;
}
#ban_diag_data ul li:nth-child(7)::before {
	color: #f6d300;
}
.cat_inner_wrapper_nobg{
	background-image: none;
}
.cat_inner_wrapper h2{
	margin-left: 0;
	margin-bottom: 19px;
    margin-top: 17px;
}

/*stiky header*/
.header.sticky .logo, .header.sticky .logo-block{
	top: 20px;
}

.header.sticky h1.logo-block__title{
	left: 110%;
	top: 20px;
}

.header.sticky .btn_connect_cat{
	left: 700px;
	top: 38px;
}

#toTop {
	width:50px;
	background: rgba(0,0,0,0.7) url("/images/new-design/up-str.png") no-repeat 50% 47%;
	position:fixed;
	bottom: 10%;
	right:10px;
	cursor:pointer;
	display:none;
	height: 50px;
	border-radius: 50%;
}
#middle{
	display: flex;
}

.cat_inner_wrapper {
	padding-bottom: 10px;
}

.en_page .JapanCat_1 .list_items {
    margin-left: 45px;
}

.en_page .EuroCat_7 .list_items {
    margin-left: 40px;
}

.en_page .EuroCat_7 .img_items {
    margin-right: 20px;
}

.en_page .EuroCat_1 .list_items li:nth-child(2) a {
    background-position: 73% center;
    padding-right: 48px;
}

.en_page .EuroCat_1 .list_items li:nth-child(3) a {
    background-position: 83% center;
    padding-right: 31px;
}
.en_page .EuroCat_1 .list_items li:first-child a {
    background-position: 67% center;
    padding-right: 47px;
}
.en_page .EuroCat_1 .list_items li:last-child a,
.en_page .EuroCat_2 .list_items li:last-child a{
	padding-right: 0;
}

.en_page .EuroCat_2 .list_items {
    margin-left: 34px;
}

/* Begin Баннер Тр
--------------------*/
.promo-birthday {
	background-image: url('/images/new-design/promo-birthday/promo-birthday.jpg');
	height: 430px;
	text-align: center;
	position: relative;
}

.promo-birthday__btn {
	width: 177px;
	padding: 11px 0;
	font-family: 'Roboto';
	font-size: 17px;
	color: #ffffff;
	background-color: rgb(42, 104, 152);
	text-decoration: none;
	position: absolute;
	left: 50%;
	margin-left: -88.5px;
	bottom: 35px;
	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	-ms-transition: background-color 200ms;
	-o-transition: background-color 200ms;
	transition: background-color 200ms;
}

.promo-birthday__btn:hover {
	background-color: rgb(50, 117, 169);
}

.promo-birthday__arrow {
	background-image: url('/images/new-design/promo-birthday/promo-birthday__btn-arrow.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 27px;
}

/* End Баннер Тр
--------------------*/


