

/* Start:/css/main_v3.css?176580242130836*/

/* Start:/css/main_v3.css?149206268627846*/
.wrapper-info-block {
    box-sizing: border-box;
    padding: 0 74px;
}

.solution_box {
    width: 100%;
}

.solution_box h2 {
    font-size: 48px;
    margin-bottom: 40px;
    margin-left: 6%;
}

.solution_box h2 a {
    color: #000;
}

.cases_box {

}

.solution_box .solutions {
    margin: 0;
    padding: 0;
    width: 100%;
}

.solution_box .solutions .element {
}

.solutions .element .icon {
}

.solutions .element:hover .icon {
    top: 5px;
}

.solutions .element .name {
}

.solution_box .bx-wrapper {
    margin: 0 auto;
}

.solution_box .bx-viewport {

}

.solution_box .bx-pager {
    bottom: -30px;
}

.slider_style {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.slider_style .bx-controls-direction a {
    position: absolute;
    top: 50%;
    height: 49px;
    width: 22px;
    margin-top: -22px;
    display: block;
    text-indent: -9999px;
    background: url(/css/../images/slider_control_content.png) 0 0 no-repeat;
}

.slider_style .bx-controls-direction a.bx-prev a.flex-prev{
    left: 9px;
    background-position: 0 -45px;
}

.slider_style .bx-controls-direction a.bx-next a.flex-next{
    right: 9px;
    background-position: -22px -45px;
}

.slider_style .bx-controls-direction a.bx-prev:hover {
    background-position: 0 3px;
}

.slider_style .bx-controls-direction a.bx-next:hover {
    background-position: -22px 3px;
}

.slider_style .bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.slider_style .bx-pager .bx-pager-item a.bx-pager-link {
    display: block;
    height: 14px;
    width: 14px;
    text-indent: -9999px;
    background: url(/css/../images/page_control_content.png) 0 0 no-repeat;
    background-position: -14px 0;
    margin-right: 15px;
}

.slider_style .bx-pager .bx-pager-item a.bx-pager-link:hover {
    background-position: 0 0;
}

.slider_style .bx-pager .bx-pager-item a.bx-pager-link.active {
    background-position: 0 0;
}

.slider_style .bx-pager .bx-pager-item {
    display: inline-block;
}

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

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

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

.slider-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;
}

.slider-solutions .element .icon {
    overflow: hidden;
    height: 191px;
    width: 191px;
    background-color: #fbde08;
    -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: -95px;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

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

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

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

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

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

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

.slider-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;
}

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

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

.slider-solutions .element:hover .modis {
    opacity: 1;
}

/*.slider-solutions .element:hover .icon {*/
    /*z-index: 30;*/
    /*top: 0;*/
    /*opacity: 1;*/
    /*border-radius: 50%;*/
    /*background: #ffcf03;*/
    /*box-shadow: none;*/
    /*padding: 0;*/
/*}*/

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

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

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

.slider-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: 191px;
}

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

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

.slider-solutions .element .modis {
    position: absolute;
    color: #fff;
    background: #000;
    height: 33px;
    line-height: 35px;
    width: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    top: 8px;
    right: 67px;
    z-index: 35;
    font-size: 20px;
}

.-border {
    margin: 0 auto;
    display: block;
    padding: 0 67px;
}

.-border hr {
    height: 1px;
    border: none;
    background: #ebebeb;
    margin: 30px 0 25px 0;
}

.wrap-slider-case {
    position: relative;
    padding: 0 40px;
}

.cases_box.slider_style {
    padding: 0;
}

.cases_box h2 {
    margin-bottom: 30px;
    font-size: 48px;
    margin-left: 8%;
}

.cases_box h2 a {
    color: #000;
}

.cases_box .bx-wrapper {
    margin: 0 auto;
    margin-bottom: 60px;
}

.cases_box .cases-item {
    width: 554px;
    height: 259px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 9px;
    overflow: hidden;
}

.cases_box .cases-item a {
    display: table;
    overflow: hidden;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    padding: 0px 14px;
    letter-spacing: 0;
    text-align: center;
    transition: color 0.5s ease;
    margin-top: 75px;
}

.cases_box .cases-item a span {
    position: relative;
    z-index: 1;
    display: table-cell;
}

.cases-item a:hover {
    color: #000;
    font-family: 'CirceBold';
    z-index: 1;
}

.cases-item .oval_scale {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: inline-block;
    background: rgba(255, 207, 5, 1);
    border-radius: 9px;
    -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;
}

.cases-item:hover .oval_scale {
    transition: border-radius 400ms ease, margin-top 350ms ease, margin-left 250ms ease, height 350ms ease, width 250ms ease;
    height: 260px;
    width: 555px;
    margin-left: -277px;
    margin-top: -130px;
    border-radius: 9px;
}

.cases_box .bx-pager {
    bottom: 10px;
    display: none;
}

.partners-block {
    width: 100%;
    height: 445px;
    /*background: url(/css/../images/partners_back.webp) no-repeat 0 0;*/
    background-size: cover;
    color: #fff;
    margin-bottom: 50px;
}

.partners-block .partners-text {
    padding: 50px 0 0 110px;
    width: 615px;
}

.partners-block .partners-text h2 {
    font-size: 48px;
    margin-bottom: 25px;
}

.partners-block .partners-text h2 a {
    color: #fff;
}

.partners-block .partners-text h2 a:hover {
    text-decoration: underline;
}

.partners-block .partners-text p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 85px;
    line-height: 26px;
}

.span_right_arrow {
    width: 14px;
    height: 31px;
    display: inline-block;
    margin-right: 10px;
    background: url(/css/../images/right_arrow.png) no-repeat 0 0;
    vertical-align: middle;
    background-size: cover;
}

.partners-block .partners-text .button_parthers {
    width: 322px;
    height: 80px;
    background: #ffcf00;
    border-radius: 9px;
    -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;
    text-transform: uppercase;
}

.partners-block .partners-text .button_parthers a {
    color: #000000;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding-top: 24px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.partners-block .partners-text .button_parthers span.span_arrow_partners {
    width: 14px;
    height: 31px;
    display: inline-block;
    background: url(/css/../images/right_arrow.png) no-repeat 0 0;
    background-size: cover;
}

.partners-block .partners-text .button_parthers span.text {
    text-align: left;
    padding-left: 15px;
    display: inline-block;
}
/*/////////////////////*/
.main-left-block {
    margin-top: 10px;
    width: 590px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 45px;
}

.main-left-block .service-support-block {
    max-height: 301px;
    background: url(/css/../images/service_support_technology_back.jpg) no-repeat 0 0;
    background-size: cover;
    margin-bottom: 40px;
    border-radius: 9px;
    position: relative;
    padding: 2px 10px 20px 40px;
}

.main-left-block .service-support-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 140px;
    height: 149px;
    background: url(/css/../images/24_7_ico.png) no-repeat 0 0;
    top: 17px;
    right: 20px;
}

.main-left-block .service-support-block .text-block,
.main-left-block .technologies-block .text-block {
    font-size: 16px;
    color: #000;
}

.main-left-block .service-support-block .text-block .title,
.main-left-block .technologies-block .text-block .title {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'CirceBold';
}

.main-left-block .service-support-block .text-block .title a,
.main-left-block .technologies-block .text-block .title a{
    color: #000;
}

.main-left-block .service-support-block .text-block .title a:hover,
.main-left-block .technologies-block .text-block .title a:hover {
    color: #0e4675;
}

.main-left-block .service-support-block ul,
.main-left-block .technologies-block .text-block ul{
    padding: 0 20px;
    margin-bottom: 20px;
}

.main-left-block .service-support-block ul li,
.main-left-block .technologies-block .text-block ul li{
    margin-bottom: 6px;
}
.more-link {
    text-align: right;
    padding-right: 30px;
}

.main-left-block .service-support-block p.link-service,
.main-left-block .technologies-block p.link-service {
    font-size: 16px;
    text-transform: uppercase;
}

.main-left-block .service-support-block p a,
.main-left-block .technologies-block p a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.main-left-block .service-support-block p span,
.main-left-block .technologies-block p span {
    width: 12px;
    height: 26px;
    vertical-align: top;
}

.main-left-block .service-support-block .text-block li:before,
.main-left-block .technologies-block .text-block li:before {
    background: #ec1e26;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -20px;
}

.main-left-block .service-support-block .text-block li,
.main-left-block .technologies-block .text-block li {
    list-style: none;
    position: relative;
}

.main-left-block .service-support-block .text-block li span,
.main-left-block .technologies-block .text-block li span {
    color: #000;
}



.main-left-block .technologies-block {
    max-height: 301px;
    background: url(/css/../images/service_support_technology_back.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 9px;
    position: relative;
    padding: 2px 10px 20px 40px;
}

.main-left-block .technologies-block:before {
    content: "";
    position: absolute;
    display: block;
    width: 171px;
    height: 144px;
    background: url(/css/../images/elipse_inner_ico.png);
    top: 17px;
    right: 20px;
}

.main-left-block .technologies-block .text-block .title {
    margin-bottom: 25px;
}

/*.main-left-block .technologies-block .text-block {*/
    /*padding: 30px 0 0 40px;*/
/*}*/

.main-right-block {
    width: 590px;
    float: right;
}

.main-right-block .news-block {
    margin-right: 298px;
    display: block;
}

.main-right-block .news-block h2 {
    margin-bottom: 8px;
    font-size: 30px;
}
.main-right-block .news-block h2 a,
.main-right-block .events-block h2 a {
    color: #000;
}
.main-right-block .news-block h2 a:hover ,
.main-right-block .events-block h2 a:hover {
    color: #0e4675;
}
.main-right-block .news-block .text-block {
    margin-bottom: 30px;
}

.main-right-block .news-block .text-block .date {
    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 10px 0;
    text-decoration: none;
}

.main-right-block .news-block .text-block .date i {
    display: block;
    position: absolute;
    top: 0;
    right: -26px;
    border: 16px solid transparent;
    border-left: 10px solid #ffcf00;
}

.main-right-block .news-block .text-block .title {
    color: #2167a5;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'CirceBold';
    padding: 0 0 0 8px;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    line-height: 22px;
}

.main-right-block .news-block .text-block .news-text {
    color: #8c96a0;
    font-size: 14px;
    padding: 0 0 0 8px;
    line-height: 22px;
    margin-top: 0;
}

.main-right-block .events-block {
    display: block;
}

.main-right-block .events-block h2 {
    margin-bottom: 8px;
    font-size: 30px;
}

.main-right-block .events-block .events-block-slider {
    position: relative;
    width: 220px;
    background: #fbde08;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: center;
    padding: 0 25px 0 25px;
    /*height: 300px;*/
    overflow: hidden;
    padding-bottom: 15px;
}
.main-right-block .events-block .calendar {
    width: 270px;
}
.main-right-block .events-block .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 {
    font-size: 75px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.main-right-block .events-block .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 {
    text-transform: uppercase;
}

.main-right-block .events-block .events-block-slider .text,
.main-right-block .events-block .events-block-slider .title {
    font-family: 'CirceBold';
    font-size: 14px;
    text-align: left;
    margin: 0;
}

.main-right-block .events-block .events-block-slider .bx-wrapper {
    margin: 0 auto;
}

.main-right-block .events-block .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 {
    position: absolute;
    top: 53px;
    font-size: 0;
    width: 40px;
    height: 20px;
    background: url(/css/../images/events_slider_controls.png) no-repeat 0 0;
    opacity: 0.5;
}

.main-right-block .events-block .events-block-slider .bx-controls-direction .bx-prev {
    background-position: 20px 0;
    left: 0;
}

.main-right-block .events-block .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 {
    opacity: 1;
}

.main-right-block .events-block .calendar .date-picker-calendar,
.main-right-block .events-block .legend-block {
    margin-bottom: 10px;
}

.main-right-block .events-block .legend-block {
    margin-bottom: 0;
    padding-left: 30px;
    width: 100%;
}
.main-right-block .events-block .legend-block div:last-child {
    margin-right: 0;
}
.main-right-block .events-block .calendar .ui-widget-content {
    border: none;
    font-size: 12px;
    overflow: hidden;
}

.main-right-block .events-block .calendar .ui-datepicker-title {
    font-size: 24px;
    font-family: 'CirceBold';
    margin: 0;
}

.main-right-block .events-block .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 {
    text-align: center !important;
    padding: 4px 2px;
}

.main-right-block .events-block .calendar .ui-datepicker th {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
!important;
}

.ui-state-default {
    cursor: default;
}

.main-right-block .events-block .calendar .ui-widget-header {
    border: none;
    background: none;
}

.main-right-block .events-block .calendar .ui-widget-header a {
    width: 20px;
    height: 20px;
    background: url(/css/../images/calendar_controls.png) no-repeat 0 0;
}

.main-right-block .events-block .calendar .ui-widget-header span {
    background: none;
    /*cursor: pointer;*/
}

.main-right-block .events-block .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 {
    background-position: -20px 0;
    top: 12px;
    right: 0;
}

.main-right-block .events-block .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 {
    background-position: -20px -20px;
}

.main-right-block .events-block .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 {
    background: none !important;
    border: 1px solid #ec1e26 !important;
    border-radius: 50% !important;
}

.main-right-block .events-block .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 {
    background: none !important;
}

.main-right-block .events-block .calendar .ui-datepicker-calendar .ui-state-hover {
    background: none !important;
}
/*
.main-right-block .events-block .calendar .ui-widget-content td a:hover {
    background: #fbde08 !important;
    border-radius: 50% !important;
}*/

.main-right-block .events-block .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: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.main-right-block .events-block .legend-block div.today:before {
    border: 1px solid #ec1e26;
    border-radius: 50%;
}

.main-right-block .events-block .legend-block div.events:before {
    background: #dbdbdb;
    border-radius: 50%;
}

.main-right-block .events-block .legend-block div.selected:before {
    background: #fbde08;
    border-radius: 50%;
}

.press-recall-block {
    /*margin-bottom: 70px;*/
}

.press-recall-block .recall-block .recall_wrapper .bx-wrapper {
    max-height: 265px;
}

.press-recall-block .recall-block h2 {
    font-size: 30px;
    margin-bottom: 22px;
}

.press-recall-block .recall-block {
    width: 590px;
    float: left;
}

.press-recall-block .recall-block .slider_style {
    padding: 30px 0 50px 50px;
}

.press-recall-block .work_places {
    margin-top: 0;
    background: #f6f6f6;
}

.press-recall-block .slider_main_recall {
    margin: 0;
}

.press-recall-block .recall_wrapper a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 30px;
}

.press-recall-block .recall_wrapper .img_radius {
    flex-shrink: 0;
}

.press-recall-block .recall_wrapper .bx-pager {
    bottom: -34px;
}

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

.press-recall-block .recall_wrapper .bx-controls {
    display: none;
}

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

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

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

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

.press-recall-block .info {
    flex-grow: 1;
    display: inline-block;
    width: 310px;
    max-width: 500px;
    margin-left: auto;
    height: 270px;
    vertical-align: top;
    position: relative;
}

.press-recall-block .info .position_man {
    text-transform: uppercase;
    color: #8c96a0;
    font-size: 12px;
    margin-top: 0;
    font-family: 'CirceBold';
}

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

.press-recall-block .info .recall_text {
    text-align: left;
    margin-top: 23px;
    color: #505050;
    line-height: 22px;
    word-wrap: break-word;
    /*    letter-spacing: 0.3px;*/
}

.press-recall-block .bx-wrapper {
    position: relative;
}

.press-recall-block .press-block {
    float: right;
    width: 590px;
}

.press-block {
    margin-bottom: 35px;
}

/*.press-recall-block .press-block .slider_style {*/
/*padding: 30px 40px;*/
/*}*/
.press-recall-block .press-block .press-links {
    background: #f6f6f6;
    border-radius: 9px;
    padding: 30px 35px 25px 35px;
}
a.others_int_more {
    margin-bottom: 0;
    margin-left: 0;
}
/*.press-recall-block .press-block .press-links ul {*/
    /*height: 215px;*/
    /*overflow: hidden;*/
/*}*/

/*.press-recall-block .press-block .press-links .heig {*/
/*-webkit-transition: all 0.3s;*/
/*-moz-transition: all 0.3s;*/
/*-ms-transition: all 0.3s;*/
/*-o-transition: all 0.3s;*/
/*transition: all 0.3s;*/
/*}*/
.press-recall-block .press-block h2 {
    margin-bottom: 22px;
    font-size: 30px;
}

.press-recall-block .press-block ul {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 19px;
    margin: 0 0 20px 0;

}

.press-recall-block .press-block ul li {
    margin-bottom: 15px;
}

.press-recall-block .press-block .more-material {
    color: #ccb096;
    font-size: 16px;
    margin-left: 23px;
    cursor: pointer;
}

.press-recall-block .press-block .more-material span {
    display: inline-block;
    min-width: 10px;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #d82027;
    border-radius: 50%;
    margin-left: 22px;
}

.main-right-block .events-block .calendar .ui-datepicker-calendar td.event a {
    background: #dbdbdb !important;
    border-radius: 50%;
    cursor: pointer;
}

.main-right-block .events-block .calendar .ui-datepicker-calendar td.event a.ui-state-active {
    background: #dbdbdb !important;
    border-radius: 50%;
}

.main-right-block .events-block .calendar .ui-datepicker-calendar td.event a.ui-state-hover:hover {
    background: #dbdbdb !important;
    border-radius: 50%;
}

.main-right-block .events-block .calendar .ui-widget-content td.ui-state-highlight {
    background: #fbde08 !important;
    border-radius: 50%;
    border: none;
!important;
}

.slider-hover-block .slider_element_hover {
    position: absolute;
    right: 15px;
    border-radius: 50%;
    background: rgb(246, 246, 246);
    box-shadow: 0px 2px 15px 0px rgba(3, 3, 3, 0.25);
    padding: 20px;
    -webkit-transition: border-radius 800ms ease, width 800ms ease,
min-height 800ms ease;
    -moz-transition: border-radius 800ms ease, width 800ms ease,
    min-height 800ms ease;
    -ms-transition: border-radius 800ms ease, width 800ms ease,
    min-height 800ms ease;
    -o-transition: border-radius 800ms ease, width 800ms ease,
    min-height 800ms ease;
    transition: border-radius 800ms ease, width 800ms ease,
    min-height 800ms ease;
    opacity: 0;
    width: 191px;
    min-height: 191px;
    overflow: hidden;
}

.slider-hover-block .slider_element_hover.hover {
    opacity: 1;
    border-radius: 6px;
    width: 300px;
    min-height: auto;
}
.slider-hover-block .slider_element_hover ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-hover-block .slider_element_hover ul li{
    position: relative;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
    color: #8c96a0;
    padding-left: 23px;
}
.slider-hover-block .slider_element_hover ul li:before {
    display: block;
    content: ' ';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 3px;
    background: #ffcf03;
}
.slider-hover-block .slider_element_hover .element_block {
    width: 260px;
}
.slider-hover-block .slider_element_hover .element_block h2 {
    line-height: 1;
}

.slider_style .bx-controls-direction a.bx-prev {
    left: 9px;
    background-position: 0 -45px;
}

.slider_style .bx-controls-direction a.bx-next {
    right: 9px;
    background-position: -22px -45px;
}

.slider_style .bx-controls-direction a.bx-prev:hover {
    background-position: 0 3px;
}

.slider_style .bx-controls-direction a.bx-next:hover {
    background-position: -22px 3px;
}

.flex-direction-nav {
    list-style: none;
}

.event_slider_style {
    position: relative;
    /*padding: 0 25 0 25px;*/
    box-sizing: border-box;
    padding-bottom: 30px;
}

.flex-prev,
.flex-next {
    position: absolute;
    top: 53px;
    font-size: 0;
    width: 40px;
    height: 20px;
    background: url(/css/../images/events_slider_controls.png) no-repeat 0 0;
    opacity: 0.5;
}

.flex-prev {
    background-position: 20px 0;
    left: 0;
}

.flex-next {
    background-position: -20px 0;
    right: 0;
}

.recall_wrapper .bx-wrapper {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-teaser-list/style.css?1472729524108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumb-page/style.css?1486119612437*/
.service-breadcrumbs {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10;
    margin-left: 85px;
}
.service-breadcrumbs a {
    color: #fed200!important;
    font-size: 15px;
}
.service-breadcrumbs a:after {
    content: '>';
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
}
.end_point {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-sphere-list-slider/style.css?1486119612108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-main-cases-list-slider/style.css?1486119612108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-main-news/style.css?1486119612150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-main-cases-reviews-slider/style.css?1486119612108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-main-press-block/style.css?1486119612108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /css/main_v3.css?149206268627846 */
/* /local/templates/.default/components/bitrix/news.list/v3-teaser-list/style.css?1472729524108 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumb-page/style.css?1486119612437 */
/* /local/templates/.default/components/bitrix/news.list/v3-sphere-list-slider/style.css?1486119612108 */
/* /local/templates/.default/components/bitrix/news.list/v3-main-cases-list-slider/style.css?1486119612108 */
/* /local/templates/.default/components/bitrix/news.list/v3-main-news/style.css?1486119612150 */
/* /local/templates/.default/components/bitrix/news.list/v3-main-cases-reviews-slider/style.css?1486119612108 */
/* /local/templates/.default/components/bitrix/news.list/v3-main-press-block/style.css?1486119612108 */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-teaser-list/style.css?1664277018110*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-sphere-list-slider/style.css?1486119612108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-main-cases-list-slider/style.css?1486119612108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/css/main_banner_block_2025.css?17369431563329*/
.main-banner-block{
	margin-bottom: 40px;
}

.main-banner-block h2{
	font-size: 48px;
    margin-bottom: 40px;
    margin-left: 3%;
}

.main-banner-block .cards{
	padding-top:50px;
	margin-top:0px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:10px;
}

.main-banner-block .box{
	display:flex;
	justify-content:center;
	margin-top:0px;
	flex-wrap:wrap;
	gap:35px;
}

.main-banner-block .case-for-industry-img {
	position: relative;
	width: 226px;
	height: 208px;
}

.main-banner-block .case-for-industry-img::before {
	content: '';
	display: block;
	width: 226px;
	height: 208px;
	background: url('/css/images/gray_circles.png') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-moz-transition: opacity 0.3s;
} 

.main-banner-block .case-for-industry-img img {
	width:98px;
	height:98px;
}

.main-banner-block .case-for-industry-title{
	text-transform: uppercase;
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.main-banner-block .container {
	text-align: center;
	width: 300px;
	-webkit-perspective: 1200;
	perspective: 1200;
	-moz-transform: perspective(1200px);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d; 
	transform-style: preserve-3d;
}

.main-banner-block .flipper {
	position: relative;
	height: 270px;
	width: 280px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .7s linear;
	-moz-transition: .7s linear;
	-o-transition: .7s linear;
	transition: .7s linear;
}

.main-banner-block .container:hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.main-banner-block .front, 
.main-banner-block .back {
	font-weight: bold;
	position: absolute;
	box-sizing: border-box;
	padding: 10px 10px 10px;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main-banner-block .front {
	z-index: 2;
	transform: rotateY(0deg);
	background: white;
}

.main-banner-block .back {
	transform: rotateY(-180deg);
	background: #FBDE08; 
	border-radius:35px;
	display: flex;
    flex-direction: column;
}

.main-banner-block .front p {
	color: #818285;
	line-height: 25px;
    text-align: center;
    font-size: 16px;
}

.main-banner-block .front h3 {
	font-size: 16px;
	line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.main-banner-block .back p {
	padding: 10px 0;
	font-size: 16px;
	margin: 0;
}

.main-banner-block .back a {
	color: #d82027;
}

.main-banner-block .zadachi{
	flex-shrink: 0;
	background: white;
	border-radius: 10px;
	width:90px;
	height:90px;
	margin-left: auto;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding-top: 15px;
    box-sizing: border-box;
	margin-right: 30px;
}

.main-banner-block .zadachi h3{
	font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.main-banner-block .number{
	font-size: 48px;
	color: rgb(183, 181, 181);
}

.main-banner-block .bull{
	color: rgb(252, 252, 252);
}

.main-banner-block .oblako{
	background: #fbde08;
	padding: 4px 4px;
	position: relative;
	color: #211c1c;
	margin: 2px 2px 2px 2px;
	line-height: 35px;
}   
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-main-news/style.css?1486119612150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-main-cases-reviews-slider/style.css?16600257913279*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.tablet_block
{
	display:none;
	width: 270px !important;
	background-color: #f6f6f6;
	border-radius: 9px;
	margin-bottom: 26px;
}


.recall-block.tablet_block h2 {
	font-size: 20px;
	margin-bottom: 22px;
	padding-top: 22px;
	text-align: center;
	color: #8c96a0;
	letter-spacing: 1px;
}

.recall-block.tablet_block {
	width: auto;
}

.recall-block.tablet_block .slider_style {

}

.recall-block.tablet_block .work_places {
	margin-top: 0;
	background: #f6f6f6;
	margin: 0;
	padding:0;
}

.recall-block.tablet_block .slider_main_recall {
	margin: 0;
}

.recall-block.tablet_block .recall_wrapper a {
	display: block;
	display: block;
	text-align: center;
	padding: 0 20px;
}

.recall-block.tablet_block .recall_wrapper .img_radius {
	margin-right: 0px;
	vertical-align: top;
	width:116px;
	height:136px;
}

.recall-block.tablet_block .recall_wrapper .bx-pager {
	bottom: -34px;
}

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

.recall-block.tablet_block .recall_wrapper .bx-controls {
	display: none;
}

.recall-block.tablet_block .recall_wrapper .radius_yellow {
	z-index: 1;
	height: 111px;
	width: 119px;
	left: -2px;
	top: 13px;
}

.recall-block.tablet_block .recall_wrapper .big_white_block {
	position: absolute;
	width: 136px;
	height: 95px;
	background: #F6F6F6;
	top: -2px;
	left: -8px;
	z-index: 2;
}

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

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

.recall-block.tablet_block .info {
	vertical-align: top;
}

.recall-block.tablet_block .info .position_man {
	text-transform: uppercase;
	color: #8c96a0;
	font-size: 12px;
	margin-top: 0;
	font-family: 'CirceBold';
}

.recall-block.tablet_block .info .who_in_img {
	font-size: 22px;
	color: #000;
	font-family: 'CirceBold';
	margin: 16px 0 40px 0;
	line-height: 20px;
	position: relative;
}
.recall-block.tablet_block .info .who_in_img:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #ed1c24;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;

}
.recall-block.tablet_block.info .recall_text {
	text-align: left;
	margin-top: 23px;
	color: #505050;
	line-height: 22px;
	word-wrap: break-word;
	/*    letter-spacing: 0.3px;*/
}

.recall-block.tablet_block .bx-wrapper {
	position: relative;
}

.recall-block.tablet_block .press-block {
}
.recall-block.tablet_block .recall_text
{
	line-height: 21px;
}
.recall-block.tablet_block .press-block .press-links {
	background: #f6f6f6;
	border-radius: 9px;
	padding: 30px 35px 25px 35px;
}

@media (min-width: 768px) and (max-width: 1100px) {
	.tablet_block
	{
		display: block;
	}

}
.recall-block.tablet_block .recall_text
{
	max-height: 130px;
	overflow: hidden;

}
.recall-block.tablet_block  li
{
	margin-bottom: 28px;;
}

/* End */
/* /css/main_v3.css?176580242130836 */
/* /local/templates/.default/components/bitrix/news.list/v3-teaser-list/style.css?1664277018110 */
/* /local/templates/.default/components/bitrix/news.list/v3-sphere-list-slider/style.css?1486119612108 */
/* /local/templates/.default/components/bitrix/news.list/v3-main-cases-list-slider/style.css?1486119612108 */
/* /css/main_banner_block_2025.css?17369431563329 */
/* /local/templates/.default/components/bitrix/news.list/v3-main-news/style.css?1486119612150 */
/* /local/templates/.default/components/bitrix/news.list/v3-main-cases-reviews-slider/style.css?16600257913279 */
