.order {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.order p {
    font-size: 16px;
    text-align: center;
}

.order .row {
    margin: 0;
}

.order li {
    list-style: disc;
}

.order .download-tile {
    width: 432px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 30px;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
}

.order .download-tile:first-child {
    margin-right: 20px;
}

.order .download-tile:last-child {
    margin-left: 20px;
}

.order .download-tile p {
    line-height: 25px;
}

.order .download-tile .title {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 900;
}

.order .download-tile .descr {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin-bottom: 15px;
}

.order .download-tile a {
    width: 219px;
    display: block;
    margin: 25px auto 0;
    transition: transform .5s ease-in-out;
}

.order .download-tile a:hover {
    transform: scale(1.1, 1.1);
}

.order .order-circle {
    position: absolute;
    background: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    transform: rotate(15deg);
    color: #cec184;
    text-align: center;
    text-transform: uppercase;
    padding-top: 17px;
    top: -35px;
    right: -35px;
    box-shadow: 0 13px 6px -6px rgba(0, 0, 0, 0.3);
}

.order .download-tile .order-circle p {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
}

.order .grey-row {
    background-color: #edf0f6;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.order .center-tile {
    width: 904px;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.order .download-tile p {
    line-height: 25px;
}

.order .center-tile h1 {
    text-align: center;
    font-weight: 900;
    color: #90d24c;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
}

.order .center-tile .descr {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin-bottom: 30px;
}

.order .center-tile a {
    width: 219px;
    display: block;
    margin: 25px auto 0;
    transition: transform .5s ease-in-out;
}

.order .center-tile a:hover {
    transform: scale(1.1, 1.1);
}

.order .bottom-row {
    position: relative;
}

.order .bottom-row .grey-circle {
    position: absolute;
    top: -30px;
    right: 0px;
}

.order .bottom-tile {
    width: 904px;
    display: block;
    margin: 0 auto;
    padding: 40px 0;
}

.order .bottom-tile .title-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
}

.order .bottom-tile h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin-left: 20px;
}

.order .bottom-tile .title-container .blue-dots {
    margin-right: 20px;
}

.order .bottom-tile .title-container .orange-box {
    width: 80px;
    height: 7px;
    position: absolute;
    background-color: #ee7103;
    top: 0px;
    left: 20px;
    margin-top: -25px;
}

.order .bottom-tile .blue-tile {
    position: relative;
    width: 100%;
    height: 65px;
    background-color: #272f52;
    margin-top: 50px;
}

.order .bottom-tile .blue-tile .star {
    position: absolute;
    top: 17px;
    left: 17px;
}

.order .bottom-tile .blue-tile .title {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-align: left;
    line-height: 65px;
    text-indent: 70px;
}

.order .bottom-tile .txt {
    padding: 20px 0 0 40px;
    width: 50%;
}

.order .bottom-tile .img {
    width: 50%;
    margin-top: auto;
}

.order .bottom-tile .img img {
    width: 100%;
    height: auto;
}

.order .top {
    position: relative;
}

.order .top .blue-dots {
    position: absolute;
    width: 234px;
    height: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
    margin-left: -640px;
    margin-bottom: -45px;
}

.order .grey-row .orange-circle {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 180px;
    height: auto;
}

.order .bottom-blue {
    background-color: #272f52;
    height: 90px;
}

.order .bottom-blue .tile {
    width: 904px;
    margin: 0 auto;
    display: flex;
}

.order .bottom-blue .tile p {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin: auto 0;
}

.order .bottom-blue .card__content-download {
    height: 43px;
    margin: auto 0 auto auto;
}

@media screen and (max-width: 1600.92px) {
    .order .top .blue-dots {
        display: none;
    }
}

@media screen and (max-width: 1320.92px) {
    .order .grey-row .orange-circle {
        display: none;
    }
    .order .bottom-row .grey-circle {
        display: none;
    }
}

@media (max-width: 992px) {
    .order .order-circle {
        display: none;
    }
    .order .download-tile:first-child, .order .download-tile:last-child {
        margin: 20px auto;
    }
    .order .center-tile {
        width: 100%;
    }
    .order .bottom-tile .txt {
        width: 100%;
    }
    .order .bottom-tile .img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .order .bottom-blue .tile p {
        margin-left: 20px;
    }
}

@media (max-width: 740px) {
    .order .bottom-tile .title-container .blue-dots {
        display: none;
    }
}

@media (max-width: 462px) {
    .order .download-tile {
        overflow: hidden;
        padding-top: 58px;
    }

    .order .download-tile .banner{
        position: absolute;
        top: 0;
        transform: translate(-50%, 0);
        left: 50%;
    }
}