@media screen and (max-width: 1024px) {
    .product-wrapper, .select-wrapper {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}




@media screen and (max-width: 767px) {


    .product-layout::after, .product-layout::before {
        border-bottom: 0;

    }
    .product-layout {
        border-bottom: 0;

    }
    .wrapper-dropdown .btn-dropdown:after, .wrapper-dropdown.category .btn-dropdown:after {
        content: "";
        bottom: -1px;
        border-bottom: 1px solid #d8d8d8
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

    #product h1, .sort-amount-wrapper .sort-wrapper .text-right {
        text-align: center
    }

    #product .slick-dots {
        position: initial;
        margin-top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #product .slick-dots li {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 9px
    }

    .product-cart {
        padding-top: 40px
    }

    .container.alert.alert-success {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40px;
        top: 62px
    }

    .alert.alert-success.newsletter-msg {
        top: 62px
    }

    .table-responsive .product .total {
        margin-right: 0 !important;
        left: 10px !important
    }

    .wrapper-category-filter {
        border-top: 1px solid #d8d8d8;
        position: relative
    }

    .wrapper-category-filter:after, .wrapper-category-filter:before {
        position: absolute;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        top: 0;
        content: ""
    }

    .wrapper-category-filter:before {
        right: 100%
    }

    .wrapper-category-filter:after {
        left: 100%
    }

    .alert.alert-success {
        top: 63px
    }

    .buy-btn-wrapper #button-cart {
        margin-top: 30px
    }

    #lt_newsletter_email {
        width: 100% !important
    }

    footer.footer .footer-top__wrapper .about_us .desc, footer.footer .footer-top__wrapper .subscription {
        max-width: initial !important
    }

    .bar {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .header.scroll .header__top {
        height: 60px
    }

    .bar .cart span svg {
        top: -.5px !important;
        left: -2px
    }

    footer.footer .footer-top__wrapper .about_us .text-wrapper .desc {
        margin-bottom: 20px
    }

    .empty-checkout {
        padding-top: 100px
    }

    .empty-checkout ~ .simplecheckout-button-block.buttons .simplecheckout-button-right.right, .empty-checkout ~ .simplecheckout-button-block.buttons .simplecheckout-button-right.right a {
        width: 100%
    }

    .news-article {
        padding-top: 120px
    }

    #modalSuccessVacancy .close {
        top: 15px;
        right: 15px
    }

    .information-information h1 {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 1px
    }

    #register-login-modal .modal-header {
        padding: 30px 15px 30px 15px!important
    }

    #register-login-modal .modal-header button {
        right: 15px !important;
        top: 15px !important
    }

    #product .slick-dots {
        top: 50% !important;
        left: -10px;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    .container, .lab-container, .product-page .container {
        padding: 0 15px !important
    }

    #popup-purchase-wrapper .popup-center, #popup-purchase-wrapper .popup-heading {
        padding: 15px !important
    }

    #popup-purchase-wrapper .popup-footer {
        grid-template-columns:1fr !important;
        grid-row-gap: 15px;
        justify-items: center;
        padding: 15px 0 !important
    }

    #request_call-modal .modal-header {
        position: relative;
        padding: 15px !important
    }

    #request_call-modal .modal-header .close {
        right: 15px !important;
        top: 15px !important;
        position: absolute
    }

    #request_call-modal .modal-body {
        padding: 15px 0 !important
    }

    #request_call-modal .modal-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px !important
    }

    #product .top-wrapper, h2.mobile {
        display: block
    }

    #popup-purchase-wrapper {
        width: 100% !important
    }

    .mfp-content #popup-purchase-wrapper .mfp-close {
        right: 0 !important;
        top: 0 !important
    }

    .modal-reg-auth__text-please {
        padding-bottom: 20px !important
    }

    .modal-reg-auth .modal-dialog .modal-body {
        padding: 15px !important
    }

    .modal-reg-auth__social-enter-btn-wrapper__btn-default {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-reg-auth__social-enter-btn-wrapper__btn-default a:first-child,
    .modal-reg-auth__social-enter-btn-wrapper__btn-default .button_reset_a:first-child{
        margin-right: 0 !important
    }

    .modal-reg-auth__social-enter-btn-wrapper__btn-default a:nth-child(2),
    .modal-reg-auth__social-enter-btn-wrapper__btn-default .button_reset_a:nth-child(2){
        margin-left: 0 !important
    }

    .info-container {
        padding: 0 15px
    }

    .error_page_wrapper {
        padding-top: 90px !important
    }

    .error_page_wrapper .button-wrapper {
        padding-bottom: 50px !important
    }

    h2.mobile {
        margin-bottom: 15px;
        margin-top: 45px
    }

    .breadcrumb-custom {
        display: none
    }

    #product h1 {
        padding: 0 0 10px
    }

    .product-cart .breadcrumb-custom {
        margin-bottom: 30px
    }

    .desc-wrapper, .video-wrapper {
        margin-bottom: 30px !important
    }

    .video-wrapper {
        padding-bottom: 30px !important
    }

    .sort-amount-wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    #buttons, .bottom-wrapper, .history-wrapper tr, .table-responsive .product .name, .table-responsive .product .name .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .sort-amount-wrapper .sort-wrapper {
        width: 100%;
        grid-template-columns:1fr !important;
        grid-row-gap: 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px !important
    }

    .wrapper-dropdown .btn-dropdown {
        height: 80px !important;
        margin: 0 !important
    }

    .category-page h1 {
        margin-top: 60px
    }

    .default-button.black {
        width: 100%
    }

    footer.footer .footer-top__wrapper .about_us .visa-mastercard img {
        height: 30px;
        width: 50px
    }

    .wishlist span:first-child:after {
        left: -10.5px;
        top: -5px
    }

    .authorisation span:first-child:after {
        left: -5px
    }

    .alert.alert-success {
        right: 0;
        width: 300px
    }

    .quantity input {
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important
    }

    header div.wishlist {
        position: relative;
        top: 6px
    }

    header .cart {
        position: relative;
        top: 3.5px
    }

    header .align-items .amount {
        position: relative;
        top: -2.5px;
        left: -1px
    }

    header .wishlist .align-items .amount {
        position: relative;
        top: 10px
    }

    .account-password #content {
        padding: 0
    }

    .account-password form {
        padding-top: 20px
    }

    .account-password input:not([name=search]) {
        margin-bottom: 0 !important
    }

    .simple-content .buttons {
        margin-bottom: 30px
    }

    .wrapper .form-horizontal.form-group {
        margin: 0
    }

    /*.account-simpleedit input:not([name=search]) {*/
    /*    margin-bottom: 0*/
    /*}*/

    .account-order .list-group, .account-order-info .list-group, .account-password .list-group, .account-simpleedit .list-group {
        grid-template-columns:repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 15px
    }

    .account-order .list-group a, .account-order-info .list-group a, .account-password .list-group a, .account-simpleedit .list-group a {
        font-size: 12px;
        line-height: 17px;
        padding: 0 0 5px
    }

    .account-order .simpleregister-block-content, .account-order-info .simpleregister-block-content, .account-password .simpleregister-block-content, .account-simpleedit .simpleregister-block-content {
        padding-top: 10px
    }

    .account-order .checkout-container, .account-order .checkout-container .col-sm-10, .account-order .simpleregister-button-block, .account-order-info .checkout-container, .account-order-info .checkout-container .col-sm-10, .account-order-info .simpleregister-button-block, .account-password .checkout-container, .account-password .checkout-container .col-sm-10, .account-password .simpleregister-button-block, .account-simpleedit .checkout-container, .account-simpleedit .checkout-container .col-sm-10, .account-simpleedit .simpleregister-button-block {
        padding: 0
    }

    .account-order .button.btn-primary.button_oc.btn, .account-order-info .button.btn-primary.button_oc.btn, .account-password .button.btn-primary.button_oc.btn, .account-simpleedit .button.btn-primary.button_oc.btn {
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100%
    }

    .container.article {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 100%
    }

    .container.article .content h3 {
        margin-top: 35px !important
    }

    .container.article .desc {
        padding-bottom: 30px !important
    }

    .container.article .content img {
        margin-bottom: 30px !important
    }

    .container.article .content blockquote {
        padding: 30px 15px
    }

    .container.article .span-menu-wrapper {
        margin-bottom: 30px !important;
        margin-top: 30px !important
    }

    h1 {
        font-size: 24px !important;
        line-height: 31px !important;
        letter-spacing: 1px !important
    }

    .container.article .bottom-link a.next span, .container.article .bottom-link a.prev span {
        padding-left: 30px;
        padding-right: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .container.article .bottom-link a.next, .container.article .bottom-link a.prev {
        font-size: 0
    }

    .pagination {
        position: relative;
        top: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0 !important
    }

    .bottom-wrapper {
        margin-bottom: 30px !important
    }

    .blog-wrapper h1 {
        margin-top: 30px !important;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 1px
    }

    .blog-wrapper .product-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }

    .blog-wrapper .article-item {
        padding-top: 50px !important
    }

    .blog-wrapper .article-item__desc {
        padding-bottom: 30px !important
    }

    .contact-wrapper {
        margin-bottom: 30px
    }

    .contact-wrapper__info {
        display: block
    }

    .contact-wrapper__info .info-item {
        padding-bottom: 30px
    }

    #googleMap {
        margin-bottom: 30px !important
    }

    .history-wrapper tr td:last-child p:last-child {
        padding-bottom: 0
    }

    .history-wrapper tr td:first-child p:last-child {
        padding-bottom: 0 !important
    }

    .history-wrapper .bottom-desc {
        margin-top: 0 !important;
        margin-bottom: 30px !important
    }

    .history-wrapper tr {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px
    }

    .history-wrapper tr:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

    .history-wrapper tr td:first-child {
        text-align: left;
        padding-bottom: 15px
    }

    .history-wrapper tr td:last-child {
        padding-left: 0 !important;
        border-left: 0;
        padding-bottom: 30px !important
    }

    .info-container h1 {
        margin-top: 30px !important;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: 1px
    }

    .info-container .wrapper-content .company-bar, .info-container .wrapper-content .img-wrapper, .info-container .wrapper-content .shiping-bar {
        margin-top: 30px
    }

    .info-container .desc {
        margin-bottom: 0
    }

    .info-container .wrapper-content {
        margin-bottom: 30px;
        display: block
    }

    .info-container .wrapper-content .company-bar h2, .info-container .wrapper-content .company-bar p, .info-container .wrapper-content .shiping-bar h2, .info-container .wrapper-content .shiping-bar p {
        font-size: 12px !important;
        line-height: 17px !important;
        margin-bottom: 15px !important
    }

    .info-container .wrapper-content .img-wrapper img {
        margin: 0 auto
    }

    .ncategory-container__desc {
        margin-bottom: 30px !important
    }

    .ncategory-container {
        padding: 0 15px !important
    }

    .brands-cart .caption {
        height: 260px;
        overflow: auto
    }

    .error_page_wrapper h1 {
        font-size: 21px;
        letter-spacing: 1px;
        line-height: 34px
    }

    .error_page_wrapper p {
        font-size: 12px;
        line-height: 17px
    }

    .error_page_wrapper .button-wrapper a {
        width: 100%
    }

    .brands-cart .caption .title a {
        font-size: 21px;
        line-height: 28px
    }

    .brands-cart .caption .description {
        font-size: 12px;
        line-height: 17px
    }

    .product-manufacturer .wrapper-dropdown .btn-dropdown.active {
        height: 80px !important;
        margin: 0 !important
    }

    .ncategory-container h1 {
        margin-top: 30px !important;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 1px
    }

    .ncategory-container__content-wrapper .vacancy-bar__item__content-wrapper {
        font-size: 12px;
        line-height: 17px
    }

    .ncategory-container__content-wrapper {
        margin-bottom: 30px;
        display: block
    }

    .vacancy-bar {
        padding-top: 30px
    }

    .image-bar__btn-wrapper, .vacancy-bar__item__content-btn-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product-manufacturer h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px!important;
        line-height: 26px!important;
        text-align: center;
        letter-spacing: 2px!important;
        margin-bottom: 20px!important;
    }

    .product-manufacturer .desc {
        padding: 0;
        margin-bottom: 30px !important;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .product-manufacturer .bottom-wrapper {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .product-manufacturer .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product-manufacturer .breadcrumbs-wrapper .wrapper-category-filter {
        margin-top: initial
    }

    #modalSuccessForgotten .modal-content, #modalSuccessRegistration .modal-content, .sort-amount-wrapper {
        margin-top: 30px
    }

    .product-manufacturer .breadcrumbs-wrapper .wrapper-category-filter .wrapper-dropdown {
        width: 100% !important
    }

    .product-manufacturer .breadcrumbs-wrapper .wrapper-category-filter .wrapper-dropdown .btn-dropdown {
        border-left: 0
    }

    .product-manufacturer .breadcrumbs-wrapper .wrapper-category-filter .wrapper-dropdown .btn-dropdown:before {
        content: "";
        bottom: -1px;
        border-bottom: 1px solid #d8d8d8;
        position: absolute;
        right: 100%;
        width: 100%
    }

    .product-wrapper.manufactures {
        grid-template-columns:repeat(1, 1fr)
    }

    #modalSuccessRegistration .modal-content .modal-body {
        padding: 100px 15px !important
    }

    .modal-reg-auth .modal-header .tab-select__option {
        font-size: 12px !important;
        padding-bottom: 15px !important
    }

    #total_sub_total .simplecheckout-cart-total-value, #total_sub_total span b,  .simplecheckout-cart-total2 span b, .checkout-container .col-sm-12 .checkout-heading, .wrapper-total .text, .wrapper-total .value {
        font-size: 12px;
        line-height: 16px
    }
    .wrapper-total .text, .wrapper-total .value {
        font-size: 18px;
        line-height: 18px
    }

    #total_sub_total {
        padding: 0 !important
    }

    .table-responsive .product .quantity {
        left: 0
    }

    .table-responsive .product {
        display: grid !important;
        grid-template-columns:2fr 2.5fr 1fr !important
    }

    .table-responsive .product .name {
        grid-area: 1/1/2/4;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #total_sub_total .total_prod {
        text-align: center
    }

    .table-responsive .product .name a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header_checkout .wrapper {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .header_checkout .wrapper .left-bar, .header_checkout .wrapper .right-bar {
        display: none
    }

    .table-responsive .product .name .wrapper {
        margin-left: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px !important
    }

    .mfilter-content ul, .side-menu .instagram-link {
        display: block
    }

    #product .btn-wrapper .item, .cart-modal .mini-cart__remove {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox
    }

    #buttons {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #buttons .right-btn {
        margin-left: 0 !important;
        margin-top: 30px
    }

    footer.footer .footer-bottom p {
        font-size: 10px !important;
        line-height: 13px !important
    }

    footer.footer .footer-top__wrapper .about_us .desc, footer.footer .footer-top__wrapper .subscription .desc {
        font-size: 12px !important;
        line-height: 16px !important
    }

    .wrapper-dropdown, .wrapper-dropdown.category {
        width: 50% !important
    }

    .btn-dropdown {
        width: 100% !important
    }

    .wrapper-dropdown.category .btn-dropdown {
        border-left: 0;
        position: relative
    }

    .wrapper-dropdown.category .btn-dropdown:after {
        position: absolute;
        left: -100%;
        width: 100%
    }

    .wrapper-dropdown .btn-dropdown {
        border-bottom: 1px solid #d8d8d8;
        border-right: 0;
        position: relative
    }

    .wrapper-dropdown .btn-dropdown:after {
        position: absolute;
        left: 100%;
        width: 100%
    }

    .wrapper-dropdown .wrapper-menu.active, .wrapper-dropdown.category .wrapper-menu.active {
        top: 100%
    }

    .mfilter-tb {
        grid-template-columns:1fr;
        grid-template-rows:initial !important;
        grid-column-gap: initial !important;
        grid-auto-flow: initial !important
    }

    /*.product-wrapper, .select-wrapper {*/
    /*    grid-template-columns:1fr !important*/
    /*}*/

    .breadcrumbs-wrapper .wrapper-category-filter {
        position: initial;
        margin-top: -33px;
        width: 100%
    }

    .bottom-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-wrapper .more-wrapper {
        position: initial
    }

    #product .btn-wrapper .item {
        border-right: none;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    #product .slider {
        padding-bottom: 15px
    }

    .wrapper-dropdown.category .wrapper-menu.active .menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    #product .information-wrapper .evol-16-20 {
        text-align: center;
        margin-bottom: 10px
    }

    #product .price-wrapper {
        padding: 20px 0
    }

    #product .btn-wrapper .item {
        padding: 7px 5px !important;
        width: 50%;
        font-size: 11px;
        margin-top: 30px
    }

    #product .btn-wrapper {
        padding-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #product .price-wrapper, .cart-modal .mini-cart, header .align-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    #product .btn-wrapper .item:first-child {
        margin-top: 0;
        width: 100%;
        font-size: 12px
    }

    #product .btn-wrapper .item.share .menu {
        bottom: -127px;
        left: 37px
    }

    #product .price-wrapper {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #product .price-wrapper h2, #product .price-wrapper h3 {
        padding: 7px 0;
        width: 100%;
        text-align: center
    }

    .times-h3 {
        font-size: 26px !important;
        line-height: 34px !important;
        letter-spacing: 1px !important
    }

    .category-page h1, h2 {
        letter-spacing: 1px
    }

    .quantity {
        max-width: 100% !important
    }

    .container {
        padding: 0 15px
    }

    .video-wrapper h3 {
        font-size: 16px !important;
        line-height: 26px !important
    }

    .category-page h1, .product-cart .slider-wrapper h3 {
        font-size: 24px;
        line-height: 31px
    }

    .sort-amount-wrapper .amount-prod {
        position: initial !important;
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .breadcrumb-custom li span[itemprop=name], .wrapper-dropdown .btn-dropdown {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 16px
    }

    .side-menu {
        width: 284px !important
    }

    #main_slideshow .text .title {
        font-size: 40px !important;
        line-height: 50px !important
    }

    #main_slideshow .text .description {
        font-size: 16px !important;
        line-height: 26px !important
    }

    .main-slider-btn {
        width: 290px !important
    }

    h2 {
        font-size: 24px !important;
        line-height: 32px !important
    }

    .instagram_list .text-wrapper {
        margin-top: 40px !important
    }

    .instagram_list .item-wrapper {
        margin-top: 32px !important
    }

    footer.footer .footer-top__wrapper .subscription, footer.footer .footer-top__wrapper .subscription .subscription-wrapper {
        width: 100%
    }

    footer.footer .footer-top__wrapper .about_us {
        margin-left: 0 !important;
        width: 100%
    }

    footer.footer .footer-top__wrapper .about_us img {
        width: 90px;
        height: 90px
    }

    footer.footer .footer-top__wrapper .about_us .text-wrapper {
        max-width: 100%;
        width: 100%
    }

    footer.footer .footer-top__wrapper .categories {
        display: none
    }

    footer.footer .footer-top__wrapper .articles {
        display: none !important
    }

    .default-button {
        width: 100%
    }

    .evol-nor {
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 1.25px
    }

    .evol-nor-high, .menu-bold {
        font-size: 12px;
        line-height: 16px
    }

    header .align-items .amount {
        padding-left: 0 !important
    }

    header .cart {
        margin-right: 0 !important
    }

    .login.mibile {
        margin-left: 35px;
        margin-right: 0;
        display: block !important
    }

    header .header__top .instagram-icon {
        display: none
    }

    header .align-items {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    header div.wishlist {
        margin-right: 15px !important
    }

    header .header__logo img {
        width: 100px;
        height: 100px
    }

    header .header__top .show-hide-bottom {
        margin-left: 0 !important
    }

    header .header__bottom, header .header__top {
        grid-column-gap: 150px !important
    }

    .side-menu {
        padding: 20px 16px 100px
    }

    .menu-bold {
        letter-spacing: 2px
    }

    .wrapper-dropdown .btn-dropdown, .wrapper-dropdown .menu a,
    .wrapper-dropdown .menu .button_reset_a {
        font-size: 12px;
        letter-spacing: .5px;
        line-height: 16px
    }

    .cart-modal {
        padding: 15px !important
    }

    .cart-modal .mini-cart {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .cart-modal .mini-cart__image {
        margin-right: 0
    }

    .cart-modal .mini-cart__text {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
        margin-top: 15px
    }

    .cart-modal .mini-cart__text__options {
        margin-bottom: 15px
    }

    .cart-modal .mini-cart__quantity {
        margin-bottom: 15px;
        margin-right: 0
    }

    .cart-modal .mini-cart__remove {
        position: absolute;
        top: 15px;
        right: 30px;
        height: 40px;
        width: 40px;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart-modal .mini-cart__remove svg {
        width: 13px;
        height: 13px
    }

    .cart-modal__header {
        padding-bottom: 15px
    }

    .cart-modal__header-title {
        font-size: 12px !important
    }

    .cart-modal__footer__total__wrapper-amount-price__amount {
        margin-right: 0 !important
    }

    .cart-modal__footer__total-text {
        margin-right: 15px !important
    }

    .cart-modal__footer__total__wrapper-amount-price {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-modal__footer__buttons {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .cart-modal__footer__buttons .default-button {
        width: 100% !important
    }

    .cart-modal__footer__buttons .default-button.black {
        margin-top: 15px
    }

    footer.footer .footer-top__wrapper .about_us {
        margin-bottom: 0
    }

    .category-page .desc {
        margin-bottom: 30px;
        padding-bottom: 0 !important
    }

    .about_us .text-wrapper .desc {
        margin-bottom: 20px !important
    }

    footer.footer .footer-top__wrapper .about_us .visa-mastercard img:last-child {
        margin-right: 29px
    }

    footer.footer .footer-top__wrapper .about_us .visa-mastercard img {
        margin: 0 8px
    }

    .authorisation span:first-child:after, .wishlist span:first-child:after {
        font-size: 18px
    }

    header .wishlist .align-items .amount {
        left: 0
    }

    header .header__top .cart svg {
        width: 18px !important;
        height: 19px !important
    }

    .header.scroll .no-scroll {
        display: block !important
    }

    .header.scroll .scroll-logo {
        display: none !important
    }

    header, header .header__logo img {
        overflow: initial !important
    }

    #request_call-form .modal-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #request_call-form .modal-footer .social_select {
        margin-bottom: 15px
    }

    #request_call-modal .modal-title {
        margin-top: 40px !important
    }

    .table-responsive .product {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: grid !important;
        grid-template-columns:130px 1fr !important;
        grid-template-rows:1fr minmax(0, 44px) -webkit-max-content;
        grid-template-rows:1fr minmax(0, 44px) max-content;
        margin-bottom: 15px
    }

    .table-responsive .product .name {
        grid-area: 1/1/4/4;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end
    }

    .table-responsive .product .name .wrapper {
        padding-right: 15px;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        min-width: calc(100% - 145px);
    }

    .table-responsive .product .quantity {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: center;
        /*grid-area: 2/1/4/4;*/
        left: 0
    }

    #simplecheckout_cart .form-control {
        min-width: 19px !important
    }

    .table-responsive .product .total {
        /*grid-area: 3/2/4/3;*/
        margin: 0 70px 0 0;
        left: 0 !important;
        font-family: Evolventa;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: right;
        letter-spacing: 1px;
        color: var(--title);
        position: relative;
        /*margin-top: 10px !important*/
        margin-top: 27px !important
    }

    .table-responsive .product .remove-btn {
        right: 0;
        top: -8px
    }

    .input-group.btn-block {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content
    }

    .table-responsive .product .name a {
        padding-bottom: 0;
        font-size: 14px;
        line-height: 17px;
        max-width: 135px;
    }

    .checkout-container {
        padding: 0 !important
    }

    #event-modal .modal-dialog {
        width: 100%
    }

    #event-modal .modal-content {
        padding: 30px 15px
    }

    #event-modal .modal-content .modal-body .radios-wrapper {
        margin-top: 25px
    }

    #event-modal .modal-content .modal-body .info_text {
        margin-top: 20px
    }

    #event-modal .modal-header .close {
        top: 25px;
        right: 25px
    }

    #main_slideshow .main-page-wrapper .open_wrapper {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 20px;
        background: rgba(0, 0, 0, .4);
        margin-top: -150px;
    }

    #main_slideshow .main-page-wrapper .open_wrapper .title {
        font-family: Evolventa;
        font-size: 12px;
        line-height: 31px;
        margin-bottom: 20px
    }

    #main_slideshow .main-page-wrapper .open_wrapper .description {
        font-family: Evolventa;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 20px
    }

    #main_slideshow .main-page-wrapper .text {
        /*display: none*/
    }

    .main-page-wrapper .text.text-col-left .description {
        display: none;
    }
    .main-page-wrapper .text.text-col-left .main-slider-btn {
        display: none;
    }

    #main_slideshow .main-page-wrapper .text.text-col-left .title {
        margin-bottom: 5px;
    }

    #total_sub_total, .simplecheckout-cart-total2 {
        padding: 0 0px 0 0 !important;
    }


}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFFFFF;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #FFFFFF;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px,0);
            padding-right: max(12px,0)
        }
    }
}

@media (max-width: 576px) {

    .product-wrapper, .select-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px)
    }
}

@media screen and (max-width: 1800px) {
    .checkout-container .simplecheckout-right-column {
        width: 50%
    }

    #main_slideshow .text .title {
        font-size: 80px;
        line-height: 90px;
        color: #FFFFFF
    }

    #main_slideshow .text .description {
        font-size: 22px;
        line-height: 34px
    }

    .instagram-icon:after {
        top: -10px
    }

    footer.footer .footer-top__wrapper .subscription {
        max-width: 305px
    }

    footer.footer .footer-top__wrapper .categories {
        grid-column-gap: 100px
    }

    footer.footer .footer-top__wrapper .articles {
        margin-left: 65px
    }

    footer.footer .footer-top__wrapper .about_us {
        margin-left: 120px
    }

    footer.footer .footer-top__wrapper .about_us .desc {
        max-width: 200px
    }

    footer.footer .footer-top__wrapper .about_us .text-wrapper {
        margin-left: 20px
    }

    .instagram_list .text-wrapper {
        margin-top: 60px
    }

    .instagram_list .item-wrapper {
        margin-bottom: 60px
    }

    .inst-container {
        width: 100%;
        margin: 0
    }

    .lab-container {
        width: 1300px
    }

    .search {
        display: none
    }

    .slider__item__text-wrapper {
        max-width: 260px
    }

    .drop-menu__slider {
        display: block;
        padding-left: 0;
        height: 260px
    }

    .search-btn {
        display: block;
        position: relative;
        left: initial;
        top: 4px
    }

    .instagram-icon {
        top: -1px;
        left: 0
    }

    .instagram-icon span {
        top: 4px;
        left: 8px
    }

    .header.scroll .instagram-icon {
        top: -1px
    }

    header .header__top .show-hide-bottom .show-bottom {
        bottom: -4px
    }

    header .header__bottom, header .header__top {
        grid-column-gap: 218px
    }

    header .header__top .show-hide-bottom .hide-bottom {
        bottom: 1px
    }
}

@media screen and (max-width: 1500px) {
    .info-container, .ncategory-container {
        width: 1300px
    }

    .brands-cart .caption {
        overflow: auto
    }

    .header.scroll .instagram-icon:after {
        left: -10px
    }
}

@media screen and (max-width: 1330px) {
    .row {
        margin: 0
    }

    .container, .lab-container {
        padding: 0 25px
    }

    .authorisation span:first-child:after, .wishlist span:first-child:after {
        top: -7px
    }

    .cart span svg {
        top: 2px !important
    }

    .ncategory-container__content-wrapper {
        grid-column-gap: 30px
    }

    .checkout-simplecheckout .header_checkout {
        height: 142px
    }

    .checkout-container {
        padding: 0 15px
    }

    .simplecheckout-step {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: column !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .checkout-container .simplecheckout-right-column {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        order:0
    }

    .checkout-container .simplecheckout-left-column {
        max-width: 100%;
        width: 100%;
        order:1
    }

    .checkout-container  #buttons{
        order:3
    }


    .video-wrapper h3 {
        font-size: 22px;
        line-height: 34px
    }

    .category-page .desc {
        padding-bottom: 75px
    }

    body {
        padding-top: 80px
    }

    .lab-container {
        width: 100%
    }

    .bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .bar:first-child {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    header {
        height: 80px
    }

    header .authorisation span, header .cart span, header .wishlist span {
        margin-right: 0
    }

    header .login, header div.wishlist {
        margin-right: 40px
    }

    header .cart {
        margin-right: 10px
    }

    header .align-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .align-items .amount {
        padding-left: 8px
    }

    header .header__top {
        height: 80px;
        border-bottom: 0
    }

    header .header__top .show-hide-bottom {
        display: block;
        margin-left: 10px
    }

    header .header__top .instagram-icon {
        margin-left: 55px;
        top: 0
    }

    header .header__top .instagram-icon svg {
        width: 18px;
        height: 18px
    }

    header .header__top .wishlist svg {
        width: 17px;
        height: 16px
    }

    header .header__top .cart svg {
        width: 15px;
        height: 17px
    }

    header .header__top .lang {
        display: none
    }

    header .header__top .search-btn {
        display: none !important
    }

    header .header__bottom, header .header__top .bar span.text, header .header__top .dropdown {
        display: none
    }

    header .header__top:after, header .header__top:before {
        content: none
    }

    header .header__logo {
        top: 10px
    }

    header .header__top .show-hide-bottom .show-bottom {
        bottom: 1px
    }
}

@media screen and (max-width: 1300px) {
    .mfp-content #popup-purchase-wrapper .popup-center, .mfp-content #popup-purchase-wrapper .popup-footer, .mfp-content #popup-purchase-wrapper .popup-heading {
        padding: 25px
    }

    .desc-wrapper .toggle-btn {
        margin-top: 40px;
        padding-top: 30px;
        border-top: 1px solid #e5e5e5
    }

    #popup-purchase-wrapper .popup-center, #popup-purchase-wrapper .popup-footer, #popup-purchase-wrapper .popup-heading {
        padding: 30px
    }

    .info-container, .ncategory-container {
        width: auto
    }

    #request_call-modal .modal-header {
        position: relative;
        padding: 25px
    }

    #request_call-modal .modal-header .close {
        right: 25px;
        top: 25px;
        position: absolute
    }

    #request_call-modal .modal-body, #request_call-modal .modal-footer {
        padding: 25px
    }

    #main_slideshow .main-page-wrapper {
        grid-template-columns:1fr;
        grid-row-gap: 0
    }

    #main_slideshow .main-page-wrapper .open_wrapper {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    #main_slideshow .main-page-wrapper .open_wrapper .description, #main_slideshow .main-page-wrapper .open_wrapper .title {
        margin-bottom: 20px
    }

    #event-modal .modal-dialog {
        width: 100%
    }

    #event-modal .modal-content {
        padding: 30px 25px
    }

    #event-modal .modal-header .close {
        top: 25px;
        right: 25px
    }
}

@media screen and (max-width: 1200px) {
    .desc-wrapper {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1100px) {
    .product-layout .button-group {
        opacity: 1
    }

    .category-page .breadcrumb-custom {
        margin-top: 35px
    }

    footer.footer .footer-top__wrapper .about_us {
        margin-left: 46px
    }

    footer.footer .footer-top__wrapper .about_us .text-wrapper {
        margin-left: 35px
    }

    footer.footer .footer-top__wrapper .about_us .text-wrapper .desc {
        padding-bottom: 0
    }

    footer.footer .footer-top__wrapper .articles a, footer.footer .footer-top__wrapper .articles div {
        margin-bottom: 0
    }

    .about_us .top-wrapper .logo-wrapper {
        margin-left: 25px
    }

    #lt_newsletter_email {
        margin-bottom: 24px
    }

    footer.footer .footer-top__wrapper .articles {
        position: relative;
        left: -76px
    }

    .latest__slider-item {
        margin: 0 15px
    }

    .error_page_wrapper {
        padding-top: 70px
    }

    .error_page_wrapper .button-wrapper {
        padding-bottom: 70px
    }

    .history-wrapper .bottom-desc {
        margin-left: 0
    }

    .product-manufacturer .search-brands-block #search-brands-input:focus {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px
    }



    .breadcrumb-custom {
        margin-top: 5px
    }

    .product-page .container {
        padding: 0 25px;
        width: 100%
    }

    #product .slick-dots {
        top: 20%;
        left: -10px
    }

    .rel-prod-slider .product-layout, .slider-wrapper .latest__slider.slider-prod .product-layout {
        margin: 0 auto;
        width: auto
    }

    .desc-wrapper, .product-cart .breadcrumb-custom, .video-wrapper {
        margin-bottom: 60px
    }

    #product .select-wrapper {
        display: block
    }

    #product .slider {
        border-bottom: 0
    }

    .video-wrapper {
        padding-bottom: 60px
    }

    footer.footer .footer-top__wrapper .about_us .visa-mastercard {
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .contact-wrapper, .history-wrapper tbody {
        display: block
    }

    .account-order-info .table-bordered td, .account-order-info .table-bordered thead td {
        font-size: 12px;
        line-height: 17px
    }

    .account-order-info .table-bordered.table-hover tr td:last-child {
        min-width: 100px
    }

    .container.article .date {
        margin-top: 0
    }

    .container.article .span-menu-wrapper {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .container.article .bottom-link a.all {
        max-width: 360px
    }

    .container.article {
        padding: 0 25px;
        margin: 0 auto;
        width: 100%
    }

    .contact-wrapper__callback .modal-reg-auth .modal-body {
        padding: 0 !important
    }

    .history-wrapper tr {
        display: grid;
        grid-template-columns:minmax(0, 297px) minmax(0, 1110px);
        grid-column-gap: 30px
    }

    #mfilter-content-container .product-wrapper, .product-wrapper.manufactures {
        grid-template-columns:repeat(2, 1fr)!important;
    }

    .history-wrapper tr td:first-child p {
        padding-bottom: 30px;
        margin: 0;
        padding-top: 0
    }

    .history-wrapper tr td:last-child {
        padding-bottom: 60px;
        padding-left: 30px
    }

    .history-wrapper tr td:last-child p {
        padding-bottom: 30px;
        margin: 0;
        padding-top: 0
    }

    .history-wrapper tr:last-child td:last-child {
        padding-bottom: 0
    }

    .history-wrapper .bottom-desc {
        display: block;
        margin-top: 60px;
        margin-bottom: 60px;
        grid-column-gap: 30px
    }

    .history-wrapper .bottom-desc .img-wrapper {
        margin-bottom: 30px
    }

    .history-wrapper .bottom-desc .img-wrapper img {
        margin: 0 auto
    }

    .history-wrapper .bottom-desc p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px
    }

    .info-container {
        padding: 0 25px
    }

    .info-container h1 {
        margin-top: 60px
    }

    .info-container .desc {
        margin-bottom: 30px
    }

    .info-container .wrapper-content {
        margin-bottom: 60px;
        display: block
    }

    .info-container .wrapper-content .company-bar, .info-container .wrapper-content .shiping-bar {
        margin-top: 30px
    }

    .info-container .wrapper-content .img-wrapper img {
        margin: 0 auto
    }

    .product-manufacturer .mfilter-content ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .product-manufacturer .mfilter-content ul > li div .mfilter-tb {
        grid-template-rows:repeat(5, 1fr)
    }

    .brands-cart .caption {
        padding: 30px 15px 50px
    }

    footer.footer .footer-bottom p {
        font-size: 12px;
        line-height: 16px
    }

    .footer .footer-top__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-top__wrapper .subscription {
        max-width: 305px;
        -webkit-box-ordinal-group: -1;
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
        width: 50%;
        padding-bottom: 40px
    }

    .footer .footer-top__wrapper .categories {
        grid-template-columns:-webkit-max-content -webkit-max-content;
        grid-template-columns:max-content max-content;
        margin-left: 0 !important
    }

    .footer .footer-top__wrapper .articles {
        margin: 0 !important;
        display: grid !important;
        grid-template-columns:auto auto;
        grid-template-rows:repeat(4, -webkit-min-content);
        grid-template-rows:repeat(4, min-content);
        grid-column-start: 2;
        grid-column-gap: 50px;
        grid-row-gap: 20px
    }

    .blog-wrapper h1, .ncategory-container h1 {
        margin-top: 60px
    }

    .footer .footer-top__wrapper .articles .menu-bold {
        grid-area: 1/1/2/3
    }

    .footer .footer-top__wrapper .about_us {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 50%;
        margin-left: 64px
    }

    .mini-cart__text {
        margin-right: 15px
    }

    .cart-modal {
        padding: 25px
    }

    .cart-modal__footer__total__wrapper-amount-price__amount {
        margin-left: initial
    }

    .ncategory-container__content-wrapper {
        margin-bottom: 60px
    }

    .ncategory-container {
        padding: 0 25px
    }

    .blog-wrapper .product-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }

    .blog-wrapper .article-item {
        padding-top: 60px
    }

    .blog-wrapper .article-item__desc {
        padding-bottom: 60px
    }

    .product-layout {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .mfilter-tb-as-td {
        padding: 2px 0 5px 40px !important
    }

    .sort-amount-wrapper {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sort-amount-wrapper .amount-prod {
        text-align: center;
        position: inherit;
        margin-bottom: 0
    }

    .authorisation span:first-child:after, .wishlist span:first-child:after {
        top: -7px
    }

    .header.scroll .instagram-icon:after {
        top: -9px;
        left: 0
    }
}

@media screen and (max-width: 768px) {
    .brands-cart .caption {
        height: 260px
    }

    .pagination li a.next-arrow, .pagination li a.prev-arrow {
        top: -2px
    }

    .modal button svg {
        width: 14px !important;
        height: 14px !important
    }

    #modalSuccessVacancy .close {
        top: 25px;
        right: 25px
    }

    .cart-modal__footer__total__wrapper-amount-price {
        width: 258px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-modal__footer__total__wrapper-amount-price__amount {
        margin-right: initial
    }

    /*.modal-dialog {*/
    /*    margin: 0 auto !important*/
    /*}*/

    .modal-reg-auth .modal-dialog {
        width: auto
    }

    .modal-reg-auth__btn-default button, .modal-reg-auth__social-enter-btn-wrapper__btn-default a, .modal-reg-auth__social-enter-btn-wrapper__btn-default .button_reset_a {
        width: 100% !important
    }

    .tab-select__option.login {
        /* display: block !important*/
    }

    .modal-reg-auth .modal-header .tab-select__option:first-child {
        margin-right: 20px !important
    }

    .modal-reg-auth .modal-header {
        padding: 30px 25px 0 !important
    }

    .modal-reg-auth .modal-header button {
        right: 25px !important;
        top: 25px !important
    }

    .modal-reg-auth .modal-body {
        padding: 25px !important
    }

    .modal-reg-auth__social-enter-btn-wrapper__btn-default a:first-child,
    .modal-reg-auth__social-enter-btn-wrapper__btn-default .button_reset_a:first-child{
        margin-right: 15px;
        margin-bottom: 15px !important
    }

    .modal-reg-auth__social-enter-btn-wrapper__btn-default a:nth-child(2),
    .modal-reg-auth__social-enter-btn-wrapper__btn-default .button_reset_a:nth-child(2){
        margin-left: 15px
    }

    .modal-reg-auth__social-enter {
        margin-top: 15px !important;
        padding-top: 15px !important
    }
}

@media screen and (max-width: 550px) {
.brands-cart, .brands-cart .image div {
    height: auto;
}

}

@media screen and (max-width: 400px) {
    .breadcrumb-custom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .breadcrumb-custom li {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 769px) {
    .information-information {
        padding-top: 120px
    }

    .information-information table {
        width: 100% !important
    }
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
    body.product-page {
        zoom: 90%
    }
}

@media screen and (max-width: 700px) {
    #simplecheckout_cart {
        margin-top: 43px
    }

    .breadcrumbs-wrapper {
        width: 100vw;
        left: -15px
    }
}

@media screen and (max-width: 780px) {
    #simplecheckout_cart .form-control {
        min-width: 43px !important
    }

    #product .top-wrapper {
        grid-template-columns:minmax(0, 368px) 1fr
    }

    #product h1 {
        font-size: 30px;
        line-height: 35px
    }

    .mfilter-tb {
        grid-template-columns:1fr 1fr;
        grid-auto-flow: initial
    }

    .iScrollVerticalScrollbar.iScrollLoneScrollbar {
        width: 13px !important
    }
}

@media screen and (max-width: 780px) and (min-width: 760px) {
    .bottom-wrapper {
        margin-bottom: 250px
    }

    div.pagination {
        width: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 127px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .simplecheckout .quantity .input-group.btn-block {
        width: 60px
    }
}

@media screen and (max-width: 1450px) and (min-width: 1300px) {
    #main_slideshow .main-page-wrapper .open_wrapper .description, #main_slideshow .main-page-wrapper .open_wrapper .title {
        margin-bottom: 20px
    }
}

/*# sourceMappingURL=main.css.map */

.do_i_posle-container .articles_container .line{
    width: 100%;
    background: var(--black);
    mix-blend-mode: normal;
    opacity: 0.1;
    margin: 70px 0px;
    height:1px;
}

.do_i_posle-container .articles_container .line:first-child{
    display:none
}

.do_i_posle-container .articles_container{
    margin: 30px auto 0 auto;
    max-width: 1470px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 180px;
}

.do_i_posle-container .articles_container .item.item-2{
    margin-left: auto;
}

.do_i_posle-container .articles_container .item{
    width: 640px;
    border-bottom: 1px solid #ebebeb;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.do_i_posle-container .articles_container .item:before,
.do_i_posle-container .articles_container .item:after {
    content: '';
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: -100%;
}

.do_i_posle-container .articles_container .item:after {
    left: 100%;
}

.do_i_posle-container .articles_container .item .title{
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: var(--title);
}

.do_i_posle-container .articles_container .item .images{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.do_i_posle-container .articles_container .item .images .gal_item:last-child{
    margin-left: auto;
}

.do_i_posle-container .articles_container .item .images .gal_item .image{
    overflow: hidden;
}

.do_i_posle-container .articles_container .item .images .gal_item .image img{
    max-width: 100%;
    height: auto;
}

.do_i_posle-container .articles_container .item .images .gal_item .title{
    font-family: Evolventa;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--title);
}

.do_i_posle-container .articles_container .item .description{
    margin-top: 30px;
    font-family: Evolventa;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: var(--title);
    mix-blend-mode: normal;
    opacity: 0.7;
    max-height: 48px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.do_i_posle-container .articles_container .item .description.full{
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.do_i_posle-container .articles_container .item .readmore{
    margin-top: 30px;
}

.do_i_posle-container .articles_container .item .readmore span{
    display: inline-block;
    position: relative;
    font-family: Evolventa;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--title);
    padding-bottom: 3px;
    cursor:pointer;
}

.do_i_posle-container .articles_container .item .readmore span:after{
    content:'';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: var(--title);
}

.do_i_posle-container .articles_container .item .readmore span:hover:after{
    display: none;
}

.do_i_posle-container .articles_container .item .readmore span.b_hide{
    display:none;
}

.do_i_posle-container .articles_container .item .readmore.f_hide span.b_show{
    display: none;
}

.do_i_posle-container .articles_container .item .readmore.f_hide span.b_hide{
    display: inline-block;
}

/*************************/

.education-container{
    width: 1400px;
    margin: 0px auto 0px auto;
}

.sertificates-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 180px;
}

.sertificates-wrapper .item{
    border-bottom: 1px solid #ebebeb;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.sertificates-wrapper .item:before,
.sertificates-wrapper .item:after{
    content: '';
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: -100%;
}

.sertificates-wrapper .item:after{
    left: 100%;
}

.sertificates-wrapper .item .image img{
    max-width: 100%;
    height:auto;
}

.sertificates-wrapper .item .name{
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--title);
    margin-top: 30px;
}

.sertificates-wrapper .item .description{
    font-family: Evolventa;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--title);
    mix-blend-mode: normal;
    opacity: 0.8;
    margin-top:10px;
}
/*************************/
.showroom-container .swiper-container {
    width: 100%;
    height: 100%;
    /*min-height: 850px;*/
    /*height: 100vh;*/
}

.showroom-container .swiper-slide {
    background-size: cover;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.showroom-container .swiper-slide .title{
    font-family: Times;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 115px;
    text-align: center;
    letter-spacing: 0.833333px;
    color: #FFFFFF;
}

.showroom-container .swiper-slide .description{
    font-family: Evolventa;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-top: 26px;
}

.showroom-container .swiper-slide .readmore{
    margin-top: 38px;
}

.showroom-container .swiper-slide .readmore a{
    display: block;
    padding: 9px 64px;
    min-width: 200px;
    min-height: 36px;
    text-align: center;

    font-family: Evolventa;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #FFFFFF;
    transition: all .3s;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;

    cursor:pointer;
}

.showroom-container .swiper-slide .readmore a:hover{
    border-color: var(--black);
    background-color: var(--black);
}
/************************/
.showroom-article-container{
    display: flex;
    align-items: center;
    margin: 100px 0;
}


.showroom-article-container .slick-slider{
    width:100%;
}

.showroom-article-container .slick-track {
    display: flex;
}

.showroom-article-container .slick-slide{
    padding-left: 15px;
    padding-right: 15px;

    height: auto;
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
}

.showroom-article-container .slick-slide img{
    max-width: 100%;
    height: auto;
}


.showroom-article-container .slick-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--black);

    font-size: 15px;
    color:#FFFFFF;

    position: absolute;
    top:50%;
    margin-top:-30px;
    z-index: 1;
    transition: all .3s;
    cursor: pointer;
}

.showroom-article-container .slick-arrow:hover{
    opacity:0.8;
}

.showroom-article-container .slick-arrow.slick-next{
    right:75px;
    transform: rotate(-90DEG);
}
.showroom-article-container .slick-arrow.slick-prev{left:75px; transform: rotate(90DEG);}

.showroom-article-main-container .info_block{
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.showroom-article-main-container .info_block .date{
    font-family: Evolventa;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--title);
    mix-blend-mode: normal;
    opacity: 0.7;
}

.showroom-article-main-container .info_block h1{
    font-family: Evolventa;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 51px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--title);
    margin-top: 30px;
}

@media screen and (max-width: 330px){

    .showroom-container .swiper-slide .readmore a{
        padding-left: 30px;
        padding-right: 30px;
    }

}/*@media screen and (max-width: 330px){*/



@media screen and (min-width: 1199px) and (max-width: 1368px) {
    .do_i_posle-container .articles_container{
        max-width: 1140px;
    }

    .do_i_posle-container .articles_container .item {
        width: 500px;
    }

    .do_i_posle-container .articles_container .item .images .gal_item:last-child {
        margin-left: 30px;
    }

    /***********/
    .education-container{
        width: 1200px;
    }
    .sertificates-wrapper {
        grid-column-gap: 120px;
    }


}/*@media screen and (min-width: 1199px) and (max-width: 1368px) {*/


@media screen and (min-width: 992px) and (max-width: 1198px) {
    .do_i_posle-container .articles_container{
        max-width: 970px;
        grid-column-gap: 30px;
    }

    .do_i_posle-container .articles_container .item {
        width: 470px;
    }

    .do_i_posle-container .articles_container .item .images .gal_item:last-child {
        margin-left: 30px;
    }

    /*******************/

    .education-container{
        width: 970px;
    }
    .sertificates-wrapper {
        grid-column-gap: 60px;
    }

}/*@media screen and (min-width: 992px) and (max-width: 1198px) {*/


@media screen and (min-width: 768px) and (max-width: 991px) {
    .do_i_posle-container .articles_container{
        max-width: 700px;
        grid-column-gap: 30px;
    }

    .do_i_posle-container .articles_container .item {
        width: 310px;
    }

    .do_i_posle-container .articles_container .item.item-2{margin-left: 30px;}

    .do_i_posle-container .articles_container .item .title{
        min-height: 60px;
    }

    .do_i_posle-container .articles_container .item .images .gal_item:last-child {
        margin-left: 30px;
    }

    /*****************/
    .education-container{
        width: 700px;
    }
    .sertificates-wrapper {
        grid-column-gap: 30px;
    }

    .sertificates-wrapper .item .name{
        font-size: 20px;
        line-height: 26px;
    }

    .sertificates-wrapper .item .description{
        font-size: 10px;
    }


}/*@media screen and (min-width: 768px) and (max-width: 991px) {*/

@media screen and (max-width: 767px){

    .do_i_posle-container #content .desc{
        padding-left: 15px;
        padding-right: 15px;
    }

    .do_i_posle-container .articles_container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        display: block;
    }

    .do_i_posle-container .articles_container .item{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }



    .do_i_posle-container .articles_container .item .images .gal_item:last-child {
        margin-left: 15px;
    }

    .do_i_posle-container .articles_container .item .images .gal_item .title{
        font-size: 12px;
    }

    /*********/
    .education-container{
        width: 100%;
        padding: 0 30px!important;
    }

    .sertificates-wrapper {
        grid-template-columns: 1fr!important;
    }

    .sertificates-wrapper .item{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*********************/
    .showroom-container .swiper-slide{
        padding-left: 15px;
        padding-right: 15px;
    }

    .showroom-container .swiper-slide .title{
        font-size: 60px;
        line-height: 65px;
    }

    .showroom-container .swiper-slide .description{
        font-size: 20px;
        line-height: 32px;
    }

    /**********/
    .showroom-article-container{margin:30px 0px}

}/*@media screen and (max-width: 767px){*/

.showroom-container.cat-64{
    overflow-y: hidden;
}

#shipping_address_nova_post_city_id, #shipping_address_nova_post_area_id {
    display: none;
}
.fail_discount {
    color: var(--red);
    font-size: 18px;
}
.related-category{
    padding: 5px 10px;
    border: 2px solid black;
    font-size: 18px;
    line-height: 24px;
    color: var(--title);
    margin:  10px;
    display: inline-block;
    float: left;
    transition: .3s all;
}
.related-category:hover{
    border: 2px solid black;
    background-color:black ;
    color: white;
}
.related-categories__wrapper{
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px!important;
    scrollbar-width: none;  /* Firefox */
}
.related-categories{
    width: 100%;
}
.related-categories__wrapper::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}


.consult-massage .modal-head_desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.7px;
    color: var(--title);
    mix-blend-mode: normal;
    opacity: 0.7;
}
.consult-massage .modal-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #010306;
    margin-bottom: 20px;
}
.success-chats {
    display: flex;
    justify-content: center;
}
.success-chats a{
    margin:  0 15px;
}
/************************/
#content.informaition_id-13{
    margin-bottom: 60px;
}

.simplecheckout-left-column .checkbox-reg label:after {
    left: 4px;
}

#simplecheckout_customer .wrapper-custom_customer_save_data .custom_checkbox_block label:after{
    top: 50%;
}
/**********/
#simplecheckout_shipping .selectric-open{
    z-index: 10;
}
@media screen and (max-width: 530px) {
    .side-menu .lang-inst-wrapper {
        padding-bottom: 25px;
    }
    #mfilter-content-container .product-wrapper:not(.manufactures-list), .product-wrapper.manufactures {
        grid-template-columns:repeat(1, 1fr)!important;
    }

    #mfilter-content-container .product-wrapper {
 /*margin-top: 125px!important;*/
        grid-column-gap: 16px!important;
        grid-row-gap: 16px!important;
    }

.special_manufacturers {
    grid-column-gap: 16px!important;
    grid-row-gap: 20px!important;
    display: grid!important;
    grid-template-columns: repeat(2, 1fr) !important;
}

    .product-special  .special_manufacture_item {
        margin: 0 auto;
        width: 100%;
        height: 110px;

    }




}/*@media screen and (max-width: 530px) {*/
