body.responsive {
    min-width: 320px;
}

@media screen and (max-width: 1080px) {
    .responsive .wrapper-main {
        margin-top: 79px;
    }
}

@media screen and (max-width: 992px) {
    .responsive .wrapper-main {
        min-height: auto;
    }
}


/* HEADER */
.responsive .wrapper-head {
    min-width: auto;
    width: 100%;
}

.responsive .top-menu-center {
    max-width: 1020px;
    width: 100%;
}

.responsive .wrapper-head .contacts-block-center {
    max-width: 1005px;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .responsive .wrapper-head {
        display: none;
    }
}



/* MOBILE HEADER */

.responsive .mobile-header {
    display: none;
}

@media screen and (max-width: 1080px) {
    .responsive .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;

        display: flex;
        justify-content: space-between;
        align-items: center;

        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        padding: 10px 15px;
        background-color: #fafafa;
        border-bottom: 1px solid #dddddd;
    }

    .responsive .mobile-header .logo-top {
        position: static;

        width: 160px;
        height: auto;
        margin-left: 0;

    }

    .responsive .mobile-header .logo-top img {
        display: block;
        max-width: 100%;
        margin-bottom: -22px;
        margin-left: -37px;
        margin-right: 0;
        height: auto;
        overflow: hidden;
    }

    .responsive .hamburger-button {
        position: relative;

        display: block;
        width: 32px;
        height: 22px;
        padding: 0;

        background: none;
        border: none;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    .responsive .hamburger-button::after {
        content: "";

        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;

        width: 100%;
        height: 2px;
        margin: auto;

        background-color: #000000;
    }

    .responsive .hamburger-button.active {
        border: none;
    }

    .responsive .hamburger-button.active::after {
        top: 10px;
        right: 0;

        margin: 0;

        transform: rotate(-45deg);
    }

    .responsive .hamburger-button.active::before {
        content: "";

        position: absolute;
        top: 10px;
        right: 0;

        width: 100%;
        height: 2px;
        margin: 0;

        background-color: #000000;

        transform: rotate(45deg);
    }


    .responsive .mobile-header .top-menu-center {
        position: fixed;
        top: 79px;
        left: -100%;
        bottom: 0;

        overflow: auto;
        box-sizing: border-box;
        padding: 15px;
        max-width: 100%;


        background-color: #fafafa;
        border-bottom: 1px solid #dddddd;

        transition: 0.32s linear;
    }

    .responsive .mobile-header .top-menu-center.active {
        left: 0;
    }

    .responsive .mobile-header .top-menu-center .logo-top {
        display: none;
    }

    .responsive .mobile-header .header-nav>div>ul {
        display: flex;
        flex-direction: column;
    }

    .responsive .mobile-header .header-nav>div>ul>li {
        display: block;
        width: 100%;

        box-sizing: border-box;
        margin: 0;
    }

    .responsive .mobile-header .phone-block {
        margin-left: auto;
        margin-right: 30px;
    }

    .responsive .mobile-header .phone-block p {
        display: flex;
        flex-direction: column;

        padding-left: 15px;

        font: 16px Arial;
        color: #353535;
        background: url(../images/phone-ico.png) no-repeat left center;
    }

    .responsive .mobile-header .phone-block .phone-head {

        font-size: 12px;
        text-decoration: none;
        color: #666666;
    }

    .responsive .mobile-header .phone-block p a {
        color: #666;
        font: 10px Arial;
        text-transform: uppercase;
        border-bottom: 1px dashed #cc1111;
        margin-left: 25px;
        text-decoration: none;
        float: right;
        margin-top: 2px;
    }

    .responsive .mobile-header .header-nav>div>ul li:hover .menu {
        display: block;
    }

    .responsive .mobile-header .menu .expanded .menu {
        position: static;

        display: block;
        width: 100%;
        margin: 5px 0 0 0;

        background-color: #e3e3e3;
        box-shadow: none;
    }

    .responsive .mobile-header .menu .expanded .menu .nolink {
        display: block;
    }

    .responsive .mobile-header .menu .expanded .menu .expanded .menu {
        position: static;

        display: block !important;
        margin-top: 5px !important;
        margin-left: 0 !important;

        background-color: #ffffff;
    }
}

@media screen and (max-width: 420px) {
    .responsive .mobile-header .phone-block {
        position: relative;
        z-index: 300;

        margin-left: -50px;
        margin-right: 10px;
    }

    .responsive .mobile-header .phone-block p {
        font-size: 13px;
    }

    .responsive .mobile-header .phone-block p a {
        margin-top: 5px;

        font-size: 8px;
    }
}





/* HOME MENU */

@media screen and (max-width: 1220px) {
    .responsive .home-menu-bg {
        display: none;
    }

    .responsive .home-menu-wrap {
        height: auto;
    }

    .responsive .home-menu-center {
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsive .home-menu-wrap .clear-block .content {
        display: flex;
        flex-direction: column;

        width: 100%;
    }

    .responsive .home-menu-wrap .home {
        position: relative;

        width: 100%;
        margin-right: 0;
    }

    .responsive .home-menu-wrap .home:after {
        content: "";

        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        background-color: rgb(0, 0, 0, 0.65);
    }

    .responsive .home-menu-wrap .home img {
        z-index: 0;

        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: 120px;
        max-height: 100%;

        object-position: center;
        object-fit: cover;
    }

    .responsive .home-menu-wrap .home span {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 10px;
        bottom: 0;
        left: 10px;

        display: flex;
        justify-content: center;
        align-items: center;

        margin: auto;

        font-size: 18px;
        color: #ffffff;
    }

    .responsive .home-menu-wrap .home {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 680px) {
    .responsive .home-menu-wrap .home img {
        height: 80px;
    }

    .responsive .home-menu-wrap .home span {
        font-size: 16px;
    }
}




/* MAIN SLIDER */

.responsive .slider {
    overflow: hidden;
}

.responsive .yzor-img {
    max-width: 350px;
    width: 100%;
}

.responsive .title2 {
    max-width: 1150px;
    width: 100%;
}

.responsive .slider .slider-item p {
    max-width: 1150px;
    width: 100%;
}

.responsive .slider-dots {
    left: initial;

    display: flex;
    justify-content: center;

    width: 100%;

    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1220px) {
    .responsive .slider-item::before {
        content: "";

        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        background-color: rgba(0, 0, 0, 0.35);
    }

    .responsive .slider .slider-arrows button.prev {
        left: 10px;
    }

    .responsive .slider .slider-arrows button.next {
        right: 10px;
    }

    .responsive .slider-dots {
        bottom: 15px;
    }


    .responsive .title2 {
        left: 0;
        right: 0;
        top: 60px;
        bottom: initial;

        box-sizing: border-box;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;

        font-size: 22px;
        text-align: center;
    }

    .responsive .slider .slider-item p {
        left: 0;
        right: 0;
        bottom: 35px;

        box-sizing: border-box;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        
        font-size: 12px;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .responsive .slider .slider-item p {
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
    }
}



/* HOW WORK */

.responsive .how-work {
    max-width: 1167px;
    width: 100%;
}

.responsive .wrap-work-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1220px) {
    .responsive .wrap-work-img .content {
        position: relative;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .responsive .wrap-work-img img {
        max-width: 800px;
    }

    .responsive .wrap-work-img p {
        font-size: 11px;
    }

    .responsive .wrap-work-img p.txt-1 {
        top: 0;
        left: 14px;
    }

    .responsive .wrap-work-img p.txt-2 {
        left: 325px;
        top: 4px;
    }

    .responsive .wrap-work-img p.txt-3 {
        left: 690px;
        top: -16px;
    }

    .responsive .wrap-work-img p.txt-4 {
        left: 86px;
        top: 283px;
    }

    .responsive .wrap-work-img p.txt-5 {
        left: 644px;
        top: 320px;
        text-align: center;
    }

    .responsive .wrap-work-img p.txt-6 {
        left: 330px;
        top: 593px;
    }
}

@media screen and (max-width: 992px) {
    .responsive .wrap-work-img img {
        display: none;
    }

    .responsive .wrap-work-img p {
        position: static;

        margin: 0 0 15px 0;

        font-size: 14px;
        text-align: center;
    }

    .responsive .wrap-work-img p:last-child {
        margin-bottom: 0;
    }

    .responsive .wrap-work-img p.txt-1::before {
        content: "1.";
        margin-right: 5px;
    }

    .responsive .wrap-work-img p.txt-2::before {
        content: "2.";
        margin-right: 5px;
    }

    .responsive .wrap-work-img p.txt-3::before {
        content: "3.";
        margin-right: 5px;
    }

    .responsive .wrap-work-img p.txt-4::before {
        content: "4.";
        margin-right: 5px;
    }

    .responsive .wrap-work-img p.txt-5::before {
        content: "5.";
        margin-right: 5px;
    }

    .responsive .wrap-work-img p.txt-6::before {
        content: "6.";
        margin-right: 5px;
    }
}

@media screen and (max-width: 992px) {
    .responsive .how-work h1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .responsive .how-work h1 {
        width: 320px;
        height: 55px;

        font-size: 15px;

        background-size: contain;
    }
}



/* CENTER-CONTENT */
.responsive .center-content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
}

@media screen and (max-width: 1220px) {
    .responsive .center-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}



/* FOOTER*/

.responsive .footer-nav {
    max-width: 1010px;
    width: auto;
}

.responsive .footer-nav li.first {
    margin-left: 0;
}

.responsive .footer-center {
    max-width: 1010px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .responsive .footer-pusher {
        display: none;
    }

    .responsive .footer {
        box-sizing: border-box;
        height: auto;
        margin-top: 0;
        padding-bottom: 15px;

        background: #f6f6f6;
        border: 1px solid #efefed;
    }

    .responsive .wrapper-main {
        min-width: auto;
    }

    .responsive .footer .menu {
        display: flex;
        flex-direction: column;

        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsive .footer-nav .menu li {
        margin: 0 0 5px;
    }

    .responsive .footer-nav .menu li:last-child {
        margin-bottom: 0;
    }

    .responsive .footer .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-center .phone-block p {
        box-sizing: border-box;
        width: auto;
    }

    .responsive .footer .phone-block {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin: 20px 0 0;
    }

    .responsive .footer-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .responsive .razrab {
        margin: 20px 0;
    }

    .responsive .footer-logo {
        margin: 30px 0 0 0;
    }


    .responsive .politika {
        margin-left: 0;

        text-align: center;
    }
}



/* OTHER-IMG-BIG */

.responsive .other-img-big {
    max-width: 1140px;
    width: 100%;
}

.responsive .other-img-big img {
    width: 100%;
    height: 100%;

    object-position: center;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .responsive .other-img-big {
        height: 240px;

        text-align: center;
    }

    .responsive .other-img-big h1 {
        top: initial;
        left: 15px;
        right: 15px;
        bottom: 30px;

        font-size: 56px;
    }
}

@media screen and (max-width: 768px) {
    .responsive .other-img-big h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 480px) {
    .responsive .other-img-big h1 {
        font-size: 34px;
    }
}



/* TABLE WRAP */

.table-wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.table-wrap table {
    width: 100%;
    max-width: 100%;
}



/* CONTENT IMAGE */
.responsive .node .content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}



/* PAGE CARD */

@media screen and (max-width: 1280px) {
    .responsive .order-block {
        display: flex;
    }

    .responsive .order-block .left-opis {
        flex-basis: 50%;

        max-width: 50%;
        width: auto;
        float: none;
    }

    .responsive .order-block > a {
        flex-basis: 50%;

        max-width: 50%;
    }

    .responsive .order-block .photo-big {
        display: block;
        max-width: 100%;
        height: auto;
        width: auto;
        float: none;
    }

    .responsive .description .tabs {
        display: flex;
        flex-direction: column;
    }
    .responsive .description .tabs button {
        width: 100%;
    }

    .responsive .description .text img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 992px) {
    .responsive .order-block {
        flex-wrap: wrap;
    }

    .responsive .order-block .left-opis {
        flex-basis: 100%;

        max-width: 100%;
    }

    .responsive .order-block > a {
        flex-basis: 100%;

        max-width: 100%;
    }
}



/* GALLERY */

@media screen and (max-width: 1220px) {
    .responsive .galery .galery_list {
        display: flex;
        flex-wrap: wrap;
    }

    .responsive .galery .galery_item {
        flex-basis: 25%;
        max-width: 25%;
        width: auto;

        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .responsive .galery .galery_item a {
        width: 100%;

        object-position: center;
        object-fit: cover;
    }
}

@media screen and (max-width: 992px) {
    .responsive .galery .galery_item {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (max-width: 768px) {
    .responsive .galery .galery_item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .responsive .galery .galery_item {
        flex-basis: 100%;
        max-width: 100%;
    }
}



/* CATALOG FILTER */

@media screen and (max-width: 1220px) {
    .responsive .catalog-form {
        display: flex;
        justify-content: space-between;

        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 30px;
    }

    .responsive .catalog-form .form-bl-1 {
        float: none;
        margin-right: 0;
    }

    .responsive .center-content .catalog-form input[type="submit"] {
        margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .responsive .catalog-form {
        flex-direction: column;
        height: auto;
        padding: 15px 30px;
    }

    .responsive .catalog-form .form-bl-1 {
        margin-bottom: 5px;
    }

    .responsive .catalog-form .form-bl-1 .first-span {
        display: inline-block;
        width: 70px;
    }

    .responsive .center-content .catalog-form .select {
        margin-left: 73px;
        margin-bottom: 10px;
    }

    .responsive .center-content .catalog-form .select input {
        box-sizing: border-box;
        max-width: 211px;
        width: 100%;
    }

    .responsive .center-content .catalog-form input[type="submit"] {
        margin-left: 73px;
        max-width: 211px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .responsive .catalog-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .responsive .catalog-form .form-bl-1 .first-span {
        padding-right: 0;
        width: 55px;
    }

    .responsive .center-content .catalog-form .select {
        margin-left: 58px;
    }

    .responsive .center-content .catalog-form input[type="submit"] {
        margin-left: 58px;
    }
}


/* CATALOG */

@media screen and (max-width: 1220px) {
    .responsive .view-content {
        margin-right: -30px;
    }

    .responsive .view-content .product-item.last {
        margin-right: 30px;
        margin-left: 0;
    }

    .responsive .view-content .product-item {
        width: calc(33.3333% - 30px);
    }

    .responsive .view-content .product-item img {
        width: 100%;

        object-position: center;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .responsive .view-content .product-item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 480px) {
    .responsive .view-content .product-item {
        width: calc(100% - 30px);
    }
}



/* FUNDAMENT */

.responsive.fluid-center-content .center-content {
    max-width: 100%;
}

.responsive .ottdelcBlock {
    max-width: 1160px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .responsive .yslygWrap {
        display: flex;
        flex-wrap: wrap;
    }

    .responsive .yslygBlock {
        flex-basis: calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        width: 100%;
    }

    .responsive .yslygBlock .ottdelcBlockH1 h1 {
        padding-right: 40px;
    }

    .responsive .photoGWrap {
        display: flex;

        height: auto;
    }

    .responsive .photoGTD:nth-child(1) {
        flex-basis: 50%;
        max-width: 50%;
    }

    .responsive .photoGTD:nth-child(2),
    .responsive .photoGTD:nth-child(3) {
        flex-basis: 25%;
        max-width: 25%;
    }

    .responsive .photoGTD img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .responsive .headersWrap {
        background-position: left -240px center !important;
        background-size: cover !important;
    }

    .responsive .yslygBlock {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .responsive .ottdelcBlockH1 {
        height: 65px;
    }

    .responsive .ottdelcBlockH1 h1 {
        font-size: 22px;
    }

    .responsive .buttonDownScroll h1:before,
    .responsive .buttonDownScroll h1:after {
        height: 88px;
    }


    .responsive .photoGWrap {
        flex-wrap: wrap;
    }

    .responsive .photoGTD:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
    }

    .responsive .photoGTD:nth-child(2),
    .responsive .photoGTD:nth-child(3) {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .responsive .yslygBlock {
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .responsive .headersWrap {
        height: 200px !important;

        background-position: left -160px center !important;
        background-size: cover !important;
    }

    .responsive .ottdelcBlockH1 h1 {
        margin: 0;
        padding: 10px 15px;
    }

    .responsive .buttonDownScroll h1:before,
    .responsive .buttonDownScroll h1:after {
        content: none;
    }

    .responsive .ottdelcBlockH1 h1:after {
        content: none;
    }
}