a, button {
    outline: 0;
}

.page-nav {
    bottom: 20px;
    /*right: 20px;*/
}

.primaryMenu__sublink--active,
.primaryMenu__link--active{
    color: #edae2e !Important;
}

#dealerForm .dealer__form__item .form-group.field-select-name .selecter-options{
    display: none;
}

#catalogInner{
    margin-top: 30px;
}

.dealer__local{
    display: none;
}

.success{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.block .box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.block .box:nth-child(2n) {
    padding-left: 9.375%;
}

#map {
    width: 100%;
    height: 500px;
}

.dealer__form__item.first {
    width: 32%;
}

.dealer__list{
    margin-top: 0;
}

@media screen and (max-width: 600px) {

    .block .box {
        width: 100%;
    }

    .block .box:nth-child(2n) {
        padding-left: 0;
    }

    .dealer__form__item.first {
        width: 100%;
    }

    #mobile {
        display: none;
    }

}

.catalogPage p {
    padding-bottom: 10px !important;
    padding-top: 25px !important;
    text-indent: 50px;
}

.slick-list{
    width: 100%;
}

.chess li {
    font-size: calc(21px * .9);
    font-family: pf_dintext_proregular,Arial,sans-serif;
    color: #58595b;
    line-height: 1.35;
    margin: 0 0 10px;
    position: relative;
    padding-left: 27px;
}
.chess li:before {
    content: '';
    background: url(../images/catalog/bulet.png) no-repeat;
    display: block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 6px;
}
.chess .div_h1 {
    font-size: calc(24px * .9);
    font-family: pf_dintext_proregular,Arial,sans-serif;
    color: #edae2e;
    margin: 50px 0 40px;
    text-transform: uppercase
}

@media (max-width: 1889px) {
    .chess .div_h1 {
        font-size:calc(22px * .9);
        margin: 25px 0 20px
    }
}

@media (max-width: 1530px) {
    .chess .div_h1 {
        font-size:calc(20px * .9);
        margin: 25px 0 15px
    }
}

@media (max-width: 768px) {
    .chess .chess__text.pr {
        padding:0 15px
    }

    .chess .div_h1 {
        font-size: calc(16px * .9)
    }
}

@media (max-width: 768px){
    .chess li {
        font-size: calc(18px * .9);
    }
}
@media (max-width: 1350px) and (min-width: 1280px){
.chess li {
    font-size: calc(18px * .9);
}
}
a.possibility__item{
    text-decoration: none;
}

#dealer .about__downloadFile.downloadFile--doc a:before {
    background: url('../images/catalog/doc.svg') no-repeat;
}

.downloadFile.downloadFile--doc a:before {
    background: url('../images/catalog/doc.svg') no-repeat;
}