.wr {
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
}

.products {
    max-width: 1160px;
    width: 100%;
    height: auto;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 360px auto 60px
}

.products a, .products b, .products li, .products p, .products span {
    font-family: Roboto Mono, sans-serif
}

.products__text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px
}

.product__text > a {
    color: #005d8c;
    border-bottom: 1px solid #3d779d;
}

.products .btn-blue {
    max-width: 260px;
    height: 50px;
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
    border: 2px solid #426da9;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .25s ease, color .25s ease;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #426da9
}

.products .btn-blue:focus {
    outline: 0
}

.products .btn-blue:hover {
    border-color: #002855;
    color: #002855
}

.product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    margin-bottom: 32px;
    border-top: 2px solid #efefef
}

.product, .product__logo {
    width: 100%;
    height: auto
}

.product__logo a {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product__logo img {
    height: 64px;
    width: auto;
    cursor: pointer
}

.product__row {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px
}

.product__row .btn-blue {
    margin: 0 0 0 32px
}

.product__text {
    max-width: 720px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px
}

.product > .hidden-case_active {
    margin-top: 64px
}

.product-description__description-options {
    margin-bottom: 64px
}

.product-description__description-links {
    margin-bottom: 48px
}

.product-description__description-image {
    margin-bottom: 64px
}

.product-modules {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 64px
}

.product-module {
    align-items: flex-start;
    width: calc(100% - 56px);
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 2px solid #efefef
}

.product-module > .hidden-case_active {
    margin-top: 32px
}

.product-module:last-of-type {
    border-bottom: 2px solid #efefef
}

.product-module__head {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-module__head .hidden-case__close {
    margin-top: 0
}

.product-module__module-name {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.product-module__module-name img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    pointer-events: none
}

.product-module__module-name p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    pointer-events: none
}

.product-module__description {
    max-width: 900px;
    list-style: none;
    margin: 0 0 0 12px;
    padding-left: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000
}

.product-module__description li {
    position: relative;
    margin-left: 0
}

.product-module__description li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #426da9;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%)
}

.product-module__description li:not(:first-of-type) {
    margin-top: 24px
}

.product-module__row {
    width: 100%;
    height: auto;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.product-module__row img {
    width: calc(100% - 270px);
    height: auto
}

.description-options {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap
}

.description-options__column {
    width: 100%;
    height: auto;
    min-width: 310px;
    margin: 0;
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
    align-items: center;
}

.description-options__option {
    width: 100%;
    height: auto;
    min-width: 310px;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.description-options__option img {
    margin-right: 32px
}

.description-options__option p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin: 0
}

.description-links {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.description-links a {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #426da9;
    text-decoration: underline;
    border-bottom: none;
    position: relative
}

.description-links a:not(:last-of-type) {
    margin-right: 32px
}

.description-links a:hover {
    color: #002855;
    border: none;
    text-decoration: none
}

.hidden-case {
    width: 100%;
    height: 100%;
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s ease, margin-top .5s ease .5s, opacity 1s ease
}

.hidden-case_active {
    -webkit-transition: max-height 1s ease, margin-top 0s ease, opacity 1s ease;
    -o-transition: max-height 1s ease, margin-top 0s ease, opacity 1s ease;
    transition: max-height 1s ease, margin-top 0s ease, opacity 1s ease
}

.hidden-case__container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.hidden-case__close {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px
}

.hidden-case__close button {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #426da9;
    text-decoration: underline;
    position: relative;
    border: none;
    background-color: #fff;
    cursor: pointer
}

.hidden-case__close button:focus {
    outline: 0
}

.hidden-case__close button:hover {
    color: #002855;
    border: none;
    text-decoration: none
}

.hidden-case__close-desc {
    display: block
}

.hidden-case__close-mobile {
    width: 32px;
    height: 32px;
    display: none;
    border: 2px solid #426da9 !important;
    border-radius: 7px
}

.hidden-case__close-mobile-active {
    border: 2px solid #da291c !important
}

.hidden-case__close-mobile-active > span {
    background-color: #da291c !important
}

.hidden-case__close-mobile-active > span:first-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important
}

.hidden-case__close-mobile-active > span:last-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(45deg) !important
}

.hidden-case__close-mobile > span {
    pointer-events: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #426da9;
    transition: transform .25s ease, background-color .25s ease
}

.hidden-case__close-mobile > span:first-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(0)
}

.hidden-case__close-mobile > span:last-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(90deg)
}

.description-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.description-image, .description-image img {
    width: 100%;
    height: auto
}

.description-image img:not(:last-of-type) {
    margin-top: 32px
}

.buy_btn-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 25px;
}

.buy_btn-wrap .buy_btn {
    width: 300px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #426DA9;
    height: 50px;
    background: #426DA9;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.download__btn{
    margin-left: 24px;
}

.product__text > a:hover {
    color: #0090d9;
    border-color: #0090d9;
}

.buy_btn-wrap .buy_btn:hover {
    background: transparent;
    color: #426DA9;
}


.hidden-case__close button:hover {
    color: #002855;
    border: none;
    text-decoration: none;
}

.hidden-case__close button:focus {
    outline: 0;
}

@media (max-width: 767px) {
    .products {
        padding-top: 24px;
        margin-bottom: 0
    }

    .products__text {
        font-size: 14px;
        line-height: 16px;
        text-align: center
    }

    .product__logo img {
        width: auto;
        height: 40px
    }

    .product__row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .product__row .btn-blue {
        width: 100%;
        height: 40px;
        max-width: none;
        margin-left: 0;
        margin-top: 24px
    }

    .product__row .btn-blue, .product__text {
        font-size: 14px;
        line-height: 16px
    }

    .product-module > .hidden-case_active {
        margin-top: 12px
    }

    .product > .hidden-case_active {
        margin-top: 32px
    }

    .product-module {
        width: 100%
    }

    .product-module__head .hidden-case__close {
        width: auto;
        margin-left: 32px
    }

    .product-module__row {
        padding-left: 20px
    }

    .product-module__row img {
        width: 100%;
        height: auto
    }

    .product-module__module-name img {
        width: 32px;
        height: auto;
        margin-right: 20px
    }

    .product-module__module-name p {
        font-size: 14px;
        line-height: 16px
    }

    .product-module__description {
        padding-left: 40px
    }

    .product-module__description li {
        min-height: 20px
    }

    .product-module__description li:not(:first-of-type) {
        margin-top: 10px
    }

    .product-module__description li:before {
        top: 6px;
        transform: translateY(0)
    }

    .product-description__description-image, .product-description__description-links, .product-description__description-options {
        margin-bottom: 48px
    }

    .description-options {
        flex-wrap: wrap
    }

    .description-options__item {
        width: 100%
    }

    .description-options__column{
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
    }

    .description-options__option {
        align-items: flex-start;
        min-height: 16px
    }

    .description-options__option img {
        width: 16px;
        min-height: 16px;
        height: auto;
        margin-right: 12px
    }

    .description-links a, .description-options__option p {
        font-size: 14px;
        line-height: 16px
    }

    .description-links a:not(:last-of-type) {
        margin-right: 16px
    }

    .hidden-case__close button {
        font-size: 14px;
        line-height: 16px
    }

    .hidden-case__close-desc {
        display: none
    }

    .hidden-case__close-mobile {
        display: block
    }

    .product .buy_btn-wrap{
        display: grid;
        justify-content: center;
        grid-row-gap: 24px;
    }

    .download__btn{
        margin-left: 0;
    }
}
