.dealerpage__desc {
    width: 790px;
}
.dealerpage__desc p {
    display: block;
    max-width: 476px;
    font-size: 20px;
    line-height: 140%;
    color: #013763;
    font-weight: 600;
}
.dealerpage__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 43px;
}
.dealerpage__links a {
    font-size: 17px;
    line-height: 140%; 
    font-weight: 600;
    color: #013763;
    text-decoration: none;
    transition: 0.2s;
}
.dealerpage__links div {
    margin-right: 50px;
    margin-bottom: 10px;
}
.dealerpage__links a:after {
    content: '';
    display: block;
    width: 100%;
    border: 1px Dashed #013763;
    transition: 0.2s;
}
.dealerpage__links a:hover {
    color: #0A9ED2;
}
.dealerpage__links a:hover:after {
    border: 1px Dashed #0A9ED2;
}

.dealerpage__block {
    background: #FAFAFA;
    padding-bottom: 150px;
    padding-top: 27px;
    margin-bottom: -140px;
}
.dealerpage__section {
    margin-bottom: 50px;
}
.dealerpage__section_title {
    display: flex;
    align-items: center;
    font-size: 26px;
    line-height: 140%;
    font-weight: 600;;
    color: #013763;
    margin-bottom: 33px;
}
.dealerpage__section_title img {
    margin-right: 13px;
}
.dealerpage__docs_item {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    background: #fff;
    min-height: 100px;
    align-items: center;
    box-shadow: 0px 2px 0px 0px #6E6A6A1A;
    margin-bottom: 8px;
    padding: 15px 31px;
    border: 1px solid #fff;
    transition: 0.2s;
}
.dealerpage__docs_item:hover {
    border: 1px solid #0A9ED2;
}
.dealerpage__docs_descr {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 140%;
    font-weight: 600;
    color: #013763;
}
.dealerpage__docs_name {
    font-size: 17px;
    line-height: 140%;
    font-weight: 600;
    color: #013763;
    max-width: 600px;
    margin-right: 15px;
}
.dealerpage__docs_size {
    margin-left: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.dealerpage__docs_format {
    text-transform: uppercase;
}
.dealerpage__docs_watch,
.dealerpage__docs_download {
    display: flex;
    font-size: 15px;
    line-height: 109%;
    font-weight: 600;
    color: #013763;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    padding: 8px 43px 8px 13px;
    transition: 0.2s;
}
.dealerpage__docs_watch:hover,
.dealerpage__docs_download:hover {
    background-color: #0A9ED2;
    box-shadow: 0px 5px 16px 0px #0085FFAD;
    color: #fff;
    border: 1px solid #0A9ED2;
}
.dealerpage__docs_watch {
    padding: 8px 31px 8px 8px;
    margin-left: 33px;
}
.dealerpage__docs_download {
    margin-left: 15px;
}  
.dealerpage__docs_watch svg {
    display: block;
    width: 25px;
    height: 17px;
    margin-right: 23px;
}
.dealerpage__docs_download svg {
    display: block;
    width: 18px;
    height: 19px;
    margin-right: 23px;
}

@media (max-width: 1279px)
{
    .dealerpage__desc {
        width: 560px;
    }
    .dealerpage__block {
        padding-bottom: 120px;
        margin-bottom: -100px;
    }
}
@media (max-width: 1023px)
{
    .dealerpage__desc {
        width: 100%;
    }
    .dealerpage__block {
        padding-bottom: 100px;
        margin-bottom: -80px;
    }
}
@media (max-width: 930px)
{
    .dealerpage__docs_watch {
        display: none;
    }
    .dealerpage__docs_download {
        margin-left: 23px;
    }
}
@media (max-width: 767px)
{
    .dealerpage__desc p {
        font-size: 18px;
    }
    .dealerpage__links {
        margin-top: 23px;
    }
    .dealerpage__links a {
        font-size: 16px;
    }
    .dealerpage__links div {
        margin-right: 30px;
    }
    .dealerpage__section_title {
        font-size: 20px;
    }
    .dealerpage__block {
        padding-bottom: 80px;
        margin-bottom: -60px;
    }
}
@media (max-width: 630px)
{
    .dealerpage__docs_item {
        display: block;
        padding: 15px 17px;
    }
    .dealerpage__docs_name {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .dealerpage .akt_page-desc-block .service-card {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 479px)
{
    .dealerpage__desc p {
        font-size: 17px;
    }
    .dealerpage__links {
        margin-top: 23px;
    }
    .dealerpage__links a {
        font-size: 15px;
    }
    .dealerpage__links div {
        margin-right: 20px;
    }
    .dealerpage__block {
        padding-bottom: 60px;
        margin-bottom: -40px;
    }
}