/* NAV TOGGLE */
.nav-toggle {
    margin: 12px 0 12px 5px;
    width: 36px;
    height: 36px;
    padding: 7px;
    background-color: #e10121;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav-toggle span {
    background: #fff;
    margin-top: 4px;
}

.nav-toggle.active span {
    background: #fff;
}

.nav-toggle.active span.l1 {
    margin-top: 10px;
}

.nav-toggle.active span.l3 {
    margin-top: -8px;
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #ed1c24;
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #ed1c24;
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}
.rwd-menu ul > li.active > ul > li.active > a {
    color: #ed1c24;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}

.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}

.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    content: '';
    display: none;
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*--------------- RESPONSIVE -------------*/

@media screen and (max-width: 1440px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 960px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/**/

@media screen and (max-width: 1740px) {
    .rate-product {
        display: none;
    }
}

@media screen and (max-width: 1620px) {
    .footer-top {
        padding: 20px 0;
    }

    .filters-main .button-container {
        padding-left: 0;
    }

    .productLimited-inner {
        padding-bottom: 50px;
    }
    .productLimited-title {
        margin-bottom: 6px;
        font-size: 22px;
    }
    .productLimited-name {
        font-size: 16px;
    }
    .productLimited-price .price-old {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .productLimited-btn {
        height: 40px;
        line-height: 40px;
    }
    .countdownBox-time-block {
        font-size: 34px;
    }
    .productLimited-img {
        max-width: 400px;
    }
    .productLimited-quantity-left {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    /*.container {*/
        /*padding-right: 65px;*/
        /*padding-left: 65px;*/
    /*}*/

    .text p {
        margin-bottom: 8px;
    }

    .mattress-boxes .mattress-list ul li a {
        padding: 19px 30px;
    }

    .product .product-box-title .line2,
    .product .product-box-title {
        font-size: 14px;
        line-height: 18px;
    }

    .mattress-boxes .mattress-list ul li a .box-title {
        font-size: 20px;
        line-height: 26px;
    }

    .mattress-boxes .mattress-list ul li a .box-description {
        font-size: 14px;
        line-height: 16px;
    }

    .contact-text .contact-box-title {
        font-size: 30px;
        line-height: 36px;
    }

    .header-middle .left-quote .line1 {
        line-height: 20px;
    }

    .header-middle .left-quote {
        /*width: 23%;*/
    }

    .header-middle .text-boxes {
        width: 58%;
    }

    .header-middle .right-info {
        width: 19%;
    }

    .container.container-basket,
    .container.container-small {
        max-width: 1440px;
    }

    .header-middle .left-quote .line1 {
        font-size: 14px;
        font-weight: 300;
    }

    .section-title.promotion-title {
        font-size: 32px;
        line-height: 38px;
    }

    .search-box .info-wrapper {
        -webkit-transform: translate3d(-100%, -50%, 0);
        -moz-transform: translate3d(-100%, -50%, 0);
        -ms-transform: translate3d(-100%, -50%, 0);
        -o-transform: translate3d(-100%, -50%, 0);
        transform: translate3d(-100%, -50%, 0);
        left: -10px;
    }

    .size-list-title .fdm-logo img {
        right: 20px;
    }

    #main-menu ul li a {
        font-size: 14px;
        line-height: 16px;
    }

    .our-qualities {
        padding: 30px 0;
    }

    .our-qualities .qualities-title {
        font-size: 42px;
        line-height: 54px;
    }

    .our-qualities .qualities-list {
        padding: 50px 0;
    }

    .qualities-list ul li .text-wrapper {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-page .left-side {
        padding-right: 40px;
    }

    .main-product-list .product .product-bottom {
        padding: 12px 15px;
    }

    .main-product-list .product .product-small-text {
        padding: 10px 0 15px;
    }

    .main-product-list .product .product-opinion {
        padding: 10px 15px;
    }

    .main-product-list .product .product-box-title {
        padding: 15px;
    }

    .filters-main .side-img {
        display: none;
    }

    .filters-main .filters-container {
        width: 100%;
    }

    .product-list-page .filters-main .side-img {
        display: inline-block;
    }

    .product-list-page .left-side {
        width: 340px;
        padding-right: 15px;
    }

    .product-list-page .right-side {
        width: calc(100% - 340px);
    }

    .product-list .product .product-bottom {
        padding: 10px 15px;
    }

    .product-list .product .product-opinion {
        padding: 10px 15px;
    }

    .product-list .product .product-box-title {
        padding: 15px;
    }

    .why-us .box-description {
        width: calc(100% - 90px);
        padding-left: 30px;
    }

    .why-us .icon-wrapper {
        width: 90px;
        height: 90px;
    }

    .why-us .icon {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }

    .why-us .text {
        font-size: 16px;
        line-height: 24px;
    }

    .why-us .difference-list > ul {
        margin: 0 -40px;
    }

    .why-us .difference-list > ul > li {
        padding: 0 40px;
    }

    .opinion-section .opinion-slider {
        padding: 0px 15px;
    }

    .opinion-section .opinion-box {
        padding: 32px 20px 0;
    }

    .opinion-box .item-rating-star-container .item-rating-star {
        padding-right: 0;
    }

    .opinion-section .opinion-box .item-rating-count {
        padding-left: 5px;
    }

    .opinion-section .client-opinion {
        width: calc(100% - 420px);
    }

    .opinion-section .add-opinion {
        width: 420px;
    }

    .opinion-section .add-opinion-container {
        padding: 26px 30px 35px;
    }

    .big-product .left-side {
        width: calc(50% + 15px);
        padding-right: 15px;
    }

    .big-product .right-side {
        width: calc(50% - 15px);
    }

    .big-product .big-product-price:before {
        width: calc(50vw - 15px);
    }

    .big-product .big-product-details,
    .big-product .big-product-price {
        padding-left: 15px;
    }

    .big-product .big-price {
        padding-top: 15px;
    }

    .big-product .price-description {
        padding-top: 20px;
    }

    .big-product .big-product-purchase {
        padding: 20px 0;
    }

    .big-product .product-slider-container {
        height: 567px;
        padding: 20px 0;
    }

    .big-product .big-product-size,
    .big-product .big-product-sheets {
        padding-top: 15px;
    }

    .big-product .product-slider-nav {
        bottom: 20px;
    }

    .big-product .product-slider-discount,
    .big-product .product-slider-opinion {
        top: 20px;
    }

    .big-product .product-slider-discount {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
    }

    .big-product .big-price .price {
        font-size: 36px;
        line-height: 48px
    }

    .big-product .big-price .price.price-old {
        font-size: 16px;
    }

    .big-product-size .size-box {
        letter-spacing: 0;
    }

    .size-table .size-scroll {
        height: 307px;
    }

    .big-product .right-side:after {
        top: 20px;
        bottom: 20px;
    }

    .big-product .product-variants {
        bottom: 20px;
    }

    .extras-sliders .set-button {
        float: none;
        padding-top: 5px;
    }

    .extras-sliders .set-pricing {
        padding: 10px 15px 15px;
    }

    .set-slider .product-small .product-price {
        padding-bottom: 0;
    }

    .extras-sliders .set-pricing {
        text-align: center;
    }

    .product-small .product-button {
        margin: 19px 0 0;
    }

    .sheet-box .box-title {
        display: block;
    }

    .btn.sheet-type-change {
        margin-top: 15px;
        float: none;
    }

    .page-title h1 {
        min-width: 340px;
    }

    .opinion-section .add-opinion .fdm-logo {
        top: 0;
        right: 8px;
    }

    .search-box {
        padding: 7px 25px;
        float: right;
    }

    .step-list .step .step-inner a {
        font-size: 10px;
    }

    .step-inner .nb {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .step-inner .step-text {
        line-height: 34px;
        height: 36px;
        padding-left: 36px;
    }

    .step-inner .caption-icon {
        width: 24px;
        margin-left: 8px;
        height: 24px;
    }


    .size-list .size-scroll .scrollbar,
    .sheets-list .sheets-scroll .scrollbar {
        right: -22px;
    }

    .scroll-btn {
        right: -37px;
    }


    .productLimited-inner {
        padding-bottom: 44px;
    }
    .productLimited-inner > * {
        padding-left: 20px;
        padding-right: 20px;
    }
    .productLimited-title {
        font-size: 20px;
    }
    .productLimited-price .price:not(.price-old) {
        font-size: 22px;
    }
    .productLimited-img {
        max-width: 320px;
    }
    .productLimited-label {
        height: 40px;
        line-height: 38px;
        padding-right: 8px;
    }
    .productLimited-label-edge {
        border-width: 20px;
    }
    .productLimited-label-value {
        font-size: 18px;
    }
    .productLimited-btn {
        height: 34px;
        line-height: 34px;
    }
    .countdownBox-time-block {
        font-size: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .productLimited-header.productLimited-header {
        padding-top: 12px;
    }
    .productLimited-inner > * {
        padding-left: 15px;
        padding-right: 15px;
    }
    .productLimited-title {
        margin-bottom: 4px;
        font-size: 18px;
    }
    .productLimited-name {
        font-size: 14px;
    }
    .productLimited-price .price-old {
        font-size: 16px;
    }
    .productLimited-price .price:not(.price-old) {
        font-size: 20px;
    }
    .productLimited-img {
        max-width: 290px;
    }
    .productLimited-quantity-left {
        font-size: 17px;
    }
}

@media screen and (max-width: 1300px) {
    .search-box .info-wrapper {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .search-box .info-wrapper .icon {
        float: left;
        width: 30px;
        height: 30px;
    }

    #main-menu ul li a {
        font-size: 12px;
        line-height: 14px;
    }

    .header-middle .left-quote {
        padding-left: 15px;
        /*width: 25%;*/
    }

    .header-middle .right-info {
        width: 23%;
    }

    .header-middle .left-quote .text-wrapper {
        font-size: 20px;
        line-height: 30px;
    }

    .header-middle .left-quote .line1 {
        font-size: 16px;
    }

    .header-middle .left-quote .line2 {
        font-size: 20px;
    }

    .header-middle .text-boxes ul li .box-text {
        padding-left: 10px;
    }

    .main-product-list ul li {
        width: 33.3334%;
    }

    .main-product-list .product .product-bottom {
        padding: 20px 25px;
    }

    .main-product-list .product .product-small-text {
        padding: 10px 0 20px;
    }

    .main-product-list .product .product-opinion {
        padding: 10px 25px;
    }

    .main-product-list .product .product-box-title {
        padding: 25px;
    }

    .product-list ul li {
        width: 50%;
    }

    .product-list .product .product-bottom {
        padding: 20px 25px;
    }

    .product-list .product .product-opinion {
        padding: 10px 25px;
    }

    .product-list .product .product-box-title {
        padding: 25px;
    }

    .category-boxes ul li {
        width: 25%;
    }

    .product-page .section-title {
        font-size: 30px;
        line-height: 36px;
    }

    .product-page .product-description-section .section-title {
        padding: 0 0 20px;
    }

    .product-description-section {
        padding: 25px 0 40px;
    }

    .product-description-section .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-description-section .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mattress-stats .left-wrapper {
        padding: 30px 35px;
    }

    .mattress-stats .right-wrapper {
        padding: 30px 35px 30%;
    }

    .opinion-section .opinion-slider-top .product-rating {
        padding: 38px 100px 38px 0;
    }

    .opinion-section .opinion-slider-top .item-rating-star-container .item-rating-star {
        font-size: 18px;
        padding-right: 10px;
    }

    .opinion-section .opinion-slider-top .item-rating-count {
        font-size: 20px;
        line-height: 40px;
    }

    .big-product-size li,
    .big-product-sheets li {
        width: 25%;
    }

    .big-product .details-list {
        width: 66.6666%;
    }

    .big-product .details-list-more {
        width: 33.3334%;
    }

    .size-list-title {
        font-size: 30px;
        line-height: 48px;
    }

    .search-box {
        /*padding: 7px 0 7px 15px;*/
        padding: 7px 15px;
    }

    .header-top .basket-btn,
    .header-top .user-nav > ul > li {
        padding: 10px 20px;
    }

    .header-top .basket-btn > a .link-text,
    .header-top .user-nav > ul > li > a .link-text {
        padding-left: 34px;
    }

    .productLimited-inner > * {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .countdownBox-time-block {
        font-size: 30px;
    }
    .countdownBox-time-block {
        font-size: 28px;
    }
    .productLimited-inner {
        padding-bottom: 40px;
    }
    .productLimited-btn {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
    .productLimited-quantity-left {
        font-size: 16px;
    }
    .productLimited-price .price-old {
        font-size: 15px;
    }
    .productLimited-price .price:not(.price-old) {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    /*.container {*/
        /*padding-right: 15px;*/
        /*padding-left: 15px;*/
    /*}*/

    .mattress-boxes .mattress-list ul li a {
        padding: 20px 20px;
    }

    .mattress-boxes .mattress-list ul li a .icon {
        margin-top: -34px;
        width: 68px;
        height: 68px;
    }

    .mattress-boxes .mattress-list ul li a .text-wrapper {
        padding-left: 90px;
    }

    .mattress-boxes .mattress-list ul li a .box-title {
        font-size: 22px;
        line-height: 26px;
    }

    .productLimited-img {
        max-width: 260px;
        padding-top: 0;
    }
    .productLimited-label {
        height: 36px;
        line-height: 34px;
        padding-right: 5px;
    }
    .productLimited-label-edge {
        border-width: 18px;
    }
    .productLimited-label-value {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .search-content .row > div {
        margin-bottom: 10px;
    }

    .select-city-btn,
    .clear-map {
        text-align: right;
    }

    .map-list-container #googleMap {
        margin: 20px 0;
    }

    .clear-map {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 25px;
    }

    .product-description-section .col-xs-12 {
        padding-top: 25px;
    }

    .product-description-section {
        padding: 0 0 25px;
    }

    .product-page .section-title {
        font-size: 26px;
        line-height: 32px;
    }

    .product-description-section .section-title {
        padding-bottom: 10px;
    }

    .product-description-section .column-content > ul {
        margin-top: 5px;
    }

    .mattress-stats .sheet-name {
        font-size: 30px;
    }

    .why-us .icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .why-us .icon {
        width: 54px;
        height: 54px;
        margin-top: -27px;
        margin-left: -27px;
    }

    .why-us .box-description {
        width: calc(100% - 70px);
        padding-left: 20px;
    }

    .why-us .difference-list > ul {
        margin: 0 -20px;
    }

    .why-us .difference-list > ul > li {
        padding: 0 20px;
    }

    .product-page .section-title {
        padding: 25px 0;
    }

    .why-us {
        padding: 15px 0 50px;
    }

    .product-description-section .column-content > ul li {
        padding: 10px 0 10px 20px;
    }

    .mattress-stats .sheet-image {
        margin-right: 20px;
        margin-bottom: 5px;
    }

    .mattress-stats .left-wrapper {
        padding: 20px 25px;
    }

    .mattress-stats .sheet-title {
        font-size: 20px;
    }

    .mattress-stats .sheet-name {
        font-size: 24px;
        line-height: 30px;
    }

    .mattress-stats .right-wrapper {
        padding: 20px 25px 30%;
    }

    .opinion-section .opinion-slider-top .product-rating {
        padding: 21px 90px 21px 0;
    }

    .opinion-section .slider-container .arrows-container {
        top: -59px;
    }

    .slider-container .slick-arrow {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .slider-container .slick-arrow.slick-prev {
        margin-right: 5px;
    }

    .opinion-section {
        padding-bottom: 15px;
    }

    .opinion-section .add-opinion .btn-container {
        padding-top: 40px;
    }

    .opinion-section .opinion-box {
        padding: 22px 10px 0;
    }

    .slider-container .arrows-container {
        top: -61px;
    }

    .product-page .extras-sliders .section-title {
        padding: 30px 100px 25px;
    }

    .extras-sliders {
        padding-bottom: 30px;
    }

    .opinion-section .opinion-slider {
        padding: 38px 20px 45px;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }

    .buttons-wrapper,
    .category-boxes {
        display: block !important;
    }

    .footer-content {
        display: block !important;
    }

    .search-box form.search-form {
        display: block !important;
        padding: 0 !important;
    }

    .search-box .search-group {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .filters-row {
        display: block !important;
    }
}

@media screen and (max-width: 1139px) {

    #content > .container:first-child{
        padding-top: 0;
    }
    .basket-coupon {
        margin: 0;
        width: 100%;
        padding-bottom: 30px;
    }

    .basket-table .orderItemsValue {
        font-size: 16px;
    }

    .footer-top .socials li a .link-text {
        padding-right: 15px;
    }

    .filters-row {
        display: none;
    }

    .buttons-wrapper,
    .category-boxes {
        display: none;
    }

    .product-list {
        padding-top: 10px;
    }

    .product-list .select-title {
        float: left;
        margin: 7px 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #e10024;
        font-family: 'Open Sans', sans-serif;
        padding-right: 15px;
    }

    .product-list .select2 {
        display: block;
        overflow: hidden;
    }

    .product-list-page .product-list-sorting .buttons-wrapper {
        padding-top: 10px;
    }

    .rwd-toggle-filters.active {
        color: #e10024;
    }

    .rwd-toggle-filters.active {
        border: 0;
        padding: 16px 16px 15px 16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-toggle-filters {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        padding: 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .mainpage .filters-main .prices-range-wrapper .input-wrapper {
        width: calc(100% - 30px)
    }

    .mainpage .prices-range-wrapper label {
        padding-right: 10px;
    }

    .mainpage .prices-range-wrapper {
        width: 50%;
        float: left;
    }

    .mainpage .filters-main .prices-range .form-element-name {
        color: #e10024;
    }

    .mainpage .filters-main .button-container,
    .mainpage .filters-main .submit-btn {
        width: 100%;
    }

    .mainpage .filters-main .submit-btn .caption {
        display: inline-block;
    }

    .mainpage .filters-title.active:before {
        -webkit-transform: translate3d(0, -50%, 0) scale(-1);
        -moz-transform: translate3d(0, -50%, 0) scale(-1);
        -ms-transform: translate3d(0, -50%, 0) scale(-1);
        -o-transform: translate3d(0, -50%, 0) scale(-1);
        transform: translate3d(0, -50%, 0) scale(-1);

    }

    .mainpage .filters-title:before {
        width: 36px;
        height: 36px;
        line-height: 34px;
        text-align: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        content: '\f107';
        font-family: fontAwesome;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .mainpage .filters-title {
        padding-right: 50px;
        position: relative;
    }

    .mainpage .filters-main .filters-row .prices-range {
        width: 100%;
        padding: 0;
    }

    .mainpage .filters-main .filters-row .col-xs-12 {
        width: 100%;
        padding-bottom: 10px;
    }

    .filters-main .filters-container {
        min-height: 0 !important;
    }

    .rwd-toggle-filters:before {
        content: '\f03a';
        font-family: FontAwesome;
        font-size: 20px;
        padding-right: 10px;
        vertical-align: middle;
    }

    .side-img.active:before {
        -webkit-transform: translate3d(0, -50%, 0) scale(-1);
        -moz-transform: translate3d(0, -50%, 0) scale(-1);
        -ms-transform: translate3d(0, -50%, 0) scale(-1);
        -o-transform: translate3d(0, -50%, 0) scale(-1);
        transform: translate3d(0, -50%, 0) scale(-1);
    }

    .side-img:before {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        width: 36px;
        height: 36px;
        line-height: 34px;
        text-align: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #fff;
        content: '\f107';
        font-family: fontAwesome;
        position: absolute;
        top: 50%;
        font-size: 20px;
        color: #fff;
        right: 10px;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .category-desc .text {
        line-height: 24px;
    }

    .filters-main .image-title {
        padding-bottom: 20px;
        width: 400px;
        text-align: center;
    }

    .filters-main .image-title .line2 {
        text-align: center;
    }

    .product-list-page .filters-main .side-img {
        display: block;
        margin: auto;
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-right: 60px;
    }

    .product-list-page .filters-main .side-img img {
        margin: 0;
    }

    .search-box .info-wrapper {
        display: none;
    }

    .opinion-section .opinion-slider {
        padding: 35px 20px 45px;
    }

    /*#main-menu {*/
    /*    display: none;*/
    /*}*/

    .header-bottom{
        border-bottom: none;
    }

    .nav-toggle {
        display: block;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    #content {
        padding-top: 116px;
    }

    .header-middle {
        display: none;
    }

    header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header-top {
        background: #fff;
        height: auto;
    }

    .header-top .logo {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
    }

    .header-top .logo a .logo-container {
        width: 70px;
        height: 70px;
        margin: -5px -8px;
    }

    .header-top .basket-btn > a .link-text,
    .header-top .basket-btn > a .basket-price,
    .header-top .user-nav > ul > li > a .link-text {
        display: none;
    }

    .header-top .user-nav > ul > li > a .icon svg,
    .header-top .basket-btn > a .icon svg {
        fill: #fff;
    }

    .header-top .user-nav > ul > li > a .icon,
    .header-top .basket-btn > a .icon {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        top: auto;
        left: auto;
        margin-top: 0;
    }

    .header-top .user-nav > ul > li > a,
    .header-top .basket-btn > a {
        margin: 12px 0;
        width: 36px;
        height: 36px;
        padding: 3px;
        background-color: #e10121;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .header-top .basket-btn,
    .header-top .user-nav > ul > li {
        padding: 0 5px;
    }

    .header-wrapper {
        padding: 0;
    }

    .header-top .header-wrapper .header {
        display: initial;
        padding-right: 10px;
    }

    .header-top .header-wrapper {
        padding-top: 21px;
        padding-left: 62px;
    }

    .header-top .user-nav {
        line-height: normal;
        padding-right: 0;
    }

    .header-top .user-nav a {
        color: #000;
    }

    .footer-top {
        padding: 0;
        background: #262827;
    }

    .footer-top .link-list,
    .footer-top .footer-info,
    .footer-top .socials {
        padding: 0;
    }

    .footer-top .footer-column,
    .footer-top .footer-column:nth-of-type(2),
    .footer-top .footer-column:nth-of-type(4),
    .footer-top .footer-column:nth-of-type(3) {
        width: 100%;
    }

    .footer-top .footer-column:nth-of-type(4) .social-item {
        width: 50%;
        float: left;
    }

    .footer-container {
        margin: 0 -15px;
        position: relative;
    }

    .footer-container:after {
        display: block;
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.3);
    }

    .footer-column:last-of-type .footer-container:last-of-type:after {
        display: none;
    }

    .footer-content {
        overflow: hidden;
        display: none;
        padding: 5px 15px 10px;
    }

    .footer-top .footer-title {
        padding: 5px 15px;
        position: relative;
        cursor: pointer;
    }

    .footer-top .footer-title:after {
        display: block;
        content: '\f078';
        font-family: FontAwesome;
        font-size: 12px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        -webkit-transition: all 0.4s cubic-bezier(0.4, -0.6, 0.6, 1.6);
        -moz-transition: all 0.4s cubic-bezier(0.4, -0.6, 0.6, 1.6);
        -ms-transition: all 0.4s cubic-bezier(0.4, -0.6, 0.6, 1.6);
        -o-transition: all 0.4s cubic-bezier(0.4, -0.6, 0.6, 1.6);
        transition: all 0.4s cubic-bezier(0.4, -0.6, 0.6, 1.6);
    }

    .footer-top .footer-container.active .footer-title:after {
        /*-webkit-transform: rotate(-180deg);*/
        /*-moz-transform: rotate(-180deg);*/
        /*-ms-transform: rotate(-180deg);*/
        /*-o-transform: rotate(-180deg);*/
        /*transform: rotate(-180deg);*/
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -ms-transform: scale(-1);
        -o-transform: scale(-1);
        transform: scale(-1);
    }

    .footer-top .logotypes-list {
        width: auto;
        padding: 10px 0;
    }

    .search-box {
        padding: 12px 5px;
        float: right;
    }

    .search-box .search-group {
        display: none;
    }

    .search-box button.search {
        display: block;
    }

    .search-box .search-group {
        display: block;
    }

    #top-search-form {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: none;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .search-box .search-group {
        height: inherit;
        background: #fff;
        pointer-events: all;
        overflow-x: hidden;
    }

    #top-search-form > .ui-menu {
        pointer-events: all;
    }

    .search-box .face-search {
        width: 100%;
        padding: 0 30px;
        position: relative;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .search-box .face-search .search-submit {
        right: 30px;
    }

    .big-product-title h1,
    .section-title.promotion-title,
    .locations-title,
    .page-title h1,
    .page-title h2.heading,
    .section-title h1,
    .section-title h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .page-title h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .our-qualities {
        background: #e10024;
    }

    .our-qualities .qualities-list {
        padding: 30px 0;
    }

    .our-qualities .qualities-title {
        font-size: 36px;
        line-height: 44px;
    }

    .qualities-list ul li {
        width: 33.3334%;
    }

    .qualities-list ul li .text-wrapper {
        padding-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .qualities-list ul li:nth-of-type(3n+1):before {
        display: none;
    }

    .qualities-list ul li:after {
        display: none;
        content: '';
        width: 64px;
        height: 1px;
        margin-left: -32px;
        position: absolute;
        left: 50%;
        top: 0;
        background: #fff;
    }

    .qualities-list ul li:nth-of-type(n+4):after {
        display: block;
    }

    .promotion {
        padding-top: 30px;
    }

    .promotion .promo-list {
        padding: 10px 0;
    }

    .contact-page .left-side {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .contact-page .left-side,
    .contact-page .right-side {
        width: 100%;
    }

    .contact-text-with-img .image {
        width: 30%;
    }

    .map-container {
        height: 60vh;
        max-height: 400px;
    }

    .about-us-main .about-us-img {
        display: none;
    }

    .about-us-main .text-wrapper {
        width: 100%;
        padding: 0;
    }

    .about-us-main .text-wrapper .rwd-image {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

    .main-product-list .product .product-bottom {
        padding: 12px 15px;
    }

    .main-product-list .product .product-small-text {
        padding: 10px 0 15px;
    }

    .main-product-list .product .product-opinion {
        padding: 10px 15px;
    }

    .main-product-list .product .product-box-title {
        padding: 15px;
    }

    .product-list-sorting .buttons-wrapper {
        width: 100%;
        text-align: center;
    }

    .product-list-page .left-side {
        width: 100%;
        padding: 0 0 20px;
    }

    .product-list-page .right-side {
        width: 100%;
    }

    .product-list-page .big-link {
        display: none;
    }

    .product-list-page {
        padding-top: 20px;
    }

    .product-list {
        padding-bottom: 33px;
    }

    .category-boxes {
        padding-bottom: 23px;
    }

    .category-desc {
        padding-bottom: 20px;
    }

    .mattress-stats .left-side {
        width: 100%;
        padding: 0;
    }

    .mattress-stats .right-side {
        width: 100%;
        padding: 15px 0 0;
    }

    .mattress-stats {
        padding: 15px 0;
    }

    .mattress-made-of .box-content {
        padding: 25px;
    }

    .mattress-made-of .box-image {
        margin: 3px 25px 10px 0;
    }

    .mattress-made-of .box-description .text {
        overflow: visible;
    }

    .mattress-stats .sheet-title {
        font-size: 24px;
        line-height: 30px;
    }

    .mattress-stats .sheet-name {
        font-size: 36px;
        line-height: 40px;
    }

    .mattress-stats .left-wrapper {
        padding: 40px 50px;
    }

    .mattress-stats .sheet-image {
        margin-right: 40px;
        margin-bottom: 10px;
    }

    .mattress-stats .right-wrapper {
        padding: 40px 50px 30%;
    }

    .size-list .size-scroll .viewport,
    .sheets-list .sheets-scroll .viewport {
        overflow-y: auto;
    }

    .size-list .size-scroll .scrollbar,
    .sheets-list .sheets-scroll .scrollbar {
        display: none;
    }

    .scroll-btn {
        display: none;
    }

    /*.big-product-title h1 {*/
    /*    font-size: 32px;*/
    /*}*/
    .big-product-title h2 {
        font-size: 26px;
    }

    .opinion-section .add-opinion {
        width: 100%;
        padding-right: 0;
    }

    .opinion-section .client-opinion {
        width: 100%;
    }

    .opinion-section .add-opinion .btn-container {
        padding-top: 35px;
    }

    .big-product .left-side {
        width: 100%;
        padding-right: 0;
    }

    .big-product .right-side {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .big-product .big-product-details, .big-product .big-product-price {
        padding: 0;
    }

    .big-product .right-side:after {
        display: none;
    }

    .big-product .big-product-price:before {
        width: auto;
        left: -15px;
        right: -15px;
    }

    .big-product-size li,
    .big-product-sheets li {
        width: 20%;
    }

    .big-product .details-list {
        width: 71.4285%;
    }

    .big-product .details-list-more {
        width: 28.5715%;
    }

    .big-product .product-slider-discount {
        width: 140px;
        height: 140px;
        line-height: 140px;
        font-size: 36px;
    }

    .extras-sliders .extras-single,
    .extras-sliders .extras-sets {
        width: 100%;
        padding: 0;
    }

    .product-small .product-button {
        margin: 8px 0 0 0;
        padding: 10px 0;
    }

    .product-small .product-price {
        padding-bottom: 5px;
    }

    .extras-sliders .set-button {
        float: right;
        padding-top: 0;
    }

    .extras-sliders .set-pricing {
        padding: 20px;
        text-align: left;
    }

    .top-box {
        display: none !important;
    }

    .step-list .step {
        width: 50%;
    }

    .section-title.promotion-title,
    .page-title h1 {
        min-width: 0;
    }

    .page-title .subtitle {
        width: 100%;
        padding-bottom: 0;
    }

    .mattress-boxes .mattress-list ul li a .text-wrapper {
        padding-left: 0;
    }

    .mattress-boxes .mattress-list ul li a .icon {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-left: 0;
    }

    .mattress-boxes .mattress-list ul li a .box-title {
        width: calc(100% - 74px);
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
    }

    .productLimited-inner > * {
        padding-left: 12px;
        padding-right: 12px;
    }
    .productLimited-title {
        margin-bottom: 3px;
        font-size: 17px;
    }
    .productLimited-name {
        font-size: 13px;
    }
    .productLimited-price {
        padding-left: 6px;
    }
    .productLimited-price .price-old {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .productLimited-img {
        max-width: 240px;
    }
    .countdownBox-time-block {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .main-slider .big-link {
        display: none;
    }

    .main-slider .slider {
        width: 100%;
        padding: 0;
    }

    .main-slider {
        padding: 15px 0;
    }

    .mattress-made-of {
        padding-bottom: 30px;
    }

    .logotypes-slider .logotype a {
        height: 150px;
    }

    .main-slider .big-link.big-link-promo {
        display: block;
        width: 100%;
    }
    .productLimited::before {
        display: none;
    }
    .productLimited-inner {
        position: relative;
        padding-left: 320px;
        padding-bottom: 10px;
    }
    .productLimited-media {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 320px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .productLimited-img {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .productLimited-btn {
        position: static;
        display: inline-block;
        margin-top: 5px;
        font-size: 12px;
        height: 38px;
        line-height: 38px;
        border-radius: 6px;
    }

    .productLimited-title {
        font-size: 22px;
    }
    .productLimited-name {
        font-size: 18px;
    }

    .productLimited-price .price:not(.price-old) {
        font-size: 20px;
    }
    .countdownBox-time-block {
        font-size: 30px;
    }

    .productLimited-label {
        height: 40px;
        line-height: 38px;
        padding-right: 8px;
    }
    .productLimited-label-edge {
        border-width: 20px;
    }
    .productLimited-label-value {
        font-size: 18px;
    }
    .productLimited-price .price-old {
        margin-top: 5px;
        margin-bottom: 5px;
    }


}

@media screen and (max-width: 991px) {
    .filters-main .filters-row .text-right {
        text-align: left;
    }

    .filters-main .prices-range {
        padding: 0;
    }

    .filters-main .button-container {
        float: right;
        padding-left: 15px;
    }

    .filters-main form > .row > .col-xs-12 {
        padding-bottom: 10px;
    }

    .btn.stick-to-bottom {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .vertical-padding {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .advice-list ul li {
        width: 100%;
    }

    .basket-view .thumbnail {
        margin-bottom: 0;
    }

    .payment-info {
        margin-top: 30px;
    }
}

@media screen and (max-width: 950px) {

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 12px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .big-product-title {
        padding-top: 15px;
    }

    .breadcrumb {
        padding: 3px 0;
    }

    .mattress-boxes .mattress-list ul li {
        width: 50%;
    }

    .mattress-boxes .mattress-list ul li a {
        padding: 25px 40px;
    }

    .mattress-boxes .mattress-list ul li a .icon {
        /*margin-top: -39px;*/
        width: 78px;
        height: 78px;
    }

    .mattress-boxes .mattress-list ul li a .text-wrapper {
        /*padding-left: 120px;*/
    }

    .mattress-boxes .mattress-list ul li a .box-title {
        font-size: 24px;
        line-height: 30px;
        width: calc(100% - 84px);
    }

    .section-title.promotion-title {
        text-align: left;
    }

    .big-product-title h1,
    .section-title.promotion-title,
    .page-title h1,
    .locations-title,
    .page-title h2.heading,
    .section-title h1,
    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .qualities-list ul li .text-wrapper {
        font-size: 16px;
        line-height: 22px;
    }

    .qualities-list ul li .icon {
        width: 100px;
        height: 100px;
    }


    .main-product-list ul li {
        width: 50%;
    }

    .main-product-list .product .product-bottom {
        padding: 20px 25px;
    }

    .main-product-list .product .product-small-text {
        padding: 10px 0 20px;
    }

    .main-product-list .product .product-opinion {
        padding: 10px 25px;
    }

    .main-product-list .product .product-box-title {
        padding: 25px;
    }

    .mattress-made-of ul li {
        width: 100%;
    }

    .mattress-made-of .box-content {
        padding: 40px;
    }

    .mattress-made-of .box-image {
        margin: 3px 40px 10px 0;
    }

    .mattress-made-of .box-description .text {
        overflow: hidden;
    }

    .why-us .difference-list > ul {
        margin: 0;
    }

    .why-us .difference-list > ul > li {
        width: 100%;
        padding: 20px 0;
    }

    .why-us .difference-list > ul > li:not(:first-of-type) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .why-us .difference-list {
        padding: 0;
    }

    .why-us {
        padding: 15px 0 30px;
    }

    .product-slider .arrows-container {
        top: -66px;
    }

    .mattress-boxes .mattress-list ul li:nth-child(odd) a,
    .mattress-boxes .mattress-list ul li:nth-child(even) a {
        border-bottom: 0;
        border-right: 0;
    }

    .mattress-boxes .mattress-list ul li:nth-last-child(1) a,
    .mattress-boxes .mattress-list ul li:nth-last-child(2) a {
        border-bottom: 1px solid #dbdbdb;
    }

    .mattress-boxes .mattress-list ul li:nth-child(even) a,
    .mattress-boxes .mattress-list ul li:last-child a {
        border-right: 1px solid #dbdbdb;
    }
}

@media screen and (max-width: 900px) {
    .productLimited-title {
        font-size: 20px;
    }
    .productLimited-name {
        font-size: 16px;
    }
    .productLimited-price .price-old {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .productLimited-price .price:not(.price-old) {
        font-size: 18px;
    }
    .countdownBox-time-block {
        font-size: 28px;
    }
}

@media screen and (max-width: 800px) {
    .category-boxes ul li {
        width: 33.3334%;
    }
}

@media screen and (min-width: 768px) {
    /*Bootstrap*/
}

@media screen and (max-width: 767px) {
    .location-col {
        width: 100%;
        margin: 0 0 15px;
    }
    .location-title{
        padding-top: 3px;
    }

    .locations-list h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .locations-list .location-item {
        line-height: 20px;
    }

    .basket-table .price-box.has-discount {
        padding-bottom: 0;
    }

    .basket-table td {
        padding: 5px 0;
    }

    .basket-table {
        padding: 5px 0;
    }

    .section-title.promotion-title {
        padding: 10px 0;
    }

    .price-box.has-discount .price-brutto {
        position: relative;
    }

    .price-box.has-discount {
        padding-bottom: 20px;
    }

    /*Bootstrap*/
    .faq-boxes > .container > ul > li .faq-btn {
        padding: 13px 50px 13px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .mattress-boxes .mattress-list ul li a {
        padding: 20px 20px;
    }

    .mattress-boxes .mattress-list ul li a .icon {
        /*margin-top: -32px;*/
        width: 64px;
        height: 64px;
    }

    .mattress-boxes .mattress-list ul li a .text-wrapper {
        /*padding-left: 85px;*/
    }

    .mattress-boxes .mattress-list ul li a .box-title {
        font-size: 20px;
        line-height: 24px;
        width: calc(100% - 70px);
    }

    .promo-list ul {
        margin: 0 -5px;
        padding: 5px 0;
    }

    .promo-list ul li {
        width: 100%;
        padding: 5px;
    }

    .promotion {
        padding-top: 20px;
    }

    .advice-list ul li a .box-image {
        width: 40%;
    }

    .advice-list ul li a .box-text {
        width: 60%;
        padding: 10px 10px 70px 30px;
    }

    .advice-list ul li a .btn {
        bottom: 10px;
        right: 10px;
    }

    .contact-links li a {
        font-size: 30px;
        line-height: 40px;
    }

    .text-article .article-img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }

    .about-us-main .about-us-title {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 20px;
    }


    .product-list .product .product-bottom,
    .main-product-list .product .product-bottom {
        padding: 12px 15px;
    }

    .product-list .product .product-small-text,
    .main-product-list .product .product-small-text {
        padding: 10px 0 15px;
    }

    .product-list .product .product-opinion,
    .main-product-list .product .product-opinion {
        padding: 10px 15px;
    }

    .product-list .product .product-box-title,
    .main-product-list .product .product-box-title {
        padding: 15px;
    }

    .filters-main form > .row > .col-xs-12 {
        padding-bottom: 0;
    }

    .filters-main .col-xs-12 .col-xs-12 {
        padding-bottom: 20px;
    }

    .mattress-stats .left-wrapper {
        padding: 30px 35px;
    }

    .mattress-stats .right-wrapper {
        padding: 30px 35px 30%;
    }

    .mattress-stats .sheet-name {
        font-size: 30px;
        line-height: 40px;
    }

    .mattress-stats .sheet-change.btn {
        margin-top: 30px;
    }

    .product-page .main-product-list {
        padding: 0;
    }

    .opinion-section .opinion-slider-top .section-title {
        float: none;
        text-align: left;
        padding-bottom: 0;
    }

    .opinion-section .opinion-slider-top .product-rating {
        width: 100%;
        text-align: left;
        padding: 0 90px 15px 0;
    }

    .opinion-section .slider-container .arrows-container {
        top: -52px;
    }

    .opinion-section .opinion-slider-top .item-rating-count {
        font-size: 16px;
    }

    .set-box .product-small:not(:last-of-type):before {
        height: 32px;
        margin-top: -16px;
    }

    .set-box .product-small:not(:last-of-type):after {
        width: 32px;
        right: -16px;
    }

    .product-small .product-price {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .extras-sliders .set-pricing {
        text-align: center;
    }

    .extras-sliders .set-button {
        float: none;
        padding-top: 10px;
    }

    .extras-sliders .set-saving,
    .extras-sliders .set-price {
        padding: 0 15px;
    }

    .product-slider .arrows-container {
        top: -52px;
    }

    .productLimited-inner {
        padding-left: 260px;
    }
    .productLimited-media {
        width: 260px;
    }
    .countdownBox-time-block {
        font-size: 26px;
    }

    .payment-link-wrapper {
        width: calc(100% + 16px);
        left: -8px;
        padding: 15px 8px;
    }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .product .image-wrapper {
        padding-bottom: 66%;
    }

    .product .product-price {
        float: left;
    }

    .product .product-icons .icon {
        margin: -8px;
        width: 46px;
        height: 46px;
    }

    .product .product-icons {
        float: right;
    }

    .product-opinion .item-rating-star {
        padding-right: 5px;
    }

    .product-list .product .product-box-title, .main-product-list .product .product-box-title {
        padding: 8px 10px;
    }

    .mainpage .filters-main .filters-container .filters-title {
        font-size: 18px;
        line-height: 26px;
    }

    .step-inner .caption {
        /*display: none;*/
    }

    .scroll-btn {
        display: none;
    }

    .extras-sliders .products-container .product-small {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .extras-sliders .products-container .product-small:nth-child(3):last-child {
        border-right: 0;
    }

    .extras-sliders .products-container .product-small:nth-child(3) {
        /*border: 0;*/
        margin: 1px 0;
    }

    .extras-sliders .products-container {
        text-align: center;
    }

    .sheets-list .sheets-scroll,
    .size-list .size-scroll {
        height: 100%;
        overflow: auto;
    }

    .sheets-table {
        overflow: hidden;
        height: 100%;
    }

    .size-table {
        height: calc(100% - 70px);
    }

    .sheets-list.visible,
    .size-list.visible {
        overflow: visible;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .mattress-boxes .mattress-list ul li {
        width: 100%;
    }

    .mattress-boxes .mattress-list ul li a {
        min-height: 110px;
    }

    .mattress-boxes .mattress-list ul li:nth-child(odd) a,
    .mattress-boxes .mattress-list ul li:nth-child(even) a {
        border-bottom: 0;
        border-right: 1px solid #dbdbdb;
    }

    .mattress-boxes .mattress-list ul li:last-child a {
        border-bottom: 1px solid #dbdbdb;
    }

    .big-product-title h1,
    .section-title.promotion-title,
    .page-title h1,
    .locations-title,
    .page-title h2.heading,
    .section-title h1,
    .section-title h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .qualities-list ul li {
        width: 50%;
    }

    .qualities-list ul li:nth-of-type(3n+1):before {
        display: block;
    }

    .qualities-list ul li:nth-of-type(2n+1):before {
        display: none;
    }

    .qualities-list ul li:nth-of-type(n+3):after {
        display: block;
    }

    .our-qualities .qualities-title {
        font-size: 32px;
        line-height: 40px;
    }

    .our-qualities {
        padding: 15px 0;
    }

    .section-title {
        padding: 20px 0;
    }

    .advice-list ul li a .box-image {
        width: 100%;
    }

    .advice-list ul li a .box-text {
        width: 100%;
        padding: 15px 0 0;
    }

    .advice-list ul li a .btn {
        position: relative;
        margin-top: 20px;
        bottom: auto;
        right: auto;
    }

    .advice-list ul li a .text-wrapper {
        min-height: 0;
    }

    .contact-text-with-img .image {
        display: none;
    }

    .contact-text-with-img .text-wrapper {
        width: 100%;
    }

    .contact-page .contact-text {
        padding-bottom: 10px;
    }

    .contact-text .contact-box-title {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 15px;
    }

    .contact-page {
        padding: 20px 0;
    }

    .advice-list ul li .box-content .box-image {
        display: block;
        width: 100%;
        max-width: 362px;
        margin: auto;
    }

    .advice-list ul li .box-content .box-text {
        width: 100%;
        padding: 20px 0 70px;
    }

    .advice-list ul li .box-content .btn {
        right: 0;
    }

    .product .btn-container {
        width: 100%;
        padding: 10px 0 0 0;
    }

    .product .product-icons .icon {
        width: 50px;
        height: 50px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .product .product-icons {
        width: auto;
        position: relative;
        top: auto;
        right: auto;
    }

    .product .product-price {
        padding-right: 0;
    }

    .product .product-box-title {
        font-size: 16px;
        line-height: 20px;
    }

    .product .price {
        font-size: 24px;
        line-height: 30px;
    }

    .product-list .product .product-small-text,
    .main-product-list .product .product-small-text {
        padding: 0 0 10px;
    }

    .product .price-box {
        direction: rtl;
    }

    .product .price {
        direction: ltr;
    }

    .product .price.price-old {
        width: auto;
        padding-left: 5px;
    }

    .main-slider .slider .slick-arrow {
        bottom: 15px;
        left: 15px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
    }

    .main-slider .slider .slick-arrow.slick-next {
        left: 65px;
    }

    .category-boxes a {
        padding: 8px 15px;
    }

    .category-boxes a .icon {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .category-boxes a .box-title {
        font-size: 12px;
        line-height: 16px;
    }

    .category-boxes a .icon-wrapper + .box-title {
        padding: 0 0 0 45px;
    }

    .stats-list li {
        padding: 10px 0 15px;
    }

    .stats-bar-title {
        width: 100%;
        padding: 0 0 5px;
    }

    .stats-bar-container {
        width: 100%;
        padding: 0;
    }

    .mattress-made-of .box-content {
        padding: 20px;
    }

    .mattress-made-of .box-image {
        margin: 3px 20px 10px 0;
    }

    .mattress-made-of .box-description .text {
        overflow: visible;
    }

    .mattress-stats .sheet-name {
        font-size: 24px;
        line-height: 30px;
    }

    .mattress-stats .sheet-title {
        font-size: 20px;
        line-height: 26px;
    }

    .mattress-stats .left-wrapper {
        padding: 20px 25px;
    }

    .mattress-stats .sheet-image {
        margin-right: 20px;
        margin-bottom: 5px;
    }

    .mattress-stats .right-wrapper {
        padding: 20px 25px 30%;
    }

    .big-product-size li,
    .big-product-sheets li {
        width: 25%;
    }

    .big-product .details-list {
        width: 66.6666%;
    }

    .big-product .details-list-more {
        width: 33.3334%;
    }

    .big-product .product-slider-container {
        height: auto;
    }

    .big-product .product-slider .slide a {
        height: 0;
        padding-bottom: 70%;
    }

    .big-product .product-slider-discount {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
    }

    .big-product .product-slider-nav .image-wrapper {
        width: 100px;
    }

    .big-product .big-product-amount {
        width: 100%;
        padding-right: 0;
    }

    .big-product .big-product-button {
        width: 100%;
        padding-top: 15px;
    }

    .big-product .big-product-purchase {
        padding: 15px 0;
    }

    .big-product .form-group.quantity {
        text-align: center;
    }

    .big-product .big-price .price {
        font-size: 32px;
        line-height: 44px;
    }

    .big-product .add-to-basket.btn .icon {
        width: 30px;
        height: 30px;
    }

    .product-page .extras-sliders .section-title {
        padding: 30px 100px 25px 0;
        text-align: left;
    }

    .product-small .product-price {
        font-size: 24px;
        line-height: 32px;
    }

    .set-box .product-small:not(:last-of-type):before,
    .set-box .product-small:not(:last-of-type):after {
        display: none;
    }

    .product-small {
        width: 50%;
    }

    .why-us {
        padding: 10px 0 15px;
    }

    .size-table .list-title {
        padding-top: 0;
    }

    .size-table .size-title,
    .size-table .price-title,
    .size-table .price-new-title {
        font-size: 16px;
    }

    .sheets-list-title,
    .size-list-title {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0;
    }

    .size-list-title .fdm-logo {
        display: none;
    }

    .big-product .product-variants {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    .big-product .product-variants.visible {
        opacity: 1;
        pointer-events: all;
    }

    .sheets-list,
    .size-list {
        background: #262827;
        padding: 0 20px;
        position: fixed;
        width: auto;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1002;
        overflow-y: auto;
    }

    .size-x {
        opacity: 1;
    }

    .size-list .size-scroll .viewport,
    .sheets-list .sheets-scroll .viewport {
        overflow: visible;
    }

    .size-table {
        padding-bottom: 20px;
    }

    .sheets-list .sheet-change,
    .size-list .size-change {
        display: block;
        width: 40px;
        height: 40px;
        background: #262827;
        position: fixed;
        top: 15px;
        right: 15px;
        cursor: pointer;
        border: 1px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .size-list .size-change:before,
    .sheets-list .sheet-change:before {
        display: block;
        content: '';
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .size-list .size-change:after,
    .sheets-list .sheet-change:after {
        margin-top: -1px;
        display: block;
        content: '';
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .size-table ul li .size,
    .size-table ul li .price.price-old {
        width: 20%;
    }

    .size-table ul li .price.price-new {
        width: 25%;
    }

    .size-table ul li .button-container {
        width: 35%;
    }

    .size-table .size-title,
    .size-table .price-title {
        width: 20%;
    }

    .size-table .price-new-title {
        width: 60%;
    }

    .basket-title .step-list {
        /*border: 1px solid rgba(0, 0, 0, 0.1);*/
        /*padding-bottom: 0;*/
        /*margin-bottom: 20px;*/
    }

    .step-list {
        /*margin: 0;*/
        /*text-align: center;*/
    }

    .step-list .step {
        /*width: auto;*/
        /*padding: 0;*/
        /*display: inline-block;*/
    }

    .step-list .step .step-inner a {
        /*border-left: 0;*/
        /*border-right: 0;*/
        /*border-color: transparent;*/
        /*margin: -1px 0;*/
        /*letter-spacing: 0;*/
        /*padding: 7px;*/
    }

    .step-list .step:not(.active) .step-inner a .caption {
        /*display: none;*/
    }

    .page-title .subtitle .text {
        font-size: 16px;
        line-height: 26px;
    }

    .size-list .size-scroll .scrollbar,
    .sheets-list .sheets-scroll .scrollbar {
        display: none;
    }

    .product .product-small-text .text {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .text {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-top .footer-column .socials .social-item {
        /*width: 100%;*/
        /*float: none;*/
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text {
        word-wrap: break-word;
    }

    .search-box .face-search {
        padding: 0 15px;
    }

    .search-box .face-search .search-submit {
        right: 15px;
    }

    .advice-boxes,
    .faq-boxes,
    .text-article {
        padding: 30px 0 20px;
    }

    .gallery {
        padding-bottom: 20px;
    }

    .pagination-wrapper {
        padding: 0 0 20px;
    }

    .pagination-wrapper ul li {
        padding: 5px;
    }

    .faq-boxes > .container > ul > li .faq-btn {
        padding: 10px 40px 10px 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .faq-boxes > .container > ul > li .faq-btn:after {
        right: 15px;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .contact-text .contact-box {
        width: 100%;
    }

    .product-list ul li,
    .main-product-list ul li {
        width: 100%;
    }

    .filters-main .filters-container .filters-title {
        font-size: 20px;
        line-height: 26px;
    }

    .filters-main {
        padding: 10px;
    }

    .filters-main .filters-container {
        padding: 10px 15px 15px;
    }

    .category-boxes ul li {
        width: 50%;
    }

    .product-list {
        padding-bottom: 13px;
    }

    .category-boxes {
        padding-bottom: 13px;
    }

    .category-desc {
        padding-bottom: 10px;
    }

    .product-list-sorting .select-wrapper {
        width: 100%;
    }

    .product-list-sorting .select-title {
        float: left;
        margin: 10px 0;
    }

    .product-list-sorting .select2 {
        width: auto;
        display: block;
        overflow: hidden;
    }

    .big-product .details-list-more {
        width: 100%;
        padding: 5px 0;
    }

    .big-product .details-list {
        width: 100%;
    }

    .big-product-size li,
    .big-product-sheets li {
        width: 20%;
    }

    .big-product .big-price,
    .big-product .price-description {
        width: 100%;
    }

    .big-product .big-price .price {
        float: left;
    }

    .big-product .discount-container {
        float: left;
        padding: 24px 0 0 15px;
    }

    .big-product .big-price .price.price-old {
        float: none;
    }

    .big-product .big-product-size .details-container,
    .big-product .big-product-sheets .details-container {
        padding-bottom: 10px;
    }

    .size-table .list-title {
        display: none;
    }

    .size-list-title {
        border-bottom: 0;
    }

    .size-table ul li .value-title {
        display: inline-block;
        float: left;
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
        letter-spacing: 0.05em;
        color: #fff;
    }

    .size-table ul li .value {
        float: right;
        line-height: 24px;
    }

    .size-table ul li .size,
    .size-table ul li .price,
    .size-table ul li .price.price-old,
    .size-table ul li .price.price-new,
    .size-table ul li .button-container {
        width: 100%;
    }

    .size-table ul li .btn .caption {

    }

    .sheet-box .text {
        overflow: visible;
    }

    .logotypes-slider .logotype a {
        height: 120px;
    }

    .big-product .big-price .price {
        font-size: 36px;
        line-height: 48px;
    }

    .modal-footer .btn+.btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .step-inner .caption-icon {
        display: none;
    }

    .step-inner .nb {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .step-inner .step-text {
        line-height: 12px;
        height: 30px;
        padding-left: 38px;
        display: table;
        width: 100%;
    }

    .step-inner .caption {
        display: table-cell;
        vertical-align: middle;
    }

    .productLimited-inner {
        padding-left: 0;
    }
    .productLimited-media {
        position: relative;
        width: auto;
        border: none;
    }
    .productLimited-img {
        position: relative;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .header-top .header-wrapper .header{
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .big-product .big-price .price-box.has-discount {
        padding-bottom: 0;
    }

    .big-product .big-product-price:after {
        margin-top: 10px;
    }

    .big-product .big-price .price-brutto .price-old {
        padding-bottom: 2px;
    }

    .big-product .big-price .price-brutto .price {
        display: inline-block;
        vertical-align: bottom;
        width: auto;
        float: none;
    }

    .copyright,
    .copyright-undicom {
        float: none;
        text-align: center;
        line-height: 20px;
    }

    .big-product-title h1,
    .section-title.promotion-title,
    .page-title h1,
    .page-title h2.heading,
    .section-title h1,
    .locations-title,
    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .page-title h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .our-qualities .qualities-title {
        font-size: 28px;
        line-height: 36px;
    }

    .qualities-list ul li:not(:first-of-type):before,
    .qualities-list ul li:nth-of-type(3n+1):before,
    .qualities-list ul li:nth-of-type(2n+1):before,
    .qualities-list ul li:nth-of-type(n+3):after {
        display: none;
    }

    .qualities-list ul li {
        /*width: 100%;*/
        padding: 10px 0;
    }

    .qualities-list ul li .icon {
        width: 80px;
        height: 80px;
    }

    .qualities-list ul li .text-wrapper {
        padding-top: 10px;
    }

    .our-qualities .qualities-list {
        padding: 10px 0;
    }

    .contact-text-with-img .contact-links {
        padding: 5px 0 15px;
    }

    .contact-links li a {
        font-size: 20px;
        line-height: 30px;
    }

    .contact-links li a .icon {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        left: -6px;
    }

    .contact-links li a .icon + .link-text {
        padding-left: 40px;
    }

    .contact-text .contact-box-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .product-list-page .filters-main .filters-row {
        padding-top: 10px;
    }

    .mattress-made-of .box-title {
        font-size: 16px;
        line-height: 24px;
    }

    .mattress-made-of .box-content {
        padding: 10px;
    }

    .mattress-made-of .box-image {
        margin: 0 15px 0 0;
    }

    .mattress-made-of .box-description .text {
        font-size: 14px;
        line-height: 24px;
    }

    .why-us .icon-wrapper {
        width: 50px;
        height: 50px;
    }

    .why-us .icon {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

    .product-page .section-title {
        padding: 15px 0;
    }

    .why-us {
        padding: 10px 0;
    }

    .mattress-stats .left-wrapper {
        padding: 15px;
    }

    .mattress-stats .right-wrapper {
        padding: 15px 15px 30%;
    }

    .mattress-stats .sheet-image {
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .mattress-stats .sheet-change.btn {
        margin-top: 15px;
    }

    .mattress-stats .text {
        font-size: 14px;
        line-height: 24px;
    }

    .mattress-stats .sheet-description {
        padding-top: 10px;
    }

    .mattress-stats .sheet-name {
        font-size: 20px;
        line-height: 26px;
    }

    .mattress-stats .sheet-title {
        font-size: 18px;
        line-height: 26px;
    }

    .mattress-stats .sheet-change.btn .icon {
        width: 40px;
        height: 40px;
        margin: -10px 0;
    }

    .mattress-stats .sheet-change.btn {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 12px;
    }

    .product-page .client-opinion .section-title {
        padding-top: 20px;
    }

    .opinion-section .opinion-slider {
        padding: 0 0 20px;
    }

    .opinion-section .opinion-box {
        padding: 17px 15px 0;
    }

    .opinion-section .opinion-box .opinion-bottom {
        padding: 10px 0 12px;
    }

    .opinion-section .opinion-box .opinion-title {
        padding-bottom: 10px;
    }

    .opinion-section .opinion-box .opinion-description .text {
        line-height: 24px;
        height: 48px;
    }

    .opinion-section .add-opinion-container {
        padding: 15px 15px 12px;
    }

    .opinion-section .add-opinion .form-element-rating .form-element-name {
        width: calc(100% - 153px);
    }

    .opinion-section .add-opinion .form-element-rating .element-row {
        width: 153px;
    }

    .opinion-section .add-opinion .fdm-logo {
        display: none;
    }

    .opinion-section .add-opinion .btn-container {
        padding-top: 15px;
    }

    .opinion-section .add-opinion .add-opinion-stars {
        padding-bottom: 0;
    }

    .opinion-section .add-opinion .add-opinion-stars .add-opinion-title {
        padding: 15px 0 10px;
    }

    .opinion-section .add-opinion .item-rating-star-container {
        margin: 0 -6px;
    }

    .opinion-section .add-opinion .item-rating-star-container .item-rating-star {
        padding: 0 6px;
    }

    .opinion-section .add-opinion .btn-container .btn {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 10px;
    }

    .opinion-section .add-opinion .btn-container .btn .icon {
        width: 30px;
        height: 30px;
    }

    .opinion-section .add-opinion .btn-container .btn .caption {
        padding: 0 10px;
    }

    .mattress-stats .sheet-change.btn .fa {
        padding: 0;
    }

    .big-product-size li,
    .big-product-sheets li {
        width: 25%;
    }


    .big-product .product-slider-discount {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }

    .big-product .product-slider-nav .image-wrapper {
        width: 100%;
    }

    /*.big-product-title h1 {*/
    /*    font-size: 26px;*/
    /*}*/
    .big-product-title .title {
        padding: 0px 0;
        float: left;
    }

    .big-product-title,
    .page-title {
        padding: 5px 0 0;
    }

    .big-product-title h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .product-page .extras-sliders .section-title {
        padding: 20px 85px 15px 0;
        font-size: 22px;
        line-height: 26px;
    }

    .extras-sliders .slider-container .arrows-container {
        top: -46px;
    }

    .extras-sliders {
        padding-bottom: 15px;
    }

    .product-small .product-title {
        height: auto;
    }

    .extras-sliders .set-saving,
    .extras-sliders .set-price,
    .extras-sliders .set-pricing .price {
        line-height: 24px;
    }

    .basket-summary .summary-row .price-new {
        font-size: 24px;
    }

    .sheet-box .sheet-box-price {
        font-size: 12px;
        padding: 5px;
    }
}

@media screen and (max-width: 420px) {
    .mainpage .filters-main .filters-container .filters-title {
        font-size: 16px;
        line-height: 22px;
    }

    .step-text {
        /*display: none !important;*/
    }

    .step-inner .nb {
        /*margin: 0;*/
    }

    .basket-table tfoot tr,
    .basket-table tfoot th,
    .purchase-value,
    .basket-table .orderItemsValue {
        text-align: center;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .big-product-title h1,
    .big-product-title h2 {
        display: inline;
    }

    .product-perks ul li {
        width: 230px;
        text-align: left;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .pagination-wrapper ul li {
        padding: 0 2px;
    }

    .pagination-wrapper ul li.prev a,
    .pagination-wrapper ul li.next a {
        width: 40px;
        height: 40px;
        padding: 10px;
        line-height: 18px;
    }

    .pagination-wrapper ul li span,
    .pagination-wrapper ul li a {
        font-size: 14px;
        padding: 5px 3px;
    }

    .mattress-boxes .mattress-list ul li a .icon {
        /*margin-top: -27px;*/
        width: 54px;
        height: 54px;
    }

    .mattress-boxes .mattress-list ul li a .text-wrapper {
        /*padding-left: 75px;*/
    }

    .mattress-boxes .mattress-list ul li a .box-title {
        width: calc(100% - 60px);
    }

    .our-qualities .qualities-title {
        font-size: 24px;
        line-height: 32px;
    }

    .main-slider .slider .slick-arrow {
        bottom: 8px;
        left: 8px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .main-slider .slider .slick-arrow.slick-next {
        left: 46px;
    }

    .filters-main .prices-range {
        width: 100%;
    }

    .filters-main .prices-range-wrapper .input-wrapper {
        width: 100%;
    }

    .filters-main .prices-range-wrapper {
        width: 50%;
    }

    .filters-main .prices-range-container {
        font-size: 0;
    }

    .filters-main .submit-btn {
        width: 100%;
        margin-top: 15px;
    }

    .filters-main .submit-btn .caption {
        display: inline-block;
        font-size: inherit;
    }

    .filters-main .button-container {
        width: 100%;
        padding: 0;
    }

    .category-boxes ul li {
        width: 100%;
    }

    .category-boxes a .box-title {
        font-size: 13px;
        line-height: 18px;
    }

    .filters-main .prices-range-wrapper label {
        float: left;
        margin: 10px 5px 10px 0;
    }

    .filters-main .prices-range-wrapper .input-wrapper {
        width: auto;
        display: block;
        overflow: hidden;
    }

    .mattress-stats .sheet-image .image-wrapper {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .opinion-section .opinion-box .see-more {
        float: none;
    }

    .sheets-list,
    .size-list {
        padding: 0 15px;
    }

    .sheet-box {
        padding: 10px 15px;
    }

    .sheet-box .sheet-box-image a .img-hover .check {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }

    .sheet-box .box-title {
        font-size: 16px;
        line-height: 24px;
    }

    .extras-sliders .set-pricing {
        padding: 10px 15px 15px;
    }

    .panel-title {
        font-size: 18px;
        line-height: 24px;
    }

    .product-slider .arrows-container {
        top: -48px;
    }

    .product-slider .slick-arrow {
        width: 34px;
        height: 34px;
        line-height: 32px;
    }

    .product-slider .slick-arrow.slick-prev {
        margin-right: 5px;
    }

    .product-page .other-products .section-title {
        padding-right: 80px;
    }

    .big-product-title h1,
    .section-title.promotion-title,
    .page-title h1,
    .page-title h2.heading,
    .section-title h1,
    .locations-title,
    .section-title h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .productLimited-title {
        font-size: 18px;
    }
    .productLimited-name {
        font-size: 14px;
    }
    .productLimited-price .price-old {
        margin-top: 3px;
        margin-bottom: 3px;
        font-size: 14px;
    }
    .productLimited-price .price:not(.price-old) {
        font-size: 16px;
    }
    .productLimited-label {
        height: 36px;
        line-height: 34px;
        padding-right: 5px;
    }
    .productLimited-label-edge {
        border-width: 18px;
    }
    .productLimited-label-value {
        font-size: 16px;
    }

    .countdownBox-time {
        font-size: 18px;
    }
    .countdownBox-time-block {
        font-size: 24px;
    }

    #main-menu ul li a{
        padding: 0 8px;
        font-size: 11px;
    }
}

@media screen and (max-width: 380px) {
    .header-top .header-wrapper .header{
        display: none;
    }
    .big-product-size li,
    .big-product-sheets li {
        width: 33.3334%;
    }

    .big-product .big-price .price {
        float: none;
        font-size: 32px;
        line-height: 40px;
    }

    .big-product .discount-container {
        float: none;
        padding: 0;
    }

    .big-product .product-slider-discount {
        width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }

    .big-product .product-slider-opinion .item-rating-star-container .item-rating-star {
        padding-right: 7px;
    }

    .big-product .product-slider-opinion .item-rating-count {
        padding-left: 5px;
    }

    .product-perks li {
        padding: 12px 15px;
    }

    .set-slider .product-small .product-price {
        font-size: 20px;
        line-height: 26px;
    }

    .logotypes-slider .logotype a {
        height: 80px;
    }

    .qualities-list ul li .icon {
        width: 70px;
        height: 70px;
    }

    .qualities-list ul li .text-wrapper {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 340px) {
    .sheet-box .sheet-box-price {
        font-size: 10px;
    }

    .step-list .step .step-inner a {
        font-size: 9px;
    }
}

@media screen and (max-width: 319px) {
    header,
    body {
        width: 320px;
    }
}

/**/

@media screen and (max-height: 840px) {
    .rate-product {
        top: 220px;
    }
}

/**/

@media screen and (max-width: 1139px) {
    .product-list-sorting {
        padding-top: 10px;
    }

    .rwd-toggle-filters {
        display: block;
    }

    .header-top .user-nav > ul > li {
        display: none;
    }

    .search-box button svg {
        fill: #e10121;
    }

    .nav-toggle {
        background: #000;
    }

    .search-box button {
        background: #fff;
    }

    .header-top .user-nav > ul > li.top-box-wrapper {
        display: inline-block;
    }

    table.basket-table .basket-table-bundle-row {
        margin-top: 10px;
    }

    .basket-table-bundle-row .shop-basket-list-product-set-parts li {
        padding-left: 30px;
    }

    .shop-basket-list-product-set-parts-name.product-name.name {
        width: 100%;
    }

    .basket-table .hide-mobile {
        display: none !important;
    }

    .basket-table {
        margin-bottom: 25px;
        min-width: 100%;
        width: auto;
        border-spacing: 0;
    }

    .basket-summary .summary-row.summary-value .price {
        font-size: 24px;
    }

    .basket-summary .summary-row .caption {
        /*font-size: 14px;*/
    }

    .basket-table thead {
        display: none;
    }

    .basket-table tr {
        display: block;
        float: left;
        padding: 15px;
        width: 100%;
        border-bottom: 2px solid #e30613;
    }

    .basket-table td {
        position: relative;
        display: block;
        float: left;
        padding: 5px 0;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .basket-table-bundle-row td.basket-table-bundle-content {
        padding: 15px;
    }

    .basket-table td.lp::after,
    .basket-table td.remove-column::after {
        display: none;
    }

    .basket-table td::after {
        display: none;
    }

    .basket-table td:last-child::after {
        display: none;
    }

    .basket-table .remove-column,
    .basket-table td.product-info-box {
        width: 100%;
    }

    .basket-table td.lp {
        display: none;
    }

    .basket-table .lp {
        float: left;
        margin-right: 15px;
    }

    .basket-table .image {
        margin-right: 20px;
    }

    .basket-table-bundle-row .product-image {
        margin-left: 0;
    }

    .basket-table .caption.only-mobile {
        position: absolute;
        top: 50%;
        left: 0;
        float: left;
        max-width: 170px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .basket-table .caption + * {
        display: block;
        float: right;
        text-align: right;
    }

    .basket-table .name {
        padding-right: 0;
        max-width: 75%;
        width: 100%;
        font-size: 12px;
        float: none;
    }

    .basket-table .name.has-variant .title {
        vertical-align: top;
    }

    .basket-table span.name.has-variant {
        min-height: 48px;
        height: auto;
    }

    .basket-table td:last-child .btn,
    .basket-table td:last-child .btn:hover {
        background: transparent;
        color: #000;
        border-color: rgba(0, 0, 0, 0.1);
    }


    .basket-view .price-box.has-discount .price-old {
        display: inline-block;
    }

    .basket-view .price-box.has-discount .price-new {
        display: inline-block;
        padding-left: 10px;
    }

    .basket-table .input-counter {
        padding: 5px;
        width: 150px;
    }

    .basket-table .input-counter input {
        height: 30px;
        line-height: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .basket-view .shop-quantity-box .qty-down {
        left: 5px;
    }

    .basket-view .shop-quantity-box .qty-up {
        right: 5px;
    }

    .basket-view .shop-quantity-box .qty-down,
    .basket-view .shop-quantity-box .qty-up {
        top: 5px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .basket-table tfoot th {
        border-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .filters-main .image-title {
        width: 100%;
    }

    .product-list-page .filters-main .side-img img {
        max-width: 115%;
        margin: 0 -15% 0 0;
    }

    .product-list-sorting {
        padding-top: 20px;
    }

    .filters-main .image-title {
        padding-bottom: 10px;
    }

    .basket-table tr {
        padding: 5px 15px;
    }

    .basket-table tr.has-bundle {
        clear: both;
        border-bottom: 0;
    }

    .basket-table {
        margin-bottom: 25px;
    }

    .basket-table-summary {
        margin: 0 0 10px;
        padding: 5px 15px;
        background-color: #C5C5C5;
    }

    .basket-table-summary .summary-row .caption {
        left: 15px;
    }

    .basket-table-summary .summary-row {
        padding: 0 15px;
    }

    .basket-view .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .basket-view .basket-coupon-box .btn {
        width: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 555px) {
    .page-title .subtitle .text {
        font-size: 16px;
        line-height: 22px;
    }

    .filters-main .image-title .line2 {
        font-size: 34px;
        line-height: 26px;
    }

    .filters-main .image-title .line1 {
        font-size: 20px;
        line-height: 26px;
    }

    .category-desc-more {
        margin: 0;
    }

    .basket-table .image {
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%;
        float: none;
        margin: 0 auto;
    }

    .basket-table .image a {
        position: absolute;
        top: 0;
        left: 0;
    }

    .basket-table .name {
        height: auto;
        max-width: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .basket-view .basket-coupon-container > label {
        padding: 0 0 7px;
    }

    .basket-view .basket-coupon-box {
        width: 100%;
    }

    .basket-coupon {
        padding-bottom: 20px;
    }

    .basket-view .basket-coupon-box .btn {
        padding: 9px 20px;
    }

    .basket-view .basket-coupon-code {
        padding: 0 0 10px;
    }

    .basket-view .basket-coupon-box .basket-coupon-code + .btn {
        width: 100%;
    }

    .basket-view .basket-coupon-box .input-group {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .basket-table-bundle-row .product-name {
        max-width: 158px;
    }

    .basket-table .discount,
    .basket-table .price-new {
        font-size: 18px;
    }

    .panel-title,
    *[class*="form-element-collection"] > .form-element-name,
    .basket-view .summary-box .form-element-name,
    .basket-view .summary-box h3,
    .filter-grid h2 {
        padding: 10px 15px;
    }

    .panel .panel-body,
    .basket-summary .form-element.form-element-radio,
    .basket-summary .price-and-discount-container,
    .filter-grid form {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 460px) {
    .basket-table .caption.only-mobile,
    .order-section .basket-summary .summary-row .caption {
        width: 125px;
        word-break: break-all;
    }
}

@media screen and (max-width: 420px) {
    .price-box.has-discount {
        padding-bottom: 0;
    }

    .basket-table .caption + * {
        float: left;
        padding-left: 10px;
        margin-top: -2px;
    }

    .basket-view .basket-summary tfoot th {
        font-size: 1.4rem;
    }

    .basket-view .basket-summary tfoot td {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 359px) {
    .basket-table .name a.title {
        font-size: 16px;

    }

    .basket-table .input-counter {
        width: 130px;
    }
}
/**/

@media screen and (max-width: 991px) {
    .form-with-fixed .right-column {
        display: none;
    }

    .form-with-fixed .form-wrapper {
        width: 100%;
    }

    .form-with-fixed .form-wrapper .fixed-offset {
        width: 100%;
    }
}

/**/

@media screen and (max-width: 1139px) {
    .basket-table .product-image.hide-mobile {
        display: block !important;
        float: left;
        margin-right: 20px;
    }

    .basket-table .caption.only-mobile {
        position: static;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        line-height: 30px;
    }

    .basket-table .caption.only-mobile, .order-section .basket-summary .summary-row .caption {
        width: auto;
    }

    .basket-table tbody .lp,
    .basket-table .image.only-mobile {
        display: none;
    }

    .basket-table td.product-info-box,
    .basket-table td {
        float: right;/*
        width: calc(100% - 120px);*/
    }

    .basket-table .remove-column {
        width: 100%;
    }

    .basket-view span.quantity {
        line-height: 30px;
    }
}

@media screen and (max-width: 420px) {
    .opinion-full .item-rating-container, .opinion-section .opinion-box .item-rating-container {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .opinion-full .opinion-title, .opinion-section .opinion-box .opinion-title {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .basket-table .product-image.hide-mobile {
        width: 80px;
        margin-right: 10px;
    }

    .basket-table .image {
        /*width: 80px;*/
        /*height: 80px;*/
    }

    .basket-table td.product-info-box,
    .basket-table td {
        /*width: calc(100% - 90px);*/
        padding: 3px 0;
    }

    .basket-table .price-old {
        font-size: 12px;
    }

    .basket-table .discount,
    .basket-table .price-new {
        font-size: 16px;
    }

    .basket-view span.quantity {
        font-size: 16px;
        line-height: 24px;
    }

    .basket-table .caption.only-mobile,
    .basket-view .price-new {
        line-height: 24px;
    }


    .product-info-container {
        margin-left: -5px;
        margin-right: -5px;
    }

    .basket-table td.product-info-box .basket-set {
        padding-left: 0;
        padding-right: 0;
    }

    .basket-table td.product-info-box .basket-set *[class*='col-'],
    .product-info-container *[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .basket-table .basket-set {
        padding: 5px 0;
    }

    .basket-table td.product-info-box .basket-set .basket-set-icon {
        width: 7%;
    }

    .basket-table td.product-info-box .basket-set .basket-set-image {
        width: 25%;
    }

    .basket-table td.product-info-box .basket-set .basket-set-name {
        width: 58.33333333%;
    }
}