.download{
    padding-top: 32px;
}

.download__wrap {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-column-gap: 25px;
}

.download__img {
    margin: 30px auto 70px;
    display: block;
}

.download__main {
    padding-top: 30px;
}

.download__title {
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #26262A;
    margin: 0 0 25px;
}

.download__description {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #626266;
}

.download__prod-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download__prod-item {
    margin-top: 25px;
}

.download__prod-logo {
    max-width: 412px;
}

.download__prod-buy {
    flex-grow: 1;
    max-width: 240px;
    border-radius: 10px;
    height: 50px;
    background: #426DA9;
    color: white;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #426DA9;
    margin-left: 30px;
    cursor:pointer;
}

.download__prod-header_left {
    flex-grow: 1;
}

.download__prod-buy:hover {
    background: transparent;
    color: #426DA9;
    border-color: #426DA9;
}

.download__prod-version {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

.download__prod-version .name {
    margin-right: 5px;
    color: #A4A4A8;
}

.download__distributions {
    margin-top: 25px;
    border: 2px solid #DCDCE0;
}

.download__oc {
    border-bottom: 2px solid #DCDCE0;
    display: flex;
}

.download__distributions-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
}

.download__distributions-item:hover{
    background: #E2ECF9;
}

.download__distributions-item.dark {
    background: #F4F4FA;
}

.download__distributions-item.dark:hover {
    background: #CEDEF4;
}

.download__distributions-item_name,
.download__distributions-item_for{
    color:black;
    text-decoration:none;
    border:none;
}

.download__distributions-item__download-get-trial {
    margin-right: 40px;
}

.download__oc-img {
    min-width: 46px;
}

.download__oc.windows .download__oc-img {
    background: #EAEAEE url(./img/windows.svg) no-repeat center;
}

.download__oc.mac .download__oc-img {
    background: #EAEAEE url(./img/mac.svg) no-repeat center;
}

.download__oc.linux .download__oc-img {
    background: #EAEAEE url(./img/linux.svg) no-repeat center;
}

.download__distributions-wrap {
    flex-grow: 1;
}

.download__distributions-item_name {
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
    color: #6f6f71;
    margin-right: auto;
}

.download__distributions-more {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin: 12px auto;
    width: max-content;
    cursor: pointer;
}

.download__aside-manuals {
    padding: 30px 48px;
    display: flex;
    flex-direction: column;
    border: 2px solid #E2ECF9;
}

.download__aside-title {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #002855;
    margin-bottom: 32px;
}

.download__aside-manual {
    padding-left: 45px;
    border: none;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 32px;
    display: flex;
    align-items: center;
}

.download__aside-manual:not(:last-of-type) {
    margin-bottom: 40px;
}

.download__aside-manual.def {
    background-image: url('./img/def.svg');
}

.download__aside-manual.web {
    background-image: url('./img/web.svg');
}

.download__aside-manual.pdf {
    background-image: url('./img/pdf.svg');
}

.download__description ul,
.download__description ol,
.download__description p {
    margin: 0;
}

.download__description ol {
    margin-bottom: 25px;
    padding-left: 15px;
}

.download__description ul {
    margin-bottom: 25px;
}

.download__description li {
    margin-left: 20px;
}

.download__description p:not(:last-of-type) {
    margin-bottom: 25px;
}

.download__aside-text {
    margin-top: 25px;
    padding: 32px 48px;
    display: flex;
    flex-direction: column;
    border: 2px solid #E2ECF9;
}

.download__aside-text a {
    border: none;
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
}

.download__aside-text a:not(:last-of-type) {
    margin-bottom: 25px;
}

.download .jivo-btn,
.download .youtube__link{
    width: 100%;
    height: 48px;
    border: 2px solid #426DA9;
    border-radius: 10px;
    background: transparent;
    text-transform: uppercase;
    font-weight: bold;
    color: #426DA9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    margin-top: 25px;
}

.download .jivo-btn:hover,
.download .youtube__link:hover{
    color: white;
    background: #426DA9;
    box-shadow: none;
}

.download__description .download__distributions-more {
    margin: 0;
}

@media (max-width: 1024px) {
    .download__aside {
        margin-top: 25px;
    }

    .download__wrap {
        grid-template-columns: 1fr;
    }

    .download__aside-text,
    .download__aside-manuals {
        border: none;
        padding: 0;
    }

    .download .jivo-btn {
        max-width: 312px;
        margin: 25px auto auto;
    }

    .download__prod-buy {
        max-width: 312px;
    }
}

@media (max-width: 800px) {
    .download {
        padding-top: 8px;
    }
}
@media (max-width: 768px) {
    .download__prod-header {
        flex-direction: column;
        align-items: normal;
    }

    .download__prod-header_left {
        margin: 0 auto;
    }

    .download__prod-logo {
        width: 100%;
    }

    .download__prod-version {
        text-align: center;
        font-size: 12px;
        line-height: 24px;
    }

    .download__prod-buy {
        margin: 20px auto 0;
        width: 100%;
    }

    .download__distributions-item {
        flex-direction: column;
        height: auto;
        padding: 12px 15px;
    }

    .download__distributions-item_name {
        margin: 0;
    }
}