/*==========  Desktop First Method  ==========*/

@media (min-width: 1440px) {
    .container.container-big {
        max-width: 1440px;
    }
}

@media (min-width: 1290px) {

    .container {
        min-width: 1290px;
    }

    .description-article {
        min-width: 900px;
    }


}

@media (max-width: 1440px) {

    .other-line > div > span:first-child {
        width: 200px;
        max-width: 200px;
        min-width: 200px;
    }

    .other-line > div > span {
        width: 70px;
        max-width: 70px;
        min-width: 70px;
    }

    .other-line > div.links {
        max-width: max-content;
        width: auto;
        min-width: auto;
    }


    .section-form {
        padding: 40px 0;
    }

    .other {
        overflow: auto;
    }

    .section-portfolio .other-line .price {
        min-width: 75px;
    }
}

@media (max-width: 1300px) {

    .document-out {
        padding-left: 10%;
    }

    ul.menu {
        min-width: 90%;
    }

    .article-item ul.categories a.btn {
        font-size: 12px !important;
    }

    .prize {
        display: none;
    }

    .prize {
        font-size: 12px;
        padding: 0 1vw;
    }

    .prize img {
        width: 35px;
    }

    ul.main-characteristics li span {
        font-size: 32px;
    }

    .variation ul li {
        font-size: 18px;
    }

    .btn {
        font-size: 18px !important;
    }

    .other-line > div > span {
        font-size: 12px;
    }

    .section-portfolio .other-line .price {
        font-size: 12px;
    }

    .section-portfolios .article-item .variations ul a {
        font-size: 12px;
    }

    .block-search {
        display: none;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {

    .other-line > div {
        max-width: max-content;
        width: auto;
    }

    .ul-img {
        font-size: 12px;
    }
    
    .document-out {
        padding-left: 0;
    }

    .section-order {
        padding: 30px 0;
    }

    .section-order span {
        margin-bottom: 30px;
    }

    .section-order p {
        margin-bottom: 30px;
    }

    .section-portfolios .article-item a, .section-portfolios .article-item h1 {
        font-size: 26px;
    }

    .article-item address {
        margin-bottom: 30px;
    }

    ul.main-characteristics li span {
        font-size: 26px;
    }

    .variation ul li {
        font-size: 16px;
    }

    .btn {
        font-size: 16px !important;
    }

    .article-item-small .img {
        height: 300px;
    }

    .section-catalog ul.tabs {
        margin-bottom: 30px;
    }

    ul.tabs li {
        padding: 15px 5px;
        font-size: 16px;
    }

    .prize {
        display: none;
    }

    .item .img {
        height: 180px;
    }

    .item ul {
        display: none;
    }

    .category ul {
        font-size: 14px;
    }

    a.main-category-link {
        font-size: 18px;
    }

    .city-title {
        font-size: 40px;
    }

    .section-form input {
        background: white;
    }

}

@media only screen and (max-width: 1024px) {

    .form-check-redut {
        color: white;
    }

    .modal .form-check-redut,.section-contacts .form-check-redut {
        color: #ABABAB;
    }

    .modal .form-check-redut a,.section-contacts .form-check-redut a {
        color: #ABABAB;
        text-decoration: underline;
    }

    .form-check-redut a {
        color: bisque;
    }

    .description-article {
        margin-top: 10px;
    }

    .other {
        margin-top: 30px;
    }

    .section-item .img {
        width: 100%;
    }

    ul.breadcrumbs li:after {
        top: -1px;
    }

    ul.breadcrumbs {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .section-article .img {
        height: auto;
        margin-bottom: 30px;
    }

    .description h1 {
        margin-bottom: 30px;
    }

    .description-article {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .description h2, .description h3, .description h4, .description h5, .description h6, .description ul, .description ol {
        margin-bottom: 30px;
    }

    .article-item-small .img {
        height: auto;
    }

    .article-item {
        margin-bottom: 30px;
    }


    .section-advantages ul li {
        padding: 0 10px;
    }

    .line-menu {
        position: fixed;
        height: 100vh;
        border-radius: 0;
        top: 0;
        left: 0;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        padding: 10px;
        width: 100%;
        background: #3F4F57;
        display: none;
    }

    .open-menu {
        display: inline-flex;
    }

    .floating-menu-close {
        display: inline-flex;
    }

    ul.language {
        width: 100%;
        text-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

    ul.menu {
        width: 100%;
        align-items: baseline;
        justify-content: flex-start;
        flex-direction: column;
    }

    ul.menu > li {
        padding: 0;
        color: white;
    }

    ul.menu > li a {
        color: white !important;
    }

    .prize {
        height: auto;
        max-width: 100%;
        margin-top: 10px;
        padding: 10px;
    }

    ul.tabs:after {
        display: none;
    }

    ul.tabs {
        margin-bottom: 5px;
        justify-content: center;
    }

    ul.tabs li {
        width: 50%;
        margin-bottom: 15px;
        padding-left: 0;
        text-align: center;
        line-height: 1.2;
    }

    .item {
        margin-bottom: 30px;
    }

    .owl-carousel-main {
        margin-bottom: 30px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-products {
        margin-bottom: 30px;
    }

    .section-main-banner {
        padding-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .variable-output {
        margin-bottom: 30px;
    }

    .section-gallery {
        margin-bottom: 30px;
    }

    .section-description {
        max-width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }

    .section-advantages {
        margin-bottom: 30px;
    }

    footer.footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .copyright {
        margin-top: 30px;
    }

    .contacts {
        padding: 0;
        margin-bottom: 30px;
    }

    form.frm button {
        margin-top: 5px;
    }

    .section-contacts {
        margin-bottom: 30px;
    }

    button.btn.btn-green {
        max-width: 100%;
    }

    .btn.btn-green {
        padding: 10px 30px;
    }

    .contacts a {
        font-size: 24px;
    }

    .left-contacts > p {
        margin-bottom: 15px;
    }

    .contacts a.mail {
        margin-top: 15px;
    }

    .address {
        margin-top: 15px;
    }

    .white .menu-section {
        position: relative;
        top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 60px;
        background: #3F4F57;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 0;
    }

    .white .logo a svg {
        fill: white;
        stroke: white
    }

    .menu-section {
        z-index: 100;
        width: 100%;
        position: relative;
        height: 60px;
        background: #3F4F57;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
    }

    .menu-section .logo {
        display: flex;
        webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }

    .logo a svg {
        max-height: 30px;
    }

    .owl-carousel-main .item:after, .section-banner-404 .img:after, .section-form:after, .section-order:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(14, 14, 14, 0.4);
    }

    .section-order, .section-form {
        position: relative;
    }

    .section-form:after, .section-order:after {
        z-index: 1;
    }

    .section-form > div, .section-order > div {
        z-index: 2;
        position: relative;
    }


    .section-banner-404 {
        margin-bottom: 0;
        height: 100vh;
        margin-top: 0;
    }

    .section-banner-404 .content-banner h1, .section-order span, .section-banner-404 .content-banner p, .section.section-form .title, .section-order p {
        color: white;
    }


}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

    .footer-title .logo {
        margin-top: 0;
    }

    .other {
        margin-bottom: 20px;
    }

    .footer-title p {
        font-size: 14px;
        line-height: 1.3;
    }

    div#call-me .modal-body {
        padding-top: 50px;
    }

    span.modal-title {
        margin-bottom: 30px;
    }

    .doc-line {
        flex-direction: column;
    }

    .doc-line span {
        margin-bottom: 20px;
    }

    .row-other .img {
        height: 100px;
    }

    a.product-main .img, .category .img {
        height: auto;
    }

    .item .img {
        height: 240px;
    }

    a.btn, .btn-article-line .btn {
        font-size: 14px !important;
    }

    .btn-article-line {
        margin-top: 30px;
    }

    .btn-article-line .btn {
        margin-bottom: 0;
    }

    .section-banner, .owl-carousel-main, .owl-carousel-main div {
        height: 400px;
    }

    a.product-main {
        margin-bottom: 30px;
    }

    a.main-category-link {
        justify-content: left;
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 1.3;
        text-align: left;
    }

    .category ul li {
        margin-bottom: 15px;
    }

    .category .img {
        margin-bottom: 10px;
    }

    a.main-category-link {
        justify-content: flex-start;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .category .img {
        margin-bottom: 10px;
    }

    .big-gallery, .small-gallery {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
    }

    .section-gallery {
        flex-direction: column;
    }


    .section-advantages ul {
        flex-wrap: wrap;
        align-items: baseline;
        width: 100%;
        justify-content: center;
    }

    .section-advantages ul li svg {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .section-advantages ul li span {
        font-size: 18px;
        height: 24px;
        margin-bottom: 10px;
    }

    .section-advantages ul li p {
        height: 30px;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .section-advantages ul li {
        padding: 0 10px;
    }

    .category ul {
        padding-left: 0;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    footer.footer ul {
        margin-bottom: 15px;
    }

    .copyright {
        margin-top: 0;
    }

    .slider-content span {
        font-size: 24px;
        display: flex;
        text-align: center;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    .slider-content {
        bottom: 70px;
    }

    .slider-content p {
        margin-bottom: 25px;
    }

    .section-banner {
        margin-bottom: 30px;
    }

    .section-content .img {
        height: auto;
        margin-bottom: 15px;
    }

    .description-content h2, .description-content .h2 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .section-content {
        margin-bottom: 30px;
    }

    .content-banner h1 {
        font-size: 36px;
    }

    .content-banner p {
        margin-bottom: 30px;
        font-size: 14px;
        text-align: center;
    }

    .btn.btn-green {
        font-size: 16px;
    }

    .top-line {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        line-height: 1;
    }

    .city-title {
        margin-bottom: 30px;
    }

    .partner-name {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .partner-city {
        font-size: 20px;
    }

    .partner-data address {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .partner-data address svg {
        display: none;
    }

    .partner-data .img {
        width: 100%;
    }

    .partner-data .img img {
        max-width: 100%;
        max-height: 100%;
        min-width: auto;
        min-height: auto;
    }

    .partner-contacts {
        margin-bottom: 15px;
    }

    .section-form {
        padding: 30px 0;
    }
    .section-order span, .section-order .h2, .section-order h2 {
        color: white;
    }

    .section-order.section a.btn.btn-white {
        color: black;
    }

    .client {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
    }

    .slider-content span, .slider-content .h1, .slider-content h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .slider-content p {
        font-size: 16px;
    }

    .client {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
    }

    ul.menu ul {
        position: relative;
        display: block;
        background: transparent;
        text-align: left;
        column-count: 1;
        padding: 10px;
    }

    ul.menu > li > a {
        justify-content: unset;
    }

    ul.menu ul li {
        margin-bottom: 15px;
    }

    .white .line-menu {
        background: #3F4F57;
    }

    .white .line-menu ul.menu ul {
        background: #3F4F57;
    }

    ul.menu > li:hover ul {
        display: block;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .item a {
        font-size: 10px;
        margin-top: 0;
    }

    a.btn.btn-grey {
        max-width: 100%;
    }

    .product-price .btn {
        padding: 5px 1px;
        font-size: 12px !important;;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.tabs li {
        height: 70px;
        overflow: hidden;
    }

    .section-catalog ul.tabs li {
        width: 100%;
        height: auto;
    }

    .top-line {
        padding-left: 50px;
        padding-right: 50px;
    }

    .slider-content span, .slider-content .h1, .slider-content h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .slider-content p {
        font-size: 16px;
    }

    .slider-content {
        bottom: 0;
    }

    .article-item ul.categories li {
        width: 100%;
        text-align: center;
    }

    .article-item ul.categories li a {
        text-align: center;
    }

    .section-portfolios .article-item a, .section-portfolios .article-item h1 {
        font-size: 22px;
    }

    .article-item address svg {
        display: none;
    }

    .portfolio-item-small {
        margin-bottom: 10px;
    }

    .other-line > div > span {
        width: 20%;
        max-width: 20%;
    }

    .other-line > div > span:first-child {
        width: 40%;
        max-width: 40%;
    }

    .other-line > div.links li {
        padding: 4px;
        width: 50px;
    }



    ul.main-characteristics li span {
        font-size: 22px;
    }

    .partner-name {
        margin-top: 15px;
    }

    .partner .map {
        margin-bottom: 35px;
        position: relative;
        overflow: hidden;
    }

    .partner-data .img {
        margin-top: 15px;
    }

    .partner-btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    a.main-category-link {
        font-size: 18px;
    }

    .item .img {
        height: 280px;
    }


    .description-article {
        max-width: 540px;
    }

    .section-banner, .owl-carousel-main, .owl-carousel-main div {
        height: 300px;
    }


    .title-block {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    a.product-main span {
        font-size: 16px;
    }

    .btn.btn-green {
        padding: 10px 30px;
    }

    .contacts a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 560px) {

    span.modal-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .row-other .img {
        height: 80px;
    }

    .section-portfolios .article-item .variations ul a {
        padding: 5px 10px;
    }

    .other-line > div > span:first-child {
        width: 60%;
        max-width: 60%;
    }

    ul.main-characteristics hr {
        display: none;
    }

    ul.characteristics {
        column-count: 1;
    }

    .button-item-block {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .button-item-block a {
        margin-bottom: 15px;
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    .section-portfolio .other-line .price {
        text-align: center;
    }

    .section-portfolios .article-item .variations ul a {
        padding: 5px 5px;
    }

    ul.main-characteristics hr {
        display: none;
    }

    ul.characteristics {
        column-count: 1;
    }

    .item .img {
        height: 230px;
    }

    li.first, li.last {
        display: none;
    }


}

@media only screen and (max-width: 380px) {
    .item .img {
        height: 185px;
    }

    .row-other .img {
        height: 60px;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}