@media(max-width:1280px) {
    .title-decotative {
        font-size: 12rem;
    }

    .footer-bottom-section>.container>.row {
        margin: 0;
    }
}

@media(max-width:1025px) {
    header .contact-wrapper:last-child {
        display: none;
    }

    header .contact-wrapper:nth-last-child(2) a::after {
        display: none;
    }

    #top-bar__navigation>ul>li.menu-item {
        display: none;
    }

    #top-bar__navigation>ul>li.popup-link.menu-item {
        display: block;
    }

    .burger-menu-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #fff;
    }

    .main-menu-hamburger-menu-toggler {
        border: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        background-color: #fcdb5a;
        width: 50px;
        height: 40px;
        justify-content: space-between;
        padding: 15px;
        margin-left: 15px;
        margin-right: 15px;

    }

    .top-bar--style-1 .top-bar__navigation {
        margin-bottom: 5px;
    }

    .top-menu-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .menu-hamburger-icon {
        width: 100%;
        height: 1px;
        background-color: #333;
    }

    .special-offer--style-1 .text {
        font-size: 6rem;
    }

    .title-decotative {
        font-size: 10rem;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width:991px) {
    .top-contacts-item-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-us-section-text {
        background-size: 210px;
        background-attachment: unset;
        background-position: top right;
    }

    .main-top-section-page {
        padding: 160px 0 50px;
    }

    .about-us-section-text .container {
        padding-right: 15px;

    }

    .section-main-page-about-us {
        padding: 60px 0 0 0;
    }

    .section-main-page-about-us .container>.row>.col-12:nth-child(1) {
        display: none;
    }

    .title-decotative {
        font-size: 7rem;
    }

    .section-main-page-about-us img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        opacity: .7;
    }

    .popup-window-wrapper .section-title {
        font-size: 24px;
    }

    .popup-window-wrapper form input,
    .popup-window-wrapper form textarea {
        font-size: 14px;
    }

    .popup-window-wrapper form input[type="submit"] {
        font-size: 14px;
    }
}

@media(max-width:840px) {
    .top-header-wrapper {
        width: 100%;
        justify-content: flex-end;
    }

    .site-logo {

        width: 60px;

    }

    header .contact-wrapper:nth-last-child(2) {
        display: none;
    }

    header .contact-wrapper:nth-last-child(3) a::after {
        display: none;
    }
}

@media(max-width:767px) {
    .text-section-page {
        background: #333;
        padding: 100px 10px 10px;
    }

    .text-description {
        background: #fff;
        padding: 20px;
    }

    body.page-template-contact-template footer>section:nth-child(1),
    body.page-template-contact-template footer>section:nth-child(2) {
        width: 100%;
        float: none;
        position: relative;
    }

    body.page-template-contact-template footer>section:nth-child(2) {
        height: 400px;
    }

    .container-section-faq {
        flex-wrap: wrap;
    }

    .container-section-faq .left {
        width: 100%;
        padding-right: 0;
    }

    .container-section-faq .right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 60px;
        order: -1;
    }

    #main-page-products>.container-fluid>.product-preview>.__inner>.row>.col-12:nth-child(1) {
        height: auto;
        padding: 20px;
        background: #f7f7f7;
    }

    .section--dark-bg {
        background-color: #333;
        padding: 50px 0;
    }

    .footer-bottom-contact-wrapper {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
        padding-right: 0;
    }

    .footer-form-partners-wrapper {
        width: 50%;
        padding-left: 0;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .footer-contacts-wrapper {

        max-width: 325px;
    }
}

@media(max-width:700px) {
    .main-page-slider-section {
        min-height: 80vh;

    }

    .scroll-discover span:nth-child(1) {
        height: 50px;
    }

    .scroll-discover span:nth-child(2) {
        height: 75px;
    }

    .title-decotative {
        font-size: 4rem;
    }
}

@media(max-width:600px) {
    .product-section-product-page .container {
        flex-wrap: wrap;
    }

    .product-section-product-page .container .right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        order: -1;
    }

    .product-section-product-page .container .left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #about-us-page-products {
        padding: 100px 0;
    }

    #about-us-page-products .custom-btn {
        display: block;
        margin-bottom: 20px;
    }

    .special-offer--style-1 .text {
        font-size: 3rem;
        line-height: normal;
    }

    .form--horizontal form {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .form--horizontal .input-wrp {
        padding-right: 0;
        width: 280px;
        margin-bottom: 10px;
    }

    .form--horizontal input[type="submit"] {
        width: 280px;
    }

    .section--dark-bg form .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:515px) {
    .right-top-bar-bloks {

        width: calc(100% - 60px);

    }
}

@media(max-width:500px) {
    .faq-item-title {
        font-size: 16px;
    }

    .page-title {

        font-size: 2rem;

    }

    .product-section-product-page {
        padding: 50px 20px;
    }

    .product-section-product-page .container {
        padding: 20px;
    }

    .top-bar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row.footer-bottom-copright-wrapper {
        justify-content: center;
    }

    .footer-bottom-copright-wrapper .right {
        order: -1;
        margin-bottom: 5px;
    }

    #footer-other-menu li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .title-decotative {
        font-size: 3rem;
    }
}

@media(max-width:450px) {
    header .container-fluid {

        padding-right: 5px;
        padding-left: 5px;
    }

    .popup-window-wrapper {
        width: 90%;
    }

    .popup-menu-all-content-wrapper {

        width: 290px;
        padding: 50px 20px;
    }

    .popup-menu-wrapper ul li a {

        font-size: 16px;
    }

    .footer-form-partners-wrapper {
        width: 100%;
        text-align: center;
    }

    .footer-form-partners-wrapper h5 {
        margin-bottom: 0;
        margin-top: 30px !important;
    }

    .form--horizontal form {

        align-items: center;
    }
}

@media(max-width:390px) {
    header .contact-wrapper:nth-last-child(3) {
        display: none;
    }

    header .contact-wrapper:nth-last-child(4) a::after {
        display: none;
    }


}

@media(max-width:320px) {
    .top-bar__navigation li.custom-btn a {
        min-width: 140px;
    }

    .title-decotative {
        font-size: 2rem;
    }
}