﻿@font-face {
    font-family: 'magistral';
    src: url('../fonts/MagistralC-Bold.otf');
}

@font-face {
    font-family: 'magistral_normal';
    src: url('../fonts/MagistralC.otf');
}

@font-face {
    font-family: 'myriad';
    src: url('../fonts/MyriadWebPro.otf');
}

@font-face {
    font-family: 'daxline';
    src: url('../fonts/DaxlineProRegular.otf');
}

@font-face {
    font-family: 'daxline_bold';
    src: url('../fonts/DaxlineProBold.otf');
}


* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
html, body {
	background:#fff;
	color:#808080;
	font-size:15px;
	font-family: Tahoma, Arial, sans-serif;
    height: 100%;
}

a {
	text-decoration:underline;
	color:#808080;
	font-size:15px;
	font-family: Tahoma, Arial, sans-serif;
}
a:hover	{	text-decoration:none;	}

h1 {
	color:#231f20;
	font-size:38px;
	font-family: 'Daxline';
	font-weight: normal;
	margin-bottom: 25px;
	position: relative;
        font-weight: normal;
}

* html #wrapper {
    height: 100%;
}

/* Main blocks */
#wrapper {
    width: 1038px;
    margin: 0 auto;
    min-height: 100%;
}

#header {
    height: 203px;
    background: url(../images/header.jpg?v=1) no-repeat left top;
    position: relative;
}

#content {
    position: relative;
    left: 7px;
}

#footer {
    clear: both;
    height: 164px;
    width: 1038px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -164px;
    background: url(../images/footer.jpg) no-repeat left top;
    position: relative;
}

#rasporka {
    height: 164px;
}

/* Header */
#logo {
    width: 199px;
    height: 52px;
    background: url(../images/logo.jpg) no-repeat left top;
    position: absolute;
    left: 25px;
    top: 21px;
}

#logo a {
    display: block;
    width: 100%;
    height: 52px;
}

#social {
    position: absolute;
    left: 591px;
    top: 144px;
    z-index: 1000;
}

#social #youtube {
    position: absolute;
    left: 98px;
    top: 1px;
    width: 48px;
    height: 49px;
    background: url(../images/youtube_icon.png) no-repeat left top;
}


#social #youtube:hover {
    background-position: -48px top;
}

#social #vk {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 51px;
    height: 50px;
    background: url(../images/vk.png) no-repeat left top;
}

#social a {
    display: block;
    width: 100%;
    height: 50px;
}

#social #vk:hover {
    background-position: -50px top;
}

#social #facebook {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 48px;
    height: 50px;
    background: url(../images/facebook.png) no-repeat left top;
}

#social #facebook:hover {
    background-position: -48px top;
}

#search {
    cursor: pointer;
    left: 22px;
    top: 107px;
    position: absolute;
    width: 205px;
    height: 33px;
    background: url(../images/search.png) no-repeat left top;
    z-index: 200000;
}

#search input {
    display: none;
    position: absolute;
    width: 155px;
    font-size: 16px;
    height: 23px;
    left: 32px;
    top: 3px;
    background-color: transparent;
}

#search:hover {
    background-position: left -33px;
}

#search:hover input {
    display: block;
}

#phone {
    position: absolute;
    left: 602px;
    top: 16px;
}

#phone a:link, #phone a:visited {
    font-family: myriad;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

#phone a:hover {
    color: #32783c;
}

#icons {
    position: absolute;
    left: 654px;
    top: 114px;
    z-index: 1000;
}

#icons a {
    display: block;
    width: 100%;
    height: 14px;
}

#icons #home {
    width: 20px;
    height: 15px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat left top;
}

#icons #home:hover {
    background-position: -20px top;
}

#icons #map {
    width: 18px;
    height: 14px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat left -15px;
}

#icons #map:hover {
    background-position: -18px -15px;
}

#icons #mail {
    width: 19px;
    height: 12px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat left -29px;
}

#icons #mail:hover {
    background-position: -19px -29px;
}

#lang {
    position: absolute;
    top: 0px;
    right: 8px;
}

#lang a {
    display: inline-block;
    width: 49px;
    height: 48px;
}

#lang .lang_ru {
    background: url(../images/lang_ru.png) no-repeat left top;
}

#lang .lang_ru:hover, #lang .lang_ru.active {
    background-position: -49px top;
}

#lang .lang_en {
    background: url(../images/lang_en.png) no-repeat left top;
}

#lang .lang_en:hover, #lang .lang_en.active {
    background-position: -49px top;
}

/* Menu */
#top_menu {
    position: absolute;
    left: 8px;
}

#top_menu li {
    list-style: none;
    display: block;
    position: absolute;
    top: 63px;
    width: 140px;
}

#top_menu li a {
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: -2px 2px 2px rgba(150, 0, 0, 1);
    font-family: magistral;
    font-size: 16px;
    letter-spacing: 0.75px;
}

#top_menu li a:link, #top_menu li a:visited {
    color: #fff;
}

#top_menu li a:hover {
    color: #000;
    text-shadow: none !important;
}

.menu_item_1 {
    left: 255px;
}

.menu_item_2 {
    left: 405px;
}

.menu_item_2 a {
    text-shadow: -2px 2px 2px rgba(160, 70, 0, 1) !important;
}

.menu_item_3 {
    left: 564px;
}

.menu_item_3 a {
    text-shadow: -2px 2px 2px rgba(170, 100, 0, 1) !important;
}

.menu_item_4 {
    left: 701px;
}

.menu_item_4 a {
    text-shadow: -2px 2px 2px rgba(50, 120, 60, 1) !important;
}

.menu_item_5 {
    left: 846px;
    width: 170px !important;
}

.menu_item_5 a {
    text-shadow: -2px 2px 2px rgba(0, 100, 100, 1) !important;
}

/* Content */

/* Footer */
#button_top {
    display: none;
    cursor: pointer;
    width: 67px;
    height: 69px;
    position: absolute;
    top: -36px;
    right: 0px;
    background: url(../images/button_top.png) no-repeat left top;
}

.lang_en #button_top {
    background: url(../images/button_top_en.png) no-repeat left top !important;
}

#phone_bottom {
    position: absolute;
    left: 334px;
    top: 72px;
}

#phone_bottom a:link, #phone_bottom a:visited {
    font-family: myriad;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}

#phone_bottom a:hover {
    color: #000;
}

#copyright {
    position: absolute;
    bottom: 23px;
    left: 22px;
}

#copyright a:link, #copyright a:visited {
    font-size: 10px;
    font-family: Tahoma;
    color: #960000;
    text-decoration: none;
}

#bottom_menu {
    position: absolute;
    bottom: 0px;
    left: 311px;
}

#bottom_menu li {
    list-style: none;
    display: inline-block;
    width: 120px;
    margin-left: 20px;
}

#bottom_menu a:link, #bottom_menu a:visited {
    text-transform: uppercase;
    font-family: magistral;
    font-size: 11px;
    letter-spacing: 0.75px;
    color: #ec1c24;
    text-decoration: none;
}

#left_column {
    float: left;
    width: 261px;
}

#text_content {
    float: left;
    min-height: 310px;
    width: 770px;
}

.has_right_column #text_content {
    width: 465px !important;
}

#right_column {
    float: right;
    width: 300px;
}

#text_top {
    width: 547px;
    z-index: 2;
    left: 0px;
    top: 95px;
    background: url(../images/about_center.jpg) repeat-y left top;
    margin-top: -108px;
    margin-left: -7px;
    margin-bottom: 45px;
}

.text_top_top {
    background: url(../images/about_top.jpg) no-repeat left top;
}

.text_top_bottom {
    background: url(../images/about_bottom.jpg) no-repeat left bottom;
    min-height: 253px;
}

#text_top p {
    position: relative;
    left: 35px;
    color: #231f20;
    font-family: 'myriad';
    letter-spacing: 0.5px;
    width: 380px;
    font-size: 16px;
    padding-top: 68px;
}

#left_column:before {
    content: "";
    position: absolute;
    width: 246px;
    height: 40px;
    background: url(../images/about_menu_top.png) no-repeat left top;
    top: -40px;
}

#left_column {
    margin-top: 154px;
    background-color: #eb382e;
    background: url(../images/about_menu.png) repeat-y left top;
    position: relative;
    z-index: 20;
}

#text_content {
    padding-top: 17px;
    padding-left: 48px;
    box-sizing: border-box;
}

#text_content h1 {
    text-transform: uppercase;
    font-family: 'magistral';
    font-size: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 2px;
}

#text_content, #text_content p, #text_content td, #text_content li {
    font-family: 'myriad';
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #231f20;
}

#right_column {
    margin-top: 50px;
}

#left_column li {
    list-style: none;
    padding-left: 32px;
    margin-bottom: 6px;
}

#left_column a:link, #left_column a:visited {
    font-family: 'magistral';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-shadow: -2px 2px 2px rgba(150, 0, 0, 1);
    max-width: 180px;
}

#left_column a:hover, #left_column li.active a {
    color: #000;
    text-shadow: none;
}

.content_foto {
    width: 268px;
    height: 186px;
    background: url(../images/foto_back.png) no-repeat left top;
}

.content_foto img {
    border-radius: 25px;
    position: relative;
    left: 12px;
    top: 12px;
}

.page_menu {
    width: 261px;
}

/* Left menu */
.left_menu .page_menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 42px;
    position: absolute;
    top: -43px;
}

.left_menu .page_menu_center {
    margin-top: -1px;
    margin-left: -7px;
}

.left_menu .has_submenu {
    min-height: 111px;
    /* margin-top: -47px; */
    padding-bottom: 0px;
}

.left_menu .has_submenu + li {
    min-height: 108px;
    margin-top: -10px;
}

.left_menu {
    position: relative;
    top: -44px;
}

.page_menu li {
    list-style: none;
    padding-bottom: 5px;
}

.page_menu li a {
    padding-left: 33px;
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
}

.page_menu a:link, .page_menu a:visited {
    font-family: 'magistral';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-shadow: -2px 2px 2px rgba(170, 100, 0, 1) !important;
}

.page_menu a:hover, .page_menu a.active {
    color: #000 !important;
    text-shadow: none !important;
}

.left_menu .has_submenu.submenu_first {
    margin-top: 0px !important;
} 

.left_menu .has_submenu.submenu_first > a {
    position: relative;
    top: 5px;
} 


.left_menu .has_submenu.submenu_last {
    padding-bottom: 118px !important;
}

.left_menu .page_menu ul li:last-child {
    padding-bottom: 0px;
}

.left_menu .page_menu ul {
    padding-top: 50px;
    /* min-height: 125px; */
}

.left_menu .has_submenu + li a {
    position: relative;
    top: 74px;
}

.left_menu .has_submenu ul.menu_level1  {
    margin-top: -12px;
}

.submenu_last ul.menu_level1 {
    background: none !important;
}


.left_menu .page_menu ul li {
    padding-left: 35px !important;
}

.left_menu .page_menu > li:last-child {
    padding-bottom: 87px;
}

.has_submenu + .submenu_last {
    padding-bottom: 69px !important;
}

.left_menu #left_column {
    margin-top: 0px; 
    background-color: transparent;
    background-image: none;
}

.left_menu #left_column:before, .menu_3 #left_column:after {
    display: none;
}

.left_menu #left_column .page_menu > li {
    padding-left: 0px;
}

.has_submenu + li + li {
    /* margin-top: -18px; */
}

/* Fixes */
#fix_about {
    width: 13px;
    height: 36px;
    background: url(../images/about_fix.png) no-repeat left top;
    position: absolute;
    left: 251px;
    top: 158px;
    z-index: 100;
}

/* Orange menu */
.menu_2_none #fix_about {
    width: 19px;
    height: 37px;
    background: url(../images/about_fix_catalog.jpg) no-repeat left top;
    position: absolute;
    left: 243px;
    top: 156px;
    z-index: 100;
}


.menu_2 .has_submenu.submenu_first {
    background: url(../images/submenu_catalog_top.png) no-repeat 7px -6px;
}
.menu_2 .has_submenu.submenu_row_2.submenu_first {
    background-position: 7px 5px;
}
.menu_2 .has_submenu {
    background: url(../images/submenu_catalog_top.png) no-repeat 7px -6px;
}

.menu_2 .page_menu {
    background: url(../images/menu_catalog_bottom.jpg) no-repeat left bottom;
}

.menu_2 .page_menu:before {
    background: url(../images/menu_catalog_top.png) no-repeat left top;
}

.menu_2 .page_menu_center {
    background: url(../images/menu_catalog_center.png) repeat-y left top;
}

.menu_2 .has_submenu + li {
    background: url(../images/submenu_catalog_bottom.png?v=1) no-repeat 7px -14px;
}

/* Yellow menu */
.menu_3 .has_submenu.submenu_first {
    background: url(../images/submenu_news_top.png) no-repeat 7px -6px;
}
.menu_3 .has_submenu {
    background: url(../images/submenu_news_top2.png) no-repeat 7px -6px;
}

.menu_3 .page_menu {
    background: url(../images/menu_news_bottom.jpg) no-repeat left bottom;
}

.menu_3 .page_menu:before {
    background: url(../images/menu_news_top.png) no-repeat left top;
}

.menu_3 .page_menu_center {
    background: url(../images/menu_news_center.png) repeat-y left top;
}

.menu_3 .has_submenu + li {
    background: url(../images/submenu_news_bottom.png) no-repeat 7px 0px;
}

/* Red menu */
.menu_1 .has_submenu.submenu_first {
    background: url(../images/submenu_about_top2.png) no-repeat 9px -6px;
}
.menu_1 .has_submenu {
    background: url(../images/submenu_about_top2.png) no-repeat 9px -6px;
}

.menu_1 .page_menu {
    background: url(../images/menu_about_bottom.jpg) no-repeat left bottom;
}

.menu_1 .page_menu:before {
    background: url(../images/menu_about_top.png) no-repeat left top;
    top: -30px;
    left: -8px;
}

.menu_1 .page_menu_center {
    background: url(../images/menu_about_center.png) repeat-y left top;
}

.menu_1 .has_submenu + li {
    background: url(../images/submenu_about_bottom.png) no-repeat 9px 0px;
}

.menu_1 .left_menu .page_menu_center {
    margin-left: -9px;
}

.menu_1 .page_menu a:link, .menu_1 .page_menu a:visited {
    text-shadow: -2px 2px 2px rgba(150, 0, 0, 1) !important;
}

.menu_1 .page_menu a:hover, .menu_1 .page_menu a.active {
    text-shadow: none !important;
}

.menu_1 #fix_about {
    width: 34px;
    height: 36px;
    background: url(../images/about_fix2.jpg) no-repeat left top;
    position: absolute;
    left: 241px;
    top: 158px;
    z-index: 100;
}

.has_text_top.menu_1 .page_menu:before {
    display: none !important;
}

/* Green menu */
.menu_4 .page_menu {
    background: url(../images/menu_contact_bottom.jpg) no-repeat left bottom;
}

.menu_4 .page_menu:before {
    background: url(../images/menu_contact_top.png) no-repeat left top;
    top: -37px;
    left: -7px;
}

.menu_4 .page_menu_center {
    background: url(../images/menu_contact_center.png) repeat-y left top;
}

.menu_4 .page_menu a:link, .menu_4 .page_menu a:visited {
    text-shadow: -2px 2px 2px rgba(50, 120, 60, 1) !important;
}

.menu_4 .page_menu a:hover, .menu_4 .page_menu a.active {
    text-shadow: none !important;
}

.menu_4 #fix_about {
    width: 18px;
    height: 37px;
    background: url(../images/about_fix4.jpg) no-repeat left top;
    left: 243px;
    top: 157px;
}

.has_text_top #fix_about {
    display: none;
}

.has_text_top .page_menu .submenu_first {
    padding-top: 33px;
}

.has_text_top #text_content {
    margin-top: -42px;
}

.has_text_top #right_column {
    margin-top: 8px;
}

/* News */
h2 {
    color: #fbae17;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'magistral';
    font-size: 21px;
    letter-spacing: 0.75px;
}
.head {
    text-transform: uppercase;
    color: #231f20;
    margin-top: 40px;
    margin-bottom: 21px;
    font-family: 'magistral';
    font-size: 28px;
    letter-spacing: 0.25px;
}
.image img {
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
}

.news-block .image {
    margin-bottom: 18px;
}

.next_list {
    margin-bottom: 20px;
}

.next_list .news_item:last-child {
    margin-right: 0px;
}

.news_item {
    display: inline-block;
    width: 200px;
    margin-right: 30px;
    vertical-align: text-top;
}

.news_item .news_title {
    margin-bottom: 16px;
}

.news_item .news_title a:link, .news_item .news_title a:visited {
    color: #fbae17;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'magistral';
    font-size: 21px;
}

.news_content, .main_content {
    width: 630px;
    font-family: 'myriad';
    font-size: 14px;
}

.news_content p {
    margin-bottom: 10px;
}

.sub_caption {
    margin-top: 5px;
    margin-bottom: 3px;
}

.image_small img {
    border-radius: 16px;
}


#text_content .bx-viewport {
    padding-top: 10px;
    padding-left: 7px;
}

#text_content .bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shaddow: none !important;
    left: -12px;
    margin-bottom: 53px !important;
}

#text_content .bx-prev {
    left: -35px !important;
    width: 19px !important;
    height: 39px !important;
    background: url(../images/arrows.jpg) no-repeat left top;
    top: 46px;
}

#text_content .bx-next {
    right: -42px !important;
    width: 19px !important;
    height: 39px !important;
    background: url(../images/arrows.jpg) no-repeat -19px top;
    top: 46px;
}

.slide {
    height: 100px;
    cursor: pointer;
}

.slide img {
}

.slide .active {
    border: 3px solid #eb382e;
}

.foto_content .sub_caption h2 {
    margin-bottom: 7px;
}

.foto_content .sub_caption {
    margin-top: 13px;
}

.foto_content .main_content {
    margin-bottom: 39px;
}

.foto_big p {
    font-family: 'myriad';
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 32px;
    min-height: 16px;
}

/* Video */
.video_big div iframe {
    border-radius: 15px;
    width: 634px;
}

.video_big div.playing iframe {
    border: 5px solid #000;
    background-color: #000;
    width: 624px;
}

#text_content .video_big p {
    font-family: 'magistral';
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 53px;
}

.video_desc {
    width: 535px;
    margin-top: 4px;
    margin-bottom: 23px;
}

.video_item {
    display: inline-block;
    width: 193px;
    height: 200px;
    vertical-align: text-top;
    margin-right: 28px;
    margin-bottom: 52px;
}

.video_link {
    margin-top: 10px;
}

.video_item a:link, .video_item a:visited {
    text-decoration: none;
    color: #231f20;
    font-family: 'magistral';
    font-size: 17px;
}

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

.video_content {
    padding-bottom: 30px;
}

/* Contacts */
.contact_head, .office_row .name {
    font-family: 'daxline_bold';
    font-size: 17px;
}

.office_row .shema .name {
    font-size: 15px;
}

.office_row .shema iframe {
    width: 320px;
}

.contact_value, .office_row .text {
    font-family: 'myriad';
    font-size: 14px;
}

.contact_row div {
    font-family: 'myriad';
    font-size: 14px;
}

.contact_row div {
    float:left;
}

.contact_row .name {
    width: 308px; 
}

.contact_row .mail {
    width: 157px; 
}

.contact_row .phone {
    width: 165px; 
    clear: right;
}

.contact_row {
    clear: both;
    height: 25px;
}

.contact_row a:link, .contact_row a:visited, .office_row a:link, .office_row a:visited {

    text-decoration: none;
    color: #eb382f;
    font-family: 'myriad';
    font-size: 14px;
}

.contacts_content h2 {
    text-transform: uppercase;
    font-family: 'magistral';
    font-size: 28px;
    letter-spacing: 0.25px;
    color: #231f20;
    clear: both;
    margin-top: 43px;
    margin-bottom: 8px;
}

.office_row {
    position: relative;
}

.office_row .left {
    float: left;
    width: 364px;
}

.office_row .right {
    float: right;
    width: 322px;
}

.office_row .text {
    margin-bottom: 15px;
}

.office_row .address:before {
    content: "";
    position: absolute;
    left: -45px;
    bottom: 0px;
    width: 28px;
    height: 27px;
    background: url(../images/contact_icons.jpg) no-repeat left top;
}

.office_row .phone:before {
    content: "";
    position: absolute;
    left: -45px;
    bottom: 0px;
    width: 28px;
    height: 27px;
    background: url(../images/contact_icons.jpg) no-repeat left -27px;
}

.office_row .email:before {
    content: "";
    position: absolute;
    left: -45px;
    bottom: 0px;
    width: 28px;
    height: 27px;
    background: url(../images/contact_icons.jpg) no-repeat left -54px;
}

.office_row .web:before {
    content: "";
    position: absolute;
    left: -45px;
    bottom: 0px;
    width: 28px;
    height: 27px;
    background: url(../images/contact_icons.jpg) no-repeat left -81px;
}

.contact_value {
    margin-top: -4px;
    margin-bottom: 16px;
}

.contacts_content h1 {
    margin-bottom: 13px !important;
}

.contact_addr {
    margin-bottom: 8px;
}

.office_row .left div {
    margin-left: 45px;
    position: relative;
}

.office_row .shema {
    margin-bottom: 20px;
}

.office_row .shema .name {
    margin-bottom: 4px;
}

/* Feedback */
#feedback {
    position: absolute;
    width: 312px;
    height: 288px;
    background: url(../images/feedback_form.png) no-repeat left top;
    right: 0px;
    top: 82px;
    z-index: 300001;
    display: none;
}

#feedback form {
    display: block;
    position: relative;
    top: 22px;
    left: 50px;
    min-height: 250px;
}

#feedback input, #feedback textarea {
    font-family: 'daxline';
    font-size: 14px;
    background-color: transparent;
    width: 156px;
    position: relative;
    top: -1px;
}

#feedback textarea {
    width: 238px;
    height: 76px;
}

#feedback .row {
    margin-bottom: 17px;
}

#feedback .row div {
    display: inline-block;
    font-family: 'myriad';
    font-size: 14px;
    color: #000;
}

#feedback .row .name {
    width: 75px;
}

#feedback .row .name_big {
    width: 200px;
    position: relative;
    top: -7px;
}

#feedback .row .textarea {
    display: block;
}

#feedback button {
    position: absolute;
    bottom: 8px;
    right: 68px;
    font-family: 'myriad';
    font-size: 14px;
    text-transform: uppercase;
    background: none;
}

#feedback button:hover {
    color: #fff;
}

/* Element list */
.element_item {
    float:left;
    /* overflow: hidden; */
    vertical-align: text-top;
    margin-bottom: 40px;
} 

.element_item a:link, .element_item a:visited {
    font-family: 'magistral';
    text-decoration: none;
    font-size: 21px;
    color: #ef782f;
    text-transform: uppercase;
}

.element_item .link {
    display: table-cell;
    padding-bottom: 9px;
    max-width: 245px;
    vertical-align: bottom;
}

.element_list .element_item:first-child {
    /* padding-left: 7px; */
}


#text_content.element_content h1 {
    margin-bottom: 25px;
}

#text_content.element_content {
    width: 775px;
}

.element_desc {
    font-family: 'myriad';
    font-size: 13px;
    padding-top: 10px;
    max-width: 241px;
}

.has_subitems > a {
    margin-left: 35px;
}

.left_menu .page_menu ul li.has_subitems {
    padding-left: 0px !important;
    background: url(../images/menu_catalog_level_top.png) no-repeat 0px top;
    min-height: 75px;
}


.menu_4 .left_menu .page_menu ul li.has_subitems {
    padding-left: 0px !important;
    background: url(../images/menu_contact_level_top.png) no-repeat -3px top;
    min-height: 75px;
}

.menu_4 .catalog_level2 {
    padding-top: 59px !important;
}

.has_subitems {
}

.catalog_level2 {
    padding-top: 55px !important;
}

.catalog_level2 li {
    background-color: #fff !important;
    min-height: 48px;
}

.catalog_level2 .active span {
    background-position: -68px top;
}

.catalog_level2 li span {
    display: inline-block;
    width: 68px;
    height: 48px;
    background: url(../images/catalog_leve2_item.jpg) no-repeat left top;

    width: 49px;
    height: 47px;
    background-position: left top !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    border-radius: 17px;

    background: url(../images/menu_2_item_inactive.png) no-repeat left top;
    font-size: 24px;
    font-family: 'myriad';
    float: left;
    position: relative;
    left: 5px;
}

.catalog_level2 li.active span {
    background: url(../images/menu_2_item.png) no-repeat left top;
}

.catalog_level2 li:first-child span {
    clip-path: inset(0 -13px -13px -13px);
}

.catalog_level2 li:last-child span {
    background-position: left -48px;
}
.catalog_level2 li.active:last-child span {
    background-position: -68px -48px;
}

.catalog_level2 li span em {
    position: relative;
    top: 13px;
    font-style: normal;
    text-align: center;
    display: block;
    color: #fff;
    padding-right: 2px;
}

.left_menu .page_menu ul.catalog_level2 li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.left_menu .page_menu ul.catalog_level2 li a {
    text-shadow: none !important;
}

.left_menu .page_menu ul.catalog_level2 li:last-child {
    background: url(../images/menu_catalog_level_bottom.jpg) no-repeat left bottom !important;
    padding-bottom: 23px !important;
}

.menu_4 .left_menu .page_menu ul.catalog_level2 li:last-child {
    background: url(../images/menu_contacts_level_bottom.jpg) no-repeat left bottom !important;
    padding-bottom: 40px !important;
}
/* padding-bottom: 41px !important; */

.left_menu .page_menu ul.catalog_level2  a:link, .left_menu .page_menu ul.catalog_level2  a:visited {
    color: #000 !important;
    font-family: 'magistral_normal' !important;
}

.left_menu .page_menu ul.catalog_level2 .active a:link, .left_menu .page_menu ul.catalog_level2 .active a:visited {
    font-family: 'magistral' !important;
}

.catalog_level2 li a {
    padding-left: 10px;
    top: 12px;
}

.has_submenu2_in_first {
    background: none !important;
}

.has_submenu2_in_first .menu_level1 {
    padding-top: 25px !important;
}

.element_full_caption {
    color: #ef782f;
}

.element_image {
    float: right;
    margin-left: 100px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.element_content {
    font-family: 'myriad';
    font-size: 14px;
}

.element_content p {
    margin-bottom: 20px;
}

.element_content h2, .element_content h3, .element_content h4 {
    text-transform: uppercase;
    font-family: 'magistral';
    font-size: 18px;
}

#text_content table {
    padding: 0;
}

#text_content table {
    border-collapse: collapse;
}

#text_content table tr:first-child {
}

#text_content table thead {
    -webkit-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    border-radius:16px;
    /* background-color: #ee782e; */
    /* clip-path: inset(-13px -13px 0 -13px); */
    position: relative;
    z-index: 1000;
}

#text_content table thead tr td:first-child {
    border-radius: 16px 0 0 16px;
    background: url(../images/corner_left.png) no-repeat left top #ee782e;
}

#text_content table thead tr td:last-child {
    border-radius: 0px 16px 16px 0px;
    background: url(../images/corner_right.png) no-repeat right bottom #ee782e;
}

#text_content table thead tr td {
    background-color: #ee782e;
}


#text_content .one_td tr:first-child td:last-child {
    border-radius: 16px 16px 0 0 !important;
}

#text_content .one_td tr:last-child td:last-child {
    border-radius: 0 0 16px 16px !important;
}

#text_content table thead.one_td tr:first-child td:last-child {
    border-radius: 16px !important;
}

#text_content table.one_tr tbody tr:last-child td:first-child {
    border-radius: 16px 0 0 16px !important;
}

#text_content table.one_tr tbody tr:last-child td:last-child {
    border-radius: 0 16px 16px 0 !important;
}

#text_content table.one_tr tbody tr:first-child td:first-child:before {
    background: none !important;
}

#text_content table.one_tr tbody tr:last-child td:last-child:before {
    background: none !important;
}

#text_content table tbody {
    -webkit-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    border-radius:16px;
    /* clip-path: inset(-0px -13px -13px -13px); */
    position: relative;
    z-index: 900;
}

#text_content table.one_td thead td {
    border-radius: 16px !important;
}

#text_content table {
    transform-style: preserve-3d;
}

#text_content table thead {
    /*transform: translate3d(0, 0, 1px);*/
}

#text_content tbody tbody {
    transform: translate3d(0, 0, 0);
}

#text_content tbody tr:first-child td:first-child {
    position: relative;
}

#text_content tbody tr:first-child td:first-child:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 33px;
    z-index: -1;
    background: url(../images/corner_gray_left.png) no-repeat left top;
}

#text_content tbody tr:last-child td:last-child {
    position: relative;
}

#text_content tbody tr:last-child td:last-child:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 29px;
    height: 30px;
    z-index: -1;
    background: url(../images/corner_gray_right.png) no-repeat right bottom;
}

#text_content tbody tr:first-child td:first-child {
    border-radius: 16px 0 0 0;
}

#text_content tbody tr:first-child td:last-child {
    border-radius: 0px 16px 0 0;
}

#text_content tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 16px;
}

#text_content tbody tr:last-child td:last-child {
    border-radius: 0px 0px 16px 0;
}

#text_content table tbody td {
    padding: 4px 12px;
    background-color: #d0d2d2;
    z-index: 10;
}

#text_content table thead tr td {
    color: #fff;
    padding: 13px 12px;
    font-family: 'magistral';
    font-size: 16px;
    text-transform: uppercase;
}

.button_left {
    width: 156px;
    height: 69px;
    display: inline-block;
    background: url(../images/button_left.jpg) no-repeat left top;
}

.button_left span {
    padding-left: 10px;
}

.button_center {
    width: 146px;
    height: 69px;
    display: inline-block;
    background: url(../images/button_center.jpg) no-repeat left top;
}

.button_right {
    width: 155px;
    height: 69px;
    background: url(../images/button_right.jpg) no-repeat left top;
    display: inline-block;
}

.button_right span {
    padding-right: 3px;
}

.element_buttons span {
    font-family: 'myriad';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: 26px;
}

.element_buttons {
    margin-left: -10px;
}

.element_buttons div {
    text-align: center;
    cursor: pointer;
    vertical-align: text-top;
}

.element_buttons div:hover span {
    color: #fff;
}

/* Search */
#search_result_head {
    width: 877px;
    height: 239px;
    background: url(../images/search_result.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: -106px;
    z-index: 300000;
}

#search_result_head form {
    display: block;
    position: absolute;
    left: 296px;
    top: 204px;
}

#search_result_head input {
    font-size: 14px;
    font-family: 'myriad';
    width: 230px;
    background-color: transparent;
}

#search_result_head h1 {
    position: absolute;
    left: 295px;
    top: 135px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'magistral';
}

#search_result {
    padding-top: 160px;
    padding-left: 300px;
}

#search_result h2 {
    color: #000;
    font-size: 21px;
    font-family: 'magistral';
    margin-bottom: 50px;
}

/* Vacancy */
.vacancy_content h2 {
    font-family: 'daxline_bold';
    font-size: 22px;
    color: #eb382f;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 8px;
}

.vacancy_buttons {
    margin-top: 5px;
    margin-bottom: 16px;
    margin-left: -5px;
}

.vacancy_buttons div {
    display: inline-block;
    cursor: pointer;
}

.vacancy_desc {
    position: relative;
    top: -7px;
}

.vacancy_buttons span, .vacancy_buttons a {
    display: block;
    position: relative;
    top: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.vacancy_buttons a:link, .vacancy_buttons a:visited {
    text-decoration: none;
    letter-spacing: -0.2px;
    color: #000;
    font-size: 14px;
    font-family: 'myriad';
}

.vacancy_buttons a:hover {
    color: #fff;
}

.vacancy_buttons div:hover span, .vacancy_buttons div:hover a  {
    color: #fff;
}

.button_red {
    width: 164px;
    height: 67px;
    background: url('../images/button_red.jpg') no-repeat left top;
}

.button_red_small {
    width: 119px;
    height: 67px;
    background: url('../images/button_red_small.jpg') no-repeat left top;
}

.button_red_small span {
    padding-left: 4px;
}

.vacancy_block {
    margin-bottom: 16px;
}

.vacancy_block h3 {
    font-size: 17px;
}

#text_content li {
    list-style: none;
    background: url('../images/li.jpg?v=1') no-repeat left 5px;
    padding-left: 13px;
                   
}

#vacancy_menu li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}
#vacancy_menu b {
    display: inline-block;
    position: relative;
    top: 2px;
}

#vacancy_menu a {
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}

#vacancy_menu {
    vertical-align: text-top;
    margin-top: 20px;
}

#left_column #vacancy_menu a:link, #left_column #vacancy_menu a:visited {
    font-family: 'magistral';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    text-shadow: none;
    font-weight: normal;
}

#left_column #vacancy_menu .active a:link, #left_column #vacancy_menu .active a:visited {
    color: #eb382f;
}

#vacancy_menu li {
    padding-left: 0px;
    margin-bottom: 10px;
    /*height: 53px;*/
}


#vacancy_menu .num_1 {
    
}

.vacancy #left_column {
    width: 300px;
}

.vacancy #text_content {
    width: 720px;
}

#vacancy_menu span em {
    display: block;
    position: relative;
    text-align: center;
    top: 13px;
    color: #fff;
    font-size: 24px;
    font-family: 'myriad';
    font-style: normal;
}

#vacancy_menu .active span {
    background-position: left top !important;
}

/* One Item */
.vacancy_one li span {
    width: 68px;
    height: 66px;
    background: url(../images/vacancy_num_one.jpg) no-repeat left top !important;
}

.vacancy_one li span i, .vacancy_two li span i, .vacancy_many li span i {
    display: block;
    width: 49px;
    height: 48px;
    background: url(../images/vacancy_num.png) no-repeat left top !important;
    position: relative;
    top: 9px;
    left: 7px; 
    -webkit-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    -moz-box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    box-shadow: 0px 0px 7px 5px rgba(213,213,213,1);
    border-radius: 19px;
}

/* Two Items */
.vacancy_two li:first-child span {
    width: 68px;
    height: 59px;
    background: url(../images/vacancy_num_top.jpg) no-repeat left bottom !important;
}

.vacancy_two li:last-child span i {
    top: 2px;
    left: 7px; 
}

.vacancy_two li span i {
    background-position: left -49px !important;
}

.vacancy_two li:first-child b {
    top: 6px !important;
}

.vacancy_two li:last-child b {
    top: -2px !important;
}

.vacancy_two li:last-child a {
    height: 61px;
}

.vacancy_two li:last-child span {
    width: 68px;
    height: 61px;
    /*background: url(../images/vacancy_num_bottom.jpg) no-repeat left top !important;*/
}

.vacancy_two li.active span i {
    background-position: left top !important;
}

/* Many Items */
.vacancy_many li span i {
    top: 1px;
}

.vacancy_many li:first-child span {
    width: 68px;
    height: 59px;
    /*background: url(../images/vacancy_num_top.jpg) no-repeat left bottom !important;*/
    position: relative;
    top: 2px;
}

.vacancy_many li:first-child span i {
    top: 9px;
}

.vacancy_many li:last-child span i {
    top: 0px;
    left: 7px; 
}

.vacancy_many li span {
    width: 68px;
    height: 49px;
    /*background: url(../images/vacancy_num_center.jpg) no-repeat left bottom !important;*/
}


.vacancy_many li span i {
    background-position: left -49px !important;
}

.vacancy_many li:first-child b {
    top: 6px !important;
}

.vacancy_many li:last-child b {
    top: -2px !important;
}

.vacancy_many li:last-child a {
    height: 61px;
}

.vacancy_many li:last-child span {
    width: 68px;
    height: 61px;
    /*background: url(../images/vacancy_num_bottom.jpg) no-repeat left top !important;*/
}

.vacancy_many li.active span i {
    background-position: left top !important;
}

.vacancy li .num_3 i {
    background-position: left -98px !important;
}

.vacancy li .num_4 i {
    background-position: left -147px !important;
}

.vacancy li .num_5 i  {
    background-position: left -196px !important;
}

/* Resume */
#resume {
    width: 655px;
}

#resume_top_1 {
    height: 402px;
    background: url(../images/resume_top_1.jpg) no-repeat left top;
}

#resume_top_repeat_1 {
    background: url(../images/resume_top_repeat.jpg) repeat-y left top;
}

#resume_top_2 {
    height: 114px;
    background: url(../images/resume_top_2.jpg) no-repeat left top;
}

#resume_top_repeat_2 {
    background: url(../images/resume_top_repeat_2.jpg) repeat-y left top;
}

#resume_center_1 {
    height: 441px;
    background: url(../images/resume_center_1.jpg) no-repeat left top;
}

#resume_center_repeat_1 {
    background: url(../images/resume_center_repeat_1.jpg) repeat-y left top;
}

#resume_bottom {
    height: 890px;
    background: url(../images/resume_bottom.jpg) no-repeat left top;
}

#resume_top_repeat_1 {
    z-index: 1;
}

.resume_block {
    position:relative;
}

.resume_upload {
    position: absolute;
    top: 19px;
    left: 5px;
}

.resume_upload label {
    display: block;
    width: 122px !important;
    height: 122px;
}

.resume_upload input {
    display: none;
}

.resume_date {
    position: absolute;
    left: 46px;
    top: 73px;
}

.resume_head h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'magistral';
}

.resume_head b {
    font-weight: normal;
    font-size: 12px;
    font-family: 'myriad';
    color: #fff;
    text-transform: uppercase;
}

.resume_title {
    margin-top: 8px;
}

.resume_title, .resume_date {
    font-size: 17px;
    font-family: 'myriad';
    text-transform: uppercase;
}

.resume_foto {
    position: absolute;
    left: 45px;
    top: 139px;
}

.resume_foto_desc {
    font-size: 12px;
    color: #fff;
    font-family: 'myriad';
    text-align: center;
}

.resume_foto h3 {
    font-family: 'myriad';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    text-align: center;
}

.resume_foto_desc {
    position: absolute;
    top: 88px;
    left: 18px;
    color: #fff;
}

.resume_head {
    position: absolute;
    left: 187px;
    top: 30px;
}

.resume_personal_head {
    position: absolute;
    left: 183px;
    top: 134px;
}

.resume_head h3 {
    margin-bottom: 2px;
}

.resume_contact_head {
    position: absolute;
    left: 40px;
    top: 317px;
}

.resume_row {
    position: absolute;
    left: 0px;
    top: 0px;
}

#resume_send {
    position: absolute;
    width: 146px;
    height: 49px;
    background: url(../images/resume_button_send.png) no-repeat left top;
    left: 501px;
    top: 546px;
    text-align: center;
    font-size: 14px;
    font-family: 'myriad';
    text-transform: uppercase;
}

#resume_send:hover span {
    color: #fff;
}

#resume_send span {
    position: relative;
    color: #000;
    top: 2px;
}

#resume_print {
    position: absolute;
    width: 146px;
    height: 49px;
    background: url(../images/resume_button_print.png) no-repeat left top;
    left: 501px;
    top: 498px;
    text-align: center;
    font-size: 14px;
    font-family: 'myriad';
    text-transform: uppercase;
}

#resume_print:hover span {
    color: #fff;
}

#resume_print span {
    position: relative;
    color: #000;
    top: 2px;
}

.row_lang {
    left: 40px;
    top: 100px;
}

.two_rows {
    position: relative;
    top: -7px;
}

.one_row {
    top: 7px;
}

.one_row i {
    top: -7px;
}

.row_lang2 {
    left: 40px;
    top: 143px;
}

.resume_check {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}

.resume_check label {
    width: auto !important;
    padding-left: 35px;
    position: relative;
    max-width: 115px;
}

.resume_check :checked+label i {
    background-position: -50px top !important;
}

.resume_check label i {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/resume_check.png) no-repeat left top;
    position: absolute;
    left: 0px;
}

.resume_check2 label i {
    background: url(../images/resume_check2.png) no-repeat left top;
}

.resume_check:hover label i {
    background-position: -25px top;
}

.resume_check input {
    display: none;
}

.row_lang label {
    width: 225px !important;
    vertical-align: text-top;
}

.proff .mark_left_bottom:after {
    left: 215px;
    bottom: auto;
    top: 13px;
}

.mark_2.mark_left_bottom:after {
    background: url(../images/mark_left_bottom2.png) no-repeat left top;
    height: 30px;
    top: 6px;
}

.resume_navik_head {
    position: absolute;
    top: 303px;
    left: 40px;
}

.resume_add_head {
    position: absolute;
    left: 40px;
    top: 47px;
}

.resume_agree_head {
    position: absolute;
    top: 476px;
    left: 40px;
}

.row_navik {
    top: 354px;
    left: 40px;
}

.row_navik textarea {
    width: 580px !important;
}

.row_agree {
    top: 524px;
    left: 40px;
}

.row_agree textarea {
    font-size: 12px;
    height: 233px;
}

#resume_bottom label {
    width: 225px !important;
    vertical-align: text-top;
}

.row_sovm {
    left: 40px;
    top: 90px;
}
.row_firm {
    left: 40px;
    top: 135px;
}

.row_trud {
    left: 40px;
    top: 180px;
}
.row_vzisk {
    left: 40px;
    top: 225px;
}

.row_auto {
    left: 40px;
    top: 194px;
}

.row_pens {
    left: 40px;
    top: 235px;
}

.row_pens label {
    width: 225px !important;
    vertical-align: text-top;
}

.row_pens .resume_check label {
    width: 20px !important;
}

.row_auto label {
    width: 225px !important;
    vertical-align: text-top;
}

.row_social {
    left: 40px;
    top: 286px;
}

.row_social label {
    width: 225px !important;
    vertical-align: text-top;
}

.row_family.mark_left_bottom:after {
    left: 216px;
}

.row_family {
    left: 40px;
    top: 330px;
}

.row_family label {
    width: 225px !important;
    vertical-align: text-top;
}

.resume_proff_head {
    position: absolute;
    bottom: 16px;
    left: 40px;
}

#resume_bottom .mark_button.mark_left_bottom:after {
    left: 91px;
    bottom: -4px;
}

.row_proff.mark_right_top:after {
    right: 58px !important;
}

#resume_center_repeat_1 .row_proff {
    height: 40px;
}

#resume_center_repeat_1 .row_proff:last-child {
    height: 24px !important;
}

.input_year {
    width: 115px !important;
    margin-right: 7px;
}

.input_proff {
    width: 460px !important;
}

.resume_proff_head small {
    display: block;
    font-weight: normal;
}

.row_proff {
    position: relative;
    left: 40px;
    top: 1px;
}

.row_fio {
    left: 183px;
    top: 161px;
}

.row_age {
    left: 183px;
    top: 203px;
}

.row_address {
    left: 183px;
    top: 245px;
}

.row_phone {
    left: 39px;
    top: 361px;
}


.row_email {
    position: relative;
    top: 1px;
    left: 6px;
    margin-left: 33px;
    height: 42px;
}

.row_email.mark_left_bottom:after {
    bottom: auto !important;
    top: 10px !important;
}

#resume_top_repeat_1 .row_email:last-child {
    height: 24px !important;
}

.resume_education_head {
    position: absolute;
    left: 40px;
    top: 63px;
}

.row_education {
    position: relative;
    top: 0px;
    left: 40px;
    width: 436px;
    height: 87px;
}

#resume_top_repeat_2 .row_education:last-child {
    height: 79px !important;
}

.row_education.mark_right_bottom.mark_2:after {
    bottom: auto !important;
    top: 53px !important;
}

.resume_textarea {
    width: 436px;
    height: 73px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 11px;
    resize: none;
    font-size: 17px;
    font-family: 'myriad';
}

.resume_input {
    height: 24px;
    border-radius: 15px;
    font-size: 16px;
    padding: 0 10px;
    width: 312px;
    box-sizing: border-box;
    font-size: 17px;
    font-family: 'myriad';
}

.resume_input_small {
    width: 142px;
}

#resume label {
    display: inline-block;
    width: 78px;
    font-size: 12px;
    font-family: 'myriad';
}

.resume_add_button span {
    color: #6d6e70;
    font-size: 12px;
    font-family: 'myriad';
}

#resume h3 {
    font-size: 12px;
    font-weight: bold;
    font-family: 'myriad';
    text-transform: uppercase;
}

#resume h3 span {
    color: #ec1c24;
    font-size: 17px;
}

#resume label span {
    color: #ec1c24;
    position: relative;
    top: -3px;
    font-size: 17px;
}

#resume_top_2 .resume_add_button {
    position: relative;
    top: 46px;
    left: 298px;
    width: 140px;
}

#resume_top_2 .mark_right_top:after {
    right: 6px !important;
}

#resume_center_1 .resume_add_button {
    position: relative;
    top: 34px;
    left: 349px;
    width: 140px;
}

#resume_center_1 .resume_add_button .mark_right_top:after {
    right: 6px;
}

#resume_bottom .resume_add_button {
    position: relative;
    top: 16px;
    left: 500px;
    width: 140px;
}

.agree_check {
    position: absolute;
    bottom: 71px;
    left: 235px;
}

.agree_check label {
    max-width: 200px !important;
}

.mark_button.mark_left_bottom:after {
    left: 105px;
    bottom: -6px;
}

#resume_require {
    position: absolute;
    bottom: 33px;
    left: 235px;
    font-family: 'myriad';
    font-size: 12px;
}

#resume_require span {
    color: #ec1c24;
}

.resume_additional_head {
    position: absolute;
    left: 40px;
    top: 48px;
}

.resume_add_button span {
    position: relative;
    top: -8px;
}

.resume_add_button div {
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 24px;
    margin-left: 5px;
    background: url(../images/resume_add_button.png) no-repeat left top;
}
.resume_add_button div:hover {
    background-position: -25px top;
}

.mark_right_top:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/mark_right_top.png) no-repeat left top;
    position: absolute;
    right: -10px;
    top: -9px;
}

.mark_right_top.mark_1:after {
    background: url(../images/mark_right_top1.png) no-repeat left top;
}

.mark_right_top.mark_2:after {
    background: url(../images/mark_right_top2.png) no-repeat left top;
    height: 30px;
}

.mark_right_bottom:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/mark_right_bottom.png) no-repeat left top;
    position: absolute;
    right: -10px;
    bottom: -9px;
}


.mark_right_bottom.mark_1:after {
    background: url(../images/mark_right_bottom1.png) no-repeat left top;
}

.mark_right_bottom.mark_2:after {
    background: url(../images/mark_right_bottom2.png) no-repeat left top;
    bottom: -7px;
    height: 30px;
    z-index: 100;
}

.mark_left_top:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/mark_left_top.png) no-repeat left top;
    position: absolute;
    left: -11px;
    top: -11px;
}

.mark_1.mark_left_top:before {
    background: url(../images/mark_left_top1.png) no-repeat left top;
}

.mark_2.mark_left_top:before {
    background: url(../images/mark_left_top2.png) no-repeat left top;
    height: 30px;
    left: -9px;
    top: -9px;
}

.mark_left_bottom:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/mark_left_bottom.png) no-repeat left top;
    position: absolute;
    left: 68px;
    bottom: -9px;
}

.mark_left_bottom.mark_1:after {
    background: url(../images/mark_left_bottom1.png) no-repeat left top;
}

#mobile_menu {
    display: none;
}

.form_row input, .form_row textarea {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    -moz-box-shadow:    0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    box-shadow:         0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    border-radius: 12px;
    font-size: 16px;
    vertical-align: text-top;
    width: 300px;
    padding: 4px 10px;
}

.form_row textarea {
    height: 150px;
}

.form_row {
    margin-bottom: 25px;
}

.form_row label {
    width: 150px;
    display: inline-block;
    vertical-align: text-top;
    font-size: 16px;
}

.feedback_content form {
    display: block;
    margin-top: 20px;
}

.form_row button {
    background: url(../images/button.png) no-repeat left top;
    width: 146px;
    height: 48px;
}

.form_row button span {
    display: table-cell;
    width: 146px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 2px;
}

.form_row button:hover span {
    color: #fff;
    cursor: pointer;
}

#search_icon {
    display: none;
}

#vacancy_menu em {
    font-style: normal;
}

.news-block .content_block {
    /* padding-left: 261px; */
}

.current_city {
    display: none;
}

.element_content {
    padding-left: 35px !important;
}

.search_list .search_item {
    margin-bottom: 45px;
} 

.search_list .search_item span {
    display: block;
}

.search_list .search_item a:link, .search_list .search_item a:visited {
    color: #ef782f;
    font-size: 21px;
    font-family: 'magistral';   
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.catalog_level2 a {
    padding-right: 0px !important;
}

.submenu_first .catalog_level2 {
    padding-top: 56px !important;
}

.left_menu .has_submenu.submenu_row_2 + li a {
    top: 53px;
} 

.left_menu .page_menu .catalog_level2 li.multiline:last-child {
    padding-bottom: 41px !important;
}

.has_subitems.multiline_3 .catalog_level2 {
    padding-top: 59px !important;
}

.has_subitems.multiline_2 .catalog_level2 {
    padding-top: 65px !important;
}

.no_active1 .menu_level1 {
    padding-top: 29px !important;
}

.left_menu .page_menu ul li.has_subitems.multiline_2 {
    background-position: left 26px !important;
}

.left_menu .page_menu ul li.has_subitems.multiline_3 {
    background-position: left 38px !important;
}

.menu_2 .has_submenu.rows_3 {
    background-position: 7px 24px !important;
}

.menu_2 .has_submenu.rows_2 {
    background-position: 7px 6px !important;
}

#resume_result {
    width: 606px;
    height: 312px;
    background: url(../images/resume_send.png) no-repeat left top;
    position: relative;
    display: none;
}

.resume_close {
    position: absolute;
    right: 26px;
    top: 72px;
    cursor: pointer;
    width: 13px;
    height: 12px;
    background: url(../images/resume_close.png) no-repeat left top;
}

.resume_close:hover {
    background-position: -13px top;
}

#resume_result p {
    position: absolute;
    left: 44px;
    top: 74px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'myriad';
    line-height: 23px;
    font-size: 16px;
}

.element_item.image img {
    max-width: 241px;
}

.firm_name {
    font-family: 'daxline_bold';
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.map_head {
    position: absolute;
    top: -121px;
    left: -7px;
    background: url(../images/map_head.png) no-repeat left top;
    width: 1038px;
    height: 184px;
}

.map_block {
    padding-top: 63px;
    padding-left: -5px;
    position: relative;
    left: -7px;
    margin-bottom: 110px;
}

.map_menu {
    display: inline-block;
    width: 244px;
    vertical-align: text-top;
    position: relative;
}

.map_menu_1 {
    width: 250px;
    background: url(../images/map_menu_1_repeat.png) repeat-y left top;
    z-index: 10;
}

.map_menu_1:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    bottom: -82px;
    width: 249px;
    height: 82px;
    background: url(../images/map_menu_1_bottom.jpg) no-repeat left top;
}

.map_menu_2 {
    width: 267px;
    background: url(../images/map_menu_2_repeat.png) repeat-y left top;
    margin-left: -11px;
    z-index: 9;
}

.map_menu_2 > ul {
    width: 255px;
}

.map_menu_2:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    bottom: -85px;
    width: 264px;
    height: 85px;
    background: url(../images/map_menu_2_bottom.jpg) no-repeat left top;
}

.map_menu_3 {
    width: 252px;
    margin-left: -12px;
    background: url(../images/map_menu_3_repeat.png) repeat-y left top;
    z-index: 10;
    min-height: 320px;
}

.map_menu_3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: -98px;
    width: 254px;
    height: 98px;
    background: url(../images/map_menu_3_bottom.jpg) no-repeat left top;
}

.map_menu_4 {
    width: 301px;
    background: url(../images/map_menu_4_repeat.png) repeat-y left top;
    margin-left: -9px;
    z-index: 11;
}

.map_menu_5 {
    display: none;
}

.map_menu_4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: -145px;
    width: 301px;
    height: 145px;
    background: url(../images/map_menu_4_bottom.png) no-repeat left top;
}

.map_menu li {
    list-style: none;
}

.map_menu a {
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: -2px 2px 2px rgba(150, 0, 0, 1);
    font-family: magistral;
    font-size: 16px;
    letter-spacing: 0.75px;
    color: #fff;
}

.map_menu_2 a {
    text-shadow: -2px 2px 2px rgba(160, 70, 0, 1) !important
}

.map_menu_3 a {
    text-shadow: -2px 2px 2px rgba(170, 100, 0, 1) !important;
}

.map_menu_4 a {
    text-shadow: -2px 2px 2px rgba(50, 120, 60, 1) !important;
}

.map_menu ul li ul li a {
    text-shadow: none !important;
}

.map_menu > ul > li {
    padding-left: 40px;
}

.map_menu > ul > li li {
    padding-left: 30px;
    margin-bottom: 8px;
}

.map_menu > ul ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.map_menu_4 > ul {
    width: 246px;
}

.map_add_1 {
    width: 15px;
    height: 49px;
    background: url(../images/map_add_1.jpg) no-repeat left top;
    position: absolute;
    left: 7px;
    top: 63px;
    z-index: 100;
}

.map_add_2 {
    width: 17px;
    height: 63px;
    background: url(../images/map_add_2.jpg) no-repeat left top;
    position: absolute;
    left: 250px;
    top: 63px;
    z-index: 100;
}

.map_add_3 {
    width: 15px;
    height: 19px;
    background: url(../images/map_add_3.jpg) no-repeat left top;
    position: absolute;
    left: 722px;
    top: 63px;
    z-index: 100;
}

.map_add_4 {
    width: 16px;
    height: 24px;
    background: url(../images/map_add_4.jpg) no-repeat left top;
    position: absolute;
    left: 966px;
    top: 63px;
    z-index: 100;
}

.map_feed {
    position: absolute;
    left: 77px;
    bottom: -72px;
    z-index: 100;
}

.button_center a:link, .button_center a:visited {
    text-decoration: none;
    color: #000;
    font-family: 'myriad';
    font-size: 14px;
}

.button_center a:hover {
    color: #fff;
}

.flash_block {
    position: relative;
}

.flash_block div {
    left: 0px;
    top: 0px;
    width: 100%;
    height:  220px;
    position: absolute;
}

.right2 {
    width: 145px;
    height: 48px;
    background: url(../images/button_right2.png) no-repeat left top #eb1c24;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    border-radius: 19px;
}

.right2 span {
    top: 16px;
}

.center2 {
    width: 146px;
    height: 48px;
    background: url(../images/button_center.png) no-repeat left top #ee782e;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(55, 53, 53, 0.5);
    border-radius: 19px;
}

.center2 span {
    top: 16px;
}

.has_submenu + .rows_1,
.has_submenu + .rows_2 {
    margin-bottom: -13px !important;
}
.flash_link {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    max-width: 200px;
    height: 150px;
    font-weight: bold;
}
.flash_catalog .element_item {
    width: 290px;
}
.button_block {
    background: none !important;
    background-color: #eb1c24 !important;
    position: relative;
    width: auto !important;
    height: auto !important;
    border-radius: 18px;
}
.button_block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    background: url(../images/mobile/button_corner.png) no-repeat left top;
}
.button_block:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 32px;
    height: 32px;
    background: url(../images/mobile/button_corner.png) no-repeat left top;

    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.element_content .button_block span {
    padding: 15px 15px !important;
    top: 3px;
}
.button_orange {
    background-color: #ee792f !important;
}
.button_orange:before {
    width: 27px;
    height: 26px;
    background: url(../images/button_orange.png) no-repeat left top;
}
.button_orange:after {
    width: 27x;
    height: 26px;
    background: url(../images/button_orange.png) no-repeat left top;
}

#mobile_link {
    position: absolute;
    left: 79px;
    top: 70px;
}
#mobile_link:link, #mobile_link:visited {
    color: #ec1c24;
    text-decoration: none;
}

.page_235 .left_menu .has_submenu + li a {
    top: 55px !important;
}
