
/*Global settings*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a:hover {
    cursor: pointer;
}
.order-details-table-wrap {
    overflow-y: hidden;
    transition: .4s;
    max-height: 0;
}
.order-details-table-wrap_open {
    max-height: 1000px !important;
}
/*HEADER*/
.header-wrap {
    margin: 27px 26px;
    position: relative;
    text-align: center;
}
.order-header__img {
    position: absolute;
    left: 0;
    top: 0;
}
.nav-a {
    color: #212121;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
}
.mail-button-wrap {
    position: absolute;
    right: 0;
    top: 0;
    color: #212121;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
}
.order-header__button {
    border: none;
    background: none;
}
.order-header__button:hover, .order-header__img:hover {
     cursor: pointer;
 }
/*END HEADER*/

/*START BOX ORDER*/
.box-order {
    text-align: center;
    background: url("../themes/classic/img/order-box-back.jpg") no-repeat bottom;
    background-size: cover;
}
.order-title {
    color: #212121;
    font-family: Arial;
    font-size: 40px;
    font-weight: 600;
    padding-top: 90px;
}
.order-content-wrap {
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 30px;
}
.order-content-image-social__social {
    display: flex;
    justify-content: space-around;
    margin-left: 25px;
}
.social-buttons__img {
    width: 25px;
    margin: 10px 0;
}
.button-networks {
    text-decoration: none;
}
.order-content-items-box {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 3px 3px 0 #97daf8;
    opacity: 0.8;
    margin-bottom: auto;
    width: 100%;
    max-width: 550px;
}
.order-content-items-box__audio-item {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
.button-download__img {
    width: 40px;
}
.audio-item-button, .button-download {
    border: none;
    background: none;
}
.audio-item-button:hover, .button-download:hover {
    cursor: pointer;
}
.audio-item-box__content {
    margin-left: 20px;
    margin-top: 18px;
    display: flex;
}
.audio-item-time {
    margin-left: 120px;
}
.button-download {
    margin-left: 50px;
}
.audio-item-name {
    color: #626262;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    display: block;
    overflow: scroll;
    width: 315px;
}
.audio-item-time {
    color: #626262;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
}
.order-content-items-box__button-all-download {
    color: #2789a2;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    background: none;
    border: 1px solid #2789a2;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 20px 0;
}
.order-content-items-box__button-all-download:hover {
    cursor: pointer;
}
/*END ORDER BOX*/

/*DETAILS*/
.box-order-details {
    margin-top: 20px;
    text-align: center;
}
.order-details-title__button {
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    font-weight: 400;
    border: none;
    background: none;
    border-bottom: 1px dashed #ffffff;
}
.order-details-title {
    background: url("../themes/classic/img/back-2.jpg") no-repeat bottom;
    background-size: cover;
    padding: 15px 0;
    width: 100%;
}
.order-details-title:hover, .order-details-title__button {
    cursor: pointer;
}
.order-details-table {
    padding: 30px;
    text-align: left;
    background: url("../themes/classic/img/back-details.jpg") no-repeat bottom;
    background-size: cover;
}
.order-details-row {
    display: flex;
    text-align: left;
}
.order-details-row__name {
    color: #30807c;
    font-family: Arial;
    font-size: 17px;
    font-weight: 400;
    vertical-align: top;
    width: 100px;
}
.order-details-row__value {
    color: #0c423f;
    font-family: Arial;
    font-size: 17px;
    font-weight: 400;
    padding-left: 50px;
    padding-bottom: 20px;
    text-align: left;
    width: 95%;
}
.order-details-table__tr {
    margin: 20px auto;
}
/*END DETAILS*/

/*START LINKS ITEMS*/
.links-items {
    margin-top: 20px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.links-item {
    width: 49.13vw;
    text-align: center;
    padding: 100px 0;
    background-size: cover;
}
.links-item__title {
    color: #212121;
    font-family: Arial;
    font-size: 40px;
    font-weight: 600;
    margin: 10px;
}
.links-item__subtitle-wrap {
    margin: 28px 10px 34px;
}
.links-item__subtitle {
    color: #212121;
    font-family: Arial;
    font-size: 24px;
    font-weight: 400;
}
.links-item__link {
    color: #0053b1;
    font-family: Arial;
    font-size: 24px;
    font-weight: 400;
}
.links-item_back-1 {
    background: url("../themes/classic/img/link-back-1.jpg") no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.links-item_back-2 {
    background: url("../themes/classic/img/link-back-2.jpg") no-repeat;
    background-size: cover;
    margin-left: 10px;
}
.player-detail {
    max-width: 600px;
}
/*ADAPTIVE*/
@media (max-width: 1260px) {
    .links-items {
        flex-direction: column;
    }
    .order-details-row {
        flex-direction: column;
        text-align: left;
        justify-content: center;
    }
    .order-details-row__value {
        padding-left: 0;
    }
}
@media (max-width: 1000px) {
    .order-content-wrap {
        flex-wrap: wrap;
    }
    .order-content-image-social {
        order: 1;
        margin-top: 25px;
    }
}
@media (max-width: 940px) {
    .links-item {
        width: 100%;
        margin: 0 0 20px;
    }
}
@media (max-width: 770px) {
    .order-header__nav {
        display: none;
    }
    .header-wrap {
        height: 30px;
    }
    .order-content-items-box {
        width: 90%;
    }
    .audio-item-time {
        margin-left: 14vw;
    }
    .button-download {
        margin-left: 7vw;
    }
    .audio-item-box__content {
        text-align: left;
    }
    .audio-item-name {
        width: 220px;
    }
}
@media (max-width: 550px) {
    .audio-item-name {
        width: 120px;
    }
    .audio-item-time {
        margin-left: 5vw;
    }
    .order-content-image-social__image {
        width: 65vw;
    }
    .order-title {
        font-size: 8vw;
        padding-top: 70px;
    }
    .social-ring-img {
        display: none;
    }
    .order-details-table {
        padding: 10px;
    }
    .order-details-table__td-value {
        padding-left: 5px;
    }
    .order-content-wrap {
        padding-top: 30px;
    }
}
@media (max-width: 370px) {
    .play-button-img, .button-download__img {
        width: 10vw;
    }
    .audio-item-box__content {
        margin-top: 13px;
    }
}
