/*
html.quick-site .slider.layout ul li {
    position: relative;
}

html.quick-site .slider.layout ul li .text .content_general a{
    color: #ffffff;
}

html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts .phone {
    text-align: right;
}

html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu.menu-always-open ul li ul {
    display: block;
}

html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout .body.layout .sidebar.layout .menu ul li ul li.active a {
    font-weight: bold;
}

html.quick-site .wrapper.layout footer.layout .counter {
    left: 50%;
}

html.quick-site .wrapper.layout footer.layout .copyright {
    left: 50px;
}
html.quick-site .wrapper.layout footer.layout .author {
    top: 0px;
}
*/

html.quick-site .wrapper.layout .wrapper-body.layout .white-list.layout header.layout .contacts {
    text-align: right;
}

.popup_callback-trigger {
    background-color: #3B291B;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none;
    text-transform: lowercase;
}


.popup_callback{
    display: none;
    z-index: 1000;
}
.popup_fon{
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    /*z-index: 600;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup_container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.popup_container .popup_form_wrap{
    background: url(../images/popup-bg.png) no-repeat left top;
    width: 430px;
    height: 576px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -215px;
}

.popup_form{
    padding: 118px 20px 0 65px;
}
.popup_close {
    cursor: pointer;
    padding-right: 30px;
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
}
.popup_form iframe{
    width: 100%;
    border: none;
    width: 345px;
    height: 360px;
}

.popup_title{
    color: #02217b;
    font-size: 24px;
    text-align: center;
}
.popup_sutitle{
    color: #434343;
    font-size: 12px;
    text-align: center;
}
