* {
    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('../font/Circe/circe-regular/Circe-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Circe/circe-regular/Circe-Regular.otf') format('opentype'), url('../font/Circe/circe-regular/Circe-Regular.woff') format('woff'), url('../font/Circe/circe-regular/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'CirceExtraBold';
    src: url('../font/Circe/circe-extrabold/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../font/Circe/circe-extrabold/Circe-ExtraBold.otf') format('opentype'), url('../font/Circe/circe-extrabold/Circe-ExtraBold.woff') format('woff'), url('../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('../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('../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('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('../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('../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('../images/logo_developer.png') no-repeat;
    display: block;
    width: 101px;
    background-position: 0px center;
}

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

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

.footer .copyright_developer .design a:hover {
    background: url('../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('../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('../images/solution_close_2.png') no-repeat center;
    cursor: pointer;
}

.modal_windows .close_window:hover {
    background: url('../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(../images/search.png) no-repeat center center;
    width: 22px;
    height: 23px;
    margin-right: 40px;
}

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

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

.authorization_open_case .auth:hover {
    background: url(../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(../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(../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(../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(../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(../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;
}

.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(../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(../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(../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(../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(../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(../images/data_picker.png) no-repeat 0 0;
}

.pickers:hover .data-picker {
    background: url(../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(../images/slider_arrows.png) 0 0 no-repeat;
}

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

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

.arrow-right a:hover {
    background: url(../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('../images/pagination_slider.png') -16px 0 no-repeat;
}

.pagination_slider .bx-pager-item a {
    display: block;
    background: url('../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('../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(../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('../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('../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(../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(../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(../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(../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(../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(../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('../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(../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(../images/cases_slider.png) 0 -45px no-repeat;
}

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

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

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

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

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

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

.wrapper_slider_cases .arrow-right:hover {
    background: url(../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('../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('../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(../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(../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('../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('../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('../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('../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('../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('./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('../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('../images/solution_close_2.png') no-repeat center;
    cursor: pointer;
}

.solutions_pop_close_black:hover {
    background: url('../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(../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(../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(../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(../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(../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('../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("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('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('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("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("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('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('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('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;
}