

/* Start:/css/style_outer.css?1778247776162519*/
* {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 48px;
    line-height: 45px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

img {
    border: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

ul {
    color: #ccb096;
	padding-left:18px;
}

ol{
	padding-left:18px;
}

.desc ul {
    color: #000;
}

ul p {
    color: #000;
    margin: 4px 0;
}

p {
    color: #2c3039;
}

b {
    font-family: 'CirceBold';
}

/* Font */

@font-face {
    font-family: 'CirceRegular';
    src: url('/css/../font/Circe/circe-regular/Circe-Regular.eot?#iefix') format('embedded-opentype'), url('/css/../font/Circe/circe-regular/Circe-Regular.otf') format('opentype'), url('/css/../font/Circe/circe-regular/Circe-Regular.woff') format('woff'), url('/css/../font/Circe/circe-regular/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CirceBold';
    src: url('/css/../font/Circe/circe-bold/Circe-Bold.eot?#iefix') format('embedded-opentype'), url('/css/../font/Circe/circe-bold/Circe-Bold.otf') format('opentype'), url('/css/../font/Circe/circe-bold/Circe-Bold.woff') format('woff'), url('/css/../font/Circe/circe-bold/Circe-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CirceExtraBold';
    src: url('/css/../font/Circe/circe-extrabold/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/css/../font/Circe/circe-extrabold/Circe-ExtraBold.otf') format('opentype'), url('/css/../font/Circe/circe-extrabold/Circe-ExtraBold.woff') format('woff'), url('/css/../font/Circe/circe-extrabold/Circe-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    background: #fff;
    font-family: 'CirceRegular';
}

h1,
h2,
h3,
h4 {
    font-family: 'CirceBold';
    margin: 0;
    padding: 0;
}

/* class const */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.wrapper {
    margin: 0 auto;
    max-width: 1366px;
    min-width: 940px;
    position: relative;
}

.button_style {
    background: #d82027;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: 'CirceBold';
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    height: 44px;
    line-height: 46px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    cursor: pointer;
    position: relative;
}

.button_style:hover {
    background: #f50e17;
}

.button_box input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.checkbox_style {
    position: relative;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin: 0px 15px 0 0px;
    background-color: #eeeeee;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.checkbox_style .checkbox_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.checkbox_style .checkbox_input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.checkbox_style.checked {
    background: #eeeeee url('/css/../images/issues_check.png') no-repeat;
    background-position: center center;
}

.radio_style {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin: 0px 15px 0 0px;
    background-color: #eeeeee;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.radio_style .radio_input {
    height: 0;
    width: 0;
    overflow: hidden;
}

.radio_style.checked {
    background: #eeeeee url('/css/../images/issues_radio.png') no-repeat;
    background-position: center center;
}

/* /class const */

.header {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    /*box-shadow: 0 1px 2px #e6e6e6;*/
    height: 102px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.header .logo {
    margin-right: 40px;
    margin-left: 30px;
}

.header .box_menu {
    height: 104px;
    padding: 5px 0 15px 0;
    box-sizing: border-box;
    margin-left: 230px;
}

.header .box_menu .menu_partner {
    position: relative;
    margin: 0 0 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    float: left;
    padding: 22px 0px 13px 0;
    height: 68px;
    box-sizing: border-box;
    width: 276px;
    text-align: center;
    z-index: 1;
}

.authorization a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'CirceExtraBold';
    font-size: 13px;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

.header .box_menu .menu_partner .title {
    position: absolute;
    background: #fff;
    color: #9d9d9d;
    text-align: center;
    text-transform: uppercase;
    width: 166px;
    top: -7px;
    left: 50%;
    margin-left: -83px;
    font-size: 12px;
}

.header .box_menu .menu_partner ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.header .box_menu .menu_partner ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    width: 110px;
    line-height: 14px;
    height: 33px;
    font-size: 16px;
    margin-left: 7px
}

.header .box_menu .menu_partner ul li.one_line {
    margin-top: 3px;
}

.header .box_menu .menu_partner ul li a {
    display: block;
}

.header a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'CirceExtraBold';
    font-size: 13px;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

.header .link-industry {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'CirceExtraBold';
    font-size: 13px;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

.header .link-industry img {
    display: block;
}


.header .link-industry img {
    display: block;
}

.header .link-industry:hover {
    color: #d82027;
}

.header .menu_box {
    height: 50px;
    padding: 12px 0 7px 0;
    position: relative;
}

.header .menu_box .slogan-block .slogan {
    margin: 0;
    font-size: 20px;
    color: #a98260;
    letter-spacing: 0.3px;
}

.work_places .work_places_item-icon.icon-platform{
    width:28px;
    left: 0;
    top: 0;
    background-image:url('/css/images/unfdlakogo.png');
}

.header.fixed_header .menu_box .slogan-block .slogan {
    display: none;
}

.header .menu_box .main_menu {
    margin: 0;
    padding: 0 0 0 20px;
    display: table;
    height: 50px;
    width: 580px;
}

.header .menu_box .main_menu li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 17px;
    padding: 0 10px;
}

.header .menu_box .main_menu li a {
    display: block;
}

.header .menu_box .main_menu.home_menu {
    width: auto;
    padding: 0;
}

.header .menu_box .main_menu.home_menu li {
    padding: 0 17px;
}

.header .menu_box .main_menu.home_menu a {
    font-size: 14px;
}

.header .menu_box .main_menu.home_menu a.active_home_menu {
    color: #d82027;
}

.header .menu_box .main_menu.home_menu .first {
    padding: 0 15px 0 0;
}

.header .menu_box .authorization {
    height: 50px;
    border-left: 1px solid #dedede;
    padding: 15px 0 0 35px;
    position: absolute;
    right: 90px;
    top: 12px;
    box-sizing: border-box;
}

.header.fixed_header .menu_box .authorization {
    padding: 0 0 0 35px;

}

.header .menu_box .authorization .user_photo {
    height: 25px;
    width: 25px;
    text-align: center;
    margin-top: 10px;
}

.header .menu_box .authorization .user_photo img {
    height: 25px;
    width: 25px;
}

.header .menu_box .authorization .name {
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
}

.header .menu_box .authorization .name a {
    color: #1681a8;
    text-decoration: none;
}

.header .menu_box .authorization .name a:hover {
    color: #d82027;
}

.content {
    min-height: 100%;
    /*    margin: -105px 0 -156px 0;*/
    /*    padding: 103px 0 156px 0;*/
    box-sizing: border-box;
}

.content .info_prof {
    background: #f8f8f8;
    padding: 25px 0 35px 0;
    box-sizing: border-box;
}

.content .info_page {
    width: 910px;
    margin-top: 5px;
}

.content .info_prof .breadcrumbs {
    margin: 0;
    padding: 0;
    display: block;
    white-space: nowrap;
}

.content .info_prof .breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-family: 'CirceBold';
    font-size: 24px;
}

.content .info_prof .breadcrumbs li a {
    color: #000;
    text-decoration: none;
}

.content .info_prof .breadcrumbs li a:hover {
    color: #d82027;
}

.content .info_prof .breadcrumbs li i {
    display: inline-block;
    height: 12px;
    width: 4px;
    background: url('/css/../images/breadcrumbs_icon.png') center center no-repeat;
    margin: 0 12px 0 15px;
}

.content .info_page .box_titles {
    width: 660px;
    margin-top: 20px;
}

.content .info_page .box_titles.change {
    margin-top: 3px;
}

.content .info_page .box_titles .title_page {
    margin-right: 30px;
    height: 37px;
    line-height: 37px;
    color: #1681a8;
    white-space: nowrap;
}

.content .info_page .box_titles .title_page.change {
    width: 660px;
    height: auto;
}

.content .info_page .box_titles .title_page.change h1 {
    font-size: 24px;
}

.content .info_page .box_titles .title_page.change h1.change {
    font-size: 20px;
    white-space: normal;
    line-height: 25px;
}

.content .info_page .box_titles .code_partner {
    border-left: 1px solid #dedede;
    padding: 0 0 0 30px;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
    font-family: 'CirceBold';
    font-size: 18px;
    white-space: nowrap;
}

.content .info_page .box_titles .code_partner.change {
    border-left: none;
    padding: 0;
}

.content .info_prof .status_partner {
    margin: 5px 20px 0 55px;
}

.content .info_prof .info_page .status {
    font-size: 16px;
    line-height: 24px;
    width: 220px;
}

.content .info_prof .info_page .status .title {
    font-family: 'CirceBold';
}

.content .info_prof .info_page .status .text {
    color: #d82027;
}

.content .info_prof .info_page .status .data {
    color: #7f7f7f;
    font-size: 14px;
}

.content .info_prof .status_partner .button_exit {
}

.content .info_prof .status_partner .button_exit .button_style {
    height: 71px;
    line-height: 73px;
    width: 233px;
    color: #fff;
}

.content .statistics {
    width: 280px;
    text-align: center;
}

.content .statistics .desck {
    text-align: left;
    margin-bottom: 40px;
}

.content .statistics .item, .econ-wrap .item {
    width: 162px;
    padding-top: 22px;
    display: inline-block;
    margin-bottom: 40px
}

.content .statistics .item .name, .econ-wrap .item .name {
    margin-top: 25px;
    font-size: 14px;
    font-family: 'CirceBold';
    text-transform: uppercase;
    text-align: center;
}

.content .statistics .circle, .econ-wrap .circle {
    position: relative;
}

.content .statistics .percent, .econ-wrap .percent {
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border: 5px solid #ccb09c;
    color: #3d3d3d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o- border-radius: 50%;
    font-size: 30px;
    padding-top: 20px;
    line-height: normal;
    box-sizing: border-box;
    text-align: center;
    font-family: 'CirceBold';
}

.content .statistics .circle svg, .econ-wrap .circle svg {
    position: absolute;
    top: -28px;
    left: 9px;
    width: 150px;
}

.content .statistics .circle span, .econ-wrap .circle span {
    position: absolute;
    top: -18px;
    left: 18px;
    width: 108px;
    width: 108px;
    height: 108px;
    border: 9px solid #ffcf05;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.content .statistics .work_places .circle span {
    position: absolute;
    top: -21px;
    left: 14px;
    width: 108px;
    width: 108px;
    height: 108px;
    border: 12px solid #ffcf05;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.content .statistics .work_places .percent {
    border: 3px solid #ccb09c;
}

.content .statistics .percent div {
    font-size: 16px;
    color: #3d3d3d;
    background: #fff;
    border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    height: 26px;
    width: 30px;
    line-height: 26px;
    position: absolute;
    top: 3px;
    left: 91px;
    font-family: 'CirceRegular';
}

.content .statistics .percent div {
    background: #f6f6f6;
}

.content .statistics .publication_case {
    background: #f2f2f2;
    color: #2c719d;
    font-family: 'CirceBold';
    padding: 24px 30px;
    margin-bottom: 40px;
    text-align: left;
    font-size: 15px;
    border: 1px solid #fafafa;
    text-decoration: none;
    display: block;
}

.content .statistics .publication_case:hover {
    color: #d82027;
}

.content .statistics .qq_manager {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-family: 'CirceBold';
    padding: 30px 30px;
    margin: 0px 5px 0 5px;
    border-top: 1px solid #ebebeb;
}

.content .statistics .commentary_box {
    position: relative;
    margin: 35px 0 35px 0;
    background: #ebe0d8;
    padding: 25px 23px;
    text-align: left;
    font-size: 14px;
    border-radius: 9px;
}

.box_right_min .statistics .commentary_box.commentary_box_case_open {
    margin-top: 0;
}

.content .statistics .commentary_box .all_comment {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'CirceBold';
}

.content .statistics .commentary_box .commentary_item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2ebe7;
}

.content .statistics .commentary_box .commentary_item div {
    font-family: 'CirceBold';
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.content .statistics .commentary_box i {
    display: block;
    position: absolute;
    bottom: -20px;
    right: 60px;
    border: 10px solid transparent;
    border-left: 10px solid #ebe0d8;
    border-top: 10px solid #ebe0d8;
}

.content .statistics .comment_input {
    margin-top: 25px;
    background: #ebe0d8;
}

.content .statistics .comment_input textarea {
    display: block;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    display: block;
    font-size: 13px;
    height: 100px;
    line-height: 19px;
    padding: 20px 23px 15px 23px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'CirceRegular';
    resize: none;
    letter-spacing: 0.5px;
    margin: 0 0 30px 0;
}

.content .statistics .comment_input textarea:focus {
    background: #fff;
    border: 1px solid #ffcf00;
}

.content .statistics .comment_input .name_user {
    text-align: left;
    font-family: 'CirceBold';
    margin-top: 15px;
    text-transform: uppercase;
}

.content .statistics .commentary_box .commentary_item span {
    text-align: left;
    display: block;
    font-family: 'CirceBold';
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #57524f;
}

.content .statistics .button_comment,
.content .siteform .button_register {
    background: #d82027;
    color: #fff;
    padding: 28px 50px 22px 50px;
    line-height: 14px;
    margin: 0px 0 30px 0;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.8px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.content .statistics .button_comment:hover,
.content .siteform .button_register:hover {
    background: #b31f25;
}

.content .statistics .events_box {
    border-top: 1px solid #ebebeb;
    padding: 25px 8px 0 8px;
    margin: 0 5px;
    text-align: left;
}

.content .statistics .events_box .title {
    /*    text-align: center;
    text-transform: uppercase;
    font-family: 'CirceBold';
    font-size: 14px;
    margin-bottom: 25px;*/
    text-align: center;
    font-family: 'CirceExtraBold';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.content .statistics .events_box .item_news {
    margin-bottom: 43px;
}

.content .statistics .events_box .item_news .data {
    white-space: nowrap;
    background: #ffcf00;
    height: 31px;
    line-height: 34px;
    font-size: 12px;
    font-family: 'CirceBold';
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    margin: 0 0 15px 0;
    text-decoration: none;
}

.content .statistics .events_box .item_news .data i {
    display: block;
    position: absolute;
    top: 0;
    right: -26px;
    border: 16px solid transparent;
    border-left: 10px solid #ffcf00;
}

.content .statistics .events_box .item_news .name {
    color: #2167a5;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'CirceBold';
    margin-bottom: 5px;
    padding: 0 0 0 8px;
    display: block;
    text-decoration: none;
}

.content .statistics .events_box .item_news .name:hover {
    color: #0e4675;
}

.content .statistics .events_box .item_news .text {
    color: #2b2b2b;
    font-size: 14px;
    padding: 0 0 0 8px;
}

.content a {
    text-decoration: none;
    color: #2c719d;
}

.content a:hover {
    color: #0e4675;
}

.content .siteform {
    padding: 0 35px 0px 70px;
    /*margin-right: 350px;*/
    width: 67%;
}

.content .siteform .filter_cases {
    margin: 0 0 30px 0;
    font-size: 16px;
}

.content .siteform .filter_cases label {
    display: inline-block;
    margin-right: 20px;
    font-family: 'CirceBold';
}

.content .siteform .filter_cases > div {
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

.content .siteform .filter_cases .button_style {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    padding: 0 15px;
}

.content .siteform .filter_cases .btn_box {
    width: 100px;
}

.content .siteform .filter_cases div.last {
    padding-right: 0;
}

.content .siteform .filter_cases div select {
    width: 100%;
    box-sizing: border-box;
}

.content .siteform .filter_cases div input {
    width: 100%;
    box-sizing: border-box;
}

.content .siteform select {
    height: 34px;
    line-height: 32px;
    border: 1px solid #f3f3f3;
    color: #000;
    padding: 0 10px;
    background: #f3f3f3;
    font-size: 16px;
    font-family: 'CirceRegular';
}

.content .siteform select:focus {
    background: #fff;
    border: 1px solid #ffcf00;
}

.content .siteform select[multiple=multiple] {
    height: 80px;
    display: block;
    float: right;
    padding: 5px 10px;
}

.content .siteform input[type=text] {
    height: 34px;
    line-height: 32px;
    border: none;
    background: #f3f3f3;
    color: #000;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'CirceRegular';
    padding: 0 20px;
    font-size: 16px;
    display: inline-block;
}

.content .siteform input[type=text]:focus {
    background: #fff;
    border: 1px solid #ffcf00;
}

.content .siteform label {
    font-size: 16px;
    font-family: 'CirceBold';
    width: 150px;
    display: block;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0;
    display: inline-block;
}

.content .siteform .top_hidden label {
    font-size: 16px;
    position: absolute;
    font-family: 'CirceBold';
    width: auto;
    display: block;
    height: auto;
    height: auto !important;
    line-height: normal !important;
    margin-top: 7px;
    line-height: normal;
    letter-spacing: 0;
    display: inline-block;
}

.top_hidden .checkbox-block {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-right: 7px;
}

.content .siteform .item {
    border-bottom: 1px solid #ebebeb;
    padding: 0px 0 30px 0;
    margin-bottom: 25px;
}

.content .siteform .item .title {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-family: 'CirceBold';
    margin-bottom: 15px;
    margin-left: -3px;
    letter-spacing: 0;
}

.content .siteform .item .econ-wrap {
    background: #f6f6f6;
    border-radius: 9px;
    margin-bottom: 30px;
    margin-left: 71px;
    margin-top: 30px;
    padding: 10px 22px 45px 22px;
    display: table;
    width: 100%;
    max-width: 800px;
}

.content .siteform .item .econ-wrap .wrap-item {
    display: table-cell;
    text-align: center;
    padding: 0 5px;
}

.content .siteform .item .econ-wrap.small {
    padding-top: 35px;
}

.content .siteform .item .econ-wrap.small .wrap-item p {
    display: inline-block;
    width: 50%;
    min-height: 0;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}

.content .siteform .item .econ-wrap.small .wrap-item .item {
    vertical-align: middle;
}

.content .siteform .item .econ-wrap .wrap-item p {
    margin-bottom: 30px;
    min-height: 69px;
}

.content .siteform .inpit_title {
    font-size: 16px;
    font-family: 'CirceBold';
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.content .siteform .item .title span {
    color: #7b7b7b;
}

.content .siteform .item .title .number {
    border: 3px solid #e2e2e2;
    color: #cccccc;
    height: 46px;
    width: 46px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-family: 'CirceBold';
    margin-right: 25px;
}

.navigation_to_case .number {
    border: 1px solid #e2e2e2;
    color: #cccccc;
    height: 46px;
    width: 46px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-family: 'CirceBold';
    margin-right: 25px;
}

.content .siteform .item .contact_info > div {
    margin-bottom: 19px;
}

.content .siteform .item .contact_info input[type=text] {
    width: 709px
}

.content .siteform .item .contact_info .phone_email input[type=text] {
    width: 217px;
}

.content .siteform .item .contact_info .phone_email .email {
    width: 485px;
}

.content .siteform .item .contact_info .phone_email .phone {
    width: 415px;
}

/*.content .siteform .item .contact_info .phone_email .phone input[type=text] {
    letter-spacing: 3px;
}*/

.content .siteform .item .contact_info .phone_email .email label {
    text-align: center;
    width: 140px;
}

.content .siteform .item .contact_info .phone_email .email input[type=text] {
    width: 299px;
}

.content .siteform .item .contact_info .phone_email div {
    display: inline-block;
}

.content .siteform .item .issues label {
    width: auto;
    margin: 0 30px 0 5px;
}

.content .siteform .item .issues .checkbox_style {
    margin: 7px 15px 0px 15px;
}

.content .siteform .item .issues input[type=text] {
    width: 376px;
}

.content .siteform .publication {
}

.content .siteform .publication ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.content .siteform .publication ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    color: #c6a78a;
}

.content .siteform .item .desc {
    margin-bottom: 30px;
}

.content .siteform .other_publications {
}

.content .siteform .other_publications input[type=text] {
    margin-bottom: 20px;
}

.content .siteform .other_publications .input_box {
    width: 593px;
}

.content .siteform .other_publications .input_box input[type=text] {
    width: 553px;
}

.content .siteform .other_publications .input_link {
    width: 285px;
}

.content .siteform .other_publications .input_link input[type=text] {
    width: 244px;
}

.content .siteform .submit_form {
    width: 100%;
    height: 65px;
    margin: 10px 0;
}

.content .siteform .button_form {
    background: #ffcf00;
    color: #000;
    cursor: pointer;
    height: 65px;
    line-height: 68px;
    text-transform: uppercase;
    width: 213px;
    text-align: center;
    font-family: 'CirceBold';
    display: block;
    margin: 0 17px 0 0;
    float: left;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    text-decoration: none;
    box-sizing: border-box;
}

.content .siteform .info_partners .dop_contact {
}

.content .siteform .info_partners .dop_contact input {
    margin-bottom: 17px;
    width: 100%;
    box-sizing: border-box;
}

.content .siteform .info_partners .dop_contact .name_company {
    width: 390px;
}

.content .siteform .info_partners .dop_contact .name_company input {
    border: none;
    border-bottom: 1px solid #dedede;
    background-color: transparent;
    padding: 0 8px;
}

.content .siteform .info_partners .dop_contact .name_company input:focus {
    border-bottom: 1px solid #ffcf00;
}

.content .siteform .info_partners .dop_contact .mail_company {
    width: 232px;
    margin-right: 25px;
}

.content .siteform .info_partners .dop_contact .phone_company {
    width: 232px;
}

.content .siteform .logo_company {
}

.content .siteform .logo_company label {
    width: 165px;
    display: block;
    height: auto;
    line-height: 18px;
    margin-top: 35px;
}

.content .siteform .logo_company .box_logo_company {
    width: 700px;
    margin-left: 209px;
    height: 145px;
    margin-bottom: 20px;
    display: table;
}

.content .siteform .logo_company .box_logo_company .logo_box {
    display: table-cell;
    vertical-align: middle;
}

.content .siteform .logo_company .box_logo_company img {
    display: block;
    max-height: 150px;
    max-width: 150px;
}

.content .siteform .logo_company .box_logo_company .button_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.content .siteform .logo_company .box_logo_company .button_style {
    color: #fff;
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    margin: 0;
    display: inline-block;
}

.content .siteform .logo_company .box_logo_company .desck {
    width: 300px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    padding: 0 0 0 15px;
    line-height: 18px;
}

.content .siteform .info_partners .desck_company {
    margin-bottom: 28px;
}

.content .siteform .info_partners .desck_company label {
    width: 165px;
    display: block;
    height: auto;
    line-height: 18px;
    margin-top: 5px;
}

.content .siteform textarea {
    width: 696px;
    max-width: 696px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    margin-left: 209px;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding: 23px 25px 23px 30px;
    box-sizing: border-box;
    height: 128px;
    font-family: 'CirceRegular';
}

.content .siteform textarea:focus {
    background: #fff;
    border: 1px solid #ffcf00;
}

.content .siteform .info_partners .contact_company {
    margin-bottom: 30px;
}

.content .siteform .info_partners .contact_company label {
    width: 175px;
    display: block;
    height: auto;
    line-height: 18px;
    margin-top: 5px;
}

.content .siteform .info_partners .contact_company input {
    width: 287px;
    margin-left: 33px;
}

.content .siteform .info_partners .site_company {
    margin-bottom: 30px;
}

.content .siteform .info_partners .site_company label {
    width: 165px;
    display: block;
    height: auto;
    line-height: 18px;
    margin-top: 5px;
}

.content .siteform .info_partners .site_company input {
    width: 653px;
    margin-left: 209px;
    display: block;
}

.content .siteform .button_form.last {
    margin-right: 0;
}

.content .siteform .button_form.doble_line {
    line-height: 16px;
    padding: 19px 10px 0 10px;
}

.content .siteform .button_form:hover {
    background: #b31f25;
    color: #fff;
}

.content .siteform .form_issues_link {
    font-size: 14px;
    margin: 27px 0 0 0;
}

.content .siteform .cases_items {
    margin: 40px 0px 0 15px;
    border-top: 1px solid #cdcdcd;
    padding: 15px 0 0 0;
}

.content .siteform .cases_items .button_style {
    padding: 0 30px 0 30px;
    font-size: 16px;
    margin: 20px 0 0 0;
    background: #FFCF00;
    color: #000;
    height: 30px;
    line-height: 30px;
    text-transform: none;
}

.content .siteform .cases_items .button_style:hover {
    color: #fff;
    background: #b31f25;
}

.content .siteform .cases_items .cases_name {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'CirceBold';
}

.content .siteform .cases_items .cases_info {
}

.content .siteform .cases_items .cases_info .data_info {
    color: #7b7b7b;
    font-size: 12px;
}

.content .siteform .cases_items .cases_info .col_comment {
    display: inline-block;
    background: url('/css/../images/icon_comment.png') no-repeat;
    background-position: left center;
    min-height: 12px;
    padding: 0 0 0 16px;
    margin-left: 15px;
    color: #7b7b7b;
    font-family: 'CirceRegular';
}

.content .siteform .cases_items .cases_info .cases_status {
    margin-top: 10px;
}

.content .siteform .cases_items .cases_info .cases_status div {
    display: inline-block;
    color: #7b7b7b;
}

.content .siteform .cases_items .cases_info .cases_status div > span {
    font-family: 'CirceBold';
    display: block;
    color: #000;
}

.content .siteform .cases_items .cases_info .cases_status .type {
    width: 220px;
    margin-right: 15px;
    white-space: nowrap;
}

.content .siteform .cases_items .cases_info .cases_status .status {
    width: 296px;
    margin-right: 15px;
    white-space: nowrap;
}

.content .siteform .cases_items .cases_info .cases_status .cases_note {
    height: 25px;
    width: 335px;
    font-family: 'CirceBold';
    color: #000;
    font-size: 16px;
}

.content .siteform .cases_items .cases_info .cases_status .cases_note span {
    margin: 0 15px 0 0;
    display: inline-block;
}

.content .siteform .cases_items .cases_info .cases_status .cases_note .checkbox_lable {
    margin: 0;
    width: 299px;
}

.content .siteform .link_show_box {
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-family: 'CirceBold';
    margin-top: 30px;
}

.content .siteform .link_show_box .link_show_cases {
    display: inline-block;
    border-bottom: 1px dashed #2c719d;
    line-height: 16px
}

.content .siteform .link_show_box .link_show_cases:hover {
    border-bottom: none;
}

.footer {
    height: 156px;
    background: #272727;
}

.footer .company_info {
    color: #fff;
    font-size: 14px;
}

.footer .company_info .copyright {
    text-transform: uppercase;
    border-right: 1px solid #555555;
    padding: 0 45px 0 0;
    height: 61px;
    padding-top: 10px;
    font-family: 'CirceBold';
    letter-spacing: 0.5px;
}

.footer .company_info .copyright span {
    color: #ffcf00;
}

.footer .company_info .contact {
    height: 61px;
    padding-top: 10px;
    margin-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #555555;
}

.footer .company_info .contact div {
    display: inline-block;
}

.footer .company_info .contact .address {
    margin-right: 40px;
    line-height: 18px;
}

.footer .company_info .contact .phone {
    line-height: 18px;
    color: #ffcf00;
}

.footer .company_info .links_1c {
    margin-left: 30px;
    padding-left: 10px;
    position: relative;
}

.footer .company_info .links_1c ul,
.footer .company_info .other_links_hide ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .company_info .links_1c .other_sites,
.footer .company_info .links_1c ul li a,
.footer .company_info .other_links_hide ul li a {
    font-family: 'CirceRegular';
    font-size: 14px;
    color: #fff;
}

.footer .company_info .links_1c .other_sites {
    cursor: pointer;
    text-decoration: underline;
}

.footer .company_info .links_1c .other_sites:hover > .other_links_hide {
    display: block;
}

.footer .company_info .other_links_hide {
    display: none;
    position: absolute;
    bottom: 0;
    box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.5);
    background: #fff;
    left: 0;
    padding: 20px 20px;
    right: 0;
}

.footer .company_info .other_links_hide ul li a {
    color: #000;
}

.footer .copyright_developer .desck {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    color: #5a5a5a;
}

.footer .copyright_developer > div {
    display: inline-block;
}

.footer .copyright_developer > div a {
    /*display: block;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;*/
    height: 18px;
    display: block;
}

.footer .copyright_developer {
    padding-top: 10px;
}

.footer .copyright_developer .developer {
    margin-right: 45px;
}

.footer .copyright_developer .developer a {
    background: url('/css/../images/logo_developer.png') no-repeat;
    display: block;
    width: 101px;
    background-position: 0px center;
}

.footer .copyright_developer .design a {
    background: url('/css/../images/logo_design.png') no-repeat;
    width: 83px;
    background-position: 0px center;
}

.footer .copyright_developer .developer a:hover {
    background: url('/css/../images/logo_developer.png') no-repeat;
    display: block;
    width: 101px;
    background-position: -101px center;
}

.footer .copyright_developer .design a:hover {
    background: url('/css/../images/logo_design.png') no-repeat;
    width: 83px;
    background-position: -83px center;
}

.overlay {
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.overlay_white {
    background-color: #fff;
    position: fixed;
    opacity: .9;
    width: auto;
    height: auto;
    bottom: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: url('/css/../images/close_window_search.png');
    background-position: center 150px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.modal_windows {
    position: fixed;
    top: 10%;
    left: 45%;
    bottom: 10%;
    background: #fff;
    z-index: 1000;
    margin-left: -225px;
    font-size: 16px;
    font-family: 'CirceRegular';
    max-height: 515px;
    width: 435px;
    padding: 25px 10px 25px 25px;
}

.modal_windows .modal_windows_paddng {
    padding: 0 20px 0 0;
    overflow-y: auto;
    height: 100%;
}

.modal_windows .modal_windows_paddng .step {
    display: none;
    margin-bottom: 15px;
}

.modal_windows .modal_windows_paddng .step1 {
    display: block;
}

.modal_windows .title {
    position: relative;
    font-family: 'CirceBold';
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px 0;
}

.modal_windows .desck {
    margin-bottom: 20px;
}

.modal_windows .close_window {
    position: absolute;
    top: -15px;
    right: -50px;
    width: 42px;
    height: 42px;
    background: url('/css/../images/solution_close_2.png') no-repeat center;
    cursor: pointer;
}

.modal_windows .close_window:hover {
    background: url('/css/../images/solution_close_2_hover.png') no-repeat center;
}

.modal_windows .button_style {
    width: 150px;
    font-size: 14px;
    margin-top: 15px;
    margin: 0 auto;
    display: block;
    width: 150px;
}

.modal_windows textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: 120px;
    border: 1px solid #dcdcdc;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    font-family: 'CirceRegular';
    font-size: 16px;
}

.modal_windows textarea:focus {
    background: #fff;
    border: 1px solid #ffcf00;
    box-shadow: none;
}

.modal_windows form div {
    margin-bottom: 15px;
}

.modal_windows input[type=text] {
    height: 34px;
    line-height: 32px;
    border: none;
    font-size: 16px;
    background: #f3f3f3;
    color: #000;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 20px;
    font-family: 'CirceBold';
    font-size: 16px;
    display: inline-block;
    width: 230px;
}

.modal_windows select {
    height: 34px;
    line-height: 32px;
    border: none;
    background: #f3f3f3;
    color: #000;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 0px 0 0;
    font-family: 'CirceBold';
    font-size: 16px;
    display: inline-block;
    width: 230px;
}

.modal_windows select[multiple=multiple] {
    height: 95px;
}

.modal_windows select[multiple=multiple] option {
    padding: 0 15px;
}

.modal_windows .footnote {
    color: #818b96;
    font-size: 13px;
    margin: 10px 0 0 0;
}

.modal_windows input[type=text]:focus {
    background: #fff;
    border: 1px solid #ffcf00;
}

.modal_windows label {
    font-size: 16px;
    font-family: 'CirceBold';
    width: 120px;
    margin-bottom: 5px;
    display: block;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.modal_windows label.label_full {
    width: 100%;
    line-height: 18px;
    height: auto;
    margin-bottom: 10px;
}

.modal_windows .input_full,
.modal_windows input[type=text].input_full {
    width: 100%;
    box-sizing: border-box;
}

.modal_windows .min_input,
.modal_windows input[type=text].min_input {
    width: 100px;
    box-sizing: border-box;
    display: block;
}

.modal_windows label.big_label {
    width: 278px;
    line-height: 18px;
    height: auto;
    margin-bottom: 0;
    display: block;
}

.modal_windows label.checkbox_label {
    width: 360px;
    line-height: 18px;
    height: auto;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
}

.modal_windows span.clear {
    display: block;
}

.modal_windows .title.main {
    font-size: 21px;
}

.modal_windows .input_error {
    border: 1px solid #e8b1b1;
    box-shadow: 0px 0px 5px #e85f5f;
}

.help_partner_select .name_holding {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 10px 0 0 0;
}

.help_partner_select .name_holding.no_display {
    height: 0;
    margin: 0;
    border: none;
}

body .ui-widget-content {
    border: 1px solid #ffcf00;
    background: #fff;
    padding: 1px;
    font-family: 'CirceRegular';
    font-size: 16px;
    box-sizing: border-box;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    color: #000;
}

body .ui-menu .ui-menu-item {
    background: #fff;
    list-style: none;
    height: 23px;
    line-height: 23px;
    padding: 0 20px;
    border: none;
    font-family: 'CirceRegular';
    font-size: 16px;
}

body .ui-menu .ui-menu-item.ui-state-focus {
    background: #f3f3f3;
    height: 23px;
    border: none;
    line-height: 23px;
    padding: 0 20px;
    margin: 0;
}

.content .form_nav {
    height: 65px;
    width: 100%;
    margin-bottom: 40px;
}

.content .form_nav .button_form {
    width: 31%;
    margin: 0 31px 0 0;
    background: transparent;
    text-transform: none;
    font-size: 18px;
    padding: 0 10px;
}

.content .form_nav .button_form.doble_line {
    line-height: 20px;
    padding-top: 12px;
}

.content .form_nav .button_form:hover {
    color: #1681A8;
    background: transparent;
}

.content .form_nav .button_form.active {
    background: #F5F5F5;
    color: #1681A8;
}

.content .form_nav.four .button_form {
    width: 24%;
    margin: 0 9px 0 0;
}

.content .header_cases_status {
    margin-top: 20px;
}

.content .header_cases_status div {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    max-width: 350px;
}

.content .header_cases_status div span {
    display: inline-block;
    font-family: 'CirceBold';
    color: #000;
    margin-right: 5px;
}

.content .wrapper_banner {
    min-height: 290px;
    padding: 0 75px;
    position: relative;
}

.wrapper_banner .wrapper {
    min-width: 800px;
}

.content .wrapper_banner .banner_title {
    text-align: center;
    color: #fff;
    font-size: 31px;
    font-family: 'CirceBold';
    max-width: 925px;
    margin-top: 40px;
    text-shadow: 1px 1px 2px #000000;
    margin-left: 50px;
    line-height: 1.2;
}

.content .wrapper_banner .breadcrumbs_banner {
    padding-top: 35px;
}

.content .wrapper_banner .breadcrumbs_banner a {
    color: #fbde08;
    font-size: 16px;
    text-decoration: underline;
}

.content .wrapper_banner .breadcrumbs_banner a:hover {
    text-decoration: none;
    color: #fbde08;
}

.content .wrapper_banner .breadcrumbs_banner span {
    color: #fff;
    margin: 0 12px;
}

.participant {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 75px;
}

.participant_double {
    position: absolute;
    top: 0;
    right: 75px;
}

.winner_case_page_top,
.award_case_page_top {
    position: absolute;
    top: -20px;
    left: -20px;
}

.wrapper_navigation {
    background: #f5f5f5;
    padding: 25px 75px;
    margin-bottom: 40px;
}

.wrapper_navigation .navigation_to_case {
    max-width: 1245px;
    margin: 0 auto;
}

.navigation_to_case .navigate_item {
    display: table;
}

.navigation_to_case .number {
    background: transparent;
    margin-right: 15px;
    height: 33px;
    width: 33px;
    line-height: 36px;
    font-size: 18px;
    transition: all 0.5s ease;
}

.navigation_to_case .navigate_item:hover .number {
    background: #ffcf00;
    border: 1px solid #ffcf00;
    color: #000;
}

.navigation_to_case .navigate_item:hover {
    cursor: pointer;
}

.navigation_to_case .navigate_title {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'CirceBold';
    font-size: 12px;
}

.navigation_to_case .arrow {
    line-height: 35px;
    color: #aaa;
    margin: 0 23px;
}

.open_case .desc {
    padding-left: 71px;
}

.open_case .desc img {
    border-radius: 9px;
    margin-top: 20px;
}

.open_case {
    font-size: 16px;
}

.desc_for_img {
    width: 630px;
    margin: 0px auto;
    letter-spacing: 0px;
    margin-top: 20px;
    text-align: center;
    font-family: 'CirceRegular';
    color: #8c96a0;
    vertical-align: top;
}

.desc_for_img b {
    color: #000;
}

.parallelism {
    font-size: 80px;
    color: #ffcf00;
    letter-spacing: -5px;
    margin-right: 30px;
    line-height: 80px;
    margin-top: -20px;
}

.content .open_case .item {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.content .siteform .item.quick_desc {
    display: inline-block;
    width: 59%;
}

.content .siteform .item.quick_desc .title {
    padding-top: 13px;
}

.content .siteform .quick_desc .title {
    line-height: 1;
}

.content .open_case .client_item {
    margin-left: 50px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.content .open_case .client_item .title {
    margin-bottom: 33px;
}

.client_item .desc {
    padding-left: 0;
    margin-top: 30px;
}

.client {
    margin-right: 25px;
    height: 62px;
}

.authorization_open_case .search {
    background: url(/css/../images/search.png) no-repeat center center;
    width: 22px;
    height: 23px;
    margin-right: 40px;
}

.authorization_open_case .search:hover {
    background: url(/css/../images/search_hover.png) no-repeat center center;
    cursor: pointer;
}

.authorization_open_case .auth {
    background: url(/css/../images/user_photo_sprite.png) no-repeat center center;
    width: 25px;
    height: 25px;
}

.authorization_open_case .auth:hover {
    background: url(/css/../images/user_photo_sprite_hover.png) no-repeat center center;
    cursor: pointer;
}

.header .menu_box .authorization_open_case {
    height: 55px;
    top: 23px;
}

.header.fixed_header .menu_box .authorization_open_case {
    height: 26px;
    top: 0 !important;
}

/*.header.fixed_header .menu_box .authorization_open_case {*/
/*top: 19px;*/
/*}*/

.header.fixed_header .box_menu {
    margin-left: 180px;
}

.quote_with_img {
    position: relative;
    margin: 30px 0 30px;
}

.open-quote:before {
    position: absolute;
    font-size: 185px;
    color: #ffcf05;
    left: -110px;
    top: -110px;
}

.open-quote.open-quote-top:before {
    top: -50px;
}

.img_radius {
    height: 206px;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin-right: 50px;
    position: relative;
}

.quote_with_img-text {
    display: inline-block;
    width: 69%;
    vertical-align: middle;
    color: #8c96a0;
    font-size: 24px;
}

.big_white_block {
    position: absolute;
    width: 160px;
    height: 200px;
    background: #fff;
    top: 17px;
    left: -10px;
    z-index: -1;
}

.small_white_block1 {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    top: 27px;
    right: 17px;
    transform: rotate(39deg);
    z-index: -1;
}

.small_white_block2 {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    top: 179px;
    right: 17px;
    transform: rotate(-38deg);
    z-index: -1;
}

.radius_yellow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #ffcf05;
    border-radius: 50%;
    top: 14px;
    z-index: -2;
    left: -10px;
}

.author_quote {
    color: #000;
    font-family: 'CirceBold';
    margin-top: 23px;
    text-transform: uppercase;
    font-size: 12px;
}

.author_quote div {
    display: inline-block;
}

.author_quote div:first-letter {
    font-size: 16px;
}

.open-quote:before {
    content: open-quote;
}

.open_case .img_radius img {
    margin-top: 0;
}

.quote_without_img {
    text-align: center;
    padding: 40px;
    background: #f6f6f6;
    color: #505050;
    border-radius: 9px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.quote_without_img p {
    margin: 30px 0;
    text-align: left;
    text-indent: 50px;
}

.quote_without_img-title {
    text-transform: uppercase;
    color: #8c96a0;
    font-family: 'CirceBold';
    font-size: 14px;
    letter-spacing: 2px;
}

.quote_without_img-author {
    font-size: 22px;
    color: #000;
    font-family: 'CirceBold';
}

.list_ol {
    list-style-type: upper-alpha;
    color: #e49d00;
    font-weight: 600;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 5px;
}

.los_ol_desc {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.los_ol_desc p {
    margin-left: -19px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.list_ol li {
    margin-bottom: 17px;
}

.open_case .border {
    margin-bottom: 20px;
}

table {
    border-spacing: 0px;
    width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

thead th {
    font-size: 18px;
    padding: 0 25px 10px 25px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 8px solid #ffcf00;
}

tbody td {
    padding: 15px 25px;
}

tbody td {
    border-bottom: 1px solid #ebebeb;
}

tbody tr:nth-child(2n+2) {
    /*    background: #f6f6f6;*/
}

tbody tr:hover {
    background: #f6f6f6;
}

.content .statistics .button_comment_case {
    border-radius: 9px;
    height: 49px;
    width: 176px;
    padding: 21px 0 0 104px;
    background-image: url(/css/../images/auth_white.png);
    background-repeat: no-repeat;
    background-position: 62px center;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.content .statistics .button_comment_case:hover {
    background-image: url(/css/../images/auth_white.png);
    background-repeat: no-repeat;
    background-position: 62px center;
}

.work_places {
    background: #f6f6f6;
    padding: 30px 25px;
    margin-bottom: 35px;
    margin-top: 30px;
    border-radius: 9px;
}

.work_places .work_places_item-icon {
    width: 27px;
    height: 27px;
    top: -5px;
    background-image: url(/css/../images/work_places2.png);
}

.work_places .icon-executor {
    background-position: -26px 0;
}

.work_places .icon-function {
    background-position: -51px 0;
}

.work_places .icon-date {
    background-position: -78px 0;
}

.work_places .icon-location {
    background-position: -103px 0;
}

.work_places_title {
    text-align: left;
    text-transform: uppercase;
    font-family: 'CirceExtraBold';
    margin-bottom: 15px;
}

.work_places_desc {
    text-align: left;
    font-size: 16px;
}

.work_places_item {
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}

.work_places_item a {
    margin-bottom: 5px;
    display: block;
}

.work_places_item-title {
    font-family: 'CirceBold';
}

.work_places_item-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(/css/../images/work_places.png);
    background-repeat: no-repeat;
}

.icon-sector {
    background-position: 0 0;
}

.icon-executor {
    background-position: -21px 0;
}

.icon-function {
    background-position: -81px 0;
}

.icon-date {
    background-position: -43px 0;
}

.icon-location {
    background-position: -61px 0;
}

.icon-work-places {
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/css/../images/work_places_ico.png) no-repeat 0 0;
}

.content .statistics .commentary_box_case_open .commentary_item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 16px;
}

.content .statistics .button_comment.button_comment_quest {
    border-radius: 9px;
    font-size: 16px;
    line-height: 1;
}

.recall_title {
    color: #8c96a0;
    text-transform: uppercase;
    font-family: 'CirceBold';
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-align: center;
}

.slider_recall {
    margin: 0;
}

.recall_wrapper a {
    display: block;
}

.recall_wrapper .img_radius {
    margin: 0 auto;
    height: 153px;
    width: 140px;
}

.recall_wrapper .img_radius img {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.recall_wrapper .radius_yellow {
    z-index: 1;
    height: 135px;
    width: 150px;
    left: -6px;
    top: 11px;
}

.recall_wrapper .big_white_block {
    position: absolute;
    width: 160px;
    height: 95px;
    background: #F6F6F6;
    top: 20px;
    left: -8px;
    z-index: 2;
}

.recall_wrapper .small_white_block1 {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #F6F6F6;
    top: 100px;
    right: 0px;
    transform: rotate(39deg);
    z-index: 2;
}

.recall_wrapper .small_white_block2 {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #F6F6F6;
    top: 100px;
    right: 117px;
    transform: rotate(-38deg);
    z-index: 2;
}

.position_man {
    text-transform: uppercase;
    color: #8c96a0;
    font-size: 12px;
    margin-top: 25px;
    font-family: 'CirceBold';
}

.who_in_img {
    font-size: 22px;
    color: #000;
    font-family: 'CirceBold';
    margin: 20px 0;
}

.medium_border {
    display: block;
    width: 48px;
    height: 3px;
    background: #ed1c24;
    margin: 0 auto;
}

.recall_text {
    text-align: left;
    margin-top: 23px;
    color: #505050;
    line-height: 25px;
    /*    letter-spacing: 0.3px;*/
    /*height: 150px;*/
    overflow: hidden;
}

.recall_text ul {
    color: #505050;
}

.info:before,
.info .recall_text:before {
    content: url(/img/fader.png);
    position: absolute;
    bottom: -6px;
    width: 150px;
    right: -25px;
}

.statistics.statistics_open_case .events_box {
    border: 0;
}

.small_border {
    width: 68px;
    height: 1px;
    background: #ebebeb;
    display: block;
    margin: 0 auto;
}

.public_title {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'CirceExtraBold';
    text-align: center;
    letter-spacing: 1.4px;
}

.public_wrapper {
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
}

.public_wrapper ul {
    list-style: none;
}

.public_wrapper li {
    margin-bottom: 17px;
    letter-spacing: 0px;
    /*
    font-size: 26px;
    line-height: 0.7;
*/
    position: relative;
}

.public_wrapper li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccb096;
    left: -18px;
    top: 5px;
    position: absolute;
    border-radius: 50%;
}

.public_wrapper.public_wrapper_no_n li {
    margin-bottom: 5px;
}

.public_wrapper li a {
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 1;
}

.like_this {
    margin-top: 30px;
    background: #f6f6f6;
    padding-top: 30px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.like_this_title {
    font-size: 14px;
    font-family: 'CirceBold';
    text-transform: uppercase;
    color: #8c96a0;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.like_this_item {
    text-align: left;
    padding: 20px 30px;
    display: block;
    font-size: 16px;
}

.like_this_item:hover {
    background: #efefef;
}

.like_this_item:last-child {
    border-radius: 0 0 7px 7px;
}

.content .statistics .events_box .item_news .text {
    color: #8c96a0;
}

.border {
    width: 100%;
    height: 1px;
    background: #ebebeb;
}

.title_desc_case {
    font-size: 14px;
    color: #8c96a0;
    letter-spacing: 0;
    margin: 20px 0;
}

.wrapper_elm_case {
    margin-top: 25px;
}

.table-cell {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px;
}

.elm_case {
    max-width: 100%;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    position: relative;
    transition: box-shadow 0.5s ease;
}

a.elm_header {
    height: 160px;
    width: 100%;
    text-align: center;
    display: table;
    color: #fff;
    font-size: 28px;
    font-family: 'CirceBold';
    padding: 0 20px;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
}

a.elm_header:hover {
    color: #fff;
    cursor: pointer;
}

.elm_footer {
    padding: 10px;
    background: #fff;
    /*display: table;*/
    font-size: 16px;
    letter-spacing: -0.3px;
}

.elm_footer a {
    font-family: 'CirceRegular';
}

.elm_client_title {
    font-family: 'CirceBold';
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}

.elm_client {
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
    transition: background 0.5s ease;
    padding: 20px 25px;
    width: 80px;
    text-align: center;
}

.elm_case .elm_client:hover {
    background: #f5f5f5;
}

.elm_case:hover {
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
}

.elm_places .work_places_item-title {
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
}

.elm_places {
    width: 245px;
    padding-left: 20px;
}

.elm_places a {
    font-size: 15px;
}

.elm_places .work_places_item-title:last-child {
    margin-bottom: 0;
}

.elm_places_function .work_places_item-title {
    padding-left: 0;
}

.elm_places_function .icon-function {
    left: -27px;
}

.elm_places_function a {
    font-size: 14px;
    display: block;
    line-height: 1.5;
}

.elm_places_item {
    margin-top: 20px;
}

.elm_places_item .percent {
    border: 5px solid #ccb09c;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 39px;
    line-height: 35px;
    padding: 0;
    color: #58585a;
}

.elm_places_item .circle {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.elm_header span {
    position: relative;
    z-index: 5;
    display: table-cell;
    vertical-align: middle;
}

.elm_places_item .svg {
    position: absolute;
    width: 100px;
    left: -20px;
    top: -20px;
    height: 100px;
}

.elm_places_item .percent div {
    font-size: 12px;
    color: #3d3d3d;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    position: absolute;
    top: 4px;
    left: 40px;
    font-family: 'CirceRegular';
}

.elm_places_function {
    width: 285px;
    padding-left: 35px;
}

.elm_header {
    position: relative;
    overflow: hidden;
}

.elm_header .elm_oval_scale {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 300%;
    background: rgba(255, 207, 5, 0.9);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-tranаsition: all 0.5s ease;
    transition: all 0.5s ease;
}

.elm_case:hover .elm_header .elm_oval_scale {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
}

.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination a {
    display: inline-block;
    margin-right: -4px;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background: #fff;
    color: #000;
    transition: background 0.5s ease;
}

.pagination a:hover {
    color: #000;
    background: #f3f3f3;
}

.pagination a.active_page {
    background: #fbde08;
}

.img_preview_int {
    border-radius: 4px;
}

.preview_int {
    position: relative;
    margin-bottom: 15px;
    display: block;
    height: 173px;
    overflow: hidden;
}

.preview_int:hover .play_int {
    /*    width: 100%;
    height: 100%;*/
    border-radius: 9px;
    /*    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;*/
}

.play_int {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 4px solid #ffcf00;
    background: rgba(255, 255, 255, 0.2);
    background-image: url(/images/play_white.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}

.play_int2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 4px solid #ffcf00;
    background: rgba(255, 255, 255, 0.2);
    background-image: url(/images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}

.preview_int:hover .play_int2 {
    /*    width: 100%;
    height: 100%;*/
    border-radius: 9px;
    /*    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;*/
}

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

.title_int {
    font-family: 'CirceExtraBold';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.wrapper_ul_right .title_int {
    font-family: 'Circe';
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.others_int {
    font-family: 'CirceBold';
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: left;
}

.sum_others_int {
    display: inline-block;
    background: #d82027;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 15px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-family: 'CirceRegular';
    font-weight: 300;
}

.content .statistics .button_comment.button_comment_search_case {
    background-image: url(/css/../images/search_btn.png);
    background-position: 60px center;
    background-repeat: no-repeat;
    border-radius: 9px;
    margin-bottom: 0;
    border: none;
    width: 100%;
    font-family: 'CirceRegular';
    letter-spacing: 0;
    font-size: 16px;
    padding: 20px 50px 20px 70px;
}

.search_form_case {
    font-family: 'CirceRegular';
}

.search_form_case textarea {
    height: 46px;
    max-width: 198px !important;
    width: 198px;
    padding: 10px 15px;
    font-family: 'CirceRegular';
    margin-bottom: 30px;
}

.search_form_case_executor {
    width: 100%;
    margin-bottom: 20px;
}

.wrapper .jq-selectbox__select {
    border: 1px solid #c2c2c2;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
    height: 34px;
}

.wrapper .jq-selectbox__trigger {
    border: none;
}

.wrapper .jq-selectbox__trigger-arrow {
    border-top: 5px solid #d82027;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.wrapper .jq-selectbox__select-text {
    line-height: 34px;
    text-align: left;
    padding-left: 27px;
    color: #000;
}

.wrapper .jq-selectbox__select:hover {
    background: #fff;
}

.wrapper .search_form_case_executor .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/images/work_places.png);
    background-repeat: no-repeat;
    background-position: -22px 0;
}

.wrapper .search_form_case_sector .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 11px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/css/../images/star_news.png);
    background-repeat: no-repeat;
    background-position: 0px 0;
}

.search_form_case_sector {
    width: 214px;
}

.wrapper .search_form_case_location1 .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/css/../images/work_places.png);
    background-repeat: no-repeat;
    background-position: -61px 0;
}

.wrapper .search_form_case_location .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/css/../images/work_places.png);
    background-repeat: no-repeat;
    background-position: -61px 0;
}

.search_form_case_location {
    width: 220px;
}

.wrapper .search_form_case_function .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/css/../images/work_places.png);
    background-repeat: no-repeat;
    background-position: -80px 0;
}

.search_form_case_function {
    width: 240px;
}

.wrapper .jq-selectbox__dropdown {
    text-align: left;
    bottom: auto !important;
    top: 100% !important;
}

.jq-selectbox li.disabled {
    display: none;
}

.wrapper .jq-selectbox li:hover {
    background-color: #F5F5F5;
    color: #000;
}

.wrapper .jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}

.wrapper .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #fdb413;
}

.top_serach_form .styler {
    margin-right: 15px;
}

.top_serach_form .jq-selectbox__select-text {
    font-size: 14px;
}

.top_serach_form_btn {
    background: #d82027;
    border: none;
    border-radius: 4px;
    padding: 5px 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'CirceBold';
    transition: background 0.5s ease;
}

.top_serach_form_btn:hover {
    background: #b31f25;
    cursor: pointer;
}

.top_serach_form {
    background: #f5f5f5;
    padding: 21px 24px;
    margin-top: 30px;
    border-radius: 9px;
}

.search_form_case .work_places_item-title {
    position: relative;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 15px;
}

.search_form_case .work_places_item-icon {
    left: 9px;
}

.select_date {
    text-align: left;
    margin-bottom: 27px;
}

.select_date input {
    width: 85px;
    border: 1px solid #c2c2c2;
    height: 34px;
    padding-left: 10px;
}

.next_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #5c5c5c;
    padding-left: 11px;
}

.work_places .next_arrow {
    padding-left: 0;
}

.pickers {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.data-picker {
    position: absolute;
    top: 9px;
    left: 70px;
    width: 19px;
    height: 18px;
    cursor: pointer;
    background: url(/css/../images/data_picker.png) no-repeat 0 0;
}

.pickers:hover .data-picker {
    background: url(/css/../images/data_picker.png) no-repeat -21px 0;
}

input:focus,
textarea:focus {
    border: 1px solid #fdb413;
}

input {
    font-family: 'CirceRegular';
}

.slider {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider li {
    margin: 0;
    height: 423px;
}

.wrapper_slider {
    position: relative;
    margin-bottom: 30px;
}

.wrapper_slider .slider li img {
    display: block;
    max-width: 100%;
    /*max-height: 456px;*/
}

.progress_bar {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 10px;
    overflow: hidden;
    background-color: #fed000;
}

.wrapper_slider .arrow {
    position: absolute;
    top: 50%;
    height: 49px;
    width: 22px;
    margin-top: -11px;
}

.wrapper_slider .arrow a {
    height: 49px;
    width: 22px;
    display: block;
    text-indent: -9999px;
}

.arrow-left {
    left: 50px;
}

.arrow-left a {
    background: url(/css/../images/slider_arrows.png) 0 0 no-repeat;
}

.arrow-left a:hover {
    background: url(/css/../images/slider_arrows.png) 0 -49px no-repeat;
}

.arrow-right a {
    background: url(/css/../images/slider_arrows.png) -23px 0 no-repeat;
}

.arrow-right a:hover {
    background: url(/css/../images/slider_arrows.png) -23px -49px no-repeat;
}

.arrow-right {
    right: 50px;
}

.pagination_slider {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.pagination_slider .bx-pager-item {
    display: inline-block;
    text-indent: -9999px;
    border-radius: 50%;
    margin-right: 14px;
}

.pagination_slider .bx-pager-item:last-child {
    margin-right: 0;
}

.pagination_slider .bx-pager-item a:hover,
.pagination_slider .bx-pager-item a.active {
    background: url('/css/../images/pagination_slider.png') -16px 0 no-repeat;
}

.pagination_slider .bx-pager-item a {
    display: block;
    background: url('/css/../images/pagination_slider.png') 0 0 no-repeat;
    height: 14px;
    width: 15px;
}

.modal_top_serach_form {
    position: absolute;
    width: 410px;
    right: 0px;
    bottom: -20px;
    opacity: 0;
}

.modal_top_serach_form_input {
    width: 198px;
    padding: 5px 15px;
    margin-right: 20px;
    font-family: 'CirceRegular';
    display: inline-block;
    border: 1px solid #c2c2c2;
}

.modal_top_serach_form .close_window {
    height: 20px;
    width: 20px;
    background: url('/css/../images/icon_close.png') no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    transition: opacity 0.5s ease;
}

.modal_top_serach_form .close_window:hover {
    opacity: 1;
}

.navigate_item_first {
    width: 170px;
}

.navigate_item_second {
    width: 210px;
}

.navigate_item_third {
    width: 220px;
}

.navigate_item_fourth {
    width: 235px;
}

.navigate_item_fifth {
    width: 125px;
}

.elm_client_work {
    width: 130px;
}

.absolut_work_elm {
    position: relative;
    display: none;
}

.absolut_work_elm .percent {
    border: 2px solid #ccb09c;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 14px;
    line-height: 7px;
    padding: 0;
    color: #58585a;
    margin: 0px auto;
}

.absolut_work_elm .svg {
    position: absolute;
    width: 56px;
    left: 16px;
    top: -11px;
    height: 57px;
}

.absolut_work_elm_title {
    margin-top: 5px;
}

.absolut_work_elm_title {
    display: none;
}

.item_list_case {
    height: 120px;
    display: block;
    border-radius: 9px;
    position: relative;
}

.item_list_case span {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
}

a.item_list_case {
    display: table;
    overflow: hidden;
    color: #fff;
    /*    font-family: 'CirceBold';*/
    line-height: 1;
    font-size: 14px;
    padding: 0px 14px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 9px;
    transition: color 0.5s ease;
}

.item_list_case_margin {
    margin-bottom: 20px;
    border-radius: 9px;
    width: 280px;
    display: inline-block;
}

a.item_list_case:hover {
    color: #000;
    font-family: 'CirceBold';
}

.item_list_case .oval_scale {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: inline-block;
    background: rgba(255, 207, 5, 1);
    border-radius: 50%;
    -webkit-transition: border-radius 100ms ease, margin-top 300ms ease, margin-left 250ms ease, height 300ms ease, width 250ms ease;
    transition: border-radius 100ms ease, margin-top 300ms ease, margin-left 250ms ease, height 300ms ease, width 250ms ease;
    height: 0;
    width: 0;
}

.item_list_case:hover .oval_scale {
    transition: border-radius 400ms ease, margin-top 350ms ease, margin-left 250ms ease, height 350ms ease, width 250ms ease;
    height: 120px;
    width: 280px;
    margin-left: -140px;
    margin-top: -60px;
    border-radius: 9px;
}

div.content .button_comment.help_button_comment_case {
    padding-left: 84px;
    width: 195px;
    background-image: url(/css/../images/help_btn.png) !important;
    background-position: 35px center !important;
    border-radius: 4px;
}

table.parth_table th {
    font-size: 17px;
    padding-left: 15px;
    line-height: 19px;
}

table.parth_table td {
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: top;
}

table.parth_table td p.status {
    margin: 0;
}

table.parth_table td p.status.parent {
    cursor: pointer;
}

table.parth_table td p.status.parent .arrow {
    border-top: 5px solid #d82027;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 5px;
}

table.parth_table td p.status.parent:hover .arrow {
    border-top-color: #000;
}

table.parth_table td .childs {
    display: none;
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

table.parth_table a {
    color: #000;
}

table.parth_table a:hover {
    color: #2c719d;
}

.wrapper_iso {
    position: relative;
    padding-right: 60px;
    width: 100%;
}

.parth_table .wrapper_iso {
    padding-right: 0px;
}

.iso_standart {
    position: absolute;
    right: 35px;
    top: 3px;
    width: 19px;
    height: 16px;
    background: url('/css/../images/iso.png');
    cursor: pointer;
}

.parth_table .iso_standart {
    position: static;
    display: inline-block;
}

.parth_table td {
    padding: 25px 30px 25px 10px;
}

.parth_table_inner_nopadding.parth_table td {
    padding: 25px 15px 25px 15px;
}

.city_parth {
    color: #8c96a0;
}

table a.link_to_parth {
    color: #2167a5;
    font-family: 'CirceBold';
    font-size: 16px;
}

table a.link_to_parth:hover {
    color: #0e4675;
}

.wrapper_ul_right {
    text-align: left;
    /*margin-left: 7px;*/
    margin: 30px 0 30px 7px;
}

.wrapper_ul_right ul {
    color: #fbde08;
    padding-left: 20px;
    margin: 0;
}

.wrapper_ul_right li {
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 0.7;
}

div.wrapper_ul_right li a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
}

.work_places_item_function a {
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

.content_header {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
}

.content_header {
    margin-bottom: 30px;
}

.content_header_form {
    width: 400px;
}

.content_header_right {
    width: 400px;
    margin-left: 30px;
}

.content_header_form .search_form_case_sector {
    width: 100%;
    margin-bottom: 20px;
}

.content_header_form .search_form_case_country {
    margin-right: 31px;
}

.content_header_form .search_form_case_country,
.content_header_form .search_form_case_location {
    width: 182px;
    display: inline-block;
}

.content_header_form .search_form_case_function {
    width: 100%;
    margin-top: 20px;
}

.content .siteform .content_header_form textarea {
    height: 38px;
    margin-left: 0;
    width: 100%;
    padding: 5px 45px 0 10px;
    margin: 20px 0;
    background: #fff;
    border: 1px solid #c2c2c2;
    line-height: 25px;
}

.content .siteform .content_header_form textarea:focus {
    border: 1px solid #ffcf00
}

.content .siteform .content_header_form .label_sert_iso {
    width: auto;
    font-family: 'CirceRegular';
}

.content_header_form .checkbox_style {
    margin-top: 7px;
    background: #fff;
    border: 1px solid #c2c2c2;
}

.content_header_form .checkbox_style.checked {
    background: #FFFFFF url('/css/../images/issues_check.png') no-repeat center;
}

.content .content_header .search-partners-reset, .content .statistics .search-partners-reset {
    background: #e9e9e9;
    border-radius: 9px;
    margin-bottom: 0;
    border: none;
    width: 28%;
    color: #6f7a85;
    font-size: 14px;
    font-family: 'CirceRegular';
    letter-spacing: 0;
    padding: 13px 0;
    cursor: pointer;
    margin-left: 20px;
}

.content .statistics .search-partners-reset {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.content .content_header .search-partners-reset:hover {
    background: #d5d5d5;
}

.content .content_header .button_comment_search_case {
    background-color: #d82027;
    color: #fff;
    line-height: 14px;
    margin: 0px 0 40px 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.8px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(/css/../images/search_btn.png);
    background-position: 60px center;
    background-repeat: no-repeat;
    border-radius: 9px;
    margin-bottom: 0;
    border: none;
    width: 270px;
    height: 45px;
    line-height: 45px;
    margin: 0px auto;
    font-family: 'CirceRegular';
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.content_header .border {
    background: #dfdfdf;
    margin: 20px 0;
}

.content_header .fixed-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.content_header .fixed-block .center {
    width: 1366px;
    margin: 0 auto;
}

.content_header .fixed-block .center .btn-wrapper {
    width: 67%;
    margin: 0 35px 0px 70px;
    background: #f5f5f5;
}

.wrapper .search_form_case_country .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/css/../images/country.png);
    background-repeat: no-repeat;
    background-position: 0px 0;
}

.right_elm {
    letter-spacing: 0;
    font-size: 14px;
}

.right_elm span {
    color: #6f7a85;
}

.right_elm span b {
    color: #000;
}

.right_elm_ul {
    color: #d82027;
    margin: 3px 0 5px 0;
    padding-left: 17px;
}

.right_elm_ul span {
    color: #6f7a85;
}

.right_elm a {
    margin-top: 24px;
    display: inline-block;
}

.accordion {
    letter-spacing: 0;
}

.content .content_header .button_comment_search_case:hover {
    background-color: #b31f25;
}

.accordion_title {
    font-family: 'CirceBold';
    font-size: 20px;
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.accordion_title:hover {
    cursor: pointer;
}

.accordion_title:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 31px;
    height: 17px;
    background: url(/css/../images/content_header_toggle.png);
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.desc_accordion {
    color: #818b96;
    font-size: 14px;
}

.parth_table_margin {
    margin-bottom: 30px;
}

.parth_table.parth_table_nth tbody tr:first-child {
    /*    background: #f6f6f6;*/
}

.parth_table_nth tbody tr:nth-child(1n+2) {
    /*    background: #f6f6f6;*/
}

.parth_table_nth tbody tr:nth-child(2n+2) {
    /*    background: #fff;*/
}

.parth_table_nth tbody tr:hover {
    background: #f6f6f6;
}

.parth_breadcrumbs {
    color: #8d97a1;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 35px;
}

.parth_breadcrumbs span {
    color: #000;
}

.parth_breadcrumbs a {
    text-decoration: underline;
}

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

.next_bread {
    margin: 0 15px;
    font-size: 12px;
}

.parth_margin,
.statistics_open_parth {
    margin-top: 40px;
}

.desc_about_parth {
    margin-bottom: 20px;
}

.desc_about_parth_text {
    padding-left: 75px;
    letter-spacing: 0;
}

a.desc_about_parth_more {
    display: block;
    color: #b79073;
    margin-top: 20px;
}

a.desc_about_parth_more:hover {
    color: #9c7357;
}

.parth_table_inner {
    font-size: 14px;
}

table.parth_table td.parth_table_inner_left {
    font-size: 16px;
}

table.parth_table td.parth_table_inner_left .hidden_div_inner_table {
    font-size: 14px;
}

.title_desc_for {
    color: #8c96a0;
    margin: 15px 0;
    font-size: 14px;
    letter-spacing: 0;
}

.title_table_acc i {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0);
    border-width: 10px 7.5px 0 7.5px;
    border-color: #d82026 transparent transparent transparent;
    transition: all 0.5s ease;
}

.parth_media_screen .button_comment_case {
    background-color: #d82027;
    color: #fff;
    border-radius: 9px;
    height: 49px;
    width: 176px;
    padding: 21px 0 0 104px;
    background-image: url(/css/../images/auth_white.png);
    background-repeat: no-repeat;
    background-position: 62px center;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.content .parth_media_screen_inner .item .title {
    margin-bottom: 0;
}

.parth_media_screen .button_comment_case:hover {
    background-color: #b31f25;
    background-image: url(/css/../images/auth_white.png);
    background-repeat: no-repeat;
    background-position: 62px center;
}

form.modal_top_serach_form button.top_serach_form_btn {
    width: 108px;
}

table.parth_table_inner {
    padding-left: 71px;
}

table.parth_table_inner_nopadding th {
    padding: 0;
}

.title_desc_for {
    padding-left: 71px;
}

.title_char {
    font-size: 34px;
    font-family: 'CirceBold';
    line-height: 1.1;
    text-align: center;
}

.char_pro {
    font-family: 'CirceBold';
    font-size: 11px;
    text-transform: uppercase;
    color: #8c96a0;
    line-height: 0;
}

.title_sum_char {
    width: 187px;
    display: inline-block;
    font-family: 'CirceBold';
    font-size: 11px;
}

.btn_sort {
    display: inline-block;
    font-family: 'CirceBold';
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: -3px;
    font-size: 11px;
    color: #8c96a0;
    text-transform: uppercase;
    background: transparent;
    transition: background 0.5s ease;
}

.btn_sort:hover {
    background: #eaeaea;
    cursor: pointer;
}

.btn_sort.btn_active {
    background: #ffcf00;
    color: #000;
    cursor: default;
}

.wrapper_char.work_places {
    padding: 30px 15px;
    margin-bottom: 30px;
}

.highcharts-container {
    margin: 0 auto;
}

.div_inner_table {
    padding-left: 30px;
    color: #8c96a0;
    position: relative;
    margin-top: 10px;
}

.table_acc tr {
    vertical-align: top;
}

.div_inner_table_val {
    position: absolute;
    right: -83px;
    top: 0;
    font-size: 14px;
}

.title_table_acc {
    cursor: pointer;
}

.table_acc {
    margin-bottom: 30px;
}

.rotate_traiangle i {
    transform: rotate(180deg);
}

.content div.statistics_open_parth div.commentary_box_case_open {
    margin-top: 30px;
    padding: 30px 25px
}

.news_parth {
    text-align: center;
    font-family: 'CirceBold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.name_news_parth {
    font-family: 'CirceBold';
    font-size: 16px;
    margin-top: 25px;
    letter-spacing: 0;
    line-height: 1.2;
}

.link_news_parth,
.info_news_parth {
    letter-spacing: 0;
}

.div_wrap_sert {
    margin-top: 32px;
}

.wrapper_experience .list_ol {
    padding-left: 91px;
}

.content .siteform .wrapper_experience .title {
    margin-bottom: 0;
}

.wrapper_experience .list_ol h3 {
    color: #000;
}

.wrapper_experience .list_ol ul li {
    margin-bottom: 0;
    font-size: 16px;
    list-style-type: disc;
}

.wrapper_experience .list_ol ul {
    padding-left: 0;
    margin-top: 10px;
    font-family: 'CirceRegular';
    font-weight: 300;
}

.wrapper_experience .list_ol ul li {
    color: #c6a78a;
}

.elm_li_uil_inner {
    float: left;
    width: 49%;
}

.name_parth_inner,
.search_form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.search_form {
    align-items: center;
    padding-left: 70px;
    position: relative;
}

.search_form:after {
    content: '';
    background: url(/css/../images/search.png) no-repeat left center;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -12px;
    width: 22px;
    height: 23px;
}

.left_slise {
    position: absolute;
    left: 600px;
    right: 0;
    top: 17px;
    bottom: -13px;
    background: #fff;
    opacity: 0;
    /*    min-width: 840px;*/
    display: none;
}

.fixed_header .left_slise {
    top: 2px;
    bottom: 0;
}

.search_form input {
    width: 68%;
    border: none;
    font-size: 24px;
    margin-right: 19px;
    box-shadow: 0 0 5px 2px rgba(251, 222, 11, 0);
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

.search_form input:focus {
}

.search_form_btn.top_serach_form_btn {
    background: #d82027;
    border: none;
    border-radius: 4px;
    padding: 0px 71px;
    text-transform: uppercase;
    height: 57px;
    color: #fff;
    font-size: 16px;
    font-family: 'CirceBold';
    transition: background 0.5s ease;
}

.search_form_btn.top_serach_form_btn:hover {
    background: #b31f25;
}

.search_form_close {
    background: url('/css/../images/close_window_search.png') no-repeat center;
    width: 22px;
    height: 21px;
    margin-left: 27px;
    cursor: pointer;
}

.logo_name_parth {
    padding-right: 30px;
    width: 200px;
}

.logo_name_parth h1 {
    font-size: 26px;
    line-height: 32px;
}

.loc_name_parth {
    padding: 0px 30px;
    width: 220px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    line-height: 1.6;
    letter-spacing: 0;
    color: #8c96a0;
    position: relative;
}

.others_name_parth {
    padding-left: 30px;
}

.others_name_parth b {
    margin-bottom: 4px;
    display: block;
}

.others_name_parth b {
    text-transform: uppercase;
    font-size: 12px;
}

.others_name_parth b:first-letter {
    font-size: 16px;
}

.name_parth_inner {
    margin-bottom: 30px;
}

.float_sert_iso {
    position: absolute;
    background: url(/css/../images/float_iso_standart.png);
    width: 30px;
    height: 25px;
    right: 40px;
    top: 0;
}

li.wrapper_slider_cases {
    position: relative;
    margin-bottom: 0;
}

.wrapper_slider_cases .arrow {
    position: absolute;
    top: 50%;
    height: 45px;
    width: 22px;
    margin-top: -23px;
}

.wrapper_slider_cases .arrow.arrow-left {
    left: -50px;
}

.wrapper_slider_cases .arrow.arrow-right {
    right: -50px;
}

.wrapper_slider_cases .arrow a {
    height: 47px;
    width: 22px;
    display: block;
    text-indent: -9999px;
}

.wrapper_slider_cases .arrow-left a {
    background: url(/css/../images/cases_slider.png) 0 -45px no-repeat;
}

.wrapper_slider_cases .arrow-left a:hover {
    background: url(/css/../images/cases_slider.png) 0 0px no-repeat;
}

.wrapper_slider_cases .arrow-right a {
    background: url(/css/../images/cases_slider.png) -22px -45px no-repeat;
}

.wrapper_slider_cases .arrow-right a:hover {
    background: url(/css/../images/cases_slider.png) -22px 0px no-repeat;
}

.wrapper_slider_cases .arrow-left {
    background: url(/css/../images/cases_slider.png) 0 -45px no-repeat;
}

.wrapper_slider_cases .arrow-left:hover {
    background: url(/css/../images/cases_slider.png) 0 0px no-repeat;
    cursor: pointer;
}

.wrapper_slider_cases .arrow-right {
    background: url(/css/../images/cases_slider.png) -22px -45px no-repeat;
}

.wrapper_slider_cases .arrow-right:hover {
    background: url(/css/../images/cases_slider.png) -22px 0px no-repeat;
    cursor: pointer;
}

.others_int_more {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -18px;
    font-family: 'CirceRegular' !important;
}

a.others_int_more {
    color: #b79073;
    text-transform: inherit;
    font-weight: normal;
}

a.others_int_more:hover {
    color: #9c7357;
}

.content_header .jq-selectbox__select {
    height: 38px;
}

.content_header .jq-selectbox__select-text {
    line-height: 38px;
}

div.wrapper .content_header .jq-selectbox__select-text:before {
    top: 8px;
}

div.wrapper .search_form_case_country .jq-selectbox__select-text:before {
    top: 10px;
}

.left_selected_content_header,
.right_selected_content_header {
    float: left;
    width: 47%;
    letter-spacing: 0;
}

.left_selected_content_header {
    padding-right: 40px;
    position: relative;
}

.selected_content_header {
    margin-top: 25px;
}

.left_selected_content_header_title {
    font-family: 'CirceBold';
    margin-bottom: 15px;
}

.left_selected_content_header_items {
    border: 1px solid #c2c2c2;
    background: #fff;
    position: relative;
}

.left_selected_content_header_items:after {
    content: '';
    position: absolute;
    right: -34px;
    top: 50%;
    margin-top: -8px;
    height: 17px;
    width: 22px;
    background: url('/css/../images/next_selecte.png') right center no-repeat;
}

.left_selected_content_header_item {
    padding: 10px 20px;
    background: #fff;
    transition: background 0.5s ease;
}

.left_selected_content_header_item:hover {
    background: #fbde08;
    cursor: pointer;
}

.active_left_selected_content_header_item {
    background: #ebebeb;
}

.left_selected_content_header_item span {
    display: block;
    color: #8c96a0;
}

.right_selected_content_header_item label.right_item_content {
    width: auto;
    font-family: 'CirceRegular';
}

.right_selected_content_header_item .checkbox_style {
    margin: 6px 15px 0 0px;
}

.right_selected_content_header_item .checkbox_style {
    margin-top: 9px;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    height: 14px;
    width: 14px;
}

.right_selected_content_header_item .checkbox_style.checked,
.content_header_form .checkbox_style.checked,
.content_header_form_hidden .checkbox_style.checked {
    background: #FFFFFF url('/css/../images/issues_check_red.png') no-repeat center;
}

.right_selected_content_header_items {
    background: #fff;
    border: 1px solid #c2c2c2;
}

.right_selected_content_header_item {
    padding: 0px 15px;
    margin: 4px 0;
    background-color: transparent;
    transition: background-color 0.5s ease;
}

.active_right_selected_content_header_item .right_selected_content_header_item{
    cursor: pointer;
}

.active_right_selected_content_header_item .right_selected_content_header_item > *{
    cursor: pointer;
}

.active_right_selected_content_header_item .right_selected_content_header_item:hover{
    background-color: #fbde08;
}

.rotate_traiangle_selected.accordion_title:after {
    transform: rotate(180deg);
}

div.content div.statistics_open_case_hidden .help_button_comment_case {
    margin-top: 30px;
}

.btn_yellow_parth {
    margin: 30px 0;
    width: 100%;
    font-family: 'CirceExtraBold';
    font-size: 12px;
    background: #fbde08;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.5s ease;
    display: block;
    color: #000;
}

.btn_yellow_parth.in_service {
    font-family: 'CirceRegular';
    display: inline-block;
    width: 250px;
    text-align: center;
    padding: 5px 8px;
    margin: 0;
    font-size: 14px;
}

.btn_yellow_parth.in_service a {
    padding: 7px 0;
    line-height: normal;
}

h1.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_yellow_parth.in_partners {
    font-family: 'CirceExtraBold';
    font-size: 12px;
    display: inline-block;
    width: 270px;
    text-align: center;
    padding: 5px 8px;
    margin: 0;
    line-height: 18px;
    color: #000;
}

.btn_yellow_parth:hover {
    background: #EACE01;
    cursor: pointer;
}

.btn_yellow_parth a {
    padding: 17px 0;
    color: #000;
    display: block;
}

.btn_yellow_parth a:hover {
    color: #000;
}

.overflowH {
    overflow: hidden;
}

.solutions {
    margin: 40px 0 20px 12%;
    padding: 0 5% 0 0;
    width: 780px;
}

.solutions .element {
    width: 190px;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    height: 235px;
}

.solutions .element.center {
    margin: 0 10% 35px 10%;
}

.solutions .element .icon {
    height: 160px;
    width: 160px;
    background-color: #ffcf00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}

.solutions .element .icon {
    overflow: hidden;
    height: 160px;
    width: 160px;
    background-color: #ffcf00;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    left: 50%;
    margin-left: -80px;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

.solutions .element .element_hover {
    width: 350px;
    margin-left: -120px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
}

.solutions .element .element_hover h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
}

.solutions .element .element_hover ul {
    color: #000;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 16px;
    list-style-type: none;
}

.solutions .element .element_hover ul li {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
    color: #8c96a0;
    padding-left: 23px;
}

.solutions .element .element_hover ul li a {
    color: #8c96a0;
    text-align: left;
}

.solutions .element .element_hover ul li a:hover {
    color: #2c719d;
}

.solutions .element .element_hover ul li:before {
    display: block;
    content: ' ';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 3px;
    background: #ffcf03;
}

.solutions .element .icon img {
    margin-top: 0;
    height: 160px;
    width: 160px;
}

.solutions .element:hover .icon img {
    display: none;
}

.solutions .element:hover .modis {
    opacity: 0;
}

.solutions .element:hover .icon {
    width: 350px;
    z-index: 30;
    top: -30px;
    opacity: 1;
    margin-left: -175px;
    border-radius: 6px;
    background: rgb(246, 246, 246);
    box-shadow: 0px 2px 15px 0px rgba(3, 3, 3, 0.25);
    padding: 20px 0;
}

.solutions .element:hover .element_hover {
    margin-left: 0;
    opacity: 1;
}

.solutions .element .icon a {
    display: block;
    text-align: center;
    vertical-align: middle;
}

.solutions .element .icon img {
    display: inline-block;
}

.solutions .element .name {
    height: 65px;
    display: inline-block;
    width: 190px;
    box-sizing: border-box;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: 'CirceBold';
    font-size: 16px;
    line-height: 65px;
    margin-top: 160px;
}

.solutions .element .name a {
    display: block;
    color: #000;
}

.solutions .element .name span {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.solutions_1c {
    border-top: 1px solid #ebebeb;
    padding: 45px 0 30px 0;
}

.solutions_1c ul {
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
}

.solutions_1c ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.solutions_1c_title {
    font-size: 20px;
    font-family: 'CirceBold';
}

.solutions .element .modis {
    position: absolute;
    color: #fff;
    background: #000;
    height: 27px;
    line-height: 27px;
    width: 27px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    top: 4px;
    right: 23px;
    z-index: 10;
}

.box_right_min {
    border-top: 1px solid #ebebeb;
    padding: 45px 0 30px 0;
}

.box_right_min .list_cases {
    margin-bottom: 20px;
}

.box_right_min .list_cases a.item_list_case {
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.box_right_min .list_cases .item_list_case_margin {
    display: inline-block;
    margin-right: 29px;
    margin-bottom: 30px;
    width: 280px;
}

.box_right_min .list_cases .item_list_case_margin.last {
    margin-right: 0;
}

.box_right_min .others_int {
    display: inline-block;
}

.box_right_min .statistics_left_min {
    width: 580px;
    margin-right: 35px;
}

.statistics_left_min .recall_wrapper .img_radius {
    margin: 0 auto;
    position: absolute;
    height: 153px;
    width: 140px;
}

.statistics_left_min .title_mini, .statistics_right_min .title_mini {
    font-size: 18px;
    font-family: 'CirceExtraBold';
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.content .siteform .statistics_left_min .desc {
    margin-bottom: 0;
}

.statistics_right_min .interview {
    margin-top: 0;
}

.statistics_left_min .work_places {
    position: relative;
}

.box_right_min .statistics_right_min {
    width: 280px;
    text-align: center;
    margin-top: 0px;
}

.statistics_right_min .like_this {
    margin-top: 0;
}

.box_right_min .statistics_left_min .recall_wrapper {
    margin-top: 0;
}

.box_right_min .statistics_left_min .solutions_1c {
    display: block;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 35px;
}

.box_right_min .statistics_left_min {
}

.box_right_min .statistics_left_min .position_min_style {
    margin-left: 165px;
}

.box_right_min .statistics_left_min .recall_title {
    margin-bottom: 15px;
}

.box_right_min .statistics_left_min .who_in_img {
    margin: 5px 0 0 0;
}

.box_right_min .statistics_left_min .recall_text {
    margin-top: 10px;
}

.box_right_min .statistics_left_min .position_man {
    margin-top: 0;
}

.box_right_min .statistics_left_min .solutions_1c ul {
    padding: 0 0 0 18px;
    font-size: 16px;
    margin: 0;
}

.box_right_min .statistics_left_min .solutions_1c_title {
    font-size: 18px;
}

.btn_yellow_parth_inner_media {
    display: none;
    width: 280px;
    text-align: center;
    margin: 35px auto;
}

.footer_wrap {
    padding: 37px 70px;
    max-width: 1226px;
    min-width: 760px;
}

.item-chart {
    margin: 10px 15px;
    text-align: left;
    font-size: 11px;
}

.item-chart div {
    display: inline-block;
    vertical-align: middle;
    font-family: 'CirceBold';
}

.item-chart:hover .item-chart_symbol {
    background-image: url(/css/../images/cross_chart.png);
    background-position: center;
    background-repeat: no-repeat;
}

.item-chart:hover {
    cursor: pointer;
}

.item-chart.visible_unvisible {
    opacity: 0.5;
}

.serieName {
    width: 170px;
}

.item-chart_y_pos {
    color: #8c96a0;
}

.item-chart_symbol {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    margin-right: 15px;
}

.item-chart.visible_unvisible .item-chart_symbol {
    background-image: url(/css/../images/cross_chart.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
    background: transparent !important;
    font-weight: normal;
    color: #000000 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f0cd03 !important;
    color: #000;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #ecbf00 !important;
}

.end_point {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.wrapper_slider_cases .bx-wrapper {
    margin-left: -15px;
}

.margin_right_negativ {
    margin-left: -47px;
    max-width: 822px;
    position: relative;
    margin-top: 10px;
}

.swiper-container .item_list_case_margin {
    margin-bottom: 0;
}

b.status_parth {
    font-size: 16px;
}

.table_acc thead th {
    font-family: 'CirceBold';
}

.wrap_arrow {
    margin: 0 auto;
    max-width: 1366px;
    min-width: 900px;
    position: relative;
    left: 0;
    right: 0;
    top: 200px;
    bottom: 0;
    z-index: 1;
}

.style_wrapper {
    max-width: 1000px;
    min-width: 540px;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.style_title {
    font-size: 61px;
    color: #fff;
    width: 670px;
    text-align: right;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.first_slides_style .style_title {
    padding-top: 124px;
}

.second_slides_style .style_title {
    padding-top: 100px;
}

.third_slides_style .style_title {
    padding-top: 84px;
}

.elipse_for_slider {
    margin-top: 68px;
    margin-left: 40px;
    width: 276px;
    height: 276px;
    background: url('/css/../images/elipse_for_slider.png') no-repeat center;
    position: relative;
}

.elipse_for_slider_text {
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 50%;
    height: 80px;
    margin-top: -30px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
}

.first_slides_style .elipse_for_slider_text {
    color: #fed200;
    font-size: 22px;
    font-family: 'CirceBold';
    text-transform: uppercase;
}

.first_slides_style .elipse_for_slider_text span {
    color: #fff;
    font-size: 61px;
    font-family: 'CirceExtraBold';
}

.inner_style_title {
    font-size: 28px;
    color: #fbde08;
    text-transform: uppercase;
}

.first_slides_style .inner_style_title {
    position: absolute;
    bottom: 68px;
    right: 350px;
}

.second_slides_style .inner_style_title {
    margin-bottom: 5px;
}

.elipse_for_slider_img img {
    margin: 55px auto 0 auto;
}

.third_slides_style .inner_style_title {
    margin-top: 5px;
}

.third_slides_style .elipse_for_slider_text span {
    color: #fff;
    font-size: 53px;
    font-family: 'CirceExtraBold';
}

.third_slides_style .elipse_for_slider_text {
    font-size: 16px;
    color: #fed200;
    text-transform: uppercase;
}

.title_inner_solution {
    font-family: 'CirceBold';
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 300px;
    margin-top: 20px;
    background: url('/css/../example/solution_inner.png') no-repeat 80px center;
    line-height: 1.1;
}

.title_inner_solution span {
    color: #fbde08;
}

.more_click {
    color: #ffcb00;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.more_click i {
    width: 6px;
    height: 6px;
    background: url('/css/../images/triangle_more.png') no-repeat center;
    display: inline-block;
    margin-bottom: 1px;
}

.inner_more_click {
    position: absolute;
    border-radius: 9px;
    top: 30px;
    left: -99999px;
    z-index: 5000;
    max-width: 500px;
    opacity: 0;
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    color: #000;
    transition: opacity 0.5s ease;
}

#name_neader_form {
    width: 100%;
    display: block;
    height: 40px;
    margin: 0px 0 20px 0;
    border: 1px solid #C2C2C2;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

#name_neader_form:focus {
    border: 1px solid #fdb413;
}

.inner_more_click ul {
    padding-left: 20px;
}

.solution_inner {
    margin-top: 30px;
}

.title_ol_desc {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.title_ol_desc:first-letter {
    font-size: 18px;
}

.title_ol_desc i {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0);
    border-width: 10px 7.5px 0 7.5px;
    border-color: #d82026 transparent transparent transparent;
    transition: all 0.5s ease;
}

.title_ol_desc.rotate_traiangle_selected i {
    transform: rotate(180deg);
}

.first_letter h3 {
    text-transform: uppercase;
    font-size: 15px;
}

.first_letter h3:first-letter {
    font-size: 18px;
}

.list_ol_ident {
    list-style-type: upper-alpha;
    list-style-position: inside;
    padding-left: 0;
    margin-left: -20px;
    color: #e49d00;
    font-family: 'CirceBold';
    margin-top: 0;
}

.title_ol_desc {
    padding: 18px;
    border-radius: 4px;
    transition: background 0.5s ease;
}

.list_ol_ident .title_ol_desc {
    font-family: 'CirceBold';
}

.title_ol_desc:hover {
    background: #f6f6f6;
    cursor: pointer;
}

.inner_list_ol {
    padding-left: 45px;
    color: #000;
    font-family: 'CirceRegular';
    font-weight: normal;
}

.solutions_item {
    display: table;
    width: 247px;
    height: 78px;
    text-align: center;
    background: url('/css/../images/solution_blue.png') no-repeat center;
    margin-bottom: 6px;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
}

.solutions_item div {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 40px;
}

.solutions_item:nth-child(3n+2) {
    margin: 40px -8px -40px -8px;
}

.solutions_item.yellow, .solutions_item:hover {
    background: url('/css/../images/solution_yellow.png') no-repeat center;
}

.wrapper_sots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 56px;
}

/* для 1 и 2 сот*/

.center-content {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 45px;
}

/* для сот от 5*/
.space-between-content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 45px;
}

.space-between-content .solutions_item:last-child {
    margin: 0;
}

/* для 3 сот/вторая сота */
.margin-bottom-none {
    margin-bottom: 0 !important;
}

/* для 4 сот */
.space-around-content {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 0 40px;
}

/*для 7ой соты*/

.space-between-content.-seven-sots .solutions_item:nth-child(3n+2) {
    margin: -40px -8px -40px -8px;
}

.space-between-content.-seven-sots .solutions_item:last-child {
    margin: -40px auto auto;
}

/*.solutions_item:nth-child(3n+2) {
    margin: -42px -8px 0px -8px;
}*/
.space-around-content .solutions_item:nth-child(3n+2) {
    margin: -43px -8px -40px -8px;
}

.space-around-content .solutions_item:last-child {
    margin-top: -43px;
}

.wrapper_sots .not-margin-sots {
    margin: 0;
    margin-left: 5px;
}

.wrapper_skew {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    /*margin-left: -18px;*/
    margin-bottom: 15px;
}

.wrapper-skew-margin-top {
    margin-top: 55px;
}

#trapezium {
    position: relative;
    height: 0;
    border-bottom: 90px solid #ffe680;
}

#trapezium.skew_left {
    border-left: 33px solid transparent;
    border-right: 0px solid transparent;
    width: 210px;
}

#trapezium.skew_middle {
    width: 180px;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
}

#trapezium.skew_right {
    border-left: 0px solid transparent;
    border-right: 33px solid transparent;
    width: 210px;
}

#trapezium.skew_left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 33px 0 0;
    border-color: #ffe680 transparent transparent transparent;
}

#trapezium.skew_right:after {
    content: '';
    position: absolute;
    top: 0;
    left: -33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 33px 90px 0;
    border-color: transparent #ffe680 transparent transparent;
}

body .ui-widget-content {
    z-index: 99999 !important;
}

.content .open_case_mini_m .item .title {
    margin-bottom: -12px;
}

.content .siteform .item_mini_mar .desc {
    margin-bottom: 45px;
}

.wrap_yellow {
    cursor: pointer;
    height: 121px;
    margin-top: -7px !important;
}

#left_yellow {
    width: 276px;
    position: relative;
}

.margin_right_left_yellow {
    margin-right: -4px;
}

.margin_left_right_yellow {
    margin-left: -4px;
}

.yellow_text {
    position: absolute;
    top: 11px;
    display: flex;
    text-align: center;
    align-items: center;
    bottom: 25px;
    font-size: 15px;
}

.yellow_text span {
    width: 100%;
}

#left_yellow .yellow_text {
    left: 29px;
    right: 30px;
}

#left_yellow .cls-2_white {
    fill: #f2ce49;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left_yellow .cls-2 {
    fill: #f9e384;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left_yellow .cls-3 {
    fill: #f9e384;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left_yellow .cls-4 {
    fill: #ecd478;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left_yellow .cls-5 {
    fill: #deb832;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left_yellow:hover .cls-2_white, #left_yellow.active .cls-2_white {
    opacity: 1;
}

#left_yellow:hover .cls-2, #left_yellow.active .cls-2 {
    fill: #f2ce49;
}

#left_yellow:hover .cls-3, #left_yellow.active .cls-3 {
    fill: #fff;
}

#left_yellow:hover .cls-4, #left_yellow.active .cls-4 {
    fill: #fdd038;
    opacity: 0;
}

#left_yellow:hover .cls-5, #left_yellow.active .cls-5 {
    fill: #deb832;
    opacity: 1;
}

#middle_yellow {
    width: 260px;
    margin: 0 -22px;
    position: relative;
}

#middle_yellow .yellow_text {
    left: 25px;
    right: 25px;
}

#middle_yellow .cls-1_white {
    fill: #f2ce49;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#middle_yellow .cls-2 {
    fill: #f9e384;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#middle_yellow .cls-3 {
    fill: #f9e384;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#middle_yellow .cls-4 {
    fill: #ecd478;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#middle_yellow .cls-5 {
    fill: #ecd478;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    opacity: 0;
}

#middle_yellow:hover .cls-1_white, #middle_yellow.active .cls-1_white {
    opacity: 1
}

#middle_yellow:hover .cls-2, #middle_yellow.active .cls-2 {
    fill: #fff;
}

#middle_yellow:hover .cls-3, #middle_yellow.active .cls-3 {
    fill: #fdd038;
}

#middle_yellow:hover .cls-5, #middle_yellow.active .cls-5 {
    fill: #deb832;
    opacity: 1;
}

#middle_yellow:hover .cls-4, #middle_yellow.active .cls-4 {
    opacity: 0;
}

#right_yellow {
    width: 276px;
    position: relative;
}

#right_yellow .yellow_text {
    right: 29px;
    left: 30px;
}

#right_yellow .cls-2_white {
    fill: #f2ce49;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#right_yellow .cls-2 {
    fill: #f9e384;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#right_yellow .cls-3 {
    fill: #f9e384;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#right_yellow .cls-4 {
    fill: #ecd478;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#right_yellow .cls-5 {
    fill: #deb832;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#right_yellow:hover .cls-2_white, #right_yellow.active .cls-2_white {
    opacity: 1;
}

#right_yellow:hover .cls-2, #right_yellow.active .cls-2 {
    fill: #f2ce49;
}

#right_yellow:hover .cls-3, #right_yellow.active .cls-3 {
    fill: #fff;
}

#right_yellow:hover .cls-4, #right_yellow.active .cls-4 {
    fill: #fdd038;
    opacity: 0;
}

#right_yellow:hover .cls-5, #right_yellow.active .cls-5 {
    fill: #deb832;
    opacity: 1;
}

.header.fixed_header .box_menu {
    padding: 0;
}

.header.fixed_header .menu_box {
    padding: 8px 0;
}

.header.fixed_header {
    height: 61px;
    position: fixed;
    top: 0;
    z-index: 101;
    box-shadow: 0 1px 2px #e6e6e6;
}

.header_trap {
    height: 104px;
    display: none;
}

.header a img.logo_sm {
    display: none;
}

.header.fixed_header .logo {
    margin-right: 50px;
}

.header a img.logo_lg {
    display: block;
}

.overlay_white {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, .9);
}

.solutions_pop {
    display: none;
    position: fixed;
    opacity: 0;
    width: 620px;
    left: 50%;
    top: 40%;
    right: 0;
    margin-left: -463px;
    margin-top: -191px;
    background: #eff2f4;
    box-shadow: 0px 6px 32px 0px rgba(3, 3, 3, 0.32);
    z-index: 50;
}

.solutions_pop.yellow {
    width: 660px;
    margin-left: -495px;
    background: #fdd038;
    border: 10px solid #fdd038;
}

.solutions_pop.yellow .solutions_pop_close_black {
    top: -10px;
}

.inner_border {
    border: 8px solid #fff;
}

.solutions_pop_content {
    padding: 35px 60px;
    color: #000000;
    font-size: 15px;
    max-height: 450px;
    overflow-y: auto;
}

.solutions_pop_content ul li span {
    color: #2c719d;
}

.solutions_pop_content ul:last-child {
    margin-bottom: 0;
}

.solutions_pop_content ul li {
    margin-bottom: 4px;
}

.solutions_pop_content h1 {
    font-size: 34px;
    margin: 0;
    line-height: 34px;
}

.solutions_pop_content h1 span {
    color: #f15922;
}

.solutions_pop_content p {
    margin: 10px 0;
    font-size: 15px;
}

.solutions_pop_content li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.solutions_pop_content ul {
    padding-left: 17px;
    margin-top: 7px;
}

.solutions_pop_content p a {
    text-decoration: none;
    color: #1866a8;
}

.solutions_pop.yellow .solutions_pop_content p a {
    text-decoration: none;
    color: #a67c52;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.solutions_pop.yellow .solutions_pop_content p a:hover {
    text-decoration: none;
    color: #9c7357;
}

.sol_b {
    width: 757px;
    height: 242px;
    background: url('/css/./sol_b.png') no-repeat center;
    margin-top: 44px;
    margin-left: -25px;
    cursor: pointer;
}

.solutions_pop_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    background: url('/css/../images/solution_close.png') no-repeat center;
    cursor: pointer;
}

.solutions_pop_close_black {
    position: absolute;
    top: 0px;
    right: -70px;
    width: 42px;
    height: 42px;
    background: url('/css/../images/solution_close_2.png') no-repeat center;
    cursor: pointer;
}

.solutions_pop_close_black:hover {
    background: url('/css/../images/solution_close_2_hover.png') no-repeat center;
}

.blue {
    padding: 0 0px;
}

.triangle_left {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -44px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 44px 0px 0;
    border-color: transparent #eff2f4 transparent transparent;
}

.triangle_right {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -44px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 0px 44px;
    border-color: transparent transparent transparent #eff2f4;
}

.solution_more_click p {
    display: none;
}

.solution_more_click p:first-child {
    display: block;
    margin-top: 0;
}

.parth_with_up_ol {
    text-align: left;
    color: #b1b8bf;
    font-size: 14px;
}

.parth_with_up_ol li {
    padding-left: 13px;
    font-size: 16px;
}

.parth_with_up_ol span {
    font-size: 12px;
}

.parth_with_up_ol a {
    font-size: 16px;
    font-family: 'CirceBold';
}

.all_parth_with span {
    display: inline-block;
    color: #8d97a1;
    margin-left: 15px;
}

.all_parth_with {
    padding-left: 30px;
    display: block;
    text-align: left;
    padding-bottom: 30px;
    font-size: 15px;
}

.parth_with_up_ol li a:hover {
    text-decoration: underline;
    color: #1866a8;
}

.parth_with_up_ol li a {
    color: #1866a8;
}

.parth_with_up_ol li span {
    text-transform: uppercase;
    font-size: 9px;
    display: inline-block;
}

.parth_with_up_ol li span:first-letter {
    font-size: 12px;
}

.solution_inner .open_case {
    position: relative;
}

.solutions_1c_inner {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 30px 0;
}

.solutions_1c_inner ul {
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
}

.solutions_1c_inner ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.title_modal {
    font-size: 34px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'CirceBold';
    line-height: 1;
    letter-spacing: 0.3px;
}

.solutions_pop.blue .title_modal {
    margin-bottom: 18px;
}

.title_modal .first_letter_title {
    display: inline-block;
    font-size: 28px;
}

.title_modal .first_letter_title:first-letter {
    font-size: 36px;
}

.like_h4 {
    font-size: 16px;
    font-family: 'CirceBold';
    line-height: 1.2;
    text-transform: uppercase;
}

.like_h4 .first_letter_title {
    display: inline-block;
    font-size: 13px;
}

.like_h4 .first_letter_title:first-letter {
    font-size: 16px;
}

.modal_windows.query_manager {
    width: 400px;
}

.button_comment_quest_media {
    background-image: none;
    margin: 0;
    height: 49px;
    width: 176px;
    text-align: center;
    padding: 21px 52px 0;
    background-color: #d82027;
    color: #fff;
    border-radius: 9px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.quote_with-text {
    vertical-align: middle;
    color: #8c96a0;
    font-size: 24px;
}

.open-quote:after {
    content: close-quote;
    opacity: 0;
    height: 0;
    display: block;
}

.margin-top-60 {
    margin-top: 60px;
}

.main-right-block .events-block .events-block-slider,
.content .events-block .statistics .events-block-slider,
.content .event-open-block .statistics .events-block-slider {
    position: relative;
    width: 270px;
    background: #fbde08;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: center;
    /*height: 300px;*/
    padding: 0 25px 0 25px;
    overflow: hidden;
}

.main-right-block .events-block .events-block-slider,
.content .event-open-block .statistics .events-block-slider {
    width: 220px;
column-width:200px;
height: 315px;
border-bottom: 15px solid transparent;
}

.main-right-block .events-block .events-block-slider::after{
content:url(/img/fader_yellow2.png);
position:absolute;
bottom:-10px;
right:0px;
width:100%;
}

.inner_page .events-block-slider {
    width: 220px !important;
    min-height: 300px !important;
}

main-right-block .events-block .events-block-slider,
.content .event-open-block .statistics .events-block-slider {
    width: 220px;
column-width:200px;
height: 310px;
border-bottom: 15px solid transparent;
}

.main-right-block .events-block .events-block-slider::after{
content:url(/img/fader_yellow2.png);
position:absolute;
bottom:-10px;
right:0px;
width:100%;
}


.main-right-block .events-block .calendar,
.content .events-block .statistics .right-calendar .calendar,
.content .event-open-block .statistics .right-calendar .calendar {
    width: 270px;
}

.main-right-block .events-block .events-block-slider .date,
.content .events-block .statistics .right-calendar .events-block-slider .date,
.content .event-open-block .statistics .right-calendar .events-block-slider .date {
    font-family: 'CirceBold';
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.main-right-block .events-block .events-block-slider .date .number,
.content .events-block .statistics .right-calendar .events-block-slider .date .number,
.content .event-open-block .statistics .right-calendar .events-block-slider .date .number {
    font-size: 75px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.main-right-block .events-block .events-block-slider .date .month-year,
.content .events-block .statistics .right-calendar .events-block-slider .date .month-year,
.content .event-open-block .statistics .right-calendar .events-block-slider .date .month-year {
    display: inline-block;
    margin-top: 20px;
    line-height: 20px;
    vertical-align: top;
    text-align: left;
}

.main-right-block .events-block .events-block-slider .title,
.content .events-block .statistics .right-calendar .events-block-slider .title,
.content .event-open-block .statistics .right-calendar .events-block-slider .title {
    text-transform: uppercase;
}

.main-right-block .events-block .events-block-slider .text,
.main-right-block .events-block .events-block-slider .title,
.content .events-block .statistics .right-calendar .events-block-slider .title,
.content .events-block .statistics .right-calendar .events-block-slider .text,
.content .event-open-block .statistics .right-calendar .events-block-slider .title,
.content .event-open-block .statistics .right-calendar .events-block-slider .text {
    font-family: 'CirceBold';
    font-size: 14px;
    text-align: left;
    margin: 0;
}

.main-right-block .events-block .events-block-slider .bx-wrapper,
.content .events-block .statistics .right-calendar .events-block-slider .bx-wrapper,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-wrapper {
    margin: 0 auto;
}

.main-right-block .events-block .events-block-slider .bx-pager-item,
.content .events-block .statistics .right-calendar .events-block-slider .bx-pager-item,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-pager-item {
    font-size: 0;
}

.main-right-block .events-block .events-block-slider .bx-controls-direction .bx-prev,
.main-right-block .events-block .events-block-slider .bx-controls-direction .bx-next,
.content .events-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-next,
.content .events-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-prev,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-next,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-prev {
    position: absolute;
    top: 53px;
    font-size: 0;
    width: 40px;
    height: 20px;
    background: url(/css/../images/events_slider_controls.png) no-repeat 0 0;
    opacity: 0.5;
}

.main-right-block .events-block .events-block-slider .bx-controls-direction .bx-prev,
.content .events-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-prev,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-prev {
    background-position: 20px 0;
    left: 0;
}

.main-right-block .events-block .events-block-slider .bx-controls-direction .bx-next,
.content .events-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-next,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-next {
    background-position: -20px 0;
    right: 0;
}

.main-right-block .events-block .events-block-slider .bx-controls-direction .bx-prev:hover,
.main-right-block .events-block .events-block-slider .bx-controls-direction .bx-next:hover,
.content .events-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-prev:hover,
.content .events-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-next:hover,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-prev:hover,
.content .event-open-block .statistics .right-calendar .events-block-slider .bx-controls-direction .bx-next:hover {
    opacity: 1;
}

.main-right-block .events-block .calendar .date-picker-calendar,
.main-right-block .events-block .legend-block,
.content .events-block .statistics .right-calendar .event-date-picker-calendar,
.content .events-block .statistics .right-calendar .legend-block,
.content .event-open-block .statistics .right-calendar .event-open-date-picker-calendar,
.content .event-open-block .statistics .right-calendar .legend-block {
    margin-bottom: 10px;
}

.main-right-block .events-block .legend-block,
.content .events-block .statistics .right-calendar .legend-block,
.content .event-open-block .statistics .right-calendar .legend-block {
    margin-bottom: 0;
    padding-left: 30px;
    width: 100%;
}

.main-right-block .events-block .legend-block div:last-child,
.content .events-block .statistics .right-calendar .legend-block div:last-child,
.content .event-open-block .statistics .right-calendar .legend-block div:last-child {
    margin-right: 0;
}

.main-right-block .events-block .calendar .ui-widget-content,
.content .events-block .statistics .right-calendar,
.content .event-open-block .statistics .right-calendar {
    border: none;
    font-size: 12px;
    overflow: hidden;
}

.main-right-block .events-block .calendar .ui-datepicker-title,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker-title,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker-title {
    font-size: 24px;
    font-family: 'CirceBold';
    margin: 0;
}

.main-right-block .events-block .calendar .ui-datepicker,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker {
    width: 270px;
    padding: 20px;
    background: #f6f6f6;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.main-right-block .events-block .calendar .ui-datepicker td span,
.main-right-block .events-block .calendar .ui-datepicker td a,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker td span,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker td a,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker td span,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker td a {
    text-align: center !important;
    padding: 4px 2px;
}

.main-right-block .events-block .calendar .ui-datepicker th,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker th,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker th {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
!important;
}

.main-right-block .events-block .calendar .ui-widget-header,
.content .events-block .statistics .right-calendar .calendar .ui-widget-header,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-header {
    border: none;
    background: none;
}

.main-right-block .events-block .calendar .ui-widget-header a,
.content .events-block .statistics .right-calendar .calendar .ui-widget-header a,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-header a {
    width: 20px;
    height: 20px;
    background: url(/css/../images/calendar_controls.png) no-repeat 0 0;
}

.main-right-block .events-block .calendar .ui-widget-header span,
.content .events-block .statistics .right-calendar .calendar .ui-widget-header span,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-header span {
    background: none;
    cursor: pointer;
}

.main-right-block .events-block .calendar .ui-widget-header .ui-datepicker-prev,
.content .events-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-prev,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-prev {
    background-position: 0px 0px;
    top: 12px;
    left: 0;
}

.main-right-block .events-block .calendar .ui-widget-header .ui-datepicker-next,
.content .events-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-next,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-next {
    background-position: -20px 0;
    top: 12px;
    right: 0;
}

.main-right-block .events-block .calendar .ui-widget-header .ui-datepicker-prev:hover,
.content .events-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-prev:hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-prev:hover {
    background-position: 0px -20px;
    top: 12px;
    left: 0;
}

.main-right-block .events-block .calendar .ui-widget-header .ui-datepicker-next:hover,
.content .events-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-next:hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-header .ui-datepicker-next:hover {
    background-position: -20px -20px;
}

.main-right-block .events-block .calendar .ui-state-hover,
.content .events-block .statistics .right-calendar .calendar .ui-state-hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background: none;
}

.main-right-block .events-block .calendar .ui-widget-content a.ui-state-highlight,
.content .events-block .statistics .right-calendar .calendar .ui-widget-content a.ui-state-highlight,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-content a.ui-state-highlight {
    background: none !important;
    border: 1px solid #ec1e26 !important;
    border-radius: 50% !important;
}

.main-right-block .events-block .calendar .ui-widget-content tbody tr:hover,
.content .events-block .statistics .right-calendar .calendar .ui-widget-content tbody tr:hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-content tbody tr:hover {
    background: none !important;
}

.main-right-block .events-block .calendar .ui-widget-content td a.ui-state-highlight:hover,
.content .events-block .statistics .right-calendar .calendar .ui-widget-content td a.ui-state-highlight:hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-content td a.ui-state-highlight:hover {
    background: none !important;
}

.main-right-block .events-block .calendar .ui-datepicker-calendar .ui-state-hover,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker-calendar .ui-state-hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker-calendar .ui-state-hover {
    background: none !important;
}

.main-right-block .events-block .calendar .ui-widget-content td a:hover,
.content .events-block .statistics .right-calendar .calendar .ui-widget-content td a:hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-content td a:hover {
    background: #fbde08 !important;
    border-radius: 50% !important;
}

.main-right-block .events-block .legend-block div,
.content .events-block .statistics .right-calendar .legend-block div,
.content .event-open-block .statistics .right-calendar .legend-block div {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 22px;
}

.main-right-block .events-block .legend-block div:before,
.content .events-block .statistics .right-calendar .legend-block div:before,
.content .event-open-block .statistics .right-calendar .legend-block div:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.main-right-block .events-block .legend-block div.today:before,
.content .events-block .statistics .right-calendar .legend-block div.today:before,
.content .event-open-block .statistics .right-calendar .legend-block div.today:before {
    border: 1px solid #ec1e26;
    border-radius: 50%;
}

.main-right-block .events-block .legend-block div.events:before,
.content .events-block .statistics .right-calendar .legend-block div.events:before,
.content .event-open-block .statistics .right-calendar .legend-block div.events:before {
    background: #dbdbdb;
    border-radius: 50%;
}

.main-right-block .events-block .legend-block div.selected:before,
.content .events-block .statistics .right-calendar .legend-block div.selected:before,
.content .event-open-block .statistics .right-calendar .legend-block div.selected:before {
    background: #fbde08;
    border-radius: 50%;
}

.main-right-block .events-block .calendar .ui-datepicker-calendar td.event a,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker-calendar td.event a,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker-calendar td.event a {
    background: #dbdbdb !important;
    border-radius: 50%;
}

.main-right-block .events-block .calendar .ui-datepicker-calendar td.event a.ui-state-hover:hover,
.content .events-block .statistics .right-calendar .calendar .ui-datepicker-calendar td.event a.ui-state-hover:hover,
.content .event-open-block .statistics .right-calendar .calendar .ui-datepicker-calendar td.event a.ui-state-hover:hover {
    background: #dbdbdb !important;
    border-radius: 45%;
}

.main-right-block .events-block .calendar .ui-widget-content td.ui-state-highlight,
.content .events-block .statistics .right-calendar .calendar .ui-widget-content td.ui-state-highlight,
.content .event-open-block .statistics .right-calendar .calendar .ui-widget-content td.ui-state-highlight {
    background: #fbde08 !important;
    border-radius: 50%;
    border: none;
!important;
}

.content .news-block .news-list,
.content .events-block .siteform .events-list {
    padding-left: 70px;
}

.content .news-block .news-list .item .date-tag-block .data,
.content .news-block .siteform .date-tag-block .data,
.content .event-open-block .siteform .open-event-title-block .date-tag-block .data {
    white-space: nowrap;
    background: #ffcf00;
    height: 31px;
    line-height: 34px;
    font-size: 12px;
    font-family: 'CirceBold';
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    margin: 0 10px 15px 0;
    text-decoration: none;
}

.content .news-block .news-list .item .date-tag-block .data i,
.content .news-block .siteform .date-tag-block .data i,
.content .event-open-block .siteform .open-event-title-block .date-tag-block .data i {
    display: block;
    position: absolute;
    top: 0;
    right: -26px;
    border: 16px solid transparent;
    border-left: 10px solid #ffcf00;
}

.content .news-block .news-list .item .date-tag-block .tag,
.content .news-block .siteform .date-tag-block .tag,
.content .event-open-block .siteform .open-event-title-block .date-tag-block .tag {
    display: inline-block;
    background: #f3f3f3;
    border-radius: 5px;
    margin-left: 15px;
    padding: 0 20px;
    height: 31px;
    line-height: 34px;
    font-size: 12px;
    font-family: 'CirceBold';
    text-transform: uppercase;
    cursor: pointer;
}

.open_case .tag {
    cursor: default !important;
}

.content .news-block .news-list .item .date-tag-block .tag:hover {
    display: inline-block;
    background: #d82027;
    border-radius: 5px;
    margin-left: 15px;
    padding: 0 20px;
    height: 31px;
    line-height: 34px;
    font-size: 12px;
    font-family: 'CirceBold';
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.content .news-block .news-list .item .date-tag-block .tag.-star:before,
.content .news-block .siteform .date-tag-block .tag.-star:before {
    content: '';
    background: url(/css/../images/star_news.png) no-repeat 0 0;
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 11px;
}

.content .news-block .news-list .item .news-title,
.content .events-block .siteform .events-list .item .event-title {
    font-size: 22px;
    font-family: 'CirceBold';
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.2;
}

.content .news-block .news-list .item .text-block p,
.content .events-block .siteform .events-list .item .text-block p {
    color: #8c96a0;
}

.content .news-block .services-catalog,
.content .event-open-block .siteform .item .services-catalog {
    background: #f6f6f6;
    border-radius: 9px;
    text-align: center;
    color: #505050;
    padding: 15px 63px;
    margin-bottom: 40px;
}

.content .news-block .services-catalog .title,
.content .event-open-block .siteform .item .services-catalog .title {
    text-transform: uppercase;
    color: #8c96a0;
    font-size: 14px;
    margin-bottom: 0;
}

.content .news-block .siteform .text-news .open-quote,
.content .event-open-block .siteform .item .open-quote,
.content .interview-open-block .open-quote {
    margin-bottom: 35px;
}

.content .news-block .siteform .text-news .open-quote .img_radius,
.content .event-open-block .siteform .item .open-quote .img_radius,
.content .interview-open-block .open-quote .img_radius {
    height: 124px;
    width: 124px;
}

.content .news-block .siteform .text-news .open-quote .img_radius img,
.content .event-open-block .siteform .item .open-quote .img_radius img,
.content .interview-open-block .open-quote .img_radius img {
    border-radius: 50%;
    width: 190px;
    height: 140px;
}

.content .news-block .siteform .text-news .open-quote .big_white_block,
.content .event-open-block .siteform .item .open-quote .big_white_block,
.content .interview-open-block .open-quote .big_white_block {
    width: 147px;
    height: 147px;
    top: -10px;
    left: -43px;
}

.content .news-block .siteform .text-news .open-quote .small_white_block1,
.content .event-open-block .siteform .item .open-quote .small_white_block1,
.content .interview-open-block .open-quote .small_white_block1 {
    top: 0px;
    right: 15px;
}

.content .news-block .siteform .text-news .open-quote .small_white_block2,
.content .event-open-block .siteform .item .open-quote .small_white_block2,
.content .interview-open-block .open-quote .small_white_block2 {
    top: 108px;
    right: 13px;
}

.content .news-block .siteform .text-news .open-quote .radius_yellow,
.content .event-open-block .siteform .item .open-quote .radius_yellow,
.content .interview-open-block .open-quote .radius_yellow {
    width: 147px;
    height: 147px;
    top: -10px;
    left: -11px;
}

.center {
    text-align: center;
}

.data-picker-ico {
    width: 17px;
    height: 15px;
    background: url(/css/../images/datepicker_ico.png) no-repeat 0 0;
    position: absolute;
    top: 10px;
    left: 9px;
    display: block;
    padding: 10px;
}

.form-col .radio,
.form-column .radio {
    display: inline-block;
    margin-top: 7px;
    margin-right: 11px;
}

.form-col .radio .radio-event,
.form-column .radio .radio-event {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.form-col .radio .radio-event + label,
.form-column .radio .radio-event + label {
    cursor: pointer;
}

.form-col .radio .radio-event:not(checked),
.form-column .radio .radio-event:not(checked) {
    position: absolute;
    opacity: 0;
}

.form-col .radio .radio-event:not(checked) + label,
.form-column .radio .radio-event:not(checked) + label {
    position: relative;
    padding: 0 0 0 23px;
    font-size: 14px;
    height: auto;
    line-height: 13px;
    font-family: 'CirceRegular';
    width: auto;
    color: #bbbbbb;
}

.form-col .radio .radio-event:not(checked) + label:before,
.form-column .radio .radio-event:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #c2c2c2;
}

.form-col .radio .radio-event:not(checked) + label:after,
.form-column .radio .radio-event:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 11px;
    height: 9px;
    background: #FFFFFF url(/css/../images/issues_check_red.png) no-repeat center;
    opacity: 0;
    transition: all .2s;
}

.form-col .radio .radio-event:checked + label,
.form-column .radio .radio-event:checked + label {
    color: #000;
}

.form-col .radio .radio-event:checked + label:after,
.form-column .radio .radio-event:checked + label:after {
    opacity: 1;
}

.content .wrapper_slider .service-breadcrumbs {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10;
    margin-left: 85px;
}

.content .wrapper_slider .service-breadcrumbs a {
    color: #fed200;
    font-size: 15px;
}

.content .wrapper_slider .service-breadcrumbs span {
    margin-right: 15px;
    margin-left: 15px;
    color: #fff;
}

.padding-top40 {
    padding-top: 40px;
}

.flex-prev:hover,
.flex-next:hover {
    opacity: 1;
}

.subscription-news .mail_sub {
    border: 1px solid #c2c2c2;
    background: #fff;
    height: 50px;
    width: 68%;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}

.subscription-news .btn_sub {
    background: #d82027;
    border-radius: 9px;
    margin-bottom: 0;
    border: none;
    width: 78%;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'CirceRegular';
    letter-spacing: 0;
    padding: 15px 0;
    cursor: pointer;
}

.subscription-news .btn_sub:hover {
    background: #b31f25;
}

.inner_fix_rublic {
    color: #9c9c9c !important;
}

.inner_fix_rublic:hover {
    color: #000 !important;
}

.flex-active-slide {
    text-align: left !important;
}

.flex-active-slide .date {
    text-align: center !important;
}

.event-organizer p {
    margin-top: -36px;
    margin-left: 33px;
}

.content .results-search .item .title {
    height: auto;
    line-height: 1.2;
}

#show-partners-map {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    border-bottom: 1px dashed;
    display: inline-block;
}

#partners-map-block {
    margin-bottom: 20px;
    display: none;
}

.b-page__right.inner_page .main-right-block {
    width: auto;
}

.work_places .more-result-wrap {
    text-align: center;
}

.spec-solution-wrap li.none {
    display: none;
}

.spec-solution-wrap li {
    display: inline-block;
    width: 49%;
    list-style: none;
    list-style-type: none !important;
}

.spec-solution-wrap .item {
    display: flex;
    align-items: center;
}

.spec-solution-wrap .item span {
    line-height: 17px;
    margin-left: 5px;
}

.spec-solution-wrap div.item span {
    color: #000
}

.title.with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.snArrowup {
    display: none;
    background: url('/css/../images/arrowup.png') no-repeat scroll 0 0;
    position: fixed;
    top: 80%;
    right: 15px;
    width: 60px;
    height: 60px;
    z-index: 999;
    cursor: pointer;
}

.header.main-header .menu_box .authorization_open_case {
    top: 14px;
    display: flex;
    align-items: center;
    padding: 0 0 0 35px;
    height: 100%;
}

.header.main-header .menu_box .authorization_open_case a {
    font-weight: normal;
    font-family: 'CirceRegular';
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
}

.header.main-header .menu_box .main_menu.home_menu li {
    padding: 0 10px;
}

.header.main-header .menu_box .main_menu.home_menu li.first {
    padding-left: 0;
}

.d-none {
    display: none !important;
}

.modal_windows_static {
    position: static;
    max-height: none;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    max-width: 600px;
}

.modal_windows_static h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.modal_windows_static form > div {
    margin: 25px 0;
}

.modal_windows_static form h3 + div {
    margin-top: 15px;
}

.modal_windows_static form > *:first-child {
    margin-top: 0;
}

.modal_windows_static form > div > *:first-child {
    margin-top: 0;
}

.modal_windows_static form > div > *:last-child {
    margin-bottom: 0;
}

.modal_windows_static form label {
    font-family: 'CirceRegular';
    width: 100%;
}

.modal_windows_static form label.error {
    color: #ff0000;
    font-size: 14px;
    height: auto;
    line-height: 14px;
}

.modal_windows_static textarea {
    font-family: 'CirceBold';
}

.modal_windows input[type="text"].error {
    border: 1px solid #ff0000;
}

.reviews_customers {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

body.popup-showed {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

body.popup-showed .header.fixed_header {
    box-sizing: border-box;
}

.mini-cases-popup .work_places .work_places_item-icon {
    background-image: url("/css/images/work_places.png");
    width: 20px;
    height: 20px;
    top: 0;
}

.work_places_item-icon.icon-subsector,
.mini-cases-popup .work_places_item-icon.icon-subsector {
    background-image: url('/css/images/icon-subsector.png');
    top: 4px;
}

.work_places_item-icon.icon-products,
.mini-cases-popup .work_places_item-icon.icon-products {
    width: 22px;
    left: -3px;
    background-image: url('/css/images/icon-products.png');
}

.mini-cases-popup .work_places .icon-function {
    background-position: -81px 0;
}

.mini-cases-popup .work_places .icon-executor {
    background-position: -21px 0;
}

.mini-cases-popup .work_places .icon-date {
    background-position: -41px 0;
}

.mini-cases-popup .work_places .icon-location {
    background-position: -61px 0;
}

.mini-cases .col {
    width: 49%;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}

.mini-case {
    box-sizing: border-box;
    display: block;
    width: 49%;
    margin-bottom: 15px;
}

.mini-case a.mini-case-header {
    display: table;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-family: 'CirceBold';
    height: 115px;
    width: 100%;
    line-height: 1.3;
    position: relative;
    box-sizing: border-box;
}

.mini-case-header.dark-red {
    background-color: #6e0b12;
}

.mini-case-header.violet {
    background-color: #260540;
}

.mini-case-header.dark-blue {
    background-color: #041c5c;
}

.mini-case-header.gray {
    background-color: #323232;
}
.item_list_case.dark-red {
    background-color: #6e0b12;
}

.item_list_case.violet {
    background-color: #260540;
}

.item_list_case.dark-blue {
    background-color: #041c5c;
}

.item_list_case.gray {
    background-color: #323232;
}

.mini-case a.mini-case-header .pattern {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/css/images/mini-cases-back.png") no-repeat;
    background-size: cover;
}

.mini-case .mini-case-header .elm_oval_scale {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 300%;
    background-color: rgba(255, 207, 5, 0.9);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-tranаsition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mini-case:hover .mini-case-header .elm_oval_scale {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
}

.mini-case:hover a.mini-case-header {
    color: #030303;
}

.mini-case .mini-case-header span,
.mini-case-popup .mini-case-header span {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.mini-case-popup .mini-case-header span {
    line-height: 1.2;
}

.mini-case .descr {
    display: table;
    width: 100%;
    border: 1px solid #8f8f8f;
    border-top: none;
    box-sizing: border-box;
    padding: 0 20px 20px;
}

.mini-case .elm_places {
    width: 280px;
    padding-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
}

.mini-case .elm_places.ftr {
    width: auto;
    padding-top: 0px;
}

.mini-case .work_places_item-title a {
    font-family: 'CirceRegular';
    margin-left: 5px;
}

.mini-case .elm_client_title {
    font-size: 14px;
    margin-bottom: 0;
}

.mini-case .elm_places_item {
    margin-top: 12px;
}

.mini-case .elm_places_item .circle {
    width: 50px;
    height: 50px;
}

.mini-case .elm_places_item .percent {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    border-width: 2px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
}

.mini-case .elm_places_item .svg {
    left: -22px;
    top: -17px;
}

.mini-case .elm_client_work {
    width: 120px;
}

.mini-cases-popup {
    position: fixed;
    z-index: 10500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.mini-cases-popup.hidden {
    visibility: hidden;
    opacity: 0;
}

.mini-cases-popup:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    opacity: 0.5;
}

.mini-cases-popup.hidden:before {
    opacity: 0;
}

.mini-case-popup {
    background-color: #ffffff;
    border: 4px solid #ffdc00;
    border-radius: 15px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 1224px;
    position: absolute;
    margin: auto;
    margin-bottom: 30px;
    top: 70px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.2);
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.mini-case-popup.hidden {
    visibility: hidden;
    opacity: 0;
    top: 30px;
}

.mini-case-popup .descr {
    padding: 10px 25px 40px;
    display: flex;
}

.mini-case-popup .small-cell {
    width: 280px;
    flex-shrink: 0;
    vertical-align: top;
}

.mini-case-popup .o1 {
    order: 1;
}

.mini-case-popup .o2 {
    order: 2;
}

.mini-case-popup .o3 {
    order: 3;
}

.mini-case-popup .work_places {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mini-case-popup .work_places .item {
    width: 162px;
    padding-top: 22px;
    display: inline-block;
    margin-bottom: 50px;
}

.mini-case-popup .circle {
    position: relative;
}

.mini-case-popup .percent {
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border: 5px solid #ccb09c;
    color: #3d3d3d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o- border-radius: 50%;
    font-size: 30px;
    padding-top: 20px;
    line-height: normal;
    box-sizing: border-box;
    text-align: center;
    font-family: 'CirceBold';
}

.mini-case-popup .percent div {
    font-size: 24px;
    color: #3d3d3d;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    position: absolute;
    top: 4px;
    left: 40px;
    font-family: 'CirceRegular';
}

.mini-case-popup .circle svg {
    position: absolute;
    top: -28px;
    left: 9px;
    width: 150px;
}

.mini-case-popup-content {
    display: table-cell;
    vertical-align: top;
    padding: 10px 45px;
    font-size: 16px;
}

.mini-case-popup .work_places_item {
    margin-bottom: 10px;
}

.mini-case-popup .mini-case-header {
    color: #ffffff;
    display: table;
    width: 100%;
    text-align: center;
    font-size: 32px;
    height: 70px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mini-case-popup .mini-case-header .pattern {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/css/images/mini-cases-popup-back.png") no-repeat;
    background-size: cover;
}

.mini-case-popup .solutions_pop_close_black {
    top: -52px;
    right: 0px;
}

.mini-case-popup .recall_wrapper {
    margin-top: 15px;
    padding-top: 20px;
}

.mini-case-popup .recall_title {
    font-size: 14px;
    margin-bottom: 27px;
}

.mini-case-popup .who_in_img {
    text-align: center;
    margin-top: 13px;
}

.mini-case-popup .recall_text {
    font-size: 14px;
    line-height: 1.8;
}

.mini-case-popup .work_places_item_function.rrs-partners a {
    display: block;
    font-size: 14px;
}

.mini-case-popup .work_places_item_function a {
    font-size: 14px;
}

.mini-case .elm_client_title {
    font-family: 'CirceRegular';
}

.mini-case .work_places_item-title {
    font-family: 'CirceRegular';
}

.mini-case .bold {
    font-family: 'CirceBold';
}

.top_serach_form_new {
    padding-bottom: 11px;
}

.top_serach_form_new .mb {
    margin-bottom: 10px;
}

.top_serach_form_new .top_serach_form_btn {
    padding-left: 0;
    padding-right: 0;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

.top_serach_form_new .top_serach_form_clear_btn {
    background-color: #e9e9e9;
    color: #6f7a85;
}

.top_serach_form_new .top_serach_form_clear_btn:hover {
    background-color: #d7d6d6;
}

.wrapper .top_serach_form_new .search_form_case_subsector .jq-selectbox__select-text:before {
    background-image: url('/css/images/icon-subsector.png');
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: 0 0;
}

.wrapper .top_serach_form_new .search_form_case_products .jq-selectbox__select-text:before {
    background-image: url('/css/images/icon-products.png');
    background-size: contain;
    background-position: 0 0;
}

.wrapper .top_serach_form_new .search_form_case_target .jq-selectbox__select-text:before {
    background-image: url('/css/images/icon-target.png');
    width: 17px;
    height: 16px;
    background-position: 0 0;
    top: 8px;
    left: 11px;
}

.header.main-header{
    overflow: visible;
}

.header.main-header > .wrapper{
    display: flex;
}

.header.main-header .logo {
    flex-shrink: 0;
    margin-right: 10px;
}

.header.main-header .box_menu{
    display: flex;
    height: auto;
    flex-grow: 1;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.header.main-header .menu_box {
    padding-bottom: 12px;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-right: 90px;
}

.header.main-header .menu_box .slogan-block .slogan {
    margin-bottom: 16px;
}

.header.main-header .header_d_flex {
    display: flex;
    align-items: flex-start;
    padding-right: 25px;
}

.header.main-header .menu_box .main_menu.home_menu {
    height: auto;
    display: flex;
    align-items: flex-start;
    max-width: 50%;
    padding: 0 !important;
}

.header.main-header.fixed_header .menu_box .main_menu.home_menu {
    height: 100%;
}

body .header.main-header.fixed_header .menu_box .main_menu.home_menu li{
    margin-top: 7px;
}

.header.main-header .menu_box .main_menu.home_menu a {
    text-align: left;
}

.header.main-header .menu_box .authorization {
    position: static;
    margin-left: auto;
    padding-right: 30px;
    box-sizing: border-box;
}

.left_slise{
    top: 0;
    height: 100%;
    bottom: 0;
}

.left_slise .search_form {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 1470px) {
    body.header.main-header .menu_box .slogan-block .slogan {
        padding: 0;
    }

    body.header.main-header .menu_box .main_menu.home_menu {
        padding: 0;
    }
}

@media (max-width: 1366px) {
    body.header.main-header .menu_box .slogan-block .slogan {
        padding: 0;
    }

    .header.main-header .box_menu {
        margin-left: -10px;
    }

    .header.main-header .menu_box{
        padding-right: 0;
    }
}

@media (max-width: 1130px) {
    body.header .menu_box .main_menu.home_menu {
        padding: 0;
    }

    .header.main-header .menu_box .authorization {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1000px) {
    body .header.main-header .menu_box .main_menu.home_menu li {
        margin-top: -15px;
        padding-left: 5px !important;
    }

    body .header.main-header.fixed_header .menu_box .main_menu.home_menu li{
        margin-top: -7px;
    }

    body .header.main-header.fixed_header .header_dropdown_menu {
        margin-top: 9px;
    }
}

.header_dropdown_menu{
    position: relative;
    margin-left: auto;
}

.header_dropdown_menu .button_dropdown{
    height: 20px;
}

.header_dropdown_menu .button_dropdown span,
.header_dropdown_menu .button_dropdown span:after,
.header_dropdown_menu .button_dropdown span:before{
    display: block;
    width: 20px;
    height: 3px;
    background-color: #000000;
    position: relative;
}

.header_dropdown_menu .button_dropdown span {
    top: 8px;
}

.header_dropdown_menu .button_dropdown span:after,
.header_dropdown_menu .button_dropdown span:before{
    content: '';
}

.header_dropdown_menu .button_dropdown span:before{
    top: -6px;
}

.header_dropdown_menu .button_dropdown span:after{
    top: 3px;
}

.header_dropdown_content{
    position: absolute;
    top: 100%;
    z-index: 1;
    right: -4px;
    padding-top: 18px;
    display: none;
}

.header_dropdown_content > div {
    background: #ffffff;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
    padding: 7px;
}

.header_dropdown_content.dropdown-content-show{
    display: block;
}



@media all and (max-width: 1360px) {
    .top_serach_form_new {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .top_serach_form_new div.search_form_case_sector {
        order: 1;
    }

    .top_serach_form_new div.search_form_case_function {
        order: 2;
    }

    .top_serach_form_new div.search_form_case_subsector {
        order: 3;
    }

    .top_serach_form_new div.search_form_case_target {
        order: 4;
    }

    .top_serach_form_new div.search_form_case_location {
        order: 5;
    }

    .top_serach_form_new div.search_form_case_products {
        order: 6;
    }

    .top_serach_form_new .top_serach_form_btn {
        order: 7;
    }

    .top_serach_form_new .top_serach_form_clear_btn {
        order: 8;
    }

    .top_serach_form_new .styler {
        margin-right: 0;
    }
}

@media all and (max-width: 1080px) {

    .mini-case {
        width: 100%;
    }

    .mini-cases .row {
        margin: 0;
    }

    .mini-cases .col {
        width: 100%;
    }

    .mini-cases-popup {
        margin: auto;
        width: 96%;
    }

    .mini-case-popup .descr {
        display: flex;
    }

    .mini-case-popup .left-cell {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .mini-case-popup .small-cell {
        order: 2;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
    }

    .mini-case-popup .small-cell .work_places + .work_places {
        order: 3;
    }

    .mini-case-popup .small-cell .work_places + .work_places.js-wrap-single-3 {
        order: 1;
    }

    .mini-case-popup .small-cell .js-wrap-single-1 {
        order: 2;
    }

    .mini-case-popup .small-cell .work_places_bottom {
        margin-top: -20px;
    }

    .mini-case-popup-content {
        display: block;
        padding-left: 0;
    }

    .mini-case-popup .work_places:after {
        content: "";
        display: block;
        clear: both;
    }

    .mini-case-popup .work_places .item {
        margin-left: 50%;
        position: relative;
        right: 81px;
    }

    .mini-case-popup .recall_wrapper {
        margin-right: 45px;
        margin-top: 0;
        order: 3;
    }

    .mini-case-popup .recall_title {
        display: none;
    }

    .mini-case-popup .position_man {
        margin-top: 10px;
    }

    .mini-case-popup .who_in_img {
        text-align: left;
        margin-bottom: 0;
    }

    .mini-case-popup .medium_border {
        display: none;
    }

    .mini-case-popup .recall_text {
        margin-top: 0;
    }
}

@media (max-width: 1350px) {
    .mini-case .elm_client_work {
        display: block;
    }
}

.work_places_item span {
    font-size: 14px;
}

.base-box{
    padding: 15px 10px;
    border-radius: 9px;
    background-color:#b6d9f7;
    margin-bottom:20px;
}

.base-box:first-child {
    margin-top:25px;
}

.network-right .base-box:first-child {
    margin-top: 0px;
}

.base-box .title{
    font-family: 'CirceBold';
    text-transform:uppercase;
    font-size:16px;
}

.base-box .btn-wrap{
    display:flex;
    align-items:center;
    margin-bottom:0 !important;
}

.base-box .btn{
    font-size:16px;
    color:#ffffff;
    text-transform:uppercase;
    flex-grow:1;
    height:35px;
    line-height:35px;
    margin: 0 5px;
}

.base-box .btn:hover{
    color:#ffffff;
}

.btn-red, a.btn-red, button.btn-red {
    background-color: #d82027;
}

.btn {
    display: block;
    border: none;
    border-radius: 9px;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.base-box .btn-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}
.base-box .btn-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.footer .copyright_developer > a {
    display: inline-block;
    padding-left: 7px;
}

.footer .copyright_developer img {
    height: 25px;
    padding: 2px;
}

@keyframes sn-icons {
    10% {border-radius: 50%;}
    100% {
        border-radius: 50%;
        background: #fff;
    }
}

.footer .copyright_developer img:hover {
    animation-name: sn-icons;
    animation-duration: 1s;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.footer .copyright_developer {
    padding-top: 10px;
}

@media screen and (max-width: 1210px) {
    .base-box .title {
        font-size: 24px;
        text-align: center;
    }

    .base-box .btn {
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }

    .base-box.hidden_buttons_block {
        display: block !important;
    }

    .box_right_min .buttons-block.hidden_buttons_block {
        margin-bottom: 10px;
    }
}

.form_block{
    position: relative;
}

.autocomplete_list {
    width: 100%;
    max-height: 156px;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    z-index: 999;
    margin: 0;
    padding: 0;
    background: #ffffff;
    list-style: none;
    overflow: hidden auto;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.autocomplete_item {
    min-height: 18px;
    padding: 5px 10px 6px;
    white-space: nowrap;
    color: #231F20;
    cursor: pointer;
}

.autocomplete_item:hover{
    background-color: #F5F5F5;
    color: #000000;
}


@media screen and (max-width: 1024px) {
    .quote_with_img{
        padding-left: 120px;
    }

    .quote_with_img:before {
        left: 0;
    }
}

.spoiler_expand__header{
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 15px;
}

.spoiler_expand__header .triangle{
    display: inline-block;
    margin-top: 8px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #d82026 transparent transparent transparent;
}

.spoiler_expand__descr{
    display: none;
}
/* End */


/* Start:/css/media.css?165890410421026*/
body {
    min-width: 930px;
}

@media all and (max-width: 1470px) {
    body .header .menu_box .main_menu {
        width: 520px;
    }

    body .header .menu_box .main_menu.home_menu {
        padding: 0 0 0 20px;
    }

    body .header .menu_box .slogan-block .slogan {
        padding: 0 0 0 68px;
    }

    body .header .menu_box .main_menu.home_menu li {
        padding: 0 10px;
    }

    body .header .menu_box .main_menu.home_menu a {
        font-size: 13px;
    }

    div.content .wrapper_banner .banner_title {
        font-size: 24px;
        margin: 40px 180px 0 0;
    }
}

@media all and (max-width: 1366px) {
    .header .logo {
        margin-left: -17px;
    }

    body .header .menu_box .slogan-block .slogan {
        padding: 0 0 0 20px;
    }

    .space-between-content {
        padding: 0 45px;
    }

    .space-around-content {
        padding: 0 40px;
    }

    .open_case .desc {
        padding-left: 60px;
    }
}

@media all and (max-width: 1362px) {
    .content_header_right {
        width: 380px;
    }

    .content_header_form div.search_form_case_location {
        margin-bottom: 0;
    }
}

@media all and (max-width: 1360px) {
    .top_serach_form .styler {
        margin-right: 29px;
        width: 45%;
    }

    div.search_form_case_location {
        margin-right: 0;
    }

    div.search_form_case_location,
    div.search_form_case_sector {
        margin-bottom: 16px;
    }

    /*
        button.top_serach_form_btn {
            width: 45%;
        }
    */

}

@media all and (max-width: 1350px) {
    a.elm_client {
        position: absolute;
        top: 6px;
        left: 10px;
        z-index: 5;
        height: 132px;
        background: #fff;
        padding: 7px 10px;
    }

    a.elm_header {
        padding-left: 120px;
    }

    div.elm_client_work {
        display: none;
    }

    div.elm_places {
        width: 44%;
    }

    div.elm_places_function {
        width: 44%;
    }

    a.elm_client img {
        max-height: 20px;
    }

    div.elm_client_title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    div.absolut_work_elm_title {
        display: block;
    }

    div.absolut_work_elm {
        display: block;
    }

    a.elm_header {
        font-size: 22px;
    }

    .center-content {
        padding: 0;
    }

    .space-between-content {
        padding: 0 30px;
    }
}

@media all and (max-width: 1345px) {
    div.wrapper_navigation {
        padding: 30px 40px;
    }

    div.navigation_to_case .number {
        width: 33px;
        height: 33px;
        line-height: 37px;
        font-size: 20px;
    }

    div.navigation_to_case .arrow {
        line-height: 35px;
    }

    div.navigation_to_case .arrow {
        margin: 0 25px;
    }

    div.navigate_item_first {
        width: 156px;
    }

    div.navigate_item_second {
        width: 195px;
    }

    div.navigate_item_third {
        width: 210px;
    }

    div.navigate_item_fourth {
        width: 220px;
    }

    div.navigate_item_fifth {
        width: 135px;
    }

    div.content_header_right {
        width: 337px;
    }

    li.wrapper_slider_cases .arrow.arrow-left {
        left: -27px;
    }

    li.wrapper_slider_cases .arrow.arrow-right {
        right: -27px;
    }

    div.elm_places .work_places_item-title {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .space-around-content {
        padding: 0 27px;
    }
}

@media all and (max-width: 1320px) {
    .footer .company_info .contact {
        margin-left: 10px;
        padding-left: 10px;
    }

    .footer .company_info .links_1c {
        margin-left: 10px;
    }

    .footer .company_info .copyright {
        padding-right: 10px;
    }

    .space-between-content {
        padding: 0 20px;
    }

    .space-around-content {
        padding: 0 20px;
    }
}

@media all and (max-width: 1300px) {
    body .header .box_menu .menu_partner {
        width: 260px;
    }

    body .header .logo {
        margin-right: 20px;
    }

    div.quote_with_img-text {
        width: 65%;
    }

    form.content_header_form {
        width: 380px;
    }

    form.content_header_form .search_form_case_country {
        margin-right: 11px;
    }

    .logo_name_parth h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .space-between-content {
        padding: 0 15px;
    }

    .space-around-content {
        padding: 0 15px;
    }

    .open_case .desc {
        padding-left: 65px;
    }
}

@media all and (max-width: 1291px) {
    .space-between-content {
        padding: 0 15px;
    }

    .space-around-content {
        padding: 0 15px;
    }

    .open_case .desc {
        padding-left: 58px;
    }
}

@media all and (max-width: 1280px) {
    div.content_header_right {
        margin-left: 10px;
        width: 290px;
    }

    div.navigation_to_case .arrow {
        margin: 0px 19px;
    }

    div.parth_media_screen_inner .desc {
        padding-left: 0;
    }

    .content .news-block .siteform .text-news .inner_list_ol {
        padding-left: 0;
        width: 92% !important;
    }

    /*.content .events-block .siteform form .form-col .search_form_case_location {*/
    /*width: 56.5%!important;*/
    /*}*/
    .space-between-content {
        padding: 0 45px;
    }

    .space-around-content {
        padding: 0 45px;
    }
}

@media all and (max-width: 1260px) {
    .space-between-content {
        padding: 0 40px;
    }

    .space-around-content {
        padding: 0 40px;
    }
}

@media all and (max-width: 1250px) {
    .footer .company_info .contact {
        display: none;
    }

    .space-between-content {
        padding: 0 34px;
    }

    .space-around-content {
        padding: 0 34px;
    }
}

@media all and (max-width: 1240px) {
    div.quick_desc {
        width: 50%;
    }

    .header .menu_box .authorization {
        right: 20px;
    }

    div.navigation_to_case .arrow {
        margin: 0 20px;
    }

    .navigation_to_case.event-open-block-navigate .navigate_item {
        width: 175px;
    }
}

@media all and (max-width: 1230px) {
    .space-between-content {
        padding: 0 27px;
    }

    .space-around-content {
        padding: 0 27px;
    }
}

@media all and (max-width: 1210px) {
    .wrapper_banner {
        background-position: 20% center;
        background-repeat: no-repeat;
    }

    div.parth_media_screen_inner .desc {
        padding-left: 71px;
    }

    div.solutions_pop {
        margin-left: -305px;
    }

    div.solutions_pop.yellow {
        margin-left: -340px;
    }

    div.navigation_to_case .arrow {
        margin: 0 10px;
    }

    div.btn_yellow_parth_inner_media {
        display: block;
    }

    div.content .siteform {
        /*        margin: 0px 290px 0 0;*/
        padding: 0 17px 0px 20px;
    }

    div.content .statistics {
        padding-right: 18px;
    }

    div.box_right_min div.statistics_right_min {
        padding-right: 0;
    }

    div.quick_desc {
        width: 56%;
    }

    /*div.quote_with_img-text {*/
    /*width: 58%;*/
    /*}*/
    div.desc_for_img {
        width: auto;
    }

    div.content .services-block .padding-left {
        padding-left: 70px;
    }

    div.useful-materials.big-screen,
    div.useful-materials.big-screen + .border {
        display: none;
    }

    div.statistics_open_case_hidden {
        display: none;
    }

    div.content div.parth_media_screen {
        width: 906px;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    form.content_header_form {
        width: 400px;
    }

    div.content_header_right {
        margin-left: 30px;
        width: 400px;
    }

    div.title_desc_case {
        width: 550px;
        display: inline-block;
    }

    div.parth_media_screen .button_comment_case {
        display: inline-block;
        margin-top: 21px;
    }

    form.content_header_form .search_form_case_country {
        margin-right: 30px;
    }

    div.content div.parth_media_screen .help_button_comment_case {
        display: inline-block;
    }

    div.content div.parth_media_screen .wrapper_ul_right {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 60px;
        width: 486px;
        margin-top: 0px;
    }

    div.content div.parth_media_screen .wrapper_ul_right ul {
        color: #ccb096;
    }

    body .parth_media_screen .solutions {
        float: none;
        margin: 40px auto 20px auto;
        padding: 0;
    }

    body .solutions_1c {
        display: none;
    }

    body .box_right_min {
        display: block;
    }

    div.footer {
        height: 156px;
        background: #272727;
        /*padding: 40px 30px;*/
    }

    div.footer_wrap {
        padding: 40px 30px;
    }

    div.wrapper_elm_case {
        /*        margin-top: 46px;*/
    }

    div.margin_right_negativ {
        max-width: 544px;
        margin: 0px auto;
        margin-top: 10px;
    }

    div.style_title {
        font-size: 44px;
        width: 450px;
        padding-left: 80px;
    }

    li.first_slides_style .inner_style_title {
        position: absolute;
        bottom: 112px;
        right: 222px;
        font-size: 18px;
    }

    div.wrap_arrow .arrow-left {
        left: 10px;
    }

    div.wrap_arrow .arrow-right {
        right: 10px;
    }

    table.parth_table td {
        line-height: 17px;
        padding: 25px 25px 25px 15px;
    }

    .content .open_case .item.first_padding_right {
        float: left;
        width: 65%;
    }

    .button_comment_quest_media {
        display: inline-block;
    }

    .small_border_media {
        margin: 30px 105px 30px 0;
    }

    div.content .services-block .search-services-block form input {
        width: 67%;
    }

    div.border.border-none {
        display: none;
    }

    div.content .services-block .results-search {
        padding-left: 65px;
    }

    div.content .services-block .results-search-title {
        padding-left: 20px;
    }

    div.content .news-block .siteform .text-news,
    div.content .news-block .news-list,
    div.content .events-block .siteform .events-list {
        padding-left: 0;
    }

    div.content .news-block .siteform .text-news .desc {
        padding-left: 71px;
    }

    div.content .news-block .siteform .text-news .inner_list_ol {
        padding-left: 62px !important;
        width: 88% !important;
    }

    div.content .services-block .button_comment_case {
        margin-top: 0;
    }

    h2.news-title {
        width: 500px;
    }

    div.content .services-block .breadcrumbs_page {
        width: 410px;
    }

    div.content .services-block .breadcrumbs_page span {
        margin-right: 20px;
    }

    div.content .services-block .hidden_buttons_block {
        display: flex;
    }

    div.content .news-block .top_search_form,
    div.content .events-block .accordion-desc {
        display: none;
    }

    div.content .news-block .top_search_form.top_hidden,
    div.content .events-block .accordion-tablet {
        display: block;
    }

    div.content .event-open-block .siteform .open-event-title-block .name-register-block {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    div.content .events-block .siteform .events-list .border {
        display: none;
    }

    div.content .interview-open-block .siteform .quote_with_img-text {
        width: 70%;
    }

    div.content .interview-block .top_serach_form {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.content .interview-block .top_serach_form .styler {
        margin-right: 30px;
    }

    div.content .interview-block .top_serach_form .styler:nth-child(2) {
        margin-right: 0;
    }

    div.content .interview-block form .search_form_case_sector,
    div.content .interview-block form .search_form_case_location {
        width: 45%;
    }

    div.content .search-block .siteform .results-search ul {
        padding-left: 30px;
    }

    div.content .search-siteform {
        padding-top: 45px;
    }

    .space-between-content {
        padding: 0 40px;
    }

    .space-around-content {
        padding: 0 40px;
    }
}

@media all and (max-width: 1130px) {
    div.wrapper_navigation .navigation_to_case {
        display: table;
    }

    div.wrapper_navigation {
        padding: 30px 20px;
    }

    div.navigate_item_second {
        width: 146px;
    }

    div.navigate_item_third {
        width: 140px;
    }

    div.navigate_item_fourth {
        width: 170px;
    }

    div.navigation_to_case .arrow {
        margin: 0 20px;
    }

    body .header .menu_box .main_menu.home_menu {
        padding: 0 90px 0 0;
    }

    body .header .menu_box .slogan-block .slogan {
        padding: 0;
    }

    body .header .menu_box .authorization_open_case {
        height: 60px;
        top: 17px;
    }

    body .header.fixed_header.menu_box .authorization_open_case {
        height: 30px;
        top: 17px;
    }

    .wrapper_navigation .event-open-block-navigate {
        width: 93%;
        margin: 0;
    }
}

@media all and (max-width: 1120px) {
    div.content .siteform .quick_desc .title {
        line-height: 1;
    }

    div.top_serach_form .styler {
        display: block !important;
        margin-bottom: 10px;
    }

    div.others_name_parth {
        display: none;
    }

    div.loc_name_parth {
        border: none;
        width: 60%;
    }

    div.logo_name_parth {
        border-right: 1px solid #dddddd;
    }

    div.loc_name_parth a {
        margin-left: 45px;
        display: inline-block;
    }

    span.float_sert_iso {
        right: 25px;
    }

    .content .services-list .dropdown .button_dropdown {
        padding: 25px 10px;
    }

    .content .services-list .wrapper-dropdown {
        width: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .content .services-list .dropdown:before, .content .services-list .dropdown:last-child:after {
        top: 15%;
    }

    .content .services-list .dropdown .button_dropdown span {
        top: 27px;
    }

    body .header .menu_box .authorization_open_case .search {
        display: none;
    }

    .content .interview-block .interview-list .interview-item .interview-open-title-block .interview-img .elm_places-tablet {
        display: block;
    }

    .content .interview-block .interview-list .interview-item .interview-open-title-block .interview-name .elm_places-desc {
        display: none;
    }

    .content .interview-block .interview-list .interview-item .interview-open-title-block .interview-img .video-preview {
        width: 198px;
        height: 143px;
    }


}

@media all and (max-width: 1100px) {

    div.main-right-block .events-block {
        float: none;
    }

    div.main-right-block .news-block {
        margin-right: 0;
        margin-top: 30px;
    }

    div.wrapper-info-block {
        padding: 0 70px;
    }

    div.main-left-block .technologies-block {
        margin-bottom: 0;
    }

    div.press-recall-block .recall-block {
        width: 590px;
    }

    div.press-recall-block .press-block {
        float: none;
        width: 590px;
    }

    .cases_box .cases-item a {
        font-size: 20px !important;
        margin-top: 91px !important;
    }

    div.main-left-block {
        width: 590px;
        padding-left: 0;
    }

    div.main-right-block {
        width: 25%;
        padding-right: 50px;
    }

    div.wrapper-info-block {
        padding: 0 40px;
    }

    div.cases_box h2 {
        margin-left: 37px;
    }

    div.solution_box h2 {
        margin-left: 0;
    }

    div.partners-block .partners-text {
        padding: 50px 0 0 41px;
    }

}

@media all and (max-width: 1080px) {
    div.navigation_to_case .arrow {
        margin: 0px 15px;
    }

    .navigation_to_case.end-event-navigate {
        margin: 0;
    }

    .navigation_to_case.event-open-block-navigate .navigate_item,
    .navigation_to_case.end-event-navigate .navigate_item {
        width: 150px !important;
    }

    .content .end-event-navigate .navigate_item_third {
        width: 150px !important;
    }

    .content .event-open-block .siteform .item .desc .comments-list .comment-with-answer:before {
        bottom: 216px !important;
    }

    .content .interview-open-block .interview-block-header-desc,
    .content .interview-open-block .interview-block-header-desc + .border {
        display: none;
    }

    .content .interview-open-block .interview-block-header-tablet {
        display: block;
    }

}

@media all and (max-width: 1033px) {
    div.content .open_case .client_item {
        margin-left: 30px;
        width: 35%;
    }

    div.quick_desc {
        width: 54%;
    }

    div.content .siteform .item .title {
        font-size: 24px;
    }

    .top_serach_form .styler {
        width: 44%;
    }

    /*
        button.top_serach_form_btn {
            width: 44%;
        }
    */
    .content .search-block .search-form-block form input[type="text"] {
        width: 68% !important;
    }

    div.wrapper_experience .list_ol {
        padding-left: 20px;
    }

    div.margin_right_negativ {
        margin-left: 0;
    }

    li.wrapper_slider_cases .arrow.arrow-right {
        right: -35px;
    }

    li.wrapper_slider_cases .arrow.arrow-left {
        left: -35px;
    }

    table.parth_table_inner {
        padding-left: 0;
    }

    div.desc_about_parth_text {
        padding-left: 0;
    }

    .content .siteform {
        width: 63%;
    }

    div.wrapper_experience .list_ol {
        margin-top: 12px;
    }
}

@media all and (max-width: 1000px) {
    .header .menu_box .main_menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    body .header .menu_box .main_menu.home_menu li {
        text-align: left;
        width: 100%;
        padding-top: 15px !important;
    }

    div.content .wrapper_banner .banner_title {
        font-size: 29px;
        letter-spacing: 0;
        margin: 25px 180px 0 0;
    }

    div.content .wrapper_banner {
        padding-left: 40px;
    }

    div.footer .company_info .contact {
        border-right: 1px solid #555555;
    }

    div.content .events-block .siteform .events-list .item .date-tag-block .tag {
        margin-left: 8px;
    }

    div.content .interview-name {
        width: 70%;
    }

    .content .search-block .results-search.interview-search .item .search-info .interview-name {
        width: 100%;
    }

    div.content .interview-open-block .desc {
        padding-left: 0;
    }

    div.content .interview-open-block .quote_with_img {
        margin-left: 71px;
    }

    div.content .interview-block .top_serach_form {
        display: block;
    }

    div.content .interview-block form .search_form_case_location, .content .interview-block form .search_form_case_sector {
        width: 44% !important;
    }

    div.content .interview-open-block .desc table tbody td {
        padding: 15px 10px;
    }

    .content .search-block .results-search.news-search .item .title,
    .content .search-block .results-search.events-search .item .title,
    .content .search-block .results-search.technologies-search .item .title,
    .content .search-block .results-search.services-search .item .title {
        width: 100% !important;
    }
}

@media all and (max-width: 980px) {
    div.content .open_case .client_item {
        margin-left: 10px;
        width: 30%;
    }

    div.quick_desc .desc {
        padding-left: 0;
    }

    div.desc ul {
        padding-left: 17px;
    }

    div.quote_without_img {
        margin-left: -70px;
    }

    div.content .siteform .item.quick_desc {
        width: 67%;
    }

    div.content .interview-open-block .siteform .item.quick_desc {
        width: 95%;
    }

    div.quick_desc {
        width: 60%;
    }

    .elm_footer {
        font-size: 13px;
    }

    .content .services-block .buttons-block .services-button {
        width: 276px;
    }

    .content .services-block .platform-block .platform-yellow-blocks .col.-col-1,
    .content .services-block .platform-block .platform-yellow-blocks .col.-col-3 {
        width: 241px;
    }

    .content .services-block .platform-block .platform-yellow-blocks .col.-col-2 {
        width: 300px;
    }

    .content .news-block .siteform .text-news .open-quote .img_radius {
        margin-right: 30px;
    }

    .item .date-tag-block .data i {
        right: -25px !important;
    }
}

/*
@media all and (max-height: 730px) {
    body .modal_windows {
        width: 435px;
    }
    body .modal_video_windows {
        width: auto!important;
        width: 715px;
        height: 487px;
    }
}*/
@media all and (min-width: 960px) {
    .base-box {
        display: none;
    }
}

.base-box hidden_buttons_block {

}

/* End */


/* Start:/css/input-cases.css?156213958710247*/
.content .siteform .page_box.hide {
    height: 0;
    overflow: hidden;
}

.content .siteform .page_box .sector div.col_auto_box {
    display: block;
    margin-bottom: 20px;
}

.info_prof .name_project {
    white-space: normal;
    font-family: 'CirceBold';
    font-size: 22px;
    width:910px;
    margin-top: 10px;
    line-height: 25px;
}

.info_prof .info_page .name_project {
    margin-top: 0;
}

.info_prof .info_page .name_project.yes_statys {
    width:660px;
}

div.content .siteform .page_box .col_auto_box label {
    width: auto;
    height: auto;
    margin-right: 40px;
    display: inline-block;
    font-size: 17px;
}

.content .siteform .page_box .col_auto_box input {
    width: 85px;
}

.content .siteform .page_box .cod_partner_box input {
    width: 85px;
}

.content .siteform .page_box .name_project {
    width: 745px;
    max-width: 745px;
    display: block;
    margin: 0 0 0 159px;
    padding: 7px 20px;
    height: auto;
    overflow: hidden;
    resize: none;
}

.content .siteform .page_box label[for=name_project] {

}

.siteform .page_box .item .desc {
    margin: 20px 0 0 0;
}

.siteform .page_box .item .contractor .desc {
    margin: 0 0 30px 0;
}

.content .siteform .page_box .decision_box {
    margin: 20px 0;
}

.content .siteform .page_box .decision_box div {
    margin-bottom: 5px;
    height: 85px;
}

.content .siteform .page_box .decision_box span.desc {
    margin: 0 0 20px 162px;
    display: block;
}

.content .siteform .page_box .decision_box select[multiple=multiple] {

}

.content .siteform .page_box .decision_box select{
    width: 746px;
}

.content .siteform .page_box .sector {
    display: inline-block;
}

.content .siteform .page_box .sector label {
    width: 200px;
    margin-right: 10px;
}

.content .siteform .page_box .sector div {
    margin-bottom: 5px;
}

.content .siteform .page_box .sector span.desc {
    display: block;
    margin: 0 0 20px 217px;
}

.content .siteform .page_box .sector span.desc.margon_none {
    margin-bottom: 0
}

.content .siteform .page_box .sector .sector_box {
    height: 85px;
}

.content .siteform .page_box .sector div.functional {
    height: 132px;
}

.content .siteform .page_box .sector div.functional select[multiple=multiple]{
    height: 130px;
}

.content .siteform .page_box .sector select {
    width: 690px;
}

.content .siteform .page_box div.deadlines {
    margin-bottom: 20px;
}

.content .siteform .page_box .deadlines div {
    font-size: 16px;
    font-family: 'CirceBold';
    margin-bottom: 13px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin: 0;
}

.content .siteform .page_box .deadlines label {
    width: auto;
    margin: 0 15px 0 50px;
}

.content .siteform .page_box .deadlines input {
    box-sizing: border-box;
    width: 261px;
}

.content .siteform .page_box .responsible_info div{
    display: inline-block;
}

.content .siteform .responsible_men {
    width: 490px;
    margin-right: 30px;
}

.content .siteform .responsible_men input{
    margin-bottom: 20px;
    width: 320px;
}

.content .siteform .responsible_men label {
    width: 110px;
}

.content .siteform .responsible_contact {
    width: 380px;
}

.content .siteform .responsible_contact label {
    width: 110px;
}

.content .siteform .responsible_contact input{
    margin-bottom: 20px;
    width: 220px;
}

.content .siteform .name_companu label{
    width: 240px;
    margin-right: 20px;
}

.content .siteform .name_companu input {
    width: 599px;
}

.content .siteform .description_companu label{
    width: 240px;
    display: block;
    height: auto;
    line-height: 18px;
    margin-top: 5px;
    margin-right: 20px;
    margin: 5px 20px 0 0;
}

.content .siteform .description_companu textarea {
    width: 400px;
    max-width: 400px;
}

.content .siteform .description_companu .desck {
    width: 225px;
}

.content .siteform .project_description>div{
    margin-bottom: 30px;
}

.content .siteform .project_description label {
    display: block;
    width: auto;
    height: auto;
}

.content .siteform .project_description textarea {
    display: block;
    margin: 0 0 0 0;
    min-height: 150px;
}

.content .siteform .project_description .desck {
    font-size: 13px;
    margin-top: 15px;
}

.content .siteform .project_description .desck.right {
    margin-top: 0;

}

.content .siteform .contractor {
    margin: 20px 0 0 0;
}

.content .siteform .contractor label{
    width: 200px;
}

.content .siteform .contractor input {
    width: 658px;
    margin-bottom: 20px;
}

.content .siteform .contractor .subcontractors {
    margin-top: 30px;
}

.content .siteform .contractor .subcontractors .subcontractors_box {
    margin-left: 203px;
    text-align: center;
}

.content .siteform .contractor .subcontractors .subcontractors_add {
    font-family: 'CirceBold';
    border-bottom: 1px dashed #2c719d
}

.content .siteform .reviews_text_box {

}

.content .siteform .review_name_box {

}

.content .siteform .review_name_box input{
    width: 540px;
}

.content .siteform .dop_info label {
    display: block;
    width: auto;
    height: auto;
}

.content .siteform .dop_info textarea {
    display: block;
    margin: 0 0 0 0;
    width: 580px;
    max-width: 580px;
}

.content .siteform .dop_info .desck {
    font-size: 13px;
    margin-top: 15px;
}

.content .siteform .dop_info .desck.right {
    width: 300px;
    font-size: 13px;
    margin-top: 0;
}

.content .siteform .dop_info .review_photo_box {
    width: 300px;
}

.content .siteform .dop_info .review_info {
    height: 150px;
}

.content .siteform .dop_info .review_photo_box .logo_company {
    width: 300px;
    margin-top: 0;
    margin-left: 15px;
}

.content .siteform .dop_info .review_photo_box .logo_company label {
    margin-top: 0;
    height: 36px;
    line-height: 36px;
}

.content .siteform .dop_info .review_photo_box .logo_company .box_logo_company {
    width: 300px;
    margin-left: 0;
    margin-top: 15px;
    height: 100px;
}

.content .siteform .dop_info .review_photo_box .logo_company .box_logo_company .logo_box img {
    max-width: 100px;
    max-height: 100px;
}

.content .siteform .dop_info .description_project_link_box {
    margin: 0 0 20px 0;
}

.content .siteform .dop_info .description_project_link_box label {
    width: 440px;
    height: auto;
    line-height: 22px;
    display: block;
    float: left;
    margin-right: 20px;
}

.content .siteform .dop_info .supplementary_po {
    margin-bottom: 30px;
}

.content .siteform .dop_info .dop_info_project {
    margin-bottom: 30px;
}

.content .siteform .dop_info .description_project_link_box input {
    display: block;
    width: 400px;
    margin-left: 400px;
}

.content .siteform .dop_info .publication_box {
    margin: 10px 0 20px 0;
}

.content .siteform .dop_info .publication_box input{
    width: 400px;
}

.content .siteform .dop_info .publication_box .publication_name {
    margin-right: 16px;
}

.content .siteform .dop_info .publication_add {
    font-family: 'CirceBold';
    border-bottom: 1px dashed #2c719d;
    text-align: center
}


.content .siteform .dop_info .introduce-link-box {
    margin: 10px 0 20px 0;
}

.content .siteform .dop_info .introduce-link-box input{
    width: 400px;
}

.content .siteform .dop_info .introduce-link-box .introduce-link_name {
    margin-right: 16px;
}

.content .siteform .dop_info .description_project_link_add {
    font-family: 'CirceBold';
    border-bottom: 1px dashed #2c719d;
    text-align: center
}

.content .siteform .dop_info .publication_desck {
    margin-bottom: 10px;
}

.content .siteform .dop_info .dop_doc_box {
    margin-top: 20px;
}

.content .siteform .dop_info .logo_company label{
    margin-top: 0
}

.content .siteform .dop_info .logo_company .box_logo_company {
    display: block;
    margin: 20px 0 0 0;
    width: auto;
    height: auto;

}

.content .siteform .page_box .project_description  .logo_company{
    margin-top: 0;
    margin-left: 0px;
}

.content .siteform .project_description  .logo_company label{
    margin-top: 0;
    text-align: center;
    width: 160px;
    height: 80px;
}

.content .siteform .project_description .logo_company label img {
    max-width: 160px;
    max-height: 80px;
    display: inline-block;
}

.content .siteform .project_description  .logo_company .box_logo_company {
    display: block;
    margin: 20px 0 0 0;
    width: auto;
    height: auto;

}

.content .siteform .doc_input_box {
    margin-right: 320px;
    min-height: 100px;
}


.content .siteform .doc_input_box .doc_input{
    margin-bottom: 15px;
    position: relative;
}

.content .siteform .doc_input_box .doc_input input{
    width: 400px;
    display: inline-block;
}

.content .siteform .doc_input_box .doc_input .load_click {
    display: inline-block;
    margin-left: 35px;
    font-family: 'CirceBold';
}

.content .siteform .doc_input_box .doc_input input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height:0;
    opacity: 0;
    cursor: pointer;
}

.content .siteform .doc_input_box .doc_input_add {
    font-family: 'CirceBold';
    border-bottom: 1px dashed #2c719d;
    text-align: center
}

.content .siteform .contractor .checkbox_style {
    display: inline-block;
    margin: 8px 20px 0 4px;
}

.content .siteform .contractor .general_contractor {
    width: 618px;
}

.content .siteform .page_box .logo_company {
    margin-top: 15px;
}

.content .siteform .logo_company .box_logo_company {
    width: 641px;
    margin-left: 263px;
    height: 150px;
    margin-bottom: 0;
}

.content .siteform .logo_company .box_logo_company .desck {
    width: 222px;
}

.content .siteform .select_search {
    width: 100%;
    margin-bottom: 30px;
}

.content .siteform .select_search.select_general_contractor {
    /*aledem*/
    /*margin: 0 0 0 203px;*/
    margin: 0 0 24px 203px;
    /*aledem*/
    box-sizing: border-box;
    width: 700px;
}

.content .siteform .dop_info .logo_company label img {
    max-height: 80px;
    max-width: 160px;
    display: inline-block;
}

.content .siteform .dop_info .logo_company label {
    height: 80px;
    width: 160px;
    text-align: center;
}

.content .siteform .page_box .dop_info .dop_info_project_img {
    margin-left: 60px;
}
/* End */


/* Start:/css/customer-cases-input.css?14720146763230*/
.content .siteform .term_quality {
    
}

.content .siteform .term_quality div {
    display: inline-block;
}

.content .siteform .term_quality div label {
    width: auto;
}

.content .siteform .term_quality div input {
    width: 40px;
    margin-left: 30px;
}

.content .siteform .term_quality div span {
    margin-left: 10px;
    font-family: 'CirceBold';
}

.content .siteform .effect_economic {
    width: 100%;
}

.content .siteform .effect_economic div {
    display: inline-block;
    height: 60px;
    padding: 0 30px 0 0;
    margin-bottom: 15px;
}

.content .siteform .effect_economic div.last {
    padding: 0;
}

.content .siteform .effect_economic div label {
    line-height: 18px;
    font-size: 14px;
    display: block;
    float: left;
    height: auto;
    width: 190px;
}

.content .siteform .effect_economic div input {
    width: 25px;
    margin-left: 15px;
    display: block;
    float: left;
    padding: 0 10px;
}

.content .siteform .effect_economic div span {
    margin-left: 10px;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    font-family: 'CirceBold';
}

.content .siteform .product_embedded_box {
    
}

.content .siteform .product_embedded_box .product_embedded{
    margin-bottom: 30px;
    /*aledem*/
    min-height: 150px;
    /*aledem*/
}

.content .siteform .product_embedded_box .product_embedded label{
    display: block;
    width: auto;
}

.content .siteform .product_embedded_box .product_embedded input {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.content .siteform .product_embedded_box .product_embedded .product {
    width: 430px;
}

.content .siteform .product_embedded_box .product_embedded .product_subsystem_box {
    width: 430px;
    margin-left: 470px;
}


.content .siteform .product_embedded_box .col_time_people {
    margin-top: 30px;
}

.content .siteform .product_embedded_box .col_time_people label {
    width: auto;
    margin-right: 30px;
}

.content .siteform .product_embedded_box .col_time_people input {
    width: 150px;
}

.add_product_embedded{
    text-align: center;
    margin-top: 20px;
    border-top: 1px dashed #cecece;
    padding-top: 10px;
}

.add_product_subsystem a, .add_product_embedded a {
    font-family: 'CirceBold';
    border-bottom: 1px dashed #2c719d;
    color: #2c719d;
}

.add_product_subsystem a:hover, .add_product_embedded a:hover {
    color: #104d73;
} 

.content .siteform .term_quality_ball label{
    width: 800px;
    display: block;
    height: auto;
    line-height: 20px;
}

.content .siteform .term_quality_ball input{
    width: 30px;
    float: right;
    display: block;
}

.content .siteform .term_quality_ball div {
    margin-bottom: 30px;
}

.info_prof .name_project {
    color: #1681A8;
}

.content .siteform .logo_company.file_resolution {
    margin-top: 30px;
}

.content .siteform .logo_company.file_resolution .box_logo_company {
    width: 420px;
    margin-left: 485px;
    height: auto;
}

.content .siteform .logo_company.file_resolution label{
    width: 465px;
    line-height: 44px;
    height: 44px;
    margin-top: 0;
}

.content .siteform .logo_company.file_resolution .box_logo_company .desck {
    padding: 0 0 0 35px;
}
/* End */


/* Start:/css/jquery-ui.min.css?147201467629273*/
/*! jQuery UI - v1.11.4 - 2016-05-06
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/css/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/css/images/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("/css/images/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/css/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("/css/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/css/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/css/images/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/* End */


/* Start:/css/jquery.mCustomScrollbar.css?157588068854403*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper{
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/

/* default theme ("light") */

.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.85);
    filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.9);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    background-image: url(/css/mCSB_buttons.png); /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp{
    background-position: 0 0;
    /*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown{
    background-position: 0 -20px;
    /*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonLeft{
    background-position: 0 -40px;
    /*
    sprites locations
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */
}

.mCSB_scrollTools .mCSB_buttonRight{
    background-position: 0 -56px;
    /*
    sprites locations
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */



/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }


/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }

/* ---------------------------------------- */



/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }

/* ---------------------------------------- */



/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 2px;
    margin: 7px auto;
}


/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */



/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    width: 16px; /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 16px; /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 4px; /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }


/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }


/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }


/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }

/* ---------------------------------------- */



/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}


/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools{
    opacity: 1;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 8px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools{
    opacity: 1;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: #000; background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }


/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: #fff; background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    bottom: 0;
    margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.2);
    filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.5);
    filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}


/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.2);
    filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.5);
    filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */



/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
    width: 6px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 12px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }


/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255,255,255,0.2);
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }


/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

/* ---------------------------------------- */
/* End */


/* Start:/css/lightbox.css?16019308843580*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/css/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/css/../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/css/../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/css/../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/css/mary-style.css?16185870416115*/
/* Автор: Юрий Марченко */
.events_organizers img {
    display: inline-block;
    margin: 0 30px 30px 0;
}

.events_organizers a {
    text-decoration: none;
}

/* Информационный уголок https://atuin.ru/blog/ugolki-i-ramki-na-css/ */
.corner-box-5 {
    display: inline-block;
    margin: 10px;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.corner-icon-cont-5 {
    color: #fff;
}
.corner-icon-cont-5:before {
    content: '';
    height: 50px;
    width: 50px;
    transition: 0.5s ease;
    border-radius: 0 0% 100% 0;
    background: #fd0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.corner-icon-cont-5:hover {
    width: 100%;
    height: 100%;
}
.corner-icon-cont-5:hover:before {
    border-radius: 0;
    width: 150%;
    height: 150%;
    transition: 0.5s ease;
}
.corner-icon-cont-5:hover .corner-icon-5 {
    top: -50%;
    left: -50%;
    transition: 0.5s ease;
}
.corner-icon-cont-5:hover .corner-textbox-5-2 {
    transition: 0.5s ease;
    top: 50%;
    left: 0;
    z-index: 4;
    font-size: 2em;
}
.corner-icon-5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 0.8s ease;
    padding: 10px 16px;
    font-weight: bold;
    font-size: 24px;
    font-family: serif;
}
.corner-textbox-5-2 {
    position: absolute;
    top: -200%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 100%;
    color: #fff;
    left: -200%;
    padding: 30px;
}
.corner-textbox-5 {
    text-align: center;
}

/* Дополнительный уровень нумерации списков */
ol.list {
    list-style: none;
    counter-reset: li;
}
ol.list li:before {
    counter-increment: li;
    content: counters(li,".") ". ";
}

/* Картинки по 5 в строке */
.eol-partners-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.eol-partners-row a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.eol-partners-row a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 20%;
}

/* Делаем адаптивными фреймы (для YouTube) */
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/* Выделяем текст */
.highlighted-text {
	padding: 20px;
	font-size: 1.2em;
	background: #eee;
	border-radius: 5px 0 0 5px;
}
.red-left-border {border-left: 5px solid #d82027;}
.yellow-left-border {border-left: 5px solid #ffbf00;}

/* Анимированная рамка для текста */
.corner-box {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 2px solid #337AB7;
    transition: all .3s ease;
    margin: 10px;
}
.corner-box:before, 
.corner-box:after {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    background: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
}
.corner-box:before {
    width: calc(100% + 4px);
    height: 80%;
    transition: height 0.6s;
}
.corner-box:after {
    height: calc(100% + 4px);
    width: 90%;
    transition: width 0.6s;
}
.corner-box:hover:before, 
.corner-box:focus:before {
    height: 50%;
}
.corner-box:hover:after, 
.corner-box:focus:after {
    width: 75%;
}
.corner-textbox {
    padding: 30px;
    z-index: 2;
    position: relative;
    text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

/* Эпиграф */
.epigraph {
	width: 400px;
	float: right;
	background: #ebe0d8;
	padding: 20px;
	font-style: italic;
	border-radius: 10px;
}

/* Копия стилей блока экономической эффективности. Оригинальные стили подразумевают вложенность классов в классы блоков кейса */
.econ-wrap {
    background: #f6f6f6;
    border-radius: 9px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px 22px 5px 22px;
    display: table;
    width: 100%;
    max-width: 870px;
}
.econ-wrap .wrap-item {
    display: table-cell;
    text-align: center;
    padding: 0 5px;
}
.econ-wrap .wrap-item p {
    margin-bottom: 30px;
    min-height: 69px;
}
.item {
    border-bottom: none !important;
    padding: 0;
    margin-bottom: 0;
}

/* Слайдер типа карусели. Был сделан для вывода партнёров на /user/cert/pm-edu/ */
.partSlider {
  position: relative;
  width: 900px;
  margin: 10px auto;
}

.partSlider input[name="switch"] {
  display: none;
}

.switch {
  position: absolute;
  left: 0;
  bottom: -40px;
  text-align: center;
  width: 100%;
}

.switch label {
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin: 0 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .8);
  border-radius: 50%;
  border: 2px solid #2f363c;
  background-color: #738290;
}

#btn1:checked~.switch label[for="btn1"] {
  background-color: #d82027;
}

#btn2:checked~.switch label[for="btn2"] {
  background-color: #d82027;
}

#btn3:checked~.switch label[for="btn3"] {
  background-color: #d82027;
}

.slider-inner {
  overflow: hidden;
}

.slides {
  width: 300%;
  transition: all 0.5s;
}

.slides img {
  width: 300px;
  height: 100px;
  float: left;
}

#btn1:checked~slider-inner slides {
  transform: translate(0);
}

#btn2:checked~.slider-inner .slides {
  transform: translate(-680px);
}

#btn3:checked~.slider-inner .slides {
  transform: translate(-1360px);
}
/* End */


/* Start:/css/rrs_v3_outer.css?16589041044671*/
.client img {
    max-height: 62px;
    max-width: 90px;
}
.work_places_item_function .rrs-region {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 5px;
}
.content .statistics .events_box .item_news .name {
    white-space: normal;
}
.work_places_item_function.rrs-partners a {
    display: inline;
}
/*.elm_places_item .percent {
    position: relative;
}
.circle .percent div {
    background: #ffffff;
    border-radius: 50%;
    color: #3d3d3d;
    font-family: "CirceRegular";
    font-size: 16px;
    height: 26px;
    left: 35px;
    line-height: 26px;
    position: absolute;
    top: -5px;
    width: 26px;
}*/
.next_arrow {
    margin: 0 4px;
}
.select_date .next_arrow
{
    margin:0 !important;
}

.select_date input {
    width: 90px;
}
.data-picker {
    /*left: 76px;*/
}
.button_comment_case {
    display: block;
}
.content .statistics .button_comment_case.rrs-logout-btn {
    background: #d82027;
    padding: 26px 0;
    height: auto;
    text-align: center;
    width: 100%;
}
.parth_media_screen .button_comment_case.rrs-logout-btn {
    background: #d82027 none repeat scroll 0 0;
    height: auto;
    padding: 26px 0;
    text-align: center;
    width: 280px;
}
.content .statistics .button_comment_case.rrs-logout-btn:hover {
    background: #b31f25;
}
/*.parth_media_screen .button_comment_case.rrs-logout-btn:hover {*/

.parth_media_screen .button_comment_case.rrs-logout-btn:hover {
    background: #b31f25;
}
.parth_media_screen .button_comment_case:hover {
    color: #fff;
}

.authorization_open_case .auth.rrs-personal-link {
    height: 25px;
    width: 25px;
    background: url(/css/../images/user_photo_sprite.png) no-repeat 0 0;
    text-align: center;
}
.authorization_open_case .auth.rrs-personal-link:hover {
    background: url(/css/../images/user_photo_sprite.png) no-repeat -25px 0;
}

.rrs-none {
    display: none;
}
.serieName {
    margin-right: 4px;
    width: 150px;
}
.recall_wrapper .img_radius img {
    border-radius: 100%;
}
ul {
    color: #000;
}
.modal_windows input[type="text"] {
    box-sizing: border-box;
    width: 100%;
}
.modal_windows label.label_full {
    text-align: left;
}
.modal_windows .footnote {
    text-align: left;
}
.modal_windows .button_style {
    border: none;
}
.rrs-consult-form .name_holding {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 10px 0 0 0;
}
.content .siteform .rrs-consult-form textarea {
    margin: 0;
    width: 100%;
}
.content .siteform .rrs-consult-form .submit_form {
    height: auto;
    margin: 0 auto;
    width: 150px;
}
.rrs-consult-form .name_holding.no_display {
    height: 0;
    margin: 0;
    border: none;
}
.content .siteform .rrs-consult-form .name_holding.no_display {
    height: 0;
    margin: 0;
    border: none;
}
.content .statistics .modal_windows .desck {
    margin-bottom: 20px;
}
.rrs-non-consult {
    color: #1866a8;
    font-family: "CirceBold";
    font-size: 16px !important;
}
.title_inner_solution {
    background: none;
}
.rrs-consult-form .jq-selectbox__select {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    box-shadow: none;
    color: #000;
    font-family: "CirceBold";
    font-size: 16px;
    padding: 0 18px 0 4px;
    text-shadow: none;
    height: 34px;
    line-height: 32px;
    border-radius: 0;
    margin-bottom: 0;
}
.rrs-consult-form .jq-selectbox__select .jq-selectbox__trigger {
    width: 18px;
    border: none;
}
.rrs-consult-form .jq-selectbox__select .jq-selectbox__trigger-arrow {
    right: 4px;
}
.rrs-consult-form .jq-selectbox.focused {
    border: 1px solid #f3f3f3;
    border-radius: 0;
}
.rrs-consult-form .jq-selectbox__dropdown {
    max-width: 100%;
}
.rrs-consult-form div.jqselect {
    margin-bottom: 0;
}
.rrs-personal-nolink {
    font-family: "CirceRegular";
    color: #8c96a0;
    font-size: 15px;
}
.desc_for_img strong {
    color: #000;
}
span.desc_for_img {
    display: block;
}
.quote_without_img-title,
.quote_without_img-author,
.quote_without_img {
    display: block;
}
.rrs-wrapper {
    margin-top: 30px;
}
.rrs-scheme-desc p {
    font-family: "CirceRegular";
    margin: 0 0 16px;
    text-align: justify;
}
.rrs-scheme-desc ul {
    font-family: "CirceRegular";
    list-style: disc;
}
.rrs-scheme-desc ul li {

}
@media all and (max-width: 1210px) {
    .statistics_right_min.statistics.right.none {
        display: block;
    }
}
/*.solutions_pop_content ul li {
    color: #2c719d;
}*/
.no {
    display: none;
}
.title_desc_case {
    margin-bottom: 30px;
}

/* End */


/* Start:/css/style-cases.css?17374697356433*/
.content .siteform.nonfunctional_case {
    padding-top: 10px;
}

.nonfunctional_case h1{
    float:left;
}

.cases-tabs{
    display: flex;
    width: 100%;
    padding-top: 20px;
}

.cases-tabs a{
    font-size:20px;
    font-family: 'CirceBold';
    color:#b1b2b2;
    height:46px;
    line-height:46px;
    text-align:center;
    background-color:#f5f5f5;
    flex-grow: 1;
}

.cases-tabs a:first-child{
    box-shadow: inset -7px 0px 4px -4px rgba(0,0,0,0.1);
}

.cases-tabs a:last-child{
    box-shadow: inset 7px 0px 4px -4px rgba(0,0,0,0.1);
}

.cases-tabs a.active{
    padding-left:30px;
    position:relative;
    font-size:24px;
    color:#2d769c;
    background-color:#ffffff;
    box-sizing:border-box;
    box-shadow:none;
}

.cases-tabs a.active:before{
    content:'';
    display:block;
    background:url('/css/images/active_tab.png') no-repeat;
    width:96px;
    height:65px;
    position:absolute;
    left:0;
    bottom:-1px;
}

.nonfunctional_case_detail_side .work_places_item-icon.icon-products{
    width:22px;
    left: 0;
    top: 0;
    background-image:url('/css/images/icon-products.png');
}

.nonfunctional_case_detail_side .work_places_item-icon.icon-platform{
    width:59px;
    left: 0;
    top: 0;
    background-image:url('/css/images/unfdlakogo.png');
}

.nonfunctional_case_detail_side .work_places_item-icon.icon-expert{
    width:24px;
    height:25px;
    left: 2px;
    top: -1px;
    background-image:url('/css/images/icon-expert.png');
}

.nonfunctional_case_detail_side .work_places .icon-location {
    left: -1px;
}

.search_form_case_products{
    width:220px;
}

.wrapper .search_form_case_products .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url('/css/images/icon-products.png');
    background-repeat: no-repeat;
}

.content .wrapper_banner .banner_title span{
    position:relative;
    display:block;
}

.nonfunc_case_logo{
    width:54px;
    position:absolute;
    left:5px;
    top:5px;
    z-index:0;
}

.detail_nonfunc_case_logo{
    width: 170px;
    position: absolute;
    bottom: -65px;
    z-index: 0;
    right: -185px;
    color: #fbde08;
    font-size: 12px;
    font-family: 'Circe';
    font-weight: bold;
    text-transform: uppercase;
}

.wrapper_navigation_nonfunc .navigate_item {
    width: auto;
}

.top_serach_form_nonfunc_cases{
    display:flex;
}

.top_serach_form_nonfunc_cases .styler{
    flex-grow:1;
}

.top_serach_form_nonfunc_cases button{
    flex-shrink:0;
}

.open_nonfunc_case .desc thead th{
    padding: 5px;
}

.open_nonfunc_case .desc tbody td {
    padding: 10px 5px;
}

.open_nonfunc_case .desc tbody tr:hover{
    background-color:transparent;
}

.open_case .item table{
    max-width: none;
    border-collapse: separate;
    border-spacing: 0;
}

.scrolling_table{
    margin-bottom: 16px;
}

.scrolling_table:last-child{
    margin-bottom: 0;
}

@media (max-width: 1360px) {
    .top_serach_form_nonfunc_cases .styler{
        margin-bottom: 0;
    }
}

@media (max-width: 1350px) {
    .cases-tabs {
        float: none;
        width: 100%;
        padding-top: 30px;
    }

    .nonfunc_case_logo{
        left:120px;
    }

    .nonfunctional_case a.elm_client {
        padding-left:0;
        padding-right:0;
        width:100px;
    }

    .nonfunctional_case .absolut_work_elm .svg {
        left:26px;
    }
}

@media (max-width: 1210px) {
    div.title_desc_case {
        margin-bottom: 0;
    }
}

@media all and (max-width: 1100px) {
    .cases-tabs a{
        font-size:16px;
    }

    .cases-tabs a.active{
        font-size:18px;
    }
}

@media all and (max-width: 1050px) {
    .cases-tabs a{
        font-size:16px;
    }

    .cases-tabs a.active{
        font-size:18px;
    }
}
.color-blue-cell {
    background-color: #cee3f6;
    text-align: center;
}
.color-red-cell {
    background-color: #ed1c24;
    text-align: center;
}
.color-grey-cell {
    background-color: #eee;
    text-align: center;
}
.color-green-cell {
    background-color: #ccffcc;
    text-align: center;
}
.color-yellow-cell {
    background-color: #ffcf00;
    text-align: center;
}

.case-for-industry h2{
    margin-bottom: 30px;
    font-size: 48px;
    margin-left: 8%;
}

.case-for-industry h2 a{
    color: #000;
}

.case-for-industry-row{
    padding-left: 8%;
}

a.case-for-industry-item{
    margin-right:90px;
    margin-bottom:45px;
    display:inline-block;
    vertical-align:top;
    width:210px;
    text-align:center;
    text-transform:uppercase;
    font-size:19px;
    color:#000000;
    font-family:"CirceBold";
}

a.case-for-industry-item:last-child{
    margin-right:0;
}

a.case-for-industry-item:hover{
    color:#000000;
    font-family:'CirceExtraBold';
}

.case-for-industry-img{
    position:relative;
    height:208px;
}

.case-for-industry-img:before{
    content:'';
    display:block;
    width:226px;
    height:208px;
    background:url('/css/images/gray_circles.png') no-repeat;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    -moz-transition:opacity 0.3s;
    -o-transition:opacity 0.3s;
    -ms-transition:opacity 0.3s;
}

.case-for-industry-img:after{
    content:'';
    display:block;
    width:257px;
    height:208px;
    background:url('/css/images/yellow_circles.png') no-repeat;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
}

a.case-for-industry-item:hover .case-for-industry-img:after{
    opacity:1;
    visibility:visible;
}

.case-for-industry-img img{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}

.case-for-industry-title{
    margin-top:25px;
    line-height:1;
}

.function-task {
    margin-left: 20px;
}
.mini-case-popup-content {
    max-width: 600px;
    overflow: hidden;
}
/* End */


/* Start:/js/swiper/swiper.min.css?166997897317230*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* End */


/* Start:/js/tooltipster/tooltipster.css?14727295249186*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border: 1px solid #e1e1e1;
	background: #ffffff;
	color: #000;
	font-family: 'CirceRegular';
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: 'CirceRegular';
	font-size: 12px;
	line-height: 16px;
	padding: 15px 20px;
	letter-spacing: 0;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
	-webkit-box-shadow: 4px 2px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 4px 2px 10px 0 rgba(0,0,0,0.2);
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
	display: none;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* End */


/* Start:/js/formstyler/jquery.formstyler.css?167335199512723*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	/*font: 14px/32px Arial, sans-serif;*/
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	/*font: 14px/32px Arial, sans-serif;*/
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	/*font: 14px Arial, sans-serif;*/
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	/*font: 14px/32px Arial, sans-serif;*/
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
/*	color: #888;*/
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	/*font: 14px/18px Arial, sans-serif;*/
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	max-height: 374px;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	/*font: 14px/18px Arial, sans-serif;*/
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	/*font: 14px Arial, sans-serif;*/
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	/*font: 14px Arial, sans-serif;*/
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/v3-main-menu-public/style.css?14727295249170*/
.bx_horizontal_menu_advaced .animate{}

.bx_horizontal_menu_advaced{position:relative}
.bx_horizontal_menu_advaced>ul{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}
.bx_horizontal_menu_advaced.small>ul{height:40px}
/* 1st level */
/*.bx_hma_one_lvl*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl{
	display:block;
	float:left;
	padding:0;
	height:58px;

	background:#ecf5fa;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjVmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmRkZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf5fa), color-stop(100%,#bfddec));
	background:-webkit-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
	background:   -moz-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
	background:    -ms-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
	background:     -o-linear-gradient(top,#ecf5fa 0%,#bfddec 100%);
	background:        linear-gradient(to bottom, #ecf5fa 0%,#bfddec 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5fa', endColorstr='#bfddec',GradientType=0 );
}
/*bx_hma_one_lvl.dropdown:hover*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover{
	height:58px;
	background:#dbeaf4;
	/*box-shadow:inset 0 1px 0 0 #ecf3f8;*/
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbeaf4), color-stop(100%,#b3d4e7));
	background:-webkit-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:   -moz-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:    -ms-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:     -o-linear-gradient(top,#dbeaf4 0%,#b3d4e7 100%);
	background:        linear-gradient(to bottom, #dbeaf4 0%,#b3d4e7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeaf4', endColorstr='#b3d4e7',GradientType=0 );
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl:hover,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl{height: 40px;}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown.hover{border-radius:0;/*box-shadow:none*/}

/*.bx_horizontal_menu_advaced.small .bx_hma_one_lvl,*/
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	height:40px;
	font-weight:normal;
	font-size:11px;
	line-height:40px;
}
/* .bx_hma_one_lvl>a*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:19px 2px;
	height:58px;
	color:#27779b;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(255,255,255,.8);
}

.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown.hover>a{
	z-index:140;
	height:59px;
	background:#fff;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown.hover>a{z-index:140;height:40px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a:active,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.current a{}
/* // 1st level */

/* The Container */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:56px;
	z-index:1001;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:3px;
	max-width:100%;
	box-shadow:0 4px 5px 0 rgba(1,1,1,.16);
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container{top:38px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx-ie8 .bx_horizontal_menu_advaced 		.bx_hma_one_lvl:hover 	.bx_children_container{display:block !important} /*IE8*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
	border-left:1px solid #f2f2f2;
	background:#fff;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container 	  .bx_children_block:first-child{border-left:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container    .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow: inset 0 122px 57px -59px #fff,
	inset 5px 0    7px  -5px rgba(0,0,0,.12);
}
/*// Container */

/* 2nd level*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{display:block;background:#fff}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent>a{display:block;padding:5px 10px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent a{line-height:15px}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent>a:hover{color: #366181}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li a{font-size:11px;line-height:normal}
/* // 2nd level*/

/* 3rd level */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a{
	display:block;
	padding:5px 10px
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li ul li a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
/* // 3rd level */

/* Panel */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel strong{
	display:block;
	color:#000;
	text-align:left !important;
	margin-top:10px;
	margin-bottom:10px;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	display:block;
	color:#000;
	text-align:left !important;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	padding-bottom: 10px;
	overflow: hidden;
	line-height:18px !important;
}
/* // The Panel*/
@media (min-width:980px) {.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{min-width:200px}}
@media (max-width:569px) {.header_inner_bottom_line{overflow:hidden;height:auto}}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/footer_links/style.css?1492055182150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /css/style_outer.css?1778247776162519 */
/* /css/media.css?165890410421026 */
/* /css/input-cases.css?156213958710247 */
/* /css/customer-cases-input.css?14720146763230 */
/* /css/jquery-ui.min.css?147201467629273 */
/* /css/jquery.mCustomScrollbar.css?157588068854403 */
/* /css/lightbox.css?16019308843580 */
/* /css/mary-style.css?16185870416115 */
/* /css/rrs_v3_outer.css?16589041044671 */
/* /css/style-cases.css?17374697356433 */
/* /js/swiper/swiper.min.css?166997897317230 */
/* /js/tooltipster/tooltipster.css?14727295249186 */
/* /js/formstyler/jquery.formstyler.css?167335199512723 */
/* /local/templates/.default/components/bitrix/menu/v3-main-menu-public/style.css?14727295249170 */
/* /local/templates/.default/components/bitrix/news.list/footer_links/style.css?1492055182150 */
