.offer{width:100%;height:auto;margin:0 0 24px}.offer h3{display:flex;justify-content:space-between;font-size:20px;color:white;font-weight:400}.offer h3:first-child{color:#ffa811;font-weight:600}.offer #timer{color:red}@media screen and (max-width:768px){.offer{padding:0 12px;box-sizing:border-box}.offer h3{flex-direction:column;align-items:center}iframe{margin-left:-12px !important}}.offer__row{max-width:1360px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap}.offer__row__col{width:calc(50% - 12px)}@media screen and (max-width:768px){.offer__row__col{width:100%}}.offer__row__col__row{width:100%;display:flex;justify-content:space-between;overflow-x:auto}@media screen and (max-width:768px){.offer__row__col__row .offer__row__col{margin-right:12px}.offer__row__col__row .offer__row__col:last-child{margin-right:0}}.offer__row__col .item{width:100%;padding:12px;box-sizing:border-box;background-color:#ea732b;border-radius:8px;position:relative;transition:all .3s ease-in-out;margin-bottom:24px;color:white}.offer__row__col .item:hover{box-shadow:0 3px 30px rgba(0,0,0,0.11)}.offer__row__col .item img{max-width:100%;margin-bottom:18px;min-width:100%}@media screen and (max-width:768px){.offer__row__col .item img{min-width:100%}}.offer__row__col .item-section{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:18px}.offer__row__col .item-section .item-price{margin-left:auto}#second .item-name,#third .item-name{display:none}.offer__row__col .item-section .item-price .price{color:#fb8e31;font-size:32px;margin-left:12px}#second .item-price .price,#third .item-price .price{color:white}.offer__row__col .item-section .item-price .discounted{font-size:22px;text-decoration:line-through;opacity:.5}.offer__row__col .item-section a{position:absolute;width:100%;height:100%;display:block;top:0;left:0}@media screen and (max-width:768px){.offer__row__col .item-section .item-price .price{font-size:20px}}