.item_stats_inner_l td {
    line-height: 18px;
}

#mc_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8500;
    background-color: #000;
    opacity: 0.6;
    display: none;
}

#mc_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    z-index: 9000;
    background-color: #fff;
    margin-left: -300px;
    margin-top: -300px;
    display: none;
}

.mc_text {
    width: 538px;
    height: 538px;
    margin: 20px;
    border: 1px solid #bebebe;
    padding: 10px;
    overflow: auto;
    position: relative;
}

#mc_close {
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-family: Tahoma;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

ol.ol_style {
    padding: 0px 0px 30px 35px;
    color: #5a5a5a;
    line-height: 28px;
    font-size: 16px;

}

ol.ol_style li {
    padding-left: 10px;
}

/* NEW STYLE 25.10.2016 */
.container {
    width: 960px;
    margin: 0 auto;
}

.header-technic {
    padding-top: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after,
.clearfix:before {
    display: block;
    content: '';
    clear: both;
}

.header-technic .top {
    border-bottom: 1px solid #c8c7cc;
    padding-bottom: 20px;
}

.header-technic .phone {
    text-align: right;
    margin-bottom: 10px;
}

.header-technic .phone a {
    font-size: 32px;
    line-height: 32px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
}

.header-technic .callback {
    margin-top: 7px;
}

.header-technic .address {
    margin-top: 7px;
    margin-left: 30px;
    font-size: 16px;
}

.header-technic .callback a {
    color: #336699;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #b3c1d3;
    display: inline-block;
    line-height: 20px;
    margin-left: 8px;
}

.header-technic .callback a:hover {
    border-bottom: 1px solid #fff;
}

.icon {
    display: inline-block;
}

.icon-phone {
    background: url('/images/h-phone.png') no-repeat;
    width: 16px;
    height: 14px;
}

.header-technic .curr_city {
    font-size: 18px;
    background: url(/images/arrow-city.png) right 15px no-repeat #fff;
    border: none;
    width: 160px;
}

.header-technic .city_list {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 0 6px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
}

.header-technic .city_list div {
    font-size: 18px;
    border: none;
    height: 20px;
    color: #000;
    padding: 3px 0;
}

.header-technic .city_list div:hover {
    color: #336699;
}

.header-technic .city_select {
    width: 175px;
    margin-right: 0;
    margin-top: 0;
}

.header-technic .address-item {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #363636;

}

.header-technic .address-item span {
    color: #336699;
}

.header-technic .list-address {
    line-height: 42px;
    height: 42px;
    text-align: center;
}

.header-technic .address-item {
    padding: 0 35px;
    border-right: 1px solid #c8c7cc;
}

.header-technic .address-item:last-child {
    border-right: 0;
}

.header-technic .top-menu {
    background-color: #005fbd;
}

.header-technic .navbar-nav > li {
    float: left;
}

.droppable {
    position: static;
}

.droppable > a:after {
    background: url('/bitrix/templates/agat/i/arrow-nav.png') no-repeat;
    content: '';
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}

.droppable:hover .mega-menu {
    display: block;
}

.header-technic .mega-menu {
    background: #337fca;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    padding-top: 20px;
    z-index: 10;
}

.header-technic .mega-menu ul {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 205px;
}

.header-technic .mega-menu ul li {
    margin-bottom: 5px;
}

.header-technic .mega-menu ul a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.header-technic .mega-menu ul a:hover {
    text-decoration: underline;
}

.header-technic .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    border-right: 1px solid #7ba4ce;
    padding: 16px 40px;
    display: block;
    transition: 0.3s;
    position: relative;
}

.header-technic .navbar-nav li:hover > ul {
    display: inherit;
    opacity: 1.0;
    animation-name: fadein;
    animation-duration: 0.3s;
    z-index: -1;
}

.header-technic .navbar-nav > li:last-child > a {
    border-right: 0;
}

.header-technic .navbar-nav > li > a:hover,
.header-technic .navbar-nav > li.active {
    background-color: #337fca;
}

.header-technic .navbar-nav > li:hover > a {
    background: #337fca;
}

.technic-brands {
    margin-left: -10px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.technic-brands .brands-item {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid transparent;
    width: 178px;
    height: 178px;
    border-radius: 3px;
    margin-left: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.technic-brands .brands-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-size: 16px;
}

.btn-primary {
    color: #005fbd !important;
    background: #fff;
    border-color: #005fbd;
}

.btn-primary:hover {
    background-color: #005fbd;
    color: #fff !important;
}

.btn-sm {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1.5;
}

button.btn {
    height: auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.mb-20 {
    margin-bottom: 20px;
}

.news-technic .news-item {
    float: left;
    margin-right: 30px;
    width: 300px;
    margin-bottom: 30px;
}

.news-technic .news-item:last-child {
    margin-right: 0;
}

.news-technic .news-images {

    display: block;
}

.news-technic .news-images img {
    width: 300px;
    float: none;
    height: auto;
    margin-right: 0;
}

.news-technic .news-title {
    padding-top: 15px;
}

.news-technic .news-title a {
    color: #005fbd;
    font-size: 16px;
    text-transform: uppercase;
}

.news-technic .news-info {
    padding-top: 15px;
}

.fancybox-close {
    background: #e6e6e6;
}

.subscribe input, .popup input, .popup select {
    font-style: normal;
    text-align: left;
    text-indent: 10px;
}

.mc-list .mc-item:hover .mc-item-inner {
    border: 6px solid #005fbd;
}

.mc-list .mc-item a.mc-item-name, .news_block .news-title, .block_ p a, .item_stats_l a,
.news_text a, #sidebar ul li em a, #sidebar ul li em, #sidebar ul li a.only, .popup p a {
    color: #005fbd;
}

#popup_range {
    background: #005fbd;
    border-bottom: 1px solid #7ba4ce;
}

.why p {
    background: url(/bitrix/templates/agat/i/angle-arrow-pointing-to-right.png) 0px 10px no-repeat;
}

.fade {
    background: #b3c1d3;
}

.slidesjs-previous {
    background: url(/bitrix/templates/agat/i/arrow-slider-active.png) no-repeat scroll 0 0 transparent;
    margin-left: -522px;
}

.slidesjs-next {
    background: url(/bitrix/templates/agat/i/arrow-slider-active.png) no-repeat scroll 0 -70px transparent;
    margin-left: 467px;
}

.slidesjs-navigation {
    width: 42px;
    height: 69px;
}

.reduser {
    width: 960px;
}

.fancybox-skin {
    background: #e6e6e6;
}

.fancybox-close {
    background: url(/bitrix/templates/agat/i/sprite_1.png) -385px 0 no-repeat !important;
}

.fancybox-close:hover {
    background: url(/bitrix/templates/agat/i/sprite_1.png) -418px 0 no-repeat !important;
}

.subscribe input, .popup input, .popup select,
.popup textarea {
    font-style: normal;
    text-align: left;
    box-shadow: none;
    text-indent: 10px;
}

.header-technic .mega-menu ul.small {
    width: 140px;
}

.slider_item_inner {
    width: 925px !important;
    height: 430px !important;
    text-align: center;
    overflow: visible !important;
}

.slider_img {
    margin-left: -497px;
    display: block;
    width: 1920px !important;
    height: 430px !important;
    text-align: center;
}

.header-technic .mega-menu .big {
    width: 273px;
}

.droppable .mega-menu ul a::after {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/agat/i/rarr_white.png") no-repeat scroll 0 2px;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    vertical-align: bottom;
    width: 19px;
}
.ek-filter .srch_reduser{
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.ek-filter .srch_l {
    margin-right: 0;
}
.ek-filter .srch_input input{
    width: 100%;
}
.ek-filter .advanced_search{
    padding-right: 20px;
    padding-left: 20px;
    top: 110px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ek-filter .advanced_search ul:after{
    content: '';
    display: table;
    clear: both;
}
.ek-filter #search.show {
    height: 260px;
}
.ek-filter .results_find{
    padding: 0;
    height: auto;
}
.ek-filter .reset_param{
    margin: 0 0 0 0;
    float: right;
    width: auto;
}
.ek-filter #reset{
    padding-right: 125px;
}
.ek-filter #search .r{
    padding-top: 0;
}
.ui-menu .ui-menu-item{
    line-height: normal!important;;
    height: auto !important;
    width: 100%!important;;
}
.ui-menu .ui-menu-item a{
    width: 100%!important;;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.brand-info + #top_filter #search_block{
    height: 200px;
}
.fixed-messaging {
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 101;
}
.btn-floating{
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 46px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    border-bottom: 0 !important;
    text-decoration: none !important;
    text-align: center;
}
.fixed-messaging__btn-action span{
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 14px;
    margin-left: -7px;
    margin-top: -7px;
}
.fixed-messaging__btn-action span:after,
.fixed-messaging__btn-action span:before {
    background: #fff;
    content: "";
    display: block;
    height: 15px;
    left: 7px;
    position: absolute;
    top: -1px;
    transform: rotate(-45deg);
    width: 1px;
}
.fixed-messaging__btn-action span:before {
    transform: rotate(45deg);
}
.fixed-messaging__btn-action span{
    display: none;
}
.fixed-messaging.active .fixed-messaging__btn-action span{
    display: inline-block;
}
.fixed-messaging.active .fixed-messaging__btn-action img{
    display: none;
}
.fixed-messaging ul .btn-floating {
    width: 45px;
    height: 45px;
    opacity: 0;
    transform: scaleX(0.4) scaleY(0.4) translateY(40px) translateX(0px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border: 0;
}
.fixed-messaging.active ul .btn-floating {
    transform: scaleX(1) scaleY(1) translateY(0px) translateX(0px);
    opacity: 1;
}
.fixed-messaging__btn-action{
    background: #005fbd;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0, 95, 189 , 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(0, 95, 189, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 95, 189, 0);
    }
}
.fixed-messaging__btn-action:hover,
.fixed-messaging.active .fixed-messaging__btn-action{
    -webkit-animation: none;
}
.fixed-messaging__btn-action img{
    width: 35px;
    height: 35px;
}
.fixed-messaging ul {
    right: 5px;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
    padding: 0;
}
.fixed-messaging.active ul {
    visibility: visible;
}
.fixed-messaging ul li {
    margin-bottom: 15px;
    list-style-type: none;
}
.fixed-messaging img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}
.fixed-messaging__tooltip{
    position: absolute;
    z-index: 1;
    font-style: normal;
    line-height: 18px;
    width: 135px;
    background-color: white;
    border: 1px solid rgba(0, 95, 189, 0.35);
    font-size: 14px;
    border-radius: 6px;
    padding: 5px;
    word-wrap: break-word;
    top: 50%;
    margin-top: -15px;
    right: calc(100% + 15px);
    color: #000;
    text-align: center;
}
.fixed-messaging__tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-left: -1px;
    z-index: 10;
}
.fixed-messaging__tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 95, 189, 0.35);
}
@media screen and (max-width: 991px) {
    .btn-floating{
        width: 100px;
        height: 100px;
    }
    .fixed-messaging ul .btn-floating,
    .fixed-messaging ul .btn-floating img{
        width: 85px;
        height: 85px;
    }
    .fixed-messaging{
        right: 50px;
        bottom: 50px;
    }
    .fixed-messaging__tooltip{
        display: none;
    }
    .fixed-messaging__img-anim{
        width: 130px !important;
        height: 130px !important;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .fixed-messaging__img-anim{
        display: none;
    }
    .fixed-messaging__img-anim.active{
        display: inline-block;
    }
    .fixed-messaging__btn-action{
        -webkit-animation: none !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        background: none;
        filter: none;
    }
    .fixed-messaging.active .fixed-messaging__btn-action{
        background-color: #42A62C;
    }
    .fixed-messaging__img{
        display: none;
    }
    .offer_item{
        width: 100%;
    }
    .fixed-messaging ul{
        bottom: 110px;
    }
    .fixed-messaging__btn-action span:after, .fixed-messaging__btn-action span:before {
        width: 2px;
        height: 53px;
        top: -19px;
    }
    .fixed-messaging.active .fixed-messaging__btn-action{
        background: #005fbd;
    }
}
.messaging-popup{
    position: fixed;
    width: 400px;
    background-color: #fff;
    right: 127px;
    bottom: 115px;
    padding: 20px;
    z-index: 10000;
    border: 1px solid rgba(0, 95, 189, 0.35);
    border-radius: 6px;
    display: none;
    text-align: left;
}
.messaging-popup.active{
    display: block;
}
.messaging-popup__item:first-child{
    margin-bottom: 10px;
}
.messaging-popup__item .text p{
    line-height: normal;
    font-size: 14px;
}
.messaging-popup__item .text-other{
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 10px;
    color: #959595;
    font-size: 15px;
}
.messaging-popup__item .text-other a{
    color: #005fbd;
    text-decoration: underline;
}
.messaging-popup__item .text-other a:hover{
    text-decoration: none;
}
.messaging-popup__item .step{
    color: #0060ac;
    font-weight: bold;
    margin-bottom: 3px;
}
.messaging-popup__item .img{
    display: inline-block;
    width: 15%;
    vertical-align: top;
    padding-top: 10px;
}
.messaging-popup__item .desc{
    display: inline-block;
    width: 80%;
    padding-left: 10px;
    font-size: 14px;
}
.messaging-popup__phone-wr{
    width: 185px;
    height: 40px;
    background: #f1f2f4;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}
.messaging-popup__phone-wr .phone-wr__tel,
.messaging-popup__phone-wr .phone-wr__diler{
    display: block;
    float: left;
    line-height: 40px;
    height: 40px;
    position: relative;
}
.messaging-popup__phone-wr .phone-wr__tel {
    width: 122px;
    padding-left: 10px;
}
.messaging-popup__phone-wr .phone-wr__tel a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.messaging-popup__phone-wr .phone-wr__diler{
    padding-left: 10px;
    font-size: 14px;
}
.messaging-popup__phone-wr:after {
    background: #fff;
    content: '';
    height: 60px;
    left: 120px;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 4px;
    z-index: 1;
}
.messaging-popup__close{
    color: #989898;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.messaging-popup__close:hover{
    color: #0060ac;
}
.fixed-messaging__wr{
    display: flex;
}
.fixed-messaging__call,
.fixed-messaging__chat-action{
    width: 192px;
    padding: 12px 0;
    padding-left: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    height: 48px;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    box-sizing: border-box;
}
.fixed-messaging .chat-action__btn{
    display: flex;
    align-items: center;
}
.fixed-messaging.active .chat-action__btn{
    display: none;
}
.fixed-messaging.active .fixed-messaging__chat-action{
    width: 50px;
    z-index: 10;
}
.fixed-messaging__call:hover,
.fixed-messaging__chat-action:hover{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 1;
}
.fixed-messaging.active .fixed-messaging__chat-action:hover{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
.fixed-messaging__chat-action:active{
    -webkit-animation: active 1200ms ease 1 alternate;
    animation: active 1200ms ease 1 alternate;
    background: #337fca;
}
.fixed-messaging__call:active{
    -webkit-animation: active 1200ms ease 1 alternate;
    animation: active 1200ms ease 1 alternate;
    background: #c9c9c9;
    color: #333;
}
.fixed-messaging__call{
    background: #dddddd;
    cursor: pointer;
}
.fixed-messaging__chat-action{
    background: #005fbd;
    color: #fff !important;
    margin-left: -30px;
    position: relative;
}

.fixed-messaging__chat-action .chat-action__text,
.fixed-messaging__call span{
    padding-left: 10px;
}
.svg-chat{
    width: 23px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.svg-chat__call{
    width: 17px;
    height: 23px;
    fill: none;
    stroke: #4d4d4d;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.fixed-messaging__wr .chat-action__close{
    display: none;
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 14px;
    margin-left: -7px;
    margin-top: -7px;
}
.fixed-messaging.active .chat-action__close {
    display: inline-block;
}
.fixed-messaging.active .chat-action__close:after,
.fixed-messaging.active .chat-action__close:before {
    background: #fff;
    content: "";
    display: block;
    height: 15px;
    left: 7px;
    position: absolute;
    top: -1px;
    transform: rotate(-45deg);
    width: 1px;
}
.fixed-messaging.active .chat-action__close:before {
    transform: rotate(45deg);
}