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

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

* {
	margin: 0px;
	padding: 0px;
	font-family: 'RoomThin', Arial;
}

body {
	width: 100% !important;
	overflow-x: hidden !important;
	overflow-y: visible !important;
	font-size: 14px;
	color: #5B646B
}

.full_width_container {
	width: 100%;
	display: block;
}

.inner_container {
	width: 1100px;
	display: block;
	margin: 0px auto;
}

table {
	border-spacing: 0px;
}

table.full_width {
	width: 100%;
}

table.v_top td {
	vertical-align: top;
}

.top_table_main {
	margin-top: 30px;
}

.top_table_line {
	margin-top: 40px;
}




.top_blue_line {
 	padding: 0px;
 	background: radial-gradient(circle, #345a7b, #1f3652);
 	border-radius: 0px 0px 15px 15px;
 	margin: 0px auto;
 	width: 1120px;
 	box-shadow: 0px 0px 12px #506975;
 	position: relative;
    z-index: 3;
}

.top_white_line {
 	padding: 0px;
 	border-radius: 15px;
 	margin: 0px auto;
 	width: 1120px;
 	position: relative;
    z-index: 2;
}

.content_line {
    margin: 0px auto;
    margin-top: 21px;
    width: 1120px;
    background: #FFF;
    box-shadow: 0px 0px 12px #C3C3C3;
    border-radius: 15px;
}

.top_logo {
	display: block;
    padding: 10px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #F1F0F0;
    box-shadow: 0px 5px 13px rgba(68, 68, 68, 0.22);
    margin-bottom: -38px;
    position: relative;
}

#slide_top {
	border: 1px solid #EDEDED;
	width: 802px;
	height: 269px;
	border-radius: 1px;
	margin-top: -10px;
}

.slide_content {
	width: 802px;
	height: 269px;
	border-radius: 1px;
}

.slide_image {
    margin-top: 7px;
    margin-left: 497px;
    width: 257px;
    height: 257px;
    position: absolute;
}

.slide_title {
	margin-top: 70px;
    margin-left: 60px;
    width: 435px;
    font-size: 33px;
    font-weight: 800;
    color: #373737;
    font-family: RoomBold;
    line-height: 42px;
}

.slide_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #466663;
    display: inline-block;
    margin: 5px 7px;
    transition: all 0.2s;
}

.activeSlide, .activeSlide:hover {
    background: #466663;
    border: 2px solid #466663;
    width: 10px;
    height: 10px;
}

.slide_content .text_button {
    margin-top: 12px;
    margin-left: 59px;
}

.slide_pager {
	z-index: 50;
	position: relative;
	margin-top: -11px;
	display: block;
	text-align: center;
	width: 802px;
}

.partners_box {	margin: 50px 0px;
	height: 110px;
}

.partners_pager {
	opacity: 0;
	transition: All 0.5s;
	z-index: 60;
	position: relative;
}

.partners_box:hover > .partners_pager {
	opacity: 1;
}

.partners_pager .cli_left {
	z-index: 50;
    position: absolute;
    margin-top: -82px;
    left: 50%;
    margin-left: -550px;
    display: block;
    text-align: center;
    width: 20px;
    opacity: 0.7;
    transition: All 0.3s;
    cursor: pointer;
}

.partners_pager .cli_right {
	z-index: 50;
    position: absolute;
    margin-top: -82px;
    left: 50%;
    margin-left: 531px;
    display: block;
    text-align: center;
    width: 20px;
    opacity: 0.7;
    transition: All 0.3s;
    cursor: pointer;
}

.cli_left:hover, .cli_right:hover {	opacity: 1
}
/*
.partners_pager {
	z-index: 50;
    position: absolute;
    margin-top: -121px;
    left: 50%;
    margin-left: 528px;
    display: block;
    text-align: center;
    width: 20px;
}





#partners_pages .slide_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #787E8F;
    display: inline-block;
    margin: 5px 5px;
    transition: all 0.2s;
}

#partners_pages .activeSlide, .activeSlide:hover {
    background: #787E8F;
    border: 1px solid #787E8F;
    width: 8px;
    height: 8px;
}

*/

#slide_pages {
    text-align: center;
    display: inline-block;
    background: #FFFFFF;
}

.text_button {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    padding: 0px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: #FFFFFF;
    background: #466663;
    font-family: RoomThin;
    transition: All 0.3s;
}

.text_button:hover {
	color: #FFFFFF;
	background: #5f8884;
	text-decoration: none;
}

.text_button_empty {
    color: #000;
    background: none;
    border: 2px solid #E7E7E7;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    padding: 0px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: RoomThin;
}

.text_button_empty:hover {
	color: #000000;
	background: none;
	border: 2px solid #5f8884;
	text-decoration: none;
}

.text_button_min {
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    font-size: 14px;
}

.text_button_empty.text_button_min {
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    font-size: 14px;
    margin-right: 5px;
}

.top_nav_way {
    margin-left: 10px;
    margin-top: -50px;
    margin-bottom: 37px;
}

.top_nav_way img {
    margin-top: 1px;
}

.top_nav_way a.nav_way {
    display: inline-block;
    margin-left: 15px;
    color: #000
}

.top_nav_way a.nav_way:before {
	content: '';
    border: 3px solid transparent;
    border-left: 4px solid #000000;
    display: block;
    margin-left: -11px;
    margin-top: 5px;
    position: absolute;
}

.top_nav_way a.nav_way:nth-child(1):before {
	display: none;
}

.filialy_button {
    height: 28px;
    line-height: 28px;
    border: 2px solid #466663;
    margin-right: 5px;
}
.filialy_button:hover {
    border: 2px solid #5f8884;
}

.filialy_text {
	padding: 8px 14px;
}

.filialy_address {
	margin: 20px 30px;
	font-size: 16px;
	color: #000;
	display: none;
}

.filialy_title {
	font-size: 19px;
	color: #000;
	margin-top: 45px;
	font-weight: 400;
}

.filialy_sub_title {
	font-size: 15px;
	color: #000;
	margin: 15px 0px;
	font-weight: 900;
	font-family: RoomBold;
}

.filialy_sub_title span {
	font-weight: 400;
	font-family: RoomThin;
}

.filialy_phone {
	font-size: 14px;
	color: #000;
	margin: 5px 0px;
	font-weight: 400;
	font-family: RoomThin;
}

.filialy_phone span {
	font-size: 12px;
	color: #797979;
	font-family: RoomThin;
}

.map_schema {
	margin: 20px 0px;
    text-align: center;
    font-weight: 900;
    font-family: RoomBold;
    color: #bfbfbf;
    font-size: 18px;
    width: 480px;
}


.top_menu {
	list-style: none;
	text-align: left;
	margin-top: 40px;
}

.top_menu li {
	display: block;
	list-style: none;
	float: left;
	height: 210px;
	/*margin-right: 14px;*/
	margin-right: 42px;
}

.top_menu li a {
	display: block;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    font-family: RoomBold;
    width: 120px;
    height: 180px;
    text-align: center;
    padding: 0px;
}

.top_menu li:nth-last-child(1) {
	width: 170px;
	margin-right: 0px;
}

.top_menu li:nth-last-child(1) a {
	width: 170px;
}

.top_menu li a img {
    display: block;
    margin: 10px auto;
}

.top_menu li a:hover, .top_menu li.active a, .top_menu li.active a:hover {
	text-decoration: underline;
}

.top_menu li:nth-last-child(1) a {
    padding-right: 0px;
}

.top_menu li:nth-child(4) a img {
	margin-left: 27px;
}

.top_menu li:nth-child(5) a img {
	margin-left: 55px;
}


.main_top_menu {
    list-style: none;
    text-align: left;
    margin-top: 5px;
}

.main_top_menu li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}

.main_top_menu li a {
	display: block;
    color: #2f2f2f;
    text-decoration: none;
    font-size: 20px;
    padding: 7px 15px 7px 15px;
    border-radius: 30px;
    border: 2px solid rgba(255,255,255,0)
}

.main_top_menu li a:hover, .main_top_menu li.active a, .main_top_menu li.active a:hover {
	text-decoration: none;
	border: 2px solid #E0E0E0;
}

.main_top_menu li.active a, .main_top_menu li.active a:hover {
	text-decoration: none;
	border: 2px solid #466663;
}

.cat_menu {
	list-style: none;
	text-align: left;
	margin-top: 20px;
}

.cat_menu li {
	display: block;
	list-style: none;
}

.cat_menu li a {
	display: block;
    color: #9f328b;
    text-decoration: none;
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}

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


.footer_menu {
	list-style: none;
}

.footer_menu li {
	display: block;
	list-style: none;
	height: 27px;
	line-height: 27px;
	font-family: RoomBold;
	font-weight: 800;
}

.footer_menu li a {
	display: block;
    color: #393939;
    text-decoration: none;
    font-size: 15px;
	font-family: RoomBold;
	font-weight: 900;
	text-transform: uppercase;
}

.footer_menu li a:hover {
	text-decoration: underline;
    font-size: 15px;
	font-family: RoomBold;
	font-weight: 900;
	text-transform: uppercase;
	color: #393939;
}

.footer_right_text {
	margin-top: 0px;
	margin-left: 142px;
	text-align: left;
}

.footer_right_text .footer_menu a {
	cursor: default;
	text-decoration: none !important;
}

.footer_right_text .footer_menu li {
	height: 20px;
	line-height: 20px;
}

.footer_right_text p {
	margin-bottom: 15px;
}

.copyright {
	color: #353535;
	font-size: 12px;
	font-family: RoomBold;
	margin-top: 40px;
}

.copyright.right {
	margin-top: 26px;
}

.copyright a {
	color: #353535;
	font-size: 12px;
	font-family: RoomBold;
    font-weight: 900;
}

.left_menu_top {
	display: block;
    margin-top: -48px;
    margin-left: 87px;
    font-weight: bold;
    font-family: RoomBold;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
}

.left_menu_top img {
	margin-left: 5px;
	transition: All 0.3s;
}

.left_menu_top.active img {
	margin-left: 5px;
	transform: rotate(-180deg)
}

.left_menu_focus {
	margin-left: 68px;
    margin-top: -35px;
    padding: 45px 15px 15px 20px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.21);
    border-radius: 0px 0px 25px 25px;
    position: absolute;
    z-index: 3;
    width: 200px;
    display: none;
}

#filial_menu_focus {
 	margin-left: -20px;
    margin-top: -25px;
    padding: 35px 15px 10px 20px;
    width: 225px;
}

.left_menu_focus li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}

#filial_menu_focus li a {
 	text-transform: none;
 	font-size: 13px;
 	font-family: RoomBold;
 	letter-spacing: -0.2px;
}

.letter_under_box {
	display: none;
	width: 535px;
    margin: 10px auto;
    padding: 10px;
    border-radius: 18px;
    text-align: left;
    border: 1px solid #EEEEEE;
}

.letter_under_box input {
	width: 227px !important;
	min-width: 227px !important;
}

.letter_under_box textarea {
	width: 500px;
	margin-top: 8px;
	height: 100px;
	line-height: 18px;
	padding-top: 10px;
	resize: none;
}

.letter_under_box input[type="submit"] {
	width: 235px;
	top: 0px;
	margin: 7px auto;
	position: relative;
}

.left_menu {
	list-style: none;
    text-align: left;
    margin-left: 99px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.left_menu li {
	display: block;
	list-style: none;
}

.left_menu li:nth-last-child(1) {
 	border-bottom: 0px;
}

.left_menu li a {
	display: block;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 0px;
    font-family: RoomThin;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.left_menu li a:before {
    display: block;
    content: '';
    border: 3px solid transparent;
    border-left: 4px solid #dcdcdc;
    position: absolute;
    margin-top: 5px;
    margin-left: -13px;
}

.left_menu li a:hover, .left_menu li.active > a, .left_menu li.active > a:hover {
	text-decoration: none;
	color: #466663;
}

.left_menu li a:hover:before, .left_menu li.active > a:before, .left_menu li.active > a:hover:before {
	border-left: 4px solid #466663;
}

.left_menu li ul li a {
	display: block;
    color: #717070;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 0px;
}

.left_menu li ul {
	display: none;
}

ul.left_menu li ul li{
	background: #FFFFFF;
}

.wcommunity_wrap:before {
	box-shadow: none !important;
}


.head_phone {
    text-align: left;
    font-size: 23px;
    color: #323232;
    font-weight: normal;
    margin-top: 20px;
}

.head_phone span {
	font-size: 17px;
}

.head_phone img {
    vertical-align: top;
    margin-top: 1px;
    margin-right: 12px;
    margin-left: 5px;
}



.call_button {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    border: 2px solid #466663;
    margin: 25px 0px 20px 6px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #5c5c5c;
    font-family: RoomBold;
    transition: all 0.4s;
    background-image:url(../image/button_hover.png);
    background-repeat: no-repeat;
    background-position-x: -300px;
}

.call_button:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-position-x: 0px;
	border: 2px solid #5f8884;
}

.consultant_link {
    display: block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border-bottom: 2px solid #d09b4c;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px #c17035;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #FFF;
    background: linear-gradient(to right,#f58233,#ffcc29);
}

.consultant_link:hover {
    display: block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border-bottom: 2px solid #d09b4c;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px #c17035;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #FFF;
    background: #ffcc29;
}


.section_button {
    display: block;
    border-radius: 0px;
    border-bottom: 2px solid #D8C16C;
    margin-top: 8px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    /*background: linear-gradient(to right, #D6B64C 0%, #eae68c 15%, #eae68c 85%, #D6B64C 100%);*/
    background: #eae68c;
}

.section_button:hover {
	color: #000;
	/*background: linear-gradient(to right, #DEBF56 0%, #EFEB90 15%, #EFEB90 85%, #DEBF56 100%);*/
	background: #EFEB90;
	text-decoration: none;
    font-weight: bold;
}

.section_button2 {
    border-bottom: 2px solid #2E4B65;
    color: #FFF;
    background: #497398;
    /*background: linear-gradient(to right, #325573 0%, #497398 15%, #497398 85%, #325573 100%);*/
}

.section_button2:hover {
    color: #FFF;
    background: #5983A9;
    /*background: linear-gradient(to right, #41688A 0%, #5983A9 15%, #5983A9 85%, #41688A 100%);*/
}

.section_button3 {
    border-bottom: 2px solid #A8ACB1;
    color: #000;
    background: #DDE2E8;
    /*background: linear-gradient(to right, #C3C7CC 0%, #DDE2E8 15%, #DDE2E8 85%, #C3C7CC 100%);*/
}

.section_button3:hover {
    color: #000;
    background: #E5EAEF;
    /*background: linear-gradient(to right, #CCCFD4 0%, #E5EAEF 15%, #E5EAEF 85%, #CCCFD4 100%);*/
}

.section_button4 {
    border-bottom: none;
    color: #51616B;
    background: #EAF0F7;
    text-align: left;
    padding-left: 8px !important;
    font-weight: normal;
    font-size: 13px;
    margin: 3px 0px;
    border: 3px solid #EAF0F7;
}

.section_button4:hover {
    border-bottom: none;
    color: #000;
    background: #FFF;
    text-align: left;
    padding-left: 8px !important;
    font-weight: normal;
    font-size: 13px;
    margin: 3px 0px;
    border: 3px solid #EAF0F7;
}


.enter_link {
	font-weight: normal;
    color: #83888a;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 20px;
}

.enter_link img {
	margin-top: -4px;
    vertical-align: top;
    margin-right: 2px;
    width: 27px;
}

.enter_link:hover {
    color: #999ea0;
    text-decoration: none;
}


.left_box {
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #ececec;
    box-shadow: 1px 2px 10px rgba(189, 182, 182, 0.4);
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
}

.main_category {
    float: left;
    width: 261px;
    height: 222px;
    background: #FFF;
    border: 1px solid #EDEDED;
    padding: 0px;
    margin: 0px 10px 10px 0px;
}

.main_category img {
	width: 235px;
    margin-left: 13px;
    margin-top: 13px;
    height: 155px;
}

.main_category a {
    text-align: center;
    display: block;
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #d50058;
    font-size: 16px;
}

.main_category:nth-child(2n+2) {
    margin-right: 0px;
}


.item_box {
    float: left;
    width: 300px;
    height: 460px;
    border-radius: 0px;
    background: #FFF;
    padding: 0px;
    margin: 0px 50px 20px 0px;
    position: relative;
    z-index: 0;
}

.item_box:hover:before {
	content: '';
    width: 320px;
    height: 480px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.11);
    background: #FFF;
    margin-left: -160px;
    margin-top: -10px;
    position: absolute;
    z-index: 1;
}

.item_box:nth-child(3n+3) {
	margin-right: 0px;
}

.item_box_image {
    display: block;
    width: 300px;
    height: 350px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.item_box_image img {
    min-height: 350px;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
    z-index: 2;
}

.item_title {
	padding: 12px 0px 5px 0px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.item_title a {
	text-decoration: none;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    display: block;
    float: left;
    letter-spacing: -0.6px;
    width: 250px;
}

.item_article {
    color: #83888a;
    text-align: left;
    float: right;
    width: 50px;
    font-size: 17px;
    letter-spacing: -1px;
}

.item_title a span {
    display: block;
}

.item_title a:hover {
	text-decoration: underline;
	color: #348ec6;
}

.modern_catalog_check {
 	border: 1px solid #112359
}

.item_price {
	font-size: 17px;
    color: #000000;
    padding-top: 0px;
    margin-bottom: 5px;
    font-weight: 300;
    text-align: left;
    position: relative;
    z-index: 2;
    float: left;
    width: 200px;
}

.item_colors {
	font-size: 17px;
    color: #83888a;
    padding-top: 0px;
    margin-bottom: 5px;
    font-weight: 300;
    text-align: right;
    position: relative;
    z-index: 2;
    float: right;
    width: 100px;
}

.item_oldprice {
	font-size: 11px;
    font-weight: normal;
    color: #A4ABB0;
    margin-left: 12px;
    margin-bottom: -7px;
    margin-top: -7px;
    text-decoration: line-through;
}

.item_oldprice .rur:after {
	display: none
}

.item_oldprice .rur {
	font-weight: normal;
}

.item_line_table {
	width: 100%;
	margin-top: -10px;
	border-spacing: 0px;
}

.item_hover_box {
	display: none;
}

.item_box:hover>.item_hover_box {
	display: block;
	position: relative;
    z-index: 2;
}

.item_cart {
	float: left;
	width: 180px;
}

.item_more {
    float: left;
    width: 120px;
    padding-top: 16px;
    text-align: right;
}

.item_more a {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 300;
}

.item_more a img {
	vertical-align: top;
    margin-top: 4px;
    margin-right: 7px;
}

.rur {
    position: relative;
}

.rur:after {
    position: absolute;
    bottom: 7px;
    left: 0px;
    content: '';
    display: none;
    width: 8px;
    height: 1px;
    background: #266078;
}

.rur_cart:after {
    position: absolute;
    bottom: 4px;
    left: 0px;
    content: '';
    display: none;
    width: 7px;
    height: 1px;
    background: #266078;
}

.call_link {
    color: #9f328b;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #9f328b;
    margin-right: 20px;
    font-size: 13px;
    top: -2px;
    position: relative;
}

.call_link:hover {
	color: #bd38a5;
	text-decoration: none;
	border-bottom: 1px dashed #bd38a5;
}


h2 {
    font-size: 30px;
    color: #373737;
    margin: 15px 0px;
    font-weight: 900;
    margin-top: 8px;
    font-family: RoomBold;
    text-align: center;
}

h2 span {
    display: inline-block;
    background: #FFF;
    padding: 0px 10px;
    font-size: 30px;
    color: #373737;
    margin: 15px 0px;
    font-weight: 900;
    margin-top: 8px;
    font-family: RoomBold;
    text-align: center;
    z-index: 2;
    position: relative;
}

h2:after {
	content: '';
	z-index: 1;
	display: block;
	position: absolute;
	width: 1100px;
	height: 1px;
    background: #e7e7e7;
    margin-top: -32px;
}

h3 {
	font-family: RoomBold;
    font-size: 16px;
    text-transform: uppercase;
    color: #466663;
    font-weight: bold;
    margin: 20px 0px 15px;
}

.clear {
	clear: both;
}

.filter_box, .left_menu_box {
	margin-bottom: 0px;
}

.filter_box a {
	display: block;
	float: left;
	padding: 3px 8px;
	border-radius: 2px;
	border: 1px solid #D3D5DE;
	font-size: 13px;
	color: #5B6179;
	margin: 0px 0px 8px 8px;
	text-decoration: none;
}

.filter_box a:hover {
	background: #F0F1F4
}

.left_menu_box li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	border-radius: 0px;
}

.left_menu_box li:nth-last-child(1) {
	border-bottom: 0px;
}

.left_menu_box li ul {
	display: none;
    position: absolute;
    background: #FFF;
    margin-top: -29px;
    margin-left: 256px;
    width: 220px;
    border: 1px solid #D3D5DE;
    box-shadow: 0px 1px 7px #DCDCDC;
    z-index: 5;
}

.left_menu_box li:hover > ul {
	display: block;
}

.left_menu_box li.sub_cat {
    background: url(../image/right_arrow.png) center right no-repeat;
}

.left_menu_box li a {
	display: inline-block;
	padding: 3px 5px;
	font-size: 13px;
	color: #51616B;
	text-decoration: none;
}

.left_menu_box li:hover {
	background: rgba(255, 255, 255, 1);
}

.title_image {
    position: absolute;
    margin-top: 50px;
    z-index: 2;
    float: left;
    display: inline-block;
    padding: 5px 8px;
    background: rgba(0,0,0,0.7);
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    max-width: 170px;
}

.filter_form_field {
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #B1B7C7;
	font-size: 13px;
}

.filter_form_search_button {
	position: absolute;
    z-index: 3;
    margin-left: 5px;
    margin-top: 14px;
    border-radius: 0px;
    border-left: 0px;
    opacity: 0.7;
}

.filter_form_search_button:hover {
    opacity: 1;
}

.filter_form_search {
    display: block;
    float: right;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #669423;
    margin-left: 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    background: linear-gradient(#7AAD2A 0%, #8DCE3F 50%, #7AAD2A 100%);
}

.filter_form_search:hover {
    background: linear-gradient(#84B930 0%, #94D842 50%, #84B930 100%);
}

.top_filial {
	font-family: RoomBold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	margin-top: 25px;
	display: block;
	margin-top: 11px;
	margin-left: 30px;
}

.top_filial img {
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.payment_box {
	text-align: right;
	color: #000
}

.payment_box img {
	margin-top: 12px;
}

.cart_button {
    display: block;
    float: right;
    width: 45px;
    min-width: 45px;
    height: 24px;
    padding: 0px;
    line-height: 25px;
    margin-right: 10px;
    margin-top: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
    background: #9f328b;
}

.cart_button img {
	margin-top: 3px;
}

.cart_button:hover {
    background: #b93ba2;
}

.cart_button_items img {
    margin-top: 9px;
    vertical-align: top;
    margin-right: 10px;
    width: 18px;
}

.cart_button_items {
	display: block;
    float: left;
    width: 120px;
    margin-top: 10px;
    text-transform: none;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #348ec6;
    transition: All 0.3s;
}

.cart_button_items:hover {
	background: #50b3f1
}

.cart_table {
    font-size: 12px;
    padding: 6px;
    color: #154c66;
    text-align: left;
}

.cart_table td img {
	margin-right: 10px;
}

.count_btn {
	display:none;
	float: left;
    background: #A0B2BB;
    font-size: 12px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px
}

.count_btn:hover {
    background: #7B8B92;
}

.count_btn:nth-child(1) {
    border-radius: 4px 0px 0px 4px
}

.count {
	display:none;
    border: 1px solid #D2D6DF;
    text-align: center;
    height: 18px;
    line-height: 18px;
    width: 25px;
    float: left;
    font-size: 12px;
}

.icons_table {
    border-spacing: 0px;
    margin-left: 0px;
    width: 395px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 110px;
    border: 1px solid #EFEFEF;
    background: #F9F9F9;
}

.icons_table td {
	padding-top: 12px;
	width: 110px;
	text-align: center !important;
	vertical-align: top;
	border-right: 1px solid #EFEFEF;
}
.icons_table td:nth-last-child(1) {
	border-right: none;
}

.icons_table td div {
	width: 45px;
    height: 45px;
    text-align: center !important;
    border-radius: 50%;
    background: #F9F4C1;
    box-shadow: 0px 2px 1px #F4DD66;
    display: block;
    margin: 0px auto;
}

.icons_table td div img {
	margin-top: 6px;
    width: 33px;
    border-radius: 50%;
    border: 1px dashed #E2C46C;
    margin-left: 1px;
}

.icons_table td p {
	text-align: center !important;
    margin-top: 11px;
    font-size: 13px;
    line-height: 13px;
    color: #144A65;
    font-weight: normal;
}

.shop_check {
    font-size: 11px;
    color: #74CE50;
    padding-right: 15px;
    margin-top: -30px;
    text-align: left;
    float: right;
}

.for_order {
    color: #BCC5CF;
}

.shop_check img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
}

.for_order img {
    margin-top: 4px;
}

.item_sticker {
	position: absolute;
	z-index: 2;
	margin-left: -1px;
	margin-top: -1px;
}

.news_table {
	margin-top: 25px;
	margin-bottom: 50px;
}

.news_table td:nth-child(1)  {
	width: 40%;
}

.news_table td:nth-child(2) {
	width: 60%;
	padding-left: 40px;
}

.new_box {
	margin-bottom: 15px;
	margin-top: 7px;
}

.new_box .date_text {
	font-size: 11px;
	color: #ADB4BC;
	margin-bottom: 2px;
}

.new_box a.new_title {
	text-decoration: none;
    color: #000000;
    display: block;
    margin-bottom: 1px;
    font-size: 14px;
}

.new_box a.new_title:hover {
	text-decoration: underline;
    color: #000000;
}

.new_box .new_descr {
	font-size: 12px;
	color: #3D434E;
	margin-top: 6px;
}

.nav_page, .nav_more {
	display: inline-block;
	padding: 5px 9px;
	background: #E4E8ED;
	font-size: 14px;
	text-decoration: none;
	margin: 3px;
	color: #425164;
	border-radius: 2px;
}

.nav_more {
	color: #97A7BB;
	font-weight: bold;
	cursor: default
}

.nav_page:hover {
	background: #CCD4DE;
}

.nav_page_active, .nav_page_active:hover {
	background: #425164;
	color: #E4E8ED;
	font-weight: bold;
}

.footer {
	padding: 30px 0px 50px 0px;
 	background: #FFF; /*radial-gradient(circle, #345a7b, #1f3652);*/
 	margin: 0px auto;
 	width: 1100px;
    border-top: 1px solid #E7E7E7;
 	position: relative;
    z-index: 3;
	line-height: 20px;
	color: #33343E;
}


.shop_full_item_box .shop_item_img {
    width: 250px;
    border: 1px solid #EDEDED;
    height: auto;
    text-align: center;
    margin-right: 10px;
}

.shop_full_item_box .shop_item_img img {
  	max-width: 250px;
}

.shop_content_box {
	padding: 15px 0px;
    margin-bottom: 10px;
}

.shop_c_table {
	width: 100%;
	border-spacing: 0px;
}

.shop_c_table td {
	height: 37px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
}

.shop_c_table td:nth-child(1) {
	width: 70px;
	font-weight: bold;
}

.shop_c_table td:nth-child(2) {

}

.into_price_box {
    /*background: #898C90;*/
    color: #274462;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 3px 20px;
    margin-top: 8px;
}

.into_price_box .rur:after {
    position: absolute;
    bottom: 8px;
    left: 0px;
    content: '';
    display: none;
    width: 12px;
    height: 2px;
    background: #274462;
}

.shop_content_box .shop_cart_button {
    float: none !important;
    width: 124px;
    margin: 0px auto;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    margin-top: 9px;
    margin-bottom: -29px;
}

.shop_content_box .shop_cart_button img {
    margin-top: 8px !important;
}

.c_title {
    font-size: 16px;
    font-weight: normal;
    color: #d50058;
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.shop_item_back_link {
	float: none;
    margin-left: 675px;
    font-size: 13px;
    margin-bottom: 15px;
    position: absolute;
    margin-top: -51px;
}

.text_content_center_box {
    font-size: 14px;
    padding: 0px 0px 20px 60px;
    line-height: 25px;
}

.text_content_center_box img, .text_content_center_box iframe, .text_content_center_box object {
	max-width: 700px !important;
}

.text_content_center_box img {
	border-radius: 10px;
}

.text_content_center_box ul {
    margin: 15px 0px 20px 30px;
}

.news_feed_item .news_i_c_title {
	display: block;
    text-transform: none;
    font-weight: 300;
    font-family: RoomBold;
    font-size: 14px;
    color: #4c4c4c;
    margin: 10px 0px 10px 0px;
}

.news_feed_item .news_i_c_date {
	display: block;
    text-transform: none;
    font-size: 15px;
    color: #787D85;
    margin: 10px 0px 10px 0px;
}

.news_feed_item .news_i_c_descr {
    margin: 15px 0px 10px 0px;
}

.news_feed_item .news_item_more_link {
    float: right;
    font-weight: 900;
    font-family: RoomBold;
    color: #466663;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.news_feed_item {
    background: #FFF;
    border: 0px;
    border-bottom: 1px solid #E1E2E3;
    text-align: left;
    margin-top: 15px;
    margin-left: 60px;
}

.item_incart_text {
    margin-top: 8px;
    padding-top: 0px;
    cursor: pointer;
    display: block;
    width: 91px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    background: none;
    margin-left: 41px;
    color: #569C57;
}

.item_incart_text img {
    height: 15px;
    vertical-align: top;
    margin-top: 5px;
}

.item_incart_text:hover {
    opacity: 0.8;
}

.item_preloader {
  	margin: 5px auto;
  	display: block;
    padding-top: 8px;
    height: 15px;
    width: 15px;
    background: #FFF;
}

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

.catalog_table {
	width: 740px;
	margin-left: 60px;
	font-size: 16px;
	border-spacing: 0px;
}

.catalog_table td {
	padding: 12px 0px;
	color: #000000;
	min-width: 140px;
	vertical-align: middle
}

.catalog_table tr:nth-child(1) td {
	color: #9B9B9B;
	font-size: 13px;
	font-family: RoomBold
}

.catalog_table tr td:nth-child(1) {
	width: 470px;
	padding-right: 25px;
}

.catalog_table tr td:nth-child(3) {
	font-family: RoomBold;
	width: 100px;
}

.catalog_table tr td:nth-child(4) {
	width: 140px;
}

.catalog_button {
	display: inline-block;
	width: 140px;
	font-size: 13px;
	color: #000;
 	height: 30px;
 	line-height: 30px;
 	border-radius: 15px;
 	border: 1px solid #466663;
 	text-align: center;
 	margin-top: -8px;
 	opacity: 0;
    transition: background 0.4s, color 0.4s, opacity 0.2s;
    background-image:url(../image/button_hover.png);
    background-repeat: no-repeat;
    background-position-x: -300px;
}

.catalog_button:hover {
	text-decoration: none;
	display: inline-block;
	color: #FFF;
 	background-position-x: 0px;
	border: 1px solid #5f8884;
}

.catalog_table tr:hover>td {
	background: #f9f9f9
}

.catalog_table tr:hover>td .catalog_button {
	opacity: 1;
}

.catalog_title_section {
	font-size: 18px;
    font-family: RoomBold;
    margin-left: 59px;
    margin-bottom: 10px;
    margin-top: 20px;
	padding-bottom: 7px;
    border-bottom: 1px solid #E7E7E7;
}

.catalog_title_sect {
	font-size: 21px;
    font-family: RoomBold;
    margin-left: 59px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.dynamic_form_box_order {
	border: none;
}

.dynamic_form_box_order textarea {
 	resize: none;
 	height: 50px;
}

.dynamic_form_box_order p {
	margin: 5px 0px;
}

.dynamic_form_box_order input[type="submit"] {
	margin-left: -9px;
}

#order_table {
	width: 400px;
    margin-left: 0px;
    border-spacing: 0px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdbdb;
}

#order_table td {
	padding: 5px 2px;
	color: #000000;
}

#order_table tr td:nth-child(1) {
	font-family: RoomBold;
	width: 280px;
}

#order_table tr:nth-child(1) td {
	color: #848991;
	font-family: RoomBold;
	font-size: 16px;
}

.contact_box_contacts {
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 15px;
	color: #000000;
	border-bottom: 1px solid #E7E7E7
}

.contact_box_contacts:nth-last-child(1) {
	border-bottom: none
}

.contact_box_contacts .filialy_address {
	display: block;
	margin-left: 60px;
}

.contact_box_contacts .filialy_title {
	margin-top: 25px;
}

.contact_box_contacts .cont_address {
	margin-top: 25px;
}

.contact_box_contacts .managers_td_box {
	width: 585px;
}

.modal_title {
	font-family: RoomBold;
    font-size: 30px;
    color: #FFF;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #466663;
}

.caution_box {
	border: 1px dashed #000;
	padding: 20px;
    border-radius: 10px;
    width: 225px;
    color: #000;
    margin-left: 58px;
    line-height: 20px;
    float: left;
}

.caution_box img {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}

.sub_catalog_box {
	margin-top: 50px;
}

.catalog_info {
	float: left;
    width: 400px;
    margin-left: 40px;
    color: #000;
    padding-top: 21px;
}

.catalog_info p img {
    margin-top: 2px;
    margin-right: 10px;
    vertical-align: top;
}

.catalog_info p {
	margin-bottom: 5px;
}

.caution_box_price {
	margin-top: 70px;
	color: #000;
	margin-left: 59px;
}

.caution_box_price span {
	font-family: RoomBold
}

.catalog_manager_box {
	margin-top: 50px;
	margin-left: 55px;
}

.catalog_manager_image {
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid #466663;
	overflow: hidden
}

.catalog_manager_image img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}

.catalog_manager_content {
	float: left;
	width: 555px;
	padding-left: 40px;
}

.catalog_manager_content table {
	width: 100%;
}
.catalog_manager_content table td {
	vertical-align: top;
	line-height: 20px;
	color: #000;
	padding-top: 10px;
}
.catalog_manager_content table td:nth-child(2) {
	text-align: right;
}

.catalog_manager_content .head_phone {
	text-align: right;
	margin-top: 0px;
}

.catalog_manager_content .head_phone img {
    vertical-align: top;
    margin-top: -2px;
    margin-right: 12px;
    margin-left: 5px;
}

.catalog_manager_content .call_button {
	width: 140px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin: 0px;
    float: right;
    margin-top: 12px;
    font-family: RoomThin
}

.catalog_manager_filial {
	margin-top: 17px;
}

.catalog_branch_box {
	display: none;
}

.search_counter {
	font-size: 16px;
	margin: 20px 60px;
}

.branch_tab {
	margin-left: 59px;
	border-bottom: 2px solid #466663;
}

.branch_tab a {
	display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 20px 20px 0px 0px;
    margin-left: 12px;
    background: #ffffff;
    padding: 0px 10px;
    border: 2px solid #466663;
    border-bottom: 0px;
    color: #000;
    float: right;
}

.branch_tab a:hover {
	text-decoration: none;
	color: #466663;
}

.branch_tab a.active, .branch_tab a.active:hover {
    background: #466663;
    border: 2px solid #466663;
    border-bottom: 0px;
    color: #FFF;
}

.buttom_underline {
	color: #466663;
    border-bottom: 2px dotted;
    padding-bottom: 1px;
    margin-top: 10px;
    margin-right: 16px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.buttom_underline:hover {
	color: #5f8884;
    text-decoration: none;
}

.buttom_underline_bold {
	color: #466663;
    text-align: left;
    font-family: RoomBold;
    margin-top: 0px;
}



.char_section_title {
	margin-left: 60px;
	display: block;
	margin-bottom: 8px;
	color: #000;
	font-size: 15px;
}

.chars_table td {
	width: 33%
}

.shop_content_box .item_incart_text {
	margin-top: 9px;
    padding-top: 0px;
    cursor: pointer;
    display: block;
    width: 120px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border: 0px;
    background: #FFFFFF;
    margin-left: 0px;
    color: #589c58;
    font-weight: 600;
}

.shop_content_box .item_incart_text img {
	margin-top: 7px;
}

#cart_items_box, #cart_items_none {
	display: none;
}

.shop_order_table td .shop_item_img img {
    max-width: 60px;
    max-height: 80px;
}

.shop_order_table .item_price {
    font-size: 12px;
    font-weight: bold;
    color: #9f32a4;
    margin-left: 0px;
    padding-top: 5px;
    width: auto;
}

.shop_order_table tr td:nth-child(1) {
    width: 60px;
    text-align: left;
}

.shop_order_table tr td:nth-child(2) {
    width: 180px;
    text-align: left;
}

.empty_data {
	font-size: 13px;
}

.shop_full_item_box .full_item_title {
    font-size: 22px;
    color: #9f328b;
    margin-bottom: 10px;
    font-weight: 300;
}

.shop_full_item_box .full_item_descr {
    margin-bottom: 20px;
    font-size: 13px;
    color: #606671;
    margin-right: 12px;
}

.full_item_descr ul {
	margin: 15px 0px 25px 20px;
}

.item_price_full {
    font-size: 18px;
    color: #5D5E5F;
    padding-top: 12px;
    text-align: left;
}

.shop_sub_image {
    width: 95px;
}

.bg_text {
    position: absolute;
    z-index: 10;
    font-size: 21px;
    font-weight: 500;
    left: 197px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    margin-top: 164px;
    border-radius: 2px;
    margin-left: 251px;
    width: 560px;
    text-align: left;
    padding: 3px 0px;
    font-weight: bold;
}

.cart_top {
    margin-left: 0px;
    padding: 6px 15px;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    color: #FFF;
    margin-top: 10px;
}

#cart_items_box, #cart_items_none {
	color: #83888a;
    padding-top: 2px;
    display: block;
    font-size: 14px;
}

.cart_top:hover > table tbody tr td div span#cart_items_none {
    color: #999ea0;
}

.cart_top_fixed {
	top: 0px;
    left: 50%;
    margin-left: 90px !important;
    position: fixed;
    background: #ffffff;
    border: 1px solid rgb(247, 247, 247) !important;
    z-index: 9999999;
    display: block !important;
    opacity: 1;
    border-radius: 3px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
}

.search_form_top {
    width: 100px;
    font-size: 12px;
    margin-top: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #e2ddd2;
}

.search_form_top:focus {
    outline: none;
    border-bottom: 1px solid #446763;
}

.vert_line {
	height: 125px;
	width: 2px;
	background: rgba(80,80,80,0.05);
	border-right: 2px solid rgba(80,80,80,0.2);
	margin: 22px 25px;
}

.new_date {
	font-size: 12px;
    color: #83888a;
    margin-bottom: 10px;
}

.new_title {
	margin-bottom: 10px;
}

.new_title a {
	font-size: 20px;
    letter-spacing: -1.2px;
    font-weight: 400;
    color: #000;
}

.top_new_box {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
 	border-bottom: 1px solid #d8dee0;
 	color: #000;
 	line-height: 25px;
 	letter-spacing: -0.5px;
}

.new_more {
	display: block;
	margin-top: 15px;
	text-align: center;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #348ec6;
	border: 1px solid #348ec6;
	text-decoration: none;
}

.new_more:hover {
	color: #50b3f1;
	border: 1px solid #50b3f1;
	text-decoration: none;
}


.soc_icon {
	opacity: 0.9;
	width: 28px;
	border-radius: 0px;
	display: inline-block;
	transition: All 0.3s
}

.soc_icon:hover {
	opacity: 1
}

.soc_icon img {
	width: 28px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	transition: All 0.3s
}

.soc_icon:hover>img {
	transform:scale(1.15);
}

.main_page_block {
	display: inline-block;
	margin: 10px 2px 10px 10px;
}

.main_page_block a {
	width: 300px;
	height: 170px;
	background: #F5F5F5;
	display: block;
}

.main_page_block a .in_image {
	display: block;
	width: 300px;
	height: 135px;
	overflow: hidden;
	text-align: center;
}

.main_page_block a .in_image img {
	width: 310px;
	margin-left: -2px;
}

.main_page_block a .in_title {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 300px;
	text-align: center;
	font-size: 14px;
	color: #454A58;
	text-decoration: none;
}

/*

.main_page_block {
	display: inline-block;
	margin: 10px 0px 10px 10px;
}

.main_page_block a {
	width: 196px;
	height: 140px;
	background: #F5F5F5;
	display: block;
}

.main_page_block a .in_image {
	display: block;
	width: 196px;
	height: 105px;
	overflow: hidden;
	text-align: center;
}

.main_page_block a .in_image img {
	width: 200px;
	margin-left: -2px;
}

.main_page_block a .in_title {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 196px;
	text-align: center;
	font-size: 14px;
	color: #454A58;
	text-decoration: none;
}

*/

.i_cat_name {
 	display: inline-block;
 	font-size: 13px;
 	padding: 3px 5px;
 	border: 1px solid #E9E9EB;
 	color: #7C7C87;
 	text-decoration: none;
 	margin: 3px;
}

.shop_full_item_box_relative {
    width: 857px;
    margin-right: -240px;
    position: relative;
    margin-top: 18px;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 21px;
    z-index: 3;
    background: #FFF;
    border: 1px solid #D7D7D7;
    box-shadow: 1px 1px 5px rgba(152, 151, 151, 0.43);
}

.shop_sub_image_container {
    margin-top: 8px;
}

.color_box {
    display: inline-block;
    margin-right: 3px;
    width: 25px;
    height: 25px;
    border-radius: 0px;
    margin-top: 1px;
}

.section_box {
	display: inline-block;
	width: 236px;
	background: #FFF;
	height: 210px;
	margin: 7px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.11);
}

.section_bg {
	display: block;
	width: 100%;
	height: 140px;
	background-size: 100% auto;
	background-position: center center;
}

.section_box:nth-child(1) {
	margin-left: 0px;
}

.section_box:nth-child(4) {
	margin-right: 0px;
}

.section_title {
	font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    margin-top: 20px;
}

/*
.center_subcat_link {
	display: inline-block;
    margin: 0px -3px 2px 5px;
    padding: 2px 8px;
    background: #eaf0f7;
    color: #51616B;
    text-decoration: none;
    font-size: 12px;
    border-radius: 0px;
    border: 0px solid #eaf0f7;
}
*/

.center_subcat_link {
    display: inline-block;
    margin: 0px 5px 2px 5px;
    color: #51616B;
    text-decoration: none;
    font-size: 12px;
    border-radius: 0px;
    border-bottom: 1px dotted #8f999e;
}

.center_subcat_link:hover, .center_subcat_link_active, .center_subcat_link_active:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px solid #000;
	/*border: 2px solid #eaf0f7; */
}

.table_content_text {
	width: 100%;
	border-spacing: 0px;
}
.table_content_text td {
	width: 50%;
	vertical-align: top;
}

.table_content_text td:nth-child(1) {
	padding-right: 20px;
}

.table_content_text td:nth-child(2) {
	padding-left: 20px;
}

.page_photo_gallery {
    display: inline-block;
    width: 160px;
    height: 230px;
    margin: 10px 20px 10px 0px;
    border: 1px solid #EEEEEE;
    background-size: cover;
    background-position: center center;
}

.page_photo_gallery a img {
	opacity: 0;
    width: 160px;
	height: 230px;
}

.page_photo_gallery_min {
    display: inline-block;
    width: 130px;
    height: 200px;
    margin: 10px 15px 0px 0px;
    border: 1px solid #EEEEEE;
    background-size: cover;
    background-position: center center;
}

.page_photo_gallery_min a img {
	opacity: 0;
    width: 130px;
	height: 200px;
}

.faq_box {
	display: block;
	margin-bottom: 30px;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E6E3
}

.answer_text {
	margin-top: 12px;
    font-style: italic;
    color: #4c3941;
}

.question_text {
	margin-top: 5px;
    font-weight: 600;
    color: #d50058;
}

.question_time {
	margin-bottom: 4px;
	color: #776A62
}

.new_descr_min img {
	max-width: 190px;
}

#totop {
	display: none;
	background: rgba(0,0,0,0);
	height: 100%;
	width: 57px;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 200;
}

#totop:hover{
	opacity: 1;
	text-decoration: none;
}

.totop, .todown {
	display: none;
	font-size: 12px;
	color: #2E3138;
	text-align: center;
	top: 100%;
    margin-top: -30px;
    margin-left: 21px;
	position: absolute;
}

#totop .totop {
	display: block;
}

.totop img, .todown img {
	display: block;
	margin: 0px auto;
	width: 12px;
}

.scroll-to-back .totop {
	display: none !important;
}

.scroll-to-back .todown {
	display: block !important;
}

.pagination_box {
	margin: 10px 0px;
}

.navpag_page {
	display: inline-block;
    padding: 4px 8px;
    margin: 2px;
    background: #f3f3f3;
    color: #484848;
    text-decoration: none;
}

.navpag_page:hover {
    text-decoration: none;
    color: #484848;
}

.navpag_page_active {
    background: #d60159;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.navpag_page_active:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.voting_box {
	margin-left: 65px;
}

.q_title {
    margin: 14px 22px;
    font-size: 14px;
    font-family: RoomBold;
    color: #466663;
}

.q_answers {
	margin: 10px 0px 10px 22px;
	font-size: 12px;
	font-family: RoomBold;
	color: #000;
}

.q_answer {
	display: block;
	margin-bottom: 12px;
	clear: both;
	cursor: pointer;
}

.q_dot {
    float: left;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #c2c4c5;
    background: #FFF;
    margin-right: 7px;
    margin-top: 1px;
}

.q_answer:hover {
	color: #424444
}

.q_answer:hover>.q_dot {
	border: 2px solid #c2c4c5;
    background: #c2c4c5;
}

.q_answer.active .q_dot {
    border: 2px solid #466663;
    background: #466663;
}

.answer_result_line {
	display: block;
	float: left;
	margin-top: 3px;
	width: 75%;
	height: 5px;
	background: #D5D8DD;
}

.answer_result_line_content {
	display: block;
	width: 0%;
	height: 5px;
	background: #446763;
}

.answer_result_line_text {
    float: right;
    text-align: right;
    margin-top: -3px;
    width: 25%;
    font-size: 11px;
}

.answer_button {
    font-size: 10px;
    margin-left: 40px;
    margin-top: 5px;
    display: block;
}