.carousel,
.carousel-inner,
.carousel-item {
    position: relative
}

.header-special {
    background-size: cover;
    background-position: center
}

.container {
    width: 1170px
}

@media (max-width:1760px) {
    .header .strip-up .logo {
        width: 260px
    }
}

.header .strip-up .right-menu ul li {
    padding-left: 35px
}

@media (max-width:1320px) {
    .container {
        width: 970px
    }

    .header .strip-up .logo {
        width: 220px
    }

    .header .strip-up .right-menu ul li {
        padding-left: 25px
    }
}

@media (max-width:1090px) {
    .container {
        width: 750px
    }

    .header .strip-up .logo {
        width: 190px
    }

    .header .strip-up .right-menu ul li {
        padding-left: 15px
    }
}

@media (max-width:390px) {
    .header .strip-up .right-menu ul li {
        padding-left: 12px
    }
}

.header .strip-menu .strip-menu-wrap ul.menu>li {
    padding: 0 13px
}

@media (max-width:1320px) {
    .header .strip-menu .strip-menu-wrap ul.menu>li {
        padding: 0 6px
    }
}

@media (max-width:1090px) {
    .header .strip-menu .strip-menu-wrap ul.menu>li {
        padding: 0 10px
    }
}

@media (max-width:375px) {
    .header .strip-up .right-menu ul li {
        padding-left: 10px
    }

    .header .strip-menu .strip-menu-wrap ul.menu>li {
        padding: 0 8px
    }
}

@media (max-width:360px) {
    .header .strip-up .right-menu ul li {
        padding-left: 6px
    }

    .header .strip-menu .strip-menu-wrap ul.menu>li {
        padding: 0 12px
    }
}

.footer .box-mailing h2 {
    width: auto !important;
    float: none !important;
    padding: 0 0 0 55px !important
}

.footer .box-mailing .box-mailing-form {
    margin: 25px 0 0 55px !important;
    position: relative !important
}

@media (max-width:1320px) {
    .footer .box-mailing h2 {
        padding: 0 0 0 5px !important
    }

    .footer .box-mailing .box-mailing-form {
        width: 880px !important;
        margin: 25px 0 0 5px !important
    }

    .carousel-item .carousel-item-wrap .offer-wrap-big {
        width: 303px
    }
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
    border-radius: 12px
}

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.carousel-item .carousel-item-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -25px
}

@media (max-width:1760px) {
    .carousel-item .carousel-item-wrap {
        margin: 0 -15px
    }
}

@media (max-width:1090px) {
    .footer .box-mailing .box-mailing-form {
        width: auto !important
    }

    .carousel-item .carousel-item-wrap .offer-wrap-big {
        width: 230px
    }
}

@media (max-width:850px) {
    .container {
        width: 100%;
        padding: 0
    }

    .header .strip-up .logo {
        width: auto;
        padding: 20px 0 10px 20px
    }

    .carousel-inner {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        white-space: nowrap;
        flex-wrap: nowrap
    }

    .carousel-inner::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .carousel-item:first-of-type {
        margin-left: 10px
    }

    .carousel-item:last-of-type {
        margin-right: 10px
    }

    .carousel-item {
        width: auto;
        display: inline-block;
        float: none;
        margin: 0;
        transition: none
    }

    .carousel-item .carousel-item-wrap {
        margin: 0
    }

    .carousel-item .carousel-item-wrap .offer-wrap,
    .carousel-item .carousel-item-wrap .offer-wrap-big {
        display: inline-block;
        width: 280px;
        margin: 10px;
        white-space: normal
    }
}

@media (max-width:359px) {

    .carousel-item .carousel-item-wrap .offer-wrap,
    .carousel-item .carousel-item-wrap .offer-wrap-big {
        width: 270px
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.offer-wrap-big .offer-gallery.offer-advertising div div br {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.carousel-control-next img,
.carousel-control-prev img {
    height: 30px;
    width: 30px
}

.carousel-control-prev {
    left: -50px
}

.carousel-control-next {
    right: -50px
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: padding-box gray;
    box-sizing: content-box;
    flex: 0 1 auto;
    text-indent: -999px;
    cursor: pointer;
    opacity: .5;
    margin: 0 3px
}

.carousel-indicators .active,
.offer-wrap .offer-gallery .carousel-indicators span.active {
    opacity: 1
}

.dark .carousel-control-next img,
.dark .carousel-control-prev img,
.dark .offer-wrap .offer-gallery .offer-gallery-next img,
.dark .offer-wrap .offer-gallery .offer-gallery-prev img {
    filter: invert(1);
    opacity: .5
}

.container-main .form-select select,
.table {
    width: 100%
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #d9d9d9;
    text-align: inherit
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    position: relative
}

.box-offer-select .box-offer-select-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -25px
}

.box-offer-select .box-offer-select-wrap .offer-wrap {
    margin-top: 25px;
    margin-bottom: 25px
}

.box-offer-select .btn-offer-select {
    display: flex;
    justify-content: center;
    padding: 45px 20px 0
}

.box-offer-select .btn-offer-select a {
    max-width: none;
    padding: 15px 50px
}

@media (max-width:430px) {
    .box-offer-select .btn-offer-select a {
        width: 100%;
        padding: 15px
    }
}

.offer-wrap {
    width: 360px;
    margin: 0 25px;
    position: relative
}

@media (max-width:1760px) {
    .box-offer-select .box-offer-select-wrap {
        margin: -15px
    }

    .box-offer-select .box-offer-select-wrap .offer-wrap {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .offer-wrap {
        width: 270px;
        margin: 0 15px
    }
}

@media (max-width:1320px) {
    .offer-wrap {
        width: 303px
    }
}

.offer-wrap .delete {
    position: relative;
    font-size: .8rem;
    font-weight: 300;
    z-index: 2;
    margin-top: 5px;
    display: inline-block
}

.offer-wrap .offer-gallery {
    height: 360px;
    display: flex;
    position: relative
}

.offer-wrap .offer-gallery .carousel-indicators {
    bottom: 10px
}

.offer-wrap .offer-gallery .carousel-indicators span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 10px;
    margin: 0 2px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    opacity: .6
}

.offer-wrap .offer-gallery .offer-badge,
.offer-wrap .offer-gallery .offer-rating {
    border-radius: 8px;
    padding: 6px 13px 0 11px;
    min-width: 30px;
    min-height: 30px;
    top: 10px;
    position: absolute;
    text-align: center
}

.offer-wrap .offer-gallery .offer-gallery-next:hover,
.offer-wrap .offer-gallery .offer-gallery-prev:hover {
    opacity: 1;
    transition: .3s
}

.offer-wrap .offer-gallery .offer-gallery-next img,
.offer-wrap .offer-gallery .offer-gallery-prev img {
    width: 15px;
    height: 15px;
    margin: 2px 0 0 -1px
}

.offer-wrap .offer-gallery .offer-gallery-next {
    margin-right: 10px;
    right: 0
}

.offer-wrap .offer-gallery .offer-gallery-next img {
    margin: 2px 0 0 2px
}

.offer-wrap .offer-gallery .offer-badge img,
.offer-wrap .offer-gallery .offer-rating img {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 2px 5px 0 0
}

.offer-wrap .offer-gallery .offer-badge {
    display: block;
    background: #815bed;
    color: #fff;
    font-weight: 300;
    left: 10px;
    font-size: .8rem
}

.offer-wrap .offer-gallery .offer-badge-discount {
    display: block !important;
    background: #fff;
    color: #eb1a47;
    font-weight: 600;
    left: -10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.offer-wrap .offer-gallery .offer-text {
    width: 300px;
    display: block;
    position: absolute;
    border-radius: 8px 8px 8px 0;
    padding: 15px 20px;
    background: #f46d6a;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    bottom: 0;
    margin: 0 0 -10px 10px
}

.offer-wrap .offer-gallery .offer-text {
    width: 300px;
    display: block;
    position: absolute;
    border-radius: 8px 8px 8px 0;
    padding: 15px 20px;
    background: #f46d6a;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    bottom: 0;
    margin: 0 0 -10px 10px
}

.offer-wrap .offer-gallery .offer-text:before {
    position: absolute;
    content: url(../../all/images/all/zdf-arrow-down.png);
    z-index: 0;
    bottom: -8px;
    left: 0;
    content: url("https://www.zlavadna.sk/static/styles/frontend/all/images/all/zdf-arrow-down.png")
}

.offer-wrap .offer-gallery div {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.offer-wrap .gallery-slider-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://www.zlavadna.sk/static/styles/frontend/all/images/all/zlavadna-preloader.gif")
}

.offer-wrap .offer-gallery.offer-all div {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    background: #553f94;
    background: -moz-linear-gradient(-45deg, #553f94 0, #e85371 50%, #fab363 100%);
    background: -webkit-linear-gradient(-45deg, #553f94 0, #e85371 50%, #fab363 100%);
    background: linear-gradient(135deg, #553f94 0, #e85371 50%, #fab363 100%)
}

.offer-wrap .offer-gallery.offer-all div strong {
    display: block;
    width: 100%;
    text-align: center;
    padding: 35px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #fff
}

.offer-wrap .offer-gallery.offer-all div strong span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 300;
    padding-top: 5px
}

.offer-wrap h2 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    padding: 20px 0 0
}

.offer-wrap .offer-locality .distance {
    background-color: #4d4d4d;
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 3px;
    margin: 4px 3px 0 0;
    font-size: .85rem
}

.offer-wrap-big {
    width: 770px
}

@media (max-width:1760px) {
    .offer-wrap .offer-gallery {
        height: 270px
    }

    .offer-wrap .offer-gallery .offer-gallery-next,
    .offer-wrap .offer-gallery .offer-gallery-prev {
        margin-top: 120px
    }

    .offer-wrap .offer-gallery .offer-text {
        width: 220px;
        padding: 10px 15px;
        font-size: .85rem;
        line-height: 1.2rem;
        font-weight: 300
    }

    .offer-wrap .offer-gallery.offer-advertising div div h2,
    .offer-wrap .offer-gallery.offer-all div strong {
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .offer-wrap .offer-gallery.offer-advertising div div,
    .offer-wrap .offer-gallery.offer-all div strong span {
        font-size: 1rem;
        line-height: 1.4rem
    }

    .offer-wrap .offer-gallery.offer-advertising div div img {
        height: 50px
    }

    .offer-wrap-big {
        width: 570px
    }
}

@media (max-width:1320px) {
    .offer-wrap .offer-gallery {
        height: 303px
    }

    .offer-wrap .offer-gallery .offer-gallery-next,
    .offer-wrap .offer-gallery .offer-gallery-prev {
        margin-top: 136px
    }

    .offer-wrap .offer-gallery .offer-text {
        width: 253px
    }

    .offer-wrap-big {
        width: 636px
    }

    .cross-sellone .container>h2 {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

.dark .offer-wrap .offer-gallery .offer-gallery-next,
.dark .offer-wrap .offer-gallery .offer-gallery-prev {
    background: #282c34
}

.dark .offer-wrap .offer-gallery .offer-rating {
    background: #ffae62;
    color: #000;
    font-weight: 600
}

.dark .offer-wrap .offer-gallery .offer-badge {
    background: rgba(0, 0, 0, .7);
    color: #dcdee3
}

.dark .offer-wrap .offer-gallery .offer-text {
    background: #f46d6a;
    color: #000
}

.dark .offer-wrap .offer-gallery .offer-badge-discount {
    background: #fff;
    color: #eb1a47
}

.dark .offer-wrap .offer-gallery.offer-all div {
    background: #2a1f4a;
    background: -moz-linear-gradient(-45deg, #2a1f4a 0, #782b39 50%, #7e5831 100%);
    background: -webkit-linear-gradient(-45deg, #2a1f4a 0, #782b39 50%, #7e5831 100%);
    background: linear-gradient(135deg, #2a1f4a 0, #782b39 50%, #7e5831 100%)
}

.dark .offer-wrap .offer-gallery.offer-all div strong {
    font-weight: 600;
    color: #dcdee3
}

.dark .offer-wrap .offer-gallery.offer-advertising div div h2 {
    font-weight: 600
}

.dark .offer-wrap h2 {
    font-weight: 400
}

.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-text,
.offer-four .box-offer-select-wrap .offer-wrap .offer-gallery .offer-text,
.offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery .offer-text {
    width: 220px;
    padding: 10px 15px;
    font-size: .85rem;
    line-height: 1.2rem;
    font-weight: 300
}

.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery.offer-advertising div div h2,
.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery.offer-all div strong {
    font-size: 1.4rem;
    line-height: 1.8rem
}

.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery.offer-advertising div div,
.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery.offer-all div strong span {
    font-size: 1rem;
    line-height: 1.4rem
}

.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery.offer-advertising div div img {
    height: 50px
}

.cross-sellone .container .carousel-control-next,
.cross-sellone .container .carousel-control-prev {
    top: -127px
}

.header-special {
    background-image: url(https://mkt.cwcdn.sk/zlavadna.sk/web/2021/08/covid-opatrenia/images/zd-covid-opatrenia-bg4.png)
}

.header-special .filter-top-header {
    text-align: center;
    color: #fff;
    padding-bottom: 80px
}

.header-special .filter-top-header h1 {
    padding: 60px 50px 10px;
    color: #ff9000
}

.header-special .filter-top-header h2 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    padding: 30px 20%;
    color: #fff
}

.header-special .filter-top-header p {
    padding: 15px 25%;
    display: flex;
    justify-content: center
}

.TvojaClass {
    background: #ffb6c1;
    padding-bottom: 90px
}

@media (max-width:1320px) {
    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-text {
        width: 170px;
        font-size: .7rem;
        line-height: .9rem
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery.offer-advertising div div {
        padding: 20px;
        font-size: .9rem;
        line-height: 1.1rem
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery.offer-advertising div div h2 {
        font-size: 1.2rem;
        line-height: 1.6rem
    }

    .cross-sellone .container .carousel-control-next,
    .cross-sellone .container .carousel-control-prev {
        top: -147px
    }

    .offer-three .offer-wrap-big {
        width: 303px
    }
}

.cross-sellone .container .carousel-item-wrap,
.offer-four .box-offer-select-wrap {
    margin: 0 -15px
}

.cross-sellone .container .carousel-item-wrap .offer-wrap,
.offer-four .box-offer-select-wrap .offer-wrap,
.offer-four .box-offer-select-wrap .offer-wrap-big {
    width: 270px;
    margin: 0 15px
}

.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery,
.offer-four .box-offer-select-wrap .offer-wrap .offer-gallery,
.offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery {
    height: 270px
}

.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-gallery-next,
.cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-gallery-prev,
.offer-four .box-offer-select-wrap .offer-wrap .offer-gallery .offer-gallery-next,
.offer-four .box-offer-select-wrap .offer-wrap .offer-gallery .offer-gallery-prev,
.offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery .offer-gallery-next,
.offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery .offer-gallery-prev {
    margin-top: 120px
}

.offer-two .offer-wrap-big {
    width: 560px
}

@media (max-width:1760px) {
    .cross-sellone .container .carousel-item-wrap .offer-wrap {
        width: 270px;
        margin: 0 15px
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery {
        height: 270px
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-gallery-next,
    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-gallery-prev {
        margin-top: 120px
    }

    .header-special .filter-top-header h2 {
        padding: 30px
    }

    .header-special .filter-top-header p {
        padding: 15px 30px
    }

    .cross-sellone .container .carousel-item-wrap {
        margin: 0 -15px
    }

    .offer-two .offer-wrap-big {
        width: 570px
    }
}

@media (max-width:1320px) {
    .cross-sellone .container .carousel-item-wrap .offer-wrap {
        width: 220px
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery {
        height: 220px
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-gallery-next,
    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery .offer-gallery-prev {
        margin-top: 95px
    }

    .offer-two .offer-wrap-big {
        width: 470px
    }
}

@media (max-width:1090px) {

    .offer-three .offer-wrap-big,
    .offer-wrap {
        width: 230px
    }

    .offer-wrap .offer-gallery {
        height: 230px
    }

    .offer-wrap .offer-gallery .carousel-indicators {
        display: flex
    }

    .offer-wrap .offer-gallery .offer-gallery-next,
    .offer-wrap .offer-gallery .offer-gallery-prev {
        margin-top: 100px
    }

    .offer-wrap .offer-gallery .offer-text {
        width: 180px;
        font-size: .75rem;
        line-height: 1rem
    }

    .offer-wrap .offer-gallery.offer-advertising div div {
        font-size: .8rem;
        line-height: 1.1rem
    }

    .offer-wrap .offer-gallery.offer-advertising div div h2 {
        font-size: 1.1rem;
        line-height: 1.5rem
    }

    .offer-wrap-big {
        width: 490px
    }

    .cross-sellone .container .carousel-item-wrap {
        flex-wrap: wrap
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap {
        width: 360px;
        margin-bottom: 30px
    }

    .offer-two .offer-wrap-big {
        width: 360px
    }
}

@media (max-width:850px) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: inline-block
    }

    .carousel-control-next,
    .carousel-control-prev,
    .carousel-indicators,
    .offer-wrap .offer-gallery .offer-gallery-next,
    .offer-wrap .offer-gallery .offer-gallery-prev,
    .offer-wrap-big .offer-gallery.offer-advertising div div br {
        display: none
    }

    .box-offer-select .box-offer-select-wrap {
        margin: -15px 0;
        padding: 0 15px
    }

    .box-offer-select .box-offer-select-wrap .offer-wrap {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .offer-wrap,
    .offer-wrap-big {
        width: 48%;
        margin: 1%
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap .offer-gallery,
    .offer-wrap .offer-gallery {
        height: 280px
    }

    .offer-wrap .offer-gallery .offer-text {
        width: 230px;
        font-size: .85rem;
        line-height: 1.2rem
    }

    .offer-wrap .offer-gallery.offer-advertising div div {
        font-size: 1rem;
        line-height: 1.4rem
    }

    .offer-wrap .offer-gallery.offer-advertising div div h2 {
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .cross-sellone .container>h2 {
        font-size: 1.3rem;
        line-height: 1.7rem;
        padding-top: 25px
    }

    .container-main {
        padding: 0 20px
    }

    .offer-three .offer-wrap-big,
    .offer-two .offer-wrap-big {
        width: 48%
    }

    .cross-sellone .container .carousel-inner {
        display: flex;
        border-radius: 0
    }

    .cross-sellone .container .carousel-inner .carousel-item:first-of-type {
        margin-left: 5px
    }

    .cross-sellone .container .carousel-item-wrap {
        flex-wrap: nowrap;
        margin: 0
    }

    .cross-sellone .container .carousel-item-wrap .offer-wrap {
        width: 280px
    }
}

@media screen and (max-width:610px) {

    .offer-three .offer-wrap-big,
    .offer-two .offer-wrap-big,
    .offer-wrap,
    .offer-wrap-big {
        width: 100%;
        margin: 5px
    }
}

.offer-three .offer-wrap,
.offer-three .offer-wrap-big {
    width: 356px
}

@media (max-width:1760px) {

    .offer-three .offer-wrap,
    .offer-three .offer-wrap-big {
        width: 370px
    }
}

@media (max-width:1320px) {

    .offer-three .offer-wrap,
    .offer-three .offer-wrap-big {
        width: 303px
    }

    .offer-four .box-offer-select-wrap .offer-wrap,
    .offer-four .box-offer-select-wrap .offer-wrap-big {
        width: 220px
    }

    .offer-four .box-offer-select-wrap .offer-wrap .offer-gallery,
    .offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery {
        height: 220px
    }

    .offer-four .box-offer-select-wrap .offer-wrap .offer-gallery .offer-gallery-next,
    .offer-four .box-offer-select-wrap .offer-wrap .offer-gallery .offer-gallery-prev,
    .offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery .offer-gallery-next,
    .offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery .offer-gallery-prev {
        margin-top: 95px
    }

    .offer-four .box-offer-select-wrap .offer-wrap .offer-gallery .offer-text,
    .offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery .offer-text {
        width: 170px;
        font-size: .7rem;
        line-height: .9rem
    }
}

@media (max-width:1090px) {

    .offer-three .offer-wrap,
    .offer-three .offer-wrap-big {
        width: 230px
    }

    .offer-four .box-offer-select-wrap .offer-wrap,
    .offer-four .box-offer-select-wrap .offer-wrap-big {
        width: 360px;
        margin-bottom: 30px
    }
}

@media (max-width:850px) {

    .offer-three .offer-wrap,
    .offer-three .offer-wrap-big {
        width: 48%
    }

    .offer-four .box-offer-select-wrap {
        margin: -15px 0;
        padding: 0 15px
    }

    .offer-four .box-offer-select-wrap .offer-wrap,
    .offer-four .box-offer-select-wrap .offer-wrap-big {
        width: 48%;
        margin: 15px 1%
    }
}

@media screen and (max-width:610px) {

    .offer-three .offer-wrap,
    .offer-three .offer-wrap-big {
        width: 100%;
        margin: 5px
    }

    .offer-four .box-offer-select-wrap .offer-wrap,
    .offer-four .box-offer-select-wrap .offer-wrap-big {
        width: 100%;
        margin: 15px 5px
    }
}

@media (max-width:850px) {

    .offer-four .box-offer-select-wrap .offer-wrap .offer-gallery,
    .offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery {
        height: 280px
    }

    .offer-four .box-offer-select-wrap .offer-wrap .offer-gallery .offer-text,
    .offer-four .box-offer-select-wrap .offer-wrap-big .offer-gallery .offer-text {
        width: 230px;
        font-size: .85rem;
        line-height: 1.2rem
    }
}