@media (min-width: 1025px) {
    .recommendations {
        height: 390px;
    }
    .recommend-left {
        width: 50%;
    }
    .recommend-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        padding: 3vw 2.5vw
    }
    .recommend-content {
        left: 5%;
        width: 44%;
    }
    .recommend-title {
        font-size: 2.2vw;
        margin-bottom: 30px;
    }
    .recommend-desc {
        font-size: 1.2575vw;
    }
    .receipt-title {
        margin-bottom: 20px;
    }
    .receipt-button {
        margin-top: 20px;
    }
    .switcher {
        margin: 15px;
    }
    .custom-switch .switcher {
        margin-right: 15px;
        margin-left: 25px;
    }
    .switcher label {
        width: 55px;
        height: 28px;
    }
    .switcher label:before {
        width: 16px;
        height: 16px;
    }
    .switcher input[type=checkbox]:checked+label:before {
        left: 32px;
    }
    .select-row > p {
        width: 100%;
        min-width: 95px;
        max-width: calc(100% / 4 + 20px);
        font-size: 1.15vw;
        margin: 0 12px 0 0;
    }
    .select-wrap .select-item {
        padding: 10px 5px;
        width: calc(100% / 3);
    }
    .select-wrap .select-label {
        min-width: 100%;
        max-width: calc(100% / 3);
    }
    .receipt-selects .select-wrap .select-label {
        min-width: 100%;
        max-width: calc(100% / 3);
    }
    .select-placeholder {
        font-size: 1.2575vw;
        padding: 5px 20px 5px 5px;
    }
}
@media (min-width: 1500px) {
    .recommendations {
        height: 480px;
    }
    .recommend-right {
        padding: 65px 50px;
    }
    .recommend-title {
        font-size: 30px;
    }
    .recommend-desc {
        font-size: 18px;
    }
    .receipt-title {
        margin-bottom: 40px;
    }
    .receipt-button {
        margin-top: 40px;
    }
    .switcher {
        margin: 20px;
    }
    .custom-switch .switcher {
        margin-right: 20px;
        margin-left: 35px;
    }
    .select-row > p {
        width: 130px;
        min-width: 130px;
        font-size: 16px;
        margin: 0 20px 0 0;
    }
    .select-wrap .select-item {
        padding: 10px 5px;
    }
    .select-wrap .select-label {
        min-width: 168px;
        max-width: 168px;
    }
    .receipt-selects .select-wrap .select-label {
        min-width: 150px;
        max-width: 168px;
    }
    .select-placeholder {
        font-size: 16px;
        padding: 5px 35px 5px 5px;
    }
}
@media (max-width: 1024px) {
    .recommendations {
        height: auto;
        flex-wrap: wrap;
    }
    .recommend-left {
        width: 100%;
        background: #f7f8fb;
    }
    .recommend-left img {
        display: none;
    }
    .recommend-right {
        width: 100%;
    }
    .recommend-content {
        width: 100%;
        position: relative;
        align-items: center;
        padding: 30px 15px;
    }
    .recommend-title {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .recommend-desc {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0;
    }
    .receipt-title {
        margin: 30px auto;
    }
    .receipt-title p {
        display: none;
    }
    .receipt-desc {
        font-size: 13px;
    }
    .switcher label {
        width: 40px;
        height: 20px;
        border-radius: 25px;
        margin-bottom: 0;
    }
    .switcher label:before {
        width: 12px;
        height: 12px;
    }
    .switcher input[type=checkbox]:checked+label:before {
        left: 20px;
    }
    .custom-switch .switcher {
        margin-right: 16px;
    }
    .select-wrap, .single .select-wrap {
        width: 100%;
    }
    .select-wrap .select-item {
        padding: 15px 5px;
        width: 33.33%;
    }
	.select-row > p {
		font-size: 14px;
        width: 120px;
        min-width: 120px;
        margin: 0 20px 0 0;
    }
    .receipt .receipt-button {
        margin: 35px auto;
    }
    .select-placeholder {
        font-size: 16px;
        padding: 5px 35px 5px 8px;
    }
}
@media (max-width: 600px) {
    .select-row {
        flex-wrap: wrap;
    }
    .select-row+.select-row {
        margin-top: 20px;
    }
    .select-wrap {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .select-wrap .select-item {
        width: 50%;
        padding: 10px 5px;
        border-bottom: 1px solid #eaeaea;
    }
    .select-row:first-child .select-wrap .select-item {
        padding-bottom: 0;
    }
    .select-row:last-child .select-wrap .select-item {
        border-top: none;
    }
    .select-wrap .select-item, .select-wrap .select-item:first-child, .single .select-wrap .select-item:first-child {
        border-right: 1px solid #eaeaea;
    }
    .select-wrap .select-item:last-child, .single .select-wrap .select-item:last-child {
        padding-left: 0;
    }
    .select-wrap .select-item+.select-item {
        border-left: 0;
    }
    .select-placeholder {
        padding: 5px 35px 5px 5px;
    }
    .receipt .receipt-button, .receipt.single .receipt-button {
        margin: 30px auto;
        justify-content: center;
    }
}