.dealer {
    padding-bottom: 180px
}

.page-fixed__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-fixed__left {
    width: 50%
}

.page-fixed__left .images {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative
}

.page-fixed__left .images.noImages {
    background-image: none !important
}

.page-fixed__left .images.noImages:before {
    display: none
}

.page-fixed__left .images:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11.13%, rgba(51, 51, 51, 0)), color-stop(178.69%, #333));
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 11.13%, #333 178.69%);
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 11.13%, #333 178.69%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-fixed__left.fixed {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0
}

.page-fixed__right {
    width: 50%;
    padding: 0 65px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-fixed__right p {
    font-size: 16px;
    line-height: 141.1%;
    color: #333
}

.page-fixed .page-fixed__map {
    width: 100%;
    height: 100%
}

.page-fixed__nav {
    margin-top: 205px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .07em;
    color: #333;
    opacity: .6;
    position: relative;
    display: inline-block
}

.page-fixed__nav.mt120 {
    margin-top: 120px
}

.page-fixed__nav img {
    width: 20px;
    height: 10px;
    position: absolute;
    content: '';
    left: -30px;
    top: 7px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.page-fixed__nav:hover img {
    left: -40px
}

.page-fixed__title {
    margin-top: 76px;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #333
}

.page-fixed__border-list {
    margin-top: 156px
}

.page-fixed__border-list .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-bottom: 27px
}

.page-fixed__border-list .item {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.page-fixed__border-list .item a {
    display: block
}

.page-fixed__border-list .item img {
    width: 78px;
    height: 78px;
    margin-right: 18px
}

.page-fixed__border-list .item .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 8px
}

.page-fixed__border-list .item .address {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    opacity: .5;
    margin-bottom: 5px
}

.page-fixed__border-list .item .contacts {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-fixed__border-list .item .contacts a {
    margin-right: 20px
}

.page-fixed__border-list .item .contacts a:last-child {
    margin-right: 0
}

.page-fixed__styled-list {
    margin-top: 100px
}

.page-fixed__styled-list h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-bottom: 23px
}

.page-fixed__styled-list ul {
    margin-left: 20px
}

.page-fixed__styled-list ul li {
    font-size: 16px;
    line-height: 200.1%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333;
    margin-bottom: 15px
}

.page-fixed__styled-list ul li:last-child {
    margin-bottom: 0
}

.page-fixed .right_top_text .page-fixed__title {
    margin-bottom: 25px
}

.page-fixed .right_top_text ul,
.page-fixed .right_top_text ol,
.page-fixed .right_top_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 147.4%;
    color: #333;
    margin-bottom: 30px
}

.page-fixed .right_top_text ul li {
    font-size: 18px;
    line-height: 147.4%;
    color: #333;
    margin-bottom: 5px;
    text-decoration: none
}

.page-fixed .right_top_text .btn {
    font-size: 16px;
    width: 192px;
    height: 49px
}

.page-fixed .sections_callBackUser {
    margin: 120px 0
}

.page-fixed .page_form {
    margin-bottom: 130px
}

@media screen and (max-width:996px) {
    .dealer {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 650px) {
    .dealer {
        padding-bottom: 55px
    }
}