#wrapper {
    max-width: 100% !important;
}

.app-header {
    max-width: calc(80px + 85rem);
    margin: 0 auto;
}

.navbar .logo a {
    margin: 0 auto;
}

.navbar .right {
    justify-content: end;
}

.navbar-nav img {
    height: 50px;
}

.home-page {
    padding: 0 !important;
}

.home-page .banner {
    margin: 0;
    background-color: #E8E5E4;
    display: flex;
}

.home-page .banner2 {
    display: flex;
    border-top: 1px solid #E8E5E4;
    border-bottom: 1px solid #E8E5E4;
    background-color: #E8E5E4;

    @media (max-width: 1000px) {
        display: block;
    }
}

.home-page .banner2 ul {
    list-style-type: none;
    font-size: 25px;
    @media (max-width: 1500px) {
        font-size: 20px;
        padding-left: 0;
    }
    @media (max-width: 1000px) {
        font-size: 12px;
        padding-left: 0;
    }
}
.home-page .banner2 li {
    text-align: left;
}
.home-page .banner2 li img {
    height: 26px;
    width: 30px;
    margin: 10px;
    @media (max-width: 1000px) {
        height: 19px;
        width: 20px;
    }
}

.home-page .banner2 img {
    width: 650px;
    margin-left: 100px;
    @media (max-width: 1500px) {
        width: 75%;
    }
    @media (max-width: 1000px) {
        margin-left: 0;
    }
}

.home-page .banner2 .left {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: end;
    @media (max-width: 1000px) {
        width: 100%;
        justify-content: center;
        margin: 30px 0 0;
    }
}

.home-page .banner2 .right {
    text-align: left;
    width: 50%;
    @media (max-width: 1000px) {
        width: 100%;
        text-align: center;
    }
}

.home-page .banner2 .right span {
    color: #887b64;
    font-size: 22px;
    font-weight: bold;
    @media (max-width: 1500px) {
        font-size: 16px;
        color: black;
    }
    @media (max-width: 1000px) {
        font-size: 12px;
        color: black;
    }
}

.home-page .banner2 .right .standardBox {
    margin-top: 110px;
    position: absolute;
    text-align: center;

    @media (max-width: 991px) {
        margin: 10px;
    }
}

.home-page .banner2 .right .royalBox {
    margin: 300px 0 0 600px;
    position: absolute;
    text-align: center;
    @media (max-width: 1500px) {
        margin: 160px 0 0 280px;
    }
    @media (max-width: 400px) {
        margin-top: 50px;
        right: 4px;
        width: 80px;
    }
}

.home-page .banner .buttons {
    margin: 40px 20px 40px 0;
    text-align: left;

    @media (max-width: 768px) {
        text-align: center;
        margin: 0;
    }
}

.btn {
    margin: 0 0 20px;

    @media (max-width: 768px) {
        margin: 10px auto;
    }
}

button.btn-green {
    background-color: rgb(68, 88, 69);
    transition: 400ms cubic-bezier(0, 0, 0.2, 1);
    padding-bottom: 10px;
    min-width: 100px;
    border: 1px solid white;

    @media (max-width: 768px) {
        padding-bottom: 0;
    }
}

button.btn-green a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;

    @media (max-width: 768px) {
        font-size: 14px;
    }
}

button.btn-green:hover {
    color: rgb(68, 88, 69);
    background-color: white;

    a {
        color: rgb(68, 88, 69);
    }
}

button.btn-blue {
    color: #FFFFFF;
    background-color: rgb(68, 88, 69) !important;
    transition: 400ms cubic-bezier(0, 0, 0.2, 1);
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    padding-bottom: 10px;
    min-width: 200px;
    border: 1px solid rgb(68, 88, 69);
    margin-bottom: 20px;

    @media (max-width: 768px) {
        font-size: 11px;
        padding-bottom: 0;
        line-height: 20px;
    }
}

button.btn-blue:hover {
    color: rgb(68, 88, 69);
    background-color: transparent !important;
}

a.btn-blue {
    color: #FFFFFF;
    background-color: rgb(68, 88, 69) !important;
    transition: 400ms cubic-bezier(0, 0, 0.2, 1);
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 10px 10px;
    border: 1px solid rgb(68, 88, 69);
    border-radius: 4px;

    @media (max-width: 768px) {
        font-size: 11px;
        padding-bottom: 7px;
        line-height: 20px;
    }
}

a.btn-blue:hover {
    color: rgb(68, 88, 69);
    background-color: transparent !important;
}

button.btn-red {
    color: rgb(68, 88, 69);
    background-color: transparent;
    transition: 400ms cubic-bezier(0, 0, 0.2, 1);
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border: 1px solid rgb(68, 88, 69);

    @media (max-width: 768px) {
        font-size: 11px;
        padding-bottom: 0;
        line-height: 20px;
    }
}

button.btn-red:hover {
    color: #FFFFFF;
    background-color: rgb(68, 88, 69);
}

.home-page .left-block {
    margin: auto 0;
    padding: 0 50px 0 300px;

    @media (max-width: 1350px) {
        padding: 0 30px;
    }

    @media (max-width: 768px) {
        display: block;
    }
}

.home-page .right-block img {
    max-height: 700px;
    max-width: 100%;
}

.home-page .left-block h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 50px;

    @media (max-width: 1350px) {
        font-size: 40px;
    }

    @media (max-width: 768px) {
        margin: 40px auto;
        text-align: center;
        line-height: 50px;
    }

    @media (max-width: 500px) {
        margin: 20px auto;
        font-size: 25px;
        line-height: 32px;
    }
}

.home-page .left-block h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 50px;

    @media (max-width: 1350px) {
        font-size: 25px;
    }

    @media (max-width: 768px) {
        margin: 40px auto;
        text-align: center;
    }

    @media (max-width: 500px) {
        margin: 20px auto;
        font-size: 15px;
        line-height: 30px;
    }
}

.section {
    margin: 70px auto;
    width: 1300px;

    @media (max-width: 1350px) {
        width: 100%;
        padding: 0 50px 0 50px;
    }

    @media (max-width: 910px) {
        display: block;
        margin: 100px auto;
    }

    @media (max-width: 768px) {
        margin: 90px auto;
        padding: 0 20px 0 20px;
    }
}

.section h2 {
    font-size: 50px;
    text-align: center;
    margin: 100px 0;
}

.section h3 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 100px 0;
    line-height: 40px;

    @media (max-width: 768px) {
        font-size: 20px;
    }
}

.list {
    display: flex;
    justify-content: space-evenly;

    @media (max-width: 768px) {
        display: block;
    }
}

.list .item {
    @media (max-width: 768px) {
        margin-bottom: 60px;
    }
}

.list .item .img {
    height: 100px;
}

.list .item h2 {
    font-size: 30px;
    margin: 15px auto;
}

.list .item p {
    font-size: 18px;
    font-weight: bold;
    max-width: 250px;
    margin: auto;
}

.list .item .step {
    font-size: 30px;
    background-color: rgb(68, 88, 69);
    color: white;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 10px auto;
}

.green-bg {
    background-color: rgb(68, 88, 69);
    line-height: 35px;
}

.green-bg .img-padding {
    padding: 30px 0 60px 0;

    @media (max-width: 768px) {
        padding: 0;
    }
}

.section .item {
    text-align: center;
}

.section .item h2 {
    font-size: 22px;
    max-width: 270px;
    margin: 10px auto;
}

.section .item p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    margin: 10px auto;
    font-weight: bold;
    line-height: 24px;
    max-width: 270px;
}

.section .square-row {
    display: flex;
    justify-content: center;

    @media (max-width: 1200px) {
        justify-content: space-between;
    }

    @media (max-width: 500px) {
        display: block;
    }
}

.section .square-row .square {
    width: 330px;
    height: 330px;
    margin: 70px 30px;
    background-color: #e1e1e1;
    display: flex;
    cursor: pointer;

    @media (max-width: 1200px) {
        margin: 100px 0;
    }

    @media (max-width: 768px) {
        width: 150px;
        height: 150px;
        margin: 50px auto;
    }
}

.section .square-row .square ul {
    list-style-type: none;
    padding: 0;
}

.section .square-row .square ul li img {
    height: 330px;
    width: 330px;

    @media (max-width: 768px) {
        width: 150px;
        height: 150px;
    }
}

.section .square-row .square .text {
    margin: 10px auto 30px auto;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;

    @media (max-width: 768px) {
        line-height: 20px;
        font-size: 16px;
    }
}

.section-wide {
    display: flex;
    margin: 100px 0;

    @media (max-width: 768px) {
        display: block;
        margin: 0;
        text-align: center;
    }
}

.section-wide .list {
    display: flex;
    justify-content: space-evenly;

    @media (max-width: 768px) {
        display: block;
    }
}

.section-wide .right {
    width: 50%;
    background-color: rgb(68, 88, 69);

    @media (max-width: 768px) {
        width: 100%;
    }
}

.fill {
    display: flex;
    justify-content: right;
    align-items: end;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.section-wide .right-image {
    width: 50%;
    background-color: #e1e1e1;
}

.section-wide .image {
    text-align: center;
    width: 100%;
}

.section-wide .image img {
    max-height: 600px;
    max-width: 100%;
}

.section-wide .image-right {
    text-align: right;
    width: 50%;
    background-color: #e1e1e1;

    @media (max-width: 768px) {
        width: 100%;
    }
}

.section-wide .image-right img {
    max-height: 700px;
    max-width: 100%;
}

.section-wide .image-left {
    text-align: left;
    width: 50%;
}

.section-wide .image h2 {
    font-size: 50px;
    font-weight: bold;
    padding: 30px 0;
    margin: 0 50px;
    line-height: 50px;
    color: #FFFFFF;

    @media (max-width: 768px) {
        font-size: 30px;
        line-height: 34px;
    }
}

.section-wide .image-text {
    display: flex;
    width: 100%;

    @media (max-width: 768px) {
        display: block;
    }
}

.section-wide .left {
    width: 50%;
    background-color: #E8E5E4;

    @media (max-width: 768px) {
        width: 100%;
    }
}

.section-wide .text {
    padding: 150px 150px 100px 150px;
    text-align: center;

    @media (max-width: 768px) {
        padding: 50px 30px;
    }
}

.section-wide .text-left {
    padding: 150px 5% 100px 5%;
    background-color: rgb(68, 88, 69);

    @media (max-width: 768px) {
        padding: 50px 30px;
    }
}

.section-wide .text h2 {
    font-size: 44px;
    font-weight: bold;
    margin: 0 0 50px 0;
    color: white;
    line-height: 47px;
    text-align: center;

    @media (max-width: 768px) {
        font-size: 30px;
        text-align: center;
        line-height: 36px;
    }
}

.section-wide .text p {
    font-size: 24px;
    line-height: 35px;
    margin: 50px 0;
    color: white;
    text-align: center;

    @media (max-width: 768px) {
        font-size: 17px;
        line-height: 22px;
    }
}

.section-wide-gray {
    margin: 90px auto;
    background-color: #E8E5E4;
    display: block;
    text-align: center;
}

.section-wide-gray .heading {
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #343a40;
    padding: 80px;
}

.section-wide-gray .list {
    padding-bottom: 80px;
}

.section .review {
    margin: 0 50px;
    font-family: 'Roboto Condensed', sans-serif;

    @media (max-width: 768px) {
        margin: 0;
    }
}

.review .header {
    display: flex;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.review h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0;
}

.review .score {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.review p {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
}

.review .stars {
    display: flex;
    justify-content: center;
}

.review .stars img {
    height: 30px;
    width: 30px;
    margin: 10px 5px;
}

.review .header img {
    height: 50px;
    width: 50px;
    margin: 0 10px;
}

.review .header .info-main .name {
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    margin: 0 0 5px 0;
}

.review .header .info-main .date {
    font-size: 17px;
    color: gray;
    width: 100%;
    margin: 0 0 5px 0;
}

.app-footer {
    display: none;
}

#push {
    display: none;
}

.modal-footer .btn {
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .margin-700 {
        margin-top: 700px;
    }
}

.orderForm {
    margin: auto;
    text-align: center;
}

.orderForm .prints {
    display: flex;
    justify-content: space-between;
    text-align: left;

    @media (max-width: 768px) {
        display: block;
    }
}

@media (max-width: 768px) {
    .orderForm .prints h2 {
        text-align: center;
    }
}

.spacing {
    border-top: 1px solid lightgrey;
    padding: 20px 0;
}

.orderForm .prints .left {
    width: 40%;
    padding: 0 40px 0 0;
    border-right: 1px solid lightgrey;

    @media (max-width: 768px) {
        width: 100%;
        border-right: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .orderForm .prints .left h2 {
        text-align: center;
        margin-bottom: 20px;
    }
}

.orderForm .prints .right {
    width: 60%;
    padding: 0 0 0 40px;

    @media (max-width: 768px) {
        width: 100%;
        padding: 0;
    }
}

.orderForm .prints .right p {
    font-size: 16px;
}

.orderForm .prints .right h2 {
    margin-bottom: 20px;

    @media (max-width: 768px) {
        text-align: center;
        margin-top: 20px;
    }
}

.orderFormConfirm {
    border: 1px solid green;
    border-radius: 5px;
    padding: 7px;
    background-color: yellow;
}

.orderForm .otherPrint {
    display: flex;
    margin-top: 20px;
    text-align: left;

    @media (max-width: 768px) {
        display: block;
    }
}
.orderForm .otherPrint .left {
    width: 50%;

    @media (max-width: 768px) {
        width: 100%;
    }
}
.orderForm .otherPrint .left p {
    font-size: 16px;
}
.orderForm .otherPrint .right {
    width: 50%;

    @media (max-width: 768px) {
        width: 100%;
    }
}
.orderForm .otherPrint .right img {
    width: 100%;
}
.orderForm .button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    height: 54px;
    border-radius: 4px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #02CB81;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.orderForm .button:hover {
    background-color: #02B171;
}
