/* custom styles */

/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    font-size: 14px;
    padding: 0 22px 0 30px;
    position: relative;
    background-color: #fff;
}

.bx-sls .dropdown-block:hover {
    border-color: #545454;
}

.bx-sls .dropdown-block-ui {
    font-size: 14px;
    padding: 0 22px 0 30px;
    position: relative;
    background-color: #fff;
    margin-top: 5px;
}

.bx-sls .dropdown-arrow {
    background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    width: 22px;
}

.bx-sls .bx-ui-sls-container {
    overflow: hidden;
    height: 47px;
}

.bx-sls .bx-ui-sls-pane {
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px #c7c7c7;
    box-shadow: 0 2px 3px #c7c7c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    left: 0;
    top: 35px;
    padding: 5px 5px 3px 5px;
    position: absolute;
    width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
    display: block;
}

.bx-sls .bx-ui-sls-variants {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-sls .dropdown-item {
    border-radius: 2px;
    padding: 7px 4px 7px 10px;
    margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
    background-color: #f1f3f5;
    cursor: pointer;
}

.bx-sls .dropdown-img {
    border: none;
    display: inline-block;
    height: 12px;
    margin: 3px 12px 0 0;
    vertical-align: top;
    width: 16px;
}

.bx-sls .dropdown-item-text {
    /*makeup:color: #212121;*/
    color: #aba8ac;
    display: inline-block;
    /*max-width: 220px;*/ /*silly limitation*/
    vertical-align: top;
}

.bx-sls .dropdown-item-text span{
    color: #25282c;
}

.bx-sls .dropdown-list-title {
    border-bottom: 1px solid #e5e5e5;
    height: 37px;
    line-height: 37px;
    padding-left: 8px;
}

.bx-sls .dropdown-icon {
    background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
    height: 14px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 14px;
}

.bx-sls .quick-locations{
    margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
    background-color: #f2f5f8;
    border: 1px solid #cad3dc;
    border-radius: 3px;
    color: #1e55b9;
    display: inline-block;
    font-size: 15px;
    height: 27px;
    line-height: 26px;
    margin: 0 3px;
    padding: 0 14px;
    text-decoration: none;
    margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
    background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
    width: 46px;
    height: 45px;
    position: absolute;
    top: 2px;
    right: 0;

    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
    margin-top: 2px;

    position: absolute;
    top: 7px;
    right: 0px;
    display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
    background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
    background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
    background-repeat: no-repeat !important;
    background-position: right -1px !important;

    width: 30px;
    height: 30px;

    position: absolute;
    top: 3px;
    right: 2px;
    display: none;
}

.bx-sls .bx-ui-sls-go-edit{
    display: none;
}

.bx-sls .bx-ui-sls-pane{
    max-height: 300px;
}

.bx-sls input::-ms-clear {
    display: none;
}

.bx-sls input[type="text"]{
    position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
    position: absolute !important;
    top: 0;
    left: 0;

    color: #000 !important;

    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    padding:0 22px 0 0 !important;
    background-position: right 1px;
    background-repeat: no-repeat;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 47px;
    width: 100%;
    outline: none;
    z-index:10;
}
.bx-sls .bx-ui-sls-route{
    color: #aba8ac !important;
    z-index:5;
}

.bx-sls .bx-ui-sls-pane{
    background-color: #fff;
    z-index: 999;
    border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
    padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
    color: #ff2222;
    padding-left: 30px;
    position: relative;
}
.bx-sls .bx-ui-sls-error div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
    background-color: #E0E8EA;
}

.adm-sls-edit-link{
    margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
    margin-left: 10px;
    display: none;
}

.bx-admin-mode .dropdown-block {
    border-color: #87919c #959ea9 #9ea7b1;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
    height: 25px;
}

.bx-admin-mode .dropdown-icon {
    top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
    height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
    right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
    background-position: 6px -3389px;
    height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
    background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
    background-position: right -4px !important;
    height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
    top: 27px;
}

.header .tel .content {
    display: flex;
}

.header .tel .item, footer .tel .item {
    margin-right: 20px;
}

.tab-content .modern-page-navigation {
    text-align: center;
}

.form-error-text {
    color: #df0024;
    margin-top: 5px;
}

.fields .field .tip {
    font-size: 0.85em;
    margin-top: 5px;
    color: #a9a9a9;
}

.company .content .image img {
    border-radius: 0 !important;
}

.contacts .items .item .content a {
    text-decoration: none;
}

.header .items .slogan {
    flex: 0 0 35%;
    font-size: 1em;
}

footer .links .email {
    text-align: right;
}

.advantages .items .item .text {
    /*width: 240px;*/
}

.advantages .items .item .text a {
    text-decoration: none;
}

.header {
    top: -110px;
}

.header.fixed {
    padding: 0;
}

.header .items .logo {
    margin-right: 0;
}

.header .items .logo img {
    margin-top: 11px;
}

.header .items .logo, .header .items .logo img {
    width: auto;
    max-width: initial;
    max-height: initial;
}

.header.fixed .items .logo {
    height: 80px;
    overflow: hidden;
}

.header.fixed .items .logo img{
    top: -45px;
    position: relative;
}

a.highlighted {
    color: #df0024;
}

footer .info {
    justify-content: space-between;
}

@media (max-width: 1210px){
    footer .links {
        margin-top: 0;
    }
    footer .links .email {
        margin: 0;
    }
}

@media (max-width: 679px){
    .header .tel .item {
        display: none;
    }
}

.file-link {
    display: block;
    white-space: nowrap;
}

.icon-pdf {
    position: relative;
    margin: 0 4px;
    display: inline-block;
    top: 10px;
    width: 28px;
    height: 36px;
    background: url(data:image/png;base64,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);
}

.b-bm-button {
    cursor: pointer;
    display: block;
    min-width: 145px;
    padding: 10px 15px;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 0.85em;
    color: #fff;
    background-color: #df0024;
    border: 1px solid #df0024;
    /*box-shadow: 0 6px 20px 0 #df0024;*/
    text-align: center;
    line-height: 1.2;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
}
.b-bm-button:hover {
    background: #fff;
    box-shadow: none;
    color: #506983;
    text-align: center;
    border: 1px solid #b4beca;
}

.mob-properties-wrap {
    display: none;
}
@media (max-width: 639px) {
    .mob-properties-wrap {
        /*display: flex;*/
        flex-wrap: wrap;
        justify-content: center;
    }
}

.mob-properties-link-wrap {
    display: none;
    margin: 0 17px 0 0;
    text-align: right;
}
@media (max-width: 639px) {
    .mob-properties-link-wrap {
        display: block;
    }
}
.mob-properties-link {
    border-bottom: 1px dashed;
    color: #DF1324;
    cursor: pointer;
    text-transform: uppercase;
}

.popup .box .close {
    opacity: 1;
}

.photo {
    position: relative;
}
.photo__arrow {
    background: none;
    color: #df0024;
    cursor: pointer;
    border: 0;
    font-size: 30px;
    font-weight: 700;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30%;
}
.photo__arrow_prev {
    left: 0;
}
.photo__arrow_prev:before {
    content: '←';
    left: 50px;
    position: absolute;
}
.photo__arrow_next {
    right: 0;
}
.photo__arrow_next:before {
    content: '→';
    position: absolute;
    right: 50px;
}

.btn {
	box-shadow: none !important;
}