/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .other-news-item {
        padding: 0;
    }

    .other-news-title-small {
        padding-left: 0;
    }

    .catalog-sections .data {
        padding: 20px;
    }

    .catalog-sections .caption {
        font-size: 20px;
    }

    .header .share {
        padding: 20px 0px 20px 0;
    }

    .header .logo {
        max-width: 150px;
    }
    .header .title {
        padding: 15px 0 15px 5px;
    }
    .header .title,
    .header .share a {
        font-size: 11px;
    }

    .header .contacts .contacts-wrapper .phones-wrapper > div > span {
        font-size: 13px;
        width: 68px;
    }

    .header .contacts .contacts-wrapper .phones-wrapper > div > a {
        font-size: 15px;
        width: 130px;
    }

    .header .contacts {
        padding-top: 5px;
    }

    .navbar-main .navbar-nav {
        margin: 0 -9px;
    }

    .navbar-main .navbar-nav > li {
        padding: 0 9px;
    }

    #owl-banner .owl-prev {
        left: 10px;
    }

    #owl-banner .owl-next {
        right: 10px;
    }

    .choose p br {
        display: none;
    }

    .blog .h4 {
        font-size: 20px;
    }

    .blog .col-md-3 .h4 {
        font-size: 16px;
    }

    .nav-tabs-dealers,
    .tab-content-dealers {
        padding: 0;
    }

    .label-img {
        font-size: 11px;
    }

    .product-description table thead td {
        padding: 10px;
    }

    #owl-banner {
        margin-bottom: 34px;
    }

    #owl-banner .owl-dots {
        bottom: -64px;
    }

    .owl-dots .owl-dot span {
        background: #eeeeee;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .filter .btn-main {
        margin: 0 0 10px;
    }

    .navbar-default {
        margin: 0 0 10px;
    }

    .catalog-section .params > li {
        display: block;
    }

    .catalog-section .content {
        height: 100%;
    }

    .catalog-section .btn-main {
        display: inline-block;
    }

    .catalog-section .price {
        position: static;
    }

    .catalog-section .data {
        padding: 15px 15px 0;
    }

    .pagination {
        margin: 10px 0;
    }

    .navbar-default .navbar-nav > li {
        padding: 15px 10px;
    }

    .navbar-collapse {
        margin: 0 -10px;
    }

    .navbar-default .navbar-nav > li.status {
        display: none;
    }

    .header .logo {
        max-width: 100%;
    }

    .header .title,
    .header .share a {
        font-size: 14px;
    }

    .header .button-call {
        clear: both;
        padding-left: 0;
    }

    .header .share {
        float: right;
    }

    .header .title {
        width: 420px;
        text-align: center;
    }

    .header .contacts .contacts-wrapper .phones-wrapper > div {
        padding: 0;
        display: inline-block;
    }

    .header .contacts .contacts-wrapper .phones-wrapper > div > span,
    .header .contacts .contacts-wrapper .phones-wrapper > div > a {
        font-size: 13px;
        padding: 0 5px;
        width: auto;
    }

    .header .contacts {
        padding-top: 26px;
    }

    .navbar-main .navbar-nav > li > a {
        font-size: 11px;
    }

    .navbar-main .navbar-nav {
        margin: 0 -6px;
    }

    .navbar-main .navbar-nav > li {
        padding: 0 6px;
    }

    .filter .text-right {
        text-align: center !important;
    }

    .catalog-sections > div:nth-child(3) {
        display: none;
    }

    .blog.blog-other .owl-mobile > div:nth-child(4) {
        display: none;
    }

    .blog-details-img {
        padding: 80px 20px 20px;
    }

    .label-img {
        left: 27px;
    }

    .blog-details-text,
    .blog-details-shares {
        padding: 0;
    }

    .basket-table tbody td.itemphoto {
        width: 100px;
    }

    .basket-table tbody td,
    .basket-table thead td {
        padding: 15px 5px;
    }

    .basket-table td.sum {
        display: none;
    }

    .production-banner-content {
        position: static;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .sm-100 {
        width: 100%;
    }
    .header {
        background-image: none;
    }
    .table_wrapper {
        width: 100%;
        overflow: scroll;
    }
    .header::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 228px;
        /*background-image: url(/local/templates/main/images/decor-green.png);*/
        background-repeat: repeat;
        background-size: 100px;
        background-position: 0 0;
    }

    .service-about-block > a {
        margin: 10px 0;
    }

    .vantage-description table:not(.green-td-table) td {
        display: block;
        width: 100%;
    }

    .owl-products {
        margin: 0;
    }

    .owl-products .bx_catalog_item {
        padding: 0;
    }

    .main-text p {
        font-size: 14px;
        line-height: 16px;
    }

    .consultation-block > * {
        margin: 10px;
    }

    .product-description {
        overflow-y: auto;
    }

    .production-banner-content {
        padding: 10px;
    }

    .large-green {
        font-size: 20px;
    }

    .middle-green {
        font-size: 14px;
        line-height: 1;
    }

    .quotes-block {
        line-height: 1;
    }

    .basket-table thead,
    .basket-table tbody td.itemphoto,
    .bx_ordercart_collection,
    .bx_ordercart_vendor_code {
        display: none;
    }

    .basket-table tbody td,
    .result-table td {
        padding: 15px 0;
    }

    .basket-table tbody td.price {
        font-size: 12px;
    }

    .quantity {
        width: 75px;
    }

    .quantity input {
        font-size: 14px;
    }

    .result-table td.sum .caption,
    .result-table td.sum .value {
        font-size: 16px;
    }

    .basket-table tbody td.control a {
        padding: 5px;
    }

    .bx_ordercart_itemtitle {
        font-size: 14px;
        line-height: 20px;
    }

    p.quotes {
        padding: 10px;
        background: #f8f8f8;
    }

    .blog-details-img .title {
        font-size: 24px;
        line-height: 24px;
    }

    .blog-details-img .data {
        padding: 10px;
    }

    .blog.blog-other .owl-mobile > div:nth-child(4) {
        display: block;
    }

    .nav-tabs-dealers > li {
        width: 50%;
        padding: 0;
    }

    .nav-tabs-dealers > li > a {
        padding: 0;
        text-align: center;
    }

    .catalog-section .content .data {
        position: static !important;
        border: 1px solid #acacac !important;
        border-top: 0 !important;
        padding: 15px !important;
    }

    .catalog-section .content .price {
        position: static !important;
        padding: 15px 0 !important;
    }

    .element-data .left,
    .element-data .right {
        float: none;
        text-align: left !important;
    }

    .h3 {
        font-size: 24px;
    }

    .form-send .title {
        font-size: 20px;
    }

    .catalog-sections > div {
        display: block;
    }

    .catalog-sections .content::before {
        display: none;
    }

    .filter .form-group {
        float: none;
        padding: 0px 0;
        margin: 0 0 15px;
    }

    .filter {
        white-space: nowrap;
    }

    .filter .caption {
        font-size: 14px;
        width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .filter .dropdown {
        width: 58%;
    }

    .filter .dropdown > a {
        width: 100% !important;
    }

    .container {
        padding: 10px;
    }

    #header .container {
        padding: 10px 20px;
    }

    .header .title {
        order: -9;
        width: 100%;
        padding: 8px 0;

        font-size: 12px;
        line-height: 15px;
        text-transform: none;
    }

    .shares img {
        height: auto;
    }

    .header .logo {
        order: -10;
        text-align: center;
    }

    .header .button-call {
        display: flex;
        justify-content: space-between;
        order: -8;
        padding: 0;
        margin-bottom: 10px;
    }

    .header .button-call > * {
        width: calc(50% - 8px) !important;
    }

    .header .button-call > .nav {
        width: 100% !important;
        display: flex;
        align-items: center;
        margin: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #DBE3DD;
    }

    .header .button-call > .nav li {
        display: flex;
        justify-content: space-between;
        width: 100%;
        line-height: 24px;
    }

    .header .button-call .btn-main.header-calculator {
        flex-direction: row-reverse;
        justify-content: center;
        font-size: 11px;
        line-height: 13px;
    }

    .header .header-calculator-image {
        margin: 0 0 0 6px;
    }

    .input-search {
        padding-right: 20px;
        margin-top: 0;
        color: #000000;
        font-size: 11px;
        line-height: 13px;
        border-color: #005214;
        text-transform: uppercase;
        font-family: "MuseoSansBold";
    }

    .navbar-desktop {
        display: none;
    }

    .input-search::placeholder {
        margin-right: 15px;
        color: #000000;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        font-family: "MuseoSansBold";
    }

    .button-search {
        right: 25px;
    }

    .input-search:focus {
        padding-right: 0;
    }

    .input-search:focus + .button-search {
        display: none;
    }

    .header .share {
        text-align: center;
        clear: both;
        margin-top: -15px;
        padding: 0;
        vertical-align: middle;
    }

    .btn-main {
        padding: 0 15px;
    }

    .header .share a {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        color: #005214;
        font-family: "MuseoSansBold";
        text-decoration: underline;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .header .share a#oplata {
        padding-right: 0;
    }

    .header .share a br {
        display: none;
    }

    .btn-main::before {
        display: none;
    }

    .navbar-main {
        margin: 10px 0 0;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
        width: 35px;
        height: 4px;
    }

    .navbar-toggle {
        border-color: #fff;
    }

    .navbar-main .navbar-nav {
        margin: 0;
    }

    .navbar-main .navbar-nav > li > a {
        font-size: 16px;
        padding: 5px 10px;
    }

    .navbar-main .navbar-nav {
        margin: 0;
        padding: 10px 0 0;
    }

    .navbar-mobile {
        order: -7;
        margin: 0 -20px;
        background-size: 32px;
    }

    .navbar-mobile .container {
        position: relative;
    }
    .navbar-mobile .container::before {
        content: none;
    }
    .navbar-mobile .container::after {
        content: none;
    }

    #header .navbar-mobile .container {
        padding: 0 20px;
    }

    #header .navbar-mobile .container .social-wrapper {
        display: flex;
    }

    .navbar-toggle {
        display: inline-block;
        background: transparent;
        border: none;
        padding: 10px;
        cursor: pointer;
        margin: 0;
    }

    .navbar-mobile .container>.navbar-header {
        position: relative;
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-toggle .icon-bar {
        width: 26px;
    }

    .header .button-call.button-call-link .navbar-nav > li.status > a {
        width: 150px;
        margin-left: auto;
        font-family: "MuseoSansBlack";
        font-size: 11px !important;
        line-height: 24px;
        height: 24px;
        text-align: center;
        text-transform: uppercase;
        background-color: #4AA760;
        border-radius: 14px;
    }

    .header .button-call.button-call-link .nav>li>a:hover, .header .button-call.button-call-link .nav>li>a:focus {
        background-color: #4AA760;
    }

    .header .navbar-nav > li.status > a > span {
        color: #ffffff;
        border: none;
    }

    .header .navbar-nav > li.status > a::after {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 10px;
        position: static;
    }

    .header .navbar-nav > li.basket > a {
        padding-left: 60px;
    }

    .header .navbar-nav > li.basket > a::after {
        top: 2px;
        left: 15px;
    }

    #owl-banner .owl-next,
    #owl-banner .owl-prev,
    .h2::before,
    .h2::after {
        display: none !important;
    }

    #owl-banner .caption {
        font-size: 32px;
        line-height: 1;
        margin: 0 0 30px;
    }

    #owl-banner .item {
        height: 294px;
        background-position-x: left;
    }

    .catalog_sections__flex {
        display: flex;
        flex-wrap: wrap;
    }
    .catalog-sections .caption {
        font-size: 15px;
    }
    #category .catalog_sections__flex .catalog_sections__last .content .data {
        position: relative;
        background: rgb(255 255 255 / 55%);
    }
    #category .catalog_sections__flex .catalog_sections__last .content a {
        display: block;
    }
    #category .catalog_sections__flex .catalog_sections__last img {
        display: none;
    }
    .advantage .item {
        width: 100%!important;
        float: none;
        margin: 0 0 20px;
    }

    .section {
        padding: 0px 0px 20px 0 !important;
        overflow: hidden;
    }
    .breadcrumb {
        padding: 0px 0 8px;
    }
    .more {
        margin: 0;
        margin-top: 30px;
    }

    .section.blog {
        padding-bottom: 0 !important;
    }
    .section.partners {
        padding-top: 0 !important;
    }

    .h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .category .content::before {
        display: none;
    }

    .owl-mobile {
        margin: 0;
    }

    .owl-mobile .col-xs-12 {
        padding: 0;
    }

    .owl-dots .owl-dot span {
        background: #e6e6e6;
    }

    .blog .video .data::before {
        margin-top: -100px;
    }

    .footer .copyright {
        float: none;
        text-align: center;
        padding: 20px 0 0;
        clear: both;
        display: none;
    }

    .section.shares {
        padding-bottom: 0 !important;
    }

    .catalog-sections > div:nth-child(3) {
        display: block;
    }

    .main-text p:last-child {
        margin-bottom: 30px;
    }

    .main-text table.adaptive,
    .main-text table.adaptive td {
        display: block !important;
        padding: 0 !important;
    }

    .main-text table.adaptive td {
        margin-bottom: 20px;
    }

    .price-list {
        padding: 0;
    }

    .price-list > li {
        width: 100%;
    }

    .nav-tabs-dealers > li > a {
        font-size: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

    .calculator .params .result {
        padding: 0;
    }

    .news-img {
        float: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .dropdown.cities,
    .contacts-city-item {
        float: none;
        margin: 0 0 10px;
        padding: 0;
    }

    .contacts-city-item::before,
    .nav-tabs-contacts > li > a > svg {
        display: none !important;
    }

    .nav-tabs-contacts > li {
        width: 50%;
        padding: 0;
        margin: 0;
    }

    .map-content {
        width: auto;
        padding: 0;
    }

    .nav-tabs-contacts > li > a {
        border: 3px solid #3f975b !important;
        color: #3f975b !important;
        font-size: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        line-height: 35px;
        padding: 0;
        height: 40px;
        text-transform: uppercase;
        font-family: "MuseoSansMedium";
        text-align: center;
        overflow: hidden;
    }

    .nav-tabs-contacts > li > a:hover,
    .nav-tabs-contacts > li.active > a,
    .nav-tabs-contacts > li.active > a:hover,
    .nav-tabs-contacts > li.active > a:focus {
        background: #3f975b !important;
        color: #fff !important;
    }

    .bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_articul, .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_scu {
        display: block;
    }

    .btn-fixed-consultation {
        display: none;
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -78px;
        transform: none;
        font-size: 14px;
        width: auto;
        line-height: 1;
        padding: 5px 10px;
        transform: rotate(-90deg);
    }

    .header-data {
        display: flex;
        flex-direction: column;
    }

    .social {
        display: none;
    }

    .social_mobile {
        position: static;
        display: flex;
        width: 100%;
        margin-left: 0;
        padding: 0;
        align-items: center;
        background: none;
    }

    .social_mobile a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        margin-right: 6px;
        padding: 5px;
        background-color: #4AA760;
    }

    .social_mobile a img {
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    #header .button-call.button-call-link {
        float: none;
        display: block;
        margin-top: 9px;
    }

    .cart-mobile {
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1;
        max-width: 200px;
        margin: 0;
        margin-right: 20px;
        padding: 0;
        align-content: center;
        list-style: none;
    }
    .cart-mobile .product-count{
        position: absolute;
        right: -22px;
        top: 0;
        font-size: 11px;
    }

    .header .navbar-mobile li.basket > a {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "MuseoSansBlack";
    }

    .header .navbar-mobile li.basket > a::after {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(/local/templates/main/images/icons/cart-mobile.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .footer .menu {
        margin: 0 -10px;
    }

    .footer .menu .city-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .col-CHECK {
        position: static;
    }

    .form-group [type="checkbox"] {
        float: left;
    }

    .form-group [type="checkbox"] + label {
        overflow: hidden;
        display: block;
    }

    .h2 {
        padding: 0;
    }

    .modal-modern .modal-body {
        padding: 0 15px;
    }

    .modal-modern .modal-header {
        padding: 30px 15px 20px;
    }

    .modal-modern .modal-footer {
        padding: 10px 15px 40px;
    }

    .modal select.form-control {
        position: static;
        opacity: 1;
    }

    .modal select[multiple].form-control {
        height: auto !important;
        padding: 0;
    }

    .modal select[multiple].form-control option {
        padding: 10px;
    }

    .category-text-right {
        text-align: left;
        margin: 0 0 20px;
    }

    a.download-price {
        padding-left: 0;
    }

    .dropdown.city {
        order: -6;
        clear: both;
        padding: 9px 0 5px;
    }

    .dropdown.city > a {
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }

    .dropdown.city > a::after {
        right: 5px;
        top: 5px;
        width: 13px;
        height: 8px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .dropdown.city > a span {
        color: #005214;
    }

    .phones-wrapper {
        width: 65%;
        line-height: 1;
    }

    .phones-wrapper .city-name {
        display: none !important;
    }

    .contacts-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .btn-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header .contacts .contacts-wrapper .mobile-zvonok {
        display: flex !important;
        justify-content: center;
        padding: 5px 0;
        border-radius: 14px;
        background-color: #4AA760;
        font-family: "MuseoSansBlack";
        text-transform: uppercase;
        font-size: 11px !important;
        color: white;
    }

    .mobile-price {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        
        
        position: relative;

        font-size: 12px;
        line-height: 14px;
        color: #4AA760;
        font-family: "MuseoSansBold";
        text-transform: uppercase;
    }

    .mobile-price span {
        padding-right: 10px;
    }

    .mobile-price::after {
        content: '';
        width: 24px;
        min-width: 24px;
        height: 28px;
        background-image: url(/local/templates/main/images/icons/price-mobile.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header .contacts .contacts-wrapper .phones-wrapper > div {
        display: none !important;
    }

    .header .contacts {
        order: -5;
        padding-top: 0;
        margin-top: 0;
    }

    .header .contacts .contacts-wrapper .phones-wrapper > div > span,
    .header .contacts .contacts-wrapper .phones-wrapper > div > a {
        padding: 0;
        padding-right: 10px;
        min-width: 70px;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
        text-align: left;
    }

    .header .contacts .contacts-wrapper .phones-wrapper > div > a {
        font-family: "MuseoSansBold";
    }

    .navbar-collapse-main .dropdown.city,
    .navbar-collapse-main .navbar-nav > li.dropdown > a::after {
        display: none !important;
    }

    .navbar-collapse-main .dropdown-menu > li > a {
        color: #fff;
        background: 0 !important;
    }

    .navbar-collapse-main .dropdown-menu {
        position: static;
        display: block;
        background: 0;
        box-shadow: none;
        border: 0;
        float: none;
    }

    .command-list .img img {
        height: auto;
    }

    .command-list p {
        min-height: 100%;
    }

    #toTop {
        bottom: 0;
        right: 0;

        width: 66px;
        height: 44px;

        border-radius: 0;
        background-color: #000000;
        border-color: #000000;
        background-image: url(/local/templates/main/css/../images/icons/to-top-white.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 21px;
    }

    .element-data .left,
    .element-data .right {
        width: 100%;
    }

    .shares .row div:last-child .content {
        margin-bottom: 0;
    }

    #category .catalog-sections {
        margin-bottom: 0;
    }

    #category .catalog-sections .content {
        margin-bottom: 15px;
    }

    #category .catalog-sections .content img {
        /* max-height: 140px; */
        width: 100%;
    }

    .label-flex {
        display: flex;
    }

    .label-flex .label {
        white-space: inherit;
        text-align: left;
    }

    .label-flex .radio-custom {
        min-width: 18px;
    }

    .calc-type {
        display: flex;
        align-items: center;
    }

    .calc-type img {
        max-width: 100px;
        object-fit: contain;
        margin-right: 10px;
    }

    .catalog-sections-main .content,
    .service-sections .content {
        margin-bottom: 15px;
    }

    .catalog-sections-main div:last-child .content,
    .service-sections div:last-child .content {
        margin-bottom: 0;
    }

    .filter-toggle {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .filter {
        margin-top: 0;
    }

    .service-detail__anchor-list {
        display: flex;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 325px) {
    .catalog_sections__flex .catalog_sections__item,
    .catalog_sections__flex .catalog_sections__last {
        width: 100%;
        font-size: 15px;
        text-align: center;
    }
}

/*==========  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) {
    .m0-sm {
        margin: 0 !important;
    }

    .col-center-4 {
        float: none;
        clear: both;
        display: table;
        margin: 0 auto;
    }

    .social_mobile {
        display: none;
    }

    .navbar-mobile {
        display: none;
    }

    .mobile-price {
        display: none;
    }

    .header .button-call.button-call-link .nav>li>a:hover,.header .button-call.button-call-link .nav>li>a:focus {
        background-color: #fff;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .blog .middle img {
        height: 230px;
    }
}
