.item-page-container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

@media (min-width: 400px) {
    .item-page-container {
        width: 85%;
        padding: 0;
    }
}

@media (min-width: 550px) {
    .item-page-container {
        width: 80%;
    }
}

.item-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Inter"
}

.item-review {
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

#zaglushka,.item-review iframe {
    margin-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 5px
}

#zaglushka {
    cursor: pointer;
    background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/zaglushka.webp);
    background-size: cover;
    background-position: 50% 50%;
    max-width: 100%;
    z-index: 1;
    display: none
}

.item-review iframe {
    z-index: 0
}

.u-full-width {
    width: 100%;
    box-sizing: border-box
}

.item-page-navigator {
    margin: 20px 0;
    padding: 0 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    z-index: 2;
    transition: .3s
}

.item-page-navigator-btn {
    display: block;
    padding: 5px;
    background: radial-gradient(118.01% 118.01% at 50% 0,rgba(255,255,255,.9) 0,rgba(255,255,255,.9) 100%);
    border-radius: 5px;
    color: #00adee;
    margin: 3px 2px
}

.item-page-navigator-btn:hover {
    background: radial-gradient(118.01% 118.01% at 50% 0,rgb(255,255,255) 0,rgb(255,255,255) 100%);
}

.item-page-navigator-btn a {
    display: block
}

.item-page-main {
    display: flex;
    flex-direction: column;
    margin: 90px 0
}

.item-page-main-title {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 32px;
    margin: 10px 0 40px
}

.item-page-main-description {
    text-align: center;
    font-size: 24px;
    line-height: 135%;
    color: #000
}

.item-page-main img {
    height: 55px;
    width: 85px;
    margin: 0 auto
}

.item-benefits-icons {
    padding: 5%;
    margin: 0 0 40px 20px;
    border-radius: 5px;
    background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/2.webp);
    background-size: cover;
    background-position: 50% 50%;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap
}

.item-benefits-icons-back {
    margin: 10px;
    max-width: 195px;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px;
    background: linear-gradient(180deg,rgba(240,251,255,.95) 0,rgba(255,255,255,.95) 100%);
    box-shadow: 0 5px 25px rgba(0,174,239,.15);
    backdrop-filter: blur(30px);
    border-radius: 10px
}

.item-benefit-icon {
    filter: drop-shadow(0 5px 10px rgba(0,173,238,.15));
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.item-benefit-title {
    color: #00adee;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    font-style: normal;
    margin: 15px 0 10px
}

.item-benefit-description {
    color: #4f4f4f;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%
}

.item-page-light-blue-bb {
    width: calc(100% - 160px);
    margin: 0 0 0 20px;
    padding: 60px;
    background: radial-gradient(118.01% 118.01% at 50% 0,rgba(0,173,238,.1) 0,rgba(58,201,255,.1) 100%);
    border-radius: 10px
}

.item-page-light-blue-bb .item-page-blue-title {
    margin: 0 0 60px
}

.item-page-blue-title {
    display: block;
    color: #00adee;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    text-align: center;
    margin: 120px 0 60px
}

.item-pages-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap
}

.item-page-card {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    flex: 40%;
    min-width: 500px;
    margin: 20px 0 0
}

.item-page-white {
    background: #fff
}

.item-page-card:nth-child(even) {
    margin-left: 10px
}

.item-page-card:nth-child(odd) {
    margin-right: 10px
}

.item-page-card-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px 0 20px
}

.item-page-second-title {
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 135%
}

.item-page-centered-cards {
    max-width: 85%;
    margin: 0 auto
}

.item-page-centered-cards .item-page-card:nth-child(even) img {
    order: 3
}

.item-page-centered-cards .item-page-card:nth-child(even) {
    text-align: right
}

.item-page-centered-cards .item-page-card-description {
    padding: 0 40px
}

.item-page-centered-cards .item-page-card {
    margin: 70px 0 0
}

.item-page-centered-cards .item-page-card:first-child {
    margin: 0
}

.big {
    font-weight: 500;
    font-size: 28px
}

.lil-big {
    font-weight: 400;
    font-size: 18px
}

.item-page-light-blue {
    background: radial-gradient(118.01% 118.01% at 50% 0,rgba(0,173,238,.1) 0,rgba(58,201,255,.1) 100%);
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px
}

.item-page-light-blue img {
    border-radius: 5px;
    width: 235px;
    height: 235px
}

.item-page-light-blue img:nth-child(even) {
    margin: 0 0 0 20px
}

.item-page-light-blue .item-page-card-description .item-page-second-title {
    margin: 0 0 10px
}

.item-page-big-card {
    display: flex;
    flex-direction: column;
    padding: 70px 0 0;
    transition: .3s
}

.item-page-second-img {
    width: 100%;
    height: 456px;
    border-radius: 5px;
    display: flex;
    flex-direction: column
}

.item-page-second-img-1 {
    background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/21.webp);
    background-size: cover
}

.item-page-second-img-2 {
    background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/25.webp);
    background-size: cover
}

.item-page-second-img-3 {
    background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/26.webp);
    background-size: cover
}

.item-page-second-img-4 {
    background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/27.webp);
    background-size: cover
}

.after-content,.item-page-second-icon {
    transition: transform .3s cubic-bezier(.33,1,.68,1)
}

.item-page-second-icon {
    margin: 20px 0 0 20px;
    padding: 0;
    max-width: 64px;
    height: 64px
}

.item-page-second-icon:hover {
    height: 64px;
    transform: translateY(-5px) scale(.7)
}

.after-content {
    transform: translateY(-20px) scale(.001);
    display: block;
    padding: 2px 8px;
    color: #fff;
    background: linear-gradient(90deg,#00adee 0,rgba(0,173,238,0) 100%);
    border-radius: 5px
}

.option-hover:hover .after-content {
    transform: scale(1.3);
    display: block
}

.item-page-second-desc-big-card {
    margin: 10px 0 40px
}

.item-page-paking {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%
}

.item-page-paking-tooltips {
    width: 550px;
    position: relative;
    height: 484px;
    background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/39.webp)
}

.item-page-paking-tooltip,.item-page-paking-tooltip .item-page-paking-tooltiptext {
    background: radial-gradient(118.01% 118.01% at 50% 0,#00adee 0,#3ac9ff 100%);
    transition: transform .3s cubic-bezier(.33,1,.68,1);
    position: absolute
}

.item-page-paking-tooltip {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 100%
}

.ttposition-1 {
    left: 153.82px;
    top: 246.31px
}

.ttposition-2 {
    left: 125px;
    top: 318.36px
}

.ttposition-3 {
    left: 171.83px;
    top: 327.97px
}

.ttposition-4 {
    left: 308.73px;
    top: 101px
}

.ttposition-5 {
    left: 268px;
    top: 386px
}

.ttposition-6 {
    left: 207px;
    top: 405px
}

.ttposition-7 {
    left: 321.94px;
    top: 363.99px
}

.ttposition-text-1 {
    width: 164px;
    bottom: 10px;
    left: -70px
}

.ttposition-text-2 {
    width: 141px;
    bottom: 10px;
    left: -65px
}

.ttposition-text-3 {
    width: 146px;
    bottom: 10px;
    left: -68px
}

.ttposition-text-4 {
    width: 139px;
    bottom: 10px;
    left: -63px
}

.ttposition-text-5 {
    bottom: 10px;
    left: -25px
}

.ttposition-text-6 {
    bottom: 10px;
    left: -20px
}

.ttposition-text-7 {
    bottom: 10px;
    left: -45px
}

.item-page-paking-tooltip .item-page-paking-tooltiptext {
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    z-index: 1;
    transform: scale(.01)
}

.item-page-paking-tooltip:hover .item-page-paking-tooltiptext {
    transform: scale(1)
}

.item-page-paking-tooltip:hover {
    transform: scale(1.2)
}

.item-paking-border {
    opacity: .1;
    border: 1px solid #00adee;
    box-sizing: border-box;
    transform: rotate(90deg);
    width: 60px;
    height: 100%
}

.item-page-gift-for-review {
    width: 80%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(270deg,rgba(0,173,238,.1) -54.86%,rgba(58,201,255,0) 100%);
    border-radius: 10px
}

.item-page-gift-for-review-text {
    width: 457px
}

.item-page-gift-for-review-title {
    display: flex;
    flex-direction: row;
    padding: 20px 35px;
    background: radial-gradient(118.01% 118.01% at 50% 0,#00adee 0,#3ac9ff 100%);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 36px
}

.item-page-gift-for-review-gift img,.item-page-gift-for-review-title img {
    margin: 0 10px 0 0
}

.item-page-gift-for-review-gift,.item-page-gift-for-review-gifts {
    display: flex;
    align-items: center;
    flex-direction: row
}

.item-page-gift-for-review-gift {
    margin: 35px 30px 30px 0;
    color: #00adee;
    font-weight: 600;
    font-size: 20px
}

.item-page-desc-down {
    color: #00adee;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%
}

.item-page-blue img,.item-page-gift-for-review-img {
    mix-blend-mode: multiply
}

.full-pckg-items {
    width: 380px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.item-page-full-pckg {
    display: flex;
    width: 85%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto
}

.full-pckg-desc,.full-pckg-item {
    display: flex;
    flex-direction: column
}

.full-pckg-item {
    font-weight: 300;
    font-size: 12px;
    width: 80px;
    margin: 0 30px 30px 0
}

.full-pckg-desc {
    width: 85%;
    margin: 0 auto
}

.full-pckg-main {
    color: #333;
    font-weight: 300;
    font-size: 20px
}

.full-pckg-notif {
    margin: 20px 0 0;
    padding: 20px;
    background: radial-gradient(118.01% 118.01% at 50% 0,rgba(0,173,238,.1) 0,rgba(58,201,255,.1) 100%);
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #00adee
}

.item-page-sldr-container {
    width: 85%;
    margin: 0 auto;
    overflow: hidden
}

.item-page-sldr-track {
    display: flex;
    width: 100%;
    transition: .7s
}

.item-page-sldr-content {
    display: flex;
    justify-content: center;
    align-items: center
}

.item-page-sldr-text {
    text-align: right;
    max-width: 280px;
    border-right: 2px solid rgba(0,173,238,.1);
    padding: 20px
}

.bluetxt {
    color: #00adee
}

.item-page-sldr-desc {
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%
}

.item-page-sldr-btn {
    width: 250px;
    display: flex;
    justify-content: space-around;
    margin: 20px auto
}

.item-page-light-blue-cd {
    width: 85%;
    margin: 0 auto;
    border-radius: 10px
}

.item-page-blue {
    background: radial-gradient(118.01% 118.01% at 50% 0,rgba(0,173,238,.1) 0,rgba(58,201,255,.1) 100%);
    height: 220px
}

.anchor-padding {
    display: block;
    height: 0;
    margin-top: -100px;
    visibility: hidden;
}

a {
    text-decoration: none
}

.what-to-cook {
    width: 85%;
    margin: 120px auto
}

.what-to-cook img {
    border-radius: 10px;
    margin: 40px
}

.what-to-cook-top {
    display: flex;
    flex-direction: row;
    align-items: center
}

.what-to-cook-top-text {
    display: flex;
    flex-direction: column;
    width: 320px;
    padding: 0 0 0 40px
}

.what-to-cook-bot {
    display: flex;
    justify-content: center
}

.what-to-cook-bot img {
    width: 25%
}

.item-page-sldr-btn:hover {
    cursor: pointer
}

@media screen and (min-width:320px) {
    .item-page-big-card {
        padding: 0;
        margin: 20px 0
    }

    .item-page-main-title {
        font-size: 24px;
        margin: 10px 0
    }

    .item-page-main {
        margin: 60px 0 30px
    }

    .item-page-gift-for-review-gifts {
        flex-direction: column;
        align-items: flex-start
    }

    .item-page-wrapper {
        width: 100%
    }

    .what-to-cook-top {
        flex-direction: column
    }

    .what-to-cook img {
        margin: 0;
        max-width: 100%
    }

    .what-to-cook {
        margin: 30px auto 0;
        width: 90%
    }

    .what-to-cook-top-text {
        padding: 10px 10px 30px;
        width: 280px
    }

    .full-pckg-item {
        margin: 5px;
        text-align: center
    }

    .item-page-full-pckg {
        flex-direction: column;
        justify-content: center;
        width: 100%
    }

    .what-to-cook-bot {
        justify-content: space-around
    }

    .item-benefits-icons {
        width: 100%;
        border-radius: 0;
        margin: 20px 0
    }

    .full-pckg-items {
        width: 100%;
        justify-content: center
    }

    .full-pckg-img img,.item-page-sldr-img img {
        width: 100%
    }

    .item-page-sldr-content {
        flex-direction: column
    }

    .item-page-gift-for-review {
        justify-content: center;
        flex-direction: column;
        width: calc(100% - 40px);
        padding: 30px 10px
    }

    .item-page-gift-for-review-text {
        width: 90%
    }

    .item-page-gift-for-review-img img {
        max-width: 280px
    }

    .item-page-gift-for-review-title {
        font-size: 18px;
        justify-content: center
    }

    .item-page-paking {
        width: 100%
    }

    .item-page-paking-tooltip {
        visibility: hidden;
        display: none
    }

    .item-page-second-img {
        background-position: center
    }

    .item-page-paking-tooltips {
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px
    }

    .item-page-paking-description {
        padding: 10px 10px 10px 30px
    }

    .item-paking-border {
        display: none
    }

    .item-page-gift-for-review-gift,.item-page-light-blue-bb .item-page-blue-title {
        margin: 10px 0
    }

    .item-page-paking {
        flex-direction: column
    }

    .item-page-centered-cards .item-page-card:first-child {
        margin: 10px auto
    }

    .full-pckg-main {
        font-size: 16px
    }

    .full-pckg-notif {
        font-size: 14px;
        padding: 15px
    }

    .item-page-light-blue {
        padding: 10px 0 0
    }

    .item-page-blue-title {
        font-size: 18px;
        margin: 60px 0 30px;
        padding: 0 10px
    }

    .item-pages-cards {
        flex-direction: column;
        align-items: center
    }

    .item-page-card {
        flex-direction: column;
        max-width: 100%;
        min-width: 200px
    }

    .item-page-centered-cards .item-page-card-description {
        padding: 15px
    }

    .item-page-light-blue img:nth-child(even),.item-page-light-blue img:nth-child(odd) {
        margin: 10px auto
    }

    .ipg-order:nth-child(even) {
        flex-direction: column-reverse
    }

    .lil-big {
        font-weight: 400;
        font-size: 16px
    }

    .item-page-card:nth-child(even),.item-page-card:nth-child(odd) {
        margin: 20px auto
    }

    .item-page-second-title {
        margin: 0 0 5px;
        text-align: left
    }

    .item-page-centered-cards .item-page-card:nth-child(even) {
        text-align: left;
        flex-direction: column-reverse
    }

    .item-page-card-description {
        padding: 20px
    }

    .item-page-light-blue-bb {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 10px
    }

    .item-page-main-description {
        font-size: 16px
    }
}

@media screen and (min-width:415px) {
    .item-page-gift-for-review-gifts {
        flex-direction: column
    }

    .item-page-wrapper {
        width: 100%
    }

    .what-to-cook-top {
        flex-direction: column
    }

    .what-to-cook img {
        margin: 10px 5px;
        max-width: 100%
    }

    .what-to-cook {
        margin: 30px auto 0;
        width: 90%
    }

    .what-to-cook-top-text {
        padding: 10px
    }

    .item-page-full-pckg {
        flex-direction: column
    }

    .full-pckg-items,.item-page-full-pckg {
        justify-content: center
    }

    .full-pckg-img img,.item-page-sldr-img img {
        width: 320px
    }

    .item-page-sldr-content {
        flex-direction: column
    }

    .item-page-gift-for-review {
        justify-content: center;
        flex-direction: column;
        width: calc(100% - 40px);
        padding: 30px 10px
    }

    .item-page-gift-for-review-text {
        width: 90%
    }

    .item-page-gift-for-review-img img {
        max-width: 320px
    }

    .item-page-gift-for-review-title {
        font-size: 18px;
        justify-content: center
    }

    .item-page-paking {
        width: 100%
    }

    .item-page-paking-tooltip {
        visibility: hidden
    }

    .item-page-paking-tooltips {
        width: 100%;
        background-position: center
    }

    .item-page-paking {
        flex-direction: column
    }

    .item-page-centered-cards .item-page-card:first-child {
        margin: 10px auto
    }

    .item-page-light-blue {
        padding: 20px
    }

    .item-page-blue-title {
        font-size: 22px;
        margin: 60px 0 30px
    }

    .item-pages-cards {
        flex-direction: column;
        align-items: center
    }

    .item-page-card {
        max-width: 300px;
        min-width: 200px
    }

    .ipg-order:nth-child(even) {
        flex-direction: column
    }

    .item-page-centered-cards .item-page-card-description {
        padding: 10px 0 40px
    }

    .item-page-light-blue img:nth-child(even),.item-page-light-blue img:nth-child(odd) {
        margin: 10px auto;
        width: 100%;
        height: 100%
    }

    .item-page-card:nth-child(even),.item-page-card:nth-child(odd) {
        margin: 20px auto
    }

    .item-page-card-description {
        padding: 20px
    }

    .item-page-light-blue-bb {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 10px
    }

    .item-page-main-description {
        font-size: 16px
    }
}

@media screen and (min-width:750px) {
    .item-page-paking {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 80%
    }

    .item-page-paking-tooltips {
        width: 550px;
        position: relative;
        height: 484px;
        background: url(https://madeindream.com/image/data/products/aerofritur/rawmid-rma-02/2021/39.webp)
    }

    .item-page-paking-tooltip {
        width: 15px;
        height: 15px;
        position: absolute;
        background: radial-gradient(118.01% 118.01% at 50% 0,#00adee 0,#3ac9ff 100%);
        border: 3px solid #fff;
        border-radius: 100%;
        transition: transform .3s cubic-bezier(.33,1,.68,1)
    }

    .big {
        font-size: 18px
    }

    .item-page-centered-cards {
        max-width: 85%;
        margin: 0 auto;
        display: flex;
        flex-direction: column
    }

    .item-page-centered-cards .item-page-card-description {
        padding: 10px 0 40px
    }

    .item-page-centered-cards .item-page-card:first-child {
        margin: 0 auto
    }

    .item-page-card:nth-child(even) {
        margin: 0 auto
    }

    .item-page-card {
        flex-direction: row;
        max-width: 100%;
        min-width: 30%;
        margin: 0 auto
    }

    .flex-wrapper .item-page-card {
        flex-direction: column;
        max-width: 20%;
        min-width: 20%
    }

    .flex-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .item-page-centered-cards .item-page-card:nth-child(even) {
        text-align: left;
        flex-direction: column-reverse
    }

    .item-page-white-bb .item-page-card:nth-child(even),.item-page-white-bb .item-page-card:nth-child(odd) {
        margin: 0 auto
    }

    .lil-big {
        font-weight: 400;
        font-size: 14px
    }

    .item-page-white-bb .item-page-card {
        flex-direction: column
    }

    .item-page-light-blue img:nth-child(odd) {
        margin: auto 0;
        width: 25%;
        height: 25%
    }

    .item-page-light-blue img:nth-child(even) {
        margin: auto 10px;
        width: 25%;
        height: 25%
    }

    .row-contain {
        display: flex;
        flex-direction: row!important;
        margin: 20px 0!important;
        max-width: 100%!important
    }

    .item-page-paking-tooltip {
        visibility: visible;
        display: block
    }

    .item-page-paking-tooltips {
        background-size: cover
    }

    .item-page-gift-for-review {
        flex-direction: row;
        margin: 30px 0 0
    }

    .item-page-paking {
        flex-direction: row
    }

    .full-pckg-img img {
        width: 100%
    }

    .item-page-light-blue-bb {
        width: calc(100% - 160px);
        margin: 0 0 0 20px;
        padding: 60px;
        background: radial-gradient(118.01% 118.01% at 50% 0,rgba(0,173,238,.1) 0,rgba(58,201,255,.1) 100%);
        border-radius: 10px
    }

    .item-page-main-description {
        font-size: 24px
    }

    .item-page-navigator {
        display: flex;
        justify-content: center
    }

    .item-page-gift-for-review-img img {
        margin-left: -105px
    }

    .what-to-cook-top {
        flex-direction: column
    }

    .what-to-cook-top-text {
        padding: 0
    }

    .item-page-full-pckg {
        flex-direction: column
    }

    .full-pckg-items {
        width: 85%
    }

    .item-page-gift-for-review-title {
        font-size: 24px;
        width: 270px
    }

    .item-page-light-blue img {
        width: 25%;
        height: 25%
    }

    .item-pages-cards {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (min-width:1000px) {
    .what-to-cook {
        margin: 30px auto 0;
        width: 85%
    }

    .what-to-cook-bot {
        justify-content: space-between
    }

    .item-pages-cards {
        flex-direction: row;
        align-items: center
    }

    .item-page-card {
        min-width: 500px;
        max-width: 500px
    }

    .item-page-card,.item-page-sldr-content {
        flex-direction: row
    }

    .full-pckg-items {
        width: 30%
    }

    .item-page-gift-for-review {
        flex-direction: row;
        margin: 0 auto;
        width: 85%
    }

    .item-page-light-blue-bb {
        width: calc(100% - 160px);
        margin: 0 0 0 20px;
        padding: 60px;
        background: radial-gradient(118.01% 118.01% at 50% 0,rgba(0,173,238,.1) 0,rgba(58,201,255,.1) 100%);
        border-radius: 10px
    }

    .item-page-main-description {
        font-size: 24px
    }

    .item-page-navigator {
        display: flex
    }

    .item-page-gift-for-review-img img {
        margin-left: -105px;
        max-width: 350px
    }

    .item-page-full-pckg,.what-to-cook-top {
        flex-direction: row
    }

    .what-to-cook-top-text {
        padding: 0 0 0 40px
    }

    .item-page-gift-for-review-title {
        font-size: 32px;
        width: 350px
    }

    .item-page-light-blue img {
        width: auto;
        height: auto
    }
}

@media screen and (min-width:1300px) {
    .item-page-light-blue-bb {
        width: calc(100% - 160px);
        margin: 0 0 0 20px;
        padding: 60px;
        background: radial-gradient(118.01% 118.01% at 50% 0,rgba(0,173,238,.1) 0,rgba(58,201,255,.1) 100%);
        border-radius: 10px
    }

    .item-page-main-description {
        font-size: 24px
    }

    .item-page-navigator {
        display: flex
    }

    .item-page-gift-for-review-img img {
        margin-left: auto;
        max-width: 1200px
    }

    .item-page-full-pckg,.what-to-cook-top {
        flex-direction: row
    }

    .what-to-cook-top-text {
        padding: 0 0 0 40px
    }

    .item-page-gift-for-review-title {
        font-size: 32px;
        width: 270px
    }

    .item-page-light-blue img {
        width: auto;
        height: auto
    }
}